/* ==============
 ========= css documentation =========

 * theme name: Golftio
 * version: 1.0
 * description: Golf Club Html5 Template
 * author: Uiaxis
 * author url: https://themeforest.net/user/uiaxis

 01. abstracts
     1.1 --> mixins
     1.2 --> variables
    
 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons
     3.2 --> forms
     3.3 --> preloader

 04. layout
     4.1 --> header
     4.2 --> banner
     4.3 --> footer

 05. sections
     5.1 --> overview
     5.2 --> about
     5.3 --> club
     5.4 --> training
     5.5 --> counter
     5.6 --> pricing
     5.7 --> testimonial
     5.8 --> shop
     5.9 --> team
     5.10 --> join club
     5.11 --> sponsor
     5.12 --> faq
     5.13 --> blog
     5.14 --> contact

 06. responsive

    =========================
============== */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}

*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 0px;
  font-weight: 400;
  color: #3f3f3f;
  background-color: #ffffff;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #0e7a31;
  border-radius: 5px;
}

a,
button {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  letter-spacing: 1px;
}

a i,
button i {
  -webkit-transition: inherit;
  transition: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}

button {
  cursor: pointer;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  color: #3f3f3f;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #3f3f3f;
  font-family: "DM Sans", sans-serif;
}

.primary-text {
  font-size: 24px;
  line-height: 34px;
}

.secondary-text {
  font-size: 16px;
  line-height: 22px;
}

.tertiary-text {
  font-size: 26px;
  line-height: 36px;
}

a,
button {
  font-size: 18px;
  line-height: 24px;
  color: #3f3f3f;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
}

a:hover,
button:hover {
  color: #0e7a31;
}

h1,
.banner__content-title {
  font-size: 76px;
  line-height: 84px;
}

h2,
.section__content-title,
.section__header-title {
  font-size: 57px;
  line-height: 63px;
}

h3 {
  font-size: 43px;
  line-height: 52px;
}

h4 {
  font-size: 32px;
  line-height: 38px;
}

h5 {
  font-size: 24px;
  line-height: 29px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

h1 > a,
h1 > span,
h2 > a,
h2 > span,
h3 > a,
h3 > span,
h4 > a,
h4 > span,
h5 > a,
h5 > span,
h6 > a,
h6 > span,
p > a,
p > span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
}

.unset {
  max-width: unset;
}

.bg-img {
  background-color: #3f3f3f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.dir-rtl {
  direction: rtl;
}

.slick-slide {
  margin: 0px 12px;
}

.slick-slide img {
  display: inline-block;
}

.slick-list {
  margin: 0px -12px;
}

.section {
  padding: 120px 0px;
}

.section--space-top {
  padding-bottom: 0px;
}

.section--space-bottom {
  padding-top: 0px;
}

.section__row {
  margin-bottom: -30px;
}

.section__col {
  margin-bottom: 30px;
}

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

i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__header {
  text-align: center;
  margin-bottom: 54px;
  margin-top: -8px;
}

.section__header .section__header-sub-title {
  color: #0e7a31;
  margin-bottom: 20px;
}

.section__header .section__header-title {
  margin-bottom: 20px;
}

.section__header .section__header-content {
  color: #f2f2f2;
}

.section__header--secondary {
  margin-bottom: 54px;
  margin-top: -8px;
}

.section__header--secondary h5 {
  color: #0e7a31;
  margin-bottom: 20px;
}

.section__header--secondary .section__header--secondary__cta {
  text-align: right;
}

.section__content,
.banner__content {
  margin-top: -8px;
}

.section__content .section__content-sub-title,
.section__content .banner__content-sub-title,
.banner__content .section__content-sub-title,
.banner__content .banner__content-sub-title {
  margin-bottom: 20px;
  color: #0e7a31;
}

.section__content .section__content-title,
.section__content .banner__content-title,
.banner__content .section__content-title,
.banner__content .banner__content-title {
  margin-bottom: 24px;
}

.section__content .section__content-text,
.section__content .banner__content-text,
.banner__content .section__content-text,
.banner__content .banner__content-text {
  margin-bottom: 20px;
}

.section__content .section__content-text:nth-last-of-type(1),
.section__content .banner__content-text:nth-last-of-type(1),
.banner__content .section__content-text:nth-last-of-type(1),
.banner__content .banner__content-text:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.section__content .section__content-inner,
.section__content .banner__content-inner,
.banner__content .section__content-inner,
.banner__content .banner__content-inner {
  margin-top: 20px;
}

.section__content .section__content-inner ul,
.section__content .banner__content-inner ul,
.banner__content .section__content-inner ul,
.banner__content .banner__content-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section__content .section__content-inner ul li,
.section__content .banner__content-inner ul li,
.banner__content .section__content-inner ul li,
.banner__content .banner__content-inner ul li {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 500;
}

.section__content .section__content-inner ul li i,
.section__content .banner__content-inner ul li i,
.banner__content .section__content-inner ul li i,
.banner__content .banner__content-inner ul li i {
  color: #0e7a31;
}

.section__content .section__content-cta,
.section__content .banner__content-cta,
.banner__content .section__content-cta,
.banner__content .banner__content-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(-30deg) scale(0.8);
            transform: rotate(-30deg) scale(0.8);
  }
  60% {
    -webkit-transform: rotate(-90deg) scale(1.2);
            transform: rotate(-90deg) scale(1.2);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(0.7);
            transform: rotate(0deg) scale(0.7);
  }
  100% {
    -webkit-transform: rotate(120deg) scale(1);
            transform: rotate(120deg) scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(-30deg) scale(0.8);
            transform: rotate(-30deg) scale(0.8);
  }
  60% {
    -webkit-transform: rotate(-90deg) scale(1.2);
            transform: rotate(-90deg) scale(1.2);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(0.7);
            transform: rotate(0deg) scale(0.7);
  }
  100% {
    -webkit-transform: rotate(120deg) scale(1);
            transform: rotate(120deg) scale(1);
  }
}

.slider-navigation {
  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;
  gap: 12px;
}

.slider-navigation .cmn-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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: 0px;
  border-radius: 5px;
}

.slider-navigation .cmn-button i {
  color: #0e7a31;
}

.slider-navigation .cmn-button:hover i {
  color: #ffffff;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  border-radius: 5px;
  border: 1px solid rgba(12, 169, 64, 0.2);
  background-color: #ffffff;
  font-size: 16px;
}

.social a i {
  color: #0e7a31;
}

.social a:hover {
  background-color: #0e7a31;
}

.social a:hover i {
  color: #ffffff;
}

.play-btn-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

.play-btn-wrapper .video-main {
  position: relative;
  display: inline-block;
}

.play-btn-wrapper .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@-webkit-keyframes play-waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
            transform: translate(-50%, -50%) scale(1.5, 1.5);
    opacity: 0;
  }
}

@keyframes play-waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
            transform: translate(-50%, -50%) scale(1.5, 1.5);
    opacity: 0;
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
          animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play-wrapper .play-btn {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  background-color: #0e7a31;
  color: #ffffff;
  z-index: 1;
}

.play-wrapper .play-btn::before {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(12, 169, 64, 0.4);
  -webkit-animation: play-waves 3s ease-in-out infinite;
          animation: play-waves 3s ease-in-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.play-wrapper .play-btn::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: play-waves 3s ease-in-out infinite;
          animation: play-waves 3s ease-in-out infinite;
}

.pagination {
  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;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination button,
.pagination a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  border: 1px solid #0ca940;
  border-radius: 5px;
  background-color: #ffffff;
  color: #3f3f3f;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pagination button:hover,
.pagination a:hover {
  background-color: #0e7a31;
  color: #ffffff;
  border: 1px solid #0e7a31;
}

.pagination button i {
  color: #0e7a31;
  -webkit-transition: inherit;
  transition: inherit;
}

.pagination button:hover i {
  color: #ffffff;
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */
.cmn-button {
  padding: 15px 30px;
  background: #ffffff;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
}

.cmn-button::before, .cmn-button::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 50%;
  background-color: #0e7a31;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px 0px 0px 5px;
  -webkit-transform: scale(4) rotate(0deg);
          transform: scale(4) rotate(0deg);
}

.cmn-button::after {
  left: unset;
  border-radius: 0px 5px 5px 0px;
}

.cmn-button:hover {
  color: #3f3f3f;
  border: 1px solid #cecece;
}

.cmn-button:hover::before, .cmn-button:hover::after {
  width: 0px;
  -webkit-transform: scale(4) rotate(-45deg);
          transform: scale(4) rotate(-45deg);
}

.cmn-button--secondary {
  background-color: transparent;
  border: 1px solid #cecece;
  color: #3f3f3f;
}

.cmn-button--secondary::before, .cmn-button--secondary::after {
  width: 0px;
}

.cmn-button--secondary:hover {
  color: #ffffff;
}

.cmn-button--secondary:hover::before, .cmn-button--secondary:hover::after {
  width: 50%;
  -webkit-transform: scale(4) rotate(-160deg);
          transform: scale(4) rotate(-160deg);
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 8px #c3b4ba7d;
          box-shadow: inset 0 0 0 8px #c3b4ba7d;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 99;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f102";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #0e7a31;
  left: 0%;
  top: 0%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: "\f102";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  opacity: 0;
  background: #0e7a31;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0%;
  top: 0%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #0e7a31;
  stroke-width: 4;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* ====  
 --------- (3.1) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.2) forms styles start ---------
 ==== */
.input-single input,
.input-single textarea {
  width: 100%;
  padding: 11px 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.input-single input::-webkit-input-placeholder,
.input-single textarea::-webkit-input-placeholder {
  color: #929292;
}

.input-single input:-ms-input-placeholder,
.input-single textarea:-ms-input-placeholder {
  color: #929292;
}

.input-single input::-ms-input-placeholder,
.input-single textarea::-ms-input-placeholder {
  color: #929292;
}

.input-single input::placeholder,
.input-single textarea::placeholder {
  color: #929292;
}

.input-single textarea {
  min-height: 150px;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.input-group .input-single {
  width: 100%;
  width: calc(50% - 12px);
}

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  margin-top: 30px;
}

.newsletter input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 13px 30px;
  background-color: #05441a;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px 0px 0px 5px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  width: 100%;
}

.newsletter input::-webkit-input-placeholder {
  font-size: 16px;
  color: #cecece;
}

.newsletter input:-ms-input-placeholder {
  font-size: 16px;
  color: #cecece;
}

.newsletter input::-ms-input-placeholder {
  font-size: 16px;
  color: #cecece;
}

.newsletter input::placeholder {
  font-size: 16px;
  color: #cecece;
}

.newsletter button {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  border-radius: 0px 5px 5px 0px;
  background-color: #ffffff;
}

.newsletter button i {
  color: #0e7a31;
  font-size: 20px;
}

/* ==== 
 --------- (3.2) forms styles end ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles start ---------
 ==== */
#preloader {
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#0e7a31));
  background: linear-gradient(180deg, #3f3f3f 0%, #0e7a31 100%);
  z-index: 999999;
}

.ctn-preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid #ffffff50;
  border-top-color: #ffffff;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 6em "DM Sans", sans-serif;
  text-align: center;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #ffffff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: #ffffff50;
  position: relative;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #fe2a77;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#0e7a31));
  background-image: linear-gradient(180deg, #3f3f3f 0%, #0e7a31 100%);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "DM Sans", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 4em "DM Sans", sans-serif;
  }
}

/* ==== 
 --------- (3.3) preloader styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.header {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 99;
  background: transparent;
}

.header .nav {
  padding: 30px 60px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.header .nav__content {
  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;
  gap: 24px;
  min-width: 100%;
}

.header .nav__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .nav__menu-items {
  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;
}

.header .nav__menu-link {
  padding: 10px 12px;
  color: #3f3f3f;
  font-weight: 500;
}

.header .nav__menu-link:hover {
  color: #0e7a31;
}

.header .nav__menu-item--dropdown {
  position: relative;
}

.header .nav__menu-item--dropdown .nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 200px;
  max-width: 300px;
  background-color: #0e7a31;
  padding: 30px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.header .nav__menu-item--dropdown .nav__dropdown::-webkit-scrollbar {
  width: 0px;
}

.header .nav__menu-item--dropdown .nav__dropdown::before, .header .nav__menu-item--dropdown .nav__dropdown::after {
  content: "";
  display: table;
}

.header .nav__menu-item--dropdown .nav__dropdown::after {
  clear: both;
}

.header .nav__menu-item--dropdown .nav__dropdown li {
  margin-bottom: 10px;
}

.header .nav__menu-item--dropdown .nav__dropdown li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.header .nav__menu-item--dropdown:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.header .nav__menu-item--dropdown .nav__dropdown-item {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #ffffff;
  border-bottom: 1px solid #ffffff60;
}

.header .nav__menu-item--dropdown .nav__dropdown-item:hover {
  padding-left: 8px;
  color: #ffffff;
  border-color: #ffffff;
}

.header .nav__menu-link--dropdown {
  position: relative;
}

.header .nav__menu-link--dropdown::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
  color: #0e7a31;
}

.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #0e7a31;
}

.header .nav__menu-item--dropdown .nav__menu-link-child {
  position: relative;
}

.header .nav__menu-item--dropdown .nav__menu-link-child a {
  color: #ffffff !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.header .nav__menu-item--dropdown .nav__menu-link-child a::after {
  color: #ffffff !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  right: 0px;
}

.header .nav__menu-item--dropdown .nav__menu-link-child a:hover {
  color: #ffffff !important;
}

.header .nav__menu-item--dropdown .nav__menu-link-child a:hover::after {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.header .nav__menu-item--dropdown .nav__menu-link-child:hover .nav__dropdown-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.header .nav__menu-item--dropdown .nav__dropdown-child {
  padding: 20px 30px;
  background: #0e7a31;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  position: absolute;
  top: 0px;
  left: 100%;
  min-width: 170px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.header .nav__uncollapsed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header .nav__uncollapsed a {
  color: #ffffff;
}

.header .nav__uncollapsed a i {
  font-size: 24px;
}

.header .nav__uncollapsed .cart {
  color: #3f3f3f;
}

.header .nav__uncollapsed .cart i {
  -webkit-transition: none;
  transition: none;
}

.header .nav__uncollapsed .cart:hover {
  color: #0e7a31;
}

.header .nav__uncollapsed .cmn-button--secondary {
  color: #3f3f3f;
}

.header .nav__uncollapsed .cmn-button:hover {
  color: #3f3f3f;
}

.header .social {
  margin-top: 40px;
  display: none;
}

.header .social a:hover {
  color: #ffffff;
}

.header .nav__uncollapsed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header .nav__uncollapsed-item .cmn-button--secondary:hover {
  color: #ffffff;
  border: 1px solid #0e7a31;
}

.header .nav__uncollapsed-item .cmn-button:nth-last-of-type(1) {
  border: 1px solid #0e7a31;
}

.header .nav__uncollapsed-item .cmn-button:nth-last-of-type(1):hover {
  border: 1px solid #cecece;
  background-color: transparent;
}

.header .nav__bar {
  padding: 0px;
  display: inline-block;
  background-color: transparent;
}

.header .nav__bar span {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.header .nav__bar .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #3f3f3f;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .nav__bar .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.header .nav__bar-toggle .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
          transform: rotate(-45deg) translate(-7px, 4px);
  background: #0e7a31;
}

.header .nav__bar-toggle .middle-bar {
  opacity: 0;
}

.header .nav__bar-toggle .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
          transform: rotate(45deg) translate(-7px, -4px);
  background: #0e7a31;
}

.header-active {
  background-color: #ffffff;
  -webkit-animation: header 0.5s linear;
          animation: header 0.5s linear;
  top: 0px;
  z-index: 99;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.header-active .nav {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #12121260;
  z-index: 9;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: none;
}

.backdrop-active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.body-active {
  overflow: hidden;
  min-width: 100vw;
  min-height: 100vh;
}

@-webkit-keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.header--secondary {
  top: 0px !important;
}

.header--secondary .nav {
  padding: 30px 0px 29px;
  background-color: transparent;
  border-bottom: 1px solid #036423;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header--secondary .nav__menu-link {
  color: #ffffff;
}

.header--secondary .nav__menu-link:hover {
  color: #ffffff;
}

.header--secondary .nav__menu-link--dropdown {
  color: #ffffff;
}

.header--secondary .nav__menu-link--dropdown:hover {
  color: #ffffff !important;
}

.header--secondary .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
  color: #ffffff;
}

.header--secondary .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
  color: #ffffff;
}

.header--secondary .nav__uncollapsed .cart {
  color: #ffffff;
}

.header--secondary .nav__uncollapsed .cart:hover {
  color: #ffffff;
}

.header--secondary .nav__uncollapsed .cmn-button--secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.header--secondary .nav__uncollapsed .cmn-button--secondary:hover {
  border: 1px solid #0e7a31 !important;
}

.header--secondary .nav__uncollapsed .cmn-button:hover {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.header--secondary .nav__bar .icon-bar {
  background-color: #ffffff;
}

.header--secondary.header-active {
  background-color: #032810;
}

.header--secondary.header-active .nav {
  border-bottom: 1px solid transparent;
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) banner styles start ---------
 ==== */
.banner {
  padding: 266px 0px 240px;
  background-image: radial-gradient(circle at left center, white 300px, transparent 300px), url("../images/banner/banner-one.png"), -webkit-gradient(linear, left top, right top, from(rgba(12, 169, 64, 0.1)), to(rgba(255, 255, 255, 0)));
  background-image: radial-gradient(circle at left center, white 300px, transparent 300px), url("../images/banner/banner-one.png"), linear-gradient(90deg, rgba(12, 169, 64, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: left -110px center, right bottom, left top;
  background-size: auto, contain, 100%;
}

.banner--secondary {
  padding: 266px 0px 240px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fdfffa), to(rgba(255, 255, 255, 0))), url("../images/banner/banner-two.png");
  background-image: linear-gradient(90deg, #fdfffa 0%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-two.png");
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 100%, auto 100%;
}

.banner--secondary .cmn-button:nth-of-type(1) {
  border: 1px solid #0e7a31;
}

.banner--secondary .cmn-button:nth-of-type(1):hover {
  border: 1px solid #cecece;
}

.banner--tertiary {
  background-image: url("../images/flag-alt.png"), -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(192, 217, 242, 0.13)), to(rgba(255, 255, 255, 0))), url("../images/banner/banner-three.png");
  background-image: url("../images/flag-alt.png"), linear-gradient(90deg, rgba(192, 217, 242, 0.13) 60%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-three.png");
  background-repeat: no-repeat;
  background-position: left 20px bottom 30px, left top, right top;
  background-size: 140px, 100%, auto 100%;
}

.banner--inner {
  padding: 196px 0px 80px;
  position: relative;
  background-image: url("../images/banner/her.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.banner--inner .banner--inner__content h2 {
  color: #ffffff;
}

.banner--inner .breadcrumb {
  margin: 0px;
  padding: 0px;
}

.banner--inner .breadcrumb .breadcrumb-item {
  margin-top: 0px;
  color: #ffffff;
  padding: 0px 0px 0px 24px;
  position: relative;
  padding-right: 16px;
}

.banner--inner .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-weight: 400;
}

.banner--inner .breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
}

.banner--inner .breadcrumb .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left: 0px;
  font-size: 14px;
  color: #ffffff;
  padding: 0px;
}

.banner--inner .breadcrumb .breadcrumb-item:first-of-type {
  padding-left: 0px;
}

.banner--inner .breadcrumb .breadcrumb-item:first-of-type::before {
  content: none;
}

.banner--inner .breadcrumb .active {
  color: #ffffff;
  padding-right: 0px;
}

/* ==== 
 --------- (4.2) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.3) footer styles start ---------
 ==== */
.footer {
  padding-top: 120px;
  background-color: #05441a;
}

.footer h5 {
  margin-top: -6px;
  color: #ffffff;
}

.footer .footer__single-content {
  margin-top: 20px;
}

.footer .footer__single-content p {
  color: #ffffff;
}

.footer .footer__single-content .social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 20px;
}

.footer .footer__single-content .social a {
  background-color: transparent;
  border: 1px solid #03561f;
}

.footer .footer__single-content .social a i {
  color: #ffffff;
}

.footer .footer__single-content ul li {
  margin-bottom: 10px;
}

.footer .footer__single-content ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.footer .footer__single-content ul a {
  color: #ffffff;
}

.footer .footer__single-content ul a:hover {
  color: #ffffff;
  padding-left: 10px;
}

.footer .footer__single-content .footer__single-content__group {
  margin-bottom: 10px;
}

.footer .footer__single-content .footer__single-content__group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.footer hr {
  margin: 60px 0px 0px;
  opacity: 1;
  height: 1px;
  border: 0px;
  width: 100%;
  background-color: #03561f;
}

.footer .section__row {
  margin-bottom: -60px;
}

.footer .section__col {
  margin-bottom: 60px;
}

.footer .copyright {
  padding: 30px 0px;
}

.footer .copyright p {
  color: #ffffff;
}

.footer .copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .copyright ul a {
  color: #ffffff;
}

.footer .copyright ul a:hover {
  color: #ffffff;
}

/* ==== 
 --------- (4.3) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.0) all sections styles start ---------
 ==== */
.overview .overview__inner {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.overview .overview__inner-card {
  text-align: center;
}

.overview .overview__inner-card__icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  margin: 0px auto 20px;
  border-radius: 5px;
  border: 1px solid rgba(12, 169, 64, 0.15);
}

.overview .overview__inner-card__icon i {
  font-size: 34px;
  color: #0e7a31;
}

.overview h5 {
  margin-bottom: 8px;
}

.overview .section__row {
  margin-bottom: -40px;
}

.overview .section__col {
  margin-bottom: 40px;
}

.overview .overview__thumb img {
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
}

.about {
  overflow-x: clip;
  background-image: url("../images/player-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 5% bottom 40px;
}

.about .about__thumb {
  position: relative;
}

.about .about__thumb .about__experience {
  width: 340px;
  min-width: 340px;
  height: 340px;
  border-radius: 50%;
  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;
  border: 10px solid #ffffff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0e7a31;
  position: absolute;
  bottom: 0px;
  right: 0px;
  direction: ltr;
}

.about .about__thumb .about__experience h3 {
  color: #ffffff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  overflow: hidden;
}

.about .about__thumb .about__experience h3 span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  overflow: visible !important;
  text-align: center !important;
}

.about .about__thumb .about__experience p {
  color: #ffffff;
}

.about .about__thumb .about__experience-thumb {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  border-radius: 5px;
  border: 1px solid rgba(12, 169, 64, 0.15);
  background-color: #ffffff;
  margin-bottom: 20px;
}

.about .about__thumb .about__experience-thumb i {
  font-size: 34px;
  color: #0e7a31;
}

.about .about__section-inner {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.about .about__section-inner__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.about .about__section-inner__single-thumb {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  border-radius: 5px;
  border: 1px solid rgba(12, 169, 64, 0.15);
}

.about .about__section-inner__single-thumb i {
  font-size: 34px;
  color: #0e7a31;
}

.about .about__section-inner__single-content h5 {
  margin-bottom: 8px;
}

.about--alt {
  background-position: left 40px bottom 40px;
}

.about--secondary {
  background-color: rgba(12, 169, 64, 0.05);
  overflow-x: clip;
}

.about--secondary .about--secondary__thumb {
  position: relative;
  margin-bottom: 30px;
}

.about--secondary .about--secondary__thumb .about--secondary__thumb-experience {
  padding: 20px 30px;
  background-color: #0e7a31;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  left: -40%;
  top: 30px;
  direction: ltr;
}

.about--secondary .about--secondary__thumb .about--secondary__thumb-experience h3 {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  overflow: hidden;
}

.about--secondary .about--secondary__thumb .about--secondary__thumb-experience h3 span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  overflow: visible !important;
  text-align: center !important;
}

.about--secondary .about--secondary__thumb .about--secondary__thumb-experience p {
  color: #ffffff;
}

.about--secondary .about--secondary__modal {
  width: 340px;
  min-width: 340px;
  height: 340px;
  border-radius: 50%;
  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;
  bottom: -60px;
  left: -20%;
}

.about--secondary .about--secondary__modal img {
  border: 10px solid white;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.about--secondary .about--secondary__single {
  margin-top: 40px;
}

.about--secondary .about--secondary__single .about--secondary__single-item {
  padding: 20px;
  border: 1px solid rgba(12, 169, 64, 0.15);
  border-radius: 5px;
  height: 100%;
}

.about--secondary .about--secondary__single .about--secondary__single-item__icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  border: 1px solid rgba(12, 169, 64, 0.15);
  border-radius: 5px;
  margin-bottom: 15px;
}

.about--secondary .about--secondary__single .about--secondary__single-item__icon i {
  font-size: 34px;
  color: #0e7a31;
}

.about--tertiary {
  background-color: #0ca9400d;
}

.about--tertiary .about--tertiary__thumb {
  position: relative;
}

.about--tertiary .about--tertiary__thumb img {
  width: 100%;
}

.about--tertiary .about--tertiary__thumb-experience {
  padding: 20px 42px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  right: 0%;
  bottom: 0%;
  direction: ltr;
}

.about--tertiary .about--tertiary__thumb-experience h3 {
  color: #0e7a31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  overflow: hidden;
}

.about--tertiary .about--tertiary__thumb-experience h3 span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  overflow: visible !important;
  text-align: center !important;
}

.about--tertiary .about--tertiary__thumb-experience p {
  color: #0e7a31;
  font-weight: 700;
}

.about--tertiary .section__content h2 {
  margin-bottom: 0px;
}

.about--tertiary .about--secondary__tabs {
  margin-top: 30px;
}

.about--tertiary .about--secondary__tabs .about--secondary__tabs-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about--tertiary .about--secondary__tabs .about--secondary__tabs-btn {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about--tertiary .about--secondary__tabs .about--secondary__tabs-btn:hover {
  text-decoration: underline;
  color: #0e7a31;
}

.about--tertiary .about--secondary__tabs .about--secondary__tabs-btn-active {
  color: #0e7a31;
  text-decoration: underline;
}

.about--tertiary .about--secondary__tabs hr {
  width: 100%;
  height: 1px;
  border: 0px;
  opacity: 1;
  background-color: rgba(12, 169, 64, 0.15);
  margin: 20px 0px;
}

.club {
  overflow-x: clip;
  background-color: #0ca9400d;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 40px bottom 70px;
}

.club .club__thumb {
  position: relative;
}

.club .club__thumb-experience {
  padding: 20px 30px;
  background-color: #0e7a31;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  right: -20%;
  bottom: 80px;
}

.club .club__thumb-experience h3 {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  overflow: hidden;
}

.club .club__thumb-experience h3 span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  overflow: visible !important;
  text-align: center !important;
}

.club .club__thumb-experience p {
  color: #ffffff;
}

.club .cmn-button {
  border: 0px;
}

.club--alt {
  background-position: right 40px bottom 70px;
}

.club--alt .club__thumb-experience {
  right: 0px !important;
}

.training .training__slider-single {
  padding: 10px 10px 30px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}



.training .training__slider-single__thumb {
  border-radius: 5px;
  text-align: center;
}

.training .training__slider-single__thumb a {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.training .training__slider-single__thumb a img {
  border-radius: 5px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.training .training__slider-single__thumb-small {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  margin: 0px auto -30px;
  border: 2px solid #ffffff;
  background-color: #0e7a31;
  border-radius: 5px;
  position: relative;
  top: -30px;
}

.training .training__slider-single__thumb-small i {
  color: #ffffff;
  font-size: 34px;
}

.training .training__slider-single__content {
  text-align: center;
  margin-top: 24px;
  padding: 0px 12px;
}

.training .training__slider-single__content h5 {
  margin-bottom: 10px;
}

.training .training__slider-single__content .cmn-button {
  padding: 12px 24px;
  margin-top: 30px;
}

.training--secondary {
  position: relative;
  z-index: 1;
}

.training--secondary::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 40%;
  background-color: rgba(12, 169, 64, 0.05);
  z-index: -1;
}

.training--secondary .training__slider-single__thumb-small {
  position: static;
  margin-bottom: 24px;
}

.training--secondary .training__slider--secondary {
  margin-top: -10px;
}

.training--secondary .training__slider-single {
  padding: 30px 20px;
  margin-top: 10px;
}

.training--tertiary {
  background-color: #0ca9400d;
  background-image: url("../images/dots.png"), url("../images/dots.png");
  background-repeat: no-repeat;
  background-size: auto, auto;
  background-position: left 16% bottom 22%, right 16% bottom 22%;
}

.training--tertiary .training--tertiary__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 40px;
}

.training--tertiary .training--tertiary__card:hover a img {
  -webkit-transform: scale(1.2) rotate(-6deg);
          transform: scale(1.2) rotate(-6deg);
}

.training--tertiary .training--tertiary__card-thumb {
  width: 100%;
  max-width: 300px;
}

.training--tertiary .training--tertiary__card-thumb a {
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.training--tertiary .training--tertiary__card-thumb a img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.training--tertiary .training--tertiary__card-content h5 {
  margin-bottom: 15px;
}

.training--tertiary .training--tertiary__card-content p {
  margin-bottom: 30px;
}

.training--tertiary .training--tertiary__card-content .cmn-button {
  padding: 12px 24px;
}

.counter {
  background: url("../images/grass.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom left;
  position: relative;
  z-index: 1;
}

.counter::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(5, 68, 26, 0.8);
  z-index: -1;
}

.counter .counter__card {
  text-align: center;
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.09)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.09) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 5px;
}

.counter .counter__card .counter__card-thumb {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  margin: 0px auto 20px;
  border-radius: 5px;
  background-color: #0e7a31;
}

.counter .counter__card .counter__card-thumb i {
  font-size: 34px;
  color: #ffffff;
}

.counter .counter__card h2 {
  color: #ffffff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  overflow: hidden;
}

.counter .counter__card h2 span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  overflow: visible !important;
  text-align: center !important;
}

.counter .counter__card p {
  color: #ffffff;
}

.pricing .pricing__card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding-bottom: 30px;
}

.pricing .pricing__card-head {
  text-align: center;
  padding: 30px 30px 0px;
  background-color: #05441a;
  border-radius: 5px;
  margin-bottom: 35px;
}

.pricing .pricing__card-head h2,
.pricing .pricing__card-head p {
  color: #ffffff;
}

.pricing .pricing__card-head h5 {
  color: #ffffff;
  margin: 5px 0px;
}

.pricing .pricing__card-head__thumb {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  margin: 0px auto;
  background-color: #05441a;
  border: 2px solid #ffffff;
  border-radius: 5px;
  position: relative;
  bottom: -35px;
}

.pricing .pricing__card-head__thumb i {
  font-size: 34px;
  color: #ffffff;
}

.pricing .pricing__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 12px 0px;
}

.pricing .pricing__card-body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.pricing .pricing__card-body li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.pricing .pricing__card-body i {
  color: #0e7a31;
}

.pricing .pricing__card-cta {
  text-align: center;
  margin-top: 40px;
}

.pricing .toggle-plan {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid rgba(12, 169, 64, 0.15);
  border-radius: 5px;
  gap: 6px;
  margin-top: 0px !important;
}

.pricing .toggle-plan .plan-toggle,
.pricing .toggle-plan .plan-toggle-two {
  padding: 12px 24px;
  background-color: #ffffff;
  color: #3f3f3f;
  border-radius: 5px;
}

.pricing .toggle-plan .plan-toggle:hover,
.pricing .toggle-plan .plan-toggle-two:hover {
  background-color: #0e7a31;
  color: #ffffff;
}

.pricing .toggle-plan .plan-active,
.pricing .toggle-plan .plan-active-two {
  background-color: #0e7a31;
  color: #ffffff;
}

.pricing--secondary .toggle-plan {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid rgba(12, 169, 64, 0.15);
  border-radius: 5px;
  gap: 6px;
  margin-top: 40px;
}

.pricing--secondary .toggle-plan .plan-toggle,
.pricing--secondary .toggle-plan .plan-toggle-two {
  padding: 12px 24px;
  background-color: #ffffff;
  color: #3f3f3f;
  border-radius: 5px;
}

.pricing--secondary .toggle-plan .plan-toggle:hover,
.pricing--secondary .toggle-plan .plan-toggle-two:hover {
  background-color: #0e7a31;
  color: #ffffff;
}

.pricing--secondary .toggle-plan .plan-active,
.pricing--secondary .toggle-plan .plan-active-two {
  background-color: #0e7a31;
  color: #ffffff;
}

.pricing--secondary .pricing__card-head {
  background-color: #ffffff;
  margin-bottom: 0px;
}

.pricing--secondary .pricing__card-head h2,
.pricing--secondary .pricing__card-head h5,
.pricing--secondary .pricing__card-head p {
  color: #3f3f3f;
}

.pricing--secondary .pricing__card-head hr {
  width: 100%;
  height: 1px;
  border: 0px solid transparent;
  opacity: 1;
  background-color: rgba(12, 169, 64, 0.1);
  margin: 15px 0px;
}

.pricing--secondary .pricing__card-head__thumb {
  background-color: #0e7a31;
  position: static;
  margin-bottom: 20px;
}

.pricing--secondary .pricing__card-body {
  padding-top: 0px;
}

.pricing--secondary .pricing__card--active {
  background-color: #05441a;
}

.pricing--secondary .pricing__card--active .pricing__card-head {
  background-color: #05441a;
  border-radius: 5px 5px 0px 0px;
}

.pricing--secondary .pricing__card--active .pricing__card-head h2,
.pricing--secondary .pricing__card--active .pricing__card-head h5,
.pricing--secondary .pricing__card--active .pricing__card-head p {
  color: #ffffff;
}

.pricing--secondary .pricing__card--active .pricing__card-head hr {
  background-color: #075621;
}

.pricing--secondary .pricing__card--active .pricing__card-head__thumb {
  background-color: #ffffff;
}

.pricing--secondary .pricing__card--active .pricing__card-head__thumb i {
  color: #0e7a31;
}

.pricing--secondary .pricing__card--active .pricing__card-body li {
  color: #ffffff;
}

.pricing--secondary .pricing__card--active .pricing__card-body li i {
  color: #ffffff;
}

.pricing--secondary .pricing__card--active .pricing__card-cta .cmn-button {
  color: #076726;
  background-color: #ffffff;
}

.pricing--secondary .pricing__card--active .pricing__card-cta .cmn-button:hover {
  color: #ffffff;
  border: 1px solid #0e7a31;
}

.pricing--tertiary .pricing__card {
  background-color: #0ca9400d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing--tertiary .pricing__card .pricing__card-head {
  background-color: transparent;
}

.pricing--tertiary .pricing__card .pricing__card-head p {
  margin-bottom: 10px;
}

.pricing--tertiary .pricing__card--active {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.pricing--tertiary .pricing__card--active .pricing__card-head {
  background-color: #ffffff;
}

.pricing--tertiary .pricing__card--active .pricing__card-head h5,
.pricing--tertiary .pricing__card--active .pricing__card-head p {
  color: #3f3f3f;
}

.pricing--tertiary .pricing__card--active .pricing__card-head h2 {
  color: #0e7a31;
}

.pricing--tertiary .pricing__card--active .pricing__card-head hr {
  background-color: rgba(12, 169, 64, 0.1);
}

.pricing--tertiary .pricing__card--active .pricing__card-body li {
  color: #3f3f3f;
}

.pricing--tertiary .pricing__card--active .pricing__card-body li i {
  color: #0e7a31;
}

.pricing--tertiary .pricing__card--active .pricing__card-cta .cmn-button {
  color: #ffffff;
}

.pricing--tertiary .pricing__card--active .pricing__card-cta .cmn-button:hover {
  color: #3f3f3f;
  border: 1px solid #cecece;
}

.pricing--tertiary .pricing__card-head h5 {
  margin-top: 0px;
}

.testimonial {
  position: relative;
  z-index: 1;
}

.testimonial::before {
  content: "";
  position: absolute;
  inset: 0px;
  bottom: unset;
  height: 64%;
  background-color: #0ca9400d;
  z-index: -1;
  background-image: url("../images/flag-bg.png"), url("../images/ball-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 160px, 200px;
  background-position: left 30px bottom 30px, right 20px bottom 60px;
}

.testimonial .testimonial__slider-card {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial .testimonial__slider-card .testimonial__slider-card__body-review {
  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;
  gap: 6px;
  margin-bottom: 20px;
}

.testimonial .testimonial__slider-card .testimonial__slider-card__body-review i {
  font-size: 24px;
  color: #ffd600;
}

.testimonial .testimonial__slider-card .testimonial__slider-card__author {
  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;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.testimonial .testimonial__slider-card .testimonial__slider-card__author-info {
  text-align: start;
}

.testimonial .testimonial__slider-card .testimonial__slider-card__author-info h6 {
  margin-bottom: 5px;
}

.testimonial .testimonial__slider-card .testimonial__slider-card__author-thumb img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
}

.testimonial--secondary {
  background-color: #0ca9400d;
}

.testimonial--secondary::before {
  content: none;
}

.testimonial--secondary .quotation {
  margin-bottom: 20px;
}

.testimonial--secondary .quotation i {
  font-size: 40px;
  color: #cecece;
}

.testimonial--tertiary {
  background-color: #ffffff;
  background-image: url("../images/player-bg.png");
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: right 60px bottom 120px;
}

.testimonial--tertiary .testimonial__slider--tertiary {
  margin-top: -10px;
}

.testimonial--tertiary .testimonial__slider-card {
  margin-top: 10px;
}

.shop {
  background-color: #0ca9400d;
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: right 20px bottom 30px;
}

.shop .shop__card {
  padding: 10px 10px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

.shop .shop__card:hover .shop__card-thumb img {
  -webkit-transform: scale(1.2) rotate(-6deg);
          transform: scale(1.2) rotate(-6deg);
}

.shop .shop__card-thumb {
  border-radius: 5px;
  overflow: hidden;
}

.shop .shop__card-thumb a {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.shop .shop__card-thumb img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.shop .shop__card-info {
  padding: 30px 20px 0px;
}

.shop .shop__card-info h5 {
  margin-bottom: 10px;
}

.shop .shop__card-info p {
  color: #0e7a31;
}

.shop .shop__card-info p span {
  text-decoration: line-through;
  color: #929292;
}

.shop .shop__card-review {
  padding: 0px 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.shop .shop__card-review i {
  font-size: 24px;
  color: #ffd600;
}

.shop .shop__card-cta {
  margin-top: 30px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.shop .shop__card-cta .cmn-button {
  padding: 12px 24px;
}

.shop--secondary {
  background-color: #ffffff;
  background-position: left 30px bottom 40px;
}

.shop--secondary .shop__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 10px;
}

.shop--secondary .shop__card-thumb {
  width: 100%;
  max-width: 250px;
}

.shop--secondary .shop__card-info,
.shop--secondary .shop__card-review,
.shop--secondary .shop__card-cta {
  padding: 0px;
}

.team .team__slider,
.team .team__slider--secondary {
  margin-top: -10px;
}

.team .team__slider-card {
  padding: 10px 10px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.team .team__slider-card:hover img {
  -webkit-transform: scale(1.2) rotate(-6deg);
          transform: scale(1.2) rotate(-6deg);
}

.team .team__slider-card .team__slider-card__thumb {
  overflow: hidden;
  border-radius: 5px;
}

.team .team__slider-card img {
  border-radius: 5px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team .team__slider-card__content {
  text-align: center;
  padding-top: 30px;
}

.team .social {
  margin-top: 20px;
}

.join-club {
  background-image: url("../images/join-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0ca9400d), color-stop(50%, #0ca9400d));
  background-image: url("../images/join-bg.png"), linear-gradient(#0ca9400d 50%, #0ca9400d 50%);
  background-repeat: no-repeat;
  background-size: auto 100%, 100%;
  background-position: right top, left top;
}

.join-club .section__content h2 {
  margin-bottom: 0px;
}

.join-club .join-club__form {
  margin-top: 60px;
}

.join-club button {
  margin-top: 30px;
}

.join-club--secondary {
  background-image: url("../images/join-bg-two.png"), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0ca9400d), color-stop(50%, #0ca9400d));
  background-image: url("../images/join-bg-two.png"), linear-gradient(#0ca9400d 50%, #0ca9400d 50%);
  background-position: right -100px top, left top;
}

.join--tertiary .section__content {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 0px;
}

.join--tertiary .section__content h2 {
  margin-bottom: 60px;
}

.join--tertiary .section__content .cmn-button {
  margin-top: 40px;
  border: 1px solid #0e7a31;
}

.join--tertiary .input-single input,
.join--tertiary .input-single textarea {
  background-color: rgba(255, 255, 255, 0.8);
}

.sponsor {
  padding: 60px 0px;
  background: #ffffff;
}

.sponsor .sponsor__inner {
  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;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sponsor .sponsor__inner .sponsor__inner-card {
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.facility {
  background-color: #ffffff;
}

.facility .facility__slider {
  margin-top: -10px;
}

.facility .facility__card {
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 40px;
  margin-top: 10px;
}

.facility .facility__card-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  margin: 0px auto 20px;
  border-radius: 5px;
  border: 1px solid rgba(12, 169, 64, 0.15);
}

.facility .facility__card-icon i {
  font-size: 34px;
  color: #0e7a31;
}

.facility .facility__card-content {
  max-width: 260px;
  margin: 0px auto;
}

.facility .facility__card-content h5 {
  margin-bottom: 8px;
}

.facility--secondary .section__header-cta {
  margin-top: 40px;
}

.facility--secondary .facility--secondary__cards .facility__card {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 0px;
  margin-bottom: 30px;
}

.facility--secondary .facility--secondary__cards .facility__card:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.club--secondary {
  background-color: rgba(12, 169, 64, 0.05);
}

.event .event__single {
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.event .event__single:hover .event__single-thumb img {
  -webkit-transform: scale(1.2) rotate(-6deg);
          transform: scale(1.2) rotate(-6deg);
}

.event .event__single-thumb {
  overflow: hidden;
  border-radius: 5px;
}

.event .event__single-thumb a {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.event .event__single-thumb a img {
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.event .event__single-content h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 10px 20px;
  background-color: #0e7a31;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.event .event__single-content h3 span {
  font-weight: 400;
}

.event .event__single-content p:nth-of-type(1) {
  margin-bottom: 15px;
}

.event .event__single-content p:nth-of-type(2) {
  margin: 10px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.event .event__single-content p:nth-of-type(2) i {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  color: #0e7a31;
  background-color: #ffffff;
  border: 1px solid rgba(12, 169, 64, 0.15);
  border-radius: 3px;
}

.event .event__single-content p:nth-of-type(3) {
  font-weight: bold;
  color: #0e7a31;
  margin-bottom: 20px;
}

.event .event__single-content .cmn-button {
  padding: 12px 24px;
}

.event--secondary {
  overflow-x: clip;
}

.event--secondary .event--secondary__slider {
  margin-top: -10px;
}

.event--secondary .slick-track {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  padding-top: 10px;
  padding-bottom: 40px;
}

.event--secondary .event--secondary__slider-card {
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.event--secondary .event--secondary__slider-card img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.event--secondary .event--secondary__slider-card:hover .event--secondary__slider-card--alt {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.event--secondary .event--secondary__slider-card--alt {
  padding: 30px;
  text-align: center;
  width: 100%;
  height: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  inset: 0px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.event--secondary .event--secondary__slider-card--alt h3 {
  padding: 4px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  background-color: #0e7a31;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.event--secondary .event--secondary__slider-card--alt p {
  margin-bottom: 15px;
}

.event--secondary .event--secondary__slider-card--alt p:nth-last-of-type(1) {
  font-weight: 700;
  color: #0e7a31;
}

.event--secondary .event--secondary__slider-card--alt h5 {
  margin-bottom: 10px;
}

.event--secondary .event--secondary__slider-card--alt .secondary-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event--secondary .event--secondary__slider-card--alt .secondary-text i {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  border: 1px solid rgba(12, 169, 64, 0.15);
  border-radius: 5px;
  color: #0e7a31;
}

.club-view {
  background-color: #0ca9400d;
}

.club-view .join-club__thumb {
  position: relative;
}

.club-view .join-club__thumb .play-wrapper {
  top: unset;
  left: 135px;
  bottom: 76px;
}

.gallery .section__header-cta {
  margin-top: 40px;
}

.gallery .gallery__thumb-single {
  border-radius: 5px;
  margin-bottom: 24px;
}

.gallery .gallery__thumb-single img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.gallery .gallery__thumb-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.facility--main .section__row {
  margin-bottom: -24px;
}

.facility--main .section__col {
  margin-bottom: 24px;
}

.facility--main .facility--main__card {
  padding: 10px 10px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.facility--main .facility--main__card:hover .facility--main__card-thumb img {
  -webkit-transform: scale(1.2) rotate(-6deg);
          transform: scale(1.2) rotate(-6deg);
}

.facility--main .facility--main__card-thumb a {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.facility--main .facility--main__card-thumb a img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}

.facility--main .facility--main__card-content {
  padding: 30px 12px 0px;
  text-align: center;
}

.facility--main .facility--main__card-content h5 {
  margin-bottom: 10px;
}

.facility--main .facility--main__card-content p {
  margin-bottom: 20px;
}

.facility--main .facility--main__card-content .facility--main__card-content__cta {
  color: #0e7a31;
}

.training--main .section__row {
  margin-bottom: -24px;
}

.training--main .section__col {
  margin-bottom: 24px;
}

.training--main .training__slider-single {
  margin-bottom: 0px;
}

.cart .cart__wrapper {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.cart .cart__wrapper table {
  position: relative;
  width: 100%;
}

.cart .cart__wrapper thead,
.cart .cart__wrapper tbody {
  width: 100%;
}

.cart .cart__wrapper thead {
  border-bottom: 1px solid #ebebeb;
}

.cart .cart__wrapper thead tr {
  padding-bottom: 15px;
}

.cart .cart__wrapper tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart .cart__wrapper tr th {
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.cart .cart__wrapper tr td {
  width: 100%;
  text-align: center;
}

.cart .cart__wrapper tbody tr {
  padding: 15px 0px;
  border-bottom: 1px solid #ebebeb;
}

.cart .cart__wrapper tbody .cart-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.cart .cart__wrapper tbody .cart-item-info img {
  max-width: 106px;
  border-radius: 5px;
}

.cart .cart__wrapper tbody .cart-item-price {
  font-size: 16px;
  color: #0e7a31;
}

.cart .cart__wrapper tbody .cart-item-price span {
  font-size: 16px;
  color: #0e7a31;
}

.cart .cart__wrapper tbody .cart-item-quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 20px;
  background-color: rgba(12, 169, 64, 0.05);
  border-radius: 5px;
}

.cart .cart__wrapper tbody .cart-item-quantity span {
  font-weight: 600;
}

.cart .cart__wrapper tbody .cart-item-quantity-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.cart .cart__wrapper tbody .cart-item-quantity-controller a {
  font-size: 14px;
  line-height: 14px;
  color: #3f3f3f;
}

.cart .cart__wrapper tbody .cart-item-quantity-controller a:hover {
  color: #3f3f3f;
}

.cart .cart__wrapper-footer {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart .cart__wrapper-footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.cart .cart__wrapper-footer form input {
  padding-left: 20px;
}

.cart .cart__graph {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: 40px;
  text-align: center;
}

.cart .cart__graph ul {
  margin: 30px 0px;
  position: relative;
}

.cart .cart__graph ul::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 50%;
  background: rgba(12, 169, 64, 0.03);
}

.cart .cart__graph li {
  padding: 15px 0px;
  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;
  border-bottom: 1px solid #ebebeb;
  gap: 50px;
  text-align: left;
}

.cart .cart__graph li:nth-last-of-type(1) {
  border-bottom: 0px solid transparent;
}

.cart .cart__graph li:nth-last-of-type(1) span:nth-of-type(2) {
  color: #0e7a31;
}

.cart .cart__graph li span {
  width: 100%;
}

.cart .cart__graph li span:nth-of-type(1) {
  font-weight: 500;
}

.checkout .checkout__radio {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
}

.checkout .checkout__radio-wrapper {
  margin-top: 16px;
}

.checkout .checkout__radio-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.checkout .checkout__radio-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.checkout .checkout__radio-single input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  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;
  border: 1px solid #5a5a5a;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.checkout .checkout__radio-single input[type="radio"]::before {
  content: none;
  position: absolute;
  inset: 0px;
  background-color: #0e7a31;
  border-radius: 50%;
}

.checkout .checkout__radio-single input[type="radio"]::after {
  content: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
}

.checkout .checkout__radio-single input[type="radio"]:checked {
  border: 1px solid #0e7a31;
}

.checkout .checkout__radio-single input[type="radio"]:checked::before {
  content: "";
}

.checkout .checkout__radio-single input[type="radio"]:checked::after {
  content: "\f00c";
}

.checkout .checkout__radio-single label {
  font-weight: 500;
  cursor: pointer;
}

.checkout .checkout__single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 30px;
}

.checkout .checkout__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.checkout .checkout__single-form {
  margin-top: 30px;
}

.checkout .checkout__single-form input,
.checkout .checkout__single-form textarea {
  background: rgba(12, 169, 64, 0.03);
}

.checkout .payment {
  margin: 20px 0px;
}

.checkout .input-single {
  margin-bottom: 20px;
}

.checkout .input-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.checkout .input-single label {
  margin-bottom: 10px;
  font-weight: 500;
}

.checkout .input-group .input-single {
  margin-bottom: 0px;
}

.checkout .input-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.checkout .input-check label {
  margin: 0px;
  cursor: pointer;
}

.checkout .input-check input {
  width: auto;
  margin: 0px;
  padding: 0px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  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;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  cursor: pointer;
}

.checkout .cta-btn {
  margin-top: 30px;
}

.checkout .country-select {
  width: 100%;
  height: auto;
  line-height: 28px;
  padding: 11px 30px;
  background: rgba(12, 169, 64, 0.03);
  border: 1px solid #ebebeb;
}

.checkout .country-select .current {
  color: #3f3f3f;
}

.checkout .country-select .list {
  width: 100%;
}

.checkout .country-select::after {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  height: 10px;
  width: 10px;
}

.payment-success {
  margin-top: 246px;
}

.payment-success .payment-success__inner {
  padding: 40px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.payment-success .payment-success__header {
  text-align: center;
}

.payment-success .payment-success__header i {
  font-size: 60px;
  color: #0e7a31;
}

.payment-success .payment-success__header h3 {
  margin: 20px 0px;
}

.payment-success .payment-success__body {
  margin: 30px 0px;
  padding: 30px;
  background: rgba(12, 169, 64, 0.04);
  border-radius: 10px;
}

.payment-success .payment-success__body li {
  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;
  gap: 24px;
  padding: 10px 0px;
  border-bottom: 1px solid #ebebeb;
}

.payment-success .payment-success__body li:nth-last-of-type(1) {
  border-bottom: 0px;
}

.payment-success .payment-success__body li span {
  width: 100%;
}

.payment-success .payment-success__body li span:nth-last-of-type(1) {
  font-weight: 600;
  text-align: right;
}

.payment-success .payment-success__footer {
  text-align: center;
}

.payment-success .payment-success__footer-inner {
  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;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.payment-success .payment-success__footer-inner a {
  color: #3f3f3f;
}

.payment-success .payment-success__footer-inner a i {
  color: #0e7a31;
}

.payment-success .payment-success__footer-inner a:hover {
  color: #0e7a31;
}

.faq .faq__tab-btns {
  padding: 30px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.faq .faq__tab-btns .faq-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 8px;
}

.faq .faq__tab-btns .faq-tab-btn:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.faq .faq__tab-btns .faq-tab-btn i {
  color: #0e7a31;
  font-size: 24px;
}

.faq .faq__tab-btns .faq-tab-btn:hover {
  background-color: #0e7a31;
  color: #ffffff;
}

.faq .faq__tab-btns .faq-tab-btn:hover i {
  color: #ffffff;
}

.faq .faq__tab-btns .faq-tab-btn-active {
  background-color: #0e7a31;
  color: #ffffff;
}

.faq .faq__tab-btns .faq-tab-btn-active i {
  color: #ffffff;
}

.faq .faq__tab-single__inner .accordion-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border-radius: 10px;
  border: 0px solid transparent;
}

.faq .faq__tab-single__inner .accordion-item:last-of-type {
  margin-bottom: 0px;
}

.faq .faq__tab-single__inner .accordion-item .accordion-button:not(.collapsed) {
  color: #3f3f3f;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}

.faq .faq__tab-single__inner .accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}

.faq .faq__tab-single__inner .accordion-item .accordion-button:not(.collapsed)::before {
  background-color: #0e7a31;
}

.faq .faq__tab-single__inner .accordion-item .accordion-button {
  border-radius: 10px;
  color: #3f3f3f;
  position: relative;
}

.faq .faq__tab-single__inner .accordion-item .accordion-button::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  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;
  border-radius: 0px;
  background-image: none;
  font-size: 16px;
  color: #3f3f3f;
  z-index: 1;
}

.faq .faq__tab-single__inner .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  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;
  -webkit-box-shadow: 0px 4px 30px rgba(58, 58, 58, 0.2);
          box-shadow: 0px 4px 30px rgba(58, 58, 58, 0.2);
  background-color: #ffffff;
  border-radius: 5px;
}

.faq .faq__tab-single__inner h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.faq .faq__tab-single__inner h5 button {
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  padding: 17px 30px;
}

.faq .faq__tab-single__inner .accordion-body {
  padding: 17px 30px;
  border-top: 1px solid #ebebeb;
}

.faq .faq__tab-single__inner .accordion-body p {
  font-size: 16px;
  line-height: 26px;
  color: #5a5a5a;
}

.gallery-slider {
  background: rgba(12, 169, 64, 0.05);
  overflow-x: clip;
}

.gallery-slider__wrapper img {
  border-radius: 5px;
  width: 100%;
}

.gallery-popup__content {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.gallery-popup__content::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 2;
  background: rgba(43, 169, 12, 0.2);
  border-radius: 10px;
}

.gallery-popup__content img {
  border-radius: 10px;
  width: 100%;
  min-height: 170px;
}

.gallery-popup__content .play-wrapper {
  z-index: 3;
}

.blog .blog__wrapper .section__row {
  margin-bottom: -24px;
}

.blog .blog__wrapper .section__row .section__col {
  margin-bottom: 24px;
}

.blog .blog-single {
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.blog .blog-single:hover .blog__thumb img {
  -webkit-transform: scale(1.2) rotate(-6deg);
          transform: scale(1.2) rotate(-6deg);
}

.blog .blog-single:hover h5 a {
  color: #0e7a31;
}

.blog .blog__thumb a {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.blog .blog__thumb a img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}

.blog .blog__content {
  padding: 30px 20px;
}

.blog .blog__content .secondary-text {
  color: #5a5a5a;
  margin-bottom: 30px;
}

.blog .blog__content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0px 20px;
}

.blog .blog__content-meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.blog .blog__content-meta p i {
  color: #0e7a31;
}

.blog-list .blog-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.blog-details__inner {
  padding: 10px 10px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.blog-details__inner .blog-details__thumb img {
  width: 100%;
  border-radius: 5px;
}

.blog-details__inner .blog-details__meta {
  padding: 40px 20px 0px;
}

.blog-details__inner .blog-details__content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0px;
}

.blog-details__inner .blog-details__content-meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.blog-details__inner .blog-details__content-meta p i {
  color: #0e7a31;
}

.blog-details__inner .blog-details__content {
  margin-bottom: 20px;
}

.blog-details__inner .blog-details__content:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.blog-details__inner .blog-details__meta-poster {
  margin: 30px 0px;
}

.blog-details__inner .blog-details__meta-poster-single {
  margin-bottom: 24px;
  position: relative;
}

.blog-details__inner .blog-details__meta-poster-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.blog-details__inner .blog-details__meta-poster-single img {
  border-radius: 5px;
  width: 100%;
}

.blog-details__inner .blog-details__meta-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.blog-details__inner .blog-details__meta-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.blog-details__inner .blog-details__meta-footer ul .cmn-button {
  font-size: 16px;
  padding: 8px 20px;
}

.blog-details__comment {
  padding: 30px;
  background: rgba(12, 169, 64, 0.03);
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-top: 60px;
}

.blog-details__comment h4 {
  margin-bottom: 40px;
}

.blog-details__comment .blog-comment-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.blog-details__comment .blog-comment__thumb img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  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;
}

.blog-details__comment .blog-comment__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.blog-details__comment .blog-comment__author .author-active {
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
  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;
  background-color: #5a5a5a;
}

.blog-details__comment .blog-comment__author .author-active-bg {
  background-color: #0e7a31;
}

.blog-details__comment .blog-comment__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.blog-details__comment .blog-comment__meta .reply {
  color: #3f3f3f;
}

.blog-details__comment .blog-comment__meta .reply i {
  color: #3f3f3f;
}

.blog-details__comment .blog-comment__meta .reply:hover {
  color: #0e7a31;
}

.blog-details__comment .blog-comment__meta .reply:hover i {
  color: #0e7a31;
}

.blog-details__comment .blog-comment__meta .reply-active {
  color: #0e7a31;
}

.blog-details__comment .blog-comment__meta .reply-active i {
  color: #0e7a31;
}

.blog-details__comment .blog-comment-reply {
  padding-top: 30px;
  display: none;
}

.blog-details__comment .blog-comment-reply .blog-comment-reply-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.blog-details__comment .blog-comment-reply .reply__author img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
}

.blog-details__comment .blog-comment-reply .reply__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog-details__comment .blog-comment-reply .reply__form .reply__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}

.blog-details__comment .blog-comment-reply .reply__form .reply__form-inner textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 17px 20px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px 0px 0px 5px;
  min-height: auto !important;
}

.blog-details__comment .blog-comment-reply .reply__form .reply__form-inner .cmn-button {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px 5px 5px 0px;
}

.blog-details__comment hr {
  width: 100%;
  height: 1px;
  border: 0px solid transparent;
  opacity: 1;
  background-color: #ebebeb;
  margin: 40px 0px;
}

.comment-form {
  margin-top: 40px;
}

.comment-form h5 {
  margin-bottom: 30px;
}

.comment-form input,
.comment-form textarea {
  background: rgba(12, 169, 64, 0.03) !important;
}

.comment-form .cmn-button {
  margin-top: 30px;
}

.related-news {
  background: rgba(12, 169, 64, 0.05);
}

.related-news .related-news__slider {
  margin-bottom: -30px;
}

.related-news .related-news__slider .blog-single {
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.sidebar .sidebar__single {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 30px;
}

.sidebar .sidebar__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.sidebar .sidebar__single hr {
  margin: 24px 0px;
  opacity: 1;
  width: 100%;
  height: 1px;
  border: 0px solid transparent;
  background-color: #ebebeb;
}

.sidebar .sidebar__single .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-right: 20px;
  background: rgba(12, 169, 64, 0.03);
  border: 1px solid rgba(12, 169, 64, 0.1);
  border-radius: 5px;
}

.sidebar .sidebar__single .search_form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 11px 20px;
  background: transparent;
}

.sidebar .sidebar__single .search_form button {
  background-color: transparent;
  color: #0e7a31;
}

.sidebar .sidebar__tab {
  margin-top: 24px;
}

.sidebar .sidebar__tab li {
  margin-bottom: 15px;
}

.sidebar .sidebar__tab li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.sidebar .sidebar__tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.sidebar .sidebar__tab li a i {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  border: 1px solid rgba(12, 169, 64, 0.2);
  border-radius: 5px;
  font-size: 14px;
  color: #0e7a31;
}

.sidebar .sidebar__tab li a:hover {
  background-color: #0e7a31;
  color: #ffffff;
}

.sidebar .sidebar__tab li a:hover i {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.sidebar .sidebar__tab li .facility-tab-btn-active {
  background-color: #0e7a31;
  color: #ffffff;
}

.sidebar .sidebar__tab li .facility-tab-btn-active i {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.sidebar .sidebar__tab li .training-tab-btn-active {
  background-color: #0e7a31;
  color: #ffffff;
}

.sidebar .sidebar__tab li .training-tab-btn-active i {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.sidebar .sidebar__item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.sidebar .sidebar__item-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.sidebar .sidebar__item-single .sidebar__item-thumb img {
  max-width: 160px;
  border-radius: 5px;
  border-radius: 5px;
}

.sidebar .sidebar__item-single .sidebar__item-content h6 {
  margin-bottom: 15px;
  font-weight: 600;
}

.sidebar .sidebar__item-single .sidebar__item-content p {
  color: #0e7a31;
}

.sidebar .sidebar__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar .sidebar__tags .cmn-button {
  padding: 8px 20px;
  font-size: 16px;
}

.facility__thumb {
  margin-bottom: 40px;
}

.facility__thumb img {
  width: 100%;
  border-radius: 10px;
}

.facility__single h2 {
  margin-bottom: 20px;
}

.facility__overview {
  padding: 30px 24px;
  background: rgba(12, 169, 64, 0.05);
  border-radius: 10px;
  margin-top: 40px;
}

.facility__overview .facility__overview-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.facility__overview .facility__overview-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.facility__overview .facility__overview-single-thumb {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  border-radius: 5px;
  border: 1px solid #ebebeb;
}

.facility__overview .facility__overview-single-thumb i {
  font-size: 30px;
  color: #0e7a31;
}

.facility__overview .facility__overview-single-content p:nth-of-type(1) {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 24px;
}

.facility__slider-wrapper {
  padding: 30px;
  background: rgba(12, 169, 64, 0.05);
  border-radius: 5px;
  margin: 40px 0px;
  gap: 30px;
}

.facility__slider-wrapper .facility__slider--testimonial {
  width: 100%;
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: clip;
}

.facility__slider-wrapper .facility__slider-single {
  text-align: center;
}

.facility__slider-wrapper .facility__slider-single .quotation {
  margin-bottom: 20px;
}

.facility__slider-wrapper .facility__slider-single .quotation i {
  font-size: 40px;
  color: #cecece;
}

.facility__slider-wrapper .facility__slider-single .facility-review {
  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;
  gap: 10px;
  margin-bottom: 20px;
}

.facility__slider-wrapper .facility__slider-single .facility-review i {
  font-size: 24px;
  color: #ffd600;
}

.facility__slider-wrapper .facility__slider-single .testimonial__slider-card__author {
  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;
  gap: 12px;
  margin-top: 30px;
}

.facility__slider-wrapper .facility__slider-single .testimonial__slider-card__author img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
}

.facility__slider-wrapper .facility__slider-single .testimonial__slider-card__author h6 {
  margin-bottom: 5px;
}

.facility__popup {
  position: relative;
  margin: 40px 0px 30px;
}

.facility__popup img {
  width: 100%;
  min-height: 180px;
}

.facility--main {
  background: rgba(12, 169, 64, 0.05);
}

.facility--main__slider {
  margin-bottom: -30px;
  overflow-x: clip;
}

.facility--main__slider .facility--main__card {
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.training__details-inner {
  padding: 10px 10px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.training__details-inner hr {
  width: 100%;
  height: 1px;
  border: 0px solid transparent;
  opacity: 1;
  margin: 30px 0px;
  background-color: #ebebeb;
}

.training__details-thumb img {
  width: 100%;
  border-radius: 5px;
}

.training__details-content {
  padding: 40px 20px 0px;
}

.training__details-content h2 {
  margin-bottom: 20px;
}

.training__details-tab {
  margin-top: 30px;
}

.training__details-tab-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.training__details-tab-btn-wrapper .training__details-tab-btn {
  font-weight: 600;
}

.training__details-tab-btn-wrapper .training__details-tab-btn-active {
  color: #0e7a31;
  text-decoration: underline;
}

.training__details-tab__content {
  margin-top: 10px;
}

.contact {
  background: rgba(12, 169, 64, 0.03);
}

.contact .contact__item {
  padding: 30px 15px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.contact .contact__item-thumb {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  background: rgba(12, 169, 64, 0.03);
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 0px auto 24px;
}

.contact .contact__item-thumb i {
  font-size: 40px;
  color: #0e7a31;
}

.contact .contact__item-content h5 {
  margin-bottom: 10px;
}

.contact .contact__item-content p {
  margin-bottom: 5px;
}

.contact .contact__item-content p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.contact-form {
  position: relative;
  z-index: 1;
}

.contact-form::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  background: rgba(12, 169, 64, 0.03);
  z-index: -1;
}

.contact-form__inner {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.contact-form__inner input,
.contact-form__inner textarea {
  background: rgba(12, 169, 64, 0.03);
}

.contact-form__inner label {
  margin-bottom: 15px;
}

.join-club--main {
  background-image: url("../images/join-bg-four.png"), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ffffff));
  background-image: url("../images/join-bg-four.png"), linear-gradient(#ffffff 50%, #ffffff 50%);
}

.join-club--main input,
.join-club--main textarea {
  background: rgba(12, 169, 64, 0.03);
}

.support-form {
  background: rgba(12, 169, 64, 0.05);
}

.support-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 11px 10px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}

.support-form form .input-single {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.support-form form .input-single input {
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
}

.support {
  position: relative;
  z-index: 1;
}

.support::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 40%;
  background: rgba(12, 169, 64, 0.05);
  z-index: -1;
}

.support .support__single {
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.support .support__single-thumb {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin: 0px auto 24px;
}

.support .support__single-thumb i {
  font-size: 40px;
  color: #0e7a31;
}

.support .support__single-content h5 {
  margin-bottom: 10px;
}

.support .support__single-content p {
  margin-bottom: 30px;
}

.privacy-policy__inner {
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.privacy-policy__inner hr {
  border: 0px solid transparent;
  opacity: 1;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 20px 0px;
}

.privacy-policy__single h5 {
  margin-bottom: 10px;
}

.privacy-policy__single ol {
  margin-top: 20px;
  list-style-type: number;
}

.privacy-policy__single li {
  font-size: 16px;
}

.authentication__wrapper {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-top: 246px;
}

.authentication__wrapper h4 {
  margin-bottom: 15px;
}

.authentication__wrapper form {
  margin-top: 40px;
}

.authentication__wrapper form label {
  margin-bottom: 15px;
  font-weight: 500;
}

.authentication__wrapper form input,
.authentication__wrapper form textarea {
  background: rgba(12, 169, 64, 0.02);
}

.authentication__wrapper form p {
  margin-top: 30px;
}

.authentication__wrapper form p a {
  color: #0e7a31;
}

.authentication__wrapper form p a:hover {
  color: #3f3f3f;
}

.authentication--alt .input-single {
  margin-bottom: 20px;
}

.authentication--alt .input-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.authentication--alt .forget {
  text-align: right;
  margin-top: 15px;
}

.map-wrapper iframe {
  max-height: 500px;
}

.error__inner {
  text-align: center;
}

.error__inner-content {
  margin-top: 60px;
}

.error__inner-content h2 {
  margin-bottom: 20px;
}

.shop--main {
  background-color: #ffffff;
}

.shop__sidebar {
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.shop__sidebar hr {
  width: 100%;
  border: 0px solid transparent;
  opacity: 1;
  height: 1px;
  background-color: #ebebeb;
  margin: 24px 0px;
}

.shop__sidebar .shop__sidebar-head button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  background-color: transparent;
  line-height: 30px;
}

.shop__sidebar .shop__sidebar-head button:hover {
  color: #3f3f3f;
}

.shop__sidebar .search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-right: 20px;
  background: #ffffff;
  border: 1px solid rgba(12, 169, 64, 0.1);
  border-radius: 5px;
  margin-top: 15px;
}

.shop__sidebar .search_form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 11px 20px;
  background: transparent;
}

.shop__sidebar .search_form button {
  background-color: transparent;
  color: #3f3f3f;
}

.shop__sidebar .category__form {
  margin-top: 15px;
}

.shop__sidebar .category__form li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.shop__sidebar .category__form li:nth-last-of-type(1) {
  margin: 0px;
}

.shop__sidebar .category__form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  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;
  border: 1px solid #5a5a5a;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.shop__sidebar .category__form input::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: #0e7a31;
}

.shop__sidebar .category__form input:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.shop__sidebar .category__form label {
  cursor: pointer;
}

.shop__sidebar .price-range-slider {
  width: 100%;
  float: left;
  padding: 24px 0px;
}

.shop__sidebar .price-range-slider .range-value {
  margin: 0;
}

.shop__sidebar .price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  text-align: center;
  margin-top: 15px;
}

.shop__sidebar .price-range-slider .range-bar {
  border: none;
  background: #cecece;
  height: 8px;
  width: 100%;
  margin-left: 0px;
}

.shop__sidebar .price-range-slider .range-bar .ui-slider-range {
  background: #0e7a31;
  border-radius: 0px;
}

.shop__sidebar .price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #0ca940;
  height: 16px;
  width: 7px;
  top: -4px;
  border-radius: 12px;
  cursor: pointer;
  background-color: #ffffff;
  margin-left: -7px;
}

.shop__sidebar .price-range-slider .range-bar .ui-slider-handle + span {
  background: #ffffff;
  color: #0e7a31;
}

.shop__sidebar .price-range-slider .range-value {
  text-align: center;
}

.shop__sidebar .product__cart {
  padding: 20px;
  background: rgba(12, 169, 64, 0.05);
  border-radius: 5px;
  margin-top: 15px;
}

.shop__sidebar .product__cart .product__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
}

.shop__sidebar .product__cart .product__single i {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
}

.shop__sidebar .product__cart .product__cart-single-thumb {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  border-radius: 5px;
}

.shop__sidebar .product__cart .product__cart-single-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.shop__sidebar .product__cart .sub-total {
  margin: 20px 0px;
}

.shop__sidebar .product__cart .sub-total span {
  color: #0e7a31;
}

.shop__sidebar .product__cart .product__cart-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop__sidebar .product__cart .cmn-button {
  font-size: 16px;
  padding: 8px 16px;
}

.shop__sidebar .product__tags {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop__sidebar .product__tags .cmn-button {
  font-size: 12px;
  padding: 6px 16px;
  line-height: 16px;
  font-weight: 400;
}

.related-shop {
  background-color: #ffffff;
}

.product__main-slider {
  margin-bottom: -20px;
}

.product__main-slider .shop__card {
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.review {
  background: rgba(12, 169, 64, 0.05);
}

.review form {
  margin-top: 20px;
}

.review .input-single {
  margin-bottom: 20px;
}

.review .input-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #ffd600;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.review .input-rating i {
  font-size: 20px;
  cursor: pointer;
}

.review .review__thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.review .review__thumb::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(12, 169, 64, 0.9);
  -webkit-transform: skewX(30deg) translateX(-30%);
          transform: skewX(30deg) translateX(-30%);
  border-right: 2px solid #ffffff30;
}

.review .review__thumb img {
  width: 100%;
  border-radius: 5px;
}

.review .review__thumb .review__content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 24px;
  width: 100%;
  max-width: 70%;
}

.review .review__thumb .review__content h2,
.review .review__thumb .review__content h4,
.review .review__thumb .review__content p {
  color: #ffffff;
}

.review .review__thumb .review__content h2 {
  margin: 6px 0px;
}

.product-description__thumb img {
  width: 100%;
  border-radius: 5px;
}

.product-description__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-description__content-head h5 {
  margin-bottom: 10px;
}

.product-description__content-head p {
  color: #0e7a31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.product-description__content-head p span:nth-last-of-type(1) {
  color: #929292;
  text-decoration: line-through;
}

.product-description__content-head .review-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.product-description__content-head i {
  color: #ffd600;
  cursor: pointer;
  font-size: 16px;
}

.product-description__content-tab {
  margin-top: 30px;
}

.product-description__content-tab .product-description-tab-btns {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-description__content-tab .product-description-tab-btn-active {
  color: #0e7a31;
  text-decoration: underline;
}

.product-description__content-tab #productReviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
}

.product-description__content-tab #productReviews .author img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
}

.product-description__content-tab #productReviews .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.product-description__content-tab #productReviews .author-meta span {
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
  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;
  background-color: #0e7a31;
}

.product-description__content-tab #productReviews .author-meta .review-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.product-description__content-tab #productReviews .author-meta i {
  font-size: 14px;
  color: #ffd600;
}

.product-description__content-tab #productReviews .author-content p:nth-last-of-type(1) {
  color: #0e7a31;
  font-weight: 500;
}

.product-description__content-tab #productReviews .author-content p a {
  margin-top: 15px;
}

.product-color-variations label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}

.product-color-variations label input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  cursor: pointer;
}

.product-color-variations label input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.product-color-variations label input[type="color"]::-webkit-color-swatch {
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.product-description__content-footer {
  margin-top: 30px;
}

.product-description__content-footer .product-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-description__content-footer .product-pricing-single {
  padding: 10px 20px;
  background: rgba(12, 169, 64, 0.05);
  border-radius: 5px;
}

.product-description__content-footer .product-pricing-single p {
  color: #0e7a31;
}

.product-description__content-footer .product-pricing-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.product-description__content-footer .product-pricing-calculator span:nth-of-type(1), .product-description__content-footer .product-pricing-calculator span:nth-of-type(3) {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  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;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.product-description__content-footer .product-pricing__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.product-description__content-footer .product-pricing__cta .cmn-button {
  padding: 10px 24px;
}

.pricing--tertiary .toggle-plan-alt,
.pricing--secondary .toggle-plan-alt {
  margin-top: 40px !important;
}

/* ==== 
 --------- (5.0) all sections styles end ---------
 ==== */
/* ==== 
 --------- (6.0) responsive styles start ---------
 ==== */
@media only screen and (max-width: 1799.98px) {
  .banner {
    background-position: left -110px center, right -100px bottom, left top;
  }
  .about--secondary .about--secondary__thumb .about--secondary__thumb-experience {
    left: -6%;
  }
}

@media only screen and (max-width: 1720.98px) {
  .join-club {
    background-position: right -200px top, left top;
  }
  .join-club--secondary {
    background-position: right -250px top, left top;
  }
  .banner--tertiary {
    background-image: url("../images/flag-alt.png"), linear-gradient(110deg, #fdfffa 48%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-three.png");
    background-size: 120px, 100%, auto 100%;
  }
  .about--alt {
    background-size: 100px;
    background-position: left 20px bottom 20px;
  }
}

@media only screen and (max-width: 1619.98px) {
  .banner {
    background-position: left -110px center, right -200px bottom, left top;
  }
  .event--secondary .event--secondary__slider-card--alt {
    padding: 20px;
  }
  .event--secondary .event--secondary__slider-card--alt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .event--secondary .event--secondary__slider-card--alt h3 span {
    font-size: 20px;
  }
  .event--secondary .event--secondary__slider-card--alt p {
    margin-bottom: 10px;
  }
  .event--secondary .event--secondary__slider-card--alt .cmn-button {
    padding: 8px 24px;
  }
}

@media only screen and (max-width: 1499.98px) {
  .club .club__thumb-experience {
    right: -5%;
  }
}

@media only screen and (max-width: 1399.98px) {
  .header .nav {
    padding: 27px 40px;
  }
  .header .nav__logo img {
    max-width: 150px;
  }
  .header .nav__menu-link {
    padding: 10px;
    font-size: 16px;
  }
  .header .nav__uncollapsed {
    gap: 16px;
  }
  .header .nav__uncollapsed a i {
    font-size: 20px;
  }
  .header .nav__uncollapsed-item {
    gap: 16px;
  }
  .header .cmn-button {
    padding: 10px 24px;
  }
  .header--secondary .nav {
    padding: 27px 0px 26px;
  }
  .banner {
    padding: 240px 0px;
    background-position: left -110px center, right -290px bottom, left top;
  }
  .banner--secondary {
    padding: 240px 0px 200px;
  }
  .banner--inner {
    padding: 180px 0px 80px;
  }
  .about {
    background-size: 100px;
    background-position: right 30px bottom 30px;
  }
  .about--tertiary .about--tertiary__thumb-experience {
    padding: 20px 49px;
  }
  .counter .counter__card {
    padding: 30px 12px;
  }
  .join-club {
    background-position: right -340px top, left top;
  }
  .join-club--secondary {
    background-position: right -420px top, left top;
  }
  .join--tertiary .input-single input,
  .join--tertiary .input-single textarea {
    padding: 10px 16px;
  }
  .event .event__single {
    gap: 16px;
  }
  .event .event__single-content h3 {
    padding: 6px 20px;
    font-size: 30px;
  }
  .event .event__single-content h3 span {
    font-size: 20px;
  }
  .shop--secondary .shop__card-thumb {
    max-width: 220px;
  }
  .shop--secondary .shop__card {
    gap: 16px;
  }
  .shop--secondary .shop__card-cta {
    gap: 12px;
  }
  .shop--secondary .shop__card-cta .cmn-button {
    padding: 8px 16px;
  }
  .training--tertiary .training--tertiary__card {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 16px;
  }
  .training--tertiary .training--tertiary__card-thumb {
    max-width: 100%;
  }
  .training--tertiary .training--tertiary__card-content h5 {
    margin-bottom: 10px;
  }
  .training--tertiary .training--tertiary__card-content p {
    margin-bottom: 24px;
  }
  .newsletter input {
    padding: 13px 12px;
  }
  .cart .cart__wrapper .cart-item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payment-success {
    margin-top: 220px;
  }
  .authentication__wrapper {
    margin-top: 220px;
  }
  .club-view .join-club__thumb .play-wrapper {
    left: 120px;
    bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .blog,
  .blog-details,
  .details,
  .shop--main {
    position: relative;
  }
  .blog .blog__wrapper,
  .blog .blog-details__wrapper,
  .blog .facility__details,
  .blog .shop--main__inner,
  .blog .sidebar,
  .blog-details .blog__wrapper,
  .blog-details .blog-details__wrapper,
  .blog-details .facility__details,
  .blog-details .shop--main__inner,
  .blog-details .sidebar,
  .details .blog__wrapper,
  .details .blog-details__wrapper,
  .details .facility__details,
  .details .shop--main__inner,
  .details .sidebar,
  .shop--main .blog__wrapper,
  .shop--main .blog-details__wrapper,
  .shop--main .facility__details,
  .shop--main .shop--main__inner,
  .shop--main .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
}

@media only screen and (max-width: 1199.98px) {
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span {
    font-size: 16px;
    line-height: 26px;
  }
  .primary-text {
    font-size: 20px;
    line-height: 30px;
  }
  .tertiary-text {
    font-size: 20px;
    line-height: 30px;
  }
  a,
  button {
    font-size: 16px;
  }
  h1,
  .banner__content-title {
    font-size: 50px;
    line-height: 60px;
  }
  h2,
  .section__content-title,
  .section__header-title {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .header {
    top: 20px;
  }
  .header .nav {
    padding: 17px 30px;
  }
  .header .nav__menu {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    min-width: 350px;
    max-width: 350px;
    height: 100vh;
    z-index: 99;
    overflow-x: clip;
    overflow-y: auto;
    padding: 40px 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .nav__menu::-webkit-scrollbar {
    width: 0px;
  }
  .header .nav__menu-logo {
    width: 100%;
    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;
    margin-bottom: 30px;
    gap: 20px;
  }
  .header .nav__menu-logo img {
    max-width: 130px;
  }
  .header .nav__menu-logo .nav__menu-close {
    font-size: 30px;
    color: #3f3f3f;
  }
  .header .nav__menu-active {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .header .nav__menu-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .nav__menu-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .header .nav__menu-item:nth-last-of-type(1) {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .header .nav__menu-item:nth-last-of-type(1) .cmn-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .nav__menu-item--dropdown .nav__dropdown,
  .header .nav__menu-item--dropdown .nav__dropdown-child {
    position: static;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding: 20px;
    margin-top: 5px;
    display: none;
    opacity: 1;
    visibility: visible;
    min-width: 100%;
    background-color: rgba(12, 169, 64, 0.4);
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }
  .header .nav__menu-item--dropdown .nav__dropdown li,
  .header .nav__menu-item--dropdown .nav__dropdown-child li {
    margin-bottom: 14px;
  }
  .header .nav__menu-item--dropdown .nav__dropdown-item {
    color: #3b3b3b !important;
    border-bottom: 1px solid #3b3b3b60;
  }
  .header .nav__menu-item--dropdown .nav__dropdown-item:hover {
    border-bottom: 1px solid #3b3b3b;
  }
  .header .nav__menu-item--dropdown .nav__dropdown-active {
    display: block !important;
    -webkit-animation: atg 0.4s ease-in-out;
            animation: atg 0.4s ease-in-out;
  }
  @-webkit-keyframes atg {
    0% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes atg {
    0% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown:hover {
    color: #065621 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown:hover::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    color: #065621 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
    color: #065621 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active::after {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
    color: #065621 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a {
    color: #3f3f3f !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a:hover {
    color: #3f3f3f !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a:hover::after {
    color: #3f3f3f !important;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a::after {
    color: #3f3f3f !important;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
  }
  .header .nav__menu-item--dropdown .nav__dropdown-child {
    left: 0px;
    top: 100%;
    right: 0px;
    width: 100%;
  }
  .header .nav__menu-link {
    width: 100%;
    background-color: rgba(12, 169, 64, 0.2);
    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;
    padding: 12px 16px;
    border-radius: 5px;
  }
  .header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    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;
    border-radius: 5px;
  }
  .header-active {
    top: 0px;
  }
  .header--secondary .nav {
    padding: 27px 0px 26px;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown::after {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown:hover {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown:hover::after {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link--dropdown-active::after {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-item--dropdown .nav__dropdown-item {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff50;
  }
  .header--secondary .nav__menu-item--dropdown .nav__dropdown-item:hover {
    border-bottom: 1px solid #ffffff;
  }
  .header--secondary .nav__menu-logo .nav__menu-close {
    color: #ffffff;
  }
  .header--secondary .nav__menu-active {
    background-color: #011006;
  }
  .header--secondary .social a {
    background-color: transparent;
    border: 1px solid rgba(242, 255, 246, 0.32);
  }
  .header--secondary .social a:hover {
    background-color: #ffffff;
  }
  .header--secondary .social a:hover i {
    color: #0e7a31;
  }
  .header--secondary .social a i {
    color: #ffffff;
  }
  .header--secondary .nav__menu-link-child a {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-link-child a:hover {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-link-child a:hover::after {
    color: #ffffff !important;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
  }
  .header--secondary .nav__menu-link-child a::after {
    color: #ffffff !important;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
  }
  .banner {
    background-position: left -110px center, right -170px bottom, left top;
  }
  .about--tertiary .about--tertiary__thumb-experience {
    padding: 20px 40px;
  }
  .counter .counter__card .counter__card-thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    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;
    border-radius: 5px;
  }
  .counter .counter__card .counter__card-thumb i {
    font-size: 28px;
  }
  .pricing .pricing__card .pricing__card-head__thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    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;
    border-radius: 5px;
  }
  .pricing .pricing__card .pricing__card-head__thumb i {
    font-size: 28px;
  }
  .pricing .pricing__card-cta {
    margin-top: 30px;
  }
  .testimonial::before {
    background-size: 100px, 140px;
    background-position: left 30px bottom 30px, right 20px bottom 100px;
  }
  .shop {
    background-size: 100px;
  }
  .join--tertiary {
    background-position: right top;
  }
  .join--tertiary .section__content {
    padding: 40px 20px;
  }
  .join--tertiary .section__content h2 {
    margin-bottom: 32px;
  }
  .backdrop {
    display: block;
  }
  .banner--secondary {
    background-image: linear-gradient(110deg, #fdfffa 48%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-two.png");
  }
  .banner--tertiary {
    background-image: url("../images/flag-alt.png"), linear-gradient(110deg, #fdfffa 48%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-three.png");
    background-size: 70px, 100%, auto 100%;
  }
  .facility .facility__card {
    padding: 30px 16px;
  }
  .event .event__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    padding: 20px;
  }
  .event .event__single-thumb {
    width: 100%;
  }
  .event .event__single-thumb img {
    width: 100%;
  }
  .event .event__single-content h3 {
    font-size: 24px;
  }
  .event .event__single-content h3 span {
    font-size: 18px;
  }
  .club--alt .club__thumb-experience {
    right: 20%;
  }
  .shop--secondary .shop__card-review {
    margin-top: 5px;
  }
  .shop--secondary .shop__card-review i {
    font-size: 18px;
  }
  .shop--secondary .shop__card-cta {
    margin-top: 20px;
  }
  .shop--secondary .shop__card-thumb {
    max-width: 180px;
  }
  .gallery .section__header-cta {
    margin-top: 24px;
  }
  .checkout .country-select {
    line-height: 26px;
  }
  .checkout .input-check {
    gap: 10px;
  }
  .checkout .input-check input {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    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;
    border-radius: 5px;
  }
  .payment-success {
    margin-top: 200px;
  }
  .blog-details__comment .blog-comment-reply .reply__form .reply__form-inner .cmn-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .support::before {
    height: 60%;
  }
  .authentication__wrapper {
    margin-top: 200px;
  }
  .map-wrapper iframe {
    max-height: 300px;
  }
  .footer .footer__single a img {
    max-width: 150px;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link-child a {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link-child a::after {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link-child a:hover {
    color: #ffffff !important;
  }
  .header--secondary .nav__menu-item--dropdown .nav__menu-link-child a:hover::after {
    color: #ffffff !important;
  }
}

@media only screen and (min-width: 992px) {
  .overview {
    position: relative;
    top: -134px;
    margin-bottom: -134px;
    padding: 0px;
  }
  .club--secondary .club--secondary__thumb {
    direction: rtl;
  }
}

@media only screen and (max-width: 991.98px) {
  .section {
    padding: 100px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .unset {
    max-width: 75%;
    height: auto;
  }
  .dir-rtl {
    direction: ltr;
  }
  .section__header--secondary .section__header--secondary__content {
    text-align: center;
  }
  .section__header--secondary .section__header--secondary__content h5 {
    margin-bottom: 10px;
  }
  .section__header--secondary .section__header--secondary__cta {
    text-align: center;
    margin-top: 20px;
  }
  .header .nav {
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  }
  .header .nav__menu {
    min-width: 300px;
    max-width: 300px;
  }
  .header .nav__bar .icon-bar {
    background-color: #3f3f3f;
  }
  .header--secondary .nav__bar .icon-bar {
    background-color: #ffffff;
  }
  .banner {
    padding: 180px 0px 80px;
    background-image: radial-gradient(circle at left center, white 250px, transparent 250px), -webkit-gradient(linear, left top, right top, from(rgba(12, 169, 64, 0.1)), to(rgba(255, 255, 255, 0)));
    background-image: radial-gradient(circle at left center, white 250px, transparent 250px), linear-gradient(90deg, rgba(12, 169, 64, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: auto, auto;
    background-position: left -30px center, left top;
  }
  .banner--secondary {
    padding: 180px 0px 80px;
    background-image: linear-gradient(74deg, #fdfffa 70%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-two.png");
  }
  .banner--tertiary {
    background-image: url("../images/flag-alt.png"), linear-gradient(110deg, #fdfffae6 100%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-three.png");
  }
  .about--tertiary .about--tertiary__thumb img {
    max-width: 75%;
  }
  .club {
    background-size: 100px;
    background-position: left 15px bottom 15px;
  }
  .join-club {
    background-size: 0px, 100%;
  }
  .join-club .join-club__form {
    margin-top: 30px;
  }
  .testimonial--secondary .quotation i {
    font-size: 30px;
  }
  .testimonial--tertiary {
    background-size: 60px;
    background-position: right 40px bottom 40px;
  }
  .checkout .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout .input-group .input-single {
    width: 100%;
  }
  .blog-details__inner .blog-details__meta-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer {
    padding-top: 100px;
  }
  .footer .footer__single-logo img {
    max-width: 150px;
  }
  .footer .copyright p {
    text-align: center;
  }
  .footer .copyright ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    gap: 40px;
    row-gap: 8px;
  }
  .cart .cart-items-wrapper tr {
    gap: 8px;
  }
  .facility__thumb {
    margin-bottom: 24px;
  }
  .facility__single h2 {
    margin-bottom: 10px;
  }
  .facility__overview {
    margin-top: 30px;
  }
  .facility__slider-wrapper {
    margin: 30px 0px;
  }
  .facility__slider-wrapper .facility__slider-single .quotation {
    margin-bottom: 15px;
  }
  .facility__slider-wrapper .facility__slider-single .quotation i {
    font-size: 30px;
  }
  .facility__slider-wrapper .facility__slider-single .facility-review {
    margin-bottom: 15px;
  }
  .facility__slider-wrapper .facility__slider-single .facility-review i {
    font-size: 20px;
  }
  .facility__slider-wrapper .facility__slider-single .testimonial__slider-card__author {
    margin-top: 15px;
  }
  .facility__slider-wrapper .facility__popup {
    margin: 30px 0px 20px;
  }
  .training__details-inner hr {
    margin: 24px 0px;
  }
  .training__details-content {
    padding: 24px 10px 0px;
  }
  .training__details-content h2 {
    margin-bottom: 10px;
  }
  .training__details-content .training__details-tab {
    margin-top: 20px;
  }
  .progress-wrap {
    right: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .checkout {
    position: relative;
  }
  .checkout .checkout__radio,
  .checkout .checkout__single-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
}

@media only screen and (max-width: 767.98px) {
  .primary-text {
    font-size: 18px;
    line-height: 28px;
  }
  .tertiary-text {
    font-size: 18px;
    line-height: 28px;
  }
  h1,
  .banner__content-title {
    font-size: 36px;
    line-height: 46px;
  }
  h2,
  .section__content-title,
  .section__header-title {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .section {
    padding: 80px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .section__header {
    margin-bottom: 36px;
  }
  .section__header .section__header-sub-title {
    margin-bottom: 10px;
  }
  .section__header .section__header-title {
    margin-bottom: 10px;
  }
  .section__header--secondary {
    margin-bottom: 36px;
  }
  .section__content .section__content-sub-title,
  .section__content .banner__content-sub-title,
  .banner__content .section__content-sub-title,
  .banner__content .banner__content-sub-title {
    margin-bottom: 10px;
  }
  .section__content .section__content-title,
  .section__content .banner__content-title,
  .banner__content .section__content-title,
  .banner__content .banner__content-title {
    margin-bottom: 10px;
  }
  .section__content .section__content-cta,
  .section__content .banner__content-cta,
  .banner__content .section__content-cta,
  .banner__content .banner__content-cta {
    margin-top: 30px;
  }
  .section__cta {
    margin-top: 30px;
  }
  .progress-wrap {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    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;
    -webkit-box-shadow: inset 0 0 0 8px #c3b4ba7d;
            box-shadow: inset 0 0 0 8px #c3b4ba7d;
    line-height: 40px;
  }
  .progress-wrap::before, .progress-wrap::after {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    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: 12px;
  }
  .header .nav {
    padding: 19px 24px;
  }
  .header .nav__menu-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .header .nav__menu-item:nth-last-of-type(1) {
    margin-top: 20px;
  }
  .header .nav__menu-item:nth-last-of-type(1) .cmn-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .nav__menu-item:nth-last-of-type(1) .cmn-button--secondary {
    margin-bottom: 16px;
  }
  .header .nav__bar .icon-bar {
    width: 30px;
  }
  .header--secondary .nav {
    padding: 23px 0px 24px;
  }
  .header--secondary .nav__menu-item:nth-last-of-type(1) .cmn-button--secondary {
    border: 1px solid rgba(242, 255, 246, 0.32) !important;
    color: #ffffff;
  }
  .header--secondary .nav__menu-item:nth-last-of-type(1) .cmn-button--secondary:hover {
    border: 1px solid #0e7a31;
  }
  .header--secondary .nav__menu-item:nth-last-of-type(1) .cmn-button {
    border: 1px solid #0e7a31;
    background-color: transparent;
  }
  .header--secondary .nav__menu-item:nth-last-of-type(1) .cmn-button:hover {
    border: 1px solid rgba(242, 255, 246, 0.32);
    color: #ffffff;
  }
  .header--secondary .nav__bar .icon-bar {
    width: 30px;
  }
  .banner--inner {
    padding: 160px 0px 80px;
  }
  .banner--inner .breadcrumb {
    margin-top: 10px;
  }
  .cmn-button {
    padding: 10px 24px;
  }
  .club {
    background-position: right 15px bottom 20px;
  }
  .sponsor {
    padding: 40px 0px;
  }
  .about .about__thumb .about__experience {
    width: 220px;
    min-width: 220px;
    height: 220px;
    border-radius: 50%;
    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;
    border: 5px solid #ffffff;
    padding: 20px;
  }
  .about .about__thumb .about__experience p {
    line-height: 20px;
  }
  .about .about__thumb .about__experience-thumb {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    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;
    border-radius: 5px;
    margin-bottom: 18px;
  }
  .about .about__thumb .about__experience-thumb i {
    font-size: 16px;
  }
  .about .about__thumb h3 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .about--secondary .about--secondary__single {
    margin-top: 20px;
  }
  .pricing--secondary .toggle-plan {
    margin-top: 20px;
  }
  .pricing--secondary .toggle-plan a {
    padding: 8px 20px;
  }
  .facility--secondary .section__header-cta {
    margin-top: 20px;
  }
  .testimonial .testimonial__slider-card {
    padding: 30px 20px;
  }
  .testimonial .testimonial__slider-card .testimonial__slider-card__body-review i {
    font-size: 20px;
  }
  .testimonial--secondary .quotation i {
    font-size: 24px;
  }
  .facility__slider-wrapper {
    padding: 30px 12px;
  }
  .facility__slider-wrapper .cmn-button {
    display: none !important;
  }
  .facility__overview {
    padding: 30px 16px !important;
  }
  .facility__overview-single {
    gap: 12px;
  }
  .cart .cart-items-wrapper {
    overflow-x: auto;
  }
  .cart .cart-items-wrapper table {
    min-width: 600px;
  }
  .cart .cart__wrapper-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart .cart__wrapper-footer form {
    width: 100%;
  }
  .cart .cart__wrapper-footer form input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cart .cart__graph ul {
    margin: 20px 0px;
  }
  .payment-success {
    margin-top: 180px;
  }
  .payment-success .payment-success__header i {
    font-size: 40px;
  }
  .payment-success .payment-success__header h3 {
    margin: 20px 0px 10px;
  }
  .blog-details__inner .blog-details__meta {
    padding: 20px 20px 0px;
  }
  .footer {
    padding-top: 80px;
  }
  .footer h5 {
    font-size: 22px;
    line-height: 32px;
  }
  .footer .footer__single-content {
    margin-top: 15px;
  }
  .footer .footer__single-content ul li {
    margin-bottom: 8px;
  }
  .footer .section__row {
    margin-bottom: -40px;
  }
  .footer .section__col {
    margin-bottom: 40px;
  }
  .footer hr {
    margin-top: 40px;
  }
  .play-wrapper .play-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    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: 14px;
  }
  .blog-details__comment {
    margin-top: 40px;
  }
  .blog-details__comment h4 {
    margin-bottom: 30px;
  }
  .blog-details__comment .blog-comment-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .blog-details__comment hr {
    margin: 30px 0px;
  }
  .contact .contact__item-thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    border-radius: 5px;
  }
  .contact .contact__item-thumb i {
    font-size: 24px;
  }
  .contact-form__inner label {
    margin-bottom: 8px;
  }
  .authentication__wrapper {
    margin-top: 180px;
    padding: 30px 20px;
  }
  .authentication__wrapper h4 {
    margin-bottom: 10px;
  }
  .authentication__wrapper form {
    margin-top: 30px;
  }
  .authentication__wrapper form p {
    margin-top: 20px;
  }
  .authentication__wrapper form label {
    margin-bottom: 10px;
  }
  .error__inner-content {
    margin-top: 30px;
  }
  .error__inner-content h2 {
    margin-bottom: 10px;
  }
  .pricing--tertiary .toggle-plan-alt,
  .pricing--secondary .toggle-plan-alt {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .primary-text {
    font-size: 18px;
    line-height: 28px;
  }
  .tertiary-text {
    font-size: 18px;
    line-height: 28px;
  }
  h1,
  .banner__content-title {
    font-size: 26px;
    line-height: 36px;
  }
  h2,
  .section__content-title,
  .section__header-title {
    font-size: 24px;
    line-height: 34px;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .section__content .banner__content-inner ul,
  .section__content .section__content-inner ul,
  .banner__content .banner__content-inner ul,
  .banner__content .section__content-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .section__content .banner__content-inner ul li,
  .section__content .section__content-inner ul li,
  .banner__content .banner__content-inner ul li,
  .banner__content .section__content-inner ul li {
    width: 100%;
  }
  .pagination {
    gap: 8px;
  }
  .pagination a,
  .pagination button {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    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;
    border-radius: 5px;
  }
  .header .nav {
    padding: 22px 24px;
  }
  .header .nav__logo img {
    max-width: 130px;
    height: 36px;
  }
  .header--secondary .nav {
    padding: 26px 0px 27px;
  }
  .banner--secondary {
    background-image: linear-gradient(110deg, #fdfffae6 70%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-two.png");
  }
  .banner--tertiary {
    background-image: url("../images/flag-alt.png"), linear-gradient(110deg, #fdfffae6 100%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-three.png");
    background-size: 30px, 100%, auto 100%;
  }
  .banner--inner {
    padding: 150px 0px 60px;
  }
  .banner--inner .breadcrumb .breadcrumb-item {
    padding-left: 21px;
    padding-right: 12px;
  }
  .banner--inner .breadcrumb .active {
    padding-right: 0px;
  }
  .banner--inner .banner--inner__content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .overview .overview__inner-card__icon {
    margin-bottom: 15px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    border-radius: 5px;
  }
  .overview .overview__inner-card__icon i {
    font-size: 28px;
  }
  .overview h5 {
    margin-bottom: 4px;
  }
  .about .about__section-inner {
    margin-top: 24px;
    gap: 16px;
  }
  .about .about__section-inner__single {
    gap: 15px;
  }
  .about .about__section-inner__single-thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    border-radius: 5px;
  }
  .about .about__section-inner__single-thumb i {
    font-size: 24px;
  }
  .about .about__section-inner__single-content h5 {
    margin-bottom: 0px;
  }
  .about .about__thumb img {
    max-width: 100%;
    width: 100%;
  }
  .input-single input,
  .input-single textarea {
    padding: 11px 16px;
  }
  .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  .input-group .input-single {
    width: 100%;
  }
  .cart .cart__wrapper {
    padding: 30px 20px;
  }
  .cart .cart__graph {
    padding: 30px 20px;
  }
  .cart .cart__graph li {
    gap: 20px;
  }
  .checkout .input-single {
    margin-bottom: 14px;
  }
  .checkout .input-single:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .checkout .input-single label {
    margin-bottom: 6px;
  }
  .checkout .country-select {
    padding: 11px 16px;
  }
  .checkout .country-select::after {
    right: 16px;
  }
  .payment-success .payment-success__inner {
    padding: 40px 20px;
  }
  .payment-success .payment-success__body {
    padding: 30px 20px;
  }
  .payment-success .payment-success__body li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    padding: 15px 0px;
  }
  .payment-success .payment-success__body li span {
    text-align: center;
  }
  .payment-success .payment-success__body li span:nth-last-of-type(1) {
    text-align: center;
  }
  .faq .faq__tab-single__inner .accordion-item .accordion-button::before {
    right: 20px;
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .faq .faq__tab-single__inner .accordion-item .accordion-button::after {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .faq .faq__tab-single__inner .accordion-item .accordion-body {
    padding: 16px 20px;
  }
  .faq .faq__tab-single__inner h5 button {
    font-size: 16px;
    padding: 16px 20px;
  }
  .blog .blog__content {
    padding: 20px 10px;
  }
  .blog-details__inner .blog-details__meta {
    padding: 20px 10px 0px;
  }
  .blog-details__comment {
    padding: 30px 20px;
  }
  .blog-details__comment .blog-comment-reply .blog-comment-reply-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 20px;
  }
  .blog-details__comment .blog-comment-reply .blog-comment-reply-inner .reply__form {
    width: 100%;
  }
  .blog-details__comment .blog-comment-reply .blog-comment-reply-inner .reply__form .reply__form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .blog-details__comment .blog-comment-reply .blog-comment-reply-inner .reply__form .reply__form-inner textarea {
    width: 100%;
    border-radius: 5px;
    padding: 17px 24px;
  }
  .blog-details__comment .blog-comment-reply .blog-comment-reply-inner .reply__form .reply__form-inner .cmn-button {
    border-radius: 5px;
    padding: 10px 24px;
  }
  .comment-form h5 {
    margin-bottom: 20px;
  }
  .sidebar .sidebar__single {
    padding: 30px 20px;
  }
  .contact .contact__item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .support .support__single-thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    border-radius: 5px;
  }
  .support .support__single-thumb i {
    font-size: 24px;
  }
  .privacy-policy__inner {
    padding: 30px 20px;
  }
  .shop__sidebar {
    padding: 20px;
  }
  .shop__sidebar .search_form input {
    padding: 11px 12px;
  }
  .shop__sidebar .product__cart .product__cart-cta {
    gap: 12px;
  }
  .shop__sidebar .product__cart .product__cart-cta .cmn-button {
    font-size: 12px;
    padding: 6px 14px;
  }
  .product-description__content-tab #productReviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-description__content-tab #productReviews .author-meta {
    gap: 20px;
  }
  .product-description__content-tab #productReviews .author-meta span {
    display: none;
  }
  .event--secondary .event--secondary__slider-card--alt {
    padding: 0px;
  }
  .event--secondary .event--secondary__slider-card--alt h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .event--secondary .event--secondary__slider-card--alt p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .event--secondary .event--secondary__slider-card--alt p i {
    display: none !important;
  }
  .event--secondary .event--secondary__slider-card--alt h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .event--secondary .event--secondary__slider-card--alt .cmn-button {
    font-size: 14px;
    padding: 6px 16px;
  }
}

@media only screen and (max-width: 499.98px) {
  .shop--secondary .shop__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
    margin: 0px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
  .shop--secondary .shop__card-info {
    padding: 0px;
  }
  .shop--secondary .shop__card-thumb {
    max-width: 100%;
  }
  .shop--secondary .shop__card-thumb img {
    width: 100%;
  }
  .cart .cart__wrapper-footer form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .cart .cart__wrapper-footer form input {
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 5px;
    padding: 12px 16px;
  }
}

@media only screen and (max-width: 424.98px) {
  .section__content .banner__content-inner,
  .section__content .section__content-cta,
  .section__content .banner__content-cta,
  .banner__content .banner__content-inner,
  .banner__content .section__content-cta,
  .banner__content .banner__content-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section__content .banner__content-inner .cmn-button,
  .section__content .section__content-cta .cmn-button,
  .section__content .banner__content-cta .cmn-button,
  .banner__content .banner__content-inner .cmn-button,
  .banner__content .section__content-cta .cmn-button,
  .banner__content .banner__content-cta .cmn-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner--secondary {
    background-image: linear-gradient(110deg, #fdfffae6 100%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-two.png");
  }
  .banner--tertiary {
    background-image: url("../images/flag-alt.png"), linear-gradient(110deg, #fdfffae6 100%, rgba(255, 255, 255, 0) 100%), url("../images/banner/banner-three.png");
    background-size: 30px, 100%, auto 100%;
  }
  .shop {
    background-size: 30px;
    background-position: right 10px bottom 10px;
  }
  .shop .shop__card .shop__card-info {
    padding: 20px 0px 0px;
  }
  .shop .shop__card .shop__card-info h5 {
    margin-bottom: 5px;
  }
  .shop .shop__card .shop__card-review {
    padding: 0px;
  }
  .shop .shop__card .shop__card-review i {
    font-size: 20px;
  }
  .shop .shop__card .shop__card-cta {
    padding: 0px;
    gap: 12px;
  }
  .shop .shop__card .shop__card-cta .cmn-button {
    padding: 8px 20px;
  }
  .about--secondary .about--secondary__single .row {
    display: block;
  }
  .about--secondary .about--secondary__single .row .col-6 {
    width: 100%;
  }
  .about--secondary .about--secondary__single .about--secondary__single-item {
    padding: 20px 16px;
    overflow: hidden;
  }
  .about--tertiary .about--tertiary__thumb img {
    max-width: 100%;
  }
  .about--tertiary .about--tertiary__thumb-experience {
    padding: 16px 30px;
    right: 4%;
  }
  .sidebar .sidebar__item-single {
    gap: 12px;
  }
  .sidebar .sidebar__item-single .sidebar__item-thumb img {
    max-width: 120px;
  }
  .sidebar .sidebar__item-single .sidebar__item-content h6 {
    margin: 0px;
    font-size: 14px;
  }
  .sidebar .sidebar__item-single .sidebar__item-content p {
    font-size: 12px;
  }
  .support-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 16px;
    gap: 16px;
  }
  .support-form form .input-single {
    width: 100%;
  }
  .support-form form .input-single input {
    border: 1px solid #ebebeb;
    border-radius: 5px;
  }
}

/* ==== 
  --------- (6.0) responsive styles end ---------
  ==== */
