.tourbannersectionrow .box-wrap::before,
.tour_block::before,
.image_box::before {
    display: none;
}

.topbannerimg::before {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.bannertext {
    font-size: 80px;
    line-height: 1.1;
    font-weight: normal;
    text-shadow: 0px 2px 3px #4e4e4e;
    color: #fff;
    font-weight: 700;
    font-family: "Maven Pro", sans-serif;
}

.banner-sub-heading {
    font-size: 32px;
    line-height: 1.2;
    font-weight: normal;
    text-shadow: 0px 2px 3px #4e4e4e;
    color: #fff;
    font-weight: 600;
}

.banenrcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.tourimagebox::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .3);
    content: '';
    z-index: 1;
}

.tourdestination .imgcaption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 30px;
    z-index: 1;
}

.tourdestination .imgcaption h3 {
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 3px;
    text-shadow: 0px 2px 3px #4e4e4e;
}

.downloadguiderow {
    background-color: #ecfcff;
    padding: 60px 0px;
}

.downloadguiderow h2 span {
    padding-bottom: 0px;
    margin-top: 5px;
}

.downloadguiderow .button-common {
    font-size: 20px;
    padding: 15px 30px;
}

.downloadguiderow p {
    font-size: 20px;
    line-height: 1.4;
}

.appStore {
    width: 500px;
}

.textimagesectionrow h2,
.downloadguiderow h2,
.imagetextsectionrow h1,
.thankyoubanner h1,
.icontextrow h2,
.downloadguiderow h3,
.boxrowstyle h2,
.needhelprow h3,
.tourdestination h2 {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
}

.textimagesectionrow h2,
.downloadguiderow h2,
.imagetextsectionrow h1,
.icontextrow h2,
.thankyoubanner h1,
.boxrowstyle h2,
.tourdestination h2 {
    font-size: 40px;
}

.sub-heading {
    font-family: "Maven Pro", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 30px;
}

.circle {
    width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #1068b1;
    margin-right: 8px;
    border-radius: 50%;
    font-size: 16px;
}

.tourdestination ul li {
    position: relative;
    font-size: 20px;
    margin-bottom: 15px;
    color: #1068b1;
    background-color: #ecfcff;
    padding: 18px 10px 18px 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.tourdestination ul li::before {
    background-color: #1068b1;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 20px;
    top: 27px;
    content: '';
}

.downloadguiderow h2 {
    margin-bottom: 10px;
}

.downloadguiderow h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.thankyoubanner {
    padding: 50px 0px 0px;
}

.connectfollowrow .trip-box {
    padding: 30px;
}

.connectfollowrow .social a {
    font-size: 24px;
    width: 50px;
    height: 50px;
}

.connectwithus strong {
    color: #1068b1;
}

@media only screen and (max-width:1440px) {
    .bannertext {
        font-size: 70px;
    }

    .banner-sub-heading {
        font-size: 28px;
    }
}

@media only screen and (max-width:1280px) {
    .bannertext {
        font-size: 60px;
    }
}

@media only screen and (max-width:1199px) {
    .downloadguiderow {
        padding: 70px 0px;
    }

    .tourdestination .imgcaption {
        padding: 20px;
    }

    .tourdestination .imgcaption h3 {
        font-size: 20px;
    }

    .bannertext {
        font-size: 50px;
    }

    .banner-sub-heading {
        font-size: 24px;
    }

    .textimagesectionrow h2,
    .downloadguiderow h2,
    .imagetextsectionrow h1,
    .icontextrow h2,
    .thankyoubanner h1,
    .boxrowstyle h2,
    .tourdestination h2 {
        font-size: 30px;
    }

    .tourdestination ul li {
        font-size: 16px;
        padding: 10px 10px 10px 30px;
    }

    .tourdestination ul li::before {
        left: 15px;
        top: 19px;
    }

    .icontextrow img {
        max-width: 100px;
    }

    .downloadguiderow h3 {
        font-size: 20px;
    }

    .topbannerimg {
        height: 400px;
    }

    .topbannerimg img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .bannertext {
        font-size: 36px;
    }

    .banner-sub-heading {
        font-size: 20px;
    }
}

@media only screen and (max-width:767px) {

    .textimagesectionrow h2,
    .downloadguiderow h2,
    .imagetextsectionrow h1,
    .icontextrow h2,
    .thankyoubanner h1,
    .boxrowstyle h2,
    .tourdestination h2 {
        font-size: 24px;
    }

    .topbannerimg {
        height: 400px;
    }

    .banenrcaption .container>.row {
        flex-direction: column-reverse;
    }

    .bannertext {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .downloadguiderow .button-common {
        font-size: 16px;
        padding: 10px 20px;
    }

    .banenrcaption {
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .tourdestination .row {
        flex-direction: column-reverse;
    }

    .tourdestination .row [class*="col-"]:last-child {
        margin-bottom: 30px;
    }

    .downloadguiderow h3 {
        font-size: 18px;
    }

    .connectfollowrow .trip-box {
        padding: 20px;
    }

    .boxrowstyle .row [class*="col-"] {
        margin-bottom: 20px;
    }

    .boxrowstyle .row [class*="col-"]:last-child {
        margin-bottom: 0px;
    }

    .address {
        width: 100%;
    }

    .appStore {
        width: 100%;
    }

    .footer {
        padding: 70px 0 40px;
    }
}