@media screen and (min-width: 1200px) and (max-width: 1400px) {

	
}

/* FOR-LG-START */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    .about-us-right {
        padding-top: 0px;
    }

    .our-services-content h2 {
        font-size: 21px;
    }

	


	

	
} 

/*FOR-TABLATE-START*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    .menu-bar {
        display: block;
    }

    .logo img {
        max-width: 150px;
    }

    .nav-items {
        display: none;
    }

    .our-services-content img {
        height: 170px;
    }

    .our-services-content h2 {
        font-size: 20px;
    }

    .our-services-content p {
        font-size: 15px;
    }

    .our-services {
        padding: 100px 0 0;
    }

    .footer-logo a img {
        max-width: 200px;
    }

    .footer-menu h3 {
        font-size: 17px;
        margin: 11px 0 15px;
    }

    .haircut-img img {
        max-width: 311px;
        height: 244px;
    }

    .haircut-content-title h2 {
        font-size: 24px;
    }

    .haircut-content-title p {
        font-size: 17px;
    }

    .haircut-content-title ul li {
        font-size: 16px;
    }



	

}

/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {

	.menu-bar {
        display: block;
    }

    .logo img {
        max-width: 150px;
    }

    .nav-items {
        display: none;
    }

    .hero-content h2 {
        font-size: 28px;
        color: #D0BEA6;
    }

    .hero-content h2 br {
        display: none;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wellness-title h2 {
        font-size: 23px;
    }

    .wellness-area {
        padding: 55px 0 0;
    }

    .about-us-area {
        padding: 100px 0 0;
    }

    .our-services-content h2 {
        font-size: 22px;
    }

    .our-services-content p {
        font-size: 15px;
    }

    .viwe-all-btn {
        padding: 15px 0 0;
    }

    .viwe-all-btn a {
        font-size: 16px;
        padding: 9px 25px;
    }

    .our-services {
        padding: 100px 0 0;
    }

    .get-in-title h2 {
        font-size: 30px;
        margin: 0 0 40px;
    }

    .get-in-contact-info h3 {
        font-size: 18px;
    }

    .map-area {
        padding-top: 35px;
    }

    .getin-touch-area {
        padding: 80px 0 0;
    }

    .copy-right {
        padding: 30px 0 90px;
        margin-top: 20px;
    }

    .haircut-img img {
        max-width: 311px;
        height: 244px;
        border-radius: 10px;
    }

    .haircut-content-title h2 {
        font-size: 24px;
    }

    .haircut-content-title p {
        font-size: 17px;
    }

    .haircut-content-title ul li {
        font-size: 16px;
    }

    .contact-us-hero-title h2 {
        font-size: 36px;
    }

    .contactus-hero {
        padding: 74px 0;
    }

    .services-main-content2 h2 {
        font-size: 37px;
    }




}




		
		         
