body {
  font-family: "Open Sans", "Plus Jakarta Sans";
  color: #000000;
}

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.btn,
.pmpro_btn,
.pmpro_tag-alert{
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 10px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-170deg, #5DA0C9 0%, #4E7DB8 50%, #3E59A7);
  max-width: 240px;
  width: 100%;
}

.btn:hover,
.pmpro_btn:hover,
.pmpro_tag-alert:hover{
  background: linear-gradient(90deg, #5DA0C9 0%, #4E7DB8 50%, #3E59A7);
   color: #ffffff;
}

h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #ffffff;
}

h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 100;
}
p{
	font-size: 18px;
    line-height: 26px;
}
/*header start*/
header {
  padding: 15px 0;
  font-family: "Open Sans";
  color: #000000;
  background: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

header img {
  max-width: 137px;
  width: 100%;
  object-fit: cover;
}
header.sticky{
  padding: 5px 0;
  box-shadow: 0px 0px 6px 0px #466aaf;
}
header.sticky img{
  max-width: 150px;
}
.navik-menu>ul li {
  margin-left: 12px;
  margin-right: 12px;
}
.navik-menu>ul>li>a{
  font-weight: 600;
}
header .navik-menu li.current-menu-item a,
header .navik-menu li:hover a{  
    background: linear-gradient(220deg, #5DA0C9 0, #4E7DB8 50%, #3E59A7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


header .navik-menu>ul>li>a {
  padding-top: 5.2px;
  padding-bottom: 5.2px;
}

header .navik-menu li>ul {
  padding: 0 15px;
  border-radius: 0 0 10px 10px;
  list-style: none;
  border-top: 2px solid transparent;
  border-image: linear-gradient(0.25turn, #5DA0C9, #4E7DB8, #3E59A7);
  border-image-slice: 1;
  background: #ffffff;
}

header .navik-menu li>ul li {
  color: #000000;
  font-weight: 400;
  border-bottom: 1px solid #D9D9D9;
  padding: 6px 10px;
  margin-left: 0;
  margin-right: 0;
}

.navik-menu ul ul li>a::before {
  display: none;
}

header .navik-menu li>ul li:last-child {
  border-bottom: 0px solid #D9D9D9;
}

.navik-menu ul ul li:hover>a,
.navik-menu ul ul li>a {
  text-align: left;
}

/*header end*/
/*banner start*/
.hero-section {
  color: #ffffff;
  text-align: center;
  position: relative;
  background: url(../images/home-banner.webp) no-repeat top center;
	background-position: center;
	background-size: 40%;
  padding:170px 0 120px 0;
}

.hero-section h1{
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
  color: #000000;
}


.hero-section p,
.inner-hero-section p a,
.inner-hero-section p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
  color: #ffffff;
}
.hero-section p{
  color: #8492af;
}
.hero-section .btn {
  border: 1px solid transparent;
}


.hero-section .btn-outline-light,
.hero-section .btn:hover{  
    transition: 0.3s all;
    opacity: 1;
    position: relative;
    z-index: 0;
    text-align: center;    
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;   
    border-radius: 10px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    width: 100%;
}
.hero-section .btn-outline-light span,
.hero-section .btn:hover span{  
    background: linear-gradient(90deg, #2762c3, #4e9de9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}
.hero-section .btn-outline-light:hover span{
background: linear-gradient(90deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.hero-section .btn:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.hero-section .btn-outline-light::before,
.hero-section .btn:hover::before{
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 1.5px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #5DA0C9, #4E7DB8, #3E59A7);
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    top: -0.5px;
    left: 0.5px;
}
.hero-section .btn-outline-light:hover {
  background: linear-gradient(-170deg, #5DA0C9 0%, #4E7DB8 50%, #3E59A7);
}

 .inner-hero-section .hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
} 

.hero-section .btn {
  margin: 0 15px;
}

.hero-buttons {
  margin-top: 40px;
}

/*banner end*/
/*why section start */
.why-section {
  padding: 54px 0px 90px 0;
 background: linear-gradient(180deg, #5DA0C9, #4E7DB8, #3E59A7);
 counter-reset: symptoms-count;
}
.why-section .info-card:after {
    counter-increment: symptoms-count;
    content: "0" counter(symptoms-count);
    position: absolute;
    right: 30px;
    font-size: 100px;
    line-height: .8;
    font-weight: 700;
    opacity: .1;
	color:#4E7DB8;
}
.why-section h2 {
    margin-bottom: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    line-height: 75px;
    font-weight: 100;
}

.info-card {
  position: relative;
  border-radius: 15px;
  background: #ffffff;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #ffffff;  
    transition: 0.3s all;
    opacity: 1;
    position: relative;
    z-index: 0;
}
.info-card:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.info-img{	
   /*background: linear-gradient(220deg, #5DA0C9 0, #4E7DB8 50%, #3E59A7 100%);*/
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-bottom:20px;
	position:relative;
}
.info-card:before {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 3px;
    border-radius: 15px;
    background: linear-gradient(53deg, #5DA0C9 0,#4E7DB8 50%, #4A74B4 80%, #3E59A7 100%);
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    top: -0px;
    left: 0px;
}

.info-card i{
    font-size: 80px;
    color: #cc66ff;
}

.info-title {
    font-weight: 100;
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 15px;
    color: #cc66ff;
}

.info-text {
  font-size: 16px;
  line-height: 20px;
	color:#000000;
}
.info-text p{
    color: #8492af;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.why-section .info-card:hover{
	overflow:hidden;
}
.why-section .info-card:hover .info-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: #4E7DB8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	 -webkit-animation: circle 1.05s infinite;
    -moz-animation: circle 1.05s infinite;
    animation: circle 1.05s infinite
}

@-webkit-keyframes circle {
    0% {
        opacity: .2
    }

    40% {
        opacity: .2
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: .2
    }

    40% {
        opacity: .2
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}


/*why section end*/
/* tab section start */

.pricing-section {
  padding: 60px 0px 200px 0;
  background-color: #ffffff;
  text-align: center;
}
.pricing-section h2{
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pricing-section h6 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 15px;
}

.pricing-section h2 {
  color: #000000;
  margin-bottom: 50px;
}

#horizontalTab .resp-tabs-list {
  transition: 0.3s all;
  opacity: 1;
  position: relative;
  z-index: 0;
  text-align: center;
  max-width: 299px;
  padding: 6px 5px 6px 6px;
  margin: 0 auto 40px auto;
  display: flex;
}

.resp-tabs-list::before {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 1.5px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #5DA0C9, #4E7DB8, #3E59A7);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  top: -0.5px;
  left: 0.5px;
}

#horizontalTab .resp-tab-item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  border-radius: 10px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  box-shadow: 0 0 4px 0 #00000075;
}
#horizontalTab .resp-tab-item span{  
    background: linear-gradient(220deg, #5DA0C9 0, #4E7DB8 50%, #3E59A7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#horizontalTab .resp-tab-item.resp-tab-active span{
  background: linear-gradient(220deg, #ffffff 0, #ffffff 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#horizontalTab .resp-tab-item:first-child {
  margin-right: 15px;
}

#horizontalTab .resp-tab-item.resp-tab-active {
  color: #ffffff;
  background: linear-gradient(-170deg, #5DA0C9 0%, #4E7DB8 50%, #3E59A7);
  box-shadow: none;
}

.tab-content-1 .pricing-card {
  background: linear-gradient(to bottom, #1B1E55, #3A0F7B 35%, #42108A 57%, #6514D4 93%);
}

.pricing-card {
  color: #ffffff;
  padding: 65px 40px 0 40px;
  border-radius: 16px;
  width: 100%;
  max-width: 413px;
  margin: 10px auto;
  text-align: center;
  position: relative;
  height: 100%;  
    transition: 0.3s all;
    opacity: 1;
    position: relative;
    z-index: 0;
}
.pricing-card::before {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 2.5px;
    border-radius: 17px;
    background: linear-gradient(to top, #5DA0C9 0, #4E7DB8 50%, #3E59A7 100%);
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    top: -0px;
    left: 0px;
}

.pricing-card h2 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    max-width: 247px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 45px;
}

.pricing-card .subtext {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.pricing-card .price,
.pricing-card .price span{
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 40px;
}

.pricing-card .feature-description ul {
  margin-bottom: 0;
  padding-left: 15px;
  border-bottom: 1px solid #8492af;
}

.pricing-card .feature-description li {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

/* .pricing-card .btn-start {
  background: #ffffff;
  color: #4b00b5;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 8px;
  margin-top: 70px;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
  
} */
.btn-start {
    transition: 0.3s all;
    opacity: 1;
    z-index: 0;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;    
  padding: 12px 25px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    background: #ffffff;
	border:none;
}
.btn-start:hover {  
    opacity: 0.8;
}
.btn-start::before {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 1.5px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #041543 12%, #3E59A7 35%, #4E7DB8 70%, #5DA0C9 100%);
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    top: 0px;
    left: 0px;
}
.btn-start span {
    background: linear-gradient(to bottom,  #041543 12%, #3E59A7 35%, #4E7DB8 70%, #5DA0C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.tab-content-1 .btn-start::before {
   background: linear-gradient(to bottom, #1B1E55 0%, #3A0F7B 35%, #42108A 57%, #6514D4 93%);
}
.tab-content-1 .btn-start span {
    background: linear-gradient(to bottom, #1B1E55 0%, #3A0F7B 35%, #42108A 57%, #6514D4 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .tab-content-3 .btn-start::before {
   background: linear-gradient(to bottom, #1C1347 0%, #391151 28%, #4A1157 50%, #9F1192 100%);
}
.tab-content-3 .btn-start span {
    background: linear-gradient(to bottom, #1C1347 0%, #391151 28%, #4A1157 50%, #9F1192 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
.pricing-card hr {
  border-color: #ffffff;
  opacity: 1;
  margin: 0px 0;
}

.pricing-card .price span {
  font-size: 30;
  font-weight: 300;
}

.popular-badge {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #07CBFD;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 8px;
  max-width: 236px;
  width: 100%;
  border-radius: 0 0 7px 7px;
}

.tab-content-2 {
  transform: scale(1.1, 1.03);
  z-index: 9;
}

.tab-content-2 .pricing-card {
  background: linear-gradient(to bottom, #041543 12%, #3E59A7 35%, #4E7DB8 70%, #5DA0C9 100%);
}

.tab-content-3 .pricing-card {
  background: linear-gradient(to bottom, #1C1347 0%, #391151 28%, #4A1157 50%, #9F1192 100%);
}
.tab-content-3 .price span{
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.tab-content-2 h2{
	margin-top:15px;
}
.pricing-card .feature-description ul:last-child{
	border-bottom:none;
}
/* tab section start */
/*promo section start */
.promo-section {
  background: linear-gradient(145deg, #5DA0C9, #4E7DB8, #3E59A7);
  color: #ffffff;
  padding: 80px 0;
  background: url(../images/bg.webp) no-repeat bottom center;
  background-size: cover;
}

.promo-img {
  border-radius: 20px;
  width: 100%;
  max-width: 381px;
}

.promo-section-content {
  padding-left: 50px;
  max-width: 520px;
  width: 100%;
}

.promo-small-heading {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Plus Jakarta Sans";*/
  margin-bottom: 10px;
}

.promo-section h2 {
  font-weight: 400;
  margin-bottom: 15px;
}

.promo-text {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 450px;
}

.promo-btn,
.child-hero .btn-light {
  background: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  background-color: #ffffff;
  min-height: 52px;
  display: inline-flex;
  max-width: 190px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom:40px;

}

.promo-btn span,
.child-hero .btn-light span {
  background: linear-gradient(90deg, #2762c3, #4e9de9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.promo-btn:hover,
.child-hero .btn-light:hover {
  /* box-shadow: inset 0 0 0 4px white;
      transform: scale(1.03); */
  background: linear-gradient(90deg, #2762c3, #4e9de9);
  color: #ffffff;
}

.promo-btn:hover span,
.child-hero .btn-light:hover span {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*promo section end*/
/*choose section start*/
.choose-section {
  padding: 100px 0 120px;
}

/*.choose-section .astella-card {
  transition: 0.3s all;
  opacity: 1;
  position: relative;
  z-index: 0;
  padding: 35px;
  height: 100%;
  box-shadow: 0 -8px 15px rgba(0, 123, 255, 0.2);
  background-color: #fff;
}

.choose-section .astella-card:before {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 1.5px;
  border-radius: 10px;
  background: linear-gradient(to top, #5DA0C9 31%, #4E7DB8 56%, #4A74B4 80%, #3E59A7 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  top: -0.5px;
  left: 0.5px;
}

.choose-section .astella-card:hover {
  box-shadow: 0 0 25px rgba(0, 123, 255, 0.3);
}
*/
.choose-section h2 {
  text-align: center;
  color: #4E83C3;
}

.choose-section .card-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
}

.choose-section p {
  font-size: 16px;
  line-height: 20px;
}

/*choose section end*/


.child-hero {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #5DA0C9 0, #4E7DB8 50%, #3E59A7 100%);
  color: #ffffff;
}

.child-hero h2 {
  font-weight: 500;
  margin-bottom: 30px;
	max-width:485px;
	width:100%;
	
}

.child-hero h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.child-hero p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

.child-hero .btn.btn-outline-light {
  margin-right: 30px;
  background: transparent;
  border: 2px solid #ffffff;
  margin-bottom:40px;
}

.child-hero .btn.btn-outline-light:hover {
  background: #ffffff;
  color: #3E59A7;
}

.child-hero .btn {
  font-weight: 600;
  font-size: 16px;
}

.child-hero-img img {
  width: 100%;
  max-width: 761px;
  border-radius: 8px;
  margin-top: -110px;
}

/*child section boy end*/
/*form section start*/
.form-section {
  padding: 100px 0 60px 0px;
  text-align: center;
}

.form-section h2 {
  font-weight: 500;
  margin: 0 auto 18px auto;
  max-width: 500px;
  width: 100%;
}

.form-section p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 auto 50px auto;
  width: 100%;
  max-width: 765px;
}

.form-container,
.pmpro_login_wrap{
  background: url(../images/form-bg.webp) no-repeat center;
  padding: 60px 75px 56px 75px;
  border-radius: 10px;
  max-width: 770px;
  margin: 30px auto;
  color: #ffffff;
  background-size: 100% 100%;
}

.form-container h2 {
  margin-bottom: 30px;
  max-width: 328px;
  width: 100%;
  margin: 0 auto 30px auto;
}

.form-container h2 strong {
  color: #000000;
}

.form-control,
.input{
  margin-bottom: 20px;
  border-radius: 10px;
  color: rgba(70, 70, 70, 0.5);
  font-size: 16px;
  line-height: 20px;
  padding: 20px 30px 20px 25px;
  border: none;
}

input.form-control,
.input{
  height: 62px;
}

.form-control::placeholder,
.input::placeholder{
  color: #46464650;
  line-height: 20px;
  font-size: 16px;
}

.submit-btn {
  margin: auto;
	max-width:244px;
}

.submit-btn:hover {
  opacity: 0.9;
}
.wpcf7-not-valid-tip {
    text-align: left;
    margin-top: 5px;
}
.form-section form p,
 .wpcf7-form-control-wrap,
.form-section .wpcf7-form-control-wrap,
form p{
	margin-bottom:0;
}
.wpcf7 form .wpcf7-response-output{
margin:0;	
}

/*form section end*/
/*footer start*/
.footer {
  background: linear-gradient(190deg, #5DA0C9 0, #4E7DB8 50%, #3E59A7 100%);
  color: white;
  padding: 50px 20px 20px;
  font-size: 0.95rem;
}

.footer h6 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.footer a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;  
    word-break: break-all;
}

.footer p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.footer a:hover ,
.footer .social-icons a:hover{
  color: #263851;
}

.footer .logo {
  max-width: 188px;
  width: 100%;
  margin-bottom: 20px;
}

.footer .social-icons {
  margin-top: 10px;
}

.footer .social-icons a {
  font-size: 20px;
  color: #ffffff;
}
.footer a i{
  margin-right: 10px;
}
.footer ul {
  margin-bottom: 0;	
  list-style: none;
  padding-left: 0;
}

.footer li {
  margin-bottom: 10px;
}

.footer li:last-child {
  margin-bottom: 0px;
}

.footer hr {color: #ffffff;
  background: #ffffff;
  opacity: 1;
  margin-top: 25px;
}

.footer .copyright {
  text-align: center;
  padding-top: 10px;
  font-size: 0.85rem;
}

/*footer end*/
/*inner page*/
.inner-hero-section{
  position: relative;
}
.inner-hero-section img{
max-height: 405px;
height: 100%;
object-fit: cover;
}
.choose-section.who-we-are-card-list .astella-card {
    transition: 0.3s all;
    opacity: 1;
    position: relative;
    z-index: 0;
    padding: 35px;
    height: 100%;
    box-shadow: 0 7px 15px rgba(0, 123, 255, 0.2);
    background-color: #fff;
}
.who-we-are-card-list p{
	margin-bottom:60px;
}
.who-we-are-card-list .astella-card p{
	margin-bottom:0;
}

.team-section-card{
  max-width: 300px;
  width: 100%;
  margin: auto;
  text-align: center;
   margin-bottom: 80px;
}
.team-section h2{
  margin-bottom: 40px;
}
.team-section p{
  margin-bottom: 80px;
}
.team-section-card img{
  max-width: 300px;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
.team-section-card h3{
 font-size: 20px;
 line-height: 30px;
 font-weight: 600;
}
.team-section-card p{
 font-size: 14px;
 line-height: 20px;
 font-weight: 400;
}
.inner-page .pricing-section h6{
	margin-bottom:25px;
}
/* contact page start */
.contact-content{
padding: 108px 0 100px 0;
}
.contact-content h3{
  /*font-family: "Plus Jakarta Sans";*/
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.contact-content h2{
  margin-bottom: 20px;
}
.contact-content p{
  max-width: 905px;
  margin:0 auto 30px auto;
}
.contact-form{
  padding-bottom: 180px;
}
.contact-form h2{
  margin-bottom: 20px;
}
.contact-form-content{
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.contact-form-content p{
  margin-bottom: 50px;
}

 .contact-form-container {
      max-width: 515px;
      width: 100%;
      margin: 0px auto;
      background-color: #D2E6FF;
      padding: 30px;
      border-radius: 10px;
    }

   .contact-form-container .form-check-inline {
      margin-right: 20px;
    }
    .contact-form-container  .form-control,
     .contact-form-container  .form-control::placeholder{
      color:#464646;
    }
     .radio-group-box {
      background-color: #ffffff;
      border-radius: 10px;
      padding-left: 25px;
      display: inline-flex;
      gap: 20px;		 
		height: 62px;
		align-items: center;
		 width:100%;
    }

    .radio-divider {
      height: 20px;
      width: 1px;
      background-color: #000000;
		margin-left:-5px;
    }
    .form-check .form-check-input{
      border: 1px solid #4A74B4;
      width: 12px;
      height: 12px;   
    margin-top: 6px;
    margin-left: -12px;
    margin-right: 10px;
    }
.contact-content p a,
.button {	
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-170deg, #5DA0C9 0%, #4E7DB8 50%, #3E59A7);
    max-width: 244px;
    width: 100%;	
	margin:auto;
}
.contact-content p a:hover,
.button:hover {
	    background: linear-gradient(90deg, #5DA0C9 0%, #4E7DB8 50%, #3E59A7);
    color: #ffffff;
}
.form-check{
	padding-left:0;
}
.wpcf7-form-control.wpcf7-radio span{
	margin:0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first label{
	margin-right:30px;
}
.radio-group-box .wpcf7-form-control-wrap{
	margin-bottom:0;
}
.wpcf7-form-control-wrap input{
	margin-right:5px;
}
.contact-form-container-right{
	max-width:100%;
}
.contact-info i{	
    font-size: 28px;
    line-height: 28px;
    background: linear-gradient(220deg, #5DA0C9 0, #4E7DB8 50%, #3E59A7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	margin-right:20px;
}
.contact-info{
	margin-bottom:30px;
	border-bottom:1px solid #dddddd;
	padding:0px 0 25px 0;
	max-width:400px;
	width:100%;
}
.contact-info h6{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
	margin-bottom: 5px;
}

.contact-info a{
	color:#000000;
	/*text-decoration:underline;*/
}
.contact-info a:hover{
	color:#3E59A7;
}
.contact-form-container-left p{
	margin-bottom:30px;
}
.contact-form-container-left .contact-info p{
	margin-bottom: 0px;
}
/* contact page end */
/*login page start*/
#pmpro_login{	
    max-width: 600px;
    width: 100%;
    margin:20px auto 60px auto;
}
.pmpro_form_field-password-toggle span{
color:#3E59A7;
}
.login-remember input{	
    width: 20px;
    height: 20px;
	margin-right:10px;
}
.login-remember label{
	display:flex;
	align-items:center;
}
.login-submit .button{
	max-width:100%;
}
.pmpro_actions_nav a{
	text-decoration: underline;
	color:#3E59A7;
}
#pmpro_login .pmpro_card_content{
	padding:0;
}
#pmpro_login .pmpro_card_actions{
	background: transparent;
	padding:0;
	border-top:0;
}
#pmpro_login .pmpro_card_actions a{
	font-weight:700;
}
.button{
	border:none;
}
.pmpro_logged_in_welcome_wrap{
	text-align:center;	
    background: url(../images/form-bg.webp) no-repeat center;
    padding: 60px 75px 56px 75px;
    border-radius: 10px;
    max-width: 770px;
    margin: 30px auto;
    color: #ffffff;
    background-size: 100% 100%;
}
.pmpro_logged_in_welcome_wrap a{
	font-weight:600;
    text-decoration: underline;
    color: #3E59A7;
}
#pmpro_login .pmpro_card_actions{
	padding:10px 0;
}
.pmpro_card{	
    transition: 0.3s all;
    opacity: 1;
    position: relative;
    z-index: 0;
    height: 100%;
    box-shadow: 0 -8px 15px rgba(0, 123, 255, 0.2);
    background-color: #fff;
}
.pmpro_card:before {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 1.5px;
    border-radius: 10px;
    background: linear-gradient(to top, #5DA0C9 31%, #4E7DB8 56%, #4A74B4 80%, #3E59A7 100%);
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    top: -0.5px;
    left: 0.5px;
}
#pmpro_account-profile .pmpro_card_actions{	
    background: linear-gradient(to bottom, #5DA0C9 0, #4E7DB8 50%, #3E59A7 100%);
    color: #ffffff;
}
#pmpro_account-profile .pmpro_card_action a{
	color:#ffffff;
}
#pmpro_account-profile .pmpro_card_action a:hover,
.pmpro_card_content a:hover{
	color:#000000;
}
.pmpro_card_content a{
	color: #3E59A7;
}
.pmpro_actions_nav-right a{
    color: rgb(62, 89, 167);
    text-decoration: underline;
	font-weight:600;
}
.pmpro_form_submit .pmpro_btn-cancel,
.pmpro_form_submit .pmpro_btn-cancel:hover{
	color:#ffffff;
}
/*.pmpro_card_content{	
    background: url(../images/form-bg.webp) no-repeat center;
    border-radius: 10px;
    color: #ffffff;
    background-size:cover;
}*/
#pmpro_pricing_fields,
#pmpro_user_fields,
#pmpro_order_single,
#pmpro_level_group-1,
#pmpro_member_profile_edit .pmpro_card,
#pmpro_order_list .pmpro_card{	
       position: relative;
    border-radius: 15px;
    background: #263851;
    padding: 30px 20px;
    height: 100%;
    color: #ffffff;
    transition: 0.3s all;
    opacity: 1;
    position: relative;   
    background: url(../images/bg.webp) no-repeat bottom center;
    background-size: cover;
}
#pmpro_pricing_fields:before,
#pmpro_user_fields:before,
#pmpro_order_single:before,
#pmpro_level_group-1:before,
#pmpro_member_profile_edit .pmpro_card:before,
#pmpro_order_list .pmpro_card:before{
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 3px;
    border-radius: 15px;
    background: linear-gradient(53deg, #5DA0C9 0, #4E7DB8 50%, #4A74B4 80%, #3E59A7 100%);
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    top: -0px;
    left: 0px;
}
#pmpro_order_list .pmpro_card{
	padding:10px;
}
#pmpro_pricing_fields .pmpro_card_content,
#pmpro_user_fields .pmpro_card_content,
#pmpro_order_single .pmpro_card_content,
.pmpro_table.pmpro_levels_table,
#pmpro_level_group-1 .pmpro_card_content{	
	background:transparent;
}
#pmpro_member_profile_edit .pmpro_card_content{
/*	
    width: 100%;
    margin: 0px auto;
    background-color: #D2E6FF;
    padding: 30px;
    border-radius: 10px;*/
	background-image:none;
}
#pmpro_member_profile_edit{
	padding:0;
}
#pmpro_user_fields .pmpro_card,
#pmpro_order_single .pmpro_card_content,
#pmpro_order_single .pmpro_card,
#pmpro_order_single-items .pmpro_table ,
#pmpro_order_single-items .pmpro_table thead th,
#pmpro_level_group-1 .pmpro_card_content tr,
#pmpro_level_group-1 .pmpro_card_content th,
#pmpro_level_group-1 .pmpro_card_content td{
	background:transparent;
	border:none;
	margin:0;
	box-shadow:none;
}
#pmpro_order_single-items .pmpro_table tbody th,
#pmpro_order_single-items .pmpro_table tr td{
	background:transparent;
	margin:0;
	box-shadow:none;
}
#pmpro_order_single .pmpro_card:before{
	display:none;
}
#pmpro_user_fields .pmpro_card a{
	    text-decoration: underline;
	color:#ffffff;
}
#pmpro_user_fields .pmpro_card a:hover{
	color:#000000;
}
#pmpro_user_fields .pmpro_card:before{
	display:none;
}
h2.pmpro_card_title.pmpro_font-large,
.pmpro_card_title.pmpro_font-x-large{
	color:#ffffff;
}
.pmpro_btn{
	max-width:unset;
}
.pmpro_actions_nav{
	margin-bottom:80px;
} 
   #pmpro_member_profile_edit .pmpro_form_submit {
		 flex-wrap: unset;
		 }


/* CUSTOM CSS */

/* GLOBAL */

#breadcrumbs{display:none;}
.form-section p{font-size: 20px;line-height: 23px;}

/* HOME PAGE */
.inner-hero-section h1 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
.gradient-subtitle{
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, rgb(51, 51, 204) 0%, rgb(51, 153, 204) 50%, rgb(51, 153, 204) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home .tab-content-3{display:none!important; visibility:hidden;}
.pricing-section .gradient-subtitle {
    align-items: center;
    background: linear-gradient(220deg, #5DA0C9 0, #4E7DB8 50%, #3E59A7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.boxes-section h2 {margin-bottom:-20px;font-size: 32px;line-height: 75px;transform: translateY(-5px);font-weight: 100;}
.boxes-section{ margin-top: 100px}

.content-boxes {
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #ffffff;
    transition: 0.3s all;
    opacity: 1;
    position: relative;
    z-index: 0;
	background: linear-gradient(180deg, #5DA0C9, #4E7DB8, #3E59A7);
	margin: 0 20px;
}
.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 1.5em);
    padding-left: 0;
    text-align: left;
}
.fa-ul li{color:#8492af}
.fa-circle-o:before {color:#00ccff;font-size: 12px;}
fa.fa-circle-o {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    --fa: "\f111";
	top: 4px;
}

.page-id-177 .pricing-section .container{ width: 100%!important;}
.boys{border-radius: 350px; width: 60%;    border: 1px solid #6600ff;}
.boys2{border-radius: 350px; width: 65%;    border: 1px solid #6600ff;}
.coach{border-radius: 350px; width: 80%;    border: 1px solid #6600ff;}
.blue-gray{color: #8492af!important;}
.horizontalTab-ac{ margin-top:100px}
.purple{color:#9355a2}
.home .choose-section .card-text img{
    float: left;
    position: relative;
    bottom: 36px;
    margin-right: 30px;
}
.home .choose-section .card-text p{
    position: relative;
    font-size: 90px;
    color: #4E83C3;
    float: left;
    bottom: 55px;
	margin-right: 20px;
}
.home .choose-section .card-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
    left: 134px;
    width: 250px;
}
.home .choose-section h2 {
    text-align: center;
    margin-bottom: 100px;
    color: #4E83C3;
}


/* WHO WE ARE PAGE */
.wwa-box .wp-block-heading{ margin-bottom: 20px;}
.who-we-are-card-list h2{margin-bottom:20px!important}
.wwa-box p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
	line-height: 26px;
}
.wwa-box h2{color: #4E83C3;}
.founders img{ float:left;}
.founders p{ font-size:16px; line-height:26px;}
.founders h2{
    position: relative;
    right: 100px;
    font-weight: 600;
    top: 30px;
}
.founders .marg-top{ margin-top:60px}
@media screen and (max-width: 800px) {
	.founders h2{right: 0px;font-size: 22px;}	
}


/* ASTELLA CENTER PAGE */
.page-id-177 .boxes-section h2{font-size: 40px!important;margin-bottom: 20px!important;}
.page-id-177 .boxes-section h4{font-size: 28px!important;margin-bottom: 20px!important;}
.page-id-177 .boxes-section p{font-size: 18px!important;margin-bottom: 20px!important;}