*{
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: 20px 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: 62px;}



.right-menu a {text-decoration: none;padding: 15px 0px;font-size: 16px;font-weight: 400;position: relative;}



.right-menu a:hover {color: #0f68de;}


.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: 40px;left: 15px;width: 260px;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: #efb427; width: 100%;}


li.dropdown {
position: relative;
}

li.dropdown > a::after {
content: "\f107";
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
position: absolute;
right: 0;
color: #f0b527;
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: 42px;padding: 8px 15px;display: inline-block;}


/* ===== Top Header Bar ===== */
.top-header {
/* same blue color */color: #fff;font-size: 14px;padding: 10px 0;/* position: fixed; *//* top: 0; *//* left: 0; */width: 100%;z-index: 10000;background: #0F68DE;}

.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: 20px;
margin: 0;
}

.social-links ul li a {background: #d7e5f7;color: #0F68DE;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: 30px;
    border-radius: 12px;
    height: 100%;
}

.book-heading h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 15px;
}

.book-icon h4 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
}

.flight-heading h2 
{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}


.bg-color {
    background: #F2F7FE;
    padding: 50px;
}


.flight-image img {
    width: 100%;
}

.flight-card {
    background: #fff;
    box-shadow: 0px 0px 10px #0F68DE52;
    border-radius: 10px;
}

.flex-flight {
    display: flex;
    justify-content: space-around;
    padding: 15px 10px;
}

.flext-txt h4 {color: #141414;font-weight: 600;width: 80%;font-size: 20px;line-height: 24px;}


.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 */
}


.person-detail span {
    font-weight: 700;
}

.person-detail p {
    margin: 0;
}


.btn-flight a {
    background: #0F68DE;
    color: #fff;
    width: 90%;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
}

.flight-heading h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}


.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;
}


.flight-heading p {
    margin: 0 auto;
    padding-bottom: 10px;
}


.blog-card {
    background: #fff;
    box-shadow: 0px 0px 10px #0F68DE52;
    border-radius: 0px 0px 12px 12px;
        margin-top: 20px;
}

.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: #0F68DE;
        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: #0F68DE;
    font-weight: 500;
    position: relative;
}


.blog-detail a::after {
    position: absolute;
    content: '>';
    right: -16px;
    top: -3px;
    font-size: 20px;
}


.text p {
    line-height: 30px;
}

.text h4 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 15px;
}


.bg-footer {
    background: #0063c6;
    padding: 20px;
    position: relative;
    z-index: 999;
}

.bg-footer::before {
    position: absolute;
    content: '';
    background-image: url(../../assets/image/footer-bg.webp);
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
}

.footet-txt p {
    color: #ffffffcc;
}

.footer-links h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}

.footer-links ul {
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    list-style: none;
}

.footer-links ul li a {
    font-size: 14px;
    line-height: 34px;
    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-top: 50px;
    margin: 0;
    color: #ffffffcc;
    position: relative;
}

.copyright-txt p::before {
    position: absolute;
    content: '';
    background: #ffffffcc;
    top: 40px;
    left: 0;
    height: 2px;
    width: 100%;
}

.social-footer ul {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;

}
    
.social-footer ul li {
    list-style: none;
}

    .social-footer ul li a {
     color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffffcc;
    border-radius: 50%;
    font-size: 14px;
}


.disclaimber-txt h4 {
    font-size: 18px;
    font-weight: 600;
}



.banner-about {
    text-align: center;
    padding: 80px 0;
    color: #fff;
    background: url(../../assets/image/flight.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
}


.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: #0f68de;
    color: #fff;
    padding: 12px 40px;
    border-radius: 10px;
}








.bg_flight {
    position: relative;
    /* top: -15px; */
    background: #DEECFF;
    padding: 60px;
}

.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: #0F68DE;
    border: 2px solid #0F68DE;
    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 #0F68DE;
    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: #0F68DE;
    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: #DEECFF;
}

.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: #0F68DE;
    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; */
    color: #0f68de;
    font-size: 28px;
    margin: 0;
}

.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;
    background: none !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: #0f68de;
}


.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: #0f68de;
}

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;
    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: 640px;
  margin: 0 auto;
  padding: 15px 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  top: -23px;
}
#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;
}

#tab-button li a:hover,
#tab-button .is-active a {
  background: #DEECFF;
  border: 1px solid #0F68DE;
  border-radius: 20px;
  color: #0F68DE;
}
.tab-contents {
  padding: .5em 2em 1em;
}

/* .tab-contents {
  margin-top: 10px;
} */


.flight_txt p {
    text-align: center;
    margin: 0;
    padding-top: 20px;
}


.flex_price p {
    margin: 0;
    padding-top: 20px;
    color: #0F68DE;
}

.flex_price {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}


.blog-details {
    margin-top: 20px;
}

.blog-details img {
    width: 100%;
    margin-bottom: 30px;
}

.blog-details p {line-height: 28px;padding-top: 6px;}

.blog-details h2 {
    font-weight: 600;
        color: #0f68de;
    font-size: 28px;
}

.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;
}

.blog-details ul li {
    position: relative;
    list-style: none;
    line-height: 36px;
}

.blog-details h3 {
    font-weight: 600;
    font-size: 28px;
}


.service_box {
    box-shadow: 0px 0px 11px #FF36002E;
}

.blog_txtt {
    background: #0F68DE;
}

.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 {
    text-align: center;
    box-shadow: 0px 0px 10px #00000029;
    padding: 20px;
    border-radius: 10px;
        height: 100%;
}

.box-card-cnt p {
    padding-top: 10px;
    margin:0;
}

.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;
    border: none;
    outline: none;
    /* background: rgba(255, 255, 255, 0.3803921569); */
    /* color: #fff; */
    background: #DEECFF;
    border: 1px solid #0F68DE;
}

.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;
}


.flight-detail table {border: 1px solid #222;border-collapse: collapse;width: 100%;table-layout: fixed;     margin-bottom: 30px;}

.flight-detail table td,th {
    border: 1px solid #222;
    padding: 30px;
}

.flight-detail 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;
      height: 100%;
    min-height: 270px;
}



/* 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: #E6F7FF;
    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: #FF661A;
    font-weight: 600;
}



.button_taxi p:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}


.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;
}


.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: 600;
}

.client-heading p {
    color: #707070;
    padding-bottom: 20px;
}

.brands a {
    color: #707070;
}

.vacation_slider a {
    font-weight: 500;
    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;
    font-size:38px;
}

.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;
}

.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: #1e88e5;
  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: #0F68DE;
    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: 16px;
    font-weight: 600;
}

.button_taxi p {
    color: #707070;
}

.beach-card {
    box-shadow: 0px 0px 10px #CCD2DF;
    padding: 10px;
    border-radius: 10px;
        height: 100%;
            display: flex;
    align-items: center;
}


.beach-image {
    width: 100%;
}



.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: #222;
            line-height: 40px;
}


.beach-point ul li::before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #0f68de;
    left: -20px;
    font-size: 22px;
    top: -5px;
}

.flex-beach {
    display: flex;
    justify-content: space-between;
}

.beach-btn a {
    background: #0F68DE;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
}

section.bg-tour {
    background: #E6F7FF;
    padding: 50px;
}

.search-container-blog {
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 12px #0040A133;
    /* margin-bottom: 18px; */
    background: #0f68de40;
    width: 100%;
        margin: 20px 0px;
}


.search-container-blog input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    background: #ffffff;
    width: 100%;
    max-width: 305px;
}

.search-container-blog .search-button {
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #fff;
    padding: 9px 22px;
    position: absolute;
    right: 9%;
    background: #0f68de;
    border: none;
}

/*.border_sidebar {*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    border-radius: 10px;*/
/*    background: #fff;*/
/*    margin-top: 20px;*/
/*    box-shadow: 0px 0px 5px #cdcdcdeb;*/
/*}*/

.border_sidebar img {
    width: 150px;
    margin: 0 auto;
}

.detail_blog {
    padding-top: 15px;
}

.detail_blog p {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
    margin: 0;
}

.detail_blog i {
    color: #0f68de;
    font-size: 24px;
}


.button-_sidebar-detail a {
    border: none;
    outline: 0;
    font-size: 18px;
    font-weight: 500;
    background: #0f68de;
    padding: 10px 30px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
}

.listing-sidebar {
    text-align: left;
    padding-top: 15px;
}

.listing-sidebar ul li {
    position: relative;
    /* padding: 0 25px; */
    list-style: none;
    line-height: 36px;
}

.listing-sidebar ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: -25px;
    color: #0f68de;
}


.border_sidebar {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px #cdcdcdeb;
}

.border_sidebar img {
    width: 150px;
    margin: 0 auto;
}

.detail_blog {
    padding-top: 15px;
}

.detail_blog p {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
    margin: 0;
}

.detail_blog i {
    color: #0f68de;
    font-size: 24px;
}


.button-_sidebar-detail a {
    border: none;
    outline: 0;
    font-size: 18px;
    font-weight: 500;
    background: #0f68de;
    padding: 10px 30px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
}

.listing-sidebar {
    text-align: left;
    padding-top: 15px;
}

.listing-sidebar ul li {
    position: relative;
    /* padding: 0 25px; */
    list-style: none;
    line-height: 36px;
}

.listing-sidebar ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: -25px;
    color: #0f68de;
}


.field.icon-location input {
    background-image: url(../../assets/image/location-form.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px;
    padding-left: 35px;
}

.time-box {
  width: 180px;
  border: 2px solid #3b82f6;
  border-radius: 6px;
  padding: 3px;
  background: #DEECFF;
  cursor: pointer;
  position: relative;
  /* height: 85px; */
  margin-top: 27px;
}

/* Label */
.label {
  font-size: 12px;
  color: #555;
  margin-bottom: 5px;
}

/* Selected row */
.selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Left part */
.left {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Clock icon */
.icon {
  font-size: 16px;
}

/* Time text */
.time {
  font-size: 16px;
  font-weight: 500;
}

/* Dropdown arrow */
.arrow {
  font-size: 14px;
}

/* Dropdown list */
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: white;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
}

/* Each option */
.option {
  padding: 8px;
  cursor: pointer;
}

.option:hover {
  background: #3b82f6;
  color: white;
}

.header--logo a img {
    width: 200px;
    margin-top: -14px;
}


blockquote {
     z-index: 9;
    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;
}






.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: #1e1e1e;
    padding: 25px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    max-width: 650px;
}

.popup-box h3 {
    color: #fff;
    margin-bottom: 10px;
    padding-top: 35px;
    font-weight: 600;
}

.popup-field {
    margin-bottom: 15px;
}

.popup-field label {
      color: #ffffff;
    font-size: 14px;
    padding-bottom: 10px;
}

.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: linear-gradient(to right, #8bc34a, #4caf50);
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
}

.close-btnn {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}


.popup-heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}

.popup-heading p {
     margin: 0; 
    color: #fff;
}

.popup-heading a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.popup-heading {
    text-align: center;
}


.flex_popup {
    display: flex;
    align-items: center;
    background: #0F68DE;
    margin-top: 22px;
    color: #fff;
}

.flex_popup p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.flex_popup span {
    font-size: 32px;
    font-weight: 700;
}


.pop-up_btb button {
    background: #0f68de;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}


.popup-box .wpcf7 form .wpcf7-response-output {
    color: #fff;
}





.fixfooter {
 text-align: center;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 15px;
    background: #0f68de;
    font-size: 20px;
    box-shadow: 0 0 10px #0000006b;
    left: 0;
    z-index: 99999;
}


.fixfooter a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}