
/* Dynamic airline color stylesheet */

@media screen and (min-width: 600px) {
    .hidedesk {
        display: none !important;
    }
}

#back-to-top {
    bottom: 100px !important;
}

.section-heading .sec__title {
    margin-bottom: 15px;
    text-align: center;
}

.icon-box .info__desc,
.icon-box .info__title {
    color: #fff !important;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.faq {
    margin-bottom: 20px;
    width: 48%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.faq h3 {
    cursor: pointer;
    background-color: #f5f7fc;
    color: #000;
    padding: 15px;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-size: 16px;
}

.faq h3:hover {
    background-color: #0035AD !important;
}

.faq p {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #f9f9f9;
}

.list-items p,
.list-items li a,
.footer-item p,
.footer__desc,
.copy__desc {
    color: #fff !important;
    font-size: 12px;
}

.footer-bg {
    background-color: #333;
}

.footer__desc {
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 21px;
}

.footer-item img {
    width: 50% !important;
}

.pd-3 {
    padding: 3px !important;
}

#accordion-button {
    padding: 7px;
    border: 1px solid #efefef;
}

.custom-control-label {
    display: block;
}

.section-tab .nav-tabs .nav-link {
    background-color: #000 !important;
}

.bread-bg-7p {
    background-image: url('images/british.png');
}

.theme-btn,
.theme-btn:hover,
.theme-btn:focus,
.select-contain .dropdown-item.active,
.destination-card .card-img .badge,
.modal-header .close,
.icon-layout-3 .info-icon,
.section-tab .nav-tabs .nav-link.active,

.icon-element1,
.social-profile li a,
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0035AD !important;
    color: #fff !important;
    border: 1px solid #0035AD !important;
}


.deal-list-text b,
.pclass strong{
    color: #0035AD !important;
}

.modal-content {
    background-image: url('images/airmap/BAW.png');
}

.callicons {
    background-image: url('images/airnumber/BAW.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 63%;
    margin: auto;
    height: 70px;
    padding-top: 0;
}

.callicons .circlePhone {
    border: 5px solid #fff;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    background: #ff5b04 url('images/airlines-jpg/call-aft.png') center center no-repeat;
    background-size: 26px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    float: left;
    margin-top: 6px;
}

.popanchor a {
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    width: 200px;
    height: 35px;
    text-align: center;
    padding-top: 3px;
    font-size: 18px;
    margin: 5px 20px;
    display: inline-block;
}

.nextin,
.next1in {
    display: none;
}

@media (max-width: 600px) {
    .faq {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .popanchor a {
        width: 135px;
        font-size: 12px;
        margin-left: 7px;
    }

    .modal-dialog {
        width: 93% !important;
    }

    .callicons {
        width: 80%;
        margin-top: 10px;
    }

    .callicons a {
        font-size: 1.8rem !important;
        margin-top: 4px !important;
    }

    .modal-body h6 {
        margin-top: 15px;
    }

    .popanchorimg img {
        margin-top: -40px !important;
    }

    .popanchorimg {
        margin-bottom: 15px;
    }
}

#phases .phases-tabs {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
    overflow: hidden;
}

#phases .phases-tabs li {
    width: 100%;
}

#phases .phases-tabs li a {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #FBFBFB;
    color: #C9C9C9;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #F3F3F3;
    text-decoration: none;
    cursor: pointer;
}

#phases .phases-tabs li a.__active {
    background-color: #fff;
    color: #3b3d40;
    border: 1px solid transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

#phases .phases-tabs li a:before {
    content: attr(data-phase);
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 10px;
    font-weight: bold;
    border: 3px solid #C9C9C9;
    color: #C9C9C9;
    border-radius: 50%;
    margin: 0 5px;
}

#phases .phases-tabbox {
    display: none;
    position: relative;
    z-index: 11;
    background-color: #fff;
    padding: 25px 0;
}

#phases .phases-tabbox.__active {
    display: flex;
}

#phases .phases-sidebar {
    display: none;
    list-style: none;
    padding: 1em 25px;
    min-width: 170px;
    border-right: 1px solid #f3f3f3;
}

#phases .phases-content {
    padding: 0 70px;
    max-height: 425px;
}
