/* FOR MOBILE DEVICE*/
@media screen and (max-width:575px){

	.section-69negative {
    	margin-top: -40px !important;
	}

	.section-fp-product h2 {
    	color: #a91d20 !important;
    	font-family: 'Play', sans-serif;
    	font-size: 2em;
    	margin-bottom: 10px;
	}

	.slider-navigation-style-03.swiper-button-next {
	    right: inherit;
	    left: calc(20% + 5px);
	}

	.slider-navigation-style-03.swiper-button-prev {
    	left: calc(6%);
	}

	.margin-30px-top {
    	margin-top: 15px;
    	margin-bottom: 30px;
	}

	.btn.btn-large {
    	font-size: 11px;
    	letter-spacing: 0.3px;
    	padding: 8px 20px;
	}

	.text-extra-large {
    	font-size: 15px;
    	line-height: 20px;
	}

	.interactive-banners-style-07 .interactive-banners-box .fancy-text-content {
    	position: relative;
	}
}

/* FOR SMALL DEVICE*/
@media screen and (min-width: 576px) and (max-width: 767px){

}

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

} 

/* FOR MEDIUM DEVICE */
@media screen and (min-width: 992px) and (max-width:1199px) {
} 

/* FOR LARGE DESKTOP */
@media screen and (min-width: 1200px){

	.slider-navigation-style-03.swiper-button-next {
    right: inherit;
    left: calc(60%);
	}
	
} 