

.list-hero{
    padding-top: 3%;
    padding-bottom: 4%;
    background-color:#0127A5;
    background-size: cover;
    background-position: center;
}
.list-container-fluid{
    text-align: center;
    width: 100%;
}
.list-logo{
    max-width: 384px;
}
.list-heading {
    color: #ffffff;
    font-size: 78px;
    font-weight: bold;

}
.list-subheading{
    color: #ffffff;
    font-size: 30px;
    margin-top: -10px;
}
.list-percentage{
    color: #ffffff;
    font-size: 29px;
    margin-top: 30px;
}
.list-hero-about{
    color: #ffffff;
    font-size: 20px;
}
.list-respect{
    color: #dedede;
    margin-top: 40px;
}
.list-respect > a > img{
    width: 300px;
}
.percentage-pc{
    display: block;
}
.percentage-mobile{
    display: none;
}
.logo-pft{
    width: 130px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
}
.br-none{
    display: none;
}
.list-separator{
    width: 120px;
    border: 3px solid #f1631d;
    margin: 30px auto;
    opacity: 1;
}
.list-container{
    text-align: center;
}
.list-various{
    color: #62656f;
    font-size: 19px;
}
.list-gains-container{
    padding-top: 5%;
    padding-bottom: 50px;
    background-color:#0127A5;
    background-size: cover;
    background-position: center;
}
.list-gc-desktop{
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
}
.list-success-desktop{
    text-align: center;
    color: #ffffff;
    font-size: 19px;
}
.alert-card{
    background-color: #ffffff;
    width: 300px;
    height: 375px;
    padding: 0 2px 5px 2px;
    text-align: center;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
}
.alert-card > h1{
    font-size: 28px;
    color: #34363c;
}
.alert-card > h2{
    font-size: 25px;
    color: #f1631d;
    margin-top: -10px;
}
.alert-card > img{
    width: 85%;
    margin-top: 5px;
}
.alert-card > .alerted{
    color: #34363c;
    font-size: 11px;
    margin-top: 15px;
}
.card-btn{
    border: none;
    background-color: #f1631d;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
}
.gains-subtext{
    font-size: 12px;
    color: #dadada;
    text-align: center;
    padding-left: 21%;
    padding-right: 21%;
    margin-top: 25px;
}
.hw-img > img{
    margin-top: 30px;
    width: 550px;
    margin-left: -20px;
}
.hw-heading{
    font-size: 48px;
    color: #34363c;
    margin-top: 50px;
}
.sans-bold{
    font-weight: bold;
}
.hw-text{
    padding-right: 1%;
}
.hw-text > p {
    color: #62656f;
    font-size: 17px;
    padding-right: 22%;
    margin-top: 20px;
}
.hw-list {
    margin-top: 27px;
}
.hw-list-content {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.list-content > div{
    color: #34363c;
    font-size: 16.39px;
    margin-left: 15px;
    margin-top: -7px;
    font-weight: 800;
}
.left-margin{
    margin-left: 0;
}
.testimonials{
    width: 100%;
    background-image: url(../img/testimonial-bg.webp);
    padding: 2% 2% 6% 2%;
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.lsit-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-text {
    padding-right: 60px;
    color: #62656f;
    font-size: 19px;
    line-height: 30px;
    margin-top: 4%;
}
.faqs{
    width: 700px;
}
.desktop-faq > img {
    margin-top: 20px;
    width: 620px;
    margin-left: 50px;
}
.hw-list {
    margin-top: 27px;
}
.faq-title {
    font-size: 18px;
    margin-top: -1px;
    color: #34363c;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.faq-title > .tit-wh{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: #F1631D;
    color:#fff;
    margin-right: 12px;
}
.faq-content {
    font-size: 13px;
    color: #404040;
    line-height: 17px;
    margin-top: -8px;
}
.mobile-faq{
    display: none;
}
.desktop-faq{
    display: block;
}
.bottom-footer {
    background-color:#0127A5;
    padding-top: 2%;
    padding-bottom: 3.5%;
    background-position: center;
    background-size: cover;
}
.logo-single > img {
    width: 110px;
    margin-right: 20px;
}
.logo-single > p {
    color: #ffffff;
    font-size: 42px;
    line-height: 45px !important;
    margin-top: 20px;
}
.footer-nav{
    background-color: #202872;
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer-nav-list > a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    margin-left: 40px;
}
.copy {
    color: #ffffff;
    margin-right: 50px;
    font-size: 16px;
}
@media only screen and (max-width: 600px) {
    .left-margin{
        margin-left: auto;
    }
    .br-none{
        display: inline;
    }
    .percentage-pc{
        display: none;
    }
    .percentage-mobile{
        display: block;
        font-size: 24px;
        line-height: 26px;
    }
    .list-hero{
        background-color:#0127A5;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .list-heading{
        font-size: 52px;
        line-height: 52px;
    }
    .list-subheading{
        font-size: 23px;
        margin-top: 15px ;
        line-height: 27px;
    }
    .list-hero-about{
        margin-top: -8px;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 14px;
    }
    .list-hero-about-br{
        display: none;
    }
    .list-respect{
        font-size: 13px;
        margin-top: 20px;
        line-height: 15px;
    }
    .list-separator{
        margin: 10px auto;

    }
    .list-gains-container{
        background-color:#0127A5;
    }
    .list-gc-desktop{
        font-size: 26px;
    }
    .list-success-desktop{
        font-size: 16px;
        line-height: 12px;
    }
    .faq-title > .tit-wh{
        width: 15px;
        height: 15px;
        font-size:12px ;
        line-height: 15px;
    }
    .hw-img{
        text-align: center;
    }
    .hw-img > img {
        margin: 0px auto;
        width: 70%;
    }
    .hw-heading{
        font-size: 33px;
        text-align: center;
    }
    .hw-text{

    }
    .hw-text > p {
        text-align: center;
        padding-right: 0;
    }
    .hw-list-content{
        align-items:flex-start;
    }
    .hw-list-content > div{
        line-height: 18px;
        margin-top: 0
    }
    .hw-list {
        margin-left: 10px;
        margin-top: 40px;
    }
    .faq-title{
        font-size: 14px;
    }
    .faq-content {
        font-size: 12px;
        margin-top: -10px;
        margin-left: 13px;
    }
    .faq-text{
        padding-right: 0px;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
    }
    .faqs{
        margin-right: 0;
    }
    .mobile-faq{
        display: block;
        text-align: center;
    }
    .mobile-faq > img{
        width: 80%;
    }
    .desktop-faq{
        display: none;
    }
    .faq-mp-t{
        color:#fff;
        text-align: center;
        color: #ffffff;
        font-size: 33px;
    }
    .footer-nav-list > a {
        font-size: 13px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .copy {
        margin-right: 0px;
        margin-top: 10px;
        font-size: 12px;
    }
    .logo-wrap > a {
        display: flex;
        flex-direction: column;
    }
    .logo-wrap > a > img{
        width: 100% !important;
    }
    .d-flex{
        display: block !important;
    }
}
.logo{
    width: 100%;
    background-color: #070725;
    display: flex;
    justify-content: center;
    align-items: center;

}
.logo > img{
    width: 80px;
    height: auto;
}
.y-title{
    font-weight: bold;
    font-size: 35px;
    line-height: 30px;
    margin-top: 37px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo-wrap{
    width: 100%;
}
.logo-wrap > a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.logo-wrap > a > img{
    width: 30%;
}