@font-face {
  font-family: 'NeoSansStd-Regular';
  src: url('../fonts/NeoSansStd-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/NeoSansStd-Regular.otf')  format('opentype'),
	     url('../fonts/NeoSansStd-Regular.woff') format('woff'), url('../fonts/NeoSansStd-Regular.ttf')  format('truetype'), url('../fonts/NeoSansStd-Regular.svg#NeoSansStd-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tahoma';
  src: url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'),  url('../fonts/Tahoma.woff') format('woff'), url('../fonts/Tahoma.ttf')  format('truetype'), url('../fonts/Tahoma.svg#Tahoma') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body{
	 font-family: 'Tahoma';
	}
.banner{
	    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
	background-position:center;
	}
/*.logo{
	padding-top:15px;
	}*/	
     .logo img{   
    border-radius: 6%;   
    }
.banner-text{
	margin-top: 7.4%;
	}	
.banner-text h3{	
    color: #013976;
	font-size: 26px;
	margin-bottom:0;
    font-family: 'NeoSansStd-Regular';	
}
.banner-text h2{	
    color: #ed1b24;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'NeoSansStd-Regular';
}
.banner-text p{	
    width: 90%;
	 color: #363636;
    font-size: 14px;
}
.benefits{
	background: rgba(255, 255, 255, 0.61);
    padding: 20px;
    border-radius: 7px;
	}
.benefits h3{	
    margin-bottom: 0;
	font-size: 21px;	
	font-family: 'NeoSansStd-Regular';
	    color: #003674;
}
.benefits p{	
    color: #797979;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 15px;
}

.form{
padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 7px;
    /*margin-top: 3%;*/
    position: absolute;
    top: 10%;
    right: 5%;
    width: 30%;
	}
.form input,.form select{	
	font-size: 14px;
}
.form-group{	
margin-bottom: .65rem;
}
.form input:focus{
	    box-shadow: none;
    border-color: #2c72be;
	} 	
.form h3{	
	    font-size: 20px;
    color: #013976;
}
.otp button{
	    border: none;
	    font-size: 14px;
		background:#013976;
	}
.form-check label{
	    font-size: 13px;
    color: #868686;
	}	
.btn-submit{
	border-radius: 7px;		 
	    border: none;
	    font-size: 14px;
		background:#ed1b24;
	}
.right-arrow{
	    vertical-align: unset;
    margin-left: 5px;
	}	
	
/*child insurance*/
.child-insurance{
	background: ;
	}

.caps-text{
    text-transform: uppercase;
    
}
.child-insurance-inner{
    padding: 35px 35px 20px;
    background: #013976;
    color: #fff;
    margin-top: -5%;
    border-top: 7px solid #ed1b24;
    border-radius: 7px;
	}	
.child-insurance-inner h3{	
    font-family: 'NeoSansStd-Regular';
    text-transform: uppercase;
    font-size: 21px;	
}
.child-insurance-inner ul{
        width: 60%;
    margin: auto;
}
.child-insurance-inner ul li{
    display: inline-block;
    margin: 15px;
        line-height: 1.2;
    font-size: 14px;
    position: relative;
	}
.child-insurance-inner ul li img{
        display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}	
/*.child-insurance-inner ul li:after{*/
/*    content: "";*/
/*    height: 4px;*/
/*    width: 4px;*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    right: -11px;*/
/*    top: 10px;*/
/*	}	*/
/*.child-insurance-inner ul li.no-dot:after{	*/
/*	display:none;*/
/*}*/

.investing{
	background:#e2e9f3;
    padding: 5% 0 2%;
	margin-top:5%;
	}
.invest-img img{
	margin-top: -25%;
	}	
	
.invest-text h3{
margin-bottom: 0;
    font-size: 21px;
    color: #003674;
    text-transform: uppercase;
    font-family: 'NeoSansStd-Regular';
	}	
.invest-text ul li{	
	    color: #797979;
    margin-bottom: 10px;
    font-size: 14px;
}

/*accordion*/
.card-header{
  /*  background-color: #ebeff4;*/
    border-bottom: none;
/*	    font-size: 18px;
	    padding: 25px 35px 25px 50px;*/
}
.card-header > h5 a {
  display: block;
  

  position: relative;
  background-color: #ebeff4;
    border-bottom: none;
    font-size: 18px;
    padding: 25px 35px 25px 50px;
}
.card-header > h5 a.collapsed{
	    border: none !important;
		color:#555555 !important
	}
.card-header > h5 a.border-left-blue{
	border-left: 3px solid #186dce;
	  color:#186dce;
	}	
.card-header h5 a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
    right: 15px;
    top: 15px;
  background: #d6e5f6;
    padding: 6px 9px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 17px;
    color: #186dce;
}
.card-header h5 a[aria-expanded="true"]:after {
     content: "\f077";
    background: #186dce;
    padding: 6px 9px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 17px;
    color: #fff;
}

.faq-card{
	    background: #ebeff4;
	    border: 2px solid #e6e6e6;
	}

.card-body{
	    padding: 25px 75px 25px 50px;
	}
.card-body p{	
    color: #797979;
    font-size: 15px;	
}

.show{
	    border-left: 3px solid #186dce;
	}
	
.thanks-banner{
	    background: url(../images/thankyou-banner.jpg) no-repeat;
    background-size: cover;
	    height: 420px;
	background-position:center;
	}	

.thanks-text{
	margin-top: 7%;
	}	
.thanks-text h3{
	font-size: 40px;
	    font-weight: 700;
}

.footer-links a{
/*	color:#003674;*/
	color: #f9f9f9;
	background-color : transparent;
  /*  font-size: 2vh; */
	    margin: 0 15px;
	}
	
.footer-links	a:hover {
    color: #63a9e8;
}
footer{
    background: #27333f;
    padding: 45px 0 20px;
	}
footer p{	
    font-size: 14px;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ed1b24; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 15px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.youtube-videos{
	    margin-top: -7%;
		    margin-bottom: 5%;
	}
	
.youtube{
	    border-radius: 10px;
	    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.44);
	}	
.youtube iframe{
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
	
.youtube h3{	
    padding: 10px 25px;
    color: #013976;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    font-weight: 600;
    font-family: 'NeoSansStd-Regular';	
}
.youtube p{
    color: #858585;
    font-size: 14px;
	    padding: 0 25px 30px;
}
 
	
@media only screen and (max-width:768px){
.form{	
    position: static;
    width: 100%;
    max-width: 100%;
}
.banner {
    background-position: 38%;
        height: 600px;
}
.banner-text h3 {
	    font-size: 22px;
	}
.banner-text h2 {
	    font-size: 28px;
	}	
.banner-text p {
	    font-size: 11.5px;
    width: 60%;
	}	
.btn-submit {
    margin-bottom: 0;
}
.child-insurance-inner {
	margin-top: 5%;
	}
.card-header > h5 a,.card-body {
	padding: 25px 55px 25px 20px;
	}	
.invest-text{
	    margin-top: 20px;
	}	
	.invest-img img {
    margin-top: 0;
}
.benefits-inner{
	    padding: 15px;
	}
.child-insurance-inner ul{
	    width: 100%;
	        flex-wrap: wrap;
	}	
.child-insurance-inner ul li{	
    display: block;
    margin: 0 0 15px;
    flex: 50% !important;
    /* position: relative; */
    margin-bottom: 30px;
    display: flex;
        line-height: 1.2;
    font-size: 14px;
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;

}
.child-insurance-inner ul li:after{
	display:none;
	}
.bg-white{
    background-color:white;
}
/*.child-insurance-inner ul li:before{*/
/*    content: "";*/
/*    height: 4px;*/
/*    width: 4px;*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    left: -15px;*/
/*    top: 10px;*/
/*	}*/
	}	
#title_message_mob { display: none }
@media only screen and (max-width:575px){	
.form h3 {
    font-size: 18px;
}
    .logo img{
    max-width:150px;
    }
.banner {
       background-image: url(../images/banner-mob.jpg);
}
	.form {
    width: 95%;
    margin-top: -93%;
    margin-right: 10px;
    margin-left: 10px;
}
.youtube{
	padding-top:20px;
	}
.thanks-text h3:after {
    right: 0;
}	
.thanks-text {
    margin-top: 20%;
}
.banner-text p {
    font-size: 13px;
    width: 56%;
}
 #title_message_mob { display: block }
   #title_message { display: none }
}
	
	#myBtn {
		bottom:95px;
	}
}
	
	
	