﻿
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
html {
    height: 100%;
    box-sizing: border-box;
}
.custom-padding-top{
    padding-top:20px;
}
.custom-padding-bottom{
padding-bottom:80px !important;
}
.widget_price_filter .price-slider .ui-slider-handle{
    background-color:#0069b3 !important;
}
.awe-navigation .menu-list li a span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
   
}
a.linkMyacc.loginbtn .UlMyAccount {
    color: #FFFFFF;
    z-index: 0;
    position: relative;

}
.search-tabs ul li a span {
    font-weight: bold;
}
.btnUncheck {
    background: #BD0D21 /*#96bc33;*/ !important;
}
.hotelDetailContent {
    padding: 6px;
}
.rmvpadding {
    margin-left:0px;
    margin-right:0px;
}
.marquee {
    height: 18px;
}
.barcolor1 {
    background-color: #a96218;
    z-index: 9;
    height: 18px;
    text-align: center;
}
.rmvpadding span {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    font-weight: 300;
    /* color: white; */
}
.rmvpaddingalert_clr {
    color: white;
}
.loader {
    position: absolute;
    right: 17px;
    top: 5px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #dc0505;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 0.5s cubic-bezier(0.1, 0.28, 1, 1) infinite;
    animation: spin 0.5s cubic-bezier(0.1, 0.28, 1, 1) infinite;
}
.company-info b{
/*    color:white;*/
}
.imgcover {
    object-fit: cover;
    height: 400px;
    width: 100%;
    height: 260px;
}
.sales-drop {
    width: 394px;
     position: absolute; 
    top: 31px;
    right: 0;
    padding: 6px;
    display: none;
    background: white;
    margin: 5px 57px;
    max-height: 396px;
    z-index: 9999;
    box-shadow: 2px 1px 13px rgba(0,0,0,0.3);
    border-radius: 7px 7px 0px 0px;
}
    .sales-drop ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        text-transform: initial;
        font-weight: 500;
    }

        .sales-drop ul li {
            display: block;
            padding: 0px 7px;
            border-bottom: solid 1px #ccc;
        }

            .sales-drop ul li:last-child {
                border-bottom: none;
            }


    .stikemail {
    position: fixed;
    right: 12px;
    top: 260px;
    width: 164px;
    background-color: beige;
    padding: 5px;
    border-radius: 7px;
    box-shadow: 0 0 1px #e03343;
    z-index: 1000;
}
.stikemail1 {
    position: fixed;
    right: -6px;
    top: 400px;
    width: 100px;
    background-color: beige;
    padding: 5px;
    border-radius: 7px;
    box-shadow: 0 0 1px #e03343;
    z-index: 1000;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(51, 51, 51);
    /* background: rgba(0, 0, 0, 0.7); */
    width: 50px;
    height: 50px;
    z-index: 500;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 4px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #f7f7f7;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

.only {
    font-size: 10px;
    float: right;
    cursor:pointer;
    color: darkgray;
    font-weight: 500;
    display: none;
}
.responsive-margin-top {
    padding: 0rem 2rem;
    margin-top: -68px;
}
.add-remove-city {
    position: absolute;
    top: -36px;
    right: 10px;
    text-align: right;
    width: auto;
}
    .add-remove-city .control-btn {
        display: contents;
    }

    /* Safari */
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    body {
    position: relative;
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
}

.popout {
    animation: popout 2s ease;

    -webkit-animation: popout 2s ease;
}
.FlightDetailBody {
    margin: 0 -20px;
}
.item-list-wrap1 {
    display: none;
    position: relative;
    border: 1px solid #BD0D21;/*#96bc33;*/
    border-top: 0px;
    background: #fff;
    padding: 10px 20px 10px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    line-height: 1.5em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    font-weight: 500;
    cursor: default;
    background-color: #dc0505;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}


@keyframes popout {
    from {
        transform: scale(0)
    }

    88% {
        transform: scale(1.02)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes popout {
    from {
        -webkit-transform: scale(0)
    }

    80% {
        -webkit-transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1)
    }
}
.close {
    color: #fff !important;
}
/*********Datepicker************/
.ui-datepicker {
    padding: 10px;
}

.lightbg:before {
    content: "";
    background: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*box-shadow: inset 0 0 0 3000px rgba(255,255,255,0.3);*/
    /*filter: blur(10px);*/
}

.offerDetails1 {
    font-size: 26px;
    -webkit-animation: blurFadeIn 3s ease-in 12s backwards;
    -moz-animation: blurFadeIn 1s ease-in 12s backwards;
    -ms-animation: blurFadeIn 3s ease-in 12s backwards;
    animation: blurFadeIn 3s ease-in 12s backwards;
    color: transparent;
    text-shadow: 0px 0px 3px #fff;
    background-color: #1009093d;
    color: white;
    line-height: 42px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
}
.awe-navigation ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 12px;
    left: 0;
    color: #e23464;
    background-color: #e23464;
    visibility: hidden;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0);
    transition: all .15s ease-in;
    z-index: 1;
    background-color: white;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-datepicker {
    background: none;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-family: Rubik,sans-serif;
    width: 290px;
}

    .ui-datepicker .ui-datepicker-header {
        background: none;
        /*background-color: #d4d4d4;*/
        border-radius: 0;
        border: 0;
    }

    .ui-state-highlight, .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
        border-radius: 50%;
        background: #BD0D21 /*#96bc33;*/ !important;
        color: #fff !important;
    }

.ui-state-active {
    border-radius: 50%;
    background: #414648 !important;
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    line-height: 40px;
    color: #BD0D21;/*#96bc33;*/
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 34px;
    height: 34px;
    margin: auto;
    top: 0;
    bottom: 0;
    background: none;
    border: 0 !important;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
        background-color: #f9be83 !important;
        /*color: #fff;*/
    }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-header .ui-icon {
    position: absolute;
    background: none;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
    border-right-color: #111;
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}

.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
    border-left-color: #111;
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}

nav.navbar.navbar-default.navbar-fixed-top {
    background: rgba(0, 0, 0, 0.35);
    background: transparent;
    border: none;
    padding: .6em 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


body {
    font-family: Rubik,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: normal;
    color: #333;
}

.form-group {
    position: relative
}

.font600 {
    font-weight: 500;
}


#importPnrWrap {
    display: none;
    padding: 20px 10px
}

.txtPnr {
    text-transform: uppercase
}

.imppnrList {
    list-style: none;
    margin: 0;
    padding: 0
}

    .imppnrList li {
        font-size: 14px;
        display: block;
        padding: 7px 0px
    }

        .imppnrList li i {
            color: #07b5ad;
            margin-right: 7px
        }

.aboutUs {
    padding-left: 150px;
}

.infotext {
    display: block;
    margin: 10px 379px;
    text-align: center;
    background: #c61c2c;
    color: #fff;
    padding: 7px;
    border-radius: 2px;
}

/*Notification styles*/

.notif_icon {
    /* display: block; */
    text-align: center;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff42;
    line-height: 32px;
    margin: 0 auto 0;
    color: #fff;
    text-decoration: none;
    transition: all ease .5s;
    margin: 0 8px;
}
h4.modal-title.text-center.mt-0 {
    color: #000 !important;
    font-size: 21px;
    font-weight: 600;
}
a#btnlogin2 {
    background: #BD0D21;
    color: #fff;
}
.textForgotpass.my-3.text-end {
    text-align: right;
}
.text-center.reg_btn {
    text-align: left;
    margin-top: -18px;
    padding-bottom: 10px;
}
a.btn.btn-block.btn-green.BknfrgtBtn {
    border-color: #bd0d21;
}
    .notif_icon:active, .notif_icon:visited {
        color: #fff;
    }

    .notif_icon:hover {
        color: #fff;
        background: #0979a1;
    }

.notiCount {
    background: #ff2323;
    color: #fff;
    /* padding: 3px; */
    position: absolute;
    top: -10px;
    right: -4px;
    line-height: 18px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
}

.NotiDropdown {
    width: 250px;
    position: absolute;
    top: 58px;
    right: -14px;
    padding: 10px;
    /*display: none;*/
    background: #fff;
    max-height: 400px;
    /*overflow-y: scroll;*/
}

    .NotiDropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        text-transform: initial;
        font-weight: 500;
    }

        .NotiDropdown ul li {
            display: block;
            padding: 0px 7px;
            border-bottom: solid 1px #ccc;
        }

            .NotiDropdown ul li h5 {
                margin: 5px 0px;
                font-size: 16px
            }

            .NotiDropdown ul li a {
                color: #333;
            }


                .NotiDropdown ul li a i {
                    color: #909090;
                    margin-right: 10px;
                }

            .NotiDropdown ul li:last-child {
                border-bottom: none;
            }

    .NotiDropdown li p {
        display: none;
        text-align: justify
    }


.form-control {
    padding-left:10px;
   /* padding: 3px 10px;*/

}
.air-path .hk {
    display:none
}
.price_label {
    text-align: center;
    font-size: 14px;
    color: #556871;
}

    .price_label .from {
        float: left;
    }

    .price_label .to {
        float: right;
    }

.flight-category {
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0;
}

    .flight-category li {
        display: inline-block; /*padding:5px 10px;border:solid 1px #ff7d00*/
    }

    .flight-category label {
        color: #FF9800 !important;
    }

    .flight-category li:first-child {
        margin-right: 10px;
    }

.hidden-widget .flight-category {
    margin-top: 0px;
}

.scroll-top {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 10%;
    background: #ff7d00;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    transition: all ease-in .5s;
}

    .scroll-top:hover {
        background: #c6670c;
    }

.abt-bg {
    display: block; /*background:url('../images/bg-abt.jpg') fixed no-repeat bottom center;background-size:cover;-webkit-background-size:cover; -moz-background-size:cover*/
}

.popover {
    width: 240px;
    text-align: center;
}

label {
    font-weight: 500;
    color: #000;
}

.warning-msg {
    font-size: 12px;
    color: red;
    text-align: center;
}

.branding-wrap {
    display: block;
    background: #efefef;
    border-bottom: solid 1px #e5e5e5;
}

    .branding-wrap h2 {
        text-align: right;
        text-transform: uppercase;
    }

.top-social {
    display: block;
    margin: 10px 0px;
}

    .top-social span {
        display: inline-block;
        margin-right: 5px;
    }

        .top-social span i {
            font-size: 24px;
            width: 24px;
            height: 24px;
        }

    .top-social .awe-social a {
        margin-right: 5px;
        margin-bottom: 0px;
    }

    .top-social .awe-social .fa {
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }

.fb-logo {
    background: #3b5998;
}

.search-tabs ul li i.active {
    /*margin-right: 10px;*/
    font-size: 18px;
    color: #0496ca;
}
/*a:visited{color:#fff}*/
.search-wrap {
    padding-block: 2rem 2rem;
    position: relative;
    bottom: 0px;
    text-align: center;
    display: inline-block;
}


/*.search-section{position:absolute; top:390px; z-index:150; width:100%; font-family: 'Roboto', sans-serif; font-weight:400}*/

    .search-section {
    position: relative; /*padding-top:235px;*/
    margin-top: 0px;
    padding-bottom: 163px;
    z-index: 100;
    width: 100%;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    margin-bottom: 75px;
}

    .search-section .no-col-pad {
        padding-left: 5px;
        padding-right: 5px;
    }
.flq,.flh {
    font-weight: 500;
 
}
.search-section .search-tabs ul li{
    float:left;
}

.search-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .search-tabs ul li {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        line-height: normal;
        padding: 0 2rem;
    }
@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
.blink-1 {
    -webkit-animation: blink-1 3s infinite both;
    animation: blink-1 3s infinite both;
}
@-webkit-keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.4;
    }
}

@keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.4;
    }
}

.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-top 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
.traveller-outer .accordion .ui-accordion-header {
    background: unset;
    padding: 0;
    margin-top: -4px;

}

    .traveller-outer .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
.traveller-outer .card-header {
    /*padding: 0 4px;*/
    border-radius: 4px;
    position: relative;
    background: white;
    line-height: 36px;
}
    .traveller-outer .card-header:before {
        content: "";
        position: absolute;
        right: 6px;
        width: 13px;
        top: 14px;
        height: 13px;
        background: url(../images/down-arrow.png);
        background-size: contain;
    }
.traveller-outer span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
    z-index: 99;
    position: absolute;
    top: 21px;
    display: inline-block;
    right: 3px;
    bottom: 0;
    display: none;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
    top: 21px;
    display: inline-block;
    right: 3px;
    bottom: 0;
    z-index: 99;
    display: none;
}
.traveller-outer .card-header .title {
    background: unset !important;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    padding-left: 4px;
}
.traveller-outer .ui-state-active {
    background: unset !important;
    color: #333;
}

.search-tabs ul li a {
    display: block;
    border-radius: 2px;
    position: relative;
    margin-right: 2px;
    font-size: 12px;
}

    .search-tabs ul li a.active {
        color: #333;
        position: relative;
        top: 0px;
    }

        .search-tabs ul li a.active:after {
            /*content: "\f0d8";*/
            content: unset;
            color: #333;
            font-family: "FontAwesome";
            font-size: 35px;
            position: absolute;
            bottom: -22px;
            left: 33%;
            transform: rotate(180deg);
            z-index: 100;
        }

            /*.search-tabs ul li.active a{color:#fff}*/

 .search-tabs ul li a:hover {
             
                color: #333;
            }

.search-tabs ul li i {
    /*margin-right: 10px;*/
    font-size: 12px;
    color: #333;
    margin-right: 4px;
}

.search-tabs ul li a {
    color: #333;
}

.search-bg {
    padding: 10px 25px;
    font-family: Rubik,sans-serif;
    /*background: linear-gradient(360deg, #1b3758, transparent);*/
    background: #0a1c98d9;
    border-radius: 8px;
    margin-top: 0rem;
    border: 2px solid #ffffff73;
}
    .search-bg input[type="text"], .search-bg select {
        border: solid 1px #d8d8d8;
    }

/*.tab-btns{list-style:none; margin:20px 0px 20px; padding:0; display:block; float:left}*/

.tab-btns {
    list-style: none;
    margin: 0;
    padding: 0;

}

.link-fare-rules {
    background: transparent;
    border: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #bd0d21;
}
a.fa.fa-solid.fa-suitcase.GroupBag {
    font-family: 'Inter' !important;
}
    a.fa.fa-solid.fa-suitcase.GroupBag:before{
        display:none
    }
    .search-tabs ul li active.i {
        color: red;
    }

.tab-btns li {
    display: block;
    padding: 7px 10px;
    /*width: 25%;*/
    /*width: 50%;*/
    text-align: left;
    float: left; /*background:rgba(0,0,0,0.3)*/
    /*background: #dcdcdc;*/
    /*border-bottom: solid 2px #2a264c;*/
}

    .tab-btns li a {
        color: #020202;
        font-weight: 500;
    }

.search-tabs ul li a.active i {
    /*background-color: #fff;
    border-color: #fff;*/
    color: #333;
}

.tab-btns li.active {
    /*background: #009688;*/
    /*border-bottom: 2px solid #0496ca;*/
}


/*.tab-btns input[type="radio"] {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }*/

.tab-btns li {
    display: block;
    padding: 7px 10px;
    /*width: 25%;*/
    /*width: 50%;*/
    text-align: left;
    float: left; 
    /*background:rgba(0,0,0,0.3)*/
    /*background: #dcdcdc;*/
    /*border-bottom: solid 2px #2a264c;*/
}

    .tab-btns li a {
        color: #020202;
        font-weight: 500;
    }

.search-tabs ul li a.active i {
    /*background-color: #fff;
    border-color: #fff;*/
    color: #333;
}

.tab-btns li.active {
    /*background: #009688;*/
    /*border-bottom: 2px solid #0496ca;*/
}


/*.tab-btns input[type="radio"] {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }*/

.no-col-pad {
    padding: 0px;
}

select {
    font-size: 12px;
}
/*-- packages --*/
.package1 img {
    width: 100%;
    border-radius: 5px;
}

.packages_grid2 {
    margin-top: 3em;
}

.package1 h4 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 1em 0 .5em;
    font-family: Rubik,sans-serif;
}

h3.title1 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 5px;
    font-family: Rubik,sans-serif;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    /*color: #e5e5e5;*/
}

 [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #3eccd6;
        border-radius: 100%;
        background: #fff;
    }

h3.title {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 5px;
    font-family: Rubik,sans-serif;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
}

.about, .packages {
    padding: 5em 0;
}

.package1 a {
    background: #012b72;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    letter-spacing: 0px;
    border-radius: 2px;
    text-decoration: none;
}

.package1 a:hover {
        background: #333;
    }

.package1 h5 {
    font-size: 17px;
    font-weight: 800;
    color: #db3552;
    margin-bottom: 1em;
    font-family: Rubik,sans-serif;
}

.packages_grid1, .packages_grid2 {
    text-align: center;
}
/*-- //packages --*/
.input-control, .select-control {
    width: 100%;
    color: black;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
    padding: 5px 21px;
    letter-spacing: 1px;
    border: solid 1px #d4d3d3;
    height:38px; 
    background: #fff;
    font-family: Rubik,sans-serif;
    border-radius: 4px;
}

.select-control {
    height: 37px;
}

    /*.select-control {
    background: none !important;
    border-bottom: dashed 1px #fff;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #fff;
    width: 96%;
    padding-left: 15px;
}*/



    .select-control > option {
        color: #333;
        padding: 7px 10px;
        display: block;
    }

.dep-icon {
    /*position: absolute;
    left: 10px;
    bottom: 34%;
    font-size: 16px;
    color: #dc7068;*/
}

.dep-icon-vertical {
    transform: rotate(90deg);
    /*position: absolute;
    left: 10px;
    bottom: 34%;
    font-size: 16px;
    color: #dc7068;*/
}

/*.fa-icon {
    position: absolute;
    left: 10px;
    bottom: 34%;
    font-size: 16px;
    color: #dc7068;
}*/

.fa-icon {
    position: absolute;
    left:auto;
    right: 3px;
    bottom: 10px;
    font-size: 14px;
    color: #6bb42c;
    width: 24px;
    /* line-height: 40px; */
    text-align: center;
    display: inline-block;
}

.txtboxwithicon {
    padding-left: 30px
}

.search-btn {
    display: block;
    text-align: center;
    background: #012b72;
    color: #fff;
    border-radius: 0px;
    line-height: 23px;
}

    .search-btn i {
        padding: 14px 10px;
        float: right;
        background: #1c1b27;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .search-btn:hover {
        background: #0443af;
        color: #fff;
    }

        .search-btn:hover i {
            background: #1c1b27;
        }


.search-bg .search-btn {
    background: #ff0000;
    transition: all ease .5s;
    color: #f9f9f9;
    width: 125px !important;
}

    .search-bg .search-btn:hover {
        opacity: 0.8;
        color: #fff;
    }

.mgt10 {
    margin-top: 13px;
}

.search-bg label {
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
}

.ret-field {
    opacity: 0.5;
}

/*.tab-content {
    display: none;
}*/

.direct {
    padding: 0;
    display: block;
    margin-top: 6px;
}

    .direct input[type="checkbox"] {
        display: inline-block;
        width: 18px;
        height: 18px;
        padding-right: 10px;
        margin-right: 10px;
        vertical-align: middle;
        color: #ff7d00;
    }

    .direct span {
        padding-left: 5px;
        display: inline-block;
        padding-top: 3px;
    }

.modal .direct {
    padding-left: 0px;
    margin-top: 0px;
}

.pax-pop {
    display: none;
    padding: 15px;
    position: absolute;
    top: 84%;
    left: 5px;
    background: #e4e4e4;
    width: 243px;
    z-index: 100;
    /*box-shadow: -1px 4px 3px rgba(0,0,0,0.3);*/
}

    .pax-pop:before {
        content: "\f0d8";
        color: #e4e4e4;
        font-family: "FontAwesome";
        font-size: 35px;
        position: absolute;
        right: 50px;
        top: -14px;
    }

    .pax-pop label {
        padding-top: 5px;
        color: #333;
    }

.pax-inner {
    display: table;
    position: relative;
}

.pax-input {
    display: block;
    width: 100%;
    padding: 3px;
}

.pax-row {
    display: block;
    margin-bottom: 10px;
}

/*.ui-spinner-up{display:block; position:absolute; left:0; padding:10px; content:'\f067'; background:#ff7d00; color:#fff}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:none}*/

.tblets {
    display: none;
}

.top-login {
    display: inline-block;
    float: none;
    font-size: 13px;
    font-weight: 500;
}

    .top-login ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }


    .top-login li a {
        /*padding: 10px;
        border: solid 1px #0b4bce;*/
    display: block;
    color: #f4f6f8;
    margin-top: 0;
}

    /*.top-login li a:hover{background:#bd2e2e}*/

    .top-login ul li i {
        margin-right: 5px;
        /*border: solid 1px #ccc;*/
        padding: 2px;
    }




.multi-wrap {
    display: none;
    position: relative;
}

.remove-btn {
    position: absolute;
    display: block;
    padding: 10px;
    left: 100%;
    margin-top: 30px;
    min-width: 150px;
}

    .remove-btn a {
        color: #FFC107;
    }

        .remove-btn a:hover {
            color: #07b5ad;
        }

.city-4, .city-5 {
    display: none;
}




/*List Page Styles*/


.filter-page {
    background: #fff;
}


.flight-list-hidden {
    display: none;
    margin-top: 20px;
    position: relative;
}

/*.flight-list-hidden:before{   
    content: '\f0d8';
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 48%;
    top: -16px;
    font-size: 48px;
    z-index: 10; }*/

.link-more {
    font-size: 12px;
    color: #fff;
    border-top: solid 1px #e2bf8e; /* border-radius:7px;  margin:10px auto 0px ; bottom:-10px;*/
    position: relative;
    cursor: pointer;
}

    .link-more a {
        background: #0a9ddc;
        padding: 3px 10px;
        border-radius: 0px 0px 8px 8px;
        color: #fff;
        display: inline-block;
    }

.item-wraper {
    display: block;
    margin-bottom: 20px;
}

.nav > li > a:focus {
    text-decoration: none;
    background-color: none !important;
}
@keyframes load {
    0% {
        opacity: 0.08;
        /*         font-size: 10px; */
        /* 				font-weight: 400; */
        filter: blur(5px);
        letter-spacing: 3px;
    }

    100% {
        /*         opacity: 1; */
        /*         font-size: 12px; */
        /* 				font-weight:600; */
        /* 				filter: blur(0); */
    }
}

.animate {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
    font-family: Helvetica, sans-serif, Arial;
    animation: load 1.2s infinite 0s ease-in-out;
    animation-direction: alternate;
    text-shadow: 0 0 1px white;
    position: fixed;
}


.item-list-wrap {
    display: block;
    position: relative;
    background: #fff;
    padding: 10px 20px 0px;
    font-size: 13px;
    color: #333;
    font-weight: 300;
    line-height: 1.5em;
    /*border: dashed 1px #dadada;*/
    border: solid 1px #D9D9D9;
    padding-top: 5px;
    transition: .5s;
    border-radius: 5px;
}



    .item-list-wrap:hover {
        background: #f3f3f3;
        border: solid 1px #2371c1;
    }
        .item-list-wrap:hover .listFooter {
            border-top: dashed 1px #2371c1;
        }
        .duration, .stops, .seats {
            margin-bottom: 0px !important
        }

.seats {
    /* color: #ca152c;*/
    color: #0069b3;
    font-size: 11px;
    display: block;
}

.header-page__inner.active {
    background: #fff !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.airline-dtls, .airline-dtls span {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: #333;
    line-height: 1.5em;
}

.destination-wrap {
    color: #0443af;
    font-size: 26px;
    font-weight: bold;
    margin: 2rem;
    text-align: left;
    margin: 10px 10px 10px 0;
}
.destination-wrap .visible{
    font-weight: 700 !important;
}
    .sticky-wrapper {
    z-index:200 !important;
    position: sticky;
}
.route {
    display: table-cell;
}

    .route label {
        display: block;
        font-weight: 700;
        margin-bottom: 0px;
    }

        .route label:first-child {
            font-weight: 500;
        }

.day-night-icon {
    display: block;
    text-align: center;
}

    .day-night-icon i {
        margin-right: 10px;
        color: #ffffff;
    }

.seatCount {
    display: inline-block;
    background: url(../images/seatIcon.png) no-repeat left center;
    background-size: 82%;
    position: relative;
    height: 22px;
    padding-left: 10px;
    width: 24px;
    cursor: pointer;
}
.airline-logo {
    display: block;
    /*width: 70px;*/
    margin: 3px 0;
}
.airline-column .airline-dtls, .airline-dtls span {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    padding-left: 10px;
}
    .airline-logo img {
        width: 20px;
        display: block;
        margin: 0 auto;
    }

.pad-left {
    padding-left: 20px;
}

.trvl-class {
    text-align: center;
    display: block;
    /*color: #fff;*/
}

.fare {
    text-align: right;
    font-size: 19px;
    line-height: 32px;
}

    .fare i {
        font-weight: 300;
        font-size: 18px;
        color: #debd1d;
        margin-right: 5px;
    }

.icon-td {
    display: table-cell;
}

    .icon-td i {
        font-size: 18px;
        color: #bd9981;
        margin-right: 5px;
        vertical-align: text-top;
    }

.vertical {
    transform: rotate(90deg);
}

.stops {
    /*padding: 2px 5px;*/
    /*border-radius: 20px;
    border: solid 2px #ff7d00;
    font-weight: bold;
    background: #ff7d00;
    color: #fff;*/
    cursor:pointer;
}

.btn-book {
    padding: 5px 15px;
    /*background: #ea0000;*/
    background: #96bc33;
    color: #fff;
    border-radius: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
}

    .btn-book:hover {
        color: #fff;
        /*background: #FF9800;*/
        background: #008abc;
    }

.timing label {
    font-size: 16px;
    font-weight: 400;
}

.timing i {
    margin-right: 5px;
}

.link {
    text-decoration: none;
    font-weight: 400;
    color: #cc0e00;
}

.flight-dtls {
    cursor: pointer;
    display: block;
    /* border: solid 1px; */
    line-height: 1.5em;
    margin-bottom: 7px;
    text-align: center;
    border-radius: 7px;
    color: #ffffff !important;
    background: #0a5dac;
}

.link:hover {
    color: #ffffff;
}

.link i {
    margin-right: 5px;
}

.list-footer {
    border-top: 0;
    /* padding-top: 10px; */
    font-weight: 700;
    line-height: 30px;
    background: #F2F7FF;
    margin: 0 -20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px;
    border-radius: 0 0 5px 5px;
    position:relative
}

.seatno {
    display: inline-block;
    /*width: 24px;
    height: 24px;*/
    /*border-radius: 50%;*/ /*background:#1ba440; color:#fff;*/
    /*border: solid 2px #ff6500;*/
    text-align: center;
    padding: 1px;
}

.page-sidebar {
    background: #ffffff;
    color: #333;
    border: 2px solid #D9D9D9;
    border-radius: 10px;
    margin-top: 20px;
}

    .page-sidebar .sidebar-title {
        background: #BD0D21; /*#96bc33;*/
        /*background: #cf1717;*/
        /*background: #012b72;*/
    }


.page-sidebar .sidebar-title h2 {
    font-size: 14px;
    font-weight: bold;
}

.sidebar-title:after {
    text-align: center;
    content: '\f0d7';
    font-size: 48px;
    color: #BD0D21; /*#96bc33;*/
    
    /*color: #cf1717;*/
    font-family: "FontAwesome";
    position: absolute;
    left: 45%;
    bottom: -12px;
}

.sidebar-inner {
    padding: 20px;
    /*background: #eef1f1;*/
}

.search-top-box {
    padding: 10px 0px;
    margin: 0px 0px 0px;
    /*background-color: #ffffff;*/
    box-sizing: border-box;
    z-index: 100 !important;
    
}
.is-sticky .search-top-box {
    background:#fff;
    box-shadow:0px 1px 3px rgba(0,0,0,0.7)
}
.table-head {
    padding: 5px 17px 5px 0px;
    margin: 0 0 15px;
    background: #F7F7F7;
}
.airlineSlider li {
    width: 172.333px !important;
}
.is-sticky label {
    color: #333 !important
}
.lgcolor {
    background: linear-gradient(to left,#ffffff,#ffffff, #0a9ddc);
    background-color: #0a9ddc;
}
.modify-btn {
    text-align: center;
    padding: 8px 7px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: block;
    border-radius: 8px;
    width: 153px;
    height: 36px;
    background: #BD0D21;
    border-radius: 10px;
}
search-dtls ul li {
    list-style-type:none
}
.search-dtls label {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}
    .modify-btn:hover {
        background: #066dba;
        color: #fff;
    }
    .modify-btn .fa.fa-plane {
        display: none
    }
.modify-btn i {
    margin-right: 5px;
    border-right: solid 1px #c7c7c7;
    padding-right: 5px;
}

.search-dtls {
    font-family: Rubik,sans-serif;
    font-size: 13px;
    font-weight: 400;
    /*color: #fffefe;*/
}

    .search-dtls .passengers {
        display: block;
    }

    .search-dtls p {
        margin-bottom: 0px;
        color: #333;
        font-weight: 400;
    }

        .search-dtls p span {
            font-weight: 700;
        }


    .search-dtls .date {
        font-size: 12px;
        display:block;
        /*color: #ffffff;*/
    }

    .search-dtls .icon, .onward .icon, .return .icon {
        padding: 0px 10px;
        color: #000;
    }

.right-border {
    /*border-right: solid 1px #3a95cf;*/
    min-height: 47px;
}

.pad15 {
    padding: 15px;
}

.hidden-widget {
    display: none;
}

    .hidden-widget .tab-btns {
        margin-top: 0px;
        float: left;
        margin-bottom: 10px;
    }


/*23012017*/

.hidden-fare-details {
    display: none;
    border-top: solid 1px #3f70ca;
    padding: 10px 0;
    margin-top: 0px;
}

    .hidden-fare-details .route {
        display: block;
    }

.fare-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.fare-table {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

    .fare-table tr {
        border: solid 1px #e5e5e5;
    }

    .fare-table td {
        padding: 5px 10px;
    }

        .fare-table td:first-child {
            text-align: left;
        }


        .fare-table td:nth-child(2) {
            text-align: right;
            color: #333;
        }

    .fare-table tr:last-child {
        background: #e8e8e8;
    }

/*Airline matrix*/


.content-slider li {
    /*background-color: #ed3020;*/
    text-align: center;
    color: #333;
    width: 100px;
    border: solid 1px #ccc;
}

.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}


.airline-matrix {
    display: none;
    position: relative;
    margin: 0px 0px 0px;
    background: #cdd0cf;
    background: #cdd0cf url('../images/matrix-bg2.jpg') no-repeat right bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 10px;
    cursor: default;
    min-width: 320px;
}

    .airline-matrix [class*='col-'] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .airline-matrix table thead th {
        height: 55px;
        text-align: center;
        font-size: 11px;
        overflow: hidden;
    }

.filter-airline img {
    max-height: 20px;
}



.airline-matrix table {
    width: 100%;
    font-size: 12px;
    color: #333;
    background: #fff;
}

/*.matrix-table thead th{text-align:left !important}*/

.matrix-table td {
    padding: 5px;
    border-top: dashed 1px #ccc;
    background: #f78120;
    color: #fff;
    cursor: pointer;
}

    .matrix-table td:hover {
        background: #485570;
    }

.content-slider table td {
    padding: 5px;
    text-align: center;
    border-top: dashed 1px #ccc;
    cursor: pointer;
    background: #114ab3;
    color: #fff;
}


    .content-slider table td:hover {
        background: #485570;
        color: #fff;
    }

/*Matrix Tab*/


.matrix-tab {
    list-style: none;
    margin: 20px 0px 0px;
    padding: 0;
    line-height: 1.7em;
}

    .matrix-tab li {
        display: inline-block;
        margin-right: 5px;
        box-shadow: 1px 5px 3px rgba(0,0,0,0.3);
    }

        .matrix-tab li a {
            text-decoration: none;
            padding: 5px 10px;
            text-align: center;
            border-radius: 7px 7px 0px 0px;
            background: #fff;
            color: #ff7d00;
            font-weight: bold;
            font-size: 12px;
        }

            .matrix-tab li a.active {
                background: #b7b5af;
                color: #333;
            }

.filter-icon {
    display: none;
}


.icon-stopwatch:before {
    content: "\e952";
    font-family: 'icomoon';
}

.city-3, .city-4, .city-5 {
    display: none;
}

.sidebar-pop {
    /*position: absolute;
    left: 50px;
    top: 0px;*/
    z-index: 100;
}



/*Round trip styles*/

.round-trip .item-list-wrap {
    padding: 10px 20px 10px;
}

.round-trip .list-footer {
    padding: 5px 10px;
}


.round-trip .airline-logo {
    display: inline-block;
    width: 50px;
    vertical-align: middle;
}

/*.round-trip .airline-dtls{display:none}*/


.mgt10 label.airline-dtls {
    display: flex;
    flex-direction: column-reverse;
    font-size: 18px;
    font-weight: 600
}
.booking-tabs .box-border select,
.box-border .form-select2,
.booking-tabs .box-border .form-control {
    padding-left: 10px;
    /* padding: 3px 10px; */
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #bd0d21;
    border-radius: 0;
    padding-left: 0 !important;
}
    .mgt10 label.airline-dtls span {
        font-weight: normal;
        padding-left: 0;
        font-size: 14px;
    }
.round-trip .airline-dtls, .round-trip .airline-dtls span {
    display: inline-block;
    padding: 0px 5px;
    font-size: 10px;
    word-wrap: break-word;
}

.round-trip .day-night-icon i {
    margin-right: 5px;
}


.round-trip .stops {
    padding: 0px 5px;
    font-size: 10px !important;
    font-weight: 500;
}

.round-trip .item-list-wrap {
    font-size: 12px;
}

.round-trip .timing label {
    font-size: 14px;
}

.round-trip .fare {
    font-size: 1.8em;
    font-weight: 400;
}

.round-trip .timing {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.round-trip .hidden-fare-details .route {
    font-size: 10px;
    text-align: left;
}

.round-trip .hidden-fare-details .airline-column {
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
}

.border-btm {
    display: block;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}

.radio-btn {
    display: inline-block;
    margin-right: 10px;
}

.cust-radio {
    background: none;
    cursor: pointer;
}
.bdr-box {
    border-bottom: 0;
    display: block;
    padding: 10px 33px !important;
}
.fixed-rt-selected {
    display: block;
    background: #303542;
    min-height: 100px;
    position: fixed;
    bottom: 0px;
    margin-top: 100px;
    width: 100%;
    color: #fff;
    padding: 20px 0px 0px;
    z-index: 9999;
}

.f-airline-dtls, .fr-airline-dtls {
    font-size: 10px;
    text-align: center;
    display: block;
    vertical-align: middle;
}

.f-airline-logo, .fr-airline-logo {
    display: block;
}

    .f-airline-logo img, .fr-airline-logo img {

        margin: 0 auto;
        display: block;
    }

.f-airline-dtls span, .f-airline-dtls span {
    display: inline-block;
}

.fixed-rt-selected .stops {
    padding: 2px 5px;
    font-size: 10px;
}

/*.fixed-rt-selected .icon-td:first-child{display:none}*/

/*.cust-radio*/



/*.f-airline{display:block; padding:-20px 0px !important; background:#fff; color:#333}*/

.airline-bg {
    display: block;
    margin: -20px 0px;
    padding: 10px 2px;
    background: #fff;
    color: #333;
    height: 100px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

    .airline-bg:after {
        display: block;
        content: '\f0da';
        position: absolute;
        right: 8px;
        top: 20%;
        font-family: 'FontAwesome';
        font-size: 32px;
        color: #fff;
    }

/*.dep-data,.arrv-data{border-right:solid 1px #ff7d00}*/

.total-amount {
    font-size: 24px;
    display: block;
    text-align: center;
    color: #F44336;
}

.price-details {
    font-size: 16px;
    display: block;
    text-align: center;
}

.rt-fixed-header {
    padding: 0px;
    margin-bottom: 10px;
}
#tblChkBxAirlines li:after {

    color: red;
    position: absolute;
   
    padding: 0 5px;
    top: 0;
    display: inline;
    right: 0;
    background-color:white;
}
.rt-fixed-header label {
    font-size: 14px;
    color: #556871;
    font-weight: 500;
}

    .rt-fixed-header a {

        cursor: pointer;
    }

        .rt-fixed-header a:hover {
            color: #333;
        }

.rt-fixed-header .onward, .rt-fixed-header .return {
    padding: 0;
    margin: 0px;
    /* background: #607d8b; */
    /* font-size: 14px; */
    /* color: #556871; */
    border: 1px solid #4bacda;
    border: 0;
    border-radius: 0;
}

    .rt-fixed-header .ow-date, .rt-fixed-header .return-date {
        font-size: 11px;
        /*color: #a87411;*/
    }
.ow-date a, .return-date a {
    font-size: 9px;
    border-radius: 25px;
    background: #BD0D21; /*#96bc33;*/
    color: #fff;
    padding: 6px 6px;
    letter-spacing: 2px;
}

.round-trip [class*='col-md-6'] {
    padding-left: 10px;
    padding-right: 10px;
}


.ui-effects-transfer {
    border: 1px dotted red;
    background: rgba(255,255,255,0.5);
}

.price-data a {
    color: #fff;
    font-weight: bold;
}

.onward {
    background: none;
}

.payback-type {
    font-weight: 500;
    color: #b42121;
    text-align: center;
    line-height: 1.5em;
    /*margin-top: 7px;*/
    font-size: 10px;
    margin-top: 10px;
}

.payback-n {
    color: #fff;
    padding: 0px 5px;
    font-size: 12px;
    border-radius: 4px;
    background: #ed1c29;
    font-weight: 400;
}

.payback-y {
    color: #fff;
    padding: 0px 5px;
    font-size: 12px;
    border-radius: 4px;
    background: #2da92f;
    font-weight: 400;
}
/*Booking page*/



.booking-tab {
    list-style: none;
    margin: 0px;
    padding: 0;
    display: block;
}

    .booking-tab li {
        display: block;
        padding: 10px;
        color: #eff3f0;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        background: #79878e;
    }

.page-margin {
    margin-top: 0px;
    margin-bottom: 50px;
}

.white-block {
    display: block; /*border:solid 1px #ccc;*/
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}

.step {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 4px #0bd91c;
    line-height: 1.7em;
    position: relative;
    display: block;
}


/*.booking-tab li:before {
    display: inline-block;
    content: '';
    border: solid 1px #ccc;
    width: 20%;
    vertical-align: middle;
}*/

/*.booking-tab li::before, .booking-tab li::after {
    display: inline-block;
    content: '';
    border: solid 1px #ccc;
    width: 20%;
    vertical-align: middle;
}*/


/*.booking-tab li span::before, .booking-tab li span::after {
    display: inline-block;
    content: '';
    border: solid 1px #ccc;
    width: 20%;
    vertical-align: middle;
}*/

.booking-tab li.active {
    background: #f7831e;
    color: #fff;
}

    .booking-tab li.active:after {
        display: block;
        text-align: center;
        content: '\f0d7 ';
        font-family: 'Fontawesome';
        position: absolute;
        left: 50%;
        bottom: -25px;
        outline: none;
        border: none;
        font-size: 32px;
        color: #f7831e;
    }

/*.booking-tab li.active::before,.booking-tab li.active::after{border-color:#eeeeee}*/

/*.booking-tab li.active:after{}*/

.iternery-wrap, .passenger-block {
    display: block;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    color: #333;
}

.passenger-block {
    border: solid 1px #ccc;
}


.iternery-wrap .item-list-wrap {
    box-shadow: none;
    border: solid 1px #ccc;
}

    .iternery-wrap .item-list-wrap:last-child {
        margin-bottom: 0px;
    }

.booking-info {
    border: solid 1px #d0cfcf;
}


    .booking-info .fare-table {
        border: none;
        font-size: 14px;
        color: #333;
    }

        .booking-info .fare-table tr {
            border: none;
        }

        .booking-info .fare-table tr {
            border-bottom: solid 1px #ccc;
        }

            .booking-info .fare-table tr:last-child {
                border-bottom: none;
            }

.fare-table tbody td:nth-child(2n+2) {
    font-size: 14px;
    color: #333;
}

    .fare-table tbody td:nth-child(2n+2) i {
        margin-right: 5px;
    }

/*.fare-table tr:last-child{font-weight:600}*/

.amount i {
    margin-right: 5px;
}

.login-block {
    display: block;
    margin: 50px 0px;
    background: #fff;
    padding: 15px 15px 0px 15px;
}

.btn-green {
    background: #fff;
    color: #BD0D21;
    border: 1px solid #BD0D21;
    border-radius: 8px;
    /* Book */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #BD0D21;
}

    .btn-green:hover {
        color: #fff;
        background: #BD0D21;
    }

.btn-yellow {
    background: #BD0D21;
    color: #fff;
}

    .btn-yellow:hover {
        background: #BD0D21;
        color: #fff;
    }



.btn-redish {
    background: #c00000;
    color: #fff;
}

    .btn-redish:hover {
        background: #e23729;
        color: #fff;
    }

.booking-wrapper .search-top-box {
    margin-top: 0px;
}


.link-btns {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .link-btns li {
        display: inline-block;
        margin: 5px;
    }

        .link-btns li:last-child {
            margin-right: 0px;
        }

        .link-btns li a {
            padding: 2px 5px;
            background: #747474;
            color: #fff;
            font-size: 11px;
            border-radius: 5px;
            margin-bottom: 5px;
            display: block;
            cursor: pointer;
        }


            .link-btns li a:hover {
                background: #07b5ad;
            }


/*.passport-row {
    display: none;
}*/

.custom-title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    margin-top: 10px;
}

.passenger-section {
    display: none;
}


/*Login dropdown*/


.login-drop {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 0px;
    right: 15px;
    top: 50px;
   /* z-index: 5 !important;*/
    box-shadow: 2px 1px 13px rgba(0,0,0,0.3);
    font-size: 14px;
    width: 270px;
    padding: 0px 15px;
    border-radius: 7px 7px 0px 0px;
}

    .login-drop ul {
        list-style: none;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .login-drop ul li {
            display: block;
        }

            .login-drop ul li a {
                text-decoration: none;
                display: block;
                padding: 10px;
                color: #333;
                font-weight: 500;
            }

                .login-drop ul li a i {
                    margin-right: 10px;
                    color: #37b1e6;
                }

.drop li:last-child a {
    border-bottom: none;
}

.login-drop ul li a:hover {
    color: #eb2b2b;
}


.login-drop a {
    font-size: 14px;
}

.popup-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .popup-menu li {
        display: block;
        border-bottom: solid 1px #e5e5e5;
        padding: 5px;
    }

        .popup-menu li a {
            color: #333;
        }

            .popup-menu li a:hover {
                color: #07b5ad;
            }

.login-title {
    font-size: 14px;
    text-align: center;
    color: #333;
}

    .login-title:before, .login-title:after {
        display: inline-block;
        width: 20%;
        border-bottom: solid 1px #ccc;
        content: '';
    }

.social-media {
    display: block;
    position: relative;
    text-align: center;
}

    .social-media i {
        font-size: 32px;
    }

    .social-media .fb {
        color: #0a71be;
    }

    .social-media .g-plus {
        color: #ae3131;
    }


.login-form {
    display: block;
    position: relative;
    margin-top: 10px; /*padding-top:10px; border-top:solid 1px #ccc*/
}

.title-vyomayan {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #ff6500;
}

/*.login-form a{ color:#ff6500}*/

.selected-data label {
    font-weight: 400 !important;
    font-size: 13px !important;
}

.price-data .btn-book {
    background: #dc3232;
}

    .price-data .btn-book:hover {
        background: #07b5ad;
    }

.flight {
    text-align: center;
    font-size: 12px;
}

    .flight:before, .flight:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        border-bottom: solid 1px #ff7d00;
        width: 20%;
    }

.login-form {
    display: block;
    position: relative;
    margin-top: 10px;
}

.login-drop .form-group {
    margin-bottom: 7px;
}

.text-msg {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.login-drop:before {
    content: "\f0d8";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 35px;
    position: absolute;
    right: 7%;
    top: -14px;
}

.toggle-menu-responsive {
    width: 38px;
    height: 38px;
    top: 21px;
    background: #ffffff;
    display: none;
    border: none;
}

@media (max-width: 768px) {
    .tab-btns li {
        display: block;
        padding: 7px 9px;
    }

    .multi-toplist li {
        list-style: none;
        display: inline-block;
        /* border-right: solid 1px #3a95cf; */
        padding: 0px 3px;
        width: auto;
    }

    .modal.fade .modal-dialog {
        width: auto !important;
    }
    .shiftIcon {
        top: 42px !important;
    }
    .responsive-margin-top {
        margin-top: 0;
    }
}
.dates span {
    font-size: 14px;
    color: #556871;
    font-weight: 500;
}
.search-bg [type="radio"]:checked, .search-bg [type="radio"]:not(:checked) {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 0px;
    opacity: 0;
}

.tab-btns [type="radio"]:checked, .tab-btns [type="radio"]:not(:checked) {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 0px;
    opacity: 0;
}

.toggle-menu-responsive .hamburger {
    width: 36px;
}

.toggle-menu-responsive .item {
    background-color: #0a1c98d9 !important;
}

.toggle-menu-responsive.toggle-active .item {
    background-color: #0a1c98d9 !important;
}


.round-row {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.round-intl .timing {
    border-top: none;
}
#boardlist:before {
    content: "";
    position: absolute;
    right: 11px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fef1e9 transparent;
    z-index: 9999;
}

.round-intl .fare {
    padding-top: 50px;
}

.bdr-right {
    border-right: solid 1px #e5e5e5;
    margin-bottom: 5px;
}

.bdr-btm {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 5px;
}


.white-bg {
    display: block;
    background: #fff;
}

.white-padding {
    padding: 20px;
}

.cnf-block {
    display: block;
    background: #fff;
    padding: 15px;
}

    .cnf-block h3 {
        font-size: 24px;
        color: #07b5ad;
        padding-bottom: 15px;
        border-bottom: solid 1px #ccc;
    }

    .cnf-block p {
        color: #777777;
    }

        .cnf-block p span {
            font-size: 16px;
            color: #333;
        }

.subhead {
    font-size: 18px;
    color: #555;
}

.bold-italic {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
}

.tbl-passenger thead {
    background: #3f434e;
    color: #fff;
}

.fare-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

    .fare-tabs ul li {
        text-align: center;
        background: #747474;
        color: #fff;
        display: inline-block;
    }

        .fare-tabs ul li a {
            padding: 5px;
            color: #fff;
            display: block;
            cursor: pointer;
        }

        .fare-tabs ul li.active {
            background: #ff7d00;
        }

.fare-rule-wrap {
    display: block;
    max-height: 300px;
    overflow: auto;
}

    .fare-rule-wrap pre {
        display: block;
        padding: 10px;
        font-size: 10px;
        line-height: 1.5em;
    }

.hidden-fare-details h4 {
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: solid 1px #4069b3;
    color: #3bcfe2;
    font-weight: normal;
}




/*01/03/2017*/

.content-section {
    display: block;
    position: relative;
    padding: 20px 0px 50px;
    background: #34394a;
    color: #ccc;
    font-family: Rubik,sans-serif;
}

    .content-section p {
        font-size: 13px;
        font-weight: 400;
        text-align: justify;
    }

.highlight-txt {
    font-size: 16px;
    color: #8f1096;
    font-weight: 400;
}

.txt-large {
    color: #585858;
    font-size: 18px;
}

.sub-title {
    color: #d8d8d8;
    font-weight: 400;
    font-size: 24px;
    border-bottom: solid 1px #0e70b1;
}

    /*.sub-title:after{display:inline-block; content:''; border-bottom:solid 1px #ccc; width:100%; vertical-align:middle;margin-left:10px}*/

    .sub-title span {
        font-size: 16px;
        color: #03A9F4;
    }

.logo-txt {
    font-size: 36px;
    display: block;
    text-align: center;
    font-weight: 300;
}

.abt-bg h2 {
    margin-bottom: 0px;
    margin-top: 100px;
    color: #2d56a6;
    font-size: 36px;
    font-weight: 400;
    padding: 20px 0px;
}


.widget_recent_entries ul li, .widget_categories ul li {
    border-bottom: dashed 1px #3e414e;
}


.item-border {
    /*border-left: solid 1px #ccc;*/
   
}
.ClassFlightRow .airline-column {
    display: flex;
}

.timing {
    border-top: solid 1px #ccc;
    padding-top: 5px;
    margin-top: 5px;
}

.editReview {
    margin-top: 10px;
}

/*Popover*/


.popover-title {
    font-size: 12px;
    text-align: center;
    display: none;
}

.popover-content {
    font-size: 12px;
    font-weight: 500;
}

.flight-dtls {
    cursor: pointer;
}

/*.is-sticky{display:block; width:100%; position:fixed; top:0; left:0; right:0;background:rgba(0,0,0,0.3)}*/

/*.is-sticky .search-top-box {
   
    border-bottom-color: #0f8277;
}*/

.is-sticky .search-dtls {
    color: #fff;
}

    /*.is-sticky .right-border {
    border-right: solid 1px #3e3e3e;
}*/

    .is-sticky .search-dtls .date {
        /*color: #ffffff;*/
    }


/*Search page*/


.fare-rule {
    display: none; /*background: #e0e0e0; padding: 10px;*/
}

.hidden-content .Itinerary {
    display: block;
    background: #ffffff;
    color: #333;
    padding: 10px;
}

.loader {
    display: none;
    margin: 0 auto;
}

    .loader img {
        display: block;
        margin: 0 auto;
    }


.meal-pref .fa {
    margin-right: 5px;
    color: #FF9800;
}


.meal-pref .selector {
    margin-bottom: 5px;
}




/*Multicity*/

.multi-list-wrap .fare {
    line-height: 1em;
}

.modal-viewpnr, .modal {
    background: rgba(0, 0, 0, 0.701961);
    /*background: rgba(255, 255, 255, 0.701961);*/
    z-index: 999999;
}

.modal-title {
    font-size: 18px;
}


/*Profile*/

.img-wrap {
    display: block;
    margin-bottom: 20px;
}

    .img-wrap img {
        width: 100%;
    }

.profile-wrap {
    display: block;
    padding: 20px;
    border: solid 1px #ccc;
    background: #fff; /*background: #2549a1; color: #fff;*/
}

    .profile-wrap label {
        font-weight: 400;
        font-size: 12px;
    }

.change-pswd {
    font-size: 11px;
    color: #c62929;
    text-decoration: underline;
}

.btn {
    border-radius: 6px !important;
}

    .footer_section {
    display: block;
    padding-top: 70px;
}

#footer-page {
    display: block;
    padding: 0px 0px;
    /*position: absolute;*/
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0b0808 !important;
}

    #footer-page .widget {
        margin-bottom: 0px;
    }

    #footer-page .copyright {
        text-align: left;
        padding: 20px 0px;
        margin: 0px 15px;
    }

.ts-logo {
    height: 23px;
}


.poweredbylogo {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    right: 0;
    cursor: pointer;
    line-height: 0;
    display: block !important;
}



.ts-logo-wrap a img {
    outline: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.selected-items, .fixed-bottom, .editvisiblexs {
    display: none;
}

.down-arrow {
    vertical-align: middle;
    font-size: 16px;
    margin-left: 2px;
}

.footerlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footerlist li {
        display: block;
        padding: 5px 10px;
    }

        .footerlist li i {
            width: 20px;
            display: inline-block;
            color: #616161;
        }

.copyrighttext {
    color: #4a5fc5;
}
.socialMediaIcons {
    padding-top:8px;

}
#footer-page i {
    color: white;
}

#footer-page h4 {
    /*color: #37b1e6;*/
}

.customtextright {
    text-align: right;
}



/*itop*/

.destinations figcaption {
    text-align: justify;
}

    .destinations figcaption h4 {
        border-bottom: solid 1px #e5e5e5;
    }

        .destinations figcaption h4 span {
            font-size: 18px;
            color: #ff6500;
        }

.phone {
    font-size: 26px;
}

.ref {
    color: #1cad00;
    font-weight: 400;
    padding: 0px 5px;
    background: #fff;
    border-radius: 7px;
    font-size: 11px;
}

.non-ref {
    color: red;
    font-weight: 400;
    padding: 0px 5px;
    background: #fff;
    border-radius: 7px;
    font-size: 11px;
}

.agency-dtls {
    display: block;
    position: relative;
    margin-top: 7px;
}

.agency-logo {
    display: inline-block;
    vertical-align: middle;
}

    .agency-logo img {
        height: 40px;
    }

.agency-name {
    display: inline-block;
}

    .agency-name label {
        color: #fff;
    }
.multiStop{
    display:block;
}
.modal-header {
    background: #BD0D21;
    border-radius: 1px 1px 0px 0px;
}
#modifySearch .modal-header {
    /*background: #96bc33 !important;*/
    background: #0069b3 !important;
}
    .modal-header .modal-title {
        color: #ffffff !important;
    }

#acrdt {
    display: block;
    background: #cc5959;
    color: #fff;
    padding: 2px 5px;
}

.contact-wrap {
    display: block;
    padding: 20px;
    border: solid 1px #ccc;
    background: rgba(37, 81, 161, 0.6);
    color: #fff;
}

.table-wrap {
    min-width: 360px;
    overflow-x: auto;
}

.table-booking-history tbody td:nth-child(3) {
    font-weight: bold;
}

.table-booking-history tbody td:nth-child(8) {
    font-weight: bold;
}

.table-booking-history thead {
    background: #e5e5e5;
}

    .table-booking-history thead th {
        font-size: 13px;
    }

.table-booking-history tbody td {
    font-size: 12px;
}


.profile-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .profile-tabs ul li {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        line-height: normal;
    }

        .profile-tabs ul li a {
            padding: 15px 20px;
            display: block;
            background: #e8bc99;
            border-radius: 7px 7px 0px 0px;
        }

            .profile-tabs ul li a.active {
                background: #fb8221 !important;
                color: #fff;
            }

            /*.search-tabs ul li.active a{color:#fff}*/

            .profile-tabs ul li a:hover {
                background: #fb8221;
                color: #fff;
            }

        .profile-tabs ul li i {
            margin-right: 10px;
            font-size: 20px;
        }

        .profile-tabs ul li a {
            color: #333;
        }



/*Deira new */

.home-destinations {
    display: block;
    position: relative;
    padding: 0% 0% 5%;
}


    .home-destinations figure {
        display: block;
        position: relative;
    }

        .home-destinations figure img {
            display: block;
            padding: 5px;
            border: solid 1px #ccc;
        }

    .home-destinations figcaption {
        display: block;
        text-align: justify;
        font-size: 13px;
    }

.section-padding {
    display: block;
    padding: 3% 0%;
}

    .section-padding figure img {
        box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    }

.t24 {
    margin-top: 0px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 20px;
}



.p18 {
    font-size: 16px;
}

.blue-bg {
    background: #3b4b65;
    color: #fff;
}

    .blue-bg h2 {
        color: #fff !important;
        border-bottom: solid 1px #425471 !important;
    }

    .blue-bg p {
        font-weight: 300;
        font-size: 16px;
        text-align: justify;
    }

.grey-bg {
    background: #e5e5e5;
}

.darkgrey {
    background: #163652;
    color: #ccc !important;
}

    .darkgrey h2 {
        color: #0496ca;
        margin-top: 0px;
        font-size: 30px;
        font-weight: 400;
    }

        .darkgrey h2:after {
            content: '';
            display: block;
            width: 40px;
            height: 5px;
            background: #ff7d00;
            margin-bottom: 30px;
            margin-top: 10px;
        }



.newsletter {
    background: url('../images/home/newsletter-bg3.jpg') no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    /*background-attachment: fixed;*/
    color: #fff;
}

    .newsletter h2 {
        color: #fff !important;
    }

.btn-subscribe {
    background: #d08600;
    /*border: solid 1px #ffc800;*/
    transition: all ease .5s;
    color: #fff;
}

    .btn-subscribe:hover {
        /*border-color: #ffc800;*/
        background: #e29a16;
        color: #fff;
    }

.help h3, .help h4 {
    color: #e5e5e5 !important;
}

.help i {
    margin-right: 10px;
    color: #e2b650;
}

.footerList {
    list-style: none;
    display: block;
    line-height: 1.7em;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

    .footerList li {
        display: block;
        position: relative;
        margin-bottom: 10px;
        border-bottom: dotted 1px #1d486b;
        padding-bottom: 5px;
    }

    .footerList i {
        margin-right: 15px;
        /*border: solid 1px #eee;
        border-radius: 50%;*/
        font-weight: normal;
        padding: 5px;
        padding-bottom: 5px;
        color: #e2b650;
    }

.awe-social i {
    margin-right: 0px;
}

.ad-section {
    display: block;
    padding: 10px;
    background: #fff;
    margin-top: 53px;
}

    .home-destinations h3, .ad-section h3 {
        border-bottom: solid 1px #c00;
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }

    .ad-section ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-family: Rubik,sans-serif;
    }

        .ad-section ul li {
            display: block;
            margin: 20px 0px;
            color: #fff;
            line-height: 50px;
            height: 50px;
            font-size: 14px;
            font-weight: normal;
        }

            .ad-section ul li span {
                display: inline-block;
                width: 50px;
                text-align: center;
                /*background: #1c1b27;*/
                margin-right: 10px;
            }


.step1 {
    background: #dc3333;
}

    .step1 span {
        border-right: solid 1px #ec4545;
    }

.step2 {
    background: #0475ab;
}

    .step2 span {
        border-right: solid 1px #0785c1;
    }

.step3 {
    background: #229427;
}

    .step3 span {
        border-right: solid 1px #28a72e;
    }
.list-footer .col-xs-12.text-success.toogleContent {
    padding: 0;
    display: flex;
    justify-content: end;
}
.list-footer .toogleContentDetails {
    width: auto;
}
    .list-footer .toogleContentDetails label span {
        padding-left: 4px;
    }
.flightModify span.pull-right.daysCount {
    display:none
}
@media (max-width: 768px) {
    [type="radio"]:checked + label {
        /*font-size: 12px;*/
    }
}

@media (max-width: 768px) {
    .input-control, .select-control {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .search-section .no-col-pad {
        padding-left: 14px;
        padding-right: 16px;
    }
}

@media (max-width: 768px) {
    .pax-pop:before {
        content: "\f0d8";
        color: #e4e4e4;
        font-family: "FontAwesome";
        font-size: 35px;
        position: absolute;
        left: 50px;
        top: -14px;
    }
}

@media(max-width:1200px) {
    /*.top-login {
        padding-right: 70px;
    }*/

    .item-list-wrap [class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-drop {
        top: 60px;
    }
}


@media(max-width:1024px) {



    .stops {
        padding: 0px 5px;
        font-size: 12px;
    }

    .item-list-wrap {
        font-size: 12px;
    }

    .timing label {
        font-size: 14px;
    }

    .fare {
        font-size: 1.8em;
    }

    .route .time, .duration {
        font-size: 12px !important;
    }

    .dep, .arv {
        font-size: 13px !important;
        font-weight:700;
    }
}

@media(max-width:992px) {
    .col-md-12.duration,
    label.arv,
    label.dep {
        font-weight: 700 !important;
        margin: 5px 0;
    }
    .page-sidebar {
        display: none;
        margin-bottom: 20px;
        overflow-x: scroll;
    }

    .filter-icon {
        display: inline-block;
        cursor: pointer;
        float: right;
        margin-left: 2px;
        /*margin-top: 10px; float:left; padding:10px; background:#1e964c; color:#fff; font-size:24px; position:absolute; top:100px; left:50px*/
    }

        .filter-icon:hover {
            background: #07b5ad;
            color: #fff;
        }

        .filter-icon .fa {
            padding: 5px 7px;
            color: #DB1717;
            font-size: 24px;
            transition: all ease .5s;
            background: #fff;
            border-radius: 3px;
        }

            .filter-icon .fa:hover {
                color: #fff;
                background: #DB1717;
                border-radius: 3px;
            }

    /*.filter-icon .fa:hover{color:#07b5ad}*/

    .page-sidebar .widget {
        border-bottom: none;
    }

    .widget {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
    }

        .widget:last-child {
            margin-right: 0px;
        }
}

@media(max-width:800px) {

    /*.right-tabs {
        display: none;
    }*/

    .tblets {
        display: block;
    }

    .search-wrap {
        bottom: 0px;
    }

    .list-footer {
        text-align: center;
    }
    

    .container {
        width: 100%;
        /*padding-left: 0;
        padding-right: 0;*/
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.airline-column{display:block; width:100%; position:relative}*/
    #footer-page {
        text-align: center
    }

    .footer_section {
        padding-top: 130px
    }
}

@media(max-width:767px) {

    #header-page {
        height: auto;
    }

    .search-dtls .visible-xs {
        display: inline-block !important;
    }

    .chk-result {
        top: 5px !important;
        left: 7px !important;
    }

    .checkbox label {
        display: block;
        text-align: center;
    }

    .home-destinations, .about, .award, .team {
        display: none;
    }

    .awe-navigation-responsive {
        max-width: 100%;
        margin-top: 70px;
    }

        .awe-navigation-responsive .menu-list li a {
            line-height: 40px;
        }

        .awe-navigation-responsive .menu-list .submenu-toggle {
            width: 40px;
            height: 40px;
            -webkit-transform: translateY(-40px);
            -moz-transform: translateY(-40px);
            -ms-transform: translateY(-40px);
            -o-transform: translateY(-40px);
            transform: translateY(-40px);
        }

            .awe-navigation-responsive .menu-list .submenu-toggle .fa {
                line-height: 40px;
            }

    .notif_icon {
        margin: 0 auto 0;
    }

    .NotiDropdown {
        left: 0;
        top: 30px
    }
}


/*Domestic Roundway Mobile View*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .login-drop {
        width: 100%;
    }

    .fixed-rt-selected {
        display: none;
    }

    .round-trip .rt-section {
        display: none;
    }

    .rt-fixed-header .return {
        display: none;
    }

    .round-trip .icon-td {
        display: table-cell;
    }

    .round-trip .radio-btn {
        display: none;
    }

    .round-trip .airline-column {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .round-trip .timing {
        border: none;
        margin-bottom: 0px;
    }

    .round-trip .fare {
        padding-top: 0px;
        font-size: 1.3em;
    }

    .round-trip .btn-book {
        padding: 1px 10px;
        margin-top: 5px;
    }

    .search-dtls .date {
        font-size: 10px;
    }

    .selected-items {
        background: #fff;
        margin-top: 5px;
        margin-bottom: -10px;
        display: block;
    }

    .rt-title {
        display: none;
    }

    .rt-title, .ow-title {
        background: #ff7d00;
        color: #fff;
        font-size: 12px;
        padding: 0px 5px;
    }

        .rt-title i, .ow-title i {
            margin-right: 10px;
        }

        .rt-title .icon, .ow-title .icon {
            margin-left: 10px;
        }

    .selected-items .border-btm {
        display: none;
    }

    .selected-items .timing label {
        font-size: 10px;
    }

    .round-trip .stops {
        padding: 0px;
    }

    #selected-onward .list-footer, #selected-return .list-footer {
        display: none;
    }

    .selected-items .item-list-wrap {
        margin-bottom: 0px;
    }

    .selected-items .btn-book {
        display: none;
    }

    .fixed-bottom {
        display: none;
        position: fixed;
        bottom: 0px;
        width: 100%;
        background: rgb(63, 75, 84);
        height: 50px;
        z-index: 999;
    }

    .btn-book-mobile {
        display: block;
        text-align: center;
        height: 50px;
        background: #ff7d00;
        line-height: 50px;
        color: #fff;
        transition: all ease-in .5s;
    }

        .btn-book-mobile:hover {
            color: #ffffff;
            background: #ff6500;
        }

    .fixed-bottom .fare-total {
        color: #ffffff;
        line-height: 50px;
    }

        .fixed-bottom .fare-total i {
            margin-right: 5px;
        }

    .fixed-bottom .total-amount {
        display: inline-block;
        color: #ffffff;
        font-size: 18px;
    }

    .fixed-bottom .lbl-total {
        padding: 0px 10px;
    }

    .selected-items .item-list-wrap {
        background: #484953;
        color: #fff;
    }

    .search-top-box {
        padding-bottom: 0px;
    }

    .selected-items .fa-inr {
        color: #ffffff;
    }

    .round-trip .timing label {
        font-size: 12px;
    }

    .selected-items .editvisiblexs {
        display: block;
        text-decoration: underline;
        color: #ff7d00;
    }

    .editvisiblexs:hover {
        color: #fff;
    }

    .filter-icon .fa {
        padding: 5px;
        font-size: 20px;
    }

  
}

@media (max-width:480px) {

    .login-drop {
        width: 100%;
    }

    .change-pswd-block {
        padding: 20px 10px !important;
    }
}

@media(min-width:767px) {
    .d-md-none{
        display:none
    }

}
    /*Deira New */
    .overlay-bg {
        background: rgba(0, 0, 0, 0.52);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        display: none;
        z-index: 30;
        left: 0;
        right: 0;
    }

    .route {
        vertical-align: middle;
    }

    .large-icon {
        font-size: 32px;
        color: #37b1e6;
        text-align: center;
        padding-top: 10px;
    }

    .route .time, .duration {
        font-size: 10px;
    }

    .dep, .arv {
        font-size: 13px;
        line-height: 1em;
    }

    .route .date {
        font-weight: 500;
        color: #000;
        font-size: 15px;
        line-height: 1.3em;
    }

    .fare, .fare_amount {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        /* identical to box height */
        text-align: right;
        color: #000000;
    }

    .fare_amount {
        font-size: 24px !important;
    }

    .row.logo-name {
        display: flex;
    }

    .fare span {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        /* identical to box height */
        text-align: right;
        color: #BD0D21;
    }

        .fare span.NetFare {
            color: #000;
            padding-left: 10px;
        }

    .datebox {
        border: solid 1px #cdcdcd;
        padding: 0px 7px;
        border-radius: 16px;
        font-size: 15px;
    }

    .img-rotate {
        -webkit-animation: anim 2s infinite linear;
        animation: anim 2s infinite linear;
        /*width: 300px;*/
    }

    @-webkit-keyframes anim {
        from {
            -webkit-transform: rotateY(0deg);
        }

        to {
            -webkit-transform: rotateY(360deg);
        }
    }

    @keyframes anim {
        from {
            transform: rotateY(0deg);
        }

        to {
            transform: rotateY(360deg);
        }
    }

    @keyframes rotate-360 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .fa-spinner {
        animation: anim 3s infinite;
        display: none;
    }


    .btn-email {
        padding: 5px 7px !important;
        background: #a87411;
        color: #fff !important;
        border-radius: 3px !important;
        text-align: center;
        margin: 0.3rem 0;
        display: inline-block;
    }

        .btn-email:hover {
            background: #ff9400;
        }

    .btn-print {
        padding: 5px 7px !important;
        background: gray;
        color: #fff !important;
        border-radius: 3px !important;
        text-align: center;
        margin: 0.3rem 0;
        display: inline-block;
    }

        .btn-print:hover {
            background: #ff9400;
        }

    .email-itinery {
        text-align: center;
        display: none;
    }

    .chk-result {
        display: none;
        position: absolute;
        top: -15px;
        left: -5px;
    }

    .air-path {
        width: 60%;
        height: 1px;
        background: #bebebe;
        margin: 10px auto 7px;
        position: relative;
    }

    .depz {
        position: absolute;
        top: -9px;
        left: 0px;
    }
    /*::-webkit-scrollbar {
    width: 3px;
   
}

::-webkit-scrollbar-button {
    background: #eee
}

::-webkit-scrollbar-track-piece {
    background: #eee
}

::-webkit-scrollbar-thumb {
    background: #0a9ddc
}*/
    .addMarkupOpt input[type="text"] {
        padding: 4px;
        float: left;
        border: 1px solid #cdcdcd;
        width: 70%;
        background: no-repeat;
    }

    .addMarkupOpt > .applyBtn {
        text-align: center;
        display: inline-block;
        padding: 5px 17px;
        float: right;
        background: #797979;
        color: #fff;
        width: 30%;
    }

    .btn3 {
        padding: 0;
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .layoverinflightdetails {
        width: 100%;
        background: #43c9ff;
        border-bottom: 1px dashed #cdcdcd;
        text-align: center;
        height: 20px;
        border-radius: 4px;
        border-top: 1px dashed #cdcdcd;
    }

    @media(max-width: 736px) {
        .magb13 {
            margin-bottom: 13px;
        }

        .mk {
            margin: 0px 31px;
        }

        .magt13 {
            margin-top: 13px;
        }
    }

    .faxR {
        position: absolute;
        top: -6px;
        left: 50%;
    }

    .deptz {
        position: absolute;
        right: 0;
        top: -9px;
    }

    .mrgn-top10 {
        margin-top: 10px;
        display: block;
    }

    .hk {
        top: -11px;
        position: relative;
        display: inline-block;
        background: #BD0D21; /*#96bc33;*/
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 50%;
        color: #fff;
        /* border: solid 2px #3382d2; */
        font-size: 10px;
    }

    .trvclass span {
        color: #3baeff;
    }

    .search-dtls .passengers span {
        color: #3baeff;
    }

    .paxtrvdtls {
        text-align: center;
    }

    .email-check {
        /* display: block !important;
        position: relative !important;
        margin: 0 auto !important;
        width: 18px;
        height: 18px;*/
    }

    .chl-box-oneway {
        display: block !important;
        position: relative !important;
        margin: 0 auto !important;
        width: 18px;
        height: 18px;
        margin-left: -9px !important;
    }

    .imgdata {
        WIDTH: 100%;
        height: 150px;
    }

    .imgwrap {
        text-transform: uppercase;
        display: block;
    }

    .total-results {
        display: block;
        text-align: left;
        margin-top: 10px;
    }

    .modify-s {
        color: black !important;
        text-align: center;
        padding: 7px;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        display: block;
        background: #e4e4e4;
        transition: all ease .3s;
        border: solid 1px #ffffff;
        border-radius: 5px;
    }

    .font10 {
        font-size: 11px;
    }

    .locp {
        font-weight: 500;
        font-size: 15px;
    }

    #totcounthotel {
        font-weight: 500;
        font-size: 21px;
    }

    .total-results h3 {
        font-size: 18px;
        margin: 0;
        padding: 0;
        color: #0069b3 !important;
        /*background: #0d4a88;*/
        border-radius: 10px;
    }

        .total-results h3 span {
            font-size: 24px;
            /*color: #ffffff;*/
            display: inline-block;
            margin-right: 10px;
        }

    .modal {
        padding-top: 5%;
    }

        .modal .nav-tabs > li > a {
            font-size: 14px;
            font-weight: 500;
        }

    .tbl-farerule {
        width: 100%;
        font-size: 10px;
    }

    .modal .tab-content {
        margin: 20px 0px;
        max-height: 500px;
        overflow-y: auto;
    }

    .modal .route {
        word-break: break-word;
        font-size: 14px;
    }

    .modal .dep, .modal .arv {
        font-size: 14px;
    }

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }

    .scroll {
        padding: 10px;
        cursor: pointer;
        background: #aa7a26;
        color: #fff;
        animation: bounce 3s infinite;
    }

    /*.control-btn a {
    color: #05f3ff;
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    border: solid 1px #07b5ad;
}*/

    .icon-mrgn {
        margin-right: 5px;
    }

    .booking-tabs {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #fff;
    }

        .booking-tabs > li {
            display: block;
            position: relative;
            margin-bottom: 5px;
        }

        .booking-tabs li > a {
            display: block;
            position: relative;
            padding: 15px 7px;
            /* background: #96ac33; */
            background: #fff;
            font-size: 21px;
            color: #000;
            font-weight: 500;
            text-decoration: none;
            border: 1px solid #C4C4C4;
            border-radius: 10px;
            /* Component 43 */
            background: #FFFFFF;
            border: 1px solid #C4C4C4;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            border-radius: 10px;
            margin-bottom: 20px;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
        }

        .booking-tabs .content-itinerary {
            margin-top: -24px;
            margin-bottom: 20px;
        }

        .booking-tabs li > a > span {
            text-align: right;
            float: right;
        }


    .bdr-box {
        border-bottom: solid 1px #e5e5e5;
        display: block;
        padding: 10px;
    }

    .icon-left {
        padding: 11px;
        margin: -7px 0px -7px -7px;
        /*background: #3f434e;*/
        width: 37px;
        text-align: center;
        color: #ffffff;
    }

    .flght_booking ul li {
        list-style-type: none;
    }

    .right-border.flght_booking {
        margin-top: 15px;
    }

    .booking-tabs .item-list-wrap {
        margin-bottom: 0px;
        border: 1px solid #C4C4C4;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 0 0 10px 10px;
        /* margin-top: 9px; */
        border-top: 3px solid #BD0D21;
    }

    .content-contact.box-border.norepeatback,
    .content-passengers.box-border,
    .additional-dtls.box-border {
        margin-bottom: 0px;
        border: 1px solid #C4C4C4;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 0 0 10px 10px;
        /* margin-top: 9px; */
        border-top: 3px solid #BD0D21;
        margin-top: -27px;
        z-index: 11;
        position: relative;
        background: #fff;
        margin-bottom: 20px;
    }

    .list {
        margin: 0;
        padding: 0;
    }

    .about-grid {
        padding: 3em 2em;
        margin: 0px 2em;
        width: 45%;
        background: white;
        -webkit-box-shadow: 0px 1px 10px 1px #bababa;
        -moz-box-shadow: 0px 1px 10px 1px #bababa;
        -o-box-shadow: 0px 1px 10px 1px #bababa;
        -ms-box-shadow: 0px 1px 10px 1px #bababa;
        box-shadow: 0px 1px 10px 1px #bababa;
    }

    .agileinfo-about-grid {
        margin-top: 4em;
    }

    .about-grid.about-2 {
        margin: 0 4em;
    }

    .about-grid h6 {
        text-transform: uppercase;
        font-size: 1.2em;
        margin: 1em 0;
        letter-spacing: 4px;
        color: #eb3751;
        font-weight: 500;
    }

    .glyphicon-stats:before {
        content: "\e185";
    }

    .services-agile-grids span, .about-grid span {
        font-size: 1.5em;
        color: #2c925e;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    .glyphicon-user:before {
        content: "\f007 ";
    }

    .services-agile-grids:hover span, .about-grid:hover span {
        color: #eb3751;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .services-agile-grids span, .about-grid span {
        font-size: 1.5em;
        color: #012b72;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    .list li {
        list-style: none;
    }

    .services-agile-grids:hover span, .w3ls-about-grid:hover span {
        color: #eb3751;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    input[readonly] {
        cursor: pointer !important;
        background: #fff !important;
    }

    .PassengerDetails h5 {
        margin: 0;
        padding: 0;
    }

    .btm-bdr {
        display: block;
        border-bottom: solid 1px #e5e5e5;
        margin-bottom: 10px;
    }

    .passportDtls, .Frequentflyer {
        display: none;
    }

    .PassengerDetails .checkbox {
        margin-top: 0px !important;
    }

    .additional-dtls .fa-plane {
        color: #0a5dac;
    }

    .additional-dtls {
        display: block;
    }

    #PassengerPopup .modal-body {
        max-height: 500px;
        overflow: auto;
    }

    .selected-seat {
        display: inline-block;
        padding: 0px 5px;
        /*border: solid 1px #03A9F4;
    font-weight: bold;*/
        margin-right: 10px;
        background: #428bca;
        color: #fff;
    }

    .sidebar-fare-details {
        margin-bottom: 20px;
        border: solid 2px #e5e5e5;
        border-radius: 10px;
    }

        .sidebar-fare-details h3 {
            padding: 10px;
            /* background: #96ac33; */
            background: #fff;
            margin: 0px;
            color: #000;
            font-size: 18px;
            text-align: center;
            border-radius: 7px 7px 0px 0px;
            border-bottom: 3px solid #BD0D21;
            font-weight: 600;
            text-align: left;
        }

    .sidebar-faretable.table td {
        border: 0
    }

    .sidebar-faretable {
        width: 100%;
        background: #fff;
        margin-bottom: 0px;
        border: 4px dotted #f7f7f7;
    }

        .sidebar-faretable tfoot {
            /*background: #96bc33;*/
            background: #BD0D21;
            color: #fff;
            font-weight: 500;
        }

            .sidebar-faretable tfoot td {
                font-size: 18px;
                padding: 20px 10px !important;
            }

                .sidebar-faretable tfoot td:last-child {
                    text-align: right
                }

    .help-wrap img {
        border: solid 1px #e5e5e5;
        width: 100%;
    }

    .box-border {
        border: solid 1px #e5e5e5;
    }

    .help-wrap {
        background: #fff;
    }

        .help-wrap h3 {
            display: block;
            padding: 15px;
            background: #062c58;
            color: #fff;
            margin-bottom: 0px;
            font-size: 18px;
        }

    .help-content {
        background: #d8dee6;
        display: block;
        padding: 15px;
    }

        .help-content i {
            font-size: 16px;
            padding: 10px;
            border-radius: 50%;
            border: solid 1px #ccc;
            margin-right: 10px;
            color: #d63030;
        }

        .help-content p {
            font-size: 16px;
            font-weight: 700;
        }


    /*User Profile sidebar*/

    /*.user-profile-sidebar{background: #2b58aa;}*/

    .page-sidebarProf {
        margin-top: 40px;
        margin-bottom: 84px;
    }

    .user-profile-nav {
        background: #215597;
        position: relative;
        bottom: 44px;
    }

        .user-profile-nav li.active {
            background: #d4332b;
        }

            .user-profile-nav li .active a {
                color: #fff !important;
            }

    .user-profile-sidebar .user-profile-avatar {
        padding: 20px;
        /*margin-bottom: 20px;*/
        /*background: #314282;*/
    }

        .user-profile-sidebar .user-profile-avatar img {
            max-width: 120px;
            margin-bottom: 15px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        .user-profile-sidebar .user-profile-avatar h5 {
            color: #fff;
            margin-bottom: 0;
            font-size: 16px;
        }

        .user-profile-sidebar .user-profile-avatar p {
            font-size: 10px;
            color: #00dcff;
        }

    .user-profile-sidebar .user-profile-nav > li {
        border-bottom: 1px solid #4b5577;
    }

        .user-profile-sidebar .user-profile-nav > li:first-child {
            border-top: 1px solid #4b5577;
        }

        .user-profile-sidebar .user-profile-nav > li.active > a {
            background: #d8c914;
            color: #333;
            cursor: default;
        }

            .user-profile-sidebar .user-profile-nav > li.active > a:hover {
                background: #d8c914;
                color: #fff;
            }

                .user-profile-sidebar .user-profile-nav > li.active > a:hover > i {
                    color: #fff;
                }

        .user-profile-sidebar .user-profile-nav > li > a {
            padding: 10px 20px;
            color: #ffffff;
            display: block;
            font-size: 13px;
        }

            .user-profile-sidebar .user-profile-nav > li > a:hover {
                color: #fff;
                background: #d4332b;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                -ms-transition: 0.3s;
                transition: 0.3s;
            }

                .user-profile-sidebar .user-profile-nav > li > a:hover > i {
                    color: #333;
                }

            .user-profile-sidebar .user-profile-nav > li > a > i {
                margin-right: 7px;
                display: inline-block;
                width: 20px;
                text-align: center;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                -ms-transition: 0.3s;
                transition: 0.3s;
            }

    .main-head {
        margin-top: 0px;
        padding: 5px 10px;
        background: #215597;
        font-size: 18px;
        color: #fff;
    }

    .user-profile-nav li ul {
        list-style: none;
        margin: 0;
        padding-left: 0px;
    }

    .user-profile-nav li li a {
        display: block;
        padding: 7px 7px 7px 50px;
        color: #fff;
    }

        .user-profile-nav li li a:hover {
            background: #d4332b;
        }

    .user-profile-nav li li i {
        margin-right: 10px;
    }


    /*Edit Profile*/

    .custom-block {
        display: block;
        padding: 0px 30px;
    }

        .custom-block h3 {
            margin-top: 0px;
        }

    /*.agency-info{ background:#3a4350; color:#fff}
 .contact-info{background:#2b58aa; color:#fff}*/

    .custom-block-title {
        display: inline-block;
        padding: 10px 15px;
        border-radius: 12px 12px 0px 0px;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .tab-grey {
        background: #2c323d;
        color: #fff;
    }

    .form-control-area .form-control, .agent-login .form-control {
        /*padding-left: 25px;*/
    }

    .form-control-area .fa, .form-group-icon .fa {
        position: relative;
        left: 8px;
        bottom: 25px;
        color: #656565;
    }


    .change-pswd-block {
        padding: 50px;
        /*border: solid 1px #ccc;*/
        /*background: #4a4d4e;*/
    }


    .login-bg {
        display: block;
        background: url('../images/login.jpg') no-repeat center center fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }


    .login-page-margin {
        margin-top: 100px;
        margin-bottom: 50px;
    }

        .login-page-margin p {
            font-size: 16px;
            color: white;
        }

    .agent-login {
        padding: 15px 25px 25px 25px;
        background: rgba(255,255,255,0.8);
        background: #FFF; /* fallback for old browsers */
        background: -webkit-linear-gradient(to bottom, #FFFFFF, #FFEFBA); /* Chrome 10-25, Safari 5.1-6 */
        /*background: linear-gradient(to bottom, #FFFFFF, #FFEFBA);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

        .agent-login .form-group {
            margin-bottom: 15px;
        }

        .agent-login h3 {
            margin-top: 0px;
        }



    /*User Profile sidebar ends*/

    @media(max-width: 736px) {
        .book-form label span {
            font-size: 15px;
            margin-right: 2px;
        }

        .book-form input[type="text"], .book-form input[type="date"], .book-form input[type="text"], .book-form input[type="email"] {
            letter-spacing: 0px;
        }

        p.counter {
            font-size: 2.3em;
        }

        .agileinfo_stats_grid {
            width: 128px;
            height: 128px;
        }

        .agile_signup_form h2 {
            font-size: 1.5em;
        }
    }

    @media(max-width: 667px) {
        .book-form {
            padding: 1em 0em 0.5em .5em;
        }

            .book-form label span {
                font-size: 14px;
                margin-right: 1px;
            }

            .book-form label {
                font-size: 13px;
                letter-spacing: 0px;
            }

            .book-form form input[type="submit"] {
                margin-top: 2em;
            }

        h3.title {
            font-size: 35px;
        }

        .w3ls-about-grid {
            padding: 1.5em 1em;
            width: 100%;
            float: none;
        }

            .w3ls-about-grid.about-2 {
                margin: 1em 0em;
            }

        .travel h3 {
            line-height: 30px;
        }

        .owl-pagination {
            left: 44%;
        }

        .agileinfo_stats.mid-w3l-stat:after, .agileinfo_stats.mid-w3l-stat:after {
            width: 20%;
            top: 50%;
            left: -9%;
        }

        .w3l_contact_form {
            width: 100%;
            float: none;
        }

        .agileits_w3layouts_contact_gridl {
            width: 100%;
            float: none;
            margin: 3em 0 0;
        }

        .footer-grid:nth-child(2) {
            margin-bottom: 6em;
        }

        .social-w3licon a {
            width: 24px;
            height: 30px;
        }

        .footer-agile {
            padding: 5em 0 2em;
        }

        .footer-grid:nth-child(1), .footer-grid:nth-child(2) {
            margin-bottom: 1em;
        }

        .footer-grid:nth-child(2) {
            margin-bottom: 4em;
        }

        input#firstname, input#lastname, input#email, input#password1, .form-control input#datepicker, input#tel, select.form-control {
            font-size: 13px;
        }
    }

    @media(max-width:640px) {
        .about-top {
            width: 100%;
            float: none;
        }

        .middle-img {
            width: 50%;
            float: none;
            margin-top: 2em;
        }

        .form-control label {
            width: 100%;
        }

            .form-control label span {
                position: absolute;
                left: 45%;
            }

        input#firstname, input#lastname, input#email, input#password1, .form-control input#datepicker, input#tel, select.form-control {
            width: 100%;
        }

        .last {
            margin-top: 3em;
        }

        p.counter {
            font-size: 2em;
        }

        .agileinfo_stats_grid {
            width: 120px;
            height: 120px;
        }

        .copy-w3lsright {
            width: 100%;
            float: none;
            text-align: center;
            margin-bottom: 1em;
        }

        .social-w3licon {
            width: 100%;
            float: none;
            text-align: center;
        }

        .form-date-w3-agileits, .form-time-w3layouts, .form-left-agileits-w3layouts, .form-left-agileits-submit {
            width: 25%;
            float: left;
        }

        .book-form form input[type="submit"] {
            margin-top: 0em;
        }

        .form-left-agileits-submit {
            width: 25%;
            float: none;
            margin: 0 auto;
        }

        .banner-text {
            padding: 10em 0 0 0;
        }
    }

    @media(max-width: 600px) {
        .travel p {
            font-size: 15px;
        }

        .travel h3 {
            line-height: 30px;
            margin: 0 3em;
        }

        .travel h4 {
            font-size: 30px;
            letter-spacing: 1px;
        }

        .agileinfo_stats_grid {
            width: 110px;
            height: 110px;
            padding: 1em 0;
        }

        .w3ls_map iframe {
            min-height: 250px;
        }
    }

    @media(max-width:568px) {
        h3.title {
            font-size: 30px;
        }

        .test-grid p {
            width: 95%;
            font-size: 15px;
        }

        p.counter {
            font-size: 1.8em;
        }

        .agileinfo_stats_grid {
            width: 105px;
            height: 105px;
        }

        .footer-top input[type="email"] {
            width: 70%;
            font-size: .9em;
        }

        .footer-top input[type="submit"] {
            padding: .55em 0;
            font-size: 1em;
            width: 30%;
        }

        .w3-about h4 {
            font-size: 1.1em;
        }

        .middle-img {
            width: 70%;
        }

        .banner-text h2 {
            font-size: 30px;
        }
    }

    @media(max-width: 480px) {
        .travel h3 {
            margin: 0 1em;
        }

        .agileinfo_stats {
            width: 50%;
            float: left;
        }

            .agileinfo_stats:nth-child(1), .agileinfo_stats:nth-child(2) {
                margin-bottom: 1em;
            }

            .agileinfo_stats.mid-w3l-stat:after, .agileinfo_stats.mid-w3l-stat:after {
                display: none;
            }

        .col-md-3.package1 {
            width: 100%;
            float: none;
        }

        .footer-grid:nth-child(2) {
            margin-bottom: 3em;
        }

        .footer-grid:nth-child(1) {
            margin-bottom: 3em;
        }

        .footer-grid:nth-child(3) {
            margin-bottom: 3em;
        }

        .footer-grid:nth-child(4) {
            margin-bottom: 0em;
        }

        .footer-grid {
            width: 100%;
            float: left;
        }

            .footer-grid h3 {
                font-size: 1.3em;
            }

        .agile-leftmk {
            width: 85%;
            left: 8%;
            top: -5%;
            padding: 1.5em;
        }

        .test-grid1 {
            width: 70%;
        }

        .form-date-w3-agileits, .form-time-w3layouts, .form-left-agileits-w3layouts, .form-left-agileits-submit {
            width: 98%;
            float: none;
        }

        h1 a.navbar-brand {
            font-size: 43px;
        }

        .banner-text {
            padding: 10em 1em 0;
        }

        div#about {
            margin-top: 12em;
        }

        .book-form {
            padding: 1em 0em 1em .5em;
            -webkit-box-shadow: 0px 1px 10px 1px #bababa;
            -moz-box-shadow: 0px 1px 10px 1px #bababa;
            -o-box-shadow: 0px 1px 10px 1px #bababa;
            -ms-box-shadow: 0px 1px 10px 1px #bababa;
            box-shadow: 0px 1px 10px 1px #bababa;
        }

        .form-left-agileits-submit {
            margin: 10px auto 0;
            padding-left: 5px;
        }
    }

    @media(max-width:414px) {
        h1 a.navbar-brand {
            font-size: 40px;
        }

        .travel h3 {
            margin: 0 0em;
        }

        .w3-about h5 {
            margin: .5em 0;
            font-size: .9em;
            letter-spacing: 5px;
        }

        .w3-about h4 {
            font-size: 1em;
        }

        .about-top a.button {
            padding: 0.5em 1.5em;
            font-size: .9em;
        }

        .agile-leftmk {
            width: 90%;
            left: 5%;
            top: -3%;
            padding: 1em;
        }
    }

    @media(max-width:384px) {
        .middle-img {
            width: 100%;
        }

        .travel h3 {
            font-size: 18px;
        }

        .travel h4 {
            font-size: 26px;
        }

        .travel p {
            font-size: 14px;
        }

        .test-grid p {
            width: 100%;
            font-size: 15px;
        }

        .test-grid h4 {
            font-size: 1em;
        }

        .banner-text h2 {
            font-size: 25px;
            letter-spacing: 1px;
            font-weight: 700;
        }

        .banner-text p {
            font-size: 14px;
            letter-spacing: 1px;
            margin-top: 15px;
        }

        div#about {
            margin-top: 10em;
        }

        .agile_signup_form h2 {
            font-size: 1.3em;
        }

        .form-control label {
            font-size: .9em;
        }
    }

    @media(max-width:375px) {
        .nav > li {
            width: 40%;
        }

        .footer-top input[type="email"] {
            width: 70%;
            font-size: .8em;
        }

        .footer-top input[type="submit"] {
            font-size: .9em;
        }
    }

    @media(max-width:320px) {
        .banner-text h2 {
            font-size: 23px;
        }

        .banner-text span.fa.fa-plane {
            font-size: 30px;
        }

        .navbar-toggle {
            padding: 8px 8px;
        }

        .banner-text h2 {
            font-size: 20px;
        }

        div#about {
            margin-top: 9em;
        }

        .navbar-default .navbar-nav > li > a {
            font-size: 1.1em;
        }

        nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
            padding: .5em 0;
        }

        .about-top {
            padding: 0;
        }

        .travel h3 {
            font-size: 16px;
        }

        .footer-grid li {
            font-size: .9em;
        }

        .agile_signup_form h2 {
            font-size: 1.2em;
        }

        .footer-top input[type="email"] {
            width: 100%;
        }

        .footer-top input[type="submit"] {
            width: 100%;
        }

        .agile-leftmk {
            top: -4%;
        }
    }

    .radio label, .checkbox label {
        font-weight: 500;
    }

    .emailOption, .hold-wrap {
        display: none;
    }

    .hold-wrap {
        float: right;
    }

        .hold-wrap a {
            margin-left: 10px;
        }

    .link-btn {
        display: inline-block;
        padding: 7px 15px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.7em;
        min-width: 120px;
        text-align: center;
        box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
        border-radius: 8px;
    }

    .btn-continue, .btn-hold {
        background: #BD0D21;
        color: #fff;
        margin-left: 10px;
        border-radius: 8px;
        border: 0;
        /*border-bottom: 2px inset #107974;*/
    }

    .selector {
        margin: 5px 0;
    }

    select {
        width: 100%;
    }

    .btn-continue:hover, .btn-hold:hover {
        background: #2d3d3c;
        color: #fff;
    }

    .btn-issue {
        background: #05b554;
        color: #fff;
        margin-left: 10px;
    }

        .btn-issue:hover {
            background: #03a34b;
            color: #fff;
        }


    [type="radio"]:checked, [type="radio"]:not(:checked) {
        margin-right: 10px;
        vertical-align: middle;
        margin-top: -12px;
    }

        [type="radio"]:checked + a:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    [type="radio"]:checked, [type="radio"]:not(:checked) {
        position: absolute;
        /*visibility: hidden;
}*/
    }

    input[type=checkbox], input[type=radio] {
        margin: 4px 0 0;
        margin-top: 1px\9;
        line-height: normal;
    }

    [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #333333;
        border-radius: 100%;
        background: #fff;
    }

    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        /*color: #202329;*/
    }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        [type="radio"]:checked + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #333333;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #fff;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }
    /*input[type="radio"]:checked + :before, input[type="radio"]:not(:checked) + :before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #6db530 !important;
    border-radius: 100%;
    background: #fff;
}*/
    .conf-msg {
        display: block;
        text-align: center;
        padding: 3px;
        border-bottom: solid 1px #ccc;
        margin-bottom: 20px;
        position: relative;
        font-size: 16px;
        color: white;
        background: #BD0D21;
        border-radius: 8px
    }

        .conf-msg i {
            padding: 1px;
            border-radius: 50%;
            font-size: 24px;
            margin-right: 10px;
        }

    .conf-success {
        background: #15a43f;
        color: #fff;
    }

    .conf-failed {
        background: #DB1717;
        color: #fff;
    }


    /*Sort styles*/


    div.nav-drop {
        display: inline-block;
        margin-top: 10px;
    }

    .nav-drop i {
        padding: 8px;
        border: solid 1px #ccc;
        border-radius: 4px;
    }

    .nav-drop {
        position: relative;
        /*padding-right: 23px !important;*/
    }

        .nav-drop .fa-angle-up,
        .nav-drop .fa-angle-down {
            position: absolute;
            right: 8px;
            line-height: inherit;
            top: 0;
            font-size: 90%;
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
        }

        .nav-drop .fa-angle-up {
            top: 5px;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        .nav-drop > .nav-drop-menu {
            min-width: 85px;
            height: 0;
            overflow: hidden;
            position: absolute;
            z-index: 999;
            left: -5px;
            color: #fff;
            -webkit-transform: translate3d(0, 10px, 0);
            -moz-transform: translate3d(0, 10px, 0);
            -o-transform: translate3d(0, 10px, 0);
            -ms-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            -o-transition: opacity 0.3s, -o-transform 0.3s;
            -ms-transition: opacity 0.3s, -ms-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .nav-drop > .nav-drop-menu > li > a {
                background: #da7777;
                color: #fff;
                padding: 10px 15px;
                line-height: 1em;
                /*border-bottom: 1px solid #262626;*/
                display: block;
                position: relative;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                -ms-transition: 0.3s;
                transition: 0.3s;
            }

                .nav-drop > .nav-drop-menu > li > a > .right {
                    float: right;
                }

                .nav-drop > .nav-drop-menu > li > a:hover {
                    background: #ed8323;
                }

            .nav-drop > .nav-drop-menu > li:last-child > a {
                border-bottom: none;
            }

            .nav-drop > .nav-drop-menu > li:first-child > a:before {
                position: absolute;
                content: '';
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 0 10px 10px 10px;
                border-color: transparent transparent #da7777 transparent;
                top: -10px;
                left: 10px;
            }

        .nav-drop.active-drop .fa-angle-up {
            top: 0;
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        .nav-drop.active-drop .fa-angle-down {
            top: 5px;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        .nav-drop.active-drop > .nav-drop-menu {
            height: auto;
            overflow: visible;
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .conf_itinerary > .route, .time, .duration {
        font-size: 16px !important;
    }

    .conf_itinerary .stops {
        padding: 0px;
    }

    .promoslider {
        display: block; /*margin-top:50px;*/
        overflow: hidden;
    }

        .promoslider li {
            font-size: 24px;
            line-height: 1.8em;
            padding: 20px;
        }


    /*footer{position:fixed; bottom:0px; left:0; right:0; width:100%}*/

    @media(min-width:992px) {

        .filter-page {
            min-height: 650px;
        }
    }


    @media(min-width:768px) {
        .awe-navigation {
            margin-top: 8px;
        }

            .awe-navigation .menu-list li.current-menu-parent > a {
                /*border-bottom: solid 2px red;*/
            }

            .awe-navigation .menu-list li a {
                line-height: 28px;
            }
    }



    /*Hotel css starts here*/

    .hotel-header h5 {
        margin-bottom: 5px;
    }

    .hotel-header p {
        font-weight: 500;
        color: #fb7702;
    }

        .hotel-header p i {
            font-size: 16px;
            padding: 5px;
            margin-right: 5px;
        }

    .hotel-facility i {
        padding: 7px;
        margin-right: 5px;
        border: solid 1px #e5e5e5;
    }

    .hotel-info {
        background: url(../images/bdr.jpg) repeat-y right center;
    }

    .item-list-wrap.ClassHotelRow {
        margin-bottom: 20px;
    }

    .hotelprice {
        margin-bottom: 0px;
    }

    .info-text {
        font-size: 12px;
        color: #fb7702;
        display: block;
        padding: 2px 7px;
    }

    .input-group-addon:last-child {
        color: #dc7068;
    }



    /*search page and create pnr loading*/

    #fountainG {
        position: relative;
        width: 180px;
        height: 44px;
        margin: auto;
    }

    .fountainG {
        position: absolute;
        top: 0;
        background-color: rgb(183,237,247);
        width: 44px;
        height: 44px;
        animation-name: bounce_fountainG;
        -o-animation-name: bounce_fountainG;
        -ms-animation-name: bounce_fountainG;
        -webkit-animation-name: bounce_fountainG;
        -moz-animation-name: bounce_fountainG;
        animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        -ms-animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-direction: normal;
        -o-animation-direction: normal;
        -ms-animation-direction: normal;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        transform: scale(.3);
        -o-transform: scale(.3);
        -ms-transform: scale(.3);
        -webkit-transform: scale(.3);
        -moz-transform: scale(.3);
        border-radius: 29px;
        -o-border-radius: 29px;
        -ms-border-radius: 29px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
    }

    #fountainG_1 {
        left: 0;
        animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
    }

    #fountainG_2 {
        left: 45px;
        animation-delay: 0.75s;
        -o-animation-delay: 0.75s;
        -ms-animation-delay: 0.75s;
        -webkit-animation-delay: 0.75s;
        -moz-animation-delay: 0.75s;
    }

    #fountainG_3 {
        left: 90px;
        animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
    }

    #fountainG_4 {
        left: 135px;
        animation-delay: 1.05s;
        -o-animation-delay: 1.05s;
        -ms-animation-delay: 1.05s;
        -webkit-animation-delay: 1.05s;
        -moz-animation-delay: 1.05s;
    }

    #fountainG_5 {
        left: 180px;
        animation-delay: 1.2s;
        -o-animation-delay: 1.2s;
        -ms-animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
    }

    #fountainG_6 {
        left: 225px;
        animation-delay: 1.35s;
        -o-animation-delay: 1.35s;
        -ms-animation-delay: 1.35s;
        -webkit-animation-delay: 1.35s;
        -moz-animation-delay: 1.35s;
    }

    #fountainG_7 {
        left: 270px;
        animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
        -ms-animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
    }

    #fountainG_8 {
        left: 315px;
        animation-delay: 1.64s;
        -o-animation-delay: 1.64s;
        -ms-animation-delay: 1.64s;
        -webkit-animation-delay: 1.64s;
        -moz-animation-delay: 1.64s;
    }



    @keyframes bounce_fountainG {
        0% {
            transform: scale(1);
            background-color: rgb(8,153,250);
        }

        100% {
            transform: scale(.3);
            background-color: rgb(115,158,196);
        }
    }

    @-o-keyframes bounce_fountainG {
        0% {
            -o-transform: scale(1);
            background-color: rgb(8,153,250);
        }

        100% {
            -o-transform: scale(.3);
            background-color: rgb(115,158,196);
        }
    }

    @-ms-keyframes bounce_fountainG {
        0% {
            -ms-transform: scale(1);
            background-color: rgb(8,153,250);
        }

        100% {
            -ms-transform: scale(.3);
            background-color: rgb(115,158,196);
        }
    }

    @-webkit-keyframes bounce_fountainG {
        0% {
            -webkit-transform: scale(1);
            background-color: rgb(8,153,250);
        }

        100% {
            -webkit-transform: scale(.3);
            background-color: rgb(115,158,196);
        }
    }

    @-moz-keyframes bounce_fountainG {
        0% {
            -moz-transform: scale(1);
            background-color: rgb(8,153,250);
        }

        100% {
            -moz-transform: scale(.3);
            background-color: rgb(115,158,196);
        }
    }

    .discount-wrap {
        position: absolute;
        display: block;
        top: 48px;
        left: -48px;
        background: #4caf50;
        color: #fff;
        padding: 0px 10px;
        font-size: 12px;
        border-radius: 0px 0px 5px 5px;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Safari */
    }

        .discount-wrap label {
            margin-bottom: 0px;
        }



    /*Theme For SeaMan Travels*/
    .no-pad {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .no-pdmr {
        margin-left: -1px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .btnGreen {
        background: #04a93a;
        color: #fff;
        border: solid 1px #44bd42;
    }

    .btnRed {
        background: #ce4c5a;
        color: #fff;
    }

    .row.flight_left_side {
        padding: 3px 0 14px;
    }

    .btnGreen:hover, .btnRed:hover {
        color: #fff;
    }

    .slide-in-blurred-top {
        -webkit-animation: slide-in-blurred-top 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
        animation: slide-in-blurred-top 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    }

    .topSection {
        display: block;
        position: relative;
        padding: 10px 0px;
        background: url('../images/pattern.jpg') fixed center;
    }

    .topbarlist {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block
    }

    .socialMediaIcons li i {
        color: #fff !important;
    }

    .topbarlist li {
        display: inline-block;
        list-style: none;
        margin-right: 7px;
    }

        .topbarlist li i {
            margin-right: 5px;
        }

        .topbarlist li a {
            color: #f9fbfd
        }

    /*.socialMediaIcons li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #ea0000;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease .5s;
}*/

    .socialMediaIcons li a:hover {
        /*background: #0058b2;*/
    }

    .socialMediaIcons li a i {
        margin-right: 0px
    }

    .widgetBg {
        padding: 20px;
    }

    .darkbg {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
    }

        .darkbg label {
            color: #fff;
        }

    .lightbg {
        background: rgba(220, 220, 220, 0.34);
        color: #333;
        border-radius: 5px;
    }

    .offerDetails {
        display: block;
        padding: 0px 50px
    }

        .offerDetails h3 {
            color: #ff7d00
        }


    /*Listpage*/

    .cornerwrap {
        display: block;
        position: relative;
        background: #fff;
        border-radius: 20px 20px 0px 0px;
        /*box-shadow: -1px 3px 8px;*/
        margin-bottom: 30px;
    }

    .airlineSliderWrap {
        margin-bottom: 20px;
    }

    .airlineSlider {
        display: block;
        padding: 0px 50px;
    }

        .airlineSlider li {
            background: #fff;
            padding: 3px;
            border: solid 1px #BD0D21;
            border-radius: 7px;
        }

    .airlineLogo {
        display: block;
    }

        .airlineLogo img {
            height: 25px;
            margin: 11px auto;
            display: block;
        }

        .airlineLogo span {
            display: block;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .FlightCount a {
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

    .lowestFare {
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-align: center;
        color: #000 !important;
        border-radius: 5px;
    }

    .preloaderz {
    }

    .colorwhite {
        color: white !important;
    }

    .shiftIcon {
        display: inline-block;
        position: absolute;
        left: 22.9%;
        top: 33%;
    }

    .mored {
        top: 68px;
        width: 470px;
        position: absolute;
        z-index: 999;
        right: 3px;
        background-color: #333333;
    }

    .spancount {
        display: inline-block;
        float: right;
        vertical-align: middle;
        color: #0a5dac;
        /*color: #f40e04;*/
        font-size: 11px;
    }

    .mored:before {
        content: "\f0d8";
        color: #333333;
        font-family: "FontAwesome";
        font-size: 35px;
        position: absolute;
        right: 7%;
        top: -14px;
    }

    @media (max-width: 768px) {
        .mored {
            width: auto;
        }

        .paxContainer {
            width: auto !important;
        }
    }

    .paxContainer {
        top: 68px;
        width: 298px;
        padding: 15px;
        position: absolute;
        z-index: 999;
        right: 3px;
        background-color: #333333;
        border-radius: 6px;
        overflow: visible;
    }

        .paxContainer:before {
            content: "\f0d8";
            color: #333333;
            font-family: "FontAwesome";
            font-size: 35px;
            position: absolute;
            right: 7%;
            top: -14px;
            z-index: 100;
        }

        .paxContainer label {
            color: #fff !important;
        }

    .shiftIcon a {
        background: #03923d;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: block;
        text-align: center;
        margin-top: 10px;
        color: #ffffff;
        margin-left: 7px;
        font-size: 10px;
        padding: 0px 4px 4px
    }

        .shiftIcon a:hover {
            transform: rotate(180deg);
        }

    .modal .shiftIcon a {
        margin-top: 32px;
    }

    .shftIcn a {
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: block;
        text-align: center;
        margin-top: 1px;
        color: #ffffff;
        margin-left: 7px !important;
        font-size: 10px;
    }

    i.fa.fa-plane.dep-icon.fa-icon {
        display: none;
    }

    .shftIcn a:hover {
        transform: rotate(180deg);
    }

    .shftIcn {
        display: inline-block;
        position: absolute;
        left: 30.5%;
        top: 6px !important;
    }

    .addIcon, .substractIcon {
        position: absolute;
        bottom: 0px;
        color: #000000;
        font-size: 9px;
        line-height: 40px;
        width: 24px;
        text-align: center;
        background: #d8d8d8;
    }

    .addIcon {
        right: 0;
        border-left: solid 1px #ccc;
    }

    .substractIcon {
        left: 0;
        border-right: solid 1px #ccc;
    }

    .paxcount {
        text-align: center;
    }

    .txtMarkup {
        height: 25px;
        padding: 0px 5px;
        width: 100%;
        margin-top: 7px;
    }

    .headof {
        font-size: 18px;
        color: white;
        font-weight: 500;
    }

    .stripebackground {
        /*background-image: url(/images/img/section-title-bg.png);*/
        background-position: center center;
        background-repeat: no-repeat;
    }

    .stripemealpreferance {
        background-image: url(/images/img/mealpreferance.png);
        background-position: right center;
        background-repeat: no-repeat;
    }

    .stripebaggagepreferance {
        background-image: url(/images/img/baggagepreferance.png);
        background-position: right center;
        background-repeat: no-repeat;
    }

    .norepeatback {
        /*background-image: url(/images/img/norepeatback.png);*/
        background-position: center;
        background-repeat: repeat;
    }

    #tabFareRule {
        overflow: scroll;
    }

    .border-rounded {
        border-radius: 50px;
    }

    .optBtns {
        margin-top: 20px
    }

    .apg {
        color: #ffffff;
        margin: 0;
        font-weight: 500;
        text-shadow: 1px 1px 1px #000, 3px 3px 5px #000000;
        font-size: 19px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .brand {
        margin-left: 62px;
    }

    @media (max-width: 1197px) {
        .brand {
            margin-left: auto !important;
        }
    }

    .task {
        position: absolute;
        overflow: hidden;
        cursor: pointer;
        -webkit-perspective: 800px;
        perspective: 800px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .abstract, .details {
        width: 100%;
        text-align: center;
        padding: 15px 30px;
        position: relative;
        background: rgba(255, 255, 255, 0.92);
    }

    .task:hover .abstract,
    .task:hover .details {
        background: #fafafa;
    }

    .abstract {
        transition: .3s ease all;
    }

    .details {
        max-height: 0;
        padding: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: 0.50s transform ease;
    }

        .details:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 10%;
            right: 10%;
            height: 1px;
            background: #d21212;
        }

    .task:hover .details {
        max-height: none;
        overflow: visible;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .details__inner {
        padding: 15px 30px;
    }


    .footer-item h6 {
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase
    }

        .footer-item h6 span {
            color: #bf2937
        }

    .footer-item .subscribe-style-two .form-control.input-subscribe {
        font-family: Lora, serif;
        font-size: 14px;
        font-weight: 500;
        height: 30px;
        letter-spacing: .9px;
        text-transform: capitalize
    }

    .footer-item::-moz-placeholder {
        color: #c9c9c9 !important
    }

    .footer-item::-webkit-input-placeholder {
        color: #c9c9c9 !important
    }

    .footer-item::-moz-placeholder {
        color: #c9c9c9 !important
    }

    .footer-item::-ms-input-placeholder {
        color: #c9c9c9 !important
    }

    .footer-item .subscribe-style-two .btn-subscribe {
        height: 30px
    }

    @media only screen and (min-width:334px) and (max-width:767px) {
        .footer-widget-one {
            padding-bottom: 80px
        }

        .footer-item {
            text-align: left
        }

        .border-style-3:after {
            top: -10px !important;
            /*left: 171px !important*/
        }
    }

    .footer-item {
        position: relative;
        margin-bottom: 30px
    }

    .footer-logo {
        width: 180px
    }

    .footer-logo-2 {
        width: 250px;
        text-align: center
    }

    .footer-widget-one p {
        font-weight: 400;
        letter-spacing: .7px;
        margin-bottom: 20px;
        text-transform: capitalize
    }

    footer ul.social-icon {
        border-bottom: none
    }

    .social-icon li {
        display: inline-block;
        width: 22px;
        height: 23px;
        line-height: 22px;
        font-size: 14px;
        text-align: center;
        cursor: pointer
    }

        .social-icon li:hover {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

    .social-icon li {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .social-icon.bg-theme li {
        background: #ffcd22
    }

        .social-icon.bg-theme li a {
            color: #fff
        }

        .social-icon.bg-theme li:hover {
            background: #4d4d4d
        }

            .social-icon.bg-theme li:hover a {
                color: #fff
            }

    .social-icon.bg-transparent li {
        background: 0 0
    }

        .social-icon.bg-transparent li a {
            color: #333
        }

        .social-icon.bg-transparent li:hover {
            background: 0 0
        }

            .social-icon.bg-transparent li:hover a {
                color: #ffcd22
            }

    .social-icon.bordered li {
        border: 1px solid
    }

        .social-icon.bordered li:hover {
            background: #ffcd22;
            border-color: #ffcd22
        }

            .social-icon.bordered li:hover a {
                color: #fff
            }

    .social-icon.bordered-theme li {
        border: none
    }

        .social-icon.bordered-theme li a {
            color: #ffcd22
        }

        .social-icon.bordered-theme li:hover {
            /*background: #bf2937;
        border-color: #303f69*/
        }

            .social-icon.bordered-theme li:hover a {
                color: #fff
            }

    .news-img {
        float: left;
        padding-top: 5px;
        padding-right: 15px
    }

        .news-img a {
            display: inline-block;
            position: relative
        }

            .news-img a span {
                font-size: 22px;
                position: absolute;
                top: 70%;
                left: 50%;
                color: #fff;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                visibility: hidden;
                opacity: 0;
                z-index: 2;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .news-img a:after {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                background: #ffcd22;
                visibility: hidden;
                top: 0;
                left: 0;
                opacity: 0;
                z-index: 1;
                -webkit-transition: all .3s linear;
                transition: all .3s linear
            }

    .footer-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer-list li {
            margin-bottom: 12px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .footer-list li:last-child {
                margin-bottom: 0;
                padding-bottom: 0
            }

            .footer-list li a {
                color: white;
                font-size: 12px;
                font-weight: 500;
                letter-spacing: .4px;
                margin-left: 0;
                text-transform: capitalize;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

                .footer-list li a:hover {
                    color: #fff
                }

            .footer-list li:hover {
                padding-left: 5px;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

    .footer-title {
        margin-bottom: 30px
    }

        .footer-title h4 {
            color: #fff;
            font-size: 16px;
            letter-spacing: .8px;
            font-weight: bold;
            padding-bottom: 4px;
            text-transform: uppercase
        }

            .footer-title h4 span {
                /*color: #bf2937*/
            }

    .border-style-1,
    .border-style-2,
    .border-style-3 {
        position: relative
    }

        .border-style-1:after {
            top: 0;
            content: "";
            height: 3px;
            left: 2px;
            margin: auto;
            position: absolute;
            width: 40px;
            background: #ffcd22
        }

        .border-style-2:after {
            top: 0;
            content: "";
            height: 3px;
            left: 2px;
            margin: auto;
            position: absolute;
            width: 50px;
            background: #ffcd22
        }

        .border-style-3:after {
            background: #fff none repeat scroll 0 0;
            border-radius: 0 50px 0 0;
            content: "";
            height: 3px;
            left: 2px;
            margin: auto;
            position: absolute;
            top: 0;
            width: 40px
        }

    .footer-item .subscribe-style-one,
    .footer-item .subscribe-style-two {
        margin-bottom: 30px
    }

    .btn-subscribe {
        height: 55px;
        border-radius: 0;
        background: #333;
        color: #fff;
        cursor: pointer
    }

        .btn-subscribe:hover {
            background: #ffcd22
        }

    .subscribe-style-two .btn-subscribe {
        background: #bf2937
    }

    .subscribe-style-two .form-control:focus {
        border-color: #ffcd22
    }

    .subscribe-style-two .btn-subscribe:hover {
        background: #333
    }

    .footer-item form .form-control {
        height: 45px;
        margin-bottom: 0
    }

    .footer-btn {
        font-size: 13px;
        color: #fff;
        background: #4d4d4d
    }

        .footer-btn:hover {
            color: #fff;
            background: #ffcd22
        }

    .footer-btn-1 {
        font-size: 13px;
        color: #fff;
        background: #ffcd22
    }

        .footer-btn-1:hover {
            color: #fff;
            background: #4d4d4d
        }

    .bg-footer-1 {
        color: #fff
    }

        .bg-footer-1 a:hover {
            color: #ffcd22
        }

        .bg-footer-1,
        .bg-footer-1 .footer-item .social-icon.bordered li i,
        .bg-footer-1 .footer-item h6,
        .bg-footer-1 .footer-title h4,
        .bg-footer-1 .social-icon.bordered li i,
        .bg-footer-1 a,
        .bg-footer-1 h4,
        .bg-footer-1 h5 {
            color: #fff
        }

            .bg-footer-1 hr {
                background: #eee
            }

            .bg-footer-1 .footer-item form .form-control {
                background: 0 0;
                border-color: #777
            }

                .bg-footer-1 .footer-item form .form-control:focus {
                    border-color: #ffcd22
                }

    .form-style-one .form-control {
        background: 0 0;
        border: 1px solid #ddd;
        color: #fff
    }

    .footer-list.footer-contact li {
        margin-bottom: 10px
    }

        .footer-list.footer-contact li:last-child {
            margin-bottom: 24px
        }


    /*New design changes by ajith*/

    .starRatingList {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .starRatingList li {
            display: inline-block;
            width: 18%;
        }

            .starRatingList li a {
                display: block;
                background: #fff;
                /*width: 18%;*/
                height: 40px;
                line-height: 40px;
                text-align: center;
                border-radius: 7px;
                font-weight: 500;
            }

                .starRatingList li a.active {
                    background: #087fde;
                    color: #fff;
                }

    #HotelDet h3 {
        border-color: #fdbe19 !important;
        border-bottom: 1px solid;
    }

    .contact_info {
        padding: 65px 0px;
        background: #fbfbfd;
    }

    .contact_info_item {
        border-bottom: 1px solid #eeebf6;
        padding-bottom: 25px;
    }

    .mb_20 {
        margin-bottom: 20px;
    }

    .t_color3 {
        color: #222d39;
    }

    .contact_info_item p {
        color: #677294;
        margin-bottom: 8px;
    }

    .f_400 {
        font-weight: 400;
    }

    .f_size_15 {
        font-size: 15px;
    }

    .contact_info_item + .contact_info_item {
        border: 0px;
        margin-top: 11px;
    }

    .contact_info_item {
        border-bottom: 1px solid #eeebf6;
        padding-bottom: 25px;
    }

        .contact_info_item p {
            color: #677294;
            margin-bottom: 8px;
        }

    .f_400 {
        font-weight: 400;
    }

    .contact_info_item a {
        color: #677294;
        padding-left: 3px;
        display: inline-block;
    }

    #success {
        color: lawngreen;
    }

    #error {
        color: orangered;
    }

    #success, #error {
        position: relative;
        top: 10px;
        display: block;
        right: 0;
        left: 0;
        bottom: -15px;
        display: none;
        font-weight: 600;
    }

    .text_box {
        margin-bottom: 30px;
    }

        .text_box input[type="text"], .text_box textarea, .text_box input[type="password"], .text_box input[type="email"] {
            font: 400 15px/60px "Poppins", sans-serif;
            color: #214c7a;
            height: 60px;
            border-radius: 4px;
            background-color: white;
            -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
            box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
            width: 100%;
            border: 1px solid #fff;
            padding-left: 30px;
        }

    .text_box {
        margin-bottom: 30px;
    }

    .contact_form_box .btn_three:hover {
        background: transparent;
        color: #214c7a;
    }

    .btn_three {
        font: 500 14px "Poppins", sans-serif;
        color: #fff;
        background: #214c7a;
        border-radius: 3px;
        padding: 15px 30px;
        border: 1px solid #214c7a;
        margin-top: 50px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        cursor: pointer;
        display: inline-block;
    }

    .contact_form_box .btn_three {
        min-width: 180px;
        text-align: center;
        background: #214c7a;
        border-color: #214c7a;
        margin-top: 0px;
    }

    .btn_three:hover {
        color: #214c7a;
        background: transparent;
    }

    .contact_form {
        margin-top: 32px;
    }

    .page-title {
        position: relative;
        padding: 111px 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        color: rgba(255, 255, 255, 0.9);
        position: relative;
        text-align: center;
    }

        .page-title h1 {
            color: rgba(255, 255, 255, 1);
            margin: 0 0 5px;
        }

    ol.breadcrumb-list li {
        display: inline-block;
        line-height: 1;
        color: rgba(255, 255, 255, 1);
        font-size: 12px;
    }

        ol.breadcrumb-list li a {
            color: rgba(255, 255, 255, 1);
            font-weight: 600;
        }

            ol.breadcrumb-list li a:after {
                content: "/";
                margin: 0 7px;
            }

    .nav-tabs > li > a {
        background-color: #eee !important;
        color: #333 !important;
    }

    .nav-tabs > li.active > a > a:active {
        background-color: #dc0505 !important;
        border: 1px solid #ddd;
        color: #fff !important;
    }

    .listFooter {
        display: block;
        border-top: dashed 1px #ccc;
        padding-top: 7px;
        transition: .5s;
    }

    /*Userlogin*/
    * {
        box-sizing: border-box;
    }

    body {
        font-family: Verdana, sans-serif;
    }

    .mySlides {
        display: none;
    }

    img {
        vertical-align: middle;
    }

    /* Slideshow container */
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }

    /* Caption text */
    .text {
        display: none;
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: none; /*inline-block;*/
        transition: background-color 0.6s ease;
        vertical-align: middle;
        margin-left: 100px;
    }

    .active {
        /*background-color: #e3ebef;*/
    }

    /* Fading animation */
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @-webkit-keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
        .text {
            font-size: 11px
        }
    }
    /*services*/
    .mainservices {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }


        .mainservices li {
            color: #a9a9a9;
            padding: 29px 0 22px;
            color: transparent;
            width: 100%;
            background: white;
            font-size: 11px;
            display: inline-block;
            text-align: center;
            box-shadow: 1px 1px 4px 1px #e8e8e8;
            text-decoration: none;
            transition: all .2s ease;
        }

            .mainservices li i, .servicesListUl li i {
                font-size: 30px;
                color: #30a1e1;
            }

    .lSSlideOuter {
        overflow: hidden;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .servicesListUl li {
        color: #a9a9a9;
        padding: 29px 0 22px;
        /* color: transparent; */
        width: 100%;
        font-size: 11px;
        display: inline-block;
        text-align: center;
        border: 1px solid #e8e8e8;
        box-shadow: 1px 1px 2px 0px #e8e8e8;
        text-decoration: none;
        transition: all .2s ease;
        margin-right: 0px !important;
        margin-bottom: 5px;
    }

    .servicesListUl li {
        width: 185.667px;
        margin-right: 0px;
    }

    .servicesListUl {
        width: 3768.33px;
        transform: translate3d(-1190px, 0px, 0px);
        height: 118px;
        padding-bottom: 0%;
    }

    .footer {
        text-align: left;
        display: flex;
        flex-flow: row wrap;
        padding: 30px 30px 20px 30px;
        color: #2f2f2f;
        background-color: #fff;
        border-top: 1px solid #e5e5e5;
    }

    .footer__addr {
        margin-right: 10em;
        margin-bottom: 2em;
    }

    .footer li {
        line-height: 1.5em;
    }

    .footer ul {
        margin-top: 7px;
        margin-right: 7em;
        list-style: none;
        padding-left: 0;
    }

    .nav__title {
        font-weight: 400;
        font-size: 15px;
    }

    .mainservices li h4, .servicesListUl li h4, .AlertListUl li h4 {
        font-size: 11px;
        text-transform: capitalize;
        color: #323131;
    }

    .sectionareaofpadding {
        margin-top: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
        background-color: #ffffff;
        padding: 15px 13px 36px;
    }

    .lSSlideWrapper {
        max-width: 100%;
        overflow: hidden;
        position: relative;
        transition-duration: 3000ms;
        transition-timing-function: ease;
    }

    .mainservices li i, .servicesListUl li i {
        font-size: 30px;
        color: #30a1e1;
    }

    .alertflex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .legal {
        /*display: flex;*/
        flex-wrap: wrap;
        color: #999;
        text-align: center;
    }

    .legal__links {
        display: flex;
        align-items: center;
    }

    .text-center {
        text-align: center;
    }

    @media screen and (min-width: 60.1em) {
        .footer__nav > * {
            flex: 1;
        }

        .footer__nav > * {
            flex: 1 50%;
            margin-right: 1em;
        }
    }

    @media screen and (min-width: 24.375em) {
        .legal .legal__links {
            margin-left: auto;
        }
    }

    .fare-details-hidden {
        display: none;
        position: absolute;
        background: white;
        z-index: 10;
        box-shadow: #ababab 1px 1px 10px;
        /*left: -180px;
    top: 0px;*/
        left: 0;
        background: #f7f7f7;
    }

    .link-amount {
        cursor: pointer;
    }

    .shadow-normal {
        box-shadow: #c7c7c7 0px 0px 10px;
    }

    .fare-rules-hidden {
        display: none;
        position: absolute;
        z-index: 100;
        background: white;
        box-shadow: #c7c7c7 0px 0px 10px;
        top: 0;
        width: 100%;
    }

    .fare-details-multi-hidden {
        margin-left: -20px;
    }

    .fare-rules-close, .custom-close {
        right: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        right: -10px;
        top: -10px;
        opacity: 0.5;
        cursor: pointer
    }

    .close {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        right: 0;
        color: red;
    }

    .flight-details-hidden {
        display: none;
        position: absolute;
        z-index: 100;
        background: #f0f8ff;
        top: 0;
        padding: 15px;
        left: 0px;
        box-shadow: #c7c7c7 -1px 1px 6px 2px;
        border: #d0cdcd 1px solid;
    }

    .baggage-hidden {
        display: none;
        width: 100%;
        margin-top: 30px;
        position: relative;
    }

        .baggage-hidden .close-block {
            position: absolute;
            top: 4px;
            right: 4px;
            background: black;
            width: 15px;
            height: 15px;
            color: white;
        }
    /* ROUND TRIP CSS*/
    .round-stop-hidden-div, .round-stop-hidden-div-1 {
        position: absolute;
        padding: 15px;
        z-index: 100;
        top: 0;
        left: 0px;
        background: #f0f8ff;
        box-shadow: #c7c7c7 -1px 1px 6px 2px;
        /*0px 2px 5px 1px rgba(0,0,0,0.3);*/
        line-height: 1;
        font-size: 10px;
        display: none;
    }

    .flight-details {
        display: none;
        position: absolute;
        top: 0;
        z-index: 100;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: gray 0px 0px 5px;
        padding: 10px;
    }

    .fare-rule-container-multi {
        overflow-y: scroll;
        height: 200px;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0 auto;
    }

    @media only screen and (max-width:991px) {
        .slider-section {
            margin-top: 2rem !important;
        }

        .shiftIcon {
            display: none;
        }
    }


    .slider-section {
        margin-top: 6rem;
    }

    .tab-btns input[type="radio"] {
        /* hide the inputs */
        opacity: 0;
    }

        /* style your lables/button */
        .tab-btns input[type="radio"] + label {
            /* keep pointer so that you get the little hand showing when you are on a button */
            cursor: pointer;
            /* the following are the styles */
            padding: 4px 10px;
            border: 1px solid #BD0D21;
            background: #efefef;
            color: #BD0D21;
            border-radius: 8px;
            text-shadow: 1px 1px 0 rgba(0,0,0,0);
            /* One Way */
            font-family: 'Inter';
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            color: #000000;
        }

        .tab-btns input[type="radio"]:checked + label {
            /* style for the checked/selected state */
            background: #BD0D21;
            border: 1px solid #BD0D21;
            text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
            color: white !important;
            border-radius: 8px;
        }

    .tab-btns ::after {
        display: none;
    }

    .tab-btns ::before {
        display: none;
    }

    .square-package-loader {
        width: 150px;
        height: 150px;
    }

    .center {
        margin: 0 auto;
    }

    .headding-loader-big {
        width: 100%;
        height: 40px;
    }

    .headding-loader {
        width: 100%;
        height: 30px;
    }

    .text-loader {
        width: 95%;
        height: 20px;
    }

    .image-loader {
        width: 100px;
        height: 100px;
    }

    .checkbox-loader {
        width: 15px;
        height: 15px;
    }

    .loader-blink {
        animation-name: blink;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }

    .loader-blink-r {
        animation-name: blink-r;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }

    .loader-text-anim {
        animation-name: text-anim;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }

    .loader-text-anim-2 {
        animation-name: text-anim-2;
        animation-duration: 1.6s;
        animation-iteration-count: infinite;
    }

    @keyframes blink {
        0% {
            background-color: #bbbbbb;
        }

        50% {
            background-color: #ddd;
        }

        100% {
            background-color: #bbbbbb;
        }
    }

    @keyframes blink-r {
        0% {
            background-color: #ddd;
        }

        50% {
            background-color: #bbb;
        }

        100% {
            background-color: #ddd;
        }
    }

    @keyframes text-anim {
        0% {
            background-color: #ddd;
            width: 0%;
        }

        50% {
            background-color: #bbb;
        }

        100% {
            background-color: #ddd;
            width: 100%;
        }
    }

    @keyframes text-anim-2 {
        0% {
            background-color: #bbb;
            width: 0%;
        }

        50% {
            background-color: #ddd;
        }

        100% {
            background-color: #bbb;
            width: 100%;
        }
    }

    .mb-5 {
        margin-bottom: 5px;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .pt-15 {
        padding-top: 15px;
    }

    .pt-10 {
        padding-top: 10px;
    }

    .pt-5 {
        padding-top: 3px;
    }

    .pl-10 {
        padding-left: 10px;
    }

    .pr-10 {
        padding-right: 10px;
    }

    pt-0 {
        padding-top: 0;
    }

    .p-20 {
        padding: 20px
    }

    .mt-5 {
        margin-top: 3px;
    }

    .overlay {
        position: fixed; /* Sit on top of the page content */

        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 8888; /* Specify a stack order in case you're using a different order for other elements */
        cursor: pointer; /* Add a pointer on hover */
    }

    .invisible {
        visibility: hidden;
    }

    .api-wraper {
        position: absolute;
        right: 0;
        top: 0;
        background: #012b72;
        color: WHITE;
        padding: 2px;
        font-size: 9px;
        line-height: 1.5;
    }

    @media (min-width: 992px) {
        .col-md-center {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .flight-details-hidden {
        font-size: 10px;
        line-height: 1em;
        font-weight: 700;
        width: 50%;
    }

        .flight-details-hidden .fa {
            margin-top: 10px;
        }

        .flight-details-hidden .col-md-12 {
            border-bottom: dashed 1px #ccc;
            border-top: dashed 1px #ccc;
        }

        .flight-details-hidden > .col-md-12:nth-child(2) {
        }

    .no-pad-r {
        padding-right: 0;
    }

    .no-pad-l {
        padding-left: 0;
    }

    .air-logo {
        width: 40px;
        text-align: left !important;
    }

    .air-details {
        text-align: left !important;
    }

        .air-details .air-number {
            font-weight: normal;
            text-align: left !important;
        }

    .list-footer img {
        width: 20px;
    }

    .right-dashed-border {
        border-right: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }

        .item-list-wrap > .row,
        .right-dashed-border > .row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

    a.form-control.btn.btn-green.BookNow {
        margin: 7px 0;
    }

    .mr-10 {
        margin-right: 10px;
    }

    .loader-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .no-result {
        display: none;
        font-size: 20px;
    }

        .no-result img {
            width: 70px;
        }

    .modify {
        background: #00000000;
        padding: 0 7px;
        z-index: 1 !important
    }

    .prev:hover {
        color: black
    }

    .expander:hover {
        color: #fff
    }

    .hfr span {
        font-weight: 500;
        font-size: 13px;
    }

    .expander {
        z-index: 997;
        text-align: center;
        border-radius: 0 0 12px 12px;
        position: absolute;
        font-size: 12px;
        font-weight: 500;
        right: 22px;
        color: #f5f5f5;
        background: #27468f !important;
        width: 154px;
        height: 22px;
        transition: all .5s ease-in
    }

        .expander:focus {
            color: #fff;
        }

        .expander i {
            margin-right: 10px
        }

    .fz11 {
        font-size: 11px;
        color: #000
    }

    .widgtline {
        display: block !important;
        position: relative !important;
        padding: 0 0 !important;
        font-size: 11px !important;
        font-weight: 500 !important;
        text-decoration: none !important;
        text-transform: capitalize !important;
        color: #101010 !important
    }

    .paxtravel {
        top: 71px;
        width: 298px;
        padding: 8px;
        position: absolute;
        z-index: 999;
        right: 3px;
        background: #e4ded8
    }

        .paxtravel:before {
            content: "\f0d8";
            color: #e4ded8;
            font-family: "FontAwesome";
            font-size: 35px;
            position: absolute;
            right: 7%;
            top: -14px
        }

    .mored:before {
        content: "\f0d8";
        color: #fff;
        font-family: "FontAwesome";
        font-size: 35px;
        position: absolute;
        right: 7%;
        top: -14px
    }

    .mored {
        top: 65px;
        width: 268px;
        padding: 14px;
        border-radius: 4px;
        position: absolute;
        border: 1px solid #e4ded8;
        z-index: 999;
        right: 22px;
        background: white;
        box-shadow: 0 7px 8px -4px #a9a9a9
    }

        .mored .chk-direct {
            padding: 0px;
        }

    .proceed:hover {
        background: #f78821 !important
    }

    /*.proceed {
    display: block;
    transition-duration: .5s;
    height: 40px;
    text-align: center;
    background: #27468f !important;
    color: #fff;
    line-height: 32px
}*/
    .notdropdiv {
        font-size: 18px;
        display: inline-block;
        float: none;
        position: relative;
        z-index: 9;
    }

    .awe-navigation .menu-list li a img {
        display: none
    }

    .loginbtn i.fa.fa-user {
        margin-right: 7px;
        color: black;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        visibility: hidden;
        z-index: 1
    }

    #header-page .logo {
        padding-left: 20px;
    }

    nav.navigation.text-right.awe-navigation {
        /* float: none !important; */
        width: 72%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background: #BD0D21;
        height: 70px !important;
        position: relative;
        padding-right: 30px
    }

        nav.navigation.text-right.awe-navigation:before {
            content: '';
            position: absolute;
            left: -29px;
            top: 0;
            width: 86px;
            height: 100%;
            background-color: white;
            transform: skewX(-20deg);
            transform-origin: left;
            z-index: 1;
        }

    a.linkMyacc.loginbtn {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        background: #BD0D21;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        padding: 8px 42px 8px;
        margin-left: 8px;
        position: relative
    }

    .container-fluid.px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .justify-content-between {
        justify-content: space-between
    }

    .is-sticky .fz11 {
        color: #fff
    }

    .mored .fz11 {
        font-size: 11px;
        color: black
    }

    .nobotm {
        margin-bottom: 0 !important
    }

    i.fa.fa-plane.dep-icon-vertical.fa-icon {
        display: none
    }

    .flightModify .input-control, .flightModify .select-control {
        background: #fff;
        font-weight: 500;
        padding-left: 0;
    }

    .flightModify input[readonly] {
        font-weight: 500
    }

    .flightModify .fa-icon {
        color: #ce5f09
    }

    .flightModify ::-webkit-input-placeholder {
        color: #fff
    }

    .flightModify ::-moz-placeholder {
        color: #fff
    }

    .flightModify :-ms-input-placeholder {
        color: #fff
    }

    .flightModify :-moz-placeholder {
        color: #fff
    }

    .flightModify .input-control::placeholder, .flightModify .select-control::placeholder {
        color: #4c4c4c;
    }

    .faX {
        /*color: #363636;*/
        padding: 6px;
        display: none;
        transition: all .5s ease-in;
    }


    /*Breakpoint xs*/
    @media (max-width: 576px) {
        .link-amount {
            padding-top: 10px;
            text-align: center;
        }

        .list-footer {
            margin: 0 -13px;
            margin-top: 10px;
            margin-bottom: 0;
        }

        .air-logo {
            float: left;
            margin-right: 0;
            text-align: left !important;
        }

        .air-details, .air-number {
            text-align: left !important;
        }

        .route .time, .route .dep, .route .date, .route .arv, .stop {
            text-align: left;
        }

        .text-center-xs {
            text-align: center;
        }

        .text-right-xs {
            text-align: right !important;
        }

        .text-left-xs {
            text-align: left !important;
        }

        .clear-l-xs {
            clear: left;
        }

        .clear-r-xs {
            clear: right;
        }

        .no-pad-xs {
            padding: 0 !important;
        }

        .no-margin-xs {
            margin: 0 !important;
        }

        .float-l-xs {
            float: left;
        }

        .float-r-xs {
            float: left;
        }

        .text-bold-xs {
            font-weight: bold;
        }
    }



    /*Break point sm*/
    @media (min-width: 576px) and (max-width: 768px) {
        .air-logo {
            float: left;
            margin-right: 0;
            text-align: left !important;
        }

        .air-details {
            text-align: left !important;
        }

        .text-center-sm {
            text-align: center;
        }

        .text-right-sm {
            text-align: right;
        }

        .text-left-sm {
            text-align: left;
        }

        .clear-l-sm {
            clear: left;
        }

        .clear-r-sm {
            clear: right;
        }

        .no-pad-sm {
            padding: 0 !important;
        }

        .no-margin-sm {
            margin: 0;
        }

        .float-l-sm {
            float: left;
        }

        .float-r-sm {
            float: left;
        }

        .text-bold-sm {
            font-weight: bold;
        }
    }

    /*Break point md*/
    @media (min-width: 768px)and (max-width: 992px) {
        .text-center-md {
            text-align: center;
        }

        .text-right-md {
            text-align: right;
        }

        .text-left-md {
            text-align: left;
        }

        .clear-l-md {
            clear: left;
        }

        .clear-r-md {
            clear: right;
        }

        .no-pad-md {
            padding: 0;
        }

        .no-margin-md {
            margin: 0;
        }

        .float-l-md {
            float: left;
        }

        .float-r-md {
            float: left;
        }

        .text-bold-md {
            font-weight: bold;
        }
    }
    /*Breakpoint lg*/
    @media (min-width: 992px) and (max-width: 1200px) {
        .text-center-lg {
            text-align: center;
        }

        .text-right-lg {
            text-align: right;
        }

        .text-left-lg {
            text-align: left;
        }

        .clear-l-lg {
            clear: left;
        }

        .clear-r-lg {
            clear: right;
        }

        .no-pad-lg {
            padding: 0;
        }

        .no-margin-lg {
            margin: 0;
        }

        .float-l-lg {
            float: left;
        }

        .float-r-lg {
            float: left;
        }

        .text-bold-lg {
            font-weight: bold;
        }
    }
    /*Breakpoint xl*/
    @media (min-width: 1200px) {
    }

    .adult-drop-outer {
        background: white;
        display: flex;
        position: absolute;
        z-index: 999;
        width: 23vw;
        top: 34px;
        box-shadow: -1px 3px 10px #dedede;
        padding: 1.8rem 0;
    }

    .sub-agents-outer {
        background: whitesmoke;
        padding: 8px 12px !important;
        margin-bottom: 0px !important;
    }

        .sub-agents-outer .agent-outer {
            display: flex;
            justify-content: start
        }

        .sub-agents-outer .agent-avatar {
            width: 30px;
            height: 30px;
            border-radius: 100%;
            margin-right: 5px;
        }

            .sub-agents-outer .agent-avatar img {
                max-width: 100%;
                max-height: 100%;
                border-radius: 100%;
            }

        .sub-agents-outer .agent-name {
            font-weight: bold;
            font-size: 12px;
            color: black;
            width: 100%;
        }

            .sub-agents-outer .agent-name p {
                color: gray;
                font-size: 10px;
                font-weight: normal;
                padding: 0;
                margin: 0;
            }

                .sub-agents-outer .agent-name p a {
                    color: blue;
                    text-decoration: none;
                    padding: 0;
                    margin: 0;
                }

        .sub-agents-outer .credits-outer {
            display: flex;
            justify-content: space-between;
            margin: 10px 0;
        }

            .sub-agents-outer .credits-outer .available-credits {
                font-weight: bold;
                font-size: 12px;
                color: black;
            }

                .sub-agents-outer .credits-outer .available-credits p {
                    font-weight: normal;
                    font-size: 10px;
                    color: gray;
                }

            .sub-agents-outer .credits-outer .available-price {
                font-weight: bold;
                font-size: 12px;
                color: black;
            }

                .sub-agents-outer .credits-outer .available-price p {
                    font-weight: normal;
                    font-size: 10px;
                    color: gray;
                }

    section.modify.flightModify {
        border-bottom: 1px solid #BD0D21;
        background: #fff !important;
        width: 100% !important;
        padding: 12px !important;
    }

    label.fz11.hidden-xs {
        display: none;
    }

    .pl-0 {
        padding-left: 0
    }

    section.modify.flightModify .col-md-9.col-sm-9.col-xs-6.no-pad,
    section.modify.flightModify .col-md-4.col-sm-4.col-xs-4.no-col-pad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    section.modify.flightModify .col-md-12.no-col-pad {
        padding-left: 15px;
    }

    section.modify.flightModify .input-control {
        border: 0;
        border-bottom: 1px solid #000000 !important;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        border-radius: 0;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    section.modify.flightModify .fz11 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
    }

    section.modify.flightModify .search-btn.proceed {
        margin-top: -17px;
    }

    label.ow-date {
        display: none;
    }

    .logo-name .width-auto,
    .logo-name .col-sm-12.col-xs-12.no-pad-r {
        width: auto;
    }

    .air-details {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
        line-height: 24px;
        color: #000000;
    }

        .air-details > div {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #000000;
        }

    button.form-control.btn.btn-green.BookNow {
        margin: 7px 0;
    }

    .round_trip .right-dashed-border:before,
    .round_trip .right-dashed-border:before {
        content: '';
        position: absolute;
        right: 0;
        left: auto;
        height: 80%;
        width: 1px;
        background: #ccc;
        top: 50%;
        transform: translateY(-50%)
    }

    .air-number {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }

    .sidebar-title {
        display: none;
    }

    .list-footer .col-xs-3:first-child {
        width: 26%;
    }

    .right-dashed-border .col-xs-3:first-child {
        width: 35%;
    }

        .right-dashed-border .col-xs-3:first-child .col-md-4.col-sm-4.col-xs-12.no-pad,
        .right-dashed-border .col-xs-3:first-child .col-sm-12.col-xs-12.no-pad-r {
            width: 40px !important;
            padding-left: 5px
        }

        .right-dashed-border .col-xs-3:first-child .col-md-8.col-sm-8.col-xs-12.no-pad,
        .right-dashed-border .col-xs-3:first-child .col-sm-12.col-xs-12 {
            width: calc(100% - 40px);
            padding-left: 15px !important;
        }

    .list-footer .col-xs-3 {
        width: 17%;
    }

    .right-dashed-border .col-xs-3 {
        width: 21.6%;
    }

    .text-success.offerp label {
        display: block;
        margin-bottom: 0
    }

    .list-footer marquee {
        position: relative;
        top: -9px;
    }

    .item-wraper .text-success {
        color: #3c763d;
        line-height: 1.2;
    }

    .list-footer .toogleContent input.farefamily.flight-dtls-Radio {
        margin: 2px !important;
    }

    a.btn.btn-default.btn-xs.btntoogle {
        position: absolute;
        right: 30px;
        top: 8px;
        border: 0;
        background: transparent !important;
        color: #bd0d21;
    }

    a.clsTotalAmount.btn.btn-primary.btn-xs.link-round-fare-rules {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        border: 0;
        background: transparent !important;
    }

    .bdr-box .btn-primary {
        background-color: #bd0d21;
        border: 1px solid #bd0d21
    }

    .contact-info.custom-block.form-control-area .form-control,
    .agency-info.custom-block.form-control-area .form-control {
        padding-left: 25px !important;
    }

    .owl-item.active.center {
        position: relative;
        z-index: 1;
    }