/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu li {
        margin-left: 28px;
    }

    .main-menu ul li a {
        font-size: 16px;
    }

    .logo img.main-logo {
        max-width: 55px;
    }

    .header-bottom {
        padding: 18px 0;
        padding-bottom: 8px;
    }
    
    .content-wrp {
	width: 960px;
	margin: 0 auto;
}
    

}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991.98px) {
    .mobile-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .content-wrp {
	width: 100%;
	margin: 0 auto;
}
    
}


/* small mobile :320px. */
@media (min-width: 320px) and (max-width: 767.98px) {
    .logo img.main-logo {
        max-width: 45px;
    }
    .content-wrp {
	width: 100%;
	margin: 0 auto;
}
    .header-bottom {
        padding: 18px 0;
        padding-bottom: 8px;
    }

    .mean-container a.meanmenu-reveal {
        width: 22px;
        height: auto;
        position: absolute;
        top: -38px;
        color: var(--primary-color);
        /* line-height: 22px; */
        border: 2px solid var(--primary-color);
        border-radius: 4px;
        padding: 6px;
        font-size: 16px !important;
        line-height: 1.2;
    }

    .banner-cotent h2 {
        font-size: 35px;
    }

    .banner-area {
        min-height: 210px;
    }

    .banner-cotent {
        height: 210px;
    }

    .service-icon img {
        max-width: 140px;
    }

    .service-wrapper h4 {
        font-size: 22px;
    }

    .footer-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-widget {
        width: 33.33%;
    }

    .phone-ft-extra {
        margin: 0;
    }

    .footer-btm {
        padding: 24px 0;
    }

    .analytics-wrapper li {
        width: 100%;
    }

    .analytics-wrapper li a {
        font-size: 16px;
    }

    .second-logo {
        max-width: 90px;
    }

    .chart-title {
        font-size: 24px;
    }

    .slider-title h2 {
        font-size: 28px;
        margin-bottom: 22px;
    }

    .mobile-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-view .header-ct li:first-child {
        display: block;
    }
}

/* Large Mobile :480px. */
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-ct {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 0px) and (max-width: 575.98px) {
    .header-ct li:first-child {
        display: none;
    }

    .header-ct {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-ct li {
        margin-right: 0;
    }

    .footer-widget {
        width: 100%;
        margin-bottom: 5px;
    }

    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-widget li {
        font-size: 16px;
    }

    .footer-top {
        padding-top: 20px;
    }

    .footer-btm-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .ft-right {
        margin-bottom: 10px;
    }

}