* {
    --starColor: #f89f1a;
    --cardLightTheme: #ecfce5;
    --secondaryColor: #000000;
    --websiteTheme: #8b52ff;
    --websiteTheme2: #212121;
    --websiteThemeLight: #8b52ff57;
    --websiteThemeLighter: #8b52ff21;
    --websiteThemeLightest: #8b52ff0a;
}
body.homepage {
    background: #f5f4ff;
}
.meet-the-team {
    background: #8b52ff0f;
    padding: 20px 0 !important;
}
::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}
.mobile-code-input.border-0.m-0.p-0.PhoneInput {
    padding: 0 !important;
}
.mb-3.phone-number-field.height-initial.gap-20 {
    padding: 0;
}
.mobile-code-input.mb-0.p-0.border-0.PhoneInput {
    padding: 5px 10px !important;
}
.send-enquiry-modal .modal-body select {
    padding: 0 5px;
    color: #767676;
}
button.hotel-detail-book-btn.f-none {
    float: none;
}
.more-fares.cursorPointer {
    font-size: 12px;
}
.primary-guest-detail-box p {
    background: none;
    color: #333;
}
.hotel-paragraph ul {
    margin: 15px;
}
.hotel-paragraph ul li{
    color: #333;

}
.traveller-headding {
    padding: 15px;
    background: var(--websiteThemeLight);
    color: #333;
}
.traveller-headding h5{
 font-weight: 700;
 font-size: 1rem;
}
::-webkit-scrollbar-thumb {
    background: var(--websiteTheme);
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd;
    border-radius: 10px;
}
.flight-search-scroll::-webkit-scrollbar-thumb {
    background: #888;
}
#myTab a.active img {
    filter: brightness(0) invert(1);
}
#morefare::-webkit-scrollbar {
    height: 10px;
}
.coupon-apply-btn button:focus {
    background: var(--maincolor);
    border-color: var(--maincolor);
}
h4.realprice {
    font-size: 14px;
}
.coupon-apply-btn button:hover {
    width: 100%;
    background: var(--maincolor);
    border-color: var(--maincolor);
    margin-top: 10px;
}
#bookingFlight label {
    font-size: 13px !important;
    align-items: center;
}
.new-flight-card.one-way-flight-card .top-block .price {
    font-size: 1.1rem;
}
.apply-visa-item a,
.hotel-detail-book-btn,
.sendRateEnuiryPackagetour.themeBackground,
a.themeBackground.text-white,
button.themeBackground.text,
button.visa-apply-button,
input[type="submit"].themeBackground {
    transition: all 0.3s linear;
}
.apply-visa-item a:hover,
.hotel-detail-book-btn:hover,
.sendRateEnuiryPackagetour.themeBackground:hover,
a.themeBackground.text-white:hover,
button.themeBackground.text-white:not(:disabled):hover,
button.visa-apply-button:not(:disabled):hover,
input[type="submit"].themeBackground:hover {
    background: #212121;
}
.sendRateEnuiryPackagetour.themeBackground:hover {
    border-color: #212121 !important;
}
.multicity-main-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 20px;
    align-items: end;
    gap: 15px;
}
.flight-search-listing-page .multicity-main-form {
    background: #fff;
    grid-template-columns: 1fr 1fr 1fr 38px;
    gap: 0;
    border: 1px solid #dee2e6;
}
.flight-search-listing-page .multicity-main-form > div {
    padding: 10px;
}
.flight-search-listing-page
    .multicity-main-form
    > div.form-group:not(:nth-child(3)) {
    border-right: 1px solid #dee2e6;
}
.flight-search-listing-page
    #myTabContent
    .multicity-main-form
    .multicity_filghtremoveicon {
    padding: 0;
    font-size: 1rem;
    bottom: 25px;
    transform: unset;
    top: unset;
    right: 10px;
}
.banner-offer img {
    object-fit: cover;
    height: 428px;
}
.new-flight-card .top-block .fs-airport-time {
    font-weight: 400;
    font-size: 0.7rem;
}
.new-flight-card.domestic-multi-city .top-block .select-radio label,
.new-flight-card.domestic-round-trip .top-block .select-radio label {
    display: block;
    width: 100%;
    background: var(--websiteTheme);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 7px 5px;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
}
.new-flight-card.domestic-round-trip .top-block .airline {
    grid-column: 1/3;
}
.nav-pills-custom .nav-link.active,
.nav-pills-custom .nav-link:hover {
    color: #fff !important;
    background: var(--websiteTheme) !important;
}
#offer-banner .banner-overlay {
    background: unset;
}
#offer-banner .banner-overlay > div {
    padding: 35px 40px;
}
header .header-link.header-button:hover > img {
    filter: brightness(0) invert(1);
}
.expert-guidance {
    padding: 50px 0 0;
}
.expert-guidance-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0;
    color: #706e6e;
}
.expert-guidance-box a {
    color: #333;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}
.holiday-packages-details .no-bold strong {
    font-weight: 600 !important;
}
.clear-filter-button {
    background: var(--websiteTheme);
    color: #fff;
}
.expert-guidance-box strong {
    font-size: 16px;
}
.travelogue-package {
    display: flex;
}
.travelogue-package-detail h5 {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.our-new-packages .owl-nav {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
}
.our-new-packages .owl-nav .owl-prev {
    background: var(--secondcolor) !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #333 !important;
}
.our-new-packages .owl-nav .owl-prev {
    left: -25px;
}
.our-new-packages .owl-nav .owl-next {
    background: var(--secondcolor) !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #333 !important;
}
.our-new-packages .owl-nav span {
    font-size: 21px;
    position: relative;
    top: 0;
}
.our-new-packages .owl-nav .owl-next {
    right: -25px;
}
.holidays-banner-buttons {
    text-align: right;
}
.travelogue-package-image {
    width: 30%;
}
.travelogue-package-detail {
    width: 55%;
    text-align: left;
}
.travelogue-package-price {
    width: 35%;
    text-align: center;
}
.travelogue-package-price h5 {
    font-size: 10px;
}
.travelogue-package-price h4 {
    font-size: 16px;
}
.travelogue-package-detail p {
    margin-bottom: 0;
    font-size: 10px;
}
.travelogue-image-static {
    height: 60px;
}
.travelogue-image-static img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.travelogue-package-price h4,
h5,
h6 {
    margin-bottom: 5px;
}
p.travelogue-package-review.text-yellow {
    color: var(--starColor);
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
}
.travelogue-package-price .sendenquiry-btn {
    background: var(--websiteTheme);
    padding: 5px 7px;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
}
.our-new-packages {
    margin-bottom: 10px;
}
.fakeprice {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.travelogue-package {
    display: flex;
    gap: 8px;
}
.holidays-banner-buttons .best-places-to-visit-button {
    font-size: 13px;
}
.travelogue-package-image img {
    height: 100%;
    object-fit: cover;
}
.expert-guidance-box {
    background: rgb(255 255 255);
    padding: 1.1rem;
    border: 1px solid rgb(194 194 194);
    border-radius: 16px;
    display: grid;
    gap: 10px;
}
.expert-guidance-box img {
    width: 80px;
}
.expert-guidance-box svg {
    font-size: 40px;
    line-height: 1.1;
}
.gap-1 {
    gap: 10px;
}
.expert-guidance-heading h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.visa-page-detail ul:not(.browser-default) > li {
    list-style-type: unset !important;
}
@media screen and (min-width: 991px) {
    #v-pills-tab a {
        padding: 17px 16px !important;
    }
    .banner-section .tab-form #v-pills-tab {
        width: 170px;
    }
    .banner-section .tab-form .home-banner-form-right {
        width: calc(100% - 200px);
    }
}
@media screen and (max-width: 991px) {
    .banner-offer img {
        height: unset;
    }
}
@media screen and (min-width: 576px) {
    .new-flight-card.domestic-round-trip .top-block {
        grid-template-columns: 1fr 120px;
    }
    .new-flight-card.domestic-round-trip .top-block .journey-details {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .flight-search-listing-page .multicity-main-form {
        background: #fff;
        grid-template-columns: 1fr 1fr;
    }
    .flight-search-listing-page
        .multicity-main-form
        > div.form-group:nth-child(3) {
        grid-column: 1/3;
        border-top: 1px solid #dee2e6;
        padding-right: 50px;
    }
}
@media screen and (max-width: 768px) {
    .login-page .login-grid > div:nth-child(1) {
        order: 1;
    }
    #offer-banner .banner-overlay > div {
        padding: 5px 15px;
    }
    #offer-banner .banner-overlay > div a {
        font-size: 12px;
    }
}
.company-experience-box {
    background: var(--websiteThemeLight);
    text-align: left;
    padding: 15px;
    border-radius: 10px;
}
.company-experience-box span {
    font-size: 20px;
}
.experience-description p {
    font-size: 18px;
}
@media screen and (max-width: 576px) {
    .d-none-on-mobile{display: none;}
    .margin-on-mobile{
        margin: 20px;
    }
    .landing-package-page .top-banner img {
    object-position: left center !important;
}
.landing-package-page .top-banner, .landing-package-page .top-banner img {
    height: 285px;
}
.text-center-on-mobile-black{
    text-align: center !important;
    color: #333 !important;
}
.quote-enquiry {
    background-color: #fff !important;
    border: var(--websiteTheme) solid 1px ! IMPORTANT;
    border-radius: 20px !important;
    box-shadow: #dddcdc 2px 2px 5px;
    z-index: 999999 !important;
    position: relative;
}
.rounded-on-mobile{
    border-radius: 20px !important;
    padding: 10px 15px !important;
}
    .multicity-main-form {
        grid-template-columns: 1fr;
        border: 1px solid #dee2e6;
        padding: 10px;
    }
    .flight-search-listing-page .multicity-main-form {
        grid-template-columns: 1fr;
        padding: 0;
    }
    .flight-search-listing-page
        .multicity-main-form
        > div.form-group:not(:nth-child(3)) {
        border-right: 0;
        border-bottom: 1px solid #dee2e6;
    }
    .multicity-main-form > .form-group:nth-child(3) {
        padding-right: 40px;
    }
    .multicity-main-form .multicity_filghtremoveicon {
        position: absolute;
        bottom: 15px;
        right: 20px;
    }
    #v-pills-tabContent #myTab a {
        padding: 5px 10px;
        font-size: 12px;
    }
    .extra-option label input {
        width: 15px;
        height: 15px;
    }
    .extra-option label {
        font-size: 12px !important;
    }
    .new-flight-card.one-way-flight-card .top-block .journey-details,
    .new-flight-card.round-trip-flight-card .top-block .journey-details {
        grid-area: 2/1/3/4;
        align-items: start;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .new-flight-card .top-block .fs-airport-time,
    .new-flight-card .seat-luggage .block {
        font-size: 12px;
    }
    .new-flight-card .top-block button,
    .new-flight-card.domestic-multi-city .top-block .select-radio label,
    .new-flight-card.domestic-round-trip .top-block .select-radio label {
        max-width: 110px;
        width: 110px;
    }
    .new-flight-card.round-trip-international-flight-card
        .top-block
        .flight-details {
        grid-template-columns: 1fr;
    }
    .new-flight-card.multi-city-international-flight-card .top-block .airline,
    .new-flight-card.round-trip-international-flight-card .top-block .airline {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .new-flight-card .top-block .airline {
        padding-right: 100px;
    }
    .new-flight-card.multi-city-international-flight-card .more-fair-float-box,
    .new-flight-card.round-trip-international-flight-card .more-fair-float-box {
        bottom: unset;
        top: 0;
    }
    .new-flight-card.multi-city-international-flight-card .top-block {
        grid-template-columns: 1fr;
    }
    .icon-sidebar-wrapper {
        top: initial;
        bottom: 5%;
    }
}
.usa-visa-information {
    display: flex;
}
.usa-visa-information-image {
    width: 200px;
    border-radius: 32px;
    height: 160px;
    position: relative;
    top: -18px;
}
.usa-visa-information-image img {
    border-radius: inherit;
    height: 100%;
}
.icon-right-arrow img {
    height: 100%;
    object-fit: cover;
}
.icon-right-arrow {
    width: 24px;
    position: absolute;
    top: 50%;
    right: -10px;
}
.no-content-breadcrumb .image.container.pb-0 {
    padding-bottom: 0 !important;
}
.visa-information-section {
    padding: 0 0 40px;
    margin-top: -25px;
}
.visa-information-section .col-md-6 {
    padding: 0 5px;
}
.usa-visa-information-content ul li {
    padding: 0;
    gap: 10px;
    padding-bottom: 15px;
}
.usa-visa-information-content h4 {
    font-size: 24px;
}
.available-map-visa-centre h4 {
    text-align: center;
}
.usa-visa-information {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #e7e6e6;
    padding: 36px 20px;
    height: 200px;
    gap: 20px;
}
.usa-visa-information-content ul {
    margin: 0;
}
.visa-information-icon {
    width: 35px;
}
.visa-information-icon-text p {
    padding: 0;
    margin: 0;
}
.visa-information-icon-text h6 {
    padding: 0;
    margin: 0;
    color: #6c6c6c;
    font-size: 12px;
}
.how-does-it-work {
    background: #fff;
    border-radius: 40px;
    border: 1px solid #e7e6e6;
    padding: 36px 20px;
    gap: 20px;
    height: 200px;
}
.how-icon {
    width: 21px;
}
.how-icon-text p {
    font-size: 10px;
    padding: 0;
    margin: 0;
}
.how-does-it-work ul li {
    padding: 0;
    margin-right: 0;
}
.how-icon-text {
    gap: 7px;
    display: grid;
}
.simple-steps-section-heading {
    text-align: center;
}
.simple-steps-section-heading span {
    color: var(--websiteTheme);
}
.simple-steps-section-heading {
    text-align: center;
    padding-bottom: 30px;
}
.steps-box {
    background: radial-gradient(
        167.21% 182.14% at 50% -115.8%,
        #c5a9ff 27.18%,
        #ffffff 79.75%
    );
    border-radius: 40px;
    padding: 15px;
}
.simple-steps-section-heading h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 36px;
}
.simple-steps-section-heading p {
    font-size: 16px;
}
.steps-box img {
    width: 100px;
    display: inline-block;
}
.steps-box span {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.faq-section h4 {
    text-align: center;
}
.steps-box h4 {
    font-size: 18px;
}
.steps-box p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
}
.available-map-visa-centre {
    background: radial-gradient(
        167.21% 182.14% at 50% -115.8%,
        #c5a9ff 27.18%,
        #ffffff 79.75%
    );
    padding: 40px 40px 0;
    border-radius: 40px;
}
.mapandfaq-section {
    margin-top: 10px;
    margin-bottom: 50px;
}
.visa-appointment-form select {
    border-radius: 5px !important;
    border-color: #d9d9d9 !important;
    font-size: 12px !important;
    color: #495057;
}
.available-map-visa-centre p {
    text-align: center;
    padding-bottom: 0;
    color: #6c6c6c;
    margin: 0;
}
.simple-steps-section {
    padding: 10px 0 40px;
}
.steps-box h4 {
    font-size: 16px;
    text-align: center;
}
.how-icon-text img {
    width: 32px;
    height: 32px;
}
.how-icon-text h6 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.faq-section {
    background: radial-gradient(
        167.21% 182.14% at 50% -115.8%,
        #c5a9ff 27.18%,
        #ffffff 79.75%
    );
    padding: 40px;
    border-radius: 40px;
}
.milestone-achievement-heading {
    width: 80%;
    padding: 50px 0;
}
.faq-items-box {
    padding: 20px;
    border: 1px solid #0000004d;
    background: #fff;
    border-radius: 40px;
    height: auto;
}
.faq-section .gap15 {
    gap: 15px;
}
.milestone-options {
    height: 100%;
    display: flex;
}
.bg-none {
    background: none !important;
}
.available-map-visa-centre span img {
    height: 600px;
    max-width: unset;
    margin-left: -50px;
}
.available-map-visa-centre span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.why-choose-heading {
    text-align: center;
}
.why-choose-us-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 60%;
    align-items: center;
    gap: 50px;
    margin: 0 auto;
}
.why-choose-us-options ul li {
    display: inline-block;
    text-align: center;
}
.why-choose-us-options ul li span {
    display: block;
    padding-top: 10px;
    color: #fff;
}
.pl-50 {
    padding-left: 50px !important;
}
.why-choose-us-options ul li img {
    display: inline;
    width: 50px;
}
.image.container.py-4.pb-0 {
    padding: 0 5px;
}
.why-choose-us-section {
    background: var(--websiteTheme);
    padding: 50px 0;
    border-radius: 40px 40px 0 0;
}
.why-choose-heading {
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.why-choose-heading p {
    padding: 20px 0;
    margin: 0;
}
p.paddingbottom40 {
    padding-bottom: 40px;
}
.what-our-client-say-heading {
    text-align: center;
    padding-bottom: 30px;
}
.what-our-client-say-heading h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.why-choose-heading h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.what-our-client-say {
    padding: 20px 30px 320px;
    background: var(--websiteTheme);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;
    margin-bottom: 50px;
    border-radius: 0 0 40px 40px;
}
#testimonial-clients .testimonial-item {
    background: #fff;
    border-radius: 40px;
    padding: 30px;
}
#testimonial-clients .testimonial-item .testimonial-comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    overflow: hidden;
}
#testimonial-clients .testimonial-item img {
    width: 45px !important;
    height: 45px;
}
#testimonial-clients .client-name-detail {
    display: grid;
}
#testimonial-clients .testimonial-name {
    display: flex;
    gap: 10px;
}
#testimonial-clients .client-name-detail h5 {
    font-size: 16px;
    margin: 0;
}
#testimonial-clients .client-name-detail span {
    font-size: 13px;
    margin: 0;
}
.no-content-breadcrumb .image.container.py-4 {
    position: relative;
}
.our-story-heading h4 {
    font-weight: 600;
    font-size: 36px;
}
.our-story-heading span {
    color: var(--websiteTheme);
}
.our-story-heading {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.our-mission {
    width: 60%;
    text-align: center;
    padding: 20px;
    border-radius: 40px;
    margin-left: auto !important;
}
.trusted-partner {
    padding-bottom: 40px;
}
.why-choose-holiday-item span {
    width: 105px;
    display: block;
    margin-left: -35px;
    text-align: left;
}
#why-choose-holiday-my-planet-carousel .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 999;
}
#why-choose-holiday-my-planet-carousel .owl-nav .owl-prev {
    background: #333 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
    left: -20px;
}
#why-choose-holiday-my-planet-carousel .owl-nav .owl-next {
    background: #333 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
    right: -20px;
}
.customer-testimonial-n-success-story {
    background: var(--websiteThemeLighter);
    padding-top: 0;
    padding-bottom: 20px;
}
.our-vision {
    width: 60%;
    text-align: center;
    padding: 20px;
    border-radius: 40px;
}
.mission-vision {
    padding: 20px 20px 40px;
}
.our-mission h4 {
    background: var(--websiteTheme);
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    display: inline-block;
}
.our-vision h4 {
    background: var(--websiteTheme);
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    display: inline-block;
}
.what-we-offer-heading h4 {
    font-weight: 600;
    font-size: 36px;
}
.what-we-offer-heading {
    text-align: center;
    padding-bottom: 20px;
}
.what-we-offer-item {
    border-radius: 20px;
    position: relative;
    height: 270px;
}
.what-we-offer-item img {
    border-radius: inherit;
    height: 100%;
    aspect-ratio: 16/9;
}
.what-we-offer-item h5 {
    margin: 0 auto;
    position: absolute;
    color: #fff;
    bottom: 20px;
    text-align: center;
    width: fit-content;
    white-space: normal;
    display: block;
    left: 22%;
    z-index: 999;
    max-width: 200px;
}
.h6.mb-0.mt-2 {
    font-weight: normal;
}
.what-we-offer-item:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51%, #000000 88.5%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
#what-we-offer-carousel .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}
#what-we-offer-carousel .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 999;
}
#what-we-offer-carousel .owl-nav .owl-prev {
    background: #333 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
    left: -20px;
}
#what-we-offer-carousel .owl-nav .owl-next {
    background: #333 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
    right: -20px;
}
#what-we-offer-carousel .owl-dots .owl-dot {
    background: #ccc !important;
    border-radius: 20px;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    display: inline-block;
}
#what-we-offer-carousel .owl-nav span {
    font-size: 32px;
}
#what-we-offer-carousel .owl-dots .owl-dot.active {
    background: var(--websiteTheme) !important;
}
.meet-the-team-heading h4 {
    font-weight: 600;
    font-size: 36px;
}
.meet-the-team-heading span {
    color: var(--websiteTheme);
}
.get-started-button {
    background: var(--websiteTheme);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    left: 6%;
    top: -90px;
    border: none;
}
button.get-started-button.center-button-class {
    display: block;
    margin: 0 auto;
    left: 0;
}
.meet-the-team-heading {
    text-align: center;
    padding: 10px 0 20px 0;
}
.what-we-offer-heading span {
    color: var(--websiteTheme);
}
.team-member-detail {
    text-align: center;
}
.team-member-name h4 {
    margin: 0;
}
.team-member-photo {
    background: var(--websiteTheme);
    border-radius: 20px;
}
.team-member-name h4 {
    font-size: 21px;
}
.team-member-name {
    padding: 15px 0;
}
.team-member-name span {
    color: var(--websiteTheme);
}
.meet-the-team {
    padding: 0 0 10px 0;
}
.why-choose-holiday-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    background-color: var(--websiteTheme);
    transition: all 0.6s ease-in;
    transform: scale(1);
    overflow: hidden;
}
.why-choose-holiday-item:hover .overlay {
    opacity: 1;
}
.why-choose-holiday-item:hover .text {
    top: 50%;
}
.why-choose-holiday-item .text {
    color: white;
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    padding: 10px;
}
.what-we-offer {
    background: #fff;
    padding: 0 0 40px;
}
.why-choose-holiday-item:hover h5 {
    height: 100%;
}
.milestone-achievement {
    background: #fff;
    padding: 10px 0;
}
.milestone-achievement-heading h4 {
    font-size: 40px;
}
.milestone-achievement-heading span {
    color: var(--websiteTheme);
}
.milestone-options ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}
.milestone-options li {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.milestone-icon {
    width: 50px;
}
.milestone-details {
    text-align: left;
}
.milestone-details h4 {
    margin: 0;
}
.milestone-details span {
    font-size: 1rem;
    color: gray;
}
.trusted-by-heading {
    text-align: center;
    padding: 20px 0 0;
}
.trusted-by-heading h4 {
    margin: 0;
}
.trusted-partner-logos ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: 15%;
}
.trusted-partner-logos ul li {
    width: 180px;
    text-align: center;
}
.trusted-partner-logos ul li img {
    width: 150px;
}
.lets-plan-section {
    background-position: bottom left 100px;
    background-repeat: no-repeat;
    background-color: var(--websiteTheme);
    background-size: contain;
}
.lets-plan-perfect-trip h4 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 25px;
}
.lets-plan-perfect-trip a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 8px 15px;
    display: inline-block;
    font-size: 16px;
}
.lets-plan-perfect-trip {
    text-align: left;
    padding: 80px 0;
    width: 40%;
    margin-left: 60%;
}
.why-choose-holiday-my-planet-heading {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 0;
}
.why-choose-holiday-item {
    border-radius: 20px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.why-choose-holiday-item:before {
    content: "";
    background: linear-gradient(
        179.25deg,
        rgba(139, 82, 255, 0.1) 48.03%,
        rgba(139, 82, 255, 0.3) 53.73%,
        var(--websiteTheme) 70.85%
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.why-choose-holiday-item h5 {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
div#why-choose-holiday-my-planet-carousel {
    padding-bottom: 40px;
}
.why-choose-holiday-my-planet-heading h4 {
    font-weight: 600;
    font-size: 36px;
}
.why-choose-holiday-my-planet-heading span {
    color: var(--websiteTheme);
}
.customer-testimonial-n-success-story-heading {
    text-align: center;
    padding-bottom: 30px;
}
.customer-testimonial-n-success-story-heading h4 {
    font-weight: 600;
    font-size: 36px;
}
.customer-testimonial-n-success-story-heading span {
    color: var(--websiteTheme);
}
.why-choose-holiday-item img {
    border-radius: inherit;
    aspect-ratio: 16 / 9;
    object-position: top;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}
.why-choose-holiday-item:hover img {
    opacity: 0;
}
.why-choose-holiday-item .visible {
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}
.why-choose-holiday-item:hover .visible {
    opacity: 0;
}
.why-choose-holiday-item span img {
    object-fit: contain;
}
.customer-testimonial-n-success-story {
    background: #8b52ff0f;
    padding: 40px 0 20px !important;
}
.why-choose-card .why-choose-bg {
    transition: all 0.3s linear;
    background: linear-gradient(
        179.25deg,
        rgba(139, 82, 255, 0.1) 48.03%,
        rgba(139, 82, 255, 0.3) 53.73%,
        #8b52ff 70.85%
    );
}
.why-choose-card:hover .why-choose-bg {
    background: var(--websiteTheme);
}
.why-choose-card .on-hover {
    opacity: 0;
    height: 0;
    transition: all 0.3s linear;
    font-size: 18px;
}
.why-choose-card .no-hover {
    transition: all 0.3s linear;
    font-size: 20px;
    font-weight: 600;
}
.why-choose-card {
    border-radius: 25px !important;
}
.why-choose-card:hover .on-hover {
    opacity: 1;
    height: unset;
}
.why-choose-card:hover .no-hover {
    opacity: 0;
    height: 0;
}
.whychooseus-video .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.whychooseus-video .modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    position: relative;
}
.whychooseus-video .close-btn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 18px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    font-weight: bold;
}
.why-choose-holiday-my-planet-heading p {
    font-size: 16px;
}
.customer-testimonial-n-success-story-heading p {
    font-size: 16px;
}
.whychooseus-video .video-container iframe {
    width: 100%;
    height: 450px;
}
.whychooseus-video ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: end;
}
.whychooseus-video {
    margin-bottom: 30px;
}
.whychooseus-video ul li img {
    border-radius: 10px;
    height: 100%;
}
.whychooseus-video ul li span::before {
    content: "\f04b";
    font-family: "FontAwesome";
    color: #fff;
    cursor: pointer;
    position: absolute;
    height: 80px;
    width: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}
.whychooseus-video ul li {
    position: relative;
    height: 400px;
}
.testimonial-item {
    background: #fff;
    border-radius: 40px;
    padding: 30px;
    width: 100%;
    transition: all 0.3s ease-in;
}
.testimonial-item .testimonial-name {
    display: flex;
    gap: 10px;
}
.slider-testimonial-icon {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 999;
}
.testimonial-item img {
    width: 65px !important;
    height: 65px;
}
.client-name-detail span {
    font-size: 14px;
}
.client-name-detail h5 {
    margin-bottom: 0;
}
.slider-testimonial-icon button.carousel-control.left {
    background: #333 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
    left: 0;
}
.slider-testimonial-icon button.carousel-control.right {
    background: #333 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
    right: 30px;
}
#testimonial-clients-choosus .testimonial-item .testimonial-comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    overflow: hidden;
}
#testimonial-clients-choosus .testimonial-item .client-rating .checked {
    color: orange;
}
.client-rating {
    display: flex;
    gap: 10px;
}
#testimonial-clients-choosus .testimonial-item img {
    width: 45px !important;
    height: 45px;
}
#testimonial-clients-choosus .client-name-detail {
    display: grid;
}
#testimonial-clients-choosus .testimonial-name {
    display: flex;
    gap: 10px;
}
#testimonial-clients-choosus .client-name-detail h5 {
    font-size: 16px;
    margin: 0;
}
#testimonial-clients-choosus .client-name-detail span {
    font-size: 13px;
    margin: 0;
}
.customer-testimonial-n-success-story .react-stacked-center-carousel-slide--1,
.customer-testimonial-n-success-story .react-stacked-center-carousel-slide-1 {
    opacity: 1 !important;
}
button.carousel-control.left {
    background: #333 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
    left: 0;
}
button.carousel-control.right {
    background: #333 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
    right: 0;
}
.visa-apply-now-btn {
    bottom: 70px;
    right: 20px;
    z-index: 990;
    background: var(--websiteTheme) !important;
    font-size: 18px;
    text-align: center;
    width: 140px;
    height: 40px;
}
.what-we-offer-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.what-we-offer-item img {
    width: 100%;
    transition: transform 0.5s ease;
    display: block;
}
.what-we-offer-item::before {
    content: "";
    position: absolute;
    inset: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.what-we-offer-item:hover img {
    transform: scale(1.1);
}
.what-we-offer-item:hover::before {
    opacity: 1;
}
.whybookoptions:not(:last-child) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.whybookoptions {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.owl-stage .owl-item:last-child .whybookoptions {
    border-right: none;
    padding-right: 0;
}
@media (max-width: 992px) {
    .milestone-options li {
        flex: 1 1 50%;
    }
    .trusted-partner-logos ul {
        margin-left: 0;
    }
    .no-content-breadcrumb .image img {
        max-height: 430px;
        height: 170px;
    }
    .whhyybook .owl-dots {
        text-align: center;
    }
    .whhyybook .owl-dots .owl-dot.active {
        background: var(--websiteTheme) !important;
    }
    .whhyybook .owl-dots .owl-dot {
        background: #ccc !important;
        border-radius: 20px;
        height: 12px;
        margin: 5px 7px;
        width: 12px;
        display: inline-block;
    }
    .pl-40-on-mobile {
        padding-left: 40px !important;
    }
    .our-story-heading h4 {
        font-size: 30px;
    }
    .what-we-offer-heading h4 {
        font-size: 30px;
    }
    .our-vision p {
        font-size: 13px;
    }
    .whybookpoints {
        display: block !important;
    }
    .whybookoptions {
        border-right: none !important;
        padding-right: 0 !important;
    }
    .milestone-achievement-heading h4 {
        font-size: 30px;
    }
    .trusted-by-heading h4 {
        margin: 0;
        font-size: 22px;
    }
    .meet-the-team-heading h4 {
        font-weight: 600;
        font-size: 30px;
    }
    .whychooseus-page .no-content-breadcrumb .image img {
        max-height: 430px;
        height: 112px;
    }
    .whybookoptions p {
        font-size: 9px;
    }
    .whybookoptions {
        border-right: 1px solid #ccc !important;
        padding-right: 10px !important;
    }
    .whychooseus-page .get-started-button {
        background: var(--websiteTheme);
        color: #fff;
        padding: 3px 20px;
        border-radius: 10px;
        position: relative;
        left: 4%;
        font-size: 10px;
        top: -36px;
        border: none;
    }
    .about-page-new .no-content-breadcrumb .image img {
        max-height: 430px;
        height: 112px;
    }
    .simple-steps-section-heading h4 {
        font-size: 30px;
    }
    .available-map-visa-centre h4 {
        text-align: center;
        font-size: 28px;
    }
    .faq-section h4 {
        text-align: center;
        font-size: 28px;
    }
    #why-choose-holiday-my-planet-carousel .owl-nav .owl-prev {
        left: 0;
    }
    #why-choose-holiday-my-planet-carousel .owl-nav .owl-next {
        right: 0;
    }
    .why-choose-heading h3 {
        font-size: 28px;
    }
    .what-our-client-say-heading h4 {
        font-size: 28px;
    }
    .about-page-new .get-started-button {
        background: var(--websiteTheme);
        color: #fff;
        padding: 3px 20px;
        border-radius: 10px;
        position: relative;
        left: 4%;
        font-size: 10px;
        top: -36px;
        border: none;
    }
    .our-mission p {
        font-size: 13px;
    }
    .our-story-heading p {
        font-size: 13px;
    }
    .about-page-new .image.container.py-4 {
        position: relative;
        padding-bottom: 0 !important;
    }
    button.get-started-button.center-button-class {
        top: -45px;
        padding: 5px 20px;
    }
    .expert-guidance .col-md-4 {
        padding: 0;
    }
    .icon-right-arrow {
        width: 24px;
        position: absolute;
        bottom: 10px;
        right: 48%;
        top: auto;
        margin: 0 auto;
        transform: rotate(90deg);
    }
    .customer-testimonial-n-success-story {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .why-choose-holiday-my-planet-heading h4 {
        font-weight: 600;
        font-size: 30px;
    }
    .customer-testimonial-n-success-story-heading h4 {
        font-weight: 600;
        font-size: 30px;
    }
    .what-our-client-say-heading {
        text-align: center;
        padding-bottom: 10px;
    }
    .our-mission h4 {
        padding: 5px 10px;
    }
    .mapandfaq-section {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .faq-section {
        padding: 40px 10px 0;
        border-radius: 40px;
    }
    .lets-plan-section {
        background-position: left 0 bottom;
        background-repeat: no-repeat;
        background-size: 200%;
        background-color: rgb(140, 82, 255);
    }
    .lets-plan-perfect-trip {
        text-align: left;
        padding: 25px 0 220px;
        width: 100%;
        margin-left: 0;
    }
    .why-choose-holiday-my-planet-heading {
        width: 85%;
    }
    div#testimonial-clients-choosus {
        margin-bottom: 60px;
    }
    .whychooseus-video ul li {
        position: relative;
        height: auto;
    }
    .usa-visa-information-image {
        display: none;
    }
    .how-does-it-work {
        border-radius: 0 0 40px 40px;
        height: auto;
    }
    .usa-visa-information {
        border-radius: 40px 40px 0 0;
        height: unset;
    }
    .steps-box {
        margin-bottom: 20px;
    }
    .available-map-visa-centre span {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .modal-dialog.modal-lg.send-enquiry-modal {
        margin: 6.75rem auto;
    }
    .heading h4 {
        font-size: 22px;
    }
    .available-map-visa-centre span img {
        height: auto;
        max-width: 100%;
        display: inline-block;
        margin-left: 0;
    }
    .simple-steps-section {
        padding: 10px 0 0;
    }
    .faq-items-box {
        height: auto;
    }
    .why-choose-us-options ul {
        margin: -5px;
        width: 100%;
        gap: 0;
    }
    .why-choose-us-options ul li span {
        font-size: 8px;
    }
    div#testimonial-clients .owl-nav {
        display: none;
    }
    .why-choose-us-options ul li img {
        width: 40px;
    }
    .what-our-client-say {
        padding: 20px 30px 160px;
    }
    .our-story-heading {
        width: 100%;
    }
    .row.mission-vision {
        display: flex;
    }
    .mission-vision .col-md-6 {
        width: 50%;
        padding: 0;
    }
    .our-mission {
        width: 100%;
        padding: 15px;
    }
    .our-vision {
        width: 100%;
        padding: 15px;
    }
    #what-we-offer-carousel .owl-nav .owl-prev {
        left: 0;
    }
    #what-we-offer-carousel .owl-nav .owl-next {
        right: 0;
    }
    .meet-the-team .col-md-3 {
        width: 50%;
    }
    .milestone-achievement-heading {
        width: 100%;
        padding: 0 0 40px;
        text-align: center;
    }
    .customer-testimonial-n-success-story .react-stacked-center-carousel {
        height: 410px !important;
        top: -20px;
    }
    .testimonial-item .testimonial-name {
        align-items: center;
        margin-bottom: 10px;
    }
    .client-name-detail span {
        font-size: 13px;
    }
    .footer-top .text-right {
        text-align: left !important;
        justify-content: left !important;
    }
    .footer-bottom .text-right {
        text-align: left !important;
        justify-content: left !important;
    }
    .footer-bottom #Subscribe {
        margin-left: 0 !important;
    }
    .contactusat {
        text-align: left !important;
    }
}
@media screen and (max-width: 768px) {
    .testimonial-item {
        padding: 15px;
        border-radius: 20px;
    }
    .testimonial-item .testimonial-comment {
        font-size: 12px;
    }
    .customer-testimonial-n-success-story .react-stacked-center-carousel {
        height: 260px !important;
    }
    .visa-information-icon {
        width: 48px;
    }
    .visa-apply-now-btn {
        bottom: 22px;
        right: 50%;
        z-index: 990;
        background: var(--websiteTheme) !important;
        font-size: 18px;
        text-align: center;
        width: 140px;
        height: 40px;
        transform: translate(50%, 0);
    }
}
.containerAddroom {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#add-room-btn {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #f4a406;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#add-room-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.room {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fafafa;
}
.room h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.room select {
    padding: 5px 10px;
    margin-right: 15px;
}
.whybookoptions img {
    width: 100px !important;
    display: inline !important;
}
.gap-30 {
    gap: 20px;
}
.whybookoptions h5 {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    padding-top: 10px;
}
@media screen and (max-width: 576px) {
    .top-breadcrumb-bar a,
    .travelogue-category-buttons button {
        font-size: 12px;
    }
}
.column-count2 {
    column-count: 2;
}
h6.footer-nav-title {
    color: var(--websiteTheme);
    font-weight: 600;
    padding: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
}
.column-count2 .text-muted {
    line-height: 32px;
    color: #525252 !important;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}
.footer-destination .text-muted {
    line-height: 30px;
    color: #525252 !important;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}
.tourbytheme .text-muted {
    line-height: 30px;
    color: #525252 !important;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.contactusat {
    text-align: right;
    line-height: 30px;
    color: #525252 !important;
    font-weight: 600;
}
.contactusat .text-muted {
    line-height: 30px;
    color: #525252 !important;
    font-weight: 600;
    display: block;
}
.footer-about-content {
    padding: 20px 0;
    color: #fff;
}
.footer-timing {
    color: #525252 !important;
    font-weight: 600;
}
.contactusat span {
    line-height: normal;
    padding-top: 5px;
}
.link-item.mb-2.text-right {
    color: #525252 !important;
    font-weight: 600;
}
button.continue-pay.btn.bg-dark.text-black.btn-sm.mt-0 {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #333 !important;
    margin: 5px 0 !important;
    font-weight: 600;
}

.bg-none::placeholder {
    color: #fff;
}
.bg-none:focus {
    color: #fff;
}
.bg-none::-webkit-input-placeholder {
    /* Chrome, Safari, Edge */
    color: #fff;
}
.travelogue-search-input input {
    max-width: 25%;
    border-radius: 20px;
    padding: 13px 20px !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: var(--websiteTheme) !important;
    border-color: var(--websiteTheme) !important;
}

.page-link{
    color:  var(--websiteTheme) !important;
}
.adult-number h5 {
    font-size: 14px;
    font-weight: 700;
}
.hotelrvw-info .hotel-checkincheckout input {
    display: block;
    font-size: 14px;
}
.hotel-traveller-heading h4{
    font-size: 18px;
}