
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Vazirmatn:wght@100..900&display=swap');

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

body,
html {
    height: auto;
    scroll-behavior: smooth;

}

html {
    font-size: 62.5%
}


@media(max-width:1800px) {
    html {
        font-size: 55%
    }
}

@media(max-width:1700px) {
    html {
        font-size: 50%
    }
}

@media(max-width:1500px) {
    html {
        font-size: 46%;
    }
}

.prosemibold {
    font-weight: 600 !important;
}

body {
    margin: 0;
    padding: 0;
    color: #555555;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;


}

main,
header,
section,
footer {
    width: 100%;
}

a:hover,
a:focus,
button:hover,
button:focus,
input:focus,
textarea:focus,
select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button,
select {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

ul,
ol {
    padding-left: 20px;
}

p {
    padding: 0;
    display: block;
    margin: 0 0 10px;
    line-height: 4rem;
    font-size: 2.8rem;


}

a {
    margin: 0;
}

img {
    max-width: 100%;
    display: block;
}

li {
    font-size: 2rem;
}

.noscroll {
    overflow: hidden !important;
}

.clearfix {
    content: "";
    clear: both;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #232528;
    font-family: 'Helvetica Neue';
    font-weight: 400;

}

h1,
.h1 {
    font-size: 7rem;
}

h2,
.h2 {
    font-size: 6.5rem;
}

h3,
.h3 {
    font-size: 4rem;
}

h4,
.h4 {
    font-size: 3.3rem;
}

h5,
.h5 {
    font-size: 1.8rem;
}

h6,
.h6 {
    font-size: 1.6rem;
}



.text-uppercase {
    text-transform: uppercase;
}

.no-bullets {
    list-style: none;
    padding: 0;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.tablet-hide {
    display: block !important;
}

.tablet-show {
    display: none !important;
}

.space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar_logo a {
    display: block;
}

.navbar-wrapper .navbar_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0;
}

.navbar_menu li {
    margin: 0;
    list-style: none;
}

.navbar_menu>ul>li>a {
    font-size: 2.2rem;
    color: #fff;
    padding-right: 3.2rem;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}

.navbar_menu>ul>li>a:hover {
    color: #3999D5;
}

/* .navbar_menu>ul>li:first-child>a {
    padding-left: 0px;
} */


.navbar_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tag {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #3999D5;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    bottom: -0.3rem;
    right: -0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
}
.icons_navs {
    position: relative;
    cursor: pointer;
    margin-right: 2.9rem;
    line-height: inherit;
}

.icons_navs  svg {
    width: 3.4rem;
    height: 3.4rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    padding: 3rem 0;
    width: 100%;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;

}

header .common-button{
font-size: 1.8rem;
font-family: 'Roboto';
padding: 2.6rem 4.4rem;


}
header .common-button:hover{
    background-color: #fff;
}
.navbar__fixed .navbar_logo {
    max-width: 13rem;
}
.navbar_logo,
.navbar_logo a{
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}
.navbar__fixed  .common-button {
    padding: 2.0rem 4.4rem;
}

/* .header-space {
    height: 14.8rem;
} */
.nav-left-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu-closebtn {
    display: none;
}
.common-button {
    background-color: #3999D5;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #fff;
    padding: 2.9rem 3.9rem;
        border-radius: 44px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    /* font-family: "Vazirmatn", sans-serif; */
    font-family: 'Roboto';
    font-size: 2.2rem;
    border: 1px solid transparent;

    


}
.common-button:hover{
    background-color: transparent;
    color:#3999D5 ;
    border: 1px solid  #3999D5;
}
.common-button:hover svg path{
    fill: #3999D5;
}
.navbar_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navbar_right .button {
    margin-left: 14px;
}


/* banner */

.content_banner_s {
    height: 95vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.banner {
    position: relative;
}

.banner_heading_content {
    position: absolute;
    bottom: 0;
    max-width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 100px;
    visibility: hidden;


}
.banner_heading_content h1{
font-size: 7rem;
color: #fff;
font-family: 'Helvetica Neue';
text-transform: uppercase;


}
.banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}
.overlay-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.common-heading b {
    color: #707070;
    font-weight: 400;

}


.fitness_data {
    padding-right: 13.2rem;
}

ul.strength {
    list-style: none;
    padding-left: 0;
    margin-top: 5rem;
    margin-bottom: 0;

}
ul.strength li span{
color: #3999D5;
margin-right: 3.5rem;


}
/* ul.strength li:last-child{
    border-bottom: 0;
} */
ul.strength li{

    font-size: 3.5rem;
    color: #232528;
    border-bottom: 1px solid #D6D6D6;
    display: inline-block;
    width: 90%;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
    font-family: 'Helvetica Neue';
    font-weight: 400;
    width: 100%;
}


.fitness_data p {
    margin-bottom: 4.4rem;
    font-weight: 300;
    line-height: 4rem;
    font-weight: 400;

}

.fitness_data .common-heading {
    margin-bottom: 4rem;
}

.breakout .common-heading_wrap {
    margin-bottom: 5.6rem;
}

.breakout .common-button {

    margin-left: 7.5rem;
    margin-top: 4rem;



}
header.header.contact-us.navbar__fixed {
    background-color: #fff;
}
.common-heading_wrap p {
    font-size: 3.5rem;
    color: #3999D5;
    text-align: center;
}
.common-heading_wrap {
    text-align: center;
}
.break-data ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.4rem;
    margin-bottom: 2.2rem;
        font-size: 2.8rem;
        padding-left: 7.1rem;
        position: relative;
        color: #fff;
        line-height: 4rem;



}
.break-data ul{
    margin-bottom: 1.7rem;
    display: inline-block;
    padding-left: 0;
}
.break-data {
    width: 68.3rem;
    max-width: 100%;
}
.break-data ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
}

.breakout_wrapper {
   background-image: url(../images/bg-breal.png);
   background-size: cover;
   background-repeat: no-repeat;
   padding: 73px 0;
   position: relative;

}
.breakout_wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;


}

.common-button svg {
    width: 2.6rem;
    height: 1.9rem;
    margin-left: 2.6rem;
  

}

.discription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}


.discription h2 {
    font-size: 3.0rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 4.4rem;
    font-family: 'Roboto';
    line-height: 4rem;





}
.single-break-out .discription h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}


.single-break-out .work-inner{

padding: 3.5rem 3.5rem;}
.single-break-out .work-inner p{
    line-height: 2.8rem;
}

.work-inner img {
    margin: 0 auto;
    width: 14.6rem;
    height: 9rem;
}

.discription p {
    font-size: 2.2rem;
    font-weight: 500;
    color: #676767;
    margin-bottom: 2.1rem;
    text-transform: uppercase;
}

.work-inner {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.10);
    border-radius: 40px;
    text-align: center;
    padding: 35px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.work-inner:hover{
transform: translatey(-12px);
}
.breakout .common-button:hover,
.special .common-button:hover{
    background-color: #fff;
}
.line {
    width: 3.9rem;
    height: 5px;
    background-color: #676767;
    margin: auto;
    opacity: 0.4;
    border-radius: 50px;
    margin: auto auto 0;
}



.workout  .row,
.workout  .container {
    --bs-gutter-x: 5.8rem;


}
.common-heading{
text-transform: uppercase;
}

.every-data-inner .common-heading {
    padding-right: 3rem;
}
.every-data-inner .flex-row-reverse .common-heading {
    padding-right: 0;
    padding-left: 3rem;

}


.every-data-inner p {
    text-transform: none;
    font-weight: 400;
    line-height: 4rem;
}
.every-data-inner {
    padding: 9rem 0;
}
.common-heading h3 {
    margin-bottom: 4.5rem;
}
.bg-gray {
background-color: #F7F7F7;
}
.every-data .common-button{
    position: relative;
    width: 600px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    font-family: 'Roboto';
    font-size: 1.8rem;
    padding: 2.6rem 3.9rem;



}

.slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.image_testimonal  .testimonal_img img {
    width: 47.5rem;
    height: 47.5rem;
    -o-object-fit: cover;
       object-fit: cover;

}

.video-icons img {
    width: 5rem;
    height: 5rem;
    position: relative;
    right: -0.6rem;
}

.main-testimonal_img {
    position: relative;
}



.video-icons {
    width: 11.6rem;
    height: 11.6rem;
    background-color: #3999D5;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
}

.image_testimonal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45rem;
            flex: 0 0 45rem;
    max-width: 45rem;
}
.content-testimonal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 45rem);
            flex: 0 0 calc(100% - 45rem);
    max-width: calc(100% - 45rem);
    padding-left: 9rem;
    padding-bottom: 14rem;


}
.content-testimonal::before{
    content: '';
    position: absolute;
    background-image: url(../images/test-icon.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 15.5rem;
}
.content-testimonal p {
    font-size: 6rem;
    line-height: 8rem;
    color: #fff;
    margin-top: 5rem;
    margin-top: 13rem;


}
.testimonial {
    background-color: #171717;
    padding: 15rem 0;
}
.avery_data h3 {
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto';


}
.avery_data {
    text-align: center;
    margin-top: 7rem;

}
.icon-wrapper {
    width: 15rem;
}

.avery_data p {
    font-size: 3rem;
    text-transform: uppercase;
    color: #3999D5;
    font-weight: 700;

}

.block_arrow {
    width: 8.2rem;
    height: 8.2rem;
    background-color: transparent;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #2BB3E0;
    border-radius: 100%;
    z-index: 9;
}
.testimonial .slick-next {
    right: calc(100% - 72rem);
}
.testimonial  .slick-prev {
    left: 54rem;
}

/* .testimonial .slick-next:hover{
    transform: translate(10px, 0px);
} */

.testimonial  img.a-right.control-c {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.testimonial .control-c {
    width: 3.8rem;
    height: 3rem;
}
/* .testimonial .slick-next:hover{
    right: calc(100% - 74rem);

}
.testimonial .slick-prev:hover{
    left: 52rem;

} */

.testimonial  .slick-prev, .testimonial  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: unset;
    bottom: 0;
    padding: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    bottom: -2.2rem;

  
}


/* footer */

.submit-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.submit-data p {
    font-size: 2.1rem;
    margin-top: 2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 3.8rem;




}
.footer .form-control::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.8);

}
.footer .form-control::-moz-placeholder{
    color: rgba(255, 255, 255, 0.8);

}
.footer .form-control:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);

}
.footer .form-control::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);

}
.footer .form-control::placeholder{
    color: rgba(255, 255, 255, 0.8);

}
.submit-data p a{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    text-decoration: underline;
}
.submit-data p a:hover{
    color: #2BB3E0;
}
.footer {
    background-color: #171717;
    padding-top: 75px;
    position: relative;


}
.footer_data ul li a {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 2.1rem;
    display: block;
}
.footer li {
    font-size: 2rem;
    list-style: none;
}
.footer_data ul li a:hover{
    color: #3999D5;
}


.footer  .form-control {
    font-size: 2.2rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0.9rem 0 2.9rem 0;
        padding: 1.2rem 0;
    color: rgba(255, 255, 255, 0.8);
    height: 5.4rem;
    font-family: 'Roboto';

   

}

.Join_mailings {
    font-size: 3rem;
    padding: 3.5rem 0 1.4rem;
    color: #fff;
    padding-right: 14.2rem;
    line-height: 4.5rem;
}

.footer .common-button {
  
    padding: 1.7rem 4.4rem;
        display: block;
    font-size: 2.5rem;

   
}
.footer .common-button:hover{
    background-color: #fff;
}
.footer_data h4{
font-size: 2.4rem;
font-weight: 700;
color: #fff;
font-family: 'Roboto',sans-serif;
text-transform: uppercase;


}

.copyright_data p {
    font-size: 2rem;
    color: #D9D9D9;
}



.footer_data  ul,
.footer_data  ol {
    padding-left: 0;
}

.copyright_data {
    border-top: 1px solid rgb(214, 214, 214, 0.2);
    padding: 3.3rem 0;
    margin-top: 2.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer_data {
    margin-top: 17rem;
}
.footer .row,
.footer .container  {
    --bs-gutter-x: 6.1rem;
}
.socail_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.socail_icons a {
    margin-left: 3rem;
}

.socail_icons a:hover img {
    opacity: 0.5;
}
.socail_icons img{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
} 


/* news */
.relalistic_news p {
    font-size: 1.8rem;
}
.relalistic_news h4 {
    line-height: 4rem;
    font-size: 3.2rem;
    padding-right: 1.3rem;
    margin: 1.6rem 0 2.9rem;


}
.relalistic_news {
    background-color: #FCFCFC;
    border-radius: 30px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;


}
.relalistic_news a {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.relalistic_news img {
    width: 100%;
}
.real_data {
    padding: 3.1rem 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: auto;
}

.real_data p {
    color: #838383;
}
.relalistic_news:before {
    content: '';
    height: 5px;
    background-color: #3999D5;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
    margin: auto;
    
    

}

.relalistic_news:hover::before {
    content: '';
    width: 85%;
    opacity: 1;

   
}

.relalistic_news:hover{
    background-color: #F6F6F6;
}
.relalistic_news  .figure_img{
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 40px;

}
.relalistic_news:hover img{

-webkit-transform: scale(1.2);

    -ms-transform: scale(1.2);

        transform: scale(1.2);
}
.relalistic_news img{
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}


.relalistic-bottom {
    padding: 4rem 0 4rem 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    position: relative;    
    -webkit-box-align: center;    
        -ms-flex-align: center;    
            align-items: center;
}


.latest-news .common-heading p {
    color: #3999D5;
    margin-top: 3rem;
    font-size: 3.5rem;


}
.latest-news  .common-heading h3 {
    margin-bottom: 2.5rem;
}
.latest-news .common-heading {
    margin-bottom: 8.5rem;
}
.latest-news  .row {
    --bs-gutter-x: 3.4rem;
}

.site-permalink {
    position: absolute;
    left: 0;
    /* bottom: 0; */
    display: block;
    margin-left: 4.5rem;
    margin-bottom: 0px;
}
 .site-permalink span {
    opacity: 0;
    color: #3999D5;
    margin-left: -34px;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;


}


.site-permalink svg {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 2rem;
    top: 0;
    bottom: 0;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    transition: 400ms ease;
}

.relalistic_news:hover .site-permalink span {
    opacity: 1;
    margin-left: 0px;

}
.relalistic_news:hover .site-permalink svg {
    left: 100%;
    margin-left: 1.2rem;
}

.common-radius img {
    border-radius: 40px;
}

.every-data .button-wrapper {
    margin-bottom: 8.2rem;
    margin-top: 2rem;

}

.play_store a {
    margin-bottom: 2.2rem;
    display: block;
}
.play_store a:last-child{
 margin-bottom: 0;

}
.latest-news p {
    text-transform: none;
}



/* suits */
.banner_heading_content span {
    font-size: 2.2rem;
    color: #fff;
}
.banner_heading_content span a{

    font-weight: 700;
    color: #fff;

}
.two-lines .common-heading b {
    color: #707070;
    font-weight: 400;
    display: block;
}
.ems .common-heading {
    margin-bottom: 5.8rem;
}
.ems  .work-inner{
    padding: 8.5rem 3.5rem 4.4rem;
}
.ems  .discription h2{
    margin-bottom: 5rem;

}

.tabs_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-top: 0;
    padding-left: 0;


}
.tab-link {
    background-color: #F6F6F6;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 3.3rem;
    border-radius: 50px;
    color: #232528;
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-size: 3rem;
    font-weight: 400;




}
.tab-link::before{
    content: '';
    position: absolute;
    top: 0;
    width: 90%;
    height: 0.5rem;
    background-color: #2BB3E0;
    border-radius: 3px;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
    margin: auto;

}
.tab-link.active::before {
    opacity: 1;
    width: 100%;
}
.tab-link.active{
    background-color: #fff;
    font-weight: bold;

}

.font-60{
font-size: 6rem;
}
/* ul.strength.tabs_lines li span img {
    position: absolute;
} */
ul.strength.tabs_lines  li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
    margin-bottom: 3.2rem;
    padding-bottom: 0.4rem;
}
ul.strength.tabs_lines  li span {
    width: 3.4rem;
}
.tabs_lines p{
    width: calc(100% - 3.4rem);
    color: #555555;
    font-family: 'Roboto';



}
.fla .science-back {
    padding-left: 11.2rem;
}
.fla .font-60 {
    font-size: 5.6rem;
    padding: 3rem 0 1.5rem;
}
.no-top{
padding-top: 0!important;
}

.app-section .common-heading_wrap p {
    max-width: 106.2rem;
    margin: auto;
}
.app-section .common-heading {
    max-width: 145rem;
    margin: auto;
    margin-bottom: 3.5rem;

}

.single-details .discription p {
    font-size: 2.8rem;
    font-weight: 400;
    color: #676767;
    margin-bottom: 2.1rem;
    text-transform: none;
}


.single-details .discription h2 {

    margin-top: 3.6rem;
    margin-bottom: 3.4rem;
}
.single-details  .row {
    --bs-gutter-y: 5.3rem;
}

.varity_inner {
    background-color: #F2F2F2;
    border-radius: 40px;
    text-align: center;
    height: 100%;
    padding: 3rem 0;

}

.varity_inner h2 {
    font-size: 10rem;
    font-weight: 500;
    color: #3999D5;
}
.varity_inner p {
    font-size: 3rem;
    text-transform: uppercase;
    color: #232528;
    font-weight: 500;
}
.varity-lines {
    padding: 6.4rem 0;
}
.description_cardio h2{
    font-size: 7rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2.5rem;



}
.description_cardio p{
    font-size: 2.6rem;
    color: #fff;
    line-height: 3.3rem;
    text-transform: uppercase;
    font-weight: 500;


}
.cardio_inner {
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.description_cardio {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 3.6rem 6.2rem;
    bottom: 2.2rem;
    z-index: 9;


}
.cardio_inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 40px;
    z-index: 9;


}
.inner_intensity p{
margin-bottom: 0;
margin-right: 2rem;


}

.cardio .common-heading {
    margin-bottom: 10.5rem;
}

.varity {
    background-color: #FAFAFA;
}

.package ul.strength.tabs_lines li span {
    width: 6.6rem;
    font-size: 15rem;
    line-height: 0.8;
    margin-right: 6.5rem;


}

.package_data h2 {
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 2rem;

}



.package ul.strength.tabs_lines li{

    margin-bottom: 7.2rem;

}
.package ul.strength.tabs_lines li:last-child {
    margin-bottom: 0;
}

.package-img-wrapper {
    position: relative;
    margin-right: 6rem;
    height: 100%;



}

/* .image-middle img {
    height: 100%;
} */

.image-middle {
    position: absolute;
    left: -13.6rem;
    width: 40rem;
    top: 21rem;
}
.image-middle-2 {
    width: 47rem;
    right: 0;
    position: absolute;
    z-index: 9;
    bottom: 3.2rem;


}
.package-img-wrapper img {
    border-radius: 40px;
}

.package ul.strength{
    margin-top: 0;

}
.package  .tabs_lines p {
    width: auto;
    color: #555555;
}
.package  .common-heading_wrap {
    margin-bottom: 10rem;
}

.package  h2.common-heading {
    margin-bottom: 2rem;

}


.thebox .common-heading_wrap {
    max-width: 110rem;
    margin: auto;
    margin-bottom: 8rem;

}
.slider-inner .slick-slide img {
    display: block;
    border-radius: 40px;
}
.thebox .common-button {
    padding: 2.7rem 9.4rem;
    font-family: 'Roboto';
    font-size: 1.8rem;
    margin-left: 8rem;

}

.slider-inner .slick-prev,
 .slider-inner .slick-next {
    width: 7rem;
    height: 7rem;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_arrow1 img {
   
    display: flex;
    width: 3.5rem;
}

.slider-inner .slick-next {
    right: -3.3rem;
}

.slider-inner .slick-prev {
    left: -3.5rem;
}


.thebox  ul.strength {
    margin-right: 13rem;
    margin-bottom: 6rem;

}

.thebox .tabs_lines p {
    font-size: 4rem;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 5.5rem;

}

.tab-content.active {
    display: block;
}
.tab-content {
    display: none;
}



/* science */


.electrical__innerlft .common-heading {
    margin-bottom: 6rem;
}

.electrical__innerlft {
    padding-right: 5rem;
}
.electrical__innerryt {
    overflow: hidden;
    float: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 6rem;
    padding-left: 6rem;
}
.electrical__inner p {
    margin-bottom: 5rem;
}

.common-padding {
    padding: 11rem 0;
}
.electrical__inner .common-heading {
    margin-bottom: 6rem;
}
.electrical__inner p:last-of-type {
    margin-bottom: 0;
}
.font60{
    font-size: 6rem;
}
.discovery h2 {
    color: #fff;
  
    text-transform: uppercase;
    position: relative;
    padding-left: 9rem;
    margin-bottom: 5rem;
}
.discovery .break-data {
    width: 100.3rem;
}
.discovery .break-data ul li{
    display: inherit;
    
}

.fromdoctor__wrapper {
    position: relative;
}
.fromdoctor__wrapperRev {
height: 100%;
}
.fromdoctor__wrapperRev img {
    width: 100%;
    border-radius: 40px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;


    /* border-radius: 0 40px 40px 0; */
}
/* .fromdoctor__wrapperRev {
    position: absolute;
    width: 46%;
    overflow: hidden;
} */

.fromdoctor  .row,
.fromdoctor  .container {
    --bs-gutter-x: 6.5rem;
}
.fromdoctor__wrapperTxt p {
    margin-bottom: 3.5rem;
}
.fromdoctor__wrapperTxt p:last-of-type {
    margin-bottom: 0;
}
.no-top {
    padding-top: 0 !important;
}

.pb-0{
    padding-bottom: 0 !important;
}
.light-bg{
    background-color: #FAFAFA;
}
.esm-used .common-heading_wrap {
    margin-bottom: 6.5rem;
}
.esm-used   .row,
.esm-used   .container  {
    --bs-gutter-x: 1.8rem;
}

.esm-used  .discription h2 {
   
    padding-bottom: 2.3rem;
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-top: 3.1rem;

}
.esm-used .work-inner {

    padding: 5.5rem 2.6rem 3.5rem;

}
.so-efective .electrical__innerryt {
    max-width: 42%;
    margin-left: 0rem;
}
.so-efective .common-heading {
    font-size: 5.5rem;
}
.so-efective .common-button {
    margin-top: 8rem;
}
.hovershow{
    display: none;
    visibility: hidden;
    opacity: 0;
}
.hover-inner-image:hover .hovershow{
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;

}
.hover-inner-image:hover .hoverhide{
    display: none;
    visibility: none;
    opacity: 0;

}
.so-efective .hover-inner-image img {
    border-radius: 20px;
 
}

.hover-inner-image img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
/* transition: visibility 0s, opacity 0.5s linear; */



}
.backscience  .common-heading_wrap,.backscience .common-heading_wrap p {
    text-align: left;
}


/* science ends */

.unpacking {
    padding-right: 8rem;
}
.unpack  .common-heading {
    text-transform: uppercase;
    margin-bottom: 5rem;
}
.unpacking p {
    margin-bottom: 4rem;
}
.small-banner .content_banner_s{

    height: 400px;
    position: relative;

}

.banner-inner {
    position: relative;
    background-size: cover;

}

.banner.banner-inner::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
}
.squai .breakout_wrapper::before{

    background: -o-linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 0) 100%);

    background: linear-gradient(60deg, rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 0) 100%);
}
.squai .common-padding {
    padding: 17rem 0;
}

.protential_inner,
.accessories_inner {
    /* filter: drop-shadow(10px 10px 37px #000000); */
    -webkit-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.14);
    box-shadow: 10px 10px 47px 0px rgba(0,0,0,0.14);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.protential__wrapperTxt {
    padding: 6rem 5rem 6rem;
}
.protential__wrapperTxt h3 {
    font-size: 5.1rem;
    margin-bottom: 4.2rem;
    padding-right: 0;



}
.protential__wrapper .row,
.protential__wrapper .container  {
    --bs-gutter-x: 11.5rem;
    --bs-gutter-y: 7rem;

}

.special {
    padding: 12rem 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.special h2 {
    color: #fff;
}
.special p {
    color: #fff;
    padding: 6rem 0;
    max-width: 145rem;
    margin: auto;

}

.special_wrapper {
    position: relative;
}

.special  .common-button{

    padding: 2.7rem 8.4rem;
    font-size: 1.8rem;

}

.backscience  ul.strength.tabs_lines li span {
    width: 14.4rem;
    max-width: 100%;
    padding: 1.5rem 0 1rem;    background-color: #3999D5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    border-radius: 44px;
    font-family: "Vazirmatn", sans-serif;
    font-weight: 600;


    
}

.backscience  .strength_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 15.5rem);
            flex: 0 0 calc(100% - 15.5rem);
    max-width: 100%;
}

.backscience  .strength_text a {
    font-size: 2.8rem;
    color: #3999D5;
}
.backscience .strength_text a:hover{
    opacity: 0.6;
}

.backscience  .strength_text p {
    font-weight: 700;
    width: auto;
    margin-bottom: 0;

}

.backscience  ul.strength.tabs_lines li{


    -webkit-box-align: center;


        -ms-flex-align: center;


            align-items: center;

}

.backscience  .backscience__inner {
    padding: 5rem 0;
}

.backscience  ul.strength {
    margin-top: 0;
}

.backscience  .common-heading {
    margin-bottom: 5rem;
}

.extra_sec h2 {
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 7rem;
    max-width: 124.9rem;

}
.ratings_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.ratings_wrapper h3 span {
    font-size: 2.4rem;
    color: #8D8D8D;
    text-decoration: line-through;
    font-weight: 400;
    font-family: 'Roboto';
}
.ratings_wrapper h3 {
    font-size: 3.6rem;
    color: #2BB3E0;
}
.protential1__wrapperTxt {
    padding: 2.1rem 4rem;
}

.accessories_inner p {
    font-size: 2.4rem;
    color: #232528;
    font-weight: 400;
    line-height: 3.5rem;
    padding: 1.2rem 0rem;

}

.accesories-description {
    background-color: rgba(35, 37, 40, 0.8);
    padding: 2rem 2.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 40px 40px;
    padding: 2.4rem 0rem 2.4rem 4rem;    
}


.accesories-description h3 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 3.3rem;


}

.accesories_wrapper {
    position: relative;
}

.accessories__wrapper  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 7rem;
}

.contactbtm__frmhdr .input-field, .contactbtm__frmhdr textarea {
    border: 0;
    border-bottom: 1px solid #3999D5;
    background-color: transparent;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    margin-bottom: 26px;
    resize: none;
    font-size: 2.2rem;
    color: #555555;
    padding-left: 4.2rem;
    width: 100%;
    font-family: 'Roboto';



}


.contactbtm__frmhdr label {
    font-size: 14px;
    color: #303030;
    font-weight: 400;
    line-height: normal;
    margin-left: 0.5rem;

}

.contactbtm__frmhdr span.img_trims {
    position: absolute;
    left: 0;
    top: 1rem;

}
.contactbtm__frmhdr .form-group {
    position: relative;
    
}
.order-data .common-button{
display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 2rem 4.4rem;
    font-size: 2.5rem;

}
.order-data {
    text-align: center;
    max-width: 97%;

}

.contactbtm__frmhdr {
    -webkit-box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.14);
    box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.14);
    border-radius: 40px;
    background-color: #fff;
    padding: 6rem 9rem;

}
span.img_trims img {
    width: 2.6rem;
    height: 2.9rem;

}

.contactbtm__frmhdr label.font22 a {
    color: #3999D5;
    text-decoration: underline;
}

.checkbox_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0 4rem 0;

}
.contactbtm .common-heading b {
    display: inline-block;
}
.contactbtm__lft {
    margin-left: -9.7rem;
    position: relative;
    z-index: 99;
    width: 53.7vw;

}
.mapifrmae {
    position: absolute;
    left: 0;
    width: 45vw;
}
iframe {
    height: 65.5rem;
    border-radius: 40px;
}
.contacttop__calus img {
    margin: 0 auto;
    height: 4rem;
    width: 4rem;
    transition: 0.3s ease-in-out;

}

.contacttop__calus h5 a,
.contacttop__calus h5 {
    font-size: 5rem;
    color: #555555;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 4.2rem;

}

.contacttop__calus h5 a:hover{
    color: #2BB3E0;
    
}


.contacttop__calus h4 {
    margin-top: 3rem;
    font-size: 2.4rem;
    font-family: 'Roboto';
    color: #232528;
    margin-bottom: 1rem;
    font-weight: 500;


}

.contactbtm.common-padding {
    padding: 11rem 0 23rem;
}


.contact_maps .common-heading {
    font-size: 6.1rem;
    margin-bottom: 5rem;

}

.address_1 span {
    font-size: 30rem;
    font-family: 'Helvetica Neue';
    color: #232528;
    opacity: 0.03;
    letter-spacing: -0.9rem;
    line-height: 0.7;
    font-weight: 700;


}
.address_1 {
    position: absolute;
    top: -6.4rem;
    left: 0;
    right: 0;
    z-index: -1;

}
.contacttop__calus.text-center {
    position: relative;
}
.contacttop__calus:hover img{
    transform: translateY(-5px);
}

.contacttop {
    padding-top: 17rem;
    padding-bottom: 13rem;
}

.contact-us {
    background-color: #fff;
}
.contact-us .navbar_menu>ul>li>a {
    color: #555555;
}



.contact-us path {
    fill: #231F20;
}
.contact-us + .header-space {
    height: 13.5rem;
}




header.header.navbar__fixed {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07);
    padding: 0.9rem 0;
}

.lightbox-body .exchngpopuphldr__hdqtr .text {
    font-size: 3rem;
    color: #232528;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    padding-left: 2.3rem;


}
.img_with {
    width: 3rem;
    position: relative;
    top: -2px;

}
.exchngpopuphldr__hdqtr a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    align-items: center;

}
.exchngpopuphldr__hdqtr a img{

    width: 4rem;
    height:4rem;

}
.contactbtm__frmhdr textarea{
    padding-bottom: 0;
    height: 6.6rem

}

.lightbox-overlay.active {
    visibility: visible;
    opacity: 1;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    padding: 0;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.lightbox-container.active-show {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.lightbox-overlay .closeBtn img {
    width: 3.3rem;
    height: 3.3rem;
}
.lightbox-container {
    height: 100vh;
    width: 100%;
    max-width: 61rem;
    background-color: #fff;
    position: fixed;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow-x: hidden;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    z-index: 99999;
    padding: 5.4rem 5rem;
}
.lightbox-container .closeBtn {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 6rem;
    right: 2.5rem;
    width: 6rem;
    bottom: auto;
    left: auto;
    cursor: pointer;
}

.lightbox-body .contactbtm__frmhdr {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    padding: 3rem 0;
}
.lightbox-overlay .order-data .common-button {

    padding: 1.3rem 4.4rem;
    font-size: 1.8rem;
}

.lightbox-overlay .exchngpopuphldr__hdqtr {
    margin-top: 3rem;
}

.lightbox-overlay .contactbtm__frmhdr label {
    font-size: 1.8rem;
    color: #989898;

}

.lightbox-overlay .exchngpopuphldr__ctgry {
    margin-bottom: 4rem;
}

.exchngpopuphldr__discrip p {
    color: #7E7E7E;
    font-size: 2.4rem;

}

body.scroll {
    overflow: hidden;
}
.common-radius{
overflow: hidden;
border-radius: 40px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;

}
.common-radius img{
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}
.common-radius img:hover{
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);



}
.every-data-inner  .common-radius img{
width: 100%;
}


.cardio_inner:hover img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);



}

.thebox  ul.strength.tabs_lines li {
    margin-bottom: 1.2rem;
}
.real_data svg {
    margin: 0px 1.1rem;
     width: 1rem;
    height: 1.3rem;
}

.font-mdm{
    font-weight: 500;
}

.unpacking .common-button{

    margin-top: 2.5rem;

}
.discovery.squai h2{

    width: 87rem;
    max-width: 100%;
}

/* checkbox */

.contactbtm__frmhdr [type="checkbox"]:checked,
.contactbtm__frmhdr [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.contactbtm__frmhdr [type="checkbox"]:checked+label,
.contactbtm__frmhdr [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 4.4rem;
    cursor: pointer;
    line-height: 2.5rem;
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.8rem;
    color: #989898;
}

.contactbtm__frmhdr [type="checkbox"]:checked+label:before,
.contactbtm__frmhdr [type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid #232528;
    border-radius: 3px;
    background-color: #fff;
}

.contactbtm__frmhdr [type="checkbox"]:checked+label:after,
.contactbtm__frmhdr [type="checkbox"]:not(:checked)+label:after {
    content: "";
    width: 0.5rem;
    height: 1.1rem;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: solid #2BB3E0;
    border-width: 0 2px 2px 0;
    inset: 0.4rem auto 0 0.8rem;
        -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
}

.contactbtm__frmhdr [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.contactbtm__frmhdr [type="checkbox"]:checked+label:after {
    opacity: 1;
}

.contactbtm__frmhdr [type="checkbox"]:checked+label:before {
    background-color: transparent;
    border: 1px solid #232528;
}


/* checkbox ends */

.back-to-top {
    position: absolute;
    top: -39px;
    right: 8rem;
    width: 11rem;
    height: 11rem;
    background-color: #FAFAFA;
    border-radius: 100%;
    border: 1px solid #3999D5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;


}
.back-to-top img{
    width: 4.5rem;
    height: 4rem;
    -webkit-transform: rotate(269deg);
        -ms-transform: rotate(269deg);
            transform: rotate(269deg);
    -webkit-transition: 0.2s ease-in-out ;
    -o-transition: 0.2s ease-in-out ;
    transition: 0.2s ease-in-out ;
    
}
.back-to-top:hover img{
  margin-top: -12px;
}



.search-section {
    position: fixed;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    left: 0;
    top: 0;
    height: 100%;
    /* height: calc(100vh + 200px); */
    min-height: 100%;
    background: #fff;
    background: rgba(0, 0, 0, 0.8);
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    visibility: hidden;
}
.menu-closebtnsearch {
    position: absolute;
    top: 16px;
    right: 27px;
}
.sticky .minisearch-inline.search-section.open {
    z-index: 999;
}
.search-box {
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.search-input .input-textarea {
    position: relative;
    background: transparent;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: white;
    z-index: 2;
    border: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}
body.open .search-section {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.search-section  .input_search {
    min-width: 400px;
    padding: 20px;
    font-size: 2.6rem;
    border: 1px solid #000;
    border-right: 0;

}
.search-section button.search-mobbtn {
    background-color: #3999d5;
    padding: 2.5rem;

}
.search-section button.search-mobbtn  svg{
    color: #fff;
    width: 3rem;
    height: 3rem;
}
.video_wrapper {
    position: relative;
    height: 0;
    padding-bottom: 57.36%;
}

.video_wrapper {
    width: 72.8rem;
    height: 41rem;
    position: relative;
}


.video_wrapper video 
{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 40px;

}
.no-shadow::before{
    display: none;
    
} 

.lightbox-overlay .exchngpopuphldr__ctgry img {
    max-width: 18rem;
}
.margin-bottom-sm {
    padding-bottom: 8rem;
}
.inner_intensity {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

/* 22/04/2024 css */
.workout .container {
    --bs-gutter-x: 2rem;
}
.fitness .common-radius,.fitness .common-radius img  {

    -o-object-fit: cover;

       object-fit: cover;
}
ul.strength li:last-child {
    margin-bottom: 0;
}

.footer .container,.fromdoctor .container ,.protential__wrapper .container{
    --bs-gutter-x: 2rem;
}



#product-single .slick-list {

    border-radius: 40px;
}

.contact_mapsbtm .contact_maps {
    display: none;
}

.protential__hed {
    max-width: 101rem;
    margin: auto;
}


/* pop up */

.popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.popup-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.popup-content {
    width: 100%;
    height: 100%;
}

.popupBody {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popupImg__img {
    max-height: 100%;
}

.popupBody .close-popup {
    position: absolute;
    top: 12px;
    cursor: pointer;
    bottom: unset;
    right: 19px;
    z-index: 999;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(../images/cross-close-video.svg) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}

.popupBody .open-popup {
    cursor: pointer;
}

.popupBody video {
    max-width: 60%;
    width: 60%;
    display: block;
    height: 70%;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #000;
}

.close-popup.close-popup--black {
    background: #000;
}

.fadeIn {
    animation: fadeIn .5s ease-in both;
    -webkit-animation: fadeIn .5s ease-in both
}
.slider-wrapper  .introImage > img {
    border-radius: 100%;
}

.socail_icons a:hover svg path,
.socail_icons a:hover svg ellipse#Ellipse_6{
    fill: #3999D5;
}

header.header.navbar__hide {
    transform: translateY(-100%);
}


@keyframes fadeIn {
    0% {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
}

.fadeOut {
    animation: fadeOut .5s ease-out both;
    -webkit-animation: fadeOut .5s ease-out both
}

@keyframes fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0
    }
}