#w-70 {
    width: 70px!important;
}
.overview-area-4 .overview-image {
    background: #abcbb1;
}
.darkorchid {
    color: #333;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -1px;
}
.banner-content {
    margin: 0;
    padding: 0;
}

.banner-content h5 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
}

.banner-content p {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
    color: #525252;
}

.banner-content h2 span {
    display: block;
}


.flex {
    background: #FCFCFC;
    box-shadow: 15px 21px 48px 0px #3B5CAF0D;
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 30px;
}

a.Register {
    background: #333;
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 50px;
    font-size: 18px;
}


.whats-included .service-content h4 {
    width: 450px;
}
.banner-service-content h4 {
    color: #333;
}
.intro-home {
    background: #A7BFAC;
    background-size: cover;
    padding: 30px 0 0;
}
.intro-home .row {
    display:flex;
}
.intro-home .trainerimg{
    max-width:120%;
}
b,
strong {
    font-weight: 600;
}

.m-auto {
    margin: auto;
}

.support-images img {
    width: 50px;
}

.support-images:hover {
    background: #017bff00 !Important;
}

.header-info img {
    width: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.p-40 {
    padding: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.pt-20 {
    padding-top: 20px;
}

.pt-80 {
    padding-top: 80px;
}

.p-30 {
    padding: 30px;
}

.pt-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.w-50 {
    width: 50px !important;
}

.w-150 {
    width: 80px !important;
}

.single-service {
    height: 260px;
    box-shadow: 0px 0px 15px #f1f1f1;
}

.dark-blue-bg {
    background: #0A0653 !important;
}

.white-bg {
    background: #FFF;
    border-radius: 0 0 20px 20px;
    box-shadow: inset 0px 0px 20px #efefef;
}

.white {
    color: #fff !Important;
}

.light-blue {
    color: #017BFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

.no-height {
    height: unset !important;
}

.Reviews-content {
    display: grid;
    grid-template-columns: auto auto auto;
    /* padding: 10px; */
}

.single-testi {
    border-radius: 16px;
    margin: 10px;
    /* box-shadow: 0px 1px 20px 0px #f1f1f1;
    border: 1px solid #d9d9d9; */
}

.single-testi:hover {
    box-shadow: 15px 21px 48px 0px #33333314;

}

.in-page .guest-rev {
    padding: 15px 0;
}

.dark-grad-bg {
    background: #A7BFAC;
    border-radius: 30px;
}

.member-event__heading {
    color: #333;
    font-weight: 100;
    font-size: 22px;
}

.calendar__day {
    color: #A7BFAC;
}

.trainer h2 {
    line-height: 56px;
}

.trainer .support-content {
    margin: 10px;
}

.trainer .support-content {
    border: 2px solid #fff;
    display: inline-block;
    color: white;
    padding: 5px 20px;
    border-radius: 15px;
}

.services-tab-area {
    position: relative;
}

.tab-content h2:after {
    content: "";
    margin: 4px 0 20px;
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #017BFF, #ffffff, #ffffff, #ffffff, #ffffff);
}

.inner-tab {
    background: #FFF;
}

.inner-tab h5 {
    color: #fff;
    background: #017BFF;
    padding: 10px 20px;
    font-size: 15px;
}

hr {
    margin: 10px 0 15px;
}

big {
    font-size: 40px;
    font-weight: 600;
    color: #047bde;
}

.video-content a i {
    color: #fff;
}

.video-content a:hover i {
    color: #017BFF;
}

.copyright p {
    color: #fff !important;
}

.footer-head p {
    margin-bottom: 5px !important;
}

.inline-flex {
    display: inline-flex;
    align-items: center;
}

.team-hover h4 {
    color: #333;
    font-size: 18px;
}

.team-hover p {
    color: #fff;
}


/*upcoming events*/
.events-table {
    border: none;
    border-spacing: 0;
}

.events-table__cell img {
    border-radius: 50%;
}

.events-table__cell .btn-icon,
.banner-reg-btn .btn-icon {
    color: #A7BFAC;
    font-size: 20px;
    font-weight: 600;
    padding: 1px 15px;
    border-radius: 20px;
    background: white;
}

@media screen and (min-width: 600px) {
    .events-table {
        margin: 0;
        padding: 0;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
}

.events-table__headings {
    display: none;
    color: #fff;
    background-color: #34495e;
}

@media screen and (min-width: 600px) {
    .events-table__headings {
        display: table-header-group;
        background-color: color(navBlue);
    }
    .learn-earn .single-service {
        height: 240px;
    }
    .events-table__row {
        display: inline-table;
        padding: 5px;
    }
    .desktop{
        display:block;
    }
    .mobile{
        display:none;
    }
}

.events-table__row {
    display: inline-table;
    padding: 20px 0;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #D4D4D4;
    /* border-top: 1px solid #bdc3c7;*/
}

.events-table__row:hover {
    box-shadow: 11px 15px 48px 0px #3333330F;
    border-radius: 24px;
    border-bottom: none;
    background:#fff;
}


.events-table__row:after {
    content: '';
    clear: both;
    display: table;
}

.events-table__row:before {
    display: block;
}

.events-table__cell {
    clear: left;
    display: block;
    float: left;
    padding: 20px 10px;
    border: 0;
}

@media screen and (min-width: 600px) {
    .events-table__cell {
        text-align: center;
    }
}

.events-table__cell:before {
    content: attr(data-label) ':';
    display: block;
    float: left;
    margin-right: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (min-width: 600px) {
    .events-table__cell:before {
        display: none;
    }
}

@media screen and (min-width: 600px) {

    .events-table__cell--date,
    .events-table__cell--image {
        width: 10%;
    }

    .events-table__cell--date span {
        margin-bottom: 3px;
        font-size: 1.9rem;
        display: block;
        color: #151b2c;
    }
}

.events-table__cell--description:before {
    float: none;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
    .events-table__cell--description {
        text-align: left;
        width: 50%;
    }
}

@media screen and (min-width: 600px) {

    .events-table__heading,
    .events-table__cell {
        display: table-cell;
        float: none;
        clear: none;
    }
}

@media screen and (min-width: 600px) {
    .events-table__heading {
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        background-color: color(navBlue);
        border: 0;
    }

    .events-table__heading--description {
        padding-left: 10px;
        text-align: left;
    }
}

.event__cta {
    padding: 8px 15px;
    border-radius: 30px;
    margin: 8% 0 0 0;
    font-weight: 100;
    /*background: linear-gradient(90deg, #017BFF 0%, rgb(62 109 181) 35%, rgb(0 0 0) 100%);*/
    color: #fff !important;
    background: #A7BFAC;
    width: 135px;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 600px) {
    .event__cta {
        bottom: 0;
    }
}

.calendar {
    background: #ffffff;
    border-width: 15px 0px 0px;
    border-radius: 8px;
    color: #3e3e3e;
    height: 80px;
    position: relative;
    width: 96px;
    border: 1px solid #A7BFAC3D;
    box-shadow: 7px 21px 48px 0px #3333330F;
}

/*.calendar:after {
    background-color: #929eb5;
    content: '';
    display: block;
    height: 13px;
    position: absolute;
    left: 17px;
    top: -22px;
    width: 7px;
}*/

/*.calendar:before {
    background-color: #929eb5;
    content: '';
    display: block;
    height: 13px;
    position: absolute;
    right: 16px;
    top: -22px;
    width: 6px;
}*/

.calendar__day {
    padding: 10px 0;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    font-weight: 100;
    border-radius: 8px;
    background: #171717;
    margin: 2px;
}

.calendar__number {
    font-size: 22px;
    line-height: 40px;
    position: absolute;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.banner-services {
    display: flex;
    align-items: center;
}

.banner-service {
    display: flex;
    box-shadow: 15px 21px 48px 0px #3B5CAF0D;
    border-radius: 24px;
    margin-bottom: 8px;
    padding: 10px;
    border: 1px solid #33333314;
    align-items: center;
}
.banner-service h4 {
    font-size: 20px;
    line-height: 25px;
}

/*.banner-service-icon img{
    width:55px;
    border-radius:50%;
}*/
.banner-service-content {
    padding-left: 20px
}

.banner-service-content p {
    margin-bottom: 0px;
}

.banner-service-content h6 {
    margin-bottom: 0px;
    color: #A7BFAC;
    font-weight: normal;
}

.banner-service-content h4 {
    font-weight: 600;
    font-size: 18px;
}

.banner-reg-btn {
    display: flex;
    justify-content: center;
}

.banner-video .video-play.vid-zone i {
    line-height: 60px;
    font-size: 20px;
    margin-right: 0px;
    border: 1px solid #66778900;
    border-radius: 50px;
    background: #00000045;
    height: 60px;
    width: 60px;
}

.banner-video .video-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 30%;
    right: 0;
    margin-left: 0;
    text-align: center;
}

.notification {
    width: 100%;
}

/* testimonial*/
.testim {
    width: 100%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 0px;
    margin: auto;
}

.testim .arrow {
    background: #7e7e7e2b;
    display: block;
    position: absolute;
    color: #7e7e7e78;
    cursor: pointer;
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    bottom: 15%;
    transition: all .3s ease-in-out;
    padding: 10px;
    z-index: 22222222;
    border: 1px solid #7e7e7e2b;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #017BFF;
}


/*.testim .arrow.left {*/
/*    left: 40px;*/
/*}*/

.testim .arrow.left {
    right: 30%;
}

h4.great {
    position: absolute;
    left: 25px;
    z-index: 999;
    padding: 20px;
    font-size: 22px;
    color: deeppink;
}

.overview-image img {
    border-radius: 15px;
}

.testim .arrow.right {
    right: 22%;
    background: #017BFF;
    color: #fff;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid green;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: green;
    border-color: green;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    /*background: #f9f9f982;*/
    /*border-radius: 20px;*/
    /*border: 1px solid #d7d7d7;*/
    /*width: 670px;*/
    /*height:280px;*/
    height: 300px;
    /*margin: auto;*/

    border-radius: 16px;
    border: 1px solid rgba(93, 139, 254, 0.24);
    background: #FFF;
    box-shadow: 15px 21px 48px 0px rgba(59, 92, 175, 0.08);

}

.testim .cont>div {
    /*text-align: center;*/
    position: absolute;
    top: 30px;
    left: 0px;
    padding: 30px;
    opacity: 0;
}

/*.testim .cont > div.inactive {*/
/*    opacity: 1;*/
/*}*/


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    /*display: block;*/
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
}

/*.testim .cont div h6 {*/
/*    font-weight:700;*/
/*    padding: 5px 0;*/
/*    font-size: 18px;*/
/*}*/


.testim .cont div h6 {
    font-weight: 500;
    padding: 5px 0;
    font-size: 18px;
    position: absolute;
    left: 15%;
    bottom: 13%;
}

.testim .cont div h6 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.testim .cont div p {
    width: 100%;
    margin: auto;
    padding: 15px 0;
    font-size: 15px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}


@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

.left-menu ul li:hover h4,
.left-menu ul li:hover p {
    color: #fff;
}

.events-event__type {
    margin-bottom: 0;
}

.events-table__cell img {
    width: 90%;
}

/*.events-table__cell--price, .events-table__cell--date{
    background-image: linear-gradient(180deg, #043e6e 0%, #05599f 100%);
}*/
/*.events-table__cell--price .member-event__heading{
    color:white;
}*/
.events-table__cell--register {
    display: flex;
    justify-content: space-evenly;
}

.banner-reg-btn .event__cta {
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0;
    font-weight: 600;
    background: linear-gradient(90deg, #017BFF 0%, rgb(62 109 181) 35%, rgba(0, 212, 255, 1) 100%);
    color: #fff !important;
    width: 180px;
    display: flex;
    justify-content: space-between;
}

.main-menu {
    padding: 10px 0;
    background: #333;
}

#lp-pom-box-1045 {
    display: none;
    background: rgba(255, 255, 255, 0);
    background-image: url(//d9hhrg4mnvzow.cloudfront.net/csm.thinklouder.com/gm/0f6a5442-whatisinclude-400-350_1000000000000000000028.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    border-radius: 0px;
    left: 0px;
    top: 0px;
    z-index: 210;
    width: 400px;
    height: 350px;
    position: absolute;
}

.single-service-1 {
    z-index: 1;
    /*background: #fff;*/
    text-align: left;
    position: relative;
    overflow: hidden;
    /*border-radius: 12px;*/
    margin-bottom: 30px;
    position: relative;
    /*box-shadow: 0px 0px 15px #f1f1f1;*/
    border-radius: 8px;
    background: #FFF;
    box-shadow: 15px 21px 48px 0px rgba(59, 92, 175, 0.08);
}

.single-service-1 .service-content {
    padding: 10px 20px;
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.single-service-1 .machine-text li::after {
    position: absolute;
    left: -20px;
    top: 10px;
    content: "";
    font-family: themify;
    width: 5px;
    height: 5px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #017BFF;
}

.single-service-1 .machine-text {
    margin-top: 10px;
    padding: 0 30px;
}

.single-service-1 .service-icon img {
    margin-bottom: 0px;
}

.single-service-1 .service-icon {
    background: #A7BFAC;
    padding: 20px 0 20px 20px;
    height: 180px;
}

.absolute {
    position: absolute;
    right: 0;
    width: 100% !important;
    height: 180px !important;
    top: 0;
}

.trainer-absolute {
    position: absolute;
    right: 0;
    top: 0;
}

.shapes {
    position: absolute;
    top: 0;
    width: 23%;
    left: 0;
}

img.shapes.line {
    right: 0;
    left: inherit;
    width: 19%;
}

.see_more {
    position: absolute;
    bottom: 30px;
    right: 20px;
    display: inline-block;
    color: #333333;
    padding: 10px 30px;
    border: 2px solid #D4D4D4;
    border-radius: 25px;
}
.register_now{
    display: inline-block;
    color: #333333;
    padding: 10px 30px;
    border: 2px solid #D4D4D4;
    border-radius: 25px;
}
.contact-us {
    display: inline-block;
    color: #333333;
    background: #A7BFAC;
    padding: 10px 30px;
    border-radius: 25px;
}

.display-flex {
    display: flex;
    justify-content: space-between;
}



#trainer-photo {
    width: 350px;
    z-index: 99 !important;
    position: relative;
}

.trainer-left {
    padding: 0 50px;
}

.trainer-left h2 {
    font-size: 56px;
}

.inline {
    position: absolute;
    right: 0;
    bottom: 0;
}

.outline {
    position: absolute;
    right: 0;
    bottom: 0;
}

.person {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.course-outline-right {
    padding: 50px 0 0 50px;
    box-shadow: 0px 0px 15px #f1f1f1;
    border-radius: 12px;
    background: #fff;
}
.footer-absolute {
    position: absolute;
    right: 0px;
    top: 50px;
}
.service-tab img{
    width: 48px;
    height: 48px;
}
.overview-area-4 .overview-image .video-play.vid-zone i {
    height: 60px;
    width: 60px;
    position: absolute;
    line-height: 60px;
    font-size: 20px;
    top: 25%;
    color: aliceblue;
    right: 40%;
}
.cta p{
    width: 480px;
    font-weight: 600;
    margin: 0 0 10px;
    padding-left: 10px;
}
.whats-included p {
    text-align: left;
}
.mob-button {
   font-weight: 600;
    font-size: 30px;
    width: 100%;
    height: 70px;
    -moz-box-align: center;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #e6e6e6;
    background-color: #A7BFAC;
    color: #000;
    z-index: 2;
    text-align: center;
    display: none;
    padding: 10px;
}
@media (max-width: 767px){
    .desktop{
        display:none;
    }
    .mobile{
        display:block;
    }
    .m-text-center{
        text-align:center;
    }
    .person,.trainerimg,.header-social-icons,.trainer-absolute {
        display: none;
    }
    .events-table__cell--register {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
    }
    .calendar {
        height: 100px;
    }
    .banner-content, .cta, .banner-content p, .top-text1, .section-headline h2, .rated, .trainer-left p, .feature-all p, .cta p, .support-services, .section-headline h6,.logo{
        text-align: center;
    }
    .Reviews-content {
        display: grid;
        grid-template-columns: auto;
    }

    .trainer-left {
        padding: 0;
        text-align: center;
    }
    .support-services p{
        padding-top:10px;
    }
    .feature-content{
        padding-bottom:20px;
    }
    .mob-button {
        display: block!important;
    }
}

/*modal*/
    
    .modal-content 
    {
        height: 500px;
        width: 900px;
        background: #c9863f;
        overflow: hidden;
        padding: 20px;
        margin: 5% auto;
    }
    .form-modal,.form-modal1 {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        overflow: auto;
        z-index: 1050;
        transition: all 5s ease-in-out;
    }
    .form{
        background: #FCFCFC;
        box-shadow: 15px 21px 48px 0px #3B5CAF0D;
        padding: 15px;
        border-radius: 16px;
        margin: auto 30px;
        height: auto;
    }
    .model-form{
        max-width: 545px!important;
        margin: auto!important;
    }
    .close_now,.close1{
        color: #aaa;
        float: right;
        font-size: 35px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .5;
        cursor: pointer;
        margin-top: -40px;
        position: absolute;
        right: 20px;
    }
    .form-control {
        height: 40px;
        padding: 20px;
        text-transform: uppercase;
    }
    .register{
        width:100%;
        background: #333;
        padding: 8px 15px;
        color: #fff;
        text-align: center;
        display: block;
        border-radius: 50px;
        font-size: 18px;
    }
    @media (max-width: 767px){
    .form-modal,.form-modal1 {
        width:auto;
    }
    .modal-content 
    {
        height: 100%;
        width: 100%;
        margin: 0px auto;
        padding: 70px 0;
    }
    .modal-content h2{
        text-align:center;
        padding:20px;
        font-size:30px;
    }
    .close_now, .close1 {
        margin-top: -50px;
        right: 15px;
        font-size: 50px;
    }
    #myModal .form.row {
        max-height: 100%;
    }
    .mob1 a{
        font-size: 25px!important;
    }
}
    
/* Checkout*/
.apply {
    background: #fff;
    padding: 8px 15px;
    text-align: center;
    display: block;
    font-size: 18px;
    border: none;
}
.w-200 {
    width: 200px;
}
.text-right{
    text-align:right;
}
.display-flex-space-bt{
    display: flex!important;
    justify-content: space-between;
}
.pd{
   padding: 10px 20px!important; 
}
a.check-out{
    background: #333;
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 4px;
    font-size: 18px;
    margin-top:20px;
}
.apply-form {
    border: 1px solid #ced4da;
}
.apply-form .form-control{
    border:none;
}
.apply-form .form-control:focus {
    box-shadow: none; 
}
.check-out-page p {
    color: #181818;
}
.check-out-main{
    background: #333;
    padding: 8px 30px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 20px;
}

.timezone label{
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    font-size: 15px;
}
input[type="radio"], input[type="checkbox"] {
    transform: scale(1.2);
}
input[type='radio'] {
    accent-color: #232323;
}
.p-left-20{
    padding-left:20px;
}
.f-20{
    font-size: 20px;
}

.close_now, .close1 {
    margin-top: -20px;
    right: 10px;
}
.form-modal1 .form-group {
    margin-bottom: 0.5rem;
}
#myModal .form.row {
    overflow-y: hidden!important;
}
.top-text1 span {
    padding: 10px 10px 13px!important;
    font-size: 18px!important;
    background: #333;
}
.banner-content .darkorchid {
    font-size: 50px;
    line-height: 60px;
}
.banner-content h5 {
    font-size: 40px!important;
    padding-bottom: 0px!important;
}
.contact-us-black {
    display: inline-block;
    color: #fff!important;
    background: #333;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 30px 0 0;
}
.book-photo{
    padding: 30px 0;
    width: 200px;
}
