.section-padding {
    padding: 80px 0;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.features-boxs {
    width: 68%;
}

.features-img {
    width: 32%;
}

.features-box {
    margin: 50px 5px;
    padding: 15px;
    border-radius: 6px;
}

.features-box h3 {
    margin: 0;
    padding: 20px 0;
    color: #4478ff;
}

.aboutusbox-content {
    margin-right: 15px;
}

.aboutus-page-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.about-us-page {
    padding: 80px 0;
}

section.about-us-box {
    background: #fff;
    padding-bottom: 80px;
}

.section-title .about-us-third {
    text-align: center;
}

.aboutus-third-img {
    padding: 80px 0;
}

section.about-us-third .section-title {
    text-align: center;
    color: #144c5a;
    margin-bottom: 52px;
}

.aboutusbox-content h2 {
    color: #4478ff;
}

.aboutus-box {
    width: 100%;
    margin: 12px;
    padding: 18px;
    background: #f3f7ff;
    padding: 43px 60px;
    text-align: center;
}

.aboutus-third-innr {
    background: #ffffff;
    padding: 28px 159px;
    width: 69%;
}

.faqs-box {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgb(3 85 167 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 15px;
    margin-bottom: 16px;
}

.faqs-title {
    font-size: 21px;
    color: #001d37;
    font-weight: 900;
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: right;
}


.out-features {
    position: relative;
}
.out-features:before{
     content: " ";
     position: absolute;
     top: 29%;
     height: 26%;
     width: 100%;
     display: block;
     background: rgb(3,85,167);
     background: linear-gradient(122deg, rgba(3,85,167,1) 0%, rgba(205,216,219,1) 79%);
     z-index: 9;
}
.content-box {
    padding: 81px 54px;
    border-radius: 17px;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
}
.content-box img{
    margin-bottom: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.2;
}
.content-box h2 {
    border-right: 8px solid #fab902;
    padding-right: 15px;
}
.faqs-title:before{
    content: " ";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fab902;
    border-radius: 50%;
}
span.icon-plus {
    background: #0355a7;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: 33px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 34px;
    font-size: 28px;
}
.icon-plus:after {
    content: "\002B";
}

.faqs-box.active .icon-plus:after {
    content: "\002D";
    color: #ffde00;
}

.faqs-answer {
    display: none;
    padding: 0 20px 20px;
}

.faqs-box.active .faqs-answer {
    display: block;
}

.faqs-box.active .faqs-title {
    color: #001d37;
}

.faqs-box.active {
}
.about-us-first-innr,
.about-us-second-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.about-us-first {
    padding: 80px 0;
}

section.about-us-second {
    padding-bottom: 80px;
}

section.about-us-second .aboutus-content {
    text-align: center;
}

section.about-us-third {
    padding: 46px 0;
    background: #e8ebf2;
    margin-bottom: 100px;
    position: relative;
}

.aboutus-box h3 {
    margin: 15px 0;
    color: #014e98;
}

.aboutus ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 31px 0 0 0;
    padding: 0;
    justify-content: flex-end;
}

.aboutus ul li {
    width: calc((6/12)*100%);
    margin-bottom: 10px;
    color: #455565;
}

.aboutus ul li:before {
    content: "\2605";
    color: #FF8E3C;
    margin-left: 11px;
}

.aboutus-boxs .section-title p {
    width: 50%;
    margin: auto;
}

@media (min-width: 992px) {
    .aboutus-content {
        width: 50%;
    }
    .aboutus-img {
        width: 40%;
    }
    .aboutus-box {
        width: 45%;
    }
    .col-2 {
        width: 48%;
    }
}