*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

/* --------Nav Part------- */
.nav_sec .toggle{
    display: none;
}
.text_neon{
    color:#dbff0d !important;
}
.bg_neon{
    background-color: #dbff0d !important;
}

.nav_sec{
    /* border: 2px solid ; */
    background-color: black;
}

.nav_1{
    /* border: 2px solid red; */
    /* padding-left: 100px; */
}
.nav_imgDiv{
    width: 20%;
    margin-left: 100px;
}
.nav_1 .nav_imgDiv img{
    width: 100%;
}
.nav_2{
    /* border: 2px solid green; */
    
}
.nav_cont{
    /* background: linear-gradient( 45deg, transparent 10%,#d6fb0390%); */
    background-color: #d6fb03;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
    padding: 5px 0;
    display: flex;
    justify-content: end;
    /* font-weight: bold; */
    gap: 7%;
    padding-right: 200px;
    position: absolute;
    right: 0;
    width: 50%;
}   
.nav_cont #nav_info{
    font-weight: bold;
}
.nav_lists{
    /* background-color: aqua; */
    padding-top: 55px;
    padding-right: 50px;
}
#home a{
    color: #d6fb03;
}
.nav_lists ul li a{
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.nav_lists ul {
    list-style-type: none;
    align-items: end;
    gap: 12%;
    justify-content: end;
}


/* -----------------------Banner Part ---------- */

.bann_sec{
    /* background-image: url('../IMAGES/gym_E.jpeg'); */
    background-image: url('../IMAGES/gym_E.jpeg');
    background-size: cover;
    background-position-y: -70px;
}
.bann_inner{
    padding-top: 120px;
    padding-bottom: 80px;
}
.bann_1 h1{
    font-weight: bold;
    font-style: italic;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: white;
    font-size: 50px;
    
}


#summerGlow{
    background-color: #d6fb03;
    transform: skewX(165deg);
    max-width: 40%;
    padding-left: 10px;
    font-weight: bold;
    font-size: 30px;
}
.bann_1 button{
    width: 30%;
    padding: 12px 3px;
    border-radius: 30px;
    margin-top: 20px;
    border: none;
    background-color: #d6fb03;
    font-weight: bold;
    color: #000000;
    transition: 0.5s;
}

#bann_exp_head{
    font-style: italic;
    font-weight: bold;
    color: white;
    font-size: 32px;
}
#bann_para{
    color: white;
    max-width: 40%;
    font-size: 18px;
}

.bann_2{
    /* border: 2px solid white; */
    display: flex;
    justify-content: center;
    gap: 3%;
    position: relative;
    top: 110px;
}
.bann_2 input{
    width: 50%;
    padding: 10px 0;
    padding-left: 50px;
    border-radius: 30px;
    border: none;
}
.bann_2 input:focus{
    outline: none;
    /* border: 1px solid #d6fb03; */
    box-shadow: 0 0 8px #d6fb03;
}
/*.bann_1 button{*/
/*    width: 25%;*/
/*    padding: 20px 10px;*/
/*    border-radius: 30px;*/
/*    border: none;*/
/*    background-color: #d6fb03;*/
/*    font-weight: bold;*/
/*    transition: 0.5s;*/
/*}*/
.bann_1 button:hover{
    background-color: white;
    color: black;
}

/* -------------------------- Third Part -------------  */
.third_sec{
    background-color:#181818;
}
.third_inner{
    padding-top: 100px;
    /* padding-bottom: 100px; */
}
.third_1{
    padding-top: 50px;
    /* border: 2px solid; */
}
.third_IMG{
    width: 100%;
    position: relative;
    left: 0%;  /*subha change*/
}
.third_IMG img{
    width: 100%;
}
.third_about{
    color: #d6fb03;
    position: relative;
}
.third_about::after{
    content: "";
    border: 0.5px solid #d6fb03;
    position: absolute;
    width: 15%;
    top: 12px;
    left: 12%;
}
.third_welc{
    font-weight: bold;
    font-style: italic;
    color: white;
}
.third_txt h2{
    font-size: 50px;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #d6fb03;
    font-weight: bold;
    font-style: italic;
}
#third_para{
    color: white;
}

/* ---------------------Fourth Part ------------  */
.fourth_sec{
    background-color: #181818;
}
.fourth_inner{
    /* border: 2px solid; */
    padding-top: 100px;
    padding-bottom:100px;
}
.for_pngback{
    background-image: url('../IMAGES/Service\ background\ sape.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding-bottom: 300px; */
}
.fourth_head{
    text-align: center;
}   
.fourth_head h6{
    color:  #d6fb03;
    font-size: 20px;
    position: relative;
}
.fourth_head h6::after{
    content: "";
    border: 0.5px solid #d6fb03;
    position: absolute;
    width: 10%;
    top: 12px;
    right: 32%;
}
.fourth_head h6::before{
    content: "";
    border: 0.5px solid #d6fb03;
    position: absolute;
    width: 10%;
    top: 12px;
    left: 32%;
}
.fourth_head h4{
    font-weight: bold;
    font-style: italic;
    color: white;
}
.fourth_head h4 span{
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #d6fb03;
    color: black;
}
.fourth_head p{
    color: rgb(218, 217, 217);
    /* max-width: 60%; */
    margin-top: 30px;
    font-size: 18px;
}


.fourth_cardsMain{
    /* border: 2px solid; */
    margin-top: 45px;
}
.fourth_card{
    /* border: 2px solid red; */
}
.fourth_card_1{
    background-color: white;
    border-radius: 5px;
    padding-bottom: 30px;
}

.fourth_cardIMG{
    padding: 5px;
}
.fourth_cardIMG img{
    width: 100%;
}
.fourth_card_txt{
    padding-left: 20px;
}
.F_txt_1{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}



/* ----------------------Fifth Part ---------------  */

.fifth_sec{
    /* border: 2px solid; */
    padding-top: 100px;
    background-color: #181818;
    overflow: hidden;
}
.fifth_1{
    /* border: 2px solid red; */
    /* overflow: hidden; */
}
.fifth_1_A{
    background-color: #F1F1F1;
    padding: 28px 45px !important;
}
.fifth_1_A h3{
    font-size: 52px;
    font-style: italic;
    max-width: 70%;
    font-weight: bold;
}
.fifth_1_A h3 span{
    font-size: 70px;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color:black;
    color: #F1F1F1;
}
.fifth_1_A p{
    font-size: 18px;
}
/* ------------- */
.fifth_1_B{
    /* border: 2px solid; */
}
.fif_supp{
    background-color: #D6FB00;
    padding: 10.5px 30px !important;
}
.fif_supp i{
    font-size: 70px;
    margin-top: 20px;
}
.fif_supp h6{
    font-size: 25px;
    font-style: italic;
    margin-top: 10px;
}
.fif_supp p{
    /* color: #D6FB00; */
    /* margin-top: 18px; */
}


.exper_supp{
    background-color: #D6FB00;
    padding: 10.5px 30px !important;
}
.exper_supp i{
    font-size: 70px;
    color: white;
    margin-top: 20px;
}
.exper_supp h6{
    font-size: 25px;
    font-style: italic;
    margin-top: 10px;
    color: white;
    max-width: 80%;
}
.exper_supp p{
    /* color: #D6FB00; */
    /* margin-top: 18px; */
}
/* ------- */
.fifth_2{
    padding: 0 !important;
}
.fifth_2 img{
    width: 100%;
    height: 458px;
    border-radius: 65px 0 0 0;
    object-fit:cover;
}

/* --------  */

.fifth_3_A{
    /* border: 1px solid #D6FB00; */
    border: 1px solid #000000;

}
.fifth_3_A{
    background-color: #000000;
    padding: 15.5px 12px !important;
}
.fifth_3_A i{
    font-size: 70px;
    margin-top: 20px;
}
.fifth_3_A h6{
    font-size: 25px;
    font-style: italic;
    margin-top: 10px;
}
.fifth_3_A p{
    /* color: #D6FB00; */
    /* margin-top: 18px; */
}


.fifth_3_B{
    /* border: 2px solid; */
}
.fifth_3_B{
    background-color: white;
    padding: 10px 12px !important;
}
.fifth_3_B i{
    font-size: 50px;
}
.fifth_3_B h6{
    font-size: 25px;
    font-style: italic;
    margin-top: 10px;
}
.fifth_3_B p{
    /* color: #D6FB00; */
    /* margin-top: 18px; */
}

/* -----------------------Sixth Part ----------- */

.sixth_sec{
    /* border: 2px solid; */
    background-color: #181818;
    padding: 100px 0;
}

.sixth_head p{
    font-weight: bold;
    color: white;
    position: relative;
}

.sixth_head p::before{
    content: "";
    border: 0.5px solid #d6fb03;
    position: absolute;
    width: 12%;
    top: 12px;
    left: 45%;
}

.sixth_head{
    text-align: right;
}
.sixth_head h5{
    font-size: 30px;
    font-style: italic;
    /* max-width: 60%; */
    font-weight: bold;
    color: white;
}
.sixth_head h5 span{
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color:#d6fb03;
    color: transparent;
}

  .sixth_inner .accordion-button{
    background-color: #000000;
    color: #d6fb03;
  }
  .sixth_inner .accordion-button:not(.collapsed){
    background-color: #000000;
    color: #fff;
  }
  .sixth_inner .accordion-button:not(.collapsed)::after{
    background-image:url('../IMAGES/plus_neon.png');
  }
  .sixth_inner .accordion-button::after{
    background-image:url('../IMAGES/minus_neon.png');
  }
  .sixth_inner .accordion-button:focus{
    box-shadow: none;
  }
  
  
  .panel {
    padding: 0 18px;
    background-color: transparent;
    color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .sixth_2{
    /* border: 2px solid ; */
  }
  .sixth_2_IMG{
    width: 70%;
    /* border: 2px solid ; */
    position: relative;
    left: 100px;
    top: 25.5px;
  }
  .sixth_2_IMG img{
    width: 100%;
  }
  .sixth_2_form{
    border: 2px solid #D6FB00;
    width: 90%;
    padding: 20px;
    background-color: #D6FB00;
    border-radius: 10px;
    margin-left: 65px;
  }
  .sixth_2_form h5{
    text-align: center;
    font-size: 28px;
  }
  
  .sixth_2_form h5 span{
    font-weight: bold;
  }
  .sixth_2_form input{
    width: 100%;
    padding: 12px 0;
    border-radius: 10px;
    border: none;
    padding-left: 15px;
  }
  .sixth_2_form input::placeholder{
    font-size: 20px;
  }
  #six_desc{
    padding-bottom: 70px;
  }
  .sixth_2_form button{
    margin: auto;
    display: block;
    background: transparent;
    border: none;
    font-weight: bold;
    font-size: 20px;
  }

  /* -------------------Seventh Parrt ------  */

  .seventh_sec{
    /* border: 2px solid; */
    background-image: linear-gradient(to right, rgb(255, 255, 255)10%, transparent), url('../IMAGES/gym_F.jpeg');
    background-size: cover;
    background-position: left;
    padding: 60px 0px;
  }
  .seventh_head p{
    font-size: 18px;
    font-weight: bold;
  }

  .seventh_head h5{
    font-size: 30px;
    font-style: italic;
    /* max-width: 60%; */
    font-weight: bold;
    /* color: white; */
}
.seventh_head h5 span{
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color:black;
    color: transparent;
}
.seventh_review{
    border-bottom: 7px solid #d6fb03;
    padding-bottom: 0;
    background-color: #F1F1F1;
}
.seventh_rev_inner{
    display: flex;
    gap: 2%;
    position: relative;
}
.seventh_rev_img{
    width: 15%;
    position: relative;
    top: 50px;
    left: 3px;
    border: 5px solid #D6FB00;
    border-radius: 50px;
}
.seventh_rev_img img{
    width: 100%;
}
.sev_rev_txt{
    line-height: 2px;
    padding-left: 50px;
}
.sev_rev_txt p{
    font-weight: bold;
}
.sev_rev_txt i{
    color: #fbd500;
    margin-bottom: 20px;
}
.sev_pause{
    width: 59px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sev_pause img{
    width: 100%;
}
.sev_2{
    background-color: #D6FB00;
    display: flex;
    width: 50%;
    position: absolute;
    right: 0;
    top: -35px;
}
.sev_2 img{
    width: 18%;
    top: -10px;
    left: -50px;
    position: absolute;
}
.sev_2_txt{
    line-height: 10px;
    text-align: right;
    width: 90%;
    padding-right: 100px;
}
.sev_2_txt p{
    font-size: 20px;
    font-weight: bold;
}
.sev_2_txt h6{
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}

/* ----------------eIGTH pARt------------------------  */
.eighth_sec{
    padding: 20px 0;
    background-color: #3B3B3B;
}
.eighth_inner .owl-stage{
    padding-bottom: 80px;
}
.eight_head {
    text-align: center;
}
.eight_head h6{
    font-weight: bold;
    color: #D6FB00;
    font-size: 20px;
}
.eight_head h4{
    font-size: 30px;
    font-style: italic;
    /* max-width: 60%; */
    font-weight: bold;
    color: white;
}
.eight_head h4 span{
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #D6FB00;
    color: transparent;
}
.eight_head p{
    color: white;
}
.eight_1{
    padding: 10px;
    border-radius: 10px;
}
.eight_A{
    background-image: url('../IMAGES/gym_E.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.eight_B{
    background-image: url('../IMAGES/gym_H.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}
.eight_C{
    background-image: url('../IMAGES/gym_G.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}
.eight_D{
    background-image: url('../IMAGES/gym_F.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}


.eighth_1_inner{
    background-color: #F1F1F1;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    top: 150px;
}
.eighth_1_inner h6{
    color: #fbd500;
}
.eighth_1_inner span{
    text-align: right;
    display: block;
    font-weight: bold;
    color: #D6FB00;
}

/* ------------------------ Ninth Part ----------  */
.ninth_sec{
    border: 2px solid;
    padding-top: 50px;
    background:linear-gradient(to right,rgb(10, 10, 10,0.7),rgb(8, 8, 8,0.7)),url('../IMAGES/gym_G.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ND{
    /* border: 2px solid red; */
}
.ninth_img{
    width: 50%;
}
.ninth_img #NL_img{
    width: 100%;
}
.ninth_1 p{
    margin-top: 10px;
    color: rgb(168, 168, 168);
}
#NL_2img{
    width: 30%;
}
#NL_2img img{
    width: 100%;
}
.ninth_2{
    padding-left: 65px;
}
.ninth_2 h6{
    margin-left: 10px;
}
.ninth_2 ul li{
    color: rgb(168, 168, 168);
}

.ninth_3 h6{
    margin-bottom: 20px;
}
.ninth_4 h6{
    margin-top: 12px;
}
.ninth_3 p{
    color: rgb(168, 168, 168);
}
.ND h6{
    color: white;
    font-weight: bold;
    position: relative;
}

.NC{
    font-weight: bold;
    color: white !important;
}
.ninth_4{
    padding-top: 40px;
}
.ninth_4 p{
    color: rgb(165, 160, 160);
}
.ninth_4 input{
    padding: 10px 10px;
    width: 100%;
    background: rgb(124 116 116 / 58%);
    border: none;
}
.ninth_4 input::placeholder{
    color: rgb(185, 184, 184);
}
.ninth_4 button{
    width: 100%;
    padding: 10px 0px;
    margin-top: 10px;
    border: none;
    background-color: #D6FB00;
    font-weight: bold;
    transition: 0.5s;
}
.ninth_4 button:hover{
    background-color: white;
}
.ninth_2 ul{
    /* margin-top: 30px; */
    padding-top: 20px;
}
.ninth_2 h6{
    position: relative;
    margin-top: 28px;
}
.ninth_2 h6::before{
    content:'';
    /* border: 1px solid #D6FB00; */
    width: 55%;
    height: 7px;
    background:linear-gradient(to right,#d6fb03,transparent);
    position: absolute;
    bottom: -12px;
}
.ninth_3 h6{
    position: relative;
}
.ninth_3 h6::before{
    content:'';
    /* border: 1px solid #D6FB00; */
    width: 55%;
    height: 7px;
    background:linear-gradient(to right,#d6fb03,transparent);
    position: absolute;
    bottom: -12px;
}
.ninth_4 h6{
    position: relative;
    margin-top: 20px;
}
.ninth_4 h6::before{
    content:'';
    /* border: 1px solid #D6FB00; */
    width: 55%;
    height: 7px;
    background:linear-gradient(to right,#d6fb03,transparent);
    position: absolute;
    bottom: -12px;
}
.ninth_4 p{
    margin-top: 20px;
}
.foot_last{
    background-color: rgba(10, 10, 10, 0.7);
    padding: 10px 0;
    padding-top: 30px;
    /* position: relative; */
    /* width: 117.5%; */
    text-align: center;
    color: #ccc;
    margin-top: 50px;
}

/* start */
.owl_video.owl-carousel .owl-video-wrapper{
    height: 300px;
    border-radius: var(--bs-border-radius) !important;
    position: relative;
}
.owl_video.owl-carousel .owl-video-wrapper::after{
    content: "";
    position:absolute ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: 2;
    border-radius: var(--bs-border-radius) !important;
}
.owl_video.owl-carousel .owl-item.active.center .owl-video-wrapper::after{
    background: transparent;
    z-index: 0;
}
.owl_video .fourth_card{
    transform: scale(0.8);
}
.fourth_card iframe{
    position: relative;
    z-index: 12;
}
.owl_video .owl-item.active.center .fourth_card{
    transform: scale(1);
}
.owl_video .owl-video-play-icon:hover{
    transform: scale(1) !important;
    cursor: auto !important;
}

.owl_video .owl-item.active.center .owl-video-play-icon:hover{
    transform: scale(1.3, 1.3) !important;
    cursor: pointer !important;
}
.owl_video .owl-item{
    background: transparent;
}
.owl_testimonial .owl-nav,.owl_video .owl-nav,.owl_blog .owl-nav{
    position: absolute;
    bottom: -20px;
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 10%;
}
.owl_testimonial .owl-nav span,.owl_video .owl-nav span,.owl_blog .owl-nav span{
    color: #dbff0d;
    font-size: 38px;
    width: 22px;
    display: block;
    position: relative;
    z-index: 10;
    margin:0 15px;
}
.owl_testimonial .owl-dots .owl-dot.active span,.owl_video .owl-dots .owl-dot.active span,.owl_blog .owl-dots .owl-dot.active span{
    width: 22px !important;
}
.owl_blog .owl-dots .owl-dot.active span, .owl_blog .owl-dots .owl-dot:hover span{
    background: #dbff0d !important;
}
.owl_testimonial .owl-dots .owl-dot.active span, .owl_testimonial .owl-dots .owl-dot:hover span{
    background: #dbff0d !important;
}
.owl_video .owl-dots .owl-dot.active span, .owl_video .owl-dots .owl-dot:hover span{
    background: #dbff0d !important;
}
.owl_testimonial .owl-dots .owl-dot span, .owl_video .owl-dots .owl-dot span, .owl_blog .owl-dots .owl-dot span{
    width: 12px !important;
    height: 4px !important;
    margin: 5px 3px !important;
}
.owl_testimonial .owl-nav [class*=owl-]:hover,.owl_video .owl-nav [class*=owl-]:hover,.owl_blog .owl-nav [class*=owl-]:hover{
background: transparent !important;
}

.owl_testimonial .owl-dots,.owl_video .owl-dots,.owl_blog .owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    display: flex;
}
.owl_testimonial .owl-dots .owl-dot span{
    background: #000 !important;
}
.owl_testimonial .owl-item{
    background: transparent !important;
    height: 225px;
}
.owl_blog .owl-item{
    background: transparent !important;
    height: 330px;
}
.thumbnil_img{
    position: absolute;
    width: 96% !important;
    top: 7px;
    height: 300px;
    object-fit: cover;
    border-radius: var(--bs-border-radius) !important;
}

/* testimonial */

/* .owl_testimonial {
    width: 40% !important;
  } */
  .nav_dropdown{
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    transform: translateY(15px);
  }
  .nav_dropdown i{
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .nav_dropdown li:hover i{
    opacity: 1;
  }

  .nav_drop_li:hover .nav_dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
  }
  
  /*subha change*/
  #mail_nav a{
      text-decoration:none;
          font-weight: bold;
          color:#212529 !important;
  }
  
  #mail_nav{
      color:#212529;
  }
  
  #nav_info a{
      text-decoration:none;
          font-weight: bold;
          color:#212529 !important;
  }
   #nav_info{
      color:#212529;
  }





  /* ------------**BEFORE AND AFTER**----------- */
  .before_and_after_owl{
    padding: 50px 0;
    background-color: #3c3c3c;
  }

  .before_and_after .item{
        background-color: #646060;
        
  }
  .before_and_after .owl-nav{
    margin-top: 40px;
  }

  .owl-imnages-BA{
    /* height: 300px; */
    aspect-ratio: 3/3;
  }

  .before_and_after_owl H4{
    font-size: 30px;
    font-style: italic;
    /* max-width: 60%; */
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;

  }
  
  .before_and_after_owl p{
    text-align: center;
    color: #ffffff;
  }
  .before_and_after_owl H4 span{
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #D6FB00;
    color: transparent;
  }

  .BF_C_1{
    position: relative;
  }
  .BF_C_1 img{
    position: relative;
    z-index: -1;
  }
  .before_p{
    /* position: absolute; */
    font-size: 25px;
    top: 230px;
    font-style: italic;
    font-weight: 600;
    color: white !important;
    z-index: 1;
    left: 50px;
    background-color: #0000004d;
    padding: 4px 4px;
    margin-bottom: 0px;

  }
  .after_p{
    /* position: absolute;
    top: 230px;
    right: 40px; */
    font-style: italic;

    font-size: 25px;
    font-weight: 600;
    color: white !important;
    z-index: 1;
    right: 50px;
    background-color: #0000004d;
    padding: 4px 4px;
    margin-bottom: 0px;
  }
  
  .name_palte_BA{
    position: absolute;
    bottom: 10PX;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

/* 
  .before_after .owl-nav,.owl_video .owl-nav,.owl_blog .owl-nav{
    position: absolute;
    bottom: -20px;
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 10%;
}
.before_after .owl-nav span,.owl_video .owl-nav span,.owl_blog .owl-nav span{
    color: #dbff0d;
    font-size: 38px;
    width: 22px;
    display: block;
    position: relative;
    z-index: 10;
}
.before_after .owl-dots .owl-dot.active span,.owl_video .owl-dots .owl-dot.active span,.owl_blog .owl-dots .owl-dot.active span{
    width: 22px !important;
}
.before_after .owl-dots .owl-dot span, .owl_video .owl-dots .owl-dot span, .owl_blog .owl-dots .owl-dot span{
    width: 12px !important;
    height: 4px !important;
    margin: 5px 3px !important;
}
.before_after .owl-nav [class*=owl-]:hover,.owl_video .owl-nav [class*=owl-]:hover,.owl_blog .owl-nav [class*=owl-]:hover{
background: transparent !important;
}

.before_after .owl-dots,.owl_video .owl-dots,.owl_blog .owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    display: flex;
}
.before_after .owl-dots .owl-dot span{
    background: #000 !important;
}
.before_after .owl-item{
    background: transparent !important;
    height: 225px;
}  
.before_after .owl-dots .owl-dot.active span, .before_after .owl-dots .owl-dot:hover span{
    background: #dbff0d !important;
}  


.before_after .owl-dots{
    position: absolute;
    bottom: 14px;
}
.before_after .owl-nav{
    position: absolute;
    
    
} */
  


.video_tag{
    width: 100%;
    margin-top: 50px;
    border: 1px solid grey;
    border-radius: 5px;
}
.video_tag video{
    width: 100%;
    height: 500px;    
}

.video_content{
    color: white;
    padding: 20px 10px;
    
}
.video_content h4 span{
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #d6fb03;
    color: black;
}
.video_content h4{
    font-weight: bold;
    font-style: italic;
    color: white;

}
.video_content p{
    margin-top: 20px;
}
.video_content button{
    width: 60%;
    padding: 12px 3px;
    border-radius: 30px;
    border: none;
    background-color: #d6fb03;
    font-weight: bold;
    transition: 0.5s;
    color: #000000;
    margin-top: 28px;
}
.contact_gym{
    padding: 6px 12px
    ;
    background-color: #dbff0d;
    color: black;
    font-weight: 500;

    border: none;
    transition: 0.5s;
    margin-top: 20px;
}

.contact_gym:hover{
    color: white;
}
.animate {
    animation: rightToLeft 50s linear infinite;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

#couponCode{
    width: 125px;
    cursor: revert;
}
 
  
  
  
  

 