@media screen and (max-width: 1700px) and (min-width: 1500px) {
 

}   

@media screen and (max-width: 768px) and (min-width: 550px) {
 

}
 
@media screen and (max-width:550px){ 
    .UpHeader .HeaderRight {
        margin: 4px 0 0 0;
        float: none;
    }
    .UpHeader .HeaderRight ul {
        display: block;
    }
    .UpHeader .HeaderRight ul li {
        padding: 4px 10px;
    }
    .Header .Navigation .navbar .navbar-nav .nav-item a.nav-link.Submit {
        border-radius: 5px;
        width: 177px;
    }
    .Business .InnerBusiness .TextBox h3 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 11px;
    }
    .FriendlyArea .Friendly figure {
        width: 100%;
    }
    .FriendlyArea .owl-carousel .owl-stage-outer {
        padding-bottom: 10px;
    }
    .Friendly figcaption {
        position: initial;
        margin-top: 10px;
        padding: 15px 20px;
    }
    .GSTBilling .GSTFigureBox figure {
        width: 330px;
        margin: 0 auto;
    }
    .MidFeatures {
        padding: 30px 20px 50px;
    }
    h2.MainHeading {
        font-size: 29px;
        font-weight: 700;
    }
    .ServiceBox {
        margin-bottom: 20px;
    }
    .GooglePlay figure {
        width: 139px;
    }
    a.MainButton {
        padding: 10px;
        font-size: 12px;
    }
    .FAQ .StaticBoxArea .card .card-header a.card-link h4 {
        font-size: 12px;
    }
    .MainFooter .Foot h2 {
        margin-top: 20px;
    }
    .Business .InnerBusiness .TextBox h5 {
        font-size: 14px;
        line-height: 22px;
    }
    .Business .InnerBusiness .FigureBox figure span {
        position: absolute;
        top: 80px;
        left: 140px;
        width: 50px;
    }
    h3.SecondHeading {
        font-size: 20px;
        margin-top: 40px;
    }
    .BackroundWhite .LeftContent h2 {
        font-size: 27px;
    }
    .BackroundGray .RightContent figure {
        width: 100%;
    }
    .BackroundWhite .RightContent figure {
        width: 100%;
    }
    .MidFeatures figure {
        width: 100%;
        margin: 0 auto;
    }
} 