:root {
  font-size: 16px;
}

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

body {
  max-width: 100% !important;
  overflow-y: auto;
  position: relative;
  min-height: 100vh;
  background-color: #f2f2f2;
  padding-top: 60px;
}

@media only screen and (max-width: 991px) {
  body {
    padding-top: 90px;
  }
}

.max1200 {
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .max1200 {
    max-width: 100%;
  }
}

.max800 {
  max-width: 800px;
}

@media only screen and (max-width: 800px) {
  .max800 {
    max-width: 100%;
  }
}

.min1200 {
  min-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .min1200 {
    min-width: 1000px;
  }
}

@media only screen and (max-width: 1000px) {
  .min1200 {
    min-width: 800px;
  }
}

@media only screen and (max-width: 800px) {
  .min1200 {
    min-width: auto;
  }
}

.min1400 {
  min-width: 1400px;
}

@media only screen and (max-width: 1400px) {
  .min1400 {
    min-width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .min1400 {
    min-width: 1000px;
  }
}

@media only screen and (max-width: 1000px) {
  .min1400 {
    min-width: auto;
  }
}

.max600 {
  max-width: 600px;
  display: block;
  margin: 0px auto;
}

@media only screen and (max-width: 600px) {
  .max600 {
    max-width: 100%;
  }
}

.max400 {
  max-width: 400px;
  display: block;
  margin: 0px auto;
}

@media only screen and (max-width: 400px) {
  .max400 {
    max-width: 100%;
  }
}

.min200 {
  min-width: 150px;
}

.max_height_300 {
  max-height: 350px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

.white_background {
  background-color: white;
}

.custom_padding_for_background {
  padding: 20px 10px;
}

.border_radius_5 {
  border-radius: 5px;
}

.border_radius_10 {
  border-radius: 10px;
}

h1 {
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

h6 {
  font-size: 0.8rem;
  font-weight: 400;
}

.bold-text {
  font-weight: 600 !important;
}

.light-text {
  font-weight: 400;
}

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

.smallest-text {
  font-size: 0.7rem !important;
}

.normal-text {
  font-size: 1rem !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.big-text {
  font-size: 1.6rem !important;
}

.medium-text {
  font-size: 1.2rem !important;
}

.heading-small {
  font-size: 1.2rem;
  font-weight: 600;
}

.heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #755880;
  font-family: 'Montserrat', sans-serif;
}

.common_heading {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .common_heading {
    font-size: 1.5rem;
  }
}

p, li, label {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 400;
  color: black;
  font-family: 'Montserrat', sans-serif;
}

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

select, input {
  font-size: 1rem;
  font-weight: 400;
}

.primary-color {
  color: #215287 !important;
}

a.primary-color:hover {
  color: #1c4673;
}

.secondary-color {
  color: #ce1126 !important;
}

.color-dark {
  color: #212529;
}

.color-dim {
  color: #666;
}

.color-light {
  color: #B5ADB9;
}

.text-color {
  color: black;
}

.heading-color {
  color: #755880;
}

.color-white {
  color: #ffffff !important;
}

.bgPrimary {
  background-color: #FCD7D3;
}

.bg_Primary {
  background-color: #215287;
}

.bgSecondary {
  background-color: #ce1126;
}

.bgDark {
  background-color: #212529;
}

.bgWhite {
  background-color: #ffffff;
}

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

.normal-weight {
  font-weight: 400;
}

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

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

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-brand img {
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
}

@media only screen and (max-width: 1100px) and (min-width: 991px) {
  .navbar-brand img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 350px) {
  .navbar-brand img {
    max-width: 200px;
  }
}

.main-header-wrapper {
  display: block;
  position: relative;
}

.main-header-wrapper .main-heder-wrapper-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ebebeb;
}

.rotated {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.call-button {
  color: #215287 !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
}

.banner_image_template {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 40px 20px 20px 20px;
}

.banner_image_template .image-wrapper img {
  max-height: 40px;
}

.banner_image_template .powered-by {
  font-size: 1rem;
  color: black;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 600;
}

.banner_image_template .banner-content {
  display: block;
  position: relative;
  z-index: 4;
}

.banner_image_template .banner-heading {
  font-size: 3rem;
  font-weight: 900;
  color: black;
}

@media only screen and (max-width: 991px) {
  .banner_image_template .banner-heading {
    font-size: 1.5rem;
  }
}

.banner_image_template .banner-heading span {
  color: black;
  font-size: inherit;
  font-weight: inherit;
}

.banner_image_template .banner-text {
  font-size: 0.8rem;
  color: black;
  opacity: 0.9;
  text-align: justify;
}

.banner_image_template .banner-text p {
  font-size: 0.8rem;
  color: black;
  opacity: 0.9;
  text-align: justify;
}

.headingWrapper .para-wrapper {
  max-width: 1000px;
  display: inline-block;
  margin: 0px auto;
  color: black;
  text-align: justify;
}

.headingWrapper .title-text {
  font-size: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  color: black;
}

@media only screen and (max-width: 991px) {
  .headingWrapper .title-text {
    font-size: 1.2rem;
  }
}

.headingWrapper .title-text span {
  color: black;
  font-size: inherit;
  font-weight: inherit;
}

.asthetic {
  display: inline-block;
  height: 4px;
  border-radius: 5px;
  width: 140px;
  background-color: #215287;
}

.asthetic .asthetic-center {
  margin: 0px auto;
}

.asthetic .asthetic-left {
  margin: 0px auto 0px 0px;
}

.asthetic .asthetic-right {
  margin: 0px 0px 0px auto;
}

.main-services-outer .main-services-wrapper .each-service {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  border-radius: 30px;
  background-color: white;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, transform 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, transform 0.3s ease-in, -webkit-box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.main-services-outer .main-services-wrapper .each-service.grey-boxes {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-services-outer .main-services-wrapper .each-service .icon-wrapper {
  height: 100px;
  border: 1px solid #215287;
  border-radius: 100%;
  display: inline-block;
  width: 100px;
  position: relative;
  overflow: hidden;
}

.main-services-outer .main-services-wrapper .each-service .icon-wrapper:before {
  content: " ";
  position: absolute;
  bottom: -2px;
  right: -2px;
  background-color: #215287;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 100%;
  z-index: 2;
}

.main-services-outer .main-services-wrapper .each-service .icon-wrapper i {
  z-index: 3;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  color: #215287;
  line-height: 100px;
}

.main-services-outer .main-services-wrapper .each-service:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.main-services-outer .main-services-wrapper .each-service:hover .icon-wrapper:before {
  opacity: 1;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  border: 1px solid #215287;
}

.main-services-outer .main-services-wrapper .each-service:hover .icon-wrapper i {
  color: white;
}

.main-services-outer .main-services-wrapper .each-service .content-wrapper-services {
  margin-top: 20px;
}

.main-services-outer .main-services-wrapper .each-service .content-wrapper-services .title-main-services {
  font-size: 1rem;
  color: black;
  font-weight: 600;
}

.main-services-outer .main-services-wrapper .each-service .content-wrapper-services .contents {
  font-size: 0.8rem;
  color: black;
  opacity: 1;
}

.main-services-outer .main-services-wrapper .each-service .content-wrapper-services .contents p {
  font-size: 0.8rem;
  color: black;
  opacity: 1;
}

.background-color-white {
  background-color: white;
}

.bolder-text {
  font-weight: 900 !important;
}

@media only screen and (max-width: 991px) {
  .each-section-template {
    padding: 0px 15px;
  }
}

.each-section-template .image-wrapper {
  max-height: 800px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: 4px solid white;
}

.each-section-template .template-para-block .para-wrapper {
  text-align: justify;
}

.each-section-template .template-para-block .para-wrapper p {
  font-size: 0.8rem;
  text-align: justify;
}

.border-design-domain4px {
  min-height: 10px;
  padding: 30px 20px;
  width: 100%;
  background-color: #215287;
}

.border-design-domain4px p {
  color: white;
  font-size: 2.1rem;
  font-weight: 600;
}

.border-design-domain4px p span {
  color: black;
  font-size: inherit;
  font-size: 2.7rem;
}

.banner-dsg-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .banner-dsg-template {
    display: block;
  }
}

.banner-dsg-template .text-container {
  width: 60%;
  display: block;
  margin: auto 0px;
}

.banner-dsg-template .image-wrapper {
  display: block;
  margin: auto 0px;
  width: 20%;
}

@media only screen and (max-width: 991px) {
  .banner-dsg-template {
    display: block;
  }
  .banner-dsg-template .text-container {
    width: 100%;
  }
  .banner-dsg-template .text-container p {
    font-size: 1.5rem;
  }
  .banner-dsg-template .text-container p span {
    font-size: 2rem;
  }
  .banner-dsg-template .image-wrapper {
    width: 100%;
  }
  .banner-dsg-template .image-wrapper img {
    max-height: 40px;
  }
}

.appLogos {
  max-height: 50px;
  display: inline-block;
  margin-bottom: 7px;
}

.image-gallery-wrapper {
  background-color: #f2f2f2;
}

.image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-gallery .app-image {
  display: inline-block;
  margin: 0px 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-gallery .app-image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 600px;
  margin: 0px auto;
}

.content-wrapper-download-the-app h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
}

.content-wrapper-download-the-app ul {
  padding-left: 0px;
}

.content-wrapper-download-the-app ul li {
  display: block;
  position: relative;
  padding: 10px 0px 10px 25px;
  font-size: 1.2rem;
}

.content-wrapper-download-the-app ul li:before {
  content: " ";
  position: absolute;
  content: '\f054';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
}

@media only screen and (max-width: 575px) {
  .content-wrapper-download-the-app ul li {
    font-size: 1rem;
  }
}

.image-wrapper-dowmload-the-app img {
  max-height: 600px;
}

.medium-text2 {
  font-size: 1.8rem  !important;
}

/***********************Old Css Block Ends************************/
.navbar-image {
  max-width: 300px;
}

@media only screen and (max-width: 575px) {
  .navbar-image {
    max-width: 250px;
  }
}

@media only screen and (max-width: 400px) {
  .navbar-image {
    max-width: 200px;
  }
}

.ml-custom-navbar {
  margin-left: 10%;
}

.bg-custom {
  background-color: #c6ced1 !important;
  padding-left: 0px !important;
}

.bg_primary {
  background-color: #215287 !important;
}

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

.bg_service_my_car {
  background-color: white !important;
}

.bg_service_my_car_2 {
  background-color: #f2f2f2 !important;
}

.bg_service_my_car_custom_width {
  max-width: 1200px;
  border-radius: 20px;
  display: block;
  margin: 0px auto;
}

.header-wrapper-outer {
  background-color: #c6ced1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  -webkit-transition: top 1s ease;
  transition: top 1s ease;
}

.header-wrapper-outer .navbar-wrapper .navbar-nav .nav-item .nav-link {
  font-size: 0.8rem;
  color: black;
  font-weight: 600;
}

.header-wrapper-outer .navbar-wrapper .navbar-nav .nav-item .nav-link.big_text_nav {
  font-size: 1.5rem;
}

.header-wrapper-outer .header-wrapper {
  position: relative;
  z-index: 9998;
}

.header-wrapper-outer.nav-up {
  top: -160px;
}

.advertisement_header_design, .search_bar {
  position: absolute;
  display: block;
  height: 100%;
  max-height: 100px;
  width: calc(100% + 30px);
  left: -15px;
  bottom: 0px;
  background-color: #215287;
  z-index: 9999;
  -webkit-transition: bottom 0.3s ease-in;
  transition: bottom 0.3s ease-in;
}

.advertisement_header_design.hidden_advertisement, .search_bar.hidden_advertisement {
  bottom: 100%;
}

.advertisement_header_design .advertisementInner, .search_bar .advertisementInner {
  padding: 0px 30px;
  position: relative;
  height: 100%;
  display: block;
}

.advertisement_header_design .advertisementInner .nav-bar-text, .search_bar .advertisementInner .nav-bar-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: white;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .advertisement_header_design .advertisementInner .nav-bar-text, .search_bar .advertisementInner .nav-bar-text {
    padding-right: 40px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .advertisement_header_design .advertisementInner .nav-bar-text, .search_bar .advertisementInner .nav-bar-text {
    padding-right: 40px;
    font-size: 0.8rem;
  }
}

.advertisement_header_design .advertisementInner .closeBtnHeader, .search_bar .advertisementInner .closeBtnHeader {
  background-color: #ce1126;
  height: 20px;
  width: 20px;
  color: white;
  border-radius: 100%;
  border: none;
  position: absolute;
  top: 15px;
  right: 20px;
}

.advertisement_header_design .advertisementInner .closeBtnHeader i, .search_bar .advertisementInner .closeBtnHeader i {
  line-height: 20px;
}

.advertisement_header_design .form-control, .search_bar .form-control {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  padding: 5px 10px 5px 10px;
  font-size: 0.8rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid white;
  outline: none;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .advertisement_header_design .form-control, .search_bar .form-control {
    padding: 5px 10px 5px 10px;
  }
}

.advertisement_header_design .form-control:focus, .search_bar .form-control:focus {
  color: #215287;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #215287;
}

.advertisement_header_design .input-group-text, .search_bar .input-group-text {
  padding: 5px 15px;
  background-color: #215287;
  color: white;
  font-size: 0.8rem;
}

.advertisement_header_design .input-group, .search_bar .input-group {
  position: relative;
}

.advertisement_header_design .input-group .close_btn_search .input-group-text, .search_bar .input-group .close_btn_search .input-group-text {
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 0px;
}

.advertisement_header_design .input-group .close_btn_search .input-group-text i, .search_bar .input-group .close_btn_search .input-group-text i {
  line-height: 30px;
}

.advertisement_header_design .input-group .close_btn_search .input-group-text:hover, .search_bar .input-group .close_btn_search .input-group-text:hover {
  background-color: white;
  color: #ce1126;
}

.search_bar {
  background-color: #215287;
  display: none;
}

@media only screen and (max-width: 991px) {
  .search_bar {
    position: relative;
    display: block;
    height: auto;
  }
}

.search_bar .mt_search {
  margin-top: 13px;
}

.flipedIcon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.left_container_slider .image_wrapper img {
  max-height: 600px;
}

.each_icon_wrapper {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  padding: 25px 10px 15px 10px;
  border-radius: 10px;
  max-width: 130px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, transform 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, transform 0.3s ease-in, -webkit-box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.each_icon_wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.each_icon_wrapper .icon_container {
  display: inline-block;
  height: 60px;
}

.each_icon_wrapper .icon_container img {
  max-height: 60px;
}

.each_icon_wrapper .text-container {
  margin-top: 10px;
}

.each_icon_wrapper .text-container h3 {
  font-size: 1rem;
  font-weight: 600;
}

@media only screen and (max-width: 475px) {
  .each_icon_wrapper {
    max-width: 100%;
    padding: 25px 5px 15px 5px;
  }
  .each_icon_wrapper .text-container h3 {
    font-size: 0.8rem;
  }
}

.each_icon_wrapper.height_big {
  min-height: 170px;
  max-width: 150px;
}

.each_icon_wrapper.height_big .text-container {
  margin-top: 10px;
}

.each_icon_wrapper.height_big .text-container h3 {
  font-size: 0.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 575px) and (min-width: 475px) {
  .each_icon_wrapper.height_big {
    max-width: 130px;
  }
}

@media only screen and (max-width: 475px) {
  .icon-wrapper .no-gutters > .col, .icon-wrapper .no-gutters > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.slider_content_wrapper .heading-text {
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .slider_content_wrapper .heading-text {
    font-size: 1.5rem;
  }
}

.small-heading {
  font-weight: 600;
  font-size: 1rem;
}

.banner_outer {
  margin-top: 100px;
  background-color: #215287;
  width: 100%;
  height: 200px;
}

.content_wrapper h3 {
  font-size: 2rem;
  font-weight: 600;
  color: black;
}

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

.content_wrapper ul li {
  font-weight: 600;
  margin: 5px 10px;
  padding-left: 15px;
  position: relative;
  font-size: 1.2rem;
}

.content_wrapper ul li:before {
  content: " ";
  position: absolute;
  content: '\f054';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
}

.imageWrapper_banner {
  display: block;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  background-color: white;
  border-radius: 15px;
}

.imageWrapper_banner img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.mb_custon_top {
  margin-bottom: 30px;
}

.offer_text {
  font-size: 2rem;
  color: #215287;
  font-weight: 600;
}

.timer_container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timer_container ul li {
  display: block;
  font-size: 1rem;
  list-style-type: none;
  padding: 4px;
  text-transform: uppercase;
  text-align: center;
  color: black;
  font-weight: 600;
  min-width: 115px;
  width: 65px;
  margin: 0px 10px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .timer_container ul li {
    min-width: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .timer_container ul li {
    min-width: 50px;
    width: 100%;
    font-size: 0.7rem;
  }
}

.timer_container ul li:first-child span {
  border-radius: 10px;
  background-color: black;
}

.timer_container ul li:first-child span.expiringSoon {
  background-color: #ce1126;
}

.timer_container ul li::after {
  content: ":";
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  left: calc(100% + 10px);
  top: 30px;
  color: #666;
}

.timer_container ul li:last-child::after {
  display: none;
}

.timer_container ul li span {
  border-radius: 10px;
  height: 80px;
  line-height: 80px;
  background-color: #215287;
  display: block;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .timer_container ul li span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .timer_container ul li span {
    font-size: 1.5rem;
    height: 60px;
    line-height: 60px;
  }
}

.timer_container_design_2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timer_container_design_2 ul li {
  display: block;
  font-size: 0.7em;
  list-style-type: none;
  padding: 4px;
  text-transform: uppercase;
  text-align: center;
  color: black;
  font-weight: 600;
  min-width: 60px;
  width: 65px;
  margin: 0px 10px;
  position: relative;
}

.timer_container_design_2 ul li:first-child span {
  border-radius: 10px;
  background-color: black;
  color: white;
}

.timer_container_design_2 ul li:first-child span.expiringSoon {
  background-color: #ce1126;
}

.timer_container_design_2 ul li::after {
  content: ":";
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  left: calc(100% + 10px);
  top: 10px;
  color: #666;
}

.timer_container_design_2 ul li:last-child::after {
  display: none;
}

.timer_container_design_2 ul li span {
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  background-color: white;
  display: block;
  color: black;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.custom_btn {
  background-color: #215287;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 5px 15px;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.custom_btn:focus {
  outline: none;
}

.custom_btn:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  color: white;
}

.custom_btn.unfilled {
  background-color: transparent;
  color: #215287;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.custom_btn.unfilled:hover {
  background-color: #215287;
  color: white;
}

.header-wrapper {
  text-align: center;
}

.header-wrapper h3 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .header-wrapper h3 {
    font-size: 1.5rem;
  }
}

.header-wrapper-small {
  text-align: center;
}

.header-wrapper-small h3 {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 575px) {
  .header-wrapper-small h3 {
    font-size: 1rem;
  }
}

.custo_heading {
  font-size: 1.3rem;
  font-weight: 600;
}

.content_section_outer {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.points_container ul {
  padding: 0px;
}

.points_container ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 5px 0px 5px 30px;
  font-size: 0.8rem;
  color: black;
  font-weight: 500;
}

.points_container ul li:before, .points_container ul li::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 0px;
  color: #215287;
  font-size: 1.2rem;
}

.points_container ul li.included:before {
  content: '\f058';
}

.points_container ul li.excluded:before {
  content: '\f057';
  color: #ce1126;
}

.points_container_design2 ul {
  padding: 0px;
}

.points_container_design2 ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 5px 0px 5px 30px;
  font-size: 0.6rem;
  color: black;
  font-weight: 500;
}

.points_container_design2 ul li:before, .points_container_design2 ul li::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 0px;
  color: #215287;
  font-size: 1rem;
}

.points_container_design2 ul li.included:before {
  content: '\f058';
}

.points_container_design2 ul li.excluded:before {
  content: '\f057';
  color: #ce1126;
}

.offer_inner .margin_price {
  font-size: 5rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.offer_inner .margin_price::before {
  content: " ";
  height: 5px;
  position: absolute;
  width: calc(100% + 20px);
  left: -5px;
  bottom: 50px;
  background-color: #ce1126;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.offer_inner .selling_price {
  font-size: 4rem;
  color: #215287;
  font-weight: 700;
}

.offer_inner_design_2 .margin_price {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.offer_inner_design_2 .margin_price::before {
  content: " ";
  height: 5px;
  position: absolute;
  width: calc(100% + 20px);
  left: -5px;
  bottom: 20px;
  background-color: #ce1126;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.offer_inner_design_2 .selling_price {
  font-size: 4rem;
  color: #215287;
  font-weight: 700;
}

.flading_box_design {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .flading_box_design {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .flading_box_design {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.flading_box_design .left-container {
  width: calc(100% - 200px);
  background-color: #f2f2f2;
  min-height: 360px;
  border-radius: 15px;
  padding: 30px 10px 20px 30px;
  padding-right: 210px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  position: relative;
}

.flading_box_design .left-container:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
}

.flading_box_design .left-container .ribbon-flag {
  position: absolute;
  bottom: 100%;
  background-color: #ce1126;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  left: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-weight: 600;
  padding: 0px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 575px) {
  .flading_box_design .left-container .ribbon-flag {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .flading_box_design .left-container {
    width: 100%;
    padding-bottom: 160px;
    padding-right: 10px;
  }
}

.flading_box_design .right-container {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
  width: 400px;
  background-color: #215287;
  min-height: 200px;
  padding: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.flading_box_design .right-container:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
}

.flading_box_design .right-container.glow_animation {
  -webkit-animation: glow 0.5s infinite alternate;
          animation: glow 0.5s infinite alternate;
}

@media only screen and (max-width: 767px) {
  .flading_box_design .right-container {
    position: relative;
    -webkit-transform: none;
            transform: none;
    right: unset;
    top: unset;
    display: block;
    margin: -130px auto 0px auto;
    max-width: 100%;
  }
}

@-webkit-keyframes glow {
  from {
    -webkit-box-shadow: 0 0 10px -10px #ce1126;
            box-shadow: 0 0 10px -10px #ce1126;
  }
  to {
    -webkit-box-shadow: 0 0 10px 10px #ce1126;
            box-shadow: 0 0 10px 10px #ce1126;
  }
}

@keyframes glow {
  from {
    -webkit-box-shadow: 0 0 10px -10px #ce1126;
            box-shadow: 0 0 10px -10px #ce1126;
  }
  to {
    -webkit-box-shadow: 0 0 10px 10px #ce1126;
            box-shadow: 0 0 10px 10px #ce1126;
  }
}

.book_now_btn_black {
  display: inline-block;
  background-color: #ce1126;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.8rem;
  cursor: pointer;
  border: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.book_now_btn_black:focus {
  outline: none;
}

.book_now_btn_black.scale_animation_design {
  -webkit-animation: scale_animation 0.5s infinite alternate;
          animation: scale_animation 0.5s infinite alternate;
}

.tab-link-container {
  display: block;
}

.tab-link-container.bg_service_my_car_tab_link ul li button {
  background-color: #c6ced1;
}

.tab-link-container.bg_gray_container ul li button {
  background-color: #f2f2f2;
}

.tab-link-container ul {
  padding-left: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tab-link-container ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.tab-link-container ul li button {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 15px 10px;
  color: black;
  -webkit-transition: background-color 0.1s ease-in, color 0.1s ease-in;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
  position: relative;
  outline: none;
  background-color: white;
}

.tab-link-container ul li button:focus {
  outline: none;
}

.tab-link-container ul li button::before {
  content: " ";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.tab-link-container ul li button .itemNumber {
  color: black;
  font-size: 1.5rem;
  font-weight: 900;
  margin-right: 8px;
  display: none;
}

.tab-link-container ul li button .itemText {
  color: black;
  font-size: 1rem;
  font-weight: 600;
}

.tab-link-container ul li:first-child button {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tab-link-container ul li:last-child button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tab-link-container ul li.active button {
  background-color: #215287;
  color: white;
  border-color: black;
}

.tab-link-container ul li.active button .itemText {
  color: white;
}

.tab-link-container ul li:hover.active button {
  background-color: #215287;
  color: white;
}

.tab-link-container ul li:hover.active button .itemText {
  color: white;
}

.tab-link-container ul li:hover button {
  background-color: #215287;
  color: white;
  border-color: black;
}

.tab-link-container ul li:hover button .itemText {
  color: white;
}

@media only screen and (max-width: 575px) {
  .tab-link-container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab-link-container ul li {
    width: 48%;
    margin: 2px;
  }
  .tab-link-container ul li button {
    border-radius: 0px !important;
  }
}

@media only screen and (max-width: 575px) {
  .tab-link-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.white_background_dsg .tab-link-container {
  display: block;
}

.white_background_dsg .tab-link-container ul li button {
  background-color: #f2f2f2;
}

.white_background_dsg .tab-link-container ul li.active button {
  background-color: #215287;
}

.white_background_dsg .tab-link-container ul li:hover.active button {
  background-color: #215287;
}

.white_background_dsg .tab-link-container ul li:hover button {
  background-color: #215287;
}

.tabcontent-ourServices {
  display: none;
}

.warrenty_policy_tablinks, .tab_content_landing_page {
  display: none;
}

.eachItemOurServices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.eachItemOurServices .iconWrapper {
  display: inline-block;
  width: 60px;
  text-align: center;
  color: #215287;
}

.eachItemOurServices .iconWrapper i {
  font-size: 1.5rem;
}

.eachItemOurServices .text-wrapper {
  width: calc(100% - 60px);
}

.eachItemOurServices .text-wrapper h3 {
  color: #215287;
  font-size: 1.2rem;
  font-weight: 600;
}

.eachItemOurServices .text-wrapper p {
  color: black;
  font-weight: 400;
  font-size: 0.9rem;
  text-align: left;
}

@media only screen and (max-width: 575px) {
  .eachItemOurServices .text-wrapper {
    padding-right: 20px;
  }
}

.formWrapperGetTheApp {
  max-width: 450px;
  margin: 0px auto;
}

.formWrapperGetTheApp .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.formWrapperGetTheApp .input-group .input-group-prepend {
  width: 80px;
}

.formWrapperGetTheApp .input-group .input-group-prepend img {
  width: 40px;
  display: inline-block;
  margin: 0px auto;
}

.formWrapperGetTheApp .input-group .dropDownCustom {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formWrapperGetTheApp .input-group .dropDownCustom:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formWrapperGetTheApp .input-group .dropDownCustom:hover {
  background-color: transparent !important;
}

.formWrapperGetTheApp .input-group .dropDownCustom:hover:after {
  border-top: .3em solid grey;
}

.formWrapperGetTheApp .input-group .input-wrapper-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid grey;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: 0px;
  background-color: white;
}

.formWrapperGetTheApp .input-group .small-width {
  width: 60px;
}

.formWrapperGetTheApp .input-group .btn-outline-secondary:not(:disabled):not(.disabled).active, .formWrapperGetTheApp .input-group .btn-outline-secondary:not(:disabled):not(.disabled):active, .formWrapperGetTheApp .input-group .show > .btn-outline-secondary.dropdown-toggle {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.formWrapperGetTheApp .input-group .disabledBtn {
  border: 0px;
  border-radius: 0px;
  background-color: white;
  width: auto;
  max-width: 50px;
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 2px;
  color: black;
  opacity: 1;
  /* required on iOS */
}

.formWrapperGetTheApp .input-group .inputField {
  border-left: 0px;
  border-right: 0px;
  background-color: white;
  border-color: grey;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0px;
  font-size: 1rem;
  font-weight: 400;
  color: black;
}

.formWrapperGetTheApp .input-group .inputField:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formWrapperGetTheApp .small-image {
  width: 40px;
}

.formWrapperGetTheApp .custom_submit_button {
  background-color: #215287;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: white;
  border: 1px solid #215287;
  font-size: 0.8rem;
  padding: 0px 20px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.formWrapperGetTheApp .custom_submit_button:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 575px) {
  .formWrapperGetTheApp .custom_submit_button {
    padding: 0px 10px;
  }
}

.service_carousel {
  max-height: 380px;
  overflow: hidden;
}

.service_carousel .imageWrapper {
  margin: 10px;
  max-height: 370px;
}

.service_carousel .imageWrapper img {
  max-height: 370px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  display: block;
  margin: 0px auto;
}

/****************************** owl navigation design   *************************************/
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #186b4e;
}

.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: -60px;
  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;
  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 {
  right: 30px;
}

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

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

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

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

.tabcontent-ourBrand {
  display: none;
}

.brandsWrapper {
  max-width: 900px;
  display: block;
  margin: 0px auto;
}

.brandsWrapper .brandImageWrapper {
  height: 100px;
  max-width: 150px;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  line-height: 100px;
  line-height: 150px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, transform 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, transform 0.3s ease-in, -webkit-box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in;
  margin: 0px 10px;
}

.brandsWrapper .brandImageWrapper.grayBackground {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d9d9d9;
}

.brandsWrapper .brandImageWrapper img {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 80px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  line-height: 100px;
  margin: 0px auto;
}

.brandsWrapper .brandImageWrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 575px) {
  .brandsWrapper .brandImageWrapper {
    margin: 0px 2px;
  }
}

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

.leftLineDesign {
  position: relative;
}

.leftLineDesign:after {
  content: " ";
  height: 90%;
  width: 4px;
  position: absolute;
  background-color: #215287;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
  .leftLineDesign:after {
    display: none;
  }
}

.margin-left_line-design {
  padding-right: 60px;
}

@media only screen and (max-width: 575px) {
  .margin-left_line-design {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .sectionInner {
    padding-right: 5px;
    padding-left: 5px;
  }
  .sectionInner .col, .sectionInner .col-1, .sectionInner .col-10, .sectionInner .col-11, .sectionInner .col-12, .sectionInner .col-2, .sectionInner .col-3, .sectionInner .col-4, .sectionInner .col-5, .sectionInner .col-6, .sectionInner .col-7, .sectionInner .col-8, .sectionInner .col-9, .sectionInner .col-auto, .sectionInner .col-lg, .sectionInner .col-lg-1, .sectionInner .col-lg-10, .sectionInner .col-lg-11, .sectionInner .col-lg-12, .sectionInner .col-lg-2, .sectionInner .col-lg-3, .sectionInner .col-lg-4, .sectionInner .col-lg-5, .sectionInner .col-lg-6, .sectionInner .col-lg-7, .sectionInner .col-lg-8, .sectionInner .col-lg-9, .sectionInner .col-lg-auto, .sectionInner .col-md, .sectionInner .col-md-1, .sectionInner .col-md-10, .sectionInner .col-md-11, .sectionInner .col-md-12, .sectionInner .col-md-2, .sectionInner .col-md-3, .sectionInner .col-md-4, .sectionInner .col-md-5, .sectionInner .col-md-6, .sectionInner .col-md-7, .sectionInner .col-md-8, .sectionInner .col-md-9, .sectionInner .col-md-auto, .sectionInner .col-sm, .sectionInner .col-sm-1, .sectionInner .col-sm-10, .sectionInner .col-sm-11, .sectionInner .col-sm-12, .sectionInner .col-sm-2, .sectionInner .col-sm-3, .sectionInner .col-sm-4, .sectionInner .col-sm-5, .sectionInner .col-sm-6, .sectionInner .col-sm-7, .sectionInner .col-sm-8, .sectionInner .col-sm-9, .sectionInner .col-sm-auto, .sectionInner .col-xl, .sectionInner .col-xl-1, .sectionInner .col-xl-10, .sectionInner .col-xl-11, .sectionInner .col-xl-12, .sectionInner .col-xl-2, .sectionInner .col-xl-3, .sectionInner .col-xl-4, .sectionInner .col-xl-5, .sectionInner .col-xl-6, .sectionInner .col-xl-7, .sectionInner .col-xl-8, .sectionInner .col-xl-9, .sectionInner .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .tabContentInner {
    padding-right: 40px !important;
    padding-left: 40px !important;
    max-width: 100%;
    display: block;
  }
  .tabContentInnerPadding {
    padding-right: 40px !important;
    padding-left: 40px !important;
    max-width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 375px) {
  .tabContentInner {
    padding-right: 10px !important;
    padding-left: 10px !important;
    max-width: 100%;
    display: block;
  }
  .tabContentInnerPadding {
    padding-right: 10px !important;
    padding-left: 10px !important;
    max-width: 100%;
    display: block;
  }
}

.cusotm_btn_white {
  background-color: white;
  font-size: 0.8rem;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: black;
  padding: 8px 20px;
  display: inline-block;
}

.cusotm_btn_white:hover {
  color: black;
}

.biggest-text {
  font-size: 4rem !important;
}

@media only screen and (max-width: 991px) {
  .biggest-text {
    font-size: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .biggest-text {
    font-size: 2.5rem !important;
  }
}

@media only screen and (max-width: 575px) {
  .biggest-text {
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 475px) {
  .biggest-text {
    font-size: 1.2rem !important;
  }
}

.line_height_10 {
  line-height: 3rem;
}

.bigger-text {
  font-size: 3rem !important;
}

@media only screen and (max-width: 991px) {
  .bigger-text {
    font-size: 2.5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .bigger-text {
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 575px) {
  .bigger-text {
    font-size: 1.5rem !important;
  }
}

.star_container {
  color: #215287;
}

.star_container i {
  color: #215287;
}

@media only screen and (max-width: 575px) {
  .offer_text_wrapper .big-text {
    font-size: 1rem !important;
  }
}

.each_reviews {
  padding: 20px 10px;
  border-radius: 15px;
  margin: 10px;
}

.each_reviews .reviewContainer h3 {
  color: black;
  font-size: 1.2rem;
  margin-bottom: 0px;
  font-weight: 400;
}

.each_reviews .reviewContainer h3 span {
  opacity: 0.6;
  font-size: 1.2rem;
  font-weight: 400;
}

.each_reviews .reviewContainer p {
  font-size: 0.8rem;
  color: black;
  margin-bottom: 0px;
}

.each_reviews .textContainer_reviews p {
  font-size: 0.8rem;
  color: black;
  text-align: center;
}

/****************************** owl navigation design ends  *************************************/
.each-partner .imageWrapperPartnerShip {
  max-width: 220px;
  display: block;
  margin: 0px auto;
}

.each-partner .imageWrapperPartnerShip img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 575px) {
  .each-partner .imageWrapperPartnerShip img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 575px) {
  .each-partner .imageWrapperPartnerShip.smallImageSmallScreen img {
    max-width: 80px !important;
  }
}

.each-partner .imageWrapperPartnerShipSmall {
  max-width: 120px;
  display: block;
  margin: 0px auto;
}

.each-partner .imageWrapperPartnerShipSmall img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 575px) {
  .each-partner .imageWrapperPartnerShipSmall img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
  }
}

.each-partner .partner_text_container p {
  font-size: 0.8rem;
  text-align: justify;
}

.divider_green {
  display: block;
  height: 4px;
  width: 260px;
  max-width: 100%;
  background-color: #215287;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

/***************************footer design*****************************/
.footer-main-wrapper {
  background-color: #215287;
  padding: 30px 15px;
}

.footer-main-wrapper .imageWrapper-footer img {
  max-height: 60px;
}

.footer-main-wrapper .payment-images {
  max-height: 30px;
}

.footer-main-wrapper .footer-heading {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.footer-main-wrapper .footer-heading h3 {
  font-size: 1rem;
  font-weight: 600;
  color: white;
}

.footer-main-wrapper .footer-heading:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  height: 1px;
}

.footer-main-wrapper .link-white {
  color: white;
}

.footer-main-wrapper .footer-content p {
  color: white;
}

@media only screen and (max-width: 575px) {
  .footer-main-wrapper .footer-content p {
    font-size: 1rem;
  }
}

.footer-main-wrapper .footer-content .footer-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main-wrapper .footer-content .footer-navigation li {
  display: inline-block;
  width: 100%;
  padding: 2px 0px;
  color: white;
  font-size: 0.8rem;
}

.footer-main-wrapper .footer-content .footer-navigation li:hover {
  color: #ce1126;
}

@media only screen and (max-width: 575px) {
  .footer-main-wrapper .footer-content .footer-navigation li {
    font-size: 1rem;
  }
}

.footer-main-wrapper .footer-content .social-media-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main-wrapper .footer-content .social-media-navigation li {
  display: inline-block;
  width: 40px;
  text-align: center;
}

.footer-main-wrapper .footer-content .social-media-navigation li a {
  display: block;
  width: 100%;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.footer-main-wrapper .footer-content .social-media-navigation li a i {
  line-height: 30px;
  font-size: 1rem;
}

.footer-main-wrapper .footer-content .social-media-navigation li a:hover {
  background-color: #ce1126;
  color: white;
}

.footerLinksWrapper ul li {
  font-size: 0.8rem;
  color: white;
}

.footerLinksWrapper ul li:hover {
  color: #ce1126;
}

@media only screen and (max-width: 575px) {
  .footerLinksWrapper ul li {
    font-size: 1rem;
  }
}

/***************************footer design ends*****************************/
.rounded-10 {
  border-radius: 10px;
  overflow: hidden;
}

.faq-container .each-faq {
  border-radius: 10px;
  overflow: hidden;
}

.faq-container .each-faq .faq-header {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  background-color: #215287;
  cursor: pointer;
  position: relative;
}

.faq-container .each-faq .faq-header h4 {
  margin-bottom: 0px;
  font-size: 1rem;
  color: white;
  font-weight: 500;
  margin-right: 20px;
}

.faq-container .each-faq .faq-header h4 .icon-design {
  width: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-container .each-faq .faq-header h4 .icon-design i {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.faq-container .each-faq .faq-header h4 .icon-design .rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.faq-container .each-faq .faq-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 20px;
  display: none;
  background-color: white;
}

.faq-container .each-faq .faq-content p {
  font-size: 0.8rem;
}

.faq-container .each-faq .faq-content.expanded-default {
  display: block;
}

.call_now_btn_custom {
  display: inline-block;
  height: 40px;
  width: 160px;
  text-align: center;
  line-height: 40px;
  background-color: #ce1126;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
}

.call_now_btn_custom .abs-call {
  position: absolute;
  top: -20px;
  left: 10px;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 20px;
  font-size: 0.8rem;
  display: inline-block;
  line-height: 20px;
  color: black;
  width: 60px;
}

/*****************Footer Icons***************************/
.whatsappIconFixedIcon {
  position: fixed;
  right: 30px;
  bottom: 44px;
  z-index: 9999;
  display: inline-block;
  text-align: center;
}

.whatsappIconLink {
  display: block;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  padding: 1px;
  z-index: 9999;
  background-color: #1c4673;
  border-radius: 100%;
  padding: 6px;
}

.whatsappIconLink.no_bg {
  background-color: transparent;
  border-radius: 0px;
}

.whatsappIconLink .whatsappIcon {
  min-height: 30px;
  width: 30px;
  height: 100%;
}

.animate-icon {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.whatsappIconLink {
  position: relative;
  display: block;
}

.whatsappIconFixedIcon .small-icon .whatsappIcon img {
  height: 30px;
  width: 30px;
}

.whatsappIconFixedIcon .whatsappIcon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.LandbotLivechat-container, .LandbotLivechat {
  right: -8px;
}

@media only screen and (max-width: 575px) {
  .whatsappIconFixedIcon {
    right: 15px;
  }
  .LandbotLivechat-container, .LandbotLivechat {
    right: -23px;
  }
}

.less_z_index {
  position: relative;
  z-index: 98;
}

.ad_design_wrapper {
  background-color: black;
  color: white;
  max-width: 700px;
  margin: 0px auto;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: -25px;
  font-size: 1.2rem;
  position: relative;
  z-index: 99;
}

.ad_design_wrapper .get_a_quote_btn {
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ad_design_wrapper .get_a_quote_btn:hover {
  color: #215287;
}

@media only screen and (max-width: 575px) {
  .ad_design_wrapper .get_a_quote_btn {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .ad_design_wrapper {
    margin-top: 20px;
    margin-bottom: -35px;
  }
}

.links_design {
  font-weight: 600;
}

.links_design:hover {
  color: #ce1126;
}

.links_design i {
  color: #215287;
}

@media only screen and (max-width: 575px) {
  .links_design.small_text_mobile_screen {
    font-size: 0.8rem !important;
  }
}

.offerbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.animatedHeading {
  display: inline-block;
  -webkit-animation: scale_animation 0.5s infinite alternate;
          animation: scale_animation 0.5s infinite alternate;
}

@-webkit-keyframes scale_animation {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale_animation {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.custom-text {
  font-size: 1.5rem !important;
}

.each_service_my_car_services {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 5px;
  border-radius: 15px;
  background-color: white;
}

.each_service_my_car_services .icon_image_wrapper {
  border: 2px solid #215287;
  padding: 15px;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  margin: 0px auto;
}

.each_service_my_car_services .icon_image_wrapper img {
  width: 100%;
  height: 100%;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.each_service_my_car_services .text_container h4 {
  margin-top: 20px;
  color: black;
  font-weight: 400;
  min-height: 50px;
}

.each_service_my_car_services .text_container ul {
  margin-top: 10px;
  min-height: 100px;
}

.each_service_my_car_services .text_container ul li {
  display: block;
  font-size: 0.7rem;
  color: black;
}

@media only screen and (max-width: 575px) {
  .each_service_my_car_services .text_container h4 {
    font-size: 1rem;
    font-weight: 600;
  }
  .each_service_my_car_services .text_container ul li {
    font-size: 0.7rem;
  }
}

.each_service_my_car_services_white .icon_image_wrapper {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  margin: 0px auto;
}

.each_service_my_car_services_white .icon_image_wrapper img {
  width: 100%;
  height: 100%;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.each_service_my_car_services_white .text_container h4 {
  margin-top: 20px;
  color: black;
  font-weight: 400;
}

.each_service_my_car_services_white .text_container ul {
  margin-top: 10px;
  min-height: 100px;
}

.each_service_my_car_services_white .text_container ul li {
  display: block;
  font-size: 0.7rem;
  color: black;
}

@media only screen and (max-width: 575px) {
  .each_service_my_car_services_white .text_container h4 {
    font-size: 1rem;
    font-weight: 600;
  }
  .each_service_my_car_services_white .text_container ul li {
    font-size: 0.7rem;
  }
}

.each_service_my_car_services_description {
  padding: 15px 5px;
  border-radius: 15px;
}

.each_service_my_car_services_description .icon_image_wrapper {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  margin: 0px;
  display: block;
  margin: 0px auto;
}

.each_service_my_car_services_description .icon_image_wrapper img {
  width: 100%;
  height: 100%;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.each_service_my_car_services_description .text_container h4 {
  margin-top: 20px;
  color: black;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
}

.each_service_my_car_services_description .text_container ul {
  margin-top: 10px;
  min-height: 100px;
}

.each_service_my_car_services_description .text_container ul li {
  display: block;
  font-size: 0.7rem;
  color: black;
  font-weight: 400;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .each_service_my_car_services_description .text_container h4 {
    font-size: 1rem;
    font-weight: 600;
  }
  .each_service_my_car_services_description .text_container ul li {
    font-size: 0.7rem;
  }
}

.backgrond_white section {
  background-color: white;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 15px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.each_service_my_car_features {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 10px;
  border-radius: 15px;
  background-color: white;
  max-width: 250px;
  margin: 0px auto;
  padding-top: 30px;
  min-height: 200px;
}

.each_service_my_car_features.full_width {
  max-width: 100%;
}

.each_service_my_car_features.base_bg {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.each_service_my_car_features.same_height {
  min-height: 220px;
  margin: 0px 10px;
}

@media only screen and (max-width: 575px) {
  .each_service_my_car_features.same_height {
    margin: 0px 5px;
  }
}

.each_service_my_car_features.same_height_small {
  min-height: 220px;
  margin: 0px 10px;
}

@media only screen and (max-width: 575px) {
  .each_service_my_car_features.same_height_small {
    margin: 0px 15px;
  }
}

.each_service_my_car_features.same_height_small_road_side {
  min-height: 160px;
  margin: 0px 10px;
}

@media only screen and (max-width: 575px) {
  .each_service_my_car_features.same_height_small_road_side {
    margin: 0px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .each_service_my_car_features {
    min-height: 200px;
  }
}

.each_service_my_car_features .icon_image_wrapper img {
  max-height: 80px;
}

.each_service_my_car_features .text_container {
  margin-top: 20px;
}

.each_service_my_car_features .text_container h3 {
  font-size: 0.8rem;
  font-weight: 600;
  min-height: 30px;
}

@media only screen and (max-width: 575px) {
  .each_service_my_car_features .text_container h3 {
    min-height: 50px;
  }
  .each_service_my_car_features .text_container ul li {
    font-size: 0.7rem;
  }
}

.each_service_my_car_features.same_height_service_contract {
  margin: 0px 10px;
  min-height: 300px !important;
  max-width: 100%;
}

.each_service {
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 15px 5px;
  text-align: center;
  margin: 0px 4px;
}

.each_service span {
  display: inline-block;
  font-size: 0.7rem;
  color: black;
  min-height: 20px;
  font-weight: 600;
}

.each_service i {
  color: #215287;
}

.negative_services {
  margin-top: 50px;
  margin-bottom: 50px;
}

.form-section {
  display: none;
}

.form-section.current {
  display: inherit;
}

.form-section-login.current {
  display: inherit;
}

.form-container-login .form-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.form-container-login .form-wrapper label, .form-container-login .form-wrapper button {
  display: inline-block;
  height: 45px;
  width: 45px;
  background-color: #215287;
  color: white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  border: none;
}

.form-container-login .form-wrapper label i, .form-container-login .form-wrapper button i {
  line-height: 45px;
}

.form-container-login .form-wrapper label.right_side_box, .form-container-login .form-wrapper button.right_side_box {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form-container-login .form-wrapper input, .form-container-login .form-wrapper select {
  width: calc(100% - 30px);
  border: 1px solid rgba(239, 239, 239, 0.7);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 45px;
  line-height: 45px;
  color: black;
  outline: none;
  font-size: 0.8rem;
  padding-left: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form-container-login .form-wrapper input:focus, .form-container-login .form-wrapper select:focus {
  outline: none;
  border: 1px solid #215287;
}

.form-container-login .form-wrapper input::-webkit-input-placeholder, .form-container-login .form-wrapper select::-webkit-input-placeholder {
  font-size: 0.7rem;
  line-height: 45px;
}

.form-container-login .form-wrapper input:-ms-input-placeholder, .form-container-login .form-wrapper select:-ms-input-placeholder {
  font-size: 0.7rem;
  line-height: 45px;
}

.form-container-login .form-wrapper input::-ms-input-placeholder, .form-container-login .form-wrapper select::-ms-input-placeholder {
  font-size: 0.7rem;
  line-height: 45px;
}

.form-container-login .form-wrapper input::placeholder, .form-container-login .form-wrapper select::placeholder {
  font-size: 0.7rem;
  line-height: 45px;
}

.form-container-login .form-wrapper.right_side_wrapper input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-container-common .form-wrapper {
  width: 100%;
}

.form-container-common .form-wrapper label, .form-container-common .form-wrapper button {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #215287;
  color: white;
  border-radius: 5px;
  text-align: center;
  border: none;
}

.form-container-common .form-wrapper label i, .form-container-common .form-wrapper button i {
  line-height: 40px;
}

.form-container-common .form-wrapper label.right_side_box, .form-container-common .form-wrapper button.right_side_box {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form-container-common .form-wrapper input, .form-container-common .form-wrapper select {
  width: 100%;
  border: 1px solid rgba(239, 239, 239, 0.7);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  color: black;
  outline: none;
  font-size: 0.8rem;
  padding-left: 20px;
  border-radius: 0px;
}

.form-container-common .form-wrapper input:focus, .form-container-common .form-wrapper select:focus {
  outline: none;
  border: 1px solid #215287;
}

.form-container-common .form-wrapper input::-webkit-input-placeholder, .form-container-common .form-wrapper select::-webkit-input-placeholder {
  font-size: 0.7rem;
  line-height: 40px;
}

.form-container-common .form-wrapper input:-ms-input-placeholder, .form-container-common .form-wrapper select:-ms-input-placeholder {
  font-size: 0.7rem;
  line-height: 40px;
}

.form-container-common .form-wrapper input::-ms-input-placeholder, .form-container-common .form-wrapper select::-ms-input-placeholder {
  font-size: 0.7rem;
  line-height: 40px;
}

.form-container-common .form-wrapper input::placeholder, .form-container-common .form-wrapper select::placeholder {
  font-size: 0.7rem;
  line-height: 40px;
}

.form-container-common .form-wrapper .select2-selection {
  width: 100%;
  border: 1px solid rgba(239, 239, 239, 0.7);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  color: black;
  outline: none;
  font-size: 0.8rem;
  padding-left: 20px;
  border-radius: 0px;
}

.form-container-common .form-wrapper .select2-selection:focus {
  outline: none;
  border: 1px solid #215287;
}

.form-container-common .form-wrapper .select2-selection::-webkit-input-placeholder {
  font-size: 0.7rem;
  line-height: 40px;
}

.form-container-common .form-wrapper .select2-selection:-ms-input-placeholder {
  font-size: 0.7rem;
  line-height: 40px;
}

.form-container-common .form-wrapper .select2-selection::-ms-input-placeholder {
  font-size: 0.7rem;
  line-height: 40px;
}

.form-container-common .form-wrapper .select2-selection::placeholder {
  font-size: 0.7rem;
  line-height: 40px;
}

.form-container-common .form-wrapper .select2-selection .select2-selection__rendered {
  line-height: 40px;
  padding-left: 0px;
}

.form-container-common .form-wrapper .select2-selection .select2-selection__arrow {
  height: 40px;
}

.form-container-common .form-wrapper.right_side_wrapper input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.border-left-custom {
  position: relative;
}

.border-left-custom::after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 50%;
  height: 400px;
  width: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 82, 135, 0)), color-stop(rgba(33, 82, 135, 0.1)), color-stop(rgba(33, 82, 135, 0.5)), color-stop(rgba(33, 82, 135, 0.9)), color-stop(rgba(33, 82, 135, 0.5)), color-stop(rgba(33, 82, 135, 0.1)), to(rgba(33, 82, 135, 0)));
  background-image: linear-gradient(rgba(33, 82, 135, 0), rgba(33, 82, 135, 0.1), rgba(33, 82, 135, 0.5), rgba(33, 82, 135, 0.9), rgba(33, 82, 135, 0.5), rgba(33, 82, 135, 0.1), rgba(33, 82, 135, 0));
  z-index: 22;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
}

.margin_top_custom {
  margin-top: 50px;
}

.flading_box_design_design2 {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .flading_box_design_design2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .flading_box_design_design2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.flading_box_design_design2 .left-container {
  width: calc(100% - 200px);
  background-color: white;
  min-height: 300px;
  border-radius: 15px;
  padding: 30px 10px 20px 30px;
  padding-right: 210px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  position: relative;
}

.flading_box_design_design2 .left-container:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
}

.flading_box_design_design2 .left-container .ribbon-flag {
  position: absolute;
  bottom: 100%;
  background-color: #ce1126;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  left: 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-weight: 600;
  padding: 0px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .flading_box_design_design2 .left-container {
    width: 100%;
    padding-bottom: 160px;
    padding-right: 10px;
  }
}

.flading_box_design_design2 .right-container {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
  width: 400px;
  background-color: #215287;
  min-height: 200px;
  padding: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.flading_box_design_design2 .right-container:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
}

.flading_box_design_design2 .right-container.glow_animation {
  -webkit-animation: glow 0.5s infinite alternate;
          animation: glow 0.5s infinite alternate;
}

@media only screen and (max-width: 767px) {
  .flading_box_design_design2 .right-container {
    position: relative;
    -webkit-transform: none;
            transform: none;
    right: unset;
    top: unset;
    display: block;
    margin: -130px auto 0px auto;
    max-width: 100%;
  }
}

.login_signUpBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  text-align: center;
}

.login_signUpBtn ul li {
  display: inline-block;
  width: 100%;
  background-color: white;
  color: #215287;
  border: 1px solid #215287;
  padding: 7px 10px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.login_signUpBtn ul li:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.login_signUpBtn ul li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.login_signUpBtn ul li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.login_signUpBtn ul li.active {
  background-color: #215287;
  color: white;
  border-color: #215287;
}

.signUp_main_wrapper {
  min-height: 100vh;
  position: relative;
}

.sign_up_main_inner {
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
}

@media only screen and (max-width: 991px) {
  .sign_up_main_inner {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
  }
}

.sign_up_main_inner_2 {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .sign_up_main_inner_2 {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
  }
}

.mt-Negative {
  margin-top: -60px;
}

/*****************Footer Icons ends***************************/
/****************************** parsely error design ends   *************************************/
.parsley-errors-list.filled {
  position: absolute;
  background-color: none;
  font-size: 0.7rem;
  color: #f96a6a !important;
  list-style: none;
  display: block;
  top: 100%;
  left: 20px;
  border: none !important;
}

.parsley-errors-list.filled li {
  color: #f96a6a;
  font-size: 0.7rem;
  border: none !important;
}

/****************************** parsely error design ends   *************************************/
.text-underline {
  text-decoration: underline;
  line-height: 20px;
  cursor: pointer;
}

.form-section-login {
  display: none;
}

/******************************Booking Page Design***********************************/
.form-wrapper-booking {
  display: block;
  position: relative;
  opacity: 1;
}

.form-wrapper-booking label {
  display: block;
}

.form-wrapper-booking .label_text_custom {
  position: absolute;
  top: 15px;
  left: 10px;
  color: black;
  opacity: 1;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: -1;
  -webkit-transition: top 0.3s ease-in, z-index 0.3s ease-in;
  transition: top 0.3s ease-in, z-index 0.3s ease-in;
}

.form-wrapper-booking .label_text_custom.focused {
  z-index: 1;
  top: -10px;
}

.form-wrapper-booking .inp_field {
  display: inline-block;
  width: 100%;
  background-color: white;
  -webkit-appearance: none;
  border: none;
  height: 50px;
  border-radius: 10px;
  opacity: 1;
  font-size: 0.9rem;
  padding: 0px 10px;
  font-weight: 600;
  color: black;
  overflow: hidden;
  -webkit-border-radius: 15px !important;
}

.form-wrapper-booking .inp_field::-webkit-input-placeholder {
  color: gray;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.form-wrapper-booking .inp_field:-ms-input-placeholder {
  color: gray;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.form-wrapper-booking .inp_field::-ms-input-placeholder {
  color: gray;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.form-wrapper-booking .inp_field::placeholder {
  color: gray;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.form-wrapper-booking .inp_field:focus {
  outline: none;
  border-color: #215287;
  color: #215287;
}

.form-wrapper-booking .inp_field:focus::-webkit-input-placeholder {
  color: #215287;
}

.form-wrapper-booking .inp_field:focus:-ms-input-placeholder {
  color: #215287;
}

.form-wrapper-booking .inp_field:focus::-ms-input-placeholder {
  color: #215287;
}

.form-wrapper-booking .inp_field:focus::placeholder {
  color: #215287;
}

.form-wrapper-booking .inp_field.placeholderDesign {
  color: #215287;
}

.form-wrapper-booking .inp_field.placeholderDesign:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-wrapper-booking .inp_field.placeholderDesign:focus:-ms-input-placeholder {
  color: transparent;
}

.form-wrapper-booking .inp_field.placeholderDesign:focus::-ms-input-placeholder {
  color: transparent;
}

.form-wrapper-booking .inp_field.placeholderDesign:focus::placeholder {
  color: transparent;
}

.form-wrapper-booking select:invalid {
  color: gray;
}

.form-wrapper-booking.small-input .inp_field {
  max-width: 120px;
  display: block;
  margin: 0px auto;
}

.form-wrapper-booking .text-area-wrapper {
  display: inline-block;
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 10px;
  opacity: 1;
  font-size: 0.9rem;
  font-weight: 400;
  color: black;
  padding: 15px;
}

.form-wrapper-booking .text-area-wrapper::-webkit-input-placeholder {
  color: gray;
}

.form-wrapper-booking .text-area-wrapper:-ms-input-placeholder {
  color: gray;
}

.form-wrapper-booking .text-area-wrapper::-ms-input-placeholder {
  color: gray;
}

.form-wrapper-booking .text-area-wrapper::placeholder {
  color: gray;
}

.form-wrapper-booking .text-area-wrapper:focus {
  outline: none;
  border-color: #215287;
  color: #215287;
}

.form-wrapper-booking .text-area-wrapper:focus::-webkit-input-placeholder {
  color: #215287;
}

.form-wrapper-booking .text-area-wrapper:focus:-ms-input-placeholder {
  color: #215287;
}

.form-wrapper-booking .text-area-wrapper:focus::-ms-input-placeholder {
  color: #215287;
}

.form-wrapper-booking .text-area-wrapper:focus::placeholder {
  color: #215287;
}

.form-wrapper-booking_dsg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  opacity: 1;
}

.form-wrapper-booking_dsg2 label {
  display: block;
}

.form-wrapper-booking_dsg2 .inp_field {
  display: inline-block;
  background-color: white;
  border: none;
  height: 50px;
  border-radius: 10px;
  opacity: 1;
  font-size: 0.9rem;
  padding: 0px 10px;
  font-weight: 600;
  color: black;
  overflow: hidden;
  -webkit-border-radius: 30px !important;
}

.form-wrapper-booking_dsg2 .inp_field:focus {
  outline: none;
  border-color: #215287;
  color: #215287;
}

.form-wrapper-booking_dsg2 .inp_field:focus::-webkit-input-placeholder {
  color: #215287;
}

.form-wrapper-booking_dsg2 .inp_field:focus:-ms-input-placeholder {
  color: #215287;
}

.form-wrapper-booking_dsg2 .inp_field:focus::-ms-input-placeholder {
  color: #215287;
}

.form-wrapper-booking_dsg2 .inp_field:focus::placeholder {
  color: #215287;
}

.form-wrapper-booking_dsg2 .inp_field.small-input {
  max-width: 120px;
  display: block;
}

.form-wrapper-booking_dsg2 .text-area-wrapper {
  display: inline-block;
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 10px;
  opacity: 1;
  font-size: 0.9rem;
  font-weight: 400;
  color: black;
  padding: 15px;
}

.form-wrapper-booking_dsg2 .text-area-wrapper:focus {
  outline: none;
  border-color: #215287;
  color: #215287;
}

.form-wrapper-booking_dsg2 .text-area-wrapper:focus::-webkit-input-placeholder {
  color: #215287;
}

.form-wrapper-booking_dsg2 .text-area-wrapper:focus:-ms-input-placeholder {
  color: #215287;
}

.form-wrapper-booking_dsg2 .text-area-wrapper:focus::-ms-input-placeholder {
  color: #215287;
}

.form-wrapper-booking_dsg2 .text-area-wrapper:focus::placeholder {
  color: #215287;
}

.plate_wrapper {
  position: relative;
  display: block;
}

.custom_select_box_design_1 {
  margin-top: 10px;
}

.custom_select_box_design_1 ul {
  padding-left: none;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}

.custom_select_box_design_1 ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.custom_select_box_design_1 ul li label {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 0.8rem;
  font-weight: 600;
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.custom_select_box_design_1 ul li label input[type=radio] {
  display: none;
}

.custom_select_box_design_1 ul li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.custom_select_box_design_1 ul li:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.custom_select_box_design_1 ul li:hover {
  background-color: #215287;
}

.custom_select_box_design_1 ul li:hover label {
  color: white;
}

.custom_select_box_design_1 ul li.active {
  background-color: #215287;
  color: white;
}

.custom_select_box_design_1 ul li.active label {
  color: white;
}

.custom_select_box_design_2 {
  margin-top: 10px;
}

.custom_select_box_design_2 ul {
  padding-left: none;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_select_box_design_2 ul li {
  display: inline-block;
  width: 100px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: white;
}

.custom_select_box_design_2 ul li label {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 0.7rem;
  font-weight: 600;
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.custom_select_box_design_2 ul li label input[type=radio] {
  display: none;
}

.custom_select_box_design_2 ul li label .image_wrapper {
  height: 70px;
}

.custom_select_box_design_2 ul li label .image_wrapper img {
  max-height: 70px;
}

.custom_select_box_design_2 ul li label .name_wrapper {
  text-align: center;
}

.custom_select_box_design_2 ul li label .name_wrapper h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 0.7rem;
  font-weight: 600;
}

.custom_select_box_design_2 ul li:hover {
  border-color: #215287;
}

.custom_select_box_design_2 ul li:hover label {
  color: #215287;
}

.lets_diccuss {
  display: block;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 0px white;
          box-shadow: 0px 0px 2px 0px white;
  position: relative;
  max-width: 400px;
  min-width: 400px;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 0px;
  scroll-margin-top: 140px;
}

@media only screen and (max-width: 575px) {
  .lets_diccuss {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}

.lets_diccuss .close_booking_platform {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media only screen and (min-width: 991px) {
  .lets_diccuss .close_booking_platform {
    display: none;
  }
}

.lets_diccuss.animateConfigurator {
  -webkit-animation: glow 0.5s 4 alternate;
          animation: glow 0.5s 4 alternate;
}

@media only screen and (max-width: 767px) {
  .lets_diccuss.animateConfigurator {
    -webkit-animation: glow 0.5s 6 alternate;
            animation: glow 0.5s 6 alternate;
  }
}

.lets_diccuss .form-container-configurator .choosen_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 5px;
}

.lets_diccuss .form-container-configurator .choosen_container .choosen_label {
  display: block;
  min-width: 150px;
  width: 150px;
  padding: 0px 10px;
  font-weight: 600;
  color: black;
  font-size: 0.7rem;
}

.lets_diccuss .form-container-configurator .choosen_container .dottedLine {
  display: inline-block;
  width: 80px;
  min-width: 80px;
  height: 1px;
  border-top: 1px dashed black;
  margin: auto 0px;
}

.lets_diccuss .form-container-configurator .choosen_container .choosen_val {
  display: block;
  padding: 0px 5px;
  padding-left: 5px;
  font-weight: 600;
  color: #215287;
  font-size: 0.7rem !important;
}

.lets_diccuss .form-container-configurator label {
  font-size: 0.7rem;
  display: inline-block;
  margin-bottom: 5px;
}

.lets_diccuss .form-container-configurator input, .lets_diccuss .form-container-configurator select {
  height: 30px;
  line-height: 30px;
}

.lets_diccuss .ribbon_design {
  background: #215287;
  width: 320px;
  position: absolute;
  top: 20px;
  height: 40px;
  left: -20px;
  text-align: center;
  z-index: 22;
  color: white;
}

.lets_diccuss .ribbon_design h3 {
  line-height: 40px;
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 600;
}

@media only screen and (max-width: 410px) {
  .lets_diccuss .ribbon_design {
    width: 250px;
  }
  .lets_diccuss .ribbon_design h3 {
    font-size: 0.8rem;
  }
}

.lets_diccuss .ribbon_design:before {
  content: '';
  position: absolute;
  border-bottom: 17px solid transparent;
  border-right: 19px solid #0d2035;
  left: 0;
  bottom: -17px;
}

.lets_diccuss .ribbon_design:after {
  content: '';
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 21px solid #215287;
  right: -20px;
  top: 0px;
}

.lets_diccuss .configurator-inner {
  padding: 10px 20px;
}

@keyframes glow {
  from {
    -webkit-box-shadow: 0 0 10px -10px #ce1126;
            box-shadow: 0 0 10px -10px #ce1126;
  }
  to {
    -webkit-box-shadow: 0 0 10px 10px #ce1126;
            box-shadow: 0 0 10px 10px #ce1126;
  }
}

.min-height-400 {
  min-height: 400px;
}

.min-height-100 {
  min-height: 80px;
}

.custom_select_box ul {
  max-height: 400px;
  overflow-y: auto;
}

.custom_select_box_design_2 ul {
  max-height: 400px;
  overflow-y: auto;
}

.progress_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.progress_wrapper span {
  min-width: 50px;
  font-weight: 600;
  font-size: 0.7rem;
}

.progress_wrapper .progress_wrapper_inner {
  width: 100%;
  margin: auto 0px;
}

.disabledGroup {
  opacity: 0.3;
}

#bookingForm {
  position: relative;
  display: block;
}

#bookingForm .form-navigation-booking {
  position: absolute;
  bottom: 0px;
}

#bookingForm .form-navigation-booking.left_side {
  left: 30px;
}

#bookingForm .form-navigation-booking.left_side span {
  background-color: transparent;
  border: none;
  color: #215287;
  text-decoration: underline;
}

#bookingForm .form-navigation-booking.left_side span:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#bookingForm .form-navigation-booking.right_side {
  right: 30px;
}

#bookingForm .form-navigation-booking span {
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid #215287;
  color: white;
  background-color: #215287;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

#bookingForm .form-navigation-booking span i {
  line-height: 30px;
}

#bookingForm .form-navigation-booking span:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.each-address-container, .each_my_car_design, .each_choose-service_design, .each_choose_duration {
  padding: 10px;
  border-radius: 10px;
  margin: 10px 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  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);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  padding-bottom: 20px;
}

.each-address-container:hover, .each_my_car_design:hover, .each_choose-service_design:hover, .each_choose_duration:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.each-address-container:hover .header-block h3, .each_my_car_design:hover .header-block h3, .each_choose-service_design:hover .header-block h3, .each_choose_duration:hover .header-block h3 {
  font-weight: 600;
}

.each-address-container .header-block h3, .each_my_car_design .header-block h3, .each_choose-service_design .header-block h3, .each_choose_duration .header-block h3 {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: 600;
  max-height: 73px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}

.each-address-container .header-block.one-line-header h3, .each_my_car_design .header-block.one-line-header h3, .each_choose-service_design .header-block.one-line-header h3, .each_choose_duration .header-block.one-line-header h3 {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 21px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.each-address-container.active, .each_my_car_design.active, .each_choose-service_design.active, .each_choose_duration.active {
  background-color: #215287;
}

.each-address-container.active .header-block h3, .each_my_car_design.active .header-block h3, .each_choose-service_design.active .header-block h3, .each_choose_duration.active .header-block h3 {
  color: white;
}

.each-address-container.active .header-block span, .each_my_car_design.active .header-block span, .each_choose-service_design.active .header-block span, .each_choose_duration.active .header-block span {
  color: white;
}

.each-address-container.active .edit-address, .each_my_car_design.active .edit-address, .each_choose-service_design.active .edit-address, .each_choose_duration.active .edit-address {
  color: white;
}

.each-address-container.active .address-block span, .each_my_car_design.active .address-block span, .each_choose-service_design.active .address-block span, .each_choose_duration.active .address-block span {
  color: white;
}

.each-address-container:hover, .each_my_car_design:hover, .each_choose-service_design:hover, .each_choose_duration:hover {
  cursor: pointer;
  background-color: #215287;
}

.each-address-container:hover .header-block h3, .each_my_car_design:hover .header-block h3, .each_choose-service_design:hover .header-block h3, .each_choose_duration:hover .header-block h3 {
  color: white;
}

.each-address-container:hover .header-block span, .each_my_car_design:hover .header-block span, .each_choose-service_design:hover .header-block span, .each_choose_duration:hover .header-block span {
  color: white;
}

.each-address-container:hover .edit-address, .each_my_car_design:hover .edit-address, .each_choose-service_design:hover .edit-address, .each_choose_duration:hover .edit-address {
  color: white;
}

.each-address-container:hover .address-block span, .each_my_car_design:hover .address-block span, .each_choose-service_design:hover .address-block span, .each_choose_duration:hover .address-block span {
  color: white;
}

.each-address-container .address-block span, .each_my_car_design .address-block span, .each_choose-service_design .address-block span, .each_choose_duration .address-block span {
  font-weight: 400;
  font-size: 0.8rem;
  display: inline-block;
}

.each-address-container .edit-address, .each_my_car_design .edit-address, .each_choose-service_design .edit-address, .each_choose_duration .edit-address {
  position: absolute;
  text-align: center;
  bottom: 0px;
  right: 0px;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  color: #215287;
  font-size: 0.8rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.each-address-container .edit-address i, .each_my_car_design .edit-address i, .each_choose-service_design .edit-address i, .each_choose_duration .edit-address i {
  line-height: 30px;
}

.each-address-container .edit-address:hover, .each_my_car_design .edit-address:hover, .each_choose-service_design .edit-address:hover, .each_choose_duration .edit-address:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.each-address-container .delete-address, .each_my_car_design .delete-address, .each_choose-service_design .delete-address, .each_choose_duration .delete-address {
  position: absolute;
  text-align: center;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  background-color: #ce1126;
  display: none;
  color: white;
  font-size: 0.8rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.each-address-container .delete-address i, .each_my_car_design .delete-address i, .each_choose-service_design .delete-address i, .each_choose_duration .delete-address i {
  line-height: 25px;
}

.each-address-container .delete-address:hover, .each_my_car_design .delete-address:hover, .each_choose-service_design .delete-address:hover, .each_choose_duration .delete-address:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.each-address-container .image-block, .each_my_car_design .image-block, .each_choose-service_design .image-block, .each_choose_duration .image-block {
  position: relative;
  min-height: 100px;
  max-height: 100px;
}

.each-address-container .image-block img, .each_my_car_design .image-block img, .each_choose-service_design .image-block img, .each_choose_duration .image-block img {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 100px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.each-address-container:hover .delete-address, .each_my_car_design:hover .delete-address, .each_choose-service_design:hover .delete-address, .each_choose_duration:hover .delete-address {
  display: block;
}

.each-address-container {
  min-height: 110px;
}

.each_choose-service_design {
  min-height: 110px;
}

.opacity_low {
  opacity: 0.6;
}

.each_package_design {
  padding: 70px 10px 15px 20px;
  border-radius: 10px;
  margin: 10px 10px;
  min-height: 330px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  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);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}

.each_package_design.normal_height {
  min-height: 250px;
}

.each_package_design:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.each_package_design .info_box {
  position: absolute;
  width: 90px;
  top: -10px;
  right: 20px;
  background-color: #215287;
  color: white;
  padding: 10px 10px;
  border-radius: 10px;
}

.each_package_design .info_box p {
  margin: 0px;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  text-align: center;
}

.each_package_design .feature_container {
  margin-top: 20px;
  padding-left: 10px;
}

.each_package_design .feature_container ul li {
  font-size: 0.8rem;
  color: black;
}

.each_package_design.active, .each_package_design:hover {
  background-color: #215287;
  color: white;
}

.each_package_design.active .primary-color, .each_package_design:hover .primary-color {
  color: white !important;
}

.each_package_design.active .info_box, .each_package_design:hover .info_box {
  background-color: black;
}

.each_package_design.active .feature_container ul li, .each_package_design:hover .feature_container ul li {
  color: white;
}

.each_package_design.active .feature_container p, .each_package_design:hover .feature_container p {
  color: white;
}

.each_package_design.active .feature_container .common-btn, .each_package_design:hover .feature_container .common-btn {
  background-color: black;
}

.opacity_low:hover {
  opacity: 1;
}

.addMoreAddress {
  display: inline-block;
  height: 110px;
  width: 90%;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 82, 135, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(33, 82, 135, 0.3);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.addMoreAddress .sbs-cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.addMoreAddress:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.addMoreAddress:hover .header-block h3 {
  font-weight: 600;
}

.add_address_toggler {
  font-weight: 600;
  color: #215287;
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 10px;
}

.offers_and_add_ons .input_wrapper {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}

.offers_and_add_ons .input_wrapper label span {
  font-weight: 600;
  font-size: 0.8rem;
}

.each_add_ons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.each_add_ons .imageContainer {
  width: 150px;
  text-align: center;
  padding: 5px;
}

.each_add_ons .imageContainer i {
  display: block;
  color: #215287;
  font-size: 2.5rem;
}

.each_add_ons .text-container {
  width: calc(100% - 150px);
  padding-right: 15px;
}

.each_add_ons .text-container h3 {
  font-weight: 600;
  font-size: 1.5rem;
}

.each_add_ons .text-container p {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: black;
}

.each_add_ons .text-container ul li {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: black;
  padding-left: 20px;
  position: relative;
  margin: 5px 0px;
}

.each_add_ons .text-container ul li:before {
  content: " ";
  position: absolute;
  content: '\f054';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
}

.each_add_ons .margin_text {
  text-decoration: line-through;
  font-size: 0.7rem;
}

.each_add_ons .selleing_price {
  font-size: 1rem;
  font-weight: 600;
  color: #215287;
}

.same_height h3 {
  min-height: 30px;
}

.select2-container {
  display: inline-block;
  width: 100% !important;
}

.each_add_ons33, .info_box_wrapper {
  padding: 10px;
  border-radius: 10px;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.each_add_ons33 .info_text, .info_box_wrapper .info_text {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #215287;
}

.each_add_ons33 .info_group, .info_box_wrapper .info_group {
  position: absolute;
  max-width: 400px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 35px;
  right: 0px;
  z-index: 4;
  width: 300px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.each_add_ons33 .info_group:before, .info_box_wrapper .info_group:before {
  content: " ";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #215287;
  top: -10px;
  right: 7px;
}

.each_add_ons33 .info_group p, .info_box_wrapper .info_group p {
  font-size: 0.7rem;
}

@media only screen and (max-width: 575px) {
  .each_add_ons33 .info_group, .info_box_wrapper .info_group {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 200px;
  }
  .each_add_ons33 .info_group:before, .info_box_wrapper .info_group:before {
    right: 38px;
  }
}

.each_add_ons33 .imageContainer, .info_box_wrapper .imageContainer {
  width: 100%;
  text-align: center;
  padding: 5px;
}

.each_add_ons33 .imageContainer i, .info_box_wrapper .imageContainer i {
  display: block;
  color: rgba(0, 0, 0, 0.75);
  font-size: 2rem;
}

.each_add_ons33 h3, .info_box_wrapper h3 {
  font-weight: 600;
  font-size: 0.8rem;
}

.each_add_ons33 p, .info_box_wrapper p {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: black;
}

.each_add_ons33 ul li, .info_box_wrapper ul li {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: black;
  padding-left: 20px;
  position: relative;
  margin: 5px 0px;
}

.each_add_ons33 ul li:before, .info_box_wrapper ul li:before {
  content: " ";
  position: absolute;
  content: '\f054';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
}

.each_add_ons33 .margin_text, .info_box_wrapper .margin_text {
  text-decoration: line-through;
  font-size: 0.7rem;
}

.each_add_ons33 .selleing_price, .info_box_wrapper .selleing_price {
  font-size: 1rem;
  font-weight: 600;
  color: #215287;
}

.form-container-configurator {
  position: relative;
}

.info_box_wrapper.active {
  background-color: #215287;
  color: white;
}

.info_box_wrapper.active label {
  color: white;
}

.info_box_wrapper.active span {
  color: white;
}

.info_box_wrapper {
  padding-right: 30px !important;
}

.info_box_wrapper.same_height label {
  min-height: 60px;
  display: inline-block;
  width: 100%;
}

#booking_platform {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 60px;
  right: 12%;
  -webkit-transition: -webkit-transform 0.6s ease-in;
  transition: -webkit-transform 0.6s ease-in;
  transition: transform 0.6s ease-in;
  transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
  max-width: 400px;
}

@media only screen and (max-width: 991px) {
  #booking_platform {
    background-color: white;
    min-height: 95vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
  }
}

@media only screen and (max-width: 575px) {
  #booking_platform {
    background-color: white;
    height: 100vh;
    z-index: 9999;
    top: 0px;
    right: 0px;
  }
}

#booking_platform #resultsContainerInner {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in;
  transition: -webkit-transform 0.6s ease-in;
  transition: transform 0.6s ease-in;
  transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
}

@media only screen and (max-height: 800px) {
  #booking_platform #resultsContainerInner {
    max-height: 65vh;
  }
}

@media only screen and (max-height: 650px) {
  #booking_platform #resultsContainerInner {
    max-height: 60vh;
  }
}

@media only screen and (max-width: 991px) and (max-height: 650px) {
  #booking_platform #resultsContainerInner {
    max-height: 80vh;
  }
}

@media only screen and (max-width: 767px) {
  #booking_platform #resultsContainerInner {
    max-height: calc(100% - 100px);
  }
}

@media only screen and (max-width: 1450px) {
  #booking_platform {
    right: 8%;
  }
}

@media only screen and (max-width: 1250px) {
  #booking_platform {
    right: 3%;
  }
}

@media only screen and (max-width: 1080px) {
  #booking_platform {
    right: 1%;
  }
}

@media only screen and (max-width: 991px) {
  #booking_platform {
    top: 120%;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow-X: hidden;
    overflow-Y: auto;
  }
  #booking_platform.toggled-small-screen {
    top: unset;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -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;
  }
}

#resultsContainerInner::-webkit-scrollbar {
  width: 6px;
}

#resultsContainerInner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#resultsContainerInner::-webkit-scrollbar-thumb {
  background-color: #215287;
  outline: 1px solid #215287;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #215287;
  outline: 1px solid #215287;
  border: 1px solid white;
}

.price_container {
  background-color: white;
  padding-top: 15px;
  max-width: 400px;
  margin: 0px auto;
  padding: 10px;
}

.price_container .price_container_inner .label_text {
  font-size: 0.8rem;
  font-weight: 600;
}

.price_container .price_container_inner .label_val {
  font-size: 1rem;
  font-weight: 400;
}

.price_container .price_container_inner .label_val.total {
  font-weight: 600;
  color: #215287;
}

@media only screen and (max-width: 575px) {
  .price_container {
    max-width: 100%;
  }
}

.custom_pay_btn {
  background-color: #ce1126;
  color: white;
  padding: 8px 10px;
  display: block;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  border: 2px solid transparent;
}

.custom_pay_btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.custom_pay_btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.custom_pay_btn:focus {
  outline: none;
  border: 2px solid black;
}

.show_booking_info {
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 98%;
  max-width: 400px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.show_booking_info .bg_show_selected {
  background-color: white;
  color: black;
  border-top-left-radius: 15px;
}

.show_booking_info .bg_show_selected span {
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 400px) {
  .show_booking_info .bg_show_selected span {
    font-size: 0.8rem;
  }
}

.show_booking_info.noPayNow .bg_show_selected {
  border-top-right-radius: 15px;
}

.show_booking_info .bg_pay_now {
  background-color: #215287;
  color: white;
  border-top-right-radius: 15px;
}

.show_booking_info .bg_pay_now button {
  display: block;
  width: 100%;
  border: none;
  padding: 12px 10px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  color: white;
}

@media only screen and (max-width: 400px) {
  .show_booking_info .bg_pay_now button {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 991px) {
  .show_booking_info {
    display: none;
  }
}

.partsType_32423.active {
  background-color: #215287;
  color: white;
}

.partsType_32423.active label {
  color: white;
}

.partsType_32423.active span {
  color: white;
}

.partsType_32423.active p {
  color: white;
}

.parts_type .parts_type_inner label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.parts_type .parts_type_inner label .text_wrapper {
  display: inline-block;
  margin-left: 10px;
}

.parts_type .parts_type_inner label .text_wrapper h3 {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.parts_type .parts_type_inner label .text_wrapper p {
  font-size: 0.7rem;
  opacity: 0.9;
}

.parts_type_wrapper p {
  font-size: 0.8rem;
  opacity: 0.7;
}

.parts_type {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 15px;
}

.not_visible {
  visibility: hidden;
}

.booking_time_info {
  background-color: #215287;
  margin-top: 15px;
  color: white;
  font-size: 0.8rem;
  padding: 10px 10px;
  border-radius: 15px;
}

.discount_coupen_field {
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid #215287;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.8rem;
  color: #215287;
}

.discount_coupen_field:focus {
  outline: none;
}

.discount_coupen_field.applied {
  background-color: #215287;
  color: white;
}

.unfilled_btn {
  background-color: white;
  border: 1px solid #215287;
  border-radius: 10px;
  background-color: #215287;
  color: white;
  padding: 8px 2px;
  font-size: 0.8rem;
}

.unfilled_btn:focus {
  outline: none;
}

.unfilled_btn_d2 {
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: #215287;
  text-decoration: underline;
  font-size: 0.8rem;
}

.unfilled_btn_d2:focus {
  outline: none;
}

/******************************Booking Page Design ends***********************************/
/************************profile page****************************/
.background-color-for-each-div-checkout {
  background-color: transparent;
  padding-bottom: 20px;
  display: block;
  width: 100%;
}

.aside_wrapper_main_outer {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-radius: 5px;
  background-color: white;
}

.aside_wrapper_main_outer:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.06;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.aside-wrapper-main {
  position: relative;
  z-index: 3;
}

.aside-wrapper-main .rewards_design {
  padding: 10px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.aside-wrapper-main .main-contents ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.aside-wrapper-main .main-contents ul li a {
  display: inline-block;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 10px 10px;
  position: relative;
  z-index: 3;
}

.aside-wrapper-main .main-contents ul li:hover {
  color: #215287;
}

.aside-wrapper-main .main-contents ul li:last-child {
  margin-bottom: 0px;
}

.aside-wrapper-main .main-contents ul li.active {
  color: #215287;
}

.aside-wrapper-main .img_wrapper_profile {
  width: 60px;
  display: inline-block;
  text-align: center;
}

.aside-wrapper-main .img_wrapper_profile img {
  display: inline-block;
  margin: 0px auto;
}

.title-wrapper .image-wrapper .profile-icon {
  width: 80px;
  height: 80px;
}

.info-container-profile {
  background-color: white;
  padding: 10px;
  min-height: 86vh;
  border-radius: 5px;
}

.inputWrapper .common-input {
  width: 100%;
  border: 1px solid #E5E5E5;
  color: black;
  font-size: 0.8rem;
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: 500;
}

.inputWrapper .common-input::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: black;
}

.inputWrapper .common-input:-ms-input-placeholder {
  font-size: 0.8rem;
  color: black;
}

.inputWrapper .common-input::-ms-input-placeholder {
  font-size: 0.8rem;
  color: black;
}

.inputWrapper .common-input::placeholder {
  font-size: 0.8rem;
  color: black;
}

.inputWrapper .common-input:focus {
  border-color: #215287;
  color: #215287;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(206, 17, 38, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(206, 17, 38, 0.2);
}

.inputWrapper .common-input:focus::-webkit-input-placeholder {
  color: #215287;
}

.inputWrapper .common-input:focus:-ms-input-placeholder {
  color: #215287;
}

.inputWrapper .common-input:focus::-ms-input-placeholder {
  color: #215287;
}

.inputWrapper .common-input:focus::placeholder {
  color: #215287;
}

.inputWrapper .common-input:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.inputWrapper label {
  font-size: 0.8rem;
  font-weight: 600;
}

#big {
  -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);
  background-color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: red;
}

.selectTimeSlotWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.select2-container--default .select2-selection--single {
  border: 0px;
  border-radius: 0px;
}

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

.common-btn, .common-btn2, .common_button {
  background-color: #215287;
  display: inline-block;
  padding: 15px 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  text-align: center;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
}

.common-btn:hover, .common-btn2:hover, .common_button:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  color: white;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.common-btn:disabled, .common-btn2:disabled, .common_button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.common-btn.color_gold_btn, .common-btn2.color_gold_btn, .common_button.color_gold_btn {
  background-color: #215287;
}

.common-btn.color_gold_btn:hover, .common-btn2.color_gold_btn:hover, .common_button.color_gold_btn:hover {
  background-color: #215287;
}

.common-btn:focus, .common-btn2:focus, .common_button:focus {
  outline: none;
}

.common-btn-3 {
  background-color: white;
  display: inline-block;
  padding: 15px 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #215287;
  text-align: center;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: none;
}

@media only screen and (min-width: 575px) {
  .common-btn-3 {
    max-width: 220px;
  }
}

.common-btn-3:hover {
  background-color: white;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  color: #215287;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.common-btn2 {
  background-color: white;
  cursor: pointer;
  color: #215287;
}

.common-btn2:hover {
  background-color: #ce1126;
}

.form_verify_password {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form_verify_password:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #215287;
}

.close_btn_modal {
  background-color: transparent;
  color: black;
  text-align: center;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 99;
}

.close_btn_modal i {
  line-height: 30px;
}

.close_btn_modal_dsg2 {
  background-color: #ce1126;
  color: white;
  text-align: center;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.close_btn_modal_dsg2 i {
  line-height: 30px;
}

/************************profile page ends****************************/
/************************select 2 design ****************************/
.select2-container--default .select2-selection--single {
  outline: none;
  font-size: 0.9rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #137649;
  font-weight: normal;
  font-size: 0.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
  color: #212529;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:-ms-input-placeholder {
  color: #212529;
}

.select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder {
  color: #212529;
}

.select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
  color: #212529;
}

.selectTimeSlotWrapper .select2-search--dropdown {
  display: none !important;
}

.selectTimeSlotWrapper .select2-container--default .select2-selection--single {
  border: 0px;
  text-align: left;
  border: none !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: auto;
  padding: 5px 10px;
  border-radius: 15px;
  padding: 8px 10px;
}

.selectTimeSlotWrapper .select2-dropdown {
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.selectTimeSlotWrapper .select2-container .select2-selection--single {
  height: auto !important;
}

.no-search .select2-search {
  display: none;
}

.select2-dropdown {
  border: none !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #215287 !important;
}

.modal {
  width: 100% !important;
  height: 100% !important;
  z-index: 999999;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
  z-index: 999998;
  opacity: 0.8 !important;
}

/************************select 2 design ends****************************/
/************************payment-page-design****************************/
.each_card_container {
  background-color: #e5e5e5;
  color: black;
  padding: 8px 10px;
  border-radius: 10px;
}

.each_card_container .card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.each_card_container .image_wrapper {
  width: 80px;
  text-align: center;
}

.each_card_container .image_wrapper img {
  max-width: 40px;
}

.each_card_container .card_inner_text {
  text-align: right;
  width: 100%;
}

.each_card_container .card_inner_text p {
  color: black;
  margin: 0px;
}

.each_card_container .card_inner_text .dots_wrapper i {
  font-size: 0.5rem;
}

.each_card_container.active {
  background-color: #215287;
  color: white;
}

.each_card_container.active .card_inner_text p {
  color: white;
}

.card_container {
  padding: 10px 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 0px white;
          box-shadow: 0px 0px 2px 0px white;
}

.addNewCard_wrapper .new_card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #e5e5e5;
  color: black;
  padding: 5px 10px;
  border-radius: 10px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.addNewCard_wrapper .new_card-inner .icon-wrapper {
  width: 50px;
  text-align: center;
  display: block;
  margin: auto 0px;
}

.addNewCard_wrapper .new_card-inner .text_wrapper {
  margin: auto 0px;
}

.addNewCard_wrapper .new_card-inner .image_wrapper {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.addNewCard_wrapper .new_card-inner .image_wrapper img {
  width: 40px;
  margin: 0px 5px;
  max-height: 40px;
}

.addNewCard_wrapper.active .new_card-inner {
  background-color: #215287;
  color: white;
}

.addNewCard_wrapper.active .new_card-inner .card_inner_text p {
  color: white;
}

.form_wrapper_add_new_car {
  padding: 5px 10px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form_wrapper_add_new_car .form_wrapper input {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: black;
  border-radius: 10px;
  padding: 8px 10px;
  display: inline-block;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 500;
}

.form_wrapper_add_new_car .form_wrapper input::-webkit-input-placeholder {
  color: #666;
}

.form_wrapper_add_new_car .form_wrapper input:-ms-input-placeholder {
  color: #666;
}

.form_wrapper_add_new_car .form_wrapper input::-ms-input-placeholder {
  color: #666;
}

.form_wrapper_add_new_car .form_wrapper input::placeholder {
  color: #666;
}

.form_wrapper_add_new_car .form_wrapper input:focus {
  color: #215287;
  outline: none;
  border-color: #215287;
}

.check_box_wrapper input {
  color: #215287;
}

/* .squaredFour */
.squaredFour {
  position: relative;
  margin: 20px auto;
}

.squaredFour .checkBox_click {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: #215287;
  border-radius: 4px;
}

.squaredFour .checkBox_click:after {
  content: '';
  width: 12px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 7px;
  border: 3px solid white;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.squaredFour .checkBox_click:hover::after {
  opacity: 0.5;
}

.squaredFour input[type=checkbox] {
  visibility: hidden;
}

.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
  color: white;
}

/* end .squaredFour */
/************************payment-page-design ends****************************/
.booking_toogler {
  cursor: pointer;
}

.booking_toogler h3 {
  padding-right: 10px;
}

.booking_toogler h3 span {
  -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;
}

.booking_toogler h3.rotated_icon span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*******************Login Navbar************************/
.loginBtn, .edit-cart-btn11 {
  background-color: white;
  padding: 5px 10px;
  color: #215287;
  -webkit-transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, background-color 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  min-width: 100px;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 5px;
}

.loginBtn i, .edit-cart-btn11 i {
  color: #215287;
}

.loginBtn span, .edit-cart-btn11 span {
  color: black;
  font-weight: 600;
}

.profile-header {
  position: relative;
}

.profile-wrapper {
  position: absolute;
  top: calc(100% + 22px);
  right: 0px;
  background-color: white;
  width: 150px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 999999;
}

.profile-wrapper ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(33, 82, 135, 0.6);
  position: relative;
}

.profile-wrapper ul li a {
  display: inline-block;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 10px;
  position: relative;
  z-index: 3;
}

.profile-wrapper ul li::before {
  content: " ";
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, opacity 0.1s ease;
  transition: width 0.3s ease-in, opacity 0.1s ease;
  background-color: #215287;
}

.profile-wrapper ul li:hover {
  color: white;
}

.profile-wrapper ul li:hover:before {
  width: 100%;
  opacity: 1;
}

.profile-wrapper ul li:last-child {
  border-bottom: none;
}

.loginBtn {
  cursor: pointer;
}

.booking_toogler_wrapper_main {
  position: relative;
}

.booking_toogler_wrapper_main .groupWrapperAbsolute {
  position: absolute;
  top: 30px;
  left: -15px;
  padding: 0px;
  width: calc(100% + 30px);
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

.booking_toogler_wrapper_main .groupWrapperAbsolute .groupWrapperAbsolutePadding {
  padding: 20px;
}

.booking_toogler_wrapper_main .groupWrapperAbsolute .groupWrapperAbsolutePadding .progressBar {
  padding: 15px 10px 0px 10px;
}

.alert {
  display: inline-block;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 15px;
  margin: 0px auto;
  font-size: 14px;
  font-weight: bold;
  position: fixed;
  z-index: 999999;
  bottom: 90px;
  left: 30px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  max-width: 400px;
}

@media only screen and (max-width: 475px) {
  .alert {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

.alert-success {
  background-color: #00a82d;
}

.alert-info {
  background-color: #6addf4;
}

.alert-warning {
  background-color: #ffbc67;
}

.alert-danger {
  background-color: #fc727a;
}

.alert.alert-with-icon {
  padding-left: 20px;
  padding-right: 65px;
}

.undo-btn {
  color: #ffab52;
  text-decoration: underline;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  background-color: unset;
}

.undo-btn:hover {
  color: #ff921f;
}

.alert span[data-notify="icon"] {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  padding: 3px;
  display: block;
  left: 15px;
  position: absolute;
  top: 45%;
  margin-top: -15px;
}

.alert.alert-danger span[data-notify="icon"] {
  padding: 5px 7px 6px 8px;
}

.alert.alert-warning span[data-notify="icon"], .alert.alert-info span[data-notify="icon"] {
  padding: 5px 12px;
}

.alert .close ~ span {
  max-width: 89%;
}

.alert button.close {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1033;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: .4;
  width: 25px;
  height: 25px;
  outline: 0 !important;
  text-align: center;
  font-weight: 300;
  line-height: 2px;
}

.alert button.close i {
  font-size: 14px;
}

.form_wrapper_car_repair .form_wrapper {
  display: block;
  width: 100%;
  display: block;
  position: relative;
  opacity: 1;
}

.form_wrapper_car_repair .form_wrapper label {
  display: block;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair {
  display: inline-block;
  width: 100%;
  background-color: white;
  -webkit-appearance: none;
  border: none;
  height: 50px;
  border-radius: 10px;
  opacity: 1;
  font-size: 0.9rem;
  padding: 0px 10px;
  font-weight: 600;
  color: black;
  overflow: hidden;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair::-webkit-input-placeholder {
  color: gray;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair:-ms-input-placeholder {
  color: gray;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair::-ms-input-placeholder {
  color: gray;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair::placeholder {
  color: gray;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair:focus {
  outline: none;
  border-color: #215287;
  color: #215287;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair:focus::-webkit-input-placeholder {
  color: #215287;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair:focus:-ms-input-placeholder {
  color: #215287;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair:focus::-ms-input-placeholder {
  color: #215287;
}

.form_wrapper_car_repair .form_wrapper .inp_field_car_repair:focus::placeholder {
  color: #215287;
}

.form_wrapper_car_repair .form_wrapper select:invalid {
  color: gray;
}

.form_wrapper_car_repair .form_wrapper.small-input .inp_field {
  max-width: 120px;
  display: block;
  margin: 0px auto;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper {
  display: inline-block;
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 10px;
  opacity: 1;
  font-size: 0.9rem;
  font-weight: 400;
  color: black;
  padding: 15px;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper::-webkit-input-placeholder {
  color: gray;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper:-ms-input-placeholder {
  color: gray;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper::-ms-input-placeholder {
  color: gray;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper::placeholder {
  color: gray;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper:focus {
  outline: none;
  border-color: #215287;
  color: #215287;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper:focus::-webkit-input-placeholder {
  color: #215287;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper:focus:-ms-input-placeholder {
  color: #215287;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper:focus::-ms-input-placeholder {
  color: #215287;
}

.form_wrapper_car_repair .form_wrapper .text-area-wrapper:focus::placeholder {
  color: #215287;
}

.warrenty_policy_tablinks {
  display: none;
}

/******************Alter Ends********************/
select {
  -webkit-appearance: none;
}

.thankYouDesign .image_wrapper img {
  max-height: 120px;
}

.thankYouDesign .text-container-thank-you-page h3 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.thankYouDesign .text-container-thank-you-page p {
  font-size: 0.9rem;
  font-weight: 500;
  max-width: 600px;
  display: block;
  margin: 0px auto;
}

.header_share {
  background-color: #215287;
  color: white;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.header_share_outer {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.header_share_outer .inner_text {
  padding: 10px 20px;
}

.header_share_outer .each_share_earn_design {
  background-color: white;
  border-radius: 10px;
  padding: 20px 6px;
  max-width: 160px;
  display: block;
  margin: 0px auto;
}

.header_share_outer .each_share_earn_design.shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.header_share_outer .each_share_earn_design .image_wrapper img {
  max-height: 50px;
}

.header_share_outer .each_share_earn_design span {
  font-weight: 600;
  display: block;
  font-size: 0.8rem;
  margin-top: 10px;
}

.header_share_outer .shareBtn_design .referral_code {
  width: 100%;
  background-color: white;
  padding: 8px 10px;
  max-width: 200px;
  display: block;
  margin: 0px auto;
  color: black;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 10px;
}

.header_share_outer .shareBtn_design .copy_btn_small {
  font-size: 0.6rem;
  padding: 5px 10px;
}

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

@media only screen and (max-width: 991px) {
  .mt-100 {
    margin-top: 20px;
  }
}

.mt_100 {
  margin-top: 50px;
}

.mb-100 {
  margin-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 20px;
  }
}

.copy_btn {
  cursor: pointer;
}

.page_title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 575px) {
  .page_title {
    font-size: 1.2rem;
  }
}

.heading_wrapper_desc p {
  text-align: justify;
}

.faq_aside_design {
  position: relative;
}

.faq_aside_design .float-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 45px;
  text-align: center;
  line-height: 1em;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: black;
  text-transform: uppercase;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d8d1d1;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: .50;
}

.faq_aside_design .image {
  position: relative;
  margin-bottom: 0;
}

.faq_aside_design .caption-box {
  position: absolute;
  left: 30px;
  right: 30px;
  margin: 0 auto;
  bottom: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 15px 20px;
}

.faq_aside_design .caption-box_static {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 15px 20px;
}

.faq_aside_design .caption-box h4 a {
  color: #215287;
  font-weight: 600;
  display: inline-block;
}

.allCarsList {
  text-align: center;
  margin: auto;
  display: block;
  list-style-type: none;
  width: 100%;
}

.allCarsList li {
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  margin-right: 5px;
  background: #fff;
  border-radius: 10px;
  margin-top: 7px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 0.7rem;
  cursor: pointer;
}

/*****************Side Bar Design Car Description**************************/
.sidebar-inner {
  border-radius: 10px;
  background-color: white;
  padding: 30px 10px;
}

.sidebar-dsg-1 .side-heading {
  font-size: 1.5rem;
  color: #215287;
  font-weight: 600;
}

.sidebar-dsg-1 .side-text-1 {
  font-size: 1rem;
  color: #265e9b;
  font-weight: 400;
}

.sidebar-dsg-1 .side-text-2 {
  font-size: 0.8rem;
  color: #212529;
  font-weight: 400;
  font-style: italic;
}

.sidebar-dsg-1 .call-btn-design-side {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  background-color: #215287;
  color: white;
  padding: 8px 8px;
  border-radius: 40px;
}

.sidebar-dsg-1 .call-btn-design-side .icon-container {
  background-color: white;
  height: 30px;
  width: 30px;
  color: #215287;
  text-align: center;
  border-radius: 100%;
  float: left;
}

.sidebar-dsg-1 .call-btn-design-side .icon-container i {
  text-align: center;
  font-size: 0.8rem;
  line-height: 30px;
  display: block;
}

.content-wrapper h3 {
  color: #009b01;
  font-weight: 500;
}

.content-wrapper.content-wrap-2 h3 {
  font-size: 1rem;
}

.content-wrapper ul li {
  position: relative;
  display: block;
  color: #000000;
  margin-top: 10px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}

.content-wrapper ul li .counter-design {
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  font-size: 0.9rem;
  border: 1px solid #009b01;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: #009b01;
  font-weight: 500;
  margin-right: 15px;
}

.content-wrapper ul li .counter-content {
  display: inline-block;
  margin-top: 5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.content-wrapper .image-download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.content-wrapper .image-download-app a img {
  max-width: 150px;
  display: block;
  margin-right: 5px;
}

@media only screen and (max-width: 575px) {
  .content-wrapper .image-download-app {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.content-wrapper .download-app-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.content-wrapper .download-app-sidebar img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 40px;
}

.tabcontent {
  display: none;
}

.navigation-header-wrapper {
  text-align: center;
  width: 100%;
  overflow-x: auto;
}

.navigation-header-wrapper .navigation-header-inner {
  min-width: 400px;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #215287;
}

.navigation-header-wrapper .navigation-header-inner ul {
  display: inline-block;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.navigation-header-wrapper .navigation-header-inner ul li {
  display: inline-block;
  background-color: white;
  border: 1px solid #215287;
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.navigation-header-wrapper .navigation-header-inner ul li.active {
  background-color: #215287;
  color: white;
}

@media only screen and (max-width: 575px) {
  .navigation-header-wrapper .navigation-header-inner ul li {
    padding: 10px 5px;
    font-size: 0.7rem;
  }
}

.tabcontent .list-design {
  padding-left: 25px;
}

.tabcontent .list-design li {
  display: inline-block;
  width: 48%;
  padding: 4px 10px 4px 0px;
  color: #212529;
}

.tabcontent .list-design li .list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tabcontent .list-design li i {
  min-width: 10px;
}

.tabcontent .list-design li i {
  margin-right: 10px;
  color: #215287;
}

#compareModal .table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

#compareModal .table-wrapper table {
  width: 100%;
  min-width: 500px;
}

#compareModal .table-wrapper table thead {
  background: #009b01;
  color: #fff;
}

#compareModal .table-wrapper table thead tr th:nth-child(1) {
  text-align: left;
}

#compareModal .table-wrapper table thead tr th {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-size: 0.8rem;
}

#compareModal .table-wrapper table tbody tr td:nth-child(1) {
  text-align: left;
}

#compareModal .table-wrapper table tbody tr td {
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #8c979e;
}

#compareModal .table-wrapper table tbody tr td b {
  color: #009b01;
  font-size: 1rem;
  margin-right: 5px;
}

#compareModal .table-wrapper table tbody tr .closeStyle {
  color: #ce1126;
}

#compareModal .table-wrapper table tbody tr .tickStyle {
  color: #215287;
}

#compareModal .table-wrapper table tbody tr:nth-child(even) {
  background: #f1f1f1;
}

#compareModal .table-wrapper table .totals td:nth-child(1) {
  border: none;
}

#compareModal .table-wrapper table .buttonsRows td {
  border: none;
  background: white;
}

@media only screen and (max-width: 991px) {
  #compareModal .modal-dialog {
    max-width: 100%;
  }
}

.banner_image_inner {
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
}

.banner_image_inner img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: 700px;
}

.top_models_we_repair h3 {
  font-size: 0.8rem;
  color: black;
  text-align: center;
  font-weight: 600;
}

.top_models_we_repair ul {
  text-align: center;
  margin: auto;
  display: block;
  list-style-type: none;
  width: 100%;
  margin-bottom: 15px;
}

.top_models_we_repair ul li {
  display: inline-block;
  width: 48%;
  margin-top: 5px;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 600;
  color: black;
  font-size: 0.7rem;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .top_models_we_repair ul li {
    width: 20%;
  }
}

@media only screen and (max-width: 575px) {
  .top_models_we_repair ul li {
    width: 24%;
  }
}

@media only screen and (max-width: 425px) {
  .top_models_we_repair ul li {
    width: 24%;
  }
}

@media only screen and (max-width: 375px) {
  .top_models_we_repair ul li {
    width: 32%;
  }
}

.top_models_we_repair ul li .image_wrapper_top_models {
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 10px;
  display: block;
  position: relative;
  height: 60px;
  overflow: hidden;
}

.top_models_we_repair ul li .image_wrapper_top_models img {
  max-height: 60px;
  min-height: 60px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_models_we_repair ul li .image_wrapper_top_models .model_title {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px;
  top: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
  color: white;
}

.top_models_we_repair ul li .image_wrapper_top_models:before {
  background-color: #215287;
  height: 0px;
  width: 0px;
  content: " ";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  -webkit-transition: height 0.1s ease-in, width 0.1s ease-in;
  transition: height 0.1s ease-in, width 0.1s ease-in;
}

.top_models_we_repair ul li .image_wrapper_top_models:hover:before {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.top_models_we_repair ul li .image_wrapper_top_models:hover .model_title {
  top: 50%;
}

@media only screen and (max-width: 425px) {
  .top_models_we_repair ul li {
    display: none;
  }
}

.form_wrapper_booking .form_field_wrapper {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  height: 40px;
  outline: none;
}

.form_wrapper_booking .form_field_wrapper.focused label {
  display: block;
  top: -5px;
  left: 20px;
  z-index: 99;
  opacity: 1;
}

.form_wrapper_booking .form_field_wrapper.focused .inp_field::-webkit-input-placeholder {
  opacity: 0;
  color: white;
}

.form_wrapper_booking .form_field_wrapper.focused .inp_field:-ms-input-placeholder {
  opacity: 0;
  color: white;
}

.form_wrapper_booking .form_field_wrapper.focused .inp_field::-ms-input-placeholder {
  opacity: 0;
  color: white;
}

.form_wrapper_booking .form_field_wrapper.focused .inp_field::placeholder {
  opacity: 0;
  color: white;
}

.form_wrapper_booking .form_field_wrapper label {
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 30px;
  top: 15px;
  background-color: white;
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0;
  z-index: -1;
  line-height: 10px;
  margin: 0px;
}

.form_wrapper_booking .form_field_wrapper .inp_field {
  display: block;
  width: 100%;
  border: none;
  background-color: white;
  border-radius: 10px;
  height: 100%;
  padding: 0px 10px;
  font-size: 0.8rem;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  text-shadow: none;
  color: #312f2f;
}

.form_wrapper_booking .form_field_wrapper .inp_field::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #312f2f;
}

.form_wrapper_booking .form_field_wrapper .inp_field:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #312f2f;
}

.form_wrapper_booking .form_field_wrapper .inp_field::-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #312f2f;
}

.form_wrapper_booking .form_field_wrapper .inp_field::placeholder {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #312f2f;
}

.form_wrapper_booking .form_field_wrapper .inp_field:focus {
  outline: none;
}

.form_wrapper_booking .form_field_wrapper .inp_field:disabled, .form_wrapper_booking .form_field_wrapper .inp_field:-moz-read-only {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.form_wrapper_booking .form_field_wrapper .inp_field:disabled, .form_wrapper_booking .form_field_wrapper .inp_field:read-only {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.form_wrapper_booking .form_field_wrapper_dsg_2 {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.form_wrapper_booking .form_field_wrapper_dsg_2.focused label {
  display: block;
  top: -5px;
  left: 20px;
  z-index: 99;
  opacity: 1;
}

.form_wrapper_booking .form_field_wrapper_dsg_2.focused .inp_field::-webkit-input-placeholder {
  opacity: 0;
  color: white;
}

.form_wrapper_booking .form_field_wrapper_dsg_2.focused .inp_field:-ms-input-placeholder {
  opacity: 0;
  color: white;
}

.form_wrapper_booking .form_field_wrapper_dsg_2.focused .inp_field::-ms-input-placeholder {
  opacity: 0;
  color: white;
}

.form_wrapper_booking .form_field_wrapper_dsg_2.focused .inp_field::placeholder {
  opacity: 0;
  color: white;
}

.form_wrapper_booking .form_field_wrapper_dsg_2 label {
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 30px;
  top: 15px;
  background-color: white;
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0;
  z-index: -1;
  line-height: 10px;
  margin: 0px;
}

.form_wrapper_booking .form_field_wrapper_dsg_2 .inp_field {
  display: block;
  width: 100%;
  border: none;
  background-color: white;
  border-radius: 10px;
  height: 100%;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 23px;
}

.form_wrapper_booking .form_field_wrapper_dsg_2 .inp_field::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #312f2f;
}

.form_wrapper_booking .form_field_wrapper_dsg_2 .inp_field:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #312f2f;
}

.form_wrapper_booking .form_field_wrapper_dsg_2 .inp_field::-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #312f2f;
}

.form_wrapper_booking .form_field_wrapper_dsg_2 .inp_field::placeholder {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #312f2f;
}

.cursor-pointer {
  cursor: pointer;
}

.editInfoBtn {
  display: inline-block;
}

.editInfoBtn i {
  font-size: 16px;
}

.hiddenInitial {
  display: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.mt_custom_profile {
  margin-top: 12px;
}

.info-text {
  font-size: 0.8rem;
  font-weight: 600;
  font-style: italic;
}

.select2-container.select2-container--open {
  width: 100% !important;
  z-index: 9999999 !important;
}

.termsAndConditionsWrapper {
  position: relative;
  display: block;
  background-color: white;
  padding: 20px;
}

.termsAndConditionsWrapper:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f2f2f2;
  top: 0;
  left: 0px;
}

.termsAndConditionsInner {
  position: relative;
  display: block;
  background-color: white;
  max-width: 900px;
  margin: 0px auto;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.static-page-description {
  margin-top: 10px;
  margin-bottom: 100px;
  color: #7f7f7f;
}

.static-page-description p {
  color: #7f7f7f;
}

.static-page-description h4 {
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
}

.static-page-description p {
  text-align: justify;
}

.static-page-description ul {
  list-style: none;
  padding-left: 35px;
  margin-top: 30px;
}

.static-page-description ul li {
  margin-bottom: 30px;
  display: block;
  position: relative;
  color: #7f7f7f;
  text-align: justify;
}

.static-page-description ul li h3 {
  font-size: 1rem;
  text-align: left;
}

.static-page-description ul li::before {
  height: 10px;
  width: 10px;
  top: 6px;
  left: -20px;
  position: absolute;
  content: " ";
  background-color: #000000;
}

.static-page-description ul li p {
  color: #7f7f7f;
}

.static-page-description ul li ul {
  list-style: none;
  padding-left: 70px;
}

.static-page-description ul li ul li {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.static-page-description ul li ul li::before {
  height: 12px;
  width: 12px;
  top: 5px;
  left: -20px;
  position: absolute;
  content: " ";
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 100%;
}

.static-page-description ul li ul li::after {
  height: 4px;
  width: 4px;
  top: 9px;
  left: -16px;
  position: absolute;
  content: " ";
  background-color: white;
  border-radius: 100%;
}

/*****************Side Bar Design Car Description ends**************************/
/*****************blog and Blog Description **************************/
.sidebar-page-container,
section {
  background-color: #f2f2f2;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.margin_carousel {
  margin: 10px;
}

/*** 

====================================================================
		News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 20px 0 0px;
}

.news-block {
  position: relative;
  margin-bottom: 50px;
}

.news-block .inner-box {
  position: relative;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background-color: white;
}

.news-block .inner-box:hover .image a img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.news-block .lower-content {
  position: relative;
  padding: 30px 25px 25px;
  z-index: 1;
}

.news-block .post-info {
  position: relative;
  margin-bottom: 10px;
}

.news-block .post-info li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #343a40;
  line-height: 20px;
}

.news-block .post-info li span {
  display: inline-block;
  color: #ce1126;
  margin-right: 3px;
}

.news-block .post-info li:last-child {
  margin-right: 0;
}

.news-block .lower-content h3 {
  position: relative;
  font-weight: 500;
  font-size: 1.2rem;
  color: #343a40;
  margin-bottom: 10px;
}

.news-block .lower-content h3, .news-block .lower-content h4, .news-block .lower-content h5, .news-block .lower-content h6 {
  color: #343a40;
}

.blog_image {
  display: block;
  min-height: 300px;
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.blog_image img {
  display: block;
  width: 100%;
  max-height: 500px;
  min-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-single .news-block .lower-content p {
  font-size: 0.9rem;
  margin-bottom: 30px;
  text-align: justify;
}

.blog-single h3, .blog-single h4, .blog-single h5 {
  color: black;
  font-weight: 600;
}

.blog-single .news-block .lower-content p a {
  color: #ce1126;
  display: inline-block;
}

.blog-single .news-block .lower-content p a:hover {
  text-decoration: underline;
}

.news-block .lower-content h3 a {
  position: relative;
  color: #343a40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-block .lower-content h3 a:hover {
  color: #ce1126;
}

.news-block .lower-content .text {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: justify;
}

.news-block .lower-content .read-more {
  position: relative;
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  color: #215287;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-block .lower-content .read-more:hover {
  color: #343a40;
}

.news-section .styled-pagination {
  margin-top: 20px;
  margin-bottom: 50px;
}

.news-section .styled-pagination {
  margin-top: 20px;
  margin-bottom: 50px;
}

/*** 

====================================================================
		Styled Pagination
====================================================================

***/
.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 50px;
  font-size: 18px;
  height: 50px;
  width: 50px;
  color: #848484;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.styled-pagination li a span {
  line-height: 50px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  border-color: #215287;
  background-color: #215287;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.blog_image_wrapper {
  height: 200px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.blog_image_wrapper img {
  height: 200px;
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -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
====================================================================

***/
.blog-sidebar {
  position: relative;
}

.blog-sidebar .news-block {
  margin-bottom: 60px;
}

.blog-sidebar .news-block .lower-content .text {
  font-size: 16px;
  line-height: 26px;
}

.blog-sidebar .news-block .lower-content h3 {
  font-size: 1rem;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/
.sidebar-page-container {
  position: relative;
  padding: 20px 0px 10px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 10px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

/* Sidebar Title */
.sidebar-title {
  position: relative;
  margin-bottom: 25px;
}

/*Popular Tags*/
.sidebar .popular-tags {
  position: relative;
}

.sidebar .popular-tags li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 8px 0px;
}

.sidebar .popular-tags a {
  position: relative;
  display: block;
  color: #555555;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 20px;
  background: none;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0.02);
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  border-color: #215287;
  background-color: #215287;
  color: #ffffff;
}

.latest-news .post {
  position: relative;
  padding-left: 110px;
  margin-bottom: 20px;
  min-height: 75px;
}

.latest-news .post:last-child {
  margin-bottom: 0;
}

.latest-news .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 85px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}

.latest-news .post-thumb img {
  height: 70px;
  width: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest-news .post-thumb a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .80;
  content: "";
  background-color: #215287;
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post-thumb a:after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  z-index: 9;
  color: #ffffff;
  font-weight: 900;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
}

.latest-news .post h5 {
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 5px;
}

.latest-news .post h5 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post:hover h5 a {
  color: #215287;
}

.latest-news .post .post-info {
  position: relative;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 24px;
  color: #ce1126;
}

.latest-news .post .price {
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
}

.latest-news .post .rating {
  position: relative;
}

.latest-news .post .rating .fa {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: orange;
}

.sidebar-title h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #343a40;
  font-weight: 500;
}

/*Search Box Widget*/
.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  padding: 10px 50px 10px 25px;
  border: 1px solid #dddddd;
  background-color: rgba(0, 0, 0, 0.01);
  display: block;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  height: 60px;
  color: #777777;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0;
  height: 60px;
  width: 60px;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 100%;
  font-weight: normal;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
  color: #ce1126;
}

/* Category List */
.category-list {
  position: relative;
  display: block;
}

.category-list li {
  position: relative;
  margin-bottom: 5px;
  border-bottom: 0;
}

.category-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  padding-left: 45px;
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a:before {
  position: absolute;
  top: 0;
  left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #1e69b8;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a span {
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a:hover {
  color: #ffffff;
  background: #215287;
}

.category-list li a:hover:before {
  color: #ffffff;
}

.category-list li a:hover span {
  color: #ffffff;
}

.blog-single blockquote {
  position: relative;
  border-left: 5px solid #ce1126;
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 16px;
  line-height: 1.8em;
  padding: 25px 40px;
  margin: 35px 30px 35px;
}

@media only screen and (max-width: 575px) {
  .blog-single blockquote {
    padding: 15px 10px;
    margin: 35px 5px 35px;
    font-size: 0.8rem;
  }
}

.blog-single blockquote:before {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 50px;
  line-height: 1em;
  content: "\f10d";
  color: #dddddd;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  opacity: .30;
}

.blog-single blockquote cite {
  display: block;
  font-style: normal;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
}

.blog-single blockquote cite strong {
  font-weight: 400;
  color: #215287;
}

/*post share options*/
/*Post Widget*/
/*=== Latest News ===*/
/*****************blog and Blog Description ends**************************/
/***********************breadcrumb **********************************/
.breadCrumbWrapper {
  background-color: #215287;
  color: white;
  padding: 15px 10px;
}

.breadCrumbWrapper .page_title {
  font-size: 1.5rem;
  color: white;
  font-weight: 600;
}

.breadCrumbWrapper p {
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
}

.left_side_outer {
  display: block;
  position: relative;
}

.left_side_outer:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/*****************breadcrumb ends**************************/
/**************** how it works design**************************/
.how_it_works {
  max-height: 300px;
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.how_it_works img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
  display: block;
}

.how_it_works.object_fit_cover {
  background-color: #f2f2f2;
}

.how_it_works::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.how_it_works .play_btn_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 44;
  cursor: pointer;
}

.white_background_dsg {
  background-color: white;
}

.white_background_dsg section {
  background-color: white;
}

.playBtnContainer {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.playBtnContainer::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.playBtnContainer .play_btn_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 44;
  cursor: pointer;
}

.playBtnContainer img {
  -o-object-fit: cover;
     object-fit: cover;
}

.bdr-ripple-ani-btn {
  display: block;
  background: #FFF;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
  -webkit-animation: at-ripple 0.6s linear infinite;
          animation: at-ripple 0.6s linear infinite;
  overflow: hidden;
}

.bdr-ripple-ani-btn.pink {
  background: #215287;
  color: white;
  -webkit-animation: at-ripple-pink 0.6s linear infinite;
          animation: at-ripple-pink 0.6s linear infinite;
}

.bdr-ripple-ani-btn i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 48px;
}

/* Pink Animate */
@-webkit-keyframes at-ripple-pink {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(206, 17, 38, 0.3), 0 0 0 0 rgba(206, 17, 38, 0.3), 0 0 0 5px rgba(206, 17, 38, 0.3), 0 0 0 10px rgba(206, 17, 38, 0.3);
            box-shadow: 0 4px 10px rgba(206, 17, 38, 0.3), 0 0 0 0 rgba(206, 17, 38, 0.3), 0 0 0 5px rgba(206, 17, 38, 0.3), 0 0 0 10px rgba(206, 17, 38, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(206, 17, 38, 0.3), 0 0 0 5px rgba(206, 17, 38, 0.3), 0 0 0 10px rgba(206, 17, 38, 0.3), 0 0 0 20px rgba(206, 17, 38, 0);
            box-shadow: 0 4px 10px rgba(206, 17, 38, 0.3), 0 0 0 5px rgba(206, 17, 38, 0.3), 0 0 0 10px rgba(206, 17, 38, 0.3), 0 0 0 20px rgba(206, 17, 38, 0);
  }
}

@keyframes at-ripple-pink {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(206, 17, 38, 0.3), 0 0 0 0 rgba(206, 17, 38, 0.3), 0 0 0 5px rgba(206, 17, 38, 0.3), 0 0 0 10px rgba(206, 17, 38, 0.3);
            box-shadow: 0 4px 10px rgba(206, 17, 38, 0.3), 0 0 0 0 rgba(206, 17, 38, 0.3), 0 0 0 5px rgba(206, 17, 38, 0.3), 0 0 0 10px rgba(206, 17, 38, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(206, 17, 38, 0.3), 0 0 0 5px rgba(206, 17, 38, 0.3), 0 0 0 10px rgba(206, 17, 38, 0.3), 0 0 0 20px rgba(206, 17, 38, 0);
            box-shadow: 0 4px 10px rgba(206, 17, 38, 0.3), 0 0 0 5px rgba(206, 17, 38, 0.3), 0 0 0 10px rgba(206, 17, 38, 0.3), 0 0 0 20px rgba(206, 17, 38, 0);
  }
}

.each_how_it_works_steps .image_section img {
  max-height: 400px;
}

.download_the_app .image_section img {
  max-height: 600px;
}

.container_scroll_down {
  position: relative;
  width: 24px;
  height: 24px;
}

.container_scroll_down .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}

.container_scroll_down .chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}

.container_scroll_down .chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}

.container_scroll_down .chevron:before,
.container_scroll_down .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #215287;
}

.container_scroll_down .chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}

.container_scroll_down .chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}

.container_scroll_down .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  -webkit-animation: pulse 2s linear alternate infinite;
          animation: pulse 2s linear alternate infinite;
}

@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.content_wrapper_how_it_works {
  padding: 0px 20px;
}

.content_wrapper_download_app {
  width: 500px;
  max-width: 100%;
  padding: 0px 20px;
}

.content_wrapper_download_app h3 {
  font-size: 2.5rem;
  color: #215287;
  font-weight: 600;
}

.content_wrapper_download_app p {
  font-size: 1rem;
  color: black;
  font-weight: 400;
}

@media only screen and (max-width: 575px) {
  .content_wrapper_download_app {
    width: 100%;
    text-align: center;
  }
  .content_wrapper_download_app p {
    font-size: 1rem;
  }
}

.error-box .error-title {
  font-size: 150px;
  font-weight: 900;
  text-shadow: 4px 4px 0 #fff, 6px 6px 0 #343a40;
}

@media only screen and (max-width: 767px) {
  .error-box .error-title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .error-box .error-title {
    font-size: 100px;
  }
}

.custom-text-404 {
  color: #215287;
}

.content_wrapper_comming_soon h3 {
  font-size: 1.8rem;
  color: #215287;
  font-weight: 600;
}

.content_wrapper_comming_soon p {
  font-size: 1.5rem;
  color: black;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .content_wrapper_comming_soon {
    width: 100%;
    text-align: center;
  }
  .content_wrapper_comming_soon h3 {
    font-size: 1.5rem;
  }
  .content_wrapper_comming_soon p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .content_wrapper_comming_soon {
    width: 100%;
    text-align: center;
  }
  .content_wrapper_comming_soon h3 {
    font-size: 1.2rem;
  }
  .content_wrapper_comming_soon p {
    font-size: 1rem;
  }
}

.image_wrapper_comming_soon {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .image_wrapper_comming_soon img {
    margin: 0px auto;
    max-height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .image_wrapper_comming_soon img {
    margin: 0px auto;
    max-height: 300px;
  }
}

.image_wrapper_comming_soon.small-image img {
  max-height: 500px;
}

.small_image {
  max-height: 200px;
}

#login_modal .modal-content {
  border: none;
  border-radius: 0px;
}

#login_modal .modal-body {
  padding: 0px;
}

#login_modal .modal-dialog {
  width: 600px;
  max-width: 100%;
}

#login_modal .login_sidebar_green {
  background-color: #215287;
  color: white;
  padding: 30px 20px;
  min-height: 510px;
  position: relative;
}

#login_modal .login_sidebar_green h3 {
  font-weight: 600;
}

#login_modal .login_sidebar_green p {
  color: white;
}

#login_modal .login_sidebar_green:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.form-section-signup, .form-section-login-modal {
  display: none;
}

.form-section-signup.current, .form-section-login-modal.current {
  display: block;
}

.contact_page_content {
  margin-top: 40px;
}

.contact_page_content .contact-link {
  font-size: 2rem;
  color: #215287;
  font-weight: 600;
}

.contact_page_content .contact-link span {
  border: 1px solid #215287;
  border-radius: 100px;
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #215287;
  margin-right: 30px;
}

.contact_page_content .contact-link span i {
  line-height: 50px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 575px) {
  .contact_page_content .contact-link {
    font-size: 1rem;
  }
  .contact_page_content .contact-link span {
    border: 1px solid #215287;
    border-radius: 100px;
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #215287;
    margin-right: 30px;
  }
  .contact_page_content .contact-link span i {
    font-size: 1rem;
    line-height: 30px;
  }
}

.same_height_width {
  border: 1px solid #215287;
  border-radius: 100px;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 30px;
  opacity: 0;
  visibility: hidden;
  color: #215287;
}

.same_height_width i {
  line-height: 50px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 575px) {
  .same_height_width {
    display: none;
  }
}

#close_btn_modal {
  width: 25px;
  height: 25px;
  background-color: transparent;
  position: absolute;
  top: 0px;
  right: -35px;
  cursor: pointer;
  z-index: 99999999;
}

#close_btn_modal .cross_line1 {
  height: 40px;
  width: 2px;
  margin-left: 12px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  Z-index: 1;
}

#close_btn_modal .cross_line2 {
  height: 40px;
  width: 2px;
  background-color: white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  Z-index: 2;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

#close_btn_modal.bg_secondary_line .cross_line1, #close_btn_modal.bg_secondary_line .cross_line2 {
  background-color: #ce1126;
}

@media only screen and (max-width: 767px) {
  #close_btn_modal {
    right: 15px;
    top: 10px;
  }
}

.modal_heading {
  background-color: #ce1126;
  padding: 10px;
  color: white;
}

.modal_heading h3 {
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 400;
}

.each_service_design {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
}

.each_service_design .icon_container_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.each_service_design .icon_container_wrapper .icon_container {
  width: 40px;
  text-align: center;
  min-width: 40px;
}

.each_service_design .icon_container_wrapper .desc_wrapper {
  width: calc(100% - 40px);
}

.min_width_100 {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}

.service_details-design ul {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.service_details-design ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 10px;
}

.service_details-design ul li:last-child {
  border-bottom: 0;
}

.priceContainer {
  background-color: #f2f2f2;
  padding: 15px 15px;
}

.mobile_menu {
  position: fixed;
  height: 850px;
  max-height: 96%;
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 20px;
  left: -430px;
  width: 400px;
  background-color: white;
  padding: 15px 10px;
  z-index: 9999;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border: 5px solid white;
  -webkit-transition: width 0.3s ease-in, left 0.3s ease-in;
  transition: width 0.3s ease-in, left 0.3s ease-in;
}

.mobile_menu.expanded {
  left: 0px;
}

.close_menu_bar {
  color: #ce1126;
  font-size: 1.5rem;
  padding: 10px;
  cursor: pointer;
}

.mobile_menu::-webkit-scrollbar {
  width: 0px;
}

.mobile_menu_toggler i {
  font-size: 20px;
}

.mobile_menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.mobile_menu::-webkit-scrollbar-thumb {
  background-color: #215287;
  outline: 1px solid #215287;
}

.each_dashboard_design {
  background-color: #f2f2f2;
  border-radius: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

.each_dashboard_design .each_dashboard_design_inner {
  display: block;
  position: relative;
  z-index: 9;
}

.line_dsg_location {
  position: relative;
}

.line_dsg_location:before {
  content: " ";
  position: absolute;
  height: 10px;
  border-left: 2px dotted #215287;
  top: calc(100% + 3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#confirmationMessage {
  font-style: normal;
  font-size: 1rem;
  color: #b5b5b5;
  font-weight: 400;
  padding-top: 30px;
}

.max_height_10px {
  max-height: 30px;
}

.disableMeOnClick {
  height: 40px;
  line-height: 40px;
  padding: 0px 10px !important;
  opacity: 1 !important;
}

.disableMeOnClick img {
  opacity: 1;
}

.border-bottom-10-secondary {
  border-bottom: 4px solid #f2f2f2;
}

.max_height_600 img {
  max-height: 500px;
}

.iframeContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999999;
  display: none;
}

.iframeContainer iframe {
  height: 100%;
  width: 100%;
}

.termsAndConditionInfoBox li {
  padding-left: 20px;
  position: relative;
  display: block;
  font-size: 0.8rem;
}

.termsAndConditionInfoBox li:before {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0px;
}

.mega_menu_container {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 1200px;
  max-width: 100%;
  background-color: white;
  color: black;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid #215287;
  padding: 20px;
  padding-bottom: 50px;
  position: relative;
}

.mega_menu_container .mega_menu_footer {
  position: absolute;
  width: 100%;
  border-top: 4px solid #215287;
  background-color: #215287;
  color: white;
  bottom: 0px;
  left: 0px;
}

.mega_menu_container .tab_link_container_mega_menu ul li {
  text-align: left;
  margin: 5px 0px;
}

.mega_menu_container .tab_link_container_mega_menu ul li button {
  background-color: #f2f2f2;
  border: none;
  font-size: 0.8rem;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-radius: 2px;
  color: black;
  -webkit-transition: background-color 0.3s ease-in, border 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, border 0.3s ease-in, color 0.3s ease-in;
}

.mega_menu_container .tab_link_container_mega_menu ul li.active button {
  background-color: #f2f2f2;
  color: #215287;
  border-left: 4px solid #215287;
}

.mega_menu_container .tab_link_container_mega_menu ul li:hover button {
  color: #215287;
  border-left: 10px solid #215287;
}

.mega_menu_container .tab_container_mega_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mega_menu_container .tab_container_mega_menu ul li {
  display: inline-block;
  width: 25%;
  font-size: 0.8rem;
  padding: 2px 5px;
  color: black;
  font-weight: 500;
}

.mega_menu_container .tab_container_mega_menu ul li:hover {
  color: #215287;
}

.mega_menu_background {
  position: relative;
  z-index: 2;
  background-color: white;
}

.mega_menu_background:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../assets/menu-image/service-my-car-menu-image-min.png");
  position: absolute;
  bottom: 0px;
  right: 30px;
  opacity: 0.2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.mega_menu_background .mega_image_inner {
  position: relative;
  z-index: 3;
}

.search_mega_menu {
  border: 1px solid #f2f2f2;
  color: black;
  padding: 0px 10px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #215287;
  height: 40px;
  line-height: 40px;
}

.search_mega_menu::-webkit-input-placeholder {
  font-size: 0.8rem;
  font-weight: 400;
}

.search_mega_menu:-ms-input-placeholder {
  font-size: 0.8rem;
  font-weight: 400;
}

.search_mega_menu::-ms-input-placeholder {
  font-size: 0.8rem;
  font-weight: 400;
}

.search_mega_menu::placeholder {
  font-size: 0.8rem;
  font-weight: 400;
}

.search_mega_menu:focus {
  outline: none;
  border-color: #215287;
}

.checkoutForm_iframe {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 400px;
  overflow: auto;
}

.checkoutForm_iframe iframe {
  height: 100%;
  width: 100%;
  display: block;
  min-height: 300px;
}

.info_block_grey {
  background-color: white;
  padding: 10px 10px 20px 10px;
  border-radius: 10px;
}

.abs_content_wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.abs_content_wrapper i {
  color: #215287;
}

.abs_content_wrapper .abs_content_text {
  position: absolute;
  right: calc(100% + 10px);
  bottom: -20px;
  display: inline-block;
  margin-top: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 0.8rem;
  width: 300px;
  padding: 20px 10px;
  border-radius: 15px;
  display: none;
  text-transform: none;
  z-index: 99999;
}

.abs_content_wrapper .abs_content_text:before {
  content: " ";
  position: absolute;
  right: -10px;
  bottom: 22px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
}

@media only screen and (max-width: 475px) {
  .abs_content_wrapper .abs_content_text {
    right: -10px;
    top: 100%;
    bottom: unset;
    width: 200px;
  }
  .abs_content_wrapper .abs_content_text:before {
    content: " ";
    position: absolute;
    right: 10px;
    top: -8px;
    bottom: unset;
    border-top: none;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}

.abs_content_wrapper .abs_content_text.centered {
  top: calc(100% + 0px);
  margin-top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: unset;
}

.abs_content_wrapper .abs_content_text.centered:before {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid white;
  border-top: unset;
  left: 30px;
  top: -10px;
  bottom: unset;
  right: unset;
}

.abs_content_wrapper:hover .abs_content_text {
  display: block;
}

.disableInitial {
  opacity: 0.1;
}

.image_wrapper_service_desc {
  min-height: 300px;
}

.image_wrapper_service_desc img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 300px;
  max-width: 600px;
  max-height: 400px;
}

@media only screen and (max-width: 991px) {
  .image_wrapper_service_desc img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 675px) {
  .image_wrapper_service_desc {
    min-height: 200px;
  }
  .image_wrapper_service_desc img {
    min-height: 200px;
  }
}

.get_the_app {
  position: relative;
  overflow: hidden;
}

.get_the_app .absoluteImage {
  position: absolute;
  bottom: 0px;
  right: 0px;
  opacity: 0.1;
  max-height: 350px;
}

.how_it_works_counter .each_how_it_works_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.how_it_works_counter .each_how_it_works_small .content_heading {
  cursor: pointer;
}

.how_it_works_counter .each_how_it_works_small .number_wrapper {
  width: 40px;
  min-width: 40px;
}

.how_it_works_counter .each_how_it_works_small .number_wrapper span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #215287;
  color: white;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  position: relative;
}

.how_it_works_counter .each_how_it_works_small:before {
  content: " ";
  position: absolute;
  top: 35px;
  left: 13px;
  height: calc(100% - 15px);
  width: 5px;
  background-color: black;
}

.how_it_works_counter .each_how_it_works_small .content-wrapper {
  width: calc(100% - 40px);
}

.how_it_works_counter .each_how_it_works_small .content-wrapper .content_heading {
  line-height: 30px;
}

.how_it_works_counter .each_how_it_works_small .absolute_how_it_works {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background-color: white;
  border-radius: 15px;
  padding: 15px;
  z-index: 99;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
}

.how_it_works_counter .each_how_it_works_small .absolute_how_it_works:before {
  content: " ";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.how_it_works_counter:last-child .each_how_it_works_small::before {
  display: none;
}

.service_page_design .content-wrapper .desc p {
  font-size: 0.8rem;
}

.list_design ul {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_design ul li {
  width: 50%;
  padding-left: 20px;
  display: block;
  position: relative;
}

.list_design ul li::before {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  top: 0px;
  color: #215287;
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
  .list_design ul {
    padding: 15px 20px;
  }
  .list_design ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .list_design ul {
    padding: 15px 20px;
  }
  .list_design ul li {
    width: 100%;
  }
}

.list_design.full_block ul {
  padding: 10px 15px;
}

.list_design.full_block ul li {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  padding-left: 30px;
}

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

.content_wrapper_service_page h2, .content_wrapper_service_page h3, .content_wrapper_service_page h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #215287;
}

.content_wrapper_service_page h2 {
  font-size: 2rem;
}

.content_wrapper_service_page h5, .content_wrapper_service_page h6 {
  font-size: 1rem;
  font-weight: 500;
  color: black;
}

.content_wrapper_service_page a {
  color: #215287;
}

.landing_page .content_landing_page {
  max-width: 500px;
  margin: 0px auto;
}

.landing_page_bg_design {
  display: block;
  position: relative;
}

.landing_page_bg_design:before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.tab_design_icon_image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab_design_icon_image ul li {
  padding: 20px 15px;
  display: inline-block;
  position: relative;
  min-width: 150px;
}

.tab_design_icon_image ul li:before {
  content: " ";
  position: absolute;
  height: 40px;
  width: 3px;
  background-color: #215287;
  top: 50%;
  right: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tab_design_icon_image ul li:last-child::before {
  display: none;
}

.tab_design_icon_image ul li .tab-design-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tab_design_icon_image ul li .tab-design-inner .icon_image_wrapper {
  width: 70px;
  min-width: 70px;
  display: block;
  margin: auto;
}

.tab_design_icon_image ul li .tab-design-inner .icon_image_wrapper img {
  max-height: 50px;
}

.tab_design_icon_image ul li .tab-design-inner .text_container_tab_design {
  width: calc(100% - 60px);
  margin: auto;
  padding-left: 10px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.tab_design_icon_image ul li.active {
  background-color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px 30px;
  min-width: 200px;
  -webkit-box-shadow: -2px -4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: -2px -4px 10px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.tab_design_icon_image ul li.active:before {
  display: none;
}

.tab_design_icon_image ul li.active .tab-design-inner .icon_image_wrapper {
  width: 50px;
  min-width: 50px;
}

.tab_design_icon_image ul li.active .tab-design-inner .text_container_tab_design {
  width: 140px;
  opacity: 1;
  -webkit-transition: width 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, opacity 0.3s ease-in;
}

.tab_design_icon_image ul li.active .tab-design-inner .text_container_tab_design h3, .tab_design_icon_image ul li.active .tab-design-inner .text_container_tab_design h4 {
  margin-bottom: 0px;
  color: #215287;
}

.tab_design_icon_image ul li.active .tab-design-inner .text_container_tab_design h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.7rem;
}

.tab_design_icon_image ul li.active .tab-design-inner .text_container_tab_design h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}

.tab_content_design_outer {
  width: 900px;
  max-width: 100%;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 20px;
  display: block;
  margin: 0px auto;
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.tablink-ourPackages {
  cursor: pointer;
}

.each_landing_page_design .landing_page_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.each_landing_page_design .landing_page_inner .icon_wrapper {
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
}

.each_landing_page_design .landing_page_inner .icon_wrapper img {
  max-height: 60px;
}

.each_landing_page_design .landing_page_inner .icon_wrapper span {
  background-color: #215287;
  display: inline-block;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  position: relative;
  text-align: center;
}

.each_landing_page_design .landing_page_inner .icon_wrapper span i {
  line-height: 60px;
  color: #f2f2f2;
  font-size: 1.5rem;
}

.each_landing_page_design .landing_page_inner .icon_wrapper span::before {
  content: " ";
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
  border: 2px solid #215287;
  border-radius: 100%;
}

.each_landing_page_design .landing_page_inner .feature_container ul li {
  font-size: 0.8rem;
}

.img_landing_page {
  max-width: 450px;
  display: block;
  margin: 0px auto;
}

.min_height_100 {
  min-height: 100vh;
}

.background_light {
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}

.background_light:after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 6;
  background-size: contain;
  z-index: 4;
}

.background_light .high_zindex {
  position: relative;
  z-index: 5;
}

.coupen_code_design {
  border: 1px dashed black;
  display: inline-block;
  line-height: 30px;
  padding: 0px 10px;
}

/***************** how it works design ends**************************/
/*# sourceMappingURL=style.css.map */