.partent-white-bg {
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
}
.blue-bg {
    width: 100%;
    height: 604px;
    background-color: #22b1d994;
    position: absolute;
    top: 0;
    left: 0;
}
.nav-logo {
    padding-top: 12px;
    padding-bottom: 12px;
}
.nav-logo img {
    width: 150px;
}
.banner-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.4;
    color: #333;
}
.banner-desc {
    font-size: 18px;
    line-height: 1.56;
    color: #333;
    margin-bottom: 5px;
    margin-top: 3px;
}
.banner-price {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    background: #ffffff6b;
    padding: 1px 15px;
    border-radius: 10px;
    position: relative;
}
.offer-tag {
    width: 130px;
    position: absolute;
    right: -100px;
    top: -10px;
    transform: rotate(20deg);
}
.banner-strike-price {
    color: #c34c4c;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 10px;
}
.banner-original-price {
    color: #004aa6;
    font-size: 20px;
}
.banner-btn {
    padding: 7px 30px;
    margin-bottom: 10px;
}

.banner-form-container {
    border-radius: 8px;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 6%);
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 11;
    padding: 25px 30px;
}
.banner-form-container-title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
.book-free-btn {
    width: 100%;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.banner-form-container label {
    font-size: 14px;
    font-weight: 700;
}
.slider-container {
    margin-top: 45px;
    margin-bottom: 105px;
}
.slider-main-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
#carouselExampleIndicators {
    min-height: 250px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 6%);
}
.img-hight {
    min-height: 60px;
}
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}
.carousel-indicators li {
    background-color: rgb(192 190 190 / 50%);
}
.carousel-indicators .active {
    background-color: #808080;
}
.lp2-ban-img {
    width: 478px;
}
.popup-country {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.popup-country-btn {
    padding: 6px 30px;
    margin-bottom: 25px;
}
.show-india-price {
    /* display: none; */
    visibility: hidden;
}
.show-other-price {
    /* display: none; */
    visibility: hidden;
}
.mobile-view-slid {
    display: none;
}

@media (min-width: 576px) {
    .form-modal-dialog {
        max-width: 620px;
        margin: 1.75rem auto;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-view-slid {
        display: block;
        min-height: 385px;
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 8px 24px 0 rgb(0 0 0 / 6%);
    }
    .mobile-view-slid .col-xl-2{
        text-align: center;
    }
    .mobile-view-slid .col-xl-8 {
        text-align: center;
        margin-bottom: 15px;
    }
    .desktop-view-slid {
        display: none;
    }
    .banner-title {
        font-size: 22px;
    }
    .banner-desc {
        font-size: 16px;
    }
    .banner-form-container {
        margin-top: 25px;
    }
    .show-other-price {
        display: none !important;
    }
    .show-india-price {
        display: none;
    }

}
@media only screen and (max-width: 330px) {
    .offer-tag {
        width: 89px;
        position: absolute;
        right: -68px;
        top: -10px;
        transform: rotate(20deg);
    }
    .banner-original-price {
        font-size: 16px;
    }
    .banner-strike-price {
        font-size: 13px;
    }
}