@media (max-width: 576px) {

    #call-to-action {
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .hide-576{
        display:none
    }
    }

@media (max-width: 768px) {
    .HeadingSP {
        margin: 0px 0 20px !important;
    }
    .content-area {
        padding: 20px 0px !important;
    }
    .tagline {
        padding: 0px 20px;
    }
    .subcribefooter__content .subcribe-control {
        width: 100%;
    }
    .text-cenetr768 {
        text-align: center !important;
    }
    .spanSub:after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .aboutus-img {
        position: relative;
        margin-bottom: 20px;
    }
    .hide-768{
        display: none;
    }
    .mobile-img {
        width: 100%;
    }

    .Inderpalblock {
        margin-top: 50px;
        padding-left: 20px;
        text-align: center;
    }

    .OurSpeciality {
        margin-bottom: 0px;
    }

    .getin-content {
        padding: 0px 10px;
        margin-bottom: 20px;
    }

    .img-center-768 {
        text-align: center;
    }

    .subcribefooter {
        justify-content: center;
    }

    .subcribefooter__content {
        flex-direction: column;
    }
    .subcribefooter__content label{
        margin-bottom: 15px;
    }
    .subcribefooter__content .sudcribe-control{
        width:100%
    }
    .footer-btn{
        margin-top: 15px;
        background-color: #253066;
    color: #fff;
    }
    .footer-block{
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .abtact:before, .homeact:before, .paract:before, .paract:before, .swpact:before, .proact:before, .conact:before {
        display: none !important;
    }
    .blue-bar {
        display: none;
    }

    header .site-branding a img {
        width: 155px;
    }

    .service-wrap {

        flex-direction: column;
    }
}