.section-parallax-banner {
    /*background-image: url(./banner-expense.jpg);*/
    width: 100%;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax-banner-bg {
    background: linear-gradient(150deg, #f27935 20%, #ba4506 80%);
    padding: 7rem 0 4rem 0;
}

.banner-content {
    color: white;
    margin-top: 3rem;
}

.banner-content .banner-title {
    font-size: 50px;
    font-weight: 700;
}

.banner-content .banner-desc {
    color: white;
    font-size: 20px;
}

.banner-image {
    text-align: center;
}

.section-white {
    background: white;
    padding: 2rem 0 1rem 0;
}

@media screen and (max-width:768px) {
    .banner-content {
        margin-top: 0rem;
        text-align: center;
    }

    .banner-content .banner-title {
        font-size: 30px;
    }

    .section-white {
        padding: 1rem 0 1rem 0;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .banner-content {
        margin-top: 0rem;
        text-align: center;
    }

}

@media (min-width:768px) and (max-width:1024px) {
    .banner-image img {
        width: auto;
        height: auto;
    }

}

.btn-expert {
    margin: 22px 0px 2px 0px;
}

.btn-expert .expert-click-btn {
    background: #076197;
    color: #fff;
    padding: 7px 25px 7px 25px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid;
    margin-top: 20px;
    transition: .5s;
}

.btn-expert .expert-click-btn:hover {
    background: #fff;
    color: #076197;
    border: 1px solid #076197;
}

.btn-left {
    text-align: left;
}

@media screen and (max-width:768px) {
    .btn-left {
        text-align: center !important;
    }

}

@media screen and (max-width:992px) {
    .btn-left {
        text-align: center !important;
    }

}

.button1 {
    display: block;
}

.button2 {
    display: none;
}

.box-1 {
    order: 1;
}

.box-2 {
    order: 2;
}

@media (max-width:992px) {
    .button1 {
        display: none;
    }

    .button2 {
        display: block;
    }

    .box-1 {
        order: 2;
    }

    .box-2 {
        order: 1;
    }

}

/* -------- about Start ----------*/
.about-title {
    font-weight: 700;
    color: #00235a;
    text-align: center;
    margin-bottom: 30px;
}

.about-desc {
    color: #5d5d5d;
    text-align: justify;
}

.about-image {
    text-align: center;
}

@media screen and (max-width:768px) {
    .about-title {
        font-size: 1.7rem;
    }

    .about-desc {
        font-size: 16px;
    }

}

/* -------- about End  ----------*/
.oe-title {
    font-weight: 700;
    color: #00235a;
    text-align: center;
    margin-bottom: 25px;
}

.oe-subtitles {
    color: #5d5d5d;
    text-align: justify;
}

.module-content {
    box-shadow: 0 1px 1rem rgb(0 47 82 / 14%);
    padding: 20px;
}

.module-title {
    font-weight: 700;
    color: #00235a;
    text-align: center;
    margin-bottom: 2.2rem;
}

.module-subtitle {
    font-weight: 700;
    color: #00235a;
    font-size: 28px;
    margin-bottom: 20px;
}

.module-desc {
    color: #5d5d5d;
    text-align: justify;
}

.extra-hide {
    visibility: hidden;
}
.module-image{
   text-align: center; 
}
@media screen and (max-width:768px) {
    .extra-hide {
        display: none;
    }

    .oe-title {
        font-size: 26px;
    }

    .module-title {
        font-size: 28px;
    }

    .module-subtitle {
        font-size: 25px;
        text-align: center;
    }
.module-image{
   margin-bottom: 14px; 
}
}
@media screen and (max-width: 992px) {
.module-image{
   margin-bottom: 14px; 
}
}
/* ---- about-feature start ----*/
.feature-title {
    font-weight: 700;
    color: #00235a;
    text-align: center;
    margin-bottom: 25px;
}

.feature-subtitle {
    color: #5d5d5d;
    text-align: justify;
    margin-bottom: 30px;
}

.feature-image {
    text-align: center;
}

.feature-desc {
    padding: 10px;
    margin: 15px 0px;
    box-shadow: 0 0.5rem 0.5rem rgb(0 47 82 / 14%);
}

.feature-content {
    color: #5d5d5d;
    font-size: 15px;
    margin-top: 1rem;
    padding: 8px 15px;
}

.feature-content h3 {
    font-size: 1.3rem;
    color: #076197;
    font-weight: 700;
    transition: .3s;
    text-shadow: 2px 2px 1px #80808033;
}

.feature-content p {
    text-align: justify;
}

@media screen and (max-width:768px) {
    .feature-desc {
        margin: 16px 0px;
        border: 1px solid #00000021;
    }

    .feature-title {
        font-size: 1.5rem;
    }

    .feature-content {
        font-size: 15px;
        padding: 0px 5px;
    }

}
/*@media (min-width:768px) and (max-width:992px) {
    .feature-content {
        text-align: center;
    }
}*/
/* ---- about-feature end ----*/
