body {
    font-family: "Roboto", sans-serif;
}
.no-display{
    display: none !important;
}
.common-color {
    color: #1e73be;
}
.common-background {
    background-color: #1e73be;
    color: white;
}
.custom-border-radius {
    border-radius: 10px !important;
}
.text-justify {
    text-align: justify;
}
.regular-btn {
    background-color: white;
    color: #1c1c1c;
    margin: 31px 0px;
    width: 205px;
    transition: all ease 0.3s;
}
.regular-btn-2 {
    background-color: white;
    color: #1c1c1c;
    margin: 31px 0px;
    /* width: 205px; */
    transition: all ease 0.3s;
}
.hover-letter-space {
    transition: all ease 0.3s;
}
.hover-letter-space:hover {
    letter-spacing: 1px;
}

/*--------------------------------------
    nav style 
----------------------------------------*/

.search-area-button-2 {
    border-top-right-radius: 0px !important;
    border-right: 0px;
    border-bottom-right-radius: 0px !important;
    background-color: #1c1c1c !important;
    color: white !important;
}
.search-area-2 {
    background-color: #1c1c1c;
    border-left: 0px;
    color: white;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.search-area-2:focus {
    background-color: #1c1c1c;
    color: white;
    border-color: transparent;
    /* box-shadow: inset 0px 0px 2px #e2dfe1, 0 0 10px #1c1c1c; */
    box-shadow: inset 0px 0px 0px #ffffff, 0 0 1px #ffffff;
}

.nav-2-background-color {
    background-color: #1c1c1c;
}
.navbar-toggler-2 {
    position: absolute;
    top: 4%;
    right: 2%;
    height: 40px;
    width: 40px;
    border: 0;
    background-color: transparent;
}
/* .navbar-toggler-icon-2 {
    background-image: url("../images/side-nav-1.png") !important;
} */
.nav-close-arrow-2 {
    display: block;
    width: fit-content;
    height: fit-content;
    transform: scale(2);
    margin-left: 50px;
    margin-bottom: 10px;
    color: white;
    background-color: #1c1c1c;
}
.nav-logo-2 {
    object-fit: contain;
    padding: 0px 35px;
    width: 75%;
}
.nav-item-2 {
    transition: all ease 0.3s;
}
.nav-item-2:hover {
    letter-spacing: 3px;
}
.nav-item-2 .nav-link {
    max-width: 200px;
}
/* nav items style */
.header-2-part-1 {
    width: 50%;
    background-color: #1c1c1c;
}
.header-2-part-2 ul {
    list-style-type: none;
}
.header-2-part-2 {
    position: fixed;
    height: 100vh;
    transition: all ease 0.4s;
    right: -100%;
    border-bottom-left-radius: 30px;
    padding: 50px 0px;
    background-color: #1c1c1c;
    color: white;
    width: 50%;
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}
.header-2-part-2::-webkit-scrollbar {
    display: none;
}
.overlay-nav-2 {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    visibility: hidden;
    background-color: #00114248;
}
.header-2-part-2.active-nav-2 {
    right: 0;
    width: 30%;
}
.overlay-nav-2.active-overlay {
    visibility: visible;
}

.hide-nav-icon-2 {
    visibility: hidden;
}
.show-nav-icon-2 {
    visibility: visible;
}
.hide-nav-2-icon {
    background-color: transparent;
}

/*--------------------------------------
form part-1 style 
----------------------------------------*/
#down-indecator{
    position: sticky;
    bottom: 20px;
    /* right: 51%; */
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: #1e73be;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}
#up-indecator{
    position: sticky;
    bottom: 20px;
    /* right: 51%; */
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: #1e73be;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}
.booking-from-left-side {
    width: 50%;
    background-color: #1c1c1c;
    height: 780px;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.booking-from-left-side::-webkit-scrollbar {
    display: none;
}
.booking-from-right-side {
    width: 50%;
    height: 780px;
    background-color: white;
    overflow-x: hidden;
    /* -ms-overflow-style: none; IE and Edge */
    /* scrollbar-width: none; */
}
/* .booking-from-right-side::-webkit-scrollbar {
    display: none;
} */
.step-1-focus:focus {
    background-color: #1e73be;
    color: white;
}

.trip-duration .input-group{
    width: 100%;
}
.trip-duration-2 {
    width: 100%;
    background-color: #1e73be;
    color: white;
    padding: 15px 10px;
    border-radius: 10px;
    text-align: center;
}
.trip-duration-2 option{
    background-color: #1e73be;
    color: white;
    padding-top: 5px !important;
    max-height: 20px !important;
}
/*----------------------------
custom datalist style 
------------------------------*/
.active-service{
    background-color: #1e73be !important;
    color: white !important;
}
.hourly-btn , .point-to-point-btn{
    width: 50%;
    padding: 7px;
    background-color: white;
    color: #1e73be;
    border: 1px solid #1e73be;
}
.hourly-btn:hover , .point-to-point-btn:hover{
    background-color: white;
    color: #1e73be;
}
.active-service-input{
    display: block !important;
}
.point-service-container,.hourly-service-container{
    display: none;
}

/*--------------------------------------------
select 2 library redesign 
-----------------------------------------------*/
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-bottom: none;
}
.select2-results {
	background: #1e73be;
	color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.select2-results__options {
    height: 100px;
    overflow-y: auto;
    background-color: #1e73be !important;
    color: white;
    text-align: center;
}

.select2-selection__clear{
    display: none;
}
.select2-container--default .select2-selection--single , .select-container{
    background-color: #1e73be !important;
    color: white !important;
    width: 100% !important;
    border: 1px solid #1e73be !important;
    height: fit-content !important; 
    border-radius: 10px;
    padding: 10px;
}
.select-container:active{
    background-color: #1e73be !important;
    color: white !important;
    width: 100% !important;
    border: 1px solid #1e73be !important;
}
.select-container::placeholder{
    color: white !important;
    opacity: 0.7 !important; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important; 
    width: 100%; 
}
.select2-selection__placeholder{
    color: white !important;
}
select{
    max-height: 100px;
}

#address-pickup-point,
#hotel-pickup-point,
#airport-pickup-point{
    display: none;
}
#address-dropoff-point,
#hotel-dropoff-point,
#airport-dropoff-point{
    display: none;
}


/* #drop_off_location {
    background-color: #3651a7;
    color: white;
}
#drop_off_location:focus {
    background-color: #3651a7;
    color: white;
} */

.children-seat-count {
    display: none;
}
.children-seat-count-2 {
    display: none;
}
.counter-active {
    display: block !important;
}
.form-check-input {
    margin-left: 100px;
}
/* custom number input */
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    /* making number input field appear as textfield */
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 2px solid rgba(255, 254, 254, 0);
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input div {
    outline: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid black;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding: 0;
}

.number-input input[type="number"] {
    /* max-width: 5rem; */
    padding: 0.5rem;
    border: 1px solid #1c1c1c;
    /* border-width: 0 2px; */
    margin: 0 3px;
    font-size: 1rem;
    height: 2.5rem;
    width: 30%;
    font-weight: bold;
    text-align: center;
    color: #1c1c1c;
    border-radius: 10px;
}

.booking-shadow{
    box-shadow: 0 10px 10px 0 #a9ccfe;
}
/*--------------------------------- 
custom option select stuff 
-----------------------------------*/
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
    width: 100% !important;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: rgb(255, 255, 255);
    color: black;
    width: 100%;
    border-radius: 10px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid rgb(255, 255, 255);
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent rgb(255, 255, 255) transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    background-color: #1e73be;
    color: white;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    transition: all ease 0.3s;
}
.select-items div {
    width: 100%;
}
/* .select-items div:last-child {
    width: 87.5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-items-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}
.select-items-container::before {
    position: absolute;
    background-color: transparent;
    content: " ";
    width: 82px;
    height: 103%;
    top: -2px;
    left: -90px;
    border-radius: 0%;
    border-top-right-radius: 50%;
    z-index: 1;
    box-shadow: 44px 0px 0 0 white;
}
.select-items-container::after {
    position: absolute;
    background-color: transparent;
    content: " ";
    width: 82px;
    height: 103%;
    top: -2px;
    right: -90px;
    border-radius: 0%;
    border-top-left-radius: 50%;
    z-index: 1;
    box-shadow: -44px 0px 0 0 white;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items-container div:hover,
.same-as-selected {
    background-color: #143f64;
}
/*--------------------------------- 
custom stuff ends
-----------------------------------*/
.booking-section-2 {
    overflow: hidden;
}
.booking-section-2-image img {
    object-fit: contain;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
}
.modal-image-container img {
    width: 100% !important;
    object-fit: cover;
    height: 400px !important;
}

/* .booking-section-2-image {
    position: absolute;
    top: 0;
    right: -230px;
} */
/*--------------------------------- 
form part-1 ends
-----------------------------------*/
/*--------------------------------- 
form 2 starts
-----------------------------------*/
.form-2-card-image img,
.form-3-card-image img {
    object-fit: contain;
    width: 100%;
}
.form-2-card-image img {
    height: 85px;
}
.form-2-card {
    width: 80%;
    /* height: 300px; */
    box-shadow: 2px 7px 5px gray;
    border-radius: 10px;
}
.form-2-card .regular-btn-2 {
    margin: 10px 0px;
}
.form-2-card-active-border {
    border: 3px solid #1e73be;
    border-radius: 10px;
}
.view-details-width {
    width: 150px;
    cursor: pointer;
}
.modal-checkbox-on {
    display: block !important;
}
.text-muted-active{
    margin-bottom: 0px;
    padding: 5px;
    background-color: #1e73be;
    color: white;
    border: 3px solid #1e73be;
    border-radius: 5px;
}
.text-muted-inactive{
    margin-bottom: 0px;
    padding: 5px;
    background-color: white;
    color: #1e73be;
    border: 3px solid #1e73be;
    border-radius: 5px;
}

.success-message-container img{
    object-fit: contain;
    width: 50%;
    height: fit-content;
}

/*--------------------------------- 
form 4 starts
-----------------------------------*/
.total-amount-text-container{
    background-color: #1e73be;
    color: white;
    padding: 10px;
    transform: skew(20deg);
    text-align: center;
}
.total-amount-text-container p{
    padding: 0px;
}
.total-amount-text{
    transform: skew(-20deg);
    padding: 0px;
}
.travel-agent-promo-code{
    display: none;
}

.bf1p-text{
    color: #b1b2b4;
    font-family: "poppins", sans-serif;
    font-size: 3rem !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.4 !important;
}

/*--------------------------------- 
media query
-----------------------------------*/
@media screen and (max-width: 688px) {
    #down-indecator{
        display: none;
    }
    #up-indecator{
        display: none;
    }
    .nav-logo-2 {
        width: 100%;
    }
    .nav-2-container {
        width: 100%;
        background-color: #1c1c1c;
        color: white;
    }
    .header-2-part-1 {
        width: 80%;
    }
    .navbar-toggler-2 {
        filter: invert(100%);
        top: 25px;
    }
    .header-2-part-2.active-nav-2 {
        right: 0;
        width: 70%;
    }
    .part-1-left {
        display: none;
    }
    .booking-from-left-side {
        width: 100%;
        height: 100%;
        background-color: #1c1c1c;
    }
    .booking-from-right-side {
        width: 100%;
        margin: 15px;
        height: 100%;
        background-color: white;
    }
    /* .booking-section-2-image {
        position: absolute;
        top: 100px;
        right: -23px;
    } */
    .form-2-card {
        width: 95%;
        box-shadow: 2px 7px 5px gray;
    }
    .success-message-container img{
        width: 100%;
    }
}
@media screen and (min-width: 689px) and (max-width: 992px) {
    #down-indecator{
        display: none;
    }
    #up-indecator{
        display: none;
    }
    .nav-2-container {
        width: 100%;
        background-color: #1c1c1c;
        color: white;
    }
    .header-2-part-1 {
        width: 80%;
    }
    .navbar-toggler-2 {
        filter: invert(100%);
        top: 25px;
    }
    .header-2-part-2.active-nav-2 {
        right: 0;
        width: 70%;
    }
    .part-1-left {
        display: none;
    }
    .booking-from-left-side {
        width: 100%;
        height: 100%;
        background-color: #1c1c1c;
    }
    .booking-from-right-side {
        width: 100%;
        height: 100%;
        margin: 50px;
        background-color: white;
    }
    /* .booking-section-2-image {
        position: absolute;
        top: 45px;
        right: -23px;
    } */
    .form-2-card {
        width: 95%;
        box-shadow: 2px 7px 5px gray;
    }
    .success-message-container img{
        width: 100%;
    }
}


@media screen and (max-width: 540px)
{
    .hover-letter-space{
        transition: none !important;
        letter-spacing: unset !important;
    }

    #return-service-text{
        font-size: 0.9rem;
    }

    #return-service-text a{
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 397px){

    #return-service-text{
        font-size: 0.8rem;
    }

    #return-service-text a{
        font-size: 0.7rem;
    }

    .hourly-btn{
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .point-to-point-btn{
        height: 64px;
    }
}
