﻿

@media only screen and (max-width: 2000px) and (min-width: 581px) {
    .showhide {
        visibility:hidden;
    }
}

.marginBottom{
    margin-bottom:10px;
}

section.search_form_section {
    background: #c13d12;
    padding: 10px 0;
    margin-top: -35px;
    margin-bottom: 30px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 35px;
}

.hasPopUp {
    color: #000;
}

    .hasPopUp label {
        color: #fff;
    }

.popWindow label {
    color: #000;
}

.search_form_search_page {
    margin-top:20px;
    color: #fff;
}

    .search_form_search_page input[type="radio"] {
        height: 22px;
        width: 18px
    }

#optOneWay span,
#optRound span {
    font-weight: 500;
    vertical-align: super
}

.search_form_search_page .frmTitle {
    margin: 5px 0 10px;
    font-size: 20px;
    color: #464646;
    border-bottom: 2px solid #292929;
    padding-bottom: 7px;
    position: relative
}

.search_form_search_page .input-group {
    background: #fff
}

.search_form_search_page .form-control {
    z-index: 0;
    padding: 2px;
    background: transparent
}

.search_form_search_page .input-group-addon {
    background: transparent;
    padding: 0 5px;
}

    .search_form_search_page .input-group-addon i {
        color: #f13e07
    }

.search_form_search_page .input-group .form-control {
    border-left: 0;
    box-shadow: none;
    font-size: 15px
}

.search_form_search_page .en {
    color: #fff;
    background: #f15a29;
    border: none
}

.popWindow .form-control {
    border-left: 1px solid #ccc !important;
    padding: 6px 12px
}

.popWindow {
    display: none;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    z-index: 5;
    padding: 30px 10px 10px;
    box-shadow: 0 0 5px;
    min-width: 230px;
    right: 0
}

    .popWindow label {
        white-space: nowrap;
        display: block;
        line-height: 1;
        margin: 4px 0 0
    }

        .popWindow label small {
            font-weight: 100
        }

.popClose {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer
}

.hasPopUp {
    position: relative
}

.popTrigger {
    display: block;
    cursor: pointer;
    background: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 3px;
    border: 1px solid #ccc
}

    .popTrigger .caret {
        margin: 5px 0 0
    }

    .popTrigger > span {
        width: calc(100% - 15px);
        overflow: hidden;
        display: inline-block;
        white-space: nowrap
    }

.hasPopUp {
    margin: 4px 0
}

.btns .btn {
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    float: left;
    height: 41px
}

.hasClose {
    position: relative
}

    .hasClose .far {
        position: absolute;
        right: 1px;
        top: 1px;
        background: #eee;
        padding: 0 5px;
        display: none;
        cursor: pointer;
        line-height: 44px
    }
/*--Auto Complete CSS--*/
.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #bbb;
    overflow-y: auto
}

    .autocomplete-items div {
        padding: 7px 3px 7px 30px;
        color: #555;
        cursor: pointer;
        border-bottom: 1px solid #d4d4d4;
        font-size: 13px;
        background: url(../../../Content/assets/images/serch-icon.webp) no-repeat #fff;
        background-size: 16px;
        background-position: 4px 7.5px
    }

        .autocomplete-items div:hover {
            background-color: #e9e9e9
        }

        .autocomplete-items div.autocomplete-active {
            background-color: #dfefff;
            color: #598cff
        }

@media (max-width:768px) {
    .popTrigger {
        margin-right: 5px
    }

        .popTrigger > span {
            font-size: 12px
        }

    .search_form_search_page .frmTitle {
        font-size: 17px;
        border: none;
        text-align: center;
        padding: 0
    }
}

@media (max-width:580px) {
    .search_form_search_page input[type="radio"] {
        height: 18px;
        width: 14px
    }

    #optOneWay,
    #optRound {
        font-size: 14px;
        line-height: .8
    }

    .search_form_search_page {
        padding: 10px 0 15px;
        border-radius: 0
    }

        .search_form_search_page .frmTitle:before {
            height: 0
        }

        .search_form_search_page form {
            padding: 0 15px
        }

        .search_form_search_page .btns .btn {
            padding: 8px 0;
            width: 45%
        }
}





section.search_form_section {
    background: #c13d12;
    padding: 10px 0;
    margin-top: -35px;
    margin-bottom: 30px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 35px;
}

.hasPopUp {
    color: #000;
}

    .hasPopUp label {
        color: #fff;
    }

.popWindow label {
    color: #000;
}

.search_form_search_page {
    color: #fff;
}

    .search_form_search_page input[type="radio"] {
        height: 22px;
        width: 18px
    }

#optOneWay span,
#optRound span {
    font-weight: 500;
    vertical-align: super
}

.search_form_search_page .frmTitle {
    margin: 5px 0 10px;
    font-size: 20px;
    color: #464646;
    border-bottom: 2px solid #292929;
    padding-bottom: 7px;
    position: relative
}

.search_form_search_page .input-group {
    background: #fff;
	margin: 2px;
}

.search_form_search_page .form-control {
    z-index: 0;
    padding: 2px;
    background: transparent
}

.search_form_search_page .input-group-addon {
    background: transparent;
    padding: 0 5px;
}

    .search_form_search_page .input-group-addon i {
        color: #f13e07
    }

.search_form_search_page .input-group .form-control {
    border-left: 0;
    box-shadow: none;
    font-size: 15px
}

.search_form_search_page .en {
    color: #fff;
    background: #f15a29;
    border: none
}

.popWindow .form-control {
    border-left: 1px solid #ccc !important;
    padding: 6px 12px
}

.popWindow {
    display: none;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    z-index: 5;
    padding: 30px 10px 10px;
    box-shadow: 0 0 5px;
    min-width: 230px;
    right: 0
}

    .popWindow label {
        white-space: nowrap;
        display: block;
        line-height: 1;
        margin: 4px 0 0
    }

        .popWindow label small {
            font-weight: 100
        }

.popClose {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer
}

.hasPopUp {
    position: relative
}

.popTrigger {
    display: block;
    cursor: pointer;
    background: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 3px;
    border: 1px solid #ccc
}

    .popTrigger .caret {
        margin: 5px 0 0
    }

    .popTrigger > span {
        width: calc(100% - 15px);
        overflow: hidden;
        display: inline-block;
        white-space: nowrap
    }

.hasPopUp {
    margin: 4px 0
}

.btns .btn {
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    float: left;
    height: 41px
}

.hasClose {
    position: relative
}

    .hasClose .far {
        position: absolute;
        right: 1px;
        top: 1px;
        background: #eee;
        padding: 0 5px;
        display: none;
        cursor: pointer;
        line-height: 44px
    }
/*--Auto Complete CSS--*/
.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #bbb;
    overflow-y: auto
}

    .autocomplete-items div {
        padding: 7px 3px 7px 30px;
        color: #555;
        cursor: pointer;
        border-bottom: 1px solid #d4d4d4;
        font-size: 13px;
        background: url(../../../Content/assets/images/serch-icon.webp) no-repeat #fff;
        background-size: 16px;
        background-position: 4px 7.5px
    }

        .autocomplete-items div:hover {
            background-color: #e9e9e9
        }

        .autocomplete-items div.autocomplete-active {
            background-color: #dfefff;
            color: #598cff
        }

@media (max-width:768px) {
    .popTrigger {
        margin-right: 5px
    }

        .popTrigger > span {
            font-size: 12px
        }

    .search_form_search_page .frmTitle {
        font-size: 17px;
        border: none;
        text-align: center;
        padding: 0
    }
}

@media (max-width:580px) {
    .search_form_search_page input[type="radio"] {
        height: 18px;
        width: 14px
    }

    #optOneWay,
    #optRound {
        font-size: 14px;
        line-height: .8
    }

    .search_form_search_page {
        padding: 10px 0 15px;
        border-radius: 0
    }

        .search_form_search_page .frmTitle:before {
            height: 0
        }

        .search_form_search_page form {
            padding: 0 15px
        }

        .search_form_search_page .btns .btn {
            padding: 8px 0;
            width: 45%
        }
}






* {
    margin: 0;
    padding: 0
}

.common_txt {
    font-size: 25px;
    font-weight: 700;
    color: #333
}

button.orange {
    background-image: -webkit-linear-gradient(271deg,#fc7346 29%,#fb511c 59%);
    background-image: linear-gradient(179deg,#fc7346 29%,#fb511c 59%);
    border: none;
    color: #fff;
    font-weight: 600
}

    button.orange:hover {
        -webkit-box-shadow: 0 8px 25px rgba(0,0,0,.25);
        box-shadow: 0 8px 25px rgba(0,0,0,.25);
        transform: translateY(-5px);
        -webkit-transform: translateY(-1px);
        color: #fff
    }

.navigation {
    border-top: 1px solid #ccc;
    padding: 0
}

@media (min-width:768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        border-radius: 0
    }

    .service-content {
        padding: 5px
    }
}

.top_bar {
    padding-top: 5px
}

    .top_bar .container {
        max-width: 1260px;
        position: relative
    }

.intro-banner-vdo-play-btn {
    display: -moz-box;
    display: flex;
    float: right
}

    .intro-banner-vdo-play-btn img {
        margin-right: 8px;
        max-height: 35px
    }

.intro-banner-vdo-play-btn {
    position: relative;
    z-index: 1
}

.pinkBg {
    background-color: #f77d9c !important;
    background-image: -webkit-gradient(linear,left top,right top,from(#f1bfce),color-stop(#ffebe1),to(#f1bfce));
    background-image: -webkit-linear-gradient(left,#f1bfce,#ffebe1,#f1bfce);
    background-image: linear-gradient(90deg,#f1bfce,#ffebe1,#f1bfce)
}

.intro-banner-vdo-play-btn i {
    line-height: 56px;
    font-size: 30px
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 100%;
    height: 60px;
    z-index: -1;
    top: -15px;
    opacity: 0;
    margin: 0;
    border-radius: 10px;
    left: 0;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.navbar-right.top_bar img {
    float: left;
    margin-right: 12px !important;
    z-index: 99999 !important;
    margin-bottom: 3px !important;
    max-width: 40px !important;
    height: 30px !important
}

.navbar-right.top_bar h4 {
    margin: -10px 0 15px;
    font-weight: 700;
    font-size: 24px;
    float: left;
    line-height: 18px;
    text-decoration: none
}

    .navbar-right.top_bar h4 a, .navbar-right.top_bar h4 a:hover {
        text-decoration: none;
        color: #de552b;
        letter-spacing: 2px
    }

.top_bar h4 small {
    font-size: 12px;
    font-weight: 500;
    color: #000
}

.navigation .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #fff;
    font-weight: 600
}

.common_btn {
    background-image: -webkit-linear-gradient(271deg,#fc7346 29%,#fb511c 59%);
    background-image: linear-gradient(179deg,#fc7346 29%,#fb511c 59%);
    color: #fff
}

    .common_btn:hover {
        background-image: -webkit-linear-gradient(271deg,#fb511c 29%,#fc7346 59%);
        background-image: linear-gradient(179deg,#fb511c 29%,#fc7346 59%);
        color: #fff
    }

.outr {
    float: left;
    width: 100%;
    margin: 15px 0 0
}

    .outr .main_div {
        max-width: 320px;
        margin: 0 auto
    }

    .outr a {
        background-image: -webkit-gradient(linear,left top,left bottom,from(#ff852f),to(#ee3a00));
        background-image: -webkit-linear-gradient(top,#ff852f,#ee3a00);
        background-image: linear-gradient(180deg,#ff852f,#ee3a00);
        color: #fff;
        display: inline-block;
        text-align: left;
        height: 55px;
        border-radius: 50px;
        width: 100%;
        margin-left: 5px;
        padding: 0
    }

    .outr .lf_circle {
        position: relative;
        right: 10px;
        float: left;
        bottom: 10px
    }

        .outr .lf_circle .telephone {
            position: absolute;
            z-index: 9999;
            left: 16px;
            bottom: 20px
        }

    .outr a .text {
        padding: 0 12px;
        display: inline-block;
        text-align: left;
        font-size: 25px;
        position: relative;
        right: 15px;
        font-weight: 700;
        bottom: 22px
    }

        .outr a .text small {
            font-size: 12px;
            position: relative;
            top: 10px
        }

.banner figure img {
    max-width: 310px
}

.banner .outer_nw .input-group input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #1f3451
}

.banner .outer_nw .input-group input::-moz-placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #1f3451
}

.banner .outer_nw .input-group input:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #1f3451
}

.banner .outer_nw .input-group input::placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #1f3451
}

.outer_nw {
    padding: 15px;
    border-radius: 4px;
    background: #b0daef;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 3px #83bad6;
    box-shadow: 0 0 3px #83bad6;
    margin-top: 10px
}

    .outer_nw .input-group {
        -webkit-box-shadow: 0 0 4px 0 #ccc;
        box-shadow: 0 0 4px 0 #ccc
    }

.banner .outer_nw .input-group input {
    height: 40px;
    color: #1f3451;
    padding: 0 15px
}

.outer_nw .input-group-addon {
    background: #1f3451;
    color: #fff;
    font-weight: 600;
    padding: 7px 20px;
    border: none;
    border-radius: 0 4px 4px 0
}

.journey .detailed_each h6 {
    font-weight: 600;
    font-size: 12px
}

.journey ul li {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    width: 33%;
    float: left
}

.border_doted {
    width: 90%;
    float: left;
    font-size: 10px;
    margin: 0;
    padding: 0 0 5px
}

.journey ul li:nth-child(3) {
    width: 14%;
    text-align: center;
    font-size: 13px;
	margin-top: 20px;
}

.journey ul li:last-child {
    text-align: right
}

    .journey ul li:last-child .border_doted {
        text-align: right;
        float: right
    }

.flight_search {
    padding: 30px 0;
    background: #eee;
    float: left;
    width: 100%;
}

    .flight_search article {
        background: #fff;
        padding: 10px 0;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4);
        box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4);
        margin-top: 6px
    }

.journey {
    margin-bottom: 5px;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 0;
    align-self: center
}

    .journey ul li:first-child {
        width: 20%;
        font-weight: 600;
        font-size: 20px;
        text-align: center
    }

        .journey ul li:first-child small {
            font-size: 13px
        }

        .journey ul li:first-child img {
            width: 50px
        }

    .journey:last-child {
        border: none
    }

.flight_search div.fare {
    text-align: left;
    padding-right: 0;
	padding-top: 10px;
}

    .flight_search div.fare .inner_text {
        margin-left: 30px;
        align-self: center
    }

    .flight_search div.fare .ticket_price {
        font-size: 25px;
        font-weight: 700
    }

    .flight_search div.fare p {
        font-size: 11px;
        color: #f15a29
    }

    .flight_search div.fare button.btn.select_flight {
        background-image: -webkit-linear-gradient(271deg,#fc7346 29%,#fb511c 59%);
        background-image: linear-gradient(179deg,#fc7346 29%,#fb511c 59%);
        color: #fff;
        font-weight: 600;
        padding: 8px 58px
    }

.flight_search .detail_ticket {
    border-right: 1px dashed #ccc
}

.journey ul li span.airline_name {
    font-size: 11px;
    color: #1b429d;
    text-align: center;
    width: 100%;
    display: inline-block;
    float: left
}

.journey ul li .IATA {
    color: #fb511c
}

.journey ul li:nth-child(3) small {
    color: #9c9c9c
}

.journey ul li strong {
    font-size: 15px
}

.journey ul li ul.stopage {
    width: 100%;
    display: inline-block
}

    .journey ul li ul.stopage li {
        width: 100%;
        height: 1px;
        background: #ff5e11;
        margin: 0 auto;
        position: relative;
        top: 0;
        text-align: center
    }

        .journey ul li ul.stopage li span.bullet {
            height: 5px;
            width: 5px;
            background: #ff5e11;
            z-index: 9;
            display: inline-block;
            position: relative;
            border-radius: 50%;
            bottom: 20px;
            margin: 0 5px
        }

span.super_saver {
    background: #048e08;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    position: relative;
    top: -10px;
    border-radius: 4px 4px 0 0;
    margin-bottom: -10px
}

span.flight_details a {
    font-size: 13px;
    text-decoration: none
}

.flight_search article button.accordion-button {
    width: auto;
    font-size: 14px;
    color: #0d6efd;
    border: none;
    padding: 0 5px;
    border-radius: 4px !important
}

span.depart_return {
    font-weight: 600;
    font-size: 13px;
    background: #d4e6ff;
    border-radius: 4px;
    width: auto;
    padding: 1px 10px
}

.flight_search .accordion-body .detail_ticket {
    border: none;
    margin: 0
}

.flight_search article button.accordion-button:after {
    background-size: 12px;
    margin-top: 0;
    background-position: 5px 5px
}

.PNR_status {
    padding: 30px 0
}

    .PNR_status h4 {
        font-size: 18px;
        font-weight: 700;
        color: #032858;
        margin: 0;
        padding: 0 5px
    }

    .PNR_status form.row {
        margin-top: 10px
    }

    .PNR_status form .input-group-text {
        background: #032858;
        color: #fff;
        font-weight: 500;
        border-radius: 4px 0 0 4px;
        border-color: #032858
    }

    .PNR_status form input.form-control {
        height: 44px
    }

button.btn.select_flight {
    background-image: -webkit-linear-gradient(271deg,#fc7346 29%,#fb511c 59%);
    background-image: linear-gradient(179deg,#fc7346 29%,#fb511c 59%);
    color: #fff;
    font-weight: 600;
    padding: 8px 28px
}

.PNR_status form input.form-control::-webkit-input-placeholder {
    font-weight: 500;
    color: #484848
}

.PNR_status form input.form-control::-moz-placeholder {
    font-weight: 500;
    color: #484848
}

.PNR_status form input.form-control:-ms-input-placeholder {
    font-weight: 500;
    color: #484848
}

.PNR_status form input.form-control::placeholder {
    font-weight: 500;
    color: #484848
}

.flight_search .p_details {
    margin-top: 6px;
    border-radius: 4px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4);
    box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4)
}

    .flight_search .p_details h4 {
        font-weight: 600;
        font-size: 18px;
        padding: 0 0 10px;
        color: #032858;
        position: relative
    }

        .flight_search .p_details h4:before {
            position: absolute;
            width: 30px;
            height: 2px;
            background: #032858;
            content: "";
            bottom: 0
        }

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.flight_search .p_details li {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    color: #032858
}

    .flight_search .p_details li:last-child {
        border: none
    }

.flight_search .select_inline {
    float: left;
    margin-right: 5px
}

.flight_search .accordion.accordion-flush .accordion-body .journey {
    margin-bottom: 0
}

.flight_search .accordion.accordion-flush {
    margin: 8px 0 0;
    position: relative;
    border-top: 1px dashed #e5e5e5;
    padding-top: 5px
}

.flight_search .accordion-body {
    padding: 10px 0 0
}

    .flight_search .accordion-body.pnr_check {
        padding: 0 10px
    }

.flight_search .accordion.accordion-flush:after, .flight_search .accordion.accordion-flush:before {
    background-color: #eee;
    width: .875rem;
    height: .875rem;
    border: .625rem;
    position: absolute;
    left: -.4375rem;
    top: -.4375rem;
    content: "";
    border-radius: .625rem;
    -webkit-box-shadow: inset -.125rem 0 .125rem hsla(0,21%,85%,.4);
    box-shadow: inset -.125rem 0 .125rem hsla(0,21%,85%,.4)
}

.flight_search .accordion.accordion-flush:after {
    right: -.3125rem;
    left: auto;
    -webkit-box-shadow: inset .125rem 0 .125rem hsla(0,0%,68%,.4);
    box-shadow: inset .125rem 0 .125rem hsla(0,0%,68%,.4)
}

.flight_search .accordion.accordion-flush .accordion-item {
    padding: 0 8px
}

.flight_search .accordion.accordion-flush .accordion-header {
    margin-bottom: 0
}

.flight_search .accordion-item:last-of-type .accordion-collapse {
    border-bottom: none
}

.depart_div, .return_div {
    padding: 5px;
    margin: 5px 0 0;
    width: 100%;
    -webkit-box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4);
    box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4);
    border-radius: 4px;
    display: inline-block
}

.layover-info {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10px 0
}

    .layover-info:before {
        position: absolute;
        left: 0;
        top: 23px;
        content: "";
        right: 0;
        border-top: 1px dashed #cbcbcb
    }

.layover-box {
    width: auto;
    padding: .125rem .625rem;
    background-color: #f3f3f3;
    display: inline-block;
    border-radius: .9375rem;
    margin: 0 .125rem;
    position: relative
}

.depart_div .IATA, .return_div .IATA {
    font-size: 12px !important;
    color: #6e6e6e
}

.flight_search .accordion.accordion-flush .accordion-body .journey {
    margin: 10px 0;
    border: none
}

.flight_destinations {
    font-weight: 700;
    color: #000;
    margin-top: 15px
}

span.AL_num {
    font-size: 11px;
    float: left;
    width: 100%;
    color: #f15a29;
    letter-spacing: 1px
}

.flight_search .accordion-body .tab-content {
    padding: 0
}

.flight_search a.nav-link {
    padding: 5px 0;
    border: none;
    margin: 0;
    border-radius: 30px;
    font-weight: 700;
    color: #647a97;
    text-transform: uppercase;
    font-size: 11px
}

.flight_search .nav-pills {
    background: #eff3f8;
    border-radius: 30px
}

.flight_search .nav-link.active {
    background: #4471c9
}

.flight_search .nav-item {
    width: 25%;
    float: left;
    text-align: center
}

.flight_search .accordion-body table {
    font-size: 14px
}

    .flight_search .accordion-body table th {
        font-weight: 500
    }

    .flight_search .accordion-body table td i {
        font-weight: 600;
        color: #3d4346;
        padding-right: 3px
    }

.baggage {
    color: #f15a29;
    margin-bottom: 5px;
    margin-top: 20px
}

.baggage, .kg {
    font-size: 14px;
    font-weight: 500
}

.kg {
    margin: 5px 5px 0
}

.bag_table .table-bordered {
    margin: 0
}
span.popTrigger.form-control {
    border-radius: inherit;
    margin-top: -4px;
    background: #fff;
    padding-top: 7px;
}
.side-filter {
    -webkit-box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4);
    box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4);
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-top: 6px;
	text-align:left;
	
}

.common_filter {
    margin-bottom: 10px
}

    .common_filter h5 {
        color: #f15a29;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700
    }

    .common_filter label {
        width: 100%;
        margin-bottom: 5px
    }

        .common_filter label span {
            margin-left: 7px;
            font-size: 14px
        }

.confirmation {
    background: #e6e6e6
}

    .confirmation article {
        display: inline-block;
        width: 100%;
        padding: 10px
    }

    .confirmation .detail_ticket h4 {
        font-size: 20px;
        color: #0d547c;
        font-weight: 700;
        margin: 0 0 15px
    }

    .confirmation .detail_ticket {
        border: none
    }

        .confirmation .detail_ticket .journey img {
            max-width: 90px
        }

        .confirmation .detail_ticket .journey h5 {
            font-size: 14px;
            margin-bottom: 0
        }

        .confirmation .detail_ticket .journey .time_details h5 {
            font-size: 16px;
            font-weight: 700;
            color: #f15a29
        }

        .confirmation .detail_ticket .journey .time_details h6 {
            margin: 0 0 15px;
            font-size: .8em;
            color: #7c7c7c
        }

        .confirmation .detail_ticket .journey .time_details h4 {
            font-size: 25px;
            font-weight: 700;
            margin: 0
        }

        .confirmation .detail_ticket .journey .cabin_detail h5 {
            font-size: 16px;
            text-align: right;
            margin-bottom: 8px
        }

.al_confirmation {
    background: #f6f6f6;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 0 0 5px
}

.confirmation .detail_ticket .journey .cabin_detail h6 {
    font-weight: 400;
    font-size: 14px;
    margin: 0
}

.confirmation .detail_ticket .journey p {
    margin: 0;
    font-size: 14px
}

.confirmation .detail_ticket .journey hr {
    width: 25%;
    position: relative;
    float: left;
    top: 15px
}

.confirmation .detail_ticket .journey .main_div {
    margin: 15px auto;
    max-width: 80%
}

.confirmation .flight_connect {
    background: #eee;
    padding: 4px 0;
    border-radius: 4px;
    font-size: 14px
}

h6.top_botm_border {
    margin: 0 0 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.additional_info ul {
    padding: 0 0 0 10px;
    list-style: disc
}

.booking_slider {
    background: #f5f5f5;
    padding: 40px 0
}

    .booking_slider h3 {
        font-weight: 700;
        color: red
    }

.comn_sctn {
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0/20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0/20%);
    padding: 20px;
    border-radius: 4px;
    border: 7px solid #e9e9e9;
    background: #fff
}

.booking_slider h4 {
    font-size: 16px
}

.booking_slider span {
    color: #de552b;
    font-weight: 600
}

.comn_sctn .form-floating input {
    border: 1px solid #094c71
}

.comn_sctn .form-floating label {
    color: #094c71
}

    .comn_sctn .form-floating label i {
        color: #0b537b
    }

.destination_end {
    position: relative
}

img.transfer_icon {
    position: absolute;
    left: -25px;
    top: 29px
}

.booking_slider button.btn.select_flight {
    height: 57px;
    width: 100%
}

.call_click_img img {
    -webkit-box-shadow: 1px 1px 20px #949494;
    box-shadow: 1px 1px 20px #949494;
    border-radius: 4px
}

.payment_widget ul li {
    display: inline-block;
    margin-top: 15px
}

    .payment_widget ul li img {
        max-width: 55px
    }

.confirm_button button {
    padding: 10px 50px;
    display: inline-block;
    line-height: 20px;
    background: #f15a29;
    border: none
}

    .confirm_button button:hover {
        background: #f15a29 !important
    }

span.confirm_btn {
    font-size: 20px;
    font-weight: 600
}

    span.confirm_btn span.secure_pay {
        font-size: 18px;
        font-weight: 400
    }

.center-text {
    text-align: center
}

#msform fieldset .next.action-button {
    background: #ff4600
}

#msform fieldset .next.action-button, #msform fieldset input.previous {
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 500
}

#msform fieldset input.previous {
    background: #0b537b
}

.economy_div {
    position: relative
}

.passenger {
    background: #fff;
    padding: 10px 0;
    border-radius: 4px;
    position: absolute;
    left: 15px;
    -webkit-box-shadow: 0 0 .3125rem 0 #adadad66;
    box-shadow: 0 0 .3125rem 0 #adadad66;
    right: 15px;
    z-index: 9999999
}

    .passenger .col-4, .passenger .col-8 {
        margin-bottom: 5px
    }

    .passenger input {
        width: 100%;
        padding: 0 5px;
        border: 1px solid #ccc;
        border-radius: 4px
    }

    .passenger label {
        font-weight: 600;
        font-size: 14px;
        color: #6c6c6c
    }

.modify_form .passenger button {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    margin: 7px 0;
    background: #0b537b;
    border: none
}

.outer_form .form-control {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 4px
}

span.errorMsg {
    color: red
}

.errorMsg input.form-control, .errorMsg select.form-control {
    border: 1px solid red
}

footer {
    float: left;
    width: 100%;
    padding: 20px 0
}

    footer .lst_txt {
        float: left;
        width: 100%;
        text-align: center;
        color: #5a5959;
        margin: 5px 0 0;
        font-weight: 400;
        font-size: 13px
    }

ul.payment-getway {
    text-align: center;
    display: inline-block;
    margin-top: 15px
}

    ul.payment-getway li {
        display: contents
    }

footer .float-start li img {
    max-width: 74px
}

footer .text-end.float-end {
    margin-top: 25px
}

.modify_form {
    background: #1b429d;
    padding: 10px 0
}

.outer_radio {
    margin-bottom: 5px
}

.modify_form .form-check-input:checked[type=radio] {
    height: 20px;
    width: 20px
}

.modify_form .form-check-input:checked {
    background-color: #4471c9;
    border-color: #9ebcf5
}

.modify_form .form-check-label {
    color: #fff;
    font-weight: 500;
    margin: 1px 0 3px 3px
}

.modify_form .form-check-input {
    background: transparent;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.modify_form label.form-label {
    font-weight: 500;
    margin-bottom: 2px;
    color: #ffffffc4;
    font-size: 14px
}

.modify_form input::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border: none;
    height: 40px;
    padding: 0 7px !important
}

.modify_form input::-moz-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border: none;
    height: 40px;
    padding: 0 7px !important
}

.modify_form input:-ms-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border: none;
    height: 40px;
    padding: 0 7px !important
}

.modify_form input.form-control, .modify_form input::placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border: none;
    height: 40px;
    padding: 0 7px !important
}

.transfer {
    position: absolute;
    left: -15px;
    top: 32px;
    color: #fff;
    background: #4471c9;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    z-index: 1
}

.modify_form .btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #f15a29;
    border: none
}

.modify_last .row {
    -moz-box-align: end;
    align-items: end
}

.icon_adjust {
    position: relative
}

.modify_form .container {
    max-width: 95%
}

.menu {
    width: 100%;
    z-index: 99;
    position: static
}

    .menu.sticky {
        position: fixed;
        top: 0
    }

.common_white {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0/17%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0/17%);
    float: left;
    border-radius: 4px;
    width: 100%
}

span.depart_return {
    float: left
}

span.id_info {
    border: 1px solid #dedede;
    float: left;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    color: #7b7b7b;
    margin-bottom: 15px;
    font-weight: 700
}

.traveler_common .row {
    -moz-box-align: baseline;
    align-items: baseline
}

.traveler_common .adult p {
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    background: #757575;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    width: 100%
}

.traveler_common label.form-label {
    font-size: 14px;
    margin-bottom: 2px;
    color: #828282;
    font-weight: 500
}

.seat_select .icon-square img {
    max-width: 110px
}

.plane_number p {
    font-weight: 500;
    color: #de552b;
    border: 1px solid #de552b;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px
}

.plane_number span i {
    color: #0c547c;
    margin: 0 10px;
    padding: 10px 0;
    text-align: center;
    border-radius: 50%
}

span.passanger {
    font-weight: 500;
    color: #868686
}

.adults li {
    margin-right: 5px;
    display: inline-block;
    border: 2px solid #0c547c;
    padding: 5px 15px 5px 10px;
    border-radius: 8px;
    font-weight: 700;
    color: #0c547c;
    text-transform: uppercase;
    margin-bottom: 12px
}

    .adults li span {
        margin-right: 4px;
        color: #fff;
        background: #0c547c;
        padding: 1px 0;
        border-radius: 50%;
        text-align: center;
        float: left;
        width: 28px;
        height: 28px
    }

@media (max-width:576px) {
    .service-content {
        padding: 5px
    }

    .banner {
        padding: 0
    }

        .banner form .form-label {
            display: none
        }

        .banner h5 {
            font-size: 1em
        }

        .banner .col-sm-7, .radio_outer {
            padding: 0
        }

        .banner form .form-check-label {
            font-size: 11px
        }

        .banner .select_person .form-select {
            font-size: 11px;
            margin: 3px 0 0
        }

    .outer_radio {
        position: static
    }

    .top_bar .kd-on a img {
        max-width: 120px
    }

    .intro-banner-vdo-play-btn img {
        max-height: 26px
    }

    .navbar-right.top_bar h4 {
        font-size: 18px
    }

    .top_bar h4 small {
        font-size: 10px
    }

    .modify_form {
        display: none
    }

        .modify_form.menu.active {
            display: block
        }

    .side-filter {
        display: none
    }

        .side-filter.active {
            display: block
        }

    .show_form .btn-blue.toggle {
        padding: 3px 15px;
        border: none;
        background: #4471c9;
        color: #fff;
        text-align: right
    }

    .flight_search {
        padding: 10px 5px
    }

        .flight_search span.flexible {
            float: left;
            font-size: 11px;
            background: #bfebff;
            border-radius: 4px;
            padding: 2px 10px;
            color: #0a5f86;
            font-weight: 500
        }

        .flight_search segment.fare .inner_text {
            margin-left: 0
        }

        .flight_search .detail_ticket {
            border-right: none;
            margin: 0
        }

        .flight_search segment.fare .ticket_price {
            font-size: 17px;
            color: #006ee3
        }

        .flight_search segment.fare button.btn.select_flight {
            background-image: none;
            color: #006ee3;
            padding: 0
        }

    .journey ul li, .journey ul li strong {
        font-size: 12px
    }

        .border_doted, .journey ul li span.date {
            font-size: 9px
        }

        .journey ul li:nth-child(3) {
            font-size: 10px
        }

    .flight_search .detail_ticket {
        -moz-box-ordinal-group: 3;
        order: 2
    }

    .journey ul li span.airline_name {
        font-size: 10px
    }

    .accordion.accordion-flush {
        -moz-box-ordinal-group: 4;
        order: 3;
        margin: 0;
        padding: 0
    }

    .flight_search segment.fare {
        padding: 0 5px;
        -moz-box-ordinal-group: 2;
        order: 1;
        margin: 0
    }

    .flight_search article button.accordion-button {
        font-size: 12px;
        margin: 0 0 2px
    }

    .flight_search span.super_saver {
        font-size: 10px;
        margin: 0
    }

    .confirmation .detail_ticket .journey .main_div {
        max-width: 100%
    }

    .confirmation .detail_ticket .journey hr {
        display: none
    }

    .menu.sticky {
        position: static
    }

    .pro-result {
        margin-left: 0
    }
}

.loader {
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 35rem;
    height: 30rem;
    margin: 0 auto
}

.iata_code {
    font-size: 5rem;
    opacity: .3;
    top: 10%;
    position: absolute;
    color: #09c
}

.departure_city {
    left: 0
}

.arrival_city {
    right: 1rem
}

.plane {
    position: absolute;
    margin: 0 auto;
    width: 100%
}

.plane-img {
    -webkit-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.earth-wrapper {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    padding-top: 2.7rem
}

.earth {
    width: 160px;
    height: 160px;
    background: url(https://zupimages.net/up/19/34/6vlb.gif);
    border-radius: 100%;
    background-size: 340px;
    -webkit-animation: earthAnim 12s linear infinite;
    animation: earthAnim 12s linear infinite;
    margin: 0 auto;
    border: 1px solid #cdd1d3
}

@-webkit-keyframes earthAnim {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: -340px
    }
}

@keyframes earthAnim {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: -340px
    }
}

@media screen and (max-width:420px) {
    .service-content {
        padding: 5px
    }

    .departure_city {
        top: 30%
    }

    .arrival_city, .departure_city {
        left: 0;
        right: 0;
        position: absolute;
        margin: 0 auto
    }

    .arrival_city {
        top: 93%
    }
}

.error_text {
    text-align: center
}

    .error_text h4 {
        margin-top: 20px;
        border-radius: 4px;
        padding: 10px 0;
        background: #1080be;
        font-size: 20px;
        color: #fff
    }

        .error_text h4 small {
            margin-left: 7px;
            color: #ffe3dc
        }

.pro-result .page-item.active .page-link {
    background-color: #0b537b;
    border-color: #0b537b
}

li.page-item.dots {
    padding-left: 8px;
    padding-top: 4px;
    padding-right: 12px
}

.page-item:focus, .page-item a:hover {
    background: #1080be;
    color: #fff
}

.contract .payment_left_section .detail_ticket, .contract .payment_left_section .journey {
    border: none
}

.call_genrate .modal-body {
    padding: 5px 12px 15px
}

.content_side {
    padding-left: 20px;
    margin-top: 20px
}

.error_content_payment {
    margin-bottom: 30px
}

    .error_content_payment h2 {
        color: #f6342a;
        font-weight: 800
    }

    .error_content_payment h4, .error_content_payment p {
        color: #606060;
        line-height: 28px
    }

.oneway .row {
    -moz-box-align: center;
    align-items: center
}

.content_side h6 {
    color: #314486;
    margin: 0
}

.content_side h5 {
    margin: 0;
    font-weight: 800;
    color: #273b80;
    text-align: center
}

.content_side span {
    color: #9d9d9d
}

.plane_icon {
    text-align: center;
    position: relative;
    color: #f63c2d
}

.contact_number a.btn_common {
    width: 100%;
    font-size: 22px;
    text-decoration: none;
    float: left;
    margin-top: 15px;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    color: #fff
}

.call_genrate button.btn-close {
    right: -15px;
    position: absolute;
    color: #6b6b6b;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    top: -15px;
    opacity: 1;
    z-index: 9
}

.btn_common {
    background-image: -webkit-linear-gradient(350deg,#f0b42d 3%,#f45b2b);
    background-image: linear-gradient(100deg,#f0b42d 3%,#f45b2b);
    color: #fff;
    border: none
}

.plane_icon:before {
    left: 0
}

.plane_icon:after, .plane_icon:before {
    border: 1px dashed #bababa;
    width: 40%;
    height: 1px;
    position: absolute;
    content: "";
    top: 11px
}

.pnr_confirm .usd_bill {
    float: right;
    font-weight: 500
}

.pnr_confirm .confirmation {
    background: transparent
}

    .pnr_confirm .confirmation article .detailed_view {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

.pnr_confirm .common_txt {
    font-size: 20px
}

.loader_tbo {
    background: #1080be;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    margin-left: -12px;
    -webkit-box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4);
    box-shadow: 0 0 .3125rem 0 hsla(0,0%,68%,.4);
    color: #fff;
    margin-bottom: 5px
}

    .loader_tbo small {
        position: relative;
        bottom: 5px;
        font-size: 16px;
        margin-right: 10px
    }

.timer {
    background: #eaffef;
    text-align: center;
    padding: 5px 0;
    font-weight: 500;
    color: #318c0b;
    border-top: 1px solid #b1f7c1;
    font-size: 15px;
    max-width: 1245px;
    margin: 0 auto 0 12px
}

    .timer.time_out {
        background: #ffdede;
        color: #d62525;
        border-top: 1px solid #ff9797
    }

span.passport-note {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: orange
}

.payment-success {
    text-align: center;
    color: green;
    margin-top: 100px
}

    .payment-success h2.common_txt {
        color: green
    }

    .payment-success span.usd_bill {
        font-size: 14px
    }


.row.payment-failed {
    text-align: center !important
}

.payment-failed h2.common_txt {
    color: red
}

.payment-failed a {
    font-size: 14px
}


.ticket-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100px;
    color: #fff;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .ticket-loading span {
        position: absolute;
        height: 10px;
        width: 84px;
        overflow: hidden
    }

        .ticket-loading span > i {
            position: absolute;
            height: 4px;
            width: 4px;
            border-radius: 50%;
            -webkit-animation: wait 4s infinite;
            animation: wait 4s infinite
        }

            .ticket-loading span > i:first-of-type {
                left: -28px;
                background: red
            }

            .ticket-loading span > i:nth-of-type(2) {
                left: -21px;
                -webkit-animation-delay: .8s;
                animation-delay: .8s;
                background: #006400
            }

            .ticket-loading span > i:nth-of-type(3) {
                background: orange;
                left: -21px;
                -webkit-animation-delay: .8s;
                animation-delay: .8s;
                background: pink;
                line-height: 15px !important
            }

.success-container {
    height: 1700px
}

@-webkit-keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    to {
        left: 100px
    }
}

@keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    to {
        left: 100px
    }
}

.filter_click .btn-blue.toggle {
    background: #b3b3b3;
    text-align: left
}

.navbar-brand {
    max-width: 235px
}

.navbar-nav li a {
    font-weight: 500;
    color: #fff !important;
    letter-spacing: normal;
    padding: 0 15px !important
}

.toll_free {
    border-left: 1px solid #ccc
}

    .toll_free a {
        float: right;
        width: 300px;
        text-decoration: none
    }

    .toll_free span {
        float: left;
        margin-right: 10px;
        padding-left: 15px
    }

        .toll_free span img {
            max-width: 50px
        }

    .toll_free h6 {
        color: #f15a29;
        font-weight: 600;
        font-size: 14px;
        margin: 5px 0 0
    }

    .toll_free h3 {
        color: #031b47bd;
        font-weight: 700;
        font-size: 24px
    }

@media (max-width:767px) {
    .header_phone_mb {
        position: absolute;
        right: 10px;
        top: 5px;
        display: block;
        font-size: 13px;
        background: #d85625;
        border-radius: 5px;
        padding: 5px 8px 10px 11px;
        color: #fff
    }

        .header_phone_mb a {
            color: #fff;
            text-align: center;
            text-decoration: none
        }

    .navbar-toggler {
        margin-top: -50px;
        margin-left: 333px;
        background: #1ba0ff;
        border: none;
        color: #fff
    }

        .navbar-light .navbar-toggler, .navbar-toggler:visited {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .input-group-section {
        display: none
    }

    .callback-modal span {
        margin-left: 65px !important
    }

    .service-content {
        padding: 5px
    }

    .iata_code {
        font-size: 2rem;
        top: 10%
    }

    .plane-img {
        max-width: 140px
    }

    .arrival_city {
        top: 0
    }

    .departure_city {
        top: 20%
    }

    .earth {
        width: 60px;
        height: 60px
    }

    .flight_search div.fare button.btn.select_flight {
        padding: 3px 16px;
        margin-left: 10px
    }
}

.payment_section {
    background-color: #fff
}

.ticket-booking-processing {
    background: #12b830;
    text-align: center;
    color: #fff;
    height: 200px;
    padding-top: 66px;
    margin-top: 16px;
    border-radius: 6px
}

.footer {
    background-color: #30509d
}

.copyrite {
    text-align: justify;
    color: #fff;
    padding: 5px 0;
    font-size: 10px;
    margin-top: 10px
}

img.footer-images {
    border-radius: 10px
}

.react-tel-input input[type=tel], .react-tel-input input[type=text] {
    width: 200px !important
}

.row.cc-row {
    margin-top: 5px
}

.recomendation-filters {
    padding: 12px 5px 9px;
    background: #fff;
    width: 142px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-style: italic;
    color: #17449b;
    border-radius: 7px;
    display: table-cell;
    cursor: pointer;
    font-weight: 700
}

span.spnPrice {
    font-weight: 400
}

.recommendation-filters {
    background: #fff;
    position: relative;
    margin-top: 7px;
    overflow: hidden
}

    .recommendation-filters ul {
        display: -moz-box;
        display: flex;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-box-pack: justify;
        justify-content: space-between;
        margin-left: -1px
    }
	.spnPrice {
	  display: inline-block;
	  text-align: center;
		color: #f15a29;
	}
    .recommendation-filters li {
        -moz-box-flex: 1;
        flex-grow: 1;
        flex-basis: auto;
        margin: 10px;
        padding: 1px;
        text-align: center;
        border: 1px solid #ccc;
        background-color: #fff;
        cursor: pointer;
		color: #f15a29;
    }

li.recomendation-filters.active {
    background: #f15a29;
    color: #fff;
    padding: 1px;
    cursor: pointer;
	border: 1px solid #f15a29;
}

    li.recomendation-filters.active span.spnPrice {
        color: #fff;
        font-weight: 400
    }

.services img {
    background: #5171ba;
    border-radius: 25%;
    -webkit-box-shadow: 0 0 10px 1px #cac4c4;
    box-shadow: 0 0 10px 1px #cac4c4;
    padding: 15px;
    width: 85px;
    margin-left: 15px;
    color: #fff
}

.call-earphones-icons img {
    background: #fff !important
}

.services h2.title_common {
    font-size: 18px;
    text-align: center;
    padding: 14px;
    background: #5171ba;
    color: #fff;
    border-radius: 5px
}

.services {
    -webkit-box-shadow: 0 0 12px #ccc;
    box-shadow: 0 0 12px #ccc;
    border-radius: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px
}

    .services h3 {
        text-align: center;
        display: inline-block;
        padding: 15px
    }

    .list-item, .services h3 {
        font-size: 16px;
        color: #212529
    }

.list-item {
    font-weight: 700;
    font-style: italic;
    margin-left: 35px;
    list-style: disc
}

.help-content {
    color: #fc831c;
    text-align: center
}

.toll-free h6 {
    font-style: italic
}

.toll-free a, .toll-free h6 {
    text-decoration: none
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    background-color: #5171ba;
    color: #fff
}

.common_filter small {
    font-size: 11px;
    padding: 2px
}

.data-grid th {
    border-right: 1px solid
}

table.data-grid {
    padding: 9px;
    color: #fff;
    background: #4471c9
}

.data-grid td {
    border: 0 solid;
    border-color: inherit;
    padding: 15px;
    border-right: 1px solid
}

.dashed {
    border: 3px dashed;
    text-align: center;
    padding: 5px 20px;
    display: inline-block
}

.content_side span {
    color: #f3561e;
    font-size: 13px;
    margin-left: 142px;
    margin-top: 14px
}

.callback {
    font-weight: 800 !important;
    color: #002474 !important;
    font-size: 20px !important
}

#staff, .callback {
    text-align: center
}

#staff {
    letter-spacing: 0;
    position: relative
}

.cell-country-code, .country-flag {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.phone-input-callback {
    border: none
}

.callback-inputs {
    margin-left: 80px;
    margin-top: 15px
}

.callback-error {
    color: red;
    border: 1px solid;
    padding: 5px
}

.modal-content {
    border: none !important
}

.price-cell {
    cursor: pointer !important;
    text-align: center
}

.return-row {
    font-size: 12px
}

td.price-cell.active {
    background-color: #d6af27
}

.bannertemp {
    max-width: 800px;
    width: 100%;
    padding: 40px;
    background-image: url(../../../Content/assets/images/support.png);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    margin: 50px auto;
    background-repeat: no-repeat;
    background-size: contain;
    display: table
}

.textcontent {
    width: 60%;
    float: right;
    text-align: right
}

    .textcontent > h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        color: #ff5d16
    }

    .textcontent > h4 {
        max-width: 95%;
        float: right;
        margin: 10px 0;
        font-size: 20px;
        line-height: 30px;
        text-transform: capitalize
    }

.callus {
    text-align: center;
    padding-top: 20px;
    clear: both;
    max-width: 300px;
    float: right
}

    .callus h6 {
        margin-bottom: 9px;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        letter-spacing: .5px;
        margin-top: 20px
    }

    .callus a {
        letter-spacing: 1px;
        display: -moz-box;
        display: flex;
        background-color: #1b429d;
        color: #fff;
        text-decoration: none;
        -moz-box-align: center;
        align-items: center;
        padding: 10px 30px;
        border-radius: 25px;
        -moz-box-pack: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 500
    }

    .callus h5:first-child {
        font-size: 12px;
        font-weight: 700;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 2px
    }

.uptooff {
    clear: both
}

.callus a img {
    width: 22px;
    margin-right: 10px
}

.callus a:hover {
    background-color: #4471c9
}

.callus h5 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    color: #888
}

.uptooff h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: table;
    float: right;
    position: relative;
    bottom: -15px;
    font-weight: 700;
    color: #1b429d;
    font-size: 12px
}

.uptooff h2 {
    margin-top: 0;
    margin-bottom: 0;
    clear: both
}

    .uptooff h2 span {
        color: #1b429d;
        font-weight: 700;
        font-size: 40px
    }

.uptooff h5 {
    margin-top: -3px;
    color: #888;
    font-weight: 500;
    font-size: 10.5px;
    text-transform: uppercase
}

@media(min-width:1000px) {
    .textcontent > img {
        display: none
    }
}

@media(max-width:999px) {
    .textcontent > img {
        width: 100%;
        max-width: 500px;
        margin: 20px auto 50px;
        display: table
    }

    .textcontent {
        width: 100%
    }

    .bannertemp {
        background-image: unset !important;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .textcontent > h3, .textcontent > h4 {
        text-align: center
    }

    .textcontent > h4 {
        max-width: 100%;
        font-size: 20px;
        width: 100%
    }

    .callus {
        margin: auto;
        float: none;
        text-align: center
    }

    .uptooff {
        display: table;
        margin: auto
    }
}

.form-error {
    outline: 2px solid red
}

.react-datepicker__close-icon:after {
    line-height: 1px !important;
    padding: 0 !important
}

span.total-results {
    display: inline-block;
    text-align: right;
    width: 100%
}

.pop-head {
    background-color: #dbe6ff;
    padding: 12px 10px;
    text-align: center
}

#callback_modal {
    max-width: 900px
}

.popup-title {
    text-align: center;
    padding: 20px 0;
    color: #e18a00;
    font-weight: 600;
    font-size: 24px
}

    .popup-title span {
        padding-left: 70px
    }

.cdr-air h3, .cdr-air h4 {
    font-size: 18px
}

.cdr-air h4 {
    font-weight: 600
}

.cdr-air h3 {
    font-weight: 400;
    font-size: 16px
}

.cdr-air {
    padding-top: 15px;
    padding-bottom: 15px
}

.pop-right-content > h5 {
    font-size: 16px
}

#callback_modal .modal-body {
    padding: 0 !important
}

.pop-price h3 {
    font-size: 18px;
    width: 125px;
    font-weight: 600;
    line-height: normal
}

.pop-price h4 {
    color: #01a418;
    font-size: 30px;
    font-weight: 600;
    text-align: right
}

    .pop-price h4 sub {
        font-size: 18px;
        color: #bcbcbc
    }

.pop-price {
    padding-top: 10px;
    border-top: 1px solid #bcbcbc
}

.call-btn a {
    display: inline-block;
    width: 250px;
    background: #002169;
    background: -webkit-gradient(linear,left bottom,left top,from(#002169),color-stop(26%,#090979),to(#002e91));
    background: -webkit-linear-gradient(bottom,#002169,#090979 26%,#002e91);
    background: linear-gradient(0deg,#002169,#090979 26%,#002e91);
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    border-radius: 5px;
    line-height: normal;
    padding: 0;
    height: 46px;
    float: left
}

    .call-btn a img {
        padding: 10px 15px;
        border-right: 1px solid #fff
    }

    .call-btn a span {
        padding: 5px 10px;
        display: inline-block;
        line-height: 30px;
        font-weight: 600
    }

.call-btn .call-qr-code {
    float: left;
    width: 50px
}

.call-qr-code img {
    position: relative;
    width: 46px;
    margin-left: 38px
}

.call-btn {
    padding-top: 20px;
    padding-bottom: 20px
}

#callback_modal .modal-body .container-fluid {
    padding: 0 30px
}

.popup-banner-girl-img {
    width: 100%
}

.fot-text p {
    margin-bottom: 5px;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000
}

.fot-text h6 {
    margin-bottom: 0;
    font-size: 16px
}

#callback_modal .btn-close {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff !important;
    border-radius: 50%;
    background-color: #00277b;
    top: -10px !important;
    position: relative;
    right: -10px;
    opacity: 1;
    border: 2px solid #dbe6ff;
    background-image: url(../../../Content/assets/images/cross-icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px
}

.cdr-air img {
    width: 100%
}

@media(min-width:768px) {
    .img-bot-line {
        display: none
    }
}

@media(max-width:767px) {
    #callback_modal .modal-body .container-fluid > .row:nth-child(2) > div:first-child {
        border-bottom: 5px solid #dbcdfe;
        margin-bottom: 15px
    }

    .pop-head {
        padding: 8px 10px
    }

    .popup-title {
        display: none
    }

    .popup-banner-girl-img {
        margin: 15px auto -1px;
        max-width: 200px;
        display: table
    }

    .fot-text h6 {
        font-size: 14px
    }

    #callback_modal .modal-body .container-fluid {
        padding: 0
    }

    .cdr-air h3, .cdr-air h4 {
        font-size: 16px;
        line-height: normal
    }

    .pop-price h3 {
        font-size: 16px;
        width: 110px
    }

    .pop-price h4 {
        font-size: 24px
    }

        .pop-price h4 sub {
            font-size: 14px
        }

    .call-qr-code img {
        margin-left: 15px
    }

    .call-btn a {
        width: 215px
    }

        .call-btn a img {
            padding: 10px
        }

        .call-btn a span {
            padding: 7px 10px 5px;
            font-size: 18px
        }

    #callback_modal {
        width: 90%;
        margin: 15px auto
    }

        #callback_modal .modal-body .container-fluid > .row {
            margin: auto
        }

    .cdr-air > div:last-child {
        text-align: right
    }

    .call-btn .col-sm-12 {
        width: 300px;
        margin: auto
    }

    .pop-head img {
        max-width: 200px
    }

    #callback_modal .modal-body .container-fluid > .row:nth-child(2) > div:nth-child(2) {
        padding: 0 30px
    }
}

#trustbox iframe {
    max-width: 150px;
    margin: 20px auto 0;
    max-height: 110px
}

.popup-option .cound-bottom {
    background: #1b429d;
    color: #fff;
    font-size: 17px;
    border-radius: 50px;
    padding: 7px 10px 7px 20px;
    font-weight: 700;
    cursor: pointer;
    min-width: 230px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 14px #000;
    box-shadow: 1px 1px 14px #000
}

    .popup-option .cound-bottom .t-price {
        font-size: 22px
    }

.popup-option {
    position: fixed;
    left: 15px;
    bottom: 15px
}

    .popup-option .cound-bottom .sec-devider {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #fff
    }

.popup-option-hide {
    display: none
}


@media (min-width: 581px) {
    .showHideDiv1 {
        display: none;
        visibility: hidden;
    }
    .showHideDiv2 {
        display: block;
        visibility: visible;
    }
    .showhide {
        visibility: hidden;
    }
}

@media (max-width: 580px) {
    .showHideDiv1 {
        display: block;
        visibility:visible;
    }

    .showHideDiv2 {
        display: none;
        visibility: hidden;
    }
}