    @font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
    }
    
     @font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    }
    
   @font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), url('../fonts/Poppins-Bold.woff') format('woff');
    }
 

* {
  margin: 0;
  padding: 0;
}
body{
  font-family: "Poppins Regular", sans-serif;
  font-weight: 400;
}
p { font-family: "Poppins Regular", sans-serif;
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
 
color: #58595B;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins Regular", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
h1 {
    font-size: 50px;
    text-align: center;
    color: #2C4466;
    font-weight: 600;
	 font-family: "GraphikSemiBold";
}

h2 {
  color: #31489c;
  font-size: 2.25rem;
  line-height: auto;
}
h3 {    font-family: 'Poppins Bold';
  color:#354560; font-size:28px; 
  line-height: 2.25rem; 
}
h4 {
  color: #354560;
  font-size: 1.25rem;
 
}
h5 {
  color: #2C4466;
  font-size: 1.125rem;
  
}
h6 {
  color: #31489c;
  font-size: 1.125rem;
}
label {
  color: #475968;
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  display: inline-block;
    font-family: "Poppins Regular", sans-serif;
}
 


.primary-color {
  color: #31489c !important;
}
.secondary-color {
  color: #3bc1ce !important;
}
.anchor-link {
  color: #434f5f;
  font-size: 15px;
  line-height: 24px;
  font-family: "Poppins Regular", sans-serif;
  text-decoration: none;
}
.anchor-link:hover {
  color: #31489c;
}
.small-text {
  font-size: 12px !important;
  line-height: 16px;
}

.btn {
  font-size: 19px;
 
  font-weight: 600;
  line-height: 24px;
padding: 15px 33px;
  border-radius: 4px; 
  color: #4971FB;
}
.btn-icon {
  padding: 5px;
  border-radius: 0;
}
.btn.light-radius {
  border-radius: 5px !important;
}
.btn.btn-primary {
  color: #fff;
  background-color: #1c6ecd;
  border-color: #1c6ecd;
    border-radius: 5px;
font: normal normal 400 18px/27px Poppins Regular;
}
.btn-primary:hover {
  background-color: #fff; color:#007DD1;
  border: 1px solid #007DD1;
}

a{ transition: ease 0.5s all; }
.btn.btn-secondary {
  color: #fff;
background: linear-gradient(0deg, #4971FB, #4971FB), #4971FB;
  border-radius: 4px; border:none;
}
.btn-secondary:hover  {
color: #4971FB;
background: linear-gradient(0deg, #4267E3, #4267E3), #4267E3;
 
}


.btn.btn-outline {
  color: #4971FB;
  background-color: transparent;
  border: 2px solid #4971FB;     padding: 18px 26px;
}

.btn-outline:hover {
  color: #fff !important;
  background-color: #4971FB !important;
  border: 2px solid #4971FB !important;
}

.btn.yellow-btn {
  color: #31489c;
  background-color: #ffc73c;
}
.btn-outline-primary {
  color: #466cae;
  background-color: transparent;
  border: 2px solid #3f5f97;
  border-radius: 62px;
font: normal normal 600 14px/22px Poppins Regular;
}
.btn-outline-primary:hover { color: #fff;
  background-color: #31489c;
  border: 2px solid #31489c;
}
.btn-outline-secondary {
  color: #007DD1;
  background-color: transparent;
  border: 2px solid #3EA9F1;
  border-radius: 62px;
  font: normal normal 600 20px/24px Poppins Regular;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #007DD1;
    border-color: #007DD1;
}
.btn.circle-radius {
  border-radius: 20px;
}
.btn.light-radius{
  border-radius:5px !important;
}
 
.btn-default:hover  {
color: #4971FB;
background: none;
 
}
.form-control {
  color: #717b87;
  font-size: 15px;
  font-weight: 400;
  height:44px;
  background:#fff;
  padding: 9px 20px;
border: 1px solid #dfe3e6;
border-radius: 5px;
}
textarea.form-control {
    min-height: calc(10.5em + (0.75rem + 2px)); resize:none;
}


select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, #c6c7c7 50%), linear-gradient(135deg, #c6c7c7 50%, transparent 50%);                                                                                                            
  background-position: calc(100% - 20px) calc(50%), calc(100% - 12px) calc(50%);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;     
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-control.style-2 {
  height: 40px;
  padding: 10px;
  border: 1px solid #dededf;
  background-color: #f9f9f9;
}



.main-header{
	background:#fff; -webkit-box-shadow: 0px 5px 5px 0px rgba(163,163,163,0.26);
-moz-box-shadow: 0px 5px 5px 0px rgba(163,163,163,0.26);
box-shadow: 0px 5px 5px 0px rgba(163,163,163,0.26);	 z-index: 10;
 
    position: relative;
}


.topHeader{
	display:flex;	
	    align-items: center;
    justify-content: space-between;
	  padding:10px 0;
}

 
.topHeader h2{ font-size:25px; color:#2d2d2d; font-weight: 600; margin:0;     text-align: center;
	
	
}
 
  .callIcon {
	  color:#717171; display:flex;     justify-content: right;
    align-items: center;
  }
 .callIcon i{ color:#1a6dcd;     font-size: 18px; margin-right:6px;
	 
 }
 
 
 .outerBg{
		background:url(../images/bg.jpg) no-repeat; background-size:cover; padding: 25px;
 }
 
 
 .investmentDetails{
	 
 }
 
 
 .card{
	border:none; 
	-webkit-box-shadow: 0px 0 5px 0px rgba(163,163,163,0.26);
-moz-box-shadow: 0px 0 5px 0px rgba(163,163,163,0.26);
box-shadow: 0px 0 5px 0px rgba(163,163,163,0.26);	 padding:25px 25px 37px;
	 
 } 
 
 
  .card h3{
	  line-height: 25px;
	color:#1c6ecd; font-size:21px;  font-weight: 700; text-align:center;
  }
 
 
 .fieldOuter{ margin-bottom:32.5px; }
  .fieldOuter label em{display:block; font-size:11px;}
  
  .checkboxList{ display:block; }
  
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #717171;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f9fa;
    border: 1px solid #dfe3e6;
    border-radius: 0.375rem;
}
ul{
padding:0; margin:0;	
}
ul li{ list-style:none;
padding:0; margin:0;	
}

.assumptionBox{
	background:#fffbe8;
	border:1px solid #f4e7ae;
	padding:10px 17px;
	border-radius:8px;
	margin-bottom: 20px;
}
 .assumptionBox h4{
	 color:#555;
	 font-size:18px;
	 font-weight:600;     margin: 0 20px 0px 0;
	 
 }
 
  .assumptionBox ul li{
	 color:#555;
	 font-size:13px; padding:0 0 5px;
 
	 
 }
 
 
 .retirementSummary{     padding: 17px 25px;
	background:#eaf4fe;  margin-bottom:20px;
 }
 
 
 .retirementSummary ul{
		display:flex; 
 }
 
  
 .retirementSummary ul li{ color:#424242; padding:0 30px 20px 0; width:33%;     position: relative;
	 
	 
 }
 
  .retirementSummary ul li + li{ border-left:1px solid #cee5fd;  padding:0 30px 20px;
	  
  }
   .retirementSummary ul li:nth-child(2){
		    padding:0 30px 20px;
   }
  .retirementSummary ul li span{ font-size:14px; display:block; margin:0 0 23px;   color:#424242; }
 
  .retirementSummary ul li strong{ position:relative; bottom:0;
	display:block; color:#23a043; font-size:26px;     font-family: 'Poppins Bold';
	  
  }
  
  .card.retirementSummary h3 {
    line-height: 25px;
    color: #1c6ecd;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 18px;
}
  
  .graphDetails{
	  border: none;
    -webkit-box-shadow: 0px 0 5px 0px rgba(163,163,163,0.26);
    -moz-box-shadow: 0px 0 5px 0px rgba(163,163,163,0.26);
    box-shadow: 0px 0 5px 0px rgba(163,163,163,0.26);
    padding: 22px 27px; margin-bottom:20px;
  }
  
    .card.graphDetails h3{
	  
	color:#1c6ecd; font-size:17px;  font-weight: 700; text-align:left; line-height: 25px; margin:0 0 30px;
  }
  
  @media (min-width: 992px) {
  
  .graphDetails canvas{
	min-height:238px;  
  }
  

 .retirementSummary ul li strong {
    position: absolute;
 }
  
  
  
  
  
  }
 
 
 .contactDetails{
	  border: none;
    -webkit-box-shadow: 0px 0 5px 0px rgba(163,163,163,0.26);
    -moz-box-shadow: 0px 0 5px 0px rgba(163,163,163,0.26);
    box-shadow: 0px 0 5px 0px rgba(163,163,163,0.26);
  padding: 19px 25px;
    margin-bottom: 0;  background:#06ad79;
  }
  

 .contactContent{ align-items: center;
		display:flex;  justify-content: space-between;
 }
  .contactContent h3{    line-height: 28px; margin:0; font-size:17px; color:#fff; text-align:left; font-weight:normal;   font-family: 'Poppins Regular'; }
  
   .contactContent h3 strong{ color:#fff; text-align:left;   font-family: 'Poppins Bold'; }
  
  .contactContent h3 span{display:block;}
  
  .knowMoreBtn{    text-decoration: none;
    transition: ease 0.5s all;
    font-size: 22px;
    color: #06ad79;
    border: 1px solid #06ad79;
    background: #fff;
    border-radius: 10px;
    display: grid;
    align-items: center;
    align-content: center;
    padding: 15px 30px;
    line-height: 23px;
    text-align: center;}
	.knowMoreBtn:hover{  border:1px solid #fff;  background: #06ad79; color:#fff;
		
	}
	
	  .knowMoreBtn strong{ padding:0 0 0 6px; }
 
  

footer{ background:#323232; padding:10px 5px;
	
}
footer p{  margin:0; padding:0; color:#fff; }

.copyrights{
	
}

.powered{ text-align:center;
	
}

.form-label {
    margin-bottom: 7px;
}

.desktop{ display:none; }
.mobile{ display:block; }

/* .highlight{
    color:#1c6ecd;
} */


@media (min-width: 992px) {
	
	  .fieldOuter input.form-control.agefield{ width:130px;
  
  }
  
	
	  .graphDetails canvas{ width: 100% !important;
    height: auto !important;
		 
	 }
	.desktop{ display:block; }
.mobile{ display:none; }


	.powered{ text-align:right;
	
}
	  
	  .retirementSummary ul li span em{   display:block; font-style:normal; }

}

.loading-container{
  width: 100%;
  z-index: 1000;
  position: fixed;
  display: flex;
  height: 100vh;
  background-color: #fafafa70;
  justify-content: center;
  align-items: center;
}


   /* #savedfor #rangeValue #savingMonthly{
    padding-left: 10px;
    font-family: Open Sans;
    font-weight: 500;
    color: black;
   }
   input#range-slider-blue {
    width: 70%;
  }
  input#range-slider-red {
    width: 70%;

  }
  input#range-slider-green {
  
  width: 70%;
  }
  .amount-data{
    padding-left: 10px;
  } */

  #savedfor #rangeValue #savingMonthly{
    padding-left: 10px;
    font-family: Open Sans;
    font-weight: 500;
    color: black;
   }
   input#monthlyExp {
    width: 72%;
  }
  input#ContributionsExp {
    width: 72%;

  }
  input#savedAmt {
  width: 72%;
  }
  .amount-data{
    padding-left: 10px;
  } 
  #input-slider-red{
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width:20%;
    /* padding-left: 3px;
    margin-left: 20px; */
    color: #1c6ecd;  }

     #input-slider-green {
      margin-left: -1px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    width:20%;
      /* padding-left: 3px;
      margin-left: 20px; */
      color: #1c6ecd;  }

      #input-slider-blue{
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width:20%;
        /* padding-left: 3px;
        margin-left: 20px; */
        color: #1c6ecd;  }
/* .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 18%;
    padding-left: 3px;
    margin-left: 20px;
    color: #1c6ecd;
} */

span.input-group-text {
  margin-left: 10px !important;
}

.input-group input[type=text] {
	color: #717b87;
    font-size: 15px;
    font-weight: 400;
    height: 44px;
    background: #fff;
    padding:9px 14px 9px 20px;
    border: 1px solid #dfe3e6;
    border-radius: 5px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
   
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; padding-left: 14px;
	 padding-right: 14px;
}


.ageFieldOut{
    
    margin-top:15px;   
}

.assumptionBox ul{border-left: 2px solid #ddd3a5;
    padding: 0 0 0 20px;
 
 
    
}
 


.assumptionsInner{
	align-items: center;
 
    display: flex;
}

input[type=radio]:checked + label {
  color:#1c6ecd;
}