.marq a {
	color: #045385;
	font-size: 18px;
}

.b_nm {
	color: #06213F;
    font-size: 60px;
    margin-left: 0;
    margin-right: 50px;
    padding-top: 15px;
}

.navcus {
	display: block;
	width: 100%;
}

.navcus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navcus ul li {
	margin: 0 0 8px 20px;
	padding: 0;
}

/*** Faq Css ***/

.faq-heading{
    border-bottom: #777;
    padding: 20px 10px;
}
.faq-container{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.hr-line{
	width: 88%;
	margin: auto;
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #00436D;
    cursor: pointer;
    padding: 30px 20px;
    width: 95%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
}
.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 93%; 
   padding: auto;
   
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.activee,
.faq-page:hover {
    background-color: #F9F9F9;
	color: #444;
}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 29px;
	color: #444;
    background-color: white;
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.activee:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}
/*** End Here ***/

@media screen and (min-width: 180px) and (max-width: 750px) {
	.b_nm {
		color: #FFF;
		font-size: 1.7rem;
		margin-left: 44px;

	}
}