.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;
}
.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;
    width: 150px;
    height: 30px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.fa-check-circle{
    color: #1AB64F;
}
.headerStyle{
  padding-bottom:10px; 
  padding-top:40px;
}
.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;
}
.DescriptionClass .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: 5px;
    padding-left: 20px;
    position: relative;
    box-shadow: 0px 10px 10px #636262;
  }
  .review-text1 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 3px;
    margin-top: 15px;
  }
  .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: 0px;
    right: 14px;
    font-size: 35px;
    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-items: 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);
}
.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 {
  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;
  transform: rotate(-45deg);
}
.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;
}
.select_wrap .select_ul::-webkit-scrollbar {
  width: 5px;
  background: #b0c3f8;
  border-radius: 0 3px 3px 0;
}
.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);
}

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

/* 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;
}
.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;
  height: 100%;
  width: 16px;
  right: 10px;
  top: 11px;

  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: rotateX(180deg);
  top: -13px;
}
.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  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;
}

/* 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;
  }
  .garage_title  {
    width: 80%;
  }
}

/* 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: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: none;
}
#success_schedulingBooking {
  font-size: 14px;
}

@media (max-width: 480px) {
  .recomended__container {
    font-size: 20px;
  }
  .mainconatiner {
    padding: 20px 0;
  }
  .enrollYourGarage__conatiner {
    display: none;
  }
}