﻿:root {
    --primary-color: #ffffff;
    --secondary-color: #ffffff;
    --primary-color-lite: #1E9BD72F;
    --primary-color-ultra-lite: #1E9BD71F;
    --tertiary-color: #ff8d19;
    /* ----- Common for all theme ----- */
    --red-color: #dc3545;
    --green-color: #34a853;
}


﻿.p-b-10 {
    padding-bottom: 10px;
}

.depart-check input[type="checkbox"]:checked + label span {
    border: 1px solid var(--primary-color);
    position: relative;
    border-radius: 2px;
    background: var(--primary-color);
}

.depart-check input[type="checkbox"]:checked + label {
    color: #fff;
    border-top: 3px solid var(--primary-color);
    top: -3px;
    position: relative;
}

.depature.cal-icon:after {
    top: 9px;
}

.form-group {
    position: relative;
}

.modal-body button {
    font-weight: 600;
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
}

.modal-footer button {
    font-weight: 600;
    background: linear-gradient(to bottom, var(--primary-color) 0%,var(--primary-color) 100%);
}

md-button {
    font-weight: 600;
    background: linear-gradient(to bottom, var(--primary-color) 0%,var(--primary-color) 100%);
}

ul.sortable li label {
    cursor: pointer;
}

.fare-breakup tr td:last-child {
    text-align: right;
    padding-left: 5px;
}

.depart-check ul.sortable li:last-child {
    border-bottom: 1px solid #ccc !important;
}
/*********************Searchbar**************************/
.search-bar {
    background: #ffffff;
    padding: 14px 0px !important;
    color: #fff;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.search-section.fg-li {
    margin-bottom: 20px;
    /*border-top: 1px solid #eaeaea;*/
    box-shadow: 0px 3px 5px -4px #afafaf;
}

.calander-fade-state {
    opacity: 0.5;
}

.multi-citys-names .mcity-div {
    display: inline-block;
    padding: 0px 0px;
    width: 100px;
}

section.search-section.fg-li p {
    padding-right: 13px;
}

.search-section.fg-li li.from {
    width: 210px;
}

    .search-section.fg-li li.from::before {
        content: "";
        top: 25px;
        background: url(../../images/ats-sprite.png) no-repeat -51px -2px;
        position: absolute;
        left: 8px;
        height: 16px;
        width: 20px;
    }

ul.searchbox {
    width: 100%;
    float: left;
}

.search-section.fg-li li.to {
    width: 210px;
}

    .search-section.fg-li li.to::before {
        content: "";
        top: 25px;
        background: url(../../images/ats-sprite.png) no-repeat -26px -2px;
        position: absolute;
        left: 11px;
        height: 16px;
        width: 20px;
        z-index: 8;
    }

section.search-section.fg-li .Calender {
    width: 122px;
}

section.search-section.fg-li .Airlines {
    width: 123px;
}

    section.search-section.fg-li .Airlines select {
        height: 28px;
        border: none;
        color: #737373;
        font-weight: 600;
        font-size: 13px;
    }




section.search-section.fg-li .Room_Guest {
    width: 176px;
}

section.search-section.fg-li .ng-isolate-scope-old {
    left: 18.1%;
    top: 23px;
    padding: 0px 0px 0px 2px;
    border: none !important;
}

    section.search-section.fg-li .ng-isolate-scope-old img {
        width: 13px;
        margin-top: -6px;
        margin-left: 1px;
    }

.search-section.fg-li p {
    margin-bottom: 0px;
}

.search-section.fg-li .avdd_botcon {
    right: -5px;
    top: 33px;
}

.search-section.fg-li li.airlinesField {
    width: 120px;
}
/******************Filter Style***********************/
.flight-filter {
    float: left;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-radius: 3px;
    background: rgba(245, 245, 245, 0.25);
    border: 1px solid #e4e4e4;
}

    .flight-filter h2 {
        font: 14px/1.5 'Open Sans', sans-serif;
    }

    .flight-filter > form > ul > li {
        width: 100%;
        color: #555;
        position: relative;
        display: inline-block;
        border-bottom: 1px solid #e8e8e8;
        font-size: 16px;
        padding: 10px;
        float: left;
    }

    .flight-filter .depart-check input[type="checkbox"] {
        display: none;
        margin: 0;
    }

    .flight-filter > form .header {
        color: #fff;
        background: var(--primary-color);
        padding-top: 0px;
        line-height:40px;
        padding-bottom: 0px;
        border-bottom: none;
        font-size: 16px;
        padding: 5px 18px;
        width:100%;
        border-radius:3px 3px 0 0;
        text-align:center;
    }

    .flight-filter > form .header h4,.flight-filter > form .header a{
        color: #fff;
        display:inline-block;
    }

    .flight-filter > form ul > li:last-child {
        border-bottom: none;
    }


    .flight-filter > form ul > li.header h4 {
        display: inline-block;
    }

    .flight-filter form .header a {
        color: #fff;
        text-align: right;
        float: right;
    }

    .flight-filter ul > li {
        font-size: 13px;
    }

    .flight-filter .depart-check li {
        display: block;
        border: 1px solid #ccc;
        border-right: 1px solid #ccc !important;
        width: 25% !important;
        height: 55px !important;
        color: #222;
        float: left;
        padding: 0px !important;
        text-align: center;
        font-size: 12px !important;
    }

    .flight-filter .depart-check li, .flight-filter .depart-check label {
        display: block;
        width: 100%;
        height: 53px;
    }

    .flight-filter .depart-check label img {
        height: 20px;
        margin-top: 3px;
    }

    .flight-filter .depart-check span {
        border: none !important;
        border-top: 1px solid #e2e2e2 !important;
        height: auto !important;
        padding: 6px 0 0;
        margin: 0 auto !important;
        margin-top: 6px !important;
        display: block !important;
        font-size: 8.5px !important;
        width: 100% !important;
        font-weight:700;
    }

    .flight-filter .pull-right, .flight-filter .pull-left {
        font-size: 12px !important;
    }

    .flight-filter span.f13b {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 13px;
        display: block;
    }


/*******************Pax Detail**********************/
.trip {
    background: #fff;
    padding: 10px 0px;
    border-top: 1px solid #eaeaea;
    box-shadow: 0px 3px 5px -4px #afafaf;
}

    .trip li {
        display: inline-block;
        padding: 0px 15px;
    }

    .trip li:nth-child(1) {
        padding-left: 0px;
    }

    .trip li:nth-child(3) {
        border-left: 1px dotted var(--primary-color);
        border-right: 1px dotted var(--primary-color);
    }

/****************Pax Page******************/

.pax-page .panel-title > a:hover .more-less {
    color: #fff;
    border: 1px solid #fff;
}

.pax-page .panel-title > a:hover span {
    color: #18a94c;
}

.pax-page .panel-title.panel-title-error > a:hover {
    background: #ff0000 !important;
    color: #fff;
}

    .pax-page .panel-title.panel-title-error > a:hover .more-less {
        color: #fff !important;
    }

    .pax-page .panel-title.panel-title-error > a:hover span {
        color: #ff0000 !important;
    }

.steps {
    color: #fff;
    width: 48px;
    position: absolute;
    top: 9px;
    left: -49px;
    background-color: #0ebb79;
    background-image: -moz-linear-gradient(#0ebb79,#22a642);
    background-image: -webkit-linear-gradient(#0ebb79,#22a642);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0ebb79),to(#22a642));
    background-image: linear-gradient(#0ebb79,#22a642);
    border-bottom: 1px solid rgba(0,0,0,0.5);
    border-radius: .8em .3em .3em .8em;
    display: none;
    overflow: hidden;
}

    .steps span.stepNum {
        width: 15px;
        top: 0px;
        font-weight: bold;
        left: 28px;
        height: 20px;
        font-size: 15px;
        position: relative;
    }

    .steps span {
        display: block;
        height: 13px;
    }

        .steps span.tick {
            position: absolute;
            width: 16px;
            height: 13px;
            top: 5px;
            left: 8px;
            font: normal normal normal 14px/1 FontAwesome;
        }

            .steps span.tick:before {
                content: "\f00c";
                font: normal normal normal 14px/1 FontAwesome;
            }

        .steps span.edit {
            left: 60px;
            font-weight: normal;
            font-size: 13px;
        }

.panel-group {
    margin-bottom: 0px;
}

.gray-bg {
    background: #eaeceb;
}

label {
    display: inline-block;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
    max-width: 100%;
}

.cvv i {
    font-size: 9px;
    float: left;
    width: 87px;
    margin-top: 5px;
    margin-left: 2px;
}

.cvv img {
    margin-top: 7px;
    width: 35px;
    float: left;
}

.make-payment {
    padding: 30px 0px;
    width: 100%;
}

.make-payment h1 {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
}

.make-payment h1 #finalPay{
    font-size: 18px;
    font-weight: 700;
}

.make-payment button {
    float: right;
    margin-top: 6px;
}

.panel-group {
    margin-bottom: 0px;
}

.pax-page {
    padding-bottom: 60px;
}

.pax-page button {
    background:var(--primary-color);
}

.i-under {
    margin-top: 18px;
    margin-bottom: 9px;
}

.optional {
    padding: 7px 15px;
    background: #f4f4f4;
}

    .optional .fa-angle-down {
        float: right;
        font-size: 22px;
        color: #12b64b;
        font-weight: 600;
    }

.Traveller .col-sm-12 h4 {
    margin: 8px 0px;
    font-size: 15px;
    font-weight: 700;
    color: #6d6c6c;
}

.dob {
    position: relative;
}

    .dob:after {
        position: absolute;
        content: "\f073";
        font: normal normal normal 14px/1 FontAwesome;
        right: 5px;
        top: 10px;
        color: #7d7d7d;
    }

.pax-page .panel-default > .panel-heading {
    padding: 0;
    color: #212121;
}

.pax-page .panel-title > a {
    display: block;
    padding: 9px 10px;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    cursor: default;
    line-height: normal;
}

    .pax-page .panel-title > a span {
        height: 20px;
        width: 20px;
        display: inline-block;
        text-align: center;
        background: var(--primary-color);
        color: #fff;
        border-radius: 50%;
        border: 1px solid #fff;
        margin-right: 10px;
    }

.pax-page section.row.flight-detail-box {
    padding: 10px 10px;
}

.pax-page .panel-group .panel {
    overflow: visible;
    box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.13);
    border: none;
    margin-bottom: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.pax-page .panel-title > a:hover .more-less {
    color: #fff;
    border: 1px solid #fff;
}

.pax-page .panel-title > a:hover span {
    color: #fff;
}

.pax-page .panel-title.panel-title-error > a:hover {
    background: #ff0000 !important;
    color: #fff;
}

.pax-page .more-less {
    float: right;
    color: #555;
    font-size: 9px;
    width: 15px;
    text-align: center;
    border-radius: 3px;
    height: 14px;
    border: 1px solid #555;
    margin-top: 3px;
    padding-top: 1px;
}

.pax-page .panel-title.panel-title-error > a:hover .more-less {
    color: #fff !important;
}

.pax-page .panel-title.panel-title-error > a:hover span {
    color: #ff0000 !important;
}

.fare-breakup {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.13);
}

    .fare-breakup .fbTitle {
        display: block;
        padding:0 0 10px 0;
        font-size: 16px;
        font-weight:700;
        margin-bottom: 10px;
        color:var(--primary-color);
        border-bottom:1px solid #eee;
    }

    .fare-breakup table tr {
        border-collapse: collapse;
        border-bottom: 1px solid #eeeeee;
    }

        .fare-breakup table tr td {
            padding: 5px;
            font-size: 14px;
            width: 50%;
        }

            .fare-breakup table tr td small {
                display: block;
            }

    .fare-breakup tr:nth-child(1) td:last-child {
        text-align: right;
        padding-left: 5px;
    }

    .fare-breakup table tr:last-child td {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .fare-breakup table tr:last-child {
        border-bottom: none;
    }

    .fare-breakup table tr td h2 {
        margin: 0px;
        font-weight: 600;
        color: #555;
        font-size: 14px;
    }

    .fare-breakup table tr td span {
        color: #fff;
        font-size: 11px;
    }

.totalPriceBlock {
    color: var(--primary-color);
    font-weight: bold;
    vertical-align: top;
}

    .totalPriceBlock .totalAmount {
        font-size: 16px;
    }

    .totalPriceBlock small {
        display: block;
        font-weight: normal;
    }

.apply-copun {
    background: #fff;
    border: 1px dashed var(--primary-color);
    padding: 20px 10px;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.13);
    display:none;
}

    .apply-copun h4 {
        margin-top: 0px;
        color: var(--primary-color);
    }

    .apply-copun p {
        color: #000;
        font-weight: 500;
    }

        .apply-copun p i {
            margin-right: 10px;
            color: var(--primary-color);
        }

    .apply-copun table {
        width: 100%;
    }

        .apply-copun table input[type="text"] {
            width: 100%;
            height: 34px;
            border: 1px solid #bdbcbc;
        }

        .apply-copun table input[type="submit"] {
            background: #595959;
            border: none;
            height: 34px;
            color: #fff;
            padding: 0px 7px;
            height: 34px;
        }

.space20 {
    margin-top: 20px;
}

ul.flightdetail {
    border-bottom: 1px dotted #464545;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

    ul.flightdetail > li {
        width: 50%;
        float: left;
        font-size: 15px;
        color: #525252;
    }

.flightSec {
    margin-bottom: 20px;
}

.layover {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 13px;
    margin: 12px 0px 18px 0px;
    border: 2px dotted var(--primary-color);
    padding: 3px 20px;
    border-radius: 15px;
    font-family: 'Lato', sans-serif;
}

    .layover:before {
        content: "";
        position: absolute;
        height: 9px;
        border-bottom: 2px dotted var(--primary-color);
        top: 3px;
        width: 147px;
        right: 105%;
    }

    .layover:after {
        content: "";
        position: absolute;
        height: 9px;
        left: 105%;
        border-bottom: 2px dotted var(--primary-color);
        top: 3px;
        width: 147px;
    }

.col-lg-12.amenities-icon ul.amenities-icons {
    font-family: 'Lato', sans-serif;
}

.gender-check span {
    padding: 5px 0 0;
    margin: 0 auto !important;
    display: block !important;
    font-size: 13px !important;
    width: 100% !important;
}

.gender-check li {
    display: inline-block;
    border: 1px solid #ccc;
    width: 60px !important;
    color: #222;
    padding: 0px !important;
    text-align: center;
    font-size: 12px !important;
    height: 30px;
    border-radius:3px;
}

.gender-check input[type="radio"]:not(:checked), .gender-check input[type="radio"]:checked {
    visibility: visible;
}

.gender-check input[type="radio"] {
    opacity: 0;
    margin: 0;
}

    .gender-check input[type="radio"] + label {
        margin-top: -18px;
    }

ul.sortable span {
    height: auto !important;
}

.gender-check span {
    border: none !important;
}

.gender-check input[type="radio"] + label {
    margin-top: -19px;
}

.gender-check label {
    display: block;
    width: 100%;
}

.gender-check input[type="radio"]:checked + label {
    color: #fff;
    position: relative;
    background: var(--primary-color);
    height: 29px;
}

.panel-title {
    position: relative;
}

.flight-number {
    float: right;
    font-size: 12px;
    width: 74%;
    display: inline-block;
}

#flight-detail h1, #flight-detail h2, #flight-detail h3, #flight-detail h4, #flight-detail h5, #flight-detail h6 {
    font-family: 'Lato', sans-serif !important;
}

.search-bar {
    background: #fff;
    padding: 14px 0px;
    color: #fff;
}

.multi-citys-div {
    margin: 0;
}

    .multi-citys-div div {
        padding: 0;
        display: inline-block;
    }

.multi-citys-names .ng-scope {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
    width: 205px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .multi-citys-names .ng-scope .col-lg-3 {
        width: 111px;
        margin-bottom: 5px;
    }

.multi-citys-div .mcity-arrow {
    margin: 0 27px 0px 6px;
}

.multi-citys-names {
    padding-top: 4px !important;
}

.float-panel.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 3px #ccc;
    left:0;
}

    .float-panel.fixed .search-section.fg-li {
        margin-bottom: 0px;
    }

.multi-citys-names div h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.multi-citys-names div h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.multi-citys-names .ng-scope i {
    width: auto;
    margin-top: 13px;
}


.multi-citys-names h6.higlgt_ {
    font-weight: 600;
}

.multi-citys-names h6.date_ {
    font-size:13px;
}

.arrow-dotted-flght {
    border: dotted var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block !important;
    padding: 3px !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    margin: 15px 25px 0 0 !important;
    float: right;
}

    .arrow-dotted-flght::before {
        content: '';
        position: absolute;
        top: -3px;
        right: -2px;
        height: 0;
        border-top: 2px dotted var(--primary-color);
        width: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

.multi-citys-div button {
    background: linear-gradient(to bottom, var(--primary-color) 0%,var(--primary-color) 100%);
}

.modify-multi-city {
    margin-top: -20px;
}

.m-in-width .location {
    width: 26.5% !important;
}

.search-bar ul li {
    float: left;
    margin: 0px 5px;
}

    .search-bar ul li .form-group {
        position: relative;
        margin-bottom: 0px;
    }

search-bar ul li input[type="text"] {
    padding-left: 32px;
    background: #fff;
}

.search-bar .go-return {
    background: var(--primary-color);
    border-radius: 50%;
    position: relative;
    height: 28px;
    width: 28px;
    padding: 4px;
    margin-top: 2px;
    padding-left: 6px;
}

.search-bar .form-group-lg .form-control {
    padding: 8px 10px;
    height: auto;
    border-radius: 0PX;
}

.close-icon {
    font-size: 24px !important;
    margin: 5px 10px;
    -webkit-text-stroke: 1px #393939;
    float: left;
    cursor: pointer;
}

.modify-multi-city .search-bar {
    padding: 0px !important;
    border-bottom:none;
    border-top:none;
}


#MCFlightForm form{ padding:20px 0px;
  
}
.modify-multi-city {
    display: none;
    margin-top: 0px;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 70px;
    border: 1px solid #eaeaea;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 3px 5px -4px #afafaf;
    padding-left: 10px;
    padding-right: 10px;
}

#search-button {
    background: linear-gradient(to bottom, var(--primary-color) 0%,var(--primary-color) 100%);
    border-color: var(--primary-color);
}

#MCFlightForm .Room_Guest::before {
    right: 6px;
    left: auto;
    top: 7px;
}

.multi-city-pax-input input[type="text"] {
    border: 1px solid #ccc !important;
    display: block !important;
    padding: 8px 10px !important;
    width: 100%;
    color: #555 !important;
    height: 35px !important;
}

.multi-city-pax-input .avdd_botcon {
    border-top: 1px solid rgba(173, 158, 155, 0.35);
    right: 69px;
    top: 34px;
}

.f-adult {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 14px;
    min-height: 280px;
    margin-top: 0px;
    max-height: 500px;
    padding-top: 20px !important;
    position: absolute;
    right: 0px;
    width: 260px;
    z-index: 1031;
}

.amenities-icon.amenities-icon {
    padding: 0 7px;
}

.font12 {
    font-size: 12px;
}

.avpax_dropdown .btn-group-justified > .btn-group .btn {
    width: 100%;
    text-transform: initial;
    font-size: 11px;
    padding: 0px !important;
    box-shadow: none;
    outline: none;
}

.avpax_dropdown .btn-default.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}

.avpax_dropdown .btn-default {
    color: #555 !important;
    text-shadow: none;
    height: 30px;
    padding: 0 12px !important;
}

.listing ul.way li span {
    display: block
}

.multicity-div .outbound {
    margin: 10px 0px;
    border-radius:10px;
}

.multicity-div.listing > .refund-detail {
    padding-top: 0px;
}

.page-found {
    text-align: center;
    margin: 40px auto;
    max-width:60%;
}

.page-found > img{
    max-width:40%;
    margin-bottom:15px;
}

.page-found h2 {
    color: var(--primary-color);
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 700;
}

.page-found p {
    line-height:1.8;
}


/*******************flight confirmation***********************/
.gray-bg {
    background: #eaeceb;
}

.flight-confirmation {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 4px rgba(51, 51, 51, 0.33);
    border: 1px solid #cecece;
    margin-bottom: 12px;
}

    .flight-confirmation h2 {
        color: var(--primary-color);
        font-size: 22px;
        margin: 0px;
    }
    
    .flight-confirmation h2 a,
    .cnfrmtn_hdr_btn_group a{
        color: var(--primary-color);
        padding: 5px 18px;
        border-radius: 3px;
        float: right;
        text-decoration: none;
        font-size: 14px;
        border: 2px solid var(--primary-color);
        margin-left: 5px;
    }

    .flight-confirmation p {
        padding-top: 6px;
        font-size: 13px;
    }

    .flight-confirmation h3 {
        margin: 0px;
        color: var(--primary-color);
        margin-top: 30px;
        font-size: 19px;
    }

    .flight-confirmation h4 {
        margin: 0px;
        font-size: 16px;
    }

    .flight-confirmation h5 {
        margin: 0px;
    }

    .flight-confirmation > table {
        border: 1px solid #e9e9e9;
        width: 100%;
        margin-top: 16px;
    }

    .flight-confirmation tr {
    }

        .flight-confirmation tr th {
            padding: 3px 10px;
            border-bottom: 2px solid var(--primary-color);
        }

        .flight-confirmation tr th {
            padding: 4px 10px;
        }

        .flight-confirmation tr > td {
            padding: 10px;
        }

    .flight-confirmation .border-bottom {
        padding: 10px;
        border-bottom: 1px solid #e9e9e9;
    }

    .flight-confirmation .inner-tab td {
        padding: 2px 10px;
    }

    .flight-confirmation .com-flight-detail {
        border: 1px solid #e9e9e9;
        padding:5px;
        padding-top: 15px;
        margin-top: 16px;
    }

.confirmation-note {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .confirmation-note p {
        font-size: 15px;
        margin-bottom: 7px;
    }

.flight-confirmation table.pull-right.inner-tab td {
    padding: 8px 0px;
}

.flight-confirmation section.row.flight-detail-box {
    padding: 10px 10px;
}

.baggage-info i {
    color: var(--primary-color);
    margin: 0 0 0 5px;
}

.fade-state {
    opacity: 0.7;
    cursor: progress;
    pointer-events: none;
    filter:grayscale(1);
}

.pax-page input[type="button"] {
    background: linear-gradient(to bottom, var(--primary-color) 0%,var(--primary-color) 100%);
}

ul.flightstrip-border > li {
    width: 50%;
    float: left;
    font-size: 15px;
    color: #525252;
}

    ul.flightstrip-border > li:nth-child(2n+1) {
        clear: left;
    }

ul.flightstrip > li {
    width: 50%;
    float: left;
    font-size: 15px;
    color: #525252;
}

.pax-header-strip {
    margin: 25px 0 10px 0;
    border-radius:3px;
}

.pax-details-section:not(:first-child){
    margin-top: 15px;
    border-top: 1px dashed var(--primary-color);
    padding-top: 15px;
}

.tab-content-box-national_iqamaId,
.tab-content-box, .tab-content-box-passport {
    background: #fbfbfb;
    border: 1px solid var(--primary-color);
    border-radius: 0 3px 3px 3px;
    padding-top: 5px;
}

.tab-content-box-national_iqamaId,
.tab-content-box-passport {
    margin: 5px 10px 10px 10px;
    border-radius: 3px;
    padding: 5px;
}

.tab-content-box.py_gap{
    padding-top:1.5em;
    padding-bottom:1.5em;
}

.no-border {
    border: none !important;
}

.tab-content-new {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 1px;
}
.baggage-other #myTab li a{
    border-radius:3px;
    transition:all .3s ease-in-out;
}
.active-button {
    border-radius: 4px 4px 0 0 !important;
}

.tab-content-box:after, .tab-content-box-passport:after {
    content: '';
    display: table;
    width: 100%;
}

#MultiCityDataDiv .search-section{
    border-radius:5px;
}

.flight-root-listing-box::after {
    content: '';
    position: absolute;
    top: 5%;
    right: 25px;
    width: 2px;
    height: 90%;
    border-right: 1px solid #eaeaea;
}
.legWiseSelect .listing{
    background: #fff;
}

.legWiseSelect .listing .outbound ul.way {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.legWiseSelect .listing .outbound ul.way li{
    float:none;
    margin:0;
    padding:0;
    min-height:auto;
}

.legWiseSelect .listing .outbound ul.way li:nth-child(1){
    width:65px;
}

.legWiseSelect .listing .outbound ul.way li:nth-child(4){
    width:120px;
    font-size:11px;
}

.legWiseSelect .listing .outbound ul.way li img{
    width:30px;
}

.flightIconMobile:after {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    background: url(/images/365-200.png);
    width: 41px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: 30px;
    display: none;
}

.detailsDeparturLabel {
    background:var(--primary-color-lite);
    font-size: 12px;
    padding: 3px 6px 3px 25px;
    position: relative;
}

.tripDetailsSectionHeader li:nth-child(1){
    padding-right:0 !important;
}
.tripDetailsSectionHeader li:nth-child(3) {
    padding-right: 15px !important;
}

.tripDetailsSectionHeader li:nth-child(4) {
    border-right:1px dotted var(--primary-color);
}

.tripDetailsSectionHeader .hdrDeparturLabel,
.tripDetailsSectionHeader .hdrReturnLabel {
    position: relative;
    padding-left: 15px;
}

    .detailsDeparturLabel:before,
    .tripDetailsSectionHeader .hdrDeparturLabel:before,
    .tripDetailsSectionHeader .hdrReturnLabel:before {
        content: "";
        top: 2px;
        background: url(../../images/ico/depart-icon.svg) no-repeat center;
        position: absolute;
        left: 2px;
        height: 19px;
        width: 20px;
    }

    .detailsReturnLabel:before,
    .tripDetailsSectionHeader .hdrReturnLabel:before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .tripDetailsSectionHeader .hdrDeparturLabel:before,
    .tripDetailsSectionHeader .hdrReturnLabel:before {
        display: none;
    }

.legWiseSelect .flightListingBoxWise {
    border: 1px solid #DEDCDC;
    position: relative;
    padding: 5px 5px 5px 10px;
    background: #fff;
    margin: 0 10px 10px 10px;
    border-radius:6px;
}

.legWiseSelect .tabSection{
    background:#fff;
}

.legWiseSelect .tabSection md-tabs-wrapper md-tabs-canvas,
.legWiseSelect .tabSection md-tabs-wrapper md-tabs-canvas md-pagination-wrapper{
    height:70px;
    width:100% !important;
}

.legWiseSelect .tabSection md-tabs-wrapper md-tab-item.md-tab {
    background: #EEEFEF;
    margin-right: 10px;
    color:#414141;
    border:1px solid transparent;
    border-bottom:1px solid #4F5355;
    padding-left: 25px;
    padding-right: 25px;
    overflow:visible;
    border-radius:5px 5px 0 0;
}
.legWiseSelect .tabSection md-tabs-wrapper md-tab-item.md-tab strong{
    display:block;
    font-size:14px;
    position:relative;
}
.legWiseSelect .tabSection md-tabs-wrapper md-tab-item.md-tab strong.selectedLeg:before,
.legWiseSelect .tabSection md-tabs-wrapper md-tab-item.md-tab strong.selectedLeg:after{
    position:absolute;
    content:'';
    background:var(--green-color);
    width:18px;
    height:18px;
    border-radius:50%;
    top:-8px;
    right:-18px;
}
.legWiseSelect .tabSection md-tabs-wrapper md-tab-item.md-tab strong.selectedLeg:after{
    content:'\f00c';
    background:none;
    color:#fff;
    font:normal normal normal 10px/1.9 FontAwesome;
}

.legWiseSelect .tabSection md-tabs-wrapper md-tab-item.md-tab small {
    font-size: 12px;
    text-transform: capitalize;
}

.legWiseSelect .tabSection md-tabs-content-wrapper{
    border: 1px solid #4F5355;
    padding:0 15px;
    margin-top:-1px;
}
.legWiseSelect .tabSection md-tabs-wrapper md-tab-item.md-active{
    border: 1px solid #4F5355;
    border-bottom-color:#fff;
    background: #FFF;
    z-index: 2;
    position: relative;
    border-top-width:3px;
    border-top-color:var(--primary-color);
    overflow:visible;
}

.legWiseSelect .tabSection md-tabs-wrapper md-tabs-canvas md-pagination-wrapper md-ink-bar{
    display:none;
}
.legWiseSelect .tabSection md-tabs-wrapper{
    z-index:1;
    border:none;
}

.legWiseSelect .f-footer-details li{
    margin-right:12px;
    border-right:none;
}

.legWiseSelect .selectedFlightSection {
    border: 1px solid var(--primary-color);
    margin-bottom: 30px;
    border-radius: 2px;
    background:#fff;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10), -4px -4px 10px 0px rgba(0, 0, 0, 0.10);
}

.legWiseSelect .selectedFlightSection header{
    background:var(--primary-color-ultra-lite);
    border-bottom:1px solid #E9E5E5;
    padding:8px 0;
}

.legWiseSelect .selectedFlightSection header h5{
    font-size: 20px;
    font-weight: 600;
    color:var(--primary-color);
}

.legWiseSelect .selectedFlightSection header h4.price{
    color:#414141;
    font-size:16px;
    font-weight:700;
    display:inline-block;
    margin:0 5px 0 0;
}

.legWiseSelect .selectedFlightSection ul.flightdetail{
    border-bottom-style:solid;
    border-bottom-color:#DEDCDC;
}
.legWiseSelect .selectedFlightSection ul.flightdetail li.depart em,
.legWiseSelect .selectedFlightSection ul.flightdetail li.depart strong{
    color: #414141;
    font-size: 13px;
    font-weight: 600;
}
.legWiseSelect .selectedFlightSection ul.flightdetail li.depart em{
    font-style:normal;
}
.legWiseSelect .selectedFlightSection ul.flightdetail li.depart div.d_box{
    background:var(--primary-color-lite);
    display:inline-block;
    padding:2px 5px;
    margin-right:5px;
}

.legWiseSelect .selectedFlightSection ul.flightListInfo{
    display:inline-block;
}
.legWiseSelect .selectedFlightSection ul.flightListInfo li{
    font-size:10px;
}

.legWiseSelect .selectedFlightSection ul.flightListInfo li.airwaysName{
    font-size: 12px;
    font-weight: 600;
    color:#414141;
}

.legWiseSelect .selectedFlightSection .flight-detail-box h5{
    font-size:12px;
}
.legWiseSelect .selectedFlightSection .flight-detail-box .fLogoName{
    display:flex;
    align-items:center;
}

.legWiseSelect.roundTripPlus .selectedFlightSection .flight-detail-box .fLogoName {
    flex-wrap: wrap;
}

.legWiseSelect .selectedFlightSection .flight-detail-box .fLogoName img {
    margin-right: 5px;
}
.selectedFlightBody {
    position:relative;
    margin:0 35px 15px 35px;
    border-radius:3px;
    padding-top: 5px;
}

.legWiseSelect .selectedFlightSection .expandArrow {
    position: absolute;
    margin-left: 12px;
    cursor:pointer;
}

.legWiseSelect .selectedFlightSection .expandArrow > i{
    font-size:26px;
}

.legWiseSelect .selectedFlightSection .closeSection {
    position: absolute;
    right:-22px;
    top: 5px;
    cursor:pointer;
    border:2px solid var(--primary-color);
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.legWiseSelect .selectedFlightSection .closeSection:before,
.legWiseSelect .selectedFlightSection .closeSection:after{
    content:'';
    position:absolute;
    top:3.5px;
    left:9.5px;
    height:13px;
    width:1.5px;
    background:var(--primary-color);
    transform:rotate(45deg);
    transition:all .3s ease-in-out;
}

.legWiseSelect .selectedFlightSection .closeSection:hover{
    border-color:var(--red-color);
}

.legWiseSelect .selectedFlightSection .closeSection:hover:before{
    transform:rotate(90deg);
    background-color:var(--red-color);
}

.legWiseSelect .selectedFlightSection .closeSection:hover:after{
    opacity:0;
}

.legWiseSelect .selectedFlightSection .closeSection:after{
    transform:rotate(-45deg);
}

.legWiseSelect .selectedFlightSection .closeSection > i{
    font-size:24px;   
    color:#8E9193;
}

.legWiseSelect .selectedFlightSection .expandArrow:hover i,
.legWiseSelect .selectedFlightSection .closeSection:hover i{
    color: var(--primary-color);
}

.selectedFlightBody .listing{
    margin:0;
    border:none;
    box-shadow:none;
    background:none;
}

.legWiseSelect .selectedFlightSection .expandArrow.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.listing header .selectedPrice {
    width:20px;
    height:20px;
    border-radius:50%;
    background:var(--green-color);
    color:#fff;
    display:block;
    line-height: 1.5;
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
}
.flightListingBoxWise.selectedFlght{
    border-color:var(--primary-color);
    background:var(--primary-color-ultra-lite);
}

.flightListingBoxWise:hover{
    border-color:var(--primary-color);
}

.flightListingBoxWise.selectedFlght .outbound {
    background: none;
}

.legWiseSelect .flightSec header button:disabled,
.legWiseSelect .flightSec header button[disabled]{
    background: #9C9C9C;
}

.legWiseSelect .selectedFlightSection footer.refund-detail ul.f-footer-details {
    background: var(--primary-color-ultra-lite);
    padding: 12px 0 12px 50px;
    margin-left: 0;
}

#Baggage-Details-MultiCityPlus .bottom-line h3 {
    font-weight: 600;
    font-size: 15px;
    padding-top: 0px;
    margin: 8px 0px;
    color: #555;
    padding-left: 5px;
}
#Baggage-Details-MultiCityPlus .bag-line h5{
    font-size: 13px !important;
    padding: 6px;
    background: #f5f5f5;
    margin: 0px;
    color: #555;
    font-weight: 100 !important;
    margin-bottom: 3px !important;
    border-bottom: none;
}

#Baggage-Details-MultiCityPlus .bag-line div{
    padding: 0 !important;
}

.fareDetails_rtp .bottom-line,
#fare-detail-MultiCityPlus .bottom-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-bottom: 0px;
    padding: 0px !important;
}

.fareDetails_rtp .bottom-dotted,
#fare-detail-MultiCityPlus .bottom-dotted {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    margin-bottom: 0px;
    padding: 0px !important;
}

#fare-detail-MultiCityPlus .row {
    padding: 0px;
}

#fare-detail-MultiCityPlus .modal-body {
    padding: 0px 15px 10px 15px;
}

#fare-detail-MultiCityPlus h5 {
    font-weight: 600;
    font-size: 15px;
}

.fareDetails_rtp p,
#fare-detail-MultiCityPlus p {
    margin: 10px 0px;
    font-size: 15px;
}

#fare-detail-MultiCityPlus .col-lg-12 small {
    font-size: 13px;
    margin-top: 11px;
    display: block;
}

.legWiseSelect .flight-detail-box .fLogoName > img.ImgTitle{
    max-width:40px;
}

.pax-page .flight-detail-box .ImgTitle{
    max-width:40px;
}

.final-main-price > span{
    font-size:12px;
}

.legWiseSelect .flightListingBoxWise span.topdate,
.listing.f-oneWay span.topdate{
    border-top-left-radius: 6px;
}

.legWiseSelect .selectedFlightSection .CabinClassUpBtnWrap {
    right: 5px;
    bottom: 6px;
}

.listing.multicity-div .CabinClassUpBtnWrap {
    position: relative;
    display: table;
    float: right;
    margin: 0 -10px -15px 0;
}

.multiCityPlusSwitcher md-switch{
    display:table;
}

.flight-confirmation .plicyVilatnCornrShape{
    border-radius:0;
}

.multicity-div .plicyVilatnCornrShape{
    border-radius:0 8px 0 0;
}

.multi-citys-div .modify-multi-citySection {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.multi-citys-div .modify-multi-citySection .modfiyDirDown{
    margin-right:10px;
    font-weight:500;
}

.modify-multi-citySection .fa.modfiyDirDown + .fa,
.modify-multi-citySection .fa.modfiyDirDown {
    font-size: 20px;
}

.modify-multi-city .searchFieldWrap ul:not(:last-child){
    margin-bottom:10px !important;
}

.modify-multi-city .search-bar input[type=text]{
    box-shadow:0px 0px 0px 1px rgba(51, 51, 51, 0.15);
    border:none !important;
    height:47px !important;
    font-weight: 600;
    border-radius:3px;
}

.modify-multi-city .depature.cal-icon:after{
    top: 13px;
    right: 10px;
    font-size: 22px;
}

.modify-multi-city .multi-city-pax-input .avdd_poplink{
    height:auto;
}

.modify-multi-city .multi-city-pax-input .avdd_poplink:before {
    content: '\f107';
    top: 12px !important;
    right: 10px !important;
}

.wl-nonCorporate .modify-multi-city li .avdd_botcon .numberSpinner{
    margin-bottom:15px;
}

.modify-multi-city li.go-return{
    margin-top:10px;
}

.modify-multi-city .icon-close.close-icon{
    font-size: 12px !important;
    border: 2px solid red;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 1.7;
    text-align: center;
    margin-top:0;
}

.modify-multi-city .multi-city-pax-box .avdd_botcon{
    right:8px;
}

.modify-multi-city .multi-city-pax-box .custom-radio .md-label{
    color:#555 !important;
    font-weight:500;
}

.modify-multi-city .add-flight-multicitySearch .icon-plus{
    font-size:16px;
}

.modify-multi-city .search-bar button.btn-primary{
    height:47px;
    box-shadow:none;
}