.font-w-200 {
    font-weight: 200 !important
}

.font-w-300 {
    font-weight: 300 !important
}

.font-w-400 {
    font-weight: 400 !important
}

.font-w-600 {
    font-weight: 600 !important
}

.font-w-700 {
    font-weight: 700 !important
}

.font-w-800 {
    font-weight: 800 !important
}

.font-w-900 {
    font-weight: 900 !important
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.font-8 {
    font-size: 11px !important
}

.font-13 {
    font-size: 13pt !important
}

.text-black {
    color: #000 !important
}

.label-color {
    color: #595959 !important
}

.h-55px {
    height: 55px
}
body {background: #fff !important;}

.left-icon {
    position: absolute;
    z-index: 999;
    left: 17px;
    top: 17px
}

.loading-right {
    position: absolute;
    z-index: 9999999;
    right: 17px;
    top: 10px
}

.shadowEffect {
    z-index: 10;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .65);
    pointer-events: none
}

.search_b_shadow {
    box-shadow: rgb(0 0 0 / 8%) 0 0 2px 0, rgb(0 0 0 / 16%) 0 2px 8px 0;
}

.border-px-rounded {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.search-bg,
.search-bg-sf {
    background-image: url('../../images/home.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.search_b_shadow {
    box-shadow: rgb(0 0 0 / 8%) 0 0 2px 0, rgb(0 0 0 / 16%) 0 2px 8px 0;
}

.border-px-rounded {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.main_links .active a {
    color: #15375E !important
}

.choose_packges .nav-item .active {
    background: #fff !important;
    color: #008A00 !important;
    font-weight: bold
}
.choose_packges .nav-item .active .fas {
    background: #008A00 !important;
    color: #ddd !important;
    font-weight: bold
}

.choose_packges .nav-item .nav-link:hover {
    background: #008A00 !important;
    color: #fff !important
}

.choose_packges .nav-item .nav-link {
   background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid 008A00;
    border-bottom: none;
    color: white;
    padding: 12px 20px;
    border-radius: 12px 12px 0 0;
    min-width: 222px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s;
}
.choose_packges .nav-item .nav-link .fas {
        width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 1rem;
    flex-shrink: 0;
}
.set_top_line {top: -1px !important;position: relative;border-radius: 0 15px 15px 15px; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15); margin-bottom: 16px !important;}
.psh_round_trip_info .nav-item .nav-link {
    color: #595959;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 30px
}

.btn-success:hover {
    background: #006600 !important;
    border-color: #006600 !important
}

.psh_round_trip_info .nav-item .nav-link:hover {
    color: #008A00 !important;
}

.psh_round_trip_info .active .nav-link {
    color: #008A00 !important;
    font-weight: bold
}

.search_forms .text-muted {
    color: #b1b1b1 !important
}

.psh_round_trip_info .active .nav-link .fa-check-circle {
    color: #008A00 !important
}

.psh_round_trip_info .nav-link .fa-check-circle {
    color: #fff !important
}

.start_trip .active .nav-link {
    color: #15375e !important;
    font-weight: bold;
    border-bottom: none !important
}

.shadow-c {
    box-shadow: 0 0 6px 1px #e4e4e4 !important
}

.search_common_active .active .nav-link {
    color: #15375e !important;
    font-weight: 700;
    padding: 5px 9.2px
}

.search_common_active .active {
    background: #15375e;
    color: #fff !important
}

.search_tabs .nav-pills li {
    margin-right: 4px
}

.search_tabs .nav-pills li a {
    padding: 14px 20px;
    background: #00000091;
    font-size: 16px;
    color: #fff;
    display: block
}

.search_tabs .nav-pills li a:hover {
    text-decoration: none
}

.search_tabs .nav-pills .active a {
    background: #F4F6F8 !important;
    color: #15375E !important;
    font-weight: 700
}

.bg-light2 {
    background: #F4F6F8 !important
}

.adults_children_rooms_strip .list-group li {
    font-size: 15px;
    padding: 7px 14px
}

.update_dropdown {
    position: relative
}

.update_dropdown .sub_detail_row {
    padding: 2px 28px;
    border-bottom: 1px solid #eee;
    font-size: 15px
}

.update_dropdown .sub_detail_row ul {
    margin-bottom: 0
}

.a_c_r_dropdown {
    background: #fff;
    position: absolute;
    left: 0;
    top: 39px;
    border: 1px solid #dfdfdf;
    z-index: 99999
}

.a_c_r_dropdown ul li {
    width: 48%;
    text-align: left;
    padding: 8px 0;
    float: left
}

.a_c_r_dropdown ul .right_aling {
    text-align: right !important
}

.a_c_r_dropdown .count {
    font-size: 16px;
    width: 40px;
    text-align: center;
    border: 0
}

.a_c_r_dropdown .sub_detail_row .btn-minus {
    cursor: pointer;
    padding: 6px 7px;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 12px;
    color: #333
}

.a_c_r_dropdown .sub_detail_row .btn-plus {
    cursor: pointer;
    padding: 6px 7px;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 12px;
    color: #333
}

.p-6 {
    padding: 7px
}

.search_forms label {
    font-size: 14px
}

.search-bg .active a::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 20px
}

.flights .search_forms label {
    font-size: 13px;
    margin-bottom: .1rem
}

.flight_p_class_dropdown {
    z-index: 99999
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fcfcfc;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, .64)
}

.autocomplete-suggestion {
    padding: 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.autocomplete-no-suggestion {
    padding: 2px 5px
}

.autocomplete-selected {
    background: #F0F0F0
}

.autocomplete-suggestions strong {
    color: #e14726;
    font-weight: 700
}

.autocomplete-group {
    padding: 2px 5px
}

.autocomplete-group strong {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000
}

.autocomplete-suggestion:hover {
    background: #15588a;
    color: #fff
}

.autocomplete-suggestion:hover strong {
    color: #ff0
}

.autocomplete-suggestion:hover .fa,
.autocomplete-suggestion:hover .fa-plane {
    color: #fff
}

.autocomplete-suggestion .fa {
    color: #090;
    font-size: 17px
}

.autocomplete-suggestion .fa-plane {
    color: #15588a;
    font-size: 20px
}

.autocomplete-suggestions {
    max-width: 100% !important;
    width: inherit !important
}

.xs-strip {
    position: fixed;
    width: 100%;
    z-index: 999999;
    border-top: 2px solid #f1f1f1;
    bottom: 0
}

@media (max-width:992px) {

    .flights .h3,
    h3 {
        font-size: 1.3rem
    }

    .set-heading {
        font-size: 26px
    }

    .set-sub-heading {
        font-size: 22px
    }
}

@media (max-width:575.98px) {

    .search-bg,
    .search-bg-sf {
        min-height: inherit !important
    }

    .sm-none {
        display: none !important
    }

    .search-bg .active a::after {
        background: transparent
    }

    .flights .active a::after {
        position: static;
        background: transparent
    }

    .font-13 {
        font-size: 10pt !important
    }
    .set_top_line {border-radius: 16px !important;}
}

@media (min-width:576px) and (max-width:767.98px) {
    .set_top_line {border-radius: 16px !important;}
    .main_links ul li {
        display: block;
        flex: 1
    }

    .search_tabs .nav-pills li {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-right: 0
    }

    .search_tabs .nav-pills li a {
        padding: 4px 20px;
        background: #f4f6f8
    }

    .font-13 {
        font-size: 12pt !important
    }

    .xs-none {
        display: none !important
    }

    .search-bg .active a::after {
        background: transparent
    }

    .flights .active a::after {
        position: static;
        background: transparent
    }

    .a_c_r_dropdown {
        top: 54px
    }

    .sm-text-blue {
        color: #003580 !important
    }

    .h-auto {
        height: auto
    }

    .xs_header img {
        height: 34px;
        padding: 10px 0 0
    }

    .xs-border-0 {
        border: 0 !important
    }

    .xs-p-0 {
        padding: 0 !important
    }

    .xs-m-0 {
        margin: 0 !important
    }

    .xs-py-3 {
        padding: 14px 0
    }

    .xs-mb-0 {
        margin-bottom: 0 !important
    }
}

@media (max-width:575.98px) {
    .xs-bg-white {
        background: #fff !important
    }

    .search_titles {
        padding-top: 20px !important
    }

    .xs-shadow-0 {
        text-shadow: inherit !important
    }

    .xs-bg-transparent {
        background: transparent !important
    }

    .a_c_r_dropdown {
        top: 54px
    }

    .h-auto {
        height: auto
    }

    .xs_header img {
        height: 34px;
        padding: 10px 0 0
    }

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

    .xs-p-0 {
        padding: 0 !important
    }

    .xs-m-0 {
        margin: 0 !important
    }

    .xs-py-3 {
        padding: 14px 0
    }

    .xs-mb-0 {
        margin-bottom: 0 !important
    }

    .font-13 {
        font-size: 12pt !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .font-13 {
        font-size: 10pt !important
    }

    .psh_round_trip_info .nav-item .nav-link {
        font-size: 15px !important
    }

    .choose_packges .nav-item .nav-link {
        padding: 6px 14px !important;
        min-width: auto !important;
    }
    
}

@media (max-width:418px) {
    .font-13 {
        font-size: 8pt !important
    }
}




.search-bg h1 {font-weight: 800;font-size: 2.8rem;line-height: 1.2}
	.tab-subtitle {display: block;font-size: 0.7rem;font-weight: 600;opacity: 0.8}
	#hotelsearchbox p {color: hsl(0, 0%, 100%) !important}
	.rounded-5 {border-radius: 8px !important;}

	
	.search-bg { 
    padding: 30px 0 140px 0 !important;
    position: relative;
    overflow: hidden;
}

.search-bg::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: inherit;
    filter: var(--blur_fillter) !important;
    z-index: 1;
}

.search-bg::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
    background: var(--overlay_color);
    z-index: 2;
}


.search-bg .container {
    position: relative;
    z-index: 3;
}
.dynamic_overlay_bg_color::after {background: var(--overlay_color);}
