@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'TLAPSimpleOrigin';
    src: url('../../fonts/TLAPSimpleOrigin.eot');
    src: url('../../fonts/TLAPSimpleOrigin.eot?#iefix') format('embedded-opentype'), 
        url('../../fonts/TLAPSimpleOrigin.woff2') format('woff2'), 
        url('../../fonts/TLAPSimpleOrigin.woff') format('woff'),   
        url('../../fonts/TLAPSimpleOrigin.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/TLAPSimpleNEW.ttf');
    src: url('../fonts/TLAPSimpleNEW.ttf?#iefix') format('embedded-opentype'),
        url('../fonts/TLAPSimpleNEW.ttf') format('woff2'),
        url('../fonts/TLAPSimpleNEW.ttf') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/TLAPSimpleNEW.ttf');
    src: url('../fonts/TLAPSimpleNEW.ttf?#iefix') format('embedded-opentype'),
        url('../fonts/TLAPSimpleNEW.ttf') format('woff2'),
        url('../fonts/TLAPSimpleNEW.ttf') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/TLAPSimpleNEW.ttf');
    src: url('../fonts/TLAPSimpleNEW.ttf?#iefix') format('embedded-opentype'),
        url('../fonts/TLAPSimpleNEW.ttf') format('woff2'),
        url('../fonts/TLAPSimpleNEW.ttf') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Regular.eot');
    src: url('../fonts/Gellix-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Regular.woff2') format('woff2'),
        url('../fonts/Gellix-Regular.woff') format('woff'),
        url('../fonts/Gellix-Regular.svg#Gellix-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix Medium';
    src: url('../fonts/Gellix-Medium.woff2');
    src: url('../fonts/Gellix-Medium.woff2?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Ultra Standard';
    src: url('../fonts/GT-Ultra-Standard-Ultra.woff2');
    src: url('../fonts/GT-Ultra-Standard-Ultra.woff2?#iefix') format('embedded-opentype'),
        url('../fonts/GT-Ultra-Standard-Ultra.woff2') format('woff2'),
        url('../fonts/GT-Ultra-Standard-Ultra.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




body{
    margin: 0px;
    padding: 0px;
    /* font-family: 'Futura Md BT'; */
    /* font-family: "GT Ultra Standard", sans-serif; */
    overflow-x: hidden !important;
    position: relative;
    background-color: #F0F4FB;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5,h6
{
      font-family: "GT Ultra Standard", sans-serif; 
}
body p {
    font-family: 'Gellix Medium';
    letter-spacing: 1px;
}

a{
    text-decoration: none !important;
}
ul{
    list-style-type: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #676767;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #676767;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #676767;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #676767;
  }
  h2{
    font-size: 40px;
    /* font-family: "Saira Condensed", sans-serif; */
    font-weight: 700;
  }
  .btn:focus,
  textarea:focus,
  input:focus
  {
    box-shadow: none !important;
  }

/*======================
 navbar
======================*/
.navbar{
    z-index: 999;
    position: relative;
    padding: 0px;
    padding-right: 100px;
    
}
.navbar-nav .nav-link
{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin: 0px 14px;
    padding-right: unset !important;
    font-family: 'Gellix Medium';
    letter-spacing: 2px;
    font-weight: normal;
}
.navbar-nav .nav-link.active
{
    color: #64A970;
}
.navbar .btn-common
{
    z-index: 9999;
    position: relative;
}
.navbar .navbar-brand img
{
    max-width: 108px;
}
@media(max-width:1024px){
    .navbar .navbar-brand img {
        max-width: 70px;
    }
}





/*======================
  hero-banner
======================*/
.hero-banner
{
    /* min-height: 825px; */
    /* height: 80vh; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -160px;
    position: relative;
}
.web_home-new .hero-banner
{
    background-position: left 36% center;
}
.hero-banner::before{
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}


.big-banner.hero-banner{
    min-height: 610px;
    height: 80vh;
}


.btn-common,
.btn-common:hover,
.btn-common:focus,
body .swal2-confirm.swal2-styled,
body .swal2-confirm.swal2-styled:hover

{
    background-color: #64A970 !important;
    padding: 10px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid #64A970 !important;
    border-bottom: 3px solid #407C4B;
    border-right: 3px solid #407C4B;
    text-decoration: none !important;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'Gellix Medium';
}
.cancel-btn,
.cancel-btn:hover
{
    background-color: #FF3B30 !important;
    padding: 10px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid #c31910 !important;
    border-bottom: 3px solid #c31910;
    border-right: 3px solid #c31910;
    text-decoration: none !important;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'Gellix Medium';
}
/* .btn-common:hover,
.btn-common:focus
{
    color: #fff;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    box-shadow: none;
} */

.hero-banner h2{
    color: #fff;
    font-size: 65px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    /* font-family: "Poppins", sans-serif; */
    text-transform: capitalize;
}
.hero-banner p{
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: 'Gellix Medium';
    letter-spacing: 1px;
}


.login .plan-banner,
.password_request .plan-banner
{
    height: 300px;
}
/*======================
  pony-club
======================*/

.pony-club
{
    padding: 70px 0px;
    background: #F0F4FB;
    height: 1000px;
}
.web_home-new .pony-club
{
    background: #8bbdd5;
}

.pony-club h2{
    color: #383D31;
    font-size: 58px;
    font-weight: 500;
    margin-bottom: 30px;
    /* font-family: "Poppins", sans-serif; */
    font-family: 'GT Ultra Standard';
}

/*======================
skills
======================*/

.skills
{
    padding: 70px 0px;
    background-color: #fff;
}
.skills-inner
{
    padding: 70px 10px;
    border: 1px solid #DFD6D6;
    text-align: center;
    height: 100%;
    background-color: #89c793;
}
.skills-inner .skill-icon
{
    width: 100%;
    /* background-color: #fff; */
    margin: 0 auto 30px;
    border-radius: 50%;
}
.skills-inner .skill-icon img{
    max-height: 224px;
    max-width: 100%;
}
.skills-inner h5{
    color: #383D31;
    font-size:20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    min-height: 45px;
    font-family: unset;
    letter-spacing: 0.4px;
}
.skills-inner p{
    color:#676767;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    /* font-family: 'Gellix'; */
    font-family: 'Gellix Medium';
    letter-spacing: 1px;
}

/*======================
why join
======================*/

.why-join
{
    background-color: #8bbdd5;
    padding: 70px 0px 70px;
    text-align: center;
}
/* .why-join ul li:not(:last-child):after {
    content: "~";
    display: block;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
} */
.why-join video{
    width: 100%;
    /* height: 741px; */
}
.why-join h2{
    color: #383D31;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 500;
    /* line-height: 60px; */
    text-align: center;


}
.why-join p{
    font-size: 18px;
    line-height: 30px;
    color: #383D31;
    margin-bottom: 60px;
}
.web_home-new .why-join ul li {
    font-size: 18px;
    line-height: 29px;
    color: #0E0518;
    font-family: 'Gellix Medium';
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    padding: 35px;
    margin: 40px 0;
    box-shadow: 1px 1px 1px #bcbaba;
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
    background: #EFFFF2;
    border-left: 5px solid #1d87ba;
    /* box-shadow: rgb(100 170 110 / 32%) 0px -50px 36px -28px inset; */
    /* box-shadow: rgba(100, 170, 110, 0.17) 0px -23px 25px 0px inset, rgba(100, 170, 110, 0.15) 0px -36px 30px 0px inset, rgba(100, 170, 110, 0.1) 0px -79px 40px 0px inset, rgba(100, 170, 110, 0.06) 0px 2px 1px, rgba(100, 170, 110, 0.09) 0px 4px 2px, rgba(100, 170, 110, 0.09) 0px 8px 4px, rgba(100, 170, 110, 0.09) 0px 16px 8px, rgba(100, 170, 110, 0.09) 0px 32px 16px; */
    /* box-shadow: blue 0px 0px 0px 2px inset, rgb(255, 255, 255) 10px -10px 0px -3px, rgb(31, 193, 27) 10px -10px, rgb(255, 255, 255) 20px -20px 0px -3px, rgb(255, 217, 19) 20px -20px; */
}

.web_our-approach .why-join p {
    margin-bottom: 10px;
    font-size: 1rem;
} 

/* .why-join ul li::before
{
    content: "";
    background-color: #808080;
    height: 12px;
    width: 12px;
    position: absolute;
    left: -30px;
    top: 8px;
    border-radius: 50%;
} */
.badges
{
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin: 30px 0px;
    align-items: center;
}
.badges span{
    background-color: #fff;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #DFD6D6;
    background-color: #64A970;
}
.badges p{
    margin-bottom: 0px;
}
.discover
{
    background-color: #89c793;
    padding: 70px 0px 70px;
    margin-top:0px;
    text-align: center;
}

/* .discover h2{ */
    /* font-family: "Montserrat", sans-serif; */
    /* font-family: "Poppins", sans-serif; */
/* } */

.discover .card
{
    border: 1px solid #DFD6D6;
    position: relative;
}
.discover .slick-slide 
{
    padding: 0px 10px;
}
.discover .slick-dots li button:before
{
    font-size: 12px;
    color: #64A970;
}
.discover .slick-dots
{
    bottom: -35px;
}

/* .discover .card:hover::before
{
   content: "";
   background: rgba(0, 0, 0, 0.5);
   position: absolute;
   height: 100%;
   width: 100%;
} */

/* .why-join h2{
    color: #383D31;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 0px;
} */
.discover .card .card-body
{
    padding: 10px 15px;
}
.discover .card .card-body .card-title
{
    font-size: 18px;
    margin-bottom: 0px;
}
.discover .card .hover-detail
{
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 0;
    max-width: 100px;
    margin: auto;
    z-index: 999;
    cursor: pointer;
}
.discover .card .hover-detail p a{
    color: #407C4B;
    font-size: 18px;
    text-decoration: none;
}
.discover .card .hover-detail .fa-brands
{
    color: #FF0000;
    font-size: 20px;
}
.discover .card:hover .hover-detail
{
    opacity: 1;
}





/*======================
membership
======================*/
.plans{
    border: 1px solid #DFD6D6;
    padding: 30px;
    text-align: center;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
}
.plans img,
.plans h6,
.plans ul,
.plans button
{
    z-index: 9999;
    position: relative;
}

.plans-membership:hover::before
{
    content: "";
    background: linear-gradient(to bottom, 
    #fff, /* Charcoal */
    #fff, /* Slate Grey */
    #b2b2b2, /* Stone Grey */
    #b2b2b2, /* Ash Grey */
    #c0c0c0  /* Silver */
  );
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.web_memberships .plans-membership:hover::before,
.web_subscription_Plan .plans-membership:hover::before
{
    display: none;
}
.plans .plan-point
{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}
.plans .plan-point ul
{
    padding: 10px;
    text-align: left;
    margin-bottom: 0px;
  
}
.plans .plan-point ul li{
    display: none;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
    position: relative;
    padding-left: 10px;
}
.plans .plan-point ul li::before
{
    content: "";
    height: 10px;
    width: 10px;
    background-color: #0E0518;
    position: absolute;
    border-radius: 50%;
    left: -5px;
    top: 8px;
}
.plans .plan-point ul li:nth-child(1),
.plans .plan-point ul li:nth-child(2)
{
    display: inline-block;
}
/* .plans .plan-point ul:hover
{
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
} 
.plans .plan-point ul:hover li{
    display: inline-block;
} */
.plans h6{
    color: #64A970;
    font-size: 60px;
    line-height: 100px;
    font-weight: 700;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
}

.plans p{
    color: #383D31;
    font-size: 16px;
    font-weight: 700;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
}





/*======================
free trial
======================*/


.free-trial
{
    background-color:#F0F4FB;
    padding: 70px 0px;
}
.free-trial h2{
    color: #383D31;
    font-size: 40px;
    line-height: 60px;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
}
.free-trial p{
    color: #676767;
    font-size: 16px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.free-trial p b{
    font-size: 24px;
    color: #383D31;
    font-weight: 700;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
}
.free-trial p span{
    color: #64A970;
    font-size: 20px;
    font-weight: 700;
}


/*======================
stay connected
======================*/

.stay-connected
{
    padding: 0px 0px 0px;
    text-align: center;
}
.stay-connected p{
    font-size: 20px;
    line-height: 32px;
}
.stay-connected h2{
    color: #383D31;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
}
.stay-connected .form-group
{
    max-width: 554px;
    display: flex;
    gap: 8px;
    margin: 0 auto;

}
.stay-connected .form-group .form-control
{
    border: 1px solid #DFD6D6;
    font-size: 14px;
    color: #383D31;
    min-height: 42px;
    box-shadow: none;
    outline: none;
    font-family: 'Gellix Medium';
    letter-spacing: 1px;
}
.stay-connected .form-group .form-control:focus
{
    border-color:  #64A970;
}
.stay-connected .btn-common
{
    min-width:150px;
    font-size: 14px;
    min-height: 42px;
}
.stay-left-inner
{
    background-color: #64A970;
    padding: 117px;
}
.stay-left-inner p
{
    color: #fff;
    font-family: 'TLAPSimpleOrigin';
}
.stay-right-content
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stay-right-content-inner
{
    padding: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: auto 0;
    gap: 20px;
}
.stay-right-content-inner img
{
    max-width: 108px;
}


/*======================
footer
======================*/
.sponser
{
    background-color: #252F3D;
    padding: 70px 0px 0px;
    text-align: center;
}
.sponser h2{
    color: #fff;
    margin: 20px 0px 15px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sponser-logo
{
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 70px;
    /* border-bottom: 1px solid #4E5E76; */
    justify-content: center;
}
.sponser-logo .sponser-img a{
   height: 48px;
   width: 48px;
   background-color: #64A970;
   border: 1px solid #fff;
   color: #0E0518;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0px;
   font-size: 22px;
   text-decoration: none;


}

.sponser ul {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    padding: 15px 0px;
    flex-wrap: wrap;

}
.sponser ul li a{
   color: #fff; 
   font-size: 16px;
   font-weight: 700;
   text-decoration: none;
   font-family: 'Gellix Medium';
   letter-spacing: 1px;
}
.sponser ul li a:hover
{
    color: #64A970;
}
.copyright-footer
{
    background-color: #64A970;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.copyright-footer p{
    font-size: 14px;
    line-height: 15px;
    color: #fff;
}
.copyright-footer ul
{
    display: flex;
    padding-right: 110px;
}
.copyright-footer ul li{
    padding: 0px 15px;
    position: relative;
}
.copyright-footer ul li::after
{
    content: "";
    position: absolute;
    width: 1px;
    background-color: #252F3D;
    height: 14px;
    right: 0px;
    top: 7px;
    
}
.copyright-footer ul li:last-child::after
{
    content: "";
    display: none;
}
.copyright-footer ul li a
{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: 'Gellix Medium';
    letter-spacing: 1px;
}
.copyright-footer ul li a:hover
{
    opacity: 0.5;
}

.empowering
{
    max-width: 360px;
}


.memmbership-plan
{
    padding: 70px 0px;
    text-align: center;
    /* background-color: #8bbdd5; */
}

.profile-background{
    background-color: #8bbdd5 !important;
}

.contactus-background{
    background-color: #8bbdd5;
}

/* .memmbership-plan .platinum.plans:before{
    content: "";
    background-image: url(../images/popular.png);
    top: 3px;
    right: -20px;
    width: 150px;
    height: 66px;
    position: absolute;
    background-repeat: no-repeat;
    
} */
/* HTML: <div class="ribbon">Your text content</div> */
.memmbership-plan .plans .ribbon {
    display:none;
}
.memmbership-plan .platinum.plans .ribbon {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
  .memmbership-plan .platinum.plans .ribbon {
    --f: .5em;
    --r: .8em;
    position: absolute;
    top: 10px;
    right: calc(-1* var(--f));
    padding-inline: .25em;
    line-height: 2;
    background: #c73442;
    border-bottom: var(--f) solid #0005;
    border-left: var(--r) solid #0000;
    clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f) / 2));
    display: block;
}

@media(max-width:769px){
    .container-fluid{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.vertical-menu {
    /* position: absolute; */
    /* top: 0; */
    /* left: -50px; */
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* transform: translatex(-100%);  */
    opacity: 1; 
    z-index: 1000; 
    margin: 0 auto;
    display: flex;
    align-items: center;

    
}
.vertical-menu.open {
    /* transform: translateX(0);  */
    opacity: 0; 
}

.plan-modal .modal-dialog
{
    max-width: 700px;
}
.plan-modal .plans .plan-point ul li
{
    display: inline-block;
}
.plan-modal .plans
{
    border: none;
}
.plan-point a
{
    color: #000;
    font-size: 20px;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: right;
    text-decoration: underline;

}

.plan-modal .modal-header
{
    border:none;
    padding: 0px;
}

.plan-modal .modal-header .close
{
    position: absolute;
    height: 30px;
    width: 30px;
    top: 17px;
    right: 17px;
    font-size: 20px;
    z-index: 99;
}



/*======================
  Sign modal
======================*/
.sign-modal
{
    /* left: -300px; */
    top: 65px;
    right: inherit;
}
.sign-modal .modal-content
{
    border-radius: 30px;
    border-right: 6px solid #CBC6B9;
    border-bottom: 6px solid #CBC6B9;
    padding: 35px 60px;
}
.sign-modal .modal-content .modal-header
{
    padding: 0px;
    border-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}
.sign-modal .modal-content .modal-header .modal-title
{
    width: 100%;
    padding-bottom: 10px;
    color: #64A970;
    font-size: 40px;
    font-weight: 700;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-left: 20px;
}

.sign-modal .modal-content .modal-header p
{
    color:#383D31;
    font-size: 22px;
    font-weight: 500;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
}
.close,
.close:hover
{
    position: absolute;
    color: #FD3F3F;
    border: 2px solid #64A970 !important;
    background-color: 2px solid #64A970 !important;
    padding: 4px !important;
    right: 30px;
    top: 30px;
    border-radius: 50%;
    font-size: 17px;
    opacity: 1;
    width: 29px;
    height: 29px;
}
 .form-group label
{
    color: #676767;
    font-size: 16px;
}
 .form-group .form-control
{
    border-width:1px 4px 4px 1px;
    border-radius: 4px;
    background-color: transparent;
    border-color: #d4d4d4;
    box-shadow: none;
    outline: none;
    padding: 10px 15px;
    height: auto;
}
.sign-modal .modal-content .btn-common
{
    height: 42px;
}
.sign-modal .modal-content .form-group
{
    position: relative;
}
 .field-icon {
    bottom: 20px;
    right: 25px;
    position: absolute;
  }
  .sign-modal .modal-content .modal-footer
  {
    margin-top: 7px;
    border-top: 0px;
    padding: 0px;
  }
  .sign-modal .modal-content .modal-footer p
  {
    text-align: center;
    margin: 0px;
    width: 100%;
    color: #383D31;
    padding-top: 32px;
    position: relative;
    font-size: 16px;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
  }
  @media (max-width:425px){
    .sign-modal .modal-content .modal-footer p
    {
        padding-top: 10px;
    }
  }
  .sign-modal .modal-content .modal-footer p::before
  {
    content: "- -";
    position: absolute;
    color: #676767;
    height: 1px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
  }
  @media (max-width:425px) {

    .sign-modal .modal-content .modal-footer p::before
    {
        content: " ";
    }
  }
  .sign-modal .modal-content .modal-footer p a
  {
    color: #000;
    font-weight: 500;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
    text-decoration: none;
  }
  .sign-modal .modal-content .form-check-input{
    height: 20px;
    width: 20px;
    display: flex;
    border-radius: 4px;
    background: #EEF3F2;
  }
  .sign-modal .password
  {
    color:#FF3B30;
    font-size: 14px;
  }
  .sign-modal .form-check-label
  {
    padding: 4px 0px 0px 5px;
  }


/*======================
 Subscription
======================*/
.memmbership-plan.plan-page
{
    background-color: #F0F4FB;
}
.memmbership-plan.plan-page .plans
{
    /* background-color: #fff; */
    background-color: #89c793;
}
.plan-banner
{
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-banner h2
{
    font-size: 40px;
    line-height: 60px;
    margin:70px 0px 0px;
}

.plan-page h6 span{
    font-size: 14px;
    color: #383D31;
}
.plan-page ul
{
    list-style-type: disc;
    text-align: left;
    margin:15px 0px 70px;
}
.plan-page ul li
{
    font-size: 16px;
    color: #383D31;
    margin-bottom: 10px;
    /* font-family: "Saira Condensed", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.plan-page .plans .form-check
{
    padding: 7px 10px;
    background-color: #F0F4FB;
    width: 160px;
    margin: 0 auto;
    border-radius: 0px 4px 4px 4px;
    border-right: 4px solid #CCD5E5;
    border-bottom: 4px solid #CCD5E5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.plan-page .plans .form-check label
{
    font-size: 16px;
    line-height: 16px;
    color: #676767;
}
.form-check.monthly-plan
{
    margin: 60px 0px 30px;
}
.form-check.monthly-plan input
{
   
    position: relative;
    height: 27px;
    width: 22px;
    margin-right: 13px;
}
.form-check.monthly-plan label
{
  color: #383D31;
  font-size: 18px;
  font-weight: 600;
  line-height: 37px;
  /* font-family: "Saira Condensed", sans-serif; */
  font-family: "Poppins", sans-serif;   
}
.plan-page .btn-common
{
    max-width: 370px;
}

.plan-page .plans p span
{
    color: #64A970;
}
.plan-page .nav-tabs
{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 385px;
    background-color: #fff;
    box-shadow: 4px 4px 10px 0px #CCD5E5;
    padding: 8px 5px;
    margin: 0 auto 50px;
    margin-top: 50px;
}
.plan-page .nav-tabs .nav-link
{
    padding: 13px 30px;
    background-color: transparent;
    border-radius: 12px;
    border: 1px solid transparent;
    box-shadow: none; 
    outline: none;  
}
.plan-page .nav-tabs .nav-link.active
{
    background-color:  #64A970;
    color: #fff;
    font-size: 16px;
}
.plan-page .platinum-span
{
    color: #64615F;
}
.plan-page .gold-span
{
    color: #D08F20;
}
.plan-page .platinum-span
{
    color: #8A93A2;
}
.plan-page .plans h6
{
    line-height: 40px;
    margin-top: 30px;
}


/*======================
 Parent detail
======================*/

.parent-detail-inner
{
    
    background-color: #fff;
    padding: 55px 108px 133px;
    margin-top: 80px;
}
.parent-detail-main
{
    padding: 70px 0px;
}
.parent-detail-inner .btn-common
{
    width: 376px;
    margin: 0 auto;
    margin-top: 25px;
    display: block;
}
.parent-detail-inner h4
{
    text-align: center;
    border-bottom: 5px solid #64A970;
    margin-bottom: 25px;
    max-width: 330px;
    margin: 0 auto 30px;
    display: block;
}


.form-group.datepicker .btn-outline-secondary
{
    position: absolute;
    border: none;
    position: absolute;
    border: none;
    right: 10px;
    top: 5px;

}
.form-group.datepicker .form-control
{
    border-radius: 12px;
}

/*======================
 dashboard
======================*/
.dashboard-lessons
{
    padding: 70px 0px;
    /* background-color: #89c793; */
}
.dashboard-banner h2{
    font-size: 56px;
    margin-top: 30px;
}
.dashboard-banner p{
    margin-bottom: 0px;
}
.lesson-inner
{
    background-color: #8bbdd5;
    padding: 32px 15px;
    text-align: center;
    border: 1px solid #DFD6D6;
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.badge-list{
    background-color: #F0F4FB !important;
}
.pony-img{
    cursor: pointer;
}
.lesson-inner h5{
    color: #000;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    /* font-family: "Saira Condensed", sans-serif;  */
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.lesson-inner .sub-title
{
    min-height: 75px;
}
.do-you-know
{
    background-color: #89c793;
    padding: 70px 0px;
}
.do-you-know h6{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    /* font-family: "Saira Condensed", sans-serif;  */
    font-family: "Poppins", sans-serif;
}
.do-you-know p
{
    /* color: #676767; */
    font-size: 16px;
}
.right-img p
{
    width: 65%;
}



.badges-wrapper 
{
    padding-top: 120px;
}
 .badges-main 
{
    width: 20%;
    padding: 0px 12px;
    display: flex;
    height: 100%;
 

}
 .badges-main .badges-inner
{
    background-color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 20px 20px 60px 60px;
    border: 1px solid hsl(0, 12%, 86%);
    padding: 0px 15px 15px 15px;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
}
.badges-main .badges-inner a
{
    text-decoration: none;
}
.badges-main .badges-inner a.next-arrow
{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

 .badges-main .badges-inner h5
{
    color: #0E0518;
    font-size: 17px;
    font-weight: 500;
    /* font-family: "Saira Condensed", sans-serif;  */
    font-family: "Poppins", sans-serif;
    margin-bottom: 8px;
    margin-top: 20px;
    
}
.badges-main .badges-inner p,
.badges-inner p
{  
    min-height: 25px;
}
 /* .badges-main .badges-inner p
{
    color: #676767;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
} */

.badge-img img
{
    width: 100%;
}
.badges-main .badge-img
{
    margin-top: -60px;
    position: relative;
}

.do-you-know .badges-main:nth-child(1) .badges-inner
{
    /* background-color:#ff914d; */
    background-color:#ffb587;
}
.do-you-know .badges-main:nth-child(2) .badges-inner
{
    /* background-color:#8bbdd5; */
    background-color:#c4e5f5;
}
.do-you-know .badges-main:nth-child(3) .badges-inner
{
    /* background-color:#4ca25b; */
    background-color:#b1e9bb;
}
.do-you-know .badges-main:nth-child(4) .badges-inner
{
    /* background-color: #9f7ec4; */
    background-color: #cbb6e3;
}
.do-you-know .badges-main:nth-child(5) .badges-inner
{
    /* background-color:#db5757; */
    background-color:#d87b7b;
}
.do-you-know .badges-main .badges-inner p
{
    color: #fff;
    padding-bottom: 10px;
}

/*======================
 All About
======================*/
.all-about-main
{
    padding: 70px 0px;
    position: relative;
}
.all-about-main .badges-main
{
  padding: 0px;
  width: 100%;
}
.all-about-main .badges-main .btn-common
{
    display: block;
    min-width: 130px;
    margin: 0 auto;
    width: 90%;
}
/* .all-about-main .row
{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
} */

.all-about-main .badges-main .badges-inner
{
   background: #ebad87;
}

#delete-button {
    display: none;
    margin-top: 10px;
}

progress {
    margin-top: 10px;
}
.progress-container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0px;
    border: 1px dotted #CCD5E5;
    padding: 10px;
}
.progress-container .progree-bar
{
    width: 70%;
}
.progress-container .progree-bar p
{
    color: #161313;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
}

#upload-progress {
    width: 100%;
    height: 10px;
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
}
  #upload-progress::-webkit-progress-bar {
    background-color: #eafae2; 
    border-radius: 5px;
  }


  #upload-progress::-webkit-progress-value {
    background-color: #4caf50; 
    border-radius: 5px;
  }

  /* For Firefox */
  #upload-progress::-moz-progress-bar {
    background-color: #4caf50; 
    border-radius: 5px;
  }



/*======================
 our Approch
======================*/
.approach-banner p{
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 20px 0px 0px;
}
.our-approch-video
{
    padding-bottom: 70px;
}

.Communicating-modal .modal-dialog
{
    max-width: 657px;
}
.Communicating-modal .modal-dialog .modal-body 
{
    padding: 15px 30px;
}

.Communicating-modal .modal-dialog .modal-body p,
.Communicating-modal .modal-title
{
    color: #676767;
    font-size: 20px;
    font-weight: 600;
    /* font-family: "Saira Condensed", sans-serif;  */
    font-family: "Poppins", sans-serif;
}

.Communicating-modal .modal-title
{
    color: #0E0518;

}

.communicating-badge
{
    display: flex;
    gap: 15px;
    border-top: 1px solid #E4E4E7;
    align-items: center;
    
}
.communicating-icon img
{
    max-width: 100px;
}
.why-join.our-approch-video-page video
{
    /* height: 330px; */
}

.why-join.our-approch-video-page h2,
.why-join.our-approch-video-page p
{
    text-align: left;
}
.why-join video


/*======================
 virtual video
======================*/

.virtual-video
{
    padding-bottom: 70px;
}
.virtual-video video
{
    height: 361px;
}




.btns-view.coming-full-btn
{
    /* flex-direction: column; */
    gap: 10px;
}
.btns-view.coming-full-btn a:last-child
{
    max-width: 180px;
    padding:  10px;
}

/*=====================

live chat
============================*/


#click{
    display: none;
  }
  .chat-box-main label{
    /* position: absolute;
    right: 30px;
    bottom: 20px;
    height: 75px;
    width: 75px;
    background: #EEE4DC;
    text-align: center;
    line-height: 55px;
    border-radius: 50px; */
    font-size: 20px;
    /* color: #fff;
    cursor: pointer; */
  }
  .chat-box-main label i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
  }
  .chat-box-main label i.fa-times{
    opacity: 0;
    pointer-events: none;
  }
  .chat-box-main #click:checked ~ label i.fa-times{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .chat-box-main #click:checked ~ label i.fa-comments-o{
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .chat-box-main .wrapper{
    position: fixed;
    right: 30px;
    bottom: 0px;
    max-width: 600px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
    z-index:9999;
  }
  .chat-box-main #click:checked ~ .wrapper{
    opacity: 1;
    bottom: 85px;
    pointer-events: auto;
  }
  .chat-box-main .wrapper .head-text{
    line-height: 60px;
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 0 20px;
    font-weight: 500;
    font-size: 20px;
    background: -webkit-linear-gradient(left, #a445b2, #fa4299);
  }
  .chat-box-main .wrapper .chat-box{
    padding: 20px;
    width: 100%;
  }
  .chat-box-main .chat-box .desc-text{
    color: #515365;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    font-weight: 500;
  }

  .chat-box-main .chat-box form .field{
    height: 50px;
    width: 100%;
    margin-top: 20px;
  }
  .chat-box-main .chat-box form .field:last-child{
    margin-bottom: 15px;
  }
  .chat-box-main form .field input,
  .chat-box-main form .field button,
  .chat-box-main form .textarea textarea{
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border: 1px solid lightgrey;
    outline: none;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .chat-box-main form .field input:focus,
  .chat-box-main form .textarea textarea:focus{
    border-color: #64A970;
  }
  .chat-box-main form .field input::placeholder,
  .chat-box-main form .textarea textarea::placeholder{
    color: silver;
    transition: all 0.3s ease;
  }
  .chat-box-main form .field input:focus::placeholder,
  .chat-box-main  form .textarea textarea:focus::placeholder{
    color: lightgrey;
  }
  .chat-box-main .chat-box form .textarea{
    height: 110px;
    width: 100%;
  }
  .chat-box-main .chat-box form .textarea textarea{
    height: 100%;
    resize: none;
    padding: 15px 20px;
    font-size: 16px;
  }


  /*=====================
My photos
===========================*/
/* .my-photos-banner
{
    height: 100vh;
} */
.photo-upload-section
{
    background-color: #fff;
    padding: 70px 0px;
}
.pic-upload
{
    background-color: #F0F4FB;
    max-width: 815px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #CCD5E5;
    min-height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pic-upload .pic-upload-inner
{
    max-width: 375px;
    margin: 0 auto;
}
.pic-upload-inner img
{
  max-width: 181px;
  margin: 0 auto;
  display: block;
}
.pic-upload-inner h3
{
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0px;
    color: #383D31;
}

.file-upload-modal .form-group label
{
    color: #676767;
    font-size: 14px;
    line-height: 16px;

}
.file-upload-modal .form-group .form-control
{
    border: 1px solid #D4D4D4;
    border-bottom: 3px solid #D4D4D4;
    border-radius: 12px;
    color: #0E0518;
}
.modal-header .close
{
    line-height: 12px;
}

.input-file {
    position: relative;
    display: block;
    font-weight: 400;
  }
  
  .input-file .button {
    position: absolute;
    top: 8px;
    right: 15px;
    float: none;
    height: 32px;
    margin: 0;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 22px;
    background-color: #64A970;;
    opacity: .8;
    transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    outline: 0;
    border: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }
  
  .input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
  }

  .input.input-file input
  {
    height: 48px;
  }
  .input.input-file .btn-common
  {
    background-color: #64A970;
    top: 5px;
  }
  .file-upload-modal .modal-dialog
  {
    max-width: 616px;
  }
  .success-msg
  {
    text-align: center;
    padding: 70px 50px 30px 50px;
  }
  .success-msg h4
  {
    color: #64A970;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .success-msg p
  {
    color: #676767;
    font-size: 14px;
    margin-bottom: 20px;

  }

  .payment-modal .modal-header
  {
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    height: 100px;
  }
  
  .payment-modal .logo-image
  {
    width: 90px;
    position: relative;
    top: -20px;
    left: 0;
  }
  .payment-modal .logo-image img
  {
    height: 100%;
    width: 100%;
  }
  .payment-modal form
  {
    margin-top: -40px;
  }
  .payment-modal .form-group label
  {
    color:#676767;
    font-size: 14px;
  }
  .payment-modal .modal-dialog
  {
    max-width: 615px;
  }
  .payment-modal .form-check
  {
    width: 48%;
    margin: 0px 10px;
  }
  .payment-modal .card-option label
  {
    /* padding-left: 0px; */
    /* color: #0E0518; */
    /* font-size: 20px; */
    text-transform: uppercase;
    /* font-weight: 600; */
    color: #676767;
    font-size: 14px;
  }
  .payment-modal .card-option 
  {
    border: 1px solid #d7d7d7;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
  }
  .payment-modal .form-check-input
  {
    position: relative;
  }
  .payment-modal .card-option img
  {
    margin-right: 8px;
  }
  .input-before
  {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
  }
  .input-before input {
    padding-left: 95px !important;

  }
  .input-before:before
  {
    content: "";
    background-color: #64A970;
    height: 100%;
    width: 80px;
    position: absolute;
  }
  .input-before .fa
  {
    position: absolute;
    font-size: 26px;
    color: #fff;
    left: 25px;
    top: 10px;
  }
  .success-msg-modal .modal-header
  {
    border: none;
  }
  .success-msg-modal .modal-body
  {
    padding: 50px;
    text-align: center;
  }
  .success-msg-modal .modal-body p
  {
    color: #64A970;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0px;
  
  }

  .about-modal .modal-head-pic
  {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    left: 30px;
  }
  .modal-head-pic img
  {
    max-width: 100px;
  }



  .about-modal .modal-dialog
  {
    max-width: 630px;
  }
  .about-modal{
    overflow-y: hidden;
    left: unset;
  }
  .about-modal .modal-dialog .modal-content
  {
    padding: 15px 15px 35px;
  }
  .about-modal .modal-dialog .modal-title

{
    color: #0E0518 !important;
    font-size: 20px !important;
    font-weight: 600px !important;
  }
  .about-modal .modal-header
  {
    border-bottom: 1px solid #E4E4E7 !important;
  }
  .about-modal .modal-dialog .booklate
  {
    margin-top: 10px;
  }
  .about-modal .modal-dialog .modal-content .modal-body
  {
    max-height: 600px;
    overflow-y: scroll;
    padding: 0px 15px;
  }

  .step-main .stepDetails
  {
    background-color: #fff;
    padding: 55px 100px;
    width: 100%;
    margin: 0 auto;
  }
  @media(max-width:767px){
    .step-main .stepDetails
    {
        padding: 10px;
    }
    .insta-card{
        width: 100px;
    }
  }
  
  .step-main  .bg-light-cream
  {
    color: #676767;
    font-size: 14px;
    margin: 0px !important;
    padding: 0px !important;
  }
  .step-main .question-save-btn,
  .step-main .question-save-btn:hover,
  .btn-theme-green
  {
    background-color: #64A970;
    padding: 10px 35px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #64A970;
    border-bottom: 3px solid #407C4B;
    border-right: 3px solid #407C4B;
    text-decoration: none !important;
    outline: none;
    box-shadow: none;
    width: 145px;
    box-shadow: none;
  }
  .btn-theme-green,
  .btn-theme-green:hover
  
  {
    background: #E6E4E3;
    color: #676767;
    border: 1px solid transparent;
    border-bottom: 3px solid #676767;
    border-right: 3px solid #676767;
    width: 145px;
    box-shadow: none;
 
  }
  .btn-theme-green.next{
    position: relative;
    float: right;
    margin-top: -60px;
  }
  .step-main .stepDetails textarea
  {
    height: 121px;
    border: 1px solid #d4d4d4;
    border-bottom: 3px solid #d4d4d4;
    border-right: 3px solid #d4d4d4;
    border-radius: 12px;
  }
  .step-main .stepDetails .text-danger
  {
    display: block;
    width: 100%;
  }
  .step-main .bg-light-cream .text-danger
  {
    display: inline;
    width: auto;
  }
  .step-main .second-option-img
  {
    display: flex;
    flex-wrap: wrap;
  }
  .step-main .second-option-img .card
  {
    width: 33.33%;
  }
  .step-main .btn.btn-theme-green.prev,
  .back-button
  {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    box-shadow: none;
    border: none;
    top: 190px;
    left: 12%;
    color: #383D31;
    font-size: 20px;
    font-weight: 700;
}
.web_take_assessment .step-main .btn.btn-theme-green.prev,
.web_take_assessment .back-button
{
  top: 0px;
  left: 0px;

}   
  .back-albumb
  {
    padding-left: 40px;
    position: relative;

  }
  .step-main .btn.btn-theme-green.prev::before,
  .back-button::before,
  .back-albumb::before
  {
    content: "\f0a8";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #383D31;
    font-size: 25px;
    left: 20px;
    position: absolute;
    top: 5px;
  }
  .back-albumb::before
  {
    left: 0px;
    top: 8px;
  }

  .step-main .custom-control-input
  {
    position: relative; 
    opacity: 1;
    left: unset;
    width: 1rem;
    height: 1.25rem;
    z-index: 1;
    top: 4px;
    margin-right: 8px;
  }
  .step-main .custom-control-input:checked
  {
    accent-color: #64A970;
  }
  .step-main #SaveAccount.btn-theme-green
  {
    width: 260px;
    float: none;
    margin: 0 auto;
    background-color: #4ca25b;
    color: #fff;
    display: block;

  }

  .step-main .thanks-span
  {
    color: #407C4B;
    font-size: 40px;
  }

  .plan-next-button.step-1,
  .plan-next-button.step-2
  {
    width: 376px;
    top:-100px;
    position: relative;
  }
  .web_memberships fieldset
  {
    position: relative;
  }
  .web_memberships .back-button
  {
    top: 90px;
    z-index: 999;
  }
  .web_memberships .back-button::before
  {
    left: -25px;
  }


  /*======================
 My Album List
======================*/
.my-albumb-header
{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.my-albumb-header #deleteAll
{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 10px;
}
.my-albumb-header h3
{
    font-weight: 700;
    color: #0E0518;
    font-size: 40px;
}
.my-albumb-header a
{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #FF3B30;
}
.my-albumb-list
{
    border: 1px solid #CCD5E5;
    padding: 60px 45px 60px;
    text-align: center;
    border-radius: 6px;
    height: 100%;
    
}
.my-albumb-list img
{
    max-width: 120px;
}
.my-albumb-list p
{
    color: #383D31;
    font-size: 20px;
    font-weight: 700;
}
.my-albumb-list .btn-common
{
    margin-top: 15px;
    width: 200px;
}
.my-albumb-list .delete-btn
{
    position: absolute;
    right: 35px;
    top: 30px;
}
.my-albumb-list .delete-btn a
{
    cursor: pointer;
}
.delete-modal p
{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.delete-modal .bottom-btn
{
    width: 100%;
    text-align: center;
    display: flex;
    gap: 20px;
    justify-content: center;

}
.delete-modal .bottom-btn .btn
{
    width: 100px;
    margin: 0px 10px;
    border: none;
}
.delete-modal .success-msg
{
    padding: 40px 50px 30px 50px;
}
.delete-modal .success-msg img
{
    max-width: 100px;
}
.icon-image
{
    position: relative;
}
.icon-image-hover
{
    position: absolute;
    top: 50%;
    width: 120px;
    display: flex;
    gap: 10px;
    opacity: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.icon-image:hover:hover::before
{
    content: "";
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
}
.icon-image:hover .icon-image-hover
{
    opacity: 1;
}
#loadMore
{
    margin: 0 auto;
    display: block;
    max-width: 200px;
}
.membership-activate,
.contact,
.general-tab-content
{
    background-color: #fff;
    padding: 60px;
    text-align: center;
}
.membership-activate img
{
    max-width: 180px;
}
.membership-activate h4
{
    color: #4ca25b;
    font-size: 50px;
    font-weight: 700;
}
.membership-activate h6
{
    color: #383d31;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.membership-activate p
{
    color: #8A93A2;
    font-size: 24px;
    font-weight: 500;
}
.membership-activate a
{
    text-decoration: underline;
}
.membership-activate .btn-common
{
    width: 376px;
    margin-top: 60px;
}
.contact h6
{
    text-align: center;
    border-bottom: 5px solid #64A970;
    margin-bottom: 25px;
    max-width: 240px;
    margin: 0 auto 30px;
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #383D31;
    box-sizing: border-box;
}
.contact.reset-password h6
{
    max-width: 350px;
}
.contact .form-group label
{
    text-align: left;
    width: 100%;
}
.contact .form-group textarea
{
    height: 121px;
}
.contact .btn-common
{
    width: 376px;
    margin: 0 auto;
}
.contact.reset-password form
{
    max-width: 430px;
    margin: 0 auto;
}
.contact.reset-password p
{
    color: #383D31;
    font-size: 24px;
    font-weight: 600;
}

.memmbership-plan.plan-page.my-profile-tab .nav-tabs
{
    max-width: 490px;
    border-radius: 12px;
} 
.general-tab-content h6
{
    position: relative;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 20px;
    z-index: 1;
    bottom: 20px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background-color: #000;
    border: 1px solid #64A970;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .avatar-upload .avatar-edit input + label:after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #64A970;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .avatar-upload .avatar-preview #imagePreview
  {
    display: block !important;
  }
  .general-tab-content label
  {
    text-align: left;
    width: 100%;
    font-size: 14px;
    color: #676767;
  }
  .general-tab-content .form-control
  {
    border-radius: 12px;
  }
  .general-tab-content .toggle-password
  {
    bottom: 35px;
    right: 30px;
    position: absolute;
  }
  .p-hint
  {
    color: #676767;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .checkbox-wrapper input[type="checkbox"] {
    display: none;
  }

  .checkbox-wrapper
  {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    align-items: center;
  }
  .checkbox-wrapper label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    color: #383D31;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .checkbox-wrapper label a
  {
    color:   #64A970;
    text-decoration: underline;
  }


  .checkbox-wrapper label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #64A970;
    border-radius: 4px;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
  }

  .checkbox-wrapper input[type="checkbox"]:checked + label::before {
    background-color: transparent;
    border-color: #64A970;
  }

  .checkbox-wrapper input[type="checkbox"]:checked + label::after {
    content: '✔';
    position: absolute;
    left: 0px;
    top: 0;
    color: #4ca25b;
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-wrapper label:hover::before {
    border-color: #64A970;
  }
  .membership-activate-inner
  {
    max-width: 505px;
    margin: 0 auto;
  }
  .contact .membership-activate-inner .btn-common
  {
    width: unset;
  }
  .my-profile-tab .all-about-main 
  {
    padding-top: 0px;
  }
  .swal2-confirm
  {
     background-color: #4ca25b;
     border: 1px solid #407C4B;
  }



















/*======================
 responsive
======================*/
@media(max-width:1200px){
.navbar-nav .nav-link
{
    margin: 0px 8px;
    font-size: 14px;
}
.vertical-menu{
    left: -200px;
}
.skills-inner .skill-icon
{
    /* height: 100%; */
    width: 100%;
}
/* .skills-inner .skill-icon img{
    max-width: 80px;
} */
.sign-modal
{
    left: 0px;
    right: 0;
    top: 30px;
  
}
.sign-modal .modal-dialog
{
    margin: 0 auto;
}
.why-join
{
    padding-bottom: 150px;
}
.discover{
    padding: 70px 0px 70px;
}
.modal{
    padding-top: 40px;
}
.btns-view.coming-full-btn
{
    flex-direction: column;
}
}
@media(max-width:1023px){
.hero-banner h2 
{
    font-size: 30px;
    line-height: 40px;
   
}
.hero-banner p{
    font-size: 20px;
    line-height: 26px;
}
.pony-club h2
{
    font-size: 50px;
}
.discover .card h5{
    font-size: 18px;
}
.copyright-footer ul li
{
    padding: 0px 10px;
}
.discover .card h5{
    line-height: 26px;
    font-size: 15px;
}

.plans h6{
    font-size: 40px;
    line-height: 50px;
    margin: 10px 0px;
}

.sponser ul
{
    gap: 20px;
}
.why-join video{
    height: auto;
}
.badges{
    flex-wrap: wrap;
    justify-content: center;
}
.plans img{
    max-width: 130px;
    margin: 0 auto;
}
.sponser ul li a
{
    font-size: 14px;
}

.vertical-menu
{
    left: 0;
    right: 0;
    width: 100%;
    top: 120px;
}
.navbar-nav.ml-auto
{
    margin-left: inherit !important;
    width: 100%;
    background-color: #000;
    padding: 10px 0px 15px;
}
.navbar-nav .nav-link
{
    border-bottom: 1px solid #64A970;
    width: 100%;
}
.vertical-menu
{
    opacity: 0;
}
.vertical-menu.open{
    opacity: 1;
}
.why-join ul li
{
    line-height: 20px;
}
.why-join ul
{
    padding: 0px 20px;
}
.navbar-nav .nav-link
{
    margin: 0px;
    padding: 10px 10px;
}
.vertical-menu
{
    display: none;
    position: absolute;
    width: 80%;
}
.vertical-menu.open{
    display: block;
}
.copyright-footer .float-right
{
    float: none !important;
}
.copyright-footer p,
.copyright-footer ul 
{
    text-align: center;
    justify-content: center;
}

}
@media(max-width:960px){
    .copyright-footer ul  {
        flex-direction: column;
        margin: 10px 0px;
        justify-content: center;
    }
    .copyright-footer ul li,
    .copyright-footer p
    {
        text-align: center;
    }
    .copyright-footer ul li::after
    {
        display: none;
    }
    .pony-club{
        align-items: flex-start !important;
        height: auto;
    }
    .stay-left-inner
    {
        padding: 50px 20px;
        height: 100%;
    }
    .badges-main
    {
        width: 33.33%;
        margin-bottom: 80px;
    }
    .do-you-know{
        padding:100px 15px 0px !important;
    }
    .right-img p
{
    width: 100%;
}
.stay-right-content-inner
{
    padding: 90px 20px;
}
.right-img p
{
    width: 100%;
}
.btns-view.coming-full-btn
{
    flex-direction: column;
}

}
@media(max-width:767px){
.skills-inner
{
    margin-top: 15px;
    height: auto;
}
.skills-inner h5
{
    min-height: auto;
}

.copyright-footer p
{
    text-align: center;
    margin-bottom: 10px;
}
.copyright-footer ul
{
    padding-right: 0px;
    justify-content: center;
}
.sponser ul{
    gap: 10px;
}

.sponser-logo .sponser-img
{
    max-width: 100%;
}
.copyright-footer ul{
    flex-wrap: wrap;
}
.plans
{
    margin-top: 15px;

}
.pony-club h2
{
    text-align: center;
    font-size: 40px;
}
.pony-club .btn-common
{
    max-width: 245px;
    margin: 0 auto 20px;
    display: block;
}
section{
    padding: 50px 15px !important;
}
section.hero-banner{
    padding: 0px 15px !important;
    min-height: 580px;
    text-align: center;
}
.navbar-toggler
{
    display: none;
}
.navbar{
    padding: 0px 15px;
}
/* .discover{
    margin-top: -80px;
} */
.plans h6
{
    font-size: 35px;
}
.sign-modal .modal-content
{
    padding: 3px 25px;
}
.hero-banner .empowering{
    width: 100%;
    max-width: 100%;
}
.pony-club
{
    align-items: unset !important;
}
.discover-slider iframe
{
    width: 100%;
}
.plan-point a
{
    text-align: center;
}
section h2
{
    font-size: 24px !important;
    line-height: 40px;
}
.do-you-know h6
{
    font-size: 30px;
}

.dashboard-lessons .bg-img 
{
    height: 300px !important;
    margin-bottom: 20px;
}
.membership-activate, .contact, .general-tab-content
{
    padding: 60px 15px;
}
.contact .d-flex
{
    flex-direction:column !important;
}
.badges-main{
    width: 50%;
}
.my-albumb-header form
{
    text-align: center;
}
.hero-banner.plan-banner{
    min-height: 430px !important;
    height: auto;
}
.contact .btn-common
{
    margin: 0 auto 15px;
}
.parent-detail-inner
{
    padding: 55px 30px 100px;
}
.monthly-plan{
    text-align: left !important;
    padding-left: 0px !important;
}
.plan-next-button.step-1, .plan-next-button.step-2,
.membership-activate .btn-common
{
    width: 290px;
}
.membership-activate p
{
    font-size: 16px;
}
.membership-activate h6
{
    font-size: 24px;
}
.membership-activate h4
{
    font-size: 35px;
}

.about-modal .modal-head-pic
{
    left: 0px;
    
}
.about-modal .modal-dialog .modal-title
{
    font-size: 17px;
}
.pony-img img
{
    width: 100%;
}
.plan-page .btn-common
{
    max-width: 250px;
}


}
@media(max-width:640px){
.badges-main
{
    width: 100%;
}
.badge-img img{
    width: 50%;
}
.my-albumb-header
{
    flex-direction: column;
    justify-content: center;
}
.my-albumb-header .btn-common
{
    margin:0 auto;
}
.my-albumb-header h3{
    text-align: center;
}

.contact .btn-common
{
    width: 100%;
}
.contact h6 {
    font-size: 28px;
  }
  .my-profile-tab h6{
    max-width: 80% !important;
  }
}

@media(max-width:580px){
.sign-modal .modal-content 
{
    width: 90%;
    margin: 0 auto;
}

  
}



.overlay{
    position: absolute;
    height: 100%;
    width: 92%;
    background: #0000009e;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 60px 60px;
    width: 100%;
    left: 0;
}

.disable-card{
    background-color: #4ca25b;
    border-radius: 5px;
}
.disable-card a{
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    color: #fff;
}

.nav-menu{
    display:flex;
    justify-content: space-around !important;
}

.error{
    color: #dc3545;
}

@media(max-width:580px)
{
    .stay-connected .form-group
    {
        flex-direction: column;
    }
    .navbar-brand img
    {
        max-width: 80px;
    }
}
.plan-radio .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Container for the custom checkbox look */
.plan-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Style the custom checkbox */
.plan-radio label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #0f0f0f; /* Adjust color as needed */
    border-radius: 4px; /* Make it rounded if needed */
    background-color: #fff;
    margin-right: 10px;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Style when the radio button is checked */
.plan-radio input:checked + label::before {
    content: "✓";
    border-color: #151616;
    color:black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-form-check-label {
    display: flex;
    align-items: center; /* Vertically center text within the label */
    justify-content: center; /* Horizontally center if needed */
    height: 100%;
    margin: 0;
    padding: 0;
}

.next-button { 
    margin:auto;
    margin-bottom:30px;
    display: flex;
    justify-content: center;  /* Center the button horizontally */
    align-items: center;
}
.custom-next{
    padding: 0px!important;
}

.disabled-ur{
    background-color: #64A970 !important;
}

/* Drag & Drop */
.form-grid-photo > div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.second-tab-box .second-option-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    background: #fef9f3;
    border: solid 3px #b9a290;
    padding: 20px;
    margin: 0;
    border-radius: 40px;
    margin-bottom: 20px;
    gap: 10px;
    min-width: 100%;
}

.second-tab-box .second-option-img .card{
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 0px;
    padding: 0px;
    flex: 0 0 32.5%;
    max-height: 200px;
}

.second-tab-box .second-option-img .card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.second-tab-box .second-option-img .card .drag-btn{
    margin: 10px auto;
    border: 2px dashed #5E875A;
    background: #a1e39b;
    border-radius: 8px;
    min-height: 46px;
    min-width: 100px;
    max-width: max-content;
    text-align: center;
}

.second-tab-box .second-option-btns {
    min-width: 100%;
}

.second-tab-box .second-option-btns .droppable{
    border: 2px dashed #5E875A;
    background: #a1e39b;
    border-radius: 8px;
    height: 54px;
    min-width: 100px;
    max-width: max-content;
    text-align: center;
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn.draggable{
    background: #efe4dc;
    border: none;
    color: green;
    border-radius: 8px;
    min-width: 100px;
    z-index: 999;
    font-size: 20px;
}

.second-tab-box .second-option-btns {    
    background: #fef9f3;
    border: solid 3px #b9a290;
    padding: 20px;
    margin: 0;
    border-radius: 40px;
    margin-bottom: 20px;
    gap: 10px;
    min-width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.second-tab-box .second-option-btns .card{
    height: auto;
    background: transparent;
    border: none;
    flex-direction: row;
    align-items: center;
}

.second-tab-box .second-option-btns .card button,
.second-option-img button{
    background: #efe4dc;
    border: none;
    color: #74a370;
    border-radius: 8px;
    min-width: 100px;
}

.second-tab-box .second-option-btns .btn.draggable:hover,
.second-tab-box .second-option-btns .btn.draggable:focus,
.second-tab-box .second-option-btns .btn.draggable:focus-visible
.second-option-img .btn.draggable:hover,
.second-option-img .btn.draggable:focus,
.second-option-img .btn.draggable:focus-visible{
    background: #efe4dc;
    border: none;
    color: #5E875A;
    box-shadow: none;
}

.second-tab-box .second-option-btns .second-max-width{
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.ui-state-highlight {
    position: relative;
}

.ui-state-highlight .fixNumber {
    position: absolute;
    top: -10px;
    right: 0;
    margin: 0 auto;
    left: 0;
    background-color: #5E875A;
    border-radius: 4px;
    padding: 0px;
    width: 24px;
    text-align: center;
    font-size: 20px;
    height: 24px;
    line-height: normal;
    color: #fff;
}
/*  */

.invalid-feedback {
    text-align: left !important;
}

.captach-error{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.custom-banner {
    background-color: #f5f0e8; /* Beige background similar to the image */
    border-left: 6px solid #8fbf87; /* Green border on the left */
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
}

.custom-line{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.padding-50{
    padding: 30px!important;
}

.album-delete-all{
    border:none;
    background-color: #ffff;
    font-size: 14px;
    font-weight: 600;
    color: #FF3B30;
}

.custom-close {
    pointer-events: unset;
}

@media (min-width: 751px) and (max-width: 1440px) {
    .step-main .btn.btn-theme-green.prev, .back-button {
        left: 15% !important;
    }
}

@media (min-width: 320px) and (max-width: 751px) {
    .step-main .btn.btn-theme-green.prev, .back-button {
        left: 15% !important;
    }
}