*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: "Poppins", sans-serif;

}


a
{text-decoration: none;color: #17212D;}

html{
scroll-behavior: smooth;
}


p{color: #000000;}


header {padding: 5px 10px;position: relative;width: 100%;top: 0;left: 0;z-index: 100;background: #ffffff;box-shadow: 0px 0px 5px #c7c7c7fa;/* margin-top: 30px; */}

.header-container {display: flex;justify-content: space-between;align-items: center;margin: 0 auto;}

/* .header--logo {
margin-left: -25px;
} */

header.sticky {
position: fixed;
top: 0;
z-index: 9999;
}

.right-menu {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}


.right-menu ul {display: flex;list-style: none;padding: 0;margin: 0;gap: 30px;}



.right-menu a {text-decoration: none;padding: 15px 0px;font-size: 16px;font-weight: 400;position: relative;}



.right-menu a:hover {color: #005f69;}


.header-button a{
background: #F0B527;
border-radius: 22px;
padding: 10px 32px;
margin-left: 15px;
font-weight: 500;
}



/* .header-button a {
color: #fff;
font-weight: 500;
} */


.header-button a:hover {
color: #fff;
}



.toggle-btn {
display: none;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 30px;
width: 30px;
cursor: pointer;
}


.toggle-btn .bar {
width: 25px;
height: 4px;
background-color: #fff;
border-radius: 3px;
}

.mobile-logo
{
display:none;
}

.close-btn
{
display:none;
}

.right-menu ul li ul.dropdown {position: absolute;top: 30px;left: 5px;width: 280px;background-color: #ffffff;display: none;padding: 0;margin: 0;z-index: 9999;box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);transition: 0.5s !important;}



.right-menu ul li ul.dropdown li a:hover {color: #ffffff;background: #005f69; width: 100%;}


li.dropdown {
position: relative;
}

li.dropdown > a::after {
content: "\f107";
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
position: absolute;
right: -17px;
color: #005f69;
font-size: 18px;
vertical-align: middle;
}

.right-menu ul li.active > ul.dropdown {
display: block;
}



.right-menu ul li {
position: relative;
}

.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover {
display: block;
}


.right-menu ul li.dropdown::after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 50px;
background: transparent;
}


.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
display: block;
}


.right-menu ul li ul.dropdown,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list {
transition: opacity 0.2s ease, visibility 0.2s ease;
opacity: 0;
visibility: hidden;
}



.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover,
.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
opacity: 1;
visibility: visible;
}

.right-menu ul li ul.dropdown li a {line-height: 30px;padding: 8px 15px;display: inline-block;}


.top-header {
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    z-index: 10000;
    background: #005f69;
}


.top-header-container {
display: flex;
justify-content: space-between;
align-items: center;
}

.top-header a {
color: #fff;
text-decoration: none;
font-weight: 500;
}

.top-header .left-side span {
display: inline-block;
}

.social-links ul li {
list-style: none;
}

.social-links ul {
display: flex;
gap: 10px;
margin: 0;
}

.social-links ul li a {
    background: #fff;
    color: #005f69;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.social-links ul li a:hover {
    background: #ffffff;
    color: #0f68de;
}


.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-home {
    background: url('../../assets/image/home-banner.webp');
    /* height: 100vh; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 200px 0px;
    background-position: center;
}


.banner-text h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 600;
    width: 90%;
}

.banner-text p {
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    padding-top: 12px;
}


.card-book {
    text-align: center;
    box-shadow: 0px 0px 10px #0F68DE52;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

.book-heading h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 15px;
}

.book-icon h4 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
}

/* .book-icon p {
    width: 60%;
    margin: 0 auto;
} */

.flight-heading h2 
{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}


.bg-color {
    background: #005f69;
    padding: 50px;
}


.flight-image img {
    width: 100%;
}

.flight-card {
    background: #fff;
    box-shadow: 0px 0px 10px #0F68DE52;
    border-radius: 10px;
}





.field.icon input {
    background-image: url('../../assets/image/flying.png');
    background-repeat: no-repeat;
    background-position: 10px center; /* left spacing */
    background-size: 16px; /* icon size */
    padding-left: 35px; /* space for icon */
}


.field.icon2 input {
    background-image: url('../../assets/image/flyinh-down.png');
    background-repeat: no-repeat;
    background-position: 10px center; /* left spacing */
    background-size: 16px; /* icon size */
    padding-left: 35px; /* space for icon */
}





.flight-image h4 {
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    font-weight: 600;
}



.flight-heading h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.flight-heading.text-center p {
    width: 61%;
    margin: 0 auto;
}


.sellling-card {
    background: #fff;
    box-shadow: 0px 0px 10px #0F68DE52;
    border-radius: 10px;
}

.flex-silling {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    align-items: center;
}

.flext-txt-sellling h4 {
    color: #141414;
    font-weight: 600;
    font-size: 20px;
}

.sellling-detail p {
    font-weight: 600;
    text-align: end;
    font-size: 18px;
    margin: 0;
}

.deal-image img {
    width: 100%;
    height: 100%;
}

.deal-image {
    text-align: center;
    position: relative;
    /* height: 430px; */
    margin-top: 20px;
}

.deal-image h3 {
    position: relative;
    z-index: 99;
    top: -50px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}


.travel-deals {
    position: absolute;
    margin-top: -140px;
    padding: 0 20px;
}



.travel-deals h4 {
    color: #fff;
}

.travel-deals a {
    background: #0F68DE;
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
}

.travel-deals p {
    color: #fff;
    padding-bottom: 10px;
}


.travel-deals h4 {
    font-size: 18px;

}

.travel-deals p {
    font-size: 14px;
}






.blog-card {
    background: #fff;
    box-shadow: 0px 0px 10px #0F68DE52;
    border-radius: 0px 0px 12px 12px;
    margin-top: 20px;
        min-height: 375px;
}

.blog-image img {
    width: 100%;
}

.blog-detail {
    padding: 20px;
}

.blog-detail h4 {
    font-size: 20px;
    color: #0C0C0C;
    font-weight: 600;
    padding-top: 10px;
}

.blog-detail p {
    margin: 0;
    color: #024B9F;
        position: relative;
    padding-left: 25px;
}

.blog-detail p::before {
    position: absolute;
    content: '';
    background: url('../../assets/image/author.png');
    left: 0;
    height: 16px;
    width: 19px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 4px;
}

.blog-detail a {
    color: #024B9F;
    font-weight: 600;
    position: relative;
}


.border_sidebar {
    background: #005f69;
    padding: 30px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 10px #00000029;
    margin-top: 20px;
}

.listing-sidebar ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: -25px;
    color: #fff;
}

.listing-sidebar ul li {
    position: relative;
    list-style: none;
    line-height: 36px;
    text-align: left;
}

.detail_blog p {
    color: #fff;
}

.detail_blog a {
    color: #222;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    display: inline-block;
}


.blog-detail > a::after {
    position: absolute;
    content: '>';
    right: -16px;
    top: -3px;
    font-size: 20px;
}



.detail_blog i {
    padding-right: 6px;
    color: #005f69;
}


.text p {
    line-height: 30px;
}

.text h4 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 15px;
}


.bg-footer {
    background: #005f69;
    padding: 50px;
    position: relative;
    z-index: 999;
}



.footet-txt p {
    color: #ffffffcc;
        font-size: 14px;
}


.disclaimber-txt p {
    color: #ffffffcc;
    font-size: 14px;
    padding-top: 30px;
    line-height: 20px;
    position: relative;
    margin: 0;
}

.disclaimber-txt p::before {
    position: absolute;
    content: '';
    background: #fff;
    top: 20px;
    height: 1px;
    width: 100%;
}


.footer-logo {
    /* padding-top: 50px; */
    margin-bottom: 20px;
}



.footer-links h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 22px;
    color: #fff;
        position: relative;
}

.footer-links h4::after {
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    height: 1px;
    width: 112px;
    bottom: 12px;
}


.footer-links h4::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    bottom: 9px;
}



.footer-links ul {
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    list-style: none;
}

.footer-links ul li a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffffcc;
}


.footer-links.pl-80 {
    padding-left: 80px;
}

.footer-links p {
    font-size: 14px;
    display: flex;
    padding-top: 3px;
    align-items: baseline;
    gap: 10px;
    color: #ffffffcc;
}

.footer-links p a {
    color: #ffffffcc;
}

.footer-links i {
    color: #fff;
}


.copyright-txt p {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    color: #ffffffcc;
    position: relative;
    background: #073f44;
}

/* .copyright-txt p::before {
    position: absolute;
    content: '';
    background: #ffffffcc;
    top: 40px;
    left: 0;
    height: 2px;
    width: 100%;
} */

.social-footer ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
}
    
.social-footer ul li {
    list-style: none;
}

.social-footer ul li a {
    color: #005f69;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffffcc;
    font-size: 14px;
    background: #fff;
}


.disclaimber-txt h4 {
    font-size: 18px;
    font-weight: 600;
}



.banner-about {
    text-align: center;
    padding: 80px 0;
    color: #fff;
    background: url(../../assets/image/home-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
}


.banner-about::before {
    position: absolute;
    content: '';
    background: #000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.39;
}


.banner-about h1 {
       font-size: 42px;
    font-weight: 600;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
}

nav.breadcrumb-nav {
    display: flex;
    justify-content: center;
}

nav.breadcrumb-nav ol {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

nav.breadcrumb-nav ol li {
    list-style: none;
}

nav.breadcrumb-nav ol li a {
    color: #fff;
}


.not-found h2 {
    font-size: 36px;
    font-weight: 600;
    padding-top: 20px;
    width: 80%;

}

.not-found p {
    padding-bottom: 20px;
}

.not-found a {
    background: #024B9F;
    color: #fff;
    padding: 12px 40px;
    border-radius: 10px;
}


.thankyou-btn a {
    background: #024B9F;
    color: #fff;
    padding: 12px 40px;
    border-radius: 10px;
}



.heading-flight.text-center h2 {
    font-size: 36px;
    font-weight: 600;
}



.flight-card{
    background:#fff;
    border-radius:14px;
    padding:18px 22px;
    display:flex;
    align-items:center;
    justify-content: space-around;
    box-shadow: 0px 0px 10px #0F68DE52;
    margin-top: 20px;
        height: 100%;
}

.title{
    font-size:16px;
    color:#222;
    font-weight:500;
}









.bg_flight {
    position: relative;
}

.trip-selector {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 50px;
    margin-bottom: 20px;
}

.trip-selector .form-check-inline {
    /* color: #fff; */
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    margin: 0;
}

.trip-selector .form-check-inline input[type=radio]:checked {
    /* background: #0F68DE !important; */
}

.trip-selector .form-check-inline input[type=radio] {
    background-color: #024B9F;
    border: 2px solid #024B9F;
    padding: 5px;
}

.form-check.form-check-inline.tab-option label {
    margin: 0;
    font-size: 14px;
    padding-top: 4px;
}

.flex-form {
    /* display: flex;
    gap: 31px;
    margin-bottom: 15px;
    align-items: flex-end; */

    display: grid;
    grid-template-columns: repeat(6, auto);
}

.field {
    flex: 1;
}

.field label {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}

input, select {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #005f69;
    border-radius: 4px;
    color: #000000;
    background: #DEECFF;
    outline: none;
}

.flight-form {
    background: #fff;
    box-shadow: 0px 0px 10px #0F68DE4D;
    padding: 0px;
    border-radius: 10px;
    /* position: absolute; */
    /* top: -31px; */
    margin-top: -100px;
}

.search-btn {
    background: #005f69;
    color: #fff;
    border: none;
    padding: 10px 57px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    height: 58px;
    width: 100%;
    margin-top: 27px;
}



.contact-form {
    padding: 30px;
    border-radius: 25px;
    background: #EFF1F3;
}

.contact-form .field label {
    color: #2B2B2C;
    padding: 10px 15px;
}

.contact-form .field input {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 20px;
    outline: none;
    border-radius: 10px;
    background: #fff;
    border: none;
}

.contact-form .field-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.contact-form .field-button input {
    background: #024B9F;
    padding: 10px 30px;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
    width: 20%;
}

/* .field-button {
    text-align: center;
} */

.contact-form .field textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 16px;
    padding: 15px 20px;
    outline: none;
    border-radius: 10px;
    background: #fff;
    border: none;
}

.contact-txt h2 {
    font-size: 36px;
    font-weight: 700;
}

.contact-txt p {
    color: #676767;
}


/* .country-details p:nth-child(2) {font-weight: 600;padding-left: 25px;position: relative;} */

.country-details h5::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    background: url('../../assets/image/arrow-travel.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}


.country-details h4 {
    font-size: 20px;
    font-weight: 600;
}


.country-details p {
    padding-bottom: 30px;
    line-height: 28px;
    margin: 0;
}


.country-details h5 {
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
}

.flight-detail h2 {
    font-weight: 600;
    padding-bottom: 25px;
}

.flight-detail p {
    line-height: 28px;
    padding-top: 10px;
}

.flight-detail h3 {
    font-weight: 600;
    padding-top: 15px;
}

.flight-detail h4 {
    font-size: 20px;
    font-weight: 600;
}

.flight-detail ul li {
    list-style: none;
    line-height: 32px;
    position: relative;
    padding-top: 12px;
}

.flight-detail ul li::before {
    position: absolute;
    content: '';
    top: 20px;
    left: -30px;
    background: url('../../assets/image/arrow-travel.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.flight-detail img {
    width: 100%;
}

.country-details h3 {
    font-weight: 600;
}



.faq-heading h3 {
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}

.accordion-item {
    border-radius: 20px;
    margin-bottom: 30px;
}

.accordion-header button {
    border-radius: 20px !important;
  
}

.accordion-header button div {
    font-weight: 600;
    color: #1B1B1C;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: #eef6ff;
    background: #024B9F;
}


.accordion-button::after {
    background-image: none;
    content: '+';
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: #024B9F;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    border: 1px solid #0F68DE;
    border-radius: 20px !important;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid #0F68DE;
    
}


.bg_form {
    margin-top: 20px;
    background: #F2F7FE;
}

.form-txt-bg h3 {
    background: #0F68DE;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
}

.blog-form {
    padding: 15px;
}

.field {
    flex: 1;
}

.blog-form .field input {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.blog-form .field textarea {
    height: 150px;
    outline: none;
    width: 100%;
    padding: 10px 10px;
    /* margin: 10px 0; */
    border: 1px solid #ccc;
    margin-bottom: 16px;
    border-radius: 5px;
}


.blog-form .field-button input {
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    background: #0F68DE;
    font-weight: 500;
    width: 50%;
}


.service_box {
    box-shadow: 0px 0px 11px #FF36002E;
}

.service_txtt {
    background: #0F68DE;
}

.service_txtt h3 {
    padding: 12px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* .service-detail {
    margin-top: -15px;
} */

.service-detail ul {
    padding: 20px 30px;
    background: #F2F7FE;
}

.service-detail ul li {
    list-style: none;
    line-height: 28px;
    padding: 8px 20px;
}

.service-detail ul li a {
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

.service-detail ul li a:before {
    position: absolute;
    content: '';
    left: -30px;
    font-size: 22px;
    background: url(../../assets/image/arrow-travel.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    top: 4px;
}


.tabs {
     max-width: 350px;
    margin: 0 auto;
    padding: 10px 0px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    top: -23px;
    display: flex;
    justify-content: center;
}


#tab-button {
  display: flex;
  /* table-layout: fixed; */
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-around;
}
#tab-button li {
  display: flex;
  /* width: 100%; */
  /* margin-top: 30px; */
}
#tab-button li a {
  display: block;
  padding: 10px 30px;
  text-align: center;
  color: #0C0C0C;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 5px;
}

#tab-button li a:hover,
#tab-button .is-active a {
  background: #DEECFF;
  border: 1px solid #024B9F;
  border-radius: 20px;
  color: #024B9F;
}
.tab-contents {
  padding: .5em 2em 1em;
}

/* .tab-contents {
  margin-top: 10px;
} */





.search-container-blog {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    margin-top: 18px;
    background: #F2F7FE;
        box-shadow: 0px 0px 10px #00000029;
}

.search-container-blog input {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
    width: 100%;
    background: #F2F7FE;
}


.search-container-blog .search-button {
    border: none;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #fff;
    padding: 20px 25px;
    position: relative;
    right: -10px;
    text-transform: uppercase;
    background: #005f69;
    display: flex;
    align-items: center;
}

.search-container-blog i {
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 5px;
    position: relative;
    right: 0px;
    cursor: pointer;
}



.blog-details {
    margin-top: 20px;
}

.blog-details img {
    width: 100%;
    margin-bottom: 30px;
}

.blog-details p {line-height: 28px;padding-top: 6px;}


blockquote {
    padding: 25px;
    border-left: 4px solid #3691ec;
    background: rgba(16, 86, 120, .05);
    font-size: 17px;
    font-weight: 300;
    position: relative;
    line-height: 28px;
}

blockquote::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 41px 41px 0;
    border-color: #ddd #fff;
    transition: all ease .5s;
}



.blog-details h2 {
    /* font-weight: 600; */
        color: #024b9f;
}

.blog-details ul li::before {
    position: absolute;
    content: '';
    top: 12px;
    left: -30px;
    background: url('../../assets/image/arrow-travel.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
        z-index: -1;
}


.flight-card-airline {
    background: #fff;
    border-radius: 14px;
    padding: 15px 22px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 0px 10px #0F68DE52;
    margin-top: 20px;
    min-height: 80px;
}

.blog-details a {
    color: #024b9f;
    font-weight: 600;
}

.blog-details ul li {
    position: relative;
    list-style: none;
    line-height: 36px;
        z-index: 9;
}

.blog-details h3 {
    font-weight: 600;
}



.blog-details h4 {
    font-weight: 600;
}



.service_box {
    box-shadow: 0px 0px 11px #FF36002E;
}

.blog_txtt {
    background: #005f69;
}

.blog_txtt h3 {
    padding: 12px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.blog-detailss {
    padding: 20px 30px;
    background: #F2F7FE;
    margin: 0;
}

.blog-detailss a {
    color: #222;
    width: 100%;
    /* display: block; */
    /* line-height: 30px; */
    font-weight: 500;
    /* padding: 8px 0; */

}

.blog-detailss a::after {
    position: absolute;
    content: '';
    background: #0f68de36;
    bottom: -10px;
    height: 2px;
    width: 100%;
    left: 0;
}

.blog-detailss p {
    line-height: 26px;
    position: relative;
    padding: 0 27px;
    z-index: 9;
}

.blog-detailss p::before {
    position: absolute;
    content: '';
    left: 0;
    font-size: 22px;
    background: url(../../assets/image/arrow-travel.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    top: 4px;
    z-index: -1;
}

.field-button {
    text-align: center;
}


.box-card-cnt {
    padding: 0;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.box-card-cnt p {
    padding-top: 10px;
    margin:0;
    color: #676767;
}

.trav_toggle.close {
    background: url(https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/up4-512.png) no-repeat;
    background-size: 20px;
    z-index: 1;
    position: absolute;
    right: 70px;
    width: 20px;
    top: 45px;
}

.trav_toggle.open {
     background: url(https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/down4-512.png) no-repeat;
     background-size: 20px;
     z-index: 1;
     position: absolute;
     right: 70px;
     width: 20px;
     top: 45px;
     /* filter: invert(1); */
}


.form-group {
    position: relative;
    /* margin-top: 25px; */
}

.form-group input {
    width: 100%;
    padding: 15px 10px;
    border-radius: 4px;
    outline: none;
    background: #DEECFF;
    border: 1px solid #005f69;
}

.field input::placeholder {
  color: #000; 
}


.form-group label {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group a {
    color: #0f68de;
    font-weight: 600;
}

.trav_form {
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    float: left;
    position: absolute;
    background-color: #fff;
    z-index: 9999 !important;
    top: 70px;
}


.trav_item {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}


.trav_inner1 {
    width: 40%;
    float: left;
    font-size: 15px;
    line-height: 17px;
    color: #333333;
    box-sizing: border-box;
}

.form-group span {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.trav_inner1 span {
    font-size: 11px;
    display: block;
    color: #888888;
    position: static !important;
    transform: translateY(0%) !important;
}


.trav_inner2 {
    width: 60%;
    float: left;
    font-size: 13px;
    line-height: 30px;
    color: #666;
    box-sizing: border-box;
    display: flex;
}

.minus, .plus {
    border: 1px solid #ddd;
    width: 36px;
    text-decoration: none;
    font-size: 18px;
    height: 34px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    background: #ddd;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 48%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 48%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 48%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0);
}

.txt_trav {
    height: 34px;
    float: left;
    text-align: center;
    line-height: 34px;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    color: #000 !important;
}



.blog-details table {border: 1px solid #222;border-collapse: collapse;width: 100%;table-layout: fixed;     margin-bottom: 30px;}

.blog-details table td,th {
    border: 1px solid #222;
    padding: 30px;
}

.blog-details table th {
    padding: 15px 7px;
    text-align: center;
}


.about-detail h2 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 10px;
}

.about-detail h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 10px;
}

.about-detail p {
    line-height: 28px;
}

.about-detail ul li {
    list-style: none;
    line-height: 30px;
    position: relative;
}


.about-detail ul li::before {
    position: absolute;
    content: '';
    top: 8px;
    left: -30px;
    background: url(../../assets/image/arrow-travel.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.curise-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}


.card-Indulge {
  position: relative;
  overflow: hidden;
padding-top: 15px;
}

.card-Indulge img {
  width: 100%;
  display: block;
}



/* Text container */
.overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 1;
  width: 100%;
}




.overlay p {
    color: #fff;
    margin: 0;
}

.overlay h4 {
    font-size: 24px;
    margin: 5px 0 0;
    font-weight: 600;
    width: 70%;
}

.txt-indulge h2 {
    font-weight: 600;
}


.holiday-details h2 {
    font-weight: 600;
}

.holiday-details h3 {
    font-weight: 600;
    padding-top: 15px;
}

.holiday-details p {
    line-height: 28px;
}

.holiday-details h4 {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 600;
}


section.faq-bg {
    background: #E6F7FF;
    padding: 50px;
}


.bg-car {
    background: #EFF1F3;
    padding: 50px;
}


.heading-rental h2 {
    font-size: 36px;
    font-weight: 600;
}

.heading-rental p {
    width: 70%;
    margin: 0 auto;
    padding-top: 5px;
}


.taxi_box {
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 10px;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
        margin-top: 25px;
}

.taxi-image img {
    width: 100%;
}

.taxi-flex {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    align-items: center;
}

.taxt-detail p {
    margin: 0;
    color: #707070;
    padding-top: 3px;
}

.taxt-detail h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.taxt-detail span {
    color: #005f69;
    font-weight: 600;
}



.button_taxi p:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #222;
}


.button_taxi p:nth-child(2) {
    color: #707070;
    margin: 0;
}




.rental-bg {
    background: transparent linear-gradient(259deg, #FF7101 0%, #FF3D00 69%, #FF3D00 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    min-height: 300px;
}


.flex-rental {
    display: flex;
    align-items: center;
}

.rental_image img {
        position: relative;
    left: 20px;
}



.rentat_txt h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;;
}

.rentat_txt p {
    color: #fff;
    padding-bottom: 20px;
}

.rentat_txt a {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}

.rentat_txt  a i {
    padding-right: 10px;
}

.rental-bg-to
{
    background: transparent linear-gradient(117deg, #7DBCFE 0%, #E3D873 98%, #E4D872 100%, #E5D970 100%) 0% 0% no-repeat padding-box;
        border-radius: 12px;
    padding: 20px;
    position: relative;
}

.heading-rental h3 {
    font-size: 36px;
    font-weight: 600;
}



.client-image {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    border: 1px solid #CBCBCB;
    border-radius: 12px;
}

.client-image img {
    width: auto !important;
    height: 22px;
}

.client-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-heading h3 {
    font-size: 36px;
    font-weight: 700;
}

.client-heading p {
    color: #707070;
    padding-bottom: 20px;
}

.brands a {
    color: #707070;
}

.vacation_slider a {
    font-weight: 600;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.card-overlay {
    position: absolute;
    bottom: 20px;
    color: white;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.card-overlay h4 {
    font-size: 20px;
    font-weight: 600;
}

.card-hotels {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
}

.card-hotels img {
    width: 100%;
    display: block;
}

.card-overlay a {
    color: #fff;
}

.holiday-travel-txt ul li {
    list-style: none;
     line-height: 24px;
    position: relative;
    padding: 10px 0;
}

.holiday-travel-txt ul li::before {
    position: absolute;
    content: '';
    top: 15px;
    left: -30px;
    background: url(../../assets/image/arrow-travel.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.holiday-travel-txt h3 {
    font-weight: 600;
    padding-top: 10px;
}

.hotelbook-heading h2 {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-weight: 600;
}

.hotelbook-heading p {
    text-align: center;
    padding-top: 10px;
    width: 58%;
    margin: 0 auto;
}


.booking-card {
    box-shadow: 0px 3px 13px #CCD2DF;
    padding: 10px;
    border-radius: 15px;
    margin-top: 30px;
        min-height: 400px;
}

.wall-image img {
    width: 100%;
}

.wall-image h4 {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 600;
}

.flex-booking {
    display: flex;
    gap: 10px;
    align-items: center;
}

.flex-booking p {
    margin: 0;
}

.flex-booking span {
    background: #0F68DE;
    color: #fff;
    padding: 5px;
    font-size: 15px;
}

.flex-booking p:nth-child(4) {
    color: #707070;
}



.old-price {
  color: #DC0404;
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 8px;
}

.new-price {
  color: #005f69;
  font-size: 20px;
  font-weight: 700;
}

.per-night {
  color: #777;
  font-size: 14px;
}

.travel_txt h2 {
    font-size: 36px;
    font-weight: 600;
}


.book-price img {
    width: 100%;
}

.book-price h3 {
    font-size: 36px;
    font-weight: 600;
}

.book-price p {
    color: #191D1E;
    padding-top: 15px;
    margin-bottom: 25px;
}

.book-price a {
    background: #005f69;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}

.travel_book_heading h3 {
    font-size: 36px;
    font-weight: 600;
}

.travel_book_heading p {
    width: 60%;
    margin: 0 auto;
        padding-bottom: 40px;
}

.cities-heading.text-center h3 {
    font-size: 36px;
    font-weight: 600;
}

.cities-heading.text-center p {
    width: 60%;
    margin: 0 auto;
        padding-bottom: 40px;
}

.button_taxi span {
    color: #DC0404;
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 8px;
}

.button_taxi p:nth-child(2) {
    /* color: #0F68DE; */
    /* font-size: 22px; */
    font-weight: 600;
}

.button_taxi p {
    color: #707070;
}

.beach-card {
    box-shadow: 0px 0px 10px #CCD2DF;
    padding: 10px;
    border-radius: 10px;
}

.beach-image img {
    width: 100%;
}

.beach-image h4 {
    font-size: 18px;
    padding-top: 15px;
    font-weight: 700;
}

.beach-point ul li {
    list-style: none;
    position: relative;
        color: #707070;
}


.beach-point ul li::before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #005f69;
    left: -20px;
    font-size: 22px;
    top: -5px;
}

.flex-beach {
    display: flex;
    justify-content: space-between;
}

.beach-btn a {
    background: #005f69;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
}

section.bg-tour {
    background: #E6F7FF;
    padding: 50px;
}








.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: #005f69;
    padding: 25px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    max-width: 650px;
}

.popup-box h3 {
    color: #ffffff;
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 600;
}

.popup-field {
    margin-bottom: 15px;
}

.popup-field label {
    color: #ffffff;
    font-size: 13px;
}

.popup-field input {
    width: 100%;
    padding: 8px;
    border: 1px solid #444;
    color: #000000;
    border-radius: 4px;
    background: #ffffff;
    outline: none;
}

.submit-btn {
    width: 30%;
    padding: 10px;
    background: #fff;
    border: none;
    color: #005f69;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    text-align: revert-rule;
}

.close-btnn {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}


.popup-heading h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
}

.popup-heading p {
    /* margin: 0; */
    color: #ffffff;
}

.popup-heading a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}

.popup-heading {
    text-align: center;
}


.flex_popup {
    display: flex;
    align-items: center;
    background: #ffffff;
    margin-top: 22px;
    justify-content: space-around;
}

.flex_popup p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #005f69;
}

.flex_popup span {
    font-size: 32px;
    font-weight: 700;
}


.box-card-cnt p a {
    color: #676767;
}

.deals-card {
    text-align: center;
    box-shadow: 0px 0px 10px #0F68DE52;
    border-radius: 10px;
        margin-top: 20px;
}

.deals-image img {
    width: 100%;
}

.deals-image h4 {
    font-size: 22px;
    padding: 25px 0;
    font-weight: 600;
}


.privacy-policy-txt h2 {
    font-size: 32px;
    font-weight: 600;
}

.privacy-policy-txt h3 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 10px;
}

.privacy-policy-txt ul li {
    list-style: none;
    position: relative;
    line-height: 40px;
}

.privacy-policy-txt ul li::before {
    position: absolute;
    content: '';
    top: 12px;
    left: -30px;
    background: url(../../assets/image/arrow-travel.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}


.heading-major h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 15px;
}



.grid-airline {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    text-align: center;
}



.deals-details h3 {
    font-weight: 500;
}

.deals-details h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    
}

.deals-details h4::before {
    position: absolute;
    content: '';
    top: 6px;
    left: -30px;
    background: url(../../assets/image/arrow-travel.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}


.deals-details h3 {
    font-weight: 600;
    padding-bottom: 10px;
}


.blogcategory li {
float: left;
list-style: disc;
padding: 1px 40px 12px 0;
font-size: 17px;
font-weight: 600;
}


li.drop-more {
position: relative;
}


li.drop-more a {
display: flex;
align-items: center;
}

ul.more-dropdown {
position: absolute;
top: 100%;
left: 0;
background: #fff;
width: 250px;
padding: 10px 0;
box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
display: none;
z-index: 999;
flex-direction: column;
}

.more-dropdown li {
list-style: none;
}

ul.more-dropdown li a {
padding: 0 10px;
}

li.drop-more a {
display: flex;
align-items: center;
}

.drop-more:hover .more-dropdown {
display: flex;
}



li.drop-more i {
padding-left: 5px;
}

ul.blogcategory li a {
color: #005f69;
} 


button#loadMore {
    background: #005f69 !important;
}



.cleint-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    padding: 25px;
    /* min-height: 100px; */
    border: 1px solid #005f695e;
}

.cleint-image:hover {
    box-shadow: 0px 0px 10px #0F68DE52;
    border: none;
    transition: 0.5s;
}

.cleint-image h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    color: #005f69;
    text-align: center;
}


.text h3 {
    font-weight: 700;
}