/**header css**/

.mobile-logo {
  display: none;
}
.brand h2{
  margin-top: 8px;
}
.header-menu {
  margin-top:34px;
}

.top-header {
  background:#07488a;
  padding: 10px 0px 10px 0px;
}

.top-info .fa {
  color: #fff;
  font-size: 20px;
}

.top-header .email {
  margin-left: 10px;
}

.top-info {
  display: inline-block;
  padding: 5px 0;
}

.top-header a {
  color: #fff;
}

.contact-btn {
  background: #1ba12d;
  border: 1px solid #1ba12d;
}

.contact-btn:hover {
  background: #1ba12d;
  border: 1px solid #1ba12d;
}

.contact-btn {
  background: #1ba12d;
  border: 1px solid #1ba12d;
}

.contact-btn:hover {
  background: #1ba12d;
  border: 1px solid #1ba12d;
}

.inner-banner-title h2 {
  text-shadow: 1px 1px 2px black;
}

/**end of header css**/

.ed-card h3 {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  margin-top: 7px;
}

.ed-card p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

.ed-card p:hover {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

.ed-card-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 48px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color:#fbbd01;
  color: #fff;
  border-radius: 0 4px 0 32px;
}

.ged-card-corner {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.ed-card {
  display: block;
  position: relative;
  background-color:#07488a;
  border-radius: 4px;
  padding: 40px 24px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.ed-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background:#fbbd01;
  height: 45px;
  width: 34px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.ed-card:hover:before {
  transform: scale(21);
}

.ed-card:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.ed-card img {
  height: 75px;
}

.ed-card a {
  display: inline-block;
  padding: 6px 30px;
  background: #ffffff;
  border-radius: 50px;
  color:#07488a;
}

/*retirment Plan 2 Page CSS*/


/*Child Educaton Page 2 Page CSS*/
.child-edu-txt a:hover {
  border: 2px solid#fbbd01;
  background:#fbbd01;
}

.child-plan{
    text-align: center;
    padding: 0 15px 15px;
    position: relative;
    z-index: 1;
}
.child-plan:before{
    content: '';
    background:#07488a;
    height: 90%;
    width: 100%;
    border-radius: 20px 20px;
    box-shadow: 0 -10px 10px -10px  #000 inset;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.child-plan .service-content{
    color: #666;
    background: #fff;
    padding: 20px 13px;
    margin: 0 0 15px;
    box-shadow: 0 -10px 10px -10px  #000 inset;
    border-radius: 150px 150px 0 0;
    min-height: 470px;
}
.child-plan .service-icon{
    color:#fbbd01;
    font-size: 50px;
    margin: 0 0 10px 0;
}
.child-plan .service-icon i{ transition: all 0.3s ease 0s; }
.child-plan:hover .service-icon i{ transform: rotateX(360deg); }
.child-plan .title{
    color: #fbbd01;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.child-plan .description{
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}
.child-plan .read-more{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    display: inline-block;
    position: relative;
    transition: all ease 0.3s;
}
.child-plan .read-more:hover{ color:#fbbd01; }
.child-plan .read-more:before{
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.child-plan .read-more:hover:before{ transform: scale(1); }

@media only screen and (max-width:990px){
    .child-plan{ margin: 0 0 30px; }
}


/* 
 * Single Payment img
 */

.single-payment-img {
  background: url("../img/single-payment-img.jpg") fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.child-edu-img img {
  border-radius: 100%;
  border:4px solid #fbbd01;
  margin-bottom: 25px;
}




/*rp plan BENEFITS css start*/
.rp-plan-timeline{
    position: relative;
}
.rp-plan-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.rp-plan-timeline:before{
   content: '';
    height: 100%;
    width: 7px;
    border-left: 4px dashed #fbbd01;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}
.rp-plan-timeline .timeline{
    width: 50%;
    padding: 0 0 0 40px;
    margin: 0 0 0 20px;
    float: right;
    position: relative;
}
.rp-plan-timeline .timeline:after{
    content: '';
    background-color:#07488a;
    height: 35px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 40px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.rp-plan-timeline .timeline-content{
    color: #555;
    text-align: center;
    padding: 20px 40px 20px;
    display: block;
    position: relative;
    z-index: 1;
}
.rp-plan-timeline .timeline-content:hover{ text-decoration: none; }
.rp-plan-timeline .timeline-content:before,
.rp-plan-timeline .timeline-content:after{
    content: '';
    background-color: #fff;
    border-radius: 50px 0;
    box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 0;
    top: 0;
    z-index: -1;
}
.rp-plan-timeline .timeline-content:after{
    background-color: transparent;
    box-shadow: none;
    border: 2px solid#07488a;
    left: 0;
    bottom: 0;
    right: 10px;
    top: 10px;
}
.rp-plan-timeline .timeline-icon{
    color: #fff;
    background-color: #fbbd01;
    font-size: 20px;
    text-align: center;
    line-height:33px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.rp-plan-timeline .title{
    color:#07488a;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.rp-plan-timeline .description{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
}
.rp-plan-timeline .timeline:nth-child(even){
    float: left;
    padding: 0 40px 0 0;
    margin: 0 20px 0 0;
}
.rp-plan-timeline .timeline:nth-child(even):after{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}
.rp-plan-timeline .timeline:nth-child(even) .timeline-content:before,
.rp-plan-timeline .timeline:nth-child(even) .timeline-content:after{
    border-radius: 0 50px;
}
.rp-plan-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 0;
}

@media screen and (max-width:767px){
    .rp-plan-timeline:before{ display: none; }
    .rp-plan-timeline .timeline,
    .rp-plan-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 0 0 35px 0;
        margin: 0;
    }
    .rp-plan-timeline .timeline:last-child{ padding: 0; }
    .rp-plan-timeline .timeline:after,
    .rp-plan-timeline .timeline:nth-child(even):after{
        transform: translateX(-50%) rotate(-90deg);
        left: 50%;
        top: auto;
        bottom: 0;
    }
    .rp-plan-timeline .timeline:last-child:after{ display: none; }
}
@media screen and (max-width:576px){
    .rp-plan-timeline .title{ font-size: 18px; }
}
/*rp plan BENEFITS css end*/

.rp-table thead {
  background:#07488a;
}

.rp-table tbody {
  background:#fbbd01;
}

.rp-table,
.table-dark th,
.table-dark thead th {
  border-color: #fff;
  background:#07488a;
}


.child-about p {
  font-size:16px;
  text-align: justify;
}

.about-rp-img p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  background:#fbbd01;
  text-align: center;
  padding: 4px 10px;
  width: 100%;
  font-weight: 500;
}

.about-rp-img img {
  height: 275px;
}

.about-down-arroow {
  height: 80px;
  margin: 20px 0px 20px 0px;
}

.child-jt h3 {
  margin-bottom: 30px;
}

.child-jt-img {
  float: left;
  margin-right: 12px;
}

.child-jt-img {
  background: #fff;
  padding: 5px;
  border-radius: 100%;
}

.child-jt-img-1 {
  border: 4px solid#fbbd01;
}

.child-jt {
  margin-bottom: 15px;
}

.child-jt-img img {
  height: 30px;
}

.child-jt-text p {
  padding: 10px 0;
}

.CirItem img {
  height: 100px;
}

/*ed plans css Start*/
  .ed-plans{
    text-align: center;
    padding: 35px 15px 75px;
    background: aliceblue;
    margin-bottom: 30px;
}
.ed-plans .service-img{
    color: #07488a;
    background-color: #fff;
    line-height: 130px;
    height: 140px;
    width: 140px;
    margin: 0 auto 40px;
    border-radius: 50%;
    border:2px solid #fbbd01;
    display: block;
    transition: all 0.3s;
}
.ed-plans .service-img img{
  height: 80px;
}
.ed-plans:hover .service-img{
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px#07488a;
}
.ed-plans .title{
    color: #303030;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.ed-plans:hover .title{ color:#fbbd01; }
.ed-plans .read-more{
    color: #fff;
    background:#07488a;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: -56px;
    padding: 5px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top center;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    transition:all 0.5s;
}
.ed-plans:hover .read-more{
    box-shadow: 0 0 10px #fff inset;
    transform: rotateX(0);
}
.ed-plans .read-more:hover{
    letter-spacing: 2px;
    text-shadow: 0 0 5px #000;
    text-decoration: none;
}

@media only screen and (max-width:990px){
    .ed-plans{ margin: 0 0 50px; }
}
/*ed plans css end*/

/* Form */

/* From Tab */

.enq-form-box {
  background: #fff;
  border: 1px solid rgba(107, 122, 254, 0.15);
  border-radius: 10px;
  box-shadow: 20px 24px 108px -20px rgba(0, 0, 0, 0.07),
    0 0px 34px -10px rgba(195, 197, 212, 0.57),
    0 2px 64px 0 rgba(70, 90, 207, 0.16);
}

.from_tabs {
  margin: 0;
  padding: 0;
}

.from_tabs li {
  list-style: none;
  display: inline-block;
}

.from_tabs .tabs-title a {
  font-size: 16px;
  background:#07488a;
  color: #fff;
  border-radius: 5px;
}

.from_tabs {
  border-bottom: 1px solid #bdbdbd;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.from_tabs .tabs-title a {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.tabs-panel {
  display: none;
  padding: 30px;
}

.tabs-panel.is-active {
  display: block;
}

.from_tabs .tabs-title>a:focus,
.tabs-title>a[aria-selected="true"],
.from_tabs .tabs-title>a:focus,
.tabs-title>a[aria-selected="true"],
.from_tabs .tabs-title>a:hover {
  background: #1ba12d !important;
  color: #fff;
}

.form-box-title {
  margin-bottom: 20px;
  text-align: center;
}

.form-box-title h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.form-box-title p {
  font-size: 16px;
}

form.tabform-home .form-control {
  border: navajowhite;
  background: transparent;
  margin-bottom: 30px;
  border-bottom: 1px solid#07488a !important;
  border-radius: inherit;
}

form.tabform-home .form-control:focus {
  box-shadow: none;
}

.service {
  background-size: contain;
  background-position: center;
}

.term-plan-box .box1 {
  width: 160px;
    height: 150px;
        background: #fbbd01;
    padding: 40px 30px 30px 30px;
  text-align: center;
  margin: 100px auto;
  right: 0px;
  border-radius: 80px;
  border: 2px solid#07488a;
}

.term-plan-box .box1 h6 {
  color: #fff;
  font-size: 20px;
}

.term-plan-box .box1 p {
  color: #000;
  font-weight: 500;
}

.term-plan-box .box2 {
  width: 160px;
    height: 150px;
        background: #fbbd01;
    padding: 30px 30px 30px 30px;
  text-align: center;
  margin: auto;
  border-radius:80px;
  border: 2px solid#07488a;
}

.term-plan-box .box2 h6 {
  color: #fff;
  font-size: 20px;
}

.term-plan-box .box2 p {
  color: #000;
  font-weight: 500;
}

.term-plan-box .box3 {
   width: 160px;
    height: 150px;
        background: #fbbd01;
    padding: 30px 30px 30px 30px;
  text-align: center;
  margin: 40px auto;
  border-radius:80px;
  border: 2px solid#07488a;
}

.term-plan-box .box3 h6 {
  color: #fff;
  font-size: 20px;
}

.term-plan-box .box3 p {
  color: #000;
  font-weight: 500;
}

.term-plan-box .box4 {
  width: 160px;
    height: 150px;
        background: #fbbd01;
    padding: 30px 30px 30px 30px;
  text-align: center;
 margin: 40px auto;
  border-radius: 80px;
  border: 2px solid#07488a;
}

.term-plan-box .box4 h6 {
  color: #fff;
  font-size: 20px;
}

.term-plan-box .box4 p {
  color: #000;
  font-weight: 500;
}

.term-plan-box .box5 {
  width: 160px;
    height: 150px;
        background: #fbbd01;
    padding: 30px 30px 30px 30px;
  text-align: center;
   margin: auto;
  border-radius: 80px;
  border: 2px solid#07488a;
}

.term-plan-box .box5 h6 {
  color: #fff;
  font-size: 20px;
}

.term-plan-box .box5 p {
  color: #000;
  font-weight: 500;
}

.term-age {
  background:#07488a;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  border: 2px solid#fbbd01;
}

.term-year {
  background:#fbbd01;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  border: 2px solid#07488a;
}

.term-page span {
  color: #c72703e8;

  margin-top: 20px;
}

.term-planning th {
  text-align: center;
  background: aliceblue;
}

.term-plan thead {
  text-align: center;
  background:#fbbd01;
}

.term-plan tbody {
  text-align: center;
}

.term-plan td,
.term-plan th,
.term-plan thead th {
  border-color: #fff;
}

.term-plan td {
  background:#fbbd01;
}

/* Table Header Fixed */

.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 500px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 14%;
    float: left;
}

.table thead th{
  border-bottom: none;
}


/*rp plan css*/
.rp-plan{
    background:#f3f3f3;
    text-align: center;
    padding: 20px 0 40px;
    position: relative;
}
.rp-plan:hover{
    background:#07488a;
}
.rp-plan .service-content{
  margin-top: 20px;
}
.rp-plan .service-icon{
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 50%;
    border: 3px solid #07488a;
    font-size: 50px;
    color: #b3b3b3;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    background: #fbbd01;
}
.rp-plan .service-icon .fa{
  color:#fff;
}
.rp-plan:hover .service-icon{
    transform: rotateY(360deg);
    color: #fff;
    border-color: #fff;
    background:#07488a;
}
.rp-plan .service-content h3 a{
    font-size: 22px;
    color: #333;
}
.rp-plan .service-content p{
    font-size: 14px;
    padding: 0 20px;
    margin: 15px 0 30px;
    color:#333;
}
.rp-plan:hover h3 a,
.rp-plan:hover p{
    color:#fff;
}
.rp-plan .btn{
    background:#07488a;
    color: #fff;
    padding: 10px 35px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.rp-plan:hover .btn{
    background:#fbbd01;
    color: #fff;
}
@media screen and (max-width: 990px){
    .rp-plan{
        margin-bottom: 20px;
        padding: 20px 0;
    }
}