html {
    box-sizing: border-box;
    margin-bottom: 0px;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}
.btn_edit{
    display:none!important;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

a:hover,a:focus{text-decoration:none !important}

footer {
    background-color: #c83539;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-bottom: -100px;
}
.disblock{
    display:block;
}
.legconfig li img {
    width: 50px;
    height: 24px;
}


/*.ribbon {
    width: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    border: 30px solid #f00;
    border-bottom: 15px solid transparent;
    border-top: none;
}

    .ribbon > span {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 60px;
        width: 60px;
        margin-left: -30px;
        text-align: center;
        padding: 20px;
        color: #fff;
        text-decoration: none;
    }

    .ribbon:hover {
        border-left-color: #c00;
        border-right-color: #c00;
    }*/

.sort a {
    font-size: 13px;
    font-weight: 600;
    color: black;
}
.nav-desktop ul > li > a {
    color: #df4651;
}

    .nav-desktop ul > li > a span {
        /*background: #f1f1f1;
        padding: 2px 4px 2px 4px;
        border-radius: 3px;*/
        color:#333;
    }
.nav-desktop ul > li > a:hover {
    color: #df4651;
}
.banner {
    /*background: url('../images/white_transBg.png') repeat-x top left;*/
    /*background: url('../CBT/Images/Travellinks1.jpg')no-repeat center center;*/
    background: url('../CBT/Images/BannR2.jpg')no-repeat center center;
    background-size: cover;
}
.form-cn {
    border-top: 2px solid #ec7611;
}
.form-search .form-field label span,
.form-search .form-field.field-select .select span{
    color: #ec7611;
}

.tabs-cat .cate-item:before{
    border-bottom-color: #ec7611;
}
.tab-btns {
    list-style: none;
    margin: 0;
    padding: 0;
    /*margin: 10px 0px 10px;
    padding: 0;
    display: block;
    float: left;
    width: 100%;*/
}
.awe-btn.awe-search{
    background-color: #bf0f1b;
    color: #fff;
    border-color: #e60010;
}
.awe-btn.awe-search:hover{
    background-color: #db5406;
    border-color: #db5406;
}

.form-hotel .field-destination,.form-hotel .field-select{
    width: 200px;
}
/* .field-paxselection{
    width: 400px;
}

.paxContainer{
    display: block;
    width: 100%;
    float: left;
}

.paxContainer input{
    width: 100%;
}*/

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall,snowflakes-shake;
    -webkit-animation-duration: 10s,3s;
    -webkit-animation-timing-function: linear,ease-in-out;
    -webkit-animation-iteration-count: infinite,infinite;
    -webkit-animation-play-state: running,running;
    animation-name: snowflakes-fall,snowflakes-shake;
    animation-duration: 10s,3s;
    animation-timing-function: linear,ease-in-out;
    animation-iteration-count: infinite,infinite;
    animation-play-state: running,running
}

    .snowflake:nth-of-type(0) {
        left: 1%;
        -webkit-animation-delay: 0s,0s;
        animation-delay: 0s,0s
    }

    .snowflake:nth-of-type(1) {
        left: 10%;
        -webkit-animation-delay: 1s,1s;
        animation-delay: 1s,1s
    }

    .snowflake:nth-of-type(2) {
        left: 20%;
        -webkit-animation-delay: 6s,.5s;
        animation-delay: 6s,.5s
    }

    .snowflake:nth-of-type(3) {
        left: 30%;
        -webkit-animation-delay: 4s,2s;
        animation-delay: 4s,2s
    }

    .snowflake:nth-of-type(4) {
        left: 40%;
        -webkit-animation-delay: 2s,2s;
        animation-delay: 2s,2s
    }

    .snowflake:nth-of-type(5) {
        left: 50%;
        -webkit-animation-delay: 8s,3s;
        animation-delay: 8s,3s
    }

    .snowflake:nth-of-type(6) {
        left: 60%;
        -webkit-animation-delay: 6s,2s;
        animation-delay: 6s,2s
    }

    .snowflake:nth-of-type(7) {
        left: 70%;
        -webkit-animation-delay: 2.5s,1s;
        animation-delay: 2.5s,1s
    }

    .snowflake:nth-of-type(8) {
        left: 80%;
        -webkit-animation-delay: 1s,0s;
        animation-delay: 1s,0s
    }

    .snowflake:nth-of-type(9) {
        left: 90%;
        -webkit-animation-delay: 3s,1.5s;
        animation-delay: 3s,1.5s
    }
/* Demo Purpose Only*/
.demo { 
    font-family: 'Raleway', sans-serif;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

    .demo a {
        font-family: 'Raleway', sans-serif;
        color: #000;
    }


.paxContainer .input-control, .paxContainer .select-control,.paxContainer .form-group{
    margin-bottom: 0px;

}
.commn_label {
    color: #000000;
    font-weight: 600;
}
.form-submit {
    padding: 0px 5px;
}
.addIcon, .substractIcon {
    position: absolute;
    top: 0px;
    color: #ffffff;
    font-size: 10px;
    line-height: 40px;
    width: 24px;
    text-align: center;
    background: #dc903b;
}
 
 .addIcon {
     right: 0;
     border-left: solid 1px #ccc;
 }
 
 .substractIcon {
     left: 0;
     border-right: solid 1px #ccc;
 }
 .paxcount {
     text-align: center;
    
 } 

 .pax-pop {
    display: none;
    padding: 15px;
    position: absolute;
    top: 100%;
    left: 5px;
    background: #2b2b2b;
    width: 243px;
    z-index: 100;
    border-radius: 4px;
    /*box-shadow: -1px 4px 3px rgba(0,0,0,0.3);*/
}

    .pax-pop:before {
        content: "\f0d8";
        color: #2b2b2b;
        font-family: "FontAwesome";
        font-size: 35px;
        position: absolute;
        left: 50px;
        top: -14px;
    }

    .pax-pop label {
        padding-top: 5px;
        color: #c5c1c1;
    }

.pax-inner {
    display: table;
    position: relative;
}

.pax-input {
    display: block;
    width: 100%;
    padding: 3px;
}

.pax-row {
    display: block;
    margin-bottom: 10px;
}

    .pax-row:last-child {
        margin-bottom: 0px;
    }

   .pax-row label{
       margin-top: 10px !important;
   } 
/*Deal Slider*/

.DealimgWrap {
    position: relative;
    padding: 22px;
}
.DealimgWrap figure {
        display: block;
        position: relative;
        /*top: -80px;*/
        overflow: hidden;
        padding: 15px;
        border-radius: 4px;
        box-sizing: padding-box;
}

.DealimgWrap figure img {
            width: 100%;
            min-height: 190px;
}

 .DealimgWrap figure > figcaption a {
            display: inline-block;
            background: #daa404;
            border: solid 1px #af8505;
            color: #fff;
            padding: 7px;
            font-size: 14px;
            border-radius: 4px;
            transition: all ease .5s;
 }

  .DealimgWrap figure > figcaption a:hover{
       background: #da5204;
       text-decoration: none;
       
  }
#hotDealsSlider figure {
    display: block;
    position: relative;
    overflow: hidden;
}


#hotDealsSlider figure img, .DealimgWrap figure img {
        display: block;
        position: relative;
        transition: all ease .5s;
}
#hotDealsSlider figure:hover img, .DealimgWrap figure:hover img {
        transform: scale(1.1);
}

#hotDealsSlider figure:hover figcaption, .DealimgWrap figure:hover figcaption {
        background: rgba(0,0,0,0.8);
}

#hotDealsSlider figure > figcaption, .DealimgWrap figure > figcaption {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        text-align: center;
        background: rgba(202, 175, 175, 0.22);
        transition: all ease .5s;
        border: solid 1px #dccaca;
}

#hotDealsSlider figure > figcaption h3, .DealimgWrap figure > figcaption h3 {
            color: #fff;
}

#hotDealsSlider figure > figcaption p, .DealimgWrap figure > figcaption p {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
}

#hotDealsSlider figure > figcaption a {
            display: inline-block;
            background: #ff7d00;
            border: solid 1px #e0730b;
            color: #fff;
            padding: 7px;
            font-size: 14px;
            border-radius: 7px;
}
.rd_multi{
    opacity:1 !important;
}
.more {
    font-size: 12px !important;
    color: #ff6a00 !important;
    font-weight: bold !important;
    cursor: pointer !important;
}
.time {
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
}
#hotDealsSlider figure > figcaption a:hover {
    background: #e69109;
}
.aboutMsg {
    display: block;
    margin-bottom: 50px;
}
    .aboutMsg h2 {
        font-weight: 600;
        color: #bf0f1b;
        position: relative;
        top: 31px;
    }
.aboutMsg h2 span{
    color: #333;
}
.aboutMsg p{
    font-size: 18px;
    line-height: 1.8em;

}

.loginBg {
    display: block;
    padding: 10% 0%;
    background: url('../images/destination/banner2.jpg') no-repeat center center;
    background-size: cover;
}

.agent-login{
    display: block;
    padding: 10%;
    background:#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;
}
.dep {
    font-weight: bold !important;
    display: inline-block !important;
    font-size: 12px !important;
}
.td-price {
    font-size: 2em !important;
    color: #df4651 !important;
}
.date_label {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    float: left !important;
}


.agent-login {
    padding: 50px;
    background: rgba(255,255,255,0.8);
}

    .agent-login .form-group {
        margin-bottom: 0px;
    }

    .agent-login h3 {
        margin-top: 0px;
    }



.route {
    vertical-align: middle;
    position: relative;
    /*top: 7px;*/
}
    
        .route label {
            display: block;
            font-weight: 400;
            margin-bottom: 0px;
        }
    
            .route label:first-child {
                font-weight: 600;
            }
    
    .day-night-icon {
        display: block;
        text-align: center;
    }
    
        .day-night-icon i {
            margin-right: 10px;
            color: #ffffff;
        }
    
  
     
    
    .pad-left {
        padding-left: 20px;
    }
    
    .trvl-class{text-align:left; display:block}
    
    .fare {
        text-align: right;
        font-size: 2em;
        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 10px;
        /*border-radius: 20px;
        border: solid 2px #ff7d00;
        font-weight: bold;
        background: #ff7d00;
        color: #fff;*/
    }
    
    .btn-book {
        padding: 5px 15px;
        background: #c00000;
        color: #fff;
        border-radius: 4px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
.infom {
    color: white!important;
    font-size: 9px;
    font-style: italic;
    margin-top: 6px;
    margin-bottom:0;
}
        .btn-book:hover {
            color: #fff;
            background: #FF9800;
        }
    
    .timing label {
        font-size: 16px;
        font-weight: 400;
    }
    
    .timing i {
        margin-right: 5px;
    }
    
    .link {
        text-decoration: none;
        font-weight: 400;
        color: #cc0e00;
    }
    
        .link:hover {
            color: #1f1f1f;
        }
    
        .link i {
            margin-right: 5px;
        }
    
    
    .seatno {
        display: inline-block;
     
        text-align: center;
        padding: 1px;
    }

/*newstyles*/

.search-dtls {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
    /* color: #fffefe; */
}
        .search-dtls p {
            margin-bottom: 0px;
            color: #333;
            font-weight: 800;
        }
.search-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ow-section {
    display: block;
    margin-top: -89px;
}
.rt-section {
    display: block;
    margin-top: -89px;
}
.search-tabs ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: normal;
}

        .search-tabs ul li a {
            padding: 15px 20px;
            display: block;
            background: #0496ca !important;
            border-radius: 13px 7px 0px 0px;
            position: relative;
        }

            /*.search-tabs ul li a.active {
                background: #0496ca !important;
                color: #fff;
            }

                .search-tabs ul li a.active:after {
                    content: "\f0d8";
                    color: #0496ca;
                    font-family: "FontAwesome";
                    font-size: 35px;
                    position: absolute;
                    bottom: -23px;
                    left: 50%;
                    transform: rotate(180deg);
                }*/

            /*.search-tabs ul li.active a{color:#fff}*/

            .search-tabs ul li a:hover {
                background: rgba(30,13,61,0.8);
                color: #fff;
            }

        .search-tabs ul li i {
            margin-right: 10px;
            font-size: 18px;
        }

        .search-tabs ul li a {
            color: #333;
        }
.search-wrap {
    position: relative;
    bottom: 0px;
}
.p_dep {
    margin: 0;
    color: #333;
    font-weight: bold !important;
    font-size: 14px !important;
    letter-spacing: .041em;
}
.search-dtls .icon, .onward .icon, .return .icon {
    padding: 0px 10px;
    color: #000;
}

.icon {
    display: inline-block;
    font-style: normal;
}
.search-dtls .date {
    font-size: 12px;
    /* color: #ffffff; */
}
.mrgn-top10 {
    margin-top: 7px;
    display: block;
}
.modify-btn {
    text-align: center;
    padding: 7px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: block;
    background: #6d0003;
    transition: all ease .3s;
    border: solid 1px #ccc;
    border-radius: 5px;
}
/*a:hover, a:focus {
    color: #000 !important;
    text-decoration: none;
}*/
.tab-btns {
    list-style: none;
    margin: 0;
    padding: 0;
}

.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: 600;
    }

.search-tabs ul li a.active i {
    /*background-color: #fff;
    border-color: #fff;*/
    color: #646d6d;
}
.modal [type="radio"]:checked, .modal [type="radio"]:not(:checked) {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 0px;
    opacity: 0;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #0e1b3b;
}
    [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 18px;
        height: 18px;
        border-width: 1px;
        border-style: solid;
        border-color: #df4651;
        border-image: initial;
        border-radius: 100%;
        background: #fff;
    }
    [type="radio"]:checked + label:after {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 3px;
        left: 3px;
        background: #df4651;
        border-radius: 100%;
        transition: all 0.2s ease 0s;
    }
.input-control, .select-control {
    width: 100%;
    color: black;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
    padding: 5px 24px;
    letter-spacing: 1px;
    border: solid 1px #d4d3d3;
    -webkit-appearance: none;
    /* margin-bottom: 1em; */
    background: #fff;
    /* border-radius: 5px; */
    font-family: 'Open Sans', sans-serif;
}
.fa-icon {
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    left: 1px;
    bottom: 1px;
    font-size: 14px;
    color: #d9272a;
    width: 24px;
    line-height: 32px;
    text-align: center;
    background: #ece5e0;
}
.fa-plane:before {
    content: "\f072";
}
.fa-home:before {
    content: "\f015";
}
.form-group {
    position: relative;
}

.form-group {
    margin-bottom: 5px;
}
/*.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 15px !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}*/

.modal {
    padding-top: 3%;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-header {
    color: #fff !important;
    border-radius: 5px 5px 0px 0px;
    background: #aa011b !important;
    border-bottom: 1px solid #e5e5e5;
}
.search-btn {
    border: none;
    border-radius: 0px;
    padding: 13px 0;
    font-size: 14px;
    /*width: 90%;*/
    font-weight: 700;
    color: #fff;
    background: #df062d ;
    transition:all ease .5s;
}
.no-col-pad {
    padding: 0px;
}
.list-footer {
    font-weight: 400;
    background: #ececec;
    font-size: 12px;
    color: #333;
    /* line-height: 32px; */
    margin-top: 18px;
}
.list-footer td{
    padding:10px 0px !important;
}
.FlightRate {
    padding: 18px;
    margin: 0;
}
.selectBtn {
    margin-top: 15px !important;
    position: relative !important;
    left: 0 !important;
    padding: 5px 15px !important;
    background: #df062d !important;
    color: #fff !important;
    margin-top: 3px;
    margin-bottom: 3px;
    border: solid 1px #ff8484 !important;
    transition: all ease .5s;
    border-radius: 13px !important;
}

.faredtls {
    padding: 2px 7px;
    background: #8b8d8c;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    position: relative;
    top: 18px;
}
.curr {
    font-weight: 600;
    color: #e29f4b;
}
.totalf {
    font-weight: 600;
    font-size: 17px;
    padding-left: 3px;
}
.flight-list-cn .stop-cn label {
    color: #333333;
    font-size: 12px;
    position: absolute;
    left: 50%;
    font-weight: normal;
    margin: 0;
    top: 7px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.flight-list-cn .stops {
    background-color: #ececec;
    display: block;
    width: 100%;
    height: 2px;
    left: 0px;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.flight-list-cn .stop-cn label:last-child {
    font-size: 10px;
    text-transform: uppercase;
    top: inherit;
    bottom: 4px;
}
.stop-cn {
    padding: 27px 0px !important;
}
.flight-list-cn .stops .stop {
    width: 8px;
    height: 8px;
    cursor: pointer;
    border: 2px solid #23a523;
    background-color: #fff;
    display: inline-block;
    bottom: 11px;
    margin: auto;
    margin-right: 5px;
    content: '';
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.sourcefareround {
    font-size: 12px;
    font-weight:600
}.pricek {
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    position: relative;
    top: 10px;
}
a.cashcheck.strikethrough:hover {
    color: white;
}
.flight-dtls {
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.7em;
    position: relative;
    top: 3px;
    font-weight: 600;
    /* border: 1px solid #cdcdcd; */
    position: relative;
    padding: 2px 7px;
    transition: 0.2s ease-in;
    border-radius: 42px;
    font-size: 12px;
    cursor: pointer;
    background: #e23939;
}

.flight-dtls:hover{
    color:#000;


}

.trvl-class {
    text-align: left;
    display: block;
    color: #000;
}

.payback-type {
    font-weight: 600;
    color: #b42121;
    text-align: left;
    line-height: 1.5em;
    position: relative;
    top: 3px;
}
.btn-book {
    padding: 5px 15px !important;
    background: #df062d !important;
    color: #fff !important;
    margin-top: 3px;
    margin-bottom: 3px;
    border: solid 1px #ff8484 !important;
    transition: all ease .5s;
    border-radius: 4px;
}

.btn-block {
    display: block;
    width: 100%;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

.nav > li {
    position: relative;
    display: block;
}
.modal .nav-tabs > li > a {
    font-size: 14px;
    font-weight: 600;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.modal .tab-content {
    margin: 20px 0px;
    max-height: 500px;
    overflow-y: auto;
}
.fare-table {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}
    .fare-table tr {
        border: solid 1px #e5e5e5;
    }
    .fare-table td:first-child {
        text-align: left;
    }

    .fare-table td {
        padding: 5px 10px;
    }
    .fare-table tbody td:nth-child(2n+2) {
        font-size: 14px;
        color: #333;
    }

    .fare-table td:nth-child(2) {
        text-align: right;
        color: #333;
    }
.headerpax {
    font-weight: 600;
    font-size: 17px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cdcdcd;
}

    
.tbl-farerule {
    width: 100%;
    font-size: 10px;
}
 .city-3, .city-4, .city-5{
    display: none;
}
 .pax_detail{
     margin-top:15px;
 }

.table-bordered {
    border: 1px solid #ddd;
}

.control-btn {
    padding: 2px 2px;
    margin-top: 20px;
}
.nav > li > a:hover, .nav > li > a:focus {
    color: #ffffff !important;
    background-color: #df4651 !important;
}
.modal .nav-tabs > li > a {
    font-size: 14px;
    font-weight: 600;
}
.modal a {
    /*color: #df4651;*/
    text-decoration: none;
}
.airline-dtls, .airline-dtls span {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #333;
    line-height: 1.5em;
}
.airline-dtls span{
    margin-left:10px;
}
.day-night-icon {
    display: block;
    text-align: center;
}

    .day-night-icon i {
        margin-right: 10px;
        color: #ffffff;
    }

.airline-logo {
    display: block;
    width: 70px;
    margin: 0 auto 5px;

}
    .airline-logo img {
        width: auto;
        display: block;
        margin: 0 auto;
        max-width: 50px;
        max-height: 25px;
    }


.pad-left {
    padding-left: 20px;
}

.trvl-class {
    text-align: center;
    display: block;
    color: #000;
    position: relative;
    top: 4px;
}
.fare {
    text-align: right;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

    .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;
    }
.route .date {
    font-weight: 600;
    color: #777676;
    font-size: 11px;
}
.modal .dep, .modal .arv {
    font-size: 12px;
}
.duration {
    color: #b60618;
    font-size: 14px !important;
    font-weight: bold;
}
/*.title {
    color: #ffffff;
    float: left;
    font-size: 25px;
    margin: 0 0 20px;
    text-transform: uppercase;
    width: 100%;
}*/
form {
    display: block;
    margin-top: 0em;
}
.contactUs_Form {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    float: left;
    padding: 40px 30px;
    width: 100%;
}

    .contactUs_Form  input, .contactUs_Form  textarea {
        border: 1px solid #dedede;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #5d697e;
        float: left;
        font-family: Roboto;
        font-size: 14px;
        margin-bottom: 30px;
        padding: 13px 30px;
        width: 100%;
    }

    .contactUs_Form  textarea {
        min-height: 170px;
    }

    .contactUs_Form input[type="submit"] {
        border: medium none;
        border-radius: 3px;
        color: #ffffff;
        display: inline-block;
        font-family: Oswald;
        font-size: 21px;
        margin: 0;
        padding: 16px 60px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        width: auto;
    }

.contact-info-box {
    float: left;
    width: 100%;
}

.contact-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}

    .contact-box > ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 40px 30px;
        width: 100%;
    }

    .contact-box li {
        float: left;
        margin-bottom: 30px;
        padding-left: 60px;
        position: relative;
        width: 100%;
    }

        .contact-box li i {
            color: #8d99ae;
            font-size: 40px;
            left: 0;
            position: absolute;
            top: 5px;
        }

        .contact-box li h4 {
            color: #00171f;
            float: left;
            font-family: Roboto;
            font-size: 17px;
            margin: 6px 0 4px;
            width: 100%;
        }

        .contact-box li:last-child {
            margin: 0;
        }

    .contact-box span {
        color: #8d99ae;
        float: left;
        font-family: Roboto;
        font-size: 14px;
        line-height: 23px;
        width: 100%;
    }
.Contactus_wrap{
    padding:37px;
}
.txtboxwithicon {
    padding-left: 30px;
}
.controlWithIcon, .input-control {
    padding-left: 30px;
}
.controlWithIcon {
    padding-left: 30px;
  
}
 .form-control:active,
 .form-control:focus {
    border-color: #F57B3D !important;
    box-shadow: none !important;
}
.tabs ul li a:hover {
    color: #aa011b !important;
}
.m-t-16 {
    margin-top: -16px;
}
.input-control, .select-control {
    display: block;
    width: 100%;
    /*padding: 10px 10px 10px 30px;*/
    height: 34px;
    outline: none;
    border: solid 1px #d4d3d3;
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.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: 2px;
    color: #0e1b3b;
    cursor:pointer;
}
.search-btn {
    display: block;
    padding: 10px;
    text-align: center;
    background: #d72f2e;
    color: #fff;
    border-radius: 3px;
}

    .search-btn i {
        padding: 14px 10px;
        float: right;
        background: #1c1b27;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .search-btn:hover {
        background: #c10829;
        color: #fff;
    }

        .search-btn:hover i {
            background: #1c1b27;
        }

.table-bordered {
    border: 1px solid #ddd;
}

.table > thead > tr > th {
    padding: 8px;
}
.travel-organiser-tabs .tab-container {
    padding: 7px;
    background-color: rgba(255,255,255,0.9);
}

.tab-container {
    position: relative;
    padding: 20px 0 0;
}
.line22 {
    line-height: 22px;
}
    .modal .tab-content

{
    margin: 20px 0px;
    max-height: 320px;
    overflow-y: auto;
}
.arrowfa {
    position: absolute;
    top: 33px;
    right: -2px;
    font-size: 10px;
}
.codeairline {
    font-size: 9px;
    display: block;
}
.ClassFlightRow {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 6px;
}
.button.button-mini {
    padding: 0 16px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    background-color: #aa011b;
    color: #fff;
    border-color: #aa011b;
}
.incentive {
    text-align: left;
    font-size: 18px;
    color: #333333;
    margin: 28px 0px 10px 0px;
}
.btn-book {
    padding: 5px 15px !important;
    background: #df062d !important;
    color: #fff !important;
    margin-top: 3px;
    margin-bottom: 3px;
    border: solid 1px #ff8484 !important;
    transition: all ease .5s;
    border-radius: 4px;
    position: relative;
  
}
.close {
    opacity: 1 !important;
}
.pax-pop {
    display: none;
    padding: 15px;
    position: absolute;
    top: 100%;
    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;
}
.requestConfrmtxt {
    color: #df4651;
    font-size:18px;
    font-weight:bold;
}

#FlightDetailBody {
    /*margin-top: 111px;*/
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
    .nav-tabs>li>a:hover

{
    border-color: #eee #eee #ddd;
}
/*.tab-content {
    margin: 20px 0px;
}*/
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #5d323200;
    border-radius: 4px 4px 0 0;
    background: #7b3237 !important;
    color: #fff !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #f1f1f1 !important;
    border: 1px solid #ddd;
    color: #000 !important;
    font-weight:bold;
    border-bottom-color: transparent;
}
.widget_price_filter .price-slider-wrapper {
    padding-top: 8px;
    margin-bottom: 0px;
}
.widget_price_filter .price-slider {
    height: 3px;
}

    .widget_price_filter .price-slider .ui-slider-handle {
        border-radius: 50%;
        background-color: #f5f5f5;
        border: 3px solid rgb(223, 70, 81);
        box-shadow: 0 0 2px 2px #f5f5f5;
        width: 14px;
        height: 14px;
        top: 1px;
        margin-left: -4px;
        outline: none;
        cursor: pointer;
    }

.widget_price_filter .price_slider_amount {
    font-weight: 600;
    font-size: 16px;
    color: #A5A5A5;
    margin-top: 15px;
}
.price-slider {
    display: block;
    border: 0;
    background: none;
    background: none;
    height: 6px;
    border-radius: 0;
    width: calc(100% - 8px);
    z-index: 9;
}

    .price-slider:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: -8px;
        top: 0;
        height: 100%;
        background-color: #D4D4D4;
        z-index: -1;
    }

    .price-slider .ui-slider-range {
        background-color: #df4651;
        /* -webkit-border-radius: 5px; */
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: .7em;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .price-slider .ui-slider-handle {
        height: 20px;
        width: 8px;
        background: none;
        background-color: #0091ea;
        border-radius: 0;
        border: 0;
        top: 50%;
        margin: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
.sidebar-cn .widget {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 15px;
    padding: 20px;
}
.price_label {
    text-align: center;
    font-size: 14px;
    color: #556871;
}
    .price_label .from {
        float: left;
    }
    .price_label .to {
        float: right;
    }
.ui-widget-content {
    color: #777;
}
.widget h3 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #0091ea;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.booking-tabs {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    background: #fff;
}

    .booking-tabs > li {
        display: block;
        position: relative;
        margin-bottom: 5px;
        padding: 20px 0px 0px;
    }

    .booking-tabs li > a {
        display: block;
        position: relative;
        padding: 7px;
        background: #4c5368;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
        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 10px -7px -23px;
    background: #df062d;
    width: 36px;
    text-align: center;
    color: #fff;
    border-radius: 0;
}



.list {
    margin: 0;
    padding: 0;
}

    .list li {
        list-style: none;
    }

input[readonly] {
    cursor: pointer !important;
    background: #fff !important;
}

.PassengerDetails h5 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #df062d;
}

.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: #df062e;
}

.additional-dtls h5 {
    color: #1b2970;
    font-weight: 600;
}

.additional-dtls {
    display: none;
}

#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;
}

.sidebar-fare-details {
    margin-top: 117px;
    margin-bottom: 20px;
    border: solid 1px #e5e5e5;
}

    .sidebar-fare-details h3 {
        padding: 10px;
        background: #4c5368;
        margin: 0px;
        color: #fff;
        font-size: 18px;
    }

.sidebar-faretable {
    width: 100%;
    background: #fff;
    margin-bottom: 0px;
}

    .sidebar-faretable tbody {
        font-weight: 600;
    }

    .sidebar-faretable tfoot {
        background: #df062d;
        color: #fff;
        font-weight: 600;
    }

        .sidebar-faretable tfoot td {
            font-size: 15px;
            padding: 20px 10px !important;
        }


            .sidebar-faretable tfoot td:last-child {
                text-align: center;
            }

.help-wrap img {
    border: solid 1px #e5e5e5;
    width: 100%;
}

.box-border {
    border: solid 1px #e5e5e5;
}

.emailcheckoption {
    display: block;
    position: relative;
    border: solid 1px #ff7d00;
    border-radius: 14px;
    overflow: hidden;
}

.emailLabel {
    display: inline-block;
    background: #ff7d00;
    color: #fff;
    padding: 5px;
    margin-right: 10px;
}
.sidebar-title:after {
    text-align: center;
    content: '\f0d7';
    font-size: 48px;
    color: #4c5368;
    font-family: "FontAwesome";
    position: absolute;
    left: 45%;
    bottom: -12px;
}

.sidebar-inner {
    padding: 20px;
}

.search-top-box {
    background: #323544;
    padding: 10px 0px;
    margin: 0px 0px 0px;
    box-sizing: border-box;
    /* border: solid 1px #e2e2e2; */
    border-top: solid 2px #283990;
    z-index: 100 !important;
}

.modify-btn, .onward .modify-btn {
    text-align: center;
    padding: 7px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: block;
    background: #df062d;
    transition: all ease .3s;
    border: solid 1px #ccc;
    border-radius: 5px;
}

    .modify-btn:hover {
        background: #FF9800;
        color: #fff;
    }

    .modify-btn i {
        margin-right: 5px;
        border-right: solid 1px #c7c7c7;
        padding-right: 5px;
    }

.rt-fixed-header .ow-date, .rt-fixed-header .return-date {
    font-size: 11px;
    color: #777777;
}
.rt-fixed-header {
    padding: 0px;
    margin-bottom: 10px;
}

    .rt-fixed-header label {
        font-size: 13px;
        color: #1b1b1b;
    }

    .rt-fixed-header .icon {
        color: #A6A6A6;
    }

    .rt-fixed-header a {
        display: inline-block;
        padding: 2px 7px;
        font-size: 10px;
        border: solid 1px #03A9F4;
        color: #FFC107;
        margin: 2px;
        line-height: 1em;
        border-radius: 4px;
    }

/*.search-dtls {
    font-family: 'open sans';
    font-size: 13px;
    font-weight: 400;
    color: #fffefe;
}*/
.btn-hold {
    background: #4c5368;
    color: #fff;
}
.btn-issue {
    background: #df062d;
    color:#fff;
}
.btn-continue {
    background: #08ba58;
    color: #fff;
    border-bottom: 2px inset #0ca04f;
}
.link-btn {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7em;
    min-width: 120px;
    text-align: center;
}
    .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;
        color: #1b1b1b;
    }

    .search-dtls .icon, .onward .icon, .return .icon {
        padding: 0px 10px;
    }

.right-border {
    border-right: solid 1px #dcdcdc;
    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 #d0d0d0;
    }

    .fare-table td {
        padding: 5px 10px;
    }

        .fare-table td:first-child {
            text-align: left;
            font-weight: 600;
        }


        .fare-table td:nth-child(2) {
            text-align: right;
            color: #333;
        }

    .fare-table tr:last-child {
        background: #df062d;
        color: #fff;
    }

        .fare-table tr:last-child td {
            color: #fff !important;
        }

    .fare-table td span {
        margin-right: 7px;
    }
.bgtopbar {
    display: block;
    padding: 0px 15px;
    background: #828692;
}
.filter-page__content {
    margin-top: 117px;
}
.booking-tabs .item-list-wrap {
    margin-bottom: 0px;
}
.rt-fixed-header .search-dtls, .rt-fixed-header .search-dtls {
    background: #fff;
    padding: 7px 15px;
    margin: 0px;
    border: solid 1px #ccc;
}
.item-list-wrap {
    display: block;
     margin-bottom: 20px; 
    position: relative;
    background: #fff;
    padding: 10px 20px 10px;
    font-size: 13px;
    color: #333;
    font-weight: 300;
    line-height: 1.5em;
    border: solid 1px #b3b6c3;
    /* box-shadow: 1px 2px 3px rgba(0,0,0,0.2); */
}
.route .time, .duration {
    /*font-size: 18px;
    color: #df062d;*/
}

.route .dep, .arv {
    /*font-size: 16px !important;*/
    line-height: 1.5em !important;
}
    .route .date

{
    font-weight: 600 !important;
    color: #1d2b70 !important;
    font-size: 11px !important;
}
.stage {
    z-index: 10 !important;
}
/*newstyles*/


.lightbg {
    background: rgba(255, 255, 255, 0.2);
    color: #333;
}

.widgetBg {
    padding: 20px;
}
.search-section {
    position: relative;
    /* padding-top: 235px; */
    margin-top: 100px;
    /* padding-bottom: 200px; */
    z-index: 100;
    width: 100%;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 400;
    margin-bottom: 75px;
    /* top: -100px; */
}
.search-wrap {
    position: relative;
    bottom: 0px;
}
.search-section .no-col-pad {
    padding-left: 5px;
    padding-right: 5px;
}

.search-section .search-tabs ul li {
    /*float: right;*/
}

.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;
    }

        .search-tabs ul li a {
            padding: 15px 20px;
            display: block;
            background: #0496ca !important;
            /* border-radius: 7px 7px 0px 0px; */
            position: relative;
        }

            .search-tabs ul li a.active {
                background: #df4651 !important;
                color: #fff;
                position: relative;
                top: 42px;
            }

                .search-tabs ul li a.active:after {
                    content: "\f0d8";
                    color: #df4651;
                    font-family: "FontAwesome";
                    font-size: 35px;
                    position: absolute;
                    bottom: -24px;
                    left: 33%;
                    transform: rotate(180deg);
                    z-index: 100;
                }

            /*.search-tabs ul li.active a{color:#fff}*/

            .search-tabs ul li a:hover {
                background: rgba(30,13,61,0.8);
                color: #fff;
            }

        .search-tabs ul li i {
            /*margin-right: 10px;*/
            font-size: 18px;
            color: #ffffff;
        }

        /*.search-tabs ul li a {
            color: #333;
            position: absolute;
            bottom: -42px;
            right: 91%;
        }*/
.search-section .no-col-pad {
    padding-left: 5px;
    padding-right: 5px;
}
.search-section .form-group > label{
    font-size:13px 
}

.no-col-pad {
    padding: 0px;
}
.search-bg {
    /*background: rgba(0,0,0,0.7);
    padding: 10px 25px;*/
    font-family: 'Open Sans',sans-serif;
    margin-top: 41px;
    display: block;
    padding: 0px 20px 20px;
    background: rgba(217, 227, 237, 0.3803921568627451);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    border-top: solid 1px #ce31317a;
}
.search-tabs ul li a:after {
    content: "\f0d8";
    color: #0496ca;
    font-family: "FontAwesome";
    font-size: 35px;
    position: absolute;
    bottom: -23px;
    left: 27%;
    transform: rotate(180deg);
}
/*.tab-btns{list-style:none; margin:20px 0px 20px; padding:0; display:block; float:left}*/
.ui-datepicker{
    z-index:1500 !important;
}


.ui-state-hover {
    color: #020202 !important;
}
.tab-btns {
    list-style: none;
    margin: 10px 0 0;
    display: block;
    padding: 0;
    width: 100%;
    float: left;
  
}
    .tab-btns label {
        margin-bottom: 0px !important;
    }

    .search-tabs ul li active.i {
        color: red;
    }

.tab-btns li {
    display: block;
    padding: 7px 10px;
    text-align: left;
    float: left;
    width:33.333%;
    /*width: 25%;*/
    /*width: 50%;*/
    /*background:rgba(0,0,0,0.3)*/
    /*background: #dcdcdc;*/
    /*border-bottom: solid 2px #2a264c;*/
    /*background: rgba(217, 227, 237, 0.3803921568627451);*/
}

    .tab-btns li a {
        color: #020202;
        font-weight: 600;
    }

.search-tabs ul li a.active i {
    /*background-color: #fff;
    border-color: #fff;*/
    color: #fff;
}

.tab-btns li.active {
    /*background: #df4651;*/
    /*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;
}


/*sachin*/

#tsp_info_box {
    padding: 20px 0 20px 0;
    border-top: double 3px #df4651;
}
.info-box-item {
    text-align: center;
}

    .info-box-item .info-box-icon {
        font-size: 48px;
        webkit-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #df4651;
    }

    .info-box-item .info-box-icon .fa {
        font-size: 48px;
        webkit-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-item:hover .info-box-icon {
        
        webkit-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-item h3 {
        font-size: 20px;
        color: #333333;
        /*font-family: 'Patua One', cursive;*/
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 5px;
    }


    .info-box-item p {
        font-size: 14px;
        color: #333333;
    }



.sp-container {
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;   
    border-radius: 3px;

}

.sp-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
    
    
}

.sp-container h2 {
    position: absolute;
    left: 5%;
    /*line-height: 100px;*/
    height: 40px;
    margin-top: 120px;
    font-size: 35px;
    width: 100%;
    font-weight: 900;
    text-align: center;
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in backwards;
    -moz-animation: blurFadeInOut 3s ease-in backwards;
    -ms-animation: blurFadeInOut 3s ease-in backwards;
    animation: blurFadeInOut 3s ease-in backwards;
    
}

    .sp-container h2 em {
        color: #df4651;
    }

    .sp-container h2.frame-1 {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
        animation-delay: 0s;

    }

    .sp-container h2.frame-2 {
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -ms-animation-delay: 3s;
        animation-delay: 3s;
    }

    .sp-container h2.frame-3 {
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
    }

    .sp-container h2.frame-4 {
        font-size: 35px;
        -webkit-animation-delay: 9s;
        -moz-animation-delay: 9s;
        -ms-animation-delay: 9s;
        animation-delay: 9s;
    }

    .sp-container h2.frame-5 {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
        color: transparent;
        text-shadow: 0px 0px 1px #fff;
    }

        .sp-container h2.frame-5 span {
            -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 1px #fff;
            background-color: #0000003d;
            line-height:65px;
        }

            .sp-container h2.frame-5 span:nth-child(2) {
                -webkit-animation-delay: 13s;
                -moz-animation-delay: 13s;
                -ms-animation-delay: 13s;
                animation-delay: 13s;
                background-color: #0000003d;
            }

            .sp-container h2.frame-5 span:nth-child(3) {
                -webkit-animation-delay: 14s;
                -moz-animation-delay: 14s;
                -ms-animation-delay: 14s;
                animation-delay: 14s;
                background-color: #0000003d;
            }





@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes fadeInBack {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -webkit-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: scale(5);
    }
}

@-webkit-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
    }
}
/**/

@-moz-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -moz-transform: scale(0);
    }
}

@-moz-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }
}

@-moz-keyframes fadeInBack {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -moz-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -moz-transform: scale(5);
    }
}

@-moz-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -moz-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1) rotate(0deg);
    }
}
/**/

@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        transform: scale(0);
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
}

@keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 0.4;
        transform: scale(2);
    }

    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}



/*sachin*/

/* Preloader */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.preloader:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 9;
        background-color: #FF007F;
        width: 30px;
        height: 30px;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        -webkit-animation: preloader 5s linear infinite;
        -moz-animation: preloader 5s linear infinite;
        animation: preloader 5s linear infinite;
    }

@-webkit-keyframes preloader {
    0% {
        background-color: #FF007F;
        -webkit-transform: scale(0);
        opacity: 1;
    }

    20% {
        background-color: #FF007F;
        -webkit-transform: scale(3);
        opacity: 0;
    }

    20.00001% {
        background-color: #3EA7F3;
        -webkit-transform: scale(0);
        opacity: 1;
    }

    40% {
        background-color: #3EA7F3;
        -webkit-transform: scale(3);
        opacity: 0;
    }

    40.00001% {
        background-color: #79C742;
        -webkit-transform: scale(0);
        opacity: 1;
    }

    60% {
        background-color: #79C742;
        -webkit-transform: scale(3);
        opacity: 0;
    }

    60.00001% {
        background-color: #F57B3D;
        -webkit-transform: scale(0);
        opacity: 1;
    }

    80% {
        background-color: #F57B3D;
        -webkit-transform: scale(3);
        opacity: 0;
    }

    80.00001% {
        background-color: #04D9D9;
        -webkit-transform: scale(0);
        opacity: 1;
    }

    100% {
        background-color: #04D9D9;
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

@-moz-keyframes preloader {
    0% {
        background-color: #FF007F;
        -moz-transform: scale(0);
        opacity: 1;
    }

    20% {
        background-color: #FF007F;
        -moz-transform: scale(3);
        opacity: 0;
    }

    20.00001% {
        background-color: #3EA7F3;
        -moz-transform: scale(0);
        opacity: 1;
    }

    40% {
        background-color: #3EA7F3;
        -moz-transform: scale(3);
        opacity: 0;
    }

    40.00001% {
        background-color: #79C742;
        -moz-transform: scale(0);
        opacity: 1;
    }

    60% {
        background-color: #79C742;
        -moz-transform: scale(3);
        opacity: 0;
    }

    60.00001% {
        background-color: #F57B3D;
        -moz-transform: scale(0);
        opacity: 1;
    }

    80% {
        background-color: #F57B3D;
        -moz-transform: scale(3);
        opacity: 0;
    }

    80.00001% {
        background-color: #04D9D9;
        -moz-transform: scale(0);
        opacity: 1;
    }

    100% {
        background-color: #04D9D9;
        -moz-transform: scale(3);
        opacity: 0;
    }
}

@keyframes preloader {
    0% {
        background-color: #FF007F;
        transform: scale(0);
        opacity: 1;
    }

    20% {
        background-color: #FF007F;
        transform: scale(3);
        opacity: 0;
    }

    20.00001% {
        background-color: #3EA7F3;
        transform: scale(0);
        opacity: 1;
    }

    40% {
        background-color: #3EA7F3;
        transform: scale(3);
        opacity: 0;
    }

    40.00001% {
        background-color: #79C742;
        transform: scale(0);
        opacity: 1;
    }

    60% {
        background-color: #79C742;
        transform: scale(3);
        opacity: 0;
    }

    60.00001% {
        background-color: #F57B3D;
        transform: scale(0);
        opacity: 1;
    }

    80% {
        background-color: #F57B3D;
        transform: scale(3);
        opacity: 0;
    }

    80.00001% {
        background-color: #04D9D9;
        transform: scale(0);
        opacity: 1;
    }

    100% {
        background-color: #04D9D9;
        transform: scale(3);
        opacity: 0;
    }
}



.ui-slider-range {
    background: #ff0810;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #f1f1f1;
}
.ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{

}
/*table*/
.table td {
    border: 1px solid #E2E2E2;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.airline {
    width: 24%;
}
/*.stop-cn {
    position: relative;
    top: -22px;
}*/
/*table*/
.ret-field {
    opacity: 0.5;
}





/*Login btn*/

.loginbtn {
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    color: #de4752;
    transition: all ease .7s;
    margin-top: 25px;
    border-radius: 4px;
    text-decoration: none;
    border: solid 1px;
}

 .loginbtn:hover, .loginbtn:focus {
    color: #fff !important;
    background: #df062d;
    text-decoration: none;
 }
 .back{
     background: #595554  !important;
     color:#fff;
 }
  .back:hover{
     background: #75706f  !important;
     color:#fff;
 }

  .back:active,.back:focus{
    
     color:#fff !important;
 }

.radio,
.checkbox
{
  opacity: 0 !important;
  position: absolute !important;
 }
.airlineLogo{
    display:inline-block;
}
    .airlineLogo img {
        width: 20px;
        height: 20px;
    }

    .airlineLogo img {
        display: block;
        margin: 0px auto;
        height: 50px;
        width: 30px;
        height: 30px;
    }
.route .date {
    display: block;
    margin: 0;
}

.modalnavtab{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #8a7c71;

}

.modalnavtab > li{
    display:inline-block;
    position:relative;
}
.modalnavtab > li > a{
    display: block;
    padding: 5px 10px;
    color: #fff;
}
.modalnavtab > li.active{
    background: #e09816;
}

.modalnavtab > li.active:after{
    content: "\f0d8";
    color: #e09816;
    font-family: "FontAwesome";
    font-size: 35px;
    position: absolute;
    bottom: -28px;
    left: 33%;
    transform: rotate(180deg);
    z-index: 100;
}

.modal .time,.modal .dep,.modal .stops{
    padding-left:0px !important
}

.modal .airline-dtls ,.modal .airline-dtls  span{
    display:block !important;
    text-align:center;
}
.price {
    font-size: 21px !important;
    color: #df4651 !important;
}
.selectBtn.selected {
    background: #e28d10 !important;
    color: #fff;
}
.f-airline-dtls, .fr-airline-dtls {
    font-size: 10px;
    text-align: center;
    display: block;
    vertical-align: middle;
}
.total-amount {
    font-size: 24px;
    display: block;
    text-align: center;
}
.price-details{
    text-align:center;
}
.BookNowDom {
    padding: 5px 15px;
    background: #337ab7 !important;
    color: #fff !important;
    border-radius: 4px;
    margin-top: -10px;
    margin-bottom: 3px;
}
.airline-bg {
    display: block;
    margin: -20px 0px;
    padding: 11px 10px;
    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;
    }
.price_sign {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 3px;
}
/*filter*/
.widget_price_filter {
    display: block;
    list-style: none;
  
}

    .widget_price_filter > li {
        display: inline-block;
        /*padding: 10px;*/
        position: relative;
        /* width:200px;*/
    }

    .widget_price_filter li > a {
        font-weight: 600;
        color: #fff;
        display: block;
        padding: 10px 20px;
        border-right: solid 1px #e8575c;
    }

    .widget_price_filter .linkarrow {
        margin-left: 20px
    }

.top-links li > a:hover {
    color: #00a0e3 !important;
}

.widget_price_filter li a div {
    font-size: 12px;
    display: block;
    margin-top: 20px;
    color: #f78989
}
.fixed-rt-selected {
    display: block;
    background: #c83539;
    position: fixed !important;
    bottom: -80px;
    margin-top: 100px;
    width: 100%;
    color: #fff;
    padding: 20px 0px 0px;
    z-index: 9999;
}
.selected-data label {
    font-weight: 400 !important;
    font-size: 13px !important;
    color: white;
}
.dropdownDiv {
    display: none;
    padding: 18px;
    position: absolute;
    left: 7px;
    top: 74px;
    border-radius: 11px;
    background: #fff;
    min-width: 226px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.5);
    z-index: 100;
}

    .dropdownDiv:before {
        content: "\f0d8";
        color: #ffffff;
        font-family: "FontAwesome";
        font-size: 27px;
        position: absolute;
        left: 20%;
        top: -22px;
    }

    .dropdownDiv.active {
        display: block;
    }

    .dropdownDiv li {
        display: block;
    }
/*filter*/



/*sort area*/

.sortSection label {
    display: block;
    position: relative;
}

.sortSection a {
    margin-left: 10px
}
.btn-invert {
    background: #eaae26;
    color: #fff;
}

.hidepassportLink{display:none}
.filter-icon {
    border-radius: 21px;
    width: 39px;
    right: 3px;
    height: 39px;
    bottom: 4px;
    position: fixed;
    background: #6d0003;
    z-index: 99999;
    color: white;
    opacity: 0.8;
    padding: 10px;
}
.filter-icon:hover {
opacity:1;
}
    .filter-icon .fa-filter {
        top: 1px;
        font-size: 21px;
        right: -1px;
        position: relative;
    }
@media screen (max-width:767px){
    .sidebaring{
        display:none;
    }
}
@media screen (min-width:767px) {
    .sidebaring {
        display: none;
    }
}


@media (min-width:992px) {
    .sidebaring {
        display: block!important;
    }

}
@media(max-width:992px) {
    .mbtn {
        right: 50px !important;
        border-radius: 21px;
        width: 39px;
        right: 3px;
        height: 39px;
        bottom: 4px;
        position: fixed !important;
        background: #6d0003;
        z-index: 99999;
        color: white;
        opacity: 0.8;
        padding: 10px;
    }
}


.loading-screen {
    
    position: fixed;
    top: 0;
    left: 0;z-index:999;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logor {
    width: 48px;
    height: 48px;
}

.loading-bar {
    width: 157px;
    height: 2px;
    background: #cfcfcf;
    margin-top: 22px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

    .loading-bar::before {
        content: '';
        width: 68px;
        height: 2px;
        background: #ec0003;
        position: absolute;
        left: -34px;
        animation: bluebar 1.5s infinite ease;
    }

@keyframes bluebar {
    50% {
        left: 96px;
    }
}
.meetingwithdiv, .seminardiv, .campusdiv, .otherdiv, .Journey {
    padding: 5px 15px;
    background: #292e3e;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 16px;
}
.Journey {
    background: #dedede;
    color: black;
}
    .meetingwithdiv h3, .seminardiv h3, .campusdiv h3, .otherdiv h3 {
        margin: 0px 0px 14px 0px;
    }  
.seminardiv, .campusdiv, .otherdiv {
    display:none;
}
.optionlist input[type="radio"]{
    display:none!important;
}

/*1G list*/
/*faretype list*/

.gdsfaretypeList {
    list-style: none;
    padding: 0px 4px;
    text-align: left;
    background: #e5e4e4;
    border: 1px solid #cdcdcd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .gdsfaretypeList li {
        display: inline-block;
        vertical-align: middle;
        line-height: 1px;
    }

        .gdsfaretypeList li input {
            margin: 4px 4px 0px 0px;
            vertical-align: text-bottom;
        }

        .gdsfaretypeList li > label {
            font-size: 11px
        }

    .gdsfaretypeList.gdsoneway {
        margin: 10px 10px -6px !important;
    }


    /*fare type colors for ceo*/
    .gdsfaretypeList li > label > span {
        display: inline-block;
        font-size: 10px;
        line-height: 1px;
        font-weight: 600;
    }
/*1G list*/
/*faretype list*/

.faretypeList {
    list-style: none;
    padding: 0px 4px;
    text-align: left;
    background: #e5e4e4;
    border: 1px solid #cdcdcd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
    .faretypeList li {
        display: inline-block;
        vertical-align: middle;
        line-height: 1px;
    }
        .faretypeList li input {
            margin: 4px 4px 0px 0px;
            vertical-align: text-bottom;
        }
.faretypeList li > label{
    font-size:11px
}

.faretypeList.oneway{
    margin: 10px 10px -6px !important;
}


/*fare type colors for ceo*/
    .faretypeList li > label > span {
        display: inline-block;
        font-size: 10px;
        line-height: 1px;
        font-weight: 600;
    }
.clsSale {
    color: #f44336;
  
}
.clsSme {
   
    color: #E91E63 !important;
}
.clsCrp {
    
    color: #9C27B0 !important;
}
.clsFlexi {
  
    color: #673AB7 !important;
}
.clsReg {
   
    color: #3F51B5 !important;
}
.clsSpcl {
 
    color: #2196F3 !important;
}
.clsSpiceSaver {
   
    color: #4CAF50 !important;
}
.clsGoSmartCorp {
    color: #ac5802 !important;
}
.clsGoSmart {
    color: #278291 !important;
}
.clsFamilyFare {
    color: #278291 !important;
}
.sorting {
    list-style: none;
    margin: 0;
    padding: 0 40px 0 10px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #df4651;
    border-bottom: solid 1px #e6dddd;
}

.sorting li {
   display: inline-flex;
}
.sorting li a{
    position:relative;
    display:block;
}
.sorting a.active {
    color: #df4651;
}
    .sorting a.Asc.active::after {
        display: inline-block;
        content: "\f0d8";
        color: #df4651;
        font-family: "FontAwesome";
        margin-left: 5px;
    }
    .sorting a.Dsc.active::after {
        display: inline-block;
        content: "\f0d7";
        color: #df4651;
        font-family: "FontAwesome";
        margin-left: 5px;
    }

.sidebar-cn {
    background: #fff3e9;
    padding-bottom: 50px;
}

.switchlist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content:space-evenly;
}
.switchlist li input{
    position:absolute !important;
    opacity:0 !important;
    margin:0!important;
}
.switchlist li{
    flex: 1 1 auto;
    text-align: center;
    border: solid 1px #f34747;
    border-radius: 4px;
    margin-right: 1px;
    padding:0;
    transition:all ease .2s;
}
.switchlist li.active [type="checkbox"]:checked + label{
    background:#f34747;
    color:#fff !important;
}

.switchlist .radio-checkbox label:before,
.switchlist .radio-checkbox label:after{
    display:none;
}
.switchlist [type="checkbox"]:checked + label,
.switchlist [type="checkbox"]:not(:checked) + label{
    padding-left:0 !important;
    padding-right:0 !important;
    text-align:center;
    display:block;
}
.switchlist li .radio-checkbox{
    float:none;
}
.search-result.multi p ins{
    font-size:20px !important;
}
.search-result.multi,
.search-result.multi p{
    height: auto !important;
    margin:0;
    padding-bottom:0;
    display:block;
    text-align:center;
}
.search-result.multi:after{
    position:absolute;
    border-bottom: 8px solid #fff3e9;
    border-left: 8px solid #fff3e9;
    left: 50%;
    bottom:-7px;
    transform: translateX(-50%);
}
.airlineDestWrap {
    padding: 13px 0px 0 0px !important;
    background: #df4651;
}
.sub-banner{
    display:none;
}
.main {
    padding-top: 200px;
}
.widget-ul{
    margin-top:10px !important;
}
.filterinfo{
    text-align:center !important;
    padding-top:5px;
}
.sorting.oneway{
    display:block;
    padding:0 10px;
}
.sorting.oneway li{
    display:block;
}

.title-sidebar {
    color: #111111;
    position: relative;
    font-size: 12px !important;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize !important;
    background: none;
    margin: 0;
}
.widget-sidebar .title-sidebar {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 2px;
}
.flightcount {
    padding: 1px 5px;
    /*font-weight: 600;*/
    font-size: 11px;
    color: #591111;
    transform: skewX(-6deg);
}

.shiftIcon {
    background: #d11b1b;
    border-radius: 50px;
    padding: 2px 4px;
    position: absolute;
    left: 48.5%;
    top: 31px;
    font-size: 11px;
    z-index: 9;
    cursor: pointer;
}

    .shiftIcon i {
        color: #fff;
    }
/*.sidebar-faretable td, .sidebar-faretable th{
    text-align:center;
}*/

/*.baggage {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-right: 15px;
}*/
.baggage-row {
    margin-top: 6px;
}

.baggage {
    display: inline-flex;
    align-items: center;
    margin-right: 18px;
    font-size: 13px;
    color: #555;
}

.bgProperties {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.icon24 {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

/* Cabin baggage icon */
.cabinIcon {
    background-image: url('https://imgak.mmtcdn.com/flights/assets/media/dt/review/cabin_baggage_icon.png?v=2');
}

/* Check-in baggage icon */
.checkinIcon {
    background-image: url('https://imgak.mmtcdn.com/flights/assets/media/dt/review/checkin_baggage_icon.png');
}
/*<span class="bgProperties icon16 tooltipIcon" > </span >
*/
.icon16 {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.tooltipIcon {
    background-image: url('https://imgak.mmtcdn.com/flights/assets/media/dt/review/baggage_tooltip_icon.png');
}

.fare-type-wrap {
    text-align: right;
}

.fare-type {
    display: inline-flex;
    align-items: center;
    background: #e3f2fd; /* light blue */
    color: #0d47a1; /* dark blue text */
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    white-space: nowrap;
}

    .fare-type i {
        margin-right: 5px;
        font-size: 12px;
    }
