.number-circle{
    width: 50px;
    height: 50px;
    background-color: #375e1b;
    border-radius: 50px;
}

.number-circle span{
    padding-top: 26px;
    display: block;
    text-align: center;
    color: white;
    font-size: 25px;
}

.info-block{
    text-align:center;
}

.info-block h4{
    font-size: 17px;
}

.info-block p{
    font-size: 16px;
}

.service-block{
    min-height: 478px;
}

.service-block h4{
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.service-block{
        min-height: 150px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
	.tp-mask-wrap{
        text-align: center;
        width: 93vw;
        margin: 0 auto;
    }
    .tp-caption.rev-btn{
        max-width: 50% !important;
        min-height: 35px !important;
        margin: 0 auto !important;
        font-size: 14px !important;
        line-height: 17px !important;
    }

    #aboutus, #faq, #ouroffer, #contact{
        padding-top:20px !important;
    }

    #contact{
        padding-bottom: 10px !important;
    }

    #faq{
        padding-bottom: 20px !important;
    }

    #faq > div > div.wrap.mcb-wrap{
        padding-top: 50px !important;
    }
}

#aboutus:after{
	background-image:url(../../../images/BG-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#faq:after{
	background-image: url(../../../images/BG-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #375e1b;
    width: 100%;
}

#contactWrapper .success h4{
    color: white !important;
    text-align: center;
}

@media only screen and (max-width: 959px) and (min-width: 768px){
    .satisfied-customers{
        font-size: 59px !important;
    }

    .contact-blocks p{
        font-size: 12px;
    }
}