body{
    margin: 0;
    font-family: whitney-book;
    font-size: 16px;
    font-weight: 400;
}
@font-face {
    font-family: whitney-bold;
    src: url(../Fonts/whitney-bold.otf);
}

@font-face {
    font-family: whitney-book;
    src: url(../Fonts/whitney-book.otf);
}
.header-section{
    background-image: url(../img/banner-1.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 400px;
}
.maginLeftZ{ padding-left:0}
span.mandatory{ color:red; padding-left:0 !important; font-size:13px !important}
select.selectCustom{ background:#fff; font-size: 14px; padding:.375rem .75rem;
  font-weight: 400; min-height:35px;font-family: whitney-book;
width:100%; color:#6c8085;
  margin-left: 0px;border: 1px solid #ced4da;
  border-radius: .25rem;}
  
 select.selectCustom option{font-family: whitney-book;}
.logo-img {
    text-align: right;
    width: auto;
}
.logo-img img.img-fluid {
    width: auto;
    height: 75px;
	margin-top: 15px;
}
.container.custom-container{
    max-width: calc(100% - 70px);
}
.form-group {
    margin-bottom: 1rem;
}
.card.custom-form-filling {
    -webkit-box-shadow: 6px 8px 25px 0px rgb(0 0 0 / 10%);
            box-shadow: 6px 8px 25px 0px rgb(0 0 0 / 10%);
    border: 0;
    padding: 20px;
    margin-top: -250px;
    border-radius: 15px;
    background: -o-linear-gradient(top, #fff 50%, #dcf1fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#dcf1fa));
    background: linear-gradient(180deg, #fff 50%, #dcf1fa 100%);
}
.card.custom-form-filling .card-header {
    background: transparent;
    border-bottom: 1px solid #009EE2;
}   
h3.card-header-text {
    color: #E95A0C;
    font-size: 30px;
    font-family: whitney-book;
    font-weight: 500;
	text-align: center;
}
.card.custom-form-filling .label-text {
    font-size: 20px;
    color: #00A0E3;
    font-family: whitney-book;
	margin-bottom: 7px;
}
.card.custom-form-filling label {
    color: #565656;
    font-size: 14px;
    font-family: whitney-book;
	font-weight: 500;
	padding-right: 0px;
}
.card.custom-form-filling span {
    font-size: 15px;
    padding-left: 15px;
}
.btn.submit-btn {
    background: #E95A0C;
    color: #fff;
    border-radius: 60px;
    width: 240px;
    margin-top: 20px;
	font-size: 25px;
    font-family: 'whitney-bold';
}
.future-text {
    color: #003F7A;
    font-size: 35px;
    font-weight: 500;
    font-family: whitney-book;
	margin-bottom: 25px;
}   
.left-text-area h3 {
    font-size: 36px;
    color: #00A0E3;
    font-weight: 500;
    font-family: whitney-book;
	margin-bottom: 0px;
}
.left-text-area h2 {
    color: #E95A0C;
    font-size: 36px;
    font-family: 'whitney-bold';
	line-height: 46px;
	margin-bottom: 0px;
    padding-bottom: 5px;
}
.left-text-area h6 {
    font-size: 32px;
    line-height: 30px;
    padding-top: 10px;
}
.gender-box {
    min-width: 30px;
    height: 30px;
    padding: 0 !important;
    display: block;
    border: 1px solid #3333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
    font-weight: 500;
    font-size: 14px !important;
    border-radius: 5px;
    color: rgba(51, 51, 51, 0.726);
}
span.gender-box.active {
    background: #009EE2;
    color: #fff;
    border-color: #009EE2;
}
.form-control{
    font-size: 14px;
    font-weight: 400;
}
.footer-bg-item {
    background: #6F767B;
    padding: 50px 0px 100px;
}
.footer-text p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: whitney-book;
}
.content-footer-box {
    padding: 25px;
    border: 2px solid #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.content-footer-box h6 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: whitney-book;
}
.content-footer-box p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0px;
    font-family: whitney-book;
}
section.section {
    padding: 50px 0;
}
.top-heading h3 {
    color: #E95A0C;
    font-size: 32px;
    font-family: whitney-bold;
	margin-bottom: 0px;
}
.top-heading h5 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    font-family: whitney-book;
}
.div-box {
    padding: 0px 25px;
    border: 1px solid #333;
    height: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -o-linear-gradient(135deg, #f2f0f0, #fff);
    background: -o-linear-gradient(315deg, #f2f0f0, #fff);
    background: linear-gradient(135deg, #f2f0f0, #fff);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


.div-box1 {
    padding: 15px 25px;
    border: 1px solid #333;
    margin-bottom: 1rem;
    border-radius: 10px;
    background: -o-linear-gradient(135deg, #f2f0f0, #fff);
    background: -o-linear-gradient(315deg, #f2f0f0, #fff);
    background: linear-gradient(135deg, #f2f0f0, #fff);
	
}

.div-box1 h3 {
	font-family: whitney-bold;
	color: #E95A0C;
	font-size: 36px;
}

.div-box1 h4 {
	font-family: whitney-book;
	color: #003F7A;
	font-size: 25px;
}

.div-box p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #6F767B;
    font-family: whitney-book;
	text-align: center;
}
.div-box.orange-box {
    border-color: #e95a0c;
}
.div-box.blue-box {
    border-color: #009ee2;
}

.div-box1.blue-box {
    border-color: #009ee2;
}


.section.bg-bule-color {
    background: #003F7A;
    position: relative;
}
.child-saving-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}
.inner-div-box {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
}
.inner-div-box img.img-fluid {
    max-width: 100px;
    padding-bottom: 10px;
    max-height: 100px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.inner-div-box h5 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: whitney-book;
}
.second-top-heading h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: whitney-book;
}
.second-top-heading h2 {
    font-size: 30px;
    color: #e95a0c;
    font-weight: 600;
    font-family: whitney-book;
}
.second-top-heading p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: whitney-book;
}
.hover-text {
    position: absolute;
    bottom: -4%;
    width: 300px;
    padding: 15px;
    background: #e95a0c;
    border-radius: 15px;
    display: none;
}
.hover-text p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-family: whitney-book;
}
.inner-div-box.hover-effect:hover .hover-text{
    display: block;
}
.three-heading h3 {
    font-size: 32px;
    color: #e95a0c;
    font-family: whitney-bold;
}
.three-heading h4 {
    color: #003F7A;
    font-size: 32px;
    font-weight: 500;
    font-family: whitney-book;
}
.fund-box-items {
    padding: 20px;
    background: -o-linear-gradient(320deg, #f3f3f3, white);
    background: linear-gradient(130deg, #f3f3f3, white);
    border-radius: 25px;
    height: 100%;
	margin: 0 10px;
}
.fund-box-items:hover{
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.25);
            box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
.fund-box-items h4 {
    color: #e95a0c;
	font-family: 'whitney-bold';
}
.fund-box-items p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    font-family: whitney-book;
}
.fund-box-items h6 {
    font-size: 16px;
    color: #009EE2;
    font-family: whitney-book;
	font-weight: 800;
}
h5.text-red {
    color: red;
    font-size: 14px;
    font-family: whitney-book;
	font-weight: 800;
}
.rounded-icon {
    width: 180px;
    height: 180px;
    background: #fff;
    margin: 0 auto 30px auto;
    padding: 10px;
    border-radius: 100px;
    border: 5px solid #009ee2;
}
.rounded-section h4  {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-family: whitney-bold;
}

.rounded-section1 h4  {
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-family: whitney-bold;
}

.rounded-icon1 {
    width: 130px;
    height: 130px;
    background: #fff;
    padding: 20px;
    border-radius: 100px;
    border: 5px solid #009ee2;
}

.orange-box-rounded {
    background: #00A0E3;
    min-height: 170px;
    padding: 20px;
    border-radius: 20px;
}
.orange-box-rounded li{
    font-size: 15px;
    color: #fff;
    font-family: whitney-book;
}

.sectonfive .top-heading::after {
	border-bottom: 1px solid #009EE2;
}

.top-four-heading h3 {
    font-size: 32px;
    color: #e95a0c;
    font-family: whitney-bold;
}
.top-four-heading h4 {
    font-size: 32px;
    color: #fff;
    font-family: whitney-book;
}

.top-four-heading .top-heading {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.top-four-heading .top-heading::after {
    bottom: 4px !important;
    left: 34% !important;
}

.gradien-bg-section{
    background: url(../img/bg-graiend.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.progress-bar-section .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
  }
  
.progress-bar-section .card .percent {
    position: relative;
    border-radius: 25px;
    border: 1px solid #009EE2;
  }
  
.progress-bar-section .card svg {
    position: relative;
    width: 180px;
    height: 180px;
    -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  
.progress-bar-section .card svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #009EE2;
    stroke-width: 5;
    stroke-linecap: round;
  }
  
.progress-bar-section .card svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #e95a0b; 
    stroke-width:8 ;
  }
  
.progress-bar-section .card .number {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
.progress-bar-section .card .number h3 {
    font-weight: 500;
    font-size: 2.3rem;
    color: #003F7A;
  }
  
.progress-bar-section .card .number h3 span {
    font-size: 2rem;
  }
  
.progress-bar-section .card .title h2 {
    margin: 0px 10px 10px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  
.progress-bar-section .card:nth-child(1) svg circle:last-of-type {
    stroke: #e95a0b;
  }
  
.progress-bar-section .card:nth-child(2) svg circle:last-of-type {
    stroke: #e95a0b;
}
.progress-bar-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4 , 1fr);
    grid-gap: 0 15px;
    padding: 0 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1rem;
}
.blue-box-sec {
    border-radius: 10px;
    border: 1px solid #009EE2;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
}
h5.cross-text {
    font-size: 30px;
    color: #003F7A;
}
.top-heading-child h3 {
    color: #003F7A;
    font-size: 32px;
	font-family: whitney-bold;
}
.top-heading-child h4 {
    font-size: 32px;
    font-weight: 500;
    color: #E95A0C;
}
.card.card-cutom-div-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 10px 1fr;
    grid-template-columns: 300px 1fr;
    grid-gap: 10px;
    border-radius: 20px;
    border: 0;
    overflow: hidden;
	background: -o-linear-gradient(320deg, #f3f3f3, white);
	background: linear-gradient(130deg, #f3f3f3, white);
	-webkit-box-shadow: 9px 8px 20px 3px rgb(0 0 0 / 15%);
    box-shadow: 9px 8px 20px 3px rgb(0 0 0 / 15%);
}
.left-smart-invest {
    background: #e95a0b;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.left-smart-invest h3 {
    color: #fff;
    text-align: center;
    margin: 0;
	font-weight: 600;
    font-family: whitney-bold;
}
.left-smart-invest h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-family: whitney-bold;
}
.left-smart-invest h6 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
	font-size: 20px;
    margin-top: 10px;
}
.orange-items {
    background: #009EE2;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.orange-items p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
	line-height: 26px;
}
.privacy-shield {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 0 10px;
    padding: 10px;
    border: 1px solid #009EE2;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.div-grid-dived-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 10px 3fr;
    grid-template-columns: 2fr 3fr;
    grid-gap: 10px;
    padding: 10px;
}
.div-grid-dived-section .privacy-shield:nth-child(2){
    display: block;
}
.privacy-shield p{
    margin-bottom: 0;
    font-size: 16px;
}
.chart-img-sec img {
    width: 100%;
    margin-top: 10px;
}
.text-content-item h3 {
    font-size: 20px;
    color: #5c5b5b;
}
.text-content-item p {
    font-size: 16px;
    color: #333;
}
.grid-two-div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 4fr;
    grid-template-columns: 1fr 4fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 0 15px;
}
.left-arrow img {
    width: 90px;
}
.left-arrow {
    border: 1px solid #009EE2;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}
.right-arrow-text h5 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}
.right-smart-invest {
    padding: 10px;
}
.call-text-item {
    background: #e95a0b;
    padding: 11px;
}
.call-text-item h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
	line-height: 30px;
}
.button-orange {
    background: #fff;
    color: #259ee4 !important;
    font-size: 18px;
    border: 0;
    border-radius: 40px;
    padding: 5px 40px;
    text-decoration: none ;
	font-size: 25px;
    font-family: 'whitney-bold'
}
/* slider */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: -3%;
  }
  .owl-nav button.owl-next {
    right: -3%;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .owl-dots span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .owl-nav button:focus {
      outline: none;
}
.owl-slider.custom-owl-carousel .owl-stage-outer.owl-height {
    height: 100% !important;
    padding: 20px 0 100px;
}
.owl-slider.custom-owl-carousel .owl-stage,.owl-slider.custom-owl-carousel  .owl-item .item{
    height: 120%;
}
.owl-slider.custom-owl-carousel  .owl-item {
    height: 460px;
}
.top-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 5px;
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: baseline;
	
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;	
			
}
.top-heading::after {
    content: "";
    border-bottom: 1px solid #003F7A;
    width: calc(100% - 57%);
    position: absolute;
    bottom: 0;
    left: 35%;
}

.section.bg-bule-color .top-heading::after {
    content: "";
    border-bottom: 1px solid #fff;
    width: calc(100% - 56%);
    position: absolute;
    bottom: 8px;
    left: 39%;
}


.container.faq-section-item .top-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 5px;
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: center;
	
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;	
			
}


.icon-left img {
    width: 140px;
}
.second-top-heading .top-heading::after {
    border-color: #c1ccd7;
    left: auto;
}
.second-top-heading .top-heading{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
}
.top-heading-child {
    margin-bottom: 30px;
}
.top-heading-child .top-heading::after{
    width: calc(100% - 60%);
}

.planoptionWrap .three-heading .top-heading::after{
    width: calc(100% - 50%);
	border-bottom: 1px solid #259ee4;
	bottom: 3px;
    left: 31%;
}


.top-four-heading .top-heading::after {
    border-color: #c1ccd7;
    width: calc(100% - 50%);
    bottom: 2px;
}

.five-top-heading .top-heading::after {
    bottom: 2px;
}
.div-four-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.div-four-gender-grid {
    display: block;
    /* grid-template-columns: 45px 35px 35px 75px; */
    grid-gap: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width:1200px){
    .progress-bar-section{
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}
@media only screen and (max-width:767px){    
    .header-section{
        background-position: 30% center;
		background-image: none;
		height: auto;
    }
	
	.btn.submit-btn {
    width: 180px;
    margin-top: 20px;
	font-size: 21px;
}
	
	
    .logo-img img.img-fluid{
        height: 60px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: auto;
		margin-left: auto;
		display: block;
    }
    .container.custom-container{
        width: 100%;
        max-width: calc(100% - 20px);
    }
    .card.custom-form-filling .form-control {
        margin-bottom: 1rem;
        width: 100%;
    }
    .div-four-grid .date-birth-text:first-child{
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
    }
    .div-four-gender-grid .gender-section:first-child{
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
    }
    .div-four-gender-grid,.div-four-grid{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
		grid-gap: 0px;
    }
    .section-2{
        padding-bottom: 0px;
    }
    section.section{
        padding: 50px 8px;
    }
    .key-benefit .col-md-3 {
        margin-bottom: 1rem;
    }
    .key-benefit .col-md-3:last-child{
        margin: 0;
    }
    .icon-left img{
        width: 100px;
    }
    /* .top-heading::after{ */
        /* width: 100% !important; */
    /* } */
    .child-saving-box,.card.card-cutom-div-section,.div-grid-dived-section,.progress-bar-section,.grid-two-div{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .grid-two-div{
        margin-top: 30px;
    }
    .three-heading h3,.top-four-heading h3{
        font-size: 20px;
    }
    .three-heading h4,.top-four-heading h4{
        font-size: 18px;
    }
    .rounded-section{
        margin-bottom: 1rem;
    }
    .footer-bg-item{
        padding: 20px 0px;
    padding-bottom: 180px;
    }
    .call-text-item .button-orange {
        margin-top: 10px;
        display: block;
        text-align: center;
		margin-bottom: 5px;
		padding: 5px 40px;
		width: 60%;
    margin-left: auto;
    margin-right: auto;
 }
 
 .button-orange {
    font-size: 22px;
 }
 
 .call-text-item {
    padding: 6px;
}
	
.profileimg {
	width: 50%;
    margin: 10px auto;
    display: block;
	
}

section.section.faq-section .five-top-heading .top-heading::after {
    width: calc(100% - 55%) !important;
    left: 45% !important;
}

.three-heading.mb-3 .top-heading {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.top-four-heading.award .top-heading::after {
    width: calc(100% - 60%) !important;
}

.top-heading-child .top-heading::after {
    width: calc(100% - 25%);
	    left: 25%;
		   
}

.section.bg-bule-color .top-heading::after {
    width: calc(100% - 30%);
    left: 28%;
	 bottom: 6px;
}

.section.bg-bule-color .top-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.three-heading .top-heading::after {
    width: calc(100% - 30%);
    left: 25%;
}

.planoptionWrap .three-heading .top-heading::after {
    width: calc(100% - 25%);
    border-bottom: 1px solid #259ee4;
    bottom: 1px;
    left: 19%;
}

.top-four-heading .top-heading::after {
    width: calc(100% - 30%) !important;
    bottom: 2px !important;
    left: 23% !important;
}

.sectonfive .top-heading::after {
	width: calc(100% - 25%) !important;
    left: 22%;
}

.mt-5 {
    margin-top: 2rem!important;
}

.future-text {
	font-size: 26px;
	margin-top: 5px;
}

.card.custom-form-filling {
	margin-top: 5px;
}

.persnol-details {
    margin-top: 0% !important;
}

.left-text-area h2 {
    font-size: 26px;
    line-height: 30px;
}

.left-text-area h3 {
    font-size: 26px;
	 line-height: 30px;
}

.p015 {
	padding: 0px !important;
}

.left-text-area h6 {
    font-size: 24px;
    line-height: 30px;
}

.second-top-heading h3 {
	    font-size: 26px;
}

.second-top-heading h2 {
    font-size: 24px;
}

.top-heading-child h3 {
    font-size: 28px;
}

.top-heading-child h4 {
    font-size: 18px;
}

.top-heading h3 {
    font-size: 23px;
}

.top-heading h5 {
    font-size: 18px;
}

h3.card-header-text {
    font-size: 21px;
}


.columnreverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.w200 {
	width: 100%;
	display: block !important;
	margin: 10px 0px;
}	


}

.desktophideimg {
	display: none;
}


.rounded-section {
    padding: 0 15px;
}

.rounded-icon:hover {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}


.accordion {
  color: #003F7A;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border-top: 1px solid #f0f1f1;
  border-bottom: none;
  border-left: none;
  border-right: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
	font-weight: 500;
}

.five-top-heading .top-heading::after {
	border-bottom: 1px solid #009EE2;
    width: calc(100% - 85%) !important;
    left: 50%;
}

.accordion:after {
  content: '+';
  color: #009EE2;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: '-';
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

th {
    padding: 10px;
    background: #154d83;
    color: #fff;
    text-align: center;
	width: 33%;
}

td {
    padding: 10px;
    border: 1px solid #8c8c8c;
	text-align: center;
}

.two {
	width: 50%;
}

.persnol-details {
    padding: 0px 0px;
	/* margin-top: -22%; */
}

.mobileimgcenter {
	margin: 0 auto;
}

.item1 {
	padding: 20px;
}

#carousel2 .owl-stage-outer.owl-height {
	    height: 450px !important;
}



@media only screen and (min-width:1000px){  
.desktophide {
	display: none;
}


}

@media only screen and (max-width:1000px){  
.mobilehide {
	display: none;
}	

section.section.pt-0 {
	margin-top: 0px !important;
}


}



section.section.bg-bule-color.mobilehide {
    padding-bottom: 100px;
}


select {
  background-color: transparent;
  border: 0;
  overflow-y: hidden;
}

.gender-section select option {
  display:inline-block;
  padding: 10px;
}

.gender-section  {
  display:inline-block;
  vertical-align:top;
  overflow:hidden;
}

select:-internal-list-box option:checked, select:-internal-list-box option:checked:hover {
    background-color: #00A0E3 !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


.gender-section select option:checked {
    background: #00A0E3;
	color: #fff;
}

.hover-text.point1 {
    bottom: -1%;
    left: 5%;
}

.hover-text.point2 {
    bottom: -8%;
    left: 21.5%;
}

.hover-text.point3 {
    bottom: -4.5%;
    left: 38.5%;
}

.hover-text.point4 {
    bottom: -8%;
    left: 55%;
}

.hover-text.point5 {
    bottom: -8%;
    left: 72%;
}


.bottomMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

@media (min-width: 1200px) {
.valuefundtitle {
    font-size: 23px;
    font-weight: 600;
}

.second-top-heading .top-heading::after {
    left: 42% !important;
}

}

section.section.pt-0 {
	margin-top: 90px;
}

/* @media (min-width: 1240px) { */

/* section.section.pt-0 { */
	/* margin-top: -60px !important; */
/* }     */

/* .persnol-details { */
	/* margin-top: -20% !important; */
/* } */
    
/* } */



#id_work_days input[type="radio"] {
  display: none;
}

#id_work_days span {
  display: inline-block;
  padding: 6px 13px;
  color: #000;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  cursor: pointer;
  background: #fff;
}

#id_work_days input[type="radio"]:checked + span {
  background-color: #00A0E3;
  color: #fff;
}


.termcheck  .col-md-1 {
    width: 0%;
}

.termcheck  .col-md-11 {
    width: 90%;
}

.termcheck label {
    color: #212529 !important;
	font-weight: 400 !important;
}


img.newimg {
	width: 170px;
}

.newheading {
	    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.top-heading-child .top-heading.newheading::after {
    width: calc(100% - 60%);
    bottom: 18px;
    left: 160px;
	border-bottom: 1px solid #003F7A;
}

@media only screen and (max-width: 767px) {
img.newimg {
    width: 100px;
}

.top-heading-child .top-heading.newheading::after {
    bottom: 10px;
    left: 95px;
}

.valuefundtitle {
    font-size: 19px;
}

.newheading {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

}

.rounded-section1 {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr 20px 2fr;
    grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
	margin: 20px 0px;
}

.p015 {
	padding: 0px 15px;
}

.top-four-heading.award .top-heading::after {
    width: calc(100% - 82%);
    left: 46% !important;
	bottom: 3px !important;
}

section.section.gradien-bg-section .top-heading, section.section.sectonfive .top-heading {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}





.planoptionWrap .mobileHd {
    display: none;
}

.cp-tab.type2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-ms-flex-line-pack: center;
	    align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cp-tab.type2 .nav-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    max-width: 400px;
    width: 100%;
    border-radius: 50%;
    height: 466px;
    position: relative;
    padding: 0rem;
}

.cp-tab .nav-tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    border-bottom: 2px solid #e4e4e4;
    padding: 0 5rem 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.planoptionWrap ul {
    list-style-type: none;
}

.cp-tab.type2 .nav-item:nth-child(1) {
    left: -98px;
    top: 73px;
}

.cp-tab.type2 .nav-item {
    text-align: center;
    width: 33.33%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
}

.cp-tab .nav-item {
    text-align: center;
    width: 25%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}


.cp-tab.type2 .nav-item.active .nav-link, .cp-tab.type2 .nav-item:hover .nav-link {
    background-color: transparent;
    border: none;
    font-family: 'whitney-book';
    color: #2a2a2a;
}

.cp-tab.type2 .nav-item:nth-child(1):after {
    background: #e35300;
    width: 25px;
    height: 25px;
    left: 494px;
    top: 70px;
    border-radius: 100px;
    z-index: 9;
	border: 4px solid #fff;
}


.cp-tab.type2 .nav-item:nth-child(2):after {
    background: #e35300;
    width: 25px;
    height: 25px;
    left: 5px;
    top: 0px;
    border-radius: 100px;
    z-index: 9;
	border: 4px solid #fff;
}


.cp-tab.type2 .nav-item:nth-child(3):after {
    background: #e35300;
    width: 25px;
    height: 25px;
    left: -5px;
    top: 45px;
    border-radius: 100px;
    z-index: 9;
	border: 4px solid #fff;
}

.cp-tab.type2 .nav-item.active .icon img, .cp-tab.type2 .nav-item:hover .icon img, .cp-tab.type2 .nav-item:nth-child(1):hover:after, .cp-tab.type2 .nav-item:nth-child(1).active:after, .cp-tab.type2 .nav-item:nth-child(2):hover:after, .cp-tab.type2 .nav-item:nth-child(2).active:after, .cp-tab.type2 .nav-item:nth-child(3):hover:after, .cp-tab.type2 .nav-item:nth-child(3).active:after  {
    background: #154d83 !important;
	-webkit-box-shadow: -5px 5px 10px 3px #0000003b;
	        box-shadow: -5px 5px 10px 3px #0000003b;
}

.cp-tab .nav-item.active .nav-link, .cp-tab .nav-item:hover .nav-link {
    color: #f47920;
    font-family: 'whitney-book';
}

.cp-tab.type2 .nav-item .nav-link {
    font-size: 18px;
    font-family: 'whitney-book';
    line-height: 36px;
    color: #2a2a2a;
    position: relative;
    border: none;
    text-decoration: none;
}
.cp-tab .nav-item .nav-link {
    font-family: 'whitney-book';
    font-size: 2rem;
    line-height: 3.1rem;
    color: #154d83;
    position: relative;
    border: none;
    text-decoration: none;
    line-height: 2.2rem;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}


.cp-tab.type2 .nav-item:nth-child(1) .icon {
    position: absolute;
    top: 0px;
    left: 515px;
}

.cp-tab.type2 .nav-item .icon {
    display: block;
    width: 115px;
    height: 0px;
    border-radius: 50px;
    position: relative;
    z-index: 9;
    padding: 10px;

}

.cp-tab.type2 .nav-item.active .icon img, .cp-tab.type2 .nav-item:hover .icon img {
    background: #154d83;
}

.cp-tab.type2 .nav-item .icon img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #e35300;
    text-align: center;
    padding: 10px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
	border: 4px solid #fff;
}

.cp-tab .nav-item.active:after, .cp-tab .nav-item:hover:after {
    width: 100%;
}
.cp-tab.type2 .nav-item:after {
    background: 0 0;
}
.cp-tab .nav-item:after {
    width: 0;
    background: #f47920;
    height: 2px;
    content: "";
    left: 0;
    bottom: -11px;
    position: absolute;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cp-tab.type2 .nav-item:nth-child(2) {
    right: -130px;
    top: 360px;
}

.cp-tab.type2 .nav-item:nth-child(3) {
    left: 430px;
    top: 210px;
}

.cp-tab.type2 .tab-content {
    padding-top: 2rem;
    width: 50%;
    position: relative;
    padding-left: 3rem;
}

.planoptionWrap ul {
    padding-left: 0px;
}

.cp-tab .tab-content {
    padding-top: 2rem;
}

.planoptionWrap .deskHd {
    display: block;
}

.cp-tab.type2 .tab-pane.active {
    display: block;
    opacity: 1;
}

.cp-tab .tab-pane.active {
    display: block;
    opacity: 1;
}

.cp-tab.type2 .tab-pane {
    display: none;
}

.cp-tab .tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-pane {
    display: none;
}

.cp-tab.type2 .tab-pane .imgWrap {
    width: 377px;
    height: 377px;
    border-radius: 50%;
    position: absolute;
    left: -100%;
    top: 9%;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.cp-tab.type2 .tab-pane .imgWrap img {
    position: absolute;
    top: 0px;
	width: 450px;
}

h3.tab-title {
    font-family: 'whitney-bold';
    color: #e35300;
    font-size: 32px;
}

p.tagline {
	font-size: 18px;
    font-family: 'whitney-book';
}

.boxnew {
	font-size: 18px;
	border-radius: 15px;
    background: -o-linear-gradient(135deg, #f2f0f0, #fff);
    background: -o-linear-gradient(left, #f2f0f0, #fff);
    background: -webkit-gradient(linear, left top, right top, from(#f2f0f0), to(#fff));
    background: linear-gradient(90deg, #f2f0f0, #fff);
    margin-bottom: 12px;
    border: 1px solid #259ee4;
    padding: 10px 15px;
}



@media only screen and (max-width: 991px) {
.planoptionWrap .mobileHd {
    display: block;
    padding-bottom: 2rem;
}

.cp-tab.type2 .nav-tabs {
    max-width: 298px;
    height: 298px;
	margin-top: 2rem;
}

.cp-tab.type2 .nav-item:nth-child(1) {
    left: -25px;
    top: -25px;
}

.cp-tab.type2 .nav-item:nth-child(1) .icon {
    top: 50px;
    left: 0px;
}

.cp-tab.type2 .nav-item:nth-child(2) {
    right: -25px;
    top: 135px;
}

.cp-tab.type2 .nav-item:nth-child(2) .icon {
	top: -185px;
    left: -35px;
}

.cp-tab.type2 .nav-item:nth-child(3) {
    left: -19px;
    top: 270px;
}

.cp-tab.type2 .nav-item:nth-child(3) .icon {
	top: -80px;
    left: 110px;
}

.cp-tab.type2 .nav-tabs:after {
    max-width: 275px;
    height: 275px;
    top: 9px;
    left: 9px;
}

.cp-tab.type2 .tab-content {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
}

.planoptionWrap .deskHd {
    display: none;
}

.cp-tab.type2 .tab-pane .imgWrap {
    width: 250px;
    height: auto;
    left: 47px;
    top: -268px;
}

.cp-tab.type2 .nav-item .nav-link {
	line-height: 24px;
}

.cp-tab.type2 .nav-item .icon {
	width: 90px;
}

.cp-tab.type2 .nav-item .icon img {
    width: 50px;
    height: 50px;
}

.cp-tab.type2 .nav-item:nth-child(1):after {
    width: 20px;
    height: 20px;
    left: 76px;
    top: 90px;
}	

.cp-tab.type2 .nav-item:nth-child(2):after {
    width: 20px;
    height: 20px;
    left: -20px;
    top: -135px;
}

.cp-tab.type2 .nav-item:nth-child(3):after {
    width: 20px;
    height: 20px;
    left: 161px;
    top: -86px;
}

div#FamilyCare {
    margin-top: 0px;
}

div#ExtraShield {
    margin-top: -50px;
}

div#life {
    margin-top: -25px;
}

h3.tab-title {
    font-size: 24px;
}

.boxnew {
    font-size: 16px;
}

.rounded-section1 h4 {
    font-size: 18px;
}

.div-box1 {
    padding: 10px 25px;
}

.div-box1 h4 {
    font-size: 22px;
}

.div-box1 h3 {
    font-size: 30px;
}

.progress-bar-section .card .number {
	top: 41%;
}



.rounded-icon {
    width: 120px;
    height: 120px;
}

.rounded-section h4 {
    font-size: 20px;
}

.top-heading-child .top-heading.newheading::after {
    width: calc(100% - 35%);
}

#id_work_days span {
	padding: 6px 20px;
}

}

.datecolm {
	padding-left: 0px;
}

@media only screen and (max-width: 767px) {
.cp-tab.type2 {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.datecolm {
	padding-left: 12px;
}

.cp-tab.type2 .tab-pane .imgWrap img {
    top: -50px;
    left: 30px;
    width: 80%;
}

.top-four-heading .icon-left img {
    width: 100px !important;
}

.marginbot1rem {
	margin-bottom: 0rem !important;
}

.margintop15 {
	margin-top: 0px !important;
}


}


.top-four-heading .icon-left img {
    width: 120px;
}

@media only screen and (max-width: 600px) {
.mobileFieldBox{ width:50%; margin-top:10px}
.maginLeftZ{ padding-left:10px}

}

@media only screen and (max-width: 300px) {
.call-text-item .button-orange {
	width: 70%;
}

h3.card-header-text {
    font-size: 17px;
}

.future-text {
    font-size: 22px;
}

.left-text-area h2, .left-text-area h3 {
    font-size: 23px;
}

.left-text-area h6 {
    font-size: 21px;
}

.top-heading h3 {
    font-size: 20px;
}

.rounded-section h4 {
    font-size: 18px;
}

.rounded-icon {
    width: 100px;
    height: 100px;
}

.three-heading h4, .top-four-heading h4 {
    font-size: 16px;
}

}

.smallfont {
	font-family: 'whitney-bold';
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.smallfont1 {
	font-family: 'whitney-bold';
    font-size: 14px;
    margin-bottom: 0px;
	border-bottom: 1px solid #009EE2;
    padding-bottom: 10px;
}

.top-heading.newheading {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.marginbot1rem {
	margin-bottom: 1rem;
}

.margintop15 {
	margin-top: -15px;
}