* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Archivo', sans-serif;
}

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --font-eb: 'EB Garamond', serif
}

.row {
    margin: 0px;
    padding: 0px;
}

.container-fluid,
.container {
    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;
}

.white {
    color: var(--color-white);
}

.font_14 {
    font-size: 14px;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

.margin_top {
    margin-top: 70px;
}


.sub_header {
    background-color: var(--color-black);
}

.book_btn {
    color: var(--color-black);
    border-radius: 50px;
    padding: 5px 25px;
    padding-left: 15px;
    gap: 7px;
    line-height: 1.2;
}

.book_btn img {
    width: auto;
}

.line_res {
    font-size: 20px;
    font-weight: 500;
}

.line_res span {
    font-size: 12px;
    color: #26303f;
}

.line_res a {
    color: var(--color-black);
    font-weight: 600;
}

.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;
}




/*new css header */


.banner_main_bg {
    display: flex;
    align-items: center;
    padding: 20px 60px;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
}


.home-header {
    /* padding: 10px 0; 
    position: sticky;
    z-index: 99;
    background: var(--color-white);
    top: 0;
    width: 100%; */
    box-shadow: 0 4px 10px 0 #0000000D;
}

.line_res_p {
    font-size: 13px;
    text-align: right;
}

/*why book section*/
.top_desti_headline h4 {
    font-size: 40px;
    color: var(--color-blue);
    font-weight: 700;
}

.top_desti_headline p {
    color: #212529;
    font-size: 18px;
}

.main_inside_section {
    text-align: left;
    margin: 0 auto;
    background: #F6F6F5;
    padding: 20px;
    border-radius: 20px;
}

.main_inside_section span {
    width: 60px;
    height: 60px;
    display: block;
    padding: 10px;
    box-shadow: 0 20px 15px 0 #7a7a7a33;
    margin-bottom: 15px;
    border-radius: 10px;
}

.main_inside_section h3 {
    font-size: 24px;
    color: #212529;
    font-weight: 700;
}

.main_inside_section p {
    font-size: 18px;
    color: #212529;
}

.top_desti_headline {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.color_main img {
    width: 100%;
}

.color_main {
    background: #296FBC;
}

.flights_container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.form-title {
    font-size: 50px;
    width: 100%;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    text-align: left;
}

.flights_container p {
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-align: left;
}

.flights_container span {
    font-size: 30px;
}

/*Our Popular Packages*/
.booking-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e0dddd;
    padding-top: 10px;
}

.booking-info p {
    font-weight: 600;
    color: #296FBC;
    font-size: 16px;
}


/*end*/


/*trending destinations*/

.trending_img .text_bottom_det {
    position: absolute;
    z-index: 2;
    color: white;
    padding: 15px 20px 15px 20px;
    text-align: left;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)) !important;
    bottom: 0px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.trending_img .text_bottom_det span {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.ratings_cont {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    width: fit-content;
}

.ratings_cont i {
    color: #ff681a;
}



.btn_off i {
    color: #ff681a;
}


/*about use page*/

.common_small_title {
    font-size: 30px !important;
}

.about_ul li {
    position: relative;
    padding-left: 20px;
}

.about_ul li::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f26b";
    color: #296FBC;
    font-family: bootstrap-icons;
}


about_banner_box h1 {
    font-size: 46px;
}

.about_banner_box {
    background-color: rgb(255 255 255 / 72%);
    display: inline-flex;
    padding: 7px 20px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 40%;
    margin: 0 auto;
}

.bg_grey {
    background: #f7f7f7;
    padding: 60px 0;
}

.welcome_travel{
    padding-right: 30px !important;
}

.welcome_travel p {
    text-align: justify;
}

.hero_privacy {
    background-image: url(/images/imgs/privacy_bg.jpeg);
}
/*end*/
/*Header*/
/* Search Engine*/
#pills-tabContent {
    padding: 20px;
    border-radius: 0px 0px 3px 3px;
    border-top: none;
    margin: 20px 0;
}

.search-text-sec {
    padding: 20px;
    text-align: center;
    color: var(--color-white);
    text-shadow: 1px 1px 3px #333;
    font-size: 18px;
}

/*Header*/
.sub_header {
    background-color: var(--color-black);
}

.sub_semi1 ul li {
    position: relative;
    padding: 0 10px;
}

.sub_semi1 ul li a {
    color: var(--color-white);
}

.sub_semi1 ul li:first-child:after {
    background: var(--color-white);
    height: 90%;
    width: 1px;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
}

.line_one {
    width: 2px;
    height: 18px;
    background-color: var(--color-white);
    margin: 0px 10px;
    border-radius: 50px;
}

.sub_semi1 ul {
    display: flex;
    align-items: center;
}

.sub_semi2 {
    z-index: 1;
}

.sub_semi2::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(to left, #01426A, #0270b4);
    width: 30%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0 100%);
}

.sub_semi_c {
    gap: 6px;
}

.social_links {
    gap: 5px;
}

.social_links li a {
    width: 25px;
    height: 25px;
    background-color: var(--color-white);
    color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social_links li a i {
    font-size: 14px;
}

.nav_cust {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.logo_nav img {
    height: 42px;
    width: auto;
}

.nav_links {
    background-color: #f5f5f5;
    padding: 12px 40px;
    border-radius: 5px;
}

.nav_links ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav_links ul li a {
    color: var(--color-black);
    font-weight: 400;
}

.menu_icon {
    display: none;
}

.common_title {
    font-size: 40px;
    color: var(--color-blue);
    font-weight: 700;
}


/**/
.hero_common {
    height: 450px;
    background-image: url("/images/imgs/contact_us.webp");
}

.banner_title_p {
    padding: 0px !important;
}

.banner_title2 {
    font-size: 46px;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-flex;
    padding: 7px 20px;
    border-radius: 3px;
}

.content_page p {
    margin-bottom: 12px;
}


/* destination*/

.bg_sky {
    background-color: var(--color-white);
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.bg_dis {
    background-color: #f2faff;
    padding: 20px;
    border-radius: 5px 0px 0px 5px;
}

.dis_cont {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.dis_cont1 {
    background-color: var(--color-white);
    height: 65px;
    padding: 5px;
    gap: 10px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.dis_cont_icons {
    background-color: var(--color-blue);
    height: 100%;
    width: 55px;
    padding: 5px;
    border-radius: 5px;
}

.dis_cont_icons img {
    height: 30px;
    width: auto;
}

.dis_cont_content {
    width: calc(100% - 45px);
}

.dis_title {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
}

.text_upper {
    text-transform: uppercase;
}

.off_flight1 {
    background-color: #f2faff;
    width: 100%;
    padding: 15px;
    border-bottom: 2px solid var(--color-blue);
    border-radius: 5px;
    text-align: start;
    gap: 15px;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
}

.off_img img {
    height: 50px;
    width: auto;
}

.des_title_2 {
    font-weight: 700;
}

.color_blue {
    color: var(--color-blue);
}

.bg_call_flight {
    background-color: var(--color-blue);
    color: var(--color-white);
    gap: 5px;
    border-radius: 0px 0px 5px 5px;
}

.bg_call_flight img {
    height: 25px;
    width: auto;
}

.grid_destinations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 25px;
}

.des_cont_p {
    color: var(--color-black);
}

.des_cont_p img {
    height: 240px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.des_content_p {
    width: 90%;
    position: relative;
    z-index: 99;
    background-color: var(--color-white);
    margin: auto;
    margin-top: -90px;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.des_cont_p:hover {
    color: var(--color-black);
}

.ratings_star2 i {
    font-size: 13px;
}


/* Tranding destination*/

.trending_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 25px;
}


/* Contact us*/

.location_contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.location_contact li {
    position: relative;
}

.location_contact li::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -33px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.6);
    background-color: #296FBC;
    z-index: 1;
}

.location_contact::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    height: 100%;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
}

.location_contact li a {
    color: black;
}

.bg_contact_form {
    background-color: var(--color-white);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.contact_cont1 {
    gap: 8px;
    background-color: rgba(1, 66, 106, 0.1);
    padding: 20px 15px;
    border-radius: 3px;
}

.contact_icon img {
    height: 50px;
    width: auto;
}

.ev_p {
    width: calc(100% - 50px);
}

.form_control2 {
    border-radius: 0px;
    padding: 10px;
    background-color: #eee;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.sub_btn1 {
    background: linear-gradient(to left, #01426A, #0270b4);
    border: none;
    width: 100%;
    padding: 14px;
    color: var(--color-white);
}

/*Footer*/
footer {
    background-color: #181a25;
}

.footer_logo img {
    height: 50px;
    width: auto;
    background-color: var(--color-white);
    border-radius: 5px;
    padding: 10px;
}

.footer_title {
    font-weight: 700;
    font-size: 20px;
}

.footer_line {
    width: 120px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    position: relative;
}

.footer_line span {
    width: 50px;
    height: 4px;
    background-color: var(--color-blue);
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    border-radius: 50px;
}

.footer_ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.footer_hr {
    opacity: 0.5;
}

.social_media {
    gap: 20px;
    margin-top: 15px !important;
}

.social_media a {
    color: var(--color-white);
}

.about_bg {
    background-image: url("/images/imgs/about_us.webp");
}

.height_control {
    height: 350px;
}

.cnt p {
    margin: 10px 0px;
}

.cnt ul {
    margin: 10px 0px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cnt li {
    list-style: disc;
}

.cnt h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0px;
}


/* Our populer destination*/

.des_container {
    color: var(--color-black);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.des_container:hover {
    color: var(--color-black);
}

.des_content {
    line-height: 23px;
    padding: 15px;
}

.des_img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.btn_off {
    background-color: #ffffff;
    border: none;
    color: #020202;
    padding: 3px 10px;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50px;
    font-size: 12px;
}

.des_cont_c {
    padding-bottom: 10px;
}

.des_title {
    font-weight: 600;
    font-size: 22px;
}

.read_btn {
    background: #296FBC;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    padding-right: 9px;
}

.read_btn .bi-arrow-right-short {
    font-size: 22px;
    line-height: 1;
}

.read_btn .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0px;
}

.arrow_common2 {
    right: 4px;
}

.arrow_common {
    background-color: var(--color-blue);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    position: relative;
    right: -2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 700;
    color: var(--color-white);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 4px;
}

.img-bg-about {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.1;
}

.about_ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


/*Why choose us*/
.process_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.process_container {
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.process_img img {
    height: 80px;
    width: auto;
}

.process_title {
    font-weight: 800;
    font-size: 22px;
}

/* Tending Destination*/
.trending_container {
    color: var(--color-black);
}

.trending_slider .swiper-wrapper {
    padding-bottom: 40px;
}

.trending_img img {
    height: 350px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.trending_content {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background-color: #eee;
    padding: 10px;
    border-radius: 3px;
}

.trending_container:hover {
    color: var(--color-black);
}

.des_title {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Archivo', sans-serif;
}

.arrow_circle {
    background-color: var(--color-blue);
    color: var(--color-white);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.ratings {
    gap: 5px;
}

.ratings_star i {
    color: #ec8602;
    padding: 0 2px;
}

.arrow_circle .bi.bi-arrow-right-short {
    font-size: 20px;
}

.flex_prop {
    display: flex;
}

@media screen and (max-width: 1200px) {
    .common_padding {
        padding: 0px 15px;
    }

    .trending_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero_common {
        padding: 90px 0px;
        height: initial;
    }
}

@media screen and (max-width: 1024px) {

 

    .banner_main_bg {
        border-radius: 0;
    }

    .serach-eng {
        margin-top: 0;
    }

    .nav-sec {
        display: none;
    }

    .logo {
        padding: 0 15px;
    }

    .book_btn {
        flex-direction: row;
    }

    .nav_links ul {
        gap: 20px;
    }

    .logo_nav img {
        height: 60px;
    }

    .nav_links {
        padding: 12px 30px;
    }

    .banner_title {
        font-size: 40px;
    }

    .banner_title2 {
        font-size: 35px;
    }

    .margin_top {
        margin-top: 30px;
    }
}

@media screen and (max-width: 992px) {

    .des_container {
        background: #eeeded;
    }


    .nav_links {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 0px;
        visibility: hidden;
        opacity: 0;
        height: 0px;
        transition: 0.3s;
    }

    .nav_links_active {
        visibility: visible;
        opacity: 1;
        height: 100%;
    }

    .nav_links ul {
        width: 50%;
        height: 100%;
        background-color: #eee;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .nav_links ul li {
        width: 100%;
    }

    .nav_links ul {
        gap: 15px;
        padding: 15px;
    }

    .nav_links ul li a {
        background-color: var(--color-white);
        width: 100%;
        display: flex;
        padding: 10px;
        border-radius: 3px;
        align-items: center;
        justify-content: space-between;
    }

    .nav_links ul li a::after {
        font-family: "Font Awesome 5 Free";
        content: "\f35a";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
    }

    .menu_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to bottom, #01426A, #0270b4);
        color: var(--color-white);
        border-radius: 5px;
        border: 3px solid var(--color-common);
        box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.6);
        letter-spacing: 0.5px;
        height: 50px;
        width: 55px;
        padding: 4px;
    }

    .menu_icon img {
        height: 34px;
        width: auto;
    }

    .logo_img img {
        height: 60px;
        width: auto;
    }

    .nav_header {
        width: 100%;
        display: flex;
    }

    .close_icon {
        background: linear-gradient(to bottom, #01426A, #0270b4);
        color: var(--color-white);
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }

    .book_btns {
        gap: 10px;
        flex-direction: row !important;
    }

    .banner_title {
        font-size: 30px;
    }

    .des_img img {
        height: 170px;
    }

    .grid_destinations {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {

    .hero_privacy {
        padding: 90px 0px;
        height: initial !important;
    }

    .process_container {
        background-color: #F6F6F5;
    }


    .process_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .des_title {
        font-size: 19px;
    }

    .grid_destinations {
        grid-template-columns: repeat(2, 1fr);
    }

    .trending_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 568px) {

    .hero_privacy {
        background-position: right;
    }

    .about_banner_box{
        max-width: 50%;
    }



    .common_small_title {
        font-size: 20px !important;
    }

    .top_desti_headline h4 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .main_inside_section {
        text-align: center;
    }

    .main_inside_section span {
        margin: 0 auto;
    }

    .main_inside_section h3 {
        font-size: 18px;
        margin: 0;
        margin-top: 10px;
        color: #212529;
    }

    .main_inside_section p {
        font-size: 14px;
    }


    .contact__formBox .button {
        margin-top: 0;
    }

    .contact_content_mob {
        padding: 15px;
    }

    .location_contact {
        margin-bottom: 10px;
    }


    .footer_ul li a {
        font-size: 14px;
    }


    p,
    a,
    li,
    label,
    button {
        font-size: 14px;
    }

    .common_padding {
        padding: 0px 12px;
    }

    .nav_links ul {
        width: 100%;
    }

    .logo_img img {
        height: 40px;
    }

    .close_icon {
        width: 35px;
        height: 35px;
    }

    .menu_icon {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 60px;
        border-radius: 0px;
    }

    .menu_icon img {
        height: 25px;
    }

    .common_title {
        font-size: 24px;
    }

    .banner_title {
        font-size: 30px;
        font-weight: 500;
    }

    .margin_top {
        margin-top: 30px;
    }

    .sub_header {
        display: none !important;
    }

    .logo_nav img {
        height: 45px;
    }

    .book_btn {
        margin-right: 60px;
    }

    .book_btn p {
        font-size: 12px;
    }

    .des_cont_c .font_14 {
        font-size: 12px;
    }

    .line_res {
        line-height: 17px;
    }

    .arrow_common {
        width: 40px;
    }

    .hero_sec {
        height: 350px;
    }

    .process_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 13px;
    }

    .des_img img {
        height: 180px;
        object-fit: cover;
    }

    .process_img img {
        height: 60px;
    }

    .process_title {
        font-size: 18px;
    }

    .footer_title {
        font-size: 20px;
    }

    .des_title {
        font-size: 18px;
    }

    .font_15 {
        font-size: 14px;
    }

    .trending_img img {
        height: 250px;
        object-fit: cover;
    }

    .des_title2 {
        font-size: 15px;
    }

    .font_12 {
        font-size: 12px;
    }

    .ratings {
        flex-wrap: wrap;
        gap: 2px;
    }

    .arrow_circle {
        width: 25px;
        height: 25px;
    }

    .ratings_star i {
        font-size: 10px;
    }

    .trending_slider .swiper-wrapper {
        padding-bottom: 35px;
    }

    .bg_content_hero {
        padding: 20px 15px;
    }

    .explore_btn {
        padding: 8px 15px;
    }

    .semi_para {
        font-size: 15px;
    }

    .logo_nav img {
        height: 45px;
    }

    .book_btn {
        padding: 4px 15px;
        padding-left: 10px;
    }

    .book_btn img {
        height: 15px;
    }

    .book_btn .font_14 {
        font-size: 12px;
    }

    .banner_title2 {
        font-size: 30px;
    }

    .bg_contact_form {
        margin-top: 20px;
    }

    .form_control {
        font-size: 14px;
        padding: 8px;
    }

    .location_contact::after {
        left: -5px;
    }

    .location_contact li::after {
        left: -30px;
    }

    .footer_ul {
        gap: 10px;
    }

    .footer_logo img {
        height: 50px;
    }

    .footer_hr {
        margin: 10px 0px;
    }

    .grid_destinations {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .trending_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .bg_dis {
        padding: 10px;
    }

    .dis_title {
        font-size: 14px;
    }

    .dis_cont_icons {
        width: 45px;
    }

    .dis_cont1 {
        height: 59px;
    }

    .bg_call_flight img {
        height: 20px;
    }

    .bg_call_flight p {
        font-size: 12px;
    }

    .dis_cont {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .bg_dis {
        border-radius: 5px;
    }

    .des_title_2 {
        font-size: 20px;
    }

    .bg_call_flight {
        text-align: center;
    }

    .bg_call_flight img {
        display: none;
    }

    .dis_cont_content .font_14 {
        font-size: 11px;
    }

    .dis_cont_content {
        width: calc(100% - 40px);
    }

    .dis_cont1 {
        gap: 6px
    }

    .dis_cont_icons img {
        height: 25px;
    }

    .height_control {
        height: auto;
    }
}

@media screen and (max-width: 414px) {
    .dis_title2 {
        font-size: 11px;
    }

    .dis_cont_icons {
        width: 40px;
    }

    .dis_cont1 {
        height: 56px;
    }

    .bg_f_sky {
        padding: 10px;
    }

    .call_ex {
        padding: 8px 10px;
    }

    .call_ex img {
        height: 16px;
    }

    .font_weight500 {
        font-size: 11px;
    }
}