/* body {
    font-family: inter;
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
} */

.nav-tex>a {
    font-size: 17px;
    font-weight: 500;
}

.grn {
    color: #4CAF4F;

}

.tex-wit {
    width: 500px;
}

.feature-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 800px;
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;

}

.register-btn h1,
.register-btn p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.third-sec-text {
    /* align-items: center; */
    text-align: center;
    font-size: 25px;
    width: 377.27px;
    margin: 0px auto;
}

.feature-p {
    text-align: center;
    font-size: 11.14px;
    width: 400px;
    margin: 0px auto;
}

.card-body>img {
    margin: 0px auto;
}

.card-heading {
    font-weight: 700;
    font-style: Bold;
    font-size: 19.49px;
    line-height: 25.06px;
    letter-spacing: 0%;
    text-align: center;
}

.card-para {
    font-weight: 400;
    font-size: 9.74px;
    line-height: 13.92px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0px;

}

.card {
    border: none;
}

.card-body:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.last-sec {
    padding-left: 30px;
}

.last-heading {
    width: 617px;
    font-size: 44px;
    font-weight: 600;
    margin: 0px auto;

}

.btnbg {
    background-color: #4CAF4F;
    color: aliceblue;
}

.btnbg:hover {
    background-color: #166f19;
    color: aliceblue;
}

.btnbg>a {
    text-decoration: none;
    color: #edf2f7;
}

.arrow-icn {
    font-size: 29px;
    position: relative;
    right: 33px;
    top: 4px;
}

input::placeholder {
    color: #edf2f7;
    /* Change to your desired color */

}

.form-control::placeholder {
    color: rgba(240, 248, 255, 0.678);
}


.cont-txt>h1 {
    font-weight: 600;
    font-size: 28.6px;
    width: 418px;
}

.cont-txt>p {
    font-weight: 400;
    font-size: 10.6px;
    width: 418px;
}



@media only screen and (max-width:990px) {
    .cont-txt>h1 {
        font-weight: 600;
        font-size: 28.6px;
        width: 418px;
        text-align: center;
    }

    .cont-txt>p {
        font-weight: 400;
        font-size: 10.6px;
        width: 418px;
        text-align: center;
    }

    .img-fluid {
        padding-left: 45%;
        text-align: center;
    }
    .btnbg{
        margin: 0px auto;
        justify-content: center;
        text-align: center;
    }
    .textco{
        justify-content: center;
    }
    .textbt{
        width: 1400px;
         margin:0px auto;
        justify-content: center;
        text-align: center;
    }
}

/* @media only screen and (max-width:561px) {
    .img-fluid {
    padding-left: 15%;
    }
} */
@media only screen and (max-width:570px) {
    .heromedium {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .texto{
           display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}