
/*
1920px - Large PC
1440px - Midiun PC
1024px - Small PC
768px  - Tablet PC
425px  - Large Mobile PC
375px  - Midiun Mobile PC
*/


@media screen and (min-width :1152px) and (max-width: 1310px) { /*Ameya*/


}


@media screen and (min-width :1152px) and (max-width: 1310px) { /*Cutus Tab Size*/


}


@media screen and (min-width :1367px) and (max-width: 1920px) { /*Salman*/


}



/********Sm-start*******/


@media screen and (min-width: 768px) and (max-width: 991px) {


}


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


}


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


}


/********xs-start********/

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

	.call_tp_mb{
		display: none !important;
	}
	.header_tp_dtl ul{
		float: none;
		justify-content: center;
	}
	.header_tp_dtl ul li:last-child{
		border-left: 0px;
		margin-left: 0;
    	padding-left: 0;
	}
	.header_tp_dtl:after{
		right: -15px;
	    height: 1px;
	    width: calc(100% + 30px);
	    background: linear-gradient(90deg, #e2e2e2, #e2e2e2);
	}
	.logo{
		position: relative;
		margin-left: 0px;
		margin-top: 0px;
	}
	.scrollto img{
		width: 190px;
	}
	header{
		padding: 5px 0;
	}
	.mobile-nav a{
		font-size: 15px;
	}
	.mobile-nav li{
		margin: 5px 0;
	}



	/*#carousel .carousel-control-right{
		right: 6%;
	}
	#carousel .carousel-control-left{
		left: -6%;
	}
	#carousel .carousel-control{
		top: 35%;
	}
	#carousel .carousel-control span{
		height: 38px;
	    width: 38px;
	    line-height: 38px;
	    font-size: 20px;
	}*/


	.hm-about-head span{
		font-size: 35px;
		letter-spacing: 2px;
	}
	.hm-about {
	    padding: 40px 0;
	}
	.hm-about-head h1{
		font-size: 20px;
	}
	.hm-about-img{
		height: 290px;
	}
	.hm-about-dtl{
		padding: 30px 15px 20px 15px;
	}
	.hm-prod{
		padding: 40px 0;
	}
	.hm-industries-head h2{
		font-size: 35px;
		line-height: 36px;
	}
	.hm-prod-info h4:after{
		width: 27px;
    	height: 27px;
    	line-height: 30px;
	}
	.hm-prod-info h4{
		padding: 12px 40px 12px 10px;
		font-size: 16px;
	}
	.hm-industries {
	    padding-top: 40px;
	    padding-bottom: 70px;
	}
	.footer_title_mb{
		margin-top: 30px;
	}
	.cont_dtl a{
		font-size: 15px;
	}
	.breadcrumb-container{
		right: 0;
		justify-content: center;
	}
	.home-icon-wrapper{
		width: 33px;
        height: 33px;
        font-size: 0.9rem;
	}
	.product_banner{
		padding: 50px 0;
	}
	.product_heading h1{
		font-size: 25px;
	}
	.breadcrumb li:last-child:before{
		padding-left: 0;
	}
	.prod-head h2{
		font-size: 22px;
    	line-height: 30px;
        letter-spacing: -0.2px;
	}
	.inner_para {
		padding-top: 30px;
	    padding-left: 0;
	}
	.inner_para h3{
		font-size: 1.60rem;
	}
	.contact_form{
		margin-bottom: 30px;
	}
	.con_box_body a span{
		display: block;
	}
	.prod-application ul li{
		flex: 45%;
    	max-width: 48%;
	}
	.prod-link-btn ul li a{
		padding: 10px 15px;
    	font-size: 18px;
	}
	.ordering-info{
		padding: 20px;
	}
	.ordering-info ul{
	    display: block;
	    flex-wrap: wrap;
	    gap: 0px;
	}
	.ordering-info ul li{
		width: 100%;
	}
	.prod-quotes{
		margin-top: 30px;
	}
	.prod-why-choose.mt60{
		margin-top: 20px;
	}
	.prod-why-choose-list{
		height: auto;
		margin: 15px 0;
	}


	

}

@media(min-width: 768px){

 
}