@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('/wp-content/themes/applab/articles/styles/header-footer.css');



:root {
    font-family: "Inter", sans-serif;
    font-size: 1em;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    color: #FFFFFF;
    background-color: #232425;
    overflow-x: hidden;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}
main {
    margin-top: 66px;
    padding-top: 32px;
}
main#article {
    padding-top: 0;
}
h1 {
    font-size: 4rem;
    /*font-size: 74px;*/
    font-weight: 800;
    color: #276BD2;
    text-align: center;
    margin: 3rem 0;
}


.top-blog__img-wrap {
    margin: 3rem 0;
}
.all__cta__descr {
    width: 100%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    color: #FFF;
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    h1 {
        font-size: 3.1rem;
    }

}

@media (max-width: 767.98px) {
    h1 {
        font-size: 2.32rem;
    }
    .all__cta__descr {
        font-size: 1.05rem;
    }
}

@media (max-width: 575.98px) {
    h1 {
        margin-bottom: 20px;
        font-size: 2.1rem;
    }
    .all__cta__descr{
        width: 90%;
        font-size: 1rem;
        text-align: center;
    }
}



/*-------------------- article-list styles start -------------*/
.article-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin: 3rem 0;
}

.article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #163D7E;
    padding: 15px;
    border-radius: 20px;
}
.article__image-wrap {
    position: relative;
    height: 0;
    border: none;
    padding-top: 56%;
    margin-bottom: 10px;
    text-decoration: none;
}
.article__image-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.article__image {
    width: 100%;
    height: 100%;
    -webkit-box-reflect: unset;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
.article__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-size: 18px;*/
    /*height: 53px;*/
    font-size: 24px;
    height: 72px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.article__title:hover {
    color: #ffffff;
    /*border-color: #ffffff;*/
}
.article__footer {}
.article__footer_date {
    color: #848484;
}
.article__footer_dur {
    color: #848484;
}

@media (max-width: 1199.98px) {
    .article-list {
        gap: 2rem;
        margin: 2rem 0;
    }
}

@media (max-width: 991.98px) {
    .article-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .article-list {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin: 1rem 0;
    }
}

@media (max-width: 575.98px) {
    .article-list {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin: 2rem 0;
    }
    .article__title {
        font-size: 20px;
    }
    .article-list p {
       margin-bottom: 10px;
    }
}

/*-------------------- article-list styles end ---------------*/



/*-------------------- Questions and FAQ styles starts ---------------*/

.btn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
    padding: 0 12px;
    min-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.btn-normal {
    background-color: #4dae51;
    color: #ffffff;
}
.btn-normal:hover {
    background-color: #348037;

}

@media (max-width: 575.98px) {
    .btn {
        min-height: 40px;
    }
}

/*-------------------- info ---------------*/
.info {
    color: #ffffff;
    padding-bottom: 50px;
}

.info__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info__grid + .info__grid {
    margin-top: 217px;
}

.info__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
}
.info__col:last-child {
    margin-bottom: 60px;
}

.info__img img {
    margin-right: 2em;
}
.m_ptext {
    line-height: 1.2;
}

.info__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-left: 5rem;
}
.info__form .ncreditc_class {
    color: white;
}
.info__header {
    font-size: 38px;
    text-transform: uppercase;
    text-align: left;
}

.info__sub-header {
    margin-top: 32px;
    font-size: 24px;
}

.info__input-wrapper input {
    font-size: 18px;
    padding: 0 15px;
    line-height: 50px;
    color: #5c6576;
    max-height: 50px;
}

.info__input-wrapper,
.info__btn-wrapper {
    margin-top: 24px;
}

.info__input-wrapper input,
.info__btn {
    width: 100%;
}

.info__btn {
    -webkit-box-shadow: 0px 15px 35px rgba(33, 51, 93, 0.83);
    box-shadow: 0px 15px 35px rgba(33, 51, 93, 0.83);
}

.info__question-block,
.info__question-form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info__question-form {
    margin-top: 17px;
    padding: 24px 27px;
    background-color: #eceef3;
}

.info__question-title,
.info__faq-title {
    text-align: left;
}

.info__question-comment {
    margin-bottom: 24px;
    width: 100%;
    height: 100%;
    padding: 15px;
    resize: none;
}

.info__question-submit {
    display: grid;
    grid-template-columns: auto 160px;
}

.info__question-form,
.info__question-comment,
.info__question-contact {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;

    border: none; }

.info__question-contact {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    max-width: 100%; }

.info__question-btn {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.info__faq {
    padding: 0 10px; }

.info__faq-list {
    margin-top: 13px; }

.info__faq-question {
    margin-bottom: 16px;
    font-weight: bold; color: #53A845;}

.info__faq p {
    color: #e2e2e2;
    font-size: 15px; }

.info__faq-item:last-child p:last-child {
    margin-bottom: 0; }

.info__faq a {
    color: #4dae51;
    text-decoration: underline; }

.info__call {
    margin-top: 110px;
    padding: 0 10px;
    margin-top: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 30px;
    font-weight: bold; }

.info__call-link {
    color: #4dae51;
}
.info__call-link a {
    color: #4dae51;
    text-decoration: unset;
    border-bottom: 1px solid #4dae51;
}
.info__call-link a:hover {
    text-decoration: unset;
}
/* MEDIA */
@media (max-width: 1199.98px) {
    .info__header {
        font-size: 33px;
        text-transform: uppercase;
        text-align: left; }
    .info__call {
        margin-top: 70px;
        padding: 0 12px;
        font-size: 2.3rem;
    }
    .info__form {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .info__header {
        font-size: 30px;
        text-transform: uppercase;
        text-align: left;
    }
    .info__sub-header {
        margin-top: .8em;
        font-size: 1.23rem;
    }
    .info__call {
        font-size: 1.8rem;
        justify-content: center;
        margin: 35px 0;
    }
    .info__grid {
        flex-direction: column-reverse;
    }
    .info__img img {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .info-section {
        height: unset;
        padding: 80px 0 150px 0;
    }

    #support {
        height: 600px;
    }

    .info__call {
        margin-top: 1em;
        font-size: 1.3rem;
    }

    .info-section2 {
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 30px;
    }

    .img-wrapper {
        margin-bottom: 15px;
    }

    .img-wrapper img {
        max-width: 50%;
    }
    .m_ptext {
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .info-section_m{
        display:block;
    }
    .img-wrapper img {
        max-width: 50%;
    }
    .all__icons_m {
        display:block;
    }

    .info-section {
        margin-top: 0;
        margin-bottom: 0;
    }
    .info__grid + .info__grid {
        display: none;
        margin-top: 106px; }
    .info__header {
        font-size: 1.5rem; }
    .info__sub-header {
        margin-top: 16px;
        margin-bottom: 0px;
        font-size: 16px;
        text-align: center; }
    .info__input-wrapper input {
        max-height: 35px;
        font-size: 14px; }
    .info__btn {
        font-size: 18px; }

    .info__question-submit {
        grid-template-columns: 1fr;
    }

    .info__question-form {
        padding: 34px 15px; }
    .info__question-comment {
        height: 200px; }
    .info__question-form,
    .info__question-comment,
    .info__question-contact {
        font-size: 14px; }
    .info__question-contact {
        height: 40px; }
    .info__question-btn {
        width: 100%;
    }
    .info__faq-list {
        margin-top: 9px; }
    .info__call {
        display: block;
        justify-content: unset;
        /*display: -webkit-box;*/
        /*display: -ms-grid;*/
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        /*margin-top: 50px;*/
        margin-bottom: 0;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        /*margin-bottom: 0;*/
        -webkit-box-pack: unset;
    }
    .info__call-text {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .info__call-link {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .info__call-link a {
        font-size: 30px;
        color: #4dae51;
    }
    .m_ptext {
        font-size: 18px;
        margin-bottom: 0;
    }

}
/*-------------------- info end ---------------*/





.z-index {
    position: relative;
    z-index: 1;
}
.info-section2 {
    position: relative;

    margin-top: 200px;
}
.info-section2_bg {
    position: absolute;
    width: 100%;
    height: 1500px;
    bottom: 0;
    z-index: -1;
    background-image: url(/wp-content/themes/applab/NewLanding/templates/css/images/background-03.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
}


@supports (font: -apple-system-body) and (-webkit-appearance: none) {
    @media (min-width: 1919px) {
        .info-section2_bg {
            display: none;
        }
        .info-section2:before {
            position: absolute;
            content: '';
            display: block;
            top: -7vw;
            bottom: 0;
            right: 0;
            left: 0;
            background-image: url(/wp-content/themes/applab/NewLanding/templates/css/images/info-bg2.jpg);
            background-repeat: round;
        }
    }
}

@media (max-width: 1920px) {
    .info-section2_bg {
        background-size: 1920px 100%;
    }
}

@media (max-width: 1199.98px) {
    .info-section2_bg {
        background-size: 1200px 100%;
        height: 1845px;
    }
}


@media (max-width: 991.98px) {
    .info-section2_bg {
        background-size: 992px 100%;
        height: 2050px;
        /*height: 1950px;*/

    }
}

@media (max-width: 767.98px) {
    .info-section2_bg {
        height: 2320px;
        /*height: 2200px;*/
    }
}

@media (max-width: 575.98px) {
    .info-section2 {
        padding-top: 0;
        margin-top: 90px;
        /*background-color: #0069D9;*/
    }
    .info-section2_bg {
        height: unset;
        top: -60px;
        bottom: 0;
        background-image: url(/wp-content/themes/applab/NewLanding/templates/css/images/background-03_mobile.svg);
        background-position: top;
    }
}

/*-------------------- Questions and FAQ styles end ---------------*/


@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

