@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-blue: #ff6d6d;
}

.row {
    margin: 0px;
    padding: 0px;
}



.row {
    margin: 0px;
    padding: 0px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

ul, p {
    padding: 0px;
    margin: 0px;
}


.font_14 {
    font-size: 14px;
}

li, a {
    list-style: none;
    text-decoration: none;
}

.margin_top {
    margin-top: 40px;
}



.sub_header {
    background-color: var(--color-black);
}

.book_btn a {
    color: var(--color-black);
    border-left: solid 1px #ddd;
    padding: 5px 15px;
    gap: 7px;
}

.book_btn img {
    height: 40px;
    width: auto;
}

.des_cont2 {
    padding: 10px 20px;
}

.line_res {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

    .line_res span {
        font-size: 12px;
    }

    .line_res a {
        color: var(--color-black);
    }

.bg_common {
    background-color: var(--color-blue);
}

.bg_prop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg_common2 {
    background-color: rgba(11,35,67,0.1);
}

.semi_para {
    font-size: 18px;
}

.font_15 {
    font-size: 15px;
}
/*Header*/
.line_res h6 {
    font-size: 22px;
    background: #3ab54a;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-decoration: none;
}

.line_res p {
    color: #0f0f0f;
    font-size: 12px;
    font-weight: 500;
    text-align: end;
}

.currencyBox .currencyClick {
    border: solid 1px #1e5c63;
    font-size: 13px;
    padding: 5px 8px 5px 8px;
    border-radius: 22px;
    text-decoration: none !important;
    background: #fff;
    color: #1e5c63;
    font-weight: 600;
}
/*banner*/
.serach-eng {
    background: url('../Images/imgs/home-bg.jpg') left top no-repeat;
    height: 450px;
    padding: 50px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

    .serach-eng::after {
        content: "";
        padding: 20px 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: transparent linear-gradient(0deg, #000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    }

.head_line_search h3 {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #2d2d2d 0 1px 2px;
}

.head_line_search p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 18px 0;
}

.morehotels {
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent linear-gradient(0deg, #000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}

.Compareto ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .Compareto ul li a {
        display: inline-block;
        font-size: 15px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
    }
/*Destinations*/
.ShortDesSlider {
    padding: 20px 0;
}

.wysd_box {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 6px #33333345;
    height:100%;
}

    .wysd_box img {
        text-align: center;
        margin: 0 auto 10px auto;
        display: block;
        width: 42px;
    }

    .wysd_box h2 {
        color: #000000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0;
        margin-bottom: 5px;
    }

    .wysd_box p {
        font-size: 13px;
        margin: 0 0 0 0;
        text-align: center;
        font-weight: 500;
    }
/*Domestic & International*/

.list_destionaton {
    padding: 40px 0;
}

.Exclusive_hhd {
    position: relative;
    margin: 0 0 20px 0;
    text-align: left;
}

    .Exclusive_hhd h4 {
        font-size: 25px;
        color: #333;
        margin: 0px;
        font-weight: 600;
    }

    .Exclusive_hhd p {
        font-size: 14px;
        margin: 4px 0 0px 0;
    }

.flipack {
    border: 1px solid #dadada;
    border-radius: 5px 5px 5px 5px;
    padding: 0 10px 0 10px;
}

    .flipack ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .flipack ul a {
            text-decoration: none;
        }

        .flipack ul li {
            list-style: none;
            border-bottom: 1px solid #dadada;
            padding: 11px 10px;
            font-size: 15px;
            color: #3f3f3f;
            cursor: pointer;
            margin: 0px;
        }

            .flipack ul li:hover {
                transition: 1s;
                border-bottom: 1px solid #f26428;
            }

                .flipack ul li:hover .aircode {
                    color: #f26428;
                }

                .flipack ul li:hover .date {
                    color: #f26428;
                }

                .flipack ul li:hover .airprice {
                    color: #f26428;
                }

                .flipack ul li:hover .fromright {
                    color: #f26428;
                }

                .flipack ul li:hover .peraduit {
                    color: #f26428;
                }

            .flipack ul li .airlogo {
                width: auto;
                outline: 1px solid #fff;
                outline-offset: -1px;
                border-radius: 8px;
            }

            .flipack ul li .aircode {
                font-size: 15px;
                font-weight: 600;
                color: #3f3f3f;
                line-height: 18px;
            }

            .flipack ul li .date {
                font-size: 13px;
                color: #3f3f3f;
                font-weight: normal;
                line-height: 18px;
            }

            .flipack ul li .airprice {
                font-size: 18px;
                color: #1e5c63;
                text-align: right;
                font-weight: 600;
            }

            .flipack ul li .bordpri {
                border-left: 1px solid #ddd;
                text-align: right;
            }

            .flipack ul li .fromright {
                font-size: 13px;
                color: #3f3f3f;
                font-weight: normal;
                line-height: 18px;
            }

            .flipack ul li .peraduit {
                font-size: 13px;
                color: #3f3f3f;
                font-weight: normal;
                line-height: 18px;
                font-weight: 500;
            }

.card-img-overlay {
    top: auto;
}

.flirightbox .card-title {
    color: #FFFFFF;
    font-weight: 600;
    margin: 0 0 0 0;
}

.dts_update {
}

    .dts_update p {
        font-size: 14px;
        margin: 18px 0 0 0;
        font-weight: 400;
    }

        .dts_update p span {
            color: #f26428;
            font-weight: 500;
        }

.et_pb_promo_description {
    background: #1e5c63;
    text-align: center;
    padding: 15px 20px 20px;
    border-radius: 4px;
}

    .et_pb_promo_description h2 {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin: 10px 0 10px 0;
    }

    .et_pb_promo_description p {
        font-size: 14px;
        margin: 0 0 15px 0;
        color: #fff;
    }

.promo_call {
    font-size: 16px;
    display: inline-block;
    border: solid 1px #fff;
    color: #fff !important;
    padding: 12px 35px 12px 35px;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 16px;
    border-radius: 4px;
}

    .promo_call:hover {
        background: var(--color-blue)
    }
/*A world of flight deals*/
.post-slide {
    margin: 10px 10px 10px 6px;
    display: table;
    position: relative;
}

    .post-slide .post-img {
        position: relative;
    }

        .post-slide .post-img > img {
            width: 100%;
            height: auto;
            border-radius: 4px;
        }

        .post-slide .post-img > span {
            display: block;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            background: rgba(0,0,0,0.6);
            opacity: 0;
            transition: all 300ms ease-in-out 0s;
        }

            .post-slide .post-img > span > a {
                position: relative;
                top: 45%;
                color: #fff;
                background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
                text-decoration: none;
                padding: 5px 15px 5px 15px;
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 600;
                line-height: 14px;
                border-radius: 4px;
            }

.post-review {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.90), rgba(0,0,0,0.01));
    min-height: 100px;
}
.arrow_common {
    background: #fff;
    padding: 0px;
    transition: background 0.5s ease 0s;
    box-shadow: 0px 2px 4px 2px rgba(0 0 0 / 20%);
    border-radius: 40px;
    width: 45px;
    height: 45px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 15px;
}
    .post-slide .post-review > .post-title {
    margin: 40px 0 5px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

    .post-slide .post-review > .post-title > a {
        color: #ffffff;
        transition: all 300ms linear 0ms;
        text-transform: capitalize;
        margin: 0 0 0 0;
        font-weight: 500;
    }

        .post-slide .post-review > .post-title > a:hover {
            color: #ffffff;
            text-decoration: none;
        }

.post-slide .post-review > .post-description {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

    .post-slide .post-review > .post-description strong {
        display: block;
        font-size: 20px;
        margin: 5px 0 0;
        color: #fff607;
    }

.post-slide .post-review > .post-bar {
    padding: 0;
    list-style: none;
    margin: 0px;
}

    .post-slide .post-review > .post-bar > li {
        display: inline-block;
        font-size: 13px;
        color: #3e97db;
        border: dashed 1px #3e97db;
        padding: 0 6px 0 6px;
        border-radius: 4px;
        font-weight: 500;
    }

    .post-slide .post-review > .post-bar span {
        background: linear-gradient(93deg,#53b2fe,#3e97db);
        color: #fff;
        padding: 5px 10px;
        line-height: 12px;
        font-size: 12px;
        display: inline-block;
        border-radius: 4px;
    }

    .post-slide .post-review > .post-bar > li:last-child:after {
        content: "";
    }

    .post-slide .post-review > .post-bar > li > a {
        color: #3498db;
    }

        .post-slide .post-review > .post-bar > li > a:hover {
            text-decoration: none;
        }

.post-slide:hover .post-img > span {
    opacity: 1;
}
.main_box_over{
    overflow:hidden;
}
/*about page*/
.contact_banner_about {
    position: relative;
    background: url(../Images/imgs/hdsew.png) left top no-repeat;
    min-height:200px;
    background-size: cover;
    background-position: center;
    display:flex;
    align-items:center;
    position:relative;
}

 
.inner_tiitle h3 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.inner_tiitle ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
}
    .inner_tiitle ul li {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        padding: 0 10px 0 10px;
        font-weight: 400;
    }
.inner_tiitle {
    text-align: center;
}
    .inner_tiitle ul li a{
        color: #007bff;
    }
.Abt_pages {
    background: #eaeaea;
    padding:0;
}
.home_about {
    background-color: #ffffff;
    padding: 15px 15px;
    box-shadow: 0px 2px 6px #00000047;
    position: relative;
    margin-top: -30px;
    border-radius: 15px;
    margin-bottom:40px;
}
    .home_about h2 {
        text-align: center;
        font-weight: 600;
        font-size: 24px;
        margin: 10px 0 20px 0;
    }
    .home_about h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px 0;
        color: #1e5c63;
        border-left: solid 3px #1e5c63;
        line-height: 18px;
        padding: 0 0 0 8px;
    }
    .home_about p {
        font-size: 14px;
        margin: 0 0 10px 0;
        line-height: 24px;
        font-weight: 400;
    }
/*Domestic page*/
.serach-eng-destinations {
    background: url(../Images/banner.webp) left top no-repeat;
    height: 450px;
    padding: 50px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
}
.home_flights h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #1e5c63;
    line-height: 18px;
}
.home_flights p {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 400;
}
/*contact_us page*/

.inner_tiitle {
    text-align: center;
}


    .inner_tiitle h3 {
        font-size: 22px;
        color: #fff;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        font-weight: 600;
    }


    .inner_tiitle ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0px 0;
    }


        .inner_tiitle ul li {
            font-size: 14px;
            color: #fff;
            display: inline-block;
            padding: 0 10px 0 10px;
            font-weight: 400;
        }


.Abt_pages {
    background: #eaeaea;
}


.contact_aadd {
    text-align: left;
    clear: left;
    margin-bottom: 15px;
}

    .contact_aadd i {
        font-size: 15px;
        background: #1e5c63;
        color: #fff;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 10%;
        text-align: center;
        float: left;
        margin: -5px 10px 0 0;
    }


    .contact_aadd a {
        display: block;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 0;
    }

.home_about h2 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0 20px 0;
}


    .home_about h2 strong {
        font-weight: 800;
        color: #1e5c63;
    }

.ct_bgs {
    background: #1e5c63;
    padding: 10px 15px 10px 15px;
}

.Lebsa_hesd h2 {
    margin: 0px 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

label.cont_leb {
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0 10px 0;
    color: #fff;
    display: block;
    line-height: 13px;
}

input.form-control.contact_us {
    height: 44px;
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    border: 1px solid #efefef;
    border-radius: 2px;
    box-shadow: 0 1px 2px #ccc;
}

.form-group {
    margin-bottom: 1rem;
}

.flat_button_cont {
    border: 0;
    background: #f26428;
    color: #fff;
    padding: 12px 12px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 4px;
    display: block;
    width: 100%;
    font-weight: 500;
}
.contact__formBox{
    padding:20px;
}
.contact__formBox .input_set .star {
    position: absolute;
    left: 8px;
    top: 5px;
    color: red;
}
.citypage_list h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.citypage_list p {
    font-size: 15px;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    line-height: 26px;
}
.citypage_list h5{
    font-size: 15px;
    line-height: 26px;
    font-weight:600;
}
.pvc_cont {
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 2px;
    margin: 40px 0;
    box-shadow: 0 3px 20px rgb(26 26 26 / 6%);
}
/*footer*/
.footer_ul li a {
    font-size: 13px;
    color: #8D8D8D;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 500;
    line-height: 28px;
}
    .footer_ul li a:hover {
        color: var(--color-blue);
    }
.footer_ul {
    gap: 0;
}
.footer_title{
    position:relative;
font-size: 16px;
margin: 0 0 25px 0;
color: #1e1e1e;
position: relative;
font-weight: 700;
}
.footer_title::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #1e5c63;
    border-radius: 50%;
    bottom: -10px;
    left: 3px;
}
    .footer_title::after {
        width: 50px;
        height: 2px;
        content: '';
        position: absolute;
        background-color: #1e5c63;
        bottom: -8px;
        left: 5px;
    }
.my_links li a i {
    background: #1e5c63;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display:inline-block;
    margin-right:5px;
}
.my_links li a {
    font-size: 13px;
    color: #8D8D8D;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 500;
    line-height: 28px;
}
.my_link_phone {
    font-size: 20px;
    font-weight: 700;
}
    .my_links li {
        padding: 5px 0;
    }
.disclaimer {
    padding: 10px 0 10px;
    background: #1e5c63;
    padding-bottom: 60px;
}
.discl_paregh p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #fcf8f8;
    padding: 14px 0 0 0;
}
.exclu_sive p {
    font-size: 13px;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    text-align: center;
    font-weight: 500;
    color: #fcf8f8;
}
.footer_ul li a span {
    font-weight: 700;
}
.bottom-callus {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
    margin: auto;
    background: #fbfbfb;
    color: #000;
    font-size: 20px;
    border-top: solid 3px #f26428;
    text-align: center;
    font-weight: 600;
    position: fixed;
    z-index: 999;
    bottom: 0;
    display: block;
    line-height: 20px;
}
    .bottom-callus a {
        color: #f26528;
        text-decoration: none;
        font-weight: 700;
    }
/*destinations page*/
.container-fluid, .container {
    padding: 0;
}

.serach-eng::before {
    content: '';
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    top: 0;
}


.component_city {
    border-top: solid 1px #ddd;
    padding: 30px 0 20px 0;
}

.citypage_list h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.citypage_list p {
    font-size: 15px;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    line-height: 26px;
}

@media screen and (max-width: 1200px) {
    .book_btn a {
        padding: 5px 8px;
    }
    .flex_prop {
        flex-direction: unset;
    }
    .serach-eng .position-relative{
        padding: 10px;
    }
        
    }

@media screen and (max-width: 1024px) {
    .contact__formBox {
        padding: 0;
    }
    .home_about {
        padding: 5px 5px 15px;
    }
    .container-fluid, .container {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }
    .flipack ul li {
        padding: 0;
    }
    }

@media screen and (max-width: 991px) {
    .wysd_box{
        margin-bottom:10px;
    }
    .nav-sec li {
        margin: 0 5px;
    }
    .Abt_pages {
        background: #fff;
        padding: 0 10px;
    }
    .destination_sideimg {
        margin-top: 15px;
    }
    .wysd_box {
        height: unset;
    }
}

@media screen and (max-width: 768px) {
    #mobileSearchCntr {
        background: #f26d3c;
    }
   
    }

@media screen and (max-width: 568px) {
    .flipack ul li .bordpri {
        border-left: 0;
        text-align: left;
        margin-top: 5px;
    }
    .contact__formBox {
        padding: 5px;
    }
    .flipack ul li {
        padding: 5px 0;
    }

        .flipack ul li .bordpri {
            border-left: 0 !important;
            text-align: left !important;
        }
}

@media screen and (max-width: 414px) {
}
