.banner-second-level {
    padding: 200px 0 100px;
    background: #F4F4F4;
    overflow: hidden;
}

.banner-second-level .img-wrap {
    position: absolute;
    max-width: 40%;
    /* height: 100%; */
    right: -13px;
    bottom: -82px;
}

.learnToSwim .content-wrap .btn-default {

    letter-spacing: 0.04px;
    padding: 20px 30px;
}

.banner-second-level .content-wrap {
    margin-top: 60px;
}

.banner-second-level .content-wrap .heading {
    max-width: 620px;
    margin-left: 60px;
    font-style: normal;
}

.banner-second-level .content-wrap .red-bar:nth-child(2) {
    max-width: 70%;
}

.banner-second-level .content-wrap .red-bar {
    margin-bottom: 10px;
}

.banner-second-level .content-wrap .red-bar:nth-child(odd) {
    max-width: 55%;
    margin-bottom: 30px;
}

.banner-second-level .content-wrap .red-bar.first-bar {
    margin-bottom: 30px;
}

.banner-second-level .content-wrap p {
    max-width: 55%;
    margin-left: 60px;
}

.banner-second-level .btn-wrap {
    max-width: 55%;
    margin-left: 60px;
    margin-top: 30px;
}

/*Intro With Cards*/
.intro-with-cards .intro-wrap {
    max-width: 850px;
    margin: 0 auto 60px;
}

.intro-with-cards>.bg-img {
    position: absolute;
    left: 0;
    width: 28%;
    top: 155px;
}

.intro-with-cards .intro-wrap .text-right {
    text-align: right;
    display: block;
    line-height: 0.5;
}

.intro-with-cards .card-wrap {
    position: relative;
    padding: 0 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.intro-with-cards .card-wrap .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 500px;
}

.intro-with-cards .card-wrap .bg-img img {
    object-fit: cover;
}

.intro-with-cards .card-wrap .content-wrap {
    z-index: 2;
    position: relative;
    padding: 30px 0;
}

.intro-with-cards .card-wrap .content-wrap .content h3 {
    font-weight: 600;
    padding-bottom: 20px;
    color: #7C001F;
    border-bottom: 2px solid #7C001F;
    margin-bottom: 20px;
}

.intro-with-cards .card-wrap .content-wrap ul li {
    color: #7C001F;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    list-style: none;
}

.intro-with-cards .card-wrap .content-wrap ul li:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-51%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #7C001F;
}

.intro-with-cards .card-wrap .content-wrap .content p {
    color: #7C001F;
    font-weight: 500;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.intro-with-cards .card-wrap .content-wrap .content h2 {
    font-size: 40px;
    font-style: unset;
    display: block;
    font-family: 'Poppins';
    font-weight: 700;
    color: #7C001F;
}

.intro-with-cards .card-wrap .content-wrap .content .price {
    margin: 60px 0 30px;
}

.intro-with-cards .card-wrap .content-wrap .content h2 span {
    font-size: 20px;
}

.intro-with-cards .card-wrap .content-wrap .content h6 {
    color: #7C001F;
}

.intro-with-cards .card-wrap .content-wrap .btn-wrap a {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0;
    border: 2px solid #7C001F;
}

.intro-with-cards .card-wrap .content-wrap .btn-wrap a.btn-default {
    background: #7C001F;
}

.intro-with-cards .card-wrap .content-wrap .btn-wrap a.btn-default:hover {
    color: #7C001F;
    background: #fff;
}

.intro-with-cards .card-wrap .content-wrap .btn-wrap .red-btn {
    background: #fff;
    width: 100%;
}

.intro-with-cards .card-wrap .content-wrap .btn-wrap .red-btn:hover {
    color: #7C001F;
    background: transparent;
}

.intro-with-cards .card-wrap .content-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    background: #7C001F;
    color: #fff;
    max-height: 520px;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s linear;
    overflow-y: auto;
}

.intro-with-cards .card-wrap .content-back h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.intro-with-cards .card-wrap .content-back .para-outer {
    height: 307px;
    overflow-y: auto;
    padding-right: 11px;
}

.intro-with-cards .card-wrap .content-back p {
    font-size: 14px;
}

.intro-with-cards .card-wrap .content-back .btn-wrap {
    position: absolute;
    top: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.intro-with-cards .card-wrap .content-back .btn-wrap .btn-default:hover {
    background: #fff;
    border-color: #C4AC47;
}

.intro-with-cards .card-wrap.show_backCard .content-back {
    opacity: 1;
    z-index: 2;
}

.intro-with-cards .card-wrap .content-back ul {
    list-style: none;
    padding: 0;
}

.intro-with-cards .card-wrap .content-back ul li {
    font-size: 14px;
}

.image-with-overlay-bottom ul.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.image-with-overlay-bottom ul.slick-dots li button {
    border: 1px solid #7E131F;
    border-radius: 50%;
    background: none;
    width: 22px;
    height: 22px;
    font-size: 0;
    margin: 0 5px;
}

.image-with-overlay-bottom ul.slick-dots li.slick-active button {
    background: #7E131F;
}

.image-with-overlay-top {
    padding: 60px 0;
}

.coachInfo_modal p.modal_description_heading {
    font-weight: 600;
    max-width: 424px;
    margin-bottom: 0;
}

.coachInfo_modal p.coach_experience {
    font-weight: 600;
}

.swim-page.image-with-overlay-bottom .bg-img {
    max-height: 422px;
}

.swim-page.image-with-overlay-bottom .squad-outer img {
    max-height: 383px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    top: 37px;
}

.image-with-overlay-top.swim h2 .right-text {
    float: right;
    line-height: 30px;
}

.swim-page.image-with-overlay-bottom .squad-outer .member-info {
    margin-top: 68px;
}

/* 
.swim-page.image-with-overlay-bottom .squad-outer img[src*="Naomie Hugues.png"] {
    max-height: 340px;
    top: 80px;
}

.swim-page.image-with-overlay-bottom .squad-outer img[src*="Naomie Hugues.png"]+.member-info {
    margin-top: 110px;
}

.swim-page.image-with-overlay-bottom .squad-outer img[src*="Erma"] {
    max-height: 352px;
    top: 70px;
}

.swim-page.image-with-overlay-bottom .squad-outer img[src*="Erma"]+.member-info {
    margin-top: 98px;
}
*/

.squad-accordion img.mobile_image {
    display: none;
}

.col-two-accordion.learnToSwim .red-bar {
    font-size: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.col-two-accordion.learnToSwim .red-bar p {
    margin-bottom: 0;
}

.col-two-accordion.learnToSwim .red-bar p:last-child {
    margin-left: 7px;
}

.image-with-overlay-top.swim h2 {
    text-align: left;
    font: normal normal bold 68px / 78px Swear Display;
    letter-spacing: 0px;
    color: #C3AB50;
    line-height: 1;
    max-width: 750px;
    margin: 0 auto 50px;
    padding: 0;
}

.image-with-overlay-top.swim h2 .highlight_text {
    color: #7C001F;
    display: inline-block;
    font: normal normal normal 82px / 77px Intensa;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    text-wrap: nowrap;
}

.image-with-overlay-top.swim .intro-wrap em {
    display: block;
    text-align: right;
    margin-top: -10px;
}

.col-with-graphics.learnToSwim .sub-heading br {
    display: none;
}

@media screen and (min-width: 991px) {
    .intro-with-cards .heading span {
        margin-left: 20px;
    }

    .banner-second-level.babySwim {
        /* background: #F4F4F4; */
        overflow: hidden;
        /* height: 1330px; */
    }
}


@media screen and (min-width: 1701px) {
    .banner-second-level.learnToSwim>.row {
        max-width: 1700px;
        margin: 0 auto;
    }

    .banner-second-level .content-wrap {
        width: 60%;
    }

    .banner-second-level .content-wrap .heading {
        max-width: 80%;
        margin-left: 0;
    }

    .banner-second-level .content-wrap .red-bar:nth-child(2) {
        max-width: 100%;
    }

    .banner-second-level .content-wrap .red-bar:nth-child(odd) {
        max-width: 74%;
    }

    .banner-second-level .content-wrap p {
        max-width: 100%;
        margin-left: 0;
    }

    .banner-second-level .btn-wrap {
        max-width: 55%;
        margin-left: 0;
    }

    .banner-second-level .img-wrap {
        position: static;
        max-width: 40%;
    }

    .intro-with-cards.learnToSwim>.bg-img {
        left: 0%;
        width: auto;
    }
}

@media screen and (min-width: 2300px) {
    .intro-with-cards.learnToSwim>.bg-img {
        left: 0%;
        width: auto;
    }
}





@media only screen and (max-width: 1200px) and (min-width: 993px) {
    .swim-page.image-with-overlay-bottom .bg-img {
        max-height: 350px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img {
        max-height: 290px;
        top: 60px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer .member-info {
        margin-top: 90px;
    }

    .col-with-graphics.learnToSwim h2 {
        max-width: 65%;
        font: normal normal bold 60px / 76px Swear Display;
    }

    .col-with-graphics.learnToSwim h2 .highlight_text {
        font: normal normal normal 64px / 74px Intensa;
    }

    .col-with-graphics.learnToSwim .red-bar {
        max-width: 35%;
    }

    .col-with-graphics.learnToSwim .sub-heading {
        font: normal normal bold 22px/33px Poppins;
    }

    .banner-second-level .img-wrap {
        max-width: 46%;
        bottom: -52px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Naomie Hugues.png"] {
        max-height: 260px;
        top: 90px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Naomie Hugues.png"]+.member-info {
        margin-top: 130px;
    }

    /* .image-with-overlay-bottom ul.slick-dots {
        margin-top: 0;
    } 

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Erma"] {
        max-height: 280px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Erma"]+.member-info {
        margin-top: 110px;
    }
    */

    .banner-second-level .content-wrap .red-bar h3 {
        font-size: 20px;
    }
}


@media screen and (max-width: 991px) {
    .banner-second-level .content-wrap .heading {
        margin-left: 20px;
    }

    .banner-second-level .btn-wrap {
        margin-left: 20px !important;
    }

    .banner-second-level .heading span {
        font-size: 80px;
    }

    .intro-with-cards .intro-wrap {
        max-width: 615px;
    }

    .intro-with-cards .intro-wrap .heading span {
        display: block;
        font-size: 70px;
        line-height: 70px;
    }

    .intro-with-cards .intro-wrap .heading span:before {
        right: 0;
    }

    .intro-with-cards .heading span {
        margin-bottom: 0;
    }

    .banner-second-level {
        padding: 120px 0 100px;
    }

    .banner-second-level .content-wrap .red-bar h3 {
        font-size: 20px;
    }

    .banner-second-level .img-wrap {
        position: absolute;
        max-width: 40%;
        right: -13px;
        bottom: 6%;
    }

    .banner-second-level .img-wrap img {
        object-fit: contain;
    }

    .image-with-overlay-top.swim h2 {
        font: normal normal bold 48px / 50px Swear Display;
        max-width: 550px;
    }

    .image-with-overlay-top.swim h2 .highlight_text {
        font: normal normal normal 62px / 62px Intensa;
    }

    .swim-page.image-with-overlay-bottom .bg-img {
        max-height: 320px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img {
        max-height: 282px;
        top: 55px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Pius"] {
        top: 57px;
    }

    .col-two-accordion h2 {
        font-size: 46px;
    }

    .col-two-accordion .highlight_text {
        font-size: 52px;
    }

    .col-two-accordion.learnToSwim .red-bar {
        font-size: 22px;
    }

    .col-with-graphics.learnToSwim h2 {
        max-width: 65%;
        font: normal bold 48px / 52px Swear Display;
    }

    .col-with-graphics.learnToSwim h2 .highlight_text {
        font: normal normal normal 44px / 60px Intensa;
    }

    .col-with-graphics.learnToSwim .red-bar {
        max-width: 35%;
    }

    .col-with-graphics.learnToSwim .sub-heading {
        font: normal normal bold 22px/33px Poppins;
    }

    .banner-second-level .btn-default {
        letter-spacing: 0.4px;
        padding: 12px 30px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Erma"] {
        max-height: 260px;
        top: 60px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Erma"]+.member-info {
        margin-top: 89px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Naomie Hugues.png"] {
        max-height: 249px;
        top: 70px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Naomie Hugues.png"]+.member-info {
        margin-top: 100px;
    }

    .banner-second-level .content-wrap .red-bar:nth-child(2) {
        max-width: 100%;
    }

    .banner-second-level .content-wrap .red-bar:nth-child(odd) {
        max-width: 65%;
    }
}


@media only screen and (max-width: 767px) {
    .banner-second-level {
        padding: 150px 0 100px;
    }

    .banner-second-level.learnToSwim {
        padding-bottom: 0;
    }

    .banner-second-level.learnToSwim .content-wrap {
        margin-top: 30px;
    }

    .banner-second-level .content-wrap .heading {
        font-size: 30px;
        font-style: normal;
        line-height: 40px;
    }

    .banner-second-level .heading span {
        font-size: 41px;
        line-height: 1.1;
    }

    .banner-second-level .content-wrap .red-bar {
        margin-bottom: 10px;
        padding: 2px 5px;
    }

    .banner-second-level .content-wrap .red-bar h3 {
        font-size: 15px;
        text-align: left;
    }

    .banner-second-level .content-wrap .red-bar:nth-child(odd) {
        margin-bottom: 10px;
    }

    .banner-second-level .btn-wrap a {
        letter-spacing: 1px;
        padding: 12px 14px;
    }

    .banner-second-level .content-wrap p {
        padding: 10px 20px;
    }

    .banner-second-level .img-wrap {
        position: relative;
        max-width: 100%;
        right: 0;
        width: 100%;
        bottom: unset;
    }

    .col-two-accordion.learnToSwim .red-bar p:last-child {
        margin-left: 0;
    }

    .intro-with-cards .intro-wrap {
        max-width: 90%;
    }

    .intro-with-cards.learnToSwim h3.heading {
        font-size: 30px;
        font-style: normal;
        line-height: 40px;
    }

    .intro-with-cards .intro-wrap .heading span {
        font-size: 33px;
        line-height: 36px;
        text-align: right;
    }

    .intro-with-cards .mobile-card-slider ul.slick-dots li.slick-active button {
        display: none !important;
    }

    .intro-with-cards.learnToSwim .intro-wrap {
        max-width: 315px;
    }

    .intro-with-cards>.bg-img {
        width: 68%;
        top: 3%;
        left: -30%;
    }

    .intro-with-cards .mobile-card-slider ul.slick-dots {
        padding: 0;
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .intro-with-cards .mobile-card-slider ul.slick-dots button {
        padding: 0;
        border: none;
        font-size: 0;
        width: 13px;
        height: 13px;
        background: transparent;
        border: 1px solid #7E131F;
        border-radius: 50%;
    }

    .intro-with-cards .mobile-card-slider ul.slick-dots li {
        margin: 0 7px;
        line-height: 1;
    }

    .intro-with-cards .mobile-card-slider ul.slick-dots li.slick-active button {
        background: #7E131F;
    }

    .image-with-overlay-top.swim h2 {
        font: normal normal bold 30px / 40px Swear Display;
        max-width: 550px;
    }

    .image-with-overlay-top.swim h2 .highlight_text {
        font: normal normal normal 36px / 38px Intensa;
        margin-top: 0;
    }

    .image-with-overlay-top.swim .intro-wrap>p {
        display: none;
    }

    .image-with-overlay-top {
        padding: 30px 0;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img {
        max-height: 100%;
        top: 51px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer .member-info {
        margin-top: 80px;
    }

    .image-with-overlay-bottom ul.slick-dots {
        margin: 0;
    }

    .image-with-overlay-bottom ul.slick-dots li button {
        width: 18px;
        height: 18px;
    }

    .swim-page.image-with-overlay-bottom .bg-img {
        max-height: 387px;
    }

    .col-two-accordion.learnToSwim h2 {
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
        margin: 0 auto 20px;
        max-width: 76%;
        display: block;
    }

    .col-two-accordion.learnToSwim h2 .first-span {
        display: block;
        text-align: left;
        margin-left: 12px;
    }

    .col-two-accordion.learnToSwim .highlight_text {
        font-size: 32px;
        margin: 0 2px;
    }

    .col-two-accordion.learnToSwim .red-bar {
        margin-bottom: 0;
        padding: 0;
        flex-direction: column;
        background: transparent;
    }

    .col-two-accordion.learnToSwim .red-bar p {
        margin-bottom: 2px;
        font-size: 15px;
        text-align: left;
        background: #7C001F;
        padding-left: 4px;
    }

    .col-two-accordion.learnToSwim .red-bar p:last-child {
        max-width: 100%;
    }

    .col-two-accordion.learnToSwim .row {
        margin-top: 40px;
    }

    .col-with-graphics.learnToSwim .intro-wrap {
        padding-left: 30px;
    }

    .col-with-graphics.learnToSwim h2 {
        padding: 0;
        font: normal normal bold 30px / 40px Swear Display;
        max-width: 100%;
    }

    .col-with-graphics.learnToSwim h2 .highlight_text {
        font: normal normal normal 41px / 50px Intensa;
        margin-right: 10px;
    }

    .col-with-graphics.learnToSwim .red-bar {
        max-width: 38%;
        margin-left: auto;
        padding: 5px;
        padding-left: 8px;
    }

    .col-with-graphics.learnToSwim .red-bar p {
        font-size: 16px;
    }

    .col-with-graphics.learnToSwim .sub-heading {
        font: normal normal bold 16px / 25px Poppins;
        text-align: left;
    }

    .col-with-graphics.learnToSwim .sub-heading br {
        display: block;
    }

    .col-with-graphics.learnToSwim {
        padding-bottom: 50px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Naomie Hugues.png"] {
        max-height: 100%;
        top: 48px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Naomie Hugues.png"]+.member-info {
        margin-top: 80px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Erma"] {
        max-height: 100%;
        top: 47px;
    }

    .swim-page.image-with-overlay-bottom .squad-outer img[src*="Erma"]+.member-info {
        margin-top: 80px;
    }


    .coachInfo_modal p {
        margin: 0px 15px;
    }

    .coachInfo_modal {
        padding: 40px 15px;
    }

    .col-two-accordion.learnToSwim h2 {
        max-width: 95%;
    }

    .col-with-graphics.learnToSwim .bg-pattern-img {
        height: 100%;
    }


    .m-d-inline.m-inline-pad {
        display: inline !important;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .col-two-accordion.learnToSwim .red-bar {
        font-size: 16px;
    }

    .col-two-accordion.learnToSwim .red-bar p {
        padding: 5px 5px;
    }

}


@media screen and (max-width: 595px) {
    .banner-second-level {
        overflow: hidden;
    }

    .banner-second-level .content-wrap .red-bar:nth-child(odd) {
        max-width: 100%;
    }

    .banner-second-level .content-wrap p {
        max-width: 100%;
        margin: 0;
    }

    .banner-second-level .btn-wrap {
        max-width: 100%;
        padding: 0 20px;
        margin-left: 0;
    }

    .banner-second-level .btn-wrap a {
        display: block;
    }

    .banner-second-level .img-wrap {
        position: relative;
        max-width: 100%;
        right: 0;
        bottom: 0;
    }

    .banner-second-level .btn-wrap {
        margin-left: 0px !important;
    }


    .swim-page.image-with-overlay-bottom .bg-img {
        max-height: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .intro-with-cards.learnToSwim .intro-wrap {
        max-width: 300px;
    }
}

@media only screen and (max-width: 360px) {
    .banner-second-level .heading span {
        font-size: 45px;
        line-height: 60px;
    }

    .banner-second-level .content-wrap .red-bar h3 {
        font-size: 15px;
    }

    .banner-second-level .btn-wrap a {
        letter-spacing: 0px;
        padding: 10px 5px;
    }
}

.banner-second-level {
    padding: 200px 0 50px;
}

section {
    padding: 50px 0;
    overflow: hidden !important;
}


.banner-second-level.squads .img-wrap {
    max-width: 60%;
}


/* new css */
h2 .vat-percnt {
    font-size: 26px!important; /* increase as needed */
    
  }
  h2 .vat-text {
    font-size: 20px!important; /* increase as needed */
    
  }