body, a{
    font-family: "Manrope", sans-serif;
}
header .logo{
    width: 80px;
}
header{
    padding:10px 0px;
}
.btn-brand{
    background: #E07015;
    color: #fff;
    padding: 10px 30px;
    border-radius: 1px;
}
.btn-brand:hover{
    color:#fff
}
.btn-brand i{
    padding-right: 5px;
    font-size: 14px;
}
.text-right{
    text-align: right !important;
}
p{
    margin:0px;
}
footer{
    padding:10px 0px;
}
.cta{
    background: #000000D9;
    padding: 40px 0px;
}
.cta h3{
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 800;
}
.faq{
    padding: 40px 0px;
}
.faq h3{
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 900;
}
.accordion-item{
    border: 0px;
}
.accordion-button{
    background: #f3f3f3;
    margin-bottom: 10px;
}
.accordion-body{
    text-align: left;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f3f3f3;
    box-shadow: inset 0 -1px 0 rgb(243 243 243);
}
.form{
    background-color: #000000C7;
    padding: 30px;
    color: #fff;
    border-radius: 20px;
}
.form h4{
    font-weight: 900;
}
.form p{
    margin-bottom: 10px;
}
.form input{
    padding: 15px 20px !important;
    border-radius: 100px !important;
    margin-bottom: 20px !important;
}
.form .btn-brand{
    border-radius: 100px;
}
.reviews{
    padding: 40px 0px;
    background: #f2d6a5;
}
.reviews h3, .results h3{
    font-weight: 900;
    margin: 0px;
}
.reviewBox{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0px;
}
.reviewBox p{
    margin: 10px 0px;
}
.reviewBox h6{
    color: #e07015;
    font-weight: 800;
}
.results{
    padding: 40px 0px;
}
.results img{
    margin: 30px 0px;
}
.box{
    padding: 20px;
    background: #F7CAA6BD;
    margin-bottom: 20px;
}
.box h3{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.box i,.banner i{
    background: #e07015;
    color: #fff;
    padding: 5px 6px;
    border-radius: 100px;
    margin-bottom: 15px;
    margin-right:10px
}
.why h3{
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
}
.brand{
    font-weight: 900;
    color: #e07015;
}
.about{
    padding:40px 0px;
    background-color: #f3f3f3;
}
.usp{
    background: #e07015;
    color: #fff;
    padding: 40px;
}
.iconBox{
    text-align: center;
}
.border-right{
    border-right: 1px solid #fff;
}
.iconBox h4{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 900;
}
.banner{
    padding: 40px 0px;
    background: #f2d6a5;
}
.banner h1{
    font-size: 30px;
    font-weight: 900;
    color: #e07015;
}
.banner h4{
    font-size: 20px;
    font-weight: 800;
}
.banner img
{
    position: relative;
    top: 124px;
}
.call {
    width: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
.whatsapps {
    width: 60px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
@media (max-width: 767px) {
    .banner img {
        top: 0px;
    }
    .banner h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .border-right{
        border-right:0px
    }
    .iconBox h4 {
        font-size: 16px;
    }
    .about img{
        margin-top: 20px;
    }
    .why h3 {
        font-weight: 900;
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    .why a, .results a {
        width: fit-content;
        display: block;
        margin: 20px auto;
    }
    .results img {
        margin: 30px 0px 0px 0px;
    }
    .faq h3 {
        font-size: 30px;
    }
}
