@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body{
	font-family: 'Poppins', sans-serif !important;
	
}
header{
	background:#ffffff;
}



.mmenu
{
	margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #014BBA;
}
.mheader
				{
					font-size: 15px;
					color: #666570;
					font-weight: 800;
					margin: 0 50px;
				}
.madd 
{
   background: linear-gradient(97.06deg, #1E78FF 0%, #0041A3 100%);
    color: #fff !important;
   border-radius: 10px;
    padding: 8px 30px !important;
	
	
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;


	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;

}
.bg-slider
{
	 background-image: url("../image/Slider Image.png");
	height: 700px;
}
.startbtn
{
	background: linear-gradient(97.06deg, #1E78FF 0%, #0041A3 100%);
	border-radius: 10px;
    padding: 8px 30px !important;
	Width:275px;
	Height:60px;
	
	
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;


}
.tab
{
background: #D7E2F3;
border-radius: 100px;
}
.tabspan{font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 24px;
color: #014BBA;
}
.headding
{
font-weight: 700;
font-size: 42px;
line-height: 63px;
color: #000000;

}
.titletab
{
	width: 320px;
height: 90px;
background: #D7E2F3;
border-radius: 15px;
}
.codepoint
{
font-weight: 600;
font-size: 20px;
line-height: 30px;
color: #000000;
}
.bluebg
{
	background: linear-gradient(97.06deg, #1E78FF 0%, #0041A3 100%);
}
.footersection
{
font-weight: 600;
font-size: 26px;
line-height: 39px;
color: #FFFFFF;
}
.footer_section_info
{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #FFFFFF;

}
.startbtn_white
{
	Width:275px;
	Height:60x;
	background: #FFFFFF;
	border-radius: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #014BBA;
}
.footer_text
{
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
/*login*/
#center {
    border-radius: 20px;
    background-color: white;

}

#left {
    background-color: #F5F4FE;
}

#right {
    background-color: #F5F4FE;
}

#login-btn {
    width: 250px;
    height: 50px;
    border-radius: 10px;
    background-color: #FF6E40;
    color: white;
}

#forgot a {
    color: #FF6E40;
    text-decoration: solid;
}

@media only screen and (max-width:1000px) {
    #imgcom {
        visibility: hidden;
    }
}