body {
    font-family: inter;
}

.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);
  }

/* .font-small{
    font-weight: 400;
    font-size: 9.74px;
    line-height: 13.92px;
    letter-spacing: 0%;
    border: 3px solid yellow;


} */

/* .card-content{
    border: 2px solid rgb(3, 70, 23);
    align-items: flex-start;
    padding: 0;
    margin: 0;

}

.card-content>h2 {
    border: 2px solid rgb(244, 8, 47);
    align-items: flex-end;
    padding: 0px;
    margin: 0px;

}

.card-content>p {
    border: 2px solid rgb(244, 8, 47);/
    align-items: flex-end;
    padding: 0px;
    margin: 0px;
    margin-top: -30px;
    text-align: center;
    align-items: center;

} */
/* .btn-primary{
    text-align: left;
} */
/* .sid-cont {
    border: 3px solid black;

}

.side-first-cont {
    border: 3px solid red;

} */
.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;
    }
}
@media only screen and (max-width:561px) {
    .img-fluid {
    padding-left: 15%;
    }
}