/* min width media queries start*/
@media(min-width:992px){
	header.mn_hdr_sec .headerfull ul.wsmenu-list{display:flex;align-items: center;justify-content: flex-end;}
	header.mn_hdr_sec .headerfull ul.wsmenu-list li ul.sub-menu{background:#232323;}
	.headerfull .wsmain{display:flex;align-items: center;}
	.hdr_tp_inr ul li a span{margin-left: 15px;}
	.mn_hdr_sec { position: fixed; top: 0; width: 100%; z-index: 100; transition:all 0.4s; }
	.mn_hdr_sec.header_fixd { top: -55px; }
	.mn_hdr_sec.header_fixd .headerfull{padding:15px 0;}
	.mn_hdr_sec.header_fixd .smllogo{width:140px;}
	.mn_hdr_sec.header_fixd .wsmenu{width:calc(100% - 140px);}
	section.inner_banner_section,section.banner_sec,section.thankyou_sec,section.error_sec{margin-top: 108px;}
	.headerfull{padding:15px 0;}
	header.mn_hdr_sec .headerfull ul.wsmenu-list li a{color: #fff;}
	

}

@media(min-width:1200px){
	.container{max-width: 1280px;}
}

@media(min-width:1600px){
	/* .container{max-width:1480px;} 
	.headerfull .wsmain{max-width:1480px;}*/
}



/* min width media queries end */



/* max width media queries start */


@media(max-width:1399px){
	

}

@media(max-width:1199px){
	

}


@media(max-width:991px){
	

}


@media(max-width:767px){
	

}
/* max width media queries end */