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.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 400px;
}
.logo-img {
    text-align: right;
    width: auto;
}
.logo-img img.img-fluid {
    width: auto;
    height: 100px;
	margin-top: 15px;
    margin-right: 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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#dcf1fa));
    background: -o-linear-gradient(top, #fff 50%, #dcf1fa 100%);
    background: linear-gradient(180deg, #fff 50%, #dcf1fa 100%);
}
.card.custom-form-filling .card-header {
    background: transparent;
    border-bottom: 2px solid #009EE2;
}   
h3.card-header-text {
    color: #00A0E3;
    font-size: 25px;
    font-family: whitney-book;
    font-weight: 400;
	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: #E95A0C;
    font-size: 14px;
    font-family: whitney-book;
	font-weight: 600;
}
.card.custom-form-filling span {
    font-size: 15px;
    padding-left: 15px;
}
.btn.submit-btn {
    background: #E95A0C;
    color: #fff;
    border-radius: 60px;
    width: 150px;
    margin-top: 20px;
    font-weight: 600;
}
.future-text {
    color: #00A0E3;
    font-size: 34px;
    font-weight: 500;
    font-family: whitney-book;
	margin-bottom: 15px;
}   
.left-text-area h3 {
    font-size: 32px;
    color: #00A0E3;
    font-weight: 500;
    font-family: whitney-book;
	margin-bottom: 0px;
}
.left-text-area h2 {
    color: #E95A0C;
    font-size: 42px;
    font-family: 'whitney-bold';
	line-height: 46px;
	margin-bottom: 0px;
}
.left-text-area h6 {
    font-size: 15px;
	line-height: 30px;
}
.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: 30px;
    font-weight: 600;
    font-family: whitney-book;
}
.top-heading h5 {
    font-size: 24px;
    font-weight: 600;
    color: #003F7A;
    font-family: whitney-book;
}
.div-box {
    padding: 0px 20px;
    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(45deg, #b1b1b133, #fff);
    background: linear-gradient(45deg, #b1b1b133, #fff);
}
.div-box p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #6F767B;
    font-family: whitney-book;
}
.div-box.orange-box {
    border-color: #e95a0c;
}
.div-box.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: 30px;
    font-weight: 600;
    color: #e95a0c;
    font-family: whitney-book;
}
.three-heading h4 {
    color: #003F7A;
    font-size: 28px;
    font-weight: 600;
    font-family: whitney-book;
}
.fund-box-items {
    padding: 25px;
    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;
}
.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;
}
h5.text-red {
    color: red;
    font-size: 14px;
    font-weight: 500;
    font-family: whitney-book;
}
.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: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-family: whitney-book;
}
.orange-box-rounded {
    background: #e95a0c;
    min-height: 170px;
    padding: 20px;
    border-radius: 20px;
}
.orange-box-rounded li{
    font-size: 14px;
    color: #fff;
    font-family: whitney-book;
}
.top-four-heading h3 {
    font-size: 30px;
    color: #e95a0b;
    font-weight: 600;
    font-family: whitney-book;
}
.top-four-heading h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    font-family: whitney-book;
}
.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: 50%;
    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: 25px 0 0;
    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: 600;
    color: #ff0000;
}
h5.cross-text {
    font-size: 30px;
    color: #003F7A;
}
.top-heading-child h3 {
    color: #E95A0C;
    font-size: 30px;
    font-weight: 600;
}
.top-heading-child h4 {
    font-size: 28px;
    font-weight: 600;
    color: #003F7A;
}
.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;
}
.left-smart-invest {
    background: #2CC8FF;
    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: 500;
}
.orange-items {
    background: #e95a0b;
    padding: 10px 26px;
    border-radius: 10px;
    margin-top: 20px;
}
.orange-items p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}
.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: 14px;
    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: #009EE2;
    padding: 11px;
}
.call-text-item h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
	line-height: 30px;
}
.button-orange {
    background: #e95a0b;
    color: #fff !important;
    font-size: 18px;
    border: 0;
    border-radius: 40px;
    padding: 10px 50px;
    text-decoration: none ;
}
/* 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;
}
.owl-slider.custom-owl-carousel .owl-stage,.owl-slider.custom-owl-carousel  .owl-item .item{
    height: 100%;
}
.owl-slider.custom-owl-carousel  .owl-item {
    height: 460px;
}
.top-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.top-heading::after {
    content: "";
    border-bottom: 1px solid #009EE2;
    width: calc(100% - 70%);
    position: absolute;
    bottom: 0;
    left: 70px;
}
.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%);
}
.three-heading .top-heading::after{
    width: calc(100% - 50%);
}
.top-four-heading .top-heading::after {
    border-color: #c1ccd7;
    width: calc(100% - 50%);
    bottom: 2px;
}
.five-top-heading .top-heading h3{
    font-size: 3rem;
    font-weight: 600;
    font-family: whitney-bold;
}
.five-top-heading .top-heading::after {
    bottom: 2px;
}
.div-four-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 60px 5px 60px 5px 60px;
    grid-template-columns: 1fr repeat(3, 60px);
    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;
    }
    .logo-img img.img-fluid{
        height: 85px;
    }
    .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 5px 1fr 5px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .section-2{
        padding-bottom: 50px;
    }
    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;
    padding-bottom: 180px;
    }
    .call-text-item .button-orange {
        margin-top: 10px;
        display: block;
        text-align: center;
		margin-bottom: 10px;
    }
	
.profileimg {
	width: 50%;
    margin: 10px auto;
    display: block;
	
}

.future-text {
	font-size: 30px;
}

.card.custom-form-filling {
	margin-top: 20px;
}

.persnol-details {
    margin-top: 0% !important;
}

.left-text-area h2 {
    font-size: 28px;
    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: 23px;
}


.columnreverse {
	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: #212529;
  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;
}



.accordion:after {
  content: '+';
  color: #212529;
  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: 10px 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 {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  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: 1;
}

@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: 8px;
  color: #000;
}

#id_work_days input[type="radio"]:checked + span {
  background-color: #00A0E3;
  color: #fff;
}


.termcheck  .col-md-1 {
    width: 8%;
}

.termcheck  .col-md-11 {
    width: 90%;
}

.termcheck label {
    color: #212529 !important;
	font-weight: 400 !important;
}

/* .custom-checkbox { */
  /* position: relative; */
  /* display: block; */
  /* margin-top: 15px; */
  /* margin-bottom: 10px; */
  /* line-height: 20px; */
/* } */

/* .custom-checkbox span { */
  /* display: block; */
  /* margin-left: 15px; */
  /* padding-left: 7px; */
  /* line-height: 20px; */
  /* text-align: left; */
  /* color: #212529; */
    /* font-weight: 400; */
/* } */

/* .custom-checkbox span::before { */
  /* content: ""; */
  /* display: block; */
  /* position: absolute; */
  /* width: 20px; */
  /* height: 20px; */
  /* top: 0; */
  /* left: 0; */
  /* background: #fdfdfd; */
  /* border: 1px solid #e4e5e7; */
  /* @include vendorize(box-shadow, inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1)); */
/* } */

/* .custom-checkbox span::after { */
  /* display: block; */
  /* position: absolute; */
  /* width: 20px; */
  /* height: 20px; */
  /* top: 0; */
  /* left: 0; */
  /* font-size: 18px; */
  /* color: #0087b7; */
  /* line-height: 20px; */
  /* text-align: center; */
/* } */

/* input[type="checkbox"] { */
  /* opacity: 0; */
  /* z-index: -1; */
  /* position: absolute; */
/* } */

/* input[type="checkbox"]:checked + span::after { */
  /* font-family: "FontAwesome"; */
  /* content: "\f00c"; */
  /* background:#d44803; */
  /* color:#fff; */
/* } */
