@media screen and (max-width: 1200px) {
  /*====================form placeholder font==============*/

  ::-webkit-input-placeholder {
    font-size: 12px;
  }

  ::-moz-placeholder {
    font-size: 12px;
  }

  :-ms-input-placeholder {
    font-size: 12px;
  }

  :-moz-placeholder {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  #intro .colr {
    padding-left: 20px;
  }

  #contact .outer {
    width: 100%;
  }

  .shape6,
  .shape7 {
    display: none;
  }

  .owl-nav .owl-prev {
    left: -50px;
    margin: auto;
    right: 0;
  }

  .owl-nav .owl-next {
    right: -50px;
    left: 0;
    margin: auto;
  }

  .owl-nav {
    top: unset;
    bottom: 0;
  }

  #rate .col .inner .job-pay li {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  /*_____ Navigation _____*/
  .toggle {
    display: flex;
  }
  header {
    height: auto;
  }
	
	#nav>li>.sub-menu{
		left:65px;
	}
  nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-flow: wrap;
    float: none;
    display: none;
    height: auto;
    background: rgb(255 255 255 / 90%);
    padding: 20px 30px 15px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: saturate(180%) blur(20px);
    overflow: auto;
    z-index: 2;
  }

  nav.active {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  #nav {
    align-items: center;
    flex-flow: wrap;
  }
  #nav  li {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    padding: 15px;
  }
  nav > ul > li > a {
    font-size: 20px;
  }
  #nav li .sub {
    position: static;
    display: none;
    width: 100%;
    max-height: none;
    background: transparent;
    visibility: visible;
    opacity: 1;
    text-align: center;
    margin: 0 auto !important;
    border: 0;
    border-radius: 0;
    transition: none;
    box-shadow: none;
  }
  #nav  li  .sub  li {
    display: flex;
    justify-content: center;
  }
  #nav  li  .sub  li  a {
    background: transparent;
    border-top: 0;
    border-bottom: 0;
  }
  nav #cta {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  /*  */

  #banner h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  #intro .col {
    width: 100%;
  }

  #intro .colr {
    padding-left: 0px;
    width: 100%;
  }

  #counter h1 {
    font-size: 30px;
  }

  #counter .flexRow > .col {
    padding: 15px 10px;
  }

  #cars .col {
    width: calc(100% / 1);
  }

  #shopping .col {
    width: 100%;
    padding-right: 0px;
  }

  #shopping .colr {
    width: 100%;
  }

  #about-image .col {
    width: 100%;
  }

  #about-image .colr {
    width: 100%;
    align-self: center;
  }

  #story .col {
    width: 100%;
  }

  #story .colr {
    width: 100%;
  }

  #deal .colr {
    width: 100%;
  }

  #deal .col {
    width: 100%;
  }

  .owl-carousel .owl-stage-outer {
    height: 250px !important;
  }

  .testimonial .col {
    width: calc(100% / 2);
  }

  footer {
    margin-top: 30px;
  }

  #approved .colr {
    width: 100%;
    padding-left: 0px;
  }

  #approved .col {
    width: 100%;
  }

  #eliminate .colr {
    width: 100%;
    padding-left: 0px;
  }

  #eliminate .col {
    width: 100%;
    align-self: center;
  }

  #how .col {
    width: calc(100% / 2);
  }

  #contact .outer {
    padding: 30px;
  }

  #process .col {
    width: 100%;
    padding-right: 0px;
  }

  #process .colr {
    width: 100%;
  }

  #interrest .col {
    width: 100%;
  }

  #interrest .colr {
    width: 100%;
    padding-left: 0px;
  }

  #rate .col {
    width: calc(100% / 2);
  }

  #sec_benefit .flex .col1 {
    display: flex;
    width: 100%;
  }
  #sec_benefit .flex .col2 {
    padding-left: 0px;
    align-self: center;
  }
  #sec_benefit .flex .col {
    width: calc(100% / 1);
  }

  .logo {
    width: 200px;
  }

  /* -------------------footer-------------------- */
  footer .flexRow > .col {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /*_____ col-xx-? _____*/
  .col-xx-12,
  .col-xx-11,
  .col-xx-10,
  .col-xx-9,
  .col-xx-8,
  .col-xx-7,
  .col-xx-6,
  .col-xx-5,
  .col-xx-4,
  .col-xx-3,
  .col-xx-2,
  .col-xx-1 {
    width: 100% !important;
  }
  #banner .col {
    width: 100%;
    align-self: center;
    padding-right: 0px;
  }

  #banner .colr {
    width: 100%;
  }

  #banner {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  h2 {
    font-size: 24px;
  }

  #work .flex .col {
    width: calc(100% / 1);
  }

  #work .flex .col .arrow-img {
    display: none;
  }

  #work .flex .col {
    padding: 20px;
  }

  #counter .flexRow > .col {
    width: calc(100% / 2);
  }

  #counter .flexRow > .col .inner::before {
    display: none;
  }

  #cars .btns {
    display: block;
  }

  #cars .btns h2 {
    margin-bottom: 20px;
    width: 100%;
  }

  #cars .col .inner {
    display: block;
  }

  #cars .col .inner .image {
    width: 100%;
  }
  #cars .col .inner .text {
    width: 100%;
  }

  footer .flexRow {
    flex-flow: wrap;
  }

  footer .flexRow > .col:nth-last-child(1),
  footer .flexRow > .col:first-child {
    min-width: 100%;
  }

  .copyright {
    margin-top: 0;
  }

  .logo {
    width: 150px;
    padding-bottom: 6px;
  }

  #choose .col {
    width: calc(100% / 1);
  }

  .owl-carousel .owl-stage-outer {
    height: unset !important;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    padding: 0 2px !important;
  }

  .testimonial .col {
    width: calc(100% / 1);
  }

  #get_free_quote .inner_blk {
    padding: 4rem;
  }

  #inventory .outer2 .col {
    width: calc(100% / 1);
  }

  section {
    position: relative;
    padding: 40px 0;
  }

  #how .col {
    width: calc(100% / 1);
  }
  #how .col:nth-child(even) {
    margin-top: 0px;
  }

  #how .col {
    padding: 10px;
  }

  #approved .col {
    margin-bottom: 30px;
  }

  #contact .col {
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
  }

  #contact .colr {
    width: 100%;
  }

  #contact .colr .inner {
    padding: 40px 10px;
  }

  #contact .outer {
    padding: 30px 10px;
  }

  .calculator .col {
    width: calc(100% / 1);
    padding: 20px 0px;
  }

  #faq .colL {
    width: 100%;
    padding-right: 0px;
  }
  #faq .colR {
    width: 100%;
    padding-left: 0px;
  }

  #rate .col {
    width: calc(100% / 1);
  }
}
