body{
font-family: 'Montserrat', sans-serif;
	font-weight:300;

}

 
a:hover{
	text-decoration:none;
    color: unset;
}

h2, h3, h4, h5, h6 
{
	
font-family: 'Montserrat', sans-serif;
	font-weight:600;	
	
	
}
p 
{
	line-height: 22px;
font-family: 'Montserrat', sans-serif;

	    font-size: 15px;
	
}
p:last-child 
{
	margin-bottom:0px;
	
}
h1 
{
font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 900;
}

h2 
{

	    font-size: 28px;
		 font-weight: 600;
}
h3 
{

	font-size: 24px;
     font-weight: 600;
}
h4 
{

	font-size: 20px;
}
h5 
{

    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

}
h6 
{

	font-size: 16px;
}

.logo {
    width: 70%;
}
.navbar-light .navbar-nav .nav-link {
    color: #283479;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #9fc13b;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #9fc13b;
}
nav.navbar.navbar-expand-md.bg-white.navbar-light {
    border-top: 8px solid #283479;
   
}

.section-slider{
    background: url(../images/slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
        display: flex !important;
    align-items: center;
      height: 349px;
}
.clr-b{
    color: #4161ad;
}
.clr-db{
    color: #283479;
}
.bg-b{
    background: #4161ac;
}
.box{
  background: #4161ac;
    
    border-radius: 10px;
    border: 3px solid #9fc13b;
}
.text-box{
        background: #2e468d;
    color: #fff;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: -12px;
}

.c-btn{
  background: #283479;
    padding: 6px 19px;
    border-radius: 50px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 8px;
}
.center{
    margin: 0 auto;
    width: 30%;

}

.bg-g{
    background: #9fc13b;
}
.wrapper h1{
    font-size:40px;
}
.wrapper h3{
    font-size:60px;
    font-weight: 900;
}

.bg-lb{
    background: #679acd;
}

a.b-btn {
    background: #26347a;
    display: inline-block;
    padding: 5px 36px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #9fc13b;
    font-size: 13px;
    margin-top: 16px;
}



/*=======================About page====================================*/

.section-slider-b{
    background: url(../images/bslider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
      height: 349px;
}

.bold{
    font-size: 15px;
    font-weight: bold;
}

/*=============================Benefit page=============================================*/
.top-box{
    align-items: center;
}
.top-box p{
    font-size: 18px;
}


/*==================================footer===============================================*/

.bg-blu {
    background: #3380d3;
}

.dropdown-toggle::after {
    display: none;
   
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #212529;
    font-size: 13px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu {
   
    top: 53px;
   
    border: 1px solid rgb(159, 193, 59);
    border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #9fc13b;
    text-decoration: none;
    background-color: #ffffff;
}

/*Responsive table*/
/*======
Media Queries
=======*/
/*========================*/
@media (min-width: 1200px) and (max-width: 2400px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper h1 {
    font-size: 36px;
}
    .wrapper h3 {
    font-size: 46px;
    font-weight: 900;
}
    h1.text-white.pt-4.mt-5 {
    margin-top: 0px !important;
}
.col-md-6.p-0.pt-5.bg-g.text-center {
    padding-top: 10px !important;
}
    .section-slider {
   
    height: 200px;
}
.logo {
    width: 100%;
}
a.navbar-brand {
    width: 38%;
}
a.nav-link {
    font-size: 13px;
}	
}
@media (min-width: 320px) and (max-width: 767px) {
.logo {
    width: 100%;
}	
 a.navbar-brand {
    width: 75%;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 900;
}
section.section-slider {
     display: none !important;
}
.box.pt-3 {
    margin-bottom: 25px;
}
h2 {
    font-size: 25px;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.center {
    margin: 0 auto;
    width: 80%;
}
.wrapper h1 {
    font-size: 30px;
    margin-top: 1px !important;
}
.col-md-6.p-0.pt-5.bg-g.text-center {
    padding-top: 20px !important;
    padding-bottom: 29px !important;
}
.wrapper h3 {
    font-size: 40px;
    font-weight: 900;
}
 .a-mid img{
        margin-bottom: 15px;
    }
    section.section-slider-b {
    display: none;
}
.clr-b {
    color: #fefeff;
    background: #27357a;
    margin: 0;
}
    .top-box {
    padding: 0px !important;
}
.top-box p {
    font-size: 15px;
    padding: 0px 16px 26px 16px !important;
}
}

@media (min-width: 320px) and (max-width: 480px) {
    .top-box {
    padding: 0px !important;
}
.top-box p {
    font-size: 15px;
    padding: 0px 16px 26px 16px !important;
}
.clr-b {
    color: #fefeff;
    background: #27357a;
    margin: 0;
}
    .a-mid img{
        margin-bottom: 15px;
    }
    
section.section-slider-b {
    display: none;
}
    .wrapper h3 {
    font-size: 40px;
    font-weight: 900;
}
    .col-md-6.p-0.pt-5.bg-g.text-center {
    padding-top: 20px !important;
    padding-bottom: 29px !important;
}
    .wrapper h1 {
    font-size: 30px;
    margin-top: 1px !important;
}
    .center {
    margin: 0 auto;
    width: 70%;
}
    .box.pt-3 {
    margin-bottom: 16px;
}
    h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}
    h2 {
    font-size: 20px;
    font-weight: 600;
}
section.section-slider {
    display: none !important;
}
    h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 900;
}
.logo {
    width: 100%;
}
a.navbar-brand {
    width: 75%;
}
}