
/* ==== Home page css ==== */
.about-sec .content strong{
    border-left: 5px solid #0c67b8;
    background-color: #db2d2e14;
    padding: 8px;
    border-radius: 15px;
}

.desktopTopFixed .menu-links li a{
    color: #000;
}

.testimonial-3{
    padding: 45px 0px;
}

.blog-sec{
    padding-top: 30px;
}

.testimonial-3 .section-title{
    margin-bottom: 30px;
}

/* hamburger menu css */
#menu__toggle {
    opacity: 0;
  }
  
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
    top: -13px;
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0); 
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
  }
  
  .menu__btn {
       /* display: flex; */
       align-items: center;
       position: fixed;
       /* top: 13.6%; */
       /* right: 30px; */
       width: 26px;
       height: 26px;
       cursor: pointer;
       z-index: 1;
       margin-top: 43px;   
       margin-left: 23px;
  }
  
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;  
    width: 100%;
    height: 2px;
    background-color: #0c67b8;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0px 30px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
  }
  
  .menu__item {
    display: block;
    padding: 7px 24px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: .25s;
    text-transform: capitalize;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }

  .hamburger-menu{
    z-index: 999;
  }
 
/* // hamburger menu css */

.footer-cont1{
    background-color: #6e6e6e;
    padding: 8px;
    border-radius: 6px;
    margin-top: 40px;
}

.footer-cont1 .list-inline li{
    color: #fff;
}

.footer-cont1 .list-inline li a{
    color: #fff;
}

.desktopTopFixed .menu__btn{
    margin-top: 35px;
}

.desktopTopFixed .menu__btn span{
    background-color: #0c67b8;
}

.desktopTopFixed .menu__btn > span::after{
    background-color: #0c67b8;
}

.desktopTopFixed .menu__btn > span::before{
    background-color:#0c67b8;
}

.desktopTopFixed #menu__toggle:checked ~ .menu__btn > span{
    top: 0px;
}

.desktopTopFixed .menu__item{
    color: #000 !important;
}


.desktopTopFixed .instant-offer-btn{
  margin-top: 15px !important;
}

.instant-offer-btn a{
    color: #fff !important;
    line-height: 0px !important;
}

.instant-offer-btn{
  line-height: 35px !important;
    padding: 4px 0px !important;
    /* border-radius: 30px; */
    margin-top: 21px !important;
}

.menu-list-items .col-md-4 ul{
  float: right;
  padding-right: 30px;
}

form.example input[type=text] {
  padding: 4px;
  font-size: 14px;
  border: 1px solid grey;
  float: left;
  width: 68%;
  background: #f1f1f1;
  margin-left: 25px;
  color: #000;
  margin-bottom: 20px;
}

form.example button {
  float: left;
  width: 20%;
  padding: 4px;
  background: #0c67b8;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  text-align: center;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.inner-intro h1{
  /* font-size: 16px; */
  text-transform: capitalize;
}

html, body{
  overflow-x: hidden;
  overflow-y: auto;
}

.hero-sec{
  margin-top: 90px;
  background-image: url(../img/hero-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
  padding: 65px 0px 135px;
}

.hero-sec::before{
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.hero-sec .search-block{
  background-color: #00000052;
  padding: 40px 12px;
  border-radius: 10px;
}

.hero-sec h3{
  color: #fff;
  margin-bottom: 20px;
}

.hero-sec span{
  color: #fff;
  margin-bottom: 10px;
}

.hero-sec .col-md-3{
  margin-bottom: 15px;
}

.blog-post-new.blog-post-2 {
  border: 1px solid #ccc;
  margin-bottom: 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
}

.blog1 .blog-post-content{
  padding: 0px 12px 10px;
}

.sell-car-col6{
  display: flex;
  border: 1.8px solid #ccc;
  border-radius: 10px;
  align-items: center;
  padding: 15px;
  background-color: #f0f8ff;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

.sell-car-col6:hover{
  box-shadow: none;
}

.sell-car-col6:hover i{
  background: #fff;
}

.sell-car-col6 .fa-car{
  background: #b3dcf480;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  margin-right: 25px;
  font-size: 21px;
}

.sell-car-col6 .fa-usd{
  background: #b3dcf480;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  margin-right: 25px;
  font-size: 21px;
}

.sell-car-col6 .fa-angle-double-right{
  position: absolute;
  right: 15px;
  font-size: 21px;
}

.sell-car-col6 h6{
  text-transform: capitalize;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 0px;
}

.sell-car{
  padding: 40px 0px;
}

.blog-sec .price-slide{
  justify-content: center;
  display: flex;
  margin-bottom: 30px;
}

.sell-car h3{
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 15px;
}

.disclamier-txt{

}

.disclamier-txt p{
  color: #dbdbdb;
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 13px;
  line-height: 26px;
}
/* ==== // Home page css ==== */


/* ==== About page css ==== */
.about-pge p{
  text-align: justify;
}

.vission-sec .red-bg{
  padding: 50px;
}

.vission-sec .red-bg h3{
  color: #fff;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.vission-sec .red-bg p{
  color: #fff;
}

.value-sec{
  margin: 50px 0px;
}

.value-sec h5{
  margin-top: 25px;
}

.local-dealer-sec{
  margin-bottom: 50px;
}

.local-dealer-sec p{
  margin-bottom: 0;
} 

.local-dealer-text{
  position: relative;
  top: 22%;
}
/* ==== // About page css ==== */


/* ==== Get an instant offer section css ==== */
.gioffer-sec{
  background-image: url(../img/Car-banner-3.png);
  height: 350px;
  width: 100%;
  background-size: cover;
}

.gioffer-sec::before{
  background: rgba(0, 0, 0, 0.2);
}

.gioffer-sec form input{
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background-color: #ffffffab;
  font-size: 14px;
  color: #323232;
}

.hero-sec .price-slide a.button{
  width: 100%;
}

.instant-offer-sec h3{
  margin-bottom: 35px;
}

.instant-offer-sec p{
  margin-bottom: 10px;
  position: relative;
  margin-left: 15px;
}

.instant-offer-sec p::before{
  content: "\f101";
  position: absolute;
  font-family: "FontAwesome";
  left: -15px;
}

.buy-car-pge .modal-dialog {
  max-width: 670px;
}

.model-txt h3{
  text-align: center;
  font-size: 17px;
}

.buy-car-pge .model-txt form .form-group{
  margin-bottom: 15px;
}

.buy-car-pge .model-txt form{
  margin-top: 30px;
}

.buy-car-pge .model-txt form .price-slide{
  display: flex;
  justify-content: center;
}

.buy-car-pge .model-txt form .price-slide .button{
  top: 0;
}

.dis-txt{
  font-size: 11px;
  line-height: 20px;
  margin-top: 20px;
}

.contact-seller-btn{
  color: #0c67b8;
  background: transparent;
  border: 1px solid #0c67b8;
  padding: 2px 10px !important;
  margin-right: 5px;
}

.sell-car-pge .modal-dialog {
  max-width: 670px;
}

.sell-car-pge .model-txt form .form-group{
  margin-bottom: 15px;
}

.sell-car-pge .model-txt form{
  margin-top: 30px;
}

.sell-car-pge .model-txt form .price-slide{
  display: flex;
  justify-content: center;
}

.sell-car-pge .model-txt form .price-slide .button{
  top: 0;
}

.gioffer-form .search-block{
  margin-top: -118px;
  position: relative;
  background-color: #fff;
  padding: 20px 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.gioffer-form .search-block h3{
  margin-bottom: 20px;
}

.gioffer-form .search-block input{
  margin-bottom: 15px;
}

.offer-sec1{
  margin: 50px 0px;
}

.offer-sec1 h3{
  line-height: 40px;
}

.offer-sec1 p{
  margin-bottom: 10px;
}

.offer-sec-txt{
  margin-top: 20px;
}

.offer-sec2{
  background-color: #0051ff12;
  padding: 50px 0px;
  margin-bottom: 0px;
}

.offer-sec2 .offer-sec-txt{
  margin-top: 10px;
}

.offer-sec1 .price-slide a.button{
  top: 10px;
}
/* ==== // Get an instant offer section css ==== */


/* ==== Blog Page css ==== */
.blog-admin p{
  margin-bottom: 3px;
}
/* ==== // Blog page css ==== */


.value-car-sec{
  padding-bottom: 30px;
}

.member-form{
  margin: 50px 0px;
}

.member-form .form-control{
  background: #fff !important;
  border: 1px solid #dddddd !important;
}

.member-form input textarea{
  background: #e7e7e7a8;
  border: 1px solid #c9c9c9;
}


label.menu__btn {
    display: none;
}

.swal-overlay.swal-overlay--show-modal .swal-modal .swal-footer {
  text-align: center;
}

section.get-in-touch-section.member-form .row .col-md-12 {
  text-align: center;
}

section.search.white-bg.form-sec.mt-5.find-car-form1 form .row .col-md-3.d-flex .price-slide.p-5 {
  padding: 46px 10px 22px 26px !important;
}

section.contact-2.page-section-ptb.white-bg.mt-5.mb-4 .col-lg-8.col-sm-12.mb-lg-0.mb-1 .gray-form.row {
  padding-bottom: 30px;
}

section.get-in-touch-section.member-form form .text-start.mt-4 button.btn.btn-primary {
  display: block;
  margin: auto;
}

section.get-in-touch-section.member-form .contact-form {
  padding: 20px;
  text-align: left;
}

section.page-section-ptb.blog-sec .blog-post-image .post-thumb img.img-fluid {
  height: 178px;
  object-fit: cover;
}

.chat-support{
  display: flex;
  justify-content: space-between;

}
.container-fluid main.col-md-9.col-lg-10.content .chat-support i.fa.fa-comment {
  background-color: #007bff;
  color: white;
  width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
  border-radius: 100%;
  font-size: 20px;
  margin-right: 72px;
}

.google-reviews{
  height: 450px;
}

.chatbot-form .openbtn{
  bottom: 121px !important;
  right: 4px !important;
}

.bh-widget-page-wrapper {
  bottom: 20px !important;
  left: 24px !important;
}