@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: 1599px) {
}

@media (max-width: 1069px) {

}

@media (max-width: 999px) {

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width:767px) {


	.faq {
    border: 5px double #000;
    margin: 0px !important;
}

.heading:before {
    content: "";
    width: 100px;
    background: #1e59e1;
    height: 2px;
    position: absolute;
    top: 0;
    left: 27%;
    right: 0;
    display: inline-block;
}

.heading:after {
    content: "";
    width: 100px;
    background: #1e59e1;
    height: 2px;
    position: absolute;
    top: 31px;
    left: 27%;
    right: 0;
    display: inline-block;
}


	a.navbar-brand {
		width: 177px
	}
	.ser-box {
		margin-bottom: 20px
	}
	.disclmer {
		background: #12232e;
		padding: 65px 0
	}
	h2.heading::before {
		display: none!important
	}
	h2.heading::after {
		display: none!important
	}
	.heading {
		margin-bottom: 20px
	}
	.main-footer .col-12.col-lg-3 {
		margin-block: 20px
	}
}



@media (max-width: 643px) {

}

@media (max-width:480px) {
	.ser-box h3 {
		text-transform: capitalize;
		font-size: 16px
	}
}

/* Mobile devices */
@media (max-width: 359px) {

}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

}

@media print {

}
