/*
 * Scoped to .nestapi-content-scope
 * All selectors prefixed so NEST styles cannot affect Elementor header/footer.
 */

/* =============================================================================
   Club Page Styles
   ============================================================================= */


/* -----------------------------------------------------------------------------
   Base Styles
   ----------------------------------------------------------------------------- */
.nestapi-content-scope {
    font-family: 'Lato', sans-serif;
    background: #F9EED9 !important;
}
.nestapi-content-scope td {
    display: table-cell;
    vertical-align: middle;
}
.nestapi-content-scope .text-center {
    text-align: center;
}
.nestapi-content-scope .error {
    color: red;
}


/* --- Find list --- */
.nestapi-content-scope ul.findList {
    color: #381E42;
    font-size: 24px;
    text-align: left;
    margin-top: 20px;
    margin-left: 50px;
}
.nestapi-content-scope ul.findList li {
    color: #381E42;
    padding-right: 50px;
    padding-bottom: 50px;
}


/* --- Details list --- */
.nestapi-content-scope ul.details {
    list-style: none;
    padding-left: 0;
}
.nestapi-content-scope ul.details li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 14px;
    min-height: 70px;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.nestapi-content-scope ul.details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 460px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}
.nestapi-content-scope ul.details li#town::before { background-image: url('/wp-content/plugins/NESTAPI/img/pin.png'); }
.nestapi-content-scope ul.details li#style::before { background-image: url('/wp-content/plugins/NESTAPI/img/suit.png'); }
.nestapi-content-scope ul.details li#open::before { background-image: url('/wp-content/plugins/NESTAPI/img/calender.png'); }
.nestapi-content-scope ul.details li#trial::before { background-image: url('/wp-content/plugins/NESTAPI/img/megaphone.png'); }


/* --- Details section --- */
.nestapi-content-scope .details {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding-top: 10px;
    padding-left: 50px;
}
.nestapi-content-scope .details p {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 30px;
}
.nestapi-content-scope .details img {
    padding-right: 60px;
}
.nestapi-content-scope .details-row .image-col img {
    width: 80%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
}


/* --- Tilt tiles --- */
.nestapi-content-scope .tile-tilt {
    transform: rotate(-4deg);
    transform-origin: center;
}
.nestapi-content-scope .tilt-right { transform: rotate(4deg); }
.nestapi-content-scope .tilt-left { transform: rotate(-4deg); }
.nestapi-content-scope .tile-crop {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    background: #fff;
}
.nestapi-content-scope .tile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* --- Accreditation carousel --- */
.nestapi-content-scope .desktop-grid {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Mobile carousel hidden by default; toggled via media query below */
.nestapi-content-scope .mobile-carousel { display: none !important; }

/* Switch to carousel on anything narrower than Bootstrap's md breakpoint
   (covers phones in both portrait AND landscape, including Samsung Ultra) */

@media (max-width: 991px) {
.nestapi-content-scope .desktop-grid { display: none !important; }
.nestapi-content-scope .mobile-carousel { display: block !important; }

}
.nestapi-content-scope .accred-carousel {
    padding: 15px 0 30px;
}
.nestapi-content-scope .accred-item {
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    vertical-align: middle;
}
.nestapi-content-scope .accred-logo {
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}
.nestapi-content-scope #accredCarousel .item, .nestapi-content-scope #accredCarouselMobile .item {
    text-align: center;
    padding-bottom: 30px;
}
.nestapi-content-scope #accredCarousel, .nestapi-content-scope #accredCarousel .carousel-inner, .nestapi-content-scope #accredCarousel .item, .nestapi-content-scope #accredCarouselMobile, .nestapi-content-scope #accredCarouselMobile .carousel-inner, .nestapi-content-scope #accredCarouselMobile .item, .nestapi-content-scope #myCarousel, .nestapi-content-scope #myCarousel .carousel-inner, .nestapi-content-scope #myCarousel .item {
    background: transparent !important;
}
.nestapi-content-scope .accred-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nestapi-content-scope .accred-col img.accred-logo, .nestapi-content-scope .accred-item img.accred-logo {
    max-height: 120px;
    width: auto;
    margin: 0 auto;
}
.nestapi-content-scope .accred-name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
    font-weight: 600;
    color: #333;
}
.nestapi-content-scope #accredCarousel .carousel-indicators {
    bottom: 0;
}
.nestapi-content-scope #accredCarousel .carousel-indicators li {
    border: none;
    width: 10px;
    height: 10px;
    margin: 3px;
    background-color: #aaa;
}
.nestapi-content-scope #accredCarousel .carousel-indicators .active {
    background-color: #333;
}


/* --- Club listing --- */
.nestapi-content-scope span.search-results-club-title {
    font-size: 19px;
}
.nestapi-content-scope .club-listing-title {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 100px;
}
.nestapi-content-scope .club-listing-title h1 {
    color: #000;
    text-align: center;
}
.nestapi-content-scope .club-listing-title.container {
    padding: 50px;
}
.nestapi-content-scope .club-listing-title.container-fluid {
   
    margin-left: 150px;
    margin-right: 150px;
}


/* --- Typography --- */
.nestapi-content-scope .displayname {
    color: #000;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 900;
}
.nestapi-content-scope .detailshd {
    font-size: 2.5em;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 30px;
    margin-left: 10px;
}
.nestapi-content-scope .whatson {
    font-size: 2.5em;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 30px;
}
.nestapi-content-scope .timetablelocation {
    text-transform: none !important;
    font-size: 1.2em !important;
    font-weight: 400 !important;
}
.nestapi-content-scope .timetable-heading {
    padding-top: 0;
}


/* --- Highlight labels --- */
.nestapi-content-scope .tight-bg {
    display: inline-block;
    background-color: #d62e2f;
    padding: 10px;
    text-align: center;
    color: #fff;
    transform: rotate(2deg);
    text-transform: uppercase;
    font-size: 2em;
}
.nestapi-content-scope .tight-bg-up {
    display: inline-block;
    background-color: #d62e2f;
    padding: 10px;
    text-align: center;
    color: #fff;
    transform: rotate(-2deg);
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 50px;
}


/* --- Buttons & forms --- */
.nestapi-content-scope [type=button], .nestapi-content-scope [type=submit], .nestapi-content-scope button {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #38063e;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1em;
    border-radius: 3px;
    transition: all .3s;
}
.nestapi-content-scope button.btn.enq {
    min-width: 228px;
	font-weight:300;
}
.nestapi-content-scope input.form-submit {
    font-weight: 600;
	 min-width: 228px;
}
.nestapi-content-scope input.form-submit:hover {
	background-color:#efb71b;
	
	
}
.nestapi-content-scope input.form-submit {
    background: #38063e !important;
    border-radius: 3px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px;
    padding-right: 15px;
    font-weight: 300 !important;
    text-align: center !important;
}
.nestapi-content-scope input.form-submit.paid-trial {
    background: #7a2d82 !important;

    min-width: 228px;
}
.nestapi-content-scope .modal-header, .nestapi-content-scope .modal-footer {
    border: none !important;
}
.nestapi-content-scope .carousel-control.left, .nestapi-content-scope .carousel-control.right {
    padding: 100px 0 0;
    font-size: 5em;
}
.nestapi-content-scope .maclasses-list a {
    font-size: 1.2em;
    color: #fff;
    text-decoration: underline;
}
.nestapi-content-scope a.cta-link {
    font-size: 0.8em;
}
.nestapi-content-scope a.cta-link:hover { color:#fff}
.nestapi-content-scope a:active, .nestapi-content-scope a:hover {
    color: #fff;
}
.nestapi-content-scope .found-schools .venue-item .venue-title a:hover {
    color: #cc0033;
}

/* --- July sections --- */
.nestapi-content-scope .july-club-list-container {
    font-family: 'Lato', sans-serif;
    padding: 300px 0 150px !important;
    background: #fff;
    background-image: url(/wp-content/plugins/NESTAPI/img/time-table-bg.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.nestapi-content-scope .july-club-list-container h1 {
    font-weight: 700;
    font-size: 3.5em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}
.nestapi-content-scope .july-club-list-container h3 {
    font-weight: 400;
    font-size: 1.2em;
    text-transform: none;
    color: #fff;
}
.nestapi-content-scope .july-cta {
    background: #cc0033;
    color: #fff;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
}
.nestapi-content-scope .july-timetable {
    font-family: 'Lato', sans-serif;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 25px;
}
.nestapi-content-scope .july-timetable h2 { font-size: 1.6em; font-weight: 700; }
.nestapi-content-scope .july-timetable-header { font-family: 'Lato', sans-serif; }
.nestapi-content-scope .july-timetable-header h2 { font-size: 1.6em; font-weight: 700; }
.nestapi-content-scope .timetable-youtube { border-bottom: 10px solid #ebebeb; }
.nestapi-content-scope .july-reviews {
    font-family: 'Lato', sans-serif;
    padding: 0 30px;
    background: #f3f3f3;
    margin: 15px 0 0;
}
.nestapi-content-scope .july-reviews h2 { font-size: 1.6em; font-weight: 700; }
.nestapi-content-scope .nav-tabs > li > a { font-size: 0.9em; }
.nestapi-content-scope .nav-tabs > li.active > a, .nestapi-content-scope .nav-tabs > li.active > a:focus, .nestapi-content-scope .nav-tabs > li.active > a:hover {
    font-weight: 700;
    font-style: italic;
}
.nestapi-content-scope .nav > li > a {
    color: #3e3e3e;
    font-weight: 300;
}
.nestapi-content-scope .tab-pane {
    background: #fff;
    border-radius: 0 0 7px 7px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.nestapi-content-scope .july-introduction {
    background-size: cover;
    background-attachment: fixed;
    color: #000;
    margin-bottom: 50px;
    margin-top: 50px;
}
.nestapi-content-scope .july-introduction h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #cc0033;
    text-transform: uppercase;
}
.nestapi-content-scope .july-introduction p {
    font-size: 1.3em;
    color: #000;
}
.nestapi-content-scope .july-introduction .row > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.nestapi-content-scope .july-introduction-img-right img {
    width: 80%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
}
.nestapi-content-scope .july-testimonial-container { background: #fff; }
.nestapi-content-scope .july-testimonial {
    font-size: 1.1em;
    background: #fff;
    padding: 0 10px 15px;
}
.nestapi-content-scope .july-testimonial h2 { font-size: 2.2em !important; color: #000; }
.nestapi-content-scope .july-testimonial p { font-size: 1.3em; }
.nestapi-content-scope .script-testimonial { font-family: Georgia !important; }
.nestapi-content-scope .july-search-again {
    background: #ebebeb;
    padding: 50px 0 !important;
    color: #fff !important;
}
.nestapi-content-scope .july-search-again h3 {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}
.nestapi-content-scope .why-ma-new-box {
    padding: 15px !important;
    background: #ebebeb !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    border-radius: 3px !important;
}
.nestapi-content-scope .video-left { padding: 0 15px 0 0 !important; }
.nestapi-content-scope .video-right { padding: 0 0 0 15px !important; }
.nestapi-content-scope .video-container {
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.nestapi-content-scope .timetable-new-padding { padding: 0 0 50px; }
.nestapi-content-scope .testimonials-new-padding { padding: 50px 0 75px !important; }
.nestapi-content-scope .timetable-search-again { padding: 0 0 50px !important; }
.nestapi-content-scope .timetable-heading h2 { color: #000; font-size: 2.2em !important; }
.nestapi-content-scope .timetable-shadow {
    border-radius: 7px;
    padding: 15px 0;
    border: 1px solid #fff !important;
}


/* --- DataTables --- */
.nestapi-content-scope div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    clear: both;
}
.nestapi-content-scope table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}


/* --- Misc --- */
.nestapi-content-scope .g { background: #f3f3f3; }
.nestapi-content-scope .dg { background: #ABABAB; }
.nestapi-content-scope span#office {
    display: block;
    margin-bottom: 20px;
}
.nestapi-content-scope img.searchimgmob.center-block {
    max-height: 250px;
}


/* =============================================================================
   Media Queries  (largest → smallest)
   ============================================================================= */


/* --- Desktop only: flex fix for details row (min-width: 992px) --- */


@media (min-width: 992px) {
    /* Vertically centre the details row using flexbox */
.nestapi-content-scope .details-row {
        display: flex;
        align-items: center;
    }

    /* Disable Bootstrap 3 floats when parent is flex */
.nestapi-content-scope .details-row > [class*="col-"] {
        float: none;
    }

}


/* --- Tablets and below (max-width: 992px) --- */


@media (max-width: 992px) {
.nestapi-content-scope .club-inner-wrapper {
        margin-left: 40px;
        margin-right: 40px;
    }

}


/* --- Small tablets / large mobiles (max-width: 920px) --- */


@media only screen and (max-width: 920px) {
.nestapi-content-scope button.btn.enq, .nestapi-content-scope input.form-submit {
        min-width: 100%;
    }
.nestapi-content-scope input.form-submit {
        padding: 0;
        display: inline-block;
        font-size: 1em;
        font-weight: 900;
        background: #eb7f0a;
        color: #fff;
        border-radius: 5px;
        text-align: right;
        border: none;
    }

    /* Stack responsive table rows */
.nestapi-content-scope #no-more-tables table, .nestapi-content-scope #no-more-tables thead, .nestapi-content-scope #no-more-tables tbody, .nestapi-content-scope #no-more-tables th, .nestapi-content-scope #no-more-tables td, .nestapi-content-scope #no-more-tables tr {
        display: block;
        border: none;
    }
.nestapi-content-scope #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
.nestapi-content-scope #no-more-tables tr {
        border: 1px solid #ccc;
    }
.nestapi-content-scope #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
    }
.nestapi-content-scope #no-more-tables td:before {
        content: attr(data-title);
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

}


/* --- Tablet portrait (max-width: 800px) --- */


@media (max-width: 800px) {
.nestapi-content-scope .club-listing-title.container-fluid {
        transform: rotate(-2deg);
        margin-left: 60px;
        margin-right: 60px;
    }

    /* Stack responsive table rows */
.nestapi-content-scope #no-more-tables table, .nestapi-content-scope #no-more-tables thead, .nestapi-content-scope #no-more-tables tbody, .nestapi-content-scope #no-more-tables th, .nestapi-content-scope #no-more-tables td, .nestapi-content-scope #no-more-tables tr {
        display: block;
        border: none;
    }
.nestapi-content-scope #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
.nestapi-content-scope #no-more-tables tr {
        margin-bottom: 15px;
    }
.nestapi-content-scope #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
.nestapi-content-scope #no-more-tables td:before {
        content: attr(data-title);
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

}


/* --- Tablet / mobile boundary (max-width: 768px) --- */


@media (max-width: 768px) {
.nestapi-content-scope .july-timetable { background: #fff !important; }

}


/* --- Mobile (max-width: 767px) --- */


@media (max-width: 767px) {
.nestapi-content-scope .july-introduction-img-right img, .nestapi-content-scope .details-row .image-col img {
        margin: 0 auto;
    }

    /* Accreditation carousel: hide arrows */
.nestapi-content-scope img.searchimgmob.center-block {
    max-height: 100px;
}
.nestapi-content-scope #accredCarousel .carousel-control {
        display: none !important;
    }
.nestapi-content-scope .club-listing-title.container-fluid {
        transform: rotate(-2deg);
        margin: 0;
        margin-bottom: 50px;
        font-size: 2em;
        text-align: center;
    }
.nestapi-content-scope .tile-tilt {
        transform: rotate(-4deg);
        transform-origin: center;
    }
.nestapi-content-scope .tilt-right { transform: rotate(4deg); }
.nestapi-content-scope .tilt-left { transform: rotate(-4deg); }
.nestapi-content-scope .tile-crop {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        border-radius: 16px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
        background: #fff;
    }
.nestapi-content-scope .tile-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
.nestapi-content-scope .col-md-6.col-sm-6.col-xs-12.july-introduction-img-right.mob-trial-padd {
        margin-top: 0;
        margin-bottom: 20px;
    }
.nestapi-content-scope h2.tight-bg.detailshd.hidden-lg.hidden-md.hidden-sm.visible-xs.findus {
        margin-bottom: 40px;
    }
.nestapi-content-scope .july-introduction {
        color: #000;
        background-size: cover;
        background-attachment: fixed;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 15px;
        padding-left: 15px;
    }
.nestapi-content-scope .displayname {
        color: #000;
        font-family: Poppins, sans-serif;
        text-transform: uppercase;
        font-size: 0.5em;
        font-weight: 900;
        padding-left: 15px;
        padding-right: 15px;
    }
.nestapi-content-scope button.club-enquiry-button {
        font-size: 20px !important;
    }
.nestapi-content-scope .container-fluid.july-timetable-container.timetable-new-padding {
        margin-bottom: -40px;
    }
.nestapi-content-scope iframe {
        max-width: 90%;
    }
.nestapi-content-scope p.notice {
        font-size: 16px;
        margin-bottom: 20px;
    }
.nestapi-content-scope ul.findList {
        color: #381E42;
        font-size: 20px;
        text-align: left;
        margin-top: 50px;
        margin-left: 0;
        clear: both;
    }
.nestapi-content-scope ul.findList li {
        color: #381E42;
        padding-right: 20px;
        padding-bottom: 20px;
    }
.nestapi-content-scope .findus { margin-bottom: 45px; }
.nestapi-content-scope div#mobileCarousel { margin: 0; }
.nestapi-content-scope h2.tight-bg.detailshd.our { display: none; }
.nestapi-content-scope ul.details li {
        padding-left: 50px;
        font-size: 16px;
    }
.nestapi-content-scope ul.details li::before {
        width: 200px;
        height: 40px;
    }
.nestapi-content-scope button.btn.enq, .nestapi-content-scope input.form-submit, .nestapi-content-scope .btn .enq {
        min-width: 120px;
		font-weight:700!important;
    }
.nestapi-content-scope button.btn.enq {
    min-width: 120px;
}
.nestapi-content-scope .july-timetable {
        font-family: 'poppins', sans-serif;
        margin-bottom: 0;
        padding: 25px;
    }
.nestapi-content-scope .timetable-new-padding {
        padding: 20px 20px 0 50px !important;
    }

    /* Mobile accreditation carousel */
.nestapi-content-scope #mobileCarousel .carousel-inner > .item {
        display: none !important;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }
.nestapi-content-scope #mobileCarousel .carousel-inner > .active {
        display: block !important;
    }
.nestapi-content-scope #mobileCarousel, .nestapi-content-scope #mobileCarousel .carousel-inner, .nestapi-content-scope #mobileCarousel .item {
        background: transparent !important;
    }
.nestapi-content-scope #mobileCarousel .carousel-control { display: none !important; }
.nestapi-content-scope #mobileCarousel .carousel-indicators { bottom: 0; }
.nestapi-content-scope #mobileCarousel .carousel-indicators li {
        background-color: #ccc;
        border: none;
        width: 10px;
        height: 10px;
        margin: 3px;
    }
.nestapi-content-scope #mobileCarousel .carousel-indicators .active { background-color: #333; }

}


/* --- Small mobile (max-width: 600px) --- */


@media (max-width: 600px) {
.nestapi-content-scope .july-timetable { background: #fff; }
.nestapi-content-scope .carousel-mobile { margin-bottom: 20px; padding: 0 !important; }
.nestapi-content-scope .table-mobile { padding: 0 !important; }
.nestapi-content-scope .july-club-list-displayname h2 { text-align: center !important; }
.nestapi-content-scope .july-club-list-container h1 { text-align: center !important; }
.nestapi-content-scope .july-club-list-container h3 { text-align: center !important; }
.nestapi-content-scope .video-left { padding: 0 !important; margin-bottom: 25px; }
.nestapi-content-scope .video-right { padding: 0 !important; }
.nestapi-content-scope .timetable-new-padding { padding: 30px !important; }
.nestapi-content-scope .details {
        display: inline-block;
        vertical-align: middle;
        float: none;
        padding-top: 10px;
        padding-left: 50px;
    }

}


/* --- Narrow mobile (max-width: 576px) --- */


@media (max-width: 576px) {
.nestapi-content-scope .club-inner-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }

}


/* --- Small phones (max-width: 412px) --- */


@media (max-width: 412px) {
.nestapi-content-scope .july-club-bottompad { padding-bottom: 25px !important; }
.nestapi-content-scope .july-club-list-container h1 { font-size: 2em; }
.nestapi-content-scope .july-introduction { padding: 100px 0; }
.nestapi-content-scope .july-introduction h2 { font-size: 1.5em; text-align: center; }
.nestapi-content-scope .july-introduction p { font-size: 1.2em !important; }
.nestapi-content-scope .mob-trial-padd { padding: 0 15px !important; }
.nestapi-content-scope .july-timetable { padding: 0 !important; }
.nestapi-content-scope .timetable-shadow { margin-bottom: 35px !important; background: #fff !important; }
.nestapi-content-scope .july-testimonial h2 { font-size: 1.5em !important; color: #000; }
.nestapi-content-scope .timetable-heading h2 { font-size: 1.5em !important; }
.nestapi-content-scope .timetable-new-padding { padding: 30px !important; }

}
