body.modal-open {
    overflow: hidden;
}

.video-close {
    cursor: pointer;
    z-index: 10000;
}

.info1-banner-wrap .info1-banner {
    position: sticky;
    top: 170px;
    padding: 2.5rem 1.625rem;
}

.info1-img {
    width: auto;
    top: -3rem;
    right: -8.5rem;
    max-width: 10.5rem;
    width: 100%;
    
}

.info1-wrap2 {
    max-width: 440px;
}

.info1-banner {
    background: #2399d2;
    padding: 60px 30px 70px;
    background-image: linear-gradient(-45deg, #3bc3f3 30%, #2399d2 60%);
}

.info1-banner-wrap {
    height: 100%;
}

.info1-price {
    margin-bottom: 40px;
}

.info1-banner h3 {
    font-size: 2.063rem;
    line-height: 1.2;
    min-height: 60px;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
}

.info1-price b {
    font-size: 2rem;
    margin-left: -26px;
    color:#114776;
    font-weight: 700;
    background: linear-gradient(270deg, #FFF 0%, #C3E8F9 100%);
}

.info1-banner h4 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    text-transform: none;
}

.info1-price {
    margin-bottom: 3.125rem;
}

.info1-form .form-control.phone_input.input1 {
    padding: .625rem 1rem !important;
    border-radius: 6px !important;
    margin: 0;
}

.info1-form button {
    border-radius: 6px !important;
}

body,
.site-wrap {
    overflow: initial;
}