@charset "utf-8";
/* CSS Document */


/* @import url('css/font-awesome.min.css');*/

/* In html file */
/*<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="viewport" content="width=device-width">*/

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media (max-width: 4000px) {
	
	
}

	

@media (max-width: 1599px) {

	
}

@media (max-width: 1200px) {
	
	
	
}

@media (max-width: 991px) {
	
	.main-left{
		padding: 24px 0;
	}
	.none991{
		display: none;
	}
	.none767{
		display: none;
	}
	.none575{
		display: none !important;
	}
	.show991{
	display: block;
	}
	#payment .nav-pills .nav-link.active:after{
		display: none;
	}
	
}

@media (max-width: 767px) {
	.none767{
		display: none !important;
	}
	.testimonial{
		padding:12px;
	}
}

@media (max-width: 575px) {
	
	
}


@media (max-width:420px) {
	
	
}



@media (max-width:360px) {
	
}

