*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:Lato, sans-serif;
    list-style: none;
    text-decoration: none;
    text-align: left;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700;900&display=swap');


/* Navbar */
nav{
	width:100%;
	height:30px;
	padding:0 0px;
	margin:10px 0;
    
}
.nav-inner{
	width:100%;
	height:100%;
	background:white;
    box-shadow: 0 1px 1px -1px gray ;
    
}
.nav-inner ul li{
	display:inline-block;
	list-style:none;
	
}

.nav-inner ul li a{
	text-decoration:none;
	padding: 0 20px;
	color:rgb(0, 0, 0);
}
.logo{
	width:60%;
	font-size: 20px;
	padding: 0 0 0 10px;
}

/* Main Section */

.faq-body {
    width:100%;
    
}
.faq-body h2{
   
    color: #2d2e74;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 60px 0 40px 30px;
}
.faq{
    color: gray;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1px;
    box-shadow:1px 1px 30px -15px gray;
    width: 90%;
    height: 55px;
    padding: 13px 0 0 30px ;
    margin:0 0 15px 30px;
    position: relative;
}

#icon{
    position:absolute;
    top: 20px;
    left:1200px;
    cursor: pointer;
}

/* main section end */
/* Footer */
footer{
	width:95%;
	height:30px;
	padding:0 20px;
	margin-top: 50px;
    margin-bottom: 20px;
    overflow: hidden;
}
.footer-inner{
	width:100%;
	height:100%;
}
.footer-inner ul li{
	display:inline-block;
	list-style:none;
	
}

.footer-inner ul li a{
	text-decoration:none;
	padding: 0 25px;
	color:#636363;
	font-size:20px;
}
.copy{
	width:73%;
	font-size: 15px;
	padding: 0 0 0 10px;
	font-weight:400;
	color:#636363;
}