﻿@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); /* fontawesome */



body {
    font-family: Roboto-Regular, Helvetica, sans-serif;
    margin: 0;
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Roboto-Light;
    src: url('../../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Roboto-MediumItalic;
    src: url('../../fonts/Roboto-MediumItalic.ttf') format('truetype');
}


@font-face {
    font-family: Roboto-Bold;
    src: url('../../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Roboto-BoldItalic;
    src: url('../../fonts/Roboto-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: Roboto-Italic;
    src: url('../../fonts/Roboto-Italic.ttf') format('truetype');
}








.header_span {
    font-family: Roboto-Regular;
    color: #fff;
    font-size: 15px;
}


.font13 {
    font-size: 14px;
}


.banner_txt_heading {
    color: #fff;
    font-size: 88px;
    font-family: Roboto-Bold;
    text-shadow: 3px 0px 0px #302f2f
}


@media only screen and (max-width:992px) {
    .banner_txt_heading {
        color: #fff;
        font-size: 58px;
        font-family: Roboto-Bold;
        text-shadow: 3px 0px 0px #302f2f
    }
}

@media only screen and (max-width:576px) {
    .banner_txt_heading {
        color: #fff;
        font-size: 46px;
        font-family: Roboto-Bold;
        text-shadow: 3px 0px 0px #302f2f
    }
}


.banner_sub_heading {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    font-family: Roboto-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 #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: 32px;
}

@media only screen and (max-width: 992px) {
    .btn_sesty {
        height: 3.5rem;
        font-weight: bold;
        border-radius: 32px;
    }
}


@media only screen and (max-width: 576px) {
    .btn_sesty {
        height: 3.5rem;
        font-weight: bold;
        border-radius: 32px;
    }
}

.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-y: scroll;
    color: #3f3f3f
    
}

#ui-id-2 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 30px -5px !important;
    border-radius: 0.05rem !important;
    padding: 10px !important;
    font-size: .95rem !important;
    line-height: 1.5rem !important;
    width: 430.467px !important;
    max-height: 300px !important;
    overflow-y: scroll;
    color: #3f3f3f !important;
    width: 431.467px !important;
}



/*#ui-datepicker-div {
    border-radius: .75rem .75rem .75rem .75rem !important;
    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-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: navajowhite;
    background: #016dab !important;
    color: #fff;
}

.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: 1px solid #cfe1fb;
    background: #fff !important;
    font-weight: normal;
    color: #454545;
    text-align: center !important;
    border-radius: 8px !important;
}

.ui-datepicker-calendar thead {
    border-bottom: #ccc solid 0px;
}


.ui-state-default:hover {
    background: #c1d9fc !important;
    color: #000 !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 #003eff;
    background: #05203c !important;
    font-weight: normal;
    color: #ffffff;
}




.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #05203c !important;
    font-weight: normal;
    color: #454545;
}






.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 1px;
}


.ui-icon-circle-triangle-e {
    background-position: -32px -32px;
}

.ui-icon-circle-triangle-w {
    background-position: -96px -32px;
}














.ui-widget-content {
    border: 1px solid #ccc;
    background-color: #f3f3f3 !important;
    color: #2b2b2b !important;
}

.highlight {
    background-color: none !important;*/
    /*padding: 5px 0px 6px;*/
    /*margin: 0px 8px;
    box-shadow: none !important;
    color: #2b2b2b !important;
    transition: none !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 #cfe1fb;
    background-color: #fff !important;
    font-weight: normal;
    color: #2b2b2b !important;
    border-radius: 0.50rem
}*/





.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: 2px solid #f60;
    background: #fff !important;
    font-weight: normal;
    color: #454545;
    text-align: center !important;
    border-radius: 50% !important;
}

.ui-widget-header {
    border: 0px solid #f60;
    background: #f60;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #333333;
    font-weight: bold;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c1c7cf;
}

.ui-slider-horizontal {
    height: .3em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.5em;
        margin-left: -.6em;
    }



.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px;
}

/*.ui-widget-content {
    background: #c1c7cf;
    color: #333333;
}*/

.ui-widget-content {
    border: 1px solid #ccc;
    background-color: #fff !important;
    color: #2b2b2b !important;
}


.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px;
}


.dest-input-bg {
    padding-left: 30px !important;
    background-position: 5px 0px;
}
.dest-input-bg {
    padding-left: 30px !important;
    background-position: 5px 0px;
}





.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;
    border: 1px solid #ced4da;
    border-top: 0px;
}


@media only screen and (max-width:1400px) {
    .se_adt_chinfant {
        width: 100%;
        max-width: 353px;
        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;
    }
}



@media only screen and (max-width:1200px) {
    .se_adt_chinfant {
        width: 100%;
        max-width: 293px;
        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: 329px;
        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;
    }
}


@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;
    }
}



#traveller {
    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 {
    display: block;
    font-size: 16px;
    color: #212529;
    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: Roboto-Regular;
    margin-bottom: 0px !important;
}


    .nav-link:hover {
        display: block;
        font-size: 16px;
        color: #003eff;
        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: Roboto-Regular;
        margin-bottom: 0px !important;
        border-radius: 6px;
    }

    .nav-link:focus {
        display: block;
        font-size: 16px;
        color: #003eff;
        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: Roboto-Regular;
        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: Roboto-Light;
}

.dropdown-menu {
    font-size: 0.85rem;
    color: #212529;
    text-align: left;
    list-style: none;
    font-family: Roboto-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: Roboto-Medium;
    }

        .nav-tabs .nav-link.active {
            color: #05203c;
            background-color: #fff;
            border: 0px solid #ccc !important;
            border-bottom: 1px solid #05203c !important;
            /* border-right: 1px solid #05203c !important;
                    border-left: 1px solid #05203c !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: #05203c !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: #05203c;
}

.desk_header {
    padding-top: 0px;
    word-spacing: 2px;
    z-index: 111111;
    top: 0;
    height: auto;
    float: left;
    padding-bottom: 0px;
}

.desk_logo {
    max-width: 225px;
    /*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;*/
    background-color: #fff !important;
    box-shadow: 0 5px #ccc !important;
    transform: translateY(4px) !important;
}

.btn-primary:focus {
    /*background-color: #0b5ed7 !important;*/
    background-color: #fff !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: -220px;
    }
}

@media only screen and (max-width:1350px) {
    .video_mt {
        margin: 0 auto;
        width: 100%;
        margin-top: -120px;
    }
}

@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);
    }
}

.video_overlaybg {
    background-image: linear-gradient( to bottom, rgba(31, 31, 31, 0) 0%, rgba(31, 31, 31, 0.5) 1%, rgba(31, 31, 31, 0) 100%, rgba(31, 31, 31, 0) 0% );
}


@media only screen and (max-width:768px) {
    .video_overlaybg {
        background-image: none;
    }
}

.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: #05203c;
    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: #05203c;
    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: #05203c;
        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;
}



@media only screen and (min-width:768px) {
    .header_shadow_col {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        box-shadow: 1px 1px 15px #ccc;
    }
}



.btn_res {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 2px 4px 2px 4px;
    font-size: 11pt;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 14px;
    background-color: #f60;
    border: 1px dotted #f60;
    border-radius: 32px;
}


@media only screen and (max-width:992px) {

    .btn_res {
        display: inline-block;
        font-weight: 600;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        text-decoration: none;
        vertical-align: bottom;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        padding: 2px 8px 2px 8px;
        font-size: 11pt;
        border-radius: 16px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-left: 0px;
        margin-top: 10px;
        background-color: #f60;
        border: 1px dotted #f60;
        border-radius: 32px;
    }
}


.top_3_col {
    float: left;
    line-height: 23px;
    padding: 10px;
    padding-left: 12px;
    padding-bottom: 0px;
    padding-right: 7px;
  
  
}

.top_3_inner {
   
    width: 100%;
    float: left;
    height: auto;
    padding-bottom:5px;
}
.top_3_heading {
   
    padding-bottom: 8px;
    width: 80%;
    float: left;
    height: auto;
}


@media only screen and (max-width:576px) {
    .top_3_heading {
        padding-bottom: 8px;
        width: 100%;
        float: left;
        height: auto;
    }

}

.top_3_heading_02col {
    width: 20%;
    float: left;
    height: auto;
    text-align:right;
}

@media only screen and (max-width:768px) {
    .top_3_heading_02col {
        display: none;
        width: 20%;
        float: left;
        height: auto;
    }
}





.top_3_heading_txt {
    color: #fff;
    font-size: 11pt;
    font-weight: 600;
    margin-bottom: 0rem;
}

@media only screen and (max-width:768px) {

    .top_3_heading_txt {
        color: #fff;
        font-size: 10pt;
        font-weight: normal;
        margin-bottom: 0rem;
       
    }
}

.top_3_col_price {
    margin-bottom: 0rem;
    color: #fff;
    font-size: 15pt;
    font-weight: bold;
}

@media only screen and (max-width:576px) {
    .top_3_col_price {
        margin-bottom: 0rem;
        color: #fff;
        font-size: 11pt;
        font-weight: bold;
    }
}









.top_3_col_avgpp {
    color: #fff;
    font-size: 9pt;
    font-weight: normal
}
@media only screen and (max-width:1200px) {
    .top_3_col_avgpp {
        color: #fff;
        font-size: 9pt;
        font-weight: normal;
        display:none;
            
    }
}



.top_3_col_icon {
    color: #fff;
    font-size: 30px;
}
.top_3_col_icon_02 {
    color: #fff;
    font-size: 30px;
}

.top_3_col_icon_03 {
    color: #fff;
    font-size: 30px;
}




/*//Collapse Style*/


/*Checkbox Style*/
.form-check-input[type="checkbox"] {
    border-radius: .15em;
}

.form-check-input:checked[type="checkbox"]{
   background-image: none !important;
  
}

    .form-check-input:checked[type="checkbox"]::before {
        content: "\e5ca";
        color: #05203c;
        font-family: 'Material Symbols Outlined';
        position: relative;
        margin-top: -5px;
        font-weight: bolder;
        top: -5px;
    }


.form-check-input:checked {
    background-color: #fff;
    border-color: #05203c;
}


.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .20em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #6d6c6d;
    -webkit-appearance: none;
    -webkit-print-color-adjust: exact;
   
}

.tune_res {
    font-size: 35px;
    color: #000;
    padding-right: 10px;
}
.filter_secsty {
    font-size: 16pt;
    color: #333333;
}

.em_arrowupdown {
    color: #333333;
    font-size: 19pt;
}

.res_checkbox_col_1 {
    width: 100%;
    float: left;
    height: auto;
}
.res_check_div {
    width: auto;
    float: left;
    height: auto;
}

.res_check_div_02 {
    width: 85%;
    float: left;
    height: auto;
}

.res_check_label {
    color: #000;
    font-size: 10pt;
    margin-bottom: 0px;
}

.res_check_price {
    color: #666;
    font-size: 11pt;
    margin-bottom: 10px;
}


.res_filteraside {
    float: left;
    height: auto;
    padding-right: 50px;
}





@media only screen and (max-width:1200px) {
    .res_filteraside {
        float: left;
        height: auto;
        padding-right: 20px;
    }
}

@media only screen and (max-width:992px) {
    .res_filteraside {
        float: left;
        height: auto;
        padding-right: 0px;
    }
}


.visible_576px {
    display: none;
}

@media only screen and (max-width:662px) {
    .visible_576px {
       display:block;
    }
}

.span_datebandsty {
    color: #333333;
    font-size: 10pt;
  /*  margin-left: 10px;*/
}

@media only screen and (max-width:662px) {
    .span_datebandsty {
        color: #333333;
        font-size: 9pt;
    }
}


.span_travellers_sty {
    color: #333333;
    font-size: 10pt;
    margin-left: 10px;
}

@media only screen and (max-width:662px) {
    .span_travellers_sty {
        color: #333333;
        font-size: 9pt;
        margin-left: 0px;
    }
}

.visible_410px
{
    display:none;
}

@media only screen and (max-width:410px) {
    .visible_410px {
        display: block;
    }
}

.res_cabin_class {
    color: #333333;
    font-size: 10pt;
    margin-left: 10px;
}

@media only screen and (max-width:410px) {
    .res_cabin_class {
        color: #333333;
        font-size: 9pt;
        margin-left: 0px;
    }
}


.mob_collapse_dv
{
    display:block;
}

@media only screen and (max-width:992px) {
    .mob_collapse_dv {
        display: none;
    }
}


@media only screen and (max-width:354px) {
    .mobile_hide354 {
        display: none;
    }
}


.res_slider_bottom {
    box-shadow: inset 0 -1px 0 0 #c1c7cf;
    height: 1px;
    width: 100%;
    float: left;
}


.offcanvas-end {
    top: 0;
    right: 0;
    width: 100%;
    border-left: 0px solid rgba(0,0,0,.2);
    
    z-index: 111111;
}

.right_sli_overflow {
   /* overflow: scroll;*/
    height: auto;
}

















/*////////////////////////////////////////result Grid Css Starts //////////////////////////////////////////////*/





.price_tag_dv_inner {
    width: 100%;
    float: left;
    height: auto;
    padding: 5px;
    margin-top: 0px;
}


@media screen and (max-width: 768px) {
    .price_tag_dv_inner {
        width: 100%;
        float: left;
        height: auto;
        padding: 0px;
        margin-top: 0px;
    }
}


.price_tag_dv_inner_aligncener {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}

.price_tag_pricefromsty {
    color: #5a6072;
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    
}

.pricetag_box_01 {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .pricetag_box_01 {
        width: 60%;
        float: left;
        height: auto;
        text-align: left;
        margin-top: 8px;
    }
}

.pricetag_box_spansty {
    color: #43a943;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}


.btn_book {
    background: #f60;
    background-image: none;
    color: #fff !important;
    border-radius: 32px;
    text-transform: none;
    font-weight: 700;
    transition: 0.3s;
    width: 100%;
}

    .btn_book:hover {
        color: #fff !important;
        background: #fe761b;
       
    }

    .btn_book:active {
        color: #fff !important;
        background: #f60;
    }
.perperson {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    padding-bottom: 10px;
}

.perperson_txtsty {
    color: #5b5a5a;
    font-size: 11pt;
    font-weight: normal;
}

.booknow_btn_res01 {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    
}

@media screen and (max-width: 768px) {
    .booknow_btn_res01 {
        width: 40%;
        float: left;
        height: auto;
        text-align: right;
        
    }
}

.cabin_dv_box {    
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    padding-bottom: 15px;
    padding-left: 3px;
}

@media screen and (max-width: 1400px) {
    .cabin_dv_box {
        width: 100%;
        float: left;
        height: auto;
        text-align: left !important;
        padding-bottom: 15px;
        padding-left: 3px;
    }
}


@media screen and (max-width: 1200px) {
    .cabin_dv_box {
        width: 100%;
        float: left;
        height: auto;
        text-align: right;
        padding-bottom: 65px;
        padding-left: 3px;
    }
}

@media screen and (max-width: 768px) {
    .cabin_dv_box {
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
        padding-bottom: 10px;
        padding-top:3px;
        padding-left: 3px;
    }
}


.cabin_dv_boxsty {
    color: #333333;
    font-size: 11pt;
    line-height: 18px;
    font-weight: bold;
   
    padding:4px;
    border-radius:5px;
}


.dv_80percleft {
    width: 77%;
    float: left;
    height: auto;
    padding-right: 2%;
    border-bottom: 0px solid #e3e4e6;
    border-right: 1px solid #e3e4e6;
}

.dv_80percleft_0 {
    width: 77% !important;
    float: left;
    height: auto;
    padding-right: 2%;
    border-bottom: 0px solid #e3e4e6;
    border-right: 1px solid #e3e4e6;
}

@media screen and (max-width: 768px) {
    .dv_80percleft {
        width: 100%;
        float: left;
        height: auto;
        padding: 0%;
        border-bottom: 0px solid #e3e4e6;
        border-right: 0px solid #e3e4e6;
    }

    .dv_80percleft_0 {
        width: 100% !important;
        float: left;
        height: auto;
        padding: 0%;
        border-bottom: 0px solid #e3e4e6;
        border-right: 0px solid #e3e4e6;
    }
}



.dv_20percright {
    width: 23%;
    float: left;
    height: auto;
    background-color: #fff;
   
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0,0,0,0.1);
    /*border-left:1px solid #e3e4e6;*/
    padding-left: 10px;
}




@media screen and (max-width: 768px) {
    .dv_20percright {
        width: 100%;
        float: left;
        height: auto;
        box-shadow: none;
        border-radius: 6px;
        padding-bottom: 0px;
        border-bottom: 0px solid rgba(0,0,0,0.1);
        padding-left: 0px;
        padding: 10px;
        padding-bottom: 0px;
        padding-right: 3px;
    }
}

.best_dv_res {
    width: 50%;
    float: left;
    height: auto
}


@media screen and (max-width: 368px) {
    .best_dv_res {
        width: 40%;
        float: left;
        height: auto
    }
}


.baggage_dv_res {
    width: 50%;
    float: left;
    height: auto;
    text-align: right;
}

@media screen and (max-width: 368px) {
    .baggage_dv_res {
        width: 60%;
        float: left;
        height: auto;
        text-align: right;
    }
}

.directindirect_dvsty {
    width: 33%;
    float: left;
    height: auto;
}




.directindirect_dvsty_pad10 {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px;
}

@media screen and (max-width: 368px) {
    .directindirect_dvsty_pad10 {
        width: 100%;
        float: left;
        height: auto;
        padding: 10px;
        padding-left: 0px;
    }
}



.journey_time_dv {
    width: 29%;
    float: right;
    height: auto;
}

@media screen and (max-width: 768px) {
    .journey_time_dv {
        width: 32%;
        float: right;
        height: auto;
    }
}

.journey_time_dv_02_pad10 {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px;
    padding-bottom: 0px;
}

@media screen and (max-width: 447px) {
    .journey_time_dv_02_pad10 {
        width: 100%;
        float: left;
        height: auto;
        padding: 10px;
        padding-bottom: 0px;
    }
}



.journey_time_dv_02_pad10_passen {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 447px) {
    .journey_time_dv_02_pad10_passen {
        width: 100%;
        float: left;
        height: auto;
        padding: 0px;
        padding-bottom: 0px;
    }
}






.inbound_dv_res_journeytime {
    width: 29%;
    float: right;
    height: auto;
}

@media screen and (max-width: 768px) {
    .inbound_dv_res_journeytime {
        width: 32%;
        float: right;
        height: auto;
    }
}

@media screen and (max-width: 368px) {
    .inbound_dv_res_journeytime {
        width: 33%;
        float: right;
        height: auto;
    }
}

.inbound_dv_res_journeytime_02pad10 {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px;
    padding-bottom: 0px;
}

@media screen and (max-width: 447px) {
    .inbound_dv_res_journeytime_02pad10 {
        width: 100%;
        float: left;
        height: auto;
        padding: 10px;
        padding-bottom: 0px;
       
    }
}




.directindirect_dvsty_inbound {
    width: 33%;
    float: left;
    height: auto;
}




.directindirect_dvsty_pad10_inbound {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px;
    padding-bottom: 0px;
}

@media screen and (max-width: 368px) {
    .directindirect_dvsty_pad10_inbound {
        width: 100%;
        float: left;
        height: auto;
        padding: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

.airline_img_res {
    margin-top: 0px;
    max-width: 35px;
}

.text_air_logosty {
    max-width: 25px;
    display:none;

}

@media screen and (max-width: 768px) {
    .text_air_logosty {
        max-width: 30px;
        display: inline-block;
    }
}


@media screen and (max-width: 1200px) {
    .airline_img_res {
        margin-top: 0px;
        max-width: 29px;
    }
}

@media screen and (max-width: 447px) {
    .airline_img_res {
        margin-top: 0px;
        max-width: 30px;
    }
}

.baggage_peradult {
    color: #00417a;
    background: #fff;
    border-bottom: 1px dotted #8fbde4;
    margin-right: 10px;
    padding: 2px 8px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    
    
    color: #333333;
    border-bottom: 1px dotted #adadad;
    padding: 2px 0px 2px 2px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
}

@media screen and (max-width: 447px) {
    .baggage_peradult {
        color: #00417a;
        background: #fff;
       
        margin-right: 0px;
        padding: 2px 8px;
        font-weight: 600;
        font-size: 12px;
        color: #333333;
        border-bottom: 1px dotted #adadad;
        padding: 2px 0px 2px 2px;
        font-weight: 400;
        font-size: 12px;
        border-radius: 4px;
    }
}

.best_tag_sty {
    color: #333333;
    border-bottom: 1px dotted #adadad;
    margin: 2px  0px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    font-weight: bold;
}

.dv_top_best_bagg {
    width: 100%;
    float: left;
    height: auto;
}

.outbound_main_dv_01 {
    width: 100%;
    float: left;
    height: auto;
}

/*sandeep-----------------------sharma edting start now begin   -----------------------------------------------------------------*/

.outbound_main_dv_01_60width {
    width: 37%;
    float: left;
    height: auto;
    padding: 10px;
    padding-bottom: 10px;
    padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .outbound_main_dv_01_60width {
        width: 34%;
        float: left;
        height: auto;
        padding: 10px;
        padding-bottom: 10px;
        padding-bottom: 0px;
    }
}


.outbound_main_dv_01_20width {
    width: 20%;
    float: left;
    height: auto;
}

@media screen and (max-width: 768px) {
    .outbound_main_dv_01_20width {
        width: 30%;
        float: left;
        height: auto;
        display:none;
    }
}

.outbound_main_dv_01_80width {
    width: 80%;
    float: left;
    height: auto;
}

@media screen and (max-width: 768px) {
    .outbound_main_dv_01_80width {
        width: 100%;
        float: left;
        height: auto;
    }
}

.txt_direct_sty {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.txt_1stop_sty {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #5a6072;
    
}

.txt_from_to_time {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.txt_fromto_destina_sty {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #5b5a5a;
}

.hyphen_code {
    margin: 0 1px;
    color: #5a6072;
    font-size: 17px;
    font-weight: 400;
}

.journey_time_dv_txtsty {
    color: #191b24;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    
}

.journey_time_dv_txtsty_para {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #5a6072;
    
}

.inbound_main_wrap {
    width: 100%;
    float: left;
    height: auto;
}

.inbound_time_destin_dv_60width {
    width: 37%;
    float: left;
    height: auto;
    padding: 10px;
    padding-bottom: 10px;
    padding-bottom: 0px;
}


@media screen and (max-width: 768px) {
    .inbound_time_destin_dv_60width {
        width: 34%;
        float: left;
        height: auto;
        padding: 10px;
        padding-bottom: 10px;
        padding-bottom: 0px;
    }
}


.inbound_airline_logo_dv_20 {
    width: 20%;
    float: left;
    height: auto;
}

@media screen and (max-width: 768px) {
    .inbound_airline_logo_dv_20 {
        width: 30%;
        float: left;
        height: auto;
        display:none;
    }
}

.inbound_time_dest_dv_80 {
    width: 80%;
    float: left;
    height: auto;
}

@media screen and (max-width: 580px) {
    .inbound_time_dest_dv_80 {
        width: 70%;
        float: left;
        height: auto;
    }
}

.inbound_dep_rtn_txtst {
    color: #191b24;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    
}

.inbound_hyphenscode {
    margin: 0 1px;
    color: #5a6072;
    font-size: 17px;
    font-weight: 400;
}

.inbound_deprtn_txtstyle {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #2b2b2b;
    
}

.airline_name_dv {
    width: 100%;
    float: left;
    height: auto;
}


.airline_name_dv_padding10 {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px;
    padding-bottom: 5px;
    margin-top:-13px;
}

.air_txt_sty {
    font-size: 10pt;
    line-height: 18px;
    font-weight: normal;
    color: #555;
    
   
}

.flight_det_row {
    width: 100%;
    float: left;
    height: auto;
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
}

.flight_det_row_50per {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;

}

@media screen and (max-width: 768px) {
    .flight_det_row_50per {
        width: 75%;
        float: left;
        height: auto;
        padding: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left:0px;
    }
}

.flight_det_row_50per_02 {
    width: 50%;
    float: left;
    height: auto;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
}

.ft_txt_st {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #191b24;
    
}

.alt_timi_sty {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #191b24;
    
}











.heading_dv_sa {
    padding-left: 0px;
    float: left;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 5px;
    width: 100%;
    border-left: 5px solid #ccc;
    line-height: 18px;
}

.col_down_arrow_sa {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    top: 0px;
    border-right: 10px solid transparent;
    position: absolute;
    z-index: 111111;
    border-top: 10px solid #5a6072;
    left: 15px;
}

.air_txt_dv_01 {
    font-size: 10px !important;
    text-transform: none !important;
    text-align: center;
    padding-top: 3px;
}

.air_col_main_dv {
    width: 18%;
    height: auto;
    margin-top: 0px;
    float: left;
    text-align: center;
}

.departure_desc_dv_main {
    width: 33%;
    height: auto;
    margin-top: 0px;
    float: left;
    padding-left: 10px;
}

.departure_txt_p_dv {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #2b2b2b;
    line-height: 20px !important;
    text-transform: none !important;
}

.departure_time_txt {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 25px !important;
    color: #f39c12;
}

.departure_date_dv_code {
    font-size: 11px !important;
    font-weight: normal !important;
    text-transform: none !important;
}

.flight_icon_dv {
    width: 5%;
    height: auto;
    margin-top: 0px;
    float: left;
    padding-left: 10px;
}

.flight_icon_p {
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none;
}

.destination_dv_main {
    width: 33%;
    height: auto;
    margin-top: 0px;
    float: left;
    padding-left: 0px;
}

.class_dv {
    width: 11%;
    height: auto;
    margin-top: 5px;
    float: left;
    padding-left: 0px;
    padding-right: 10px;
}

.class_txt_p {
    font-size: 11px;
    font-weight: normal !important;
    text-transform: none !important;
    line-height: 16px;
}

.stopover_result_code {
    height: auto;
    width: 100%;
    float: left;
    padding: 5px;
    border-top: 1px dashed #8fbde4;
    border-bottom: 1px dashed #8fbde4;
    background: #ebf6ff;
    padding-top: 3px;
}

.accordeon-entry h5::after {
    width: 23px;
    height: 23px;
    background-color: #ff6600;
    content: "+";
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: center;
}

.callBack {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}

p {
    margin: 0 0 0px;
    color: #333;
}

.total_timedvsty {
    font-size: 12px;
    color: #2b2b2b;
    font-weight: 400;
    text-align: right
}

@media screen and (max-width: 992px) {
    .total_timedvsty {
        font-size: 12px;
        color: #2b2b2b;
        font-weight: 400;
        text-align: left;
        margin-top: 5px;
    }
}

.dv_holder_result {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px;
    border: 2px solid #e3e4e6 !important;   
    margin-bottom: 16px;
    transition-duration: 200ms;
    border-radius: 5px;
    background-color: #fff !important;
}

    .dv_holder_result:hover {
        width: 100%;
        float: left;
        height: auto;
        padding: 10px;
        border: 2px solid #d1d2d3 !important;
        /* box-shadow: 0 3px 6px rgba(25,27,36,0.16),0 -1px 4px rgba(25,27,36,0.04);*/
        margin-bottom: 16px;
        transition-duration: 200ms;
        border-radius: 5px;
        background-color: #fff !important
    }

    .dv_holder_result:active {
        width: 100%;
        float: left;
        height: auto;
        padding: 10px;
        margin-bottom: 16px;
        transition-duration: 200ms;
        border-radius: 5px;
        background-color: #fff !important
    }

#mobileview {
    display: none;
}

@media screen and (max-width: 992px) {
    #mobileview {
        display: block;
    }
}

.btn_alignmob {
    float: right;
    margin-top: 9px;
}

@media screen and (max-width: 768px) {
    .btn_alignmob {
        float: none;
        margin-top: 9px;
    }
}


/*Flight details css begin*/

.fd_mainwrap {
    width: 100%;
    float: left;
    height: auto;
}

.fd_mt_10 {
    margin-top: 10px;
}

.fd_dv_border {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    border: 1px solid #ccc;
}

.fd_dv_resultcode {
    width: 100%;
    height: auto;
    float: left;
    background-color: #f3f3f3;
    border-bottom: 4px solid #e0e0e0;
    border-top: 2px solid #e0e0e0;
}

.fd_deptxt {
    font-size: 13px;
    color: #2b2b2b;
    font-weight: 600;
}

.fd_rettxtsty {
    font-size: 13px;
    font-weight: 600;
    color: #2b2b2b;
}

.fd_header_monthsty {
    font-size: 13px;
    font-weight: 600;
    color: #2b2b2b;
    padding-left: 10px;
}

.fd_totaltime_txt {
    font-size: 12px;
    font-weight: 500;
    padding-left: 5px;
}

.fd_col_fromto {
    height: auto;
    width: 100%;
    float: left;
    padding: 10px !important;
    background: #fff
}

.fd_airlinelogo {
    max-width: 60px;
    width: 100%;
    margin: 0 auto;
}

.fd_airlinename {
    color: #333;
    line-height: 15px;
}

.fd_color_sty {
    color: #00417a;
}

.fd_changeplanes {
    text-align: center;
    text-transform: none;
    "><span style="font-weight: 400;
    font-size: 12px;
    line-height: 17px;
}


.flight_detail_btn_pay {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #999;
    margin-bottom: 15px;
    cursor: pointer;
}

.mt_payment {
    margin-top: 0px !important;
}

.flight_summary_dv_mt {
    margin-top: 53px;
}

.icon02 {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    
    -webkit-transform: translateZ(0);
    text-align: center !important;
}

    .icon02 .tooltip02 {
        background: rgba(0,0,0,0.7);
        bottom: 100%;
        right: 40%;
        color: #fff;
        display: block;
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
        opacity: 0;
        padding: 20px;
        pointer-events: none;
        position: absolute;
        max-width: 550px;
        width: max-content;
        border-radius: 5px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        padding-top: 10px;
    }


@media screen and (max-width: 480px) {
    .icon02 .tooltip02 {
        max-width: 250px;
    }
}

@media screen and (max-width: 480px) {
    .icon02 .tooltip02:after {
        right: 20px;
    }
}


.icon02 .tooltip02:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


.icon02 .tooltip02:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(0,0,0,0.7) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    right: 70px;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.icon02:hover .tooltip02 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.tooltip_totalduration {
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
}

.tooltip_bordermain_div {
    width: 100%;
    float: left;
    height: auto;
    border-left: 1px solid #fff;
    padding-left: 10px;
    padding-bottom: -15px;
    line-height: 0px;
}

.stopover_dv_01 {
    margin-top: -7px;
    line-height: 20px;
    font-size: 13px;
}

.stopover_dv_02 {
    padding-top: 8px;
    margin-bottom: -7px;
    line-height: 20px;
    font-size: 13px;
}

.stopover_dv_03 {
    padding-top: 16px;
    margin-bottom: -7px;
    line-height: 20px;
    font-size: 13px;
}

.stopover_dv_04 {
    padding-top: 24px;
    margin-bottom: -7px;
    line-height: 20px;
    font-size: 13px;
}

.stopover_bullets {
    margin-left: -17px;
    color: #f39c12
}

.stopover_heading {
    font-weight: bold;
    text-align: left;
}


.from_to_points {
    box-shadow: inset 0 -1px 0 0 #c1c7cf;
    height: 1px;
    margin-bottom: -12px;
}

    .from_to_points::before {
        font-family: "Material Symbols Outlined";
        content: "\e836";
        position: absolute;
        top: -0.60rem;
        left: -12px;
        color: #9da4ad;
    }



.from_to_points_02::after {
    font-family: "Material Symbols Outlined";
    content: "\e836";
    position: absolute;
    top: -0.60rem;
    right: -12px;
    color: #9da4ad;
}



.left_inp_sty {
    border: 0px;
    color: #5b5a5a;
    font-size: 12pt;
    width: 50%;
    float: left;
    height: auto;
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.right_inp_sty {
    border: 0px;
    color: #5b5a5a;
    font-size: 12pt;
    width: 50%;
    float: right;
    text-align: right;
    height: auto;
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}


.div_active {
    border-bottom: 5px solid #f60;
    padding-bottom: 0px;
}








/*/////////////// Passenger details CSS Begin ////////////////////////*/



.pass_price_detail {
    float: left;
    height: auto;
    padding-left:3%;
    
}


@media screen and (max-width: 1200px) {
    .pass_price_detail {
        float: left;
        height: auto;
        padding-left: 0px;
        margin-top:20px;
    }
}




.pass_pd_heading {
    font-size: 18pt;
    color: #333333;
    
}


.txt_from_to_time_passen {
    color: #3f3f3f;
    font-size: 14pt;
    line-height: 22px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .txt_from_to_time_passen {
        color: #3f3f3f;
        font-size: 15pt;
        line-height: 22px;
        font-weight: 600;
    }
}

.txt_from_to_time_passen_arr {
    color: #3f3f3f;
    font-size: 14pt;
    line-height: 22px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .txt_from_to_time_passen_arr {
        color: #3f3f3f;
        font-size: 15pt;
        line-height: 22px;
        font-weight: 600;
        
    }
}


.best_tag_sty_passen {
    color: #333333;
    
    margin: 2px 0px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
}

@media screen and (max-width: 1200px) {
    .best_tag_sty_passen {
        color: #333333;
        margin: 0px 0px 2px 0px;
        font-weight: 400;
        font-size: 12px;
        border-radius: 4px;
    }
}



.text_air_logosty_passen {
    max-width: 35px;
   
}


.best_dv_res_passen {
    width: 70%;
    float: left;
    height: auto
}

.baggage_dv_res_passen {
    width: 30%;
    float: left;
    height: auto;
    text-align: right;
}

.passen_flight_txtde {
    font-size: 9pt;
    line-height: 18px;
    font-weight: normal;
    color: #333333;
    line-height:20px;
}




.dv_20percright_passen {
    width: 23%;
    float: left;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0,0,0,0.1);
   
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .dv_20percright_passen {
        width: 100%;
        float: left;
        height: auto;
        box-shadow: none;
        border-radius: 6px;
        padding-bottom: 0px;
        border-bottom: 0px solid rgba(0,0,0,0.1);
        padding-left: 0px;
        padding: 10px;
    }
}



.dv_holder_result_passen {
    width: 100%;
    float: left;
    height: auto;
    
    border: 1px solid #e3e4e6;
   
    margin-bottom: 16px;
    transition-duration: 200ms;
    border-radius: 5px;
    background-color: #fff !important;
}


@media screen and (max-width: 500px) {
    .dv_holder_result_passen {
        width: 100%;
        float: left;
        height: auto;
        padding: 5px;
        border: 1px solid #e3e4e6;
       
        margin-bottom: 16px;
        transition-duration: 200ms;
        border-radius: 5px;
        background-color: #fff !important;
    }
}


.outbound_main_dv_01_60width_passen {
    width: 33%;
    float: left;
    height: auto;
    padding: 0px;
    padding-bottom: 10px;
    padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .outbound_main_dv_01_60width_passen {
        width: 33%;
        float: left;
        height: auto;
        padding: 0px;
        padding-bottom: 10px;
        padding-bottom: 0px;
    }
}


.directindirect_dvsty_passen {
    width: 33%;
    float: left;
    height: auto;
}



.journey_time_dv_passen {
    width: 33%;
    float: right;
    height: auto;
}

@media screen and (max-width: 768px) {
    .journey_time_dv_passen {
        width: 33%;
        float: right;
        height: auto;
    }
}



.outbound_main_dv_01_80width_passen {
    width: 100%;
    float: left;
    height: auto;
}


.cabin_dv_boxsty_passen {
    color: #2b2b2b;
    font-size: 9pt;
   
    font-weight: normal;
   
  
}

.airline_passen_desc {
    display: inline-block !important;
}

@media screen and (max-width: 1200px) {
    .airline_passen_desc {
        display: none !important;
    }

}


.airline_passen_desc_mob {
    display: inline-block !important;
}

@media screen and (min-width: 1200px) {
    .airline_passen_desc_mob {
        display: none !important;
    }
}

.best_dv_res_passen_mob {
    width: 100%;
    float: left;
    height: auto
}

@media screen and (max-width: 1200px) {
    .best_dv_res_passen_mob {
        width: 100%;
        float: left;
        height: auto;
        padding-bottom:10px;
            
    }
}




.cabin_class_padd100 
{

    padding-bottom: 0px;
    
}


@media screen and (max-width: 768px) {
    .cabin_class_padd100 {
        padding-bottom: 0px;
        padding-top: 0px;
        background-color: #e9f2fa;
        padding: 2px;
        border-radius: 25px;
    }
}



.dv_top_best_bagg_passen {
    width: 100%;
    float: left;
    height: auto;
    padding:0px;
}

.passen_airports_heading {
    color: #333333;
    font-size: 14pt;
    padding-right: 10px;
}


.span_datebandsty_passen {
    font-size: 10pt !important;
    color: #5b5a5a !important;
    font-weight: normal !important;
}

@media only screen and (max-width:662px) {
    .span_datebandsty_passen {
        font-size: 9pt !important;
        color: #5b5a5a !important;
        font-weight: normal !important;
    }
}



.span_travellers_sty_passen {
   
    margin-left: 10px;
    font-size: 10pt !important;
    color: #5b5a5a !important;
    font-weight: normal !important;
}

@media only screen and (max-width:662px) {
    .span_travellers_sty_passen {
        color: #5b5a5a !important;
        font-size: 9pt;
        margin-left: 0px;
    }
}




.res_cabin_class_passen {
    font-size: 10pt !important;
    color: #5b5a5a !important;
    font-weight: normal !important;
    margin-left: 10px;
}

@media only screen and (max-width:410px) {
    .res_cabin_class_passen {
        color: #5b5a5a !important;
        font-size: 9pt;
        margin-left: 0px;
    }
}

.google_icon_font20 {
    font-size: 20px;
    color: #5b5a5a;
}

.top_passen_heading {
    color: #333333;
    font-size: 19pt;
    font-family: Roboto-Regular;
    font-weight: 600;
}

.flightype_passen {
    background-color: #f3f3f4;
    padding: 2px 4px 2px 4px;
    border-radius: 5px;
}
.margin_top_7 {
    margin-top: 7px;
}

.layover_arpt_txt {
    font-size: 9pt;
    color: #333333;
}





.cabin_dv_box_passen {
    width: 100%;
    float: left;
    height: auto;
    text-align: left;
    padding-bottom: 90px;
    padding-left: 3px;
}




.padd_bot_80 {
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .padd_bot_80 {
        padding-bottom: 0px;
    }
}

.padd_bot_0p {
    padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .padd_bot_0p {
        padding-bottom: 0px;
        text-align:right;
    }
}

.pushpull_mob_dv {
    display: block;
}

@media screen and (max-width: 768px) {
    .pushpull_mob_dv {
        display: none;
    }
}


.left50per 
{
    width:50%; float:left; height:auto; text-align:left;
}

.right50per {
    width: 50%;
    float: left;
    height: auto; text-align:right;
}


.mobilemoreinfo {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .mobilemoreinfo {
        width: 100%;
        float: left;
        height: auto;
        display:none;
        padding:0px;
    }
}


.pricepanel_div70 {
    width: 70%;
    float: left;
    height: auto;
    text-align: left;
    color: #333333;
    font-size: 10pt;
}

.pricepanel_div30 {
    width: 30%;
    float: left;
    height: auto;
    text-align: right;
    color: #333333;
    font-size: 10pt;
    font-weight: 500;
}


.width100per {
    width: 100%;
    float: left;
    height: auto;
   
}

.width100per_padbot5 {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 3px;
}

.pricesummery_color {
    color: #8d8d8d;
}


.pricepanel_div100w {
    width: 100%;
    float: left;
    height: auto;
    text-align: left;
    color: #333333;
    font-size: 14pt;
}





.passen_flightrefund100 {
    width: 100%;
    float: left;
    height: auto;
}

.flightre_50per_radio {
    width: 50%;
    float: left;
    height: auto;
}

.flightre_50per {
    width: 50%;
    float: left;
    height: auto;
}


@media screen and (max-width: 768px) {
    .flightre_50per {
        width: 100%;
        float: left;
        height: auto;
    }
}


.flightrefund_divleft60 {
    width: 60%;
    float: left;
    height: auto;
    background-color: #e6f7f8;
    padding: 15px;
    border-radius: 6px;
    padding-bottom:4px !important;
}

@media screen and (max-width: 768px) {
    .flightrefund_divleft60 {
        width: 100%;
        float: left;
        height: auto;
        background-color: #e6f7f8;
        padding: 15px;
        border-radius: 6px;
    }
}



.flightrefund_divright38 {
    width: 38%;
    float: left;
    height: auto;
    background-color: #f8fbfe;
    padding: 15px;
    margin-left: 2%;
    border-radius: 6px;
    padding-bottom:0px !important;
}

@media screen and (max-width: 768px) {

    .flightrefund_divright38 {
        width: 100%;
        float: left;
        height: auto;
        background-color: #f8fbfe;
        padding: 15px;
        margin-left: 0 !important;
        border-radius: 6px;
    }
}


.fr_2ndcolpt100 {
    padding-top: 120px;
}

@media screen and (max-width: 768px) {

    .fr_2ndcolpt100 {
        padding-top: 0px;
    }
}


.width_autoflightrefu {
    width: auto;
    float: left;
    height: auto;
}

.flref_checksty {
    color: #2dc171;
    font-size: 20px;
    padding-right: 5px;
}
.flight_ref_txtsty {
    width: auto;
    height: auto;
    font-size: 9pt;
    color: #333;
}


.triplabel_02 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_02 input:checked + span::before {
    box-shadow: inset 0 0 0 0.4375em #025dcc !important;
}

.trip_type_02 {
    /* -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_02 .triplabel_02 {
        margin-bottom: 0px;
    }

.triplabel_02 {
    display: inline-flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0em;
    font-size: 0.75rem !important;
    /* Accessible outline */
    /* Remove comment to use */
    /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}

    .triplabel_02 input {
        position: absolute;
        left: -9999px;
    }

        .triplabel_02 input:checked + span {
            background-color: none;
            color: #162849;
        }

            .triplabel_02 input:checked + span:before {
                box-shadow: inset 0 0 0 0.4375em #06038d;
            }

    .triplabel_02 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_02 span:hover {
            background-color: none;
            /*background-color: #d6d6e5;*/
        }

        .triplabel_02 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;
        }

.passen_paymeth_wrap {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 15px;
    
    border-radius: 8px;
   
}
.passen_paymeth_wrap_div01 {
    width: auto;
    float: left;
    height: auto;
    padding-right: 10px;
}

.passen_paymeth_wrap_div02 {
    width: 75%;
    float: left;
    height: auto;
    font-size: 11pt;
    color: #333;
}
.passen_paymeth_wrap_div03 {
    width: auto;
    float: right;
    height: auto;
}
.passen_recomm {
    color: #fff;
    padding: 4px 6px 4px 6px;
    border-radius: 15px;
    font-size: 8pt;
    background-color: #333333;
}
.passen_radio_span {
    padding: 0px !important;
    padding-top: 5px !important;
    margin-right: -4px !important;
}

.pass_baggage_div {
    width: 100%;
    float: left;
    height: auto;
}
.pass_bag_span_bg {
    font-size: 9pt;
    color: #fff;
    background-color: #05203c;
    padding: 6px;
}
.p_b_pb {
    border-bottom: 1px dotted #fff;
}
.pass_bagg_inout_sty {
    font-size: 12pt;
    padding-left: 10px;
    font-weight: 600;
}
.pass_bagg_circle {
    background-color: #333333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    font-weight: bold;
    font-size: 7pt;
    height: 18px;
    width: 18px;
    display: inline-block;
}
.pass_bagg_namesty {
    font-size: 10pt;
    color: #333333;
    font-family: Roboto-Medium;
}
.pass_bagg_pa03 {
    padding: 3px;
}

.bagg_color_sty0 {
    color: #05203c;
    font-size: 9pt;
}

.visibility_hidden_bg {
    visibility: hidden;
}




/*header & Search Engine*/


.header_right_border {
    border-right: 0px 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;
}


@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;
    }
}



@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 #05203c;
    padding-bottom: 15px;
}


.se_tab_borderbot_borno {
    border-bottom: 0px solid #05203c;
    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 3px 6px;
    border-radius: 4px;
}

.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: #05203c;
}

.font13_bold {
    font-size: 13pt;
    color: #05203c;
    font-weight: bold;
}

.hd_infoicon {
    width: auto;
    float: right;
    height: auto;
    text-align: right;
    color: #0aac37;
}


.icon_info_sty {
    font-size: 15pt;
    padding-top: 10px;
}

.drop_down_menu_maindv {
    padding-top: 78px !important;
    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;
    font-weight:bold;
}

.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: Roboto-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;
    }
}


.border_bottom_ind {
    border-bottom: 1px solid #fff;
}

.search_eng_padbot50 {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 10px;
}

.se_bg_white {
    background-color: #fff;
    padding: 15px 15px 15px 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: transparent;
}

    .input:focus {
        outline: none;
        border: 1px solid #05203c;
    }

    .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;
    padding: .75rem !important;
}

.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: #05203c !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 5px !important;
    height: 15px;
    background-color: #fff;
}

.p-4 {
    padding: 1.2rem 1.5rem 1.5rem 1.5rem !important;
}

.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%);
}


.hide_768_co {
    display: block;
    color: #f60;
    font-size: 10pt;
    text-align: right;
    padding-bottom: 18px;
}



@media only screen and (max-width:1200px) {
    .hide_768_co {
        display: block;
        color: #f60;
        font-size: 10pt;
        text-align: right;
        padding-bottom: 0px;
    }
}
@media only screen and (max-width:768px) {
    .hide_768_co {
        display: none;
        color: #f60;
        font-size: 10pt;
        text-align: right;
        padding-bottom: 0px;
    }
}

.font_20_i {
    font-size: 20px;
}

.cabin_dv_boxsty_passen_co2 {
    display: none;
    color: #2b2b2b;
    font-size: 9pt;
    font-weight: normal;
}
@media only screen and (max-width:768px) {
    .cabin_dv_boxsty_passen_co2 {
        display: block;
        color: #2b2b2b;
        font-size: 9pt;
        font-weight: normal;
    }
}

/*Add check-in bags*/

.acb_maindv {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px;
    margin: 0px;
}


@media only screen and (max-width:400px) {
    .acb_maindv {
        width: 100%;
        float: left;
        height: auto;
        padding: 0px;
        margin: 0px;
    }

}

.acb_width100 {
    width: 100%;
    float: left;
    height: auto;
}

.acb_width60pad20top {
    width: 60%;
    float: left;
    height: auto;
    padding: 20px 10px 10px 2px;
}


.acb_width60pad10 {
    width: 60%;
    float: left;
    height: auto;
    padding: 10px 10px 7px 2px;
}

.acb_outboundtxt {
    font-size: 9pt;
    color: #fff;
    background-color: #05203c;
    padding: 6px;
   
    padding-bottom:7px;
}

.bor_bot1p {
    border-bottom: 1px solid #fff;
}
.acb_outboundtxt_dest {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: Roboto-Medium;
}
.acb_outbound_20padtop20 {
    width: 20%;
    float: left;
    height: auto;
    background-color: #e8f2ff;
    padding: 20px 10px 10px 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    text-align: center;



}

@media only screen and (max-width:768px) {
    .acb_outbound_20padtop20 {
        width: 40%;
        float: left;
        height: auto;
        background-color: #e8f2ff;
        padding: 20px 10px 10px 10px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        text-align: center;
    }
}

.acb_outbound_20padtop20_right {
    width: 20%;
    float: left;
    height: auto;
    background-color: #d9eaff;
    padding: 20px 10px 10px 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    text-align: center;
}








.acb_insebound_20padtop20 {
    width: 20%;
    float: left;
    height: auto;
    background-color: #e8f2ff;
    padding: 20px 10px 10px 10px;
    border-right: 3px solid #fff;
    border-bottom: 0px solid #fff;
    text-align: center;
}




@media only screen and (max-width:768px) {
    .acb_insebound_20padtop20 {
        width: 40%;
        float: left;
        height: auto;
        background-color: #e8f2ff;
        padding: 20px 10px 10px 10px;
        border-right: 3px solid #fff;
        border-bottom: 0px solid #fff;
        text-align: center;
    }
}

.acb_insebound_20padtop20_right {
    width: 20%;
    float: left;
    height: auto;
    background-color: #d9eaff;
    padding: 20px 10px 10px 10px;
    border-right: 3px solid #fff;
    border-bottom: 0px solid #fff;
    text-align: center;
}


.acb_outbound_20padtop10 {
    width: 20%;
    float: left;
    height: auto;
    background-color: #e8f2ff;
    padding: 10px 10px 10px 10px;
    border-right: 3px solid #fff;
    border-bottom: 0px solid #fff;
    text-align: center;
}



@media only screen and (max-width:768px) {
    .acb_outbound_20padtop10 {
        width: 40%;
        float: left;
        height: auto;
        background-color: #e8f2ff;
        padding: 10px 10px 10px 10px;
        border-right: 3px solid #fff;
        border-bottom: 0px solid #fff;
        text-align: center;
    }
}



.acb_outbound_20padtop10_right {
    width: 20%; float: left; height: auto; background-color: #d9eaff; padding: 10px 10px 10px 10px; border-right: 3px solid #fff; border-bottom: 0px solid #fff; text-align: center;
}



@media only screen and (max-width:768px) {
    .acb_outbound_20padtop10_right {
        width: 20%;
        float: left;
        height: auto;
        background-color: #d9eaff;
        padding: 10px 10px 10px 10px;
        border-right: 3px solid #fff;
        border-bottom: 0px solid #fff;
        text-align: center;
        display:none;
    }
}












.acb_outbound_20padtop30 {
    width: 20%;
    float: left;
    height: auto;
    background-color: #e8f2ff;
    padding: 10px 10px 30px 10px;
    border-right: 3px solid #fff;
    border-bottom: 0px solid #fff;
    text-align: center;
}



@media only screen and (max-width:768px) {
    .acb_outbound_20padtop30 {
        width: 40%;
        float: left;
        height: auto;
        background-color: #e8f2ff;
        padding: 10px 10px 30px 10px;
        border-right: 3px solid #fff;
        border-bottom: 0px solid #fff;
        text-align: center;
    }

}











.acb_outbound_20padtop30_right {
    width: 20%;
    float: left;
    height: auto;
    background-color: #d9eaff;
    padding: 10px 10px 30px 10px;
    border-right: 3px solid #fff;
    border-bottom: 0px solid #fff;
    text-align: center;
}

.acb_checkin_heading {
    font-size: 9pt;
    font-weight: 500;
    color: #333;



}


.add_baggage_dv {
    width: auto;
    float: left;
    height: auto;
}
.add_baggage_txt {
    width: 60%;
    float: left;
    height: auto;
}



@media only screen and (max-width:500px) {
    .add_baggage_txt {
        width: 70%;
        float: left;
        height: auto;
    }
}

.add_baggage_dropdown {
    width: 30%;
    float: right;
    height: auto;
}
@media only screen and (max-width:500px) {
    .add_baggage_dropdown {
        width: 100%;
        float: left;
        height: auto;
    }
}



.add_checkin_txt {
    padding-left: 10px;
    line-height: 24px;
    padding-top: 8px;
    font-size: 19pt;
    
    color: #333;
    
}

@media only screen and (max-width:500px) {

    .add_checkin_txt {
        padding-left: 10px;
        line-height: 24px;
        padding-top: 8px;
        font-size: 15pt;
        color: #333;
    }
}


.add_chkin_div {
    float: left;
    display: block;
    height: auto;
    border: 1px solid #e3e4e6;
    box-shadow: 0 3px 6px rgba(25,27,36,0.16),0 -1px 4px rgba(25,27,36,0.04);
    margin-bottom: 25px;
    transition-duration: 200ms;
    border-radius: 5px;
    background-color: #fff !important;
}

.add_chkin_div_inner {
    float: left;
    border-bottom: 1px dotted #a3a3a3;
    padding: 15px;
    
}


.checkinbaggage_txtsty {
    color: #0c7e6b;
    font-size: 12pt;
}






@media only screen and (max-width:768px) {
    .hide768mob {
        display: none;
    }
}

.show768mob {
    display: none;
}

@media only screen and (max-width:768px) {
    .show768mob {
        display: inline-block;
    }
}


.chkinbag_heading_sty01 {
    font-size: 9pt;
    font-weight: 500;
    color: #333;
    font-family: Roboto-Medium;
   
}

@media only screen and (max-width:768px) {
    .chkinbag_heading_sty01 {
        font-size: 9pt;
        font-weight: 500;
        color: #333;
        font-family: Roboto-Medium;
        
    }
}


.cib_hide768 {
    font-size: 9pt;
    font-weight: 500;
    color: #333;
    font-family: Roboto-Medium;
    border-bottom: 1px solid #767c85;
}
@media only screen and (max-width:768px) {
    .cib_hide768 {
        display: none;
        font-size: 9pt;
        font-weight: 500;
        color: #333;
        font-family: Roboto-Medium;
        border-bottom: 1px solid #333;
    }

}



@media only screen and (max-width:768px) {
    .hidemob768o {
        display: none;
       
    }

}


.inb_span_768 {
    font-size: 9pt;
    font-weight: 500;
    color: #333;
    visibility: hidden;
}






@media only screen and (max-width:768px) {
    .display_none768 {
        display: none;
    }
}

.piece_txtsty {
    font-size: 9pt;
    font-weight: 500;
    color: #05203c;
}




@media only screen and (max-width:768px) {

    .hide_mob768_scv {
        display: none;
    }
}




@media only screen and (max-width:401px) {

    .hide400mob {
        display: none;
    }
}





@media only screen and (max-width:768px) {


    .economyclass_hide {
        display: none;
    }
}

/*Add check-in bags*/



.adcheck_clickdv01 {
    width: 70%;
    height: auto;
    float: left;
    
}

.adcheck_clickdv02 {
    width: 30%;
    height: auto;
    float: left;
    text-align: right;
}


@media only screen and (max-width:700px) {


    .adcheck_clickdv02 {
        width: 100%;
        height: auto;
        float: left;
        text-align: right;
    }
}


.ps_div_mainl {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 50px;
}

.fi_p_airport {
    font-size: 20px;
    padding-bottom: 5px;
}

.fi_p_dest {
    font-size: 20px;
    padding-bottom: 5px;
}
.fi_p_time {
    color: #db3637;
}
.fi-addchbagg {
    width: 240px;
    height: 43px;
    border: 1px solid #05203c;
    cursor: pointer;
    float: right;
    padding: 7px 5px 5px 10px;
    margin-top: 10px;
}


@media only screen and (max-width:700px) {
    .fi-addchbagg {
        width: 100%;
        height: 43px;
        border: 1px solid #05203c;
        cursor: pointer;
        float: left;
        padding: 7px 5px 5px 10px;
        margin-top: 10px;
    }
}


.add_baggage_dropdown_0234 {
    width: 30%;
    float: right;
    height: auto;
}

@media only screen and (max-width:700px) {
    .add_baggage_dropdown_0234 {
        width: 100%;
        float: left;
        height: auto;
    }
}


.click_add_bagg_div {
    width: 300px;
    z-index: 999999;
    max-height: 200px;
    overflow: scroll;
    padding: 0rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

@media only screen and (max-width:700px) {
    .click_add_bagg_div {
        width: 96%;
        z-index: 999999;
        max-height: 200px;
        overflow: scroll;
        padding: 0rem;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }
}

.cl_ad_bagg_kgsty {
    font-size: 11pt;
    font-family: Roboto-Regular;
}
.fontweight_600ab {
    font-weight: 600;
}
.padding_top_7 {
    padding-top: 7px;
}

.addcib_txt {
    font-size: 13pt;
    color: #05203c;
}
.angle_down_sty {
    padding-right: 8px;
    color: #05203c;
}
.i_angledown {
    font-size: 20px;
}

.change_flights_icon_sty {
    font-size: 20px;
}
.airline_name_styse {
    font-size: 10pt;
    margin-left: 0px;
}
.fontsize_9pt {
    font-size: 9pt;
}
.plusday_sup {
    color: #05203c;
    font-weight: normal;
}


.res_div_dessty {
    font-size: 20px;
    padding-bottom: 5px;
}

.pad_bot_imp {
    padding-bottom: 0.55rem !important;
}

.em_sty_arrow {
    font-size: 15px;
    font-weight: 600;
}
.moreflights_div {
    width: 100%;
    float: left;
    height: auto;
}

.border_radius_fldet {
    border-top: 0px solid #ccc !important;
    border-start-start-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.border_radius_fldet01 {
    margin-bottom: 0px;
    border-bottom: 0px solid #ccc !important;
    border-bottom-left-radius: 0px !important;
    border-end-end-radius: 0px !important;
}


@media only screen and (max-width:768px) {

    .hide_768_pebf {
        display: none;
    }
}

@media only screen and (max-width:768px) {

    .pad_bot_imp {
        padding-bottom: 0.65rem !important;
    }
}





#ui-datepicker-div {
    border-radius: .75rem .75rem .75rem .75rem;
    padding: 10px;
}

#ui-datepicker-div .ui-widget-header {
    border: 0px solid #05203c;
    background: #fff !important;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #333333;
    font-weight: bold;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    border: 1px solid #fff !important;
    background: #fff !important;
    font-weight: normal;
    color: #454545;
    text-align: center !important;
    border-radius: 50% !important;
}

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff !important;
    color: #333333;
}

    #ui-datepicker-div.ui-state-default, #ui-datepicker-div.ui-widget-content .ui-state-default, #ui-datepicker-div.ui-widget-header .ui-state-default, #ui-datepicker-div.ui-button, html .ui-button.ui-state-disabled:hover, #ui-datepicker-div html .ui-button.ui-state-disabled:active {
        box-shadow: 0px 2px 5px #ccc !important;
        border-radius: 8px !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 #05203c;
    border-start-end-radius: 0rem !important;
    border-end-end-radius: 0rem !important;
    background-color: #e0ecfe
}

.se_trav_plus02 {
    border: 1px solid #05203c;
    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 #05203c;
    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 #05203c;
    border-start-end-radius: 0rem !important;
    border-end-end-radius: 0rem !important;
    background-color: #e0ecfe
}

.se_children_pluse {
    border: 1px solid #05203c;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    background-color: #e0ecfe
}

.se_childre_inputsds {
    border: 1px solid #05203c;
    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;
    margin-bottom: 20px;
}

/*Infant Starts*/

.se_infant_section {
    margin-top: 25px;
    padding: 20px;
}

.se_infant_txtsty {
    width: auto;
    float: left;
    height: auto;
}

.se_infant_style {
    margin-top: 4px;
    margin-bottom: 0rem;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

.se_infant_age_sty {
    font-size: 12px;
    color: #969393;
    font-weight: normal !important;
}

.se_infant_minus_se {
    border: 0px solid #0d6efd;
    background-color: #e0e4e9
}

.se_infant_pluse {
    border: 0px solid #0d6efd;
    background-color: #e0e4e9
}

.se_infant_inputsds {
    border: 0px solid #0d6efd;
    padding: 0px !important;
}

/*Infant Ends*/

.sedonebtn {
    width: 90% !important;
    cursor: pointer;
    border-radius: 22px;
}

.flyingfrom_iconmatgo {
    position: absolute;
    float: right;
    right: 6px;
    font-size: 30px;
    color: #4297fe;
    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: #4297fe;
    margin-top: 15px;
}

.flyingfrom_iconmatgo_traveller {
    position: absolute;
    float: right;
    right: 5px;
    font-size: 30px;
    color: #4297fe;
    margin-top: 15px;
}


@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: Roboto-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: Roboto-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: 0rem;
        padding: 10px;
        position: fixed !important;
    }
}

@media only screen and (max-width: 768px) {


    .ui-widget.ui-widget-content {
        border: 0px solid #c5c5c5 !important;
    }
}

.modify_se_padd {
    padding: 15px;
}
@media only screen and (max-width: 576px) {


    .modify_se_padd {
        padding: 10px 10px 10px 10px;
    }
}

.modify_radiotypesbut {
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 0px;
}


@media only screen and (max-width: 576px) {

    .modify_radiotypesbut {
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

.modify_result_padleft {
    padding-left: 0px;
}

@media only screen and (max-width: 768px) {

    .modify_result_padleft {
        padding-left:15px;

    }
}



/*Scrolltotop css styles begin*/


html {
    scroll-behavior: smooth;
}

#backtotop-btn {
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    right: 16px;
    bottom: 16px;
    user-select: none;
    transition: 1s;
}

.rocket {
    display: block;
    font-size: 70px;
  /*  transform: rotate(315deg);*/
}





.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-out-top {
    -webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-out-center {
    -webkit-animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}

@keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}

@keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}

/*Scrolltotop css styles end*/


.border_bot_cabinbag {
    border-bottom: 1px solid #767c85;
}

.addlostbagg_txt {
    color: #333333;
    font-size: 14pt;
    font-family: Roboto-Medium;
}

.alp_padbot {
    float: left;
    padding-bottom: 2px;
}
.alp_check {
    font-size: 24px;
    vertical-align: middle;
}
.alp_text_cont {
    color: #5b5a5a;
    font-size: 11pt;
}
.alp_iconpaddingright {
    padding-right: 5px;
}
.alp_brb {
    color: #0c7e6b;
    border-bottom: 1px solid #0c7e6b;
}
.alp_applies {
    float: left;
    padding-bottom: 15px;
}
.alp_brbimg {
    max-width: 53px;
}
.alp_prote {
    float: left;
    padding-bottom: 10px;
}

.byp_sty {
    float: left;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.byp_padri10 {
    padding-right: 10px;
}
.byp_textcont {
    color: #5b5a5a;
    font-size: 11pt;
}
.brb_price {
    color: #333333;
    font-size: 15pt;
    font-weight: 500;
}

.label_lightcol {
    color: #828080;
}

.border_radius_6 {
    border-radius: 6px;
}

.given_maindiv {
    width: 100%;
    float: left;
    height: auto;
    color: #05203c;
    background-color: #f0f7ff;
    border: 1px dotted #05203c;
    font-size: 11pt;
    padding: 8px;
    margin-top: 10px;
}

.dd_inp {
    border-radius: 6px 0px 0px 6px;
    padding: 15px !important;
    outline: none !important;
    box-shadow: none !important;
    border-right: 0px !important;
    background-color: #fff !important;
    height: 50px !important;
}
.mm_inp {
    border-radius: 0px;
    padding: 15px !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    height: 50px !important;
}
.yy_inp {
    border-radius: 0px 6px 6px 0px !important;
    border-left: 0px !important;
    padding: 15px !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    height: 50px !important;
}
.width100percent {
    width: 100%;
    float: left;
    height: auto;
}
.width100percent_33 {
    width: 33%;
    float: left;
    height: auto;
}
.width100percent_34 {
    width: 34%;
    float: left;
    height: auto;
}

.malefemale {
    padding: 15px !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    height: 50px !important;
}

.passenger_dvboxshadow {
    float: left;
    padding-bottom: 1.2rem !important;
    border: 2px solid #e3e4e6;
   
    border-radius: 5px;
    background-color: #fff !important;






}
.passen_1 {
    font-size: 13pt;
    color: #333333;
    font-weight: 400;
}
.passen_1_adult {
    font-size: 11pt;
    color: #333333;
}
.icon_color_schdu {
    color: #05203c;
}
.seeotherspe {
    color: #333333;
    font-size: 11pt !important;
}
.country_selectsty {
    padding: 15px !important;
    border-radius: 6px;
    background-color: #fff !important;
    height: 50px !important;
    outline: none !important;
    box-shadow: none !important;
}

.padd_left10 {
    padding-left: 10px;
}

.meal_selectty {
    outline: none !important;
    box-shadow: none !important;
    padding: 15px !important;
    border-radius: 6px !important;
    height: 50px !important;
    background-color: #fff !important;
}

.window_asile {
    outline: none !important;
    box-shadow: none !important;
    padding: 15px !important;
    border-radius: 6px !important;
    height: 50px !important;
    background-color: #fff !important;
}

.contact_boxshadowdv {
    float: left;
    height: auto;
    border: 2px solid #e3e4e6;
  
    margin-top: 25px;
    transition-duration: 200ms;
    border-radius: 5px;
    background-color: #fff !important;
}
.cd_heading {
    font-size: 13pt;
    color: #333333;
    font-weight: 400;
    font-family:Roboto-Medium;
}
.cd_country {
    outline: none !important;
    box-shadow: none !important;
    padding: 15px !important;
    border-radius: 6px !important;
    height: 50px !important;
    background-color: #fff !important;
}

.fl_dvmaiin {
    float: left;
    height: auto;
    border: 1px solid #e3e4e6;
    box-shadow: 0 3px 6px rgba(25,27,36,0.16),0 -1px 4px rgba(25,27,36,0.04);
    margin-top: 25px;
    transition-duration: 200ms;
    border-radius: 5px;
    background-color: #fff !important;
}

.fl_padtop_bot {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.flightrefu_divm {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 15px;
}
.fl_ref_60per {
    width: 60%;
    float: left;
    height: auto;
}

.fl_ref_40per {
    width: 40%;
    float: left;
    height: auto;
}
.frp_txthea {
    color: #333;
    font-size: 11pt;
    font-family:Roboto-Medium;
}
.mt_25min {
    margin-top: -25px;
}
.recomm_txthe {
    color: #fff;
    padding: 4px 6px 4px 6px;
    border-radius: 15px;
    font-size: 9pt;
    background-color: #333333;
    font-family: Roboto-Medium;
}
.widthautocovid {
    width: auto;
    float: left;
    height: auto;
}
.check_co_ico {
    color: #2dc171;
    font-size: 20px;
}
.cov19_div {
    width: 90%;
    float: left;
    height: auto;
    font-size: 9pt;
}
.see_det_txt {
    color: #05203c;
    text-decoration: none;
}

.fr_checkmar_5 {
    margin-bottom: -5px;
}

@media only screen and (max-width: 768px) {

    .fr_checkmar_5 {
        margin-bottom: 0px;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

.upgradebooking_dv {
    width: 100%;
    float: left;
    height: auto;
    font-size: 9pt;
    color: #333;
}
.upb_terms {
    color: #05203c;
    text-decoration: underline;
}

.upboo_price {
    font-size: 13pt;
    color: #333;
    font-weight: 400
}
.boo_ref_nonr {
    width: 100%;
    float: left;
    height: auto;
    line-height: 18px;
}
.boo_ref_nonr_txt {
    color: #333;
    font-size: 11pt;
}
.boo_ref_nonr_txt_allsaf {
    color: #555;
    font-size: 10pt;
}
.book_ref_errodv {
    width: 100%;
    float: left;
    height: auto;
    font-size: 9pt;
    color: #333;
    line-height: 20px;
}
.google_icon_erro {
    color: #e10000;
    font-size: 20px;
    vertical-align: middle;
}
.bo_fli_ref_price {
    font-size: 13pt;
    color: #333;
    font-weight: 400
}
.pm_maindv {
    float: left;
    height: auto;
    border: 2px solid #e3e4e6;
   
    margin-top: 25px;
    transition-duration: 200ms;
    border-radius: 5px;
    background-color: #fff !important;
}
.pm_paywith {
    float: left;
    border-bottom: 1px dotted #a3a3a3;
    padding-bottom: 8px;
}
.pm_paywithtxt {
    font-size: 13pt;
    color: #333333;
    font-weight: 400;
}
.pm_dv_floatleft {
    float: left;
    height: auto;
}

.superpay_dv {
    display: flex;
    gap: 0.8rem
}
.superpay_marg {
    margin-top: 0.2rem;
    height: 1rem;
    min-width: 1rem
}
.superpay_txtd {
    display: flex;
    flex-direction: column;
    gap: 0.8rem
}
.superpay_icon_sty {
    font-size: 24px;
    vertical-align: middle;
}
.superdiv_maindivc {
    font-size: 10pt;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: #333;
    overflow: clip;
}

.suppay_bankic {
    width: 100%;
    display: flex;
    gap: 0.8rem
}
.suppay_banksimg {
    width: 45%;
    max-width: 27rem;
    height: auto;
    padding: 0 !important;
}
.suppay_minwidth {
    min-width: 1rem
}
.googlepay {
    margin-bottom: 0em !important;
    float: right;
}
.googlepay_exp {
    font-size: 10pt;
    color: #333;
    padding-top: 15px;
}
.cardholder_div {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 15px;
}
.cardholder_padd {
    color: #333;
    font-size: 11pt;
    padding-bottom: 5px;
}
.cardhold_mt5 {
    margin-top: 15px;
}
.cardhold_mmdd {
    border: 0px solid #ccc;
    padding: 12px 4px 12px 4px;
    border-radius: 6px;
}
.cadhold_m {
    border-radius: 6px 0px 0px 6px;
    width: 52px;
    border-right: 0px;
}
.cardhold_borderri {
    border: 1px solid #ccc;
    width: 1px;
    height: 1px;
}
.carholder_rightbor {
    border-left: 0px;
    border-radius: 0px 6px 6px 0px;
    width: 55px;
    margin-left: -6px;
    text-align: right;
}
.carhold_inp_sc {
    border-radius: 6px;
    width: 20%;
}



@media (mAX-width: 576px) {
    .carhold_inp_sc {
        border-radius: 6px;
        width: 40%;
    }
}













.card_hold_cards {
    float: right;
    max-width: 160px;
}

.price_summ_dv {
    padding: 10px;
    z-index: 2;
    width: 100%;
    float: left;
    height: auto;
    border: 2px solid #e3e4e6 !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fbfcff;
}
.price_summ_inner {
    color: #333333;
    font-size: 15pt;
    padding: 0px;
    border: 0px solid #ccc;
}
.price_summ_txt {
    font-size: 14pt;
}
.pricesumm_font11 {
    font-size: 11pt;
}
.pricesumm_paddingover {
    padding-bottom: 20px;
    width: 100%;
    float: left;
    height: auto;
}
.price_summ_checkinbag {
    border-top: 1px dotted #a3a3a4;
    padding-top: 10px;
}
.pricesumm_font14 {
    font-size: 14pt;
    color: #333333;
}

.sentemail_txt {
    color: #aeadad;
    font-size: 9pt;
}

.cardholder_lock {
    width: 100%;
    float: left;
    height: auto;
    color: #333;
}
.wekeep_txt {
    color: #333333;
    font-size: 9pt;
}

.premium_error {
    vertical-align: sub;
}

.greytext_select {
    color: #777 !important;
}


.greytext_option {
    color: #333 !important;
}
select option {
    color: #333 !important;
}



.banner_txt_heading {
    color: #fff;
    font-size: 2rem;
    line-height: 46px;
    font-family: Roboto-Light;
   
}


@media only screen and (max-width:992px) {
    .banner_txt_heading {
        color: #fff;
        font-size: 2rem;
        font-family: Roboto-Light;
       
        line-height: 46px;
    }
}

@media only screen and (max-width:576px) {
    .banner_txt_heading {
        color: #fff;
        font-size: 2rem;
        font-family: Roboto-Light;
       
        line-height: 46px;
    }
}


.show_countflights {
    display: none;
}

@media only screen and (max-width:992px) {
    .show_countflights {
        display:block ;
    }
}


.border_2px {
    border: 2px solid #e3e4e6 !important;
    border-radius: 5px !important;
}

.price_div_mt_35 {
    margin-top: 35px;
}

.result_page_mainwrapper {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding-top: 20px;
    position: relative;
}

.pass_pricesummary {
    border-bottom: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    background: linear-gradient(90deg,#05203c,rgba(5,32,60,.7));
    border-radius: 8px 8px 0 0;
    padding: 10px;
    padding-left: 12px;
    color: #fff !important;
}

.passanger_mainwrapperdv {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding-top: 20px;
    position: relative;
}

.result_p_origin {
    font-size: 20px;
    padding-bottom: 5px;
}

.plus_1_day {
    color: #4297fe;
    font-weight: normal;
}
.res_p_bbgg {
    color: #333;
    font-size: 9pt;
    font-weight: normal;
}
.res_p_ecoo {
    color: #01b451;
    font-size: 10pt;
    text-align: right;
    padding-bottom: 18px;
}

.res_p_co2 {
    color: #01b451;
    float: right;
    font-size: 10pt;
    text-align: right;
    padding-bottom: 18px;
    width: 25%;
    padding-top: 5px;
}

.pass_loader {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding-top: 0px;
    position: relative;
    
}




.fi_maindv {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #ccc;
    
    border-radius: 5px;
    padding: 1rem !important;
}

.pricepanel_div70_p3 {
    width: 100%;
    float: left;
    height: auto;
    text-align: left;
    color: #333333;
    font-size: 10pt;
}

/*tooltip css begin*/
.icon03 {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    -webkit-transform: translateZ(0);
    text-align: center !important;
}

    .icon03 .tooltip02 {
        background: #f9f9f9;
        bottom: 100%;
        right: -315px;
        color: #333;
        display: block;
        font-size: 16px;
        text-align: justify;
        opacity: 0;
        padding: 10px;
        pointer-events: none;
        position: absolute;
        max-width: 338px;
        width: max-content;
        border-radius: 5px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        -moz-box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        -ms-box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        -o-box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        border: solid #ccc 2px;
    }



@media screen and (max-width: 480px) {
    .icon03 .tooltip02 {
        background: #f9f9f9;
        bottom: 100%;
        right: -115px;
        color: #333;
        display: block;
        font-size: 16px;
        text-align: justify;
        opacity: 0;
        padding: 10px;
        pointer-events: none;
        position: absolute;
        max-width: 338px;
        width: max-content;
        border-radius: 5px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        -moz-box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        -ms-box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        -o-box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        box-shadow: 0px 5px 4px rgba(48,47,47,0.08),-5px 5px 10px rgba(48,47,47,0.04);
        border: solid #ccc 2px;
    }
}


@media screen and (max-width: 480px) {
    .icon03 .tooltip02 {
        max-width: 250px;
    }
}

@media screen and (max-width: 480px) {
    .icon03 .tooltip02:after {
        right: 20px;
    }
}


.icon03 .tooltip02:before {
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}


.icon03 .tooltip02:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #777 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    right: 305px;
    position: absolute;
    width: 0;
    display:none;
}

.icon03:hover .tooltip02 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}


.banner_txt_heading_Responsive {
    color: #fff;
    font-size: 2.5rem;
    line-height: 46px;
    font-family: Roboto-Medium;
    text-shadow: 3px 0px 0px #302f2f;
}


/*@media only screen and (max-width:768px) {

    .banner_txt_heading_Responsive {
        color: #fff;
        font-size: 2.5rem;
        line-height: 46px;
        font-family: Roboto-Medium;
        text-shadow: 3px 0px 0px #302f2f;
        text-align: center !important;
    }
}*/








/*Tooltip code Begin*/


