/* body, html {
  overflow-x: hidden;
  overflow-y: scroll;
} */

.footer {
    position: absolute;
    right: 0;
    left: 0;
    background-color: #efefef;
}
.footer-logo-text {
    color: #494949;
    font-weight: 600;
    font-size: 20px;
}
.garage_title {
    color:#4C6FD4; 
    font-weight:bold; 
    font-size:22px; 
    margin-bottom:-2px; 
    margin-top:6px;
}
.garage_title:hover {
    color: #7894e2;
}

#toggleLogin {
    padding-right: 15px;
}

 /* ------------------------------------------------------------------------------- */
.mainconatiner{
    padding: 20px;
}
.card-view-garage{
    margin: 10px;
}
#card-body{
    border-radius: 10px;
}
#garage_name{
    padding: 10px;
}

/* this css is for details page */
#loading
{
 text-align:center; 
 background: url('../images/loadin_gif1.gif') no-repeat center; 
 height: 150px;
}
#addImage {
    color: #B1B1B1;
}
.infoButton {
    font-size: 16px;
    background-color: white;
    color: #9C9C9C;
    border: 1px solid #9C9C9C;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    margin-right: 5px;
    padding-right: 10px;
}
.infoButton:hover {
    background-color: #F8F8F8;
}
#infoButton {
    border-bottom: 15px;
    margin-bottom: 5px;
}
#iconDesign {
    color: #5885ef;
    font-size: 15px;
}
.infoButton1 {
    font-size: 16px;
    color: white;
    background-color: #4C6FD4;
    border: 1px solid #4C6FD4;
    border-radius: 5px;
    padding: 6px;
    padding-left: 10px;
    margin-right: 5px;
}
.infoButton1:hover {
    background-color: #577fed;
}
#rating {
    width: 70px;
    height: 40px;
    background-color: grey;
    color: white;
    position: absolute;
    right: 0px;
    top: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px 2px 8px grey;
}
#rating1 {
    width: 50px;
    height: 35px;
    background-color: grey;
    position: absolute;
    right: 20px;
    top: 20px;
    box-shadow: 0px 2px 10px rgb(185, 185, 185)
}
#ratingNumber {
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    text-align: center;
}
#ratingPeople {
    width: 70px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 49px;
    border-top-left-radius: 0px;
    border-top-right-radius:  0px;
    box-shadow: 0px 2px 10px grey;
}
#ratingNumberPeople {
    width: 100%;
    color: grey;
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    text-align: center;
}
#ratingNumberPeople1 {
    width: 100%;
    color: lightgray;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    text-align: center;
    top: 20px;
}
.mainButton {
    width: 150px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    float: left;
}
.mainbutton1 {
    width: 100%; 
    padding: 0px; 
    background-color: white; 
    z-index: 1;
    cursor: pointer;
    position: sticky;
    top: 0px;
    /* box-shadow: 0px 5px 10px grey; */
}
.mainButtonActive {
    color: #577fed;
    border-bottom: 2px solid #577fed;
    background-color: #E8F0FE;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#more {
    display: none;
}
#myBtn {
    width: 100px;
    float: left;
    border: none;
    color: #4C6FD4;
    cursor: pointer;
}
.specialBadge {
    width: 100px;
    height: 50px;
    margin-right: 5px;
    float: left;
}
.featuresBadge {
    width: 335px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  /* .featuresBadge{
    width: 40%;
  } */
  .bookservice_mobileview{
    display: block !important;
    position: -webkit-sticky;
    position: sticky;
    bottom: 60px;
    width: 100vw;
    padding: 10px;
    z-index: 99;
  }
  .inner_view {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #577fed;
    color: white;
  }
}

.service_deals {
    /* width: 80%; */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding-left: 10px;
    background-image: linear-gradient(to right, #797F9E, #D3D0D9);
}
.service_content {
    /* width: 80%; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 10px;
}
.serviceCard {
    font-weight: 600;
}
.Generalservice_badge {
    font-size: 15px;
    min-width: 150px;
    height: 30px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.Generalservice_badge_popup {
  width: 100%;
  /* height: 30px; */
  margin: 5px;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Generalservice_badge_popup .services_type{
  width: 70%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Generalservice_badge_popup .services_type .service_type_icon {
  width: 10%;
} 
.Generalservice_badge_popup .services_type .service_type_content {
  width: 90%;
  line-height: normal;
}
.Generalservice_badge_popup .services_method{
  width: 30%;
  color: grey;
  font-size: 14px;
  font-style: italic;
}

.fa-check-circle{
    color: #1AB64F;
}
.headerStyle{
  padding-bottom:10px; 
  padding-top:40px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.Rating_card {
  width: 80%;
  padding: 30px 70px;
}
.Rating_number {
    width: 90px;
    height: 50px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}
.swal-title {
    padding: 0px;
    font-size: 30px;
    font-weight: 400;
    background-color: black;
    display: flex;
    justify-content: start;
}
.more-text{
    display: none;
}

/* this is the code for model-popup */
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(https://fonts.google.com);
  }
  .bg-model {
    font-family: 'Roboto', sans-serif;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: auto;
    z-index: 2;
  }
  .model-contents {
    width: 500px;
    height: auto 200px;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    box-shadow: 0px 10px 10px #636262;
  }
  .model-contents .header_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
  }

  @media screen and (max-width: 500px){
    .model-contents {
      width: 90% !important;
    }
    .form-control {
      width: 100% !important;
    } 
  }
  .review-text1 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 3px;
    margin-top: 15px;
    padding: 10px;
  }
  .address_form {
    padding: 20px 0;
  }
  .review-text2 {
    font-weight: 200;
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .starStyle1 {
    font-size: 30px;
    width: 210px;
    letter-spacing: -0.8px;
    cursor: pointer;
    color: #c7c5c5;
  }
  .starStyle1:hover > span:before {
    color: #5885ef;
  }
  .starStyle1 > span:hover ~ span:before {
    color: #c7c5c5;
  }
  .textarea-styles {
    padding:5px;
    margin-top:10px;
    width:90%;
    display: block;
    border: 2px solid #D0D0D0;
    border-radius: 5px;
    font-size: 17px;
    padding: 8px;
    resize: none;
    outline: none;
  }
  .textarea-styles:checked {
    border-color: lightblue;
  }
  .close-but {
    position: absolute;
    top: 6px;
    right: 30px;
    font-size: 35px;
    transform: rotate(45deg);
    cursor: pointer;
  }
  .coupon_code_form .close-but-1 {
    position: relative;
    right: 0;
    top: -2px;
  }
  .close-but-1 {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    transform: rotate(45deg);
    cursor: pointer;
  }
  
  .reviewSubmit-but {
    background-color: #4C6FD4;
    color: white;
    font-size: 17px;
    padding: 8px 10px;
    border-radius: 5px;
    border:0px solid black;
    margin-top:10px;
    font-weight: 400;
    width: 110px;
    margin-bottom: 15px;
  }
  #ReviewAlert {
      width: auto;
      height: auto;
      font-size: 10px;
  }
  
  /* this is the code for url-notification */
  .url-alert-outer {
  position: fixed;
  top: 0px;
  left: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px;
  opacity: 0px;
  pointer-events: auto;
  z-index: 5;
  }
.url-alert-outer.showAlert {
  opacity: 1px;
  pointer-events: auto;
}
.url-alert-outer.show {
  animation: show_slider 1s ease forwards;
}
@keyframes show_slider {
  0% { transform: translateY(-100px); }
  100% { transform: translateY(0px); }
}
.url-alert-outer.hide {
  animation: hide_slider 1s ease forwards;
}
@keyframes hide_slider {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-200px); }
}
.url-alert-outer.hide1{
    display: none;
}
#url-alert {
  width: 500px;
  position: fixed;
  align-text: center;
  display: flex;
  justify-content: center;
  font-size:20px;
}
.url-close {
  align-items: center;
  padding: 3px 10px;
  width: 8%;
  position: absolute;
  font-size: 30px;
  /* background-color: #73d82f; */
  right: 0px;
  top: -1px;
  height: 55px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
/* .url-close:hover {
  background-color: #67af36;
} */

/* this is code for reviewpage  */
.headerStyle-review{
    padding-top:20px;
    font-size: 22px;
    font-weight: 400;
  }
  .starStyle-review {
    width: 100%; 
    font-size: 28px;
    color: #c7c5c5;
    margin-bottom: 10px;
  }
  .starStyle-review1{
      /* width: 190px; */
      cursor: pointer;
  }
  .starStyle-review1:hover > span:before {
    color: #5885ef;
  }
  .starStyle-review1 > span:hover ~ span:before {
    color: #c7c5c5;
  }

  /* this is the code for pagination */
  .pagination_main {
    width: 100%; 
    display: block; 
    height: 39px;
  }
  .pagination_main1 {
      width: 80%;
      cursor: pointer;
  }
/* #gifLoading {
  background: url('images/loading_gif2.gif') no-repeat center center;
  background-size: 60px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  display: none;
} */

/* this code is for the main scheduling card design */
.scheduling_card_title {
  font-size: 30px;
  font-weight: bold;
  color: #5885ef;
}
.scheduling_card_money {
  font-size: 22px;
  font-weight: bold;
  float: left;
}
.scheduling_card_money_text {
  font-size: 12px;
  color: #b5b5b5;
  padding-left: 5px;
}
.Datepicker_textBox_style {
  padding: 10px 0px;
}
#calenderdatepicker {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  font-size: 17px;
  padding: 10px 15px;
  box-shadow: 0 2px 8px #e2e2e2;
  outline: none;
  color: transparent;
  text-shadow: 0 0 0 rgb(83, 83, 83);
  cursor: pointer;
}
#calenderdatepicker::placeholder {
  font-size: 15px;
  color: rgb(90, 90, 90);
}
#ui-datepicker-div{
  z-index: 99999999 !important;
}
.chosse_dateNote {
  font-size: 12px;
  color: grey;
}

.ui-datepicker-calendar {
  background: white;
}
.ui-datepicker-calendar th {
  padding: 5px;
  color: black;
  font-weight: 100;
  font-size: 15px;
  border: none;
}
.ui-datepicker-calendar td {
  font-size: 14px;
  background-color: white;
  border: none;
}
.ui-datepicker-calendar td .ui-state-default {
  background-color: white;
  border: none;
  text-align: center;
}
.ui-datepicker-calendar td .ui-state-default:hover {
  color: black;
  background-color: #E8F0FE;
  border: none;
  color: #4375fc;
}
.ui-datepicker-calendar td .ui-datepicker-current-day {
  background-color: #5885ef;
  color: white;
}
.ui-datepicker-calendar td .ui-state-active {
  color: white;
  background-color: #5d8cfc;
}
.ui-datepicker-title {
  background-color: white;
}
.ui-datepicker-header {
  background-color: white;
  border: none;
}


/* .select_wrap .select_ul{
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
} */
.select_wrap{
  width: 100%;
  height: 50px;
  position: relative;
  user-select: none;
}
.select_wrap .default_option{
  height: 45px;
  position: relative;
  cursor: pointer;
  list-style-type: none;
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 8px #e2e2e2;
}
.select_wrap .default_option li{
  position: absolute;
  left: 15px;
  float: left;
  padding: 8px 0;
}
.select_wrap .default_option li p, .select_wrap .default_option li {
  font-size: 15px;
  color: rgb(90, 90, 90);
  font-weight: 500;
}
.select_wrap .default_option:before{
  content: "";
  position: absolute;
  top: 12px;
  right: 18px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #555555 #555555;
  transition: transform 0.2s ease 0s;
  transform: rotate(-45deg);
}
.cc_container_coupon .couponCodeBtn_coupon:before{
  content: '+';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 12px;
  height: 10px;
  /* border: 2px solid; */
  transform: rotate(-45deg);
  color: rgb(108, 108, 108);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select_wrap .select_ul{
  list-style-type: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  display: none;
  border: 1px solid rgb(206, 206, 206);
  z-index: 100;

  max-height: 200px;
  opacity: 1;
  overflow-y: scroll;
  /* overflow-y: hidden; */
  overflow-x: hidden;
}
.select_wrap .select_ul::-webkit-scrollbar {
  width: 5px;
  background: #b0c3f8;
  border-radius: 0 3px 3px 0;
  /* display: none; */
}
.select_wrap .select_ul::-webkit-scrollbar-thumb {
  background: #E8F0FE;
  border-radius: 3px 3px 3px 3px;
}
.select_wrap .select_ul li{
  position: relative;
  right: 40px;
  width: 331px;
  padding: 5px 0px;
  cursor: pointer;
  padding-left: 20px;
  color: rgb(100, 100, 100);
}
.select_wrap .select_ul li p{
  position: relative;
  top: 5px;
}
.select_wrap .select_ul li:first-child:hover{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.select_wrap .select_ul li:last-child:hover{
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.select_wrap .select_ul li:hover{
  background: #E8F0FE;
}
.select_wrap .option{
  display: flex;
  align-items: center;
}
.select_wrap.active .select_ul{
  display: block;
}
.select_wrap.active .default_option:before{
  top: 18px;
  transform: rotate(-225deg);
}

.cc_container{
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 8px #e2e2e2;
  cursor: pointer;
  margin: 12px 0;
  padding: 0 10px;
  height: 45px;
}

.cc_container_coupon{
  position: relative;
  border: 1px solid #12e843;
  box-shadow: 0 2px 8px #e2e2e2;
  cursor: pointer;
  margin: 12px 0;
  padding: 0 10px;
  height: 45px;
  background-color: #c1ffc6;
  color: #7bcd7b;
}

.couponCodeBtn_coupon{
  color: #05ab2b;
  padding: 10px 5px;
  font-size: 15px;
  /* font-weight: 500; */
}

/* code for vehcile form details */
.vehicleDetails-text1 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 3px;
  /* margin-top: 40px; */
}
.vehicleDetails-text2 {
  font-size: 13px;
  color: rgb(139, 139, 139);
  padding-bottom: 10px;
}

.NumberplateOfvehicle {
  /* width: 400px;  */
  text-transform:uppercase
}
/* code for vehicle enter for the database */
.select-box {
  display: flex;
  /* width: 400px; */
  flex-direction: column;
}
.select-box .options-container {
  background: white;
  color: rgb(90, 90, 90);
  max-height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 3px;
  border: 1px solid #CDD3D9;
  overflow: hidden;

  order: 1;
}
.select-box .options-container::-webkit-scrollbar {
  width: 3px;
  background: #041953;
  border-radius: 0 1px 1px 0;
  /* display: none; for Chrome, Safari, and Opera */
}
.select-box .options-container::-webkit-scrollbar-thumb {
  background: #03122c;
  border-radius: 0 1px 1px 0;
}

.selected {
  background: #ffffff;
  border: 1px solid #CDD3D9;
  border-radius: 3px;
  margin-bottom: 8px;
  color: rgb(90, 90, 90);
  position: relative;

  order: 0;
}
.selected::after {
  content: "";
  /* background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat; */

  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 11px;

  border: 2px solid;
  border-color: transparent transparent #555555 #555555;
  transform: rotate(-45deg);
  /* transition: all 0.4s; */
}
.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}
.select-box .options-container.active + .selected::after {
  transform: rotate(-225deg);
  top: 18px;
}
.select-box .options-container::-webkit-scrollbar {
  width: 5px;
  background: #b0c3f8;
  border-radius: 0 3px 3px 0;
}
.select-box .options-container::-webkit-scrollbar-thumb {
  background: #E8F0FE;
  border-radius: 3px 3px 3px 3px;
}
.select-box .option,
.selected {
  padding: 8px 12px;
  cursor: pointer;
}
.select-box .option:hover {
  background: #E8F0FE;
}
.select-box label {
  cursor: pointer;
}
.select-box .option .radio {
  display: none;
}

.vehicle_registeration_form, .service_type_form{
  z-index: 999 !important;
}

.service_type_form_innercontainer {
  width: 100%; 
  /* height: 100%;  */
  display: flex; 
  justify-content: center; 
  align-items: center; 
  margin: 100px 0 50px;
}
/* this codes are for the main width design  */
@media screen and (max-width: 500px) {
  .my-custom-container{
      width:1300px;
      margin: 0 auto;
      background-color: lightblue;
  }

  .url-alert-outer {
    width: 100%;
    position: fixed;
    margin: 0 !important;
    top: 60px;
    left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    z-index: 5;
  }
  #url-alert {
    width: 90%;
    position: fixed;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  .url-close {
    padding-top: 0 !important;
    width: auto !important;
    height: auto !important;
  }
}

/* loading screen when the user opat for the servcie  */
#gifLoading_bookingSchedule {
  background: url('../images/loading_gif2.gif') no-repeat center center;
  background-size: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: none;
}
#success_schedulingBooking {
  font-size: 14px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.col-md-4, .col-md-8, .col-12, .col-md-6 {
  padding: 0 20px 10px;
}
.address_subtext_container {
  padding: 10px;
}
.address_subText {
  font-size: 12px;
  color: grey;
}
.final_button {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.final_button>button:first-child {
  margin-right: 10px;
}
#gifLoading_address {
  background: url('../images/loading_gif2.gif') no-repeat center center;
  background-size: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  display: none;
}

.Service_booking_card_container {
  padding: 10px 20px 30px 20px; 
  width: 380px;
  box-shadow: 0 0 8px #ebebeb;
  border: 1px solid #e6e6e6;
}
.mobile_view_booking_schedule {
  display: block;
}
.mobile_view_booking_schedule .inner__container .close__container, .bookservice_mobileview {
  display: none;
}
@media screen and (min-width: 500px) {
  .only_mobile_view_container{
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
  }  
}

@media screen and (max-width: 500px) {
  .card .row{
    margin: 0 -10px;
  }
  .only_mobile_view_container{
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: white;
    max-height: 700px;
    box-shadow: 0px -3px 10px #d2d2d2;
    z-index: 999;
    border-radius: 20px 20px 0 0;

    /* -webkit-transition: max-height 5s ease-in-out;
    -moz-transition: max-height 5s ease-in-out;
    -o-transition: max-height 5s ease-in-out; */
    transition: max-height 10s ease-in-out;
  }
  /* @keyframes mobile_card {
    0% { min-height: 0px; }
    100% { min-height: 100px; }
  } */
  .mobile_view_booking_schedule {
    /* display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0; */
    /* background-color: white;
    min-height: 100px;
    box-shadow: 0px -3px 10px #d2d2d2;
    z-index: 9999999;
    border-radius: 20px 20px 0 0; */
    padding: 20px;
    /* background-color: yellow; */
  }
  .mobile_view_booking_schedule .inner__container {
    /* background-color: red; */
    width: 100%;
    position: relative;
  }
  .mobile_view_booking_schedule .inner__container .close__container {
    /* background-color: #1AB64F;
    width: 70%;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start; */
    /* background-color: #1AB64F; */
    display: block;
    color: rgb(88, 88, 88);
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 18px;
  }
  .mobile_view_booking_schedule .inner__container .body_inner_container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .Service_booking_card_container {
    padding: 0;
    width: auto;
    box-shadow: 0;
    border: none;
    box-shadow: none;
  }

  .select-box {
    width: auto;
  }
  
  /* .garageImage_mainContainer .garageImage_mobileContainer{
    overflow-y: hidden;
  }
  .garageImage_mobileContainer div{
    scroll-snap-type: x mandatory;  
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;  
    scrollbar-width: none; 
  }
  .garageImage_mobileContainer div::-webkit-scrollbar {
    display: none;
  }
  .garageImage_mobileContainer div img{
    overflow-y: hidden;
    min-width: 100% !important;
    height: 100% !important;
    scroll-snap-align: start;
    text-align: center;
    position: relative;
    object-fit: fill;
    margin: 0 !important;
    padding: 0.2rem;
    border-right: 1px solid white;
  } */

  /* Container for the entire component */
  .garageImage_mainContainer .garageImage_mobileContainer {
    overflow-y: hidden;
    position: relative;
  }

  /* Horizontal scrolling container with snap alignment */
  .garageImage_mobileContainer div {
    display: flex; /* Ensures images are horizontally aligned */
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .garageImage_mobileContainer div::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  /* Styling for individual images */
  .garageImage_mobileContainer div img {
    scroll-snap-align: start;
    min-width: 100% !important;
    height: 100% !important;
    object-fit: fill;
    margin: 0 !important;
    padding: 0.2rem;
    border-right: 1px solid white;
  }

  /* Dot indicator container, now positioned below the image carousel */
  .dots-container {
    text-align: center;
    /* margin-top: 10px;  */
    width: 100%;
  }

  /* Dot styling */
  .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background-color: rgba(165, 165, 165, 0.976);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .dot.active {
    width: 6px;
    height: 6px;
    background-color: rgb(61, 124, 250);
  }

  /* Hide dots on screens larger than 768px */
  @media (min-width: 768px) {
    .dots-container {
        display: none;
    }
  }


}

.swal2-popup {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  width: 35em;
}
.swal2-content {
  color: grey;
  font-weight: 100;
  line-height: 1.5;
}

.address__innercontainer {
  width: 100%; 
  height: 100%; 
  display: flex; 
  justify-content: center; 
  align-items: center;
}
.address__innercontainer #address__innerconatiner_form {
  padding: 20px;
}

@media screen and (max-width: 500px) {
  .address__innercontainer {
    width: auto;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
    z-index: 9999;
  }
  
  .address_deatils_form {
    z-index: 9999 !important;
  } 
  .address__innercontainer .address__innerconatiner_form {
    padding: 20px;
    z-index: 9999 !important;
    margin: 20px 0;
  }
  .address__innercontainer .address__innerconatiner_form .address_subtext_container {
    padding: 0;
  }
  .address__innercontainer .address__innerconatiner_form .review-text1{
    padding: 0;
  }
  .address__innercontainer .address__innerconatiner_form .close-but{
    padding: 20px 0 !important;
  }
}

.tooltip1 {
  display:inline-block;
  position:relative;
  border-bottom:1px dotted #666;
  text-align:left;
}

.tooltip1 .right {
  font-family: 'Roboto', sans-serif;
  min-width:380px; 
  top:50%;
  left:100%;
  margin-left:20px;
  transform:translate(0, -50%);
  padding:10px 20px;
  color:rgb(93, 93, 93);
  background-color:#FFFFFF;
  font-weight:normal;
  font-size:16px;
  border-radius:8px;
  position:absolute;
  z-index:99999999;
  box-sizing:border-box;
  border:1px solid #EEEEEE;
  box-shadow:0 1px 8px #DDDDDD;
  visibility:hidden; 
  opacity:0; 
  transition: opacity 0.8s;
  /* visibility:visible; opacity:1; */
}
.tooltip1 .right div {
  margin: 5px 3px !important;
}
.tooltip1 .right .row col{
  padding: 0;
}

.tooltip1:hover .right {
  visibility:visible; opacity:1;
}

.tooltip1 .right i {
  position:absolute;
  top:50%;
  right:100%;
  margin-top:-12px;
  width:12px;
  height:24px;
  overflow:hidden;
}

.tooltip1 .right i::after {
  content:'';
  position:absolute;
  width:12px;
  height:12px;
  left:0;
  top:50%;
  transform:translate(50%,-50%) rotate(-45deg);
  background-color:#FFFFFF;
  border:1px solid #EEEEEE;box-shadow:0 1px 8px #DDDDDD;
}

.couponCodeBtn {
  /* font-size: 14px; */
  /* color: #5d79cf; */
  /* background-color: yellow; */
  /* cursor: pointer; */
  /* text-decoration: underline; */
  padding: 10px 5px;
  font-size: 15px;
  color: rgb(90, 90, 90);
  font-weight: 500;
}
.coupon_code_form, .coupon_code_succ {
  z-index: 999;
}
/* .coupon_code_form .main_container_cc{
  padding: 20px 0;
} */
.coupon_code_form .main_container_cc_btn, .coupon_code_succ .main_container_cc_btn, .cc_main_btn_succ{
  /* padding: 0 10px; */
  width: 100%;
}
.coupon_code_form .main_container_cc_btn button {
  width: 100%;
}
.coupon_code_form .main_container_cc .content_popup_cc {
  color: rgb(110, 110, 110);
}
.coupon_code_form .content_popup_cc_issue {
  margin-top: 10px;
  color: #ff5757;
  font-size: 12px;
  padding: 0 5px;
  display: none;
}
.coupon_code_form .main_container_popup {
  /* background-color: #1AB64F; */
}

.coupon_code_form .card:not(:last-child) {
  margin-bottom: 20px; /* Adjust the value as needed */
}
.coupon_code_form .card {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 15px -11px rgba(0,0,0,0.69);
  -moz-box-shadow: 0px 0px 15px -11px rgba(0,0,0,0.69);
  box-shadow: 0px 0px 15px -11px rgba(0,0,0,0.69);
}
.coupon_code_form .card .cc_card_code {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  font-weight: 500;
  color: #606060;
  font-size: 18px;
}
.coupon_code_form .card .cc_card_sub_content {
  display: flex;
  flex: 1;
  align-items: center;
  color: grey;
  font-size: 14px;
  justify-content: space-between;
}
.coupon_code_form .card .cc_card_sub_content .cc_card_text{
  color: #5885ef;
}
.coupon_code_form .card .cc_card_sub_content .expiery_day_content {
  float: right;
  border: 1px #d6d6d6 solid;
  padding: 0 5px;
  border-radius: 5px;
}

.cc_not_available{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 12px;
}

#cc_card{
  cursor: pointer;
}

.cc_not_available_main_msg {
  font-size: 26px;
}
.cc_not_available_msg, .cc_not_available_sub_msg {
  color: gray;
  font-size: 14px;
}

#coupon_code_container {
  max-height: 650px; /* Set your desired max-height */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.coupon_code_form .header_container, .coupon_code_form .container {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}
.coupon_code_form .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px 5px 0;
  flex-flow: row-reverse; 
  margin: 0;
}
.cc_main_container_show {
  overflow-y: auto;
  flex-grow: 1;
  overflow-y: auto; /* Allow vertical scrolling */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.cc_main_container_show::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}
hr{
  width: 100%;
}


#coupon_code_container_succ {
  padding: 20px;
}
#coupon_code_container_succ .main_container_cc div{
  display: flex;
  justify-content: center;
  color: rgb(71, 71, 71);
}
#coupon_code_container_succ .main_container_cc div img{
  width: 75px;
}
#coupon_code_container_succ .main_container_cc .cc_succ_conatiner_img{
  padding: 10px 0;
}
#coupon_code_container_succ .main_container_cc .cc_succ_conatiner1{
  font-size: 15px;
  font-weight: 700;
}
#coupon_code_container_succ .main_container_cc .cc_succ_conatiner2{
  font-size: 30px;
  font-weight: 500;
}
#coupon_code_container_succ .main_container_cc .cc_succ_conatiner3{
  font-size: 15px;
}
.cc_main_btn_succ{
  color: #577fed;
}
.cc_main_btn_succ:hover{
  color: white;
  background-color: #577fed;
}
.special_case{
  padding: 0 !important;
}

@media screen and (max-width: 500px){
  .tooltip1 {
    display:none;
  }
  .MainName{
    width: 80%;
  }
}


#address_selection_form .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #f4f4f5; */
}

.close-but-1 {
  font-size: 24px;
  cursor: pointer;
}

.vehicleDetails-text1 {
  font-size: 24px;
  font-weight: bold;
}

.add-address-container {
  text-align: center;
  margin: 15px 0;
}

.add-address-btn {
  width: 100%;
  background-color: white;
  color: #577fed;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #efefef;
}

.separator-line {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 15px 0;
}

.model-contents {
  width: 500px;
  max-height: 80vh; /* Adjusts the popup height to a maximum of 80% of the viewport */
  /* background-color: #f4f4f5; */
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0px 10px 10px #636262;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#service_available_list {
  width: 500px;
  max-height: none !important; /* Removes the 80vh limit */
  height: auto; /* Allows the content to grow as needed */
  background-color: #f4f4f5;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0px 10px 10px #636262;
  overflow-y: auto; /* Allows scrolling if the content exceeds viewport */
  display: flex;
  flex-direction: column;
}

#coupon_code_form .model-contents{
  background-color: white;
}

.saved-addresses {
  max-height: 50vh; /* Limits the height of the address list */
  overflow-y: auto; /* Enables scrolling within the address list */
  margin-top: 10px;
  scrollbar-width: none; /* For Firefox */
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari) */
.saved-addresses::-webkit-scrollbar {
  display: none;
}

.address-card {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
  margin-bottom: 10px;
  border: 1px solid #efefef;
  cursor: pointer;
}

.address-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

.address-details {
  font-size: 14px;
  color: #8f8f8f;
  margin: 5px 0;
}