/* Destop Layout : 1500px. */
@media only screen and (min-width: 1500px){ 
	.shop-hero-img {
    	width: 150%;
}
}
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
.single-hero-area-carousel h1 {
    font-size: 30px;
}
.hero-area-carousel .owl-nav div {
    left: 10px;
}
.hero-area-carousel .owl-nav div.owl-next {
    right: 10px;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.single-hero-area-carousel h1 {
    font-size: 30px;
}
.hero-area-carousel .owl-nav div {
    left: 10px;
}
.hero-area-carousel .owl-nav div.owl-next {
    right: 10px;
}
.hero-content {
    padding-top: 40px;
}
.single-hero-area-carousel {
    margin-top: 300px;
}
.video-area-img {
    margin-top: 130px;
}
.team-hover-content {
    left: 10px;
}
.single-contact-info {
    padding: 60px 10px;
}
.social-links a {
    margin-right: 0;
}
.shop-hero-img {
    margin-top: 150px;
}
.team-social-icon a {
    margin-right: -2px;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
.logo {
    text-align: center;
}
.mainmenu, .menu-right {
    text-align: center !important;
}
.single-hero-area-carousel h1 {
    font-size: 30px;
}
.single-hero-area-carousel h1 {
    margin-bottom: 50px;
}
.hero-area-carousel .owl-nav div {
    display: none !important;
}
.service-area-header a h6:after {
    display: none;
}
a.default-btn {
    margin-bottom: 50px;
}
.single-article-img:nth-child(2) {
    margin-bottom: 30px;
}
.agency-customized .nav-link {
    padding: 0;
    width: 100%;
}
.footer-meta {
    margin-bottom: 50px;
}
.video-area-img {
    margin-top: 50px;
}
.single-contact-info {
    margin-bottom: 80px;
}
.footer-area {
    padding-bottom: 0px;
}
.video-area-img-wrap .video-play i:before {
    top: -24px;
}
.single-offer-box {
    margin-bottom: 30px;
}
.shop-hero-img {
    display: none;
}
.single-latest-dress, .single-shop-article {
    margin-bottom: 30px;
}
.client-feedback-carousel .owl-dots div {
    left: 27%;
}
.latest-collection-heading h4:after, .client-feedback-heading h4:after {
    left: 44%;
}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}