
:root {
    --sherpa-blue: #384652;
    --sherpa-blue-light: #2d3e52;
    --this-primary:#384652;
    --this-secondary:#02495D;
    --green: #fc901b;
    --gray: #DDDDDD;
    --gray-light:#f3f3f3;
    --white: #ffffff;
    --this-new-black:#000000ed;
    --black: #000000;
    --text-dark:#4E4E50;
    --text-light:#75767B;
    --btn-green:#46a045;
    --btn-blue:#3289d6;
    --btn-orange:#ff851b;
    --btn-red: #e83e3c;
    --btn-ink: #003087;
    --table-text-color:#5a6477; 
    --border-2x:2px solid #80808033;
    --border-1x:1px solid #80808033;
    --border-flight-result:1px solid #e4e4e4;
    --this-shadow:0px 5px 15px var(--black);
    --smart-red:#c0272c;
    --smart-blue: #0e4e96;
  --smart-gray:#b2b2b2;
  --paginate-normal:#009cde;
  --paginate-active:#003087;
}


h2{
    font-size:1.5rem!important;
}
h4{
    font-size:1rem!important;
}
.text-dark{
    color: var(--text-dark)!important;
}
.text-light-custom{
    color:var(--text-light)!important;
}
.text-blue-dark{
    color: var(--sherpa-blue);
}
.text-blue-light{
    color: var(--sherpa-blue-light);
}
.text-table{
    color: var(--table-text-color);
}
.text-green{
    color: var(--green)!important;
}
.bg-gray{
    background: var(--gray);
}
.bg-gray-light{
    background: var(--gray-light)!important;
}
.bg-blue-light{
    background: var(--sherpa-blue-light);
}
.bg-blue-dark{
    background: var(--sherpa-blue);
}
.border-2x{
    border: var(--border-2x);
}
.btn-blue, .btn-blue:hover, .btn-blue:focus{
    /* background: var(--sherpa-blue); */
    background: var(--btn-blue);
    color:var(--white);
}
.btn-blue-dark, .btn-blue-dark:hover, .btn-blue-dark:focus{
    /* background: var(--sherpa-blue); */
    background: var(--smart-red);
    color:var(--white);
}
.btn-blue-light, .btn-blue-light:hover, .btn-blue-light:focus{
    background: var(--sherpa-blue-light);
    color:var(--white);
}
.btn-green, .btn-green:hover, .btn-green:focus{
    background: var(--green);
    color:var(--white);
}

.btn.btn-img {
    padding: 0!important;
}
.btn-img img{
    width: 25px;
    min-width: 25px;
}
.btn.border-green-btn, .btn.border-blue-btn , .btn.border-orange-btn , .btn.border-red-btn, .btn.borderless-icon-btn {
    border-radius: 4px!important;
    padding: 2px 6px!important;
    font-size: 14px;
    font-weight: bold!important;
}
.border-green-btn {
    border: 2px solid var(--btn-green);
    color: var(--btn-green)!important;
}
.border-blue-btn {
    border: 2px solid var(--btn-blue);
    color: var(--btn-blue)!important;
}
.border-orange-btn {
    border: 2px solid var(--btn-orange);
    color: var(--btn-orange)!important;
}
.border-red-btn {
    border: 2px solid var(--btn-red);
    color: var(--btn-red)!important;
}
.borderless-icon-btn{
    color: var(--btn-ink);
}
body{
    background-color: var(--gray);
}
p{
    color: var(--text-light);
    font-size: 14px;
    font-weight: 600;
}
.skin-black-light div.wrapper{
    background-color: var(--gray-light)!important;
}
.sidebar-toggle, .sidebar-toggle:hover, .sidebar-toggle:focus{
    background-color: var(--white)!important;
    color: var(--this-primary)!important;
    box-shadow: none;
}
aside.main-sidebar{
    background:var(--white)!important;
}
aside.main-sidebar section.sidebar a, aside.main-sidebar section.sidebar .treeview-menu a:hover{
    color: var(--this-primary)!important;
}
aside.main-sidebar section.sidebar a:hover{
    color: var(--white)!important;
}
.name_user_down{
    color:var(--text-dark);
}
/** top nav **/
.linkHolder{
    background: white;
    width: 100px;
    margin: 5px;
    padding: 5px;
    text-align: center;
}
.linkHolder.active, .linkHolder.active .topLink p{
    background-color: var(--green);
    color: var(--white);
}
.linkHolder:hover{
    background: var(--green);
}
.linkHolder:hover .topLink p{
    color: var(--white);
}
.topLink p{
    margin:0;
    color: var(--text-dark);
}
.topLink .icon i{
    font-size: 25px;
}
.topLink .icon .fa-plane, .fa-plane.rotate{
    transform: rotate3d(1, 1, 2, 307deg);
}
.topLink .linkText{
    font-size: 14px;
    font-weight: bold;
}
.balanceDiv{
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 600;
}
/** table **/
.table-responsive::-webkit-scrollbar, .dropdown-menu::-webkit-scrollbar {width: 5px;height: 5px;}
.table-responsive::-webkit-scrollbar-track, .dropdown-menu::-webkit-scrollbar-track {background: #E9E9E9;}
.table-responsive::-webkit-scrollbar-thumb, .dropdown-menu::-webkit-scrollbar-thumb {background: #C5C3C2;}

.table th, .table td{
    font-size: 14px;
    font-weight: 600;
    /* border-top: 2px solid #80808033!important; */
}
.table-green thead th, .table-green th,  table.table th{
    background-color: var(--green)!important;
    color: var(--white);
}
.table.border-table, .table.border-table th, .table.border-table td{
    border: var(--border-2x);
    border-collapse: collapse;
}
table.dataTable{
    margin-top: 6px!important;
}
.dropdown-menu{
    padding: .5rem 5px!important;
    max-height:150px;
    overflow-y: scroll;
}
/** sidebar **/
.main-sidebar, .left-side{
    padding-top: 0 !important;
}
.logo-lg img, .logo-mini img {
    width: 100%!important;
    min-height: 45px!important;
    object-fit: contain!important;
    background: var(--white);
    /* vertical-align: top; */
}
.logo {
    float: none!important;
    margin-right: 0!important;
}
.sidebar-menu{
    padding:10px;
}
.sidebar-menu>li {
    border-bottom: 2px dashed white;
}
.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a, ul.sidebar-menu>li.active>a, .skin-black-light .sidebar-menu>li.active>a {
    background: var(--this-secondary)!important;
    color:var(--white)!important;
    border-radius:4px;
}
.sidebar-menu>li>.treeview-menu {
    background: var(--white)!important;
    color:var(--this-primary)!important;
    padding: 10px 0;
}
/** vertical tabs **/
.custom-v-tab{
    /* box-shadow: 0px 0px 1px black; */
    border: 2px solid #80808033;
}
.custom-v-tab .nav-pills .nav-link{
    background:var(--gray-light);
    color: var(--text-dark);
    border: 2px solid #80808033;
    border-radius: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 16px;
    font-weight: bold;
}
.custom-v-tab .nav-pills .nav-link:first-child{
    border-top:0;
}
.custom-v-tab .nav-pills .nav-link:last-child{
    border-bottom: 2px solid #80808033;
}
.custom-v-tab .nav-pills .nav-link.active, .custom-v-tab .nav-pills .show>.nav-link, .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--text-dark);
    background-color: white;
    border: 0;
}
.custom-v-tab .nav-pills .nav-link .icon{
    width:60px;
    display: block;
}
footer.main-footer{
    z-index: 999999;
}
/** bootstrap override **/
.form-control, .form-select, .select2-container--default .select2-selection--single, .alladvnce, .enq_row label .form-control {
    border: 1px solid #80808033!important;
    color: var(--this-new-black)!important;
    font-size: 14px;
    font-weight: normal;
}
.form-control::placeholder , .enq_row label .form-control::placeholder {
    color: var(--this-new-black)!important;
}
.form-label, .wament, .form-check-label, .enq_row label, .dash_tabs .pack_details label, .dash_tabs .price_details .form-group > label, .cost_itin .form-group > label, .enq_row .form-group > label, .itin_box label{
    color: var(--text-dark)!important;
    font-size: 14px!important;
    font-weight: normal!important;
}
.btn{
    /* text-transform: uppercase!important; */
    text-transform: capitalize!important;
    font-weight: 600!important;
    /* border-radius: 0!important; */
}
.btn-sm{
    font-size: 12px!important;
}
.tabspl, .waywy, .multi_city_container {
    float: none;
}
.radio-right .form-check-input {
    float: right;
    margin-right: -1.5em;
}
.datemark_custom{
    position: relative;
}
/* .datemark_custom::after {
    content: "\f073";
    bottom: 0;
    color: var(--text-dark);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 18px;
    right: 0;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
} */
.datemark_custom input{
    padding-right: 40px;
    height:36px;
    background-image: url(../images/icons/calendar-icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 96% center;
}
.dash_page .form-group label.radio-inline , .pack_details .inc li.checkbox label{
    display: inline-flex;
    align-items: center;
}
.dash_page .form-group label.radio-inline input, .pack_details .inc li.checkbox label input{
    margin-right:3px;
}
.add_city_btn, .city_close_btn{
    color: var(--text-dark);
    position: relative;
}
.home-banner .add_city_btn, .home-banner .city_close_btn, .home-banner .add_city_btn:hover, .home-banner .city_close_btn:hover{
    color: var(--white);
}
#modify .add_city_btn, #modify .city_close_btn{
    color: var(--white);
}
.searcharea{
    background-image: none;
    padding: 0;
}

.select2-container .select2-selection--single{
    height: 36px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-light)!important;
    line-height: 32px!important;
    padding-right: 2.25rem!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    /* height: 0; */
    left: 15%!important;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    border: solid #343a40!important;
    border-width: 0 2px 2px 0!important;
    display: inline-block!important;
    padding: 3px!important;
    width: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.alladvnce{
    margin:0!important;
    width: 100%!important;
}
.nav-tabs .nav-link{
    background: var(--gray-light);
    color: var(--text-dark);
    border: 2px solid #80808033;
    border-radius: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 16px;
    font-weight: bold;
}
.nav-tabs .nav-link i, .ind_4 i, .pack_cont i, legend i, .new_ico i{
    color: var(--green);
}
/** filght search page */
.boxlabl, .placenameflt{
    color: var(--text-dark);
    font-weight: bold;
}
.datein, .countlbl, .contryname{
    color:var(--text-light);
    font-weight: 500;
}
.divinsidefltr{
    border: 0;
    box-shadow: none;
}
.sortli, .flitone{
    float: none;
}
.sorta{
    padding-left: 23px;
    border: var(--border-flight-result);
    border-bottom: var(--border-2x);
    position: relative;
}
.sortul .sortli:not(:first-child) .sorta{
    border-left: 0;
}
/* .sortul .sortli:not(:last-child) .sorta{
    border-right: 0;
} */
.sorta strong, .hedtowr{
    color:var(--text-dark);
    font-weight: bold;
}
.sorta.asc::after {
    color: var(--text-dark);
    margin-right: 20px;
    float: none;
    position: absolute;
    right: 0;
}
.sorta.active {
    /* border-top: var(--border-2x); */
    border-bottom: 2px solid var(--green);
}
.smalairport, .stop-value, .durtntime{
    color: var(--text-dark);
}
.insidesame {
    display: block!important;
    padding: 0!important;
    text-align: unset!important;
}
#flight_search_result .insidesame {
    text-align: unset;
}
.bigtimef{
    color: var(--text-dark);
    /* background: var(--gray-light); */
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
#flight_search_result .priceflights{
    text-align: center;
}
.flightResult {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}
.filtersho{
    background-color: var(--sherpa-blue-light);
    color: var(--text-dark);
    float: none;
    padding: 10px 10px 20px;
}
.avlhtls, .avlhtls strong{
    color:  var(--white);
    font-weight: bold;
}
/* .filtersho::after{
    content: '';
} */
#reset_filters, #reset_filters:hover, #reset_filters:focus{
    background: var(--sherpa-blue-light);
    color: var(--white);
    font-size: 14px;
    font-weight: normal!important;
    text-transform: capitalize!important;
    margin-right: 0;
    z-index: 1;
    position: relative;
}
.btn#reset_filters{
    border: var(--border-flight-result);
}
.resetFilterDiv::after{
    content: "";
    display: block;
    width: 126px;
    height: 1px;
    background: var(--gray-light);
    right: 22px;
    top: 50%;
    position: absolute;
}
.resetFilterDiv::before{
    content: "";
    display: block;
    width: 126px;
    height: 1px;
    background: var(--gray-light);
    left: 22px;
    top: 50%;
    position: absolute;
}
.boxins, .alltwobnd{
    display: flex;
}
.stopone{
    float: none;
    display: block;
    height: auto;
}
.starin{
    height: 100%;
    border-bottom-width: 4px;
}
.stopbig{
    line-height: 1.1;
    height:auto;
    color: #666;
    font-size: 12px;
}
.htlcount{
    background: white;
}
.toglefil.enabled.active .starin {
    border: 1px solid var(--green);
    border-bottom-width: 4px;
    color: var(--text-dark);
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label{
    background: var(--white);
    border-color:var(--green);
} 
/*
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{
    content: "";
    font-family: "";
    top: -4px;
    background: white;
    background-color: white;
    border-radius: 11px !important;
    border: 4px solid var(--green);
} */
/* .nav-tabs.flittwifil li.active::after{
    content: '';
} */
/* .squaredThree [type="checkbox"]:checked + label:after {
    left: -4px;
} */

/* .squaredThree label {
    background-color: white;
    border-radius: 11px !important;
    border: 4px solid #212529;
} */
.locationul{
    width: 100%;
}
.comn_close_pop{
    background: var(--sherpa-blue);
    color:var(--white);
}
.contfare {
    background: var(--gray-light);
    margin: 0;
}
.contfare .nav-tabs{
    border: var(--border-2x);
    border-bottom: 0;
    padding: 8px 0px;
}
.contfare .tab-content{
    border: var(--border-2x);
    border-top: 0;
}
.tabmarg {
    padding: 15px 10px 0;
    margin: 0;
    background: var(--white);
}
.popuphed, .popconyent, .popfooter {
    float: none;
    background: var(--gray-light);
}
/* .nav-tabs.flittwifil li{
    margin: 0;
} */
.popconyent{
    padding:15px;
}
/* .nav-tabs.flittwifil li.active a, .nav-tabs.flittwifil li.active a:hover {
    background: var(--gray-light);
    border: 0 none;
    color: var(--text-dark);
}
.nav-tabs.flittwifil li a{
    background: var(--gray-light);
    font-weight: bold;
}
*/
.nav-tabs.flittwifil li a.active, .nav-tabs.flittwifil a.active{
    background: var(--green);
    color:white;
    position: relative;
} 
.nav-tabs.flittwifil li a.active::after{
    content: "\f0d7";
    bottom: -3px;
    color: #fc901b;
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    font-weight: 900;
}
/* .inboundiv{
    margin: 10px;
    border: var(--border-flight-result);
} */
.rowfare{
    display: flex;
}
/** create FIT Enquiry **/
.dashboard_header{
    background: var(--gray-light)!important;
}
.content-header .breadcrumb{
    float: none;
}
.content-header .breadcrumb{
    content: '>\00a0';
}
.breadcrumb ol li{
    list-style: none;
}
.customer_enquiry.toggle_contain {
    max-width: 100%;
}
.enq_row .form-control::placeholder, .form-control::placeholder{
    color: var(--text-light)!important;
    font-weight: normal;
    font-size: 14px;
}
.reports, .booking_form{
    padding: 0;
}
.enq_section {
    padding: 10px;
}
.absoluteBreadcrumb{
    position: absolute;
    right: 4px;
    top: -2px;
}
/* package */
.deal_img span.rating, .deal_img span.tour_price{
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    /* border-top-right-radius:4px; */
}
.deal_img span.rating{
    background-color: var(--green);
}
.deal_img span.tour_price {
    background-color: var(--sherpa-blue);
}
.tour_in h3{
    color: var(--text-dark);
}
.mar0 i{
    color: var(--green);
}
.tab-content{
    background: var(--white);
}
.bodyContent, .contact_us{
    padding-top: 1rem;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    background: var(--gray-light)!important;
    
}
.actionBtn .btn{
    margin-right: 5px;
    margin-bottom: 5px;
}
.pagination{
    width: 100%;
    background: var(--gray);
    padding: 5px;
    margin-bottom: 10px!important;
}
.pagination li{
    padding: 1px 6px;
}
.pagination li.active, .pagination li.active a{
    background: var(--white);
}
.pagination li a{
    font-size: 14px;
}
.pagination,.pagination li,.pagination li a {
	margin: 0;
	color: black !important;
	font-weight: bold;
}
.panel-body{
    padding-top: 10px;
}
legend{
    font-weight: bold;
    border: var(--border-flight-result);
}
.checkboxDynamic [type="checkbox"]:not(:checked), .checkboxDynamic [type="checkbox"]:checked {
    position: relative; 
    left: auto;
}
.checkboxDynamic [type="checkbox"]:not(:checked) + label:after, .checkboxDynamic [type="checkbox"]:checked + label:after{
    content: '';
    display: none;
}
.alldasbord {
    background: #fff none repeat scroll 0 0;
    border:0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    padding: 6px 7px;
    width: 100%;
}
.step_head{
    display: flex;
    float: none;
    justify-content: space-between;
}
.rowother .far{
    background: var(--green);
}

.totlall {
    height: 39px;
    border: var(--border-1x);
}
/** cart **/
.flightName{
    font-size: 12px;
}
.cityName{
    text-transform: uppercase;
    font-size: 14px;
}
.graybar-text{
    background: var(--gray-light);
    padding: 3px 6px;
    font-size: 16px;
    font-weight: bold;
    color: var(--text-dark);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.graybar-text.small{
    font-size: 13px;
}
.cartTrash{
    font-size: 25px;
    color: var(--text-light);
}
.cartTrash:hover{
    color: var(--btn-red);
}
.cartImg{
    width: 250px;
    height: 140px;
    object-fit: cover;
}
.cartRating i{
    color: var(--btn-orange);
}
.hotelCartText h6, .flightDetailBtn{
    color: var(--text-light);
    font-size: 14px;
    font-weight: 600;
}
.hotelCartText p{
    font-size: 13px;
}

.naturalGreen{
    color: green;
}
.moreDetails, .moreDetails:hover, .moreDetails:focus{
    color: var(--sherpa-blue);
    font-weight: 600;
}
.cartCount{
    position: relative;
}
.cartCount::after {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background: var(--white);
    content: attr(data-before-content);
    color: var(--text-dark);
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 37px;
}

.radio {
    font-size: 13px;
}
.radio [type="radio"]{
    transform: translateY(2px);
}
.form-check [type="checkbox"]:not(:checked), .form-check [type="checkbox"]:checked {
    position: relative;
    left: unset;
}
.content-header h1{
    color: var(--green);
    text-transform: uppercase;
}
.searchResultForm .outsideserach{
    border: var(--border-flight-result);
    padding: 10px;
}
.searchResultForm .tabspl{
    padding-top: 0;
}
.searchResultForm .tabspl.forhotelonly{
    border: var(--border-flight-result);
    margin-bottom: 10px;
}
.h-name a{
    color: var(--text-dark);
    font-size: 20px;
}
.h-adr p, .h-adr i{
    color: var(--text-light);
}
.add_to_cart{
    border:0;
    background-color: var(--sherpa-blue);
    color: var(--white);
    font-size: 12px;
    padding: 2px 7px;
    font-weight: 600;
}
@media (min-width: 1200px) {
.content-header h1 {
    font-size: 1.6rem!important;
}
}

/* Responsive */
@media (min-width:992px){
    .header-95{
        width: 96%;
    }
    .header-5{
        width: 4%;
    }
}
@media (min-width:501px){
    .header-95{
        width: 94%;
    }
    .header-5{
        width: 6%;
    }
}
@media only screen and (min-width:401px) and (max-width:500.99px){
    .header-95{
        width: 91%;
    }
    .header-5{
        width: 9%;
    }
}
@media only screen and (min-width:320px) and (max-width:400.99px){
    .header-95, .header-5{
        width:100%;
    }
}
@media (max-width: 767px) {
    .sidebar-open .main-sidebar, .sidebar-open .left-side{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

}

@media (max-width:500px){
    .dateTimeText, .walkinCustomerText, .fs-xs-12{
        font-size: 12px;
    }
}
@media (max-width: 550px) {
.countmore .btn-default {
    border: 2px solid #80808033!important;
    border-radius: 0% !important;
    height: auto!important;

}
}

.importFileInputContainer{
    position: relative;
    width: 100%;
    height: 120px;
    border: 2.5px dashed #bdc2d5;
    border-radius: 5px;
    padding: 5px;
  }
  .importFileInput{
    position: absolute;
    top: 0;
    right:0;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .importFileInputContainer .uploadIcon{
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .bidIcon{
    width: 35px;
    height: 35px;
    object-fit: contain;
  }
  .text-primary{
      color: #0044ff!important;
  }
  .btn-bid{
      background-color: #0044ff;
      border-color:#0044ff;
      font-size: 14px;
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      color: white;
      border-radius: 3px!important;
  }

  #modify, .search_result_bg{
    background:url("../images/pattern1.png") repeat scroll 0 0 #333;
  }
  #modify .form-check-label,  #modify .form-label, .search_result_bg .form-check-label,  .search_result_bg .form-label{
      color:var(--white)!important;
  }
  #modify .alladvnce{
      background-color: var(--white);
  }
  .selectedwrap::after{
      display: none;
  }


  /* top nav */
  .topNav .nav-link{
    color:var(--this-primary);
    padding: 0.3rem 0.8rem;
    margin-right:5px;
    font-weight: bold;
  }
  .topNav .nav-link.active, .topNav .nav-link:hover{
      background:var(--btn-red);
      color: var(--white);
      border-radius: 5px;
  }
  header .profilePic{
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50px;
    padding: 1;
    background-color: var(--white);
  }
  header .profileName{
      color:#557EAC;
      font-weight: 500;
  }
  .sidemenu_icon{
    width: 20px;
    min-width: 20px;
  }
  .logout_icon{
    width: 30px;
    min-width: 30px;
  }
  .text-orange{
      color:#FE9A04;
  }
  .rateCardParent{
    width: 220px;
    position: relative;
    margin-right: 20px;
  }
  .rateCard{
      padding: 5px;
      font-weight: 500;
      cursor: pointer;
      /* background-color: var(--white); */
  }
  .rateCard::after{
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    /* color: black; */
    color: var(--white);
    font-size: 10px;
    position: absolute;
    font-weight: bold;
    right: -12px;
    top: 9px;
  }

  .rateCard.open::after{
    content: "\f077";
  }
  .rateCardParent span{
    color: var(--white);
    min-width: max-content;
    font-size: 12px;
  }
  .rateCardDropdown{
    width:220px;
    padding: 5px;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    z-index: 9999999;
    top:20px;
  }
  .rateCardDropdown p{
    margin-bottom: 0;
  }
  /* .rateCardParent::after{
    content:"\f078";
    font-family:"Font Awesome 5 Pro";
  } */
  .topSearchArea{
      /* background-image:url('../images/flight_bg.png'); */
      background-image: url('../images/home_banner.jpg');
      background-size:cover;
      background-repeat: no-repeat;
      padding: 80px 60px 20px 80px;
  }
  .topSearchArea .nav-tabs.tabstab{
      display: flex;
      align-items: center;
      justify-content:center;
  }
  .topSearchArea .nav-tabs.tabstab > li{
      text-align:center;
  }
  .topSearchArea .nav-tabs.tabstab .sprte,.topSearchArea .nav-tabs.tabstab > li span:before,.topSearchArea .nav-tabs.tabstab > li span:after{
      background-color:#557EAC;
  }
  .topSearchArea .nav-tabs.tabstab li.active span,.topSearchArea .nav-tabs.tabstab > li.active span:before,.topSearchArea .nav-tabs.tabstab > li.active span:after{
    background-color:var(--this-secondary);
  }
  .topSearchArea .nav-tabs.tabstab > li > a label{
      color:var(--this-primary)
  }
  /* .topSearchArea .form-control, .topSearchArea .form-select, .topSearchArea .totlall, .topSearchArea .alladvnce{
      border: 0!important;
  } */
  .topSearchArea .form-label{
    font-weight: bold!important;
  }

  .topSearchArea .waywy{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -56px;
  }
  .topSearchArea .waywy .filterTab{
    width: auto;
    background: white;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .topSearchArea .form-divider{
      border-right:2px solid #0000001A;
  }
  .topSearchArea .pax-count-wrapper .btn-default, .topSearchArea .pax-count-wrapper .btn-default:hover{
      background-color: var(--this-primary);
      color:var(--white);
      border-radius: 10px!important;
  }
  .topSearchArea .waywy .filterTab input[type=radio]{
      display: none;
  }
  .topSearchArea .waywy .filterTab input[type=radio]:checked + label{
      background-color: var(--this-primary);
      padding: 5px;
      color: white!important;
      border-radius: 5px;
  }

  /* dashboard */
  .flightGifBg{
    background-image:url('../images/flight-gif.gif');
    background-size:cover;
    background-repeat: no-repeat;
    padding: 80px 60px 20px 80px;
  }

  .dashShadow{
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px #0000003d;
    height: 100%;
  }

  @media (max-width:991px) {
    .topSearchArea .waywy{
        margin-top: 0;
      }
      .topSearchArea.searcharea{
          padding:20px!important;
      }
  }
  .toggleIcon{
      position: relative;
  }
  .collapsed .toggleIcon::after{
    content: "\f067";
  }
 .toggleIcon::after{
    content: "\f068";
    color: var(--text-dark);
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    right: 0;
  }

  /* Visa module Styling */

  .required {
    position: relative;
}

.required::after {
    content: "*";
    color: red;
}

.previewParent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.previewBox img {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

.previewBox a {
    display: block;
    text-align: center;
}

.importFileInputContainer{
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    }
    .importFileInput{
    position: absolute;
    top: 0;
    right:0;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    }
    .importFileInputContainer i{
    font-size: 80px;
    }
    .editor_container{
        height:80vh;
    }
    .image_editor{
        position: absolute;
        top: 0;
        left: 0;
        right:0;
        bottom:0;
        z-index: 999999999;
        background-color: white;
    }
    .editor-show{
        height: 100vh;
        overflow: hidden;
    }

    .mono{
        font-family: monospace;
    }


    .contact-icon {
        background: var(--bs-blue);
        border-radius: 50%;
        color: white;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .contact-card:hover .contact-icon {
        animation: shake 0.5s;
        animation-iteration-count: infinite;
    }

    .bg-purple {
        background-color: purple !important;
    }

    @keyframes shake {
        0% {
            transform: translate(1px, 1px) rotate(0deg);
        }

        10% {
            transform: translate(-1px, -2px) rotate(-1deg);
        }

        20% {
            transform: translate(-3px, 0px) rotate(1deg);
        }

        30% {
            transform: translate(3px, 2px) rotate(0deg);
        }

        40% {
            transform: translate(1px, -1px) rotate(1deg);
        }

        50% {
            transform: translate(-1px, 2px) rotate(-1deg);
        }

        60% {
            transform: translate(-3px, 1px) rotate(0deg);
        }

        70% {
            transform: translate(3px, 1px) rotate(-1deg);
        }

        80% {
            transform: translate(-1px, -1px) rotate(1deg);
        }

        90% {
            transform: translate(1px, 2px) rotate(0deg);
        }

        100% {
            transform: translate(1px, -2px) rotate(-1deg);
        }
    }

    .fileUploadCard:hover p {
        color: red;
    }

    .importShowcaseContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .fileUploadCard {
        background-color: var(--gray-light);
        position: relative;
        padding: 1rem;
        text-align: center;
        border: var(--border-2x);
    }

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

    .editContainer:hover {
        cursor: pointer;
    }

    .importShowcaseContainer .icon {
        font-size: 2.5rem;
    }

    .importShowcaseContainer.onPreview .icon i {
        font-size: 28px;
    }

    .floatContainer {
        position: absolute;
        top: 0;
    }


.marque {
 height: 50px;	
 overflow: hidden;
 position: relative;
 display: flex;
 width: 50%;
 margin: auto;
 background-color: var(--white);
}
.marque:hover h3{
    animation-play-state: paused;
}
.marque h3 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 font-size: 14px;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(-100%);
 -webkit-transform:translateX(-100%);	
 transform:translateX(-100%);
 /* Apply animation to this element */	
 -moz-animation: marque 15s linear infinite;
 -webkit-animation: marque 15s linear infinite;
 animation: marque 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes marque {
 0%   { -moz-transform: translateX(-100%); }
 100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes marque {
 0%   { -webkit-transform: translateX(-100%); }
 100% { -webkit-transform: translateX(100%); }
}
@keyframes marque {
 0%   { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 		
 }
 100% { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 
 }
}
/* new header and search desing like b2c */
.home-banner{
    background-image: url('../images/home_banner.jpg');
    background-size:cover;
    background-repeat: no-repeat;
}
.new-tab .nav-tabs.tabstab li.active span,.new-tab .nav-tabs.tabstab .sprte{
    background: transparent;
}
.new-tab .nav-tabs.tabstab > li.active span:before, .new-tab .nav-tabs.tabstab > li.active span:after,.new-tab .nav-tabs.tabstab > li span:before, .new-tab .nav-tabs.tabstab > li span:after{
    display: none;
}
.new-tab .nav-tabs.tabstab > li,.new-tab .nav-tabs.tabstab > li span{
    width: auto;
    height: auto;
}
.new-tab .nav-tabs.tabstab > li > a{
    display: flex;
    align-items: center;
}
.new-tab .iconcmn i{
    font-size: 18px;
    line-height: 40px;
}
.new-tab .iconcmn{
    margin: 0;
}
.new-tab .nav-tabs.tabstab > li{
    border-radius: 0!important;
}
.new-tab .nav-tabs.tabstab .sprte{
    margin-right: 5px;
}
.new-tab .nav-tabs.tabstab > li.active > a label, .new-tab .nav-tabs.tabstab > li.active > a .iconcmn i{
    color: var(--btn-red);
}
.new-tab .nav-tabs.tabstab > li.active{
    border-bottom:2px solid var(--btn-red)!important;
    border-radius: 10px!important;
}
.home-banner .waywy .filterTab input[type=radio] {
    display: none;
}
.home-banner .waywy .filterTab input[type=radio]:checked + label {
    background-color:var(--smart-red);
    padding: 5px;
    color: white!important;
    border-radius: 5px;
}
.home-banner .tab-content, .home-banner .sidebar-toggle,  .home-banner .sidebar-toggle:hover,  .home-banner .sidebar-toggle:focus{
    background-color: transparent!important;
}
.home-banner .form-label, .home-banner .form-check-label, .home-banner .topNav .nav-link, .home-banner header .profileName, .home-banner .sidebar-toggle,  .home-banner .sidebar-toggle:hover,  .home-banner .sidebar-toggle:focus, .home-banner .full_logout{
    color:var(--white)!important;
}
.home-banner .form-label, .home-banner .form-check-label{
    font-weight: bold!important;
}
.home-banner .form-control, .home-banner .form-select{
    height: 42px;
}
.home-banner .alladvnce{
    background-color: var(--white)!important;
}

/* End of new header and search desing like b2c */
.logoHolder{
    position: relative;
    width: 100px;
}
.logoHolder img{
    width: 137px;
    position: absolute;
    top: -16px;
    left: -143px;
    max-width: 140px;
}

@media (max-width:1140px){
    .logoHolder img{
        width: 88px;
        position: absolute;
        top: -16px;
        left: 0;
        max-width: 88px;
    }
}
/* GST section */
.for_gst{
    display: none;
}

.rowresult.col-xs-4 .priceflights, #flight_search_result .rowresult .priceflights {
    display: block;
}
.rowresult .priceflights {
    display: none;
}
.rowresult .priceflights.hotelPrice{
    display: block;
}

.accordion-button:focus{
    box-shadow: none!important;
}
.min-max{
    min-width: max-content;
}
@media (max-width:768px){
    .full_mobile.hotel, #hotel_search_result .rowresult.r-r-i .imagehtldis img{
        width: 100%;
    }
}
@media (max-width:576px){
    #room-list .romsfst{
        padding: 3px 10px;
    }
}


.agent_panel .centerload{
    background:transparent;
    box-shadow: none;
}
.agent_panel .centerload h3, .agent_panel .centerload small{
    display: none;
}

/* Insurance Search result */
.in-sr-card{
    background-color: var(--white);
    border-radius: 16px 8px 8px 16px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.in-sr-card .logo-sec{
    width:130px;
    text-align: center;
}
.in-sr-card .result-card{
    width: 100%;
    background:  var(--white);
    padding: 16px;
    box-shadow: 0 2px 4px rgb(52 105 203 / 26%);
    border-radius: 8px;
}
.in-sr-card .insurance-name{
    font-size: 16px;
    font-weight: 700;
    color: #253858;
}
.in-sr-card p{
    font-weight: normal;
}
.in-sr-card .price-title{
    font-size: 12px;
    color: #7a869a;
}
.in-sr-card .price{
    font-size: 14px;
    font-weight: 500;
    color:var(--black)
}
.in-sr-card .price-title.right-sec span{
    font-size: 16px;
    font-weight: 700;
    color: #253858;
}
.in-sr-card .buy-btn{
    border-radius: 8px!important;
}
/* .result-pre-loader-wrapper .paraload img{
    background: white;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: contain;
    padding: 14px;
} */
.result-pre-loader-wrapper .relativetop, .result-pre-loader-wrapper .paraload{
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-pre-loader-wrapper .paraload{
    background: white;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.result-pre-loader-wrapper .paraload img{
    width: 100px;
}

.flydubaiflight .filterTab .multicity{
    display: none;
}
.forhotelonly .select2-choice{
    display: flex;
    align-items: center;
}
.forhotelonly .select2-container .select2-choice div b {
    background: url(select2.png) no-repeat 0 9px;
}
#flight_form .select2-container .select2-choice{
    height: 36px;
}
.nav-tabs.tabstab li.active a{
    background:white!important;
    border-radius: 10px;
}
.form-control:disabled{
    background-color: gray!important;
}
.custmtab .tab_border{
    float:none;
}
.custmtab .nav-tabs.tabstab > li > a label{
    font-size:15px!important;
    font-weight: 700!important;
}

table.table-white-new th{
    background: var(--white)!important;
    color: var(--black)!important;
}
.report-pagination .pagination{
    background: var(--white);
    justify-content: flex-end;
}
.report-pagination .pagination, .report-pagination .pagination li, .report-pagination .pagination li a{
    color: #009cde!important;
}
.report-pagination .pagination li.active a{
    color: #003087!important;
}
.topNav .dropdown-menu{
    max-height: fit-content;
    overflow: auto;
}
.dropdown-menu:hover .inner-dropdown{
    display: block;
}
.inner-dropdown{
    margin-left: 10px;
    display: none;
}
.inner-dropdown .dropdown-item{
    font-size: 12px;
}

/* package details enquiry planmyholiday */

/*  */
.text-s-gray{
    color:var(--smart-gray);
  }
  .gap-3{
    gap:10px;
  }
  .text-lg {
    font-size: 12px;
    line-height: 1.75rem;
}
.fe-title{
    font-size: 13px;
    color: black;
    font-weight: bold;
}
.fe-cont{
    font-size: 12px;
    font-weight: normal;
    color: black;
}
.font-normal{
    font-weight: normal;
}
.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 700;
}
  .planHoliPopup .modal-body, .planHoliPopup .modal-content{
    padding: 0;
    border-radius: 0;
  }
  .planHoliPopup button.close img{
    width: 20px;
  }
  .planHoliPopup button.close{
    position: absolute;
    top: -2%;
    right: -6%;
    float: none;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    border: 0;
  }
  .planHoliPopup .btn{
    border-radius: 0!important;
  }
  .planHoliBtn, .planHoliBtn:hover, .planHoliBtn:focus, .planHoliBtn:active{
    border: 1px solid var(--smart-red);
    color:var(--smart-red);
    border-radius: 0;
    font-weight: 500;
    background-color: transparent;
  }
  .circle-num{
    border: 1px solid var(--smart-blue);
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color:var(--smart-blue);
    font-weight: bold;
  }
  .text-s-blue{
    color:var(--smart-blue);
  }
  .plan-icons{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom:7px;
  }
  .planHoliInput, .planHoliInput:focus{
    width: 100%;
    height: 48px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #d4d4d4!important;
    border-radius: 2px!important;
    font-size: 14px;
    line-height: 16px;
    color: #3e3e3e!important;
    padding: 10px 10px 10px 48px!important;
    position: relative;
    z-index: 2;
    box-shadow: none!important;
    background-repeat: no-repeat;
  }
  .planHoliInput.no-icon, .planHoliInput.no-icon:focus{
    padding: 10px!important;
  }
  .planHoliInput.location{
    background-image: url(../images/smart/location-pin.png);
    background-size: 4%;
    background-position: 4% center;
  }
  .planHoliInput.calendar{
    background-image: url(../images/smart/calendar.png);
    background-size: 7%;
    background-position: 7% center;
    padding-right: 35px;
  }
  .planHoliInput.email{
    background-image: url(../images/smart/envelope.png);
    background-size: 4%;
    background-position: 4% center;
  }
  .planHoliInput.person{
    background-image: url(../images/smart/person.png);
    background-size: 10%;
    background-position: 12% center;
  }
  .planHoliInput.budget{
    background-image: url(../images/smart/money-bag.png);
    background-size: 4%;
    background-position: 4% center;
  }
  .calendar-date-container{
    position: relative;
  }
  .calendar-date-container.hasAnytime::after{
    content: '';
    position: absolute;
    top:0;
    right:0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .cal-inp-close{
    background-color: transparent;
    position: absolute;
    top: 6%;
    right: 0;
    z-index: 4;
  }
  .cal-inp-close img{
    width: 15px;
  }
  .days-container{
    border:1px solid #d4d4d4;
  }
  .days-container .btn{
    height: 48px;
    background-color: white;
    color: var(--smart-red);
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
  }
  .planHoliPopup label{
    color:var(--black);
    margin-bottom: 5px;
    font-weight: 700;
  }
  .planHoliPopup .form-group{
    margin-bottom: 15px;
  }
  .planHoliPopup [type="checkbox"]{
   position: relative;
   inset:0;
  }
  .planHoliPopup .checkbox label{
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 14px;
  }
  .planHoliPopup .checkbox-inline{
    display: inline-flex;
    align-items: center;
    padding-left:0;
    font-size: 14px;
  }
  .planHoliPopup .checkbox label [type="checkbox"], .planHoliPopup .checkbox-inline [type="checkbox"]{
    margin:0; 
    margin-right: 5px;
  }
  .isflight-radio [type="radio"]{
    display: none;
  }
  .isflight-radio label{
    color:var(--smart-gray);
  }
  .isflight-radio [type="radio"]:checked + label{
    color:var(--smart-blue);
    font-weight: 600;
  }
  @media (min-width:778px){
    .w-31{
      width: 31%;
    }
  }
  .priceflights p {
    margin: 0;
    color: #000000;
  }
  .priceflights.line-through p {
    text-decoration: line-through;
  }
  .d-discount-title p, .d-discount-value p{
    margin: 0;
  }
  .d-discount-title p{
    color: var(--smart-blue);
  }
  .d-discount-value {
    text-align: end;  
  }
  .net-fare-tag {
    text-align: center;
  }
  .net-fare-tag p , .d-discount-value p.value{
    margin: 0;
    display: inline-block;
    background-color: var(--smart-blue);
    color: var(--white);
    font-size: 12px;
    padding: 1px 8px;
    border-radius: 3px;
  }
  .kindrest a.show_details, .kindrest a.hide_details{
    font-size: 18px;
    text-align: center;
    color:var(--smart-red);
  }
  /* .isflight-radio.tablet{
    width: 31%;
  } */
  .isflight-radio.tablet label{
    width: 100%;
    background:var(--smart-gray);
    color:var(--white);
    padding: 10px 2px;
    border-radius: 2px;
    text-align: center;
    font-weight: normal;
  }
  .isflight-radio.tablet label:hover{
    cursor: pointer;
  }
  .isflight-radio.tablet [type="radio"]:checked + label{
    background-color:var(--smart-blue);
    color:var(--white);
  }
  @media (min-width: 900px) {
    .planHoliPopup .modal-dialog {
      width: 800px;
    }
  }
  /* multi-step-tab */
  .multi-step-tab{
    display: none;
  }
  .step-btn{
    height: 48px;
    padding:12px 25px;
    border-radius: 0;
  }
  
  /* width */
  .table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  /* Track */
  .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .table-responsive::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  
  .date-btns .btn-input{
    background:var(--smart-gray);
    color:white;
    border-radius: 2px;
    height: 40px;
    width: 100%;
  }
  table.fareDetailsTable th{
    background: var(--white)!important;
    color:#19213a;
  }
  .fareDetailsTable .bb-1{
    border-bottom: 2px solid #9FC4D8;
  }
  .fareDetailsTable .bb-2{
    border-bottom: 2px solid #7fb1ca;
  }
  .fareDetailsTable .bb-3{
    border-bottom: 2px solid #006496;
  }
  .fareDetailsTable .bb-4{
    border-bottom: 2px solid #ff8200;
  }
  .fareDetailsTable td.title{
    color:#009cde;
  }
  .fareDetailsTable td{
    color:#9e9e9e;
  }
  .fareDetailsTable h2{
    color:#19213a;
  }
  .book-instructions-list h6{
    font-size: 13px;
    color:#19213a;
  }
  .book-instructions-list li{
    font-size: 13px;
  }

  table.dataTable thead th, table.dataTable tfoot th{
    background-color: var(--white) !important;
    color: darkblue;
  }

  table.dataTable>thead>tr>th ,table.dataTable thead th, table.dataTable tbody td{
    border-width:1px!important;
}
table.dataTable>:not(:last-child)>:last-child>*{
    border-color: #ddddde;
}
.new-drop .dropdown-toggle::after{
    display: none;
}
.new-drop .dropdown-menu>li>a {
    color:var(--btn-blue);
    width: 100%;
    padding: 5px 3px;
    display: inline-block;
    border-bottom: 1px solid #ddddde;
}
.new-drop .dropdown-menu{
    padding: 0px !important;
}
.new-drop .dropdown-menu>li>a:hover {
    background-color: var(--btn-blue);
    color: var(--white);
}
.dataTables_paginate .pagination{
    padding:0;
    background: transparent;

}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0;
}
.dataTables_paginate .page-item.disabled .page-link,.dataTables_paginate .page-link{
    border:0;
    color:var(--paginate-normal)!important;
}
.dataTables_paginate .pagination>.active>a,.dataTables_paginate .pagination>.active>a:focus,.dataTables_paginate .pagination>.active>a:hover{
    background:transparent;
    border:0;
    color:var(--paginate-active)!important;
}
.smart-600{
    font-family: 'Itim', cursive;
    font-size:20px;
    text-align: center;
}

.new-wallet{
    background: var(--btn-blue);
    position: absolute;
    width: 220px;
    right: 8px;
    padding: 8px;
    margin-top: 5px;
    border-radius: 4px;
    z-index: 999;
}
.new-wallet span{
    min-width: max-content;
    font-size: 12px;
    color:var(--white);
    display: inline-block;
}
.close-wallet{
    float: right;
    margin-top: -11px;
}

textarea.planHoliInput, textarea.planHoliInput:focus{
    height: auto;
}

/* Car rental design */

.car_banner{
    padding:20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 551px;
}
.car_banner .title{
    font-size: 3.5rem;
    text-shadow: 1px 1px 1px #e6e6e6;
    text-align: center;
    font-weight: 700;
    color:var(--smart-blue);
}
.car_banner .title span{
    color:var(--smart-red);
}
.car_form_box{
    background: var(--smart-blue);
    padding: 20px;
}
.car_form_box h4{
    color: #fff;
    font-size: 21px!important;
    font-weight: 400;
    margin: 0px 0px 14px 0px;
}
.car_form_box .form-control, .car_form_box .form-select{
    border-radius: 0!important;
}

.car_form_box .select2-container .select2-selection--single {
    height: 34px!important;
    margin-top: 0.5px;
    border-radius: 0;
}
.car_form_box label{
    color:var(--white)!important;
}
.car_banner.economy{
    background-image: url(../images/car_rental/economy/banner.jpg);
}
.car_banner.compact{
    background-image: url(../images/car_rental/compact/banner.jpg);
}
.car_banner.intermediate{
    background-image: url(../images/car_rental/intermediate/banner.jpg);
}
.car_banner.standard{
    background-image: url(../images/car_rental/standard/banner.jpg);
}
.car_banner.family{
    background-image: url(../images/car_rental/family/banner.jpg);
}
.car_banner.suv{
    background-image: url(../images/car_rental/suv/banner.jpg);
}
.captcha_box{
    background: white;
    width: 100%;
    height: 33.5px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.captcha_box p{
    margin:0;
    text-decoration: line-through;
    font-size: 16px;
    font-style: italic;
}
a.refresh{
    color: var(--white);
    font-size: 12px;
    padding-left: 4px;
}

.car_model_card{
    border:1px solid #ccc;
    padding: 18px 10px 10px 10px;
    text-align: center;
}
.car_model_card img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.car_model_card .btn{
    width: 100%;
    border-radius: 0;
}
.car_rental p, .car_rental li{
    color: black;
    font-weight: normal;
    font-size: 16px;
}
.car_rental ol li{
    list-style: auto;
}
.car_rental ul li{
    list-style: disc;
   
}
.car_rental ul{
    padding-left: 2rem;
}


/* Car rental listing */
.car_rent_list .breadcrumb li{
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
}
.car_rent_list .breadcrumb li.active{
    color:var(--black);
}
 .car_rent_list .breadcrumb a{
    text-transform: uppercase;
    color:#82898f;
}
.car_rent_list .breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}
.car_rent_list .filter_sec{
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
   
}
.car_rent_list .filter_head{
    color: #2c3b45;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background-color: #e4e4e4;
    margin: 0;
    padding: 12px 12px;
    border: 1px solid #fff;
}

.car_rent_list .filter_body{
    padding: 15px;
}
.filter_form_head{
    font-weight: bold;
}

.car_rent_list .car_sort_sec{
    border-bottom: 2px solid #2c3b45;
    width: 100%;
    margin-bottom: 5px;
}
.car_rent_list .car_sort_sec h6{
    color: var(--text-light);
    font-size: 12px;
    font-weight: bold;
}
.car_rent_list .car_sort_sec li a{
    color: #2c3b45;
    font-weight: 700;
    font-size: 1em;
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.car_rent_list .car_sort_sec li a:after{
    content: "\f0dd";
    font-size: 1.2em;
    line-height: 3;
    position: relative;
    top: -2px;
    right: -6px;
    font-family: "Font Awesome 5 Pro";
}
.car_rent_list .car_sort_sec li a.active:after{
    content: "\f0de";
    top:4px;
}
.car_rent_list .car_card{
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    -webkit-transition: all,.3s,easeInOut;
    transition: all,.3s,easeInOut;
}
.car_rent_list .car_card .car_img{
    width: 100%;
    height: 165px;
    object-fit: cover;
    padding: 2px;
}
.car_rent_list .car_model{
    background-color: #2c3b45;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    padding: 8px 30px 8px 20px;
    display: inline-block;
    position: relative;
}
.car_rent_list .car_model:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 18px;
    background-color: #fff;
    right: -21px;
    top: 15px;
    -webkit-transform: rotate(114deg);
    transform: rotate(114deg);
    -webkit-transition: all,.3s,easeInOut;
    transition: all,.3s,easeInOut;
}
.car_spec{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px 30px;
}
.car_spec li{
    list-style: none;
    width: 45%;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    font-size: 0.75em;
    padding: 4px 0;
    color: #2c3b45;
}
.car_spec .icon{
    font-size: 10px;
}
.car_spec .text{
    font-size: 14px;
    font-weight: bold;
}
.car_rent_list .book_sec{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:15px 10px;
}
.car_rent_list .price_sec{
    text-align: center;
    margin-bottom: 5px;
}
.car_rent_list .price_sec .currency{
    font-weight: 500;
    color: #ed1b24;
    font-size: 12px;
    padding-right: 4px;
    text-transform: uppercase;
}
.car_rent_list .price_sec .price{
    font-weight: 500;
    color: #ed1b24;
    font-size: 2.25em;
    line-height: 1;
}

.car_rental_search .left-icon .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 2.25rem;
}

.car_rental_search .left-icon .select2-container--default .select2-selection--single .select2-selection__rendered::before{
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2em;
    position: absolute;
    left: 13px;
}
.car_rental_search .left-icon.city .select2-container--default .select2-selection--single .select2-selection__rendered::before{
    content: "\f1ad";
}
.car_rental_search .left-icon.location .select2-container--default .select2-selection--single .select2-selection__rendered::before{
    content: "\f3c5";
}
.car_rental_search .datemark_custom input{
    padding-right: 0.375em;
    padding-left: 40px;
}
.car_rental_search  .datemark_custom::after{
   right: unset;
   left: 0;
   top:-2px;
}
.car_rental_search .select2-container{
    width: 100%!important;
}

.car-result-box{
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #cecbcb;
    box-shadow: 0px 0px 5px 0px var(--smart-red);
}
.car-result-box h3{
    line-height: 32px;
    border-bottom: 1px solid var(--smart-red);
    margin: 5px 0;
    padding: 0px 0px 5px 0px;
    font-size: 22px;
    color: #1e1f2d;
    font-weight: 600;
}
.car-result-box p{
    font-weight:400;
}
.car-result-box .iti ul{
    flex-wrap: wrap;
    gap: 2px 15px;
    margin:5px 0;
}
.car-result-box .iti ul li span{
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 2px;
}
.car-result-box .fee_sec ul li{
    color: #777777;
    font-size: 15px;
    margin-bottom: 8px;
}
.car-result-box .fee_sec ul li span{
    color: var(--smart-red);
    font-size: 18px;
    font-weight: 700;
}

@media print {
    .planHoliPopup {
      display: none;
    }
  }
  
  .b2b_login .badge {
    white-space: pre-wrap;
  }
  
  legend.form_legend,
  .subHeader {
    background-color: #dfdfdf;
    padding: 7px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  @media (max-width: 736px) {
    .min-max-mob {
      min-width: max-content;
    }
    .w-voc {
      width: 800px;
    }
  }
  .user-profile-dropdown {
    width: 200px;
  }
  .user-profile-dropdown .flt_btn {
    font-size: 12px;
    color: var(--smart-red);
  }