@font-face {
    font-family: 'Source Sans Pro';
    src: url(/assets/fonts/SourceSansPro-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url(/assets/fonts/SourceSansPro-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'Hanken Grotesk';
    src: url(/assets/fonts/HankenGrotesk-Black.woff2) format('woff2');
    font-weight: 900;
    font-display: swap;
    font-style: normal
}




body, html {
    height: 100%
}


.col .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
    position: relative;
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
@media only screen and (min-width: 601px) {
    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (min-width: 993px) {
    .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (max-width: 600.99px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 992.99px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992.99px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 1201px) {
    .hide-on-extra-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 1201px) {
    .show-on-extra-large {
        display: block !important;
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992.99px) {
    .show-on-medium {
        display: block !important;
    }
}

@media only screen and (max-width: 600.99px) {
    .show-on-small {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}


@media only screen and (max-width: 992.99px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

@media only screen and (max-width: 600.99px) {
    .center-on-small-only {
        text-align: center;
    }
    .prv{
        transform: none !important;
        margin-left: 0 !important;
    }
    nav{
        justify-content: space-between !important;
        padding-top: 5px !important;
    }
    .tool_text{
        font-size: 1.6rem !important;
        line-height: 1;
    }
    .smallontablehome{
        width: 100% !important;
    }
    .whatcan{
        width: 90% !important;
    }

}


.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.bghead{
    background: #F4F6FA ;
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 1rem;
}
nav{
    position: fixed;
    background: #F4F6FA;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
}
.header{
    float: right;
}
.header ul{
    display: flex;
    font-size: 18px;
}
.header li{
    margin: 10px;
    padding: 10px;
    list-style-type: none;
}
.menu li:hover{
    background: #ffffff;
    border-radius: 12px;
}
.promonav{
    padding-top: 38px;
    top:0
}

.signupbtn{
    background: black;
    border-radius: 99px;
    padding-right: 2rem !important;
    color: white;
    padding-left: 2rem !important;
}

body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.bigtitle{
    text-align: center;
    width: 69%;
    margin: 0 auto;
    font-family: 'Hanken Grotesk',serif;
    font-size: 54px;
    padding-bottom: 1rem;

}
.bigtitle1{
    margin-left: -27rem;
}
.bigtitle2{
    margin-right: -16rem;
}
a {
    text-decoration: none;
    color: black;
}
.desc{
    width: 60%;
    margin: 8rem auto;
}
.title{
    text-align: center;
    font-size: 37px;
    font-family: 'Hanken Grotesk',serif;
    margin-bottom: 1.5rem;
}
.info {
    font-size: 24px;
}
#how{
    margin-top: 5rem;
}
.how{
    background: #fcf3ee;
    margin-top: -10px;
    padding-bottom: 5rem;
    padding-top: 2rem;
}
.steps{
    display: flex;
    justify-content: space-evenly;
}
.step{
    background: #00072E;
    color: #fcf3ee;
    width: 320px;
    height:440px ;
    font-size: 24px;
    font-family: 'Hanken Grotesk',serif;
    border-radius: 8px;
    margin-bottom: 20px;
}
.step img{
    width: 249px;
    margin-top: 40px;
}

.stepdes{
    text-align: left; margin-top: 10px; color: #cccccc
}
.right{
    text-align: right;
}
.text{
    padding:10px;
    text-align: center;
    margin-top: 5px;
}
.dropdownjs-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 3px 1px 14px #e0e0e0;
    z-index: 9999;
    width: 266px;
    right: 0;
    animation-name: openframe;
    animation-duration: .1s;
    border-radius: 14px
}

.dropdownjs-content a {
    color: #000;
    padding: 26px 16px !important;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 22px;
}
.show {
    display: block
}
@keyframes openframe {
    0% {
        transform:scale(0.5);
        opacity: 0;
    }

    100% {
        transform:scale(1);
        opacity: 1;
    }}

.promohead{
    text-align: center;background: #4d80fc;color: white;padding: 12px 0;position: absolute;z-index: 1000000; width: 100%;
}
.promohead .btn{
    background: #97FDAF;
    margin-bottom: 5rem;
    border-radius: 30px;
    padding: 3px 14px;margin-left: 10px;
}
.dropbtn {
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-top: 1px;float: right;padding-right: 3px;
}

.feat{
    margin: 10rem auto 0;
    width: 90%;
}
.feat_text{
    font-size: 38px;
    font-family: 'Hanken Grotesk',serif;
}
.feat img{
    width: 100%;
    max-width: 579px;
}
.center{
    text-align: center;

}
.margintop{
    margin-top: 10rem;
}
.feat_small{
    margin-top: 6px;
}
.footer-bg{
    background: #f3f6fa;
    margin-top: -10px;
    padding-bottom: 5px;
    padding-top: 3rem;
}
.footer a{
    color: #8E9EBE;
}
.fea{
    background: #00072e;
    color: white;
    padding: 20px;
    border-radius: 26px;
    margin: 10px;
    text-align: center;
}
.privacybox{
    margin-bottom: 1rem;
    font-size: 19px;
}
.fea img{
    max-width: 350px;
    width: 100%;
    border-radius: 5px;
}
.pricingbox {
    border: 5px solid #060606;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 25px;
}
.pricingtitle {
    font-size: 23px;
    font-family: 'Hanken Grotesk',serif;

}

.price {
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 22px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.pricingfea {
    font-size: 19px;
    margin-bottom: 21px;
}
tr {
    border-bottom: none
}

td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px
}


th.noborder, td.noborder {
    border-bottom: 1px solid #fcf3ee;
}

.bold {
    font-weight: 700;
    text-align: left;
    width: 196px
}

table, td, th {
    border-bottom: 1px solid #d7baaa
}

table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0
}

.doneimg {
    width: 34px;
    height: 34px
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%
}
.container_index {
    margin: 0 auto;
    max-width: 1280px;
    width: 86%
}

@media only screen and (min-width: 601px) {
    .container {
        width: 85%
    }

}

@media only screen and (min-width: 993px) {
    .container {
        width: 70%
    }
}
@media only screen and (max-width: 993px) {
    .desc{
        width: 90%;
    }
    .flex_2_feat{
        flex-direction: column;
    }
    .slideshow-container{
        max-width: 100% !important;
    }
    .dot{
        width: 42px !important;
        height: 42px !important;
    }
    .prev, .next{
        display: none !important;
    }
    .img_fea_index{
        margin-top: 50px;
        width: 100% !important;
    }
    .index_box{
        padding: 10px !important;
    }
    .title_index_feat{
        margin-top: 0 !important;
    }
}
.index_box{
    background: white;padding: 40px !important; margin: 30px 0
}

.qa {
    list-style-type: none;
    margin-bottom: 26px;
}
.pricingfea div {
    margin-bottom: 3px;
}
.numbers{
    background: #97fcaf;
    width: 25px;
    height: 25px;
    border-radius: 99px;
    text-align: center;
    padding: 2px;
    display: inline-block;
    color: #00072e;
}

.numbers2 {
    width: 42px;
    height: 30px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    background: #fae458;
    color: #142640;
    position: absolute;
    margin-left: -50px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 21px;
}
.numbers3 {
    background: #97fcaf;
    width: 25px;
    height: 25px;
    border-radius: 99px;
    text-align: center;
    padding: 2px;
    color: #00072e;
    font-size: 19px;}
.smalltext{
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}
.smallontablehome{
    margin-top: 5px;
}
.pricedes{
    font-size: 15px;
    color: #757575;
    font-weight: 100;
}
.tablehome{
    font-family: 'Hanken Grotesk',serif;
    font-size: 26px;
    padding: 30px 10px;
    text-align: left;
}
.homefeat{
    display: flex;
    align-items: center;
}
.bghead1{
    background: #f4f6fa;
    color: #00072e;
    padding-bottom: 4rem;
}
.feat1{
    max-width: 100%;
    border-radius: 4px;
    height: 290px;
    padding-top: 17px;
    margin: 5rem auto 3rem;
    padding-left: 13px;
    padding-right: 13px;
}

.feat1 img{
    margin-top: -22px;
    width: 400px;
    max-width: 100%;
}
.feat1 .small{
    color: #1b1b1bb3;
}
.tool_text {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.left_text{
    text-align: left;
    padding-left: 21px;
}
.tool_text1 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1;
}
.intro{
    text-align: center;
    padding-bottom: 3rem;

}
.introimg{
    max-width: 730px;
    width: 95%;
}
.logo{
    margin-top: 7px;
}
.plan_fea {
    margin-bottom: 10px;
    margin-top: 11px;
}
.plan_fea img{
    width: 20px;
    float: left;
}
.btnplan{
    background: #97FDAF;
    padding: 10px 27px;
    margin-bottom: 5rem;
    border-radius: 30px;
    font-size: 17px;
    white-space: nowrap;
}
.off_fea{
    color: #aaaaaa;
    text-decoration: line-through;
}

.prv {
    height: 200px;
    background: white;
    transform: rotate(2deg);
    margin-left: -27px;
    padding: 1px 32px;
    box-shadow: 0 7px 21px rgb(126 126 126 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 150ms;
    flex-direction: column;
}
.prv:hover {
    transform: rotate(0deg);
}
.slideshow-container {
    max-width: 80%;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
    text-align: center;

}
.slider-container {
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    width: 200%;
    animation: slide-animation 10s infinite;
}

.slide {
    flex: 1 0 100%;
}

@keyframes slide-animation {
    0% {
        transform: translateX(0%);
    }
    20% {
        transform: translateX(-25%);
    }
    40% {
        transform: translateX(-50%);
    }
    60% {
        transform: translateX(-75%);
    }
    80% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #000;
    opacity: 0.5;
    cursor: pointer;
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

.dots-container {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.mySlides img{
    border: 5px solid #060606;
    border-radius: 30px;
    margin-bottom: 25px;
}

.img_tour{
    height: 60vh;
    cursor: zoom-in;
}

@media only screen and (max-width: 768px) {
    .img_tour{
        height: auto;
        width: 90%;
    }
}

.active {
    background-color: #444444;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: 0px -105px 0 -100px;
    padding: 16px;
    background: #dde9fb;
    color: #789fd4;
    font-weight: bold;
    font-size: 34px;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 99px;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    background: #444444;
    color: white;
}

.tryit_btn{
    background: #97FDAF;
    margin-bottom: 5rem;
    color: black !important;
    border-radius: 30px;
    padding: 15px 47px;
    font-size: 20px;
    transform: translate(-3px,-1px);
    transition: all 150ms;
}

.tryit_btn:hover {
    border-bottom: 1px solid #417a67;
    transform: translate(-6px,-1px);
}
.btn:hover{
    border-bottom: 1px solid ;

}
.whatcan{
    width: 90%;
    margin: 0 auto 6rem;
    text-align: center;
    padding: 1rem;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(215 215 215 / 20%);
    border: 5px solid #060606;
    height: 500px;
}
.highlighter{
    background: rgb(255,253,68);
    background: linear-gradient(94deg, rgb(248 232 100) 0%, rgba(232,237,237,0.4206057422969187) 100%);
}
.tablehome {
    font-family: 'Hanken Grotesk',serif;
    font-size: 16px;
}
.smallontablehome{
    font-size: 20px;
    text-align: left;
    /*width: 69%;*/
    margin: 0 auto;
    line-height: 1.3;
    height: 100px;
}
.whatcan img{
    width: 800px;
    max-width: 100%;
    margin-top:2rem;
    margin-bottom: 2rem;
    border-radius: 2px;
    box-shadow: -1px -3px 20px 20px #e0e0e038;
}
.bg-img-fea{
    background: #fcf3ee;
}


@keyframes move-up-down {
    0%, 100% {
        transform: rotate(2deg);
    }
    50% {
        transform:rotate(5deg)
    }
}

.imgshow{
    max-width: 800px;
    width: 97%;
    border-radius: 6px;
}
.flex_2_feat{
    display: flex;align-items: center
}
#blog{
    font-size: 22px;
    line-height: 1.5;
}
#blog a{
    color: #2a7ae2;
}

#blog li{
    margin-bottom: 50px;
}
#blog li p{
    margin-top: 1px;
}

#blog h2{
    margin-bottom: 4px;
}
.img_blog{
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
    background: #faf8f4;
    padding: 15px;
    border-radius: 4px;
    cursor: zoom-in;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

/* Style for the modal content */
.modal-content {
    max-width: 90%;
    max-height: 90%;
    margin: 10px auto;
    display: block;
}

/* Style for the close button */
.close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
#email_temp{
    font-size: 22px;
    line-height: 1.5;
}

.email_box{
    margin-bottom: 4rem;
    border: 1px solid #eee;
    background: #061d79;
    color: white;
    border-radius: 12px;
    padding: 16px;
    margin-top: 2rem;
}
.question-mark {
    position: relative;
    display: inline-block;
}

.question-mark-icon {
    background: #a6a6a6;
    width: 21px;
    border-radius: 99px;
    height: 21px;
    color: white;
    text-align: center;
    font-weight: bold;
    cursor: default;
}

.popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
}

.question-mark:hover .popup {
    display: block;
}
#announcements {
    background: #6f0ff4;
    padding: 10px;
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    transition: padding 0.3s ease; /* Add a transition for smooth effect */
    width: 100%;
    top: 0;
}

.video-container {
    position: relative;
    width: 100%; /* Adjust based on your needs */
    max-width: 640px; /* This should match the max width of your video */
    margin: auto; /* Center the video container */
    cursor: pointer;
}
.video-container img {
    width: 100%;
    display: block;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-color: #4d80fc;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}
.play-button:focus {
    outline: none;
}
.modal-video {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}
.modal-content {
    width: 1200px;
    position: relative;
}
video {
    width: 100%;
    max-height: 95vh; /* Adjust to prevent overspill on small screens */
}
.close-modal {
    position: absolute;
    top: -12px;
    right: -20px;
    font-size: 30px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    z-index: 10000;
    background: yellow;
    border-radius: 99%;
    width: 42px;
    height: 42px;
    text-align: center;
    border: 2px solid;
}
.test-careers{
    transition: transform 0.3s ease-in-out;

}
.test-careers:hover{
    transform: scale(1.05);
}
.test-careers-btn{
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);    transition: transform 0.2s ease-in-out;

}

.test-careers-btn a:hover{
    background: #2a7ae2 !important;

}

.qanda summary {
    font-size: 22px;
    margin-bottom: 10px;
    border: 1px dotted #eee;
    background: #fcf3ee;
    padding: 20px;
    cursor: pointer;
}

.qanda .content-qanda {
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.qanda[open] .content-qanda {
    animation-name: openframe;
    animation-duration: .1s;
}
.content-qanda{
    font-size: 20px;
    padding-top:10px;
    padding-bottom: 30px;
}
.content-qanda ul{
    margin-top: 0;
}

.active_tab {
    font-weight: bold;
    background: #f4f6fa;
}
.index_fea{
    background: white;
    padding: 30px 0;
    margin: 40px 0;

}
.title_index_feat{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 28%;
}
.des_index_feat{
    font-size: 25px;
}
.img_fea_index{
    width: 700px;
}