div, ul, li, p, form, h5, h6, h4, h3, h2, h1, p {  margin: 0; padding: 0;}

a{
    text-decoration: none;
    transition: .4s all;
}

body{
    overflow-x: hidden;
    /* font-family: 'segoe_uiregular'; */
    position: relative;
    min-height: 100vh;    
}

html{
    overflow-x: hidden;
}

li{
    list-style: none;
}

figure{
    margin: 0 ;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

.container{
    width: 100%;
    max-width: 1700px;
}

section{
    position: relative;
}

@font-face {
    font-family: 'segoe_uiregular';
    src: url('../font/segoe_ui-webfont.woff2') format('woff2'),
         url('../font/segoe_ui-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ====================================== */

.header{
    position: absolute;
    z-index: 3;
    width: 100%;
    padding: 0 100px;
}

.hdr-lgo{
    width: 220px;
}

.hdr-lgo img{
    width: 100%;
}

.navbar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65px;
}
button.menu_btn {
    display: none;
}
.navbar ul li a{
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.navbar ul li a:after, .navbar ul li a.active:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ECB801;
    width: 0;
    transition: 0.4s all;
}

.navbar ul li a:hover{
    opacity: 0.8;
}

.navbar ul li a:hover:after, .navbar ul li a.active:after{
    width: 100%;
}

.bnr-info{
    height: 640px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-about{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -30px;
    bottom: 0;

    background-repeat: no-repeat;
    background-size: contain;
    height: 730px;
    width: 665px;
}


.bnr-info:before{
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.banner-about h2{
    font-size: 60px;
    line-height: 60px;
    max-width: 500px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.banner-about h2 span{
    color: #ECB801;
}

.banner-about p{
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 18px;
    margin-top: 15px;
}

.contct-btn{
    height: 48px;
    line-height: 46px;
    display: inline-block;
    background: linear-gradient(90deg, #FF8C06 0%, #ECB801 100%);
    padding: 0 35px;
    color: black;
    font-size: 17px;
    border: none;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
    transition: 0.4s all;
}

.contct-btn:hover{
    opacity: 0.8;
    color: black;
}

.bnr-wrapr{
    padding: 180px 0 0 80px;
    min-height: 640px;
}

.bannerSlide .owl-nav, .bannerSlide-third .owl-nav{
    position: absolute;
    right: 100px;
    bottom: -30px;
    color: white;
    display: flex;
    gap: 15px;
}

.bannerSlide .owl-prev, .bannerSlide .owl-next, .bannerSlide-third .owl-prev, .bannerSlide-third .owl-next{
    height: 38px;
    width: 38px;
    border: 1px solid white !important;
    border-radius: 50%;
    background: url(../images/left-arw.png) no-repeat center / contain !important;
    color: transparent !important;
    background-size: 10px !important;
    transition: 0.4s all ;
}

.bannerSlide .owl-prev:hover, .bannerSlide .owl-next:hover{
    opacity: 0.7;
}

.bannerSlide .owl-next, .bannerSlide-third .owl-next{
    transform: rotate(180deg);
}

.bannerSlide-third .owl-nav{
    position: relative;
    inset: 0;
    justify-content: center;
    margin-top: 40px;
}

.bannerSlide .owl-stage-outer{
    overflow: visible !important;
}

.about-strength{
    padding: 110px 0 70px;
    background: #0F1725;
}

.strength-info{
    position: relative;
    max-width: 650px;
}

.main-heading{
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.main-heading span{
    color: #ECB801;
}

.strength-info h3{
    font-size: 21px;
    font-weight: 400;
    color: white;
    margin-bottom: 18px;
}

.strength-info h4{
    font-size: 18px;
    color: white;
    font-weight: 300;
    line-height: 25px;
}

.read-more-btn {
    display: inline-block;
    color: #ECB801;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}

.read-more-btn:hover{
    opacity: 0.8;
    color: #ECB801;
    text-decoration: none;
}

.read-more-btn i{
    position: relative;
    font-size: 14px;
    right: -1px;
    top: 1px;
}

.dumbl-fig{
    width: 600px;
    margin: auto;
    position: relative;
}

.dumbl-fig:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    height: 240px;
    width: 299px;
    background: url(../images/angle2.png) no-repeat center / contain;
}

.dumbl-fig img{
    width: 100%;
}

.social-links{
    position: absolute;
    top: -20px;
    left: 0;
    height: 60px;
    line-height: 60px;
    width: 220px;
}

.social-links ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    gap: 17px;
    z-index: 2;
    position: relative;
}

.social-links ul li a{
    color: white;
    font-size: 20px;
}

.social-links ul li a:hover{
    color: black;
}

.social-links::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/socl-bodr.png) no-repeat center / contain;
    height: 60px;
    width: 238px;
    z-index: 1;
}

.fitness-training{
    padding: 80px 0;
    background: #0B111D;
    z-index: 4;
    overflow: hidden;
}

.training-info h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #ECB801;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.gym-img{
    width: 80px;
    margin: auto;
}

.training-info{
    max-width: 660px;
    text-align: center;
    margin: 0 auto 25px;
}

.kolkata-zone{
    width: 500px;
}

.kolkata-zone img{
    width: 100%;
}

.slidr-wrapper .slick-list {
    padding: 60px 0 !important;
}

.slidr-wrapper .slick-center{
    /* border: 16px solid #f87f04; */
    transform: scale(1.2);
    transition: 0.5s all;
    position: relative;
}

.slidr-wrapper .slick-center::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 6;
    height: 100%;
    width: 100%;
    pointer-events: none;
    border: 10px solid #f87f04;

}

.slidr-wrapper .slick-prev, .slidr-wrapper .slick-next {
    height: 38px;
    width: 38px;
    border: 1px solid white !important;
    border-radius: 50%;
    background: url(../images/left-arw.png) no-repeat center / contain !important;
    color: transparent !important;
    background-size: 10px !important;
    transition: 0.4s all;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.slidr-wrapper .slick-next {
    transform: rotate(180deg);
    right: -100px;
}

.fitness-training::after{
    content: "";
    position: absolute;
    top: 210px;
    left: 250px;
    bottom: 0;
    height: 1000px;
    width: 90px;
    background: #ECB801;
    transform: rotate(317deg);
    z-index: -1;
}

.packages-section{
    padding: 70px 0 0;
    background: #2E3547;
}

.package-headr .main-heading{
    margin-bottom: 8px;
}

.package-headr p{
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #ABAEB7;
}

.paskge-cost li{
    display: inline-block;
    height: 210px;
    background: #373E51;
    width: 24.4%;
    position: relative;
    /* margin: 0 3px; */
    transition: 0.2s all;
}

.paskge-cost li:hover{
    border: 8px solid #f87f04;
    transform: scale(1.1);
    z-index: 1;
}

.paskge-cost{
    text-align: center;
    margin-bottom: 14px;
}

.cost-info h4{
    font-size: 34px;
    font-weight: 800;
    color: white;
}

.cost-info{
    position: absolute;
    inset: 0;
    text-align: center;
}

.flx-hdng{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cost-info p {
    font-size: 17px;
    color: #ECB801;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.cost-info h4 i{
    font-size: 18px;
    position: relative;
    top: -7px;
    margin-right: 4px;
    color: #FFC700;
}

.totl-cls{
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.paskge-cost li:last-child .cost-info h4{
    margin-bottom: 10px;
    
}

.gym-tranner-fig{
    width: 700px;
    flex: none;
    position: relative;
}

.gym-tranner-fig::after{
    content: "";
    top: -2px;
    right: -1px;
    height: 357px;
    width: 450px;
    background: url(../images/angle.png) no-repeat center / contain;
    position: absolute;
    display: none;
}

.packg-include{
    display: flex;
    align-items: start;
    gap: 350px;
}

.workout-details h3{
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.workout-details p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #BABDC7;
    max-width: 390px;

}

.dts-figure{
    height: 75px;
    width: 75px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.dts-figure img{
    width: 50px;
}

.workout-details{
    position: relative;
    padding-left: 100px;
}

.dts-figure::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff26;
    transform: scale(1.2);
    border-radius: 50%;
    z-index: -1;
}

.packg-include-list li{
    margin-bottom: 25px;
}

.packg-include-list li:last-child{
    margin-bottom: 0;
}

.facility-section{
    padding: 100px 0 80px;
}

.facility-wrapper{
    padding: 45px 0 0;
    background: #ECB801;
}

.facility-headr .main-heading{
    color: black;
    margin-bottom: 8px;
}

.facility-headr p, .facility-info p{
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: black;
}

.facility-info p{
    font-weight: 500;
}

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

.facility-info figure{
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.facility-info figure img{
    width: 50px !important;
}

.facility-section::before{
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: url(../images/sou-ing.png) no-repeat center / cover ;
    z-index: -1;
}

.facility-section:after{
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    z-index: -1;
    opacity: 0.8;
}

.img-fig{
    /* width: 380px; */
    position: relative;
    transition: 0.4s all;

}

.img-fig::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 6;
    height: 100%;
    pointer-events: none;
}

.img-fig img{
    width: 100%;
}

.img-fig:hover:before{
    width: 100%;
    border: 10px solid #f87f04;
}

.footer{
    position: relative;
    padding: 70px 100px 15px;
    background: #090E16;
}

.ftr-fig{
    width: 250px;
    margin: auto;
}

.footer-list h3{
    font-size: 24px;
    color: white;
    margin-bottom: 30px;
    font-weight: 600;
}

.footer-list ul li {
    margin-bottom: 8px;
    display: inline-block;
    width: 48%;
}

.footer-list ul li a, .address-info p, .address-info a{
    font-size: 17px;
    color: white;
    font-weight: 400;
}

.footer-list ul li a:hover, .address-info a:hover{
    color: #ECB801;
}

.address-info h4{
    font-size: 21px;
    font-weight: 600;
    color: white;
    max-width: 100px;
    display: block;
    width: 100%;
}

.address-info{
    display: flex;
    gap: 20px;
}

.contact-abt{
    position: relative;
    padding-left: 50px;
    margin-bottom: 35px;
}

.contact-abt:last-child{
    margin-bottom: 0;
}

.contact-abt i{
    height: 40px;
    width: 40px;
    border: 1px solid #2E3540;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 50%;
}

.bootr-btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #2E3540;
    padding-top: 15px;
    margin-top: 33px;
}

.bootr-btm p{
    font-size: 16px;
    font-weight: 400;
    color: #989898;
}

.bootr-btm p span{
    color: #ECB801;
}

.footr-links li a i{
    height: 40px;
    width: 40px;
    border: 1px solid #2E3540;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    transition: 0.4s all;
}

.footr-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footr-links li a i:hover{
    background: #ECB801;
    color: black;
}

.auto-image .owl-stage-outer{
    overflow: visible;
}

.whats-app{
    position: absolute;
    top: -30px;
    right: 180px;
    width: 55px;
    z-index: 5;
}

.whats-app:hover{
    opacity: 0.9;
}

.whats-app::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #29a71a;
    transform: scale(1.2);
    border-radius: 50%;
    z-index: -1;
    animation: mymove4 1.5s infinite;
}

@keyframes mymove4{
    0%  {transform: scale(0.9); opacity: 1;}
    50% {transform: scale(2); opacity: 0;}
    100%  {transform: scale(0); opacity: 0;}
    
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.inner-bnner .bnr-info {
    height: 455px;
    background-size: initial;
}

.inner-bnner .banner-about {
    height: 550px;
    width: 720px;
    right: -30px;
}

.inner-bnner .banner-about h2 span{
    display: block;
}

.gallery-info{
    padding: 70px 0 45px;
    background: #0F1725;
}

.gallry-hdr .main-heading{
    margin-bottom: 38px;
}

.gallry-info-fig{
    margin-bottom: 20px;
    position: relative;
}

.gallry-info-fig img{
    width: 100%;
}

.scrh-icon{
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    font-size: 40px;
    color: white;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #00000073;
    pointer-events: none;
    opacity: 0;
    transition: 0.4s all;
}

.gallry-info-fig:hover .scrh-icon{
    opacity: 1;
}

.inner-bnner .bnr-wrapr {
    min-height: 380px;
}

.contact-us{
    padding: 70px 0;
    background: #0F1725;
}

.contact-about h3{
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 1px;
}

.contact-about p, .contact-about a{
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.contact-about a:hover{
    opacity: 0.7;
}

.contact-about{
    position: relative;
    padding-left: 62px;
    margin-bottom: 30px;
}

.contact-about:last-child{
    margin-bottom: 0;
}

.contact-about i {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: linear-gradient(44.77deg, #FF8C06 3.08%, #ECB801 88.32%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 4px;
    left: 0;
}

.contact-form input{
    height: 40px;
    border: none;
    border-radius: 0;
    background: white;
    color: black;
    box-shadow: none;
    font-size: 15px;
}

.contact-form input::placeholder, .contact-form textarea::placeholder{
    color: black;
    font-size: 16px;
}

.contact-form textarea{
    resize: none;
    height: 100px;
    border: none;
    border-radius: 0;
}

.contact-form{
    position: relative;
    margin-bottom: 15px;
}

.form-wrapper{
    max-width: 600px;
    margin: auto;
}

.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

textarea:focus-visible{
    outline: none;
}

.map-sec iframe{
    border: 0;
    width: 100%;
    height: 370px;
    display: block;
    padding: 0;
}

button.contct-btn{
    font-size: 15px;
    height: 46px;
    line-height: 42px;
}

.program-section{
    padding: 70px 0;
    background: #0F1725;
}

.program-info{
    background: linear-gradient(90deg, #FF8C06 -12.25%, #ECB801 84.56%);
    padding: 25px 31px;
    display: inline-block;
    text-align: center;
    color: white;
    max-width: 170px;
    width: 100%;
}

.program-info h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
}

.program-info h4{
    font-size: 65px;
    line-height: 62px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}

.program-about h3{    
    font-size: 23px;
    font-weight: 700;
    color: black;
    margin-bottom: 12px;
}

.program-about p{
    font-size: 16px;
    color: black;
}

.program-about{
    position: relative;
    padding: 20px 35px;
    background: white;
    width: 100%;
}

.programs-wrapper{
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.programs-wrapper:last-child{
    margin-bottom: 0;
}

.explr-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 5px 12px;
    background: #0F1725;
    font-size: 14px;
    color: white;
    font-weight: 600;
    display: none;
}

.explr-btn:hover{
    color: #ECB801;
}

.explr-btn i{
    font-size: 12px;
}

.about-strngth-list{
    margin-top: 20px;
    display: none;
}

.about-strngth-list li{
    position: relative;
    font-size: 17px;
    color: white;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.about-strngth-list li:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 8px;
    background: white;
    border-radius: 50%;
}

.about-strngth-list li span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #ECB801;
    margin-top: 6px;
}

.about-strngth-list li:last-child{
    margin-bottom: 0;
}

.testimonial-section{
    background: #0b111d;
    padding: 60px 0 70px;
}

.testimonial-wrapper h2 {
    font-size: 65px;
    line-height: 86px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-align: center;
}

.inverted-comma{
    width: 65px;
    margin: auto;
}

.inverted-comma img{
    width: 100%;
}

.testimonial-wrapper p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 30px auto;
    max-width: 1200px;
    width: 100%;
}

.client-about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.client-about figure {
    position: relative;
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.client-about figure img{
    width: 100%;
}

.bannerSlide-four .owl-dots{
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
}

.bannerSlide-four .owl-dot{
    height: 8px;
    width: 8px;
    background: #fc9306 !important;
    border-radius: 50%;
    margin: 0 4px;
    transition: 0.4s all;
}

.bannerSlide-four .owl-dot.active{
    width: 25px;
    border-radius: 50px;
}

.client-all-about p{
    color: #fc9306;
    font-weight: 600;
}
.auto-image {
    background: #090e16;
}

.gym-type{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    top: 6px;
    position: relative;
}

.new-hdding {
    display: flex;
    align-items: start;
    gap: 7px;
    justify-content: center;
}

.new-hdding + .new-hdding{
    margin-top: 10px;
}

.new-pakg-cost.new-pakg-cost li {
    width: 100%;
    margin-left: 0;
}

.new-pakg-cost.new-pakg-cost .cost-wrap {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    height: 100%;
}

.new-pakg-cost.new-pakg-cost .flx-hdng {
    height: 100%;
    flex: 0 0 auto;
    width: 32%;
    border-right: 1px solid #5e5f60;
    position: relative;
}

.new-pakg-cost.new-pakg-cost .flx-hdng:last-child{
    border-right: none;
}

.new-pakg-cost.new-pakg-cost li:hover {
    transform: scale(1.01);
}

.new-pakg-cost{
    margin-bottom: 60px;
}

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

.personl-h3 {
    position: relative;
    background: #e0b006;
    display: table;
    color: #000;
    font-size: 18px;
    padding: 8px 20px;
    margin: 40px auto 20px;
}




@media only screen and (max-width: 1500px) {

    .container{
        max-width: 100%;
        width: 100%;
        padding: 0 70px;
    }

    .bannerSlide .owl-prev, .bannerSlide .owl-next, .bannerSlide-third .owl-prev, .bannerSlide-third .owl-next {
        height: 35px;
        width: 35px;
        background-size: 8px !important;
    }
    
    .hdr-lgo {
        width: 180px;
    }

    .navbar ul li a {
        font-size: 14px;
    }

    .navbar ul {
        gap: 35px;
    }

    .bnr-wrapr {
        padding: 140px 0 0 60px;
        min-height: 550px;
    }

    .banner-about {
        height: 635px;
        width: 570px;
    }

    .bnr-info {
        height: 550px;
    }

    .banner-about h2 {
        font-size: 46px;
        line-height: 48px;
        max-width: 430px;
    }

    .banner-about p {
        font-size: 17px;
        margin-bottom: 14px;
        margin-top: 12px;
    }

    .contct-btn {
        height: 43px;
        line-height: 43px;
        padding: 0 25px;
        font-size: 14px;
        margin-top: 8px;
    }

    .bannerSlide .owl-nav, .bannerSlide-third .owl-nav {
        right: 70px;
        gap: 11px;
    }

    .social-links::before {
        height: 55px;
        width: 220px;
    }

    .about-strength {
        padding: 100px 0 60px;
        background: #0F1725;
    }

    .main-heading {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 16px;
    }

    .strength-info h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .strength-info h4 {
        font-size: 16px;
        line-height: 23px;
    }

    .read-more-btn {
        margin-left: 8px;
        font-size: 14px;
    }

    .dumbl-fig {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
    }

    .dumbl-fig:after {
        height: 200px;
        width: 249px;
    }

    .fitness-training {
        padding: 55px 0 60px;
    }

    .training-info {
        max-width: 530px;
    }

    .training-info h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .gym-img {
        width: 70px;
    }

    .slidr-wrapper .slick-list {
        padding: 38px 0 55px !important;
    }

    .slidr-wrapper .slick-center::before {
        border: 4px solid #f87f04;
    }

    .slidr-wrapper .slick-prev, .slidr-wrapper .slick-next {
        height: 35px;
        width: 35px;
        background-size: 8px !important;
    }

    .slidr-wrapper .slick-next {
        right: -90px;
    }

    .fitness-training::after {
        top: 180px;
        left: 250px;
        width: 70px;
    }

    .packages-section {
        padding: 50px 0 0;
    }

    .package-headr p {
        font-size: 15px;
        line-height: 21px;
    }

    .cost-info h4 {
        font-size: 30px;
    }

    .cost-info h4 i {
        font-size: 20px;
        top: -5px;
        margin-right: 3px;
    }

    .cost-info p {
        font-size: 15px;
        bottom: 9px;
    }

    .totl-cls {
        font-size: 12px;
    }

    .paskge-cost li{
        height: 200px;
    }

    .personl-h3 {
        font-size: 15px;
        padding: 8px 20px;
        margin: 40px auto 20px;
    }
    
    .paskge-cost {
        margin-bottom: 35px;
    }

    .gym-tranner-fig {
        width: 100%;
        max-width: 600px;
    }

    .packg-include {
        gap: 105px;
    }

    .gym-tranner-fig::after {
        height: 303px;
        width: 380px;
    }

    .dts-figure {
        height: 58px;
        width: 58px;
    }

    .dts-figure img {
        width: 42px;
    }

    .workout-details h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }


    .workout-details p {
        font-size: 14px;
        line-height: 20px;
        max-width: 360px;
    }

    .facility-section {
        padding: 90px 0 70px;
    }

    .facility-wrapper {
        padding: 40px 0 0;
    }

    .facility-headr p, .facility-info p {
        font-size: 16px;
        line-height: 23px;
    }

    .facility-info figure {
        height: 80px;
        width: 80px;
        margin: 0 auto 14px;
    }

    .facility-info figure img {
        width: 40px !important;
    }

    .bannerSlide-third .owl-nav {
        margin-top: 20px;
    }

    .facility-info p {
        font-size: 15px;
        line-height: 21px;
    }

    .whats-app {
        top: -28px;
        right: 150px;
        width: 46px;
    }

    .footer {
        padding: 55px 75px 12px;
    }
    
    .ftr-fig {
        width: 180px;
        margin: 0;
    }

    .footer-list h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .footer-list ul li a, .address-info p, .address-info a {
        font-size: 14px;
    }

    .footer-list ul li {
        margin-bottom: 5px;
    }

    .address-info h4 {
        font-size: 18px;
        max-width: 80px;
    }

    .contact-abt i {
        height: 35px;
        width: 35px;
        font-size: 14px;
        top: -5px;
    }

    .contact-abt {
        padding-left: 47px;
        margin-bottom: 17px;
        min-height: 32px;
    }

    .bootr-btm {
        padding-top: 10px;
        margin-top: 20px;
    }

    .bootr-btm p {
        font-size: 14px;
    }

    .footr-links li a i {
        height: 35px;
        width: 35px;
        font-size: 14px;
    }

    .footr-links {
        gap: 10px;
    }

    .inner-bnner .bnr-info {
        height: 340px;
        background-size: cover;
    }

    .inner-bnner .banner-about {
        height: 440px;
        width: 580px;
        right: -30px;
    }

    .inner-bnner .banner-about h2 {
        font-size: 48px;
        line-height: 52px;
        max-width: 430px;
    }

    .contact-about i {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }

    .contact-about h3 {
        font-size: 16px;
    }

    .contact-about p, .contact-about a {
        font-size: 14px;
    }

    .contact-about {
        padding-left: 58px;
        margin-bottom: 25px;
    }

    .form-wrapper {
        max-width: 460px;
    }

    .contact-form input {
        height: 36px;
        font-size: 15px;
    }

    .contact-form textarea{
        font-size: 15px;
    }

    .contact-form {
        margin-bottom: 13px;
    }

    .contact-form input::placeholder, .contact-form textarea::placeholder{
        font-size: 14px;
    }

    button.contct-btn {
        font-size: 14px;
        height: 42px;
        line-height: 40px;
    }

    .contact-us {
        padding: 65px 0 50px;
    }

    .map-sec iframe {
        height: 300px;
    }

    .contact-form textarea{
        height: 82px;
    }

    .gallry-hdr .main-heading {
        margin-bottom: 30px;
    }

    .program-info h3 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .program-info h4 {
        font-size: 46px;
        line-height: 46px;
    }

    .program-about {
        padding: 15px 32px;
    }

    .program-info {
        padding: 18px 20px;
        max-width: 130px;
    }

    .program-about h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .program-about p {
        font-size: 14px;
    }

    .explr-btn{
        font-size: 13px;
        padding: 4px 12px;
    }

    .programs-wrapper {
        gap: 26px;
        margin-bottom: 18px;
    }

    .program-section {
        padding: 60px 0 65px;
    }

    .explr-btn i {
        font-size: 11px;
    }

    .about-strngth-list li {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 11px;
        padding-left: 15px;
    }

    .about-strngth-list li:after {
        height: 7px;
        width: 7px;
    }

    .about-strngth-list li span {
        margin-top: 4px;
    }

    .testimonial-wrapper h2 {
        font-size: 45px;
        line-height: 56px;
        margin-bottom: 22px;
    }

    .inverted-comma {
        width: 55px;
    }

    .testimonial-wrapper p {
        font-size: 15px;
        line-height: 26px;
        margin: 26px auto;
        max-width: 1000px;
    }

    .client-about figure {
        width: 80px;
    }

    .testimonial-section {
        padding: 40px 0 60px;
    }
    .img-fig:hover:before {
        border: 5px solid #f87f04;
    }
}




@media only screen and (max-width: 1199px){
    .header {
        padding: 0 60px;
    }
    .paskge-cost li {
        width: 18%;
    }
    .packg-include {
        gap: 55px;
    }
    .packg-include-list li {
        margin-bottom: 22px;
    }
}
@media only screen and (max-width: 991px){
    .container {
        padding: 0 15px;
    }
    .header {
        padding: 0 35px;
    }
    .hdr-lgo {
        width: 135px;
    }
    .navbar ul li a {
        font-size: 13px;
    }
    .navbar ul {
        gap: 28px;
    }
    .bnr-info {
        height: 450px;
    }
    .bnr-wrapr {
        padding: 90px 0 0 40px;
    }
    .banner-about {
        height: 530px;
        width: 500px;
    }
    .main-heading {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    .strength-info h4 {
        font-size: 14px;
        line-height: 21px;
    }
    .gym-img {
        width: 60px;
    }
    .cost-info h4 {
        font-size: 26px;
    }
    .cost-info p {
        font-size: 13px;
        bottom: 10px;
    }
    .paskge-cost li:last-child .cost-info h4 {
        margin-bottom: 15px;
    }
    .gym-tranner-fig {
        max-width: 360px;
    }
    .packg-include {
        gap: 30px;     
        padding-bottom: 30px;
    }
    .dts-figure {
        height: 55px;
        width: 55px;
    }
    .dts-figure img {
        width: 34px;
    }
    .workout-details {
        padding-left: 75px;
    }
    .testimonial-wrapper h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 16px;
    }
    .footer {
        padding: 30px 15px 10px;
    }
    .ftr-fig {
        width: 140px;
    }
    .footer-list h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .address-info h4 {
        font-size: 15px;
        max-width: 80px;
    }
    .contact-abt i {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .address-info {
        gap: 7px;
    }
    .gym-tranner-fig::after {
        height: 180px;
        width: 229px;
    }
    .inner-bnner .bnr-info {
        height: 280px;
    }
    .inner-bnner .banner-about {
        height: 320px;
        width: 420px;
        right: -15px;
    }
    .inner-bnner .banner-about h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .bnr-wrapr {
        padding: 80px 0 0 30px;
    }
}

@media only screen and (max-width: 767px){
    .navbar ul {
        display: block;
        position: absolute;
        top: 0;
        right: -100%;
        margin-right: -35px;
        background: linear-gradient(90deg, #FF8C06 0%, #ECB801 100%);
        width: 70%;
        height: 100vh;
        padding-top: 70px;
        transition: .5s ease-in-out;
    }
    nav.navbar.open_nav ul{
        right: 0 !important;
    }
    .navbar button.menu_btn {
        display: block;
        position: absolute;
        right: 0;
        border: 0;
        background: none;
        font-size: 26px;
        color: #ffffff;
    }
    .navbar.open_nav button.menu_btn i:before {
        content: '\f00d ';
    }
    .navbar ul li a:after, 
    .navbar ul li a.active:after {
       display: none;
    }
    .navbar ul li a.active,
    .navbar ul li a:hover{
        background: #fff;
        color: #0f1725;
    }
    .navbar ul li a.active, 
    .navbar ul li a:hover {
        background: #fff;
        color: #0f1725;
        opacity: 1;
    }
    .navbar ul li a{
        padding: 0 20px;
        height: 42px;
        line-height: 42px;
        display: block;
    }

    .bnr-info {
        height: 320px;
    }
    .banner-about {
        height: 385px;
        width: 375px;
    }
    .banner-about h2 {
        font-size: 34px;
        line-height: 38px;
        width: 100%;
        max-width: 260px;
    }
    .bnr-wrapr {
        padding: 65px 0 0 35px;
    }
    .banner-about p {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 8px;
    }
    .contct-btn {
        height: 38px;
        line-height: 38px;
        padding: 0 18px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .bannerSlide .owl-nav, 
    .bannerSlide-third .owl-nav {
        right: 40px;
        gap: 11px;
    }
    .social-links::before {
        height: 47px;
        width: 190px;
    }
    .social-links {
        line-height: 47px;
    }
    .social-links ul li a {
        font-size: 16px;
    }
    .social-links ul {
        padding-right: 62px;
        gap: 15px;
    }
    .about-strength {
        padding: 80px 0 40px;
    }
    .main-heading {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .dumbl-fig {
        width: 100%;
        max-width: 350px;
        margin: 20px auto 0;
    }
    .dumbl-fig:after,
    .gym-tranner-fig::after{
        display: none;
    }
    .fitness-training {
        padding: 40px 0 40px;
    }
    .training-info h3 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .training-info {
        margin: 0 auto 8px;
    }
    .slidr-wrapper .slick-center::before {
        border: 5px solid #f87f04;
    }
    .slidr-wrapper .slick-list {
        padding: 30px 0 25px !important;
    }
    .packages-section {
        padding: 40px 0 0;
    }
    .paskge-cost {
        margin-bottom: 40px; 
        margin-top: 20px;
    }
    .paskge-cost li {
        width: 26%;
        margin-bottom: 1%;
    }
    .packg-include {
        display: block;
    }
    .gym-tranner-fig {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 30px;
    }
    ul.packg-include-list {
        width: 100%;
        padding: 0 15px;
    }
    .packg-include-list li {
        margin-bottom: 28px;
    }
    .testimonial-wrapper h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .inverted-comma {
        width: 36px;
    }
    .testimonial-wrapper p {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto;
        width: 100%;
        max-width: inherit;
    }
    .client-about figure {
        width: 65px;
    }
    .whats-app {
        top: -20px;
        right: 45px;
        width: 40px;
    }
    .footer-list ul li {
        margin-bottom: 1px;
    }
    .footer-list {
        margin-top: 20px;
    }
    .bootr-btm p {
        font-size: 12px;
    }
    .bootr-btm {
        padding-top: 8px;
        margin-top: 15px;
    }
    .footr-links li a i {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .facility-info p {
        font-size: 13px;
        line-height: 18px;
    }
    .facility-section {
        padding: 40px 0;
    }
    .inner-bnner .bnr-info {
        height: 220px;
    }
    .inner-bnner .banner-about {
        height: 250px;
        width: 320px;
    }
    .inner-bnner .banner-about h2 {
        font-size: 34px;
        line-height: 36px;
    }
    .program-info {
        padding: 12px;
        max-width: 85px;
        height: fit-content;
    }
    .program-info h3 {
        font-size: 14px;
    }
    .program-info h4 {
        font-size: 32px;
        line-height: 36px;
    }
    .program-about {
        padding: 12px 15px;
        padding-bottom: 25px;
    }
    .explr-btn i {
        font-size: 9px;
    }
    .program-about h3 {
        margin-bottom: 5px;
    }
    .programs-wrapper {
        gap: 15px;
        margin-bottom: 15px;
    }
    .program-section {
        padding: 40px 0 45px;
    }
    .explr-btn {
        font-size: 11px;
        padding: 2px 10px;
    }
    .form-wrapper {
        max-width: 100%;
        margin-top: 30px;
    }
    .map-sec iframe {
        height: 200px;
    }
    .contact-about i {
        height: 36px;
        width: 36px;
        font-size: 13px;
    }
    .contact-about p, 
    .contact-about a {
        font-size: 13px;
    }
    .contact-about {
        padding-left: 50px;
        margin-bottom: 20px;
    }
    .contact-form input {
        font-size: 13px;
    }
    .gallry-info-fig i {
        font-size: 30px;
    }
}

@media only screen and (max-width: 520px){
    .navbar ul {
        width: 100%;
        padding-top: 60px;
        margin-left: -20px;
    }
    .navbar button.menu_btn {
        font-size: 22px;
    }
    .navbar ul li a {
        padding: 0 18px;
        height: 40px;
        line-height: 40px;
    }
    .hdr-lgo {
        width: 115px;
    }
    .header {
        padding: 0 20px;
    }
    .banner-about {
        height: 322px;
        width: 290px;
        right: -36px;
    }
    .bnr-info {
        height: 250px;
    }
    .banner-about h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .banner-about p {
        font-size: 14px;
        margin-bottom: 3px;
        margin-top: 5px;
    }
    .contct-btn {
        height: 34px;
        line-height: 34px;
        padding: 0 14px;
        font-size: 12px;
    }
    .bnr-wrapr {
        padding: 62px 0 0 35px;
    }
    .bannerSlide .owl-prev, 
    .bannerSlide .owl-next, 
    .bannerSlide-third .owl-prev, 
    .bannerSlide-third .owl-next {
        height: 30px;
        width: 30px;
        background-size: 6px !important;
    }
    .bannerSlide .owl-nav, 
    .bannerSlide-third .owl-nav {
        right: 30px;
        gap: 8px;
    }
    .bannerSlide .owl-nav{
        bottom: -20px;
    }
    .social-links::before {
        height: 40px;
        width: 162px;
    }
    .social-links {
        line-height: 40px;
    }
    .social-links ul li a {
        font-size: 13px;
    }
    .social-links ul {
        padding-right: 82px;
        gap: 13px;
    }
    .main-heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .gallry-hdr .main-heading {
        margin-bottom: 20px;
    }
    .strength-info h4 {
        font-size: 13px;
        line-height: 20px;
    }
    .read-more-btn {
        margin-left: 6px;
        font-size: 13px;
    }
    .read-more-btn i {
        font-size: 12px;
    }
    .training-info h3 {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .slidr-wrapper .slick-list {
        padding: 30px 0 0 !important;
    }
    .gym-img {
        width: 50px;
    }
    .package-headr p {
        font-size: 13px;
        line-height: 20px;
    }
    .paskge-cost li {
        width: 30%;
    }
    .cost-info h4 {
        font-size: 22px;
    }
    .cost-info h4 i {
        font-size: 15px;
        top: -1px;
    }
    .totl-cls {
        font-size: 11px;
    }
    .cost-info p {
        font-size: 12px;
    }
    .gym-tranner-fig {
        max-width: 300px;
        margin: 0 auto 25px;
    }
    .dts-figure {
        height: 48px;
        width: 48px;
    }
    .dts-figure img {
        width: 28px;
    }
    .workout-details h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .workout-details p {
        font-size: 13px;
        line-height: 20px;
    }
    .workout-details {
        padding-left: 70px;
    }
    section.packages-section .contct-btn {
        margin: 0;
    }
    .facility-headr p, .facility-info p {
        font-size: 14px;
        line-height: 20px;
    }
    .facility-info figure {
        height: 65px;
        width: 65px;
        margin: 0 auto 10px;
    }
    .facility-info figure img {
        width: 35px !important;
    }
    .testimonial-wrapper h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px;
    }
    .testimonial-wrapper h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px;
    }
    .testimonial-wrapper p {
        font-size: 13px;
        line-height: 20px;
        margin: 15px auto;
    }
    .bannerSlide-four .owl-dot {
        height: 6px;
        width: 6px;
        margin: 0 3px;
    }
    .footer-list ul li a, 
    .address-info p, 
    .address-info a {
        font-size: 13px;
    }
    .footer-list h3 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .footr-links {
        gap: 6px;
    }
    .fitness-training::after {
        width: 40px;
    }
    .bootr-btm p span {
        display: block;
    }
    .inner-bnner .bnr-info {
        height: 190px;
    }
    .inner-bnner .banner-about {
        height: 190px;
        width: 250px;
        right: -40px;
    }
    .inner-bnner .banner-about h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .bnr-wrapr {
        padding: 55px 0 0 25px;
    }
    .gallry-hdr .main-heading {
        text-align: center;
    }
    .gallery-info {
        padding: 50px 0 35px;
    }
    .whats-app {
        top: -16px;
        right: 30px;
        width: 34px;
    }
    .program-info h4 {
        font-size: 28px;
        line-height: 31px;
    }
    .program-info h3 {
        font-size: 13px;
    }
    .program-info {
        padding: 8px;
        max-width: 80px;
    }
    .program-about h3 {
        font-size: 16px;
    }
    .program-about p {
        font-size: 13px;
        line-height: 18px;
    }
    .programs-wrapper {
        gap: 10px;
        margin-bottom: 12px;
    }
    .contact-form {
        margin-bottom: 10px;
    }
    button.contct-btn {
        font-size: 12px;
        height: 38px;
        line-height: 38px;
    }
    .contact-us {
        padding: 45px 0 30px;
    }
    .contact-about {
        padding-left: 48px;
        margin-bottom: 15px;
    }
    .contact-about h3 {
        font-size: 15px;
    }
    .form-wrapper {
        margin-top: 25px;
    }
    .contact-form textarea {
        height: 75px;
    }
    .map-sec iframe {
        height: 150px;
    }
    .ftr-fig {
        width: 120px;
    }
    .slidr-wrapper .slick-center {
        transform: scale(1);
    }

    .paskge-cost li {
        width: 49.5%;
        flex: 0 0 auto;
    }

    .paskge-cost li {
        height: 90px;
    }

    .new-pakg-cost.paskge-cost li {
        height: 160px;
    }

    .personl-h3 {
        font-size: 14px;
        padding: 6px 18px;
        margin: 20px auto 10px;
    }

    .paskge-cost {
        margin-bottom: 20px;
        margin-top: 12px;
        flex-wrap: wrap;
    }
}