
    .intl-tel-input {
        width: 100%;
    }

    .tooltip {
        position: relative;
        display: inline-block;
        opacity: 1;
        font-size: 17px;

    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 320px;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;

        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: 100%;
        left: -101%;
        margin-left: -168px
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
    </style>

    <style>
        .fa-info-circle {
    color: black !important;
}
    #forminfosection {
        display: none;
    }
    #forminfosection {
        /* background: #f0f0f0; */
        background: #fff;
    }

    #reservertitle {
        display: none;
    }

    #formentrysection {
        margin-bottom: 30px;
        /* background: #f0f0f0; */
        background: #fff;
    }

    #paymentinfo {
        display: none;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #e9ecef !important;
        opacity: 1;
    }

    .alert {
        /* padding: 0px 15px 5px 15px;
        border: 1px solid #dddddd;
        margin-top: 10px;
        background: #fff; */
        padding: 10px 23px;
    border-radius: 10px;
    margin-bottom: 37px;
    box-shadow: rgb(163 163 163 / 51%) -1px 3px 18px 0;
    background-color: #fff;
    }

    .alert h5 {
        color: red !important;
        font-weight: 700;
    }

    /* --------navbar style --------*/

    .nav-gm {
    font-size: 14px;
    display: flex;
    border: none;
}
.nav-item {
    margin-top: 2px;
    border: none !important;
}
 .navbar-nav{
    width: 53% !important;
 }
 .navbar .nav-item .nav-link{
    font-size: 14px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
 }

 .ftco-navbar-light .navbar-nav>.nav-item>.nav-link{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 500;
 }
 .pl-2, .px-2{
    padding-left:0px !important;
    padding-right:0px !important;
 }
 .dropdown-item {
    font-size: 13px !important;
    color: gray !important;
    padding: 6px 10px !important;
}

.booking-wrapper .quote-sys-wrapper .quote-fleet {
    padding: 10px 23px;
    border-radius: 10px;
    margin-bottom: 37px;
    box-shadow: rgb(163 163 163 / 51%) -1px 3px 18px 0;
    background-color: #fff;
    /* padding: 10px 20px; */
    /* margin: 0 0 20px; */
    /* background: #fff; */
    /* border: 1px solid #ddd; */
    /* box-shadow: rgba(100,100,111,.2) 0 7px 29px 0; */
}
.booking-wrapper .quote-sys-wrapper .quote-inr-wrap .btn-custom {
 
    background: #22812e !important;
    /* background: rgba(249 74 0); */
    border-radius: 5px;
    border: none;
    margin: 11px 6px;
    float: right;
    padding: 9px 14px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    box-shadow: none;
}

.form-check-input[type=checkbox]+label{
    padding-left: 24px;
}

.book-btns{
  
    background: #22812e !important;
    color:#fff;
    border:none;
}
.book-btns:hover{
    color:#fff;
}

input[type=radio]{
        vertical-align: middle !important;

}
input[type=radio]:checked {
    background-color: #0075FF;
    border: 2px solid #0075FF;
}

/* input[type=radio] {
    appearance: none;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    border-radius: 2px;
    display: inline-grid;
    place-content: center;
} */
input[type=radio]:checked::before {
    transform: scale(1);
}

input[type=radio]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transform-origin: bottom left;
    background-color: #fff;
    clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}
   