.welcome-section {
    padding: 55px 0 0;
    background-color: #fff;
}

.welcome-section .welcome-top-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.welcome-msg {
    font-size: 17px;
    line-height: 33px;
    letter-spacing: -0.2px;
    color: #656c72;
}

.cms-content>.btn-type5 {
    display: none;
}

#midbar-banner {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/***** Popular Section *****/
.popular-section {
    padding: 40px 0 60px;
    background-color: #1a2b49;
}

.popular-section .hd-type2 {
    text-align: center;
    color: #FFF;
}

.popular-section .cms-content {
    text-align: center;
    color: #e6e6e6;
    margin: 0 auto 45px;
    font-family: 'Muli';
    font-size: 17px;
    line-height: 1.4;
    max-width: 820px;
}

.popular-section .popular-outer {
    position: relative;
}

.popular-section .popular-slider .slick-list {
    margin: 0 -5px;
}

.popular-section .popular-slider .slick-track>div {
    margin: 0 8px;
}

.popular-section .popularbox {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 5px !important;
    overflow: hidden;
}

.popular-section .popularbox img {
    width: 100%;
}

.popular-section .popularbox .offer-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    align-items: flex-end;
}

.popular-section .popularbox .offer-details .offer-name {
    text-align: left;
    padding: 0 9px 12px 18px;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #FFF;
    letter-spacing: 0.6px;
}

.popular-section .popularbox .offer-details .offer-price {
    text-align: right;
    padding: 0 18px 12px 9px;
    font-family: 'Muli';
    font-size: 16px;
    color: #FFF;
}

.popular-section .popularbox .offer-details .offer-price span {
    display: block;
    font-family: 'Muli';
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

/***** Tours & Attractions Section CSS *****/
.attraction-section {
    padding: 0 0 80px;
}

.attraction-section article.col-lg-3 {
    margin-bottom: 30px;
}

.attraction-section .tours-activity-box-outer {
    position: relative;
    aspect-ratio: 1500/428;
    margin: 0 0 16px 0;
}

.attraction-section .tours-activity-box-outer>img {
    width: 100%;
}

.attraction-section .tours-activity-box-outer .tours-activity-box-content {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF;
    border-radius: 5px;
    max-width: 640px;
    /*height: 68%;*/
    padding: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.attraction-section .tours-activity-box-outer .tours-activity-box-content .title {
    font-family: "Montserrat";
    font-weight: 900;
    font-size: 30px;
    line-height: 1.17;
    color: #1a2b49;
    text-transform: uppercase;
}

.attraction-section .tours-activity-box-outer .tours-activity-box-content .desc {
    font-family: "Muli";
    font-size: 17px;
    line-height: 1.47;
    margin: 15px 0 20px;
    color: #656c72;
}

.attraction-section .tours-activity-box-outer .tours-activity-box-content a {
    display: inline-block;
    min-width: 230px;
    padding: 20px;
    background-color: #f16521;
    border: 2px solid #f16521;
    border-radius: 2px;
    font-family: "Muli";
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    position: relative;
    transition: all 0.3s ease;
}

.attraction-section .tours-activity-box-outer .tours-activity-box-content a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #FFF;
    border-width: 2px 0 0 2px;
    transform: rotate(135deg) translateY(50%);
    position: absolute;
    right: 15px;
    top: 50%;
}

.attraction-section .tours-activity-box-outer .tours-activity-box-content a:hover {
    background-color: #FFF;
    color: #f16521;
    transition: all 0.3s ease;
}

.attraction-section .tours-activity-box-outer .tours-activity-box-content a:hover:before {
    border-color: #f16521;
}

.attraction-section .tours-activity-slider-outer .tours-activity-slider {
    font-size: 0;
}

.attraction-section .tours-activity-slider-outer .tours-activity-slider .slick-list {
    margin: 0 -6px;
}

.attraction-section .tours-activity-slider-outer .tours-activity-slider .slick-track>div {
    margin: 0 6px;
}

.attraction-section .tours-activity-slider-outer .tours-activity-slider .tour-activity-item {
    display: inline-block;
}

.attraction-section .tours-activity-slider-outer .tours-activity-slider .tour-activity-item a {
    display: block;
    position: relative;
    aspect-ratio: 1;
}

.attraction-section .tours-activity-slider-outer .tours-activity-slider .tour-activity-item a img {
    width: 100%;height: 100%; object-fit: cover; object-position: center;
}

.attraction-section .tours-activity-slider-outer .tours-activity-slider .tour-activity-item a .activity-title {
    font-family: "Montserrat";
    font-weight: 900;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.attraction-section .tours-activity-slider-outer+.welcome-top-content {
    text-align: center;
    display: none;
}


.attraction-section .tours-activity-desc {
    font-family: "Muli";
    font-size: 17px;
    line-height: 1.47;
    margin: 25px 0;
    text-align: center;
    color: #656c72;
    display: none;
}


@media(max-width: 1680px) {
    
    .welcome-section .welcome-top-content { padding-bottom: 50px; }

    .popular-section .popularbox .offer-details .offer-name {
        font-size: 16px;
    }

    .popular-section .popularbox .offer-details .offer-price {
        font-size: 14px;
    }

    .popular-section .popularbox .offer-details .offer-price span {
        font-size: 16px;
    }
    .destination-section {
        padding: 60px 0 40px;
    }
    .thismonth-section {
        padding: 40px 0 30px;
    }
    .attraction-section {
        padding: 0 0 60px;
    }
    .attraction-section .tours-activity-box-outer { aspect-ratio: unset; }
    .attraction-section .tours-activity-box-outer>img {
        height:370px; object-fit: cover;
    }
    .attraction-section .tours-activity-box-outer .tours-activity-box-content {
        max-width: 550px;
        height: auto;
        padding: 25px;
        right:30px
    }

}
@media(max-width:1199px){
    .attraction-section .tours-activity-box-outer .tours-activity-box-content .title {
        font-size: 26px;
        line-height: 1.1;
    }
    .attraction-section .tours-activity-box-outer .tours-activity-box-content .desc {
        font-size: 16px;
        line-height: 1.47;
        margin: 10px 0 10px;
    }
    .attraction-section .tours-activity-box-outer>img {
        height:315px;
    }
    .attraction-section .tours-activity-box-outer .tours-activity-box-content {
        right: 20px;
    }
}
@media(max-width:1024px){
    .attraction-section .tours-activity-box-outer>img {
        height:265px;
    }
}

/***** Top Destination CSS *****/
.destination-section {
    padding: 80px 0 40px;
    background: #f2f2f2;
}

.destination-section .hd-type2 {
    text-align: center;
}

.destination-section .destination-outer {
    position: relative;
    list-style-type: none;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}

.destination-section .destination-outer>a {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 6px;
    margin: 0 0 20px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.destination-section .destination-outer>a img {
    width: 100%; max-height: 200px;
}

.destination-section .destinationbox .title {
    text-align: center;
    display: block;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 16px;
    line-height: 34px;
    padding: 20px;
    background: #FFF;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #1a2b49;
}

.destination-outer .lSSlideWrapper,
.destination-outer .lSSlideWrapper .lSFade {
    position: static;
    overflow: visible;
}

.destination-outer .lSAction>a {
    opacity: 1;
    width: 23px;
    height: 33px;
    transition: all 0.3s;
    margin-top: -30px;
}

.destination-outer .lSAction>a:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 33px;
    opacity: 1;
}

.destination-outer .lSAction>.lSPrev {
    left: -40px;
}

.destination-outer .lSAction>.lSPrev:before,
.destination-outer .lSAction>.lSNext:before {
    background: url(https://www.goldentours.com/images/arrow-left.svg) no-repeat;
}

.no-touch .destination-outer .lSAction>.lSPrev:hover:before,
.no-touch .destination-outer .lSAction>.lSNext:hover:before {
    background: url(https://www.goldentours.com/images/arrow-left-hover.svg) no-repeat;
}

.destination-outer .lSAction>.lSNext {
    right: -40px;
}

.destination-outer .lSAction>.lSNext:before,
.no-touch .destination-outer .lSAction>.lSNext:hover:before {
    transform: rotate(180deg);
}

@media(max-width: 991px) {
    .destination-section .destination-outer {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
        padding: 20px;
    }

    .destination-section .destination-outer>a {
        width: auto;
        margin-bottom: unset;
        padding: 0;
        flex: 0 0 40%;
        min-width: 230px;
        margin: 0 20px 0 0;
    }

    .destination-section .destination-outer>a:last-child {
        margin: 0;
    }

    .destination-section .slick-list {
        margin: 0 -8px;
    }

    .destination-section .slick-track>div {
        margin: 0 8px;
    }

    .destination-section .destinationbox {
        box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.25);
        margin: 10px;
        border-radius: 6px;
    }

    .destination-section .destinationbox .title {
        padding: 10px;
    }
}

/***** Top Things CSS *****/
.topthings-section .things-todobox {
    border: solid 1px rgba(151, 151, 151, 0.25);
    border-width: 1px 0;
    padding: 60px 0 50px;
    margin: 0 0 80px 0;
}

.topthings-section .things-todobox .things-todobox-inner {
    max-width: 77%;
    margin: auto;
    text-align: center;
    font-size: 0;
}

.topthings-section .things-todo {
    border: solid 1px #dadada;
    border-radius: 32px;
    padding: 10px 20px;
    font-size: 16px;
    color: #1a2b49;
    display: inline-block;
    margin: 0px 10px 10px 0;
    transition: all 0.2s;
    min-width: 140px;
}

.topthings-section .things-todo.active {
    background: #0095d9;
    color: #ffffff;
    border: solid 1px #0095d9;
}

.topthings-section .things-todo:hover {
    background: #0095d9;
    color: #ffffff;
    border: solid 1px #0095d9;
}

/***** Why Book With Us CSS *****/
.whybook-section {
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    padding-bottom: 60px;
}

.whybook-section .whybook-box {
    text-align: center;
    padding: 0px 14px;
}

.whybook-box>.icon {
    display: block;
    width: 76px;
    height: 80px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
}

.whybook-box>.icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -15px;
    transition: all 0.6s;
}

.no-touch .whybook-box>.icon:hover,
.no-touch .whybook-box>.icon:hover:before {
    color: #fff;
}

.no-touch .whybook-box>.icon:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}

.whybook-box>.title {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    color: #1a2b49;
    display: block;
    transition: all 0.3s;
    max-width: 155px;
    margin: 0 auto;
}

@media(max-width: 1440px) {
    .welcome-section .welcome-top-content {
        padding-bottom: 30px;
    }
    .whybook-section { padding-bottom: 40px; }
    .whybook-box>.icon { margin: 0 auto 10px; }
    .whybook-box>.title {
        font-size: 16px;
    }
    .destination-section {
        padding: 40px 0 30px;
    }
    .thismonth-section {
        padding: 30px 0 20px;
    }
    .attraction-section {
        padding: 0 0 40px;
    }
    .attraction-section .tours-activity-box-outer .tours-activity-box-content {
        max-width: 530px;
        padding: 20px;
    }
}

@media(max-width: 1024px) {
    .attraction-section .tours-activity-box-outer .tours-activity-box-content {
        background: transparent;
        width: 100%;
        height: 100%;
        right: unset;
        top: 0;
        transform: unset;
        max-width: unset;
        text-align: center;
        justify-content: center;
    }

    .attraction-section .tours-activity-box-outer .tours-activity-box-content .title {
        color: #FFF;
    }

    .attraction-section .tours-activity-box-outer .tours-activity-box-content .desc,
    .attraction-section .tours-activity-box-outer .tours-activity-box-content a {
        display: none;
    }
    .attraction-section .tours-activity-box-outer .tours-activity-box-content a { display:block; background: transparent; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: none; text-indent: -99999px; }
    .attraction-section .tours-activity-box-outer .tours-activity-box-content a:before { display:none; }
    .attraction-section .tours-activity-box-outer .tours-activity-box-content a:hover { background-color: transparent !important; }
}


.infobox-typ1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
}

.infobox-typ1 .infobox-outer {
    flex: 1 1 auto;
}

.infobox-typ1 .infobox-img {
    display: block;
    position: relative;
    text-align: center;
}

.infobox-typ1 .infobox-img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.infobox-typ1 h3 {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
}

.infobox-typ1 .info-prod-title {
    font-family: 'Biryani';
    font-size: 17px;
    line-height: 39px;
    font-weight: 800;
    letter-spacing: -0.2px;
    color: #1a2b49;
    margin: 15px 0;
}

.infobox-typ1 .info-txt {
    display: block;
    font-size: 17px;
    letter-spacing: -0.2px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 0px 17px;
    min-height: 90px;
}

.infobox-typ1 .info-btn {
    display: block;
    text-align: center;
}

.newletterbox .mail-input .form-control {
    width: 100%;
}

@media(max-width: 1680px) {
    .topthings-section .things-todobox {
        padding: 30px 0 20px;
        margin: 0 0 40px 0;
    }
}

@media(max-width: 1199px) {
    .infobox-typ1 .info-txt {
        min-height: 150px;
    }

    .welcome-msg {
        line-height: 1.4;
    }

    .welcome-section {
        padding: 40px;
    }

    .welcome-section .welcome-top-content {
        padding: 0 0 30px 0;
    }

    .welcome-section .hd-type2 {
        font-size: 24px;
        line-height: 37px;
        margin: 0 0 8px 0 !important;
    }

    .welcome-section .welcome-msg {
        max-width: 100%;
    }

    .whybook-section {
        padding: 0;
    }

    .whybook-section .whybook-box {
        padding: 0px;
    }

    .whybook-box>.icon {
        margin: 0 auto 10px;
    }

}

@media(max-width:991px) {
    .welcome-section .hd-type2 {
        text-align: center;
    }

    .whybook-section {
        padding-bottom: 0;
    }

    .whybook-section .whybook-box {
        margin-bottom: 0;
        padding: 0px 10px;
    }

    .whybook-section .lSPager {
        margin-top: 25px !important;
    }

    .whybook-section .lSSlideOuter .lSPager.lSpg>li a {
        width: 12px;
        height: 5px;
        border-radius: 5px;
        background-color: #bebebe;
    }

    .whybook-section .lSSlideOuter .lSPager.lSpg>li.active a,
    .whybook-section .lSSlideOuter .lSPager.lSpg>li:hover a {
        background-color: #0095d9;
    }

    .welcome-msg {
        max-width: 100%;
        text-align: center;
    }

    .thismonth-section .thismonth-imgbox .lbl-type1 {
        position: static;
        margin-top: 10px;
        padding: 5px;
    }

    .infobox-typ1 .info-txt {
        min-height: 120px;
    }

    .topthings-section .things-todobox {
        padding: 30px 0 20px;
        margin: 0;
    }

}

@media(max-width : 768px) {
    .infobox-typ1 {
        margin-bottom: 20px;
    }

    .attraction-section {
        padding-bottom: 35px;
    }

    .popular-section { padding: 20px 0 30px; }

    .destination-section {
        padding: 25px 0 35px;
    }

    .destination-section .container {
        padding: 0 !important;
    }

    .thismonth-section{
        padding: 25px 0 15px;
    }

    .topthings-section {
        padding: 0 0 35px;
    }

    /* .topthings-section{ padding:20px 0px;  } */
    .welcome-section {
        padding: 25px 0 10px;
    }
}

@media(max-width:767px) {
    .container {
        max-width: unset !important;
    }

    .icon.trustedicon:before {
        margin-left: -14px;
        margin-top: -6px;
    }

    .icon.wifiicon:before {
        margin-left: -15px;
    }

    .popular-section {
        display: none;
    }

    .popular-section .cms-content {
        margin: 0 auto 30px;
    }

    .attraction-section {
        padding: 0 0 5px;
    }

    .attraction-section .tours-activity-desc {
        display: block;
        padding: 0 20px;
    }

    .welcome-section {
        padding: 30px 0;
    }

    .welcome-section .welcome-top-content {
        display: none;
    }

    .thismonth-section .thismonth-box.top {
        border-top: 0px;
    }

    .whybook-section {
        background-color: #ffffff;
    }
    .whybook-section .whybook:not(.slick-initialized) {
        max-height: 140px; overflow: hidden;
    }
    .whybook-section .whybook:not(.slick-initialized) .whybook-box { opacity:0; }

    .whybook-box>.icon {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
    }

    .infobox-typ1 .info-prod-title {
        line-height: 20px;
        min-height: 40px;
    }

    .infobox-typ1 .info-txt {
        padding: 0px;
        min-height: 150px;
    }

    .topthings-section .things-todobox {
        padding: 30px 0 20px;
        margin: 0 0 20px 0;
    }

    .topthings-section .things-todobox .things-todobox-inner {
        max-width: 100%;
    }

    .topthings-section .things-todo {
        font-size: 14px;
        min-width: 125px;
    }

    .attraction-section .tours-activity-slider-outer {
        padding: 0 10px;
    }

    .attraction-section .tours-activity-slider-outer .tours-activity-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .attraction-section .tours-activity-slider-outer+.welcome-top-content {
        display: block;
        margin: 35px 0;
        padding: 0 20px;
    }

    .attraction-section .tours-activity-slider-outer .tours-activity-slider .tour-activity-item {
        display: inline-block;
        flex: 0 0 calc(50% - 5px);
    }

    .attraction-section .tours-activity-slider-outer+.welcome-top-content .welcome-msg {
        height: auto !important;
    }

    .attraction-section .tours-activity-slider-outer+.welcome-top-content .welcome-msg:before {
        display: none;
    }
}

@media(max-width:576px) {

    /* .hd-type2{ font-size:25px; line-height:1.3; letter-spacing:0.5px; margin-bottom:20px;} */
    .icon.trustedicon:before {
        margin-left: -11px;
        margin-top: -6px;
    }

    .icon.wifiicon:before {
        margin-left: -11px;
    }

    .infobox-typ1 .info-prod-title {
        min-height: auto;
    }

    .infobox-typ1 .info-txt {
        min-height: auto;
    }

    .destination-section .destinationbox .title {
        font-size: 15px;
    }

    .whybook-section .lSPager {
        margin-top: 10px !important;
    }

    .whybook-box>.icon {
        height: 60px;
    }

    .whybook-box>.title {
        font-size: 12px;
        line-height: 1.3;
    }

    .attraction-section .tours-activity-box-outer .tours-activity-box-content .title {
        font-size: 25px; line-height: 30px;
    }
    .attraction-section .tours-activity-slider-outer .tours-activity-slider .tour-activity-item a .activity-title {
        font-size: 14px; line-height: 18px;
        padding: 12px;
    }
}

@media(max-width:480px) {
    .popular-section .popularbox img {
        width: 100%;
    }

    .thismonth-section .thismonth-box {
        margin: 0 0 15px 0;
    }

    .attraction-section {
        padding: 0;
    }

    .destination-section {
        padding: 50px 0 40px;
    }

    .thismonth-section,
    .topthings-section {
        padding: 30px 0 0;
    }

    .attraction-section article.col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .infobox-typ1 {
        margin-bottom: 30px;
    }

    .infobox-typ1 .info-prod-title {
        margin: 22px 0 18px;
        line-height: 22px;
    }

    .infobox-typ1 .infobox-img img {
        width: 100%;
    }

    .info-content {
        padding: 0 15px;
    }

    .destination-section .destinationbox {
        margin-bottom: 10px;
    }

    .cms-content .welcome-msg {
        height: 200px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s;
    }

    .cms-content .welcome-msg:before {
        content: '';
        background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .cms-content .welcome-msg.height-auto {
        height: auto;
        overflow: visible;
        transition: all 0.3s;
    }

    .cms-content .welcome-msg.height-auto:before {
        display: none;
    }

    .cms-content {
        text-align: center;
    }

    .cms-content>.btn-type5 {
        display: inline-block;
        margin-top: 15px;
    }

    .popular-section .popular-outer {
        padding: 0px 15px;
    }

}

@media(max-width:320px) {
    .ft-logos .ftright-logo a {
        margin-left: 0px;
    }
}