@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poetsen+One&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}

body {
    font-family: "Work Sans", sans-serif !important;
}

.header {
    padding: 10px 0 10px 0;
}

.logo-img {
    text-align: center;
}

.logo-img img {
    max-width: 200px;
}

.header {
    width: 100%;
    padding: 16px 0;
    background-color: #fff;
}

.main-sec {
    background-color: #fff;
    padding: 40px 0 40px 0;
}

.main-cont {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(222, 222, 222);
}

.main-cont .que-p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.main-cont .que-p span {
    font-weight: 500;
}

.poll-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.yes-poll {
    display: flex;
    flex-direction: column;
}

.yes-poll p {
    font-size: 17px;
    margin-bottom: 4px;
}

.yes-poll .for-500 {
    font-weight: 500;
}

.no-poll {
    display: flex;
    flex-direction: column;
}

.no-poll p {
    font-size: 17px;
    margin-bottom: 4px;
}

.no-poll .for-500 {
    font-weight: 500;
}

/* ----------- */

.progress-cust {
    background-color: #f3faf8;
    height: 34px;
    border: 1px solid #efefef;
}

.progress-cust .prg-yes {
    background-color: #2ab570;
}

.progress-cust .prg-no {
    background-color: #92d5df;
}

/* ------------ */
.main-content {
    margin: 40px 0 0 0;
}

.h-1 {
    font-weight: 600;
    font-size: 30px;
    color: #1f5067;
    text-align: center;
    margin-bottom: 40px;
}

.main-content .sub-head {
    font-size: 22px;
    color: #1f5067;
    text-align: center;
    font-weight: 500;
}

.main-content .sub-p {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 10px 0 0 0 !important;
}

.main-content .sub-p span {
    font-weight: 500;
}

.article-box {
    margin: 0px 0 30px 0;
    border: 3px solid #1f5067;
    border-radius: 8px;
    padding: 24px 24px;
    background-color: #e1f4ebe3;
}

.article-box a {
    color: #000;
}

.article-box h3 {
    color: #000;
    font-size: 20px;
}

.article-box p {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
}

.saving-btn {
    text-align: center;
}

.saving-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #1f5067;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: .5s ease all;
}

.saving-btn a:hover {
    background-color: #143747;
    color: #fff;
}

.p-bot {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
}

.p-bot a {
    color: #1f5067;
    font-weight: 500;
}


/* --------------------Footer-------------------- */

.footer {
    padding: 14px 0;
    border-top: 1px solid #dddddd;
}

.f-main p {
    color: #000;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
}

.f-main a {
    display: inline-block;
    color: rgb(50, 49, 76);
    font-size: 13px;
    text-decoration: none;
    transition: .5s ease all;
}

.f-main a:hover {
    color: #333;
    text-decoration: 1px solid #333;
}

@media (max-width:575px) {
    .main-sec {
        padding: 40px 16px 40px 16px;
    }

    .main-content .sub-head {
        line-height: normal;
        font-size: 21px;
    }


}

/* @media (min-width: 1500px) and (max-width: 7500px) {
    .main-sec {
        height: calc(100vh - 112px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
} */
.logo-img a{
    color: #000;
}

.cta-btn a{
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 16px 20px 16px 20px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    background-color: rgb(202, 2, 2);
    text-align: center;
    transition: .5s ease all;
    text-decoration: none;
}
.cta-btn a:hover {
    background-color: rgb(147, 2, 2);
    color: #fff;
}

.video-cont {
    margin: 25px 0 30px 0;
}

.p-common {
    font-family: "Noto Serif", serif !important;
}

.h-2 {
    font-size: 40px;
    color: #3d3d3d;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
}


.res-text p{
    font-size: 26px;
    color: #143747;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

@media (max-width: 520px) {
    .cta-btn a {
        padding: 14px 10px 14px 10px;
        font-size: 16px;
    }
}

/* ----------- */
a {
    text-decoration: none !important;
}

.screener-results__header {
    justify-items: center;
    text-align: center;
}
.screener-results__header {
    background-color: #dbf3e7;
    padding: 30px 30px;
}
.screener-results__page-tools {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.screener-results__header h1 {
    font-weight: 600;
    font-size: 30px;
}

.screener-results__item {
    background-color: #f3f6fa;
    padding: 20px 16px;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 30px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.screener-results__item h3{
   color: #32314c;
   font-size: 21px;
   font-weight: 600;
}
.screener-results__item p{
   color: #32314c;
   font-weight: 400;
   font-size: 16px;
}

.button--primary {
    background-color: #007e90;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.875rem;
    padding: 12px 16px;
    transition: .5s ease all;
}
.button--primary:hover {
    background-color: #016777;
    color: #fff;

}

@media (max-width: 575px) {

    .button--primary {
        padding: 12px 15px;
    }

}
@media (max-width: 375px) {

    .button--primary {
        padding: 12px 10px;
        font-size: 12px;
    }

}