.slider1{
    background-image:url('../images/bg_home.png');
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
    background-size: cover;
    min-height: 690px;
    background-repeat: no-repeat;
    background-position: top;
    background-color: black;


}

.mainBanner h3{

    
    color: rgba(255,255,255,1);
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}
.mainBanner .counter{
    
    color: rgba(255,255,255,1);
    font-family: "Montserrat";
    font-size: 104px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 11,93px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mainBanner .hours-minutes{
    
    color: rgba(255,255,255,1);
    font-family: "Montserrat";
    font-size: 21.6px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.mainBanner .signup input{
    border: none;
    background-color: rgba(240,240,240, 1);
    padding: 15px;
    margin-bottom: 20px;
    width: 80%;
    font-size: 18px;

}
.mainBanner .signup .submitButton{
    background-color: #24AD39;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    width: 19%;
}

.benefits .number{
    background-color: #000;
    border-radius: 100px;
    color: #fff;
    height: 100px;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 60px;
    font-weight: bold;
    margin: auto;
}
.benefits h3{
    
    color: rgba(4,4,4,1);
    font-family: "Montserrat";
    font-size: 43px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;

}
.benefits .benefit{
    background-color: rgba(0,0,0, 0.9);
    color: rgba(255,255,255,1);
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.companies h3{
    
    color: rgba(4,4,4,1);
    font-family: "Montserrat";
    font-size: 43px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}
.faq h3{
    
    
    color: rgba(4,4,4,1);
    font-family: "Montserrat";
    font-size: 43px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    
}
.faq h4{
    
    
    
    color: rgba(4,4,4,1);
    font-family: "Montserrat";
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    
}
.faq p{
    
    color: rgba(0,0,0,1);
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}
.signupBottom{
    background-image: url('../images/bg_signup.png');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 356px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;

}
.signupBottom h3{
    opacity: 1;
    color: rgba(0,0,0,1);
    
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.signupBottom input{
    border: none;
    background-color: rgba(240,240,240, 1);
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}
.signupBottom .submitButton{
    
    background-color: #24AD39;

    color: rgba(255,255,255,1);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
}

@media (max-width: 991.98px) {
    
    .mainBanner .counter{
        font-size: 30px;
        text-align: center;
    }
    .mainBanner h3{
        font-size: 20px;
        padding: 30px 10px;
       
    }
    .bgcell2{
        background:none !important;

    }
    .slider1{
        min-height: 500px;


    }
    .mainBanner .signup input{
        width: 100%;

    }
    .mainBanner .signup .submitButton{
        width: 100%;
    }
}

.bgcell2{
    background-image: url('../images/bg2.png');
    background-position: -100px top;
    background-repeat: no-repeat;
    background-size: contain;
}