/* Importing Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
:root {
    --blue-primary: #0023a1;
    --orange-primary: #f86800;
    --grey-primary: #f9fafb;
    --grey-dark: #bababa;
}

* {
    font-family: "Poppins", sans-serif;
}

.font-size-xs {
    font-size: 10px !important;
}

.font-size-sm {
    font-size: 12px !important;
}

.font-size-md {
    font-size: 14px !important;
}

.font-size-lg {
    font-size: 16px !important;
}

.font-size-xl {
    font-size: 20px !important;
}

.font-size-xxl {
    font-size: 24px !important;
}

.text-blue-primary {
    color: var(--blue-primary) !important;
}

.text-orange-primary {
    color: var(--orange-primary) !important;
}

.text-accent-orange-primary {
    accent-color: var(--orange-primary) !important;
}

.text-grey-lite {
    color: rgba(33, 37, 41, 0.6) !important;
}

.border-radius-none {
    border-radius: 0 !important;
}

.border-radius-xs {
    border-radius: 6px !important;
}

.border-radius-sm {
    border-radius: 10px !important;
}

.border-radius-md {
    border-radius: 15px !important;
}

.border-radius-lg {
    border-radius: 20px !important;
}

.border-left-none {
    border-left: 0 !important;
}

.border-top-none {
    border-top: 0 !important;
}

.border-right-none {
    border-right: 0 !important;
}

.border-bottom-none {
    border-bottom: 0 !important;
}

.border-none {
    border: 0 !important;
}

.border-grey-1 {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bg-blue {
    background-color: var(--blue-primary) !important;
}

.bg-grey {
    background-color: var(--grey-primary) !important;
}

.bg-orange {
    background-color: var(--orange-primary) !important;
}

.hero-section {
    position: relative;
    /* old vh */
    /* height: 70vh; */
    height: 88vh;
    width: 100% !important;
}

.hero-section .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-section .hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #fff, 60%, rgba(0, 0, 0, 0));
}

.hero-section .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content .hero-heading {
    width: 50%;
    font-weight: bolder;
    line-height: 3.5rem;
    padding: 0 4rem;
}

.hero-content .link {
    padding: 0 4rem;
}

.form-tabs {
    max-width: 80%;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.form-tabs .nav-link.active {
    border-radius: 0 !important;
    background-color: white;
    color: var(--blue-primary) !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.form-tabs .nav-link:hover {
    /* border-radius: 10px !important; */
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.form-card {
    border-radius: 10px;
    /*border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;*/
    max-width: 80%;
}
.form-card-new {
    border-radius: 10px;
    border-top-left-radius: 10 !important;
    border-top-right-radius: 10 !important;
    max-width: 80%;
}

.border-bottom-grey-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.social-flex {
    justify-content: end;
}

.search-form-inputs {
    border: 1px solid var(--grey-dark) !important;
    padding: 5px 10px !important;
}

.search-form-inputs::placeholder {
    color: rgba(33, 37, 41, 0.6);
}

.search-btn {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--orange-primary);
    color: white;
    font-size: 24px;
    margin-left: 2rem;
}

.search-btn:hover {
    background-color: var(--orange-primary);
    color: white;
}

.nav-flex-main {
    width: 60%;
    justify-content: end;
}
.nav-flex-secondary {
    width: 40%;
    justify-content: end;
}

.header .active {
    border-bottom: 2px solid var(--blue-primary);
}

.price-text {
    text-align: center;
}

.heading-border {
    width: 100px;
    border-top: 3px solid var(--blue-primary);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.cab-explore-card {
    height: 18rem;
    width: 14rem;
    margin: 5px !important;
}

.deals-text {
    width: 50%;
}

.carousel-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 1rem;
}

.bg-grey {
    background-color: #ebebeb !important;
    color: var(--orange-primary);
}

.bg-grey-dark {
    background-color: var(--grey-dark) !important;
}

/*Select box with description*/
.select-box-desc .btn {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 30px;
    padding: 6px 18px;
    font-size: 13px;
}

.select-box-desc .btn:hover {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.select-box-desc .btn-default:hover,
.select-box-desc .open .dropdown-toggle.btn-default {
    background-color: #ffffff;
    border-color: #cccccc;
}

.select-box-desc .input-group-btn button {
    width: 100%;
    text-align: left;
}

.select-box-desc .input-group-btn .caret {
    position: absolute;
    right: 10px;
    margin-top: 8px;
}

.select-box-desc .dropdown-menu {
    width: 100%;
    height: 150px;
    padding: 10px;
    max-height: 120px;
    min-width: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.select-box-desc .dropdown-menu > li {
    border-bottom: 1px solid #efefef;
    width: 100%;
}

.select-box-desc .btn-default {
    background: #ffffff;
    border: 1px solid #cccccc;
}

.select-box-desc .btn-default:hover {
    background: #ffffff;
}

.caurousel-control-btn {
    width: 80px;
}

@media screen and (max-width: 992px) {
    .hero-section .hero-gradient {
        width: 100%;
        background: rgba(242, 224, 210, 0.5);
    }

    .hero-content .hero-heading {
        width: 100%;
        line-height: 2rem;
        padding: 0 1rem;
    }

    .hero-content .link {
        padding: 0 1rem;
    }

    .form-tabs,
    .form-card {
        max-width: 100%;
        border-radius: 0 !important;
    }

    .form-tabs .nav-link.active {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .font-size-xs {
        font-size: 8px !important;
    }

    .font-size-sm {
        font-size: 10px !important;
    }

    .font-size-md {
        font-size: 12px !important;
    }

    .font-size-lg {
        font-size: 14px !important;
    }

    .font-size-xl {
        font-size: 18px !important;
    }

    .font-size-xxl {
        font-size: 20px !important;
    }

    .social-flex {
        justify-content: start;
    }

    .search-btn {
        display: block;
        height: 100%;
        width: 100%;
        border-radius: 0;
        text-align: center;
        background-color: var(--orange-primary);
        color: white;
        margin-left: 0;
    }

    .nav-flex-main {
        justify-content: start;
    }

    .price-text {
        text-align: left;
    }

    .deals-text {
        width: 100%;
    }
	
	.carousel-btn {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        padding: 0.5rem;
    }
}

@media screen and (max-width: 540px) {
    .cab-explore-card {
        height: 15rem;
        width: 46%;
        margin: 5px !important;
    }
}

.ui-timepicker-standard {
    z-index: 10 !important;
}

.child-age-danger {
    border: 1px solid red !important;
}

/* Car Search Form - Rental Plan */
.fade_text{
    display: inline-block;
    max-width: 85%;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown_icon{
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
    cursor: pointer;

    text-decoration: none;
    color: #818181;
}
