#hero-banner {
    position: relative;
    min-height: 579px;
    background: #744c29;
    overflow: hidden;
    margin-bottom: 75px;
}
#hero-banner .banner-bgimg {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#hero-banner .hero-banner-swiper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#hero-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #019444 0%, #00c158 100%);
}
#hero-banner .banner-bg-blur {
    width: 685px;
    flex-shrink: 0;
    background: linear-gradient(
        92deg,
        #fff7f0 1.62%,
        rgba(255, 247, 240, 0.97) 40.09%,
        rgba(255, 247, 240, 0.9) 71.05%,
        rgba(233, 218, 205, 0.5) 84.72%,
        rgba(255, 247, 240, 0) 98.38%
    );
    opacity: 0.98;
    filter: blur(10px);
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -10px;
    z-index: 1;
}
#hero-banner .banner-conten {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 579px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#hero-banner .banner-conten.end {
    justify-content: end;
}
#hero-banner .conten-left {
    width: 525px;
    margin: auto 0;
}
#hero-banner .conten-left .conten-left-heading {
    width: 424px;
    color: #115c9a;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.31;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
#hero-banner .conten-left .conten-left-desc {
    color: #115c9a;
    text-align: justify;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 33px;
}
#hero-banner .img-deco {
    position: absolute;
    bottom: -18%;
    left: -94%;
    width: 290px;
    height: 437px;
    z-index: 3;
    pointer-events: none;
}
#hero-banner .banner-sale {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    padding: 12px 25px 10px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 70px;
    background: linear-gradient(85deg, #2592eb 8.23%, #2382d1 97.08%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
#hero-banner .banner-sale p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.18px;
    margin-bottom: 0;
}
#hero-banner .banner-sale strong {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.77;
    letter-spacing: -0.36px;
}
.container::after {
    display: none;
}
#hero-banner .form-title {
    color: #008c1f;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4px;
}
#hero-banner .conten-right {
    margin-top: auto;
    margin-bottom: 30px;
    width: 300px;
    height: max-content;
    padding: 4px;
    position: relative;
    margin-right: 0;
    border-radius: 20px;
    border: 8px solid rgba(0, 140, 31, 0.6);
    background: rgba(250, 250, 250, 0.9);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    position: absolute !important;
    right: 40px;
    bottom: 0;
    z-index: 10;
}
#hero-banner .conten-right form {
    margin-bottom: 0;
}
.banner-bgimg2-deco {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 182px;
    height: 170px;
    z-index: 10;
}
.conten-right .form-booklich .btn-primary {
    font-size: 12px;
    padding: 10px 40px;
    height: 28px;
}
.conten-right .form-booklich .btn-primary svg {
    width: 14px;
    height: 14px;
}
.conten-right .form-booklich .banner-form-input {
    height: 30px;
    padding: 0px 20px;
}
.conten-right .form-booklich {
    gap: 4px;
}
.wpcf7 {
    width: 100%;
}
.conten-right .wpcf7 span.wpcf7-list-item {
    margin-right: 0;
}
.conten-right .wpcf7 span.wpcf7-list-item label {
    margin-bottom: 0;
}
.conten-right .wpcf7 span.wpcf7-list-item input {
    margin: 0px;
    margin-right: 4px !important;
    margin-left: 4px !important;
    width: 16px !important;
    height: 16px !important;
}
.banner-bgimg-mb {
    display: none;
}
/* MEDIA */
@media screen and (max-width: 849px) {
    .hero-banner-swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .hero-banner-swiper-pagination .swiper-pagination-bullet-active {
        background: linear-gradient(90deg, #019444 0%, #00c158 100%);
    }
    .hero-banner-swiper {
        position: unset;
        height: 180px;
    }
    #hero-banner .banner-bgimg {
        display: none;
    }
    .banner-bgimg-mb {
        display: block;
        width: 100%;
        object-fit: cover;
    }
    #hero-banner .banner-conten {
        flex-direction: column;
        padding-bottom: 40px;
        min-height: auto;
        display: none;
    }
    #hero-banner .conten-left {
        display: none;
        width: 100%;
    }
    #hero-banner .conten-left .conten-left-heading {
        width: 100%;
        font-size: 20px;
        margin-top: 16px;
    }
    #hero-banner .conten-left .flex {
        flex-direction: column;
    }
    #hero-banner .conten-right {
        margin: 0;
        margin-top: 32px;
        width: 100%;
        padding: 10px;
        margin-right: 0 !important;
        position: unset !important;
    }
    #hero-banner .conten-right .wpcf7 {
        width: 100%;
    }
    #hero-banner .conten-right .wpcf7 .form-booklich div:last-of-type .flex {
        flex-direction: column;
    }
    #hero-banner
        .conten-right
        .wpcf7
        .form-booklich
        div:last-of-type
        .flex
        .banner-form-select {
        width: 100%;
    }
    #hero-banner .img-deco {
        display: none;
    }
    #hero-banner {
        padding: 12px;
        margin-bottom: 40px;
        min-height: auto;
        background: linear-gradient(
            92deg,
            #fff7f0 1.62%,
            rgba(255, 247, 240, 0.97) 40.09%,
            rgba(255, 247, 240, 0.9) 71.05%,
            rgba(233, 218, 205, 0.5) 84.72%,
            rgba(255, 247, 240, 0) 98.38%
        );
    }
    #hero-banner .banner-bg-blur {
        display: none;
    }
}
