/* Container for all clouds */

/* Vertical fade-grow animation */
@keyframes grow {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        transform-origin: bottom;
        opacity: 0;
    }
}

/* Horizontal drifting animation */
@keyframes cloudScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50%);
    }
}

.bannerReduced {
    overflow: hidden;
}

/* .clouds {
    position: absolute;
    bottom: 0
} */
.clouds img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.clouds-animate-1 {
    width: 200% !important;
    animation: 100s infinite cloudScroll;
}

.clouds-animate-3 {
    animation: 60s infinite grow;
}

.clouds-animate-2 {
    animation: 3s infinite grow;
}

.prime__recommend {
    background: transparent;
    max-width: 756px;
    position: absolute;
    bottom: -40px;
    z-index: 2;
}

.prime__recommend li {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    background-color: #041121;
    width: 140px;
    height: 90px;
    justify-content: center;
}

.prime__recommend-list {
    justify-content: space-evenly;
}

.prime__recommend .txt {
    padding-right: 0;
    line-height: 1.3;
}

span.svg-wrap img {
    padding-top: 0;
}

.prime__recommend-list li:first-child span.svg-wrap img {
    padding-top: 8px;
}

.weabout {
    background-color: #041121;
}

.weabout p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.weabout__still {
    border-radius: 0;
    margin-bottom: 30px;
    border: 5px solid #fff;
}

.weabout a {
    color: #0ea724;
}

.center_align {
    text-align: center;
}

.siteheadline--title {
    color: #000;
}

.center_align .siteheadline--title {
    padding-right: 0;
    text-align: center;
}

.small_title {
    font-size: 13px;
    letter-spacing: 2px;
    position: relative;
    color: #000
}



.weabout .small_title,
.destinationFeature .small_title,
.small_title.whiteTxt {
    color: #fff;
}

.weabout .small_title::before,
.weabout .small_title::after,
.destinationFeature .small_title::before,
.destinationFeature .small_title::after,
.small_title.whiteTxt::before,
.small_title.whiteTxt::after {
    background-color: #fff;
}

.weabout .siteheadline--title {
    color: #fff;
}

.widergap {
    gap: 75px 20px;
    margin-top: 30px;
    justify-content: space-between;

}

.package__item-detail {
    bottom: auto;
    top: 0;
}

.package__box-facts {
    font-size: 16px;
}

.package__box-facts .rate {
    margin: 0 0 0 7px;
    font-size: 20px;
}

.tag-success,
.tag-warning {
    padding: 5px 10px;
    border: 1px solid #fff;
    ;
}
.tag-warning{
    background: #b64b0a;
}
.primary-tint{
    background: #126c1f;
    border-color: #126c1f;
}
.destiny__headline {
    flex-direction: column;
}

.destinationFeature {
    width: 100%;
    text-align: center;
}

.destiny__headline-title {
    padding-right: 0;
    width: 100%;
}

.destiny__headline-clip {
    width: 100%;
}

.buttonWrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 13px 18px;
    right: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 0;
}

/* .buttonWrapper a:last-child {
    display: none;
} */

.blue-tint {
    background-color: #043577;
    border-color: #043577;
    color: #fff;
}

.blue-tint:hover {
    border-color: #fff;
    color: #043577;
    background-color: #fff;
}

.buttonWrapper .snow-tint {
    border-color: #fff;
    color: #043577;
    margin-right: 0;
}

.packageInfoWrapper {
    padding: 15px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
    /* margin-bottom: 75px; */
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.program .package__item {
    margin-bottom: 0;
}

.package__item {
    border-radius: 0;
}

.tripHighlights {
    display: flex;
    justify-content: space-between;
    color: #474747;
    font-size: 15px;
    align-items: center;
    padding-top: 10px;
}

.tripHighlights span {
    display: flex;
    gap: 8px;
}

.priceBlock {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    gap: 20px;
    padding-top: 7px;
    justify-content: space-between;
}

.priceBlock .price {
    color: #000
}

.priceBlock .actprice {
    color: #474747;
    font-weight: 400;
    font-size: 16px;

}

.priceBlock span.before {
    font-size: 24px;
    font-weight: 700;
    position:relative;
    padding: 0 5px;
}
.priceBlock span.before::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #D3040A;
    transform: translateY(-50%);
    padding: 0 5px;
}
.percent_off{
    background-color: #D3040A;
    border-radius: 25px;
    color:#fff;
    font-size:16px;
    padding:5px 10px;
    font-style: italic;
    font-weight: bold;
}
.season {
    background-color: #041121;
    position: relative;
}

.season::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 355px;
    background-color: #041121;
    z-index: 0;
}

.season>div {
    position: relative;
}

.season__trip-title {
    font-weight: 900;
    text-transform: uppercase;
}

.season__trip-fact dl {
    flex-direction: column;
}

.season__trip-fact dt {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.season__trip-fact dd {
    font-weight: 700;
    font-size: 14px;
}

.tripSeasonImg {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.tripImgWrapper {
    width: 100%;
    height: 250px;
    display: block;
}

.tripImgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prevPrice {
    color: #dedede;
    font-weight: 400;
}

.critique {
    background: url('/wp-content/themes/accessnepaltour/css/../images/textimonial-bg.png') no-repeat top center / cover;
}

.regions {
    padding: 40px 0;
}

.titleWrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}

.rightDescription {
    color: #666;
}

.rightDescription a {
    color: #000;
}

.regionGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    /* grid-auto-rows: 243px; */
    grid-auto-flow: dense;
    width: 100%;

}

.regionGrid>div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.regionGrid>div>a {
    width: 100%;
    height: 100%;
}

.regionGrid>div>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.regionInfo {
    position: absolute;
    padding: 25px;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;

}

.regionInfo h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.regionInfo p {
    margin-bottom: 0;
}

.regionGrid>div>a.knowmore {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 20px;
    bottom: 28px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.regionGrid>div>a.knowmore img {
    width: 20px;
    height: 20px;
}

.img--fullwidth {
    width: 100%;
    margin-bottom: 30px;
}

.csr {
    padding: 25px 0 10px;
}

.csrDesc {
    max-width: 588px;
    margin: 27px auto 44px;

}

.csrDesc p {
    text-align: center;
}

.csrBtn {
    font-size: 15px !important;
    font-weight: 500;
    padding: 10px 6px;
    border-radius: 5px;

}

.weabout .csrBtn {
    color: #fff;
}

.csrGallery div {
    margin-bottom: 5px;
}

.csrGallery .darkBlue {
    margin-bottom: 8px;
}

.csrGallery p {
    color: #fff;
}

.csrGallery h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

.lightGreen {
    background-color: #126c1f;
    padding: 20px;
    margin-top: 10px;
}
.primary-tint:hover, .primary-tint:focus{
    background-color: #126c1f;
}

.darkBlue {
    background-color: #041121;
    padding: 20px;
    margin-bottom: 20px;
}

.csrGallery img {
    width: 100%;
}

.imgWrapper {
    background-image: url('/wp-content/themes/accessnepaltour/css/../images/site-marker.svg');
    background-color: #cccccc;
    background-size: 40% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    border-radius: 15px;
    overflow: hidden;
}

.imgWrapper:before {
    content: '';
    display: block;
    padding-top: 86.4583333333%;
}



.imgWrapper>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.critique .bquote {
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    color: #000;
    border-radius: 4px;

}

.critique__slips .slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #043577;
    font-size: 20px;
    color: #fff;
    border-color: #043577
}

.critique .bquote h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.critique .bquote p {
    text-align: center !important;
}

.bquote__cite-group {
    justify-content: center;
    padding-left: 0;
    text-align: center;
}

.service .reviser--clip p {
    font-size: 16px;
}

.service .siteheadline--title {
    padding: 0;
}

.service .siteheadline--title.historyTitle {
    padding: 0 20% 0 0;
}

.site__footer {
    background: url('/wp-content/themes/accessnepaltour/css/../images/footer-img.jpg') no-repeat center top #000810;
    background-size: contain;
    padding-top: 100px;
}

.recpay {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
    margin: 0;
    flex-direction: column;
}

.svg-wrap {
    display: flex;
    align-items: center;
}

.recpay .widersvg {
    width: 74px;
}

.subscribeBlock {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.footer__item .general-form {
    max-height: 60px;
}

.listingPoint {
    display: flex;
    gap: 20px;
}

.listingPoint img {
    width: 25px;
    height: 25px;
    margin-top: 2px;
}

.package__item-facts {
    align-items: center;
}

/* ul.package__item-facts li {
    flex: 50%;
} */
/* .tripHighlights span:nth-child(2) {
    display: none;
} */

.critique__slips .slick-arrow.slick-next {
    right: 7%;
}

.critique__slips .slick-arrow.slick-prev {
    left: 7%;
}

.slick-initialized .slick-slide {
    padding: 10px;
}

.bquote__cite-group {
    flex-direction: column;
}

.tiktok {
    background-color: #041121 !important;
    fill: #fff;
}

.tiktok:hover {
    background-color: #fff !important;
    fill: #041121;
}

.site__planner {
    letter-spacing: normal;
    background:#126c1f;
}

.site__planner .text {
    font-size: 12px;
}

.site__expert dd {
    font-size: 14px;
}

/*CONTACT PAGE*/
.noImage {
    background-image: none;
    position: relative;
    margin-bottom: 30px;
}

.noImage:before {
    content: '';
    box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    /* height: 10px; */
    bottom: 0;
    left: 2%;
    right: 2%;
    z-index: -1;
}

.noImage:after {
    background: white;
    opacity: 1;
}

.noImage .site__sign-caption {
    height: 100px;
}

.contactForm input,
.contactForm textarea,
.contactForm select,
.generalForm input,
.generalForm textarea,
.generalForm select {
    background: none;
    border: 2px solid #9D9C9C;
    color: #000;
    padding: 2px 10px;
    font-size: 18px;
}

.contactForm input[type=text],
.contactForm input[type=email],
.contactForm input[type=number],
.contactForm textarea,
.contactForm select,
.generalForm input[type=text],
.generalForm input[type=email],
.generalForm input[type=number],
.generalForm textarea,
.generalForm select {
    border: none;
    border-bottom: 2px solid #9D9C9C;
    width: 100%;
}

.contactForm input:focus,
.contactForm input:active,
.contactForm textarea:active,
.contactForm textarea:focus,
.contactForm select:active,
.contactForm select:focus,
.generalForm input:focus,
.generalForm input:active,
.generalForm textarea:active,
.generalForm textarea:focus,
.generalForm select:active,
.generalForm select:focus {
    outline: none;
}

.contactForm .input-group,
.generalForm .input-group {
    position: relative;
    display: inline-block;
    width: 100%;
}

.contactForm .input-group label,
.generalForm .input-group label {
    position: absolute;
    color: #535353;
    pointer-events: none;
    transform-origin: 0 0;
    transform: scale(0.9) translateY(100%);
    transition: transform 0.2s linear;
    font-size: 20px;
    top: -5px;
}

.contactForm .input-group .bgWhite {
    padding-left: 0;
}

.contactForm .input-group .animate-label,
.generalForm .input-group .animate-label {
    color: #043577;
}

.contactForm .input-group label span,
.generalForm .input-group label span {
    color: #D3040A;
}

.contactForm .input-group label.animate-label,
.generalForm .input-group label.animate-label {
    transform: scale(0.8) translateY(0%);
    transition: transform 0.2s linear;
    top: -10px;
}

.contactForm .input-group input,
.generalForm .input-group input {
    padding: 20px 0 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.contactForm textarea,
.generalForm textarea {
    height: 100px;
    padding: 20px 10px 10px 0;
}

.contactForm select,
.generalForm select {
    /* background: #fff url('/wp-content/themes/accessnepaltour/css/../images/dropdown.svg') no-repeat right 0.9rem center / 10px 12px;    */
    padding: 20px 28px 7px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #535353;
    margin-bottom: 10px;
}

.bgWhite {
    background-color: #fff;
    /* min-width: 200px; */
    padding: 0 10px
}

.address,
.callUs,
.msg {
    margin-bottom: 35px;
    width: 100%;
    padding-left: 70px;
    position: relative;
}

.address:before,
.callUs:before,
.msg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;

    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FDB000;
    border-radius: 50%;
}

.address:before {
    background-image: url('/wp-content/themes/accessnepaltour/css/../images/location.svg');
}

.callUs:before {
    background-image: url('/wp-content/themes/accessnepaltour/css/../images/call.svg');
}

.msg:before {
    background-image: url('/wp-content/themes/accessnepaltour/css/../images/message.svg');
}

.address p,
.callUs p,
.msg p {
    margin-bottom: 0;
    font-size: 16px;
}

.address strong,
.callUs strong,
.msg strong {
    color: #043577;
    font-size: 20px;
}

.msg {
    margin-bottom: 0;
}

.contactForm .button {
    border-radius: 8px;
    margin: 15px 0 25px;
    padding: 15px;
    height: auto;
}

.contactTitle {
    display: flex;
    gap: 13px;
    margin-bottom: 30px;
}

.generalForm .input-group label.form-error {
    color: red;
    left: auto;
    right: 0;
    top: -11px;
    text-align: right;
}

/*CLIENT INFORMATION PAGE*/
.form__clientinfo-title strong,
.site__pg-mainheadline strong {
    color: #043577;
    font-weight: 700;
}

.generalForm .input-group {
    border-radius: 20px;
    border: 1px solid #000;
    padding: 5px 20px 5px 10px;
    font-size: 18px;
    margin-bottom: 25px;
    top: -5px;
}

.generalForm .selBox {
    border-color: #043577;
}

.generalForm .input-group input,
.generalForm .input-group select {
    height: 35px;
    margin-bottom: 0;
    padding-top: 0;
    border: 0;
}

.generalForm .input-group label {
    font-size: 16px;
    top: -7px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;

}

.col3flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.col3flex .form-module {
    flex-wrap: wrap;
}

.subTitle {
    font-size: 20px;
    font-weight: 600;
    flex: auto !important;
    margin-bottom: 10px;
}

.subTitle strong {
    color: #043577;
    font-weight: 600;

}

.subTitle span {
    color: #D3040A;
}

.generalForm .input-group textarea {
    margin-bottom: 0;
    padding-top: 0;
}

.darkBlack {
    color: #000;
    font-size: 16px;
    margin: 7px 20px 0 10px;
}

.form-nameplate>.darkBlack {
    margin-left: 0;
}

.flexFullwidth {
    flex: 0 0 auto !important
}

.form__clientinfo-title,
.site__pg-mainheadline {
    display: flex;
    gap: 13px;
}

.mb {
    margin-bottom: 10px !important;
}

.mbl {
    margin-bottom: 20px !important;
}

.generalForm input[type=file] {
    border: 0;
}

.form__clientinfo .form-action {
    text-align: center;
}

.form__clientinfo .form-action .button {
    background: #0ea724;
    border-color: #0ea724;
    color: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    padding: 2px 22px;
    height: 40px;
}

.form__clientinfo .input-group input {
    padding-bottom: 0;
}

.form__clientinfo .input-group select {
    font-size: 14px;
    padding: 7px 10px;
}

#ciPhone {
    width: 100% !important;
}

.phoneLabel {
    z-index: 10;
    left: 60px;
    width: 87% !important;
}

.form__booking .serviceplate .form-selplate dl {
    gap: 20px;
}

.form__booking .serviceplate .form-selplate dd {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

dd.inc-desc {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 4px 12px;
    gap: 10px;
}

dd.inc-desc a,
dd.price {
    color: #787878 !important;
}

dd.inc-desc a {
    font-size: 20px;
}

dd.inc-desc input {
    border: 0 !important;
    padding: 0 !important;
}

.footer__item .general-form {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: 0;
}

.footer__item .general-form input[type='email'] {
    background: transparent;
    color: #fff;
}

.footer__item .general-form input[type='email']::placeholder {
    color: #fff;
}

.footer__item .general-form .button {
    border-radius: 0;
}

/*BUSINESS PARTNER PAGE*/
.businesspartner-info-box {
    border: 1px solid #dedede;
    border-radius: 12px;
    padding: 60px;
    max-width: 873px;
    margin: 0 auto;
}

.businesspage {
    padding-top: 5px;
}

.businesspage .input-group label {
    top: -12px;

}

.businesspage textarea {
    border: 0;
}

.businesspage .form-action .button,
.pdfdownload .form-action .button {
    background: #0ea724;
    border-color: #0ea724;
    color: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    padding: 2px 22px;
    height: 40px;
    margin-left: 0;
}

.businesspage .form-action {
    margin: 0 auto;
}

.centeraligntxt {
    justify-content: center;
}


/*ENQUIRE PAGE*/
.inquirekit {
    margin: 40px 35px;
    border: 1px solid #E7E7E7;
    padding: 20px;
    border-radius: 5px;
}

.inquirekit__title strong {
    color: #043577;
    font-weight: 700;
}

.inquirekit__form .input-group textarea {
    border: 0;
}

.inquirekit .form-action {
    flex-direction: column;
    gap: 20px;
}

.inquirekit .form-label {
    padding-bottom: 0;
}

.inquirekit .form-action .button {
    margin: 0 auto;
    background: #0ea724;
    border-color: #0ea724;
    color: #fff;
}

/*BOOKING PAGE*/

.form__booking .input-group textarea {
    border: 0;
}

.form__booking-title span {
    color: #043577;
}

.form-optionbox input[type="checkbox"]:checked+label,
.form-optionbox input[type="radio"]:checked+label {
    background: #043577;
    border-color: #043577;
    color: #fff;
}

.form__booking-box .topAlign {
    align-items: flex-start;
}

.form__booking-box .topAlign label {
    font-size: 16px;
    padding-top: 10px;
}

.form__booking-box .topAlign input {
    background: #DEDEDE;
    border: 0;
    padding: 12px 15px;
    height: auto;
    border-radius: 20px;
}

.form__booking-box .form-action {
    text-align: center;
}

.form__booking-box .form-action .button {
    border-radius: 8px;
    background: #0ea724;
    border-color: #0ea724;
    color: #fff;
}

.form__booking-box .form-label {
    font-size: 16px;
}

.form__booking-box .form-optionbox label {
    height: auto;
    border-color: #000;
    padding: 15px;
    font-size: 16px;
    border-radius: 20px;
}

.form__booking-box .form-optionbox label:before {
    top: 23px;
    height: 7px;
    width: 10px;
}

.form-optionbox label:after {
    border-color: #9D9C9C;
    width: 20px;
    height: 20px;
}


#bkTPkgCoupon {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 12px 15px;
    height: auto;
    font-size: 16px;
}

.couponBlock {
    margin-top: 20px !important;
}

.booking__summary {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
}

.booking__summary dl small {
    display: block;
    color: #000;
    padding-top: 7px;
}

.footer__item a {
    color: #fff;

}

.footer__item a:hover,
.footer__linkset a:hover {
    color: #0066cc;
}

.tripSummary {
    display: flex;
    gap: 27px;
    padding-bottom: 10px;
}

.tripSummary img {
    max-width: 100px;
}

.tripPackageInfo h3 {
    font-size: 18px;
    font-weight: 700;
}

.tripPackageInfo .txt {
    font-size: 12px;
    font-weight: 500;
    color: #1FAF38;
    display: block;
    padding-top: 5px;
}

h2.booking__summary-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}

h2.booking__summary-title span {
    color: #043577;
}

a.updateImgWrapper>img,
.imageWrapper a img {
    transition: all 0.5s ease-in-out;
}

a.updateImgWrapper>img:hover,
.imageWrapper a img:hover {
    scale: 1.1;
}

.imageWrapper a {
    overflow: hidden;
}

.ht-ctc .ctc_s_3_1 .ht_ctc_padding {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}

.prime__slider .slide:after {
    background: transparent;
}

.blog__tpl .blog__relate-facts li {
    display: flex;
    text-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.blog__relate-detail .priceBlock span.before {
    color: #000;
}

.blog__relate-detail .priceBlock {
    padding-bottom: 10px;
}

.blog__relate-detail .priceBlock .price {
    font-weight: 700;
    font-size: 24px;
}

.couponSelectWrapper {
    display: flex !important;
    gap: 20px;
    justify-content: space-evenly;
}

#couponForm select {
    font-size: 14px;
    width: auto;
}

.weabout iframe {
    width: 100% !important;
    aspect-ratio: 16/9;
    z-index: 0;

}

.videoBlock .siteheadline--title {
    margin-bottom: 20px;
}

/* .season__still{
    background-color: transparent;
} */


/*GRID LAYOUT*/
@media (min-width: 576px) {
    .widergap .sx-6 {
        width: 48%;
        padding: 0 11px;
    }
}

/*NEW EMAIL TEMPLATE DESIGN*/
.advertHeader {
    background-color: #000;
    background-image: none;
    padding: 30px 0;
}

.advertHeader div {
    display: flex;
    justify-content: space-between;
}

.advertHeader .updateNav {
    border: 0;
}

.advertHeader .rightBtn {
    display: flex;
    gap: 20px;
    align-items: center;
}

.rightBtn .button {
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: auto;
}

.advertBannerMain {
    height: 400px;
}

.advertHero {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 40px 0;
    height: 400px;
}

.advertHero span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.advertHero h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.buttonWrapblock {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.recommendedTreks {
    padding: 30px 0;
}

.tabBlockinfo {
    background-color: #EAF4FF;
    padding: 15px 0;
    color: #000;
    font-size: 14px;
}

.tabBlockinfo .col {
    display: flex;
    gap: 24px 0;
    justify-content: left;
    flex-wrap: wrap;
}

.tabBlockinfo .col>div {
    display: flex;
    gap: 10px;
    width: 49%;
}

.tabBlockinfo .col img {
    width: 33px;
}

.tabBlockinfo span {
    color: #043577;
    display: block;
}

.iti {
    display: flex;
    gap: 14px;
    border-bottom: 1px solid #DEDEDE;
    padding: 15px 0;
    flex-direction: column;

}

.iti span {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
}

.iti>span {
    display: block;
}

.iti span img {
    padding-right: 10px;
}

.iti>span span:first-child {
    color: #043577;
    padding-right: 5px;
    display: inline-block;
}

.iti .daydetail {
    display: inline;
}

.bar {
    font-size: 14px;
    font-weight: 400;
    padding-right: 14px;

}

.offer {
    background: url('/wp-content/themes/accessnepaltour/css/../images/offer-image.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    color: #fff;
}

.offer h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.offer p {
    text-align: center;
}

.offerButton {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.offerButton .button,
.advertHero .button {
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    gap: 10px;
}

.yellowbtn {
    background-color: #FDB000;
}

.greenbtn {
    background-color: #1FAF38;
}

.bluebtn {
    background-color: #043577;
}

section.tripInfo,
section.whyus,
section.faqs,
section.outlineItinerary,
section.offer,
section.tabBlockinfo,
section.gallerysection {
    margin-top: 30px;
}

.tripInfo ul {
    padding-left: 0;
}

.tripInfo ul li {
    padding-left: 24px;
    background-size: 10px;
    list-style: none;
    margin-bottom: 9px;
}

.arrow li {

    background: url('/wp-content/themes/accessnepaltour/css/../images/right-arrow.png') no-repeat left 8px;

}

.tick li {
    background: url('/wp-content/themes/accessnepaltour/css/../images/green-tick.svg') no-repeat left 6px;

}

section.faqs .trip__faq-item {
    background-color: #EAF4FF;
    padding: 17px 10px 17px 17px;
    margin-top: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    border: 0;
}

section.faqs .openCollapse {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;


}

section.faqs .trip__faq--title {
    font-size: 17px;
    padding: 0;
    font-weight: 700;
}

section.faqs .trip__faq--title:after {
    content: '';

}

section.faqs .trip__faq--detail {
    display: none;
}

section.faqs .trip__faq-item.faqitem-active .trip__faq--detail {
    display: block;
}

section.faqs .trip__faq-item .openCollapse::after {
    content: '+';
    color: #000;
    font-size: 30px;
    font-weight: 800;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

section.faqs .trip__faq-item.faqitem-active .openCollapse::after {
    content: '-';
    padding: 0 13px;

}

.gallerysegment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gallerysegment img {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}

.clean-footer {
    background: #070010;
    padding-top: 46px !important;
}

.contentBlock h2 {
    padding-bottom: 10px;
}

.contentBlock img {
    max-width: 100%;
}

section.whyus iframe {
    width: 100% !important;
    aspect-ratio: 16/9;
    height: auto;
    margin-top: 45px;
}

section.whyus ul {
    list-style: none;
    padding-left: 0;
}

section.whyus li {
    margin-bottom: 10px;
    background: url('/wp-content/themes/accessnepaltour/css/../images/thumb-up.png') no-repeat left 2px;
    background-size: 18px;
    padding-left: 30px;
}

.promobannerHolder {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promoBannerWrapper {
    max-width: 950px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;

}

.promoEmail {
    padding: 75px 55px 67px !important;
    width: 50% !important;
    position: relative;
}

.promoImage {
    padding: 0 !important;
}

.slick-track {
    display: flex !important;
    align-items: center;
}

.promoImage img {
    width: 100%;
    height: 100%;
}

.promoEmail .generalForm .input-group {
    border-radius: 5px;
    border-color: #043577;
}

.promoEmail .generalForm .input-group label {
    top: -10px;
    width: auto;
}

.promoEmail .col3flex {
    justify-content: center;
}

.promoEmail .button {
    border-radius: 2px;
    font-size: 15px;
    font-weight: 700;
}

.promoBannerWrapper .slick-arrow {
    background-image: url('/wp-content/themes/accessnepaltour/css/../images/arrow-dropdown.svg');
    background-repeat: no-repeat;
    rotate: 90deg;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background-color: transparent;
    background-size: 80%;
}

.promoBannerWrapper .slick-next {
    background-position: 2px 4px !important;
    right: 15px;
}

.promoBannerWrapper .slick-prev {
    background-position: 2px -15px !important;
    left: -10px;
}

.closePromo {
    background: url('/wp-content/themes/accessnepaltour/css/../images/close-icon.svg') no-repeat center center #D9D9D9;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 15px;
    right: 18px;
    border-radius: 50%;
    text-indent: -9999px;
}

.gd {
    background-color: #E4F2FF;
    padding: 20px 27px;

}

.gd .title {
    font-size: 16px;
    font-weight: 700;
    color: #043577;
}

.gd p {
    font-size: 12px;
    color: #434343;
    margin-bottom: 0;
}

.dnp__offer--listing {
    list-style: none;
    margin: 7px 16px 7px 29px;
    padding: 0;
}

.dnp__offer--listing li {
    font-size: 14px;
    color: #1B1B1E;
    padding: 10px 0 10px 34px;
    border-bottom: 1px dashed #000;
    background: url('/wp-content/themes/accessnepaltour/css/../images/green-tick-new.svg') no-repeat left center;
}

span.pp {
    font-size: 16px;
}

.trip__facts-list img {
    width: 36px;
}

.pdf {
    background-color: #f3f3f3;
    padding: 160px 0 82px;
    text-align: center;
}

.pdf p {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.pdfdownload {
    background: #fff;
    max-width: 735px;
    padding: 34px;
    margin: 0 auto;
    margin-top: 45px;
}

.pdfdownload .input-group label {
    width: auto;
}

.pdfdownload>div:nth-child(4) label {
    left: 88px;
    background: white;
    padding: 10px 30px 10px 10px;
    top: -36px;
    z-index: 2;
}

.pdfdownload>div:nth-child(4) label.animate-label {
    top: -15px;
    padding: 5px;
}

.pdfdownload>div:nth-child(4) label.form-error {
    padding: 10px 0;
    top: -44px;
}

.pdfdownload>div:nth-child(4) label.form-error.animate-label {
    top: -25px;
}

.pdfdownload .iti {
    padding: 0;
    display: block;
}

.tag-success {
    background:#126c1f;
}

@media (max-width: 768px) {
    .packageInfoWrapper {
        padding: 7px 15px;
    }

    .package__item-title {
        font-size: 18px;
    }

    /* .weabout .reviser--clip {
        line-clamp: 12;
        -webkit-line-clamp: 12;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;

    } */

    .weabout .mobileLink {
        color: #fff;
        font-weight: 700;
        margin-top: 10px;
        display: block;
        text-align: center;
    }

    .footer__item-title {
        margin-top: 20px;
    }

    .critique .siteheadline {
        margin-bottom: 20px;
    }

    .season__trip-title {
        text-align: center;
    }

    .season__trip-fact dl:nth-child(2) {
        display: none;
    }

    .season__trip {
        padding-bottom: 0;
    }



    .widergap {
        gap: 20px;
        margin-top: 20px;
    }

    .destiny {
        margin-top: 20px;
    }

    .prime__recommend {
        bottom: -10px;
        left: 0;
    }

    .prime__recommend li {
        width: 85px;
        height: 90px;
        display: none;
    }

    .prime__recommend li:first-child {
        display: flex;
    }

    .prime__recommend-list {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .package__box-facts {
        font-size: 15px;
    }

    .package__box-facts .rate {
        margin: 2px 0 0 0;
        font-size: 11px;
    }

    .destiny p,
    .whyusBlock p {
        text-align: justify;
    }

    .whyusBlock {
        background-color: #041121;
        padding: 40px 0 22px;
    }

    .whyusBlock .small_title,
    .whyusBlock .siteheadline--title,
    .whyusBlock .siteheadline--title strong,
    .whyusBlock p {
        color: #fff;
    }

    .whyusBlock img {
        border: 5px solid #fff;
        max-width: 350px;
        max-height: 220px;
        display: block;
        margin: 0 auto 30px;
    }

    .listingPoint {
        display: none;
        gap: 13px;
    }

    /* .csrBtn {
        display: none;
    } */

    .priceBlock span.before,
    .priceBlock .price,
    .blog__relate-detail .priceBlock .price {
        font-size: 15px;
    }

    .tripHighlights {
        /* flex-direction: column;
        gap: 12px; */
        display: none;
    }

    .newTitleupdate {
        text-align: center;
    }

    /* .priceBlock {
        justify-content: space-between;
    } */

    .form__booking .serviceplate .form-selplate dt {
        flex: 0 0 150px;
    }

    .form__booking .serviceplate .form-selplate dd.price {
        flex: 0 0 50px;
    }

    .form-checklist {
        gap: 10px 21px;
    }

    .form__booking .serviceplate .form__booking-title,
    .form__booking-title {
        margin: 0;
    }

    .form__booking-box~.form__booking-box {
        padding: 20px 0 0;
        margin-bottom: 18px;
    }

    .form__booking {
        padding-bottom: 20px;
    }

    .form__booking .input-group {
        margin-bottom: 0;
    }

    .generalForm .input-group {
        margin-bottom: 18px;
    }

    .form__clientinfo .input-group {
        margin-bottom: 0;
    }

    .arrival,
    .departure {
        display: grid;
        gap: 20px;
    }

    .bquote__cite-name {
        font-size: 16px;
        padding-top: 10px;
    }

    .csrGallery h3,
    .season__trip-title {
        font-size: 20px;
        font-weight: 700px;
    }

    .season__trip-fact {
        /* gap: 50px; */
        justify-content: space-around;
        width: 100%;
    }

    .season__trip-fact dl:first-child {
        align-items: flex-start;
        padding-left: 0;
    }

    .season__trip-fact dl:last-child {
        align-items: flex-end;
        padding-left: 0;
    }

    .regions {
        display: none;
    }

    /* .mobileLink{
        padding: 15px 0;
    } */
    .package__item-facts {
        align-items: flex-start;
        position: relative;
    }

    .package__item-facts .mobileLink {
        padding-right: 13px;
    }

    .desktopLink {
        display: none !important;
    }

    .package__item-title {
        margin-bottom: 0;
    }

    .package__item .button {
        height: 30px;
        min-width: 77px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .tag-success {
        font-size: 12px;
        padding: 3px 6px;
        border: 1px solid #fff;
        position: absolute;
        top: -8px;
        right: -5px;
    }

    .tripImgWrapper.mobileLink {
        padding: 15px 0;
    }

    .mobileVersion {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .mobileVersion .imgWrapper {
        border-radius: 0;
        border: 2px solid #fff;
        height: 168px;
    }

    .csrGallery .darkBlue,
    .csrGallery div {
        margin-bottom: 0;
    }

    .lightGreen {
        margin-top: 0;
    }

    .csr {
        padding-bottom: 0;
    }

    .csr .container {
        padding-left: 0;
        padding-right: 0;
    }

    .csrDesc {
        margin: 27px 10px 44px;
    }

    .businesspartner-info-box {
        padding: 20px;
    }

    .businesspage .form-action .button {
        border-radius: 8px;
        font-weight: 400;
        font-size: 18px;
        padding: 2px 10px;
        height: 40px;
    }

    .centeraligntxt {
        font-size: 22px;
    }

    .form__clientinfo input[type=file] {
        width: 95%;
    }

    .weabout__still {
        width: 250px;
        height: 250px;
        margin: 0 auto 30px;
    }

    .weabout .small_title,
    .weabout .siteheadline--title {
        text-align: center;
        display: block;
    }

    .package__item-detail {
        padding-top: 0;
    }

    .package__item {
        overflow: visible;
    }

    .weabout p {
        font-size: 15px;
    }

    .critique__slips .slide {
        margin-bottom: 90px;
    }

    .critique__slips .slick-arrow {
        top: auto;
        bottom: 25px;
    }

    .critique__slips .slick-arrow.slick-prev {
        left: 30%;
    }

    .critique__slips .slick-arrow.slick-next {
        right: 30%;
    }

    .blockCenter {
        display: block;
        text-align: center;
        color: #fff;
        padding-bottom: 15px;
    }

    .inquirekit .form-action .form-option label {
        text-align: left;
    }

    .address p,
    .callUs p,
    .msg p {
        font-size: 15px;
    }

    .contactTitle {
        font-size: 20px;
        align-items: center;
    }

    .form__booking .input-group {
        margin-bottom: 0 !important;
    }

    .form__booking-box .form-module.span2>.form-nameplate {
        display: none;
    }

    .form__booking .form-checklist {
        flex-wrap: nowrap;
    }

    .form__booking .form-checklist .form-optionbox:first-child {
        width: 38%;
    }

    .form__booking .form-checklist .form-optionbox:last-child {
        width: 50%;
    }

    .form__clientinfo .form-action .button {
        border-radius: 8px;
        font-weight: 400;
        font-size: 18px;
        padding: 2px 10px;
        margin-bottom: 20px;
        height: 40px;
    }

    .program {
        overflow: visible;
    }

    .site__header {
        background-image: linear-gradient(to bottom, black, transparent, transparent);
    }

    .destiny__headline-title {
        text-align: center;
    }

    .mobileDisplay {
        display: flex;

    }

    .mobileDisplay img {
        width: 30px;
        height: 30px;
        border: 0;
    }

    .mobileDisplay p {
        text-align: justify;
    }

    /* .weabout .showFull {
        line-clamp: unset;
        -webkit-line-clamp: unset;
        overflow: unset;
        display: unset;
        -webkit-box-orient: unset;
        display: flex;
        flex-direction: column;

    } */

    .package__item a.updateImgWrapper {
        overflow: hidden;
    }

    .blog__relate-detail {
        padding: 0 10px;
    }

    .blog__relate-item {
        width: clamp(300px, 90vw, 420px);

    }

    .video_mobile {
        width: 100vw;
        border: 0;
        margin-left: -3%;
    }

    .videoBlock {
        text-align: center;
    }

    .advertHero {
        justify-content: center;
        padding: 100px 0 20px;
        gap: 20px;
    }

}

@media (min-width: 768px) {
    .tall:before {
        padding-top: 142%;
    }

    .mobileLink {
        display: none !important;
    }

    .small_title {
        padding: 0 38px;
        font-size: 15px;
    }

    .csrGallery div {
        border-radius: 10px;
    }

    .small_title {
        font-weight: 700;
    }

    .small_title::before {
        content: '';
        position: absolute;
        width: 27px;
        height: 1px;
        background-color: #000;
        top: 50%;
        left: 0;
    }

    .small_title::after {
        content: '';
        position: absolute;
        width: 27px;
        height: 1px;
        background-color: #000;
        top: 50%;
        right: 0;
    }

    .weabout {
        padding: 80px 0;
    }

    .weabout__still {
        margin-bottom: 0;
        margin-right: 50px;
    }


    .season__trip-fact {
        gap: 100px;
    }

    .critique .bquote {
        padding: 35px 25px 25px 25px;
    }

    .critique__slips .slick-arrow.slick-next {
        right: -25px;
    }

    .critique__slips .slick-arrow.slick-prev {
        left: -25px;
    }

    .season {
        background-color: transparent;
    }

    .package__item-facts {
        align-items: flex-end;
    }

    .priceBlock .actprice {
        font-size: 20px;

    }



    .regions {
        padding: 120px 0;
    }

    .regionGrid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }

    .regionGrid>div:first-child {
        grid-row: span 2;
    }

    .regionGrid>div:nth-child(2),
    .regionGrid>div:nth-child(3) {
        height: 260px;
    }

    .regionGrid>div:last-child {
        grid-column: span 2;
    }

    .csrGallery div {
        margin-bottom: 0;
    }

    .csr {
        padding: 15px 0 125px;
    }

    .csrDesc p {
        padding-bottom: 31px;
        margin-bottom: 22px;
        border-bottom: 1px solid #9D9C9C;
    }

    .site__footer {
        padding-top: 150px;
    }

    .recpay {
        flex-direction: row;
    }

    .subscribeBlock {
        grid-template-columns: 1fr 1fr;
    }

    .contact__map {
        height: 328px;
    }

    .contactForm {
        padding-right: 20px;
    }

    .barLine {
        border-left: 1px solid #000;
        padding-left: 24px;
        margin-bottom: 40px;
    }

    .noImage {
        margin-bottom: 61px;
    }

    .feature {
        padding: 60px 0 50px;
    }

    .critique {
        padding: 75px 0;
    }

    .form__booking-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .recpay {
        margin: 97px 0 40px;
    }

    .tripImgWrapper {
        height: 100%;
    }

    .critique__slips .bquote__cite-still {
        flex: 0 0 54px;
        height: 54px;
        width: 54px;
    }

    .critique__slips .bquote__cite-info {
        padding: 0;
    }

    .critique__slips .bquote__cite {
        align-items: center;
        justify-content: space-between;
        gap: 67px;
    }

    .critique__slips .bquote__cite-name {
        margin-top: 18px;
    }

    .widerLabel {
        min-width: 319px !important;
    }

    .form__booking-box .form-optionbox input[type="radio"]:checked+label {
        margin-left: 20px;
    }

    #bkTPkgCoupon {
        margin-left: 17px;
    }

    .col3flex {
        flex-direction: row;
        grid-column: span 2;
    }

    .videoBlock {
        margin-top: 50px;
    }



    /* .destiny__headline-title {
        width: 50%;
    } */

}


@media (min-width: 992px) {
    .package__item-detail {
        padding: 18px;
    }

    .destiny__headline {
        flex-direction: row;
    }

    .destinationFeature {
        width: 50%;
        text-align: left;
    }

    .destiny__headline-clip {
        width: 50%;
    }

    .package__item-title {
        font-size: 24px;
    }

    .season__trip {
        height: 250px;
        padding: 40px 0;
    }

    .critique__slips .slide {
        padding: 2px 13px;
    }

    .contactForm {
        padding-right: 30px;
    }

    .contactForm .button {
        margin-top: 45px;
    }

    .program {
        padding: 109px 0 117px;
    }

    .form__booking {
        padding: 37px 25px 57px;
    }

    .form__booking-box .form-optionbox label {
        min-width: 160px;
    }

    .site__expert {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .buttonWrapper a:last-child,
    .tripHighlights span:nth-child(2) {
        display: flex;
    }

    .titleWrapper {
        flex-direction: row;
        text-align: left;
    }

    .service .row {
        flex-direction: column;

    }

    .site__footer {
        padding-top: 200px;
    }

    .businesspage {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 33px;
    }

    .businesspage .input-group {
        margin-bottom: 0;
    }

}

@media (min-width: 1024px) {
    .prime__caption {
        padding-bottom: 0;
        align-items: center;
    }

    .siteheadline--title {
        font-size: 30px;
    }

    .destinationFeature {
        width: 40%;
    }

    .destiny__headline-clip {
        width: 58%;
    }

    .button {
        font-size: 20px;
    }

    .season__trip-fact dd {
        font-size: 24px;
    }

    .footer__item+.footer__item {
        padding-top: 0;
    }

    .subscribeBlock {
        padding: 30px 0 76px;
    }

    .subscribeBlock .button {
        font-size: 15px;
    }

    .noImage .site__sign-caption {
        height: 200px;
    }

    .contactForm {
        padding-right: 50px;
    }

    .barLine {
        padding-left: 34px;
        margin-bottom: 60px;
    }

    .address p,
    .callUs p,
    .msg p {
        font-size: 20px;
    }

    .form__clientinfo-box {
        padding: 40px 37px;
    }

    /* .season__trip {
        height: 420px;
    } */
    .critique {
        padding: 150px 0 75px;
    }

    .site__footer {
        padding-top: 250px;
    }

    .widergap {
        margin-top: 40px;

    }

    .service .row {
        flex-direction: row;
    }

    .prime__recommend {
        bottom: -75px;

    }

    .site__pg-mainheadline {
        font-size: 30px;
    }



}

@media (min-width: 1200px) {
    .review__sourcebook {
        padding: 67px 0 87px;
        margin-top: 25px;
    }

    .contactForm {
        padding-right: 74px;
    }

    .barLine {
        padding-left: 54px;
        margin-bottom: 124px;
    }

    .widergap {

        margin-top: 80px;

    }

    .feature {
        padding: 110px 0 125px;
    }

    .site__footer {
        padding-top: 380px;
    }

    .season__trip {
        height: auto;
    }

}

@media (min-width: 1400px) {
    .prime__recommend {
        bottom: -40px;

    }
}

@media screen and (min-width: 960px) {
    .advertHero {
        padding: 140px 0 40px;
        height: 622px;
    }

    section.tripInfo,
    section.whyus,
    section.faqs,
    section.outlineItinerary,
    section.offer,
    section.tabBlockinfo,
    section.gallerysection {
        margin-top: 60px;
    }

    .tabBlockinfo .col {
        justify-content: space-between;
    }

    .iti {
        flex-direction: row;
    }

    .bar {
        border-right: 1px solid #000;
    }



    section.faqs .trip__faq-item {
        padding: 17px 40px;
        gap: 55px;
    }

    .gallerysegment {
        grid-template-columns: repeat(4, 1fr);
    }

    .offerButton {
        gap: 20px;
    }

    .advertHero span {
        font-size: 24px;
    }

    .advertHero h1 {
        font-size: 32px;
    }

    .advertHero {
        padding: 140px 0 40px;
        height: 622px;
    }

    .advertBannerMain {
        height: 622px;
    }

    .recommendedTreks {
        padding: 60px 0;
    }

    #menu-advertmenu {
        gap: 40px;
    }

    .rightBtn .button {
        font-size: 16px;
        height: 37px;

    }

    .tabBlockinfo .col {
        gap: 24px;

    }

    .tabBlockinfo .col>div {
        width: auto;
    }

    .tabBlockinfo {
        font-size: 16px;
    }



    .promoImage {
        max-width: 464px;
    }

}

@media screen and (max-width: 640px) {

    .offerButton .greenbtn,
    .advertHero .greenbtn {
        display: none;
    }

    .gallerysegment div:nth-child(n+5) {
        display: none;
    }

    .promoEmail {
        padding: 25px !important;
    }

    .pdf {
        padding: 40px 0;
    }

    .pdf img {
        width: 100%;
    }

}

#tripplanForm {
    padding: 50px 100px;
}

#tripplanForm .form-property {
    flex: 0 0 auto;
}

#tripplanForm .form-row {

    justify-content: space-between;
}

#tripplanForm label img {
    padding-right: 10px;
}

#tripplanForm #emailcheck,
#tripplanForm #whatsappcheck {
    width: 45%;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.weabout .reviser--clip {
    line-clamp: 8;
    -webkit-line-clamp: 8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.weabout .showFull {
    line-clamp: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
    display: unset;
    -webkit-box-orient: unset;
    display: flex;
    flex-direction: column;

}

.weabout .desktopLink {
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}
.yearsexp{
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size:32px;
    position: relative;
    display: inline-block;
}
.yearsexp:after{
    content: '+';
    position: absolute;
    top: 0;
    right: -15px;
    font-size:20px;
    font-weight: 800;
}
 
a{
    color:#053768;
}

@media (min-width: 768px) {
    .updateNav ul>li>.knav>.kdrop {
        padding: 0 12px;
    }
}