﻿@font-face {
  font-family: 'NeoSansStd-Regular';
  src: url('../Advisor/fonts/NeoSansStd-Regular.eot?#iefix') format('embedded-opentype'),  url('../Advisor/fonts/NeoSansStd-Regular.otf')  format('opentype'),
	     url('../Advisor/fonts/NeoSansStd-Regular.woff') format('woff'), url('../Advisor/fonts/NeoSansStd-Regular.ttf')  format('truetype'), url('../Advisor/fonts/NeoSansStd-Regular.svg#NeoSansStd-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tahoma';
  src: url('../Advisor/fonts/Tahoma.eot?#iefix') format('embedded-opentype'),  url('../Advisor/fonts/Tahoma.woff') format('woff'), url('../Advisor/fonts/Tahoma.ttf')  format('truetype'), url('../Advisor/fonts/Tahoma.svg#Tahoma') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body{
	 font-family: 'Tahoma';
	}
.banner{
	    /*background: url(../Advisor/banner.jpg) no-repeat;
    background-size: cover;
    height: 100vh;*/
    background-position: 100%;
	}
/*.logo{
	padding-top:15px;
	}*/	
     .logo img{   
    /*border-radius: 6%;   */
    }
.banner-text{
	 text-align: left;
	    top: 17%;
    /*margin-top: 7.4%;*/
	}	
.banner-text h3{	
    color: #013976;
	    font-size: 25px;
	margin-bottom:0;
	line-height: 1.3;
    font-family: 'NeoSansStd-Regular';	
}
.banner-text h2{	
color: #ed1b24;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'NeoSansStd-Regular';
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner-text p{	
    width: 90%;
	 color: #363636;
    font-size: 14px;
}
.banner-text ul{
        padding-left: 15px;
    padding-top: 5px;
}
.banner-text ul li{
        color: #013976;
}
.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: #1e2d5d;
}
.benefits p{	
    color: #797979;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 15px;
}

.advisor-text h2{
    font-size: 21px;
    color: #1e2d5d;
    padding-top: 10px;
}
.advisor-text p{
    margin-top: 5px;
    font-size: 15px;
}
.advisor-box div{
    background: #ed1b24;
    color: #fff;
    padding: 5px 0;
}
.advisor-box{
    margin-bottom: 20px;
}
.advisor-box h2{
    font-size: 18px;
    margin-bottom: 5px;
        margin-top: 10px;
}
.advisor-box p{
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #212529;
}



.form{
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    /* margin-top: 3%; */
    position: absolute;
    border-radius: 7px;
    top: 9%;
    top: 25%;
    left: 6%;
    border: 1px solid #ced4da;
	}
.form input,.form select{	
	font-size: 14px;
	    background: #fff !important;
}
.form-group{	
margin-bottom: .35rem;
}
.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:#20b0bf;
	}
	.btn-submit:hover{background-color:#ec1a3d !important;}
.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: #1e2d5d;
    color: #fff;
       margin-top: -60px;
    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: 80%;
    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:#efefef;
    padding: 5% 0 4%;
	/*margin-top:5%;*/
	}
.invest-img img{
	margin-top: -25%;
	}	
	
.invest-text h3{
margin-bottom: 0;
    font-size: 21px;
    color: #1e2d5d;
    text-transform: uppercase;
    font-family: 'NeoSansStd-Regular';
	}	
.invest-text ul li{	
	    color: #797979;
    margin-bottom: 10px;
    font-size: 14px;
    list-style-type:none;
}
.invest-text p{
     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: 14px;
    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;
}
.card-header button{
    font-size: 15px;
    color: #1e2d5d;
    text-align: left;
}

.faq-card{
	    background: #ebeff4;
	    border: 2px solid #e6e6e6;
	}
.faq-heading h3{
        margin-bottom: 0;
    font-size: 21px;
    color: #1e2d5d;
    text-transform: uppercase;
    font-family: 'NeoSansStd-Regular';
}
.card-body{
    font-size: 14px;
	    padding: 25px 75px 25px 20px;
	}
.card-body p{	
    color: #797979;
    font-size: 15px;	
}

.show{
	    border-left: 3px solid #186dce;
	}
	
.thanks-banner{
	    background: url(../advisor/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:#1e2d5d;*/
	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: #20b0bf; /* 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: #139caa; /* 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:1920px){	
.form {
    width: 367px;
    left: 20%;
}
.banner-text {
        /*margin-left: 34%;
    margin-top: 19%;*/
         margin-top: 5%;
    margin-left: 27%;
}
}
@media only screen and (max-width:1600px){	
.form {
    width: 367px;
        left: 10%;
}
.banner-text {
     margin-left: 20%;
    /*padding-left: 5%;
    margin-top: 17%;
    margin-left: 30%;*/
}

}
@media only screen and (max-width:1440px){	
.form {
    width: 367px;
    left: 9%;
}
.banner-text {
    margin-left: 23%;
}
.no-display-1440{
    display:none;
}
}
@media only screen and (max-width:768px){
.form{	
    position: static;
    width: 100%;
    max-width: 100%;
}
.banner {
background-position: 100%;
    height: auto;
padding-bottom: 9%;
}
.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%;
	padding: 35px 10px 20px;
	}
.card-header > h5 a,.card-body {
    padding: 25px 15px 25px 15px;
	
	}	
.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;
}
.banner-text {
    /*padding-left:15px;
    width: 50%;
    margin-left: 50%;*/
     padding-left: 15px;
    margin-left: 0;
    top: 0;
    left: 10%;
    margin-top: 0;
}
/*.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-position: 60% 0;
        background-image: url(../Advisor/banner-mob.jpg);*/
    }
.banner-text {
        margin-top: 0;
    width: 75%;
        padding-top: 12px;
    margin-left: 0;
    left: 0%;
    top: 0;
}
.banner-text h3 {
    font-size: 13px;
}
.banner-text h2 {
font-size: 12px;
        margin-bottom: 5px;
}.banner-text ul {
    padding-top: 0;
}
.banner-text ul li{
       font-size: 11.5px;
}
.form {
    width: 95%;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0);
}
.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;
	}
    .carousel-control-next, .carousel-control-prev{
    display:none;
}
}
	
	
	