

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;family=Nunito+Sans:wght@300;400;600;700;800;900&amp;display=swap');


html {
  scroll-padding-top: 72px;
  scroll-behavior: smooth;
}

*{
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, span{
  /* font-family: 'Inter', sans-serif; */
  font-family: 'Nunito Sans', sans-serif;
}

img{max-width: 100%;}

/* Header
-------------------------------------------------------------- */

/* Navigation
-------------------------------------------------------------- */

.navbar-nav .nav-item .nav-link{
  color: #ffffff !important;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.navbar-nav .nav-item .nav-link:hover{
  color: #81b21b !important;

}

.navbar-nav .nav-item .nav-link.active{
  color: #81b21b !important;
  font-weight: 600;
}

.header-nav{
  position: fixed !important;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.navbar-brand{
  transition: 0.3s;
  font-size:30px !important;
}

.navbar-dark .navbar-toggler-icon{
  background-image: none !important;

}

.navbar-toggler-icon i{
  color: #81b21b;
}

.navbar-toggler{
  background: #ffffff !important;
  border-radius: 3px !important;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  outline: 0;
}

/* Home
-------------------------------------------------------------- */
 .city-tags-section {
  background:#0b0f1f;
  padding:40px 0;
}
.city-tags {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.city-tags a {
  background:#3b82f6;
  color:#fff;
  padding:8px 14px;
  border-radius:20px;
  font-size:13px;
  text-decoration:none;
  transition:0.3s;
}
.city-tags a:hover {
  background:#2563eb;
  transform:translateY(-2px);
}

.city-search-section {
  background: #1e8aca;
  padding: 60px 0;
  text-align: center;
}

.search-title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}

.search-box {
  background: #fff;
  max-width: 700px;
  margin: auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}

.search-box select {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 12px 15px;
  border-radius: 50px;
  appearance: none;
  background: transparent;
}

.search-box button {
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
  padding: 0 15px;
  cursor: pointer;
  color: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .search-title {
    font-size: 26px;
  }

  .search-box {
    max-width: 90%;
  }
}


.faq-section {
  padding: 60px 0;
  background: #f8fafc;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 30px;
}

.faq-card {
  border: none;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  border-radius: 6px;
}

.faq-header {
  background: #e0ecff;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}

.faq-header .icon {
  font-size: 18px;
  transition: 0.3s;
}

.faq-header.collapsed {
  background: #fff;
}

.faq-body {
  background: #fff;
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
}

      .floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.float-btn:hover {
  transform: scale(1.1);
  color: #fff;
}

.float-btn.whatsapp {
  background: #25D366;
}

.float-btn.phone {
  background: #0d6efd;
}
.float-btn.telegram {
  background: #24A1DE;
}

.bg-hero{
  background: url(../images/banner2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-hero2{
  background: url(../images/banner1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.background-overlay{
  background-color: #000000a1;
}

.line-thick {
  width: 1rem;
  height: 3px;
  background: #81b21b;
  transition: width 1s;
}
.line-thick.load{
  width: 2.5rem;
  transition: width 1s;
}

.content-header {
  padding: 185px 0px 151px 0px;
  color: #ffffff;
}

.content-header h6{
  font-weight: 500;
  margin: 8px 0 20px 0;
}

.content-header h5{
  font-weight: 300;
  margin: 18px 0px 0px 0px;
}

.content-header > p{
  font-size: 16px;
  font-weight: 200;
  line-height: 31px;
  margin: 23px 0px 30px 0px;
}

.text-small{
  font-size: 14px;
  font-weight: 500;
}

.mini-heading{
  font-size: 21px;
  font-weight: 600 !important;
}

.text-tracking{
  letter-spacing: 1.7px;
}

.main-heading{
  font-size: 45px;
  font-weight: 900;
  margin: 0px;
}

.text-medium{
  font-weight: 400;
}

.highlight-color{
  color: #81b21b;
}

.btn-nav{
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 15px;
  display: inline-block;
  font-weight: 500;
  border-radius: 2px;
}

.btn-nav:hover{
  border: 2px solid #81b21b;
  color: #ffffff;
  background-color: transparent !important;
}

.btn-hero{
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 36px;
  font-weight: 500;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.btn-hero:hover{
  border: 2px solid #81b21b;
  color: #ffffff;
  background-color: transparent !important;
}
 
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* About
-------------------------------------------------------------- */

.about-section{
  padding: 70px 0px 80px 0px;
}

.light-bg{
  background-color: #f6f6f6;
}

.dark-text{
  color: #323334;
}

.light-text{
  color: #6a6a6a;
}
.small-heading{
  font-size: 24px;
  font-weight: 600;
}

.medium-heading{
  font-size: 36px;
  font-weight: 800;
}

.text-mini{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.line-medium {
  width: 5rem;
  height: 2px;
  background: #81b21b;
}

.text-thickness{
  font-weight: 500;
}

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

.btn-about{
    border: 2px solid transparent;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 2px;
    display: inline-block;
}

.btn-hover:hover{
  border: 2px solid #81b21b;
  color: #323334;
  background-color: transparent !important;
}

.about-image{
  border: 4px solid #81b21b;
  max-width: 90%;
}

.about-image img{
  margin: 24px 0px 24px 0px;
  position: relative;
  left: 27px;
}

/* Classes
-------------------------------------------------------------- */

.classes-section{
  padding: 62px 0px 82px 0px;
}

.polay-shape{
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 100px solid #81b21b;
  position: absolute;
  left: 0;
  right: 0;
}

.icon-image{
  width: 50px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

.classes-btn{
  color: #81b21b;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.classes-btn:hover{
  color: #323334;
}

.card-classes {
  margin-top: 96px;
}

.card-classes p{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 18px 0px 13px 0px;
}

.card{
  transition: 0.3s ease-in-out;
}

.polay-shape{
  transition: 0.3s ease-in-out;
}

.card:hover .polay-shape{
  margin-top: -10px;
}

.card:hover {
  margin-top: -20px;
}

/* Offer
-------------------------------------------------------------- */

.offer-content{
  background: rgba(129, 178, 27, 0.9);
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: baseline;
}

.text-offer{
  font-weight: 500;
}

.offer-heading::before{
  content: '';
  border-top: 16px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 16px solid transparent;
  position: absolute;
  left: 0;
  margin-top: 0.2em;
}

.offer-content > p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.offer{
  background: url(../images/overlay-offer.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.offer-section .row{
  width: 100%;
}

.offer-content h2{
  font-weight: 700 !important;
  font-size: 36px;
}

a.offer-btn{
  background-color: #242424;
  color: #ffffff !important;
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in-out;
  border-radius: 2px;
}

a.offer-btn:hover{
  background-color: #ffffff;
  color: #323334 !important;
}

.boybuilder-img > img{
  max-width: 100%;
}

/* Shedule
-------------------------------------------------------------- */

.shedule-section{
  padding: 68px 0px 85px 0px;
}


.shedule-area{
  background: url(../images/overlay.png) no-repeat;
  background-color: #81b21b;
  background-size: auto;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: darken;
}
.text-color{
  color: #81b21b;
  transition: 0.3s ease-in-out;
}

.btn-tab{
  background-color: #32333440;
  color: #ffffff;
  padding: 8px 24px !important;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 2px;
}

.btn-tab:hover{
  background-color: #ffffff;
  color: #323334;
}

.btn-border{
  border: 2px solid transparent;
}

.line-small {
  width: 3rem;
  height: 2px;
  background: #81b21b;
}

.table-width{
  max-width: 90%;
}

.table-row .week-days{
  width: 100%;
  max-width: 107px;
}

.table-row{
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  background: #32333440;
  border-radius: 2px;
}

.table-row:hover{
  background: #32333466;
}

.table-row td {
  font-weight: 400;
}

.table-row td a{
  font-weight: 400;
}

.join-btn{
  transition: 0.5s ease-in-out;
  border-left: 1px solid #32333440 !important;
}

.join-btn a{
  padding: 11px 8px;
}

.join-btn:hover{
  background-color: #ffffff;
  color: #323334;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.btn-bg{
  background-color: #81b21b !important;
  transition: 0.3s ease-in-out !important;
  display: inline-block;
  font-weight: 400;
}

.dark-bg{
  background-color: #ebebeb;
}

/* Coaches
-------------------------------------------------------------- */

.trainers-section{
  padding: 68px 0px 90px 0px;
}

.btn-trainers{
  color: #f6f6f6;
  border: 2px solid transparent;
  padding: 4px 12px;
  border-radius: 2px;
}

.card-trainer > p + p{
  margin: 9px 0px 18px 0px;
}

.card-hover{
  transition: 0.4s ease-in-out;
  max-width: 100%;
  width: 225px;
}

.card-hover .card-body h3{
  font-weight: 600;
  font-size: 21px;
}

.card-hover .card-body h3 + p{
  font-weight: 500;
  color: #949494;
  font-size: 12px;
  text-transform: uppercase;
}

.card-hover:hover{
  margin-top: -20px !important;
}

.card-hover img{
  transition: 0.2s ease-in-out;
}

.card-hover:hover img{
  padding: 5px;
  background-color: #81b21b;
}

/* Packages
-------------------------------------------------------------- */

.packages-section{
  padding: 68px 0px 90px 0px;
}

.btn-packages{
  background-color: #81b21b;
  color: #ffffff;
  border: 2px solid #81b21b;
  padding: 12px 20px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;

}

.btn-outline-hover{
  transition: 0.3s ease-in-out;
}

.btn-outline-hover:hover{
  border: 2px solid #81b21b;
  color: #1f1f1f;
  background-color: #ffffff;

}

.single-package{
  background-color: #ffffff;
  max-width: 350px;
  transition: 0.3s ease-in-out;
}

.single-package:hover{
  margin-top: -20px !important;
}

.single-package li{
  margin: 12px 0px;
}

.feature-disable{
  color: #949494;
}

.package-month{
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 500;
}

.package-price {
  font-size: 40px;
  font-weight: 800;
}

/* Testimonials
-------------------------------------------------------------- */

.testimonials-section{
  background: url(../images/testimonila-bg.png) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.testimonial{
  background-color: #00000087;
  padding: 76px 0px 85px 0px;
}

.badge-quote{
  position: absolute;
  background-color: #81b21b;
  width: 24px;
  height: 24px;
}

.testimonial-name{
  font-weight: 600;
}

.testimonial-name + p{
  letter-spacing: 0.5px;
}

.testimonial-content{
  font-size: 14px;
  font-weight: 300;
}

.testimonial-content > p{
  padding: 0px 0px 45px 0px;
  letter-spacing: 0.3px;
  line-height: 24px;
}

.testimonial-profile img{max-width: 100px;}

.carousel-style{
  width: 10px !important;
  height: 10px !important;
  margin-bottom: 16px !important;
}

.carousel-indicators {
  margin: 0;
  max-width: 100%;
  height: 40px;
}

.carousel-indicators .active{
  background-color: #81b21b 
}

.carousel-indicators li{
  transition: 0.2s ease-in-out !important;
  margin: 0 5px;
  opacity: 1 !important;
}

/* Posts
-------------------------------------------------------------- */

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

.post-heading{
  font-weight: 600;
  font-size: 21px;
  margin: 15px 0px 13px 0px !important;
}

.post{
  transition: 0.3s ease-in-out;
}

.post-date{
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-bottom: 10px;
}

.post-date span i{
  color: #6f6f6f;
}

.post-author{
  font-size: 14px;
  color: #999;
  font-weight: normal;
  display: inline;
  margin-right: 4px;
}

.post-author span{
  color: #6f6f6f!important;
  font-weight: 600;
}

.post-category{
  font-size: 14px;
  color: #999;
  font-weight: normal;
  display: inline;
}

.post-category span{
  color: #6f6f6f !important;
  font-weight: 600;
}

.post-text{
  color: #777;
  margin-top: 16px;
}

.post-img img{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.post:hover{
  margin-top: -12px !important;
}

.bg-post-badge {
  background-color: #81b21b;
  position: absolute;
  padding: 5px 16px !important;
  border-top-left-radius: 3px !important;
  font-weight: 500 !important;
}

.btn-posts{
  color: #f6f6f6;
  border: 2px solid transparent;
  padding: 3px 12px;
  border-radius: 2px;
  margin-bottom: 18px;
}

.appreciation{
  float: right;
}

.appreciation li a{
  font-size: 14px;
  font-weight: 400;
}

.appreciation-hover{
  color: #81b21b !important;
  transition:  0.3s ease-in-out;
}

.appreciation-hover:hover{
  color: #81b21b !important;
}

/* Subscribe
-------------------------------------------------------------- */

.subscribe{
  padding: 55px 0px 65px 0px;
  background: url(../images/overlay.png) no-repeat;
  background-color: #81b21b;
  background-size: auto;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: darken;
}

.subscribe-now{
  max-width: 100%;
  margin: 0 auto;
}

.subscribe-now > h2{
  color: #ffffff;
  font-weight: 700;
  margin: 0px;
  font-size: 40px;
}

.form-group > .input-subscribe-style{
  border: 0;
  border-radius: 2px;
  padding: 24px 20px;
}

.subscribe-form .form-group{
  max-width: 60%;
  margin: 30px auto;
}

.subscribe-form > .btn-subscribe-style{
  background-color: #242424;
  padding: 12px 40px;
  color: #ffffff;
  border-radius: 2px;
  text-transform: uppercase;
}

.subscribe-form > .btn-subscribe-style:hover{
  background-color: #ffffff;
  color: #242424;
  border-radius: 2px;
}


:focus{
  box-shadow: none !important;
}

/* Gallery
-------------------------------------------------------------- */

.gallery{
  padding: 68px 0px 75px 0px;
}

.image-gallery{
  max-width: 100%;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
  position: relative;
  z-index: -1;
}

.image-overlay{
  transition: 0.3s ease-in-out;
  background: rgb(129 178 27 / 0);
  background-clip: content-box;
}

.image-overlay:hover{
  background: rgb(129 178 27 / 0.8);
  background-clip: content-box;
  cursor: pointer;
}

.lg-progress-bar .lg-progress{
  background-color: #81b21b !important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
  border-color: #81b21b !important;
}

/* Contact
-------------------------------------------------------------- */

.contact{
  background-color: #f9f9f9;
  padding: 66px 0px 86px 0px;
}

.contact-form{
  background: #ffffff;
  padding: 70px 100px 60px 90px;
  border-radius: 2px;
}

.form-group .lable-style{
  margin-bottom: 0px;
  color: #737373;
  font-size: 14px;
}

.form-group > .input-style{
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  font-size: 14px;
  transition: 0.2s ease-in-out;
  color: #030303;
  background: transparent;
}

.form-group > .input-style:focus{
  border-bottom: 1px solid #81b21b;
  color: #030303;
}

.contact-form .btn-style{
  background-color: #81b21b;
  border-radius: 0;
  padding: 12px 40px;
  color: #ffffff;
  border-radius: 2px;
  text-transform: uppercase;
}

.contact-form .btn-style:hover{
  background-color: hsla(79, 74%, 40%, 0.8);
  color: #ffffff;
}

.form-footer > p{
  font-size: 14px;
  color: #505050;
  margin: 0px;
}


/* Footer
-------------------------------------------------------------- */

.deep-dark-bg{
  background-color: #1f1f1f;
}

.sub-footer-section > .container > .row{
  padding: 86px 0px 86px 0px;
}

.footer-social-links{
  padding-bottom: 24px !important;
  justify-content: center;
}

.footer-heading{
  font-weight: 500 !important;
}

.light-medium-text{
  color: #adadad !important;
}

.line-mini{
  width: 0.5rem;
  height: 2px;
  background: #81b21b;
  transition: 0.2s ease-in-out;
}

.link-footer:hover .line-mini{
  width: 0.7rem;
  height: 2px;
  background: #81b21b;
}

.link-footer a{
  transition: 0.3s ease-in-out;
}

.link-footer a:hover{
  color: #81b21b !important;
}

.link-social-icons a{
  color: #505050;
}

.footer{
  border-top: 1px solid #81b21b;
  background-color: #242424;
}


/* Switcher
-------------------------------------------------------------- */

.color-switcher{
  width: 50px;
  height: 50px;
  background-color: #242424;
  position: absolute;
  right: 300px;
  margin-top: -7px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px #0404047d
}

.color-switcher i{
  color: #ffffff;
  border: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotate 3s infinite linear;
}


@keyframes rotate{
  100% {
    transform: rotate(0deg);
  }
  0%{
    transform: rotate(360deg);
  }
}

.color-variation{
  background-color: #242424;
  position: fixed;
  top: 160px;
  right: -300px;
  padding: 8px 4px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  z-index: 1000;
  transition: 0.5s ease-in-out;
}

.color-variation:hover{
  right: 0px;
}


.color-variation > h4{
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
  margin-bottom: 8px;
}

.color-variation .variation-inner .color{
  margin: 0px 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.color-variation .variation-inner{
  display: flex;
}

.color-variation .variation-inner .red{
  background-color: #f11616;
}

.color-variation .variation-inner .orange{
  background-color: #f16806;
}

.color-variation .variation-inner .green{
  background-color: #81b21b;
}

.color-variation .variation-inner .purple{
  background-color: #8f44ad;
}

.color-variation .variation-inner .pink{
  background-color: #f50079;
}

.color-variation .variation-inner .blue{
  background-color: #1e8aca;
}



/* Responsiveness
-------------------------------------------------------------- */

@media (min-width: 320px){

  .contact-form {
    padding: 70px 30px 60px 30px;
}

.form-footer p{
  max-width: 100%;
}

}


@media (max-width: 500px){

  .subscribe-form .form-group{
    max-width: 100%;
    margin: 30px auto;
  }

  .btn-tab{
    padding: 8px 21px !important;
  }

}


@media (min-width: 320px) and (max-width: 700px){
  .shedule-area > .nav{
    margin: 0 16px;
  }
}


@media (max-width: 767px){

  .container{
    max-width: 100% !important;
    margin: 0 20px;
  }
  .about-image{
    border: none !important;
    max-width: 100% !important;
  }
  .about-image img{
    left: 0 !important;
  }
  .content-area{
    margin: 0 !important;
  }
  .table-row{
    margin: 0 15px;
  }
  .offer-content{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .offer-content > h2{
    max-width: 100%;
  }
  .offer-content > p{
    max-width: 100%;
  }
  a.offer-btn{
    margin: 0px auto;
  }

}

@media (min-width:501px) and (max-width:767px){

  .subscribe-form .form-group{
    max-width: 80%;
    margin: 30px auto;
  }

}

@media (min-width: 768px){

  .content-header > p {
    max-width: 690px;
    width: 100%;
  }

  .form-footer p{
    max-width: 50%;
  }

  .offer-content > h2{
    max-width: 94%;
  }

  .offer-content > p{
    max-width: 94%;
  }

}

@media (max-width: 991px){


  .header-nav {
    background-color: #242424;
    margin: 0px !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .navbar-nav .nav-item .nav-link {
    margin: 3px 0;
    padding: 9px 0px;
  }

  .navbar-nav .nav-item .nav-link:hover {
    padding: 9px 9px;
    background: #81b21b;
    color: #ffffff !important;
    border-radius: 2px;
  }

  .btn-nav{
    margin-top: 10px;
  }

  .navbar-toggler {
    transition: 0.5s ease-in-out;
  }

  .navbar-toggler:hover{
    background: #81b21b !important;
  }

  .navbar-toggler:hover i{
    color: #ffffff !important;
  }

  
.subscribe-now {
  max-width: 100%;
}

.offer-heading::before{
  display: none;
}

}


@media (min-width: 1024px){

  .boybuilder-img > img{
    max-width: 73%;
  }
}


@media (min-width: 1440px){

.testimonials-section{
  background-size: cover;
}

.offer{
  background-size: cover;
}

.subscribe{
  background-size: cover;
}
.offer-content p{
  max-width: 650px !important;
}
.offer-content h2{
  max-width: 650px !important;
}
}


@media (min-width: 1920px){

.offer-content{
  padding-top: 120px;
}
  
}


a#navbar-brand img {
    width: 172px;
}
.sub-footer-section.deep-dark-bg .logo img {
    width: 178px;
}

