@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

body{
    font-family: 'Kanit', sans-serif;
    background-color: rgb(243, 243, 243) !important;
}
.top-header{
    /* background-color: #FFA927; */
    background-color: #162d50;
    position: sticky;
    top: 0;
    z-index: 5;
}

.bottom-footer{
    background-color: #162d50;
}

.preloader{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.404);
    z-index: 10;
}

.point{
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 5%;
    transform: translate(-50%,-50%);
    background-color: #ea4333;
    padding: 1px 8px;
    border-radius: 50px;
    color: white;
}

.pl-50px{
    padding-left: 50px !important;
}


.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #FFA927; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.top-header .nav-link{
    color: white;
}

.w-auto{
    min-width: 5rem !important;
}
.nav-logo img{
    width: 60px;
}

.nav-logo a{
    display: block;
    padding: .5rem 1rem;
}

.bottom-header{
    box-shadow: 0 0 5px #ccc;
    background-color: white;
    position: relative;
    z-index: 1;
}

.bottom-header li.active{
    border-bottom: 5px solid #ffa927;
}

.bottom-header li.active a{
    color: #ffa927;
}

.bottom-header .nav-link{
    padding-top: 23px;
    color: rgb(34, 34, 34);
    font-weight: 600;
}

.getbooking-card{
    padding: 0px 15px 20px 15px;
    background-color: #ffffffd1;
    box-shadow: 0 0 5px #ccc;
    border-radius: 20px;
    
}

.booking-step{
    border: 2px solid #FFA927;
    text-align: center;
    border-radius: 20px;
}

.booking-step .first{
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.booking-step .secound{
}

.booking-step .third{
    padding: 5px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.booking-step .active{
    background-color: #FFA927;
}

.on-step:hover{
    cursor: pointer;
}

.hr-dark{
    width: 100%;
    height: 1px;
    background-color: black;
}

.on-step{
    display: flex;
}

.on-step a{
    width: 100%;
    padding: 7px;
    color: #161616;
}
.on-step a:hover{
    text-decoration: none;
    color: #161616;
}



.booking-card input , .booking-card select{
    border-radius: 50px !important;
    padding: 0px 17px;
    z-index: 0;
    height: 47px;
    position: relative;
    
}

.booking-card input[type=checkbox]{
    height: 13px;
    margin-left: 0;
}

.booking-card .input-group-text{
    background: white;
    border: 2px solid #ffa927;
    border-radius: 50px !important;
    position: absolute;
    height: 37px;
    bottom: 5px;
    right: 6px;
    z-index: 2;
    width: 37.25px;
    top: 3px;
    padding: 10px;
}

.getbooking-card .input-group-append , .booking-card .input-group-append {
    width: 100px;
    position: absolute;
    background-color: white;
    right: 1px;
    height: 44px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 1px;
    z-index: 3;
}
#from-address  ,#to-address{
    height: 46px;
}

.reset-location{
    background: white;
    border: 2px solid #ffa927;
    border-radius: 50px !important;
    position: absolute;
    height: 81%;
    bottom: 5px;
    width: 37px;
    right: 51px;
    z-index: 4;
    color: #495057;
    padding: 10px;
    padding-top: 5px;
}

.choose-file{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 50px;
    padding: 7px 17px 0px 17px;
}

.choose-file label{
    padding: 3px 12px;
    border: 1px solid #767676;
    border-radius: 2px;
    background-color: #efefef;
    color: black;
}

.choose-file input[type=file]{
    position: absolute;
    visibility:hidden;
}

.getbooking-card input{
    border-radius: 50px !important;
    padding: 22px 17px;
    z-index: 0;
    position: relative;
}

.getbooking-card input {
    border-radius: 50px !important;
    padding: 22px 17px;
    z-index: 0;
    position: relative;
}
.getbooking-card select{
    border-radius: 50px !important;
    padding: 0px 17px;
    z-index: 0;
    height: 46px;
    position: relative;
}

.getbooking-card .input-group-text{
    background: white;
    border: 2px solid #ffa927;
    border-radius: 50px !important;
    position: absolute;
    height: 37px;
    width: 37px;
    bottom: 5px;
    right: 6px;
    z-index: 2;
    padding: 11px;
}

.hnb-ab{
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, 50%);
}

.hnb-ab h3 , .hnb-ab i{
    color: rgb(202, 202, 202);
}

.booking-step .disabled{
    background-color: #f1f1f1;
    color: #898989;
}

.next-step-booking{
    background-color: #ffa927;
    border: 0;
    width: 85%;
    position: absolute;
    padding: 6px;
    left: 50%;
    transform: translate(-50%, 8%);
    border-radius: 50px;
}

.next-step-booking .spinner-border{
    width: 1rem;
    height: 1rem;
    border: .15em solid currentColor;
    border-right-color: transparent;
}

.submit-offers .spinner-border{
    width: 1rem;
    height: 1rem;
    border: .15em solid currentColor;
    border-right-color: transparent;
}

.price-load{
    width: 1rem !important;
    height: 1rem !important;
    border: .15em solid currentColor !important;
    border-right-color: transparent !important;
    margin-top: 2px;
    margin-left: 5px;
}

.br-50{
    border-radius: 50px !important;
}
.get-offers{
    background-color: #162d50;
    border: 0;
    width: 100%;
    padding: 6px;
    border-radius: 50px;
    color: #fff;
    transition: 0.3s;
}

.my-booking{
    min-height: 455px;
}

.get-offers:hover{
    color: white;
    background-color: #132949;
    text-decoration: none;
}

.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.custom-map-control-button:hover {
    background: #ebebeb;
}

#googleMap{
    width: 100%;
    height: 400px;
}

.our-fleet{
    border-bottom: 5px solid #ffa927;
    padding-bottom: 12px;
}

.img-outfleet img{
    width: 100%;
    margin-bottom: 15px;
}



.img-outfleet h3{
    text-align: center;
}

.img-outfleet .d-flex{
    min-height: 100px;
}

.footer{
    background-color: #ffa927;
}

.list-none{
    list-style: none;
}

.ourcars .carousel-control-prev, .ourcars .carousel-control-next{
    font-size: 40px;
    color: #fff;
}

.bg-travel{
    background-size: cover;
    background-position: bottom;
    /* background-attachment: fixed; */
}

.sync-location{
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: white;
    color: #545454;
    padding: 3px 7px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.best-price-text{
    background-color: #162d50;
    border-radius: 50px;
    padding: 5px 21px;
    color: white;
    box-shadow: 0 0 3px #162d50;
}

.mobile-nav{
    background-color: #fff;
    height: 100%;
    width: 50%;
    position: fixed;
    top: 0;
    padding: 30px;
    box-shadow: 0 0 5px #ccc;
    transition: 0.3s;
    left: -500px;
    z-index: 5;
}
.nav-overlay{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.187);
}

.mobile-nav ul{
    padding-left: 0;
    list-style: none;
}

.mobile-nav ul li{
    margin-bottom: 20px;
}

.mobile-nav ul li a{
    color: rgb(33, 33, 33);
    
}

.mobile-nav li.active{
    border-left: 5px solid #ffa927;
    padding-left: 15px;
}

.mobile-nav li.active a{
    color: #ffa927;
}

.login-btn{
    background-color: #FFA927;
    border-radius: 50px;
    border: 0;
    padding: 6px;
    color: white;
    transition: 0.3s;
}

.login-btn:hover{
    background-color: #e2921a;
}
.text-gray{
    color: #838383;
}

.btn-sm-register{
    background-color: #162d50;
    color: white;
    border: 0;
    border-radius: 50px;
    padding: 5px 22px;
}

.or-facebook{
    position: relative;
    text-align: center;
}

.or-facebook span{
    position: relative;
    z-index: 2;
    top: -12px;
    background-color: white;
    padding: 5px 25px;
}

.or-facebook::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    top: 0;
    left: 0;
    z-index: 0;
}

ul.auto{
    list-style: auto;
}

.logo-square{
    width: 100%;
    height: 150px;
    background-image: url(../img/kirk-banner.png);
    background-size: cover;
    background-position: center;
}

.bg-faq{
    background-image: url(../img/faq_bg.png);
    background-size: cover;
    background-position: center;
    height: 150px;
}

.btn-facebook{
    width: 100%;
    text-align: center;
    background-color: #389aff;
    color: white;
    border-radius: 50px;
    padding: 5px;
    transition: 0.3s;
}

.btn-facebook:hover{
    background-color: #2786e4;
    color: white;
    text-decoration: none;
}

.btn-google{
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #161616;
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-template: 15px;
    border: 1px solid #161616;
    gap: 15px;
}

.btn-google img{
    width: 24px;
}

.btn-google:hover{

    text-decoration: none;
}

.car-select{
    border-radius: 50px;
    border: 2px solid #ccc;
    display: flex;
    padding: 5px 15px;
    margin-bottom: 10px;
    transition: 0.2s;
    font-size: 13px;
    flex-wrap: wrap;
    background-color: white;
}

.car-select-soon{
    border-radius: 50px;
    border: 1px solid #ccc;
    display: flex;
    padding: 5px 15px;
    margin-bottom: 10px;
    transition: 0.2s;
    font-size: 13px;
    flex-wrap: wrap;
    background-color: white;
}

.car-select:hover{
    cursor: pointer;
    border: 2px solid #8ec3ed;
}

.car-select.active{
    border: 2px solid #8ec3ed;
    box-shadow: 0 0 5px #ccc;
}

.toggle-password{
    border-right: 0 !important;
}

.view-password{
    background-color: #fff !important;
}

.text-black{
    color: black !important;
    text-decoration: none !important;
}

.car-select-soon img{
    width: 90px;
}

.car-select img{
    width: 90px;
}

.car-select-soon .details{
    margin: auto;
}

.car-select .details{
    margin: auto;
}

.d-grid{
    display: grid;
}

.car-select .price , .car-select-soon .price{
    margin-top: 10px;
    margin-bottom: 0;
    color: rgb(3, 165, 3);
}

.booking-details p{
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    background-color: #f9f9f9;
}

#mybooking_collapse .card{
    border: 0;
    box-shadow: 0 0 3px #ccc;
}

#mybooking_collapse .card-header{
    background-color: #fff;
    color: #6e6e6e;
    border-bottom: 0;
    position: relative;
}

#mybooking_collapse .card-body{
    font-size: 14px;
    background-color: white;
}

#mybooking_collapse .badge{
    font-size: 16px;
    font-weight: 100 !important;
    border-radius: 50px;
    padding: 5px 20px;
}

.mybooking-card{
    background-color: #fff0 !important;
    box-shadow: none !important;
}

.booking-header{
    border-top: 3px solid #132949;
    background-color: #ffff;
    border-top-left-radius: 20px;
}
.booking-header:hover{
   cursor: pointer;
}

.img-car{
    width: 150px;
}

.booking-qr-code{
    width: 70%;
}