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

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.social-links{
		display:none;
	}
	.nav-inner{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.card{
		min-width: 100%;
		display: block;
		word-wrap:normal;
	}
	.page-content .text .card-header button{
		white-space: normal;
		position: relative;
	}
	.page-content .text .card button .arrow{
		margin: 0;
		position: absolute;
		right: 10px;
		top: 45%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.slider .bg{
		display: none;
	}
	.slider .carousel-index li{
		float: left;
		margin-left: 15px;
	}
	.slider .carousel-index li:first-child{
		margin-left:0;
	}
	.slider .carousel-index li img{
		display: none;
	}
	.slider .carousel-index{
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.slider .carousel-index li.active .circle{
		color:#dd2128;
		border-color:#dd2128;
	}
	.slider .carousel-index li.index .circle:hover{
		color:#dd2128;
		border-color:#dd2128;
	}
	.slider .carousel-item .row{
		margin-top:40px;
	}
	.products-btn .btn{
		-webkit-border-radius: 20px!important;
		-moz-border-radius: 20px!important;
		border-radius: 20px!important;
		margin-bottom: 10px;
	}
	.products-btn .btn .content{
		float:none!important;
		margin-top: 34px;
		margin-right: 0!important;
	}
	.products-btn .btn a:hover{
		text-decoration: none!important;
	}
	.products-btn{
		margin-left:0;
	}
	.products-btn-2{
		display: none;
	}
	#navbarResponsive{
		clear:both;margin:0;
		float:left;
		margin-top: 20px;
	}
	#carouselExampleIndicators2{
		width: 100%;
		padding-left: 20px;
	}
	.nws{
		display: none;
	}
	.news{
		margin-top: 70px;
	}
	.contact .form-outer{
		margin:0 auto;
	}
	.contact .form-outer .left{
		border-right:0;
		padding-right: 20px;
	}
	.contact .form-outer .left .form-group .send-btn{
		float: none;
	}
	.send-btn-fg{
		text-align:center;
	}
	.contact .form-outer .right{
		padding-left: 20px;
	}
	.slider .carousel-item .main-img{
		width: 80%;
	}
	.simg{
		text-align:center;
	}
	.slider .carousel-item .slider-content{
		text-align: center;
		margin-top:30px;
	}
	.slider .carousel-item .title{
		font-size:45px;
		line-height: 30px;
	}
	.slider .carousel-item .subtitle{
		font-size:28px;
	}
	.page-content .cover .title{
		font-size: 25px;
	}
	.page-content .cover .title .bold{
		font-size:30px;
	}
	.page-content .text{
		padding-right: 20px;
		padding-left:20px;
	}
	.card{
		min-width: 100%;
		display: block;
		word-wrap:normal;
	}
	.page-content .text .card-header button{
		white-space: normal;
		position: relative;
	}
	.page-content .text .card button .arrow{
		margin: 0;
		position: absolute;
		right: 10px;
		top: 45%;
	}
	.product-img{
		text-align: center;
	}
	.product-img img{
		margin-top: 30px;
	}
	.products .left{
		border:0;
		padding-top: 30px;
	}
	.products .left .categories{
		display: none;
	}
	.mobile-categories{
		padding-right: 15px;
	}
	.products .right .header .hleft{
		width: 100%;
		margin-bottom: 20px;
	}
	.products .right .header .hright{
		width: 100%;
		padding-left: 10px;
	}
	.products .right{
		padding-right: 15px;
	}
	.products .left .title img{
		padding-right: 15px;
	}
	.product-thumb-slider{
		display: none;
	}
	.product-thumb-slider2{
		display: block;
	}
	.productDetail .product-imgg{
		height: auto!important;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.productDetail .pdetail .pdetail-inner {
	    border-bottom: 1px solid #c4ccdd;
	    height: auto;
	    padding-bottom: 15px;
	}
	.contactPage .address .map hr{
		width: 28%;
	}
	.mobile-categories{
		display: block;
	}
	.nnd{
		display: block;
	}
}
@media only screen and (max-width : 576px) {
	.nav-inner{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width : 480px) {
	.news .news-gallery{
		width: 100%;
	}
	.news .news-gallery .news-gallery-inner{
		    width: 94%;
	}
}
@media only screen and (max-width : 320px) {
	.navbar-brand{
		margin-right: 0;
	}
	.navbar-brand img{
		width: 70%;
	}
	.navbar-toggler{
		margin-top: -2px;
	}
}