.content-center {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 35%;
    transform: translate(-25%, -50%);
}
.content-center h3 {
    font-weight: 700;
    font-size: 36px;
}
.formModal{
    max-width: 100% !important;
    background: url("../img/book-demo-bg.webp");
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    min-height: 700px;
}
.lh-right-popup {
    background: #f8f8f8;
    padding: 20px;
    margin-top: 45px;
    border-radius: 10px;
}
.formModal .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.formModal .modal-fullscreen {
    height: 100% !important;
    margin: 0 !important;
}
.formModal .modal-fullscreen .modal-body {
    overflow-y: scroll;
}
.modal.show .modal-dialog {
    transform: none;
}
.formModal button.close {
    margin-right: 20px;
    margin-top: 20px;
    font-size: 2rem;
    background-color: #f5f5f9;
    padding: 10px 16px;
    border-radius: 50%;
}
.formModal .form-container {
    padding-left: 0;
}
.lh-book-demo-popup-title {
    font-size: 20px;
    line-height: 1.35;
    color: #6b6b6b;
    text-align: left;
    margin-bottom: 5px;
}
.lh-book-demo-popup-title-bold {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    margin: 0 0 20px;
}
.lh-left-popup {
    position: relative;
    text-align: center;
}
.lh-left-popup * {
    color: #b2b2b2;
}
.lh-exit-left-popup {
    padding: 15px;
}
.lh-exit-left-popup * {
    color: #f2f2f2;
}
.lh-exit-left-popup-inner .h2 {
    font-size: 34px;
    font-weight: 800;
}
.lh-exit-left-popup-inner .h3 {
    font-size: 28px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.35;
}
.lh-centered-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.lh-book-typo-1 {
    font-size: 24px;
    letter-spacing: 10px;
}
.lh-book-typo-2 {
    font-size: 46px;
    font-weight: 900;
    letter-spacing: 2px;
}
#lh-book-demo-popup-slide {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
}
#lh-book-demo-popup-slide p,
#lh-exit-popup-slide p {
    font-size: 22px;
}
.lh-exit-intent-popup-outer {
    background: 0 0;
}
.lh-book-demo-popup-inner,
.lh-exit-popup-inner {
    display: flex;
    align-items: center;
}
.lh-exit-popup {
    text-align: left;
}
.lh-exit-right-popup {
    padding: 30px;
}
.text-green:hover{
    color: #3ba341;
}
@media (min-height: 1366px) {
    .bg-img-grid-pattern {
        height: 50% !important;
    }
    .lh-book-demo-popup-showcase-img,
    .lh-exit-popup-showcase-img {
        height: 50vh;
    }
}
@media (max-width: 991px) {
    .formModal .form-container {
        padding-left: 15px;
    }
    .hidden-sm {
        display: none;
    }
    .formModal{
        background: #fff!important;
    }
    .lh-right-popup {
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .formModal button.close {
        right: 0;
        margin-top: 10px;
        padding: 12px 18px;
        position: absolute;
        z-index: 999999;
    }
}
@media (min-width: 1200px) {
    .lh-book-demo-popup-inner {
        display: flex;
        align-items: center;
    }
}

