

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


@font-face {
    font-family: 'Drawing Kids';
    src: url('../fonts/Drawing\ Kids.otf') format('opentype'), /* Corrected file path and format */
    url('../fonts/Drawing\ Kids.eot') format('embedded-opentype'),
    url('../fonts/Drawing\ Kids.woff') format('woff'),
    url('../fonts/Drawing\ Kids.woff2') format('woff2'),
    url('../fonts/Drawing\ Kids.ttf') format('truetype'),
    url('../fonts/Drawing\ Kids.svg#Drawing Kids') format('svg');
}



h1,h2,h3,h4,h5,h6,p,a,span{
    font-family: "Figtree", sans-serif;
}
a.anchor {.sub-menu-wrapper
color: #252525;
}

html, body {overflow-x:hidden;}

*{
    margin:0;
    padding:0;
}
.menu-inner ul.menu-list li a:focus,
.menu-inner ul.menu-list li a:active,
.menu-inner ul.menu-list li a:focus-visible,
.menu-inner ul.menu-list li a:visited,
.menu-inner ul.menu-list li a:target,
.menu-inner ul.menu-list li a:focus-within{
    border: 1px solid #252525;
}

body{
    /*background: url(../images/dots.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: top center;*/
}
.container{
    max-width: 1200px !important;
    width: 100% !important;
}

/*************** Header CSS ******************/

.club-list a {
    text-decoration: none;
    color: #1e1e1e;
    font-size: 22px;
    transition: .3s ease all;
}
.club-list a:hover {
    color: #faae41;
    transition: .3s ease all;
}

.c-p{
    text-align: center;
    padding: 20px;
    width: 80%;
    margin: auto;
    margin-bottom: 22px;

}


p.login-btn.b-h {
    text-align: center;
}

.check-out-forms-row h3 {
    font-family: "Figtree", sans-serif;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 600;
}

.custom_puts ,.left_billing_main_form select{
    display: block !important;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid black;
    background: unset;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: black;
    font-family: "Figtree", sans-serif;

}

.left_billing_main_form ::placeholder, .card_form_detail ::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: black;
    font-family: "Figtree", sans-serif;

}
button.custom_puts_sub {
    background: #ce2364;
    padding: 10px 50px;
    transition: .3s ease all;
    border: 1px solid #ce2364;
    color: white;
    margin-top: 15px;
    width: 100%;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Figtree';
}

button.custom_puts_sub:hover {
    background: #2c4499;
    transition: .3s ease all;
    border: 1px solid #2c4499;
}


textarea.custom_puts {
    border-radius:20px;
    min-height:100px;
}

.left_billing_main_form select {
    appearance: none;
    position: relative;
}
.billing_select{
    position:relative;
}
.billing_select::after {
    content: "";
    width: 12px;
    height: 8px;
    background: black;
    right: 10px;
    z-index: 2;
    top: 50%;
    position: absolute;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateY(-50%);
    opacity: .89;
}

.left_billing_main_form label,.card_form_detail label {
    padding:10px 5px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: black;
    font-family: "Figtree", sans-serif;
}

.left_billing_main_form label abbr ,.card_form_detail label abbr{
    text-decoration: none !important;
}





.menu-inner ul.menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left:0px;
}

.menu-inner ul.menu-list li {
    list-style: none;
    padding: 0px 10px;
    transition: .3s ease all;
}

.menu-inner ul.menu-list li a {
    text-decoration: none;
    color: #1e1e1e;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s ease all;
    border-radius: 500px;
    padding: 10px 10px;
}

.main-header {
    margin-top: 30px;
}

.menu-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-inner ul.menu-list li a:hover {
    border: 1px solid #1e1e1e;
    transition: .3s ease all;
}
.button-inner p {
    /* display: inline; */
    padding: 0px 10px;
}

.button-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.third-col {
    display: flex;
    justify-content: center;
}

.sign-btn a {
    text-decoration: none;
    border: 1px solid #1e1e1e;
    padding: 13px 13px;
    border-radius: 50px;
    color: #1e1e1e;
    transition: .3s ease all;
    width: 120px;
    position: relative;
    display: block;
    text-align: center;
}


p.login-btn a {
    text-decoration: none;
    background: #ce2364;
    padding: 14px 34px;
    color: #fff;
    border-radius: 50px;
    text-transform: capitalize;
    transition: .3s ease all;
    border: 1px solid #ce2364;
}
.sign-btn a:hover {
    background: #faae41;
    border-color: #faae41;
    transition: .3s ease all;
    border: 1px solid #faae41;
}

p.login-btn a:hover {
    background: #2c4499;
    transition: .3s ease all;
    border: 1px solid #2c4499;
}

/*********END****************/


/********FOOTER CSS***********/
.ftr-col-two img {
    width: auto;
    height: 170px;
}
.ftr-col-two {
    justify-content: center;
    display: flex;
}
span.live {
    font-family: 'Drawing Kids';
    text-transform: capitalize;
    color: #ce2364;
}

span.dot {
    color: #2c4499;
    font-size: 45px;
}

span.laugh {
    font-family: 'Drawing Kids';
    text-transform: capitalize;
    color: #93c83d;
}

span.learn {
    font-family: 'Drawing Kids';
    text-transform: capitalize;
    color: #faae41;
}

span.exclama {
    color: #2c4499;
    font-family: 'Drawing Kids';
}

.left-text h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
}

.secnd-lft-col {
    display: flex;
    align-items: center;
}




ul.navi-ftr-list {
    display: flex;
    list-style: none;
    padding-left: 0;
}

ul.navi-ftr-list li {
    padding: 0 30px 0 0;
}

ul.navi-ftr-list li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #1e1e1e;
    transition: .3s ease all;
}
ul.navi-ftr-list li a:hover {
    transition: .3s ease all;
    color: #ce2364;
}
.ftr-nav-lft a,
.ftr-nav-rht a{
    text-decoration: none;
    color: #292929;
    transition: .3s ease all;
}

.ftr-nav-lft a:hover {
    color: #93c83d;
    transition: .3s ease all;
}

.ftr-nav-rht a:hover {
    color: #93c83d;
    transition: .3s ease all;
}

.ftr-nav-top h2.nav-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.ftr-nav-bottom {
    display: flex;
    margin-top: 40px;
}

.ftr-nav-rht p {
    display: inline;
    text-transform: uppercase;
}

.ftr-nav-lft h2.nav-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.ftr-nav-rht h2.nav-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.ftr-nav-lft p {
    text-transform: uppercase;
}

.ftr-nav-rht p:nth-child(2) {
    padding-left: 2px;
    padding-right: 10px;
}

.row.second-row {
    margin-top: 60px;
    border-bottom: 1px solid #1e1e1e;
    padding-bottom: 70px;
}

.copy-right p {
    text-align: left;
}.copy-right {
     padding: 40px 0;
 }
section.footer {
    background: url(../images/footer-dot.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: top;
}
.ftr-nav-top {
    padding-bottom: 30px;
}
ul.ftr-nav-list {
    display: flex;
    list-style: none;
    padding: 40px 0px 0px 0;
    align-items: center;
    justify-content: end;
}

ul.ftr-nav-list li {
    padding: 0 0px 0 20px;
}

ul.ftr-nav-list li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #292929;
}

.third-col-lft.col-lg-6.col-md-6.col-sm {
    padding: 0;
}

ul.ftr-nav-list li a:hover {
    color: #ce2364;
}

/******footer-end*****/


/***********Home Page Css *******/
i.fa.fa-chevron-left {
    font-size: 35px;
    color: #fff;
    border: none !important;
    padding: 5px 14px;
}

button.slick-prev.slick-arrow {
    box-shadow: none;
    background: transparent;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border:none;
    position: relative;
    bottom: 140px;
    left: -445px;
}

button.slick-next.slick-arrow {
    box-shadow: none;
    background: transparent;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border:none;
    position:relative;
    bottom: 595px;
    left: 440px;
}

i.fa.fa-chevron-right {
    font-size: 35px;
    color: #fff;
}

.slick-list.draggable {}
.lft-img {
    position: relative;
    bottom: 230px;
}
.hero-title a {
    text-decoration: none;
    transition: .3s ease all;
    display: inline-block;
}

.hero-title a:hover {
    transition: .3s ease all;
    transform: translateY(-10px);
}
.hero-inner img {
    display: inline;
    width: 200px;
    height: 100px;
    object-fit: contain;
    object-position: top;
}

.hero-inner h1.hero-title {
    display: inline;
    font-size: 75px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 auto;
}

span.canvas {
    font-family: 'Drawing Kids';
    color: #faae41;
    text-transform: capitalize;
    margin-left: 10px;
    font-size: 75px;
    font-weight: 400;
}

.hero-inner {
    margin: 0 auto;
    text-align: center;
}

section.main-section-one {
    padding: 75px 0 20px 0;
    background: url(../images/Vector\ top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
/* .hero-inner:before {
    content: '';
    background: url(./images/rotational-img.png);
    width: 183px;
    height: 240px;
    position: absolute;
    left: -87px;
    background-size: 68%;
    background-repeat: no-repeat;
} */
.hero-secnd-inner {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    padding: 80px 0;
    position: relative;
}

.rht-text {
    display: flex;
    align-items: center;
}

.lft-img img {
    width: 300px;
}

.rht-text p {
    padding-left: 60px;
}
section.main-section-two {
    background: url(../images/black-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 130px 0;
    margin-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
}

.row.sect-two-row {
    display: flex;
    align-items: center;
    padding: 0 55px;
}

.text-lft-inner h3.prog-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px;
}

.text-lft-inner p {
    color: #fff;
    padding: 13px 0 0;
    margin: 0;
}
span.program {
    font-family: 'Drawing Kids';
    color: #faae41;
    text-transform: none;
    position: relative;
    bottom: 20px;
}

button.btn-learn {
    padding: 10px 30px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    margin-top: 20px;
}

button.btn-learn a {
    color: #fff;
    text-decoration: none;
}

button.btn-learn:hover {
    background: #ce2364;
    color: #fff;
    border: 1px solid #ce2364;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}

.secnd-rht-img img {
    width: 400px;
    height: 300px;
}

.rht-col-img {
    display: flex;
    justify-content: end;
}
.left-col-third {
    background: #FEF6EB;
    padding: 40px 60px 20px 25px !important;
    border-radius: 15px;
    z-index: 999;
}
.rht-text p:before {
    content: '';
    background: url(../images/rot2.png);
    width: 96px;
    height: 96px;
    position: absolute;
    right: 0;
    top: 20%;
    background-repeat: no-repeat;
    background-size: contain;
}

h3.member-title:after {
    content: '';
    background: url(../images/rot-3.svg);
    position: absolute;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
}

h3.month-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    padding: 20px 0 70px;
    min-height: 100px;
}

.row.sect-three-row {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}

.three-col-inner {
    display: grid;
    grid-template-columns: 6fr 2fr;
}

.three-col-inner a {
    text-align: right;
    background: #292929;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    left: 40px;
    justify-content: center;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
}

.three-col-inner a img {
    width: 50px;
    height: 20px;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
}
.three-col-inner a:hover img {
    transition: .5s ease all;
    transform: translate3d(77px, -77px, 0px);
    z-index: 1;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    -webkit-transform: translate3d(77px, -77px, 0px);
    -moz-transform: translate3d(77px, -77px, 0px);
    -ms-transform: translate3d(77px, -77px, 0px);
    -o-transform: translate3d(77px, -77px, 0px);
}

.middle-col-third {
    background: #E9F4D8;
    padding: 40px 40px 20px 25px !important;
    border-radius: 15px;
    margin: 0 13px;
    width: 32% !important;
    z-index: 999;
}

.right-col-third {
    background: #F5D3E0;
    border-radius: 15px;
    padding: 40px 40px 20px 25px !important;
    width: 32% !important;
    z-index: 999;
}
.search-program-boxes .right-col-third,
.search-program-boxes .middle-col-third,
.search-program-boxes .left-col-third{
    padding: 40px 40px 0px 25px !important;
    min-height: 530px;
}
.row.sect-fourth-row {
    display: flex;
    align-items: center;
}

.forth-left img {
    width: 550px;
    height: auto;
}

section.fourth-section-two {
    padding: 120px 0;
}

.forth-rht h3.exp-title {
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    font-weight: 700;
}

span.exp {
    font-family: 'Drawing Kids';
    color: #faae41;
    font-weight: 400;
    text-transform: capitalize;
}

.forth-rht p {
    padding: 20px 0;
}

button.btn-subscribe {
    padding: 13px 40px;
    background: #ce2364;
    box-shadow: none;
    border: 1px solid #ce2364;
    border-radius: 50px;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}

button.btn-subscribe a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

button.btn-learn-two {
    background: transparent;
    padding: 13px 40px;
    border-radius: 50px;
    box-shadow: none;
    border: 2px solid #1e1e1e;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}

button.btn-learn-two a {
    color: #1e1e1e;
    text-decoration: none;
    font-weight: 600;
}

button.btn-learn-two:hover {
    background: #faae41;
    border-color: #faae41;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}

button.btn-subscribe:hover {
    background: #2c4499;
    border-color: #2c4499;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}
section.fifth-section-two {
    background: url(../images/black-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 80px 0;
    margin-bottom: 100px;
    background-position: center;
    overflow:hidden;
    margin-left: 5%;
    margin-right: 5%;
}
h3.member-title {
    font-size: 65px;
    line-height: 65px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 0 0px;
}

span.cnvs-mem {
    font-family: 'Drawing Kids';
    color: #93C83D;
    font-weight: 400;
    text-transform: capitalize;
}
.members-info {
    padding: 50px 0px 0;
}
.members-list .slick-track {
    display:flex;
}
/*.members-list {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 0px 0px;*/
/*}*/

.members-list > li {
    list-style: none;
    background: #3F3F3F;
    border-radius: 30px;
    margin: 0px 10px;
    width: 33%;
}

h4.mem-name {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
}

ul.mem-comments {
    display: flex;
    justify-content: center;
    padding: 0;
}

ul.mem-comments li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0px 0 12px;
}

ul.mem-comments li span {
    font-family: 'Drawing Kids';
}

ul.mem-comments li:nth-child(1) span {
    color: #CE2364;
}

ul.mem-comments li:nth-child(2) span {
    color: #FAAE41;
}

ul.mem-comments li:nth-child(3) span {
    color: #93C83D;
}

ul.mem-comments li:nth-child(4) span {
    color: #2C4499;
}

.members-list p.memb-desc {
    padding: 50px 20px 0px;
    color: #fff;
    text-align: center;
    min-height: 300px;
}

.main-col-fifth {
    padding: 0 10px;
}
.gallery-images-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: scrolling-one 20s linear infinite;
    -webkit-animation: scrolling-one 20s linear infinite;
}

.gallery-images-one img {
    width: auto;
    height: 250px;
    flex: 0 0 8vw;
    margin: 0 1vw;
}

.gallery-info-two {
    /*justify-content: space-between;*/
    /*margin: 50px 0;*/
       margin-top: 50px;
}

.gallery-images-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: scrolling-two 20s linear infinite;
    -webkit-animation: scrolling-two 20s linear infinite;
}

.gallery-images-two img {
    width: auto;
    height: 250px;
    flex: 0 0 8vw;
    margin: 0 1vw;
}

.gallery-info-one {
    margin-top: 50px;
}

button.view-more {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 15px 45px;
    background: transparent;
    border: 2px solid #292929;
    transition: .3s ease all;
    border-radius: 50px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}

button.view-more a {
    color: #292929;
    text-decoration: none;
    font-weight: 600;
}

button.view-more:hover {
    background: #FAAE41;
    transition: .3s ease all;
    border-color: #FAAE41;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}
section.third-section-two {
    padding-bottom: 100px;
}


section#stay-sec .container {
    padding: unset !important;
    background:unset !important;
}

section#stay-sec{
    background: url(../images/Vector\ 1.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: top center;
}
.main-col-sixth {
    margin-bottom: 120px;
    margin-top: 50px !important;
}
h3.gallery-title {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 60px;
    padding: 0 180px;
    font-weight: 700;
}

span.gallery-img {
    font-family: 'Drawing Kids';
    color: #ce2364;
    text-transform: capitalize;
    font-weight: 400;
}
h3.cta-title {
    font-size: 65px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 0 150px 20px;
}
.img.rotation {
    position: absolute;
    left: 15px;
    width: auto;
    height: 50px;
}

.mid-seven-title {
    padding-bottom: 40px;
    position: relative;
}

span.cta {
    font-family: 'Drawing kids';
    color: #2C4499;
}

.main-col-seventh {
    margin-bottom: 180px;
    margin-top: 30px;
}

/* section.seventh-section-two {
    background: url(../images/Vector\ 1.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
} */
input.form-control {
    padding: 15px 17px;
    border-radius: 50px !important;
    border: 2px solid #292929;
}

button.btn.btn-primary {
    background: #CE2364;
    border-color: #CE2364;
    padding: 10px 42px;
    border-radius: 50px;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}

button.btn.btn-primary:hover {
    background: #2c4499;
    border-color: #2c4499;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}
.mid-seven-title:before {
    content: '';
    background: url(../images/stay.png);
    width: 314px;
    height: 145px;
    position: absolute;
    background-repeat: no-repeat;
    left: -45px;
    background-size: 65%;
    background-position-y: 95%;
}
.rht-col-seventh:after {
    content: '';
    background: url(../images/stay-2.png);
    width: 314px;
    height: 157px;
    position: absolute;
    background-repeat: no-repeat;
    right: 130px;
    background-size: 65%;
}
.mid-seven-title:after {
    content: '';
    background: url(../images/rot2.png);
    width: 65px;
    height: 65px;
    position: absolute;
    right: 55px;
    top: 35%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
img.arrow-img-2 {
    width: 50px;
    height: 20px;
    position: relative;
    left: 105%;
    transition: .5s ease all;
    opacity:0;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
}


.three-col-inner a:hover + img.arrow-img-2 {
    transition: .5s ease all;
    transform: translate3d(35px, -45px, 0px);
    opacity:1;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    -webkit-transform: translate3d(35px, -45px, 0px);
    -moz-transform: translate3d(35px, -45px, 0px);
    -ms-transform: translate3d(35px, -45px, 0px);
    -o-transform: translate3d(35px, -45px, 0px);
}
h2.club-title {
    text-transform: uppercase;
    font-weight: 700;
}

h2.way-title {
    font-family: 'Drawing kids';
    color: #faae41;
    text-transform: capitalize;
}

ul.club-list {
    padding: 0;
    list-style: none;
}

.middle-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.middle-txt:after {
    content: '';
    background: url(../images/rot2.png);
    width: 96px;
    height: 96px;
    position: absolute;
    right: 0;
    top: 20%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.club-list li {
    position: relative;
    text-transform: capitalize;
    color: #1e1e1e;
    padding-bottom: 10px;
}


/****Slick Slider css*****/

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top:80px;

}

ul.slick-dots li {
    position: relative;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

ul.slick-dots li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #fff;
    border-radius: 50px;
}

ul.slick-dots li button {
    visibility: hidden;
}

ul.slick-dots li.slick-active {
    position: relative;
}

ul.slick-dots li.slick-active:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #93c83d;
    position: absolute;
    text-align: center;
}

.slick-slide {
    background: #3f3f3f;
    border-radius: 30px;
    margin: 0 10px;
    transition: .3s ease all;
}

.slick-slide:hover {
    transition: .3s ease all;
    transform: translateY(-15px);
}
.fun-text h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 60px;
}

.fun-text {
    padding: 100px 80px 0;
}

.fun-text p {
    text-align: center;
    padding: 0 220px;
    font-size: 18px;
}
ul.club-list li:before {
    content: '';
    background: url(../images/arrow-riht.png);
    width: 27px;
    height: 27px;
    position: absolute;
    left: -30px;
}
h1.hero-title-two {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

span.canvas-two {
    color: #93c83d;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Drawing kids';
    font-weight: 400;
}

.hero-title-two a {
    text-decoration: none;
}

/****End****/


/**********Key frames********/
.rht-text p:before,
img.rotation,
.mid-seven-title:after,
h3.member-title:after,.middle-txt:after{
    animation: rotation 12s infinite linear;
    -webkit-animation: rotation 12s infinite linear;
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}


@keyframes scrolling-one {
    0% { transform: translateX(-95vw); -webkit-transform: translateX(-95vw); -moz-transform: translateX(-95vw); -ms-transform: translateX(-95vw); -o-transform: translateX(-95vw); }
    100% { transform: translatex(0); -webkit-transform: translatex(0); -moz-transform: translatex(0); -ms-transform: translatex(0); -o-transform: translatex(0); }
}

@keyframes scrolling-two {
    0% { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
    100% { transform: translatex(-95vw); -webkit-transform: translatex(-95vw); -moz-transform: translatex(-95vw); -ms-transform: translatex(-95vw); -o-transform: translatex(-95vw); }
}

/*******END**********/


/********ABOUT PAGE CSS**********/

section.about-black-sec {
    background: url(../images/black-banner-two.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 130px 40px;
    margin-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
}
h3.black-box-title {
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
}

span.sp-title-one {
    color: #93c63a;
    font-weight: 700;
    font-family: 'Drawing Kids';
    text-transform: capitalize;
    padding-left: 22px;
    /* line-height: 13px; */
    position: relative;
    top: 18px;
}

p.black-txt-one {
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
}

.black-inner-two {
    column-count: 2;
    padding-bottom: 20px;
}

p.blk-inner-two-txt {
    color: #fff;
}

span.sp-ti {
    color: #93c63a;
    font-weight: 600;
    text-transform: capitalize;
}
.abt-black-inner-one p {
    color: #fff;
}

ul.black-box-list {
    color: #fff;
}

.abt-black-inner-one {
    border-bottom: 2px solid #fff6;
    padding-bottom: 85px;
}

section.about-first-sec {
    padding: 120px 0;
}

.abt-left-inner h3.abt-title {
    font-size: 95px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 110px;
    text-align: center;
}
span.about {
    font-family: 'Drawing Kids';
    color: #faae41;
    font-weight: 400;
}
.abt-main-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.row.abt-sec-row {
    padding-top: 80px;
}
.row.abt-third-row {
    margin-top: 80px;
}

.img-rotate img {
    width: 50px;
    height: 50px;
    margin: 0 15px;
    position: relative;
    bottom: 17px;
}
.abt-marquee-inner span.marq-title {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    line-height: 65px;
}
h3.story-title {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
}

span.brush {
    font-family: 'Drawing Kids';
    color: #faae41;
    text-transform: capitalize;
}

.abt-left-third-col.col-md-6.col-sm {
    display: flex;
    align-items: center;
    padding-right: 40px;
}
p.vision {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 25px;
}
.bottom-text h5 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
button.abt-join {
    background: transparent;
    border: 1px solid #292929;
    padding: 10px 30px;
    border-radius: 50px;
    transition: .3s ease all;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}

button.abt-join a {
    text-decoration: none;
    color: #292929;
    /* transition: .3s ease all; */
}



button.abt-join:hover {
    background: #faae41;
    transition: .3s ease all;
    border-color: #faae41;
}

.abt-rht-third-inner img {
    width: auto;
    height: 500px;
}

.abt-rht-third-col.col-md-6.col-sm {
    display: flex;
    justify-content: end;
    align-items: center;
}

section.about-third-sec {
    padding-bottom: 150px;
}
span.dot2 {
    position: relative;
    bottom: 16px;
    font-size: 55px;
}
.row.abt-black-row-two {
    padding: 85px 0;
    border-bottom: 2px solid #fff6;
}

p.black-txt-two {
    color: #fff;
}

ul.black-box-list-two li {
    color: #fff;
}

ul.black-box-list-two li::marker {
    color: #ce2364;
}
.row.abt-black-row-two {
    padding: 85px 0;
    border-bottom: 2px solid #fff6;
}

span.sp-title-two {
    color: #ce2364;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Drawing kids';
    padding-left: 22px;
    /* line-height: 13px; */
    position: relative;
    top: 18px;
}

p.black-txt-two {
    color: #fff;
}

ul.black-box-list-two li {
    color: #fff;
}

ul.black-box-list-two li::marker {
    color: #ce2364;
}

.row.abt-black-row-three {
    padding: 85px 0;
    border-bottom: 2px solid #fff6;
}

span.sp-title-three {
    color: #faae41;
    font-weight: 400;
    font-family: 'Drawing kids';
    text-transform: capitalize;
    padding-left: 22px;
    /* line-height: 13px; */
    position: relative;
    top: 18px;
}

ul.black-box-list-three li {
    color: #fff;
}

ul.black-box-list-three li::marker {
    color: #faae41;
}

ul.inner-list-three {
    padding-left: 14px;
    margin: 10px 0;
}

ul.inner-list-three li::marker {
    color: #fff;
    fill: #fff;
}
.row.abt-black-row-four {
    padding: 85px 0;
    border-bottom: 2px solid #fff6;
}

span.sp-title-four {
    color: #93c63a;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Drawing Kids';
    padding-left: 22px;
    /* line-height: 13px; */
    position: relative;
    top: 18px;
}

.row.abt-black-row-five {
    padding: 85px 0;
    border-bottom: 2px solid #fff6;
}

span.sp-title-five {
    color: #ce2364;
    font-weight: 400;
    font-family: 'Drawing Kids';
    text-transform: capitalize;
    padding-left: 22px;
    /* line-height: 13px; */
    position: relative;
    top: 18px;
}

.row.abt-black-row-six {
    padding-top: 85px;
}

span.sp-title-six {
    color: #faae41;
    font-weight: 400;
    font-family: 'Drawing Kids';
    text-transform: capitalize;
    padding-left: 22px;
    /* line-height: 13px; */
    position: relative;
    top: 18px;
}
ul.inner-list-three li {
    list-style: none;
    position: relative;
}

ul.inner-list-three li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    border-radius: 50px;
    left: -15px;
    top: 9px;
}

.row.abt-fourth-row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.row.abt-fourth-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

h3.impact-title {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 350px 40px;
    position: relative;
}

span.impact {
    color: #a9d364;
    font-family: 'Drawing Kids';
    text-transform: capitalize;
    font-weight: 400;
}

.abt-left-fifth-inner p {
    text-align: center;
    padding: 0 85px;
}

a.imp-mail {
    text-decoration: none;
    color: #a9d364;
    font-size: 24px;
    font-weight: 600;
}

section.about-fifth-sec {
    padding: 20px 0px 85px;
    background: url(../images/Vector\ top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
h3.impact-title:after {
    content: '';
    background: url(../images/rot2.png);
    width: 96px;
    height: 96px;
    position: absolute;
    right: 0;
    top: 20%;
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotation 12s infinite linear;
    -webkit-animation: rotation 12s infinite linear;

}

/*********ABOUT END*******/


/*********Contact CSS*******/

section.cntct-first-sec {
    padding: 130px 0;
}

h3.cntct-title {
    font-size: 85px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 90px;
    padding-bottom: 20px;
}

span.cntct {
    font-family: 'Drawing kids';
    color: #faae41;
}


.cntct-rht-inner img:nth-child(1) {
    width: auto;
    height: 640px;
    float: right;
}

.cntct-rht-col.col-md-6.col-sm {
    display: flex;
    justify-content: end;
}

.form-row-cntct input.form-control {
    margin: 10px 0;
}

textarea#text-cntct {
    border-radius: 20px;
    padding: 20px;
    height: 180px;
    width: 100%;
    margin: 13px 0;
    border: 2px solid;
}

.follow {
    margin-top: 30px;
    border-top: 1px solid #292929;
    padding-top: 30px;
}

ul.follow-list {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

ul.follow-list li.follow-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 30px;
}
.follow-list li:nth-child(2) {
    padding-right: 20px;
}

.cntct-rht-inner img:nth-child(2) {
    position: absolute;
    top: 92%;
    width: auto;
    height: 190px;
    right: 33%;
    animation: rotation 12s infinite linear;
    -webkit-animation: rotation 12s infinite linear;
}
.follow-list img {
    border: 1px solid #fff;
    transition: .3s ease all;
    padding: 3px;
}

.follow-list img:hover {
    border: 2px solid #292929;
    border-radius: 20px;
    transition: .3s ease all;
}

/*********Contact CSS END*******/


/*********Gallery CSS*******/
section.gallery-section {
    padding: 130px 0;
}

.gallery-main h3 {
    text-align: center;
    font-size: 85px;
    line-height: 90px;
    text-transform: capitalize;
    font-weight: 600;
}

span.span-gallery {
    color: #faae41;
    font-family: 'Drawing kids';
    font-weight: 400;
}

.gallery-masonry {
    padding: 80px 0;
}
.gallery-masonry-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-gap: 20px;
}

.gallery-masonry-inner img {
    width: 100%;
    height: 220px;
}


/*********Gallery END*******/


/**********Terms & Conditions*********/

section.terms-section {
    padding: 50px 0;
}

.terms-main-title h3 {
    font-size: 50px;
    line-height: 55px;
    text-transform: capitalize;
    font-weight: 700;
}

.terms-main-txt h4 {
    font-size: 18px;
    font-weight: bold;
}

.terms-inner-txt {
    margin-top: 40px;
}

.terms-inner-txt h3 {
    font-size: 28px;
    color: #1e1e1e;
    font-weight: 700;
}

.terms-inner-txt ul {
    padding-left: 20px;
}


::marker {
    color: #93c83d;
    font-size: 24px;
    position: relative;
    top: 10px;
    line-height: 25px;
}

.accet-list li {
    line-height: 30px;
}

.terms-inner-txt h5 {
    font-size: 18px;
}

.contact-txt {
    background: #E9F4D8;
    padding: 30px 40px;
    border-radius: 25px;
    margin-top: 50px;
}

ul.cntact-list {
    display: flex;
    justify-content: space-between;
    padding-left: 22px;
}

ul.cntact-list li:first-child a {
    text-decoration: none;
}

ul.cntact-list li a {
    color: #93c83d;
    font-weight: 700;
}

/**************End *****************/

/*************School Programs*******/
.listing-main img {
    width: auto;
    height: 80px;
    /* padding-bottom: 20px; */
    margin-bottom: 30px;
}
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
}
h2.school-title {
    font-size: 55px;
    text-align: center;
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 5px;
    height: 20%;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.content-school-main-inner {
    padding-top: 40px;
}

.content-school-main-inner p {
    font-size: 18px;
    font-weight: 600;
}

.content-school-main-inner p span {
    font-family: 'Drawing kids';
    font-weight: 400;
}

.search-program-boxes {
    padding-bottom: 80px;
}
.three-col-para {
    min-height: 150px;
}

h3.search-box-title {
    font-family: 'Drawing kids';
    padding-top: 30px;
    padding-bottom: 15px;
}

h3.search-box-inner {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.school-main-inner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-bottom: 30px;
}
.school-main-inner p span {
    font-family: 'Drawing Kids';
}

h3.school-title {
    font-size: 65px;
    text-transform: capitalize;
    font-weight: 700;
}
.content-school-main-inner a {
    text-decoration: none;
}

school-left-inner span.about {
    font-weight: 400;
}
ul.why-canvas li::marker {
    color: #ce2364;
}
.school-rht-inner img {
    position: absolute;
    right: 40px;
    width: auto;
    height: 300px;
    top: 150px;
}

.school-main-col.col-lg-12.col-md-12.col-sm {
    padding: 0;
    margin: 80px 0;
}

section.school-sec {
    padding-top: 50px;
}
h3.search-title {
    font-size: 55px;
}
.school input.form-control {
    border: 2px solid #292929 !important;
    padding: 12px 17px !important;
}

.school button.btn.btn-primary {
    border: 2px solid #ce2364;
    width: 200px;
    position: relative;
    font-size: 18px;
    line-height: 25px;
}

.school button.btn.btn-primary:after {
    content: '';
    background: url(../images/search-icon.png);
    width: 21px;
    height: 20px;
    position: absolute;
    left: 45px;
    background-size: 18px;
    background-repeat: no-repeat;
    top: 13px;
}
h3.faq-title {
    text-transform: uppercase;
    font-size: 55px;
    text-align: center;
    font-weight: 700;
}

.schl-faq-inner span.about {
    font-weight: 400;
    text-transform: capitalize;
}

section.school-fifth-sec {
    padding: 130px 0;
}
.accordion-item {
    border: none;
}

button.accordion-button.collapsed {
    background: #FEF6EB;
    padding: 22px 30px;
    border-radius: 50px !important;
}

.schl-faqs {
    padding-top: 40px;
}

.enrishmentlist li::marker {
    font-size: 16px;
    color: #faae41;
}

.enrishmentlist li {
    padding-bottom: 20px;
}

a.faq-email {
    color: #93c83d;
    font-weight: 700;
}

span.faq-subs {
    color: #93c83d;
    font-weight: 700;
    text-decoration: underline;
}

span.faq-subs-two {
    text-transform: uppercase;
    color: #93c83d;
    font-weight: 700;
}
span.policy {
    color: #93c83d;
    text-decoration: underline;
    font-weight: 700;
}
.accordion-item {
    margin-bottom: 20px;
    border: none;
}
ul.behav-list {
    display: grid;
    grid-template-columns: 1fr 7fr;
}
.accordion-button:not(.collapsed) {
    background: #fef6eb !important;
    border-radius: 50px !important;
    border: none !important;
    box-shadow: none !important;
    padding: 22px 30px;
}

.accordion-collapse .collapse.show {
    padding-left: 45px !important;
}

.accordion-collapse {
    padding-left: 55px;
    padding-right: 40px;
}

.accordion-item {
    border: none !important;
}
button.accordion-button.collapsed:focus {
    outline: none;
    box-shadow: none !important;
}

a.register {
    text-decoration: none;
    background: #ce2364;
    color: #fff;
    padding: 12px 12px;
    border-radius: 50px;
}

.search-program-boxes .right-col-third {
    padding: 40px 40px 50px 25px !important;
}
a.subs-txt {
    text-decoration: none;
    color: #252525;
    border: 1px solid #252525;
    padding: 15px 35px;
    border-radius: 50px;
    position: relative;
    top: 20px;
}
a.subs-txt:hover {
    background: #faae41;
    color: #252525;
    border-color: #faae41;
}

section.seventh-section-two .container {
    background-color: #FEF6EB !important;
    padding: 160px 25px 0px;
    border-radius: 20px;
    margin-bottom: 120px;
    /*background: url(../images/Vector\ 1.png);*/
    /*background-size: contain;*/
    /*background-position: top center;*/
    /*background-repeat: no-repeat;*/
}


.row.listing-row {
    padding-bottom: 60px;
}

.listing-main {
    background: #fff;
    padding: 60px 30px;
    border-radius: 15px;
}

h3.lis-title {
    font-family: 'Drawing Kids';
    color: #faae41;
}

button.listing-btn {
    background: #fff !important;
    color: #292929;
    border: 1px solid #292929 !important;
}

button.listing-btn:hover {
    background: #faae41 !important;
    color: #292929;
    border-color: #292929;
}

button#view-btn {
    margin: auto;
    display: block;
    background: transparent;
    color: #292929;
    border: 1px solid #292929;
}

button#view-btn:hover {
    background: #faae41;
    border-color: #292929;
}
a.list-view {
    text-decoration: none;
}

/************END***************/


/************Subcription CSS STARTS ***********/
.check span:first-child {
    color: #fff !important;
}

.subscription-sec-forth {
    padding: 150px 0;
}
section.subsc-seven-sec {
    padding: 50px 0;
}
h3.subscription-title {
    font-size: 55px;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 40px;
}

section.subscription-sec {
    padding: 60px 0;
}

.subscription-left-inner span.about {
    font-weight: 400;
}
section.subscription-sec-three {
    background: url(../images/black-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 80px 0;
    margin-bottom: 100px;
    background-position: center;
    overflow: hidden;
    margin-left: 5%;
    margin-right: 5%;
    margin-top:85px;

}
h3.subsc-title {
    font-size: 55px;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    padding: 35px 250px;
    font-weight: 700;
}

span.price-plan {
    font-family: 'Drawing kids';
    color: #93c83d;
    text-transform: capitalize;
    position: relative;
    bottom: 12px;
    font-weight: 400;
}
.left-canvas-inner,
.mid-canvas-inner,
.rht-canvas-inner {
    background: #fff;
    padding: 50px 20px;
    border-radius: 22px;
}
.col-md-4.lft-canvas-col {
    display: flex;
    align-items: flex-end;
    padding: 0;
}

h3.canvas-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    padding-right: 55px;
}

p.price-tag-lft {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    color: #faae41;
    margin-bottom: 5px;
    margin-top: 30px;
}

p.recomended-txt {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 20px;
}

ul.canvas-lft-list li::marker {
    font-size: 16px;
    color: #faae41;
}

ul.canvas-lft-list li h5 {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #292929;
}

ul.canvas-lft-list li {
    padding-bottom: 16px;
}

ul.canvas-lft-list {
    padding-left: 22px;
}

.col-md-4.mid-canvas-col {
    display: flex;
    height: 100%;
}

p.price-tag-mid {
    margin: 30px 0 10px;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    color: #93c83d;
}

ul.canvas-mid-list {
    padding-left: 23px;
}

ul.canvas-mid-list li::marker {
    font-size: 16px;
}

ul.canvas-mid-list li {
    padding-bottom: 16px;
}

ul.canvas-mid-list li h5 {
    text-transform: capitalize;
    font-weight: 600;
    color: #292929;
    font-size: 18px;
}

li.plus {
    text-transform: uppercase;
    color: #93c83d;
    font-weight: 600;
    font-size: 18px;
}

li.plus {
    list-style: none;
    margin-left: -22px;
}

p.price-tag-rht {
    margin-top: 30px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    color: #ce2364;
    margin-bottom: 5px;
}

.col-md-4.rht-canvas-col {
    display: flex;
    align-items: flex-end;
    padding: 0;
}

ul.canvas-rht-list {
    padding-left: 27px;
}

ul.canvas-rht-list li::marker {
    font-size: 16px;
    color: #ce2364;
}

ul.canvas-rht-list li {
    padding-bottom: 16px;
}

ul.canvas-rht-list li h5 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #292929;
}

ul.canvas-rht-list li p {
    margin-bottom: 4px;
}

ul.canvas-lft-list li p {
    margin-bottom: 4px;
}

.canvas-club-main {
    padding: 0 25px;
}

ul.canvas-mid-list li p {
    margin-bottom: 10px;
}
.canvas-col-two.col-md-12.col-lg-12 {
    background: #fff;
    margin-top: 16px;
    padding: 30px 40px;
    border-radius: 20px;
}
span.price-tag {
    font-size: 20px;
    margin-left: 15px;
    color: #2c4499;
    font-weight: 900;
}
span.price-tag {
    font-size: 20px;
    margin-left: 15px;
    color: #2c4499;
    font-weight: 900;
}

ul.canvas-essential-list li::marker {
    color: #2c4499;
    font-size: 18px;
}

ul.canvas-essential-list {
    padding-left: 20px;
    display: grid;
    grid-template-columns: 2fr 4fr;
}
ul.canvas-essential-list li {
    padding-bottom: 10px;
}
p.canvas-essential {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

p.canvas-essential:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #2c4499;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 9px;
}
.addon-lft-inner, .addon-mid-inner, .addon-rht-inner {
    background: #fff;
    padding: 40px 20px 0px;
    border-radius: 20px;
    min-height: 430px;
}
.col-md-4.addon-lft-col,
.col-md-4.addon-rht-col{
    padding: 0;
}
.yearly-price {
    padding-bottom: 0px;
}

h3.addon-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    padding-right: 60px;
}
.addon-lft-inner p.price-tag-lft {
    margin-bottom: 5px;
    margin-top: 25px;
    font-size: 20px;
}

ul.addon-lft-list {
    padding-left: 20px;
}

ul.addon-lft-list li::marker {
    font-size: 16px;
    color: #292929;
}

ul.addon-lft-list li {
    padding-bottom: 12px;
}

.addon-mid-inner p.price-tag-mid {
    margin-bottom: 0;
    font-size: 20px;
}

p.coming-soon {
    text-transform: capitalize;
    color: #292929;
    font-size: 15px;
}

.addon-rht-inner p.price-tag-rht {
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 20px;
}
.addons {
    padding: 80px 0 85px;
}
h3.addon-main-title {
    text-align: center;
    font-size: 55px;
    color: #93c83d;
    text-transform: capitalize;
    font-family: 'Drawing kids';
    padding-bottom: 80px;
}
.switcher-box {
    margin-top: 48px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 45px;
}

.switcher-box span {
    color: #fff;
    padding: 0 15px;
    font-size: 25px;
    line-height: 32px;
}
.switcher input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.switcher input[type="checkbox"]:focus {
    outline: 0;
}

.switcher .toggle {
    width: 70px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin: 0;
    border: 2px solid #fff;
    background: #CE2364;
    transition: all 0.2s ease;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    -o-border-radius: 43px;
}
.switcher .toggle:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: .3s ease all !important;
}
.switcher .toggle:checked:after {
    transform: translatex(39px);
    -webkit-transform: translatex(39px);
    -moz-transform: translatex(39px);
    -ms-transform: translatex(39px);
    -o-transform: translatex(39px);
    transition: .3s ease all !important;
}
.tab-content {
    display: none;
}
.tab-content.show {
    display: block;
}

.switcher .toggle:checked {
    background: #FAAE41;
}
.switcher .toggle:checked > span:nth-child(2) {
    color: #FAAE41;
}
.switcher .toggle:checked + span {
    color: #FAAE42 !important;

}
.switcher .toggle + span{
    position: relative;
    bottom: 5px;
    font-weight: 700;
}
.switcher-box span:first-child {
    color: #CE2364;
    font-weight: 700;
}
p.italic-subs {font-style: italic;}

ul.subsctibtion-list li {
    list-style: none;
    position: relative;
}

ul.subsctibtion-list li:before {
    content: '';
    background: url(../images/star-vector.png);
    width: 18px;
    height: 17px;
    position: absolute;
    left: -24px;
    right: 0;
    top: 4px;
}
.get-started {
    background: transparent;
    color: #252525;
    border: 1px solid #252525;
    width: 100%;
}
.get-started:hover {
    background: #faae41;
    border-color: #faae41;
}

button#get-st {
    background: transparent;
    border: 1px solid #252525;
    color: #252525;
}

button#get-st:hover {
    background: #ce2364;
    color: #fff;
    border-color: #fff;
}

.essential button#get-st {
    width: 40%;
}
p.price-tag-annual {
    font-weight: 700;
}

/**********END***************/

/********* child-enrollment-form **********/

select#tshirt-sizes {
    width: 100%;
    border-radius: 50px;
    padding: 20px;
    border-width: 2px;
    border-color: #252525;
}

section.child-section {
    padding: 80px 0;
}

h2.child-enrl-title {
    text-align: center;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 700;
}

p.login-text {
    text-align: center;
    font-size: 20px;
}

.child-form-container {
    /* margin: 0 185px; */
    max-width: 1000px !important;
}

.col-md-12.shirt-col {
    margin: 20px 0;
}

h3.shirt-sizes {
    font-size: 22px;
    line-height: 25px;
}

h3.parent-info {
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 10px;
}

.col-md-12.emergency-cntct {
    padding-top: 20px;
}

h3.emergency-info {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 12px;
}

.col-md-12.button-submit {
    width: 100%;
}

.col-md-12.button-submit button.btn.btn-primary {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}

.enroll button.btn.btn-primary {
    width: 40%;
    background: transparent;
    color: #252525;
    border: 2px solid #252525;
    font-size: 20px;
    font-weight: 600;
    float: right;
    margin-top: 20px;
}
.two-column {
    margin: 0 0 !important;
}
.shirt-col {
    margin: 20px 0;
}
.shirt-sizes {
    margin-bottom: 10px;
}
.size-radio-wrapper {
    display: flex;
    flex-wrap: wrap;

}
.size-radio {
    display: none;
}

.size-radio:checked + .size-label {
    background-color: #2c4499;
    color: white;
    border-color: #2c4499;
}
.shirt-col, .parent-col, .emergency-cntct {
    margin: 20px 0;
}
.size-radio-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.size-radio {
    display: none;
}
.size-label {
    display: inline-block;
    margin: 5px;
    padding: 12px 20px;
    background-color: transparent;
    border: 2px solid #292929;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    width: 24%;
}

button#enrol-btn {
    margin-top: 20px;
}
.hide-btn {
    background: #ce2364 !important;
    color: #fff !important;
    border: 1px solid #ce2364 !important;
    padding: 10px 35px !important;
}
.child-form-container {
    max-width: 1140px !important;
}
/* .inner-wrapper-two {
    display: none;
} */

/***********END***********/

.sub-menu-wrapper::before {
    content: 'rt';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    background: #faae41;
    transform: rotate(45deg);
    font-size: 0px;
    right: 58px;
}
.sub-menu-wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sub-menu-wrapper {
    position: absolute;
    bottom: -76px;
    background: #faae41;
    padding: 13px;
    border-radius: 7px;
    display: flex;
    z-index: 9;
    width: 135px;
    display:none;
}
.third-col.col-lg-3.col-md-3.col-sm {
    position: relative;
}
.sub-menu-wrapper li {
    color: #fff;
    font-size: 17px;
}
.sub-menu-wrapper li {
    color: #fff;
    font-size: 17px;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
}
p.account-btn {
    text-decoration: none;
    background: #ce2364;
    padding: 14px 50px;
    color: #fff;
    border-radius: 50px;
    text-transform: capitalize;
    transition: .3s ease all;
    border: 1px solid #ce2364;
    cursor:pointer;
}


p.account-btn:hover {
    background: #2c4499;
    transition: .3s ease all;
    border: 1px solid #2c4499;
}

a.getsStart {
    color: #252525;
    text-decoration: none;
}
a.getsStart:hover {
    color: #fff;
    text-decoration: none;
}
