body{
    font-size: 14px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top;
}

.site-content {
    height: 100%;
    background: linear-gradient(145deg, #fffaf5, #f3e7dd);
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaded3;
    padding: 32px 16px 16px 16px;
    margin: 80px 15px 20px 15px;
    width: calc(100% - 30px);
}

.sign-in-custom-input:focus{
  background: none;
  box-shadow: none;
}

.cls_h_nav{

}

.fa-solid{
  
}


  
.data_tbl{
    width: 100%;
   
}

.data_tbl td,.data_tbl th{
    border-collapse: collapse;
    border: 1px solid #efefef;
    padding: 5px 10px;
}

.site-content.login,.site-content.register{
        
}

.header-sec-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
    position: fixed;
    z-index: 1001;
    top: 0px;
    width: calc(100% - 30px);
    max-width: calc(600px - 30px);
    backdrop-filter: blur(3px) !important;
    padding-top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.header-profile{
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-top: 5px;
  margin: 4px 5px 5px 5px;
}

.accout-screen-img{
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}


.site-content.my_account .header-sec-wrap,
.site-content.login .header-sec-wrap,
.site-content.register .header-sec-wrap {
  display: none;
}


.none{
    display: none;
  }

  .none_imp{
    display: none !important;
  }
  
  .bg-highlight {
    background-color: #EFB06F !important;
  }
  
  .color-highlight {
    color: #EFB06F !important;
  }
  
  .footer-bar-1 .active-nav i, .footer-bar-1 .active-nav span, .footer-bar-3 .active-nav i {
    color: #EFB06F !important;
  }
  
  header{
    border-bottom: 1px solid #d3d7fc;
    padding: 5px 10px;
    text-align: center;
  }
  
  .cls_file_preview{
    background-repeat: no-repeat;
    width: 60px;
    height: 80px;
    background-size: cover;
    display: inline-block;
    margin: 5px;
    border: 1px solid #787878;
    padding: 4px;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}
  
  [data-gradient=body-default] #page, .background-changer .body-default {
    background: #eff1fe !important;
  }
  
  .home_slider_title{
    background: #474e64;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    float: left;
    padding: 0px 10px;
    line-height: 25px;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  
  .home_slider_title span{
    color: #fa9731;
    font-weight: bold;
    font-size: 14px;
  }
  
  .home_addon_title{
    font-size: 12px;
    background-color: #171717;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-top: 5px solid #fa9731;
    margin-bottom: 20px;
  }
  
  #footer-bar a span {
    line-height: 36px;
  }
  
  .upload-file-text {
    margin-top: -30px !important;
  }
  
  .input-style.input-style-active label {
    left: 10px !important;
    transform: translateX(-14px) !important;
    position: absolute;
    padding: 3px 8px !important;
    line-height: normal;
    font-size: 12px;
    transition: all 250ms ease;
    background-color: #EFB06F;
    border-radius: 5px;
    height: auto;
    color: #fff !important;
  }
  
  .input-style.has-borders input, .input-style.has-borders select, .input-style.has-borders textarea {
    line-height: 40px;
    background: #636363b0;
    color: #fff;
    border: none;
  }
  
  .sel_wrapper{
    background-color: #fff;
    display: block;
    border-radius: 10px;
  }
  
  .input-style em, .input-style span {
    opacity: 0.5;
  }
  
  .input-style span {
    margin-top: -10px;
  }
  
  .input-style em{
    margin-top: -7px;
  }
  
  .slide_r{
    padding: 5px;
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px; 
  }
  
  .slide_r img{
    padding: 5px;
    border-radius: 10px;
  }
  
  .slide_r_sub{
      text-align: center;
      background: #656D78;
      margin-top: 5px;
      border-radius: 5px;
      padding: 4px 10px;
      color: #fff;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      font-size: 12px;
      text-transform: uppercase;
      display: table;
  }
  
  .header-clear-small {
    padding-top: 0px;
    padding-top: calc(0px + constant(safe-area-inset-top) * 0.8) !important;
    padding-top: calc(0px + env(safe-area-inset-top) * 0.8) !important;
  }
  
  .upload-file {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: 1;
  }

  .preview_img{
    margin-bottom: 20px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  .preview_img img{
    max-height: 190px;
  }

  .upload_btn{
    padding: 10px 25px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    background: #EFB06F;
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .upload-file-text {
    margin-top: -26px !important;
  }
  
  .page_title{
    text-align: center;
    font-size: 24px;
  }

  .title_hld{
    border-radius: 8px;
    text-align: center;
    position: relative;
  }

  .title_hld h1{
    font-size: 24px;
    color: #d71fc8;
  }

  .plan_hld{
    background-blend-mode: multiply;
    background-color: #858585 !important;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
  }
  
  .plan_hld h1{
    color: #EFB06F;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: 600;  
  }
  
  .plan_hld h1 span{
    color: #000;
  }
  
  .plan_hld .subtxt{
      text-align: center;
      font-weight: 500;
  }
  
  .addon_hld .subtxt{
    border-bottom: 1px #fa9731 solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  
  .plan_hld .plan_amt{
    position: relative;
    text-align: center;
    font-size: 72px;
    font-weight: bold;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin: 20px 0px;
  }
  
  .plan_hld .plan_amt::before{
    content: "$";
    position: absolute;
    font-size: 26px;
    top: 13px;
    margin-left: -15px;
  }
  
  .plan_hld .plan_amt span{
    font-size: 28px;
  }
  
  .plan_hld ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
  }
  
  .plan_hld ul li{
    background: url(../images/check_48.png) no-repeat 0px 0px;
    background-size: 24px;
    color: #171717;
    border-bottom: #cccccc solid 1px;
    padding: 2px 0px 15px 40px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .plan_hld ul li:last-child{
    border-bottom: 0px none;
  }
  
  .add_ons_list_hld{
  
  
  }
  
  .add_ons_list_hld .addon{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-left: 0px;
    margin-right: 0;
  }
  
  .add_ons_list_hld .addon:last-child{
    border-bottom: 0px none;
  }
  
  .icon-check i {
    width: 20px;
    text-align: center;
    pointer-events: none;
    position: absolute;
    left: 19px;
    top: 0px;
    height: 24px;
    line-height: normal;
    zoom: 1.5;
  }
  
  
  
  .add_ons_list_hld .plan_amt{
    font-size: 34px;
    margin: 0;
    font-weight: bold;
    padding-top: 3px;
  }
  
  .add_ons_list_hld .plan_amt::before{
    font-size: 15px;
    top: 10px;
    margin-left: -9px;
  }
  
  .slots_sec_hld{
  
  }
  
  .avail_slots{
    text-align: center;
    font-weight: 500;
    color: #25316f;
    padding-bottom: 5px;
  }
  
  .slots_hld{
  
  }
  
  .slots{
    background: #f3f3fd;
    padding: 5px 9px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin: 5px 5px;
    cursor: pointer;
  }

  .cls_pending{
    background-color: #cf7713;
    color: #fff;
}

.cls_accepted_and_scheduled{
    background-color: #006bb7;
    color: #fff;
}

.cls_completed{
  color: #fff;
    background-color: #088100;
}
  
  .slots:hover,.sel{
    background: #EFB06F !important;
    color: #fff;
  }

  .cal_tbl{
    border-radius:5px;
    overflow: hidden;
  }

  .no_rec {
    text-align: center;
    padding: 15px 10px;
  }

  .cal_tbl .today{
    background-color: #cccccc;
  }

  .cal_tbl .past_date{
    background-color: #f3f3f3;
    color: #bdbdbd;
  }
  

  
  .error_txt{
    display: none;
  }
  
  .error_label .error_txt{
    display: block;
    color: #ff6868 !important;
    padding-top: 5px;  
  }
  
  .error_label input[type=text],
  .error_label input[type=email],
  .error_label input[type=password],
  .error_label input[type=number],
  .error_label select,
  .error_label input[type=checkbox],
  .error_label input[type=radio]{
    border:1px solid #C00;
  }
  
  .error_label .input-transparent.no-borders input {
    border-color: rgb(255 83 83) !important;
  }
  
  .profile{
    background: url(../images/profile.jpg) center;
    width: 38px;
    height: 38px;
    margin-top: 7px;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
  }
  
  .profile_menu{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #171717f5;
    overflow: hidden;
    overflow-y: scroll;
    left: 0;
    z-index: 10;
    color: #fff;
    padding: 20px;
    top:0px;
  }
  
  .side_menu{
    list-style: none;
    padding: 0;
    margin-top: 20px;
    padding-left: 15px;
  }
  
  .side_menu li{
    border-bottom: 1px solid #444444;
    padding: 10px 10px 10px 10px;
  
  }
  
  .side_menu li a{
    color: #fff;
  }
  
  .close_sm{
      float: right;
      position: fixed;
      right: 20px;
      top: 75px;
      font-size: 22px;
      top: 5px;
  }
  
  .notice {
    font-size: 14px;
    font-weight: bold;
    position: fixed;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    background: #ffc72b;
    color: #464646;
    padding: 4px 35px 4px 10px;
    border-radius: 5px;
    display: none;
    z-index: 20021;
    line-height: normal;
    width: max-content;
    max-width: 90%;
  }
  
  .notice span{
    font-size: 15px;
    border-radius: 5px;
    padding: 2px 8px 4px 7px;
    position: absolute;
    right: 0px;
    background: #d9a30f;
    top: 0;
    cursor: pointer;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .addon_img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 8/5;
  }
  
  .addon_hld{
    
  }
  
  .add_on_name{
    position: absolute;
    background: #000;
    width: 90%;
    text-align: center;
    padding: 4px 5px;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 5px;
    bottom: 19%;
    color: #fff;
    font-size: 12px;
  }
  
  .add_on_price{
    position: absolute;
    background: url(../images/addon_badge.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: contain;
    top: -6px;
    left: 10px;
    text-align: center;
    padding: 7px 10px 10px 17px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
  }
  
  .add_on_price:before{
    content: "$";
    font-size: 12px;
    position: absolute;
    margin-left: -7px;
    margin-top: 3px;
  }
  
  .add_on_price span{
    font-size: 12px;
  }
  
  .addon_hld h4{
    color: #EFB06F;
    font-weight: 600;
    text-align: center;
  }
  
  .addon_hld p{
    text-align: center;
  }
  
  .addon_price{
    background: url(../images/price_addon.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: contain;
  }
  
  .addon_choose{
    position: absolute;
    right: -10px;
    z-index: 2;
    bottom: 16px;
    top: 0;
  }

  .address_choose{
    right: 28px;
  }
  
  .addon_choose input{
    zoom: 1.75;
    position: relative;
    bottom: -4px;
  }

  .addon_choose input[type="radio"]{
    zoom: 2.5;
    right: 0px;
    position: absolute;
    top: 5px;
  }

  .addon_choose input:focus,.addon_choose input:hover{
    -webkit-appearance:auto !important;
  }
  
  #add_vehicle_div {
    scroll-behavior: smooth;
  }
  
  .notif_hld{
    width: 100%;
  } 
  
  .notif_hld ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .cls_ac{
    text-align: center;
    font-size: 12px;
    border-bottom: 1px dashed #c5c5c5;
    padding-bottom: 6px;
    color: #EFB06F;
  }
  
  .notif_hld ul li{
    font-size: 12px;
    padding: 8px 0px;
    border-bottom: #e7e7e7 1px solid;
    color: #545454;
  } 
  
  .notif_hld ul li:last-child{
    border-bottom: 0px none;
  }
  
  .notif_hld ul li:last-child a{
    background: #4e4e4e;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
  }
  
  .dropdown .fa-bell{
    border: #424242 1px solid;
    border-radius: 102%;
    padding: 10px 12px;
    margin-top: 8px;
  }
  
  .noti_hld{
  
  }
  
  .noti_item{
    padding: 10px 0px;
    border-bottom: 1px dashed #e7e7e7;
  }
  
  .noti_item.unread,.unread{
    font-weight: bold;
  }
  
  .notiff{
    position: relative;
  }
  
  .notiff::after{
    content: "";
    height: 8px;
    width: 8px;
    background-color: #f80;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 1px;
  }
  
  .noti_item:first-child{
  
  }
  
  .noti_item:last-child{
    border-bottom: 0px none;
  }
  
  .menu-title a.close-menu{
    line-height: 50px;
  }
  
  .menu-box-bottom.menu-box-detached {
    bottom: 10px;
  }
  
  .addon_page{
    transform: none !important;
  }
  
  .review_payment_tbl{
    border: 1px solid #cdcdcd;
  }
  
  .review_payment_tbl tr td:first-child{
    text-align: right;
  }
  
  .review_payment_tbl tr td:last-child{
    text-align: left;
  }
  
  .cls_vehicle_act{
    font-size: 20px;
    padding-top: 12px;
  }
  
  .cls_vehicle_act .fa-trash-can{
    color: #900;
  }
  
  .cls_vehicle_act .fa-pen-to-square{
    color: #000000;
  }
  
  .slide_item{
    margin-bottom: 20px;
    text-align: center;
  }
  
  .slide_item span{
    text-align: center;
    display: block;
    color: #000;
    margin-top: -15px;
  }
  
  .word-wrap-break-word{
    word-wrap:break-word;
    width: 160px;
  }
  
  .wather_bg{
    min-height: 100px;
    background-color: #424242;
    position: relative;
  }
  
  .wather_bg a{
    color: #424242;
  }
  
  .wather_bg::before{
    content: "Weather loading...";
    position: absolute;
    width: 100%;
    color: #6c6c6c;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
  }
  
  #reviews .carousel-control-prev, .carousel-control-next{
    width: auto;
  }
  
  .cla_google {
    cursor: pointer;
    font-size: 13px;
    background: #dd4b39;
    color: #fff;
    line-height: 44px;
    display: block;
    position: relative;
    text-align: center;
  }
  
  .cla_google:after {
    position: absolute;
    background: url(../images/sign_up_gp.png) no-repeat;
    top: 14px;
    left: 10px;
    content: "";
    height: 15px;
    width: 15px;
  }
  
  .cla_google:hover,.cla_google:focus{
    color: #fff;
    background: #c73a29;
  }

  .cls_address{
    margin-bottom: 10px;
    position: relative;
    border-radius: 12px;
    background: #FCF5EF;
    z-index: 1;
    text-align: center;
    padding: 10px;
}


/* enable animatable angle */
@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.cls_address::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: 12px;

    background:linear-gradient(var(--angle), #ff9af2, #e775d8, #eb76dc);

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    animation: rotateGradient 4s linear infinite;
}

@keyframes rotateGradient {
    from {
        --angle: 0deg;
    }
    to {
        --angle: 360deg;
    }
}

  .custom_card_2{
    margin-bottom: 10px;
    position: relative;
    border-radius: 12px;
    background-color: #1a1a1a;
    z-index: 1;
}

.custom_card_2::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 12px;
    z-index: -1;

    background:linear-gradient(var(--angle), #ff9af2, #e775d8, #eb76dc);

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    animation: rotateGradient 4s linear infinite;
}

  .custom_card{
      margin-bottom: 10px;
      position: relative;
      border-radius: 12px;
      background-color: #fffbfb;
      z-index: 1;
  }

  .custom_card::before {
      content: "";
      position: absolute;
      inset: 0;
      padding: 3px;
      border-radius: 12px;
      z-index: -1;

      background:linear-gradient(var(--angle), #ff9af2, #e775d8, #eb76dc);

      -webkit-mask: 
          linear-gradient(#fff 0 0) content-box,
          linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;

      animation: rotateGradient 4s linear infinite;
  }

  .cls_address.sel_addr .cls_fa_checked{
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 28px;
    color: #af7137;
  }
  
  td.old_dates {
    background: #f1f1f1;
    color: #cbcbcb;
    font-weight: 100;
  }

  .cls_address_t{
    font-size: 14px;
    line-height: normal;
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    min-height: 50px;
    padding-left: 55px;
    padding-right: 10px;
    text-align: left;
    display: grid;
    align-content: center;
   }
  
   .cls_add_address{

   }

   .cls_add_address .cls_address_t{
    padding: initial;
    text-align: center;
   }

   .cls_add_address .cls_address_t .fa-solid{
      display: inline;
   }
   
   .cls_add_address .cls_address_t span{

   }


  .com_pic{
    display: inline-block;
    margin-left: 5px;
    }
    
  .com_pic img {
        width: 80px;
        border: 1px solid #afafaf;
        padding: 2px;
    }
   
   .slots.booked{
    background: #efefef;
    color: #c5c5c5;
    cursor: not-allowed;
   } 
  

   
.theme-light input, select, textarea {
    border-color: rgba(0, 0, 0, 0.08) !important;
  }
  
  .input-style {
    position: relative;
    margin-bottom: 15px !important;
  }
  
  .input-style input,
  .input-style select,
  .input-style textarea {
    font-size: 12px;
    width: 100%;
    line-height: 45px;
    height: 45px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    padding: 0px;
    border-radius: 0px;
  }
  
  .input-style select,
  .input-style select option,
  .input-style select option:disabled {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
  
  .input-style label {
    left: -19px !important;
    transform: translateX(30px);
    position: absolute;
    top: -7px;
    height: auto;
    font-size: 10px;
    transition: all 150ms ease;
    background-color: #EFB06F;
    color: #000;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: 600;
  }
  
  .input-style-active label {
    opacity: 1;
    transform: none !important;
  }
  
  .input-style.has-icon i:first-child {
    position: absolute;
    top: 50%;
    width: 10px;
    text-align: center;
    margin-top: -8px;
  }
  
  .input-style.has-icon.has-borders i:first-child {
    position: absolute;
    top: 50%;
    width: 10px;
    padding-left: 15px !important;
    text-align: center;
    margin-top: -7px;
  }
  
  .input-style.has-icon.has-borders input,
  .input-style.has-icon.has-borders select,
  .input-style.has-icon.has-borders textarea {
    padding-left: 35px !important;
  }
  
  .input-style.has-icon input,
  .input-style.has-icon select,
  .input-style.has-icon textarea {
    padding-left: 25px;
  }
  
  .input-style input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0.3;
  }
  
  .input-style textarea {
    line-height: 20px !important;
    padding-top: 15px !important;
    transition: all 250ms ease !important;
  }
  
  .input-style select {
    color: inherit;
  }
  
  .input-style input[type=date] {
    color: inherit;
    width: calc(100vw - 64px);
    display: block;
    appearance: none;
    -webkit-appearance: none;
    padding-top: 2px;
  }
  
  .input-style em,
  .input-style span,
  .input-style .valid,
  .input-style .invalid {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    pointer-events: none;
  }
  
  .input-style em,
  .input-style span {
    margin-top: -9px;
    font-size: 10px;
    font-style: normal;
    opacity: 1;
    color: #bbb;
  }
  
  .input-style.has-borders input,
  .input-style.has-borders select,
  .input-style.has-borders textarea {
    height: 45px;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-top-width: 1px !important;
    padding-left: 13px !important;
    padding-right: 10px !important;
    border-radius: 10px !important;
  }
  
  .input-style.has-borders .valid,
  .input-style.has-borders .invalid,
  .input-style.has-borders span,
  .input-style.has-borders em {
    margin-right: 10px;
  }
  
  .input-style.input-style-active label {
    left: 4px !important;
    transform: translateX(-14px) !important;
    position: absolute;
    padding: 0px 8px !important;
    height: 23px;
    font-size: 12px;
    transition: all 250ms ease;
    background-color:#EFB06F;
  }
  
  .input-style.has-borders.input-style-active label {
    margin-left: 14px !important;
  }
  
  .input-style textarea:focus {
    height: 150px;
    transition: all 250ms ease !important;
  }
  
  .input-style.no-borders.input-style-always-active label {
    opacity: 1;
    left: 6px !important;
    transform: translateX(-14px) !important;
    margin-left: 0px !important;
    position: absolute;
    padding: 0px 8px !important;
    height: 23px;
    font-size: 12px;
    transition: all 250ms ease;
    background-color: #FFF;
  }
  
  .input-style.has-borders.input-style-always-active label {
    opacity: 1;
    left: 23px !important;
    transform: translateX(-14px) !important;
    margin-left: 0px !important;
    position: absolute;
    padding: 0px 5px !important;
    height: 23px;
    font-size: 12px;
    transition: all 250ms ease;
    background-color: #FFF;
  }
  
  /*Remove Number Arrows*/
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  .input-transparent * {
    color: #FFF !important;
    background-color: transparent !important;
  }
  
  .input-transparent.no-borders input {
    border-bottom-width: 1px !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  .car_types_hld{

  }

  .s_btn{
    background-color: #f59627;
    border: 0 none;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    color: #fff;
  }
  
  a.p_btn,input.p_btn,button.p_btn{
    background: linear-gradient(145deg, #ffd700, #f5b700, #ffcc33);
    color: #000;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid #ffcc00;
    width: 100%;
    display: inline-block;
  }

  a.p_btn:hover,input.p_btn:hover,button.p_btn:hover {
    background: linear-gradient(145deg, #ffdf33, #ffb700);
    transform: translateY(-2px) scale(1.005);
  }

  a.p_btn:active,input.p_btn:active,button.p_btn:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
        0 2px 6px rgba(0,0,0,0.4),
        inset 0 2px 4px rgba(0,0,0,0.3);
  }

  a.p_btn:disabled,input.p_btn:disabled,button.p_btn:disabled {
    background: linear-gradient(145deg, #bfa64d, #8c7a2a);
    color: #333;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.7;
}

  .add_new_addr_cls{
    background-image: url(../images/upload_placeholder.png);
    background-color: #fff;
    background-size: 90px !important;
    border-radius: 5px;
    height: 165px !important;
    background-position: top 20px center !important;
    position: relative;
  }

  #ship-address::placeholder {
    color: #ccc !important;
  }

  .add_new_addr_cls::after{
    content: "Upload Photo";
    color: #000;
    position: absolute;
    bottom: 7px;
    width: 90%;
    text-align: center;
    left: 5%;
    font-size: 16px;
    font-weight: 600;
    background: #dfdfdf;
    line-height:35px;
    border-radius: 5px;
  }


  .add_new_addr_cls input{
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;

  }
  






    .d_link {
        transition: transform 0.1s ease, box-shadow 0.1s ease;
    }

    .d_link:hover {
        transform: translateY(-1%); /* Lift effect */
    }

    .d_link:active {

        transform: translateY(1%); /* Slight press-down effect */
    }



  .s_btn_red{
    background: linear-gradient(88deg, #ff3f3f, #f30000) !important;
    border: 1px solid #ff3f3f !important;
    color: #fff !important;
  }

  .page_data{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #000;
  }
  
  .add_new_car{
    text-align: center;
    font-size: 120px;
    color: #fff;
    height: 210px;
    background-image: url(../images/plus_ico.png);
    background-size: 110px;
    background-repeat: no-repeat;
    background-position: top 30% center;
  }

  .car_types_hld img{
    overflow: hidden;
    border-radius: 5px;
  }

  .cls_mycar_hld{
    position: relative;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .car_types_hld .cls_mycar_hld span {
    color: #000;    
  }


    .cal_btn{
      background-color: #EFB06F;
      text-decoration: none;
      color: #000;
      padding: 5px 20px;
      border-radius: 4px;
    }

    .cus_btn{
        border-radius: 5px;
        background: var(--4, #EFB06F);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0 8px 0;
        color: var(--1, #FFF);
        font-family: "League Spartan", sans-serif;
    }

    .page-content{
    }
   
    .title_yellow{
        color: #EFB06F;
        font-weight: bold;
        font-size: 16px;
        border-bottom: 2px solid #EFB06F;
        padding-bottom: 10px;
    }

    .header-setting{
        background: none;
        padding: 0;
        border-radius: unset;
    }

    .header-setting img{
      width: 64px;
    }

    .plan_hld:active{

    }


    .ui-tabs .ui-tabs-nav {
      margin-bottom: 15px;
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
    }

    .ui-tabs .ui-tabs-nav li {
      width: 100%;
      text-align: center;
    }

    .ui-tabs .ui-tabs-nav li a{
      display: block;
      float: none !important;
      color: #000;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      border-bottom: 4px solid #EFB06F;
    }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
      border: 1px solid #ffffff;
      background: #ffffff;
      color: #000;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
      border:0px none;
      background: #e7e7e7;
  }

  .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{
    background: #fff;
  }



  .loader_anim{
    position: fixed;
    z-index: 30001;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #222222;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
  }

  .cls_service_name_hld{
    padding: 3px 15px;
  }

  .cls_service_det{
    min-height: 100px;
    color: #000;
    position: relative;
    display: block;
    background: url(../images/right_arr.png) no-repeat right;
    background-size: 20px;
    padding-right: 25px;
  }

  .cls_service_pic{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
  }

  .form_hld{
    margin-bottom: 20px; 
  }

  .form_hld label{
    width: 100%;
  }
  
  .form_hld .form-control{
    background: #ffffffd4;
  }

  .form_hld .form-control:focus{
    background: #fff;
  }

  .form_title{
    padding-bottom: 5px;
    font-size: 16px;
  }

  .cls_ul{
    list-style: disc;
    display: block;
  }

  .cls_ul li{
    display: list-item;
    list-style: disc;
  }


  #footer-bar {
    /* position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    background-color: rgba(249, 249, 249, 0.98);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
    min-height: 60px;
    height: calc(62px + constant(safe-area-inset-bottom)* 1.1);
    height: calc(62px + env(safe-area-inset-bottom)* 1.1);
    display: flex;
    text-align: center;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; */

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgb(203 177 177 / 85%) 40%, rgb(255 255 255 / 95%) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 -4px 20px rgb(225 225 225 / 60%), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    height: 65px;
    display: flex;
    width: calc(100% - 20px);
    max-width: calc(600px - 20px);
    margin-left: auto;
    margin-right: auto;
}


#footer-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.25),
        rgba(255,255,255,0.05),
        transparent
    );
    pointer-events: none;
}


#footer-bar span a img {
    width: 70px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.6));
    transition: all 0.3s ease;
}

#footer-bar span a:hover img {
    transform: translateY(-5px) scale(1.05);
}

#footer-bar span a {
    position: relative;
}

#footer-bar span a::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%) scaleY(-1);

    width: 50px;
    height: 25px;

    background: url('../images/booking_ico.png') no-repeat center;
    background-size: contain;

    opacity: 0.25;
    filter: blur(2px);

    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
}

#footer-bar span a::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);

    width: 75px;
    height: 75px;

    background: radial-gradient(circle, rgba(255,140,0,0.35), transparent 70%);
    border-radius: 50%;

    z-index: 1;
}


  .theme-dark #footer-bar{
    background-color: #FBF4ED !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #000000;
  }

  #footer-bar a {
    color: #ffffff;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
  }

  #footer-bar > span {
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
    text-align: center;
  }


#footer-bar a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.footer-bar-1 .active-nav i, .footer-bar-1 .active-nav span, .footer-bar-3 .active-nav i {
    color: #000000 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    font-size: 12px !important;
}

#footer-bar a span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: -6px;
  opacity: 0.7;
  font-family: "Roboto", sans-serif !important;
  color: #000;
}


.theme-dark #footer-bar a i, .theme-dark #footer-bar a span .theme-dark p strong {
  color: #FFF;
}

.guide_pop{
  display: none;
  position: absolute;
  padding: 10px;
  left: 100%;
  width: 50vw;
  max-width: 300px;
  color: #000;
  border-radius: 10px;
  background: rgb(255,255,255);
  background: linear-gradient(177deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 55%, rgba(231,231,231,1) 75%, rgba(255,255,255,1) 100%);
  box-shadow: 0px 0px 4px #000000a6;
}

.guide_pop::before{
  font-family: "FontAwesome";
  color: #f1f1f1;
  position: absolute;
  font-size: 25px;
  content: "\f0d9";
}

.guide_pop.topleft::before{ 
  left: -8px;
}

.guide_pop.topright::before{
  right: -7px;
  transform: rotate(180deg);
}

.guide_pop.botleft::before{
  left: 23%;
  transform: rotate(-90deg);
  bottom: -20px;
}

.guide_pop.botright::before{
  right: 23%;
  transform: rotate(-90deg);
  bottom: -20px;
}


.guide_pop.botleft{
  left: auto;
  bottom: 106%;
}

.guide_pop.topright{
  right: 100%;
  left: auto;
}


.guide_pop_navs{
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  padding-top: 2px;
}

.guide_pop_navs div.hide{
  opacity: 0;
}

.guide_pop_navs > div{
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: -3px;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(177deg, rgb(225 225 225) 0%, rgba(238, 238, 238, 1) 55%, rgb(237 237 237) 75%, rgb(219 219 219) 100%);
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
}

.gp_prev{
  
}

.gp_skip{
  
}

.gp_next{
  
}

.addr_cls{
  height:140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.addr_title{
  padding-top: 5px;
  font-weight: 600;
}

.addr_details{
  font-size: 14px;
}

.reviews_hld{
  padding: 10px 10px 10px 15px;
}

.review_hld{
  display: flex;
  align-items: center;
  background: #ffffffa6;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  border-radius: 5px;  
  color: #000;
}

.dollar_prefix{
  position: relative;
}

.dollar_prefix::before{
  content: "$";
  position: absolute;
  font-size: 15px;
  font-family: 'FontAwesome';
  line-height: 40px;
  left: 15px;
}

.completed_bg td{
  background: #f0ffef;
}

.dollar_prefix input{
    background: none;
}

.car_thumb {
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.notif_hld{
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 1px;
  font-size: 20px;
  z-index: 120;
  text-align: center;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
}

.cus_side_icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.cus_side_icon .fa-regular{
  font-size: 21px;
  color: #ff7fee;
}

.cls_notif_hld{
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  margin-bottom: 10px;
}

.cls_notif_hld:last-child{
  margin-bottom: 0px;
}

.cls_notif_hld span{
  padding-left: 10px;
}


.notif_hld #bell_JS{
    
}

.form-control{
  appearance: auto;
}

.unread_msg_cnt{
    background-color: #ff4a4a;
    position: absolute;
    line-height: normal;
    margin: 3px 11px 0px 6px;
    display: block;
    color: #fff;
    padding: 0px 5px 1px 3px;
    border-radius: 5px;
    text-align: center;
    top: 0;
}

.unread_msg_cnt_foo{
  right: 50%;
  z-index: 10;
}

.cls_tele{
  color: #fff;
}

.guide_hld::before{
  content: "";
  z-index: 19999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #0000007a;
  top: 0;
  left: 0;
}

.guide_hld::after{
  content: "";
  position: absolute;
  background: url(../images/hint_arr.png) no-repeat;
  height: 65px;
  width: 60px;
  top: -70px;
  background-size: contain;
  z-index: 20001;
}

.guide_hld span{
  background: #ffc72b;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  color: #000;
  position: absolute;
  top: -89px;
  left: 80px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 20001;
}

.guide_target{
  position: relative;
  z-index: 20001;
}


.guide_hld_notif::before{
  display: none;
}

.guide_hld_notif::after{
  top: 41px;
  transform: rotateX(180deg) rotateY(180deg);
  right: 62px;
  width: 50px;
}

.guide_hld_notif span{
  right: 119px;
  top: 73px;
  left: auto;
}

.fa-bell,.fa-bell-slash{
  color: #ffc72b;
}

.notif_skip{
  cursor: pointer;
  display: table-cell;
  float: right;
  zoom: 0.7;
  padding: 1px 6px 3px 6px;
  margin-bottom: -7px;
  margin-top: 3px;
  background: none;
  border: 1px solid #515151;
  color: #474747;
  border-radius: 5px;
  margin-left: 20px;
}

.guide_hld_notif{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000000;
}

.cls_vehicle_banner{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
}

.fancybox__container {
  z-index: 20001 !important; 
}

.cls_h_nav{
    padding-left: 35px;
    width: 67px;
    padding-top: 5px;
    margin-left: -30px;
}

.cls_h_nav a{
  color: #ff7fee !important;
}

.add_caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* line-height: 60px; */
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: linear-gradient(135deg, #ffccf8 0%, #ffb1f5 25%, #ffb8f6 50%, #ff9ef3 75%, #ffa9f4 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 6px rgba(0, 0, 0, 0.2), 0 -2px 8px #ffa7f366;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    font-size: 20px;
    cursor: pointer;
    padding: 10px 5px;
}

.add_caption::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );

    transform: skewX(-25deg);
    transition: 0.6s;
}


      .address-wrapper {
          display: flex;
          gap: 15px;
      }

      .address-card {
          flex: 1; /* equal width */
          display: flex;
          flex-direction: column;
          justify-content: space-between; /* equal height balance */
          height: 100%; /* important */
          overflow: hidden;
          color: #fff;
          min-height: 200px;
      }

      .address-card a{
        color: #fff;
      }

      .address-card .img {
          height: 150px;
          background-size: cover;
          background-position: center;
      }

      .title {
          font-weight: bold;
          padding: 8px;
      }

      .details {
          font-size: 13px;
          padding: 8px;
      }

      .address-wrapper {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 15px;
      }

      .address-card {
          display: flex;
          flex-direction: column;
          height: 100%;
          color: #636363;
      }

    .bottom_bar{
    }

    .continue_btn{
    width:100%;
    background:#5b2b82;
    color:#fff;
    border:none;
    padding:14px;
    font-size:16px;
    font-weight:600;
    border-radius:8px;
}


.booking_card{
    background:#fff;
    padding:15px;
    border-radius:12px;
    margin:15px 0px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}
  @media screen and (max-width: 767px) {
  
    a.p_btn,a.cls_details{
      font-size: 14px;
    }

    .add_on_price{
      width: 70px;
      height: 60px;
      background-size: contain;
      left: 10px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #000;
      padding-top: 10px;
    }
  
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      padding: .5em 0em;
      font-size: 11.5px;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{
      font-weight: bold;
    }

  }
