﻿html, body {
    font-family: var(--tg-ff-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6rem;
    color: #000;
}


@font-face {
    font-family: Poppins-Black;
    src: url('../../../common/fonts/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-BlackItalic;
    src: url('../../../common/fonts/Poppins-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../../../common/fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-BoldItalic;
    src: url('../../../common/fonts/Poppins-BoldItalic.ttf') format('truetype');
}


@font-face {
    font-family: Poppins-ExtraBold;
    src: url('../../../common/fonts/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-ExtraBoldItalic;
    src: url('../../../common/fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Italic;
    src: url('../../../common/fonts/Poppins-Italic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../../../common/fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-LightItalic;
    src: url('../../../common/fonts/Poppins-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../../../common/fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-MediumItalic;
    src: url('../../../common/fonts/Poppins-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../../../common/fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../../../common/fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-SemiBoldItalic;
    src: url('../../../common/fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
}



:root {
    --tg-ff-body: "Poppins-Regular", sans-serif;
    --tg-ff-outfit: "Outfit", sans-serif;
    --tg-ff-segoepr: 'segoepr', sans-serif;
    --tg-ff-chillax: 'chillax', sans-serif;
    --tg-ff-quentin: 'quentin', sans-serif;
    --tg-ff-rage: 'rage', sans-serif;
    --tg-ff-fontawesome: "Font Awesome 6 Pro";
    --tg-common-white: #fff;
    --tg-common-black: #020615;
    --tg-common-black-2: #000;
    --tg-common-yellow: #f74a1f;
    --tg-grey-1: #353844;
    --tg-grey-2: #454546;
    --tg-grey-3: #f3f3f4;
    --tg-grey-4: #737374;
    --tg-grey-5: #f8f8f8;
    --tg-grey-6: #666;
    --tg-grey-7: #f6f6f7;
    --tg-grey-8: #f6f4fa;
    --tg-theme-primary: #002612;
    --tg-theme-secondary: #f74a1f;
    --tg-border-1: #e1e1e1;
    --tg-border-2: #c5c5c5;
    --tg-border-3: #e6e6e6;
}

.header_span {
   
    color: #fff;
    font-size: 15px;
}


.font13 {
    font-size: 14px;
}


.banner_txt_heading {
    color: #fff;
    font-size:30px;
    font-weight: bold !important;
    margin-bottom:2rem;
    
}

@media only screen and (max-width:1730px) {
    .banner_txt_heading {
       margin-top:10px;
    }
}

@media only screen and (max-width:1584px) {
    .banner_txt_heading {
        margin-top: 30px;
    }
}

@media only screen and (max-width:1226px) {
    .banner_txt_heading {
        margin-top: 33px;
    }
}

@media only screen and (max-width:1174px) {
    .banner_txt_heading {
        margin-top: 80px;
    }
}


@media only screen and (max-width:1050px) {
    .banner_txt_heading {
        margin-top: 110px;
    }
}
@media only screen and (max-width:931px) {
    .banner_txt_heading {
        margin-top: 140px;
    }
}
@media only screen and (max-width:868px) {
    .banner_txt_heading {
        margin-top: 81px;
    }
}
@media only screen and (max-width:576px) {
    .banner_txt_heading {
        margin-top: 77px;
       
    }
    .banner_txt_heading {
       
        margin-bottom: 0rem;
    }
}


@media only screen and (max-width:992px) {
    .banner_txt_heading {
        color: #1575e8;
        font-size: 26px;
        /*  text-shadow: 3px 0px 0px #302f2f*/
    }
}

@media only screen and (max-width:1399px) {
    .nav-link {
    
        padding: 15px 20px !important;
     
    }
}


@media only screen and (max-width:576px) {
    .banner_txt_heading {
        color: #fff;
        font-size: 16px;
       
        /*text-shadow: 3px 0px 0px #302f2f*/
    }
}


.banner_sub_heading {
    color: #000;
    font-size: 20px;
   
    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: -35px;
    z-index: 111111;
    margin-left: 0px;
}


@media only screen and (max-width:1400px) {
    .mttab_10 {
        margin-top: 0px;
        z-index: 111111;
        /*margin-left: -18px;*/
        margin-left: 0px;
    }
}
@media only screen and (max-width:768px) {
    .mttab_10 {
        margin-top: -35px;
        z-index: 111111;
        /*margin-left: -18px;*/
        margin-left: 0px;
    }
}







.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 #004172 !important;
}

.triplabel input:checked + span::before {
    box-shadow: inset 0 0 0 0.4375em #fff !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: transparent;
    border-radius: 35px;
    padding: 0px;
    width: max-content;
}

    .trip_type .triplabel {
        margin-bottom: 0px;
        margin-right: 8px;
    }

.triplabel {
    display: inline-flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    font-size: .85rem !important;
    /* Accessible outline */
    /* Remove comment to use */
    /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}

    .triplabel input {
        position: absolute;
        left: -9999px;
    }

        .triplabel input:checked + span {
            color: #fff;
           

        }

            .triplabel input:checked + span:before {
                box-shadow: inset 0 0 0 0.4375em #bdd6da;
            }

    .triplabel span {
        display: flex;
        align-items: center;
        /*padding: 0.375em 0.75em 0.375em 0.375em;*/
        padding: 0.375em 0.85em 0.375em 0.375em;
        border-radius: 99em;
        transition: 0.25s ease;
        color: #fff;
        font-weight: normal;
        box-shadow: inset 0 0 0 1px #ffffff80;
    }

        .triplabel span:hover {
            background-color: #3d96d2;
            /*background-color: #d6d6e5;*/
        }

        .triplabel span:before {
            display: flex;
            flex-shrink: 0;
            content: "";
           background-color: #3d96d2;
            width: 1.8em;
            height: 1.8em;
            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(-51%) rotate(90deg);
}

.BpkSwapButton_bpk-swap-button__button__NGYxZ {
    align-items: center;
    background-color: #fff;
    border: 2px solid #1d2f41;
    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;
    padding-right: 49px;
}


@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: 4.5rem !important;
}

@media only screen and (max-width: 992px) {
    .se_traveller {
        border-radius: 0rem !important;
        height: 4.5rem !important;
    }
}

@media only screen and (max-width: 576px) {
    .se_traveller {
        border-radius: 0rem !important;
        height: 4.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;
    border-radius: .45rem;
   
    font-size: 20px;
    position:relative;
}
    .btn_sesty i {
        font-size: 21px;
        font-weight: bold;
        position: absolute;
        border: 1px solid #1a4788;
        border-radius: 50%;
        position: absolute;
        right: -13px;
        z-index: 1;
        background: #fff;
        width: 32px;
        height: 32px;
        line-height: 30px;
        color: #000;
        top: 10px;
        text-align: center;
    }

@media only screen and (max-width: 992px) {
    .btn_sesty {
        height: 3.5rem;
        border-radius: .45rem;
      
        font-size: 26px;
    }
}


@media only screen and (max-width: 576px) {
    .btn_sesty {
        height: 3.5rem;
        border-radius: .45rem;
        
        font-size: 26px;
    }
}

.form-control:focus {
    color: var(--bs-body-color);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important
}

/*
#ui-id-1 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 30px -5px !important;
    border-radius: 0.05rem;
    padding: 10px;
    font-size: .95rem;
    line-height: 1.5rem;
    width: 430.467px;
    max-height: 300px;
    overflow: scroll;
    color: #3f3f3f
}*/
/*#ui-id-1 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 30px -5px !important;
    border-radius: 0.05rem;
    padding: 10px;
    font-size: 14px !important;
    line-height: 1.5rem;
    width: auto;
    max-height: 300px;
    overflow: scroll;
    color: #2a2c2b !important;
    font-family:Poppins-Medium !important;
}*/

#ui-id-2 {
    padding: 10px;
}


@media only screen and (max-width:768px) {

    #ui-id-1 {
        z-index: 999999;
        overflow-x: hidden;
        max-height: 100% !important;
        overflow: hidden;
        overflow-y: hidden;
        position: fixed;
        width: 100% !important;
        left: 0px !important;
        box-shadow: none !important;
    }
}

@media only screen and (max-width:768px) {

    #ui-id-2 {
        z-index: 999999;
        overflow-x: hidden;
        max-height: 100% !important;
        overflow: hidden;
        overflow-y: hidden;
        position: fixed;
        width: 100% !important;
        left: 0px !important;
        box-shadow: none !important;
        color: #2a2c2b;
       
    }
}


@media only screen and (max-width: 768px) {

    .ui-datepicker {
        width: 99% !important;
        left: 0px !important;
        top: 50px !important;
        height: 100% !important;
        z-index: 111111 !important;
        border-radius: 0px !important;
        margin: 1px;
    }
}

.ui_datepicker_departuredate {
   
    float: left;
    height: auto;
    color: #1d2f41333;
    
    font-size: 15pt;
    background-color: #fff;
    top: 0;
    position: inherit;
    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: #1d2f41333;
       
        font-size: 15pt;
        background-color: #fff;
        top: 0;
        position: fixed;
        z-index: 999999 !important;
        text-align: center;
        padding: 20px;
    }
}*/

/*@media only screen and (max-width: 768px) {


    #ui-datepicker-div {
        border-radius: .50rem .50rem .50rem .50rem;
        padding: 10px;
        position: fixed !important;
    }
}
*/
.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

@media only screen and (max-width: 768px) {


    .ui-widget.ui-widget-content {
        border: 0px solid #c5c5c5 !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }
}
#ui-datepicker-div {
    border-radius: 0rem;
    padding: 10px;
}

.ui-widget-header {
    border: 1px solid #fff !important;
    background: #fff;
    color: #1d2f41333;
    font-weight: bold;
    /*height:7px !important; */
}

.ui-datepicker-div {
    position: absolute;
    top: 289.7px;
    left: 796.5px;
    z-index: 1;
    display: block;
    border-radius: .75rem .75rem .75rem .75rem !important;
    padding: 25px;
}





.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #eef2fb;
    box-shadow: 0px 0px 0px #ccc;
    font-weight: 500;
    text-align: center !important;
    border-radius: 0rem;
    background-color: #fff;
    color: #2a2c2b;
}

.ui-datepicker-calendar thead {
    border-bottom: #ccc solid 0px;
}


.ui-state-default:hover {
    background: #e1edff !important;
    color: #2a2c2b !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: 0px solid #fff;
    border-bottom:0px solid #ccc;
    color: #3d96d2 !important;
    border-radius: 0px;
    /* background-color: #3d96d2 !important;*/

    color: #3f3f3f !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: 0px solid #fff;
    border-bottom: 0px solid #ccc;
    color: #fff !important;
    border-radius: 0px;
    z-index: 999999999 !important;
    /*background-color: rgba(245,111,0,0.1);*/
    background: #004172;
}


/*.ui-menu .ui-menu-item::before {
    display: inline-block;
    font-family: "Material Symbols Outlined";
    content: "\e6ca";
    font-size: 26px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    color: #3f3f3f !important;
    z-index: 999999999 !important;
}*/
/*sandeep*/


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: navajowhite;
    /*  background: #ced4da !important;*/
    color: #2b2b2b;
    font-weight: 600;
    border-radius: 0rem;
}



.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
    border: 1px solid #3d96d2;
    /*  background-color: #3d96d2 !important;*/
    font-weight: 600;
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    background: #fff;
    border: #c0c2c9 solid 0px;
    cursor: pointer;
}


.ui-icon-circle-triangle-e {
    background-position: -32px -32px;
}

.ui-icon-circle-triangle-w {
    background-position: -96px -32px;
}

.ui-datepicker {
    width: 20em;
    padding: .5em .5em .5em .5em !important;
    display: none;
    z-index: 9999999 !important;
}


.ui-widget {
    
    font-size: 1em;
}

.ui-datepicker td a {
    display: block;
    padding: 0em;
    text-decoration: none;
}

.ui-datepicker table {
    width: 100%;
    font-size: .95em;
    border-collapse: collapse;
    margin: 0 0 0em;
}
.ui-widget-content {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #2a2c2b !important;
}

.highlight {
    background-color: none !important;
    /*padding: 5px 0px 6px;*/
    margin: 0px 8px;
    box-shadow: none !important;
    color: #2b2b2b !important;
    transition: none !important;
}




.dest-input-bg {
    padding-left: 30px !important;
    background-position: 5px 0px;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    padding-right: 0px;
    padding-left: 0px;
}

#traveller {
    display: none;
}

#traveller_mobile {
    display: none;
}


#countryflagdiv {
    display: none;
    position: absolute;
    width: 217px;
    float: right;
    height: 200px;
    background-color: #fff;
    border-radius: 0.75rem;
    z-index: 111111;
    right: 20px;
    margin-top: 10px;
}





.nav-link-tab {
    display: block;
    font-size: 11pt;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    padding-right: 0px;
    /*padding: 15px;*/ padding: 5px 10px 5px 10px;
    color: #162849;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    background-color: #fff;
    border-radius: 0px 6px 6px 0px;
}

    .nav-link-tab:focus {
        display: block;
        font-size: 11pt;
        color: #fff;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        padding-right: 0px;
        /* padding: 15px;*/ padding: 12px 20px 12px 20px;
        color: #3d96d2;
        text-transform: uppercase;       
        margin-bottom: -35px !important;
        background-color: #fff;
    }





.nav-tabs .nav-link-tab.active {
    color: #fff;
    background-color: #1a4788;
    padding: 5px 10px 5px 10px;
}


.nav-link {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    padding-right: 0px;
    padding: 15px 25px;
    margin-bottom: 0px !important;
}


    .nav-link:hover {
        display: block;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        padding: 15px 25px;
        margin-bottom: 0px !important;
        background-color: #3d96d2;
        border-radius: 16px;
    }

    .nav-link:focus {
        display: block;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        padding: 15px 25px;
        margin-bottom: 0px !important;
    }


.transi_sty {
    border: var(--bui_border_width_100) solid transparent;
 /*   border-radius: .25rem;*/
    transition: var(--bui_animation_press);
    transition-property: border-color,background-color;
}

.dropdown-toggle::after {
    display: inline-block;
    /* margin-left: .255em;
    vertical-align: .255em;*/
    /*  content: "";*/
    vertical-align: bottom !important;
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    font-family: "Material Symbols Outlined";
    content: "\e313";
    font-size: 15px;
}



.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;
   
}

.dropdown-menu {
    font-size:1rem;
    color: #212529;
    text-align: left;
    list-style: none;
   
}

.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;
       
    }

        .nav-tabs .nav-link.active {
            color: #4297fe;
            background-color: #fff;
            border: 0px solid #ccc !important;
            /* border-right: 1px solid #4297fe !important;
                    border-left: 1px solid #4297fe !important;*/
        }


.form-control {
    font-size: 0.85rem;
}

#Search_Btn {
    display: none;
}



.header_number_01dv {
    width: 100%;
    height: auto;
    float: right;
    padding-right: 35px;
}

@media only screen and (max-width:1851px) {
    .header_number_01dv {
        width: 100%;
        height: auto;
        float: left;
        padding-right: 20px;
    }
}

@media only screen and (max-width:1785px) {
    .header_number_01dv {
        width: 100%;
        height: auto;
        float: left;
        padding-right: 10px;
    }
}


@media only screen and (max-width:1545px) {
    .header_number_01dv {
        width: 100%;
        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: #1d2f41;
    height: 0px;
}


.main_dv_float_left {
    width: 100%;
    float: left;
    height: auto;
}

.head_top_textsty {
    padding-top: 10px;
    word-spacing: 2px;
    z-index: 111111;
    top: 0;
    float: left;
}

.head_top_textsty_flag {
    padding-top: 0px;
    word-spacing: 2px;
    z-index: 111111;
    top: 0;
    text-align: right;
    color: #fff;
    cursor: pointer;
}

.head_flagsty {
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}

.mobile_headerst {
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 15px #ccc;
}

.mobile_header_col {
    z-index: 111111;
    word-wrap: break-word;
    height: auto;
    float: left;
}

.mob_logo {
    max-width: 214px;
    width: 100%;
}

.mob_phone_bar {
    font-size: 36px;
    color: #fff;
}

.desk_header {
    padding-top: 0px;
    word-spacing: 2px;
    /*z-index: 111111;*/
    top: 0;
    height: auto;
    float: left;
 /*   padding-bottom: 5px;*/
}

.desk_logo {
    max-width:200px;
    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: #3d96d2 !important;
    box-shadow: none !important;
    transform: none !important;
}


.v2_banner {
    background-size: cover;
    background-repeat: no-repeat;
}




@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.zoom-container img {
    -webkit-animation: zoom 50s;
    animation: zoom 50s;
}

.video_mt {
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
}


@media only screen and (max-width:1500px) {
    .video_mt {
        margin: 0 auto;
        width: 100%;
        margin-top: 0px;
    }
}

@media only screen and (max-width:1350px) {
    .video_mt {
        margin: 0 auto;
        width: 100%;
        margin-top: 0px;
    }
}

@media only screen and (max-width:992px) {
    .video_mt {
        margin: 0 auto;
        width: 100%;
        margin-top: 0px;
    }
}


@media only screen and (max-width:1400px) {
    .hide_lg {
        display: none;
    }
}



/*Offcanvas CSS*/

.offcanvas-start {
    top: 0;
    left: 0;
    max-width: 450px;
    width: 100%;
    border-right: 0px solid rgba(0,0,0,.2);
    transform: translateX(-100%);
    background-color: rgba(255,255,255, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


@media only screen and (max-width:576px) {

    .offcanvas-start {
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        border-right: 0px solid rgba(0,0,0,.2);
        transform: translateX(-100%);
        background-color: rgba(255,255,255, 0.9);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
}




.offcanvas_headerbg {
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 15px #ccc;
    background-color: #fff;
}


/*Mobile Hamburger ul li Code Begin */

.li_sty_sub {
    padding-bottom: 10px;
    padding-left: 18px;
    color: #3d96d2;
    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: #3d96d2;
    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: #3d96d2;
        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('../../../common/fonts/material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

/*Tesing code*/
.bullet li a:before {
    font-family: "Material Symbols Outlined";
    content: "\e80b";
    font-size: 50px;
}


/*header & Search Engine*/

.header_right_border {
    border-right: 2px solid #fff;
}


@media only screen and (max-width:1200px) {
    .header_right_border {
        border-right: 0px solid #fff !important;
    }
}



@media only screen and (max-width:1200px) {
    .lg_new_hide {
        display: none;
    }
}



.header_logoset {
    text-align:left;
    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;
        margin-top: 5px;
        margin-left: -8px;
    }
}



/*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: 9999999 !important;
    position: absolute;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-top: 0px;
    /* margin-left:-111px; 1360px*/
    margin-left: -43px;
}


@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.75rem 0.75rem 0.75rem 0.75rem;
        z-index: 111111;
        position: absolute;
        border: 1px solid #ced4da;
        border-top: 0px;
        margin-left: 0px;
    }
}



@media only screen and (max-width:1200px) {
    .se_adt_chinfant {
        width: 100%;
        max-width: 302px;
        height: auto;
        background-color: #fff;
        /*  margin-top: -15px;*/
        border-radius: 0.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: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;
    }
}





.accor_color {
    color: #2a2c2b;
    
   
}



























.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.75rem 0.75rem 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: 0px;
        border-radius: 0.75rem 0.75rem 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: 0px;
        border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
        z-index: 111111;
        position: relative;
        border: 0px solid #ced4da;
        border-top: 0px;
    }
}


.se_tab_borderbot {
    border-bottom: 0px solid #4297fe;
/*    padding-bottom: 15px;*/
}


.se_tab_borderbot_borno {
    border-bottom: 0px solid #4297fe;
    padding-bottom: 15px;
}

/*header dropdown menu hover*/

.hd_hov_dv {
    width: 100%;
    float: left;
    height: 40px;
}

.hd_callus_sec {
    width: auto;
    float: right;
    margin-right: 0px;
    height: auto;
    line-height: 17px;
}

.hd_callus_headericon {
    width: auto;
    float: left;
    height: auto;
    padding-right: 8px;
}

.hd_callus_widthauto {
    width: auto;
    float: left;
    height: auto;
    line-height: 19px;
}

.font10 {
    font-size: 14px;
    color: #2a2c2b;
   
}

.font13_bold {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width:1700px) {
    .font13_bold {
        font-size: 18px;
        color: #fff;
    }
}

@media only screen and (max-width:1410px) {
    .font13_bold {
        font-size: 17px;
        color: #fff;
    }
}


@media only screen and (max-width:1400px) {
    .font13_bold {
        font-size: 20px;
        color: #fff;
    }
}

@media only screen and (max-width:405px) {
    .font13_bold {
        font-size: 17px;
        color: #fff;
    }
}



.hd_infoicon {
    width: auto;
    float: right;
    height: auto;
    text-align: right;
    color: #fff;
}

.icon_info_sty {
    font-size: 15pt;
    padding-top: 10px;
}

.drop_down_menu_maindv {
    padding-top: 33px;
    background-color: transparent !important;
    border: 0px;
    z-index: 111111 !important;
}

.ddl_mt20 {
    width: 100%;
    margin-top: 20px;
    height: auto;
}

.ddl_maindv_boxshadow {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.padding_15px {
    padding: 15px;
}

.row_sty {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.we_are_opendv {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
    background-color: #f3f3f3;
    border-end-start-radius: 8px;
    border-end-end-radius: 8px;
}

.we_are_opendv_inner {
    width: 100%;
    height: auto;
    float: left;
    margin-top: -6px;
    margin-bottom: -3px;
    text-align: left;
}

.we_are_opendv_spansty {
    font-size: 9pt;
    color: #1d2f41333;
    border-radius: 25px;
}

.row_sty_01 {
    width: 85%;
    height: auto;
    float: left;
    line-height: 20px;
}

.row_sty_02 {
    width: 15%;
    height: auto;
    float: left;
    text-align: right;
}

.row_heading_sty {
    font-size: 10pt;
    color: #555;
}

.row_heading_sty_num {
    font-size: 13pt;
    color: #5b5a5a;
    
}

.i_material_st {
    font-size: 32px;
    padding-top: 3px;
    color: #555;
}




@media only screen and (max-width:1330px) {
    .hide_1330 {
        display: none;
    }
}



@media only screen and (max-width:1186px) {
    .hide_1330 {
        display: inline-block;
    }
}


.modal_country_main {
    width: 100%;
    float: left;
    height: auto;
}

.modal_country_main_inner_div {
    width: 33.33%;
    float: left;
    height: auto;
    padding: 10px;
}

.modal_country_main_inner_div34 {
    width: 33.33%;
    float: left;
    height: auto;
    padding: 10px;
}

.modal_borderdv {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #e0e0e0;
    padding: 6px;
    border-radius: 4px;
}


    .modal_borderdv:hover {
        width: 100%;
        float: left;
        height: auto;
        border: 1px solid #e0e0e0;
        background-color: #f3f3f3;
        padding: 6px;
        border-radius: 4px;
        transition: 0.25s ease;
    }

.modal_flag_dv {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.modal_flag_txt {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #1d2f41;
    font-size: 11pt;
}

.modal_flag_img_sty {
    max-width: 30px;
    margin: 0 auto;
    border-radius: 10px;
}

.box_shadow_sty {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 10px, rgba(0, 0, 0, 0.02) 0px 0px 4px;
}

.country_color {
    color: #3f3f3f;
    font-size: 13pt;
}

.border_bottom_ind {
    border-bottom: 1px solid #fff;
}

.search_eng_padbot50 {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 50px;
}

.se_bg_white {
    background-color: transparent;
    padding-bottom: 10px;
    position: relative;
    /*z-index: 9;*/
    padding:0px;
}

.se_flying_from_input {
    height: 4.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: 49px !important;
}


.se_flying_to_input {
    height: 4.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: 4.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: 4.5rem;
    border-radius: .0rem;
    /* background-image: url('../../img/calendar.jpg');*/
    background-position: right 17px;
    background-repeat: no-repeat;
}

.se_traveller_cabin {
    cursor: pointer;
    height: 4.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 #e9e9e9;
    border-start-end-radius: 0rem !important;
    border-end-end-radius: 0rem !important;
    background-color: #e9e9e9
}

.btn {
    color: #fff !important;
}

.se_trav_plus02 {
    border: 1px solid #e9e9e9;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    background-color: #e9e9e9
}

.age_16plussty {
    font-size: 12px;
    color: #969393;
    font-weight: normal !important;
}

.adult_plus_inp {
    border: 1px solid #e9e9e9;
    padding: 0px !important;
}

.se_child_section {
    margin-top: 10px; /* 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 #e9e9e9;
    border-start-end-radius: 0rem !important;
    border-end-end-radius: 0rem !important;
    background-color: #e9e9e9
}

.se_children_pluse {
    border: 1px solid #e9e9e9;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    background-color: #e9e9e9
}

.se_childre_inputsds {
    border: 1px solid #e9e9e9;
    padding: 0px !important;
}

.se_cabin_class_dv {
    margin-top: 0px;
    padding: 10px 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: 0px;
}

.sedonebtn {
    width: 90% !important;
    cursor: pointer;
    border-radius: 22px;
}

.flyingfrom_iconmatgo {
    width: 100%;
    cursor: pointer;
    background: url(../../../img/tripzseeker.com/home/departure.svg) 95% 15px no-repeat;
    background-size: 30px 30px;
    background-color: #fff;
}

.flyingfrom_iconmatgo_cal {
    width: 100%;
    cursor: pointer;
    background: url(../../../img/tripzseeker.com/home/date.svg) 95% 16px no-repeat;
    background-size: 28px 28px;
    background-color: #fff;
}

.flyingfrom_iconmatgo_depart {
    position: absolute;
    float: right;
    right: 7px;
    font-size: 30px;
    color: #2a2c2b;
    margin-top: 8px;
}

.flyingfrom_iconmatgo_02 {
    width: 100%;
    cursor: pointer;
    background: url(../../../img/tripzseeker.com/home/Arrivals.svg) 95% 15px no-repeat;
    background-size: 30px 30px;
    background-color: #fff;
}

.flyingfrom_iconmatgo_traveller {
    width: 100%;
    cursor: pointer;
    background: url(../../../img/tripzseeker.com/home/traveller-icon.svg) 95% 16px no-repeat;
    background-size: 30px 30px;
    background-color: #fff;
    border-radius: 5px !important;
}

.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: #1d2f41;
    border: 1px solid #ddd;
    transition: border-color 250ms;
    background-color: #fff;
    border-radius: 5px !important;
}
/*
.input {
    font-size: 11pt;
    width: 100%;
    padding: 13px;
    color: #1d2f41;
    border: 1px solid #ccc;
    transition: border-color 250ms;
    background-color: transparent;
}
*/
.input:focus {
    outline: none;
    background-color: #fff;
    border: 1px solid #bdd6da !important;
}

.input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.label {
    position: absolute;
    top: 0px;
    left: 0;
    color: #43454e;
    pointer-events: none;
    transform-origin: left center;
    transition: transform 250ms;
    font-size: 11pt;
}

.input:focus + .label,
.input:not(:placeholder-shown) + .label {
    transform: translateY(-50%) scale(0.75);
    color: #969696 !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 5px !important;
    height: 15px;
    background-color: #fff;
    text-transform: uppercase;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 50%;
    height: auto;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%);
}





.parallax {
    background-image: url('../../img/bg.jpg');
    height: 800px; /* Adjust as needed */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax02 {
    background-image: url('https://www.w3schools.com/howto/img_parallax.jpg');
    height: 800px; /* Adjust as needed */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.ui-icon {
    text-indent: unset !important;
}

.ui-datepicker .ui-icon {
    text-indent: 2px !important;
}

.ui-widget-header .ui-icon {
    background-image: none !important;
}







.ui-icon-circle-triangle-w::before {
    content: "\e5e0";
    color: #f64619;
    font-family: 'Material Symbols Outlined';
    position: relative;
    margin-top: -5px;
    font-weight: bolder;
    top: -5px;
}

.ui-icon-circle-triangle-e::before {
    content: "\e5e1";
    color: #f64619;
    font-family: 'Material Symbols Outlined';
    position: relative;
    margin-top: -5px;
    font-weight: bolder;
    top: -5px;
}


.ui-datepicker-week-end {
    border: 0px solid #e0e0e0 !important;
    font-weight: bolder !important;
    color: #3d96d2 !important;
}

    .ui-datepicker-week-end .ui-state-default {
        background-color: none;
        color: #3d96d2;
    }



/*Multicity Truspilot CSS BEGIN*/


#darktp {
    display: none;
}

@media only screen and (max-width: 1200px) {
    #darktp {
        display: block;
    }
}

#lighttp {
    display: block;
}

@media only screen and (max-width: 1200px) {
    #lighttp {
        display: none;
    }
}


.padding_trustpilott {
    padding: 28px 24px 24px 28px;
    pointer-events: none;
}



.video_overlaybg {
    /*background-image: linear-gradient( to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 0% );*/
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 100.5) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 10) 0% );
}


@media only screen and (max-width:1205px) {
    .video_overlaybg {
        background-image: none;
    }
}

/*Multicity Truspilot CSS END*/



.ui-datepicker th {
    text-align: center;
    font-weight: normal !important;
}





/*Search Engine New*/
.font_171160 {
    color: #828080;
    font-size: 16px;
}


/*Search Engine New*/





.border_left_2sl {
    border-left: 1px solid #004172;
}

@media only screen and (max-width:1200px) {
    .border_left_2sl {
        border-left: 0px solid #696a6a !important;
    }
}

.home_trust_icons_dv80 {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

@media only screen and (max-width:992px) {
    .home_trust_icons_dv80 {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
}

.home_trust_icons_dv25 {
    width: 25%;
    float: left;
    height: auto;
    border-right: 1px solid #dddddd;
}

.home_trust_icons_dv25wb {
    width: 25%;
    float: left;
    height: auto;
}

.home_trust_icons_googleicon {
    max-width: 190px;
    width: 100%;
  
}

.home_trust_icons_secureicon {
    max-width: 112px;
    width: 100%;
}

.home_trust_icons_supporticon {
    max-width: 141px;
    width: 100%;
}

.home_trust_icons_iataicon {
    max-width: 74px;
    width: 100%;
}


.dealBoxer {
    border: 1px solid #d6e7fd;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #fff !important;
}
    .dealBoxer:hover {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        cursor: pointer;
    }

/*    .dealBoxer::before {
        content: "/";
        color: transparent;
        background-color: var(--color-orange);
        position: absolute;
        right: 0;
        width: 4px;
        top: 0;
        bottom: 0;
        height: 0;
        transition: .6s;
    }*/

.fs-14 {
   
    color: #2a2c2b;
    
}

.fs-14wb {
   
    color: #2a2c2b;
    
}

.fs-16 {
    
    color: #3d96d2;
   
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fs-12 {
    font-size: 14px;
    color: #2a2c2b;
    
}

.color-orange {
    color: #f64619 !important;
}

.titleH2 {
    font-size: 24px;
    color: #2a2c2b;
   
    line-height: 20px;
}

.titleH3 {
    font-size: 24px;
    color: #2a2c2b;
    font-weight:bold;
  
}

.bookimgtxt_p {
  
    color: #2a2c2b;
    
}

.div_img_left {
    width: 95%;
    height: 537px;
    float: left;
    background-color: #eeeeee;
    border-radius: 8px;
}

@media only screen and (max-width:992px) {
    .div_img_left {
        width: 100%;
        height: 517px;
        float: left;
        background-color: #ccc;
        border-radius: 8px;
        margin-bottom: 15px;
    }
}

.bookimgtxt {
    font-size: 18px;
    color: #2a2c2b;
    font-weight:600;
    
}

    .bookimgtxt::after {
        content: '';
        position: relative;
        top: 0;
        width: 120px;
        display: block !important;
        background: rgb(21 78 85);
       /* background: linear-gradient(78deg, rgba(27,73,147,1) 0%, rgba(33,85,159,1) 37%, rgba(46,109,200,1) 71%, rgba(73,135,224,1) 100%);*/
        height: 3px;
        border-radius: 4px;
        margin-top: 15px;
    }

.accordion-item {
    
    
    margin-bottom: 15px !important;
    background-color: #ffff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
    border: 1px #eee solid;
}

.accordion-button {
    padding: 1rem 1rem !important;
   /* background: -moz-linear-gradient(left,#fff,#f3faff);
    background: linear-gradient(90deg, #fff, #f3faff);*/
    border-radius: 3px;
}
.accordion-body {
    padding: 1rem 1rem !important;
}

    .accordion-button:not(.collapsed) {
        color: #fb4f0f;
        background-color: #fff !important;
        box-shadow: inset 0 -1px 0 rgba(255,255,255,.125);
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: #fff;
        outline: 0;
        box-shadow: none;
    }


/*footer code Begin*/

.footer_heading_h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom:15px;
   
}

    .footer_heading_h2::after {
        content: '';
        position: relative;
        top: 0;
        width: 44px;
        display: block !important;
        background: #fff;
        /* background: linear-gradient(78deg, rgba(26,71,136,1) 0%, rgba(36,89,167,1) 37%, rgba(47,110,101,1) 71%, rgba(52,120,218,1) 100%);*/
        height: 4px;
        border-radius: 4px;
        margin-top: 13px;
    }

.bg-dark-grey {
    background-color: #3d96d2 !important;
}

.foo_ul {
    list-style-type: none;
    line-height: 15px;
}
    .foo_ul li {
        position: relative;
        color: #fff;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }



    /*.foo_ul li::before {*/ /* add the new bullet point */
        /*display: inline-block;
        content: '';
        -webkit-border-radius: 0.375rem;
        border-radius: 0.375rem;
        height: 0.35rem;
        width: 0.35rem;
        margin-right: 0.5rem;
        background-color: #bdbdbd;
    }*/

.foo_li_a {
    color: #fff;
  
    font-size: 14px;
    text-decoration: none;
}


.foo_li_a {
    position: relative;
}

    .foo_li_a:hover {
        color: #f3f3f3;
       
        font-size: 14px;
        text-decoration: none;
    }

    .foo_li_a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        border-radius: 4px;
        background-color: #017f7c;
        bottom: -8px;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
        color: #fff;
        font-size: 14px;
    }

    .foo_li_a:hover::before {
        transform-origin: left;
        transform: scaleX(1);
    }

.mttop_20 {
    margin-top: 20px;
}





@media only screen and (max-width:572px) {
    ul {
        margin-top: 0;
        margin-bottom: 0rem !important;
    }
}

.foo_borbot {
    border-bottom: 1px solid #fff;
}

.mc_footer100width {
    width: 100%;
    float: left;
    height: auto;
}
@media only screen and (max-width:572px) {
    .mc_footer100width {
        width: 100%;
        float: left;
        height: auto;
        text-align: left;
        margin-top: 10px;
    }
}

.foo_copyright {
   
    font-size: 12px;
    color: #fff;
}

@media only screen and (max-width:572px) {
    .foo_copyright {
       
        font-size: 12px;
        color: #fff;
        text-align: center;
    }
}

.why_heading_span {
    font-size: 16px;
    color: #3d96d2;
    font-weight: 400;
}

.homepageitems_wrapper {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 20px;
    position: relative;
}

.BpkSwapButton_bpk-swap-button__OTA2O {
    transform: translateY(-51%) rotate(90deg);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    margin-top:0px;
}

.SearchControls_SwapButtonContainer__ODBmY {
    height: auto;
    position: absolute;
    margin-left: 375px;
    margin-top: -30px;
}

@media only screen and (max-width:1399px) {
    .SearchControls_SwapButtonContainer__ODBmY {
        height: auto;
        position: absolute;
        margin-left: 351px;
        margin-top: -30px;
    }
}

@media only screen and (max-width:1200px) {
    .SearchControls_SwapButtonContainer__ODBmY {
        height: auto;
        position: absolute;
        margin-left: 292px;
        margin-top: -30px;
    }
}

@media only screen and (max-width:992px) {
    .SearchControls_SwapButtonContainer__ODBmY {
        height: auto;
        position: absolute;
        margin-left: 292px;
        margin-top: 3px;
        float: right;
    }

    .BpkSwapButton_bpk-swap-button__OTA2O {
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
    }
}

@media only screen and (max-width:428px) {
    .SearchControls_SwapButtonContainer__ODBmY {
        height: auto;
        position: absolute;
        margin-left: 314px;
        margin-top: 3px;
    }

    .BpkSwapButton_bpk-swap-button__OTA2O {
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        margin-top: 2px;
    }
}


@media only screen and (max-width:414px) {
    .SearchControls_SwapButtonContainer__ODBmY {
        height: auto;
        position: absolute;
        margin-left: 298px;
        margin-top: 3px;
    }
}

@media only screen and (max-width:400px) {
    .SearchControls_SwapButtonContainer__ODBmY {
        height: auto;
        position: absolute;
        margin-left: 289px;
        margin-top: 3px;
    }
}





@media only screen and (max-width:376px) {
    .SearchControls_SwapButtonContainer__ODBmY {
        height: auto;
        position: absolute;
        margin-left: 263px;
        margin-top: 3px;
    }
}






.SwapButton_OnewayReturnContainer__Zjg3O {
    /*margin-inline-start: -1.375rem;*/
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 4px;
}

.activesdes {
    transform: translateY(-50%) rotate(450deg);
}

.activesdes_remo {
    transform: translateY(-50%) rotate(180deg);
}

.BpkSwapButton_bpk-swap-button__OTA2O:hover {
    transform: translateY(-50%) rotate(450deg);
}

.BpkSwapButton_bpk-swap-button__button__NGYxZ {
    align-items: center;
    background-color: #fff;
    border: 3px solid #1d2f41;
    border-radius: 50%;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    transition: transform .4s;
    width: 2.5rem;
}

    .BpkSwapButton_bpk-swap-button__button__NGYxZ:hover {
        border: 3px solid #1d2f41;
        background-color: #fff;
    }
    .BpkSwapButton_bpk-swap-button__button__NGYxZ span {
        display: inline-flex;
        line-height: 1rem;
    }
svg:not(:root) {
    overflow: hidden;
}
.BpkSwapButton_bpk-swap-button__button__NGYxZ span {
    line-height: 1rem;
}
.se_mb_05 {
    margin-bottom: 0px !important;
}

@media only screen and (max-width:1400px) {
    .se_mb_05 {
        margin-bottom: 10px !important;
    }
}

.tnclass_txt {
    
    color: #2a2c2b;
 
    font-weight: normal !important;
    color: #2a2c2b;
    line-height: 10px;
}

.tnclass_txt_subtitle {
    font-size: 11px;
    color: #2a2c2b;
  
    font-weight: normal !important;
    color: #2a2c2b;
}

.button_plusminus {
    padding: .125rem .75rem !important;
    color: #2a2c2b !important;
}



.mob_txtbox_vie {
    max-width: 564px !important;
    margin-left: -3px !important;
    margin-top: -67px !important;
    display: none;
}
/*.mob_txtbox_vie {
    max-width: 564px !important;
    margin-left: -5px !important;
    margin-top: -70px !important;
    display: none;
}*/

.se_adt_chinfant_mmc {
    width: 100%;
    max-width: 317px;
    float: left;
    height: auto;
    background-color: #fff;
    /* margin-top: -15px;*/
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    z-index: 111111;
    position: absolute;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-top: 0px;
    /* margin-left:-111px; 1360px*/
    margin-left: -75px;
    padding-bottom: 18px;
}


@media only screen and (max-width:1400px) {
    .se_adt_chinfant_mmc {
        width: 100%;
        max-width: 362px;
        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;
        margin-left: -126px;
    }
}



@media only screen and (max-width:1200px) {
    .se_adt_chinfant_mmc {
        width: 100%;
        max-width: 302px;
        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;
        margin-left: -112px;
    }
}


@media only screen and (max-width:992px) {

    .se_adt_chinfant_mmc {
        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;
        box-shadow: none !important;
        border-top: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width:768px) {

    .se_adt_chinfant_mmc {
        width: 100%;
        float: left;
        height: 100%;
        background-color: #fff;
        z-index: 111111;
        position: fixed;
        box-shadow: none !important;
        top: 0px;
        left: 0px;
        bottom: 0px;
    }
}

@media only screen and (max-width:992px) {
    .mob_txtbox_vie {
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-top: -70px !important;
        display: none;
        border: 1px solid #ccc !important;
       /* border-radius: 3px !important;*/
    }
}

@media only screen and (max-width:768px) {
    .mob_txtbox_vie {
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        border: 0px solid #ccc !important;
    }
}



.Toairport_dvsty {
    max-width: 564px !important;
    margin-left: -5px !important;
    margin-top: -70px;
    display: none;
}


@media only screen and (max-width:992px) {
    .Toairport_dvsty {
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-top: -70px !important;
        display: none;
        border: 1px solid #ccc !important;
        border-radius: 3px !important;
    }
}

/*@media only screen and (max-width:576px) {
    .Toairport_dvsty {
        padding-bottom: 20px !important;
    }
}*/

@media only screen and (max-width:768px) {
    .Toairport_dvsty {
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        border: 0px solid #ccc !important;
    }
}




.multicity_txtboxtrunk {
    overflow: hidden;
    white-space: nowrap;
    display: table-cell;
    text-overflow: ellipsis;
}

.se_flying_from_input_multicity {
    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: 85px !important;
}

.being_typ_txt {
    height: auto;
    padding-bottom: 8px;
    color: var(--color-grey-500);
    font-size: .8rem;
    display: flex;
}



.boxshadow_home {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 10px, rgba(0, 0, 0, 0.02) 0px 0px 4px;
}



.bg_home_dark {
    z-index: -111111;
    position: relative;
    background-color: #2a2c2b;
    height: 353px;
}

.bg_white {
    background-color: #fff !important;
}


@media (max-width: 768px) {
    .bg_white {
        background-color: #fff !important;
        padding-bottom: 5px;
    }

}


.menu_header_fonts {
    font-size: 38px !important;
}

.menu_phoneicon {
    max-width: 45px;
    margin-top: 3px;
    cursor: pointer;
}

.top_domesticdeals {
    font-weight: bold;
    color: #2A2C2A;
    font-size: 20px;
    margin-bottom: 5px;
}

.note-txt{
   font-size:10px; font-weight:normal;
}



@media (min-width: 1400px) {
    .col-xxl-3_newww {
        flex: 0 0 auto;
        width: 28.84%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-3_newww_trav {
        flex: 0 0 auto;
        width: 16.65%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-2_newww {
        flex: 0 0 auto;
        width: 10.66666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-2_btnnn {
        flex: 0 0 auto;
        width: 4.257%;
    }
}
#ui-id-1 {
    z-index: 333333333;
    overflow-x: hidden;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 30px -5px !important;
    border-radius: 0.05rem;
    padding: 10px;
    font-size: 14px !important;
    line-height: 1.5rem;
    width: auto;
    height: 320px;
    overflow-y: scroll;
    color: #2a2c2b !important;
    background-color: #fff;
}


 

#ui-id-2 {
    z-index: 999999;
    overflow-x: hidden;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 30px -5px !important;
    border-radius: 0.05rem;
    padding: 10px;
    font-size: 14px !important;
    line-height: 1.5rem;
    width: auto;
    height: 320px;
    overflow: scroll;
    color: #2a2c2b !important;
    
}


/***********amit css start here*/

.font14 {
    font-size: 14px !important;
}

.font13 {
    font-size: 13px !important;
}

.font18 {
    font-size: 18px !important;
}

.font12 {
    font-size: 12px !important;
}
.font11 {
    font-size: 11px !important;
}
.phone-icon-header {
    width: 40px;
    height: 40px;
    background: #007c04;
    border: 2px solid #6ba8ff;
    border-radius: 100%;
    position: relative;
    top: 0;
    left: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .phone-icon-header {
        width: 40px;
        height: 40px;
        background: #007c04;
        border: 2px solid #6ba8ff;
        border-radius: 100%;
        position: relative;
        top: 0;
        left: -5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .desk_logo {
        max-width: 185px !important;
        width: 100%;
        margin-top: 5px;
    }
    .social-bar {
        display: flex;
        justify-content: flex-start !important;
    }
}
@media only screen and (max-width: 1200px) {
    .desk_logo {
        max-width: 214px;
        width: 100%;
        margin-top: 5px;
    }
}
.se_40margmin {
    margin-top: -396px !important;
}

@media only screen and (max-width: 768px) {
    .se_40margmin {
        margin-top: 0px !important;
    }

}

.f-banner-svg {
    /*background: url(../../../img/tripzseeker.com/home/flights_banner.svg) center top repeat-x;*/
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #0063c9;
}

@media only screen and (max-width: 768px) {

    .f-banner-svg {
        /*background: url(../../../img/tripzseeker.com/home/flights_banner.svg) center top repeat-x;*/
        padding-top: 10px;
        padding-bottom: 0px;
        background-color: #1d2f41;
    }
}


.round-box{border-radius:5px; padding:10px; text-align:center; min-height:106px;}
    .round-box.bg1 {
        background: #b5dcff;
    }
    .round-box.bg2 {
        background: #faeecd;
    }
    .round-box.bg3 {
        background: #fce2e5;
    }
    .round-box.bg4 {
        background: #cbf6f8;
    }
    .round-box.bg5 {
        background: #cedffe;
    }
    .round-box.bg6 {
        background: #e7e3ff;
    }


    .round-box p{
        color:#000; font-weight:500; font-size:14px; margin-bottom:0px;
    }


/*********social icon footer css start here*/

.social-bar {
    display: flex;
justify-content:end;
 
}
.social-icons a {
    border-radius: 50px;
    color: #3f345f;
    display: inline-block;
    line-height: 42px;
    height:40px;
    width: 40px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 0px 12px;
    font-size: 22px;
}


.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(84, 146, 235, 0.80);
    animation: 1.5s linear 0s normal none infinite focuse;
}



.slider-nav {
    display: flex;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
}



.process-scetion .slider-nav-item:nth-child(2) {
    color: #40beff;
}

.process-scetion .slider-nav-item:nth-child(3) {
    color: #311f9b;
}

.process-scetion .slider-nav-item:nth-child(4) {
    color: #ff9259;
}

.process-scetion .slider-nav-item:nth-child(5) {
    color: #38385f;
}

    .process-scetion .slider-nav-item:after {
        position: absolute;
        top: 50%;
        left: 100%;
        height: 2px;
        content: '';
        width: 100%;
        background: url(../../../img/tripzseeker.com/home/line.png) repeat 0 0;
        z-index: 0;
        animation: slide 1s linear infinite;
    }

.process-scetion .slider-nav-item:last-child:after {
    display: none;
}

.process-scetion .slider-nav-item .ikon {
    font-size: 50px;
    line-height: 80px;
}



.process-scetion .slider-nav-item.active:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}

@keyframes focuse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    75% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}


.slider-nav-item:after {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 2px;
    content: '';
    width: 100%;
    background: url(../../img/line.png) repeat 0 0;
    z-index: 0;
    animation: slide 1s linear infinite;
}


@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}

.social-bar a:hover i {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}


@media only screen and (max-width: 300px) {
    .process-scetion .slider-nav-item {
        height: 30px;
        width: 30px;
        margin: 15px 10px;
        line-height: 28px;
    }
}

.footer-cards-section{ display:flex;
                       flex-direction:row;
}
.footer-cards-section ul{
   list-style:none; margin:0px; padding:0px;
}
    .footer-cards-section ul li{
        display:inline-flex;
        margin-right:5px;
    }

.rotate90_clockwise {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.txt-theme-blue {
    color: #1a4788;
}


.text-selection--animated-gradient {
    display: inline;
    white-space: normal;
}

.text-selection--animated-gradient--flash {
    background: #fff url("../../../img/tripzseeker.com/home/H1-gradient.jpg");
    background-position: 0 300%;
    background-clip: text;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-text-fill-color: transparent;
}

.text-selection--animated-gradient.text-selection--animate {
    animation: animateText 6s ease infinite;
}

@keyframes animateText {
    0% {
        background-position: 0 200%;
    }

    100% {
        background-position: 0 -200%;
    }
}

@media only screen and (max-width: 767px) {
    .text-selection--animated-gradient.text-selection--animate {
        animation: none;
    }
}

/*********social icon footer css end here*/

/*********amit css end here*/
.hide-car {
    display: none;
    -webkit-animation: fadein 2s;
}
/*.hide-trip {display:none; -webkit-animation: fadein 2s; }*/
.passenger-count {
    position: absolute;
    background: #fff;
    padding: 12px;
    right: 5%;
    border: 1px solid #046c9a;
    left: 6%;
    top: 33px;
    z-index: 999;
    overflow: visible !important;
    width: 310px;
}

.wid100 {
    width: 100%;
}

.passenger-count p {
    font-size: 20px;
    margin-bottom: 0px;
}

.qty {
    display: inline-block;
    width: 38%;
    text-align: center;
    border: 0px;
    box-shadow: 0px 0px;
    font-size: 20px;
    color: #848b8d;
    padding: 0px;
    vertical-align: middle;
}

.qtyplus, .qtyminus, .qtyplushotel, .qtyminushotel, .qtyplushoteladult, .qtyminushoteladult {
    background: transparent;
    border: 2px solid #848b8d;
    width: 20px;
    height: 20px;
    line-height: 16px;
    color: #848b8d;
    font-size: 18px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
}

.circle-control {
    border: 1px solid;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    padding-top: 1px;
}

.incremnt-block {
    background: #f8f8f8;
    padding: 7px 1px 1px;
    margin-top: 10px;
    font-size: 12px
}

.paddlr7 {
    padding-right: 7px;
    padding-left: 7px;
}

option:disabled {
    color: #ececec;
}

.padd-left-none {
    padding-left: 0 !important;
}

.padd-right-none {
    padding-right: 0 !important;
}

select.arrow {
    background: url('/travelresources/Images/New_Home/images/arrow-down.png') no-repeat right #fff !important;
    -moz-webkit-appearance: none !important;
    -appearance: none;
    padding-left: 5px !important;
    padding-right: 27px !important;
    background-position-x: 94% !important;
    border-radius: 0px !important;
    font-size: 12px;
    height: 29px !important;
    border: 1px solid #b8b8b8 !important;
}

#content {
    display: none;
}

.mart45 {
    margin-top: 45px;
}

.tab-bar {
    margin-bottom: 0px;
    margin-left: 0px;
}

.search-bar .tab-bar li {
    display: inline-block;
    background: #009479;
    border-radius: 0px;
    margin-left: -1px;
    width: 120px;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .search-bar .tab-bar li.active {
        background: #ffffff;
    }

        .search-bar .tab-bar li.active a {
            color: #1d2f41333;
            font-weight: Bold;
        }

    .search-bar .tab-bar li a {
        color: #fe9031;
        text-decoration: none;
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 6px;
        padding-left: 26px;
        width: 100%;
        font-weight: 600;
    }

    .search-bar .tab-bar li.active a .show-img {
        display: inline-block !important;
        margin-right: 2px;
    }

    .search-bar .tab-bar li.active a .hide-img {
        display: none !important;
        margin-right: 2px;
    }

.show-img {
    display: none;
}

.bannerHeading {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.padTop-1 {
    padding-top: 1px;
}

#search-flight ul.list-inline li {
    color: #137fb0;
}

.errorContainer {
    padding: 14px 15px 14px 15px;
}
/* switchstart */
.Switch {
    position: relative;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    height: 100%; /*border: 1px solid #137fb0;  background: rgba(236, 236, 236, 0);*/
    border-radius: 4px;
    background: #fff; /*box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);*/
    cursor: pointer;
}

    .Switch span {
        display: inline-block;
        width: 35px;
    }

        .Switch span.On {
            color: #137fb0;
        }

    .Switch .Toggle {
        position: absolute;
        top: -5px;
        background: #137fb0; /* z-index: 999; */
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
    }

    .Switch.Round {
        padding: 0px 20px;
        border-radius: 20px;
        top: -1px;
        width: 100%;
    }

        .Switch.Round .Toggle {
            border-radius: 25px;
            width: 100px;
            height: 25px;
            top: -1px;
        }

        .Switch.Round.On .Toggle {
            left: 0%;
            background: #137fb0;
        }

        .Switch.Round.Off .Toggle {
            left: 49%;
        }

.Switch-area {
    width: 100%;
    height: 25px;
    margin-top: 5px;
}
/* end */
.search-bar .tab-content {
    background: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.trip-type {
    font-size: 13px;
    font-weight: 600;
    margin: 0; /*background: #fe9031;*/
    padding: 0 5px;
    border-radius: 4px;
    line-height: 32px;
    cursor: pointer;
}

.marl10 {
    margin-left: 10px;
}

.marb-5 {
    margin-bottom: -5px;
}

.custom_input label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}

.location_wrapper .main_location {
    width: 85%;
    border: 0px;
    height: 70px;
    padding: 0px;
    background: transparent;
    box-shadow: 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #222;
    cursor: default;
}

.location_wrapper .sub_location {
    padding: 0px;
    border: 0px;
    box-shadow: 0px 0px;
    font-size: 13px;
    height: 19px;
    background: transparent;
}

.location_wrapper {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

    .location_wrapper.calneder_icon_open #depart-cal {
        padding-bottom: 3px;
        cursor: pointer;
        height: 70px;
        margin-left: 10px;
        line-height: 70px;
    }

#hide-round .location_wrapper #arrive-cal {
    height: 70px;
    margin-left: 10px;
    line-height: 70px;
}

.location_wrapper.calneder_icon_open {
    background-position: 212px -84px;
    background: #fff;
}

.location_wrapper.search-set-icon.mdddeprtWapr {
    background: url(/travelresources/Images/New_Home/images/calnder_click.png) no-repeat right 0;
}

.radius-5 {
    border-radius: 5px !important;
}
/*.classType_bg{ background:url(/travelresources/Images/New_Home/images/PaxAndClass.png) no-repeat; background-position:5px 3px;}*/
/*.tvlrndclass #show-passenger #hideshow{background:url(/travelresources/Images/New_Home/images/PaxAndClass.png) no-repeat; background-position:4px -29px;}*/
.uat-searchWarp {
    padding: 30px 15px 40px 15px;
}

.class-bg-color i {
    position: absolute;
    left: 8px;
    top: 11px;
    font-size: 16px;
    color: #9492a8;
}

.flight-type-icon .fa-exchange {
    transform: rotate(0deg);
    transition: transform 400ms ease-out
}

.flight-type-icon.active .fa-exchange {
    transform: rotate(180deg);
    transition: transform 400ms ease-out
}

[data-exposed=true]
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .location_wrapper.calneder_icon_open #depart-cal

{
    width: 100%;
    border: none;
}

.location_wrapper.calneder_icon_open #depart-cal::after {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 3px;
    width: 66%;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}

.location_wrapper.calneder_icon_open {
    position: relative;
}

}

@media screen and (max-width:767px) {
    .location_wrapper.search-set-icon.mdddeprtWapr {
        background: none;
    }

    .passenger-count {
        top: 50px;
        box-shadow: 0px 0px 20px 0px #000;
        left: 0%;
        width: 320px;
        top: 62px;
    }

    .qtyplus, .qtyminus, .qtyplushotel, .qtyminushotel, .qtyplushoteladult, .qtyminushoteladult {
        height: 24px;
    }

    .mob-PullRight { /*float:right;*/
        position: relative;
    }

        .mob-PullRight span {
            position: absolute;
            z-index: 1;
            bottom: -7px;
            background: linear-gradient(to right bottom,rgba(255, 255, 255, 1),rgba(255, 255, 255, 1));
            transform: rotate(90deg);
        }
}

@media screen and (min-width:768px) and (max-width:768px) {
    .location_wrapper.search-set-icon.mdddeprtWapr {
        background-position: 313px 0;
    }
}

.location-box {
    padding: 5px 25px;
}

.mart15 {
    margin-top: 15px;
}

.font37 {
    font-size: 37px;
}

.font30 {
    font-size: 30px;
}

.font16 {
    font-size: 16px;
}

.other-fields, select.other-fields {
    border: 0px;
    box-shadow: 0px 0px;
    font-size: 14px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0 0 35px;
    color: #b3acac;
    height: 40px;
}

    select.other-fields option, .carDropdown option, .advance-field option {
        font-size: 14px;
        padding-left: 5px;
    }
/*.search-set-icon{background:url('/travelresources/Images/New_Home/images/search-set.png'); background-repeat: no-repeat;}*/
.book-class-icon {
    min-height: 33px;
    background-position: -6px -143px;
    position: absolute;
    width: 42px;
}

.passenger-counts-icon {
    min-height: 11px;
    position: absolute;
    width: 19px;
    right: 2px;
    top: 18px;
    color: #9492a8;
}

.flight-type-icon {
    min-height: 40px;
    position: absolute;
    width: 40px;
    margin-top: 0;
    cursor: pointer;
    left: 22px;
    border: solid 1px #dbdbdb;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 23px;
    padding-left: 9px;
    padding-top: 3px;
    color: #008edc;
}

.calender-icon {
    background-position: 5px -86px;
    min-height: 52px;
    position: absolute;
    width: 42px;
    margin-top: 16px;
}

.divide-icon {
    background-position: 5px -186px;
    min-height: 52px;
    position: absolute;
    width: 30px;
}

#search-car .divide-icon {
    background-position: 5px -174px;
}

.advance-color, .advance-color:hover {
    color: #137fb0;
    text-decoration: none;
}

.advance-field {
    border: 0px;
    box-shadow: 0px 0px;
    font-size: 23px;
    width: 85%;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 0px;
    background: transparent;
    color: #999;
    padding: 0px;
}

.btn-custom-search {
    background: linear-gradient(135deg, #ff690f 0%, #e8381b 100%);
    border: 1px solid #137fb0;
    height: 50px;
    border-radius: 0;
    color: #fff;
    font-size: 23px;
    width: 100%;
}

.sub-heading {
    font-family: 'OpenSans-Light';
    font-size: 30px;
    color: #fff;
    margin-top: 80px;
}

    .sub-heading span {
        color: #f8e122;
        text-shadow: 1px 2px 2px #252525;
        font-weight: 700;
    }

.heading-banner {
    font-size: 50px;
    font-family: 'OpenSans-Bold';
    color: #fff;
    line-height: 28px;
}

.form-control:focus {
    box-shadow: 0px 0px;
}

.search-bar {
    margin-top: 0;
}
/* mobile */

/* hotel search css */
.font25 {
    font-size: 25px;
}

.btn-htl-search {
    width: 97%;
    background: #d85c00;
    border: 1px solid #d85c00;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    margin-left: 8px;
}

.location_wrapper .appPortalIcon-angle-down {
    position: absolute;
    right: 0;
    bottom: -4px;
    font-size: 30px;
    z-index: 0;
}

.widget-iconColor {
    color: #1d2f41333;
}
/* car searxh css */
.font20 {
    font-size: 20px;
}
/* calender main */
.social-big {
    background: url(/travelresources/Images/New_Home/images/social-sprite-big.png);
    width: 40px;
    height: 40px;
}

.pinterest {
    background-position: 91px 80px;
}

.twitter {
    background-position: 142px 80px;
}

.gogleplus {
    background-position: 0px 80px;
}

.facebook_ {
    background-position: -50px 80px
}

.youtube {
    background-position: 41px 80px;
}

.home-sprite {
    background: url(/travelresources/Images/New_Home/images/home-page-icon.png);
}

.tab-icons {
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -28px;
}

.plane-icon {
    background-position: 77px -155px;
}

.plane-icon-hover {
    background-position: -13px -155px;
}

.htl-icon {
    background-position: 78px -197px;
}

.htl-icon-hover {
    background-position: -13px -198px;
}

.kar-icons {
    background-position: -8px -115px;
    width: 39px;
    margin-left: -39px;
}

.kar-icons-hover {
    background-position: 83px -115px;
    width: 39px;
    margin-left: -39px;
}

.htl-room {
    background-position: -5px 0px;
    height: 37px;
    width: 30px;
    left: 22px;
    top: 4px;
    position: absolute;
}

.kar-icon {
    height: 45px !important;
    width: 55px !important;
    background-position: -1px -56px;
    position: absolute;
    top: 40px;
    margin-left: 5px;
}

.time-clock {
    height: 42px;
    width: 40px;
    position: absolute;
    margin-left: 5px;
    top: 13px;
    background-position: -5px 104px;
}
/*autocomplete*/
.ui-widget.ui-widget-content.ui-autocomplete {
    padding-bottom: 5px;
    margin-top: 20px;
    z-index: 999999;
    /*height:100%*/
}

.ui-autocomplete .airList.ui-menu-item:hover {
    background-color: #edf3f7;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
/*.ui-autocomplete .airList.ui-menu-item{ background-image: url(/travelresources/Images/New_Home/images/plane-auto.png);}*/
.ui-autocomplete .karlist.ui-menu-item {
    background-image: url(/travelresources/Images/New_Home/images/auto-oth.png);
}

.ui-autocomplete .karlist.ui-menu-item {
    background-repeat: no-repeat;
    font-size: 13px;
    padding-left: 28px;
    background-position: 6px 10px;
    border-bottom: 1px solid #d4d4d4 !important;
    padding-bottom: 8px;
    padding-top: 8px;
    color: #525252;
    margin-top: 3px;
}

.ui-autocomplete .airList.ui-menu-item {
    background-repeat: no-repeat;
    font-size: 14px;
    padding-left: 8px;
    background-position: 6px 10px;
    border-bottom: 1px solid #d4d4d4 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #525252;
    margin-top: 3px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 500
}

.ui-autocomplete li.airList.ui-menu-item:last-child {
    border-bottom: none !important;
}

.ui-menu span.ui-menu-item-wrapper {
    position: relative;
    padding: 0px;
}

span.ui-autosuggest-highlight, span.ui-state-active:hover {
    background: rgb(255, 255, 0) !important;
    color: #000 !important;
}

span.ui-state-active,
ui-widget-content span.ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: none !important;
    color: #000 !important;
    font-weight: 600 !important;
    border: none !important;
    margin: 0px !important;
}

#mainErrorCover span {
    color: #f00;
    font-weight: 600;
}

a.collapsed .hide-ad {
    display: inline-block !important;
}

a.collapsed .show-ad {
    display: none !important;
}

.show-ad {
    display: inline-block;
}

.hide-ad {
    display: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(238, 238, 238, 0);
}

.paddtp0 {
    padding-top: 0px;
}

.font12 {
    font-size: 12px;
}

.head-append {
    font-size: 16px;
    font-weight: 600;
    color: #545454;
}

.room-append {
    padding-top: 40px;
}

.font-18 {
    font-size: 18px;
}

.roomDtls, .mart10 {
    margin-top: 10px;
}

    .roomDtls .col-md-4.padLeft0 {
        padding-bottom: 15px;
        border-left: 1px solid #000;
    }

.cover-widget {
    position: absolute;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 4px 0px #a9a9a9;
    padding-bottom: 5px;
    top: 40px;
    width: 92%;
    left: 17px;
    z-index: 999;
}

.roomD {
    height: 630px;
    position: absolute;
    top: 0px;
    display: block;
}

.select-r-panel {
    background: #f1f1f1;
    padding: 2px 0px;
    border-bottom: 1px solid #b7b7b7;
}

.submit-btn {
    margin-top: 2px;
    border-radius: 0px;
}

.child-age {
    padding: 0px;
    border-radius: 0px;
    height: 26px;
    margin-top: 3px;
}

.childAge {
    padding: 0px 5px;
}

.marb0 {
    margin-bottom: 0px;
}

.close-panel, .close-panel-flight {
    position: absolute;
    right: -5px;
    top: -10px;
}

#roomAdd {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding-left: 45px;
}

.child-age-block {
    margin-bottom: 10px;
}

.row-no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.submit-btn {
    margin-right: 8px;
}

.carDropdown, select.advance-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/travelresources/Images/New_Home/images/custom-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

#roomsPanel {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 350px;
}

.clear-input, .clear-input-des, .clear-input-kar-drop, .clear-input-kar, .clear-input-htl {
    position: absolute;
    top: 1px;
    right: 16px;
    font-weight: 600;
    width: 15px;
    text-align: center;
    height: 15px;
    background: #999;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 12px;
}

.main_location::-webkit-input-placeholder {
    font-size: 30px;
    text-transform: capitalize !important;
}

.main_location::-moz-placeholder {
    font-size: 30px;
    text-transform: capitalize !important;
}

.main_location:-ms-input-placeholder {
    font-size: 30px;
    text-transform: capitalize !important;
}

.main_location:-moz-placeholder {
    font-size: 30px;
    text-transform: capitalize !important;
}

#hotelDestination {
    padding-right: 30px;
}
/*hotelsearch*/
highlight-search {
    color: #000;
    font-weight: bold
}

.ui-menu-item {
    border-top: 0px !important;
    border-bottom: 0px !important
}

.ui-last-line {
    height: 100%;
    background-color: #aaa;
    border-top: 0px;
    border-bottom: 0px;
    content: 'Keep typing your filter'
}

    .ui-last-line:hover {
        height: 100%;
        background-color: #aaa;
        border-top: 0px;
        border-bottom: 0px
    }

.Header-Hotel {
    border-top: 0px;
    border-bottom: 0px
}

    .Header-Hotel:before {
        content: url('/travelresources/Images/HtlSearch.png');
        border-top: 0px;
        border-bottom: 0px;
        position: absolute;
        background: #fff;
    }

    .Header-Hotel:hover {
        background: #fff !important;
        border-top: 0px;
        border-bottom: 0px
    }

.Header-City {
    border-top: 0px;
    border-bottom: 0px
}

    .Header-City:before {
        content: url('/travelresources/Images/City.png');
        border: 0 0 0 0;
        position: absolute;
        background: #fff;
    }

    .Header-City:hover {
        background: #fff !important;
        border-top: 0px;
        border-bottom: 0px
    }

.Header-Place {
    border-top: 0px;
    border-bottom: 0px
}

    .Header-Place:before {
        content: url('/travelresources/Images/Place.png');
        border-top: 0px;
        border-bottom: 0px;
        position: absolute;
        background: #fff;
    }

    .Header-Place:hover {
        background: #fff !important;
        border-top: 0px;
        border-bottom: 0px
    }

.Header-Airport {
    border-top: 0px;
    border-bottom: 0px
}

    .Header-Airport:before {
        content: url('/travelresources/Images/Airport.png');
        border-top: 0px;
        border-bottom: 0px;
        position: absolute;
        background: #fff;
    }

    .Header-Airport:hover {
        background: #fff !important;
        border-top: 0px;
        border-bottom: 0px
    }

.Content {
    background: #fff;
    color: black;
    border-top: 0px;
    border-bottom: 0px
}

    .Content:hover, .Content:focus {
        background: #036c99 !important;
        color: White !important;
        border-top: 0px;
        border-bottom: 0px
    }

.location_wrapper #hotelDestination.main_location {
    width: 100%;
}

.appPortalPartial_hotelWidget input.main_location {
    padding-left: 30px;
}
/*.HotelAutosearchLoader{background:#fff url('/travelresources/Images/loader_1.gif') no-repeat right center !important;z-index:20 !important}*/
/*Hotel New Search End*/

/*.ui-state-disabled.dp-highlight {background-color: #137fb0 !important;opacity:1;color:#fff !important;}
.ui-state-disabled.dp-highlight span {color:#fff !important;}*/
.ui-datepicker-today {
    background-color: #fff !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0px solid #357add !important;
    background-color: #000000 !important;
    color: #fff !important;
}

.htl-des {
    position: relative;
}

    .htl-des .clear-input-htl {
        top: 29%;
        right: 5px;
    }

.subcribe-msg p {
    color: #de0400;
    font-size: 12px;
    margin-bottom: 0;
    background: rgb(255 255 255 / 70%);
    padding: 0 5px 0;
}

    .subcribe-msg p.green-msg {
        color: #449c01;
    }

.ui-menu .ui-menu-item.prefer {
    font-size: 16px;
    padding: 3px 10px;
    border-bottom: 1px solid #f1f1f1 !important;
}

#FlightClass {
    -webkit-appearance: none;
    -moz-appearance: none; /*background: url(/travelresources/Images/New_Home/images/custom-down.png);  background-repeat: no-repeat; background-position: 75px 18px; width: 80%;background-size:9%;*/
}

#show-passenger.location_wrapper {
    position: relative;
}

#show-passenger .passengers-text {
    font-size: 14px;
    color: #b3acac;
    position: absolute;
    top: 10px;
    left: 55px;
}

#show-passenger i {
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 16px;
    color: #9492a8;
}

.padr30 {
    padding-right: 30px !important;
}

.clor-light {
    color: #1d2f41 !important;
    border: none;
    opacity: .6
}

.selectpicker {
    padding-left: 5px !important;
}

.sel-mnth {
    margin-right: 1px;
}

.ui-autocomplete .airList.ui-menu-item, .ui-autocomplete .karlist.ui-menu-item:last-child {
    border-bottom: none !important;
}

#ui-id-4.ui-widget.ui-widget-content.ui-autocomplete {
    z-index: 333333333;
    overflow-x: hidden;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 30px -5px !important;
    border-radius: 0.05rem;
    padding: 10px;
    font-size: 14px !important;
    line-height: 1.5rem;
    width: auto;
    max-height: 300px;
    overflow: scroll;
    color: #2a2c2b !important;
    font-family: Poppins-Medium !important;
    background-color: rgba(255, 255, 255, 1);
}

.appPortal_fNonstp {
    position: relative;
}

    .appPortal_fNonstp .appPortaladv-checkbox {
        display: none;
    }

    .appPortal_fNonstp label.checkBoxlabel {
        position: relative;
        padding-left: 25px;
        display: inline-block;
        font-size: 12px;
        color: #fff;
    }

        .appPortal_fNonstp label.checkBoxlabel:before {
            background-color: #fff;
            border: 1px solid #99a1a7;
            padding: 8px;
            border-radius: 3px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            content: "";
        }

    .appPortal_fNonstp .appPortaladv-checkbox:checked ~ label.checkBoxlabel:before {
        border: 1px solid #99a1a7;
        color: #99a1a7;
    }

    .appPortal_fNonstp .appPortaladv-checkbox:checked ~ label.checkBoxlabel:after {
        content: '\2714';
        font-size: 12px;
        position: absolute;
        top: 1px;
        left: 4px;
        color: #727879;
    }

._evntproperties {
    padding-top: 230px;
}

.countdownSection {
    position: absolute;
    width: 86%;
    top: 0;
}
/*******
  Smart autocomplete
    ************/
.ui-autocomplete li.airList.ui-menu-item {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    margin-right: 5px;
}

.ui-menu.ui-autocomplete span.airlist_allairport {
    content: '';
    padding-right: 32px !important;
    background: url(../../../img/tripzseeker.com/home/01.svg) no-repeat 0 0 !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
}

.ui-menu.ui-autocomplete span.airlist_child {
    margin-left: 15px !important;
    background: url(../../../img/tripzseeker.com/home/03.svg) no-repeat !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-right: 30px !important;
    position: relative;
    float: left;
}

.ui-menu.ui-autocomplete span.airlist_airport {
    background: url(../../../img/tripzseeker.com/home/02.svg) no-repeat 0 0 !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-right: 32px !important;
    position: relative;
    float: left;
}

.ui-autosuggest-highlight {
    line-height: 25px !important;
}

.ui-autocomplete .airList.ui-menu-item:hover span.airlist_allairport {
    background: url(../../../img/tripzseeker.com/home/01.svg) no-repeat 0 0 !important;
}

.ui-autocomplete .airList.ui-menu-item:hover span.airlist_child {
    background: url(../../../img/tripzseeker.com/home/03.svg) no-repeat !important;
}

.ui-autocomplete .airList.ui-menu-item:hover span.airlist_airport {
    background: url(../../../img/tripzseeker.com/home/02.svg) no-repeat !important;
}

.ui-autocomplete .airList.ui-menu-item span.ui-autosuggest-highlight {
    color: #000 !important;
    background: rgb(0 148 121 / 14%) !important;
    font-weight: 100 !important;
}

.ui-autocomplete .airList.ui-menu-item:hover span.ui-autosuggest-highlight {
    color: #000 !important;
    background: rgb(0 148 121 / 14%) !important;
    font-weight: 600 !important;
}

/********
    trustpilot-HomePage widgetReview
    ********/
.tp-review-area {
    position: relative;
    width: 100%;
    float: left
}

.tp-overlay-area {
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 92%;
    background-color: transparent;
    top: 0;
}

/*loader*/

.loader-btn-home {
    position: absolute;
    width: 90%;
    background: transparent;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    bottom: 35px;
    left: 26px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    cursor: no-drop;
    display: none;
}

.button-load {
    -webkit-transition: box-shadow 0.15s;
    -moz-transition: box-shadow 0.15s;
    -ms-transition: box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
    border: 1px solid #b2afa5;
    border-color: #e1e0dc #c9c8c1 #b2afa5;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.439);
    background: -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: -o-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: linear-gradient(top, #f6f5f0, #e1e0dc);
    -pie-background: linear-gradient(top, #f6f5f0, #e1e0dc);
    color: #6b635b;
    -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
    -moz-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
    -ms-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
    -o-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
    box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #6b635b;
    width: 100%;
    padding: 5px 35px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}


    .button-load.disabled {
        color: #444343;
        border: 1px solid #ffffff;
        cursor: no-drop;
        text-shadow: white 0 1px 0;
        /* -webkit-box-shadow: white 0 1px 0 0 inset; */
        -moz-box-shadow: white 0 1px 0 0 inset;
        -ms-box-shadow: white 0 1px 0 0 inset;
        -o-box-shadow: white 0 1px 0 0 inset;
        /* box-shadow: white 0 1px 0 0 inset; */
    }


.in-progress {
    text-shadow: none;
    background: #ff9d00;
    background: -webkit-linear-gradient(-45deg, rgba(236, 83, 0, 0.53) 25%, transparent 25%, transparent 50%, rgb(234, 153, 108) 50%, rgb(234, 152, 107) 75%, transparent 75%, transparent), -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: -moz-linear-gradient(-45deg, rgba(236, 83, 0, 0.53) 25%, transparent 25%, transparent 50%, rgba(234, 153, 108) 50%, rgba(234, 152, 107) 75%, transparent 75%, transparent), -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: -ms-linear-gradient(-45deg, rgba(236, 83, 0, 0.53) 25%, transparent 25%, transparent 50%, rgba(234, 153, 108) 50%, rgba(234, 152, 107) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: -o-linear-gradient(-45deg, rgba(236, 83, 0, 0.53) 25%, transparent 25%, transparent 50%, rgba(234, 153, 108) 50%, rgba(234, 152, 107) 75%, transparent 75%, transparent), -o-linear-gradient(top, #f6f5f0, #e1e0dc);
    background: linear-gradient(-45deg, rgba(236, 83, 0, 0.53) 25%, transparent 25%, transparent 50%, rgba(234, 153, 108) 50%, rgba(234, 152, 107) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
    -pie-background: linear-gradient(-45deg, rgba(236, 83, 0, 0.53) 25%, transparent 25%, transparent 50%, rgba(234, 153, 108) 50%, rgba(234, 152, 107) 75%, transparent 75%, transparent), linear-gradient(top, #f6f5f0, #e1e0dc);
    background-repeat: repeat;
    -webkit-background-size: 25px 25px, 100% 100%;
    -moz-background-size: 25px 25px, 100% 100%;
    -ms-background-size: 25px 25px, 100% 100%;
    -o-background-size: 25px 25px, 100% 100%;
    background-size: 25px 25px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}


/*search widget update by darshan dang*/
.custom-style .modal-dialog {
    margin: 0px;
    padding: 0px;
    background: #fff;
    height: 100%;
}

.custom-style .modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.custom-style .modal-header {
    background: #006b9a;
    color: #fff;
    text-align: left;
}

.custom-style .modal-body {
    padding: 5px 0px;
}

.custom-style .close {
    background: #fff;
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #006b9a;
}

.custom-style .typeahead {
    border: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding-left: 25px;
    color: #fff;
    opacity: 1;
    background-image: url(/Travelresources/Images/New_Home/images/sprite_widget_update.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 0 8px;
}

.custom-style .CaptionClose {
    opacity: 1;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border: 0 none;
    float: right;
}

.custom-style.modal .top-head-box .CaptionClose {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
}

.custom-style.modal .text-wrap .clear-input-htl {
    background: #fff;
    top: 47px;
    right: 14px;
    width: 18px;
    height: 18px;
    color: #006b9a;
    font-size: 10px;
    font-weight: bold;
    line-height: 19px;
}

.autosuggestContainer .ui-menu.ui-widget-content {
    width: 285px;
    top: -16px;
    left: 15px;
    padding: 0;
    margin: 0;
    width: 100% !important;
    left: 0 !important;
    right: 0;
    border-radius: 0px;
    top: 100% !important;
    background: #fff;
    border: none;
}

.modal-open .modal {
    overflow-y: hidden !important;
}

.custom-style .modal-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.autosuggestContainer {
    padding-top: 78px;
}

    .autosuggestContainer .ui-menu.ui-widget-content li.airList.ui-menu-item {
        padding: 10px;
        color: #9a9a9a;
        border-bottom: none;
        background: transparent;
        font-size: 13px;
    }

    .autosuggestContainer .first-block {
        background: none !important;
        border: none;
        width: 100%;
        font-weight: 400;
        color: #000;
        padding: 0 0px;
    }

    .autosuggestContainer ul li:first-child {
        background-color: #efefef !important;
        margin-right: 0 !important;
    }


.appPortalPartial_flightWidget .trvl-dropdown {
    z-index: 60;
}

.appPortalPartial_flightWidget .trvl-dropdown {
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -goog-ms-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    position: absolute;
    text-align: left;
    top: 53px;
    left: 20px;
    width: 285px;
    z-index: 60;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .appPortalPartial_flightWidget .trvl-dropdown .be-pasngrCount {
        padding: 12px 12px;
        padding-top: 20px;
    }

    .appPortalPartial_flightWidget .trvl-dropdown .small-ctn {
        display: block;
        float: none;
    }

.appPortalPartial_flightWidget .flight-class-type li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0 10px;
    list-style: none;
}

.appPortalPartial_flightWidget .flight-class-type ul > li input[type=radio].radiobox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}



.appPortalPartial_flightWidget .flight-class-type ul > li input + label.flightClass {
    height: 25px;
    display: block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: right -25px;
    color: #848b8d;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.appPortalPartial_flightWidget .flight-class-type ul > li.active label.flightClass {
    background-image: url("/Travelresources/Images/Mobile/radiocheck.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.appPortalPartial_flightWidget .f-class-input {
    width: 100%;
    border: 0px;
    height: 37px;
    padding: 0px;
    padding-right: 30px;
    background: transparent;
    box-shadow: 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.widget_sprite {
    width: 45px;
    height: 45px;
    background-image: url(/Travelresources/Images/Icf/NewHomePage/images/icons/widget_sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.appPortalPartial_flightWidget .widget_sprite.sortdesc-icon {
    background-position: 2px -180px;
    position: absolute;
    top: 12px;
    right: 0px;
    width: 22px;
    height: 16px;
    z-index: 2;
}

.pos-rel {
    position: relative
}

.appPortalPartial_flightWidget .trvl-dropdown .small-ctn button.btn {
    font-size: 20px;
    border-radius: 0;
    height: 45px;
    color: #fff;
    background: #006b9a;
    border: none;
    padding: 5px;
    width: 100%;
}

.appPortalPartial_flightWidget .pax-container button.pax-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -goog-ms-border-radius: 0;
    border-radius: 0;
    height: 50px;
    width: 90%;
    font-size: 20px;
    bottom: 10px;
    position: fixed;
}

.appPortalPartial_flightWidget .pax-container ul {
    list-style-type: none;
    padding: 0 15px;
}

    .appPortalPartial_flightWidget .pax-container ul li {
        font-size: 12px;
        color: #2f2f2f;
        padding: 10px 0;
        border-bottom: solid 1px #e6e6e6;
    }

        .appPortalPartial_flightWidget .pax-container ul li:after {
            clear: both;
            content: "";
            display: block;
        }

        .appPortalPartial_flightWidget .pax-container ul li .pax-category {
            padding-top: 5px;
            text-transform: uppercase;
            font-size: 11px;
            line-height: 24px;
        }

        .appPortalPartial_flightWidget .pax-container ul li span {
            color: #9e9e9e;
        }

            .appPortalPartial_flightWidget .pax-container ul li span.minusIcon {
                width: 24px;
                height: 24px;
                background-position: -499px -217px;
                cursor: pointer;
                display: inline-block;
            }

            .appPortalPartial_flightWidget .pax-container ul li span.plusIcon {
                width: 24px;
                height: 24px;
                background-position: -499px -184px;
                cursor: pointer;
                display: inline-block;
                display: inline-block;
            }

        .appPortalPartial_flightWidget .pax-container ul li .input[type="text"] {
            width: 23%;
            height: 24px;
            position: relative;
            border: none;
            margin: 0 9px;
        }

/*.appPortalPartial_flightWidget .pax-container {
	background: #ffffff;
}*/

.appPortalPartial_flightWidget .pax-container ul {
    list-style: none;
    margin: 0px;
    padding: 0px 15px;
}

.appPortalPartial_flightWidget .err-msg {
    display: none;
    width: 100%;
    background: #ffffff;
    color: #ff0000;
    font-size: 11px;
    z-index: 999;
    padding: 5px;
}

.appPortalPartial_flightWidget .pax-container {
    top: 59px !important;
    right: -30.3% !important;
}

    .appPortalPartial_flightWidget .pax-container::before {
        float: right !important;
    }

.padng-none {
    padding: 0 !important;
}

.appPortalPartial_flightWidget .listing-icon.sortdesc-icon {
    background-image: url(/Travelresources/Images/New_Home/images/sprite_widget_update.png);
    background-position: 0px -223px;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 12px;
    height: 13px;
    z-index: 2;
}

.appPortalPartial_flightWidget #show-passenger #NumberofTraveler {
    padding-left: 0;
    margin-left: 0;
    padding-top: 5px;
}

.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
    /*padding:0 !important;*/
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /*margin-right: 5px;*/
}

.ui-autocomplete li div.ui-state-active {
    /*border:none !important;
	background:none !important;
	color:#000 !important;*/
}

.appPortalPartial_flightWidget #show-passenger #show-passenger-event {
    width: 100%;
    position: absolute;
    height: 38px;
    z-index: 9;
    cursor: pointer;
}

.input-daterange .hasDatepicker, .f-class-input {
    cursor: pointer;
}

#flight-origin-label .main_location,
#flight-destination-label .main_location {
    border-radius: 0;
}

@media (max-width: 767px) and (min-width: 320px) {
    .appPortalPartial_flightWidget .flight-class-type ul > li.active label.flightClass {
        background-position: right 4px;
        color: #393939
    }

    .appPortalPartial_flightWidget #flight_passengerBox, .trvl-dropdown._coachClass {
        position: fixed;
        top: 0px;
        background: rgb(255, 255, 255);
        width: 100% !important;
        left: 0px;
        right: 0px !important;
        border-radius: 0;
        height: 100%;
    }

    .location_wrapper.calneder_icon_open {
    }

    .appPortalPartial_flightWidget #flight_passengerBox .psngr-btn {
        position: absolute;
        bottom: 15px;
        z-index: 9999;
    }

    .autosuggestContainer .ui-menu.ui-widget-content {
        max-height: 224px;
        overflow: scroll;
        padding-bottom: 20px;
    }

    .ui-autocomplete .airList.ui-menu-item:hover {
        font-weight: normal !important;
    }

    .ui-autocomplete .airportNameB.ui-state-active {
        color: #9a9a9a !important;
        font-weight: normal !important;
    }

    .pax-updated-model .trvl-dropdown .be-pasngrCount, .flight-class-type {
        padding-top: 55px !important;
    }

    .calenderWrapper .dp-highlight.ui-datepicker-current-day.modifyy {
        background: none !important;
    }

        .calenderWrapper .dp-highlight.ui-datepicker-current-day.modifyy a {
            background: #fff !important;
            color: #000 !important;
            border: none;
            box-shadow: none;
        }

    .xs-margTopBottom {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .xs-padd-left-none {
        padding-left: 0;
    }

    .xs-padd-right-none {
        padding-right: 0;
    }

    .xs-right {
        float: right;
    }

    .search-bar .tab-content {
        margin-bottom: 50px;
    }

    .advance-panel {
        padding-left: 15px;
    }

    .list-inline.marl10.mart10 {
        padding-left: 10px;
    }

    .flight-type-icon {
        right: 7px;
        left: unset;
    }

    .xs-padd-right-7 {
        padding-right: 7px;
    }
}

#show-passenger.location_wrapper, .class-bg-color {
    background: transparent;
    box-shadow: none;
    border: none;
    display: flex;
    float: left;
}

.class-bg-color {
    border: solid 1px #cccccc;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

    .class-bg-color .passenger-counts-icon {
        top: 7px;
    }

.pax-section {
    margin-top: 5px;
}

#dvSearchUser #Addchild {
    margin-bottom: 15px;
}

.uat-searchType label, .uat-searchType .btn-default.active:hover, .uat-searchType .radio label:focus {
    background: none;
    border: none;
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

.uat-searchType .btn-group {
    display: block !important;
}
/*.radio input{ opacity: 0; position: absolute; }  .radio .indicator { position: relative; }.radio .indicator:before { content: ''; border: 2px solid #888; display: inline-block; vertical-align: middle; width: 20px; height: 20px; padding: 2px; margin-top: -5px; margin-right: 10px; text-align: center; }   .radio input + .indicator:before { border-radius: 50%; } .radio input:checked + .indicator:before { border-color: #01a082; background: #ffffff; box-shadow: inset 0px 0px 0px 5px #fff;border-width:6px; } .radio input:disabled + .indicator:before { border-color: #ccc; box-shadow: inset 0px 0px 0px 5px #fff; } .radio input:checked:disabled + .indicator:before { border-color: #ccc; background: #ccc; box-shadow: inset 0px 0px 0px 5px #fff; } .radio input:focus + .indicator, .radio-inline input:focus + .indicator { outline: 0px solid #ddd;}*/
/*.uat-searchType .radio .btn-default:active, .uat-searchType .radio .btn-default.active, .uat-searchType .radio .btn-default.active.focus,.uat-searchType .radio .btn-default:hover{ background:none; border:none; box-shadow:none;outline:none;}*/
.uat-searchType .trip-type-tf {
    border-radius: 20px;
    position: relative;
}

    .uat-searchType .trip-type-tf .Switch-area .Switch-flight.Round.On .Toggle {
        width: 88px !important;
    }

    .uat-searchType .trip-type-tf .Switch-area .Switch-flight.Round:not(:has(.On)) .Toggle {
        width: 100px;
    }

#search-flight ul.list-inline li:first-child, #search-flight ul.list-inline li:last-child {
    position: absolute;
    z-index: 1;
}

#search-flight ul.list-inline li:last-child {
    right: 0;
}

#search-flight ul.tripWidth {
    width: 200px;
    height: 30px;
    left: 0px;
    margin-bottom: 0px;
}

#search-flight ul.list-inline li p.one-ways {
    padding-left: 15px;
}

@media (min-width:768px) {
    .widget-catagory .input-daterange .custom_input input {
        padding-right: 0;
    }

    .location_wrapper .sub_location {
        display: none;
    }

    .depart_mbl_calen, .arrive_mbl_calen {
        display: none;
    }

    .float-right {
        float: right;
    }

    .paddleft25 {
        padding-left: 25px !important;
    }

    .paddleft22 {
        padding-left: 22px !important;
    }

    .paddleft30 {
        padding-left: 30px !important;
    }

    .paddleft35 {
        padding-left: 35px !important;
    }

    .padd-LR-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .trip-type-tf {
        float: left;
    }

    .tvlrndclass {
        padding-top: 5px;
        cursor: pointer;
    }

        .tvlrndclass #show-passenger.location_wrapper {
            border-radius: 0;
            height: 40px;
            position: relative;
        }

        .tvlrndclass .location_wrapper .passenger-counts-icon {
            top: 7px;
        }

        .tvlrndclass .passenger-count .passenger-counts-icon {
            top: 13px;
        }

    .classtype {
        width: 100%;
        margin-bottom: 15px;
        float: left;
    }

    .tvlrndclass #show-passenger #hideshow {
        height: 27px;
        cursor: pointer;
        border-radius: 5px;
        width: 50%;
    }

    .tvlrndclass #show-passenger .passengers-coachtext {
        margin-top: 4px;
        margin-left: 20px;
    }

    .tvlrndclass #show-passenger .passengers-text {
        top: 4px;
        cursor: pointer;
    }

    .tvlrndclass .class-bg-color {
        height: 42px;
        width: 100%;
        position: relative;
        background-color: rgb(0 148 121 / 20%);
        border-radius: 4px;
    }

    .tvlrndclass select#FlightClass {
        height: 37px;
        line-height: 20px;
        background-position: 140px 17px;
        background-size: 11px;
        margin-left: 0;
        cursor: pointer; /*padding-left:7px;*/
    }

    .passenger-count {
        left: auto;
    }

    #show-passenger .passengers-text {
        color: #1d2f41;
    }

    #show-passenger #hideshow, select#FlightClass {
        color: #1d2f41;
    }

    .search-bar {
        margin-bottom: 60px;
    }

    .ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-active {
        /*background-color: #edf3f7 !important;
    color: #000 !important;
    font-weight: 600;*/
        font-size: 14px;
    }

    .appPortalPartial_flightWidget .trvl-dropdown._coachClass {
        right: 23px;
        left: inherit;
        width: 166px;
        top: 74px;
    }

    .appPortalPartial_flightWidget .f-class-input {
        color: #999;
        font-size: 21px;
        z-index: 9;
        position: relative;
    }

    .appPortalPartial_flightWidget .trvl-dropdown:before {
        content: '';
        position: absolute;
        left: 3px;
        top: -16px;
        width: 15px;
        height: 15px;
        border-bottom: 8px solid #ccc;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

    .appPortalPartial_flightWidget .trvl-dropdown .small-ctn button.btn {
        width: inherit;
        font-size: 12px;
        height: 24px;
        border-radius: 2px;
        margin-bottom: 8px;
    }

    .appPortalPartial_flightWidget .flight-class-type li {
        border: none;
        margin: 0;
        padding: 0;
    }

        .appPortalPartial_flightWidget .flight-class-type li.hover-state label {
            background-color: #fff !important;
            color: #848b8d !important;
        }

        .appPortalPartial_flightWidget .flight-class-type li.hover-state:hover label {
            background-color: #006b9a !important;
            color: #fff !important;
        }

        .appPortalPartial_flightWidget .flight-class-type li label {
            padding: 0 10px;
        }

    .appPortalPartial_flightWidget .flight-class-type ul > li input[type=radio].radiobox:checked + label.flightClass,
    .appPortalPartial_flightWidget .flight-class-type ul > li:hover input[type=radio] + label.flightClass {
        background-image: none;
        background-color: #006b9a;
        color: #fff;
    }

    .appPortalPartial_flightWidget .flight-class-type ul > li.active label.flightClass {
        background-color: #006b9a;
        color: #fff;
    }

    .appPortalPartial_flightWidget .listing-icon.sortdesc-icon {
        background-image: url(/Travelresources/Images/New_Home/images/sprite_widget_update.png);
        background-position: 0px -234px;
        position: absolute;
        top: 10px;
        right: 0px;
        width: 16px;
        height: 15px;
        z-index: 2;
    }

    .hp-widget-overlayWrapper {
        position: absolute;
        top: 0;
        height: 600px;
        width: 100%;
        z-index: 59;
        background: rgba(0, 0, 0, 0.01);
        display: none;
    }

    #show-passenger {
        position: relative;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .appPortalPartial_flightWidget .trvl-dropdown._coachClass {
        width: 250px;
    }

    .widget-catagory {
        padding-top: 20px;
        clear: both;
    }

    .tvlrndclass #show-passenger.location_wrapper {
        left: 37px;
    }

    .pax-section {
        padding: 0;
    }
}

.widget_iconsnew {
    background: url(/Travelresources/Images/New_Home/images/widget_icons.png);
    background-repeat: no-repeat;
}

.location_wrapper i.map_marker {
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    width: 30px;
    height: 20px;
    background-size: 23px;
}

.uat-retrun .location_wrapper i.map_marker {
    background-position: 0 -34px;
}

.location_wrapper .widget_iconsnew.calender-mobile {
    position: absolute;
    top: 20px;
    left: 8px;
    display: block;
    color: #999999;
    font-size: 28px;
    background-image: none;
}

.hide-round-trip {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    position: absolute;
    right: 8px;
    z-index: 49;
    height: 71px;
    display: none;
}

.hide-trip .hide-round-trip {
    display: block !important;
}

.hide-trip .custom_input {
    opacity: .2;
}

@media only screen and (min-width : 768px) {
    .margTop-6 {
        margin-top: 6px;
    }

    .margTop-27 {
        margin-top: 27px;
    }

    .margTop-9 {
        margin-top: 9px;
    }

    .pdng-btm14 {
        padding-bottom: 14px;
    }

    .pdng-btm5 {
        padding-bottom: 5px;
    }

    .appPortal_main-wrapper {
        margin-top: 0;
        padding-top: 0px;
    }

    .desktop-padLeft0 {
        padding-left: 0;
    }

    .desktop-padRight0 {
        padding-right: 0;
    }

    .header.mfheader__warp {
        background: #fff;
        padding-top: 9px;
        padding-bottom: 9px;
        border-top: 4px solid #028ad4;
        box-shadow: 0px 10px 7px 0 rgba(0, 0, 0, 0.22);
    }

    .sticky_header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

        .sticky_header + .appPortal_main-wrapper {
            padding-top: 95px;
        }

    .bannerHeading {
        margin-top: 10%;
        margin-bottom: 0px;
        padding: 20px 0 0 20px !important;
        border-radius: 5px 5px 0px 0px;
        background: rgba(255, 255, 255, 0.8); /*text-align: left;*/
    }

        .bannerHeading h3,
        .bannerHeading h4 {
            margin-top: 0px;
            font-size: 36px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 600;
            line-height: 35px;
            color: #023856;
            background: transparent;
            padding: 0;
            display: inline-block;
            text-align: center;
            text-shadow: 1px 1px 3px #9a9a9a;
            margin-bottom: 0
        }

            .bannerHeading h3 span {
                display: block;
                text-align: left;
                color: #fff;
                font-size: 50px;
            }

            .bannerHeading h3 small {
                display: block;
                color: #1d2f41;
                font-size: 19px;
                font-weight: 600;
                margin-top: 10px;
                line-height: 25px;
                margin-bottom: 20px; /*text-align: left;*/
            }

    .btn-custom-search {
        height: 70px;
    }

    #btnSearchsubmit, .btn-custom-search {
        margin-top: 0;
        border-radius: 5px;
    }

    select#FlightClass {
        width: 100%;
    }

    .search-bar .tab-content {
        background: #fff;
        padding: 0;
    }

    .uat-innerwarp {
        background: transparent;
        border-radius: 5px;
        margin-top: 50px;
    }

        .uat-innerwarp .row {
            margin: 0;
        }

    .location_wrapper .main_location {
        font-size: 16px;
        text-transform: capitalize;
        width: 100%;
        padding-left: 15px;
        padding-right: 35px;
    }

        .location_wrapper .main_location::placeholder {
            color: #666666;
            font-size: 16px;
            font-weight: normal;
        }

    .switch-Section {
        position: relative;
        left: -26px;
        z-index: 1;
    }

    .search-set-icon.calender-mobile {
        background: none;
        position: relative;
    }

        .search-set-icon.calender-mobile:before {
            content: "\f073";
            font-family: 'fontawesome';
            font-size: 20px;
            cursor: pointer;
            color: #1d2f41333;
            position: absolute;
            top: 5px;
            left: 5px;
        }

    .btn-custom-search {
        background: linear-gradient(135deg, #ff690f 0%, #e8381b 100%);
        border: 1px solid #f95920;
        font-size: 16px;
        text-align: center;
        line-height: 50px;
    }

    .input-daterange .marb-5 {
        padding-left: 28px;
    }

    .flight-type-icon {
        left: -3px;
        top: 18px;
    }

    #search-flight ul.list-inline li {
        color: #fff;
    }

        #search-flight ul.list-inline li .Switch { /*border: 1px solid #009479;background:#009479;*/
            height: 100%;
        }

            #search-flight ul.list-inline li .Switch .Toggle {
                background: #0088d3;
            }

    .main_location::-webkit-input-placeholder,
    .main_location::placeholder {
        font-size: 20px;
    }

    .ui-autocomplete .airList.ui-menu-item span.ui-autosuggest-highlight, .ui-autocomplete .airList.ui-menu-item:hover span.ui-autosuggest-highlight {
        background: rgb(223, 239, 255) !important;
    }

    .qtyplus, .qtyminus, .qtyplushotel, .qtyminushotel, .qtyplushoteladult, .qtyminushoteladult {
        color: #f6931b;
        border: 2px solid #f7931e;
    }

    .passenger-count {
        width: 300px;
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.22);
    }

    #dvSearchUser .travelerandclass {
        width: 185px;
        margin: 0 auto;
    }

    .passenger-count .uat-paxCount {
        margin-bottom: 15px;
    }

        .passenger-count .uat-paxCount p {
            font-size: 16px;
        }

            .passenger-count .uat-paxCount p small {
                font-size: 12px;
                color: #a3a2a2;
            }

    .passenger-count .close-panel-flight-new {
        border: 1px solid #bf2b09 !important;
        background: linear-gradient(135deg, #ff690f 0%, #e8381b 100%);
    }

        .passenger-count .close-panel-flight-new:focus {
            outline: none;
        }

    .advance-color, .advance-color:hover, a.advance-color:focus, a.advance-color:active:focus {
        color: #009479;
        outline: none !important;
        background-color: #009479;
        border-color: #009479;
    }

    .advance-panel {
        display: inline-block
    }

    select#FlightClass {
        width: 100%;
        font-size: 14px;
        height: 25px;
    }

    .advance-field {
        font-size: 16px;
        width: 100%;
    }

        .advance-field::placeholder {
            color: #fff;
        }

    .appPortal_fNonstp label.checkBoxlabel {
        font-weight: 400;
    }

    .ui-datepicker-calendar tr th, .ui-datepicker-calendar td.ui-datepicker-current-day, .ui-datepicker-calendar td.ui-datepicker-days-cell-over.dp-highlight a, .ui-datepicker-calendar td.ui-datepicker-current-day:hover {
        background-color: #fff !important;
        color: #000;
    }

    .ui-datepicker-title {
        color: #666;
    }
}

@media screen and (min-width:280px) and (max-width:767px) {
    .btn-custom-search {
        background: linear-gradient(135deg, #ff690f 0%, #e8381b 100%);
        border: 1px solid #e18213;
    }

    .uat-innerwarp {
        margin-top: 40px;
    }

    .uat-retrun {
        margin-left: 0;
        width: 100%;
    }

    .uatmtp15 {
        margin-top: 15px
    }

    .passenger-count p {
        font-size: 14px;
    }

        .passenger-count p small {
            font-size: 10px;
        }

    .passenger-count .close-panel-flight {
        right: -7px;
        top: -4px;
    }

    .passenger-count .close-panel-flight-new {
        border: 1px solid #be3709;
        background: linear-gradient(135deg, #ff690f 0%, #e8381b 100%);
        width: 92%;
    }

    .passenger-count .other-fields {
        font-size: 22px !important;
    }

    .main_location::-webkit-input-placeholder,
    .main_location::placeholder {
        font-size: 20px;
    }

    .location_wrapper i.map_marker {
        top: 20px;
        left: 20px;
    }

    .mob-clr {
        clear: both;
    }

    .mob-padd15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-bar .tab-bar li a {
        color: #1d2f41333;
    }

    .plane-icon-hover {
        background-position: -60px -155px;
    }

    .htl-icon-hover {
        background-position: -58px -198px;
    }

    .bannerHeading h3 {
        font-weight: bold;
        font-size: 22px;
        text-transform: capitalize;
        line-height: 28px;
        text-shadow: 1px 1px 3px #1d2f41;
        margin-bottom: 8px;
        margin-top: 0;
        padding: 0 16px
    }

        .bannerHeading h3 small {
            display: block;
            line-height: 30px;
            color: #e3e1e1;
            padding-top: 0px;
        }

    .search-bar {
        background: #fff;
        margin: 15px 15px 25px;
        border-radius: 10px;
    }

    .uat-searchWarp {
        padding: 20px 0px 40px 0px;
    }

    .m_traveler {
        position: absolute;
        bottom: 110px;
        z-index: 99;
    }

    .uat-innerwarp .btn-custom-search {
        margin-top: 115px;
    }

    .uat-searchType #show-passenger.location_wrapper {
        width: 92%;
    }

    .uat-searchType #show-passenger .other-fields {
        height: 50px;
        font-size: 22px !important;
        padding-left: 42px;
        color: #1d2f41 !important;
        width: 47%;
    }

    .uat-searchType .pax-section .classtype .classType_bg {
        height: 40px;
        font-size: 18px !important;
    }

    .uat-searchType .pax-section .classtype .class-bg-color i {
        top: 12px;
    }

    .uat-searchType #show-passenger i {
        top: 14px;
        font-size: 20px;
    }

    .uat-searchType #show-passenger .passengers-text {
        top: 12px;
        font-size: 18px;
        color: #1d2f41;
        left: 73px;
    }

    .uat-searchType #show-passenger .passengers-coachtext {
        font-size: 18px;
        color: #1d2f41;
        margin-top: 12px;
        position: relative;
        left: 10px;
    }

    .offerCard {
        padding-left: 0;
        padding-right: 0;
    }

        .offerCard .offer-card {
            padding: 43px;
        }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .tvlrndclass #show-passenger .passengers-text {
        top: -3px;
    }
}

.error_message {
    font-size: 11px;
    color: red;
    display: none;
    background: #FDE5E5;
   
    padding: 6px 10px;
    border-radius:6px;
    margin-bottom:10px;
}

.traveler_error {
    padding-top: 21px;
    padding-left: 20px;
}

.deal-airline-logo {
    height: 35px;
}

#Fly_fromtxtoffcanvasBottom {
    display: none;
}

#Fly_totxtoffcanvasBottom {
    display: none;
}

#travelersOffCanvas {
    display: block;
}

@media only screen and (max-width:768px) {
    #Fly_fromtxtoffcanvasBottom {
        display: block;
    }

    #Fly_totxtoffcanvasBottom {
        display: block;
    }

    #travelersOffCanvas {
        display: block;
    }


    .home_trust_icons_iataicon {
        max-width:45px;
        width: 100%;
    }
    .via-txt {
        font-size: 12px !important;
        font-weight: 600;
    }


    .titleH3 {
        font-size: 20px !important;
        color: #2a2c2b;
        font-weight: bold;
    }
    .titleH2 {
        font-size: 20px !important;
        color: #2a2c2b;
        line-height: 20px;
    }
    .bookimgtxt {
        font-size: 18px !important;
        color: #2a2c2b;
        font-weight: 600;
    }
}


.via-txt{font-size:14px; font-weight:600;}

.custommob-input {
    font-size: 10pt;
    width: 100%;
    padding: 5px 0px;
    color: #1d2f41;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #dddddd;
}


    .custommob-input:focus {
        font-size: 10pt;
        padding: 5px 0px;
        font-weight: bold;
        outline: none;
        border: none;
        border-bottom: 3px solid #e16201;
    }

.border-orange {
    border-bottom: #3d96d2 solid 3px !important;
}

.border-bottom {
    border-bottom: #dddddd solid 3px !important;
}

.custom-date-container {
    position: absolute;
    top: 30px;
    width: 100%;
}
    .custom-date-container .cutom-day-year {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-bottom: 0px;
    }
    .custom-date-container .cutom-day-name {
        padding-top: 0px;
        padding-bottom: 8px;
        color: #666;
        font-size: 14px;
        margin-bottom: 0px;
    }
.custom-date-input {
    text-overflow: ellipsis;
    width: 100%;
    border: none;
    height: 95px !important;
    z-index: 9;
    position: relative;
    font-size: 2em;
    font-weight: 500;
    background-color: transparent !important;
    border-bottom: 1px solid #e4e4e4;
    outline: none !important;
    border-radius:0px !important;
}

    .custom-date-input:focus {
        border: none;
        border-bottom: 3px solid #000;
        outline: none !important;
        border-radius:0px;
    }

    .mobile-date-container {
        position: relative;
    }
.mobile-date-container .label {
    position: absolute;
    padding-bottom: 8px;
    top: 0px;
    left: 0;
    color: #1d2f41;
    font-weight: 400;
    display: inline-table;
    transform-origin: 0 0;
    transition: all .2s ease;
    width: 100%;
}

.fare-start-txt {
    font-size: 12px;
    color: #4c4b4b !important;
}


.popup-txt p{font-size:13px;}
.popup-txt ul li{
    font-size: 13px;
}


.tooltip-container{position:relative; cursor:pointer;}
    .tooltip-container:hover .tooltip-info {
       
        display: block;
    }

.tooltip-info {
    position: absolute;
    background: #ccc;
    border: #000 solid 1px;
    padding: 15px;
    color: #000;
    font-size: 10px;
    left: -345%;
    top: -400%;
    display: none;
    width:500px;
}
.pr-15 {
    padding-right: 15px;
}



.usp-img {
    margin-right: 30px;
}

.usp-img img{ max-width:50px; margin-right:0px; margin-left:15px;}

.usp-content-box{
   width:100%;
   padding-right:10px;
}
.usp-title {
    font-size: 13px;
    font-weight: bold;
    color: #154e55;
}
.usp-sub-title {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    line-height: 18px;
}


.btn-primary {
    color: #fff;
    background-color: #3d96d2 !important;
    border-radius: 50px !important;
    width: 60px;
    height: 60px !important;
    border: none !important;
}

@media only screen and (max-width: 992px)
{
    .btn-primary {
        color: #fff;
        background-color: #3d96d2 !important;
        border-radius: 50px;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    
}

.btn-primary:hover {
    color: #fff;
    background-color: #1d2f41 !important;
    border: none !important;
}

/*    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #154e55;
        border-color: #0a58ca;
        box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #154e55;
        border-color: #0a53be
    }

    .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #154e55;
        border-color: #3d96d2
    }*/



.title-line-decoration {
    text-align: center;
    font-size: 1.7rem !important;
    position: relative;
    width: 100%;
    margin: 2rem 0 .5rem;
    padding: 0 1.5625rem;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    color: #1d2f41;
    text-align: center;
    text-transform: uppercase;
}

    .title-line-decoration:before {
        content: "";
        display: block;
        width: 4.5rem;
        border-bottom: .2rem solid #1d2f41;
        margin: 10px auto;
    }
@media only screen and (max-width: 600px) {
    .title-line-decoration {
        font-size: 1.3rem !important;
    }
        .title-line-decoration:before {
            content: "";
            display: block;
            width: 4.5rem;
            border-bottom: .2rem solid #1d2f41;
            margin: 10px auto !important;
        }
    .social-icons a {
      
        margin: 0px 4px !important;
        
    }
    .foo_ul {
        list-style-type: none;
        line-height: 25px;
    }
}




.heading-style {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    color: #1d2f41;
}

    .heading-style:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        height: 3px;
        width: 55px;
        background-color: #3d96d2;
        z-index: 1 !important;
    }

    .heading-style:after {
        content: "";
        position: absolute;
        left: 60px;
        bottom: 2px;
        height: 1px;
        width: 95%;
        /* background-color: #dddddd; */
        background: linear-gradient(78deg, #bfbfbf 0%, #999 37%, #e6e6e6 71%, #fbfbfb 100%);
    }


.breadcrumb.wizard {
    padding: 0px;
    
    list-style: none;
    overflow: hidden;
    margin-bottom: 10px !important;
    font-size: 14px;
   
}

    .breadcrumb.wizard > li + li:before {
        padding: 0;
    }

    .breadcrumb.wizard li {
        float: left;
    }

        .breadcrumb.wizard li.active a {
            background: #3d96d2; /* fallback color */
            background: #3d96d2;
        }

        .breadcrumb.wizard li.completed a {
            background: #3d96d2; /* fallback color */
            background: #3d96d2;
            color: #fff;
            border-radius: 5px 0px 0px 5px;
        }

        .breadcrumb.wizard li.active a:after {
            border-left: 30px solid #3d96d2;
        }

        .breadcrumb.wizard li.completed a:after {
            border-left: 30px solid #3d96d2;
        }

        .breadcrumb.wizard li a {
            color: #000;
            text-decoration: none;
            padding: 10px 0 10px 45px;
            position: relative;
            display: block;
            float: left;
        }

            .breadcrumb.wizard li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid #fff;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .breadcrumb.wizard li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid #e3ebf1;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb.wizard li:first-child a {
            padding-left: 15px;
        }

        .breadcrumb.wizard li a:hover {
            background: #3d96d2;
            color: #fff !important;
        }

            .breadcrumb.wizard li a:hover:after {
                border-left-color: #3d96d2 !important;
            }

/*********amit css end here*/

@media (min-width: 992px) {
    .col-md-pull-12 {
        margin-left: -100%;
    }

    .col-md-pull-11 {
        margin-left: -91.66666667%;
    }

    .col-md-pull-10 {
        margin-left: -83.33333333%;
    }

    .col-md-pull-9 {
        margin-left: -75%;
    }

    .col-md-pull-8 {
        margin-left: -66.66666667%;
    }

    .col-md-pull-7 {
        margin-left: -58.33333333%;
    }

    .col-md-pull-6 {
        margin-left: -50%;
    }

    .col-md-pull-5 {
        margin-left: -41.66666667%;
    }

    .col-md-pull-4 {
        margin-left: -33.33333333%;
    }

    .col-md-pull-3 {
        margin-left: -25%;
    }

    .col-md-pull-2 {
        margin-left: -16.66666667%;
    }

    .col-md-pull-1 {
        margin-left: -8.33333333%;
    }

    .col-md-pull-0 {
        margin-left: 0;
    }

    .col-md-push-12 {
        margin-left: 100%;
    }

    .col-md-push-11 {
        margin-left: 91.66666667%;
    }

    .col-md-push-10 {
        margin-left: 83.33333333%;
    }

    .col-md-push-9 {
        margin-left: 75%;
    }

    .col-md-push-8 {
        margin-left: 66.66666667%;
    }

    .col-md-push-7 {
        margin-left: 58.33333333%;
    }

    .col-md-push-6 {
        margin-left: 50%;
    }

    .col-md-push-5 {
        margin-left: 41.66666667%;
    }

    .col-md-push-4 {
        margin-left: 33.33333333%;
    }

    .col-md-push-3 {
        margin-left: 25%;
    }

    .col-md-push-2 {
        margin-left: 16.66666667%;
    }

    .col-md-push-1 {
        margin-left: 8.33333333%;
    }

    .col-md-push-0 {
        margin-left: 0;
    }

    .rotate-md-l-5 {
        transform: rotate(-5deg);
    }

    .rotate-md-l-10 {
        transform: rotate(-10deg);
    }

    .rotate-md-l-15 {
        transform: rotate(-15deg);
    }

    .rotate-md-l-20 {
        transform: rotate(-20deg);
    }

    .rotate-md-l-25 {
        transform: rotate(-25deg);
    }

    .rotate-md-l-30 {
        transform: rotate(-30deg);
    }

    .rotate-md-l-35 {
        transform: rotate(-35deg);
    }

    .rotate-md-l-40 {
        transform: rotate(-40deg);
    }

    .rotate-md-l-45 {
        transform: rotate(-45deg);
    }

    .rotate-md-l-50 {
        transform: rotate(-50deg);
    }

    .rotate-md-l-55 {
        transform: rotate(-55deg);
    }

    .rotate-md-l-60 {
        transform: rotate(-60deg);
    }

    .rotate-md-l-65 {
        transform: rotate(-65deg);
    }

    .rotate-md-l-70 {
        transform: rotate(-70deg);
    }

    .rotate-md-l-75 {
        transform: rotate(-75deg);
    }

    .rotate-md-l-80 {
        transform: rotate(-80deg);
    }

    .rotate-md-l-85 {
        transform: rotate(-85deg);
    }

    .rotate-md-l-90 {
        transform: rotate(-90deg);
    }

    .rotate-md-l-180 {
        transform: rotate(-180deg);
    }

    .rotate-md-r-5 {
        transform: rotate(5deg);
    }

    .rotate-md-r-10 {
        transform: rotate(10deg);
    }

    .rotate-md-r-15 {
        transform: rotate(15deg);
    }

    .rotate-md-r-20 {
        transform: rotate(20deg);
    }

    .rotate-md-r-25 {
        transform: rotate(25deg);
    }

    .rotate-md-r-30 {
        transform: rotate(30deg);
    }

    .rotate-md-r-35 {
        transform: rotate(35deg);
    }

    .rotate-md-r-40 {
        transform: rotate(40deg);
    }

    .rotate-md-r-45 {
        transform: rotate(45deg);
    }

    .rotate-md-r-50 {
        transform: rotate(50deg);
    }

    .rotate-md-r-55 {
        transform: rotate(55deg);
    }

    .rotate-md-r-60 {
        transform: rotate(60deg);
    }

    .rotate-md-r-65 {
        transform: rotate(65deg);
    }

    .rotate-md-r-70 {
        transform: rotate(70deg);
    }

    .rotate-md-r-75 {
        transform: rotate(75deg);
    }

    .rotate-md-r-80 {
        transform: rotate(80deg);
    }

    .rotate-md-r-85 {
        transform: rotate(85deg);
    }

    .rotate-md-r-90 {
        transform: rotate(90deg);
    }

    .rotate-md-r-180 {
        transform: rotate(180deg);
    }
}



.deals-section-title {
    font-size: 18px;
    font-weight: bold;
    color: #1d2f41;
}



.icon-circle {
    font-size: 60px;
    color: #fb8133;
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;
    background: rgba(251, 129, 51, .05);
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

    .icon-circle:after {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fb8133;
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(1.4, 1.4);
        opacity: 0.05;
        z-index: -1;
    }



.btm-hdr-border {
    position: relative;
    border-top: 16px solid #f64619;
    border-right: 20px solid transparent;
    height: 0;
    width: auto;
    border-top: 17px solid #f64619;
}

    .btm-hdr-border .btm-header-edge {
        position: absolute;
        width: 20px;
        height: 34px;
        right: -5px;
        top: -16px;
        -ms-transform: skewX(-40deg);
        transform: skewX(-40deg);
        background-color: #f64619;
    }


.mb-85 {
    margin-bottom: 85px;
}
.mb-30 {
    margin-bottom: 30px;
}
.tg-round-15 {
    border-radius: 15px;
}
.tg-about-thumb-2 {
    float: right;
    margin-right: -15px;
}
.tg-section-subtitle {
  
    font-weight: 700;
    text-transform: capitalize;
    color:#000;
}
.tg-section-title {
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    font-size:22px;
}

.footer-rounded {
    background: #0a263a url("../../../img/tripzseeker.com/home/globe.png") center top no-repeat;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}
.atol_logo {
    max-width: 170px;
   
}


.heading-wrap {
    text-align: center
}

    .heading-wrap p {
        font-size: 1.6rem;
        margin-top: 1.8rem;
        color: #666;
        line-height: 2.1rem
    }

    .heading-wrap h1.title-inner {
        font-size: 30px;
       
        position: relative;
        display: inline-block;
        z-index: 1;
        color: #fff
    }

       
        .heading-wrap h1.title-inner:before {
            content: "";
            position: absolute;
            left: -2.7rem;
            bottom: 0;
            width: 1rem;
            height: 1.5rem;
            background: #00aeef;
            -ms-transform: skew(-45deg);
            transform: skew(-45deg);
            z-index: -1;
            top: 1.5rem
        }

        .heading-wrap h1.title-inner:after {
            content: "";
            position: absolute;
            left: -12px;
            bottom: 0;
            width:3.2rem;
            height: 3rem;
            background: #00aeef;
            -ms-transform: skew(-46deg);
            transform: skew(-46deg);
            z-index: -1;
            opacity: .3;
            top: 0
        }

    .heading-wrap .title-inner {
        font-size:30px;
       
        position: relative;
        display: inline-block;
        z-index: 1
    }





.customer-support {
    padding: 0;
    float: left;
    width: 100%
}
    .customer-support .media {
        display: -ms-flexbox;
        display: flex;
        align-items: center
    }

        .customer-support .media .mr-3 {
            margin-right: 1rem !important;
        }
    .customer-support .customer-support-line {
        padding: 10px 0 0 0;
        margin: 0
    }

    .customer-support .item {
       
        border-radius: 10px;
        padding: 15px
    }

    .customer-support span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 10px;
        width: 60px;
        height: 60px
    }

        .customer-support span img {
            width: 60px !important
        }

    .customer-support .price-match-icon {
       
    }

    .customer-support .customer-support-icon {
       
    }

    .customer-support .price-match-icon span {
        border: 1px solid #3d96d2
    }

    .customer-support .customer-support-icon span {
        border: 1px solid #3d96d2
    }

    .customer-support .easy-installments-icon span {
        border: 1px solid #3d96d2
    }

    .customer-support .media-body {
        color: #1d2f41;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
    }

        .customer-support .media-body .h5-head {
            font-size: 18px;
            font-weight: 400;
            color: #000;
            margin-bottom: 10px;
        }



.about-images {
    position: relative;
}
    .about-images .about-image-1 {
        max-width:100%;
        margin-left: 33% !important;
    }
    .about-images .about-image-2 {
        max-width: 330px;
        position: absolute;
        top: 40px;
        left: 0;
    }

    .about-images .devilery-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        background-color: #004172;
        padding: 30px;
        border-radius: 15px;
        width: 215px;
        position: absolute;
        left: 29px;
        bottom: 70px;
    }
        .about-images .devilery-text img {
            width: 50px;
        }
        .about-images .devilery-text .title {
            color: #ffffff;
            text-transform: uppercase;
        }

.section-top .sub-title {
    color: #0063c9;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background: -moz-linear-gradient(left,#f3faff,#e1f5f7);
    background: linear-gradient(90deg, #f3faff, #e1f5f7);
    border-radius: 15px;
    padding: 3px 5px;
}
.section-top .title {
    color: #004172;
}
    .section-top .title span {
        font-weight: 300;
    }


.about-content .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.about-content .primary-btn {
    color: #0F1B24;
    background-color: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    
    font-weight: 600;
    line-height: 0;
    text-transform: capitalize;
    display: inline-block;
    padding-left: 15px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration:none;
}

    .about-content .primary-btn:hover {
        color: #ffffff;
        background-color: #004172;
        border: 1px solid transparent;
    }
.about-content .primary-btn .text {
    position: relative;
    top: -1px;
}

    .about-content .primary-btn .icon {
        display: inline-block;
        height: 35px;
        width: 35px;
        line-height: 28px;
        background-color: #3d96d2;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        margin: 5px;
    }
    .about-content .primary-btn .icon i{
       color:#fff;
       font-size:16px;
    }

.about-content .button-group .phone-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
    .about-content .button-group .phone-text img {
        width: 50px;
    }
    .about-content .button-group .phone-text span {
        display: inline-block;
        margin-bottom: 5px;
    }
    .about-content .button-group .phone-text .title a {
        color: #0F1B24;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }


@media only screen and (max-width:576px) {
    .about-images .about-image-1 {
        max-width: 91% !important;
        margin-left:8% !important;
        height: 595px;
        margin-bottom: 20px;
    }
    .about-images .about-image-2 {
        max-width: 200px !important;
        position: absolute !important;
        top: 40px !important;
        left: 0 !important;
    }

    .about-images .devilery-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        background-color: #004172;
        padding: 30px;
        border-radius: 15px;
        width: 215px;
        position: absolute;
        left: 65px;
        bottom: 215px;
    }
}


@media only screen and (max-width:384px) {
    .about-images .about-image-1 {
        max-width:340px !important;
        margin-left: 5% !important;
        height: 595px;
        margin-bottom: 20px;
    }

    
}

@media only screen and (max-width:375px) {
    .about-images .about-image-1 {
        max-width: 335px !important;
        margin-left: 5% !important;
        height: 595px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:414px) {
    .about-images .about-image-1 {
        max-width: 370px !important;
        margin-left: 5% !important;
        height: 595px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:390px) {
    .about-images .about-image-1 {
        max-width: 335px !important;
        margin-left: 5% !important;
        height: 595px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:390px) {
    .about-images .about-image-1 {
        max-width: 300px !important;
        margin-left: 12% !important;
        height: 595px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:1199px) {
    .about-images .about-image-1 {
        max-width: 100% !important;
        margin-left: 12% !important;
        height: 595px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:1399px) {
    .about-images .about-image-1 {
        max-width: 87% !important;
        margin-left: 12% !important;
        height: 595px;
        margin-bottom: 20px;
    }
}


#ckg0p0h537g41748857577946 {
    bottom: 90px !important;
}

#k1t1vmb4flq81748857577952 {
    bottom: 100px !important;
}

.calendar-top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 12px 8px;
    font-family: Rubik, sans-serif;
}

.back-arrow {
    position: absolute;
    left: 12px;
    top: 57%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    color: #3d96d2;
    cursor: pointer;
}

.calendar-heading {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    padding-bottom: 5px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    font-weight: bold;
}

.nav-button {
    background: none;
    border: none;
    font-size: 20px;
    color: #444;
    cursor: pointer;
}

.month-labels {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex: 1;
}

.month-title {
    font-size: 16px;
    font-weight: 600;
}

.set-right-col-margin {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.set-Width-45 {
    width: 45%;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.popup-header-left {
    text-align: left;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}

.popup-header-right {
    text-align: right;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}

.inputs {
    /* display: flex;
            gap: 15px;
            flex-wrap: wrap;*/
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 25px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 0px;
}

    .inputs input {
        padding: 5px 0px;
        border: none;
        outline: none;
        border-radius: 0;
        font-size: 20px;
        cursor: pointer;
        background: transparent;
        direction: ltr;
        width: 100%;
        padding-left: 0px;
        padding: 4px 0px;
        font-weight: 600;
    }

.set-day-label {
    margin-top: 3px;
    padding-bottom: 9px;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    min-height: 32px;
}

.set-day-label-right {
    margin-top: 3px;
    padding-bottom: 9px;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    text-align: right;
    min-height: 32px;
}
/*.set-day-label-border {
            border: 2px solid rgb(222, 98, 2);
        }*/
.popup-start-date-align {
    text-align: left;
    font-size: 12px;
}

.popup-end-date-align {
    text-align: right;
    font-size: 12px;
}

.calendar-container {
    justify-content: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

.month-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    position: relative;
}

.month {
    width: 100%;
    border-radius: 6px;
    padding-top: 10px;
    font-size: 15px;
    background: #fff;
    color: #666;
}

.month-header {
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    margin-bottom: 8px;
    /*text-align: center;*/
    font-family: Rubik, sans-serif;
    font-size: 16px;
    color: #1d2f41;
    position: relative;
    width: 100%;
    text-align: center;
}

    .month-header span {
        font-size: 14px;
    }

    .month-header .prev, .month-header .next {
        position: relative;
        top: 0;
        bottom: 0;
        align-items: center;
        background: none;
        border: none;
        font-size: 16px;
        cursor: pointer;
    }

    .month-header .next {
        right: -95px;
        color: #ffffff;
        background: #274785;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-weight: bold;
        border: #224487 solid 1px;
    }

    .month-header .prev {
        left: -95px;
        color: #ffffff;
        background: #274785;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-weight: bold;
        border: #224487 solid 1px;
    }


.weekday-names {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 10px;
    color: #1d2f41;
    font-weight: 500
}

    .weekday-names div:nth-child(6),
    .weekday-names div:nth-child(7),
    .day:nth-child(7n),
    .day:nth-child(7n-1) {
        color: #3d96d2;
    }

.day.today {
    background-color: #fce2e5;
    color: #000;
    border-radius: 4px;
}

.weekday-names div {
    font-size: .95em;
    border-collapse: collapse;
    color: #000;
    font-size: .95em;
    padding: 2px;
    border-radius: 4px;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
    border-collapse: collapse;
}

.day {
    padding: 10px 10px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #222;
    box-sizing: border-box;
    height: 40px; /* fixed height for consistency */
    line-height: 20px;
    overflow: visible;
    position: relative;
    /*border: 1px solid #eee;*/
}

    .day.disabled {
        color: #ccc;
        pointer-events: none;
    }

    .day.selected {
        background: #3d96d2;
        color: white;
        font-weight: bold;
        border-radius: 0;
        position: relative;
        z-index: 2;
    }

    .day.in-range {
        background: rgb(243, 250, 255); /* lighter fill */
        color: #222;
        font-weight: bold;
        border-radius: 0;
        position: relative;
        z-index: 1;
    }

    .day.range-start::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #3d96d2; /* arrow color */
    }

    .day.range-end::after {
        content: "";
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #3d96d2;
    }

.calendar-footer {
    display: flex;
    justify-content: space-between;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 14px;
    color: #444;
}

.footer-today,
.footer-done {
    cursor: pointer;
    color: #ff6600; /* adjust to match theme */
    font-weight: 600;
}

.calpopup {
    display: none;
    position: fixed;
    inset: 0;
    background: white;
    padding: 5px 5px;
    z-index: 1111112;
    /*display: flex;*/
    flex-direction: column;
    overflow: hidden; /* important to stop full-page scroll */
    height: 100vh;
    top: 0px;
    left: 0px;
}

.popup-scrollable {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 5px 20px;
}

.mobile-months {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-right: 15px;
}

.month-header button {
    background: none;
    border: none;
    color: #3d96d2;
    font-size: 18px;
    cursor: pointer;
    padding: 0 10px;
}

@media (min-width: 601px) {
    .calendar-container {
        z-index: 9999;
        padding: 0px 20px;
        /*margin-top: 4px;*/
        background: white;
        /*border: 1px solid #ccc;*/
        position: absolute;
    }

    .calpopup {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .calendar-container {
        display: none !important;
        padding-bottom: 20px;
    }

    .month-header button {
        display: none !important;
    }
}

.calendar-wrapper {
    position: relative;
}

.suggestion-item-ul {
    list-style-type: none;
    padding-left: 0px;
    width: 100%;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: Rubik;
}

.suggestion-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    color: #666;
    padding: 10px;
    /*border-bottom: 1px solid #eee;*/
}

.suggestion-City {
    color: #111;
    font-weight: 400;
    font-size: 14px;
    font-family: Rubik, sans-serif;
    line-height: 20px;
}

.suggestion-Airport {
    white-space: nowrap;
    font-family: Rubik, sans-serif;
    font-size: 12px;
}

.suggestion-Country {
    white-space: nowrap;
    font-family: Rubik, sans-serif;
    font-size: 13px;
}

.st0 {
    fill: #FF0000;
}

.st1 {
    fill: #FFFFFF;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgb(238, 5, 5) !important;
}

.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: #ee0505;
    font-size: 16px;
    background-color:;
    border-radius: 100px;
    font-weight: 600;
    color: #ee0505;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

    .animated-button svg {
        position: absolute;
        width: 24px;
        fill: #ee0505;
        z-index: 9;
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .animated-button .arr-1 {
        right: 16px;
    }

    .animated-button .arr-2 {
        left: -25%;
    }

    .animated-button .circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        background-color: #1a4788;
        border-radius: 50%;
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .animated-button .text {
        position: relative;
        z-index: 1;
        transform: translateX(-12px);
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .animated-button:hover {
        box-shadow: 0 0 0 12px transparent;
        color: #fff;
        border-radius: 12px;
        border-color: #1a4788;
    }

        .animated-button:hover .arr-1 {
            right: -25%;
        }

        .animated-button:hover .arr-2 {
            left: 16px;
        }

        .animated-button:hover .text {
            transform: translateX(12px);
        }

        .animated-button:hover svg {
            fill: #fff;
        }

    .animated-button:active {
        scale: 0.95;
        box-shadow: 0 0 0 4px greenyellow;
    }

    .animated-button:hover .circle {
        width: 220px;
        height: 220px;
        opacity: 1;
    }
/*.clear-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: none;*/ /* hidden by default */
/*}

.input-wrapper input:not(:placeholder-shown) + .clear-btn {
    display: block;
}*/


#homeslider .carousel-caption {
    bottom: 3rem;
    z-index: 11;
    text-align: center;
    left: 9%;
    right: 9%;
}

#homeslider .carousel-indicators {
    bottom:10%;
    z-index: 11;

}

#homeslider .carousel-control-next, #homeslider .carousel-control-prev {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 10px;
    z-index: 1;
    background: #1d2f41;
    cursor: pointer;
    margin-top: -18px;
    box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 3%;
    border-radius: 50%;
}

#homeslider .carousel-control-prev {
    top: 50%;
    left: 3%;
    width: 50px;
    height: 50px;
    /*border-radius: 100%;*/
    color: #fff;
    font-size: 10px;
    z-index: 1;
    background: #1d2f41;
    cursor: pointer;
    margin-top: -18px;
    box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
    position: absolute;
    border-radius: 50%;
}

#homeslider .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    margin-top: 7px;
}

#homeslider .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    margin-top: 7px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: rgba(8, 52, 78, 0.5);
}

#homeslider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #1d2f41;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

#homeslider .carousel-indicators .active {
    opacity: 1 !important;
}

.custom-header {
    background: #1d2f41;
    border-bottom: 0px solid #eee;
    /*box-shadow: 0 2px .75rem rgba(12, 14, 28, .08);*/
}


/***********cruise page css start here*/
.default-footer-curve {
    position: relative;
    z-index: 1;
    padding-bottom: 75px;
    float:left; width:100%;
}
.default-footer-curve .svg-shape-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .default-footer-curve .svg-shape-wrapper {
        height: 120px;
    }
}

.default-footer-curve .svg-shape-wrapper svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .default-footer-curve .svg-shape-wrapper svg use {
        -webkit-animation: wave 7s linear infinite;
        animation: wave 7s linear infinite;
    }

        .default-footer-curve .svg-shape-wrapper svg use:nth-child(2) {
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: -1.5s;
            animation-delay: -1.5s;
        }

.default-footer-curve .copyright-area {
    border: none;
    padding-top: 57px;
}

@media (max-width: 767.98px) {
    .default-footer-curve .copyright-area {
        padding-top: 30px;
    }
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: translate(-2px, 0);
        transform: translate(-2px, 0);
    }

    100% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: translate(-2px, 0);
        transform: translate(-2px, 0);
    }

    100% {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

.tg-hero-bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.tg-hero-bottom-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000;
    }
}
.tg-hero-bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.tg-hero-bottom-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

    .tg-hero-bottom-shape-2 .line-1 {
        stroke-dasharray: 2300;
        stroke-dashoffset: 3500;
        animation: dash 5s linear forwards infinite;
    }

.tg-hero-bottom-shape .line-1 {
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 5s linear forwards infinite;
}

.tg-hero-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(8 126 7 / 40%) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

html {
    scroll-behavior: smooth;
}


div.highway-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
}

    div.highway-slider div.highway-barrier {
        overflow: hidden;
        position: relative;
    }

    div.highway-slider ul.highway-lane {
        display: flex;
        height: 100%;
    }

        div.highway-slider ul.highway-lane li.highway-car {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            color: #c3bfc7;
            margin: 0 10px;
        }

@media(min-width:768px) {
    @-webkit-keyframes translateinfinite {
        100% {
            transform: translateX(calc(-180px * 12));
        }
    }

    @keyframes translateinfinite {
        100% {
            transform: translateX(calc(-180px * 12));
        }
    }
}

@media(max-width:767px) {
    @-webkit-keyframes translateinfinite {
        100% {
            transform: translateX(calc(-180px * 19));
        }
    }

    @keyframes translateinfinite {
        100% {
            transform: translateX(calc(-180px * 19));
        }
    }
}

#infinite div.highway-barrier {
    background: #fff;
}

    #infinite div.highway-barrier::before,
    #infinite div.highway-barrier::after {
        content: " ";
        position: absolute;
        z-index: 9;
        width: 180px;
        height: 100%;
    }

    #infinite div.highway-barrier::before {
        top: 0;
        left: 0;
       /* background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);*/
    }

    #infinite div.highway-barrier::after {
        top: 0;
        right: 0;
        /*background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);*/
    }

    #infinite div.highway-barrier ul.highway-lane {
        width: calc(180px * 20);
    }

        #infinite div.highway-barrier ul.highway-lane li.highway-car {
            width: 180px;
            -webkit-animation: translateinfinite 25s linear infinite;
            animation: translateinfinite 25s linear infinite;
        }

            #infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
                font-size: 65px;
            }

            #infinite div.highway-barrier ul.highway-lane li.highway-car img {
                box-shadow: rgba(24, 24, 24, 0.18) 0px 0px 6px;
                padding: 15px;
                /*border-radius: 50%;*/
                width: 100px;
                height: 100px;
            }


/*why section css start*/


.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tg-section-su-subtitle {
  
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background: #f5efff;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 6px;
}

.tg-process-content .tg-section-su-subtitle {
    background: #154170;
    color: #fff;
}

.tg-section-su-title {
    font-size: 36px;
    color:#fff;
    
}
.tg-process-content .tg-section-su-para {
    color: #ebe0ff;
    line-height:26px;
}

.tg-btn {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color:#fff;
    border-radius: 6px;
    padding: 12px 27px;
    background: #fff;
    display: inline-block;
}
.tg-process-content .tg-btn-transparent {
    background: #fff;
    padding: 13px 40px;
    color:#000;
}
.tg-process-list .tg-chose-list {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom:20px;
}
.tg-process-list .tg-chose-list-content {
   
    padding-top: 10px;
   
}

.tg-process-list .tg-chose-list-title {
    font-size: 16px;
    font-weight: bold;
    color: #154170;
}
.tg-process-list .tg-chose-list p {
    color: #353844;
    font-size: 14px;
    line-height: 21px;
    /* text-transform: capitalize; */
}
.tg-process-list .tg-chose-list-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #f4eeff;
    flex: 0 0 auto;
    margin-right: 15px;
}
.tg-process-list .tg-chose-list-icon img{
   max-width:60px;
}
/*******why seection css end*/


.tg-blog-item {
    border: 1px solid #e7e7e7;
    background: var(--tg-common-white);
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 20px;
}
    .tg-blog-item .fix {
        overflow: hidden;
    }
    .tg-blog-item:hover .tg-blog-thumb img {
        transform: scale(1.1);
    }

.tg-blog-tag {
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 4px;
    background: #2f73c8;
    padding: 1px 14px;
    top: -16px;
    z-index: 1;
    left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tg-blog-tag {
        position: absolute;
    }
}

.tg-blog-content {
    padding: 32px 10px 10px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tg-blog-contents {
        padding: 32px 10px 10px 10px;
        position: relative;
    }
}

.tg-blog-thumb {
    border-radius: 12px;
}

    .tg-blog-thumb img {
        border-radius: 12px;
        transition: all 0.4s ease;
    }

  

.tg-blog-date span {
    font-size: 14px;
    line-height: 1.71;
    text-transform: capitalize;
    display: inline-block;
}

.tg-blog-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    text-transform: capitalize;
    color: #154170;
}

    .tg-blog-title.title-2 {
        font-size: 22px;
        line-height: 1.36;
    }

    .tg-blog-title a:hover {
        color: var(--tg-theme-primary);
    }

.tg-blog-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tg-blog-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.tg-blog-bottom p {
    font-weight: 500;
    text-transform: capitalize;
}

    .tg-blog-bottom p a {
        color: var(--tg-theme-primary);
    }

.tg-blog-2-shape {
    bottom: 0;
    right: 50px;
    z-index: -1;
}
.tg-blog-content {
    padding: 32px 10px 10px 10px;
    min-height:185px;
}
.tg-blog-date {color:#000;}


.tg-blog-date .iconspace{margin-right:8px;}
.p-relative {
    position: relative;
}

.cruise-head-title{text-align:center; color:#000; font-size:24px; font-weight:bold;}
.cruise-sub-title {
    text-align: center;
    color: #000;
    font-size:14px;
    font-weight: normal;
}
.p-absolute {
    position: absolute;
}

@media (max-width: 575px) {
    .tg-process-list .tg-chose-list-icon {
        margin-bottom: 25px;
    }
}
@media (max-width: 575px) {
    .tg-process-list .tg-chose-list {
        display: block !important;
    }
    .tg-process-list .tg-chose-list-content {
        padding-top: 0px;
    }
}
/*************cruise page css end here*/

.jV_r-item
{
    width:100%;
}
.jV_r-items {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .jV_r-item {
        width: 20%;
    }
}
.rDx- {
    border: 1px solid #d9e2e8;
    border-radius: 8px;
    margin: 12px 6px;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}
@media (min-width: 640px) {
    .sW6p {
        padding: 8px 12px;
    }
}
.sW6p {
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.sW6p {
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px
}

@media (min-width:640px) {
    .sW6p {
        padding: 8px 12px
    }
}

.sW6p-pres-large {
    height: 155px;
    justify-content: flex-end
}

.sW6p.sW6p-cover-img {
    height: 124px
}

@media (min-width:640px) {
    .sW6p.sW6p-cover-img {
        padding: 0
    }
}

.sW6p-agency-logo-wrapper {
    display: flex;
    flex-shrink: 1;
    padding-right: 12px;
    align-items: flex-end
}

    .sW6p-agency-logo-wrapper.sW6p-mod-size-default {
        height: 24px
    }

    .sW6p-agency-logo-wrapper.sW6p-mod-size-large {
        height: 28px
    }

    .sW6p-agency-logo-wrapper.sW6p-mod-width-default {
        width: unset
    }

    .sW6p-agency-logo-wrapper.sW6p-mod-width-half {
        width: 50%
    }

    .sW6p-agency-logo-wrapper.sW6p-mod-width-small {
        width: 70px
    }

.sW6p-agency-logo {
    max-width: 100%;
    object-fit: contain
}

    .sW6p-agency-logo.sW6p-mod-size-default {
        height: 24px
    }

    .sW6p-agency-logo.sW6p-mod-size-large {
        height: 28px
    }

.sW6p-car-image {
    display: table
}

.sW6p-photo-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: 12px
}

.sW6p.sW6p-pres-countless {
    height: 160px
}

.sW6p.sW6p-pres-mobile {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 12px
}

    .sW6p.sW6p-pres-mobile.sW6p-cover-img {
        padding: 0;
        border-radius: 8px 0 0 8px
    }

    .sW6p.sW6p-pres-mobile .sW6p-photo-bottom {
        padding: 0;
        margin-top: 0
    }

    .sW6p.sW6p-pres-mobile .sW6p-agency-logo {
        height: revert
    }

        .sW6p.sW6p-pres-mobile .sW6p-agency-logo.sW6p-mod-size-default {
            height: 24px
        }

    .sW6p.sW6p-pres-mobile .sW6p-car-image-wrapper {
        flex: 1;
        display: flex;
        align-items: center
    }

.sW6p.sW6p-cover-img {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

    .sW6p.sW6p-cover-img .sW6p-photo-bottom {
        position: absolute;
        bottom: 8px;
        margin-top: 0;
        padding: 0 12px
    }

    .sW6p.sW6p-cover-img .sW6p-car-image {
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .sW6p.sW6p-cover-img .sW6p-agency-logo {
        background-color: #fff;
        padding: 4px;
        border-radius: 4px
    }

        .sW6p.sW6p-cover-img .sW6p-agency-logo.sW6p-mod-size-default {
            height: 24px
        }

        .sW6p.sW6p-cover-img .sW6p-agency-logo.sW6p-mod-size-large {
            height: 28px
        }



.uH1B-category {
    
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'liga' 0;
    white-space: nowrap;
}
.rDx--info {
    padding: 12px;
}
@media (min-width: 640px) {
    .rDx--info {
        padding: 12px;
    }
}

.Vdvb.Vdvb-mod-color-default {
    color: #212a30;
}
.uH1B-category {
  
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'liga' 0;
    white-space: nowrap;
}
.iTHr-result-list {
    display: flex;
    flex-wrap: wrap;
    min-height: 20px;
    max-width: fit-content;
}

.iTHr-car-option.iTHr-mod-result-list {
    display: flex;
    align-items: center;
    color: #192024;
   
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'liga' 0;
    white-space: nowrap;
}
.iTHr-result-list .iTHr-car-option, .iTHr-static-min-height .iTHr-car-option {
    margin: 4px 16px 4px 0;
}

 .iTHr-icon {
    display: inline-block;
    margin-right: 4px;
    height: 16px;
    width: 16px;
    line-height: 16px;
}

.rDx--booking-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rDx--price {
    
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' 0;
    padding-right: 4px;
}

.rDx--price-type {
    
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-feature-settings: 'liga' 0;
    padding-left: 4px;
}
.c2oac-buttons {
    position: unset;
    flex-shrink: 1;
}

 .c2oac-select-button {
    text-align: center;
    min-width: unset;
    width: 100%;
}
 .c2oac-select-button {
   
    font-weight: 700;
    background: linear-gradient(135deg,#ff690f 0%,#e8381b 100%);
    color: #fff;
    min-width: 68px;
    height: 28px;
    border-radius: 4px;
    padding: 0 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.rDx--price-alert-container {
    position: absolute; display:none;
    top: 8px;
    left: 12px;
}

.c_f-R-price-alert {
    border-radius: 4px;
    border: 1px solid #d9e2e8;
    background-color: #f9fafb;
    padding: 2px 8px;
}

.tg-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    /*box-shadow: 0 3px 6px 0 rgba(25,27,36,0.16),0 -1px 4px 0 rgba(25,27,36,0.04);*/
  
    background-color: #1d2f41;
}

.text-darknew{
    color: #fff !important;
    font-size:11px;
        
}

/* ////////////////////////// footer class ////////////////////////// */

.connectwithus_maindv {
    width: 100%;
    float: left;
    height: auto;
    background-color: #3d96d2;
}
.mc_footer_topl {
    width: 100%;
    float: left;
    height: auto;
}

/* 17 09 2024  */

.mc_footer_topl {
    width: 100%;
    float: left;
    height: auto;
}

.mc_footer_50left {
    width: 100%;
    float: left;
    height: auto;
}

@media screen and (max-width: 686px) {
    .mc_footer_50left {
        width: 100%;
        float: left;
        height: auto;
        margin-bottom: 15px;
        text-align: center !important;
    }
}

@media screen and (max-width: 686px) {
    .mc_footer_50right100 {
        width: 100%;
        float: left;
        height: auto;
        text-align: center !important;
        color: #fff;
    }
}



.mc_footer_50left100 {
    width: 100%;
    float: left;
    height: auto;
    color:#fff;
    display:none;
}

.mc_footer_50right100 {
    width: 100%;
    float: left;
    height: auto;
    text-align: right;
    color:#fff;
}

.mc_footer_toptxt {
    font-size: 14px;
    font-family: Rubik-Regular;
    color: #5b5a5a;
}

.mc_footer100width {
    width: 100%;
    float: left;
    height: auto;
}

.mc_f_100w {
    width: 100%;
    float: left;
    height: auto;
    text-align: right;
}

@media screen and (max-width: 686px) {
    .mc_f_100w {
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
    }
}




.atol_icon {
    max-width: 85px;
}

@media screen and (max-width: 540px) {
    .atol_icon {
        max-width: 60px;
    }
}

.iata_icon {
    max-width: 100px;
}

@media screen and (max-width: 540px) {
    .iata_icon {
        max-width: 70px;
    }
}

.clia_icon {
    max-width: 110px;
}

@media screen and (max-width: 540px) {
    .clia_icon {
        max-width: 70px;
    }
}

.abta_icon {
    max-width: 110px;
}

@media screen and (max-width: 540px) {
    .abta_icon {
        max-width: 60px;
    }
}

.tva_icon {
    max-width: 90px;
}

@media screen and (max-width: 540px) {
    .tva_icon {
        max-width: 70px;
    }
}

.bookwithconfi_txt {
    font-size: 24px;
    font-family: Rubik-Medium;
    color: #333333;
    border-bottom: 1px solid #333;
}

.protectd_logo_foo_mc {
    display: inline !important;
}



.mc_footer_col28 {
    width: 32%;
    float: left;
    height: auto;
    padding-right: 30px;
}

@media screen and (max-width: 1228px) {
    .mc_footer_col28 {
        width: 24%;
        float: left;
        height: auto;
        padding-right: 30px;
    }
}

@media screen and (max-width: 726px) {
    .mc_footer_col28 {
        width: 100%;
        float: left;
        height: auto;
        padding-right: 0px;
    }
}







.mc_footer_col25 {
    width: 22%;
    float: left;
    height: auto;
    padding-left: 100px;
}

@media screen and (max-width: 1228px) {
    .mc_footer_col25 {
        width: 25%;
        float: left;
        height: auto;
        padding-left: 50px;
    }
}

@media screen and (max-width: 902px) {
    .mc_footer_col25 {
        width: 25%;
        float: left;
        height: auto;
        padding-left: 0px;
    }
}

@media screen and (max-width: 726px) {
    .mc_footer_col25 {
        width: 33%;
        float: left;
        height: auto;
        padding-left: 0px;
    }
}

@media screen and (max-width: 470px) {
    .mc_footer_col25 {
        width: 50%;
        float: left;
        height: auto;
        padding-left: 0px;
    }
}


.c_120p {
    padding-left: 120px;
}

@media screen and (max-width: 1228px) {

    .c_120p {
        padding-left: 50px;
    }
}

@media screen and (max-width: 902px) {
    .c_120p {
        padding-left: 0px;
    }
}

.mc_footer_col24 {
    width: 24%;
    float: left;
    height: auto;
    padding-left: 120px;
}

@media screen and (max-width: 1228px) {
    .mc_footer_col24 {
        width: 26%;
        float: left;
        height: auto;
        padding-left: 50px;
    }
}

@media screen and (max-width: 902px) {
    .mc_footer_col24 {
        width: 26%;
        float: left;
        height: auto;
        padding-left: 0px;
    }
}

@media screen and (max-width: 470px) {
    .mc_footer_col24 {
        width: 100%;
        float: left;
        height: auto;
        padding-left: 0px;
        padding-top: 12px;
    }
}




.a_link {
    background: linear-gradient(0deg, #5b5a5a, #ccc) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 100%;
 
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    line-height: 28px !important;
}

    .a_link:where(:hover, :focus-visible) {
        background-size: 100% var(--bg-h);
        background-position-x: left;
    }

.underline {
    padding-bottom: 2px;
    --bg-h: 1px;
}

.a_link {
    text-decoration: none;
    color: inherit;
    line-height: 1;
}

    .a_link:hover {
        color: #89bcff;
    }

.a_link_01 {
    color: #fff;
    text-decoration: none;
}

    .a_link_01:hover {
        color: #89bcff;
    }

.mc_f_ulcontact {
    color: #fff;
    font-size: 12px;
    list-style: none;
    padding-left: 0px;
    line-height: 25px;
}

.mcf_f_linh18 {
    line-height: 18px;
}

.mcf_p_txt {
   
    color: #fff;
    font-size: 12px;
}

.footer_linksbg {
    width: 100%;
    float: left;
    height: auto;
    background-color: #1d2f41;
}

.footer_inn_botder {
    border-bottom: 0px solid #e7e5e5;
}

.footer_copyrighttxt {
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 12px;
}

.copyright_fooer_dv {
    width: 100%;
    float: left;
    height: auto;
    background-color: #1e2b39;
}

.bookwithconfi_maindv {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
}

.connectwithus_maindv {
    width: 100%;
    float: left;
    height: auto;
    background-color: #3d96d2;
}


.mc_f_inlsites_h2 {
   
    font-size: 18px;
    color: #fff;
}

.mc_f_inlsites_ul {
    color: #fff;
    font-size: 12px;
    list-style-type: none;
    padding-left: 0px;
    line-height: 25px;
    margin-bottom: 0rem;
}

.p_topseperator {
    max-width: 207px;
    height: 37.96px;
    visibility: hidden;
}

@media screen and (max-width: 726px) {
    .p_topseperator {
        max-width: 207px;
        height: 37.96px;
        display: none;
    }
}

.f_mc_linehe21 li
{
    color:#fff;
}

.f_mc_linehe21
{
    list-style:none !important;
}



/*** 

====================================================================
    Features Section Three
====================================================================

***/
.features-section-three {
    position: relative;
}

.feature-block-three {
    position: relative;
}

    .feature-block-three .inner-box {
        position: relative;
        padding: 40px 20px;
        text-align: center;
        background-color: #e8ecf0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        border-bottom: 1px solid #d9e0e6;
        border-right: 1px solid #d9e0e6;
    }

        .feature-block-three .inner-box:before {
            position: absolute;
            left: 50%;
            bottom: 0;
            height: 4px;
            width: 0;
            background-color: #3d96d2 !important;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            content: "";
        }


        .feature-block-three .inner-box::after {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            content: "";
            background-image: url(../../../img/tripzseeker.com/home/shape-3.png);
            background-repeat: no-repeat;
            background-position: right bottom;
        }

        .feature-block-three .inner-box:hover {
            background-color: #ffffff;
        }

            .feature-block-three .inner-box:hover:before {
                left: 0;
                width: 100%;
            }

    .feature-block-three .content-box {
        position: relative;
        padding-left: 110px;
        max-width: 450px;
        display: inline-block;
        text-align: left;
    }

        .feature-block-three .content-box .icon {
            position: absolute;
            left: 0;
            top: 0px;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            display: block;
            color: var(--theme-color2);
            font-size: 64px;
            transition: all 300ms ease;
        }

            .feature-block-three .content-box .icon::after {
                position: absolute;
                left: 20px;
                top: 10px;
                height: 52px;
                width: 52px;
                background-color: var(--bg-theme-color2);
                opacity: 0.1;
                content: "";
                border-radius: 4px;
            }

        .feature-block-three .content-box .title {
            color: var(--theme-color1);
            font-weight: 400;
            line-height: 1.5em;
            margin-bottom: 0;
            font-size: 12px;
        }

            .feature-block-three .content-box .title a {
                color: var(--theme-color1);
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .feature-block-three .content-box .title a:hover {
                    color: var(--theme-color1);
                }

        .feature-block-three .content-box .sub-title {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
            color: var(--theme-color3);
        }

/*** 

====================================================================
    Features Section Four
====================================================================

***/


.features-section-five {
    position: relative;
    background-color: var(--bg-theme-color1);
    padding: 120px 0;
}

.contact-section-five::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-12.png);
    content: "";
}

.contact-section-five {
    padding: 120px 0;
    position: relative;
}

.features-section-five .title-column {
    position: relative;
}

    .features-section-five .title-column .title-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 30px;
        background-color: var(--bg-theme-color2);
    }

    .features-section-five .title-column .title {
        position: relative;
        padding: 50px;
        color: #ffffff;
        margin-bottom: 0;
    }

    .features-section-five .title-column .image {
        position: relative;
        margin-bottom: 0;
        min-width: 270px;
    }

.features-section-five .features-column {
    position: relative;
}

    .features-section-five .features-column .inner-column {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 30px;
    }

    .features-section-five .features-column .text {
        font-size: 18px;
        line-height: 34px;
        color: #aab3bb;
        padding-right: 10px;
        max-width: 50%;
    }

    .features-section-five .features-column .features-list {
        min-width: 290px;
    }



:root {
    --theme-color1: #1d2f41;
    --theme-color2: #0097db;
    --theme-color3: #4476a8;
    --theme-color4: #ecf0f4;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: var(--theme-color4);
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: var(--theme-color2);
    --border-theme-color3: var(--theme-color3);
    --border-theme-color4: var(--theme-color4);
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #fff;
    --text-color-bg-theme-color3: #fff;
    --text-color-bg-theme-color4: #fff;
    --gradient-1: linear-gradient(to right, rgba(29, 47, 65, 1) 0%, rgba(255, 73, 74, 0.5) 50%, rgba(29, 47, 65, 0) 100%);
    --gradient-2: linear-gradient(to right, var(--theme-color1), var(--theme-color2));
    --gradient-3: linear-gradient(to top, var(--theme-color1), var(--theme-color2));
    --text-color: #73787d;
    --headings-color: var(--theme-color1);
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --text-font: "Roboto", sans-serif;
    --title-font: "Roboto", sans-serif;
    --style-font: "Reey";
    --body-font-size: 14px;
    --body-line-height: 22px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 90px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: var(--text-color);
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 500;
    --sec-title-subtitle-line-height: 1.2em;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #222429;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 50px;
    --container-pb: 50px;
}

.ul_zsee
{
    padding-left:0px !important;

}


/*** 

====================================================================
		About Section Five
====================================================================

***/
.about-section-five {
    position: relative;
    padding: 30px 0px;
}
.icon-object-3 {
    width: 377px;
    height: 410px;
    background-image: url(../../../img/tripzseeker.com/home/icon-object-3.png);
}

.icon-cards {
    width: 147px;
    height: 343px;
    background-image: url(../../../img/tripzseeker.com/home/icon-cards.png);
}
    .about-section-five .icon-object-3 {
        right: -400px;
        top: 300px;
    }

    .about-section-five .content-column {
        position: relative;
        margin-bottom: 10px;
        z-index: 1;
    }

        .about-section-five .content-column .inner-column {
            position: relative;
        }

        .about-section-five .content-column .info-box {
            position: relative;
            margin-bottom: 40px;
        }

            .about-section-five .content-column .info-box .inner {
                position: relative;
                padding-left: 90px;
            }

                .about-section-five .content-column .info-box .inner:hover .icon {
                    background-color: var(--bg-theme-color2);
                    color: #ffffff;
                }

                .about-section-five .content-column .info-box .inner .icon {
                    position: absolute;
                    left: 0;
                    top: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    height: 57px;
                    width: 57px;
                    font-size: 24px;
                    background-color: var(--bg-theme-color3);
                    color: #ffffff;
                    border-radius: 50%;
                    -webkit-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                .about-section-five .content-column .info-box .inner .title {
                    margin-bottom: 25px;
                }

        .about-section-five .content-column .btn-box {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .about-section-five .content-column .btn-box .info-btn {
                margin-left: 25px;
                position: relative;
                display: block;
                font-size: 16px;
                padding: 10px 0;
                padding-left: 70px;
                color: var(--theme-color1);
                text-align: left;
                font-weight: 600;
                white-space: nowrap;
                line-height: 20px;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

                .about-section-five .content-column .btn-box .info-btn:hover i {
                    background-color: var(--bg-theme-color1);
                    color: #ffffff;
                }

                .about-section-five .content-column .btn-box .info-btn small {
                    font-size: 14px;
                    line-height: 1em;
                    font-weight: 400;
                    color: #73787d;
                    position: relative;
                    display: block;
                    margin-bottom: 7px;
                }

                .about-section-five .content-column .btn-box .info-btn i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -26px;
                    line-height: 50px;
                    height: 52px;
                    width: 52px;
                    text-align: center;
                    border-radius: 50%;
                    border: 1px solid #d9e0e6;
                    color: var(--theme-color2);
                    background-color: #ffffff;
                    font-size: 16px;
                    -webkit-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                .about-section-five .content-column .btn-box .info-btn:hover {
                    color: var(--bg-theme-color2);
                }

    .about-section-five .image-column {
        position: relative;
        margin-bottom: 10px;
    }

        .about-section-five .image-column .inner-column {
            position: relative;
            padding-right: 70px;
            margin-left: -217px;
            margin-bottom: 50px;
        }


        @media only screen and (max-width: 992px) {
            .about-section-five .image-column .inner-column {
                position: relative;
                padding-right: 0px;
                margin-left: 0px;
                margin-bottom: 10px;
            }
        }

        .about-section-five .image-column .image {
            position: relative;
            margin-bottom: 0px;
        }

            .about-section-five .image-column .image img {
                width: 100%;
            }

        .about-section-five .image-column .stemp {
            position: absolute;
            right: 25px;
            bottom: 60px;
            margin-bottom: 0;
        }

    .about-section-five .experience {
        position: absolute;
        left: -150px;
        bottom: -50px;
        background: #3d96d2;
        padding: 50px 70px;
    }

        .about-section-five .experience .inner {
            position: relative;
            padding-left: 90px;
            min-width: 230px;
        }

        .about-section-five .experience .icon {
            position: absolute;
            left: 0px;
            top: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #ffffff;
            border-radius: 50%;
            font-size: 64px;
        }

        .about-section-five .experience .info-btn {
            margin-left: 25px;
            position: relative;
            display: block;
            font-size: 30px;
            padding: 10px 0;
            padding-left: 70px;
            color: #fff;
            text-align: left;
            font-weight: 600;
            white-space: nowrap;
            line-height: 20px;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

            .about-section-five .experience .info-btn i {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -26px;
                line-height: 50px;
                height: 52px;
                width: 52px;
                text-align: center;
                border-radius: 50%;
                border: 1px solid #d9e0e6;
                color: var(--theme-color2);
                background-color: #ffffff;
                font-size: 16px;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }





        .about-section-five .experience small {
            font-size: 14px;
            line-height: 1em;
            font-weight: 400;
            color: #fff;
            position: relative;
            display: block;
            margin-bottom: 7px;
        }

        .about-section-five .experience .text {
            position: relative;
            font-size: 18px;
            line-height: 26px;
            color: #fff;
            font-weight: 400;
        }

        .about-section-five .experience strong {
            position: relative;
            font-size: 34px;
            line-height: 36px;
            color: #fff;
            font-weight: 700;
            display: block;
        }

@media only screen and (max-width: 1452px) {
    .experience {
       display:none;
    }
}
.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
.anim-icons {
   
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title .sub-title {
    position: relative;
    top: -8px;
    font-size: 14px;
    color: #3d96d2;
    line-height: 1.2em;
    font-weight: 500;
   
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 12px;
}
.sec-title h2 {
    font-size: 30px;
    color: #1d2f41;
  
    font-weight: 700;
    letter-spacing: 0.01em;

}


    .sec-title .sub-title::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "/";
        color: #3d96d2;
    }

    .sec-title .text {
        margin-top: 10px;
        text-align: justify;
        color: #555;
    }

.process-section-two .icon-cards {
    right: 0;
    top: -10px;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.bounce-x {
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

.zoom-one {
    -webkit-animation: zoom-one 10s infinite linear;
    animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.overlay-anim {
    position: relative;
}

    .overlay-anim:after {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        z-index: 9;
        pointer-events: none;
    }

    .overlay-anim:hover:after {
        height: 100%;
        opacity: 0;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
    }


    /*our core values*/
/***

====================================================================
    Process Section Two
====================================================================

***/
.process-section-two {
    position: relative;
    padding: 30px 0px;
    overflow: hidden;
}

    .process-section-two .icon-cards {
        right: 0;
        top: -10px;
    }

    .process-section-two .icon-object-1 {
        left: 10px;
        bottom: 30px;
    }

.process-block-two {
    position: relative;
    margin-bottom: 70px;
}

    .process-block-two .inner-box {
        position: relative;
    }

        .process-block-two .inner-box:hover .icon-box:after {
            -webkit-clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
            clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
        }

        .process-block-two .inner-box:hover .icon-box::before {
            -webkit-clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
            clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
        }

        .process-block-two .inner-box:hover .icon {
            background-color: var(--bg-theme-color1);
            color: #ffffff;
        }

        .process-block-two .inner-box:hover .count {
            left: 165px;
            bottom: 165px;
            -webkit-transform: scale(-1) rotate(-180deg);
            transform: scale(-1) rotate(-180deg);
        }

    .process-block-two .icon-box {
        position: relative;
        height: 255px;
        width: 255px;
        border-radius: 50%;
        padding: 40px;
        margin: 0 auto 20px;
    }

        .process-block-two .icon-box:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 50%;
            content: "";
            border: 2px solid var(--bg-theme-color4);
            border-radius: 200px 200px 0 0;
            border-bottom: 0;
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease;
            -webkit-clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
            clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
        }

        .process-block-two .icon-box:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 50%;
            -webkit-clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
            clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
            border: 2px solid var(--border-theme-color2);
            border-top: 0;
            content: "";
            border-radius: 0 0 200px 200px;
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease;
        }

        .process-block-two .icon-box .icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 180px;
            width: 180px;
            border-radius: 50%;
            background-color: var(--bg-theme-color4);
            margin-bottom: 0;
            z-index: 1;
            font-size: 64px;
            color: var(--theme-color2);
            -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
        }

        .process-block-two .icon-box .count {
            position: absolute;
            left: 38px;
            bottom: 38px;
            height: 54px;
            width: 54px;
            background-color: var(--bg-theme-color1);
            font-size: 16px;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            z-index: 2;
            -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
        }

    .process-block-two .info-box {
        position: relative;
        text-align: center;
    }

        .process-block-two .info-box .title {
            z-index: 2;
            margin-bottom: 15px;
        }

        .process-block-two .info-box .text {
            padding: 0 0px;
        }

/*** 

    /*our core values*/


.icon-object-1 {
    width: 238px;
    height: 680px;
    background-image: url(../../../img/tripzseeker.com/home/icon-object-1.png);
}

.htag_sty {
    font-weight: 600;
    color: #1d2f41;
}
.htag_psty {
    color: #555;
    font-size: 15px;
}


/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Hide preloader after load */
body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}


/*=======================
    Preloader
=======================*/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

    .preloader:after {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100px;
        width: 92px;
        margin-left: -50px;
        margin-top: -60px;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../../../img/tripzseeker.com/home/preloading.gif);
        background-size: 92px;
        content: "";
    }

    .preloader:before {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 200px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        padding-top: 10px;
        color: var(--theme-color1);
        font-weight: 700;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-transition: none;
        transition: none;
        border-top: 2px solid var(--border-theme-color4);
        content: "Loading";
    }

.se_bgsty {
    padding-bottom: 0px;
    background-color: #273e55
}

@media only screen and (max-width:576px) {
    .se_bgsty {
        padding-bottom: 0px;
        background-color: #273e55;
        background-image: url('../../../img/tripzseeker.com/home/home-slide-banner1.jpg');
        background-repeat:no-repeat;
    }
}

.se_bgsty_cookies {
    padding-bottom: 0px;
    background-color: #273e55;
    background-image: url('../../../img/tripzseeker.com/home/cookie-policy.jpg');
    background-repeat: no-repeat;
    background-position: right top;
}

.offcanvas_per63 {
    width: 63% !important;
}

@media only screen and (max-width:992px) {
    .offcanvas_per63 {
        width: 100% !important;
        z-index:999999;
    }
}
.offcanvas_headertxts {
    font-weight: 600;
    font-size: 22px;
    color: #1d2f41;
}

.btn-close {
    border: 1px solid #1d2f41 !important;
}


.tabletd_font11 {
    font-size: 11px !important;
    line-height: 15px;
}