﻿.sizevalidation {
    font-size: 12px !important;
    margin-top: 5px;
}

.error_outline {
    border:1px solid red;
}
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader1 {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #014d9d;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}
/*.middle_swap{
    padding:15px 0!important;
}*/
@media (min-width: 768px) and (max-width: 1023px) {
    .middle_swap {
    display:flex;
    justify-content: center;
    align-items: center;
    }
}
.fareRulesDiv{
    font-size:13px!important;
    line-height:1.3!important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.loading {
    overflow: hidden;
}

@media (min-width: 332px) and (max-width: 479px) {
    .travel_guard h3 {
        position: relative;
        font-size: 18px;
        padding-bottom: 25px;
    }
    .txt_travelinsurence {
        position: absolute;
        left: 8px;
        top: 34px;
    }
}
@media (min-width: 250px) and (max-width: 332px) {
    .travel_guard h3 {
        position: relative;
        font-size: 14px;
        padding-bottom: 25px;
    }

    .txt_travelinsurence {
        position: absolute;
        left: 10px;
        top: 34px;
    }
}

@media (min-width: 248px) and (max-width: 254px) {
    .travel_guard h3 {
        position: relative;
        font-size: 14px;
        padding-bottom: 25px;
    }

    .txt_travelinsurence {
        position: absolute;
        left: 10px;
        top: 34px;
    }
    .travel_guard h3 img {
        width: 48px;
        margin: 0px 0 0 0;
    }
}



/*
Promo CSS*/
.promo_section {
    width: 100%;
}

.mob-promo {
    width: 150px;
    left: auto;
    right: auto;
    border-radius: 20px;
    border-left: 0
}





/* Trigger */
.promo-trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background: #fff7e6;
    border: 1px solid #f60;
    border-radius: 6px;
    margin: 10px;
}

/* Banner */
.promo-banner {
    background: #043b40;
    color: white;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.3);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.close-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.promo-content {
    margin-top: 15px;
    text-align: center;
}

.promo-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
}

.promo-highlight {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo-email {
    width: 90%;
    max-width: 400px;
    padding: 12px;
    margin-bottom: 10px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
}

.get-code-btn {
    background: #f60;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 90%;
    max-width: 400px;
}

.promo-terms {
    font-size: 12px;
    color: #ccc;
    margin-top: 10px;
}

    .promo-terms a {
        color: #ccc;
        text-decoration: underline;
    }

.promo_section img {
    height: auto;
    height: auto;
    width: 100%;
    border-radius: 0;
    margin-left: 7px !important;
    margin-right: 11px !important;
}

.affirm_btn {
    background-color: #1c1c1c;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 2px 11px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s;
}
    .affirm_btn img {
        padding-bottom: 0px;
        height: 38px;
    }
.affirm_btn span{
    font-size:20px;
}




/*  New CSS From assets folder MyCustom.css */


/*for Flight Index Page*/

.small_navig {
    padding: 10px 0;
    background: #edf2fa;
}


.breadcr_list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .breadcr_list ul li {
        display: inline-block;
        font-size: 14px;
        color: #f60;
    }

        .breadcr_list ul li a {
            font-size: 14px;
            display: block;
            color: #333;
            text-decoration: none;
        }

        .breadcr_list ul li span {
            padding: 0 10px;
            font-size: 14px;
            color: #333;
        }

/* About use Page*/
.daus_destinati {
    position: relative;
}

.city_htitle h1 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding: 0px 0 10px 0;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin: 0 0 25px 0;
}


/*    FAQ Page*/

.submission_card {
}

    .submission_card h2 {
        font-size: 20px;
        margin: 0px 0 18px 0;
        color: #222222;
    }

.ours_faq .card {
    margin: 0 0 20px 0;
}

    .ours_faq .card .card-header {
        padding: 10px 16px 8px 15px;
        border-bottom: solid 1px #dfdfdf;
        background: #edf2fa;
        border-left: solid 3px #014d9d;
    }

        .ours_faq .card .card-header .accordion-head a {
            text-decoration: none;
            color: inherit;
        }

            .ours_faq .card .card-header .accordion-head a i {
                font-size: 22px;
                float: right;
            }

            .ours_faq .card .card-header .accordion-head a h3 {
                font-size: 16px;
                font-weight: 400;
                margin: 0 0 0 0;
                color: #014d9d;
            }

    .ours_faq .card .card-block p {
        margin: 0px;
        font-size: 14px;
        padding: 10px 0 10px 0;
    }


/*    Flight Result Page*/


/** LOADER PAGE CSS **/

.build_loader {
    background: url(/content/assets/images/skyback.jpg) left top no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 999;
    background-color: #fff;
}

.main_popup {
    width: 550px;
    padding: 0px 0 0px;
    margin: 50px auto;
}

.pkfty {
    padding: 0px;
    text-align: center;
}

    .pkfty h3 {
        font-size: 18px;
        margin: 30px 0 30px 0;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        background: #f9f9f9;
        padding: 4px 35px 4px 35px;
        color: #fd5003;
        border-radius: 35px;
    }

.pls_my {
    text-align: center;
    width: 80%;
    margin: 20px auto 0 auto;
}

.dating_dsdr {
    margin: 25px auto;
    width: 80%;
}

    .dating_dsdr ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
    }

        .dating_dsdr ul li {
            width: 33.3%;
            text-align: center;
        }

.nb_bord {
    border-right: solid 1px #ddd;
}

.dating_dsdr ul li img {
    width: 25px;
    display: block;
    margin: 0 auto;
}

.dating_dsdr ul li p {
    font-size: 14px;
    margin: 10px 0 15px 0;
    color: #777;
}

.dating_dsdr ul li h6 {
    font-size: 15px;
    margin: 10px 0 10px 0;
    color: #292929;
    font-weight: 600;
}

.progress {
    padding: 1px;
    background: rgb(222 222 222);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    height: 20px;
}

.progress-bar {
    height: 18px;
    background-color: #ee303c;
    border-radius: 4px;
    transition: 0.4s linear;
    transition-property: width, background-color;
}

.progress-striped .progress-bar {
    background-color: #fcbc51;
    width: 100%;
    background-image: linear-gradient(45deg, #fca311 15%, transparent 15%, transparent 40%, #fca311 40%, #fca311 75%, transparent 75%, transparent);
    animation: progressBarAnimationStrike 15s;
    -webkit-animation: progressBarAnimationStrike 15s;
    -moz-animation: progressBarAnimationStrike 15s;
}

@keyframes progressBarAnimationStrike {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes progressBarAnimationStrike {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.Fetching_rr {
    padding: 10px 0 0 0;
    text-align: center;
}

    .Fetching_rr i {
        font-size: 20px;
        color: #fd5003;
    }

    .Fetching_rr h4 {
        font-size: 22px;
        font-weight: 600;
        margin: 0px 0 5px 0;
        color: #014d9d;
    }

    .Fetching_rr p {
        font-size: 14px;
        font-weight: 400;
        margin: 0px 0 0px 0;
        line-height: 14px;
    }

.pop_logo {
}

    .pop_logo img {
        width: 200px;
    }

.pop_tollfree {
    float: right;
    margin: 0px 0 0 0;
}

    .pop_tollfree a {
        background: #191446;
        padding: 5px 15px;
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border-radius: 20px;
    }

        .pop_tollfree a i {
            background: #28d025;
            padding: 5px 7px;
            border-radius: 16px;
            margin: 0 0 0 -9px;
        }

.Popup_call {
    margin: 20px 0 0 0;
    text-align: center;
}

    .Popup_call a {
        background: #f60;
        padding: 8px 17px 8px 50px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        display: inline-block;
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
    }

        .Popup_call a i {
            background: #ffffff52;
            width: 32px;
            height: 32px;
            position: absolute;
            line-height: 32px;
            color: #fff;
            border-radius: 20px;
            left: 10px;
            top: 5px;
        }

    .Popup_call p {
        font-size: 12px;
        color: #777;
        margin: 20px 0 15px;
    }

/** LOADER PAGE CSS **/


/** Contact Us Page **/

.tble_sitemap {
    padding: 35px 0;
}

.sitemaps_lists {
    margin: 0 0 20px 0;
    clear: left;
    display: table;
    border: solid 1px #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px, rgba(0, 0, 0, 0.16) 0px 2px 1px -1px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
    width: 100%;
}

    .sitemaps_lists h4 {
        font-size: 17px;
        margin: 0 0 18px 0;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
    }

        .sitemaps_lists h4:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -10px;
            width: 40px;
            height: 2px;
            background: #f60;
        }

    .sitemaps_lists ul {
        list-style: none;
        padding: 0px;
        margin: 0;
    }

        .sitemaps_lists ul li {
            display: block;
            width: 33.3%;
            float: left;
        }

            .sitemaps_lists ul li a {
                font-size: 13px;
                color: #333;
                margin: 0;
                display: block;
                text-decoration: none;
                line-height: 30px;
            }

                .sitemaps_lists ul li a i {
                    color: #f60;
                    margin: 0 4px 0 0;
                    font-size: 16px;
                }


.content_info {
    margin: 0 auto;
    margin-top: -35px;
    margin-bottom: 0;
    /* background: url(/img/pattern.png) repeat-x left bottom #fff;*/
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
    z-index: 1;
    padding-top: 5px;
}

.maps_location {
    position: relative;
    padding: 0 10px 3px 10px;
}

.contact_cn {
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
    background-color: #fff;
    padding-top: 22px;
    min-height: 78px;
    border: solid 5px #ffffff;
}

    .contact_cn ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .contact_cn ul li {
            padding: 0 0 10px 15px;
            color: #061921;
            font-weight: 400;
            line-height: 25px;
            position: relative;
            padding-top: 0;
            width: 33%;
            float: left;
            font-size: 15px;
        }

            .contact_cn ul li a {
                color: #231921;
            }

.row_contacts {
    display: flex;
    margin: 30px 0 0 0;
}

.contes_sideim {
    background: url(/content/assets/images/contact_form.png) left top no-repeat;
    height: 440px;
    background-size: cover;
    background-position: top;
}

.form_contact_sb {
}

    .form_contact_sb h4 {
        font-size: 24px;
        margin: 5px 0 30px 0;
        position: relative;
    }

        .form_contact_sb h4:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -10px;
            width: 100px;
            height: 2px;
            background: #f60;
        }

label.contac_leb {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    margin: 0 0 8px 0;
    display: block;
    line-height: 14px;
}

.Number_form {
    font-size: 14px;
    height: 45px;
    border-radius: 4px;
    border: solid 1px #8c8c8c !important;
}

.textarea_form {
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px #8c8c8c !important;
}

.button_solres {
    width: 100%;
    border: none;
    padding: 10px 0;
    margin-top: 0;
    border-radius: 2px;
    font-size: 18px;
    cursor: pointer;
    background: #ff6600;
    color: #fff;
    font-weight: 600;
}

.adtip {
    width: 26px;
    height: 26px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 4px;
    margin-right: 4px;
    border: solid 1px #ff8004;
    color: #ff8004;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

@media (min-width: 320px) and (max-width: 479px) {
    .contact_cn ul li {
        width: 100%;
    }
}
