﻿


body {
    font-family: Rubik-Regular, Helvetica, sans-serif;
    margin: 0;
}

@font-face {
    font-family: Rubik-Black;
    src: url('../../fonts/Rubik-Black.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-BlackItalic;
    src: url('../../fonts/Rubik-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-Bold;
    src: url('../../fonts/Rubik-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-BoldItalic;
    src: url('../../fonts/Rubik-BoldItalic.ttf') format('truetype');
}


@font-face {
    font-family: Rubik-ExtraBold;
    src: url('../../fonts/Rubik-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-ExtraBoldItalic;
    src: url('../../fonts/Rubik-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-Italic;
    src: url('../../fonts/Rubik-Italic.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-Light;
    src: url('../../fonts/Rubik-Light.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-LightItalic;
    src: url('../../fonts/Rubik-LightItalic.ttf') format('truetype');
}


@font-face {
    font-family: Rubik-Medium;
    src: url('../../fonts/Rubik-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-MediumItalic;
    src: url('../../fonts/Rubik-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-Regular;
    src: url('../../fonts/Rubik-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-SemiBold;
    src: url('../../fonts/Rubik-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: Rubik-SemiBoldItalic;
    src: url('../../fonts/Rubik-SemiBoldItalic.ttf') format('truetype');
}
/*@font-face {
    font-family: The-Bold-Font;
    src: url('../../fonts/The-Bold-Font.ttf') format('truetype');
}


@font-face {
    font-family: Aquawax-Black;
    src: url('../../fonts/Aquawax-Black.ttf') format('truetype');
}


@font-face {
    font-family: Aquawax-Medium;
    src: url('../../fonts/Aquawax-Medium.ttf') format('truetype');
}


@font-face {
    font-family: Aquawax-Light;
    src: url('../../fonts/Aquawax-Light.ttf') format('truetype');
}
*/





.header_span {
    font-family: Rubik-Regular;
    color: #fff;
    font-size: 15px;
}


.font13 {
    font-size: 14px;
}


.banner_txt_heading {
    color: #1a115a;
    font-size: 60px;
    font-family: 'Rubik-Regular';
}


@media only screen and (max-width:992px) {
    .banner_txt_heading {
        color: #fff;
        font-size: 60px;
        font-family: 'Rubik-Regular';
        text-shadow: 3px 0px 0px #302f2f
    }
}

@media only screen and (max-width:576px) {
    .banner_txt_heading {
        color: #fff;
        font-size: 46px;
        font-family: 'Rubik-Regular';
        text-shadow: 3px 0px 0px #302f2f
    }
}


.banner_sub_heading {
    color: #1a115a;
    font-weight: 600;
    font-size: 20px;
    font-family: Rubik-Regular;
    margin-bottom: 25px;
}



@media only screen and (max-width:768px) {
    .pr-mob768 {
        padding-right: 0rem !important;
    }
}
/*@media only screen and (max-width:1200px) {
    .mt_10_1200 {
        margin-top: -10px;
    }
}*/



.pr_xxl {
    padding-right: 0px;
}

@media only screen and (max-width:1400px) {
    .pr_xxl {
        padding-right: 15px;
    }
}

@media only screen and (max-width:992px) {
    .pr_xxl {
        padding-right: 13px;
    }
}

@media only screen and (max-width:576px) {
    .pr_xxl {
        padding-right: 7px;
    }
}


@media only screen and (max-width:1400px) {
    .pr_xxl_returndate {
        padding-right: 0px;
    }
}

@media only screen and (max-width:768px) {
    .pr_xxl_returndate {
        padding-right: 7px;
    }
}


@media only screen and (max-width:992px) {
    .pr_xxl_flyingto {
        padding-right: 0px;
    }
}


@media only screen and (max-width:768px) {
    .pr_xxl_flyingto {
        padding-right: 7px;
    }
}



.mttab_10 {
    margin-top: -45px;
    z-index: 111111;
}


@media only screen and (max-width:768px) {
    .mttab_10 {
        margin-top: 0px;
        z-index: 111111;
    }
}





.triplabel span::before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #0050b0 !important;
}

.triplabel input:checked + span::before {
    box-shadow: inset 0 0 0 0.4375em #025dcc !important;
}

.trip_type {
    /* -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);*/
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);*/
    background: #fff;
    border-radius: 35px;
    padding: 0px;
    width: max-content;
}

    .trip_type .triplabel {
        margin-bottom: 0px;
    }

.triplabel {
    display: inline-flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    font-size: 0.75rem !important;
    /* Accessible outline */
    /* Remove comment to use */
    /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}

    .triplabel input {
        position: absolute;
        left: -9999px;
    }

        .triplabel input:checked + span {
            background-color: #e1eefe;
            color: #162849;
        }

            .triplabel input:checked + span:before {
                box-shadow: inset 0 0 0 0.4375em #06038d;
            }

    .triplabel span {
        display: flex;
        align-items: center;
        padding: 0.375em 0.75em 0.375em 0.375em;
        border-radius: 99em;
        transition: 0.25s ease;
        color: #162849;
        font-weight: normal;
    }

        .triplabel span:hover {
            background-color: #e1eefe;
            /*background-color: #d6d6e5;*/
        }

        .triplabel span:before {
            display: flex;
            flex-shrink: 0;
            content: "";
            background-color: #fff;
            width: 1.5em;
            height: 1.5em;
            border-radius: 50%;
            margin-right: 0.375em;
            transition: 0.25s ease;
            box-shadow: inset 0 0 0 0.125em #00005c;
        }






















.form-control:focus::placeholder {
    color: #555 !important;
}

.BpkSwapButton_bpk-swap-button__OTA2O {
    transform: translateY(-50%) rotate(90deg);
}

.BpkSwapButton_bpk-swap-button__button__NGYxZ {
    align-items: center;
    background-color: #fff;
    border: 2px solid #05203c;
    border-radius: 50%;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    transition: transform .4s;
    width: 2.5rem;
}

.se_airport {
    border-radius: 0;
    height: 3.5rem !important;
}


@media only screen and (max-width: 992px) {
    .se_airport {
        border-radius: 0rem;
        height: 3.5rem !important;
    }
}

@media only screen and (max-width: 576px) {
    .se_airport {
        border-radius: 0;
        height: 3.5rem !important;
    }
}

.se_traveller {
    border-radius: 0;
    height: 3.5rem !important;
}

@media only screen and (max-width: 992px) {
    .se_traveller {
        border-radius: 0rem !important;
        height: 3.5rem !important;
    }
}

@media only screen and (max-width: 576px) {
    .se_traveller {
        border-radius: 0rem !important;
        height: 3.5rem !important;
    }
}

.se_plzero {
    height: auto;
    padding-left: 0px;
}

@media only screen and (max-width: 992px) {
    .se_plzero {
        height: auto;
        padding-left: 0px !important;
    }
}

.se_plzero_left {
    height: auto;
    padding-left: 0px;
}

@media only screen and (max-width: 992px) {
    .se_plzero_left {
        height: auto;
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 576px) {
    .se_plzero_left {
        height: auto;
        padding-left: 0px !important;
        /*  padding-right: 9px;*/
    }
}






.se_plzero_right {
    height: auto;
    padding-left: 0px;
}

@media only screen and (max-width: 992px) {
    .se_plzero_right {
        height: auto;
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 576px) {
    .se_plzero_right {
        height: auto;
        /*  padding-left: 9px !important;*/
    }
}




.se_plprzero {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
}



@media only screen and (max-width: 992px) {
    .se_plprzero {
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .se_plprzero {
        height: auto;
        padding-left: 0px;
        padding-right: 7px;
    }
}

.btn_sesty {
    height: 3.5rem;
    font-weight: bold;
    border-radius: 3px;
}

@media only screen and (max-width: 992px) {
    .btn_sesty {
        height: 3.5rem;
        font-weight: bold;
        border-radius: 3px;
    }
}


@media only screen and (max-width: 576px) {
    .btn_sesty {
        height: 3.5rem;
        font-weight: bold;
        border-radius: 3px;
    }
}

.form-control:focus {
    color: var(--bs-body-color);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important
}


#ui-id-1 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 30px -5px !important;
    border-radius: 0.05rem;
    padding: 10px;
    font-size: .95rem;
    line-height: 1.5rem;
    width: 430.467px;
    max-height: 300px;
    overflow: scroll;
    color: #3f3f3f
}


@media only screen and (max-width: 768px) {

    .ui-datepicker {
        width: 100% !important;
        left: 0px !important;
        top: 60px !important;
        height: 100% !important;
        z-index: 111111 !important;
        border-radius: 0px !important;
    }
}

.ui_datepicker_departuredate {
    width: 100%;
    float: left;
    height: auto;
    color: #333333;
    font-family: Rubik-Regular;
    font-size: 15pt;
    background-color: #fff;
    top: 0;
    position: relative;
    z-index: 111111 !important;
    text-align: center;
    padding: 20px;
}

@media only screen and (max-width: 768px) {

    .ui_datepicker_departuredate {
        width: 100%;
        float: left;
        height: auto;
        color: #333333;
        font-family: Rubik-Regular;
        font-size: 15pt;
        background-color: #fff;
        top: 0;
        position: fixed;
        z-index: 999999 !important;
        text-align: center;
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {


    #ui-datepicker-div {
        border-radius: .50rem .50rem .50rem .50rem;
        padding: 10px;
        position: fixed !important;
    }
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

@media only screen and (max-width: 768px) {


    .ui-widget.ui-widget-content {
        border: 0px solid #c5c5c5 !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }
}





#ui-datepicker-div {
    border-radius: 0rem;
    padding: 10px;
}

.ui-widget-header {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #333333;
    font-weight: bold;
}

.ui-datepicker-div {
    position: absolute;
    top: 289.7px;
    left: 796.5px;
    z-index: 1;
    display: block;
    border-radius: .75rem .75rem .75rem .75rem !important;
    padding: 25px;
}





.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid #cfe1fb;
    box-shadow: 0px 0px 0px #ccc;
    font-weight: bold;
    text-align: center !important;
    border-radius: 0rem;
    background-color: #fff;
    color: #0150c4;
}

.ui-datepicker-calendar thead {
    border-bottom: #ccc solid 0px;
}


.ui-state-default:hover {
    background: #e1edff !important;
    color: #0150c4 !important;
}




.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #0d6efd;
    background-color: #0d6efd !important;
    font-weight: 600;
    color: #fff !important;
    border-radius: 0.50rem;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0d6efd;
    background-color: #0d6efd !important;
    color: #fff !important;
    border-radius: 2px;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: navajowhite;
    background: #ced4da !important;
    color: #2b2b2b;
    font-weight: 600;
    border-radius: 0rem;
}



.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
    border: 1px solid #0d6efd;
    background-color: #0d6efd !important;
    font-weight: 600;
    color: #fff !important;
}






.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    background: #fff;
    border: #c0c2c9 solid 0px;
    cursor: pointer;
}


.ui-icon-circle-triangle-e {
    background-position: -32px -32px;
}

.ui-icon-circle-triangle-w {
    background-position: -96px -32px;
}








.ui-datepicker {
    width: 23.5em;
    padding: .9em .9em .9em .9em !important;
    display: none;
}


.ui-widget {
    font-family: Rubik-Regular, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-datepicker td a {
    display: block;
    padding: .6em;
    text-decoration: none;
}

.ui-datepicker table {
    width: 100%;
    font-size: .95em;
    border-collapse: collapse;
    margin: 0 0 0em;
}










.ui-widget-content {
    border: 1px solid #ccc;
    background-color: #fff !important;
    color: #0150c4 !important;
}

.highlight {
    background-color: none !important;
    /*padding: 5px 0px 6px;*/
    margin: 0px 8px;
    box-shadow: none !important;
    color: #2b2b2b !important;
    transition: none !important;
}




.dest-input-bg {
    padding-left: 30px !important;
    background-position: 5px 0px;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px;
}






#traveller {
    display: none;
}

#traveller_mobile {
    display: none;
}


#countryflagdiv {
    display: none;
    position: absolute;
    width: 217px;
    float: right;
    height: 200px;
    background-color: #fff;
    border-radius: 0.75rem;
    z-index: 111111;
    right: 20px;
    margin-top: 10px;
}





.nav-link-tab {
    display: block;
    font-size: 11pt;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    padding-right: 0px;
    padding: 15px;
    color: #162849;
    text-transform: uppercase;
    font-family: Rubik-Medium;
    margin-bottom: 0px !important;
    background-color: #fff;
}

    .nav-link-tab:focus {
        display: block;
        font-size: 11pt;
        color: #fff;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        padding-right: 0px;
        padding: 15px;
        color: #0d6efd;
        text-transform: uppercase;
        font-family: Rubik-Medium;
        margin-bottom: 0px !important;
        background-color: #fff;
    }





.nav-tabs .nav-link-tab.active {
    color: #4297fe;
}


.nav-link {
    display: block;
    font-size: 11pt;
    color: #3f3f3f;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    padding-right: 0px;
    padding: 15px;
    font-family: Rubik-Light;
    margin-bottom: 0px !important;
}


    .nav-link:hover {
        display: block;
        font-size: 11pt;
        color: #fff;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        padding-right: 0px;
        padding: 15px;
        font-family: Rubik-Light;
        margin-bottom: 0px !important;
        background-color: #287dfc;
    }

    .nav-link:focus {
        display: block;
        font-size: 11pt;
        color: #fff;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        padding-right: 0px;
        padding: 15px;
        font-family: Rubik-Light;
        margin-bottom: 0px !important;
    }


.transi_sty {
    border: var(--bui_border_width_100) solid transparent;
    border-radius: 100px;
    transition: var(--bui_animation_press);
    transition-property: border-color,background-color;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .35rem .99rem;
    clear: both;
    font-weight: normal;
    color: #3f3f3f;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: Rubik-Light;
}

.dropdown-menu {
    font-size: 0.85rem;
    color: #212529;
    text-align: left;
    list-style: none;
    font-family: Rubik-Light;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        background-color: rgba(0, 0, 0, 0);
        border: 0px solid #fff;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        background-color: #fff;
        color: #162849;
        text-transform: uppercase;
        font-family: Rubik-Medium;
    }

        .nav-tabs .nav-link.active {
            color: #4297fe;
            background-color: #fff;
            border: 0px solid #ccc !important;
            /* border-right: 1px solid #4297fe !important;
                    border-left: 1px solid #4297fe !important;*/
        }


.form-control {
    font-size: 0.85rem;
}

#Search_Btn {
    display: none;
}



.header_number_01dv {
    width: 70%;
    height: auto;
    float: left;
}

@media only screen and (max-width:1708px) {
    .header_number_01dv {
        width: 70%;
        height: auto;
        float: left;
    }
}


@media only screen and (max-width:1545px) {
    .header_number_01dv {
        width: 70%;
        height: auto;
        float: left;
    }
}

@media only screen and (max-width:1112px) {
    .header_number_01dv {
        width: 100%;
        height: auto;
        float: left;
    }
}


.header_number_02dv {
    width: 30%;
    height: auto;
    float: left;
    padding-right: 48px;
}

@media only screen and (max-width:1708px) {
    .header_number_02dv {
        padding-right: 38px;
    }
}


@media only screen and (max-width:1565px) {
    .header_number_02dv {
        width: 30%;
        height: auto;
        float: left;
        padding-right: 10px;
    }
}

@media only screen and (max-width:1112px) {
    .header_number_02dv {
        width: 30%;
        height: auto;
        float: left;
        display: none;
    }
}





/*video css home page*/

.vid_main {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
}

.vid_main_sec {
    background-color: #05203c;
    height: 0px;
}


.main_dv_float_left {
    width: 100%;
    float: left;
    height: auto;
}

.head_top_textsty {
    padding-top: 10px;
    word-spacing: 2px;
    z-index: 111111;
    top: 0;
    float: left;
}

.head_top_textsty_flag {
    padding-top: 0px;
    word-spacing: 2px;
    z-index: 111111;
    top: 0;
    text-align: right;
    color: #fff;
    cursor: pointer;
}

.head_flagsty {
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}

.mobile_headerst {
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 15px #ccc;
}

.mobile_header_col {
    z-index: 111111;
    word-wrap: break-word;
    height: auto;
    float: left;
}

.mob_logo {
    max-width: 214px;
    width: 100%;
}

.mob_phone_bar {
    font-size: 36px;
    color: #2b2b2b;
}

.desk_header {
    padding-top: 0px;
    word-spacing: 2px;
    z-index: 111111;
    top: 0;
    height: auto;
    float: left;
    padding-bottom: 0px;
}

.desk_logo {
    max-width: 214px;
    width: 100%;
}






@media only screen and (max-width:992px) {
    .pl_992 {
        padding-left: 5px;
    }
}

@media only screen and (max-width:576px) {
    .pl_992 {
        padding-left: 0px;
    }
}


.btn-primary:active {
    background-color: #0b5ed7 !important;
    box-shadow: 0 5px #ccc !important;
    transform: translateY(4px) !important;
}


.v2_banner {
    background-size: cover;
    background-repeat: no-repeat;
}




@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.zoom-container img {
    -webkit-animation: zoom 50s;
    animation: zoom 50s;
}

.video_mt {
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
}


@media only screen and (max-width:1500px) {
    .video_mt {
        margin: 0 auto;
        width: 100%;
        margin-top: 0px;
    }
}

@media only screen and (max-width:1350px) {
    .video_mt {
        margin: 0 auto;
        width: 100%;
        margin-top: 0px;
    }
}

@media only screen and (max-width:992px) {
    .video_mt {
        margin: 0 auto;
        width: 100%;
        margin-top: 0px;
    }
}


@media only screen and (max-width:1400px) {
    .hide_lg {
        display: none;
    }
}



/*Offcanvas CSS*/

.offcanvas-start {
    top: 0;
    left: 0;
    max-width: 450px;
    width: 100%;
    border-right: 0px solid rgba(0,0,0,.2);
    transform: translateX(-100%);
    background-color: rgba(255,255,255, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


@media only screen and (max-width:576px) {

    .offcanvas-start {
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        border-right: 0px solid rgba(0,0,0,.2);
        transform: translateX(-100%);
        background-color: rgba(255,255,255, 0.9);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
}




.offcanvas_headerbg {
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 15px #ccc;
    background-color: #fff;
}


/*Mobile Hamburger ul li Code Begin */

.li_sty_sub {
    padding-bottom: 10px;
    padding-left: 18px;
    color: #0d6efd;
    list-style-type: none;
}

    .li_sty_sub:hover {
        padding-bottom: 10px;
        padding-left: 18px;
        color: #02347e;
        list-style-type: none;
    }

.li_sty_sub_sub {
    border-bottom: 1px solid #b8d1f6;
    padding-bottom: 5px;
}

.list-group-item.active {
    z-index: 2;
    color: #0d6efd;
    background-color: #edf3fb;
    border-color: #b8d1f6;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .8rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    .list-group-item:hover {
        z-index: 2;
        color: #0d6efd;
        background-color: #edf3fb;
        border-color: #b8d1f6;
    }

/*Mobile Hamburger ul li Code End */




/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(../../fonts/Material-Symbols-Outlined.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

/*Tesing code*/
.bullet li a:before {
    font-family: "Material Symbols Outlined";
    content: "\e80b";
    font-size: 50px;
}


/*header & Search Engine*/

.header_right_border {
    border-right: 2px solid #fff;
}


@media only screen and (max-width:1200px) {
    .header_right_border {
        border-right: 0px solid #fff !important;
    }
}



@media only screen and (max-width:1200px) {
    .lg_new_hide {
        display: none;
    }
}



.header_logoset {
    text-align: right;
    padding-right: 50px;
}

@media only screen and (max-width:1200px) {

    .header_logoset {
        text-align: left;
        padding-right: 50px;
    }
}

@media only screen and (max-width:1200px) {

    .header_logoset {
        text-align: left;
        padding-right: 0px;
    }
}

.menubar_dv {
    float: left;
    margin-right: 12px;
}

@media only screen and (max-width:1200px) {

    .menubar_dv {
        float: left;
        margin-right: 0px;
    }
}



/*Search Engine Changes*/

.select_pb_searchengin {
    margin-bottom: 20px;
    height: 2.8rem;
}


@media only screen and (min-width:576px) {

    .select_pb_searchengin {
        margin-bottom: 0px;
        height: 2.8rem;
    }
}



@media only screen and (max-width:400px) {

    .hide_sm_400 {
        display: none;
    }
}




.se_adt_chinfant {
    width: 100%;
    max-width: 317px;
    float: left;
    height: auto;
    background-color: #fff;
    /* margin-top: -15px;*/
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    z-index: 111111;
    position: absolute;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-top: 0px;
    /* margin-left:-111px; 1360px*/
    margin-left: -135px;
}


@media only screen and (max-width:1400px) {
    .se_adt_chinfant {
        width: 100%;
        max-width: 362px;
        float: left;
        height: auto;
        background-color: #fff;
        /* margin-top: -15px;*/
        border-radius: 0 0 0.75rem 0.75rem;
        z-index: 111111;
        position: absolute;
        border: 1px solid #ced4da;
        border-top: 0px;
        margin-left: 0px;
    }
}



@media only screen and (max-width:1200px) {
    .se_adt_chinfant {
        width: 100%;
        max-width: 302px;
        height: auto;
        background-color: #fff;
        /*  margin-top: -15px;*/
        border-radius: 0 0 0.75rem 0.75rem;
        z-index: 111111;
        position: absolute;
        border: 1px solid #ced4da;
        border-top: 0px;
    }
}


@media only screen and (max-width:992px) {

    .se_adt_chinfant {
        width: 100%;
        max-width: 317px;
        float: left;
        height: auto;
        background-color: #fff;
        /*  margin-top: -15px;*/
        border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
        z-index: 111111;
        position: absolute;
        box-shadow: none !important;
        border-top: 0px;
    }
}

































.break_1200 {
    display: none;
}

@media only screen and (max-width:1200px) {
    .break_1200 {
        display: block;
    }
}

@media only screen and (max-width:993px) {
    .break_1200 {
        display: none;
    }
}


@media only screen and (max-width:992px) {
    .se_adt_chinfant {
        width: 100%;
        max-width: 100%;
        float: left;
        height: auto;
        background-color: #fff;
        margin-top: -15px;
        border-radius: 0 0 0.75rem 0.75rem;
        z-index: 111111;
        position: relative;
        border: 1px solid #ced4da;
        border-top: 0px;
    }
}


@media only screen and (max-width:768px) {
    .se_adt_chinfant {
        width: 100%;
        max-width: 100%;
        float: left;
        height: auto;
        background-color: #fff;
        margin-top: -15px;
        border-radius: 0 0 0.75rem 0.75rem;
        z-index: 111111;
        position: relative;
        border: 1px solid #ced4da;
        border-top: 0px;
    }
}

@media only screen and (max-width:576px) {
    .se_adt_chinfant {
        width: 100%;
        max-width: 100%;
        float: left;
        height: auto;
        background-color: #fff;
        margin-top: -15px;
        border-radius: 0 0 0.75rem 0.75rem;
        z-index: 111111;
        position: relative;
        border: 1px solid #ced4da;
        border-top: 0px;
    }
}


.se_tab_borderbot {
    border-bottom: 2px solid #4297fe;
    padding-bottom: 15px;
}


.se_tab_borderbot_borno {
    border-bottom: 0px solid #4297fe;
    padding-bottom: 15px;
}

/*header dropdown menu hover*/

.hd_hov_dv {
    width: 100%;
    float: left;
    height: 40px;
}

.hd_callus_sec {
    width: 220px;
    float: right;
    margin-right: 0px;
    height: auto;
    background-color: #fff;
    line-height: 17px;
    padding: 3px 6px 5px 6px;
    border-radius: 25px;
    border: 1px solid #007c04
}

.hd_callus_headericon {
    width: auto;
    float: left;
    height: auto;
    padding-right: 8px;
}

.hd_callus_widthauto {
    width: auto;
    float: left;
    height: auto;
}

.font10 {
    font-size: 10pt;
    color: #007c04;
}

.font13_bold {
    font-size: 13pt;
    color: #007c04;
    font-weight: bold;
}

.hd_infoicon {
    width: auto;
    float: right;
    height: auto;
    text-align: right;
    color: #fff;
}

.icon_info_sty {
    font-size: 15pt;
    padding-top: 10px;
}

.drop_down_menu_maindv {
    padding-top: 33px;
    background-color: transparent !important;
    border: 0px;
    z-index: 111111 !important;
}

.ddl_mt20 {
    width: 100%;
    margin-top: 20px;
    height: auto;
}

.ddl_maindv_boxshadow {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.padding_15px {
    padding: 15px;
}

.row_sty {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.we_are_opendv {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
    background-color: #f3f3f3;
    border-end-start-radius: 8px;
    border-end-end-radius: 8px;
}

.we_are_opendv_inner {
    width: 100%;
    height: auto;
    float: left;
    margin-top: -6px;
    margin-bottom: -3px;
    text-align: left;
}

.we_are_opendv_spansty {
    font-size: 9pt;
    color: #333333;
    border-radius: 25px;
}

.row_sty_01 {
    width: 85%;
    height: auto;
    float: left;
    line-height: 20px;
}

.row_sty_02 {
    width: 15%;
    height: auto;
    float: left;
    text-align: right;
}

.row_heading_sty {
    font-size: 10pt;
    color: #555;
}

.row_heading_sty_num {
    font-size: 13pt;
    color: #5b5a5a;
    font-family: Rubik-Medium;
}

.i_material_st {
    font-size: 32px;
    padding-top: 3px;
    color: #555;
}




@media only screen and (max-width:1330px) {
    .hide_1330 {
        display: none;
    }
}



@media only screen and (max-width:1186px) {
    .hide_1330 {
        display: inline-block;
    }
}


.modal_country_main {
    width: 100%;
    float: left;
    height: auto;
}

.modal_country_main_inner_div {
    width: 33.33%;
    float: left;
    height: auto;
    padding: 10px;
}

.modal_country_main_inner_div34 {
    width: 33.33%;
    float: left;
    height: auto;
    padding: 10px;
}

.modal_borderdv {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #e0e0e0;
    padding: 6px;
    border-radius: 4px;
}


    .modal_borderdv:hover {
        width: 100%;
        float: left;
        height: auto;
        border: 1px solid #e0e0e0;
        background-color: #f3f3f3;
        padding: 6px;
        border-radius: 4px;
        transition: 0.25s ease;
    }

.modal_flag_dv {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.modal_flag_txt {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #333;
    font-size: 11pt;
}

.modal_flag_img_sty {
    max-width: 30px;
    margin: 0 auto;
    border-radius: 10px;
}

.box_shadow_sty {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 10px, rgba(0, 0, 0, 0.02) 0px 0px 4px;
}

.country_color {
    color: #3f3f3f;
    font-size: 13pt;
}

.border_bottom_ind {
    border-bottom: 1px solid #fff;
}

.search_eng_padbot50 {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 20px;
}

.se_bg_white {
    background-color: #fff;
    padding-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 16px !important;
}

.se_flying_from_input {
    height: 3.5rem !important;
    /* background-image: url('../../img/dest-icon.png');*/
    background-position: right 17px;
    background-repeat: no-repeat;
    /*   font-family: "Material Symbols Outlined";
    content: "\e80b";
    font-size: 50px;*/
    padding-right: 35px !important;
}


.se_flying_to_input {
    height: 3.5rem !important;
    /* background-image: url('../../img/dest-icon.png');*/
    background-position: right 17px;
    background-repeat: no-repeat;
    padding-right: 35px !important;
}


.se_dep_date_input {
    cursor: pointer !important;
    height: 3.5rem;
    border-radius: .0rem;
    /* background-image: url('../../img/calendar.jpg');*/
    background-position: right 17px;
    background-repeat: no-repeat;
}

.se_return_date {
    cursor: pointer !important;
    height: 3.5rem;
    border-radius: .0rem;
    /* background-image: url('../../img/calendar.jpg');*/
    background-position: right 17px;
    background-repeat: no-repeat;
}

.se_traveller_cabin {
    cursor: pointer;
    height: 3.5rem;
    border-radius: .0rem;
    /* background-image: url('../../img/passenger.png');*/
    background-position: right 17px;
    background-repeat: no-repeat;
}

.se_travller_dv {
    margin-top: 0px;
    padding: 20px;
}

.se_adult_sty_adlt {
    width: auto;
    float: left;
    height: auto;
}

.se_adult_sty_adlt_p {
    margin-top: 4px;
    margin-bottom: 0rem;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

.se_trav_plus {
    border: 1px solid #0d6efd;
    border-start-end-radius: 0rem !important;
    border-end-end-radius: 0rem !important;
    background-color: #e0ecfe
}

.se_trav_plus02 {
    border: 1px solid #0d6efd;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    background-color: #e0ecfe
}

.age_16plussty {
    font-size: 12px;
    color: #969393;
    font-weight: normal !important;
}

.adult_plus_inp {
    border: 1px solid #0d6efd;
    padding: 0px !important;
}

.se_child_section {
    margin-top: 25px;
    padding: 20px;
}

.se_child_txtsty {
    width: auto;
    float: left;
    height: auto;
}

.se_children_style {
    margin-top: 4px;
    margin-bottom: 0rem;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

.se_childern_age_sty {
    font-size: 12px;
    color: #969393;
    font-weight: normal !important;
}

.se_childre_minus_se {
    border: 1px solid #0d6efd;
    border-start-end-radius: 0rem !important;
    border-end-end-radius: 0rem !important;
    background-color: #e0ecfe
}

.se_children_pluse {
    border: 1px solid #0d6efd;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    background-color: #e0ecfe
}

.se_childre_inputsds {
    border: 1px solid #0d6efd;
    padding: 0px !important;
}

.se_cabin_class_dv {
    margin-top: 0px;
    padding: 20px;
}

.se_cabin_class_dv_inner {
    width: 100%;
    float: left;
    height: auto;
}

.se_cabinclass_txt {
    margin-top: 10px;
    margin-bottom: 0rem;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}

.se_cabinclass_donebtn {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 20px;
}

.sedonebtn {
    width: 90% !important;
    cursor: pointer;
    border-radius: 22px;
}

.flyingfrom_iconmatgo {
    position: absolute;
    float: right;
    right: 6px;
    font-size: 30px;
    color: #cdcdcd;
    margin-top: 15px;
}

.flyingfrom_iconmatgo_depart {
    position: absolute;
    float: right;
    right: 7px;
    font-size: 30px;
    color: #cdcdcd;
    margin-top: 15px;
}

.flyingfrom_iconmatgo_02 {
    position: absolute;
    float: right;
    right: 5px;
    font-size: 30px;
    color: #cdcdcd;
    margin-top: 15px;
}

.flyingfrom_iconmatgo_traveller {
    position: absolute;
    float: right;
    right: 5px;
    font-size: 30px;
    color: #cdcdcd;
    margin-top: 15px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


input {
    font-size: 11pt;
    width: 100%;
    padding: 13px;
    color: #333;
    border: 1px solid #ccc;
    transition: border-color 250ms;
    background-color: #cccccc1c;
}
/*
.input {
    font-size: 11pt;
    width: 100%;
    padding: 13px;
    color: #333;
    border: 1px solid #ccc;
    transition: border-color 250ms;
    background-color: transparent;
}
*/
.input:focus {
    outline: none;
    border: 1px solid #4297fe;
}

.input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.label {
    position: absolute;
    top: 0px;
    left: 0;
    color: #43454e;
    pointer-events: none;
    transform-origin: left center;
    transition: transform 250ms;
    font-size: 11pt;
}

.input:focus + .label,
.input:not(:placeholder-shown) + .label {
    transform: translateY(-50%) scale(0.75);
    color: #4297fe !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 5px !important;
    height: 15px;
    background-color: #fff;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 50%;
    height: auto;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%);
}





.parallax {
    background-image: url('../../img/bg.jpg');
    height: 800px; /* Adjust as needed */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax02 {
    background-image: url('https://www.w3schools.com/howto/img_parallax.jpg');
    height: 800px; /* Adjust as needed */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.ui-icon {
    text-indent: unset !important;
}

.ui-datepicker .ui-icon {
    text-indent: unset !important;
}

.ui-widget-header .ui-icon {
    background-image: none !important;
}







.ui-icon-circle-triangle-w::before {
    content: "\e5e0";
    color: #0d6efd;
    font-family: 'Material Symbols Outlined';
    position: relative;
    margin-top: -5px;
    font-weight: bolder;
    top: -5px;
}

.ui-icon-circle-triangle-e::before {
    content: "\e5e1";
    color: #0d6efd;
    font-family: 'Material Symbols Outlined';
    position: relative;
    margin-top: -5px;
    font-weight: bolder;
    top: -5px;
}


.ui-datepicker-week-end {
    border: 0px solid #e0e0e0 !important;
    font-weight: bolder !important;
    color: #0d6efd !important;
}

    .ui-datepicker-week-end .ui-state-default {
        background-color: none;
        color: #0d6efd;
    }



/*Multicity Truspilot CSS BEGIN*/


#darktp {
    display: none;
}

@media only screen and (max-width: 1200px) {
    #darktp {
        display: block;
    }
}

#lighttp {
    display: block;
}

@media only screen and (max-width: 1200px) {
    #lighttp {
        display: none;
    }
}




.video_overlaybg {
    /*background-image: linear-gradient( to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 0% );*/
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 100.5) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 10) 0% );
}


@media only screen and (max-width:1205px) {
    .video_overlaybg {
        background-image: none;
    }
}

/*Multicity Truspilot CSS END*/



.ui-datepicker th {
    text-align: center;
    font-weight: normal !important;
}





/*Search Engine New*/
.font_171160 {
    color: #828080;
    font-size: 16px;
}
/*Search Engine New*/





.banner_hoepage {
    max-width: 100%;
    clip-path: ellipse(70% 90% at 50% 10%);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}


@media only screen and (max-width:768px) {

    .banner_hoepage {
        max-width: 100%;
        clip-path: none !important;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}



.padding_trustpilott {
    padding: 28px 24px 24px 28px;
    pointer-events: none;
}


@media only screen and (max-width:768px) {


    .padding_trustpilott {
        padding: 0px 8px 13px 0px !important;
        pointer-events: none;
    }

}



.bookimgtxt::after {
    content: '';
    position: relative;
    top: 0;
    width: 120px;
    display: block !important;
    background: rgb(207,96,5);
    background: linear-gradient(78deg, rgba(27,73,147,1) 0%, rgba(33,85,159,1) 37%, rgba(46,109,200,1) 71%, rgba(73,135,224,1) 100%);
    height: 4px;
    border-radius: 4px;
    margin-top: 13px;
}