.site-branding a.brand-logo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.site-branding a.brand-logo img {
    max-width: 90px;
}

.site-branding a.brand-logo h3 {
    font-size: 33px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.4;
}

b,
strong {
    font-weight: 700;
}

body {
    color: #212529;
}

.tour-details-wrapper .tripex-content-wrapper .tripex-content p {
    margin-bottom: 7px;
}

.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box .content ul.check-list.style-one li:not(:last-child),
.tour-details-wrapper .tripex-include-excluded-box .tripex-include-box .content ul.check-list.style-one li:not(:last-child) {
    margin-bottom: 5px;
    line-height: 25px;
}

.tripex-tour-item .content p {
    font-size: 17px;
    text-align: center
}

.slick-slide img {
    display: block;
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.tour-details-wrapper.trekking .arobh {
    display: none;
}

.tripex-content h3 {
    padding: 2px 10px;
    margin: 20px 0;
    border-radius: 5px;
}

.tour-details-wrapper .tripex-include-excluded-box .tripex-excluded-box h4,
.tour-details-wrapper .tripex-include-excluded-box .tripex-include-box h4 {
    padding: 5px 0px;
}

.tripex-feature-item-two .content h6 {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 400;
}

.tour-details-wrapper.trekking .content p {
    line-height: 18px;
    font-size: 15px;
}

.page-hero-banner .page-content {
    z-index: 9999;
    position: relative;
    padding: 150px 0;
    display: grid;
    place-content: center;
    text-align: center;
}

.tour-details-wrapper .tripex-include-excluded-box {
    background-color: transparent;
    box-shadow: none !important;
    gap: 20px;
}

.tripex-box,
.tripex-include-box,
.tripex-excluded-box {
    padding: 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    height: 100%
}

.abrohgrid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media(max-width:580px) {
    .abrohgrid {
        gap: 20px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.bg_cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* Dark overlay */
    z-index: 0;
}

.site-branding a.brand-logo span.brand-tag-line {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    color: #E5E4E2;
}

.site-branding a.brand-logo .brand-text {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.slider-wrapper .slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: calc(100vh - 120px);
    overflow: hidden;
}

.slider-wrapper .slide.slide-one {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .8), transparent), url(../img/slider/1.webp);
    background-size: cover;
    background-position: center;
}

.slider-wrapper .slide.slide-two {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .8), transparent), url(../img/slider/3.webp);
    background-size: cover;
    background-position: center;
}

.slider-wrapper .slide .slide-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
     max-width: 71%;
  
}

.slider-wrapper .slide .slide-content h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.slider-wrapper .slide .slide-content h2 {
    color: #fff;
    font-size: 100px;
    margin-bottom: 20px;
        line-height: 1.1;
}

.slider-wrapper .slide .slide-content p {
    color: #fff;
    margin-bottom: 20px;
      max-width: 50%;
}


.default-footer {
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/slider/2.webp);
    background-size: cover;
    background-position: center; */
    background: #000;
}

.footer-content h4,
.footer-content a,
.footer-content p {
    color: #fff;
}

.footer-content a:hover {
    color: gray;
}

.big-text.style-one h2 {
    font-size: 80px;
}


.big-text.style-one h2 {

    background: url(../img/slider/2.webp) no-repeat bottom;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-menu {
    position: relative;
    width: 100%;
}

.honeymoon-escapes {
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/bg/1.webp);
    background-size: cover;
    background-position: center; */
    background: #000;
}

.adventure-section .content h4 {
    font-size: 23px;
    min-height: 65px;
    line-height: 1.2;
}


.tripex-service-sec .map-bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: top;
    z-index: -1;
    width: 100%;
    height: 700px;
    opacity: 0.05;
}

/* .tripex-service-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    max-height: 1014px;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, #EAF4E6 0%, rgba(234, 244, 230, 0) 100%);
    z-index: -2;
} */

.tripex-testimonial-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.tripex-testimonial-sec .testimonial-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 5000%;
    height: 60%;
    background-position: top;
    opacity: 0.05;
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-animation: translateBg 40s linear infinite;
    animation: translateBg 40s linear infinite;
}

.section-title {
    margin-bottom: 30px;
}

@media(max-width:1620px) {
    .site-branding a.brand-logo h3 {
        font-size: 20px;
    }

    .header-three .header-navigation {
        padding: 0 0px;
    }

    .header-navigation .main-menu ul>li {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .site-branding a.brand-logo span.brand-tag-line {
        font-size: 14px;
    }


}

@media(max-width:1300px) {
    .header-three .header-top-bar {
        padding: 7px 0px;
    }

    .header-navigation .main-menu ul>li.has-children>a,
    .header-navigation .main-menu ul>li.has-megamenu>a {
        position: relative;
        display: block;
        font: 500 15px var(--heading-font);
        text-transform: capitalize;
        line-height: 1;
        color: var(--heading-color);

    }

    .site-branding a.brand-logo h3 {
        font-size: 19px;
    }

    .site-branding a.brand-logo span.brand-tag-line {
        font-size: 12px;
    }

    .header-navigation .main-menu ul>li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    .site-branding a.brand-logo {

        gap: 5px;
    }

    .site-branding a.brand-logo img {
        max-width: 60px;
    }

    .theme-btn.style-one {
        padding: 5px 5px 5px 10px;
        line-height: 20px;
        background-color: var(--primary-color);
        color: var(--white-color);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .theme-btn.style-one .theme-btn {
        font-size: 14px;
    }
}


.header-top-bar {
    background: #000;
}

.search-box {
    position: relative;
    background-color: #fff;
    /* display: flex;
    align-items: center; */
    max-width: 100%;
    border-radius: 50px;
}

.search-box .search-input {
    width: 100% !important;
    height: 40px;
    background-color: #fff;
    border: 0;
    outline: 0;
    border-radius: 50px;
    padding: 0px 20px;
}

.search-box .searchInput {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 500;


}

.search-box .search-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    color: #000;
}

.slider-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.slider-section .slick-arrow.prev,
.slider-section .slick-arrow.next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    display: grid;
    place-content: center;
    background-color: #fff;
    cursor: pointer;
}

.slider-section .slick-arrow.prev {
    left: 5%;
}

.slider-section .slick-arrow.next {
    right: 5%;
}

/* slider arrow start */
.tripex-service-sec .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.tripex-service-sec .slick-arrow.prev,
.tripex-service-sec .slick-arrow.next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    display: grid;
    place-content: center;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.tripex-service-sec .slick-arrow.prev {
    left: -18px;
}

.tripex-service-sec .slick-arrow.next {
    right: -18px;
}

/* slider arrow end */

/* slider arrow start */
.tour-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.tour-slider .slick-arrow.prev,
.tour-slider .slick-arrow.next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    display: grid;
    place-content: center;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.tour-slider .slick-arrow.prev {
    left: -15px;
}

.tour-slider .slick-arrow.next {
    right: -15px;
}

/* slider arrow end */

/* slider arrow start */
.testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.testimonial-slider .slick-arrow.prev,
.testimonial-slider .slick-arrow.next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    display: grid;
    place-content: center;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.testimonial-slider .slick-arrow.prev {
    left: -10px;
}

.testimonial-slider .slick-arrow.next {
    right: -10px;
}

/* slider arrow end */

.section-title h2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
}

.section-title .sub-heading {
    font-weight: 400;
}

.testimonial-slider .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}


/* slider arrow start */
.destination-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.destination-slider .slick-arrow.prev,
.destination-slider .slick-arrow.next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    display: grid;
    place-content: center;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.destination-slider .slick-arrow.prev {
    left: -18px;
}

.destination-slider .slick-arrow.next {
    right: -18px;
}

/* slider arrow end */


.tour-slider .tripex-tour-item {
    margin-left: 5px;
    margin-right: 5px;
}

.tripex-tour-item .content .tour-footer a.theme-btn.style-one {
    font-size: 14px;
    padding-left: 15px;
}

.tripex-tour-item .content .tour-footer a.theme-btn i {
    margin-left: 5px;
}

@media(max-width:1300px) {
    .tripex-tour-item .content .tour-footer a.theme-btn.style-one {
        font-size: 12px;
        padding-left: 10px;
    }

    .tripex-tour-item .content .tour-footer a.theme-btn i {
        margin-left: 3px;
    }
}

.copyright-text p {
    color: #000;
     font-family: var(--heading-font);
}

.f-social-links {
    display: flex;
    align-items: center;
}

.tripex-service-sec .service-card-item .button {
    display: flex;
    justify-content: center;
}

.tripex-service-sec .service-card-item .button a.theme-btn.style-one {
    font-size: 13px;
    letter-spacing: normal;
}

.tripex-service-sec .service-card-item .button a.theme-btn i {
    margin-left: 10px;
}

.tripex-service-sec .service-card-item .button a.theme-btn.style-one {
    padding: 5px 5px 5px 15px;
    line-height: 15px;
}

.f-contact-links li a i {
    width: 20px;
}



.f-contact-links li a span {
    margin-left: 10px;
}


.tripex-tour-grid-wrapper .tripex-tour-item .content .tour-footer a.theme-btn.style-one {
    font-size: 12px;
    padding-left: 15px;
}

.group-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-close.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;

}

.modal-container {
    position: relative;
}

.modal-container-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.836);
    padding: 30px;

}

.modal-container-content .modal-group-field {
    margin-bottom: 10px;
}

.modal-container-content .modal-group-field input {
    height: 40px;
    border-radius: 0;
    border: 0;
    /* border: 1px solid lightgray; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    width: 100%;
    padding: 5px 15px;
    border-radius: 10px;

}

.modal-container-content .modal-group-field label {
    font-size: 15px;

}

.tour-booking .modal-group-field {
    margin-bottom: 10px;
}

.tour-booking .modal-group-field input:not(input[type="checkbox"]) {
    height: 40px;
    border-radius: 0;
    border: 0;
    border: 1px solid lightgray;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px; */
    width: 100%;
    padding: 5px 15px;
    border-radius: 10px;

}

.tour-booking .modal-group-field textarea {

    border-radius: 0;
    border: 0;
    border: 1px solid lightgray;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px; */
    width: 100%;
    padding: 5px 15px;
    border-radius: 10px;

}

.tour-booking .modal-group-field label {
    font-size: 15px;
    color: #fff;
}

/*.place-to-visit .tripex-tour-item .content {*/
/*    padding: 20px 10px;*/
/*}*/

.place-to-visit .tripex-tour-item .content {
    padding : 20px 10px;
    display: grid ;
    grid-template-rows: subgrid;
    padding-bottom: 40px;
}

.tripex-tour-item .content .tour-meta {
    padding-bottom: 5px;
    margin-bottom: 5px;
    grid-template-columns: 1fr 1fr;
}

.tour-quick-link {
    width: 100%;
    display: grid;
    top: 162px;
    position: sticky;
    z-index: 99998;
}

.booking-cta-container {
    display: grid;
    top: 210px;
    position: sticky;
    border: 10px solid #ffa801;
    border-radius: 20px;
    /*z-index: 99998;*/
}

.tour-quick-link ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffa801;
    border-radius: 40px;
    margin-bottom: 40px;
    position: sticky;
    top: 10px;
    padding: 5px;
}

.tour-quick-link ul li a {
    color: #000;
    display: inline-block;
    padding: 8px 40px;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 18px;
    font-family: "Castoro", serif;
}

.tour-quick-link ul li a.active,
.tour-quick-link ul li a:hover {
    background-color: #000;
    color: #fff;
    border-radius: 40px;

}

.tripex-content p {
    text-align: justify;
}

.price-booking {
    background-color: #fff5d2;
    padding: 10px;
    /*margin-bottom: 10px;*/
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.price-booking .booking-price {
    margin: 10px 0;
}

.tripex-tour-item .content .tour-meta span.icon {
    width: 20px;
}

.tripex-tour-item .content .tour-meta .location {
    grid-column: 1 /-1;
    font-size: 12px;
}

.trek-border-bottom {
    border-bottom: 1px dashed lightgray;
}


.trek-content-section {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.tripex-content.pointer-list ul {
    list-style: none;


}


.tripex-content.pointer-list ul li {
    font-size: 17px;
    font-weight: 400;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.tripex-content.pointer-list ul li::before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    font-weight: 900;
    left: 5px;
    font-size: 7px;
    color: #000;
}

ul.inlustions-pointer-lists {
    list-style: none;
}

ul.inlustions-pointer-lists li {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}


ul.inlustions-pointer-lists li::before {
    content: '\f336';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    left: 5px;
    background: #ffa801;
    width: 16px;
    height: 14px;
    line-height: 13px;
    border-radius: 50%;
}


ul.exlustions-pointer-lists {
    list-style: none;
}

ul.exlustions-pointer-lists li {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.tripex-br-box {
    border-left: 1px solid var(--border-color);
}

ul.exlustions-pointer-lists li::before {
    content: '\f057';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    left: 5px;
    background: #FFC107;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    line-height: 16px;
    padding: 0;
}

.trek-content-section h6 {
    margin: 20px 0;
    font-weight: 400;
    text-align: center;
    font-size: 27px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}

.trek-content-section h6.accordion-title {
    text-align: left;
}

.tripex-feature-item-two .icon img {
    width: 90%;
    object-fit: contain;
}


.tripex-content-wrapper .tripex-content {
    padding: 20px;
    border-radius: 10px;

}

.tripex-content-wrapper .tripex-content {
    background: #fff;
    box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);

}


.tripex-testimonial-sec.trekking {
    display: none;
}


.fa-comments:before {
    content: "\f086";
    background: #FFC107;
    border-radius: 50%;
    line-height: 19px;
    padding: 5px;
}


.tour-meta-info-box .trek-meta-info {
    display: flex;
    flex-direction: column;
}

.tour-meta-info-box .trek-meta-info .trek-meta-title {
    font-weight: 500;
}


.page-hero-banner .page-content .page-sub-heading {
    color: #fff;
    font-size: 18px;
    font-family: "Castoro", serif;
}


.group-field.half-width {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.modal-group-field.term-field {
    display: flex;
    align-items: start;
    gap: 10px;
}

.modal-group-field.term-field label {
    font-size: 12px;
    line-height: 1.2;
}

.tripex-tour-pricing-box input::placeholder,
.tripex-tour-pricing-box textarea::placeholder {
    font-size: 13px;
}

.booking-term-links a {
    text-decoration: underline;
    font-size: 13px;
}


.basic-fitness-section .tripex-choose-item {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    min-height: 240px;
    border-radius: 0;
}


.tour-details-wrapper .tripex-include-excluded-box.transportation-section {
    background-color: transparent;
    box-shadow: none !important;
    gap: 20px;
    height: 100%;

}

.theme-btn.style-one.btn-yellow {
    background: #ffa801;
    padding: 10px 20px 6px;
    line-height: normal;
    display: block;
    margin: 0;
    color: #000;
}

.theme-btn.style-one.submit-btn {
    padding: 8px 20px 6px;
    font-size: 18px;
    font-weight: 400;

}

.basic-fitness-section .tripex-choose-item h4 {
    font-size: 18px;
    text-align: center !important;
    display: block;
}




.tour-section .tripex-content-wrapper .tripex-content {
    background: #fff;
    box-shadow: 10px 4px 60px 0px rgba(196, 196, 196, 0.25);
    height: 96%;
}

.tripex-content-wrapper.h-100 {
    height: 100%;
}



.basic-fitness-section h4 {
    font-size: 30px;
    font-weight: 400;
}

.basic-fitness-section .tripex-choose-item .content h4 {
    font-weight: 400;
    font-size: 27px;
    text-align: center;
}

.basic-fitness-section .tripex-choose-item .content p {
    line-height: 1.5 !important;
    font-size: 17px;
    font-weight: 400;
}

.tripex-testimonial-sec .section-title.title-wrap h4 {
    font-size: 30px;
    font-weight: 400;
}

.price-booking h6 {
    font-size: 20px;
    font-weight: 400;
}

.booking-term-links {
    justify-content: center;
    column-gap: 10px;
    line-height: 1.5;
}


.price-booking .theme-btn.style-one {
    font-size: 22px !important;
    font-weight: 400;
    font-family: "Castoro", serif !important;
}


.fitness-point-section .tripex-box h6 {
    min-height: 50px;
}


.row-gap-top {
    margin-top: 50px;
}

.fitness-point-section .tripex-box h6 {
    min-height: 65px;
}

.gir-section .row [class^='col-'] {
    margin-bottom: 30px;
}

.gir-section .tripex-choose-item {
    height: 100%;
    padding-bottom: 0;
}

.gir-section .tripex-choose-item h6 {
    margin: 0;
    min-height: 65px;
}

.adventure-section .tripex-content {
    height: 100%;
    padding-bottom: 0;
}

.adventure-section.row-gap-top [class^='col-'] {
    margin-bottom: 30px;
}

.adventure-section.section-bottom-gap [class^='col-'] {
    margin-bottom: 30px;
}

.adventure-section .tripex-content-wrapper .tripex-content {
    height: 100%;
}

.accordion-card-two .accordion-header .accordion-title {
    margin-bottom: 0;
}

.accordion-card-two .accordion-content {
    padding-top: 10px;
}




/*custom pointer start*/

.tripex-content.pointer-list ul {
    list-style: none;


}


.custom-pointer ul li {
    font-size: 17px;
    font-weight: 400;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.custom-pointer ul li::before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    font-weight: 900;
    left: 5px;
    font-size: 7px;
    color: #000;
}


.discover-section-card .slick-list {
    padding-bottom: 50px;
}

.leader-group-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.location-section {
    background-color: #000;
    height: 450px;
    display: grid;
    place-content: center;
}

.location-section * {
    color: #fff;
}

.tripex-content.box-shadow-custom {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.modal-group-field.select-field label {
    color: #fff;
    line-height: 1.2;
}

.modal-group-field.select-field .nice-select {
    height: 40px;
    border-radius: 0;
    border: 0;
    border: 1px solid lightgray;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px; */
    width: 100%;
    padding: 0px 15px;
    border-radius: 10px;
    background: #fff;
}

.modal-group-field.select-field .nice-select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    right: 10px;
    position: absolute;
    top: 0;
}

/*.modal-group-field.select-field .nice-select span.current{*/
/*    font-size: 12px;*/
/*}*/


.tripex-tour-item .thumbnail span.customised-text {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffa801;
    font-size: 14px;
    line-height: 1;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.tripex-choose-sec .tripex-choose-row [class^='col-'] {
    margin-bottom: 30px;
}




.dropdown.custom-dropdown-btn button {
    background: #000;
    color: #fff;
    font-weight: 400;
}

.tripex-choose-title {
    display: grid;
    grid-template-columns: 50px auto;
    column-gap: 5px;
    border-bottom: 1px solid var(--border-color);
}

.footer-content-info li {
    color: #fff;
}
.footer-content-info li span{
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}


@media(max-width: 1600px){
    .tour-quick-link {
    width: 100%;
    display: grid;
    top: 144px;
    position: sticky;
    z-index: 99998;
}

.booking-cta-container {
    top: 186px;
    position: sticky;
    
}
}


@media (max-width: 1300px) {
    .tour-quick-link {
        top: 106px;
        position: sticky;
        z-index: 99998;
    }
        .booking-cta-container {
        top: 166px;
        position: sticky;
    }
}


.breadcrumb-section {
        position: relative;
        margin: 0 20px;
        border-radius: 15px;
        overflow: hidden;
        max-height: 500px;
            /*min-height: 500px;*/
    }

    .breadcrumb-section .breadcrumb-page-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    
      .breadcrumb-section .breadcrumb-page-content.position-bottom {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }


    .breadcrumb-section .breadcrumb-page-content h1 {
        color: var(--white-color);
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 48px;
        text-align: center;
        font-family: "Castoro", serif;
        text-transform: uppercase;
    }

    .breadcrumb-section .breadcrumb-page-content .page-sub-heading {
        color: #fff;
        font-size: 18px;
        font-family: "Castoro", serif;
        text-align: center;
    }
    
    .breadcrumb-section.no-overlay::before{
        display: none;
    }

    .breadcrumb-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        z-index: 0;
    }
    
    
    
     .breadcrumb-page-content .breadcrumb-link {
   margin-bottom: 10px;
   text-align: center;
 }
 
/*      .breadcrumb-section .breadcrumb-page-content.position-bottom .breadcrumb-link {*/
/*    position: absolute;*/
/*    bottom: -180%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 100%;*/
/*}*/


 .breadcrumb-page-content .breadcrumb-link li {
   display: inline-block;
   font-weight: 400;
   font-size: 22px;
   color: #fff;
 }

 .breadcrumb-page-content.breadcrumb-link li i {
   margin-right: 10px;
   margin-left: 10px;
 }
 
.text-red-600 li {
    color: red;
}
    
    
    /*call btn start*/
    
    
.side-icon {
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 200;
    right: 30px;
    bottom: 88px;
}

.ftlinks {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.ftlinks a {
  color: #fff;
  text-align: center;
}

.side-icon>a {
  margin-top: 10px;
}
.side-icon>a:first-child {
  width: 48px;
  height: 48px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-icon>a:last-child {
  width: 48px;
  height: 48px;
  background-color: #ffa801;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-icon>a:last-child>i {
    color: #000000;
    font-size: 22px;
    rotate: 100deg;
}
.side-icon>a:first-child>i{
      color: #fff;
  font-size: 30px;
}
.mb-contact {
  display: none;
}

@media(max-width:767px) {
  .side-icon {
    display: none;
  }

  .mb-contact {
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw;
    z-index: 99999999999999;
  }

  .mb-contact .contact {
    width: 48%;
    text-align: center;
  }

  .mb-contact .contact:first-child {
    background-color: #F44336;
  }

  .mb-contact .contact {
    padding: 10px;
    display: block;
    margin: 1%;
    border-radius: 5%;
    box-shadow: 2px 1px 2px #ccc;
  }

  .mb-contact .contact:last-child {
    background-color: #4caf50;
  }

  /*.mb-contact .contact:nth-child(2) {
            background-color: #999;
            }*/

  .mb-contact .contact>a {
    color: #fff;
    font-size: 16px;
  }

  .bottom-footer-text {
    padding-bottom: 45px;
  }

}

/*.offer-price span{*/
/*    display: none;*/
/*}*/
 
 .site-branding.mobile-logo{
     display: none;
 }
 
 
#short-contents h5{
        border-bottom: 1px solid #eee;
    padding-bottom: 10px;font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sub-menu.desktop-two-column{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
}

.cookie-content-heading{
    margin-top: 0; color: #000; font-size: 30px; line-height:1.5; text-align: center;
}
 .cookie-content-paga{
     font-size: 17px; line-height: 1.5; text-align: center;
 }
 
 #cookieConsentPopup{
      position: fixed;
            bottom: 20px;
            right: 20px;
            left:20px;
            max-width: 90%;
            margin: auto;
            background: #fff;
            border: 1px solid #ffa801;
            box-shadow: 0 0 14px rgba(0,0,0,0.15);
            padding: 10px;
            z-index: 999999;
            border-radius: 10px;
            display: none; 
            color: #000;
 }
 
 @media(max-width:1200px){
       .site-branding.mobile-logo{ 
     display: block; 
 } 
    .header-three .header-navigation {
  
    background: #000000;
}

.header-navigation .primary-menu {
    justify-content: space-between;
}
.header-navigation .primary-menu {
    justify-content: space-between;
}
.header-navigation .navbar-toggler{
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.site-branding {
    background: #000;
    padding: 5px;
}
 }
 


@media(max-width:768px){
    
    html{
           width:100vw; 
   overflow-x: hidden;
    }
    .close-icon {
  position: absolute;
  top: -7px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
}
     #cookieConsentPopup{
      position: fixed;
            bottom: 20px;
            right: 0px;
            left:0px;
            max-width: 90%;
            margin: auto;
            background: #fff;
            border: 1px solid #ffa801;
            box-shadow: 0 0 14px rgba(0,0,0,0.15);
            padding: 10px;
            z-index: 999999;
            border-radius: 10px;
            display: none; 
            color: #000;
 }
    
    
     .cookie-content-paga{
     font-size: 14px; line-height: 1.5; text-align: center;
 }
 .cookie-content-heading{
    margin-top: 0; color: #000; font-size: 20px; line-height:1.5; text-align: center;
}
 
     .site-branding.mobile-logo{ 
     display: block; 
 } 
    .header-three .header-navigation {
  
    background: #000000;
}

.header-navigation .primary-menu {
    justify-content: space-between;
}
.header-navigation .navbar-toggler{
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.site-branding {
    background: #000;
    padding: 5px;
}

.slider-wrapper .slide .slide-content h2 {
  
    font-size: 40px; 
}

.slider-wrapper .slide .slide-content {
     max-width: 100%;
}
.slider-wrapper .slide .slide-content p {
    color: #fff;
    margin-bottom: 20px;
    max-width: 90%;
}
.breadcrumb-section .breadcrumb-page-content h1 {
   
    font-size: 25px; 
}
.breadcrumb-section {
 
    margin: 0 5px;
    border-radius: 15px;
    overflow: hidden;
    max-height: 200px;
    min-height: 200px;
}

.breadcrumb-img img{
     max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}
    .tour-quick-link {
        top: 106px;
        position: sticky;
        z-index: 99998;
        overflow-x: auto; 
        margin-bottom: 10px;
    }
    
       .tour-quick-link::-webkit-scrollbar {
 width:2px;
 height: 2px;
}
 
    .tour-quick-link::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
 
    .tour-quick-link::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
    
    
    .tour-quick-link ul {
    
     margin-bottom: 0px; 
 
}

.tour-quick-link ul li a {
    
    padding: 8px 10px; 
    font-size: 14px;
 
    white-space: nowrap;
}
    .header-navigation .theme-nav-menu .main-menu ul li a {
    
        font-size: 15px;
    }
}