@import 'header.css';
@import 'footer.css';
@import 'flight-search-form.css';
@import 'mobile-view-design.css';
@import 'chatbot.css';
:root {
    --primary-color :  #ff8600;
    --secondary-color: #cf2805;
    --white : #fff;
}

.secondary-color {background: var(--secondary-color) !important; color: #fff;}

body {font-family: "Poppins", sans-serif !important; font-weight: 400; background-color:#fff !important; }
html { scroll-behavior: smooth; }
a {color: #000;}
a, a:hover{text-decoration: none !important;}

/* banner */
.hero-banner_web56 {padding:80px 0; background: url('../images/hero-banner.webp') no-repeat; background-size: cover;}
.hero-banner-img {border-radius: 15px; height: 100%;}

.banner-hding_web56 {color:#000; font-size: 50px; font-weight: 700; padding-bottom: 7px; letter-spacing: 1px; }
.banner-hding_web56 span {color: var(--primary-color); display:block; }
.banner-subhding_web56 {font-size:20px; font-weight: 300; color:#000; padding-bottom: 10px; }
.banner-subhding_web56 > small {font-size: 14px; color: #333; padding-top:10px;}
.carousel-position {position: absolute; left:0; right:0; top:0; bottom: 0; }
.carousel-control-next, .carousel-control-prev {width: 5% !important; }
.banner-list_web56 {margin: 0; padding: 0;}
.banner-list_web56 li {list-style: none; color: #f7f7f7; display: inline-flex; gap: 15px; margin-bottom: 10px; font-weight: 500; font-size: 14px; border:1px solid #aaa5ee; background: var(--primary-color); border-radius: 40px; }
.banner-list_web56 li a {padding: 10px 20px; color: #fff;}
.banner-list_web56 li > span {font-size: 18px; color: #fff;}

.flight-box-mt {margin-top:-35px;}

.services_area_web56 {background: #fff; border:1px solid #ccc; width: 100%; height: 100%; padding: 20px; border-radius: 6px; margin-bottom: 20px;}
.services_area_web56 div {padding: 0 10px; }
.services_area_web56 .service-icon_web56 {font-size: 22px; color: var(--secondary-color); text-align: left; width: 50px; height: 50px; background: #fcd9d1; display: flex; align-items: center; justify-content: center; border-radius: 50%; padding: 10px 15px; margin-bottom:15px; }
.services_area_web56 h3 {font-weight: 700; font-size:15px; text-align:left; }
.services_area_web56 p {font-size: 13px; font-weight: 400; text-align:left; color:#777676; margin:0px;}

.hwch-box_web56 {padding: 0px; border-radius: 6px; margin:0 auto 15px; display:flex; gap: 15px;} 
.hwch-icon_web56 {width: 50px; height: 50px; margin: 0px 0 10px; border-radius: 50%; font-size:25px; background: #fcd9d1; color: var(--secondary-color); padding:10px; display: flex; align-items: center; justify-content: center;}

.hiw-area_web56 {position: relative;}
.hiw-box_web56 {padding: 40px 20px; position: relative;}
.hiw-icon_web56 {width: 100px; height: 100px; margin: 10px auto 20px; border-radius: 50%; font-size:35px; background: #fff; box-shadow: 0px 0px 18px #ccc; color: var(--secondary-color); padding:5px; display: flex; align-items: center; justify-content: center; position: relative;}
.hiw-hding_web56 { font-size:18px; font-weight: 700; margin: auto; padding:0 0 10px; text-align: center;}
.hiw-number_web56 {background: #333; width: 26px; height: 26px; font-weight: 600; padding: 8px 8px; border-radius: 50%; color: #fff; font-size:16px; display: flex; align-items: center; justify-content: center; position: absolute; left: -5px; top:0;}
.hiw-arrow_web56 {color: #999; font-size:20px; text-align: center; position: absolute; right: -130px; top: 50px; opacity: 0.5; width: 100px; height: 2px; border-bottom: 2px dashed #999;}
.hiw-arrow_web56:before {content: ''; position: absolute; right: -7px; top:-6px; width:20px; height:2px; border-bottom: 2px solid #999; transform:rotate(45deg); }
.hiw-arrow_web56:after {content: ''; position: absolute; right: -5px; bottom:-8px; width:20px; height:2px; border-bottom: 2px solid #999; transform:rotate(-45deg); }



@media (max-width: 767px) {
    .hiw-hding_web56 {width: calc(100% - 50%); }
    .hiw-box_web56 {padding-bottom: 0px;}
    .hiw-area_web56 {margin-bottom: 0px;}
    .hiw-arrow_web56  {display: none; left:0; top:inherit; bottom: -60px; transform: rotate(90deg);}
    .hiw-hding_web56 {font-size: 22px !important; }
    .flight-box-mt {margin-top:-40px;}
}

/* wrapper */
.wrap-hding_web56 {font-size:28px; font-weight: 700; margin: 0; padding:0 0 10px; }
.wrap-subhding_web56 {font-size:16px; font-weight: 600; margin: 0; padding: 0 0 5px; }
.wrap-title_web56 { font-size: 18px; color: var(--primary-color); font-weight: 500;  margin:0; }
.wrap-prgh_web56 {font-size:14px; font-weight: 400; margin: 0; padding: 0; color:#777676; }
.wrap-btn_web56 {background: #fff; color: var(--primary-color); border:1px solid var(--primary-color); padding:10px 20px; font-size: 14px; font-weight: 500; border-radius: 40px; text-decoration: none; outline: none; display: inline-block;  transition: 0.3s ease-in-out;}
.wrap-btn_web56:hover {transition: 0.3s ease-in-out; background: var(--primary-color); color: #fff;}
.wrap-ullist_web56 {margin: 0 0 20px; padding: 0; }
.wrap-ullist_web56 li {list-style: none; font-size: 14px; line-height: 1.4; color: #000; position: relative; padding-left:25px; margin-bottom: 10px; }
.wrap-ullist_web56 li:before {content: ''; position: absolute; left: 0; top:1px; background: url('../images/check.png') no-repeat; background-size: contain; width: 16px; height: 16px; }
.wrap-small-text_web56 {font-size: 12px; font-weight: 400; margin: 0;}

.ui-datepicker {z-index: 2 !important; }
section {padding-top:50px; padding-bottom: 30px; }

/* faq collapse */
.accordion-flush>.accordion-item {margin-bottom: 0px; background:none; }
.accordion .accordion-item button {font-size:15px !important; font-weight: 500; border: 1px solid #ddd; background: #fff; color: #000; border-radius: 0px !important; }
.accordion .accordion-body {font-size:14px; background: #fff; border-radius: 0px; border: 1px solid #f1f1f1; }
.accordion .accordion-item:first-child button {border-radius: 10px 10px 0 0 !important;}
.accordion .accordion-item:last-child button[aria-expanded="false"] {border-radius: 0px 0px 10px 10px !important;}
.accordion .accordion-item:last-child button[aria-expanded="true"] {border-radius: 0px 0px 0px 0px !important;}


/* Breadcrumb */
.breadcrumb-bg_web56 {background: #0a2765; padding: 10px 0; }
.breadcrumb-list_web56 {list-style: none; display: flex; flex-wrap: wrap; padding: 0px; margin: 0px; }
.breadcrumb-list_web56 li:first-child {padding-left: 0px; }
.breadcrumb-list_web56 li {font-size: 12px; color: #cbe1ff; padding-left: 10px; padding-right: 10px; position: relative; }
.breadcrumb-list_web56 li:before {content: ""; position: absolute; top: 1px; right: 0; width: 1px; height: 15px; background: #fff; transform: rotate(24deg); }
.breadcrumb-list_web56 li a {text-decoration: none; color: #fff; padding: 5px 5px; }
.breadcrumb-list_web56 li:last-child:before {display: none; }

/* Contact Us */
.contact-box_web56 { padding: 15px 0; border-radius: 10px; display:flex; gap:15px; }
.contact-icon_web56 {width:50px; height:50px; padding: 10px 18px; border-radius: 10px; color: #fff; background: var(--primary-color); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 10px; }
.contact-box_web56 .wrap-subhding_web56 {color: #000; font-size:18px; }
.contact-box_web56 .wrap-prgh_web56 {color:#333; font-size:18px; }
.contact-form_web56 {background: #f6f6f6; padding: 40px; border-radius: 10px; position: relative; }
.contact-form_web56 .wrap-hding_web56 {color: #000; }
.contact-form_web56 .wrap-prgh_web56 {color:#333; }
.contact-form_web56 .wrap-btn_web56 {background: var(--secondary-color); color: #fff; padding:10px 20px; font-size: 14px; font-weight: 700; border-radius: 40px; text-decoration: none; border:none; outline: none; display: inline-block; }
.contact-lbl_web56 {font-size:14px; color:#333; margin-bottom: 5px; display: block; }
.contact-field_web56 {border:1px solid #dad9dd; width: 100%; height: 40px; border-radius: 4px; padding:10px 20px; font-size:14px; color:#000; background: #f1f1f1; }
textarea.contact-field_web56 {height: auto; }
.contact-ifram_web56 {border:0; width:100%; margin-bottom: 15px; border-radius: 10px; background: #f1f1f1; padding: 0px; }
.form-group {margin-bottom: 15px; }
.abstract {font-size:12px; color: #ff3300; }

.frame-above-box {border-radius: 10px; background: rgb(223 223 223 / 80%); width: 100%; height: 100%; position: relative; z-index: 1; box-shadow: 0px 0px 24px 0px #d4d4d4;}

/* Contact Loader */
.contact-loader_web56 {position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.8); display: none; align-items: center; justify-content: center;}
.contact-loader_web56 i {color:#333; text-align: center; display: block;}
.contact-loader_web56-txt {font-size:14px; font-weight: 600; text-align: center; display: block; padding-top:10px; padding-bottom: 0; margin: 0;}


@media (max-width: 767px) {
    .banner-hding_web56 {font-size: 26px !important; }
    .banner-subhding_web56 {font-size: 18px !important; }
    .hero-banner_web56 {background: url(../images/hero-banner.webp) top left; no-repeat; background-size: cover; padding-top: 40px; height: auto;}
    .hero-banner_web56 .carousel-item > img {height: 300px; object-fit: cover; }
    .wrap-hding_web56 {font-size:22px !important;}
    .contact-form_web56 {padding: 20px;}
    .contact-map-position {position: relative; top:-95px;}
    .contact-map-position:after {display: none;  }
    .contact-ifram_web56, .contact-map-position:after {border-radius:0px 0 0 0!important;}
    .frame-above-box {padding-top:20px;}
}

/* why choouse */
.wcbg {background: url('../images/wc-bg.webp') no-repeat; background-size: cover;}
.wc-box_web56 { height: 100%; padding: 20px; border-radius: 20px 0; background: var(--secondary-color); color:#fff; box-shadow: 0px 0px 12px #e2e2e2; }
.wc-section_web56 {display: flex; align-items: start; gap: 15px; border-radius: 15px; height: 100%; }
.wc-textarea12 {width: calc(100% - 50px); }
.wc-icon_web56 {width:60px; height: 60px; background: #fff; font-size:28px; color: #07143f; display: flex !important; justify-content: center; align-items: center; border-radius: 100px; margin-bottom: 10px; }
.wc-img_web56 {
    width:80px; height: 80px; object-fit: contain; padding: 5px;
    filter:brightness(0) saturate(100%) invert(35%) sepia(105%) saturate(2277%) hue-rotate(216deg) brightness(90%) contrast(100%);
}

.wc-content_web56 {text-align: left;}

.wc2-box_web56 { height: 100%; padding: 20px; border-radius: 20px; background: #e6e7eb; display:flex; gap:15px; align-items:start;  }
.wc2-icon_web56 {width:60px; height:60px; border-radius: 20px; font-size:24px; background: var(--secondary-color); color: #fff; display: flex; justify-content: center; align-items: center; margin:0; margin-bottom: 15px; }

.flight-benefit-icon_web56 {font-size: 24px; color:var(--primary-color); margin-bottom: 5px; border-radius: 4px; padding: 6px; display: flex; justify-content: center; }

.home-about-img_web56 {width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }


@media (max-width: 767px){
    .wc-section_web56 {margin-bottom: 15px;}
}

@media only screen and (max-width: 991px) {
    .wc-box_web56 {padding:30px 10px; }
}    


/* home about */
.home-about-bg_web56 {background: linear-gradient(90deg, #fff 50%, var(--secondary-color) 50%); position: relative; }
.home-about-bg_web56-2 {background: var(--secondary-color); width: 100%;height: 100%; padding: 60px 30px; position: relative;  }
.hat-box_web56 {border:2px solid #fff; border-radius: 5px; padding: 15px; height:100%; }
.hat-box_web56 .wrap-prgh_web56 {color:#bfd3ff;}
.hat-icon_web56 {font-size:25px; color:#02236a; }
.h-about_web56 {background: #f7f7f7; padding: 40px 0;}

@media (max-width: 767px) {
    .hat-box_web56 {margin-bottom: 15px;}
    .home-about-bg_web56 {background: #fff;}
}


.travel-ftr-bg_web56 {
    background: #e7e7e7;
}

.travel-ftr_web56 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;

}
.travel-ftr_web56 li {
    
    margin-bottom: 10px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}
.travel-ftr_web56 li:nth-child(2n) {
    background: var(--secondary-color);
    margin-top:-80px;
    color: #fff;

}
.travel-ftr_web56 li:nth-child(2n) .travel-ftr_web56-content {
    color: #bfbfbf;
}

.travel-ftr_web56 li:nth-child(2n) .travel-ftr_web56-icon {
    color:#fff;
}

.travel-ftr_web56 li .travel-ftr_web56-icon {
    font-size: 28px;
    color: #07143f;
    
}
.travel-ftr_web56 li .travel-textarea_web56 {
    width: 100%;
}
.travel-ftr_web56 li .travel-ftr_web56-hding {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size:16px;
}
.travel-ftr_web56 li .travel-ftr_web56-content {
    margin-bottom: 0px;
    color:#646464;
    font-size:14px;
    padding-top:10px;
}

@media (max-width: 767px) {
    .travel-ftr_web56 {
        grid-template-columns: repeat(1, 1fr);
    }
    .travel-ftr_web56 li:nth-child(2n) {
        margin-top:0px;
    }
}


/* CTA */
.cta-overlap_web56 {position: relative; padding:80px 0;}
.new-cta-bg_web56 {background: url('../images/cta-bg.jpg') no-repeat bottom; background-size: cover; padding: 40px; border-radius: 10px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; color: #fff;}
.new-cta-icon_web56 { width:120px; height:60px; color:#fff; background: var(--primary-color); border-radius:50%; padding:0px; border:3px solid var(--primary-color); position:relative; }
.new-cta-icon_web56 > svg {width: 100%; height: 100%; fill:#fff;}
.new-cta-icon_web56 > img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.new-cta-hding_web56 {font-size:28px; color: #fff; font-weight: 600; line-height: 1.4; margin:0;}
.new-cta-prgh_web56 {font-size: 16px; font-weight: 400; margin: 0; padding: 0; color: #bcbbbb;}
.new-cta-btn_web56 {background: transparent; color: #fff; border:1px solid #fff; padding:5px 30px 5px 10px; font-size: 18px; font-weight: 500; border-radius: 40px; text-decoration: none; outline: none; display: inline-flex; align-items: center; gap: 10px;  transition: 0.3s ease-in-out; position:relative;}
.new-cta-btn_web56:hover {transition: 0.3s ease-in-out; background: var(--primary-color); color: #fff;}
.new-cta-btn_web56 > .new-cta-btn-icon_web56 {width: 40px; height: 40px; color: #fff; font-size:20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--primary-color); padding: 8px;}
.new-cta-btn_web56 > .new-cta-btn-icon_web56 > img {filter: invert(0); width:100%; height: 100%; object-fit: contain;}
.new-cta-btn_web56 .btn-text_web56 {display: block; font-size: 16px; font-weight: 700;}
.cta-img_web56 {width: 100%; height: auto;}

@media (max-width: 575px){
    .new-cta-bg_web56 {gap:8px;}
    .new-cta-icon_web56 {width: 60px; height: 60px; margin-bottom: 10px;}
    .new-cta-hding_web56 {font-size:22px;}
}


.sitemap-list_web56 {margin: 0 0 20px; padding: 0; display:flex; flex-wrap:wrap; }
.sitemap-list_web56 li {list-style: none; width:25%; font-size: 14px; line-height: 1.4; color: #000; position: relative; padding-left:25px; margin-bottom: 10px; }
.sitemap-list_web56 li:before {content: ''; position: absolute; left: 0; top:1px; background: url('../images/check.png') no-repeat; background-size: contain; width: 16px; height: 16px; }
.sitemap-list_web56 li a {color:#000;}

@media (max-width: 575px) {
    .sitemap-list_web56 li {width:100%;}
    
}
@media (min-width: 575px) and (max-width: 767px) {
    .sitemap-list_web56 li {width:50%;}
}
@media (max-width: 767px) {
    .cta-img_web56  {width:50%;}
}

/* Popular Destinations */
.popular_destination_web56{background:#f8fbff; }
.destination-card_web56{background:#fff; border-radius:18px; overflow:hidden; box-shadow:0 10px 30px rgba(0,0,0,.08); transition:.35s; height:100%; display: flex;}
.destination-card_web56:hover{transform:translateY(-8px); box-shadow:0 18px 40px rgba(0,0,0,.12); }
.destination-image_web56{position:relative; overflow:hidden; height:100%; width:30%; }
.destination-image_web56 img{width:100%; height:100%; object-fit:cover; transition:.4s; }
.destination-card_web56:hover img{transform:scale(1.08); }
.destination-tag_web56{position:absolute; top:15px; right:15px; background:var(--secondary-color); color:#fff; padding:6px 14px; border-radius:30px; font-size:13px; font-weight:600; }
.destination-content_web56{padding:20px; width:70%; }
.destination-content_web56 h4{font-size:22px; font-weight:700; margin-bottom:12px; }
.destination-content_web56 p{color:#666; font-size:15px; line-height:1.7; }
.destination-btn_web56{display:inline-block;  color:var(--primary-color); text-decoration:none; font-size: 15px; font-weight:600; transition:.3s; }
.destination-btn_web56:hover{ }


/* faq img */
.faq-img-teaxtarea_web56 {position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding:160px 220px 40px 20px;}
.faq-img-teaxtarea_web56 .faq-img-hding_web56 {font-size:20px; font-weight: 700; color: var(--primary-color);}
.faq-img-teaxtarea_web56 .faq-img-prgh_web56 {font-size: 14px;}

@media (max-width: 767px) {
    .faq-img-teaxtarea_web56 {
        padding: 130px 200px 40px 20px;
    }
}

/* Vertical CTA */
.vr-cta-box_web56 {background: #fff; box-shadow: 0px 0px 12px #e4e3e3; padding: 30px; border-radius: 10px;}
.vr-cta-box-icon_web56 {width: 60px; height: 60px; font-size:30px; color:#fff; border-radius: 50%; margin: 0 auto 15px; display: table; background: var(--secondary-color); display: flex; align-items: center; justify-content: center;}
.vr-cta-box-hding_web56 {font-size: 22px; font-weight: 400; margin:0; text-align: center; padding-bottom: 10px;}
.vr-cta-box-hding_web56 > span {font-weight: 700; display: block;}

