@import url(https://fonts.googleapis.com/css?family=Karla);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300);

@font-face {
    font-family: 'Cairo-SemiBold';
    src: url('../font/Cairo-SemiBold.ttf');
}

@font-face {
    font-family: 'Cairo-Regular';
    src: url('../font/Cairo-Regular.ttf');
}

@font-face {

    font-family: 'Cairo-Bold';
    src: url('../font/Cairo-Bold.ttf');
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

body {
    font-family: 'Cairo-Regular';
    direction: rtl;
    text-align: revert;
}

.wrap-2 input[type='text'],
.wrap-2 input[type='email'],
.wrap-2 input[type='tel'],
.wrap-2 input[type='password'] {
    font-family: 'Cairo-Regular';
    border-radius: 10px;
    border: 1px solid #000;
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 10px;
    transition: all linear .5s;
}

.s128.active {
    opacity: 1;
    visibility: visible;
}

.s128 {
    position: fixed;
    z-index: 5;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: linear .8s;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
}

.s128 {
    z-index: 99999;
}

.s128 form .inner-form .row .input-field.first input {
    padding: 10px 50px 10px 60px;

}

.s128 form .inner-form .row .input-field.first .clear svg.inner-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.logo {
    background-color: #ffffff;
    margin-top: 10px;
    text-align: center;
}

.logo img {
    width: 200px;
    height: 130px;
    display: inline-block;
}

.midd-part {
    background-color: #398B36;
    padding: 50px 0;
    display: table;
    margin: 0 auto;
    width: 100%;
}


.close-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;

}

.close-nav.active {
    opacity: 1;
    visibility: visible;
}


.top-header .top-header-content {
    text-align: center;
    margin-top: 0;

}

.top-header .top-header-content a {
    display: inline-block;
    background: #4AB332;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    transition: all linear 0.5s;
    margin-right: 10px;
}

.top-header .top-header-content a:hover {
    transition: all linear 0.5s;
    background: #4AB332;
}

.main-slider .item {
    position: relative;
}

.main-slider .item .item-content {
    position: absolute;
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 190px;
}

.main-slider .item .item-content h1 {
    position: absolute;
    top: 18%;
    right: 16%;
    text-align: center;
    font-size: 55px;
    color: #ffffff;
    font-family: 'Cairo-Bold';

}

.main-slide .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 80px;
    
    background: transparent;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all linear 0.5s;
}

.main-slide .owl-nav .owl-prev:hover {
    transition: all linear 0.5s;
    background: transparent;
}

.main-slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 80px;
    background: transparent;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all linear 0.5s;
}

.main-slide .owl-nav .owl-next:hover {
    transition: all linear 0.5s;
    background: transparent;
}


.sidenav .nav-content {
    margin-top: 7px;
}

.sidenav .nav-content a {
    color: #fff;
    font-size: 12px;
    padding: 10px 14px;
    transition: all linear 0.5s;
    text-decoration: none;
    font-family: 'Cairo-SemiBold';
}

.sidenav .nav-content a:hover {
    background: #398B36;
    width: 60px;
    height: 60px;
    padding: 10px 14px;
    border-radius: 30px;
    transition: all linear 0.5s;
}

.owl-carousel .owl-item img {
    height: 500px;
}

.who-us {
    padding: 60px 0;
}

.who-content {
    margin: 30% 0;
}

.who-content h3 {
    font-family: 'Cairo-SemiBold';
    color: #000000;
    font-size: 28px;
}

.main-tittle h1 {
    position: relative;
    color: #000000;
    font-family: 'Cairo-SemiBold';
    padding-right: 65px;
    margin: 30px 0;
}

.main-tittle h1:before {
    position: absolute;
    content: "";
    background-image: url("../img/tittle.png");
        background-size: contain;
    background-repeat: no-repeat;
    width: 57px;
    height: 56px;
    right: 0;
    top: 0;
}

.who-content h2 {
    font-family: 'Cairo-SemiBold';
    color: #398B36;
}

.who-content p {
    font-family: 'Cairo-Regular';
    color: #000000;
    padding: 20px 0;
    font-size: 15px;
    text-align: justify;
}

.main-link {
    color: #fff;
    border: 1px solid #398B36;
    border-radius: 25px;
    background: #398B36;
    padding: 7px 35px;
    font-family: 'Cairo-Regular';
    transition: all linear .5s;
}

.main-link:hover {
    transition: all linear .5s;
    background: #4AB332;
    border: 1px solid #4AB332;
    color: #fff;
}

.who-img {
    position: relative;
}

.who-img .who-img-fir img {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9999;
    width: 490px;
    height: 540px;
    border-radius: 10px;
}

.who-img .who-img-sec img {
filter: brightness(0) saturate(100%) invert(42%) sepia(10%) saturate(3174%) hue-rotate(69deg) brightness(103%) contrast(80%);
    position: absolute;
    top: 0;
    right: -10px;
    width: 540px;
    height: 540px;
}


.rtl-persons {
    background-image: url("../img/pic-1.jpeg");
    width: 100%;
    height: 340px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: flex-start;*/

    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rtl-persons:before,
.left-persons:before {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(0,0,0,.3);*/
}

.rtl-persons .rtl-persons-content {
    color: #fff;
    /*width: 100%;*/
    padding: 5px 10px;
    border: 1px solid #4AB332;
    border-radius: 100px;
    background: #4AB332;
    transition: all linear .5s;
}

.rtl-persons .rtl-persons-content img {
    display: inline-block;
    width: 46px;
    height: 50px;
}

.rtl-persons .rtl-persons-content h2 {
    display: inline-block;
    font-family: 'Cairo-SemiBold';
    margin: 0 10px;
    transform: translateY(5px);
}

.rtl-persons h5 {
    font-family: 'Cairo-SemiBold';
    color: #fff;
    font-size: 22px;
}

.rtl-persons .persons-link {
    margin-top: 20px;
}


.left-persons {
    background-image: url("../img/pic-2.jpeg");
    width: 100%;
    height: 340px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: flex-start;*/
    /*padding: 0 12rem;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.left-persons .left-persons-content {
    color: #fff;
    /*width: 100%;*/
    padding: 5px 10px;
    border: 1px solid #4AB332;
    border-radius: 100px;
    background: #4AB332;
    font-family: 'Cairo-Regular';
    transition: all linear .5s;
}

.left-persons .left-persons-content img {
    display: inline-block;
    width: 46px;
    height: 50px;
}

.left-persons .left-persons-content h2 {
    display: inline-block;
    font-family: 'Cairo-SemiBold';
    margin: 0 10px;
    transform: translateY(5px);
}

.left-persons p {
    font-family: 'Cairo-Regular';
    color: #fff;
    font-size: 15px;
    text-align: justify;
}

.left-persons h5 {
    font-family: 'Cairo-Regular';
    color: #fff;
    font-size: 26px;
}

.left-persons .left-persons-link {
    margin-top: 18px;
}

.serv-content {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 40px 0;
    margin-top: 20px;
    border-radius: 10px;
}

.serv-content:hover {
    background-color: #398B36;
    transition: all linear .5s;
}

.serv-content-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 130px;
    transition: all linear .5s;
}

.serv-content:hover .serv-content-icon {
    transform: rotateY(360deg) scale(.8);
}

.serv-content-icon:before {
    /*content: '';*/
    /*background-color: #4AB332;*/
    /*width: 125px;*/
    /*height: 125px;*/
    /*border-radius: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*z-index: 0;*/
}

.serv-content-icon img {
    width: 120px;
    height: 120px;
    /*background-color: #4AB332;*/
     border: 3px solid #4AB332;
    /* border-radius: 50%; */
    /* margin: 0 auto; */
    position: relative;
    padding: 5px;
        transition: all linear .5s;

    border-radius: 100%;

}
.serv-content:hover .serv-content-icon img {
         border: 3px solid #f7f7f7;
}

.serv-content a {
    font-size: 18px;
    color: #398B36;
    font-family: 'Cairo-SemiBold';
    padding-top: 20px;
    display: inline-block;
}

.serv-content:hover a {
    color: #fff;
    transition: all linear .5s;
}

.vid {
    padding: 60px 0 30px;

}

.vid .video-player {
    position: relative;
}

.vid .video-player img {
    width: 100%;
    height: 500px;
}

.vid .video-player a i {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #398B36;
    border: 1px solid #398B36;
    color: #321e53;
    font-size: 30px;
    padding-left: 5px;
}

.packages-content {
    width: 100%;
    background-color: #398B36;
    text-align: center;
    border-radius: 5px;
}

.packages-content .packages-head {
    background-color: #4AB332;
    font-family: 'Cairo-Bold';
    padding: 15px 0;
    color: #000;

}

.packages-content h5 {
    font-family: 'Cairo-Regular';
    color: #fff;
    border-bottom: 1px solid #2a1155;
    padding: 15px 0;
}

.packages-content span {
    font-family: 'Cairo-Regular';
    color: #398B36;
    font-size: 22px;
}

.packages-content h6 {
    font-family: 'Cairo-Regular';
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
}

.events {
    padding: 80px 0 30px;
}

.events-content {
    position: relative;
}

.events-content img {
    width: 100%;
    height: 350px;
}

.events-content h3 {
    position: absolute;
    background: #398B36;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
    font-family: 'Cairo-Bold';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-slider .item img {
    width: 160px;
    height: 160px;
}

.our-clint {
    padding: 40px 0;
}

.footer {
    background-image: url("../img/footer.png");
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    padding: 40px 0;
}

.footer-content {
    display: inline-block;
    margin-top: 40px;
}

.whats-content {
    display: inline-block;
}

.whats-content a i {
    background: #52881e;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}

.mail-content {
    display: inline-block;
    margin-right: 20px;
}

.mail-content i {
    background: #4AB332;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}

.mail-content a {
    color: #fff;
    font-family: 'Cairo-Regular';

}

.social {
    margin-top: 40px;
    float: left;
     
}

.social a {
    margin-right: 10px;
}

.social a i {
    background: #4AB332;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    transition: all linear .5s;

}

.social a:hover i {
    background: #4AB332;
    transition: all linear .5s;
}

.footer-logo {
    text-align: center;
    margin-top: 40px;
}

.footer-logo img {
    width: 164px;
    height: 72px;
    display: table;
    margin: 25px auto;
}

.footer-logo a {
    display: block;
    color: #4AB332;
    font-family: 'Cairo-Regular';
    font-size: 15px;
}

.footer-logo span {
    color: #fff;
    font-family: 'Cairo-Regular';
}

/*who-us-page*/

.sec-who {
    background-image: url("../plusfitnes.png");
    width: 100%;
    height: 425px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background-position: center;*/
    /*background-attachment: fixed;*/
}

.sec-who:before {
    content: " ";
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-who .who-tittle h2 {
    color: #fff;
    position: absolute;
    top: 44%;
    right: 50%;
    transform: translateX(50%);
}

.sec-who .who-tittle h3 {
    position: absolute;
    color: #fff;
    top: 54%;
    right: 50%;
    transform: translateX(50%);
}


.content .who-tittle {
    position: absolute;
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 625px;
}

.content .main-tittle {
    margin: 0 auto;
    display: table;
    padding: 20px 0;
}

.content .who-rtl h2 {
    font-family: 'Cairo-SemiBold';
    color: #398B36;
    padding: 0 0 15px 0;
}

.content .who-rtl p {
    font-size: 18px;
    text-align: justify;
    line-height: 23px;
}

.who-sec-img img {
    border-radius: 20px;
    width: 350px;
    height: 300px;
    margin: 25px 5px;
    transition: all linear .3s;
}

.who-sec-img img:hover {
    transform: scale(1.1);
    transition: all linear .3s;
}


/*login*/

.content {
    width: 100%;
    background-size: cover;
    padding: 20px 15px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;

}

.wrap-2 {
    box-shadow: 0 0 18px rgba(0, 0, 0, .5);
    padding: 30px 15px;
    font-size: 30px;
    color: #000;
    width: 400px;
    margin: 20px auto;
    text-align: center;
    border-radius: 10px;
}

input {
    /*font-family: 'Cairo-Regular';*/
    /*border-radius: 10px;*/
    /*border: 1px solid #000;*/
    /*width: 100%;*/
    /*height: 36px;*/
    /*font-size: 14px;*/
    /*margin-top: 10px;*/
    /*padding-right: 10px;*/
    transition: all linear .5s;
    /*margin-bottom: 10px;*/
}

input::placeholder {
    color: #000;
}

input:focus {
    /*outline: none;*/
    /*box-shadow: none;*/
    /*background: #7b7a7b;*/
}

button {
    border: 0;
    background: transparent;
    padding: 5px;
    /*margin-top: 20px;*/
    position: relative;
    outline: 0;
}

.forgot {
    font-family: 'Cairo-Regular';
    color: #000;
    font-size: 12px;
    /*transform: translateX(-170px);*/
    padding: 10px 20px;
}

.login {
    font-family: 'Cairo-Regular';
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #000;
    /*transform: translateX(215px);*/
    transition: all linear .5s;
    padding: 5px 30px;
}

/*login-2*/

.wrap-3 {
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    padding: 30px 20px;
    font-size: 30px;
    color: #000;
    width: 400px;
    margin: 50px auto;
    text-align: center;
    border-radius: 10px;
}


/*serv-sec*/
.ser-img img {
    display: table;
    margin: 0 auto;
    transition: all linear .5s;
    width: 80px;
    height: 80px;
}


/*Question*/


.accordion {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    padding: 2rem;
}

.accordion-item {
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.accordion-item.active .heading {
    color: #777777;
}

.accordion-item.active .icon {
    background: #fefefe;
}

.accordion-item.active .icon:before {
    background: #777777;
}

.accordion-item.active .icon:after {
    width: 0;
}

.accordion-item .heading {

    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 2rem 1.5rem 2rem 4rem;
    transition: all 0.3s linear;
}

.mmm {
    font-family: 'Cairo-Regular';
}

/**/
.accordion-item .heading:hover {
    color: #777;
}

.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
    background: #777;
}

.accordion-item .icon {

    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 3rem;
    height: 3rem;
    border: 2px solid #fefefe;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-item .icon:before, .accordion-item .icon:after {
    content: '';
    width: 1.25rem;
    height: 0.25rem;
    background: #000;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accordion-item .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.accordion-item .content p {
    margin-top: 0;
    font-size: 12px;
}


/*serv*/

.serv-img-22 img {

    border-radius: 20px;
    display: table;
    margin: 20px auto;
}

/*trainer*/
.trainer-img img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin: 10px auto;
    display: table;
    transition: all linear .5s;
}

.trainer-img img:hover {
    transform: rotateY(180deg) scale(1.1);
    transition: all linear .5s;
}

.trainer-content {
    /*margin: 15px auto;*/
    /*display: table;*/
    /*font-weight: bold;*/
    margin-bottom: 20px;
}

.trainer-content-2 {
    margin: 15px auto;
    display: table;
    /*font-weight: bold;*/
}

.trainer-content h2 {
    font-family: 'Cairo-Regular';
    color: #777777;

}

.trainer-content span {
    color: #4AB332;

}

.trainer-content-2 a {
    font-family: 'Cairo-Regular';
    /*color: #000;*/
    /*font-size: 20px;*/
    transition: all linear .5s;
}

.trainer-content-2 a:hover {
    color: #4AB332;
    transition: all linear .5s;
}

.trainer-content-22 span {
    color: #4AB332;
}

.trainer-content-22 h2 {
    font-family: 'Cairo-Regular';
    color: #000
}

.trainer-content-222 a {
    margin-top: 10px;
    color: #000;
    font-size: 22px;
    transition: all linear .5s;
    display: inline-block;
}

.trainer-content-222 a:hover {
    color: #4AB332;
    transition: all linear .5s;
}

.trainer-pra span {
    color: #4AB332;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    font-weight: bolder;
    font-family: 'Cairo-Regular';
}

.trainer-pra p {
    color: #000;
    font-size: 15px;
    margin-top: 10px;
    font-family: 'Cairo-Regular';
}

.trainer-social h4 {
    color: #000;
    font-weight: bolder;
    font-family: 'Cairo-Regular';
}

.trainer-social a i {
    background: #4AB332;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    transition: all linear .5s;
    margin-top: 10px;
}

.trainer-social a i:hover {
    background: #4AB332;
    transition: all linear .5s;
}

/*events*/

.events-img img {
    border-radius: 20px;
    height: 250px;
    width: 100%;
}

.container-event {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.container-event:not(:last-of-type) {
    border-bottom: 1px solid #000;
}

.events-content-2 h2 {
    color: #398B36;
    font-family: 'Cairo-Regular';
}

.events-content-2 a {
    color: #000;
    margin-top: 10px;
    display: inline-block;
    transition: all linear .5s;
    font-size: 20px;

}

.events-content-2 a:hover {
    color: #398B36;
    transition: all linear .5s;
}

.events-content-2 a i {
    font-size: 20px;
    transition: all linear .5s;
}

.events-content-2 a:hover i {
    color: #000;
    transition: all linear .5s;
}

.events-content-2 p {
    margin-top: 10px;
    font-family: 'Cairo-Regular';
    line-height: 22px;
    text-align: justify;
}

.events-content-2 .main-link {
    padding: 5px 30px;
    font-size: 18px;
}

/**/

.order-container {
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.order-container:not(:last-of-type) {
    border-bottom: 1px solid #000;
}

.order-item {
    margin-bottom: 15px;
}

.order-head,
.order-body {
    border-bottom: 1px solid #398B36;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.order-item strong {
    color: #398B36;
}

.d-flex {
    display: flex;
    flex-wrap: wrap-reverse;
}

.align-items-center {
    align-items: center;
}

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

.justify-content-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.form-actions-submit {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form-actions-reg-types button {
    color: #000;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #4AB332;
    transition: all linear .5s;
    padding: 5px 30px;
    margin: 10px
}

/**/
.form {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    padding: 30px;
    color: #000;
    margin: 20px auto;
}

.details-item {
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.details-item:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.font-color {
    color: #398B36;
}

.details-item strong {
    color: #398B36;
}

.d-block {
    display: block;
    width: 100%;
}

.trainer-member {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    padding: 30px;
    margin-bottom: 30px;
    min-height: 420px;
}

.page-content {
    padding: 50px 0;
}

select.form-control {
    height: auto;
}

/**/

@media (max-width: 1024px) {
    .s128 form .inner-form .row .input-field {
        transform: translateY(100%);
    }

    .sidenav .nav-content a {
        padding: 10px 8px;
        font-size: 10px;
    }

    .midd-part {
        padding: 35px 0;
    }

    .logo img {
        width: 100px;
        height: 90px;

    }

    .owl-carousel .owl-item img {
        height: 400px;
    }

    .main-slider .item .item-content {
        width: 350px;
        height: 160px;
    }

    .main-slider .item .item-content h1 {
        font-size: 39px;

    }

    .main-slide .owl-nav .owl-prev {
        left: 45px;
    }

    .main-slide .owl-nav .owl-next {
        right: 45px;
    }

    .who-img .who-img-fir img {
        width: 400px;
        height: 450px;
    }

    .who-img .who-img-sec img {
        width: 450px;
        height: 450px;
    }

    .who-content {
        margin: 25% 0;
    }

    .who-content h3 {
        font-size: 25px;
    }

    .who-content h2 {
        font-size: 28px;
    }

    .who-content p {
        padding: 20px 0 25px 28px;
        font-size: 14px;
    }

    .rtl-persons {
        background-size: cover;
    }

    .rtl-persons .rtl-persons-content {
        width: 90%;
    }

    .left-persons {
        background-size: cover;
    }

    .left-persons .left-persons-content {
        width: 90%;
    }

    .left-persons h5 {
        font-size: 20px;
    }

    .left-persons p {
        font-size: 10px;
    }

    .vid .video-player img {
        height: 400px;
    }

    .events-content img {
        height: 300px;
    }

    .sec-slider .item img {
        width: 140px;
        height: 140px;
    }

    .order-action a {
        display: block;
        margin-bottom: 5px;
    }
}


@media (max-width: 768px) {
    
.social {
     float: none;
     
}

    .s128 form .inner-form .row .input-field.first input.isFocus {
        width: 65%;
        height: 50px;
    }

    .s128 form .inner-form .row .input-field.first input {
        background-position: 12px 10px;
    }

    .midd-part {
        padding: 25px 0;
    }

    .sidenav {
        z-index: 9999;
        background-color: #398B36;
        opacity: .8;
    }

    .sidenav .nav-content a {
        border-bottom: 1px solid #4AB332;
        width: 100%;
        padding: 10px 8px;
        font-size: 14px;
    }

    #main {
        color: #fff;
    }

    .top-header .top-header-content {
        margin-top: 25px;
    }

    .main-slider .item .item-content {
        width: 300px;
        height: 150px;
    }

    .main-slide .owl-nav .owl-prev {
        left: 22px;
    }

    .main-slide .owl-nav .owl-nexy {
        right: 22px;
    }

    .main-slider .item .item-content h1 {
        font-size: 35px;
    }

    .owl-carousel .owl-item img {
        height: 350px;
    }

    .who-content {
        margin: 0;
    }

    .who-img .who-img-fir img {
        width: 401px;
    }

    .who-img .who-img-sec img {
        position: relative;
        margin-top: 30px;
    }

    .serv-content img {
        width: 95px;
        height: 100px;
    }

    .left-persons h5 {
        font-size: 24px;
    }

    .left-persons p {
        font-size: 12px;
    }

    .vid .video-player img {
        height: 300px;
    }

    .vid .video-player a i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .events-content h3 {
        /*padding: 10px 50px;*/
        font-size: 20px;
        /*right: 37%;*/
    }

    .events-content img {
        height: 250px;
    }

    .sec-slider .item img {
        width: 130px;
        height: 130px;
    }

    .whats-content a i {
        margin-right: 13px;
    }

    .footer {
        width: 100%;
        height: auto;
    }

    .footer-logo a {
        font-size: 12px;
    }
    
    .persons-container{
        padding: 0 30px !important;
    }
    
    .sec-who {
    height: 125px;

    }
    .who-tittle{
        text-align: center;
    }
    .sec-who .who-tittle h2 {
right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}


.serv-content {
    min-height: 325px;
}

}


@media (max-width: 480px) {
    .s128 form .inner-form .row .input-field.first input.isFocus {
        width: 85%;

    }

    .logo img {
        margin-bottom: 10px;
    }

    .top-header .top-header-content a {
        margin-right: 5px;

    }

    .main-slider .item .item-content {
        width: 200px;
        height: 100px;
    }

    .main-slider .item .item-content h1 {
        font-size: 25px;

    }

    .main-slide .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .main-slide .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .owl-carousel .owl-item img {
        height: 300px;
    }

    .who-img .who-img-fir img {
        width: 300px;
        height: 350px;
        right: 60px;
    }

    .who-img .who-img-sec img {
        width: 350px;
        height: 350px;
        margin-right: 20px;
    }

    .rtl-persons {
        height: 280px;
    }

    .rtl-persons h5 {
        font-size: 20px;
    }

    .left-persons h5 {
        font-size: 19px;
    }

    .left-persons p {
        font-size: 10px;
    }

    .rtl-persons .rtl-persons-content img {
        width: 44px;
        height: 45px;
    }

    .left-persons .left-persons-content img {
        width: 44px;
        height: 45px;
    }

    .rtl-persons .rtl-persons-content h2 {
        font-size: 26px;
    }

    .left-persons .left-persons-content h2 {
        font-size: 26px;
    }

    .left-persons {
        height: 280px;
    }

    .main-tittle h1 {
        margin: 30px 20px;
    }

    .events-content h3 {
        font-size: 14px;
        /*right: 31%;*/
    }

    .sec-slider .item img {
        width: 130px;
        height: 130px;
        margin:auto;
    }

    .social {
        text-align: center;
    }

    .footer-content {
        text-align: center;
        display: block;

    }
}

@media (max-width: 360px) {
    .s128 form .inner-form .row .input-field.first input.isFocus {
        width: 85%;
    }

    .logo img {
        margin-bottom: 10px;
    }

    .top-header .top-header-content a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 0;
        font-size: 12px;
    }

    .owl-carousel .owl-item img {
        height: 250px;
    }

    .main-slider .item .item-content {
        width: 150px;
        height: 75px;
    }

    .main-slider .item .item-content h1 {
        font-size: 18px;
    }

    .main-slide .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 46%;
    }

    .main-slide .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 46%;
    }

    .who-content h3 {
        font-size: 18px;
    }

    .main-tittle h1 {
        font-size: 28px;
    }

    .main-tittle h1:before {
        top: -3px;
    }

    .who-content h2 {
        font-size: 22px;
    }

    .who-content p {
        font-size: 12px;
    }

    .main-link {
        padding: 5px 30px;
        font-size: 12px;
    }

    .who-img .who-img-sec img {
        width: 250px;
        height: 250px;
        margin-right: 15px;
    }

    .who-img .who-img-fir img {
        width: 220px;
        height: 250px;
        top: 30px;
        right: 35px;
    }

    .left-persons .left-persons-content img {
        height: 35px;
    }

    .rtl-persons .rtl-persons-content h2 {
        font-size: 22px;
    }

    .rtl-persons .rtl-persons-content img {
        height: 28px;
    }

    .left-persons .left-persons-content img {
        height: 24px;
        width: 35px;
    }

    .rtl-persons .rtl-persons-content h2 {
        transform: none;
        font-size: 20px;
    }

    .left-persons .left-persons-content h2 {
        font-size: 22px;
    }

    .left-persons .left-persons-content h2 {
        transform: none;
        font-size: 15px;
    }

    .rtl-persons h5 {
        font-size: 13px;
    }

    .left-persons h5 {
        font-size: 14px;
    }

    .main-link {
        font-size: 10px;
    }

    .rtl-persons {
        height: 220px;
    }

    .left-persons {
        height: 220px;
    }

    .rtl-persons .rtl-persons-content {
        width: 100%;
    }

    .left-persons .left-persons-content {
        width: 100%;
    }

    .left-persons h4 {
        font-size: 18px;
    }

    .left-persons p {
        font-size: 8px;
    }

    .serv-content {
        padding: 30px 0;
    }

    .serv-content img {
        width: 90px;
        height: 95px;
    }

    .serv-content a {
        font-size: 16px;
    }

    .vid .video-player img {
        height: 220px;
    }

    .vid .video-player a i {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .packages-content {
        margin: 15px 8px;
    }

    .events-content h3 {
        /*padding: 6px 28px;*/
        font-size: 15px;
        /*right: 30%;*/
    }

    .events-content img {
        height: 200px;
    }

    .sec-slider .item img {
        width: 115px;
        height: 115px;
        margin-top: 20px;
    }

    .footer-logo img {
        width: 120px;
        height: 50px;
        margin: 10px auto;
    }

    .footer-content {
        margin-top: 10px;
    }

    .social {
        margin: 30px auto;
    }

    .whats-content a i {
        margin-right: 0;
    }

    .mail-content {
        margin-right: 5px;
    }
}

/*@media (min-width: 40rem) {*/
/*    .accordion-item .heading {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/
/*@media (min-width: 40rem) {*/
/*    .accordion-item .content {*/
/*        line-height: 1.75;*/
/*    }*/
/*}*/


.main-btn {

}

.trainer-card {
    position: relative;
    margin-bottom: 30px;
}

.trainer-card input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.trainer-card label {
    /*margin-bottom: 0;*/
    /*padding-right: 30px;*/
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    /*border-radius: 100%;*/
}

.trainer-card input[type=checkbox] ~ .checkmark {
    background-color: #398B36;
}

.trainer-card input[type=checkbox]:checked ~ .checkmark {
    background-color: #398B36;
}

.checkmark:after {
    content: "";
    position: absolute;
    /*display: none;*/
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.trainer-card input[type=checkbox]:checked ~ .checkmark:after {
    opacity: 1;
}

.checkmark:after {
    content: "\f560";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 13px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}

label {
    display: block;
}

.persons-container {
    position: relative;
    padding: 0 12rem;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.fix-icons{
    position: fixed;
    bottom: 30px;
    left: 30px;
}
.fix-icons a{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #4AB332;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
}



.social .fa-youtube{
    background:#ff0000;
}
.social .fa-instagram{
    background:#c32aa3;
}
.social .fa-snapchat-ghost{
    background:#FFFC00;
}
.social .fa-twitter{
    background:#55acee;
}
.social .fa-facebook-f{
    background:#3b5999;
}
.social .fa-linkedin{
    background:#00a0dc;
}
.social .fa-tiktok{
     background:#000;
}
