* {
  font-family: 'Roboto', sans-serif;
}

:root {
  font-size: 16px;
}

header {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
  width: 100%;
  z-index: 9999;
}

.nav-up {
  top: -160px;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 88px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.backgroundColorSilver {
  background-color: #f2f6f7;
}

.whiteBackgroundCommon {
  background-color: white;
  padding: 30px 20px !important;
}

.smallImageListing {
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 30px;
  min-width: 30px;
  overflow: visible;
  height: 30px;
  max-width: 100px;
}

.slider-background {
  background-image: url("../assets/home/bg1-min.png");
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-background img {
  width: auto !important;
  max-height: 50vh;
}

.slider-background1 {
  background-image: url("../assets/newImages/dark-denim-3.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-background1 img {
  width: auto !important;
  max-height: 50vh;
}

.slider-background .slider-texts h3, .slider-background .slider-texts h4 {
  font-size: 2.5rem;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
}

.slider-background .slider-texts h2 {
  color: white;
  font-weight: 900;
  font-size: 9rem;
  text-transform: uppercase;
  line-height: 0.9;
}

.slider-background .slider-texts .first {
  letter-spacing: 7px;
}

.slider-background1 .slider-texts h3, .slider-background1 .slider-texts h4 {
  font-size: 2.5rem;
  color: #d38907;
  text-transform: uppercase;
  font-weight: bolder;
}

.slider-background1 .slider-texts h2 {
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #dd9629;
  color: #d38907;
  font-weight: 900;
  font-size: 9rem;
  text-transform: uppercase;
  line-height: 0.9;
}

.slider-background1 .slider-texts .first {
  letter-spacing: 7px;
}

.brandImageContainer {
  margin-top: 16px;
  padding: 8px 7px;
  border-radius: 5px;
  border: 1px solid #dde5eb;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.brandImageContainer img {
  max-width: 100%;
  width: 72px;
  height: auto;
}

.brandImageContainer button {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .7px;
  color: #ed6b00;
  background-color: transparent;
}

.brandImageContainer button span {
  max-height: 36px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 3px;
}

.brandImageContainer:hover {
  background: linear-gradient(261deg, rgba(246, 155, 0, 0.18824), rgba(237, 106, 0, 0.18824)) !important;
  border: 1px solid #f07b00 !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.brandImageContainer:active {
  background: linear-gradient(261deg, rgba(246, 155, 0, 0.18824), rgba(237, 106, 0, 0.18824)) !important;
  border: 1px solid #f07b00 !important;
}

.buttonDesignIndex:hover {
  opacity: 1;
  background: linear-gradient(261deg, rgba(243, 147, 4, 0.877), rgba(245, 176, 2, 0.582)) !important;
}

.buttonDesignIndex:hover span {
  color: white;
}

.get_your_car_value {
  -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
  background-color: #d38907;
  padding: 16px 16px;
}

.get_your_car_value h3 {
  color: white;
  font-weight: bolder;
  letter-spacing: 5px;
}

.why_choose_price_of_car {
  background-image: url("../assets/home/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 50px;
}

.banner_background {
  background-image: url("../assets/home/bg34.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #17191a;
  color: white;
}

.banner_background h2 {
  font-weight: bolder;
  font-size: 2rem;
  letter-spacing: 3px;
}

.banner_background p {
  width: 80%;
  display: block;
  margin: auto;
  color: #999999;
  font-size: 0.9rem;
}

.banner_background h3 {
  font-size: 1rem;
  margin-top: 15px;
}

.banner_background .button_link {
  background-color: #dd9628;
  color: #000000;
  padding: 15px 50px;
  font-weight: bolder;
}

.logo {
  max-height: 10vh;
  min-width: 10vh;
  margin-left: 200px;
}

.navbar_left_items {
  margin-right: 200px;
}

.bg-custom {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.custom-dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  width: 200px;
  padding: 30px 20px;
}

.custom-dropdown .dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.custom-dropdown .dropdown-menu ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.custom-dropdown .dropdown-menu ul li:last-child {
  border-bottom: none;
}

.custom-dropdown .dropdown-menu ul li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.custom-dropdown .dropdown-menu:after {
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dd9628;
  position: absolute;
  top: -10px;
  left: calc(50% - 5px);
}

.navbar-nav .nav-item {
  font-size: 0.8rem;
  padding-left: 20px;
  font-weight: 400;
}

.navbar-nav .nav-item .nav-link {
  color: #000000;
  text-transform: uppercase;
  padding-top: 10px;
}

.navbar-nav .active .nav-link {
  color: #ff9933 !important;
}

.navbar-nav .nav_btn {
  background-color: #e8232b;
  border: none;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white !important;
  padding: 10px 20px !important;
  font-size: 0.8rem;
}

.brand-margin {
  max-height: 5vh;
}

.brand-margin img {
  max-height: 10vh;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 20px;
  background: transparent;
  margin-top: -20px;
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 0px;
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem !important;
  top: calc(50% - 60px);
  height: 61px;
  width: 61px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.contact_banner h3 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
}

.color_white {
  color: white;
}

.contact_banner p {
  color: #000000;
  font-family: "Myriad Pro";
  font-weight: 400;
  /* Text style for "C, all us" */
  font-size: 1.5rem;
}

.bold-text {
  font-weight: bolder;
}

.contact_banner .small-text {
  font-size: 1rem;
}

.testimonial_priceOfCar {
  margin-top: 100px;
}

.testimonial_priceOfCar h6 {
  text-transform: uppercase;
  color: #dd9628;
  font-size: 0.9rem;
  font-weight: 600;
}

.testimonial_priceOfCar h3 {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 600;
  /* Text style for "" */
  /* Text style for "Reviews" */
}

.testimonial_priceOfCar_content .content_testimonial {
  width: 90%;
  background-color: #dd9628;
  border-radius: 10px;
  padding: 50px;
  display: block;
  margin: auto;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  position: relative;
}

.testimonial_priceOfCar_content .carousel-control-prev-icon,
.testimonial_priceOfCar_content .carousel-control-next-icon {
  width: 70px;
  height: 61px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  background-image: none;
}

.testimonial_priceOfCar_content .carousel-control-next-icon:after {
  content: '>';
  font-size: 35px;
  color: black;
  font-weight: bolder;
}

.testimonial_priceOfCar_content .carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: black;
  font-weight: bolder;
}

.testimonial_priceOfCar_content .content_testimonial:after {
  content: " ";
  position: absolute;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #dd9628;
  bottom: -30px;
  left: 60%;
}

.testimonial_priceOfCar_content .names {
  color: #dd9627;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  /* Text style for "Rajaram Bh" */
  letter-spacing: 0.6px;
}

.testimonial_priceOfCar_content .location {
  color: #000000;
  font-family: "Myriad Pro";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.testimonial_priceOfCar_content .thumbnail_images {
  height: 80px;
  width: 80px;
  border-radius: 100%;
}

.newsletter_background h3 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.25px;
}

.newsletter_background p {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.42px;
}

.newsletter_background .search_input {
  padding: 10px 40px;
  border-radius: 100px;
  background-color: white;
  max-width: 90%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: -30px;
  z-index: 0 !important;
}

.newsletter_background .search_btn {
  background-color: #dd9628;
  padding: 10px 40px;
  border-radius: 100px;
  color: white;
  border: none;
  margin-left: 0px;
  z-index: 999 !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter_background .search_input::-webkit-input-placeholder {
  font-style: italic;
}

.newsletter_background .search_input:-ms-input-placeholder {
  font-style: italic;
}

.newsletter_background .search_input::-ms-input-placeholder {
  font-style: italic;
}

.newsletter_background .search_input::placeholder {
  font-style: italic;
}

.mt-100 {
  margin-top: 100px;
}

.footer_content .footer-logo {
  max-height: 10vh;
}

.color-black {
  color: black;
}

.social_media_icons i {
  background-color: #f7941e;
  padding: 10px;
  border-radius: 50%;
  color: white;
  margin: 5px;
}

.social_media_icons i:hover {
  webkit-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.social_media_icons .fa-facebook-f {
  padding: 10px 15px;
}

.contact-footer p {
  font-size: 1rem;
  font-weight: 400;
}

.contact-footer i {
  color: #aaa9a7;
}

.footer_pages ul {
  text-decoration: none;
  list-style: none;
  color: #221508;
  font-family: "Myriad Pro";
  font-size: 14px;
  font-weight: 400;
  /* Text style for "About Us ," */
  letter-spacing: 0.14px;
}

.footer_pages ul li {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 4px 0px;
}

.footer_pages ul li:hover {
  padding-left: 15px;
  color: #ff9933;
  font-weight: 600;
}

.footer_last_content p {
  text-align: justify;
  font-size: 0.8rem;
  color: black;
  font-weight: 400;
}

.product_image_container {
  min-height: 25vh;
  max-height: 25vh;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f1f5fa;
  width: 100%;
  text-align: center;
}

.product_image_container img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 25vh;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.carousel_items .model_carousel p {
  background-color: #dde0e4;
  padding: 10px 15px;
  color: #d79328;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}

.carousel_items .price_carousel {
  color: #dc9019;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 6px 20px;
  text-transform: uppercase;
  /* Text style for "A, ED450O0" */
  color: #dc9019;
  font-weight: bolder;
}

.quote_background_wrapper {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote_background_inner {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 30px;
}

.contact_input:focus {
  outline: 1px solid #005aab;
}

/* Contact Us ends */
.cursor-pointer {
  cursor: pointer;
}

.contact_input {
  padding: 10px 20px;
  border: 1px solid #dfdfdf;
  outline: none;
}

.contact_input::-webkit-input-placeholder {
  opacity: 0.9;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(116, 122, 129, 0.9);
}

.contact_input:-ms-input-placeholder {
  opacity: 0.9;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(116, 122, 129, 0.9);
}

.contact_input::-ms-input-placeholder {
  opacity: 0.9;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(116, 122, 129, 0.5);
}

.contact_input {
  padding: 8px 15px;
  background-color: #f2f6f7;
  border: 1px solid #f2f6f7;
}

.contact_input:focus {
  outline: 1px solid #d1d5d6;
}

.contact_input::-webkit-input-placeholder {
  opacity: 0.9;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(116, 122, 129, 0.9);
}

.contact_input:-ms-input-placeholder {
  opacity: 0.9;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(116, 122, 129, 0.9);
}

.contact_input::-ms-input-placeholder {
  opacity: 0.9;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(116, 122, 129, 0.9);
}

.contact_input::placeholder {
  opacity: 0.9;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(116, 122, 129, 0.9);
}

.required_input::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.submit_contact_btn {
  padding: 13px 50px;
  background-color: #005aab;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 1.08rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
}

.carousel_items .name_carousel {
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 30px;
  /* fallback */
  max-height: 35px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 35px;
  margin-bottom: 10px;
}

.carousel_items .speed_carousel, .carousel_items .milage_carousel {
  color: #555555;
  font-size: 0.8rem;
  font-weight: 500;
}

.each_blog_list {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.carousel_items {
  padding: 0px 20px;
}

.each_blog_list a:hover {
  text-decoration: none;
}

.contact_banner {
  background-color: #dd9628;
  padding-top: 50px;
  padding-bottom: 50px;
}

.newsletter_background {
  background-image: url("../assets/home/Rectangle_5.webp");
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-bottom {
  background-color: #d7d8da;
  padding-top: 20px;
  padding-bottom: 20px;
}

.color_priceOfCar {
  color: #dd9629;
}

.topmostContent p {
  font-size: 0.7rem;
  margin: 0;
}

.outerTopMost .line {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(black), color-stop(black), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), black, black, rgba(0, 0, 0, 0.2));
  height: 1px;
  width: 100%;
  opacity: 0.1;
  content: " ";
}

.search_car_wrapper {
  margin-left: 30px;
  margin-right: 30px;
  -webkit-box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  padding: 0px 50px;
}

.small-text {
  font-size: 0.8rem;
}

.form_elements label {
  font-weight: bolder;
  font-size: 0.8rem;
}

.formFields {
  width: 99%;
  margin-top: 10px;
  height: 50px;
  padding-left: 10px;
  color: #666666;
  background-color: #f2f6f7;
  border: none;
  outline: none;
  font-size: 0.8rem;
}

.form_elements .submit-btn {
  width: 99%;
  margin-top: 10px;
  height: 50px;
  padding-left: 10px;
  color: white;
  background-color: #d38907;
  border: none;
  outline: none;
  cursor: pointer;
}

.formFields:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

.services_list_and_evaluation {
  margin-top: 30px;
  -webkit-box-shadow: 0 18px 27px rgba(0, 0, 0, 0.24);
          box-shadow: 0 18px 27px rgba(0, 0, 0, 0.24);
  background-color: #f2f6f7;
  z-index: 10;
  padding: 60px 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.inner_evaluation_box::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  background-color: #dd9628;
  border-radius: 100%;
  padding: 8px 15px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  z-index: 100;
  color: white;
}

.inner_evaluation_box:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.inner_evaluation_box:focus {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.inner_evaluation_box::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  border: 1px solid red;
  background-color: white;
  border-style: dashed;
  border-radius: 50%;
  padding: 12px 20px;
  z-index: 99;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 16px);
  color: white;
}

.bg-priceOfCar {
  background-color: #dd9628;
}

.services_list_and_evaluation div {
  min-height: 15vh;
}

.services_list_and_evaluation div {
  max-height: 15vh;
}

.services_list_and_evaluation img {
  max-height: 12vh;
}

.services_list_and_evaluation h3 {
  color: black;
  font-weight: 400;
  font-size: 1.5rem;
}

.services_list_and_evaluation p {
  color: black;
  font-weight: bold;
  font-size: 0.8rem;
}

.wrapper_why_choose {
  background-color: #f2f6f7;
  padding-top: 250px;
  z-index: 1;
  margin-top: -150px;
}

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.animation_image {
  -webkit-animation: 1s ease-out 0s 1 slideInFromLeft;
          animation: 1s ease-out 0s 1 slideInFromLeft;
}

.why_choose_price_of_car p {
  color: #555555;
}

.why_choose_price_of_car h3 {
  color: #dc9019;
  font-weight: bolder;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
}

.why_choose_price_of_car h1 {
  color: #222222;
  font-weight: bolder;
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
}

.number_index {
  background-color: white;
  padding: 10px 20px;
  margin-left: 5px;
}

.color-black {
  color: black !important;
}

.why_choose_price_of_car .why_choose_left {
  border-right: 1px solid #dd9628;
}

.find_a_car_search h2 {
  margin-top: 25px;
  font-weight: bolder;
  text-transform: uppercase;
}

.indexHeading {
  margin-top: 25px;
  font-weight: bolder;
  text-transform: uppercase;
}

.find_a_car_search p {
  text-transform: uppercase;
  color: #253241;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.outer_wrapper_search {
  background-color: #f1f5fa;
  padding-bottom: 80px;
}

.inner_container_search {
  -webkit-box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
          box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
  background-color: #ffffff;
}

.inner_container_search .color-dim {
  color: #cccccc;
}

.inner_container_search label {
  color: #253241;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.inner_container_search .form-fields {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #cccccc;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  padding-left: 15px;
}

.inner_container_search .submit-btn {
  height: 50px;
  background-color: #dd9628;
  border: 1px solid #dd9628;
  color: white;
}

.car_container_design p {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 11.94px;
  text-transform: uppercase;
}

.car_container_design .index_image_container {
  height: 4vh;
}

.car_container_design .index_image_container img {
  max-height: 4vh;
}

.inner_container_search .form-fields:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

/* Car List Design */
.select2-results .select2-results__options {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
}

.select2 {
  width: 100%;
  max-width: 100%;
}

.select2-container--default .select2-selection--single {
  border-radius: 30px !important;
  outline: none;
  padding: 8px 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1;
  font-size: 0.8rem;
  padding-bottom: 5px;
  outline: none;
}

.select2-container .select2-selection--single {
  height: auto;
  width: 100% !important;
}

.inputBreadcrumb {
  margin: 0px 4px;
}

.inputBreadcrumb select {
  outline: none !important;
  border: none;
  border-radius: 30px !important;
  color: black;
  background-color: white;
  padding: 8px 10px;
  width: 100%;
  font-size: 0.8rem;
}

.inputBreadcrumb button {
  border: none;
  background: linear-gradient(261deg, #f39304, #e7c56e) !important;
  color: white;
  padding: 8px 10px;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.8rem;
}

.carList_breadcum_background {
  background-image: url("../assets/bgImages/baner2.jpg");
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}

.breadcrumbImage img {
  max-height: 5vh;
}

span {
  font-family: inherit;
}

.carList_breadcum_background .textBlock {
  float: left;
}

.carList_breadcum_background .textBlock img {
  max-height: 8rem;
}

.carList_breadcum_background h1 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  /* Text style for "Vehicle" */
  color: #d16a03;
  letter-spacing: -1.5px;
  /* Text style for "" */
  color: #ffffff;
  letter-spacing: -1.5px;
  /* Text style for "Details" */
}

.inline_elements p {
  float: left;
}

.left_side_content_carListing .inline_elements p {
  color: #373737;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.left_side_content_carListing .inline_elements .filters {
  background-color: #f8f8f8;
  margin-left: 5px;
  border: none;
  padding: 10px 20px;
}

.list_grid_view {
  padding: 10px 20px;
}

.list_grid_view i {
  color: #666666;
  font-size: 1.2rem;
}

.list_grid_view i.active {
  color: #dd9629;
}

.left_side_content_carListing .inline_elements .filters:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

.image_container {
  border-radius: 5px;
  height: auto;
  max-height: 30vh;
  padding: 0;
}

.image_container img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.price_of_car {
  -webkit-clip-path: polygon(11% 0, 91% 0, 100% 100%, 0% 100%);
  clip-path: polygon(11% 0, 91% 0, 100% 100%, 0% 100%);
  background-color: #dd9628;
  padding: 10px 40px;
  line-height: 0;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 0.9rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: calc(50% - 80px);
  text-transform: uppercase;
}

.price_of_car p {
  padding-top: 15px;
}

.each_item .model {
  color: #e7222c;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.each_item {
  border-bottom: 1px solid #e1dfdd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.outer_div_each_item {
  padding: 20px 50px;
}

.outer_div_each_item h3 {
  color: #555555;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.outer_div_each_item .shortDesc {
  color: #666666;
  font-size: 0.9rem;
  font-weight: 400;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  /* fallback */
  max-height: 60px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 60px;
  text-align: justify;
}

.outer_div_each_item .properties p {
  color: #555555;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
}

.share_items_carListing .details {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bolder;
}

.share_items_carListing .details:hover {
  background-color: #dd9628;
  color: white;
  cursor: pointer;
}

.share_items_carListing .share_icons i {
  background-color: #dd9628;
  padding: 10px;
  border-radius: 100%;
  color: white;
}

.share_items_carListing .share_icons .fa-facebook-f {
  padding: 10px 15px;
}

.mt-50 {
  margin-top: 50px;
}

.right_sidebar_carListing .advanced_search_container {
  background-color: #e1dfdd;
  padding: 50px 20px;
  border-radius: 10px;
}

.right_sidebar_carListing .advanced_search_container h3 {
  color: #050000;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

.advanced_search_container .sidebar_input {
  width: 217px;
  height: 47px;
  background-color: #fafafa;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  color: #666666;
  margin-top: 10px;
}

.advanced_search_container .select2-container--default .select2-selection--multiple {
  border-radius: 0;
  font-size: 0.8rem;
  border: none;
  padding: 10px 15px;
}

.advanced_search_container .sidebar_input:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

.advanced_search_container .submit_btn_sidebar {
  background-color: #dd9628;
  border-radius: 10px;
  border: 1px solid white;
  padding: 10px 10px;
  color: white;
  margin-top: 10px;
}

.exterior_sidebar {
  background-color: #fafafa;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-bottom: 30px;
}

.exterior_sidebar h3 {
  background-color: #e1dfdd;
  padding: 30px 10px;
  color: #050000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

.exterior_sidebar ul {
  list-style: none;
  margin-left: 30px;
  padding-left: 1.2em;
  position: relative;
}

.exterior_sidebar ul li {
  margin-top: 10px;
  cursor: pointer;
}

.exterior_sidebar ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid red;
  margin-top: 8px;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
  size: inherit;
}

a:hover {
  text-decoration: none;
}

/* Car Details */
.thumbnail_images_container img {
  float: left;
  min-height: 10vh;
  max-height: 10vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
  cursor: pointer;
}

.thumbnail_images_container .active {
  border: 3px solid #ff9933;
}

.car_details_icons p {
  color: #555555;
  font-family: "Myriad Pro";
  font-size: 15px;
  font-weight: 400;
}

.car_details_icons .bar {
  color: #999999;
  font-size: 1rem;
}

.car_details_icons a {
  font-size: 0.8rem;
}

.vehicle_specifications h2 {
  color: #222222;
  font-family: "Myriad Pro";
  font-size: 1.5rem;
  font-weight: 700;
}

.vehicle_specifications ul {
  list-style: none;
  margin-left: 30px;
  padding-left: 1.2em;
  position: relative;
}

.vehicle_specifications ul li {
  margin-top: 10px;
  width: 48%;
  display: inline-block;
  position: relative;
}

.vehicle_specifications ul li:before {
  content: " ";
  position: absolute;
  left: -15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid red;
  margin-top: 8px;
}

.feature_specificaton_heading h3 {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  /* Text style for "Overview" */
  padding-bottom: 20px;
}

.feature_specificaton_heading .active {
  font-size: 18px;
  font-weight: 400;
  /* Text style for "Features &" */
  color: #ff9966;
  border-bottom: 2px solid #ff9966;
  padding-bottom: 20px;
}

.feature_specificaton_details {
  background-color: #fbf7f7;
  padding: 20px 80px;
}

.feature_specificaton_details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.feature_specificaton_details ul li {
  margin-top: 10px;
  font-size: 0.8rem;
  padding-left: 20px;
  border-bottom: 0.4px solid #dde0e4;
  display: inline-block;
  width: 48%;
  position: relative;
}

.feature_specificaton_details ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0px;
  color: #f7941e;
  margin-top: 1px;
}

.total_price_description {
  background-color: #f2f6f7;
}

.total_price_description h3 {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  background-color: #f7941e;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.total_price_description .large_text {
  font-size: 1.5rem;
}

.margin_cost {
  color: #555555;
  font-family: "Myriad Pro";
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.margin_cost h5 {
  text-decoration: line-through;
}

.margin_cost p {
  font-size: 0.8rem;
}

.company_description {
  background-color: #f7941e;
  color: white;
  padding: 10px 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.company_description .thumbnail_images {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.company_description h3 {
  line-height: 1;
  font-size: 1.2rem;
}

.company_description p {
  line-height: 1;
  font-size: 0.8rem;
}

.contact_sidebar_car_detail {
  border: 1px solid #666666;
  padding: 20px 1px;
}

.contact_sidebar_car_detail h3 {
  font-size: 1rem;
}

.contact_sidebar_car_detail p {
  font-size: 1.5rem;
}

.contact_sidebar_car_detail i {
  font-size: 1rem;
  color: #666666;
}

.contact_sidebar_car_detail .bar {
  color: #999999;
}

.message_car_description {
  background-color: #f2f6f7;
  padding: 50px 30px;
  position: relative;
}

.message_car_description h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}

.message_car_description .form_input {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  border: none;
  background-color: #ffffff;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  padding-left: 15px;
}

.financeResult h3 {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 5px 0px;
  margin: 0;
}

.financeResult .result {
  text-align: center;
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  background-color: white;
  font-weight: bold;
}

.message_car_description .form_input:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

.message_car_description textarea {
  color: #999999;
  margin-top: 10px;
  border: none;
  padding-left: 15px;
}

.message_car_description .submit_btn {
  height: 50px;
  background-color: #ff9933;
  border: 1px solid #ff9933;
  color: white;
  margin-top: 10px;
  text-transform: uppercase;
  margin-top: 15px;
}

.message_car_description::before {
  content: " ";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ff9933;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 5px;
  top: 0px;
}

.message_car_description p {
  font-size: 0.7rem;
  padding: 0px;
  line-height: 1;
}

.add_banner {
  background-color: #fcf2e2;
  padding: 20px 0px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.add_banner h3 {
  color: #ebab41;
  font-size: 2rem;
  font-weight: 700;
  /* Text style for "Save Big O" */
  letter-spacing: 0.48px;
}

.add_banner .decorated_text {
  background-color: #000000;
  padding: 0px 20px;
}

.heading_car_detail h3 {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

.heading_car_detail p {
  color: #555555;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.message_car_description .search_btn {
  border: 1px solid #ff9933;
  background-color: #ff9933;
  color: white;
  border-radius: 0px;
}

.message_car_description .search_input {
  border: 1px solid #ff9933;
}

.small-img {
  width: 90%;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.small-img .icon-right {
  right: 0;
}

.small-img .icon-left:hover, .small-img .icon-right:hover {
  opacity: .5;
}

.small-container {
  width: 90%;
  height: 100px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 100%;
  position: relative;
}

.small-container .show-small-img {
  width: 100px;
  height: 100px;
  margin-right: 26px;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type {
  margin-right: 0;
}

.big_image_container {
  min-height: 55vh;
  max-height: 55vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}

.big_image_container img {
  max-height: 55vh;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallaryMainImageContainer {
  max-height: 35vw;
  min-height: 35vw;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallaryMainImageContainer img {
  max-height: 35vw;
  min-height: 35vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

.imageContainergallary {
  max-height: 10vh;
  min-height: 10vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.imageContainergallary img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.imageContainergallary.active {
  border: 4px solid #d9a055;
}

@media only screen and (max-width: 1100px) {
  .small-img {
    width: 95%;
    height: 70px;
    margin-top: 10px;
    position: relative;
  }
  .small-img .icon-left, .small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    margin: auto 0;
  }
  .small-img .icon-left {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 10px;
  }
  .small-img .icon-right {
    right: 10px;
  }
  .small-img .icon-left:hover, .small-img .icon-right:hover {
    opacity: .5;
  }
  .small-container {
    width: 90%;
    height: 70px;
  }
  .small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
  }
  .small-container .show-small-img:last-of-type {
    margin-right: 0;
  }
  .big_image_container img {
    width: auto;
  }
}

.car_price_comparison p {
  font-size: 0.8rem;
  line-height: 1;
  padding-bottom: 0px !important;
}

.car_price_comparison h3 {
  font-size: 1.2rem;
  line-height: 0;
}

.car_price_comparison {
  background-color: #e8232b;
  padding: 5px 0px;
  color: white;
}

.imageWrapperComparison {
  max-height: 25vh;
  min-height: 25vh;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

.imageWrapperComparison img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 25vh;
}

.float_right_comparison {
  float: right;
}

.view_listing_comparison {
  background-color: #ff9933;
  padding: 10px 20px;
  color: white;
}

.compare_heading p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  font-weight: bolder;
  line-height: 15px;
}

.comparion_points p {
  color: #999999;
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  line-height: 15px;
}

.comparision_li_design {
  background-color: #fbf7f7;
  padding: 20px 5px;
}

.comparision_li_design ul {
  list-style: none;
  margin-left: 5px;
  padding-left: 1em;
  position: relative;
}

.comparision_li_design ul li {
  margin-top: 10px;
  font-size: 0.7rem;
  border-bottom: 0.4px solid #dde0e4;
}

.comparision_li_design ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0;
  color: #f7941e;
  margin-top: 1px;
}

.car_comparision_details {
  background-color: #e6a705;
  padding: 10px;
  color: white;
}

.car_comparision_details p {
  padding: 0px;
}

.choose_car_comparison span {
  background-color: #9a1f22;
  color: white;
  font-weight: bolder;
  font-size: 1.2rem;
  padding: 10px 80px;
}

.choose_car_comparison_paragraph p {
  font-size: 0.9rem;
  width: 70%;
  display: block;
  margin: auto;
  margin-top: 50px;
  color: #666666;
}

.choose_car_comparison_paragraph a {
  background-color: #9a1f22;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.contact-right-content i {
  background-color: white;
  padding: 20px;
  font-size: 1.5rem;
  height: 100%;
  border-radius: 50%;
}

.contact-right-content .fa-mobile-alt {
  padding: 20px 25px;
}

.contact-right-content p {
  color: white;
  font-size: 0.9rem;
}

.map_iframe {
  width: 100%;
  height: 500px !important;
}

.mapouter {
  position: relative;
  text-align: center;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.map_iframe_small {
  width: 100%;
  min-height: 300px;
}

.mapouter_small {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.gmap_canvas_small {
  overflow: hidden;
  background: none !important;
  width: 100%;
}

.map-container {
  max-height: 100%;
  overflow: hidden;
}

.contact_page_background {
  padding-top: 150px;
  padding-bottom: 150px;
  background-attachment: fixed;
  color: white;
  background-color: #014d4d;
}

.contact_top:hover i {
  background-color: white;
  color: #014d4d;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.contact_top i {
  padding: 10px;
  border-radius: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.left_container_contact {
  background-color: #00385b;
  padding-top: 100px;
  padding-bottom: 100px;
}

.left_container_contact p {
  font-size: 0.9rem;
  text-align: justify;
  color: white;
}

.left_container_contact h3 {
  font-size: 1.5rem;
  text-align: justify;
  color: white;
}

.right_container_contact {
  background-color: #c5c3c1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.comparision_li_design_contact {
  background-color: transparent;
  padding: 20px 5px;
}

.comparision_li_design_contact ul {
  list-style: none;
  margin-left: 5px;
  padding-left: 1em;
  position: relative;
}

.comparision_li_design_contact ul li {
  margin-top: 10px;
  font-size: 1rem;
  color: white;
}

.comparision_li_design_contact ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: -10px;
  color: #d38907;
  margin-top: 1px;
}

.about_us_common_background {
  background-color: #f7f7f7;
}

.company_profile_image {
  max-height: 45vh;
}

.large_text {
  font-size: 2rem;
  font-weight: bolder;
}

.large_heading {
  font-size: 3rem;
  font-weight: 500;
}

.width-70 {
  width: 70%;
}

.desc_about {
  color: #666666;
  font-size: 0.9rem;
}

.inner_image_about {
  max-height: 40vh;
}

.about-us-content h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bolder;
}

.about-us-content p {
  color: #666666;
  font-size: 0.9rem;
}

.about-us-content i {
  background-color: #d38907;
  color: white;
  padding: 10px;
}

.left_sidebar_faq ul {
  list-style: none;
  padding: 0px;
}

.left_sidebar_faq ul li {
  border: 1px solid #eeeeee;
  padding: 5px 15px;
  margin-top: 15px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* fallback */
  max-height: 35px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 35px;
  margin-bottom: 10px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.left_sidebar_faq ul li.active {
  background-color: #d38907;
  color: white;
}

.faq_sidebar_btn {
  background-color: #d38907;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 1rem;
}

.faq_sidebar_btn:hover {
  background-color: #d38907;
  color: white;
}

.redmore_blog {
  background-color: #d38907;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 1rem;
}

.redmore_blog:hover {
  background-color: #d38907;
  color: white;
}

.offer_faqs p {
  font-size: 0.8rem;
}

.footer_faqs {
  background-color: #b2b5b7;
}

.footer_faqs p {
  margin: 0;
  color: white;
}

.footer_faqs span {
  background-color: white;
  padding: 5px 20px;
  color: black;
  font-size: 0.8rem;
}

.offer_faqs h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  letter-spacing: 3px;
}

.left_sidebar_faq ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 30px;
}

.heading_tab_content h3::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  font-size: 1rem;
  color: #d38907;
}

.heading_tab_content {
  padding-left: 20px !important;
  padding-right: 50px !important;
}

.left_sidebar_faq ul li:hover {
  background-color: #d38907;
  color: white;
  transform: translateY(8px);
  -webkit-transform: translateX(8px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.left_sidebar_faq ul li:focus {
  background-color: #d38907;
  color: white;
  transform: translateY(-8px);
  -webkit-transform: translateX(8px);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.tab_heading h3 {
  font-size: 1rem;
  font-weight: 400;
  padding: 10px;
}

.tab_content_description {
  padding: 30px 40px;
  text-align: justify;
  font-size: 0.8rem;
}

.tab_heading .active {
  background-color: #d38907;
  color: white;
}

.tab_heading .active h3::after {
  color: white;
}

.tab_description_container {
  display: none;
}

.tab_heading_container {
  cursor: all-scroll;
}

.rotate_icon h3::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.banner_body_faq {
  background-color: #f7f7f7;
  padding: 30px 0px;
}

.banner_body_faq_inner {
  background-color: #e8b007;
  padding: 10px 30px;
  color: white;
}

.banner_body_faq_inner p {
  margin: 0px;
}

.book_appointment_faq {
  background-color: #cbcbcb;
  text-transform: uppercase;
  float: right;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: bolder;
  color: black;
}

.faqs_top h3 {
  font-size: 1.2rem;
  font-weight: bolder;
}

.faqs_top p {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 40px;
}

.faqs_top h3 > span {
  padding-bottom: 5px;
  border-bottom: 3px solid #d38907;
}

.blog_list_container {
  padding: 10px 20px;
}

.blog_list_container::after {
  content: " ";
  border: 2px solid red;
  padding: 30px 0px;
  position: absolute;
  left: 0;
  top: 10px;
}

.blog_list_container h3 {
  font-size: 1.2rem;
  font-weight: bolder;
}

.blog_list_container .blog_meta_data {
  font-size: 0.8rem;
  color: #999999;
}

.blog_list_container .blog_short_desc {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: justify;
  overflow: hidden;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5;
  /* fallback */
  max-height: 110px;
  /* fallback */
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 110px;
  margin-bottom: 10px;
}

.each_blog_priceOfCar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}

.blog-image-priceOfCar {
  max-height: 50vh;
}

.carousel_items .name_carousel {
  color: #555555;
  font-family: "Poppins - Semi Bold";
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 30px;
  /* fallback */
  max-height: 35px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 35px;
  margin-bottom: 10px;
}

.left_sidebar_blog ul {
  list-style: none;
  padding: 0px;
}

.left_sidebar_blog ul li {
  border: 1px solid #eeeeee;
  padding: 5px 15px;
  margin-top: 15px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* fallback */
  max-height: 35px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 35px;
  margin-bottom: 10px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.left_sidebar_blog ul li:hover {
  background-color: #d38907;
  color: white;
  transform: translateY(8px);
  -webkit-transform: translateX(8px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.left_sidebar_blog ul li:focus {
  background-color: #d38907;
  color: white;
  transform: translateY(-8px);
  -webkit-transform: translateX(8px);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.blog_sidebar_btn {
  background-color: #d38907;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 1rem;
}

.blog_sidebar_btn:hover {
  background-color: #d38907;
  color: white;
}

.offer_blog p {
  font-size: 0.8rem;
}

.offer_blog h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  letter-spacing: 3px;
}

.blog_sidebar_heading {
  font-size: 1.2rem;
  font-weight: bolder;
  letter-spacing: 3px;
}

.product_image_container_clients {
  min-height: 25vh;
  max-height: 25vh;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: transparent;
  width: 100%;
  text-align: center;
}

.product_image_container_clients img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 20vh;
  height: 100%;
  vertical-align: middle;
}

#section-testimonial2 .owl-theme .owl-dots .owl-dot.active span,
#section-testimonial2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #d0bb79;
}

#section-testimonial2 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #20232e;
  border-radius: 2px;
}

#section-testimonial2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 75px;
  line-height: 0;
}

#section-testimonial2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

#section_similar_blog .owl-theme .owl-dots .owl-dot.active span,
#section-testimonial2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #d0bb79;
}

#section_similar_blog .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #20232e;
  border-radius: 2px;
}

#section_similar_blog .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 75px;
  line-height: 0;
}

#section_similar_blog .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #d0bb79;
}

.owl-theme .owl-dots .owl-dot span {
  margin-top: 30px;
  width: 20px;
  height: 3px;
  background: #20232e;
  border-radius: 2px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  right: 0;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
  position: absolute;
  height: 50px;
  width: 30px;
  background-color: transparent;
  color: black;
  border: 1px solid white;
  border-radius: 0px;
  z-index: 100;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  outline: none;
}

.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i {
  font-size: 1.5rem;
  color: #cecece;
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.owl-theme:hover .owl-prev, .owl-theme:hover .owl-next {
  background-color: white !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.owl-theme:hover .owl-prev:hover, .owl-theme:hover .owl-next:hover {
  background-color: #dd9629 !important;
}

.owl-theme:hover .owl-prev:hover i, .owl-theme:hover .owl-next:hover i {
  color: black !important;
}

.image_height {
  min-height: 50px;
  max-height: 50px;
}

.section-miscellaneous1 {
  background-color: #deddd9;
}

.section-miscellaneous1 h3 {
  font-size: 1rem;
  font-weight: bolder;
}

.section-miscellaneous1 p {
  font-size: 0.8rem;
  font-weight: 400;
}

.testimonial_about {
  background-color: #f4f4f4;
}

.about_us_para {
  color: #666666;
  font-weight: 400;
  font-size: 0.9rem;
}

.section2_about h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  letter-spacing: 3px;
}

.section2_about p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #666666;
  text-align: justify;
}

.section3_about h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section3_about p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #666666;
}

.acheivement_container h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.acheivement_container p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #666666;
  text-align: justify;
}

.common_heading {
  font-size: 1.5rem;
  font-weight: bolder;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.common_header {
  color: #222222;
  font-size: 1.2rem;
  font-weight: 600;
}

.wrapper_container {
  background-color: #fafafa;
}

.main_container {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 20px !important;
}

.about_us_list ul {
  list-style: none;
  margin-left: 30px;
  padding-left: 1.2em;
  position: relative;
}

.about_us_list ul li {
  margin-top: 10px;
  font-size: 1rem;
  margin-left: 10px;
}

.about_us_list ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0;
  color: #f7941e;
  margin-top: 1px;
}

.team_desc h4 {
  font-weight: bolder;
  font-size: 1.2rem;
  letter-spacing: 3px;
}

.team_desc p {
  font-weight: 300;
  font-size: 0.8rem;
  color: #666666;
}

.team_image {
  max-height: 25vh;
  min-height: 25vh;
}

.team_image img {
  max-height: 25vh;
  min-height: 25vh;
}

.team_desc_service {
  background-color: #212e42;
  padding: 20px 70px;
  border-radius: 5px;
}

.team_desc_service .heading h3 {
  color: white;
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-weight: bolder;
}

.team_desc_service .heading p {
  color: #e8b007;
  font-size: 0.8rem;
  letter-spacing: 3px;
  font-weight: bolder;
}

.team_desc_service .heading_service ul {
  list-style: none;
}

.team_desc_service .heading_service ul li {
  font-size: 0.8rem;
  color: #dddddd;
  padding: 0px;
}

.team_desc_service .heading_service {
  border-left: 1px solid #e8b007;
}

.heading_service p {
  color: white;
  text-align: justify;
  padding-left: 20px;
  min-height: 95px;
  max-height: 95px;
  overflow: hidden;
}

.mt-200 {
  margin-top: 150px;
}

.animate_common {
  -webkit-transition: all 1s ease-in !important;
  transition: all 1s ease-in !important;
}

.animate_common:hover {
  transform: translateY(-15px) !important;
  -webkit-transform: translateY(-15px) !important;
  -webkit-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
}

.animate_common:focus {
  transform: translateY(-15px) !important;
  -webkit-transform: translateY(-15px) !important;
  -webkit-transition: all 0.5s ease-in !important;
  transition: all 0.5s ease-in !important;
}

.blog_full_desc p {
  font-weight: 300;
  font-size: 0.9rem;
  color: #666666;
  text-align: justify;
}

.blog_full_desc h1 {
  font-size: 3rem;
  color: black;
  font-weight: bolder;
}

.blog_full_desc h2, .blog_full_desc h3 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 30px;
}

.blog_full_desc ul, .blog_full_desc ol {
  list-style: none;
  margin-left: 10px;
  padding-left: 1em;
  position: relative;
  margin-top: 30px;
}

.blog_full_desc ul li, .blog_full_desc ol li {
  margin-top: 10px;
  font-size: 0.9rem;
  margin-left: 10px;
  color: #666666;
  text-align: justify;
}

.blog_full_desc ul li:before, .blog_full_desc ol li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0;
  color: #f7941e;
  margin-top: 1px;
}

.latest_blog_sidebar h2 {
  font-size: 1.5rem;
  font-weight: bolder;
  letter-spacing: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  color: white;
}

.latest_blog_sidebar h3 {
  font-size: 0.9rem;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 50px;
}

.latest_blog_sidebar p {
  font-size: 0.8rem;
  color: #dddddd;
  font-weight: 400;
  margin-top: 30px;
}

.latest_blog_sidebar {
  background-color: #014d4d;
  padding: 50px 10px;
}

.image_container_blog_similar {
  max-height: 20vh;
  overflow: hidden;
}

.image_container_blog_similar img {
  max-height: 20vh;
  min-height: 20vh;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#section_similar_blog .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#section_similar_blog .item:hover {
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.blog_list_container h5 {
  font-size: 1.2rem;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 50px;
}

.evaluation_background {
  background-color: black;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.form_evaluation {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px 40px;
  margin: 20px 0px;
  border-radius: 0px;
}

.form_evaluation2 {
  background-color: white;
  padding: 32px 40px;
  margin: 20px 0px;
  border-radius: 0px;
}

.form_evaluation label {
  font-weight: 600;
}

.evaluate_right h3 {
  font-weight: 600;
  font-size: 1.2rem;
}

.evaluate_right p {
  font-weight: 400;
  font-size: 0.9rem;
}

.why_sell_with_us ul {
  list-style: none;
  margin-left: 30px;
  padding-left: 1.2em;
  position: relative;
}

.why_sell_with_us ul li {
  margin-bottom: 30px;
  font-size: 1rem;
  margin-left: 30px;
  border-bottom: 0.4px solid #dde0e4;
}

.why_sell_with_us ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0;
  color: #dd9629;
  margin-top: 1px;
}

.why_sell_with_us h4 {
  font-size: 1rem;
  font-weight: 800;
}

.why_sell_with_us p {
  font-size: 0.8rem;
}

.result_container {
  color: black;
}

.result_outer {
  background-color: #d38907;
  padding: 30px 30px;
}

.upper_row_evaluation {
  text-align: center;
  font-style: italic;
}

.upper_row_evaluation h3 {
  font-size: 2.5rem;
}

.section2_evaluation h3 {
  border: 1px solid white;
  text-align: center;
  padding: 10px 5px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 0.9rem;
  color: white;
  cursor: default;
  margin-left: 3px;
  margin-right: 3px;
}

.section2_evaluation h3:hover {
  border: 1px solid white;
  background-color: white;
  color: #d38907;
}

.section2_evaluation_container .active h3 {
  border: 1px solid white !important;
  background-color: white !important;
  color: #d38907 !important;
}

.condition_selector {
  background-color: #fadbc1;
  font-size: 0.8rem;
  padding: 10px 30px;
  margin-top: 20px;
}

.condition_selector::after {
  content: " ";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fadbc1;
  color: #fadbc1;
  left: 10%;
  top: -10px;
}

.fair::after {
  left: 15%;
}

.good::after {
  left: 48%;
}

.verygood::after {
  left: 60%;
}

.excellant::after {
  left: 80%;
}

.priceDescription {
  background-color: white;
  padding: 10px;
}

.priceDescription p {
  font-size: 0.8rem;
}

.priceDescription ul {
  padding: 0;
  list-style: none;
}

.priceDescription ul li {
  width: 48%;
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  padding-left: 20px;
}

.priceDescription ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0;
  color: #d38907;
}

.priceDescription {
  display: none;
}

.result_below {
  background-color: white;
  padding: 30px 30px;
  text-align: center;
}

.result_below p {
  font-size: 0.8rem;
  font-style: italic;
}

.result_below h3 {
  font-size: 1.2rem;
  font-style: normal;
}

.common_heading_evaluation {
  font-size: 1rem;
  color: #d38907;
  font-weight: bold;
}

.why_sell_evaluation ul {
  list-style: none;
  margin-left: 30px;
  padding-left: 1.2em;
  position: relative;
  margin-top: 20px;
}

.why_sell_evaluation ul li {
  margin-bottom: 10px;
  font-size: 0.9rem;
  margin-left: 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0px;
}

.why_sell_evaluation ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: relative;
  left: -10px;
  color: green;
  margin-top: 1px;
}

.why_sell_evaluation ul li:hover {
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.why_sell_evaluation ul li:focus {
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.evaluate_btn {
  background-color: #828282;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}

@media only screen and (max-width: 1600px) {
  .logo {
    margin-left: 50px;
  }
  .navbar_left_items {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1400px) {
  .logo {
    margin-left: 20px;
  }
  .navbar_left_items {
    margin-right: 20px;
  }
  .navbar-nav .nav-item {
    font-size: 0.9rem;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .logo {
    margin-left: 20px;
  }
  .navbar_left_items {
    margin-right: 5px;
  }
  .navbar-nav .nav-item {
    font-size: 0.9rem;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .big_image_container {
    min-height: 45vh;
    max-height: 45vh;
  }
  .big_image_container img {
    max-height: 45vh;
  }
}

@media only screen and (max-width: 768px) {
  .number_index {
    padding: 10px 10px;
    margin-left: 2px;
    font-size: 0.8rem;
  }
  .testimonial_priceOfCar_content .content_testimonial {
    width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .big_image_container {
    min-height: 35vh;
    max-height: 35vh;
  }
  .big_image_container img {
    max-height: 35vh;
  }
  .get_your_car_value h3 {
    letter-spacing: 1px;
    font-size: 1rem;
  }
  .search_car_wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }
  .number_index {
    padding: 10px 10px;
    margin-left: 2px;
    font-size: 1rem;
  }
  .heading_tab_content {
    padding-left: 5px !important;
    padding-right: 40px !important;
  }
  .testimonial_priceOfCar_content .content_testimonial {
    width: 90%;
  }
  .left_side_content_carListing .inline_elements .filters {
    margin-left: 5px;
    padding: 10px 10px;
  }
  .mt-100 {
    margin-top: 40px;
  }
  .feature_specificaton_details {
    padding: 20px 5px;
  }
  .search_car_wrapper {
    padding: 0px 10px;
  }
  .form_evaluation {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 350px) {
  .big_image_container {
    min-height: 25vh;
    max-height: 25vh;
  }
  .big_image_container img {
    max-height: 25vh;
  }
}

/* Car Comparison */
@media only screen and (max-width: 991px) {
  .hideSmallScreen {
    display: none;
  }
}

.comparisonDataTable {
  display: none;
}

.each_car_to_compare_wrapper {
  position: relative;
}

.each_car_to_compare {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 15px !important;
}

.each_car_to_compare p {
  font-size: 0.8rem;
  font-weight: normal;
}

.each_car_to_compare .fa-plus {
  color: #666666;
  font-size: 1rem;
  border: 2px dotted #666666;
  padding: 20px;
  border-radius: 100%;
}

.each_car_to_compare .car_to_compare_detail {
  padding: 10px 20px;
}

.each_car_to_compare .car_to_compare_detail ul {
  padding: 0px;
  list-style: none;
}

.each_car_to_compare .car_to_compare_detail ul li {
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 10px;
}

.each_car_to_compare .car_to_compare_detail ul li:last-child {
  border-top: none;
}

.opacityLow {
  opacity: 0.4;
}

.search_result {
  display: none;
}

.tablinksFirstSearch {
  cursor: pointer;
}

.compareNowBtn {
  background: linear-gradient(261deg, #ecbe49, #df8704) !important;
  padding: 10px 50px;
  color: white;
  border: none;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
}

.editBtnComparison, .deleteBtnComparison {
  cursor: pointer;
}

.car_search_form {
  background-color: white;
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 30vh;
  display: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 20px;
}

.car_search_form input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px 20px;
  position: relative;
}

.car_search_form select {
  width: 100%;
  color: #666666;
  padding: 5px 10px;
  border: none;
  outline: none;
}

.car_search_form h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.car_search_form .nav_inline li {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 0.8rem;
}

.car_search_form .nav_inline li:nth-child(1) {
  margin-right: 20px;
}

.car_search_form .nav_inline li.active {
  border-bottom: 2px solid #ff9966;
  color: #dd9629;
}

.content_after_wrapper {
  position: relative;
}

.content_after_focus {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 20px;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: white;
}

.content_after_focus ul {
  list-style: none;
}

.content_after_focus ul li {
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 0px;
}

.content_after_focus ul li > ul li {
  font-weight: 400;
  font-size: 0.8rem;
}

.content_after_focus ul li > ul li:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.content_after_focus.variant ul li {
  font-weight: 500;
  font-size: 0.8rem;
}

.content_after_focus.variant ul li:hover {
  background-color: #fafafa;
  cursor: pointer;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

p {
  font-size: 0.8rem;
  font-weight: 500;
}

.tabcontent {
  display: none;
}

.tablinks {
  cursor: pointer;
}

.close-btn-brand-comparison {
  position: absolute;
  right: 10;
  top: 10;
  opacity: 0.7;
  color: black;
}

.close-btn-brand-comparison:hover {
  opacity: 1;
  cursor: pointer;
}

.car_search_form {
  display: none;
}

/* car Detail Page Design */
.visualizedData .each_visualized_data {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f6), color-stop(#e4e4e4), to(#999999));
  background-image: linear-gradient(#f1f3f6, #e4e4e4, #999999);
  border: 1px solid #acacac;
  border-radius: 5px;
  padding: 15px 5px;
}

.visualizedData i {
  font-size: 1.2rem;
  color: #ff9933;
  margin-bottom: 10px;
}

.visualizedData h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.visualizedData p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.featureSpecification {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
  margin: 15px 0px;
}

.featureSpecification img {
  height: 50px;
  width: 50px;
}

.featureSpecification h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
}

.tabDesign ul {
  list-style: none;
  background-color: #f1f3f6;
  margin: 0;
  padding: 0px 30px;
  border-bottom: 2px solid #ff9933;
}

.tabDesign li {
  display: inline-block;
  margin: 0px 10px;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
}

.tabDesign li.active {
  background-color: #ff9933;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product_carousel_index .item {
  margin: 0px 10px;
}

/* ends Car Detail Page Design */
/* grid view Design */
.grid_view_design {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.grid_view_design .product_heading {
  font-size: 1rem;
  background-color: #383838;
  color: white;
  text-align: center;
  padding: 8px 0px;
}

.grid_view_design .product_heading h3 {
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 30px;
  /* fallback */
  max-height: 25px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 25px;
}

.grid_view_design img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.grid_view_design .metaData {
  margin-top: 10px;
  text-align: center;
}

.grid_view_design .metaData h3 {
  font-size: 0.8rem;
  margin: 0;
}

.grid_view_design .metaData p {
  margin: 0;
  font-size: 0.8rem;
}

.grid_view_design .contact_and_price {
  margin-top: 10px;
  padding: 10px 20px;
}

.grid_view_design .contact_and_price h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}

.grid_view_design .contact_and_price p {
  margin: 0;
  font-size: 0.8rem;
}

.grid_view_design .contact_and_price .price_grid {
  font-weight: 600;
  font-size: 1rem;
  color: #dd9629;
}

.grid_view_design .contact_and_price i {
  color: #dd9629;
}

.grid_view_design:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid_view_design:hover .smallImageListing {
  -webkit-transform: none;
          transform: none;
}

/* ends grid view design */
/* COntact Us Design */
.contact_details_wrapper {
  border: 1px solid #dd9629;
  padding: 40px  10px;
  margin: 10px 10px;
}

.contact_details_wrapper i {
  font-size: 2rem;
  color: #dd9629;
  border: 1px solid #dd9629;
  padding: 15px;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.contact_details_wrapper h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #dd9629;
}

.contact_details_wrapper p {
  margin: 0;
  font-size: 0.8rem;
  color: #666666;
  font-weight: 500;
}

.contact_details_wrapper:hover i {
  background-color: #dd9629;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-banner {
  position: relative;
  background-color: #dd9629;
  min-height: 400px;
  width: 100%;
}

.contact-banner .conatct-us-bg-design {
  position: absolute;
  background-color: white;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  height: 274px;
  width: 110%;
  left: -30px;
  bottom: -125;
}

.form-design-contact-us {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 25px 30px;
  padding-bottom: 60px;
  background-color: white;
  margin-top: 50px;
}

.form-design-contact-us label, .form-design-contact-us p {
  width: 100%;
  color: #666666;
  font-size: 0.8rem;
  font-weight: 500;
}

.form-design-contact-us h3 {
  color: #dd9629;
  font-size: 1.2rem;
  font-weight: 600;
}

.form-design-contact-us input, .form-design-contact-us select, .form-design-contact-us textarea {
  border: none;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  width: 100%;
  padding: 10px 10px;
  font-size: 0.8rem;
  color: #666666;
  outline-color: #dd9629;
}

.form-design-contact-us input[type=submit] {
  background-color: #dd9629;
  color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.bg-peepal {
  background-color: #dd9629 !important;
}

.map_iframe {
  width: 100%;
  height: 500px !important;
}

.mapouter {
  margin-top: 50px;
  position: relative;
  text-align: center;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.image-holder-contact-us h3 {
  font-size: 1.2rem;
  color: white;
  font-weight: 500;
}

.image-holder-contact-us p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

/* /contact Us page */
/* User Dashboard Design Starts */
.userDashboardLinks ul {
  list-style: none;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}

.userDashboardLinks ul li {
  padding: 10px 8px;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  margin: 4px 0px;
  position: relative;
  cursor: pointer;
  z-index: 0;
}

.userDashboardLinks ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dd9629;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.userDashboardLinks ul a {
  display: block;
}

.userDashboardLinks ul li:hover {
  color: white;
  -webkit-transition: all 0.01s ease-in;
  transition: all 0.01s ease-in;
}

.userDashboardLinks ul li:hover i {
  color: white;
}

.userDashboardLinks ul li:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.userDashboardLinks .active {
  background-color: #dd9629;
  color: white;
}

.userDashboardLinks .active i {
  color: white;
}

.account-setting p {
  margin: 0;
}

.user-image {
  vertical-align: middle;
  position: relative;
  height: 60px;
  width: 60px;
  -ms-flex-line-pack: center;
      align-content: center;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.edit_user_image_pen {
  position: absolute;
  top: 32px;
  right: calc(50% - 30px);
  z-index: 2 !important;
  color: black;
  display: none;
}

.user-image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.image_wrapper_user_dashboard:hover i {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.color-priceOfCar {
  color: #dd9629;
}

.text-right {
  float: right;
}

/* ends Dashboard Design */
/* Notificaion */
.each_notifications {
  padding: 0px 10px;
  padding-left: 10px;
  margin-top: 10px;
}

.each_notifications .col-11 {
  padding: 20px 10px !important;
  border-radius: 10px;
}

.each_notifications p {
  color: #464646;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
}

.each_notifications h3 {
  color: #111111;
  margin: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.bg-success-custom {
  background-color: #aaffc3;
  border: 1px solid #4ba064;
}

.bg-warning-custom {
  background-color: #ffde97;
  border: 1px solid #b1985f;
}

.bg-danger-custom {
  background-color: #ffd0cb;
  border: 1px solid #a57671;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #f1f3f6;
  border: 1px solid black;
}

.styled-checkbox:hover + label:before {
  background: #dd9629;
}

.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: #dd9629;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white,
 4px 0 0 white,
 4px -2px 0 white,
 4px -4px 0 white,
 4px -6px 0 white,
 4px -8px 0 white;
          box-shadow: 2px 0 0 white,
 4px 0 0 white,
 4px -2px 0 white,
 4px -4px 0 white,
 4px -6px 0 white,
 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.text-underline {
  text-decoration: underline;
  color: #fa8072;
  font-size: 0.8rem;
}

.text-underline:hover {
  text-decoration: underline;
  color: #fa8072;
}

/* ends Notification */
.common-btn {
  background-color: #dd9629;
  color: black;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 0.9rem;
  border: none;
  color: white;
  cursor: pointer;
}

.common-btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: white;
}

/* account User Dashboard */
.accountForm input:disabled, .accountForm textarea:disabled {
  cursor: not-allowed;
}

.accountForm input[type=number], .accountForm input[type=text], .accountForm input[type=password], .accountForm textarea {
  width: 100%;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  font-weight: 600;
  outline: none;
  border-radius: 2px;
  padding: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: textfield;
  position: relative;
}

.accountForm .abs_Label {
  -webkit-transform: translateY(-15%) scale(0.815);
  transform: translateY(-15%) scale(0.815);
  padding: 18px 0 0 15px;
  position: absolute;
  left: 10;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  padding: 18px 20px 0;
  font-size: 14px;
  color: #878787;
  transition: -webkit-transform .2s ease;
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
}

.accountForm .userDashboardSubmit {
  background: #dd9629;
  width: 130px;
  font-weight: 600;
  padding: 14px;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e0e0e0;
}

.accountForm .edit_cancel_btn, .accountForm .password_btn {
  font-size: 1rem;
  margin-left: 20px;
  color: #dd9629;
  font-weight: 600;
  cursor: pointer;
}

.accountForm h3 {
  font-size: 1rem;
  font-weight: 600;
}

.accountForm .userDashboardSubmit, .accountForm .abs_Label {
  display: none;
}

.background-color-for-each-div {
  background-color: white;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.userDashoardWrapper {
  background-color: #f1f3f6;
}

.bg-white-common {
  background-color: white;
  padding: 20px !important;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

/* ends account user Dashboard */
/* Advertisement User Dashboaard */
.table-width-fix table {
  min-width: 800px;
}

.table-width-fix table img {
  max-height: 5vh;
}

.viewDetailsBtn, .editBtn, .deleteBtn {
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 5px;
  margin: 0px 5px;
  border: none;
  color: white;
  cursor: pointer;
}

.viewDetailsBtn {
  background-color: #dd9629;
}

.viewDetailsBtn:hover, .editBtn:hover, .deleteBtn:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#viewDetailsModal label, .adsCompleteDetails label {
  font-size: 1rem;
  font-weight: 600;
}

#viewDetailsModal h3, .adsCompleteDetails h3 {
  font-size: 1rem;
  font-weight: 400;
}

/* ends Advertisement User Dashboard */
/* ads Details */
#adsDetailsCarousel img {
  max-height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.small-img-custom {
  max-height: 10vh;
}

/* ends ads Details */
/* premium user design */
.pricing-grids {
  margin: 3em auto;
}

.pricing-grid {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  margin-bottom: 10px;
}

.pricing-grid:nth-child(1) {
  margin: 0;
}

/*Pricing table and price blocks*/
.price-head h3 {
  color: #404042;
  font-size: 3em;
  text-decoration: none;
  font-weight: 700;
}

a.popup-with-zoom-anim {
  padding: 0 12px;
  line-height: 2.2em;
}

/*----*/
.pricing-grid3 {
  margin-right: 0;
}

.pricing-grid:hover, .pricing-grid:hover, .pricing-grid:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 1;
  border: none;
}

.pricing-grid1:nth-child(3) {
  margin-right: 0;
}

.no-transform .price-bg {
  border: 1px #5d5d5d solid;
  border: none;
}

.no-transform:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.price-value h3 {
  font-size: 1.8em;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.5em;
}

.price-value, .price-value.two, .price-value.three {
  background: #fba618;
  padding: 1em 0em 0.5em;
  padding: 0px 0 10px 0;
  text-align: center;
  border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  position: relative;
}

.price-value.two {
  background: #41cac0;
  border-bottom: 1px solid #25857E;
}

.price-value.three {
  background: #d27ff1;
  border-bottom: 1px solid #A24BC3;
}

.price-value ul, .pricing-grid1 ul, .pricing-grid2 ul, .pricing-grid3 ul {
  padding: 0;
}

.price-value ul li, .pricing-grid1, .pricing-grid2 ul li, .pricing-grid3 ul li {
  list-style: none;
}

.price-value ul li {
  list-style: none;
}

ul.count, .pricing-grid1 ul li a, ul.count, .pricing-grid2 ul li a, ul.count, .pricing-grid3 ul li a {
  font-size: 15px;
  display: block;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 20px;
}

.price-bg {
  background: #fbfbfb;
  border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  border: 1px #fba618 solid;
}

p.price-label-1 {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

p.price-label-2 {
  color: #41cac0;
  text-align: center;
}

p.price-label-1 span {
  font-size: 2em;
  color: #FFF;
  font-weight: bolder;
}

p.price-label-3 {
  color: #D27FF1;
  text-align: center;
}

.price-bg p span {
  font-weight: bold;
  font-size: 5em;
}

.price-bg p i {
  vertical-align: super;
}

.price-bg ul {
  padding: 0;
}

.price-bg ul li {
  list-style: none;
}

ul.buy-now li {
  display: inline-block;
}

li.view {
  float: left;
  margin: 9px 0px 0px 35px;
}

li.view a {
  color: #83b4e6;
  border-bottom: 2px dotted;
  font-style: italic;
}

ul.count li a {
  color: #6A6A6A;
}

ul.buy-now {
  padding: 12px 0 16px;
}

li.tag-now-1 {
  background: #8386E7;
  float: right;
  margin-top: 12px;
}

li.tag-now-1:hover {
  background: #37398A;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

li.tag-now-1 a {
  color: #fff;
}

li.tag-now-2 {
  background: #41cac0;
  float: right;
  margin-top: 12px;
}

li.tag-now-2:hover {
  background: #277F78;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

li.tag-now-2 a {
  color: #fff;
}

li.tag-now-3 {
  background: #D27FF1;
  float: right;
  margin-top: 0px;
}

li.tag-now-3:hover {
  background: #9227BA;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

li.tag-now-3 a {
  color: #fff;
  padding: 10px;
}

ul.count li img {
  vertical-align: middle;
  margin-right: 5em;
}

ul.count li {
  border-bottom: 1px solid #ddd;
  padding: 1.2em 1.2em;
  font-size: 1em;
  font-weight: 600;
  color: #3b4b5c;
  text-align: center;
}

ul.count li i {
  margin-right: 1em;
  color: #fba618;
}

a.popup-with-zoom-anim {
  outline: none;
  border: none;
}

a.month {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 9px 15px;
  border: none;
  background: #a26600;
}

p.bottom {
  text-align: center;
  border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
}

p.bottom a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 20px;
  border: none;
  background: #fba618;
  text-transform: uppercase;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  width: 40%;
  margin-bottom: 1em;
  display: inline-block;
  margin-top: 10px;
}

ul.count li p {
  display: inline-block;
  margin-right: 2.5em;
}

p.red {
  color: #E84C3D;
}

.box {
  width: 247px;
  background: #eee;
  position: absolute;
  top: 1px;
  right: 1px;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Needed for Safari */
  width: 100px;
  display: block;
  background: #e84c3d;
  -webkit-box-shadow: 0 3px 10px -5px black;
          box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #e84c3d;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e84c3d;
}

.ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #e84c3d;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e84c3d;
}

.try_this {
  background: #fba618;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}

/* ends premium user design */
/* add Advertisement */
.breacrumbDesignUnique ul {
  list-style: none;
  padding: 0;
}

.breacrumbDesignUnique li {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  background-color: #a9a9a9;
  padding: 10px 5px;
  padding-left: 25px;
  border: none;
  color: white;
  position: relative;
}

.breacrumbDesignUnique li:after {
  content: ' ';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #a9a9a9;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  height: 0;
  width: 0;
  margin-right: 5px;
}

.breacrumbDesignUnique li:before {
  content: ' ';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 0;
  left: calc(100% + 2px);
  z-index: 1;
  height: 0;
  width: 0;
  margin-right: 5px;
}

.breacrumbDesignUnique li.active {
  background-color: #dd9629;
}

.breacrumbDesignUnique li.active:after {
  border-left-color: #dd9629;
}

.formAddNewCar label {
  font-weight: 500;
  font-size: 0.8rem;
  padding: 10px 0px;
}

.formAddNewCar .inputGroupCustom {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  outline-color: #dd9629;
  font-size: 0.8rem;
  background-color: white;
}

.formAddNewCar .form_override_custom {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  outline-color: #dd9629;
  font-size: 0.8rem;
  background-color: white;
  border-radius: 0px;
}

.formAddNewCar .submit_btn_newCar {
  background-color: #dd9629;
  padding: 5px 40px;
  border: none;
  color: white;
  border-radius: 5px;
}

.formAddNewCar .submit_btn_newCar:hover {
  -webkit-box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
}

.formAddNewCar .input_meta {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 10px 10px;
}

.formAddNewCar ul {
  list-style: none;
  padding: 0;
}

.formAddNewCar ul li {
  width: 48%;
  display: inline-block;
}

.formAddNewCar ul li input {
  margin-right: 5px;
}

.formAddNewCar ul li:nth-child(n+11) {
  display: none;
}

/* ends add Advertisment */
/* add advertisment page 3 */
.paymentSummary, .appointmentInformation {
  padding: 0px 20px;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.paymentSummary .headingRow, .appointmentInformation .headingRow {
  padding: 15px 0px;
  background-color: white;
}

.paymentSummary .headingRow p, .appointmentInformation .headingRow p {
  font-weight: normal;
}

.paymentSummary .secondRow, .appointmentInformation .secondRow {
  background-color: white;
  padding: 15px 20px;
}

.paymentSummary .normalRow, .appointmentInformation .normalRow {
  padding: 20px 0px;
}

.paymentSummary .tbtn1, .appointmentInformation .tbtn1 {
  background-color: #dd9629;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.paymentSummary .tbtn2, .appointmentInformation .tbtn2 {
  background-color: #555555;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.paymentSummary .tbtn1:hover, .paymentSummary .tbtn2:hover, .appointmentInformation .tbtn1:hover, .appointmentInformation .tbtn2:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.paymentSummary .big-text, .appointmentInformation .big-text {
  font-size: 1.5rem;
}

.appointmentInformation {
  margin: 0;
  padding: 0;
}

.successDiv, .errorDiv {
  border: 1px solid #7bb32f;
  padding: 40px 10px;
}

.successDiv h3, .errorDiv h3 {
  color: #7bb32f;
  font-size: 2.5rem;
  font-weight: bold;
}

.successDiv .smaller-text, .errorDiv .smaller-text {
  font-size: 0.7rem;
}

.errorDiv {
  border-color: #e8242b;
}

.errorDiv h3 {
  color: #e8242b;
}

.stylish-text {
  font-size: 2rem;
  color: #dd9629;
}

/* ends add advertisment page 3 */
.modal {
  width: 100% !important;
  height: 100% !important;
  z-index: 999999;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
  z-index: 999998;
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1 !important;
}

/* Login and Signup */
.login-banner-background {
  background-color: #dd9629;
  padding: 50px 30px;
  position: relative;
}

.login-banner-background .close-btn-modal {
  position: absolute;
  top: -45px;
  right: -15px;
}

.login-banner-background h3 {
  font-weight: bolder;
  color: white;
}

.login-banner-background p {
  font-weight: 600;
  font-size: 0.9rem;
}

.login_section1 {
  padding: 30px 40px;
  padding-bottom: 60px;
  position: relative;
}

.login_section1 .close-btn-modal {
  position: absolute;
  top: -20px;
  right: -15px;
}

.login_section1 label {
  font-weight: 500;
  color: black;
  font-size: 0.8rem;
}

.login_section1 input[type="text"], .login_section1 input[type="password"], .login_section1 input[type="number"], .login_section1 select {
  padding: 10px 20px;
  font-size: 0.9rem;
  border: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
}

.login_section1 input:focus {
  outline-color: #dd9629;
}

.login_section1 input[type="submit"], .login_section1 input[type="button"] {
  background-color: #dd9629;
  color: black;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  outline: none;
  padding: 10px 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.login_section1 input[type="submit"]:hover, .login_section1 input[type="button"]:hover {
  background-color: #dd9629;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login_section1 input::-webkit-outer-spin-button,
.login_section1 input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.login_section1 input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.login_section1 p {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
}

.login_section1 p .create-account {
  color: orange;
  cursor: pointer;
  margin-left: 10px;
}

.login_section1 p .create-account:hover {
  color: #dd9629;
}

#hidden-signup-items {
  display: none;
}

.login-signup-redirection {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.resend_code span {
  color: orange;
  text-decoration: underline;
  cursor: pointer;
}

.resend_code span:hover {
  color: #dd9629;
}

.image-wrapper-fix-size {
  max-height: 50px;
  overflow: hidden;
}

.image-wrapper-fix-size img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 50px;
}

/* ends login and signup design */
/* Appointment Success Page design */
.appointmentDocument {
  padding-top: 20px;
}

.appointmentDocument ul {
  list-style: none;
  margin-left: 30px;
  padding-left: 1.2em;
  position: relative;
  margin-top: 20px;
}

.appointmentDocument ul li {
  margin-top: 10px;
  font-size: 0.8rem;
  margin-left: 10px;
}

.appointmentDocument ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0;
  color: #dd9629;
  margin-top: 1px;
}

.appointmentInformation ul {
  list-style: none;
  margin-left: 100px;
}

.appointmentInformation h3 {
  font-size: 1.5rem;
}

.appointmentInformation li {
  font-size: 0.8rem;
  font-weight: nor;
  text-align: left;
}

.appointmentInformation .ml-100 {
  margin-left: 100px;
}

.appointmentInformation p {
  margin: 0;
}

.contact-appointment {
  border: 1px solid #dd9629;
  background-color: #f1f3f6;
  padding: 0;
}

.contact-appointment .section1 {
  background-color: #dd9629;
  color: white;
  padding: 10px 0px;
}

.contact-appointment .section1 p {
  font-size: 2rem;
}

.contact-appointment .section2 {
  background-color: #f1f3f6;
}

.contact-appointment .section2 p {
  margin-bottom: 5px;
}

.contact-appointment .section2 .connect_map {
  font-size: 1rem;
  color: #dd9629;
}

.contact-appointment .section2 .connect_map:hover {
  text-decoration: underline;
}

.myAccountHumberger {
  border: 1px solid #dd9629;
  padding: 10px 10px;
  background-color: #dd9629;
  color: white;
}

@media only screen and (max-width: 1380px) {
  .navbar-nav .nav-item {
    font-size: 0.8rem;
    padding-left: 10px;
  }
  .navbar-nav .nav_btn {
    padding: 10px 10px !important;
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 1380px) and (min-width: 991px) {
  .userDashboardLinks ul li {
    padding: 10px 10px;
    -webkit-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    margin: 4px 0px;
    font-size: 0.8rem;
  }
  .background-color-for-each-div {
    background-color: white;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 1100px) {
  .navbar-nav .nav-item {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .appointmentInformation {
    margin-left: -15px;
    margin-right: -15px;
  }
  .appointmentInformation ul {
    margin-left: 10px;
  }
  .paymentSummary {
    padding: 0px 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .right_sidebar_carListing .advanced_search_container {
    padding: 50px 10px;
  }
  .vehicle_specifications ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .accountWrapper {
    display: none;
  }
  .imageContainergallary {
    max-height: 100vh;
    min-height: auto;
    -o-object-fit: none;
       object-fit: none;
    overflow: hidden;
  }
  .imageContainergallary img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: auto;
    max-height: 100vh;
    overflow: hidden;
  }
  .imageContainergallary.active {
    border: none;
  }
}

@media only screen and (max-width: 575px) {
  .stylish-text {
    font-size: 1.5rem;
  }
  .successDiv h3, .errorDiv h3 {
    font-size: 1.5rem;
  }
  .tabDesign ul {
    padding: 0px 5px;
  }
  .tabDesign li {
    margin: 0px 0px;
    padding: 10px 10px;
  }
  .image_container_blog_similar {
    max-height: 28vh;
    overflow: hidden;
  }
  .image_container_blog_similar img {
    max-height: 28vh;
    min-height: 28vh;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .company_profile_image {
    min-height: 20vh;
  }
  .common-btn {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .small-width {
    width: 48%;
    display: inline-block;
  }
  .condition_selector::after {
    content: none;
  }
  .form_evaluation2 {
    padding: 20px 10px;
  }
  .carList_breadcum_background h1 {
    font-size: 1.5rem;
  }
  .product_image_container {
    min-height: 35vh;
    max-height: 35vh;
  }
  .product_image_container img {
    max-height: 35vh;
  }
}

.display-single-line h3 {
  display: inline-block;
}

@media only screen and (max-width: 350px) {
  .formAddNewCar ul li {
    width: 100%;
  }
}

.comparisonTableDataWrapper {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.comparisonTableData {
  width: 100%;
  min-width: 600px;
}

/* ends Appointment Success Page */
.note-text {
  font-size: 0.8rem;
  font-weight: 400;
  font-style: italic;
  opacity: 0.6;
}

.modal .modal-title {
  color: #dd9629;
  font-weight: 400;
}

.formWrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 10px;
}

.formWrapper label {
  position: absolute;
  top: 1px;
  left: 5px;
  font-size: 0.7rem;
  display: none;
}

.formWrapper input, .formWrapper textarea {
  border: none;
  padding: 15px 15px 15px;
  outline: none;
  font-size: 0.8rem;
  font-weight: 400;
}

.formWrapper input:focus, .formWrapper textarea:focus {
  -webkit-box-shadow: 0px 0px 5px 0px black;
          box-shadow: 0px 0px 5px 0px black;
}

/* appointment Modal */
.closeBtnModal {
  position: absolute;
  right: 10;
  top: 10;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  padding: 5px;
  font-size: 1.2rem;
  opacity: 0.5;
}

.closeBtnModal i {
  opacity: 0.5;
}

.closeBtnModal:hover i {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.dateAndTime {
  background-color: #f7941e;
  padding: 10px 0px;
}

.dateAndTime p {
  margin: 0;
  color: white;
}

#scheduleTestDriveModal .modal-body {
  padding: 0;
}

.bookAppointmentHeader {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bookAppointmentHeader h3 {
  color: #f7941e;
  font-size: 1.2rem;
  margin: 0;
}

.bookAppointmentHeader p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 300;
}

.heading-appointment {
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}

.customSelect {
  width: 100%;
  border: none;
  outline: none;
}

.customSelect option {
  background-color: white;
  text-align: center;
  border: 1px solid #f7941e;
  border-radius: 5px;
  margin: 5px 10px;
  padding: 20px 0px;
  color: #f7941e;
}

.customSelect option.selected {
  background-color: #f7941e !important;
  color: white !important;
}

.customSelect option:hover {
  background-color: #f7941e;
  color: white;
}

.btn-Custom {
  background-color: #f7941e;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
}

.line-appointment {
  border-top: 1px solid #f7941e;
}

.timerAppointment ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.timerAppointment ::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
}

.timerAppointment ::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #dcb344;
}

.tabcontentModal {
  display: none;
}

.formDesignAppointment input {
  font-family: 'Philosopher', sans-serif;
  outline-color: #dcb344;
  margin: 15px 0px;
  font-size: 0.8rem;
  padding: 10px 10px;
}

.formDesignAppointment input:focus {
  outline-color: #dcb344;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-Custom2 {
  text-align: left;
  float: left;
  background-color: transparent;
  border: none;
  color: #f7941e;
}

#scheduleTestDriveModal .ui-widget-header {
  color: white;
  background-color: #f7941e;
  background-image: none;
}

#scheduleTestDriveModal .ui-widget-header .ui-icon {
  color: white;
}

#scheduleTestDriveModal .ui-state-default, #scheduleTestDriveModal .ui-widget-content .ui-state-default, #scheduleTestDriveModal .ui-widget-header .ui-state-default {
  border: none;
  background: none;
  color: black;
}

#scheduleTestDriveModal .ui-state-highlight, #scheduleTestDriveModal .ui-widget-content .ui-state-highlight, #scheduleTestDriveModal .ui-widget-header .ui-state-highlight {
  background-color: #ffdedc;
}

#scheduleTestDriveModal .ui-state-active, #scheduleTestDriveModal .ui-widget-content .ui-state-active, #scheduleTestDriveModal .ui-widget-header .ui-state-active {
  background-color: #f7941e;
  color: white;
  border-radius: 10%;
}

select option:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7941e), to(#f7941e));
  background: linear-gradient(#f7941e, #f7941e);
  background-color: #f7941e !important;
  /* for IE */
  color: white !important;
}

#emailFriendModal .modal-body {
  padding: 0 !important;
}

#emailFriendModal .modal-content {
  border-radius: 10px;
}

.emailFriendDesign {
  background-color: #dd9629;
  border-radius: 5px;
}

.emailFriendDesign h3 {
  color: white;
}

.emailFriendDesign .emailFriendDesignForm label {
  color: white;
}

.emailFriendDesign .emailFriendDesignForm input {
  border: none;
  padding: 10px 10px;
  outline: none;
  font-size: 0.8rem;
}

.emailFriendDesign .designedBtn {
  width: 100%;
  background-color: #e6e4e7;
  color: black;
  border: none;
  padding: 5px 30px;
  cursor: pointer;
}

.emailFriendDesign .designedBtn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/* appointment Modal */
/* slider design */
.sliderIndex {
  /* slider effects end */
  /* thm-btn hover effects start */
  /* thm-btn hover effects end */
}

.sliderIndex .owl-item .ms1-item > img,
.sliderIndex .owl-item .head-lines h1,
.sliderIndex .owl-item .item-inner > p,
.sliderIndex .owl-item .slider-icon,
.sliderIndex .owl-item .thm-btn,
.sliderIndex .owl-item .first,
.sliderIndex .owl-item .second,
.sliderIndex .owl-item .third {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.sliderIndex .owl-item.active .ms1-item > img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.sliderIndex .owl-item.active .ms1-item .head-lines h1, .sliderIndex .owl-item.active .first {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease .9s;
  transition: all .2s ease .9s;
}

.sliderIndex .owl-item.active .ms2-item .head-lines h1, .sliderIndex .owl-item.active .second {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease .9s;
  transition: all .2s ease .9s;
}

.sliderIndex .owl-item.active .ms1-item .head-lines h1:nth-of-type(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-transition: all .2s ease 1s;
  transition: all .2s ease 1s;
}

.sliderIndex .owl-item.active .ms1-item .head-lines h1:nth-of-type(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-transition: all .2s ease 1.2s;
  transition: all .2s ease 1.2s;
}

.sliderIndex .owl-item.active .item-inner > p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease 1.7s;
  transition: all .2s ease 1.7s;
}

.sliderIndex .owl-item.active .slider-icon, .sliderIndex .owl-item.active .third {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease 1.9s;
  transition: all .2s ease 1.9s;
}

.sliderIndex .owl-item.active .thm-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .2s ease 1.9s, visibility .2s ease 1.9s, color .3s ease .2s;
  transition: opacity .2s ease 1.9s, visibility .2s ease 1.9s, color .3s ease .2s;
}

.sliderIndex .owl-item.active .thm-btn:last-of-type {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .2s ease 2.2s, visibility .2s ease 2.2s, color .3s ease .2s;
  transition: opacity .2s ease 2.2s, visibility .2s ease 2.2s, color .3s ease .2s;
}

.sliderIndex .thm-btn:hover {
  color: #fff !important;
}

.sliderIndex .social-nav a:hover,
.sliderIndex .footer-top ul li a:hover {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sliderIndex .item-txt > h2,
.sliderIndex .item-txt > p,
.sliderIndex .item-txt > .rdm .fa {
  -webkit-transition: color .2s linear .2s;
  transition: color .2s linear .2s;
}

.sliderIndex .intro1 .item:hover .item-txt > h2,
.sliderIndex .intro1 .item:hover .item-txt > p,
.sliderIndex .intro1 .item:hover .item-txt > .rdm .fa {
  color: #fff;
  -webkit-transition: color .2s linear 0s;
  transition: color .2s linear 0s;
}

.sliderIndex .intro2 .items-area .item:hover p,
.sliderIndex .intro2 .items-area .item:hover span {
  color: #fff !important;
  -webkit-transition: color .2s linear 0s;
  transition: color .2s linear 0s;
}

.sliderIndex .intro2 .items-area .item::before,
.sliderIndex .intro1 .item .item-txt::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background: #ff39b4;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sliderIndex .intro2 .items-area .item:hover::before,
.sliderIndex .intro1 .item:hover .item-txt::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sliderIndex .thm-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sliderIndex .thm-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sliderIndex .thm-btn.hvr-1::before {
  background: #ee247b;
}

.sliderIndex .thm-btn.hvr-2::before {
  background: #ff39b4;
}

.sliderIndex .thm-btn.hvr-3::before {
  background: #ff69b4;
}

/*ends slider design */
/* seo Content Design */
.contentForSeo h2, .contentForSeo h3 {
  font-size: 1.2rem;
  color: #666666;
}

.contentForSeo p {
  color: #666666;
  font-size: 0.8rem;
  font-weight: 400;
}

.contentForSeo ul {
  list-style: none;
  padding: 0;
}

.contentForSeo ul li {
  margin-top: 10px;
  font-size: 0.8rem;
  padding-left: 20px;
  display: inline-block;
  width: 30%;
  position: relative;
}

.contentForSeo ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f08d";
  position: absolute;
  left: 0px;
  color: #666666;
  margin-top: 1px;
}

/* ends SEO content Design */
/* Category Design Ends */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #fff;
  border-radius: 50%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
}

.ui-slider-horizontal {
  height: .4em;
  border: 0;
  background-color: #e8e8e8;
}

.obtained_price {
  margin-top: 10px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  background-color: #dd9629;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1rem;
}

.obtained_price:hover {
  background-color: #dd9629;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active {
  border-color: #dd9629;
  border-width: 3px;
  height: 1.2em;
  width: 1.2em;
  background-color: #dd9629;
}

.ui-state-hover:hover, .ui-state-hover:focus, .ui-state-hover:active, .ui-widget-content .ui-state-hover:hover, .ui-widget-content .ui-state-hover:focus, .ui-widget-content .ui-state-hover:active, .ui-widget-header .ui-state-hover:hover, .ui-widget-header .ui-state-hover:focus, .ui-widget-header .ui-state-hover:active, .ui-state-focus:hover, .ui-state-focus:focus, .ui-state-focus:active, .ui-widget-content .ui-state-focus:hover, .ui-widget-content .ui-state-focus:focus, .ui-widget-content .ui-state-focus:active, .ui-widget-header .ui-state-focus:hover, .ui-widget-header .ui-state-focus:focus, .ui-widget-header .ui-state-focus:active, .ui-state-active:hover, .ui-state-active:focus, .ui-state-active:active {
  background-color: #dd9629;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-color: #a3a3a3;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #a3a3a3;
  outline: 0;
}

.ui-slider {
  background: #f9f9f9;
}

.ui-state-default:hover, .ui-state-default:focus, .ui-state-default:active, .ui-widget-content .ui-state-default:hover, .ui-widget-content .ui-state-default:focus, .ui-widget-content .ui-state-default:active, .ui-widget-header .ui-state-default:hover, .ui-widget-header .ui-state-default:focus, .ui-widget-header .ui-state-default:active {
  outline: 0;
  background-color: #dd9629;
  border-color: #dd9629;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
  background-color: #fff;
}

.ui-state-default:hover:active, .ui-widget-content .ui-state-default:hover:active, .ui-widget-header .ui-state-default:hover:active {
  background-color: #dd9629;
}

.about_brand {
  font-weight: 400;
}

.backgroundColorSilverBrand {
  background-color: #e1dfdd;
  margin-top: 40px;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.backgroundColorSilverBrand .each_keyword_design {
  background-color: white;
  border-radius: 20px;
  padding: 5px 20px;
  display: inline-block;
  margin: 5px 5px;
}

.backgroundColorSilverBrand .each_keyword_design p {
  margin: 0;
  font-size: 0.8rem;
}

.backgroundColorSilverBrand .each_keyword_design:hover {
  background-color: #dd9629;
  color: white;
}

.backgroundColorSilverBrand .each_keyword_design .active {
  background-color: #dd9629;
  color: white;
}
/*# sourceMappingURL=style.css.map */