body{
     margin: 0;
     padding: 0;
     font-family: "Poppins", sans-serif;
}
 .wrapper {
     padding: 100px 0;
}
 .main-heading h1 {
     font-family: Poppins;
     font-size: 48px;
     font-weight: 700;
     line-height: 55px;
     letter-spacing: 0em;
     text-align: center;
     color: #18AA4A;
}
 .grasshopper-families-desc {
     padding: 60px 0;
}
 .grasshopper-families-desc h2 {
     font-family: Poppins;
     font-size: 16px;
     font-weight: 600;
     line-height: 30px;
     letter-spacing: 0em;
     text-align: left;
     margin-bottom: 20px;
}
 .grasshopper-families-desc p {
     font-family: Poppins;
     font-size: 16px;
     font-weight: 400;
     line-height: normal;
     letter-spacing: 0em;
     text-align: left;
     margin-bottom: 20px;
}
 .playboy-section .container .row {
     background: #F5F5F5;
     margin: 0;
}
 .playboy-section .container .row .col-sm-4 {
     text-align: right;
     padding: 40px 0;
}
 .play-content p {
     font-family: Poppins;
     font-size: 24px;
     font-weight: 400;
     line-height: 40px;
     letter-spacing: 0em;
     text-align: center;
     margin: 0;
}
 .play-content h3 {
     font-family: Poppins;
     font-size: 24px;
     font-weight: 700;
     line-height: 40px;
     letter-spacing: 0em;
     text-align: center;
     color: #00AC3B;
}
 .playboy-section .col-sm-8 {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .your-location-section {
     padding: 60px 0;
}
 .your-location-section h2 {
     text-align: center;
     font-family: Poppins;
     font-size: 32px;
     font-weight: 700;
     line-height: 40px;
     letter-spacing: 0em;
     color: #00ac3b;
     margin-bottom: 25px;
}
.map-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.map-section .box {
    width: 20%;
    text-align: center padding: 20px;
    background-color: #19a94a;
    min-height: 170px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    justify-content: center;
}
 .map-section {
    width: 100%;
    /* max-width: 300px; */
    margin: 0 auto;
    gap: 20px;
    background: #f5f5f5;
}
 .your-location-section .row {
     background: #f5f5f5;
     padding: 60px 0;
}

.map-section .box h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    z-index: 9999;
    text-align: center;
}
 .map-section .box:before {
     background: url(../images/map.png);
     background-size: 100%;
     width: 140px;
     position: absolute;
     height: 100%;
     opacity: 0.2;
     right: 0;
     content: '';
     background-repeat: no-repeat;
}
 .re-enrolment h3 {
     font-family: Poppins;
     font-size: 24px;
     font-weight: 700;
     line-height: 35px;
     letter-spacing: 0em;
     text-align: left;
     color: #00ac3b;
}
 .re-enrolment p {
     font-family: Poppins;
     font-size: 18px;
     font-weight: 400;
     line-height: 30px;
     letter-spacing: 0em;
     text-align: left;
}
 thead {
     background: #19a94a;
}
 table {
     width: 100%;
}
 thead th {
     font-family: Poppins;
     font-size: 16px;
     font-weight: 500;
     line-height: 20px;
     letter-spacing: 0em;
     text-align: center;
     color: #fff;
     padding: 15px;
}
 thead th input {
     border-radius: 3px;
}
 thead th label {
     font-weight: 400;
     margin-left: 5px;
}
 tbody tr td {
     text-align: center;
     padding: 15px;
     border-bottom: 1px solid #81818136;
     font-family: 'Poppins';
     font-size: 16px;
     font-weight: 400;
     line-height: 20px;
     letter-spacing: 0em;
}
tfoot td {
     text-align: center;
     padding: 10px;
     color: #fff;
}
tfoot td p span {
     display: contents;
     margin-left: 15px;
}
tfoot td p {
     display: inline-block;
     padding-right: 15px !important;
     margin: 0;
     color: #fff;
}
tfoot td span {
    text-decoration: line-through;
}   
tfoot {
     background: #19a94a;
     padding: 15px 0;
}
 .uniform-enrollment {
     padding: 100px 0;
     text-align: center;
}
 .uniform-enrollment .row {
     background: #f5f5f5;
     padding: 60px 0;
}
 .uniform-enrollment .col-sm-6 {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
     gap: 0;
}
 .uniform-enrollment .col-sm-6 h2 {
     width: 100%;
     font-weight: 700;
     color: #00B050;
     margin-bottom: 15px;
}
 .uniform-enrollment .col-sm-6 a.btn,  .uniform-enrollment .col-sm-12 a.btn {
     border: 1px solid #19a94a;
     display: inline-block;
     color: #19a94a;
     padding: 10px 15px;
     margin: 0 5px;
}
 .child-details h2 {
     font-family: Poppins;
     font-size: 24px;
     font-weight: 700;
     line-height: 35px;
     letter-spacing: 0em;
     text-align: left;
     color: #00b050;
}
 .field-row {
     display: flex;
     margin-bottom: 20px;
     justify-content: space-between;
}
 .field-row .field-col {
     width: 50%;
     padding: 0px 15px 0 0;
}
 .field-row .field-col input {
     width: 100%;
     border: 1px solid #ccc;
     padding: 13px 15px;
     border-radius: 10px;
}
.field-row .required_field {
    border-color: red !important;
}
.field-row .field-col-full {
     width: 100%;
     padding-right: 15px;
}
 .field-row .field-col-full input {
     width: 100%;
     padding: 13px 15px;
     border: 1px solid #ccc;
     border-radius: 10px;
}
 .field-row .field-col-3 {
     width: 33%;
     padding-right: 15px;
}
 .field-row .field-col-3 input {
     width: 100%;
     border: 1px solid #ccc;
     padding: 13px 15px;
     border-radius: 10px;
}
 form {
     margin-top: 25px;
}
 .payment-option {
     padding: 60px 0;
}
 .payment-option h3 {
     font-family: Poppins;
     font-size: 24px;
     font-weight: 700;
     line-height: 35px;
     letter-spacing: 0em;
     text-align: left;
     color: #00B050;
}
 .payment-option a.btn {
     width: 100%;
     padding: 15px 10px;
     border: 1px solid #B2B2B2;
}
 .payment-option .col-sm-4 p {
     margin: 0;
     font-family: Poppins;
     font-size: 24px;
     font-weight: 700;
     line-height: 30px;
     letter-spacing: 0em;
     text-align: left;
     color: #00b050;
}
 .payment-option .col-sm-4 {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .payment-option .col-sm-4 p span {
     color: #000;
}
.green-form {
    background: #00B050;
    padding: 50px 40px;
    margin-top: 0;
}
 .green-form .field-col-full {
     background: #fff;
     padding: 15px;
     border-radius: 15px;
}
 .green-form .field-col-full input {
     border: none;
     padding: 10px 0;
     outline: none !important;
}
 .green-form .field-row .field-col {
     background: #fff;
     padding: 15px;
     border-radius: 15px;
}
 .green-form .field-row .field-col:first-child {
     margin-right: 15px;
}
 .green-form .field-row .field-col input {
     border: none;
     padding: 0;
     margin-top: 10px;
}
 .green-form .field-row:last-child {
     margin: 0;
}
 .check-row {
     display: flex;
     align-items: baseline;
     gap: 10px;
     margin-top: 50px;
}
 .form-sub-btn {
     display: flex;
     margin-top: 15px;
     margin-left: 20px;
}
 .form-sub-btn a.btn {
     padding: 13px 30px;
     border: 1px solid #B2B2B2;
     width: fit-content;
     margin-right: 15px;
}
 .form-sub-btn a.btn.green-btn {
     background: #00b050;
     color: #fff;
     border-color: #00b050;
}

/* payment options*/

.payment-option .card {
    padding: 0;
    border: none;
}
.payment-option .card button {
    border: none !important;
}
.payment-option div#nav-tab {
    border: none;
    width: 80%;a
    margin: 0 !important;
    flex-wrap: nowrap;
}
.payment-option div#nav-tab button {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #B2B2B2 !important;
    max-width: 300px;
    border-radius: 5px !important;
    margin-right: 15px;
    color: #000 !important;
    height: 50px;
}
.payment-option nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.payment-option nav p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #00b050;
}
.payment-option div#nav-tabContent {
    padding: 0 !important;
    margin-top: 50px;
    background: none !important;
    border: none !important;
}
.payment-option div#nav-tab button.active {
    border: 1px solid #00b050 !important;
    color: #00b050 !important;
}

.payment-option nav p span {
    color: #000;
}

.filled-details-result {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}
.green-form .filled-details-result h6 {
    color: #00af59;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
}
.green-form .filled-details-result label {
    color: #000;
    width: 20%;
    font-weight: 600;
}
.green-form .filled-details-result span {
    color: #000;
}

.payment-option nav p span:last-child {
    padding: 0 5px;
}
.green-form .filled-details-result span span {
    padding: 0 10px;
}

@media(max-width:767px){
.map-section {
    flex-wrap: wrap;
}
.map-section .box {
    width: 100%;
}
.payment-option nav {
    display: block;
}
.payment-option nav p {
    justify-content: start;
}
.green-form .filled-details-result label {
    width: 100%;
}
.green-form {
    padding: 50px 15px;
}
.form-sub-btn {
    flex-wrap: wrap;
}
.form-sub-btn a.btn {
    width: 100%;
    margin-bottom: 15px;
}
.field-row-field {
    margin-bottom: 5px;
}
.green-form .row {
    margin: 0;
}
.main-heading h1 {
    font-size: 29px;
}
.grasshopper-families-desc {
    padding: 0;
}
.wrapper {
    padding: 50px 0;
}
.field-row {
    padding: 0;
}
.payment-option div#nav-tab {
    width: 100%;
}
.field-row .field-col {
    width: 100%;
    margin-bottom: 20px;
}
.field-row {
    display: block;
}
.field-row .field-col-3 {
    width: 100%;
    margin-bottom: 20px;
}
.play-content h3 {
    font-size: 18px;
}
.play-content p {
    font-size: 18px;
}
.your-location-section h2 {
    font-size: 24px;
}
}



@keyframes spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 @keyframes pulse {
     50% {
         background: #fff;
    }
}
.loading {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 0.25rem solid #f8f9fa;
    border-top-color: #00B050;
    animation: spin 1s infinite linear;
}
.loader-here {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000061;
    z-index: 9999;
}
.loader-here .loading-inr {
    position: relative;
    z-index: 99999;
}


.hiddenoverflow {
    overflow-y: hidden !important;
}










/*......tabs-css-started-here....*/
.main-tabs-section ul.nav.nav-tabs {
    justify-content: center;
    padding: 50px 0;
    border: none;
}
.main-tabs-section ul.nav.nav-tabs li a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    background: #000;
    border-radius: 10px;
    text-decoration: none !important;
}
.main-tabs-section ul.nav.nav-tabs li {
    margin: 0 10px;
}
.main-tabs-section ul.nav.nav-tabs li.active a {
    background: #00a953;
}
.main-tabs-section .tab-content>.tab-pane{
    opacity: 1 !important;
}
.carnival-product {
    padding: 0;
}
.main-tabs-section .your-location-section {
     padding: 60px 0 0 0;
}
.carnival-product-desc {
    padding: 0;
}
.main-tabs-section .grasshopper-families-desc {
    padding-bottom: 0;
}
.main-tabs-section .tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
}

.tabs-wrapper p {
    margin: 0 15px 0 0;
    width: 100%;
    text-align: center;
}

.main-tabs-section .tabs-wrapper ul.nav.nav-tabs {
    padding-top: 20px !important;
}