/* === DESKTOP FIRST === */

/* xl <= Extra extra large (xxl) */
@media (max-width : 1400px) {

}

/* lg <= Extra large (xl) */
@media (max-width : 1200px) {
	.section-two{padding-top: 60px;}
	.section-two-wrap{margin: 20px 0px;}
	.section-three-txt-wrap{margin-bottom: 40px;}
	.section-seven-item{margin-bottom: 30px;height: auto;}
	.section-seven-item-header-wrap{height: auto;}
	.section-nine-all-reviews-desctop{display: none;}
	.section-nine-h2-wrap{display:block;}
	.section-nine-all-reviews-phone{ display: inline-block; }
}

/* md <= Large (lg) */
@media (max-width : 992px) {
	.mf-section{text-align: center;}
	.section-four-li, .section-eight-li{flex-wrap: wrap; justify-content: center;}
	.section-four-span, .section-eight-span{width: 100%;}
	.section-four-left, .section-eight-left{margin-bottom: 40px;}
	.section-three-img-wrap{padding: 0% 20%;}
}

/* sm <= Medium (md) */
@media (max-width : 768px) {
	h1{font:60px/70px 'Cormorant';}
	h2{font:50px/60px 'Cormorant'}
	body{font-size: 14px; line-height: 24px;}
	.header-ul{display: block;text-align:center;}
	.header-li{margin: 15px 0px;}
	.header-top{display: flex; justify-content: space-between; align-items: center;}
	.header-mobile-menu{display: block;}
	.nav{display: none;}
	.nav.active{display: block;}
	.section-one-txt-bottom{padding: 0;}
	.section-two-header{font-size: 30px;}
	.section-seven-item-price{font:40px/50px 'Cormorant'}
	.section-three-img-wrap{padding: 0% 10%;}
	.section-nine-review{margin-bottom: 40px; height: auto;}
	.footer-logo{text-align: center;}
	.footer-menu{text-align: center;margin-top: 20px;}
	.content-module-h1{font:35px/42px 'Cormorant';}
}

/* xs <= Small (sm) */
@media (max-width : 576px) {
	h1{font:45px/52px 'Cormorant';}
	h2{font:35px/42px 'Cormorant'}
}

@media (max-width :450px) {
	h1{font:35px/42px 'Cormorant';}
}

/* === MOBILE FIRST === */

/* Custom (xs) */
@media (min-width : 0) {

}

/* Small (sm) */
@media (min-width : 576px) {

}

/* Medium (md) */
@media (min-width : 768px) {

}

/* Large (lg) */
@media (min-width : 992px) {

}

/* Extra large (xl) */
@media (min-width : 1200px) {
	.section-one-img-1, .section-one-img-3{top: 200px;}
	.section-one-img-2{top: 140px;}
}

/* Extra extra large (xxl) */
@media (min-width : 1400px) {

}
