body {
    font-family: "Nunito",Sans-serif !important;
    padding: 0px;
    margin: 0px;
    background: #F8FAFC;
    color: #003162;
}

.navbar-default.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.navbar-brand {
    float: left;
    height: 65px;
    padding: 4px 15px 0;
}

    .navbar-brand > img {
        display: block;
        width: 190px;
        margin: 0px 0 0 0;
    }

    .navbar-brand span {
        font-size: 15px;
        color: #c92020;
        font-weight: 600;
        float: left;
        padding: 0 0 0px 0;
        display: inline-block;
    }

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    padding: 25px 15px;
    cursor: pointer;
}

.my_call {
    background: url(../images/alarm.png) no-repeat;
    position: relative;
    background-size: contain;
    padding: 0px 0 0 42px;
    margin: 16px 0 0 20px;
}

    .my_call:before {
        position: absolute;
        content: '';
        top: 5px;
        left: -18px;
        height: 38px;
        width: 1px;
        background: #ccc;
    }


    .my_call p {
        font-size: 11px;
        color: #333;
        margin: 0px;
    }

    .my_call a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        color: #c92020;
        padding: 2px 0 0 0;
        display: block;
    }

        .my_call a span {
            font-size: 10px;
            color: #333;
            font-weight: 400;
            border-left: solid 1px #777;
            padding: 0 3px 0 3px;
        }


/* .my_call:after {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 36px;
    height: 12px;
    width: 12px;
    background: #4CAF50;
    border-radius: 10px;
    border: solid 2px #fff;
} */



/** BANNER CSS START **/

.mains_banner {
    padding: 30px 0 50px 0;
}

.alert_message {
    background-color: #3f51b5;
    padding: 10px 10px 10px 10px;
}

    .alert_message p {
        margin: 0px;
        font-size: 14px;
        color: #fff;
    }

        .alert_message p strong a {
            color: #ffd600;
        }

.Bnn_tittle {
    text-align: center;
}

    .Bnn_tittle h1 {
        font-size: 26px;
        color: #fff;
        font-weight: 700;
        text-shadow: #080808 0 1px 0px;
        margin: 15px 0 30px 0px;
        text-align: center;
        box-shadow: 0px 0px 20px #1559a5 inset;
        border-radius: 20px;
        display: inline-block;
        padding: 3px 15px 3px 15px;
    }

.Bn_list {
    text-align: center;
    margin: 0 0 30px 0;
}

    .Bn_list ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        gap: 15px;
    }

        .Bn_list ul li {
            display: inline-block;
            font-size: 20px;
            color: #fff;
            font-weight: 500;
            padding: 3px 10px 3px 10px;
            text-shadow: #080808 0 1px 2px;
            box-shadow: 0px 0px 20px #1559a5 inset;
            border-radius: 20px;
        }

            .Bn_list ul li span {
                color: #ffd600;
                font-weight: 600;
            }


.Serc_types {
    background: #fff;
    display: table;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%), 0 8px 16px 0 rgb(19 41 104 / 20%);
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
}

    .Serc_types h2 {
        font-size: 20px;
        color: #333;
        margin: 15px 0 20px 5px;
    }

.banner_bottom {
    padding: 20px 0;
    margin: 0px 0 0 0;
    box-shadow: 0px 0px 3px 0px #1c3b51;
}

.icon_sec {
    text-align: left;
    padding: 10px 8px;
    min-height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

    .icon_sec .txt_ctn {
        text-align: center;
    }

    .icon_sec img {
        width: 55px;
        float: left;
        margin: 0;
        height: 55px;
        padding: 2px;
    }

    .icon_sec h2 {
        font-size: 18px;
        font-weight: 600;
        margin: 3px 0 3px 0;
        color: #333;
        text-transform: capitalize;
    }

    .icon_sec p {
        font-size: 14px;
        font-weight: 400;
        margin: 0px;
        color: #777777;
    }


.dest_mains {
    padding: 30px 0;
}

.aboutfly {
    margin-bottom: 30px;
}

.top_dest h3 {
    padding: 15px 0px;
    font-size: 23px;
    margin: 0px 0 5px 0;
    font-weight: 600;
}

.top_dest span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
}

    .top_dest span em {
        width: 60px;
        height: 2px;
        background-color: #f66913;
        display: block;
    }

.grid {
    position: relative;
    margin: 0 auto 30px auto;
    list-style: none;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
}

figure.effect-sarah {
    background: #000;
}

    figure.effect-sarah img {
        max-width: none;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 225px;
    }

    figure.effect-sarah:hover img {
        opacity: 0.4;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    figure.effect-sarah figcaption {
        text-align: left;
        position: absolute;
        z-index: 0;
        top: 0;
        width: 100%;
        padding: 10px;
        left: 0;
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 27%, rgb(0, 0, 0) 100%) center bottom / 100% 230px no-repeat;
        height: 100%;
    }

    figure.effect-sarah h2 {
        position: relative;
        overflow: hidden;
        padding: 0 0 10px 0;
        font-size: 16px;
        margin: 10px 0 0 0;
        color: #fff;
        line-height: 22px;
    }

        figure.effect-sarah h2 span {
            font-size: 20px;
            display: block;
        }

        figure.effect-sarah h2::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: "";
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

    figure.effect-sarah:hover h2::after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    figure.effect-sarah p {
        padding: 1em 0;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(0%, 0, 0);
        margin: 0 0 30px 0px;
    }

    figure.effect-sarah a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
    }

        figure.effect-sarah a span {
            display: block;
            font-size: 12px;
        }

    figure.effect-sarah:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #fff;
        font-weight: 400;
    }


.Hpt_call {
    background: url(../images/call_ree.jpg) no-repeat;
    height: 100%;
    background-size: cover;
    border-radius: 4px;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 15px 0 0 0;
}

    .Hpt_call:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0,0.8);
    }

    .Hpt_call h4 {
        font-size: 20px;
        color: #fff;
        position: relative;
        font-weight: 500;
        margin: 8px 0 25px 0;
        line-height: 28px;
    }

    .Hpt_call i {
        font-size: 24px;
        color: #ffd600;
        position: relative;
        border: solid 2px #ffd600;
        border-radius: 40px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        box-shadow: 0 2px 25px #ffffff;
    }


    .Hpt_call h3 {
        font-size: 24px;
        color: #fff;
        position: relative;
        font-weight: 600;
    }


.New_deals {
    background: #fffef2;
    padding: 40px 0;
}

.banner {
    background: url(../images/flights.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 435px;
    /* margin-bottom: 60px; */
    position: relative;
}

    .banner .wrapper {
        color: #fff;
        padding: 90px 37px 0;
    }

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.banner .wrapper small {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600;
}

.banner .wrapper h3 {
    color: #fff;
    font-size: 26px;
    margin: 15px 0 12px 0;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #000;
}

.banner .wrapper p {
    font-size: 14px;
}

.btn_1, a.btn_1 {
    border: none;
    color: #fff;
    background: #b3404a;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 200;
    text-align: center;
    line-height: 1;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}


.main_title_3 {
    margin-bottom: 25px;
    position: relative;
}

    .main_title_3 h2 {
        font-size: 23px;
        margin: 0px 0 5px 0;
        font-weight: 600;
    }

    .main_title_3 p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
    }

    .main_title_3 span {
        width: 120px;
        height: 2px;
        background-color: #e1e1e1;
        display: block;
    }

        .main_title_3 span em {
            width: 60px;
            height: 2px;
            background-color: #f66913;
            display: block;
        }


.New_typdl {
    display: table;
    width: 100%;
    padding: 14px 0 10px 0;
    box-shadow: 0 1px 5px #ccc !important;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff;
    border-left: 4px solid #003162;
}

.DL_im {
}

    .DL_im img {
        width: 100%;
        height: 48px;
        border-radius: 50%;
        border: solid 4px #ffeaea;
    }

    .DL_im h4 {
        font-size: 16px;
        color: #003162;
        margin: 1px 0 10px 0;
        font-weight: 700;
    }

    .DL_im p {
        font-size: 12px;
        color: #333;
        margin: 0px;
        font-weight: 400;
    }

    .DL_im h3 {
        font-size: 18px;
        color: #f66913;
        margin: 10px 0 2px 0;
        font-weight: 700;
    }

    .DL_im h6 {
        font-size: 12px;
        color: #333;
        margin: 0px;
    }


.More_about {
    padding: 50px 0;
}

.home-content {
}

    .home-content p {
        font-weight: 400;
        font-size: 14px;
        color: #777;
        margin-bottom: 8px;
    }

    .home-content h2, h3 {
        font-size: 22px;
        color: #363b61;
        font-weight: 600;
    }


footer .footer-blue {
    background-color: #003162;
    padding: 16px 0px;
    display: table;
    width: 100%;
}

    footer .footer-blue .link-block {
    }

        footer .footer-blue .link-block ul {
            padding: 0;
        }

            footer .footer-blue .link-block ul li {
                list-style-type: none;
            }

                footer .footer-blue .link-block ul li a {
                    color: #ffffff;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 22px;
                    display: block;
                }

    footer .footer-blue .contact {
    }

    footer .footer-blue h2 {
        font-size: 17px;
        color: #fff;
        font-weight: 600;
    }

    footer .footer-blue .contact p {
        position: relative;
        padding-left: 27px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    footer .footer-blue .contact a {
        display: block;
        color: #fff;
        position: relative;
        padding-left: 27px;
        font-weight: 500;
        line-height: 22px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    footer .footer-blue .contact i {
        position: absolute;
        left: 0;
        font-size: 16px;
        color: #ffffff;
    }

footer .social-media {
    margin-top: 19px;
}

.disclaimer {
    text-align: justify;
}

    .disclaimer strong {
        font-size: 18px;
        color: white;
        text-align: center;
        display: block;
        margin-top: 15px;
        padding-bottom: 10px;
    }

footer .social-media a {
    color: #ffffff;
    font-size: 25px;
    display: inline-block;
    padding: 0px 4px;
}

footer .footer-blue p {
    font-size: 13px;
    color: #ffffff;
    margin-top: 13px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

footer .social-sec {
    background-color: #f66913;
    padding: 1px 4px;
}

footer .copy-sec {
    color: #ebebeb;
    padding: 10px 0px;
    font-size: 14px;
    text-align: center;
}

    footer .copy-sec p {
        margin: 0;
    }


.contact-set .contact-in {
    background-color: #ffffff;
    padding: 17px 17px;
    box-shadow: 0px 2px 6px #00000047;
    margin: 26px 0px;
    font-family: "Nunito",Sans-serif;
    border-radius: 4px;
}

.contact-set .contact-details {
}

    .contact-set .contact-details h3 {
        border-bottom: #a3a3a3 1px solid;
        font-size: 19px;
        padding-bottom: 15px;
        color: #575757;
    }

.contact-set .contact-in .contact-details a {
    display: block;
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-set .contact-form {
    background-color: #1559a5;
    padding: 20px 20px;
}

    .contact-set .contact-form h3 {
        font-size: 20px;
        padding-bottom: 10px;
        margin: 0 0 10px 0;
        color: #fff;
    }

    .contact-set .contact-form .form-group {
        margin-bottom: 15px;
    }

    .contact-set .contact-form button {
        padding: 12px 0px;
        width: 100%;
        border: none;
        background-color: #c92020;
        color: #fff;
        border-radius: 4px;
        font-size: 15px;
        border-bottom: solid 3px #8c1111;
    }

    .contact-set .contact-form .form-control {
        font-size: 14px;
        border-radius: 2px;
        box-shadow: 0 1px 2px #ccc !important;
        border: solid 1px #ededed;
        height: 46px;
    }

    .contact-set .contact-form .form-control2 {
        font-size: 14px;
        border-radius: 2px;
        box-shadow: 0 1px 2px #ccc !important;
        border: solid 1px #ededed;
        width: 100%;
        color: #555;
        padding: 6px 12px;
    }

.imdjf {
}

    .imdjf img {
        width: 100%;
    }


.pvc_cont h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

.pvc_cont p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 10px 0;
    line-height: 22px;
}

.pvc_cont h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pvc_cont ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 10px 0px;
}

    .pvc_cont ul li {
        font-size: 14px;
        color: #333;
        margin: 0px;
        line-height: 27px;
    }

        .pvc_cont ul li i {
            margin-right: 4px;
            color: #c92020;
        }


.dallas_page {
    padding: 40px 0 40px 0;
}

.ds_deals {
    padding: 40px 0 0 0;
}

.miami_dealsHH {
}

    .miami_dealsHH h2 {
        font-size: 22px;
        color: #0b1f66;
        font-weight: 600;
        margin: 0px 0 20px;
    }

.page_contents {
    padding: 0 0 10px 0;
}

    .page_contents h2 {
        font-size: 22px;
        color: #0b1f66;
        margin: 0px 0 8px 0;
        font-weight: 600;
    }

    .page_contents h3 {
        font-size: 20px;
        color: #0b1f66;
        margin: 0px 0 8px 0;
        font-weight: 600;
    }

    .page_contents h4 {
        font-size: 20px;
        color: #0b1f66;
        margin: 0px 0 8px 0;
        font-weight: 600;
    }

    .page_contents p {
        font-size: 14px;
        color: #3a3939;
        line-height: 22px;
        font-weight: 500;
    }

.st_map {
    padding: 40px 0 40px;
    background: #ffffff;
}

.site_map_bx h2 {
    font-weight: 700
}

.site_map_bx p {
    font-size: 14px
}

.site_cat {
    width: 100%;
    display: table;
    border-bottom: 1px dashed #c1c1c1;
    padding: 15px 0
}

    .site_cat h3 {
        font-weight: 600;
        font-size: 20px
    }

    .site_cat ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .site_cat ul li {
            width: 25%;
            float: left;
            line-height: 30px;
            margin-bottom: 0;
        }

            .site_cat ul li a {
                color: #353434;
                font-size: 14px;
                text-decoration: none;
                font-weight: 500;
            }

                .site_cat ul li a i {
                    margin-right: 2px
                }


.bottom-call-bar {
    padding: 10px 10px;
    background: linear-gradient(180deg, #0566a7, #2488cb);
    bottom: 0;
    left: 0;
    color: #fff;
    position: fixed;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 66px;
    z-index: 9;
    display: none;
}

    .bottom-call-bar a {
        color: #fff;
        text-decoration: none;
        padding-left: 0px;
        display: block;
    }

        .bottom-call-bar a .fa-phone {
            font-size: 30px;
            position: absolute;
            margin-left: -70px;
            width: 48px;
            height: 48px;
            border: 0px solid #fff;
            line-height: 50px;
            border-radius: 50%;
            background: #aa333d;
            color: white;
        }

        .bottom-call-bar a .phone {
            font-size: 25px;
            font-weight: 700;
            line-height: 30px;
        }
         

/** RESPONSIVE CSS STYLE **/

@media (min-width:320px) and (max-width:479px) {

    .mains_banner {
        padding: 15px 0 25px 0 !important;
    }

    .Serc_types {
        padding: 0px;
    }

    .Bnn_tittle {
        display: block;
    }

        .Bnn_tittle h1 {
            font-size: 22px;
            margin: 0px 0 15px 0px;
            line-height: 30px;
        }

    .Serc_types h2 {
        display: none;
    }

    .Bn_list {
        display: none;
    }

    .col-md-3.rsts.ffrms_ppd {
        width: 100% !important;
    }

    .main_title_3 {
        margin-top: 20px;
    }

    .site_cat ul li {
        width: 50%;
    }

    .bottom-call-bar {
        display: block;
    }
}

@media (min-width:360px) and (max-width:639px) {

    .mains_banner {
        padding: 15px 0 25px 0 !important;
    }

    .Serc_types {
        padding: 0px;
    }

    .Bnn_tittle {
        display: block;
    }

        .Bnn_tittle h1 {
            font-size: 18px;
            margin: 0px 0 15px 0px;
            line-height: 30px;
        }

    .Serc_types h2 {
        display: none;
    }

    .Bn_list {
        display: none;
    }

    .col-md-3.rsts.ffrms_ppd {
        width: 100% !important;
    }

    .main_title_3 {
        margin-top: 20px;
    }

    .site_cat ul li {
        width: 50%;
    }

    .bottom-call-bar {
        display: block;
    }
}

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
}*/

/*body {
    background: #0f172a;
    color: #fff;
}*/
/*
.container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}
*/
.call_card {
    position: relative;
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transform: translateY(0);
    transition: all 0.4s ease;
}

    .call_card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    }

.title {
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
}

    .title::after {
        content: "";
        width: 60px;
        height: 3px;
        background: #38bdf8;
        position: absolute;
        left: 0;
        bottom: -8px;
    }

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    padding: 40px 0px;
}

.card {
    position: relative;
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transform: translateY(0);
    transition: all 0.4s ease;
}

    .card.wide {
        grid-column: span 2;
    }

    .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
        z-index: 1;
    }

.overlay {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 2;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease;
    padding: 0px 10px;
    display: block;
    width: 100%;
}

    .overlay h3 {
        font-size: 20px !important;
        color: #ffffff;
        font-weight: 600;
    }

    .overlay.center {
        bottom: 20px;
        /*transform: translate(-50%, 50%);*/
        transform: translateY(30px);
        left: 0;
        text-align: center;
    }

    .overlay h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .overlay p {
        font-size: 14px;
        color: #e5e7eb;
    }

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

    .card:hover img {
        transform: scale(1.15);
    }

    .card:hover .overlay {
        transform: translateY(0);
        opacity: 1;
    }

/* Responsive */
@media (max-width: 768px) {
    .card.wide {
        grid-column: span 1;
    }

    .card {
        height: 220px;
    }
}
