body{
    padding: 0;
    margin:0;
    /* background-color: red; */
}
.mobile-working{
    display:none;
}
.top-strip{
    width: 100%;
    height:auto;
    padding: 2px 0;
    background-color: #0880d1;
}
.logo-section{
    width: 100%;
    height: auto;
    /* padding: 10px 0; */
    text-align: center;
    background-color: #fff;
}
.logo-section img{
   width: 40%;
}
.banner{
    width: 100%;
    height: auto;
    padding: 40px 0;
    /* background-color: #ededed; */
    /* background-color: #1e3632; */
    /* background-color: #efefef; */
    background-blend-mode: overlay;
   /* background-image: url('../images/Background.max-2800x2800.jpg'); */
    background-color: #fffcfc;
    background-repeat: round;
    border-top: 1px solid #ece6e6;
}
.banner h2{
    text-align: left;
    color: #1C372B;
    font-size: 3.1em;
    padding-bottom: .3em;
}
.banner h4{
    text-align: center;
    color:#3ec07e;
    font-size:1.8em;
    padding-top:10px;
    padding-bottom: 20px;
}
.banner h5{
    background-color: #D6E8D0;
    text-align: center;
    border-radius: 16px 16px 0 0;
    padding: 13px;
    border-bottom: 1px solid #000;
}
.banner img{
    width: 100%;
    padding-top: 3em;
}
.banner .bulkWhatsapp{
        font-weight: 700;
}
.banner ul{
    margin-left: 4em;
    list-style: none;
}
.banner ul li{
    font-size: 1.2em;
    line-height: 32px;
}
.banner ul li::before {
    content: url("../images/Group.jpg");
    padding-right:10px;
}
.banner .btn-success{
    background-color: #2a614f;
}
.form-section{
    width: 55%;
    height:auto;
    /* padding: 15px; */
    /* border:3px solid #fff; */
    border-radius: 16px;
    border: 1px solid #1C372B;
    margin: 10px;
    margin-top: 20px;
    background-color: #fff;
    /* box-shadow: 3px 4px 5px 0px #000; */
    float: right;
}
.form-section img{
    position: absolute;
    width: 40%;
    left: 4em;
    top:20em;
}
.form-section form{
    padding: 5px 13px 7px 13px;
}
.form-section .form-control, .form-section button{
    border-radius:8px;
}
.discount{
    width: 60%;
    margin:3em 0 0 3em;
    text-align: center;
    background-color: #2a614f;
    padding: 10px;
    color:white;
    font-weight: 600;
}
.working{
    display: flex;
    justify-content:  center;
    margin-top: 2em;
}
.ws img{
    width: 150px;
    height: 150px;
}
.ws p{
    font-size:1.2em;
    padding-top:10px;
}
.arrowIcon img{
    width: 60px;
    height: 60px;
    margin:2.8em 1em 0 0.8em;
}

.offer-section{
    width: 100%;
    height:auto;
    padding: 40px 0;
    background-color: #2a614f;
    text-align: center;
    color:#fff;
}
.working-steps{
    width: 100%;
    height:auto;
    padding: 40px 0;
    text-align: center;
}
.silent-features{
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: #fff;
}
.copyrights{
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    background-color: #2a614f;
}
.copyrights P{
    margin-bottom: 0;
    color:#fff;
}
.wiew-enquiries{
    width:100%;
    height:auto;
    padding: 40px 0;
    background-color: #efefef;;
}
ul{
    padding-inline-start: 0 !important;
}
@media(max-width:768px) {
    .banner ul{
        margin-left:0;
    }
    .logo-section{
        text-align: left;
    }
    .banner h2{
        font-size:2.4em;
    }
    .form-section img{
        display:  none;
    }
    .form-section{
        width: 90%;
    }
    .ws img{
        width: 100px;
        height: 100px;
    }
    .arrowIcon img{
        margin: 1.4em 1em 0 0.8em;
    }
}
@media(max-width : 576px) {
    .mobile-working{
        display:block;
    }
    .working{
        display: none;
    }
    .arrowIcon{
        rotate: 90deg;
    }
    .arrowIcon img{
        margin: 10px auto;
    }
    .banner h2{
        font-size: 2.2rem;
        text-align: left !important;
    }
    .banner ul{
        margin: 2em 0;
    }
    .form-section{
        width: 100%;
        margin: 0;
        float: none;
    }
    .form-section img{
        display:  none;
    }
    .logo-section{
        text-align: left;
    }
    .ws img{
        width: 150px;
        height: 150px;
    }
    .benefit-para{
        margin-bottom: 3em !important;
        padding: 0px 15px !important;
    }
    #getDiscount{
        display: block !important;
        padding:0 !important;
    }
}
.testimonial{
    padding: 5em 0;
    background: #EDEDED45;
}
.testimonial h2{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1em;
}
.client-review img{
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    /* border: 1px solid gray; */
    margin: 10px 20px;
}
.client-review{
    /* border: 1px solid gray; */
    border-radius: 5px;
    width: 100%;
    height: auto;
    background: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 6px 20px 0 rgb(0 0 0 / 8%);
}
.client_name h6{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2em;
}
.client_name p{
    font-size: 1em;
}
.client-para{
    font-size: 0.95em !important;
    padding: 10px 20px;
    text-align: left !important;
    font-style: italic;
}

.profilePic{
    display: flex;
}
.benefits{
    background-color: #D6E8D0;
    padding: 3em 0;
}
.benefits h2{
    text-align: center;
    padding-bottom: 1.5em;
}

.benfits-info img{
    width: 70px !important;
    height: 70px;
    margin: 10px 20px;
}
.bulkbenefit h6{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1em;
}
.benefit-para{
    font-size: 1em !important;
    padding: 5px 15px;
    text-align: left !important;
}
.applynow{
    padding: 2em 0;
}
.applynow a{
    /* background-color: #2a614f; */
    padding: 10px 40px;
}

.login{
    background: url("../images/bg2.jpg") no-repeat center/cover scroll;
    height: 100vh;
}
.login h4{
    text-align: center;
    color:black;
    margin-bottom: 2em;
}
.login-box{
    margin:10% auto;
    top: 50%;
    padding: 40px 20px;
    background: #4dc759;
    border-radius: 20% 0%;
}
.login-box form{
    z-index: 1;
}

.thanks{
    background:black;
}