.cars-box {
  border: 1px solid #e1e1e1;
  margin: 1% 0;
  display: block;
  transition: all 0.5s;
  padding: 0.5vw;
  border-radius: 10px;
}
.cars-box:hover {
  box-shadow: 0 0 20px #a3a3a3;
  transition: all 0.5s;
}

.cars-box .amount {
  font-size: 25px;
  color: #000;
  /* line-height: 60px; */
  font-weight: bold;
  padding-top: 10px;
}
.year {
  background: #e6f8da;
  padding: 6px;
  border-radius: 5px;
  color: #70a11a;
  font-size: 20px;
}
.kms {
  background: #f8f2da;
  padding: 6px;
  border-radius: 5px;
  color: #ab9026;
  margin-right: 5px;
  font-size: 20px;
}
.fuel {
  background: #daf3f8;
  padding: 6px;
  border-radius: 5px;
  color: #21a5c1;
  font-size: 20px;
}

.cars-box .btn {
  width: 100%;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: bold;
  text-transform: UPPERCASE;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mauticform-page-wrapper {
  display: flex !important;
}

body {
  margin: 0px;
}

body {
  font-family: "Corporate S";
  font-size: 15px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.mb-view {
  display: none;
}

@media (max-width: 767px) {
  .mb-view {
    display: block;
  }
  .dk-view {
    display: none;
  }
}

.heading {
  font-family: "Corporate A";
  font-size: 30px;
  margin-bottom: 0px;
}

.btn {
  /* background-color: #00adef; */
  background-color: #4b0049;
  color: #fff;
  border-radius: 0px;
  font-size: 18px;
  padding: 0.375rem 2rem;
  line-height: 1.5 !important;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
}

/*Tabs*/

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  font-size: 17px;
  color: #fff;
}

/*Banner*/

.banner {
  background-color: #fff;
  background-image: url("../images/banner1.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
@media (min-width: 767px) {
  .banner {
    background-color: #fff;
    background-image: url("../images/banner1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    min-height: 700px;
    /* background-size: 100% auto; */
  }
}

@media (max-width: 767px) {
  .banner {
    background-image: url("../images/banner1.png");
    background-position: bottom center;
    background-size: contain;
    background-color: #fff;
    height: 600px;
    /* background-size: 100% auto; */
  }
}

.banner-info-div {
  position: absolute;
  top: 8%;
  text-align: center;
}

@media (max-width: 767px) {
  .banner-info-div {
    position: relative;
    padding-top: 25px;
  }
}

.banner-info-div .banner-heading {
  margin-bottom: 0px;
  font-size: 38px;
  background-color: #000;
  padding: 0px 35px;
}

@media (max-width: 767px) {
  .banner-info-div .banner-heading {
    padding: 0px 10px;
    font-size: 28px;
  }
}

.banner-info-div .banner-subheading {
  margin-bottom: 0px;
  font-size: 23px;
  background-color: #fff;
  color: #000;
  padding: 3px 35px;
}

.banner-btn {
  position: absolute;
  bottom: 10%;
  right: 5%;
  text-align: center;
}

@media (max-width: 767px) {
  .banner-btn {
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    right: 0%;
  }
  .banner-start {
    display: none;
  }
  .banner_top_text {
    font-size: 20px;
  }
}

.banner-btn .btn {
  background-color: unset;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding: 0.375rem 1.5rem;
}

.banner-btn .btn .fas,
.banner-btn .btn .fab {
  margin: 0px 5px;
}

.banner-btn .btn:hover {
  background-color: #00adef;
  border: 1px solid #00adef;
}

.banner-start {
  position: absolute;
  bottom: 5px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  color: #000;
}

.banner-start p {
  margin-bottom: 0px;
  font-size: 18px;
}

.banner-start .fas {
  font-size: 46px;
  line-height: 0.8;
}

/*Loading*/

.loading-text p {
  margin-bottom: 0px;
  font-size: 18px;
}

.loading-text .fas {
  font-size: 46px;
  line-height: 0.8;
}

/*Form*/

.mauticform-page-wrapper {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mauticform_wrapper {
  max-width: 100% !important;
}

.form .form-div {
  padding: 10px 25px;
  margin-bottom: 0px;
}

.form .form-control {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  height: 60px;
  padding: 6px 10px;
  text-align: center;
  color: #000 !important;
  font-size: 25px;
}

.modal-title {
  color: #fff;
}

.form .form-control::placeholder {
  color: #000;
}

.form .btn {
  /* background-color: #00adef !important; */
  background-color: #4b0049 !important;
  color: #fff !important;
  border-radius: 0px !important;
  font-size: 18px !important;
  padding: 0.375rem 2rem;
}

.modal-header {
  /* background-color: #00adef; */
  background-color: #4b0049;
}
.close {
  color: white !important;
}

.mauticform-button-wrapper .btn {
  width: 100% !important;
  font-size: 1.5rem !important;
}

/*Latest*/

.latest-div img {
  width: 100%;
}

/*Test*/

.test {
  background-image: url("../images/form-img.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  /* height: 348px; */
}

@media (max-width: 767px) {
  .test {
    background-attachment: initial;
  }
}

.test .select-date select {
  background-color: unset;
  color: #fff;
  font-size: 17px;
  padding: 6px;
  font-weight: 600;
  width: 12%;
  margin: 0px 10px;
}

.test .select-date select option {
  color: #000;
}

.test .test-info p {
  font-size: 17px;
  margin-bottom: 0px;
}

.test .btn {
  background-color: unset;
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .test .select-date select {
    width: 12%;
  }
}

@media (max-width: 767px) {
  .test .select-date select {
    width: 45%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .test .select-date select {
    width: 25%;
    margin-bottom: 20px;
  }
}

/*Info*/

.info-div {
  padding: 30px 60px;
}

@media (max-width: 767px) {
  .info-div {
    padding: 30px;
  }
}

.info-div .motor-sound {
  font-family: "Corporate A";
  margin-bottom: 30px;
}

.info-div .info-p {
  margin-top: 30px;
}

.info-div > p {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.info-div span {
  text-align: left;
}

.info-div font {
  float: right;
}

.info-div .info-bottom {
  font-family: "Corporate A";
  font-size: 25px;
}

.info-div .btn {
  float: right;
}

.info-img img {
  width: 100%;
}

/*Cars*/

.cars-row {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .cars-row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.cars-div img {
  /* width: 85%; */
  width: 100%;
  border-radius: 10px;
}

.cars-div .car-name {
  font-family: "Corporate A";
  /* font-size: 18px; */
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
  /* min-height: 55px; */
  min-height: 36px;
}

.cars-div .car-prize {
  font-family: "Corporate A";
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.cars-div .btn {
  font-size: 13px;
  padding: 0.375rem 1.5rem;
  margin: 5px 5px;
}

@media (max-width: 991px) {
  .cars-div {
    padding: 20px 0px;
  }
}

@media (max-width: 767px) {
  .latest .heading {
    font-size: 26px;
  }
  /* .info-div font {
        float: none;
    } */
}

/*Showroom*/

.showroom-div {
  padding: 0px 60px;
}

.showroom .partition {
  border-right: 1px solid #fff;
}

.showroom-div img {
  margin-left: 3px;
}

.showroom-div .showroom-title {
  font-family: "Corporate A";
  font-size: 25px;
}

.showroom-div .showroom-address {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .showroom-div {
    padding: 15px 30px;
  }
  .showroom .partition {
    border-right: none;
  }
}

/*Footer*/

.footer {
  padding: 12px 0;
}

.footer p {
  margin-bottom: 0px;
}

/*Thank You*/

.thank-banner {
  background-image: url("../images/banner1.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.thank-info {
  position: absolute;
  top: 20%;
  left: 50%;
  color: #000 !important;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .thank-banner {
    background-image: url("../images/banner1.png");
    background-position: bottom center;
    background-size: contain;
    height: 600px;
  }
  .thank-info {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000 !important;
    transform: translate(-50%, -50%);
  }
}

.thank-you {
  font-size: 48px;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  margin-bottom: 0px;
}

.expert {
  font-size: 25px;
  color: #000;
  margin-bottom: 25px;
}

.thank-info .btn {
  background-color: unset;
  border: 1px solid #fff;
  color: #000;
  padding: 0.375rem 1.5rem;
  width: 200px;
  margin: 5px;
}

.thank-info .btn .fas,
.thank-info .btn .fab {
  margin: 0px 5px;
}

/* .thank-info .btn:hover {
    background-color: #00adef;
    border: 1px solid #00adef;
} */

.load.form .mauticform-checkboxgrp-label {
  color: #fff;
  text-align: center;
  padding: 15px 150px 0;
  font-size: 11px;
}
@media (max-width: 767px) {
  .load.form .mauticform-checkboxgrp-label {
    color: #fff;
    text-align: center;
    padding: 15px 30px 0 !important;
    font-size: 11px;
  }
  .load.test .mauticform-checkboxgrp-label {
    color: #fff;
    text-align: center;
    padding: 15px 30px 0 !important;
  }
  .form {
    padding-bottom: 0px !important;
  }
}
.form {
  padding-bottom: 35px;
}
.mauticform-checkboxgrp-label {
  font-weight: normal;
  color: #000;
  font-size: 11px;
  padding: 0 15px;
}

.load.test .mauticform-checkboxgrp-label {
  color: #fff;
  text-align: center;
  padding: 15px 150px 0;
}

.banner_top_text {
  color: #000;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /*font-size: 24px; */
  font-size: 24px;
}

@media (max-width: 767px) {
  .banner_top_text {
    color: #000;

    /*font-size: 20px;*/
    font-size: 28px;
    width: 80%;
    margin: auto;
    top: 200px;
  }
  .banner_top_text b {
    font-size: 35px;
  }

  .enquireFormWrap {
    border: 2px solid #262626;
    border-radius: 8px;
    margin: 0 10px;
    padding: 10px;
  }
}

.test .form .form-control {
  background-color: #fff !important;
}

/* new CSS  */

/* desktop */

.carContentBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.carName {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.carYear {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
}

.carDetails {
  font-size: 18px !important;
  color: #262626;
  display: flex;
  align-items: center;
}

.car-detail-dot {
  background-color: #666;
  border-radius: 1000px;
  width: 0.35rem;
  height: 0.35rem;
  margin: 0 7px;
}

.carPrice {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
}

.cars-box img {
  border-radius: 10px;
}

.carYear {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding-bottom: unset;
}

.ctaCallIcon {
  background-color: #f5f5f5;
  border: 2px solid #000;
  color: #000;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 17px;
  font-size: 20px;

  z-index: 9999;
}

/* mobile */

@media (max-width: 767px) {
  .cars-box {
    padding: 10px;
  }

  .carDetails {
    font-size: 14px !important;
  }

  .cars-box .btn {
    font-size: 18px !important;
  }

  .carPrice {
    font-size: 20px;
  }

  .carName {
    font-size: 18px !important;
  }

  .banner_top_text p {
    font-size: 15px !important;
  }

  .navigation .nav_header {
    height: 100px !important;
    padding-top: 20px;
    width: 100% !important;
  }

  .ctaCallIcon {
    font-size: 15px;
    padding: 9px 15px;
  }
}
