:root {
    --primary-color : #0889c3;
    --secondary-color : #AEE2EA;
    --text-color : #4c515c;
}

@media screen and (max-width: 768px) {

    .header-left {
        margin: 5px 0px;
    }  

    .soical-profile {
        margin: 5px 0px;
    }

    .mean-container a.meanmenu-reveal {
        background: #ffffff !important;    
        padding: 10px 12px 11px !important;
        margin-top: -74px !important;    
    }

    .mean-container a.meanmenu-reveal span {
        background: var(--primary-color) !important;
        margin-top: 4px !important;
    }

    .mean-container a.meanmenu-reveal {
        color: red !important;
        /* border: 1px solid var(--primary-color); */
    }

    .about-desc a {
        margin-bottom: 20px;
    }

    .faq-single .icon {
        border-radius: 5px;
    }

    .about-sec {
        padding-bottom: 30px !important;
    }

    .service-sec {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .latest-project-title {
        text-align: center;
        padding-bottom: 20px;
    }    

    .responsive-img {
        background-size: cover;
        height: 400px;
    }

    .centerAlign{
        text-align: center;
    }

    /* .packs-card {
        display: none;
    } */

    /* .packs-card-responsive {
        display: block;
    } */

    .service-readmore {
        float: right;
        padding-right: 40px;
    }

    .footer-social {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-contact-info-icon {
        top: 5px;
    }

    .TnC, .cpright, .site-developer {
        text-align: center;
    }

    .mean-container .mean-nav {
        background-color: var(--primary-color);
        text-align-last: center;
    }

    .about-tab {
        text-align: center;
    }

    .about-desc a {
        float: right;
    }   

    .tblPlansCards {
        display: block;
    }
    
    .marginTop-4 {
        margin-top: 24px;
    }
    
    .responsive-padding {
        padding: 50px 0px !important;
    }    
   
    .all-slide .owl-item {
        height: 380px;
    }

    .about-desc h2 {
        text-align: center;
    }

    .btnSendAlign {
        float: right;
        margin-right: 15px;
    }

    .getInTouch {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .mapStyle iframe {
        height: 300px;
    }

    .plans-table  {
        overflow-x: auto !important;
    }

    .borderless {
        display: none;
    }

    .extra-month {
        position: relative;
        overflow: hidden;
        width: 300px;
    }

    .extra-month:after {
        content: attr(data-ribbon);
        position: absolute;
        font-size: 12px;
        width: 40px;
        height: 40px;
        background:var(--secondary-color);
        top: 0px;
        text-align: center;
        line-height: 18px;
        left: 0px;
        transform: rotate(0deg);
    }
    
    .icofont-sale-discount {
        display: none;
    }
    
} /* max-width: 768px END */

@media screen and (max-width: 600px) and (min-width: 400px) {
    .all-slide .owl-item {
        height: 294px;
    }
}

@media screen and (max-width: 400px) {
    .all-slide .owl-item {
        height: 180px;
    }

    .align-end {
        text-align: end !important;
    }
}

@media screen and (min-width: 768px) {
    .tblPlansCards {
        display: none;
    }
    .contact-rightPanel-Padding {
        padding-top: 85px;
    }
    
}

@media screen and (max-width: 1200px) and (min-width: 540px) {
    .client-card-common {
        width: 110px;
        height: 110px;
    }

    .client-card-outer {
        padding: 8px;
    }
}

@media screen and (max-width: 540px) {
    .client-card-common {
        width: 80px;
        height: 80px;
    }

    .client-card-outer {
        padding: 6px;
    }
}

@media screen and (max-width: 420px) {
    .client-card-common {
        width: 65px;
        height: 65px;
    }

    .client-card-outer {
        padding: 3px;
    }
}

@media screen and (max-width: 320px) {
    .client-card-common {
        width: 55px;
        height: 55px;
    }

    .client-card-outer {
        padding: 2px;
    }
}

@media screen and (max-width: 995px) and (min-width: 770px) {
    .call-to-action-text a.btn {
        padding: 6px 4px;
    }
}