/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
/* Tablet desktop :768px. */
	.container {
        width: 768px
    }
	.main-menu ul li a {
    padding: 25px 14px;
	}
	.aboutleft-text {
    display: none;
	}
	.about-content-box h2 {
    font-size: 28px;
	}
	.single-services-box h4 {
    font-size: 16px;
	}
	.subscribe-text h3 {
    font-size: 19px;
	}
	.subscribe-form input {
    width: 66%;
	}
	.mesonari-menu li {
    padding: 13px;
	}
	.single-counter {
    padding: 30px 12px;
	}
	.counter {
    font-size: 30px;
    line-height: 26px;
	}
	.count-name {
    font-size: 20px;
    line-height: 18px;
	}
	.hvr-title h4 {
    font-size: 12px;
	line-height: 12px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
    .sec-p-100 {
        padding: 50px 0px;
    }
    .sec-p-50 {
        padding: 25px 0px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .logo {
        display: none;
    }
    .mean-bar:before {
        position: absolute;
/*         content: "SHAMRAT-MENU"; */
        left: 24px;
        color: #fff;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 20px;
        top: 10px;
    }
    .aboutleft-text {
        display: none;
    }
    .about-content-box {
        margin-bottom: 50px;
    }
    .subscribe-text h3 {
        font-size: 23px;
    }
    .single-counter {
        margin: 15px 0px;
    }
    .counter-bgd {
        padding: 20px 0px;
    }
    .single-team,
    .pricing-table-box,
    .single-blog {
        margin-bottom: 30px;
    }
    .client-slider-area {
        margin-bottom: 20px;
        padding: 0px;
    }
}
/* small mobile :320px. */

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    .sec-p-100 {
        padding: 50px 0px;
    }
    .sec-p-50 {
        padding: 25px 0px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .section-title h2 {
        font-size: 26px;
    }
    .logo {
        display: none;
    }
    .mean-bar:before {
        position: absolute;
/*         content: "SHAMRAT-MENU"; */
        left: 24px;
        color: #fff;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 20px;
        top: 10px;
    }
    .aboutleft-text {
        display: none;
    }
    .about-content-box {
        margin-bottom: 50px;
    }
    .subscribe-form input {
        width: 100%;
    }
    .subscribe-form button {
        margin-left: 0px;
        margin: 15px auto;
        display: block;
    }
    .subscribe-text h3 {
        text-align: center;
        font-size: 23px;
    }
    .single-counter {
        margin: 15px 0px;
    }
    .counter-bgd {
        padding: 20px 0px;
    }
    .single-team,
    .pricing-table-box,
    .single-blog {
        margin-bottom: 30px;
    }
    .client-slider-area {
        margin-bottom: 20px;
        padding: 0px;
    }
    .footer-logo {
        display: block;
        margin: 10px 0;
    }
    .mobile-button {
	    margin-top: 40px;
    }
    .mobile-text h3 {
	    font-size: 20px;
	    line-height: 20px;
    }
    .mobile-text h2 {
	    font-size: 25px;
	    line-height: 25px;
    }
    .single-slider-item {
	    height:300px;
	    margin-top: 100px;
    }
}
/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    .sec-p-100 {
        padding: 50px 0px;
    }
    .sec-p-50 {
        padding: 25px 0px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .logo {
        display: none;
    }
    .mean-bar:before {
        position: absolute;
/*         content: "SHAMRAT-MENU"; */
        left: 24px;
        color: #fff;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 20px;
        top: 10px;
    }
    .aboutleft-text {
        display: none;
    }
    .about-content-box {
        margin-bottom: 50px;
    }
    .subscribe-text h3 {
        text-align: center;
        font-size: 23px;
    }
    .single-counter {
        margin: 15px 0px;
    }
    .counter-bgd {
        padding: 20px 0px;
    }
    .single-team,
    .pricing-table-box,
    .single-blog {
        margin-bottom: 30px;
    }
    .client-slider-area {
        margin-bottom: 20px;
        padding: 0px;
    }
    .footer-logo {
        display: block;
        margin: 10px 0;
    }
    .mobile-button {
	    margin-top: 40px;
    }
}