@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    transition: opacity ease-in 0.2s;
}

body[unresolved] {
    opacity: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.heading {
    font-family: "Playfair Display", serif;
}

.container {
    max-width: 890px;
}

body {
    font-family: "Roboto", sans-serif !important;
}

.header-part {
    padding: 20px 0px;
}



/* Banner */
.banner {
    background: #fff;
    padding: 140px 0 0px;
}

.banner h1 {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    color: #000;
    font-weight: 800;
}

.banner p {
    color: #000;
    font-size: 24px;
    margin: 30px 0 !important;
}

.paln-btn a.plan-btn {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 800;
    text-align: center;
    padding: 14px 24px;
    letter-spacing: 0px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    word-break: break-word;
    color: #ffffff;
    background-color: #1E3A8A;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 10px;
}

.paln-btn a.plan-btn::after {
    content: '';
    width: 0;
    height: 11px;
    opacity: 0;
    transition: all 0.3s ease;
    line-height: 0;
}

.paln-btn a.plan-btn:hover::after {
    font-family: "FontAwesome";
    content: '\f0a9';
    opacity: 1;
    margin-left: 6px;
    width: 12px;
    transition: all 0.3s ease;

}

a.office-site {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
}

/* Banner */


/* middel */
.group-icons-manage {
    margin-bottom: 60px !important;
}

/* middel */


.faqs-section {
    padding-top: 40px !important;
}

.faqs-section h2 {
    margin-bottom: 100px !important;
}

.faqs h4 {
    font-size: 20px;
    font-weight: 800;
}

.faqs p {
    font-size: 16px;
}



.faqs-section .paln-btn{margin-top: 80px;}


.footer-section {
    background-color: #0C3D56;
    color: #fff;
    padding: 60px 0;
}

.footer-section h4 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.footer-top-gap {
    margin-top: 50px;
}

.footer-section .footer-top-gap img {
    margin-bottom: 5px;
    width: 50%;
}

.footer-section p {
    color: #fff;
    font-size: 16px;
}

.footer-section-top-gap {
    margin-top: 50px;
}

.footer-section a {
    color: #fff;
}


@media (max-width: 767px) {

    /* .graphic-code {
    padding-left: 10px !important;
    padding-right: 10px!important;
} */

    .head-logo {
        max-width: 65%;
    }

    .header-part {
        padding: 20px 0px 20px;
    }

    .banner {
        background: #fff;
        padding: 20px 0 0px;
    }

    .banner h1 {
        font-size: 42px;
        line-height: 40px;

    }

    .banner p {
        color: #000;
        font-size: 18px;
        margin: 10px 0 20px !important;
    }

    .cagv4 .home .main-content .featured-company-reviews {
        margin-top: 0px;
    }

    .cagv4 h2 {

        margin-bottom: 20px;
    }

    .cagv4 p {
        font-size: 18px;
        line-height: 24px;
    }

    .cagv4 .home .main-content .featured-companies .featured-company {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .group-icons-manage {
        margin-bottom: 30px !important;
    }


    .trusted-source-1 .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .graphic-code h4 {
        font-size: 22px;
        font-weight: 700;
        margin: 0px 0 5px !important;
    }

    .trusted-source-1 {
        padding: 10px 0 10px !important;
    }

    .trusted-source-1 .major {
        margin-bottom: 20px !important;
    }

    .graphic-code .icon-square {
        width: 20%;
        margin-right: 15px;
    }

    .graphic-code h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 0px 0;
    }

    .trusted-source-1 .paln-btn{margin-top: 15px;}
    .faqs-section .paln-btn {
    margin-top: 30px;
}

    .trusted-source-1 .container {
        padding-right: 0px;
        padding-left: 0cqmax;
    }

    .faqs-section h2 {
        margin-bottom: 40px !important;
    }

    .faqs-section {
        padding-bottom: 40px !important;
            padding-top: 15px !important;
    }

    .cagv4 .home .main-content section {
        padding: 24px 0 0px;
    }

    .footer-section {
        background-color: #0C3D56;
        color: #fff;
        padding: 20px 0;
    }

    .footer-section p {
        font-size: 14px;
    }

    .footer-section h4 {
        font-size: 18px;
    }

    .footer-top-gap {
        margin-top: 20px;
    }

    .footer-section .footer-top-gap img {
        margin-bottom: 5px;
        width: 80%;
    }


    .content .item img {
        width: 25%;
        margin-bottom: 0px;
    }
}

@media (max-width: 340px) {

    .paln-btn a.plan-btn{    padding: 14px 20px;}

}