.h2top {
    margin-top: -15px;
}

.destination__adbanner__button {
    display: block !important;
    padding: 5px 12px !important;
    float: right;
    margin-top: 0;
}

.destination__adbanner__tfn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    /* color: #fff; */
    font-weight: 600;
}

.destination__adbanner__phoneicon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.imageWrapper {
    position: relative;
    width: 100%;
    margin: -20px -20px -25px 0;
}

.travelBanner {
    display: flex;
    justify-content: space-between;


}

.leftContent {
    max-width: 55%;
    text-align: left;

    h1 {
        font-size: 36px;
        font-weight: 700;
        color: #222;
        margin: 30px 0 10px;
    }
}

.subheading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.discount {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
    font-size: 22px;
}

.discount span:first-child {
    font-size: 40px;
    font-weight: 900;
    color: #000;
}

.discount span:last-child {
    font-size: 18px;
    font-weight: 700;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    margin-top: 20px;
    background: #06511d;
    justify-content: center;
    align-items: center;
    padding: 15px 15px 5px;
    color: #fff;
    border-radius: 10px;
}

.contact:hover {
    background: #003911;
    color: #fff;
}

.contact strong {
    display: block;
    font-size: 40px;
}

.rightImage {
    max-width: 45%;
    position: relative;
    margin-right: -20px;
}

.rightImage img {
    max-width: 305px;
    object-fit: cover;
    position: relative;
    z-index: 0;
    border-radius: 0 6px 6px 0px;
}

.promo-close-btn {
    top: 0;
}

@media (max-width: 991px) {

    .travelBanner {
        flex-direction: column;
        text-align: center;
        padding: 0px;
        margin-bottom: 30px;
    }

    .leftContent,
    .rightImage {
        max-width: 100%;
    }

    .leftContent {
        text-align: center;

        h1 {
            font-size: 36px;
            margin-bottom: 15px;
        }
    }

    .rightImage {
        img {
            display: none;
        }
    }

    .subheading {
        font-size: 20px;
    }

    .discount {
        justify-content: center;
        white-space: nowrap;
    }

    .contact {
        strong {
            font-size: 30px;
        }
    }

    .bookBtn {
        font-size: 20px;
        margin: 0 auto 15px;
    }
}

@media (max-width: 480px) {

    .discount span:first-child {
        font-size: 20px;
    }

    .leftContent {
        text-align: center;
    }
}