﻿@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); /* fontawesome */


body {
    font-family: Lato-Regular;
    margin: 0;

}

/* 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;
}
@font-face {
    font-family: Lato-Black;
    src: url('../../fonts/Lato-Black.ttf') format('truetype');
}

@font-face {
    font-family: Lato-BlackItalic;
    src: url('../../fonts/Lato-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: Lato-Bold;
    src: url('../../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Lato-BoldItalic;
    src: url('../../fonts/Lato-BoldItalic.ttf') format('truetype');
}


@font-face {
    font-family: Lato-Italic;
    src: url('../../fonts/Lato-Italic.ttf') format('truetype');
}

@font-face {
    font-family: Lato-Light;
    src: url('../../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: Lato-LightItalic;
    src: url('../../fonts/Lato-LightItalic.ttf') format('truetype');
}


@font-face {
    font-family: Lato-Thin;
    src: url('../../fonts/Lato-Thin.ttf') format('truetype');
}

@font-face {
    font-family: Lato-ThinItalic;
    src: url('../../fonts/Lato-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: Lato-Regular;
    src: url('../../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Black;
    src: url('../../fonts/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-BlackItalic;
    src: url('../../fonts/Poppins-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-BoldItalic;
    src: url('../../fonts/Poppins-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-ExtraBold;
    src: url('../../fonts/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-ExtraBoldItalic;
    src: url('../../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url('../../fonts/Poppins-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-ExtraLightItalic;
    src: url('../../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Italic;
    src: url('../../fonts/Poppins-Italic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../../fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-LightItalic;
    src: url('../../fonts/Poppins-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../../fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-MediumItalic;
    src: url('../../fonts/Poppins-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../../fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-SemiBoldItalic;
    src: url('../../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Thin;
    src: url('../../fonts/Poppins-Thin.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-ThinItalic;
    src: url('../../fonts/Poppins-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: F37Judge-Bold;
    src: url('../../fonts/F37Judge-Bold.ttf') format('truetype');
}





.header_span {
    font-family: Lato-Regular;
    color: #fff;
    font-size: 15px;
}


.font13 {
    font-size:14px;
}


.banner_txt_heading {
    
    color: #fff;
    font-size: 60px;
    font-family: 'Lato-Regular';
    text-shadow: 3px 0px 0px #302f2f;
}


@media only screen and (max-width:992px) {
    .banner_txt_heading {
        color: #fff;
        font-size: 60px;
        font-family: 'Lato-Regular';
        text-shadow: 3px 0px 0px #302f2f
    }
}

@media only screen and (max-width:576px) {
    .banner_txt_heading {
        color: #fff;
        font-size: 46px;
        font-family: 'Lato-Regular';
        text-shadow: 3px 0px 0px #302f2f
    }
}


.banner_sub_heading {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: Lato-Regular;
    margin-bottom: 68px;

}



@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 #01b7f2 !important;
}

.triplabel input:checked + span::before {
    box-shadow: inset 0 0 0 0.4375em #01b7f2 !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: #fff;
            color: #162849;
            border: 1px solid #c5d3e3;
        }

            .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;
        border: 1px solid #c5d3e3;
    }

        .triplabel span:hover {
            background-color: #f3f3f3;
            /*background-color: #d6d6e5;*/
            border: 1px solid #c5d3e3;
        }

        .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 #c5d3e3;
        }






















.form-control:focus::placeholder {
    color: #4B6D93 !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: 6px;
}

@media only screen and (max-width: 992px) {
    .btn_sesty {
        height: 3.5rem;
        font-weight: bold;
        border-radius: .75rem .75rem .75rem .75rem;
    }
}


@media only screen and (max-width: 576px) {
    .btn_sesty {
        height: 3.5rem;
        font-weight: bold;
        border-radius: .75rem .75rem .75rem .75rem;
    }
}

.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: #4B6D93;
    font-family: Lato-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: #4B6D93;
        font-family: Lato-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 #01b7f2 !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }
}





#ui-datepicker-div {
    border-radius: 0rem;
    padding: 10px;
    z-index: 999999 !important;
}

.ui-widget-header {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #4B6D93;
    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;
   
    text-align: center !important;
    border-radius: 0rem;
    background-color: #fff;
    color: #4B6D93;
}

.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 #01b7f2;
    background-color: #01b7f2 !important;
   
    color: #fff !important;
    border-radius: 6px;
}


.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 #01b7f2;
    background-color: #01b7f2 !important;
    color: #fff !important;
    border-radius: 6px;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: navajowhite;
    background: #f3f3f3 !important;
    color: #2b2b2b;
    font-weight: 600;
    border-radius: 0rem;
    border-radius: 6px;
}



.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
    border: 1px solid #01b7f2;
    background-color: #01b7f2 !important;
    font-weight: 600;
    color: #fff !important;
    border-radius: 6px;
}






.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: Lato-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: #01b7f2 !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;*/ font-size: .875rem;
    color: #4B6D93;
    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: Lato-Bold;
    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: #01b7f2;
        text-transform: uppercase;
        font-family: Lato-Bold;
        margin-bottom: 0px !important;
        background-color: #fff;
    }





.nav-tabs .nav-link-tab.active {
    color: #4297fe;
}


.nav-link {
    display: block;
   
    font-size: .875rem;
    color: #4B6D93;
    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: Lato-Regular;
    margin-bottom: 0px !important;
    font-weight:500;
}


    .nav-link:hover {
        display: block;
        font-size: .875rem;
        color: #01b7f2;
        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: Lato-Regular;
        margin-bottom: 0px !important;
        background-color: #fff;
        font-weight: 500;
    }

    .nav-link:focus {
        display: block;
        font-size: .875rem;
        color: #01b7f2;
        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: Lato-Regular;
        margin-bottom: 0px !important;
        font-weight: 500;
    }


.transi_sty {
    border: var(--bui_border_width_100) solid transparent;
    border-radius: 50px;
    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: Lato-Light;
}

.dropdown-menu {
    font-size: 0.85rem;
    color: #212529;
    text-align: left;
    list-style: none;
    font-family: Lato-Regular;
}

.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: Lato-Bold;
    }

        .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: #2D3E52 !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: #4B6D93;
}

.desk_header {
    padding-top: 0px;
    word-spacing: 2px;
    z-index: 111111;
    top: 0;
    height: auto;
    float: left;
    padding-bottom: 0px;
}
.desk_logo {
    max-width: 198px;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .desk_logo {
        max-width: 202px;
        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: #01b7f2;
    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: #01b7f2;
    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: #01b7f2;
        background-color: #edf3fb;
        border-color: #b8d1f6;
    }

/*Mobile Hamburger ul li Code End */





/*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: 0px;
}

@media only screen and (max-width:1400px) {

    .header_logoset {
        text-align: left;
        padding-right: 0px;
        
    }
}
@media only screen and (max-width:1400px) {

    .header_pdlef20 {
        padding-left: 20px !important;
    }
}
@media only screen and (max-width:1200px) {

    .header_pdlef20 {
        padding-left: 0px !important;
    }
}
@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: 240px;
    float: right;
    margin-right: 0px;
    height: auto;
    background-color: #fff;
    line-height: 17px;
    padding: 3px 6px 3px 6px;
    border-radius: 14px;
    border: 1px solid #c5d3e3;
    color: #4B6D93;
}
.hd_callus_sec:hover {
    border: 1px solid #01b7f2 !important;
}
    .hd_callus_headericon {
    width: auto;
    float: left;
    height: auto;
    padding-right: 8px;
}

.hd_callus_widthauto {
    width: auto;
    float: left;
    height: auto;
}

.font10 {
    font-size: 13px;
    color: #4B6D93;
}
.font13_bold {
    font-size: 20px;
    color: #01b7f2;
    font-weight: bold;
}

.hd_infoicon {
    width: auto;
    float: right;
    height: auto;
    text-align: right;
    color: #4B6D93;
}

.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: #f2fbff;
    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: #4B6D93;
    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: #4B6D93;
}
.row_heading_sty_num {
    font-size: 13pt;
    color: #01b7f2;
    font-family: Lato-Bold;
}
    .i_material_st {
        font-size: 32px;
        padding-top: 3px;
        color: #4B6D93;
    }




@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: 50px;
}
.se_bg_white {
    background-color: #fff;
    padding-bottom: 10px;
}

.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 #c5d3e3;
    border-start-end-radius: 0rem !important;
    border-end-end-radius: 0rem !important;
    background-color: #fff
}
.se_trav_plus02 {
    border: 1px solid #c5d3e3;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    background-color: #fff
}
.age_16plussty {
    font-size: 12px;
    color: #4B6D93;
    font-weight: normal !important;
}

.adult_plus_inp {
    border: 1px solid #c5d3e3;
    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: #4B6D93;
    font-weight: normal !important;
}

.se_childre_minus_se {
    border: 1px solid #c5d3e3;
    border-start-end-radius: 0rem !important;
    border-end-end-radius: 0rem !important;
    background-color: #fff
}
.se_children_pluse {
    border: 1px solid #c5d3e3;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    background-color: #fff
}
.se_childre_inputsds {
    border: 1px solid #c5d3e3;
    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: #01b7f2;
    margin-top: 15px;
    background-image: url('/img/location-icon.png');
    width:30px;height:30px;
    background-repeat:no-repeat;
}


.calmonth_iconmatgo {
    position: absolute;
    float: right;
    right: 6px;
    font-size: 30px;
    color: #01b7f2;
    margin-top: 15px;
    background-image: url('/img/calendar_month.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
.personicon_iconmatgo {
    position: absolute;
    float: right;
    right: 6px;
    font-size: 30px;
    color: #01b7f2;
    margin-top: 15px;
    background-image: url('/img/person-icon.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}



.flyingfrom_iconmatgo_depart {
    position: absolute;
    float: right;
    right: 7px;
    font-size: 30px;
    color: #01b7f2;
    margin-top: 15px;
    
}

.flyingfrom_iconmatgo_02 {
    position: absolute;
    float: right;
    right: 5px;
    font-size: 30px;
    color: #01b7f2;
    margin-top: 15px;
}

.flyingfrom_iconmatgo_traveller {
    position: absolute;
    float: right;
    right: 5px;
    font-size: 30px;
    color: #01b7f2;
    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: #4B6D93;
    border: 1px solid #c5d3e3;
    transition: border-color 250ms;
    background-color: #fff;
}
/*
.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 #01b7f2;
}

    .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: #01b7f2;
    font-family: 'Material Symbols Outlined';
    position: relative;
    margin-top: -5px;
    font-weight: bolder;
    top: -5px;
}

.ui-icon-circle-triangle-e::before {
    content: "\e5e1";
    color: #01b7f2;
    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: #01b7f2 !important;
}
    .ui-datepicker-week-end .ui-state-default {
        background-color: none;
        color:#01b7f2;
      
    }



/*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;
    }
}


.padding_trustpilott {
    padding: 28px 24px 24px 28px;
    
  
    pointer-events: 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;
    }
}*/

.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: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, #fff 94%, #fff 100%) 0% 0% no-repeat padding-box;
}


@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: #4B6D93;
    font-size: 16px;
}
/*Search Engine New*/


.mobilecont_dv {
    width: 100%;
    float: left;
    height: auto;
    background-color: #000;
    padding: 0px;
    position: relative;
   
}

@media only screen and (max-width:768px) {
    .mobilecont_dv {
        width: 100%;
        float: left;
        height: auto;
        background-color: #000;
        padding: 0px;
        position: relative;
        margin-top: 100px;
    }
}

.beyondlimittxt_cont {
    font-size: 80px;
    font-family: Lato-Black;
    line-height: 65px;
    font-weight: bolder;
}

@media only screen and (max-width:768px) {
    .beyondlimittxt_cont {
        font-size: 28px;
        font-family: Lato-Black;
        line-height: 65px;
        font-weight: bolder;
    }
}

.img_cont_res {
    width: 100%;
    margin-top: -10px;
}

@media only screen and (max-width:768px) {
    .img_cont_res {
        width: 100%;
        margin-top: 60px;
    }
}

.svg-flighticon {
    max-width: 25px;
    color: #01b7f2;
}
@media only screen and (max-width:370px) {
    .dnone370cs {
        display: none;
    }
}



.supppages_bg {
    margin-bottom: 0rem !important;
    background: linear-gradient(78deg,#01b7f2 0,#01b7f2 37%,#fff 71%,#fff 100%);
    padding: 5px;
    color: #fff;
   
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .supppages_bg {
        margin-bottom: 0rem !important;
        background: linear-gradient(78deg,#01b7f2 0,#01b7f2 37%,#2dc8fa 71%,#2dc8fa 100%);
        padding: 5px;
        color: #fff;
    }

}


.supppage_ptag {
    color: #4B6D93 !important;
}


.yieldify-section {
    background: #f2fbff;
    border-bottom: .5px solid #c5d3e3
}

    .yieldify-section .container {
        position: relative;
        width: auto;
        height: 50px;
        overflow: hidden;
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

@media(min-width:1200px) {
    .yieldify-section .container {
        height: 45px;
        width: 100%;
        flex: unset;
        align-items: unset;
        justify-content: unset;
        overflow: unset
    }
}

.yieldify-section .yieldify-flex {
    opacity: 0;
    animation-name: textFader;
    animation-duration: 28s;
    animation-iteration-count: infinite;
    position: absolute;
    display: flex;
    align-items: center
}

@media(min-width:1200px) {
    .yieldify-section .yieldify-flex {
        position: unset;
        flex: 0 0 25%;
        max-width: 25%;
        opacity: 1;
        animation-name: unset;
        animation-duration: unset;
        animation-iteration-count: unset
    }
}

.yieldify-section .yieldify-flex > div {
    margin-left: 8px
}

    .yieldify-section .yieldify-flex > div p {
        margin-bottom: 0;
        font-size: 13px;
        letter-spacing: .47px;
        color: #4b6d93;
        font-weight: 600;
        padding-top: 5px
    }

@media(min-width:1200px) {
    .yieldify-section .yieldify-flex > div p {
        padding-top: 0
    }
}

.yieldify-section .yieldify-flex:first-of-type {
    animation-delay: 0s
}

@media(min-width:1200px) {
    .yieldify-section .yieldify-flex:first-of-type {
        animation-delay: unset
    }
}

.yieldify-section .yieldify-flex:nth-of-type(2) {
    animation-delay: 7s
}

@media(min-width:1200px) {
    .yieldify-section .yieldify-flex:nth-of-type(2) {
        animation-delay: unset
    }
}

.yieldify-section .yieldify-flex:nth-of-type(3) {
    animation-delay: 14s
}

@media(min-width:1200px) {
    .yieldify-section .yieldify-flex:nth-of-type(3) {
        animation-delay: unset;
        justify-content: center
    }
}

.yieldify-section .yieldify-flex:last-of-type {
    animation-delay: 21s
}

@media(min-width:1200px) {
    .yieldify-section .yieldify-flex:last-of-type {
        animation-delay: unset;
        justify-content: flex-end
    }
}

@keyframes textFader {
    0% {
        opacity: 0
    }

    11% {
        opacity: 1
    }

    22% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@media(min-width:1200px) {
    .hotel_yieldifySection.yieldify-section .yieldify-flex {
        max-width: 23%
    }
}

@media(min-width:1200px) {
    .hotel_yieldifySection.yieldify-section .yieldify-flex:nth-of-type(3) {
        justify-content: center
    }
}

@media(min-width:1200px) {
    .hotel_yieldifySection.yieldify-section .yieldify-flex:last-of-type {
        flex: 0 0 32%;
        max-width: 32%;
        padding-right: 15px
    }
}