@media only screen and (max-width: 1399px) {

}

@media only screen and (max-width: 1199px) {
    .hero-banner {
        margin-bottom: 80px;
    }
    #ourservices_sec {
        margin-bottom: 80px;
    }
    .common-heading span {
        margin-bottom: 16px; 
    }
    #aboutus_sec {
        margin-bottom: 80px;
    }
    #features-sec {
        margin-bottom: 80px;
    }   
    .box-1 {
        height: auto;
        margin-top: 20px;
    }
    #price-sec {
        padding: 70px;
        margin-bottom: 80px;
    }
    #contactus-sec {
        margin-bottom: 80px;
    }
    li.nav-item {
        padding-bottom: 15px;
    } 
    .navbar-nav {
        margin-bottom: 10px;
    }
    li.feature-3 {
        text-align: start;
        margin-bottom: 40px;
    }
    li.feature-2 {
        margin-bottom: 40px;
    }
    li.feature-1 {
    margin:0px;
    }
    li.feature-1 {
        margin: 0px;
        margin-bottom: 40px;
    }
    .feature-pic {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner {
        margin-bottom: 60px;
    }
    #ourservices_sec {
        margin-bottom: 60px;
    }
    #aboutus_sec {
        margin-bottom: 60px;
    }
    .common-heading h2 {
        font-size: 36px;
    }
    #aboutus_sec {
        padding: 30px 0px;
    }
    #price-sec h2 {
        font-size: 36px;
    }
    .hero-banner img {
        height: 900px;
    }
    .feature-img {
        width: 80%;
    }
    .feature-pic {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .common-heading h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .hero-content h1 {
        font-size: 40px;
    }
    .hero-content p {
        font-size: 15px;
    }
    br{
        display: none;
    }
    #price-sec h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .box-1 h4 {
        font-size: 30px;
    }
    .box h4 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content h1 {
        font-size: 24px;
    }
    .common-heading h2 {
        font-size: 28px;
        line-height: 36px;
    }
    #price-sec h2 {
        font-size: 28px;
        line-height: 36px;
    }
    p {
        font-size: 14px;
    }
    .hero-content p {
        font-size: 14px;
    }
    .hero-banner {
        margin-bottom: 45px;
    }
    #ourservices_sec {
        margin-bottom: 45px;
    }
    #aboutus_sec {
        margin-bottom: 45px;
    }
    #features-sec {
        margin-bottom: 45px;
    }
    #price-sec {
        padding: 40px;
        margin-bottom: 45px;
    }
    #contactus-sec {
        margin-bottom: 45px;
    }
    h5 {
        font-size: 18px;
    }
    .feature-pic {
        margin-bottom: 20px;
    }
    .playstore img {
        width: 70%;
    }
}

@media only screen and (max-width: 420px) {
    .hero-banner img {
        height: 700px;
    }
    .hero-content {
        top: 55%;
    }
    .common-heading h2 {
        font-size: 22px;
        line-height: 30px;
    }
    p {
        font-size: 12px;
        line-height: 24px;
    }
    .feature-pic {
        margin-bottom: 20px;
    }
    .box-1 {
        margin: 0px;
        margin-bottom: 20px;
    }
    .box {
        margin: 0px;
        margin-bottom: 20px;
    }
    .playstore img {
        width: 70%;
    }
    
}