/* @import url('sitefonts.css'); */
@import url('main_1920_up.css');
@import url('main_1920.css');
/* @import url('main_1600.css'); */
@import url('main_1400.css');
@import url('main_1366.css');
@import url('main_1024.css');
@import url('main_900.css');
@import url('main_600.css');
@import url('main_400.css');
@import url('main_breaks.css');
@import url('maps.css');
@import url('pyramid.css');
:root {
  --light-color: #ffffff;
  --heading-text: #090a0b;
  --header-bg: #090a0b;
  --primary-color: #01B14C;
  --seconadry-color: #8600B2;
  --heading-font: 'Conthrax';
  --body-font:  "Josefin Sans", sans-serif;
  --background-color: #ffffff;
  --gray-color: #f7f7f7;
  /* default light background color */
  --text-color: #090a0b;
  --shd-scrl: 0.00px 0.00px 50px 0px rgba(1, 177, 76, 1);
  --fked-up-color: #BDFF69;
	--bs-accordion-color: transparent !important;
}


.dark-mode {
  --light-color: #090a0b;
  --heading-text: #ffffff;
  --header-bg: #090a0b;
  --primary-color: #01B14C;
  --heading-font: 'Conthrax';
  --body-font:  "Josefin Sans" sans-serif;
  --background-color: #090a0b;
  --gray-color: #111315;
  --text-color: #ffffff;
  --shd-scrl: 0.00px 0.00px 50px 0px rgba(76, 157, 52, 1);
}

p {
    color:#fff;
}
.dark-mode .add_to_cart_button {
  color: #000 !important;
}

.dark-mode ul li a:link {
  color: #ffffff !important;
}

.dark-mode ul li a:visited {
  color: #ffffff !important;
}

.dark-mode .header-icon-btn {
  color: #ffffff !important;
}

.dark-mode header {
  background-color: #000 !important;
}

.dark-mode a:hover {
  color: var(--primary-color);
}

.dark-mode td {
  color: #ffffff;
}

.dark-mode th {
  color: #ffffff;
}

.dark-mode .table-title {
  color: #ffffff;
}

.dark-mode .price {
  color: #000;
}

.dark-mode .add_to_cart_button:hover {
  color: var(--primary-color);
}

/* reset  */
html {
  font-size: 10px;
}

body {
  font-family: var(--body-font);
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  text-transform: none;
  letter-spacing: 0px;
  /* background-color: var(--background-color); */
  background-color: black !important;
  color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Conthrax';
}

#header.active {
  -webkit-box-shadow: var(--shd-scrl, 0 0 5px rgba(0, 0, 0, .5)) !important;
  -moz-box-shadow: var(--shd-scrl, 0 0 5px rgba(0, 0, 0, .5)) !important;
  box-shadow: var(--shd-scrl, 0 0 5px rgba(0, 0, 0, .5)) !important;
}

p,
ul,
ol,
dl,
blockquote,
address,
.wp-block-button,
.wp-block-cover,
.wp-block-image,
.wp-block-video,
.wp-block-search,
.wp-block-archives,
.wp-block-archives-dropdown,
.wp-block-categories,
.wp-block-calendar,
.wp-block-media-text {
  margin-top: 0em;
  /* margin-bottom: 1.57em; */
}



/* ==============Start Custome Padding================================= */
.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}


.ps-20 {
  padding-left: 20px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.ps-60 {
  padding-left: 60px !important;
}

.ps-70 {
  padding-left: 70px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.ps-90 {
  padding-left: 90px !important;
}

.ps-100 {
  padding-left: 100px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.pe-30 {
  padding-right: 20px !important;
}

.pe-40 {
  padding-right: 40px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.pe-60 {
  padding-right: 60px !important;
}

.pe-70 {
  padding-right: 70px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.pe-90 {
  padding-right: 90px !important;
}

.pe-100 {
  padding-right: 100px !important;
}




.pb-50 {
  padding-bottom: 50px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

/* ==============End Custome Padding================================= */

/* ==============Start Custome Margin================================= */
.mt--20 {
  margin-top: -20px !important;
}

.mt--30 {
  margin-top: -30px !important;
}

.mt--40 {
  margin-top: -40px !important;
}

.mt--50 {
  margin-top: -50px !important;
}

.mt--60 {
  margin-top: -60px !important;
}

.mt--70 {
  margin-top: -70px !important;
}





.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-160 {
  margin-top: 160px !important;
}


.mt-250 {
  margin-top: 250px !important;
}

/* ==============End Custome Margin================================= */
@media (max-width: 576px) {
  #code2 {
    background-size: 165% 45% !important;
    background-repeat: no-repeat;
    background-position: center;
  }

  .coaching-btn-group-main {
    bottom: -37% !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pt-sm-110 {
    padding-top: 110px !important;
  }

  .pt-sm-120 {
    padding-top: 120px !important;
  }

  .pt-sm-130 {
    padding-top: 130px !important;
  }

  .pt-sm-140 {
    padding-top: 140px !important;
  }

  .pt-sm-150 {
    padding-top: 150px !important;
  }

  .pt-sm-160 {
    padding-top: 160px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-90 {
    padding-bottom: 90px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-110 {
    padding-bottom: 110px !important;
  }

  .pb-sm-120 {
    padding-bottom: 120px !important;
  }

  .pb-sm-130 {
    padding-bottom: 130px !important;
  }

  .pb-sm-140 {
    padding-bottom: 140px !important;
  }

  .pb-sm-150 {
    padding-bottom: 150px !important;
  }

  .pb-sm-160 {
    padding-bottom: 160px !important;
  }


  .ps-sm-20 {
    padding-left: 20px !important;
  }

  .ps-sm-30 {
    padding-left: 30px !important;
  }

  .ps-sm-40 {
    padding-left: 40px !important;
  }

  .ps-sm-50 {
    padding-left: 50px !important;
  }

  .ps-sm-60 {
    padding-left: 60px !important;
  }

  .ps-sm-70 {
    padding-left: 70px !important;
  }

  .ps-sm-80 {
    padding-left: 80px !important;
  }

  .ps-sm-90 {
    padding-left: 90px !important;
  }

  .ps-sm-100 {
    padding-left: 100px !important;
  }

  .pe-sm-20 {
    padding-right: 20px !important;
  }

  .pe-sm-30 {
    padding-right: 20px !important;
  }

  .pe-sm-40 {
    padding-right: 40px !important;
  }

  .pe-sm-50 {
    padding-right: 50px !important;
  }

  .pe-sm-60 {
    padding-right: 60px !important;
  }

  .pe-sm-70 {
    padding-right: 70px !important;
  }

  .pe-sm-80 {
    padding-right: 80px !important;
  }

  .pe-sm-90 {
    padding-right: 90px !important;
  }

  .pe-sm-100 {
    padding-right: 100px !important;
  }




  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-90 {
    padding-bottom: 90px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-110 {
    padding-bottom: 110px !important;
  }

  .pb-sm-120 {
    padding-bottom: 120px !important;
  }

  .pb-sm-130 {
    padding-bottom: 130px !important;
  }

  .pb-sm-140 {
    padding-bottom: 140px !important;
  }

  .pb-sm-150 {
    padding-bottom: 150px !important;
  }

  .pb-sm-160 {
    padding-bottom: 160px !important;
  }

  /* ==============End Custome Padding================================= */

  /* ==============Start Custome Margin================================= */
  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mt-sm-90 {
    margin-top: 90px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mt-sm-110 {
    margin-top: 110px !important;
  }

  .mt-sm-120 {
    margin-top: 120px !important;
  }

  .mt-sm-130 {
    margin-top: 130px !important;
  }

  .mt-sm-140 {
    margin-top: 140px !important;
  }

  .mt-sm-150 {
    margin-top: 150px !important;
  }

  .mt-sm-160 {
    margin-top: 160px !important;
  }


  .mt-sm-250 {
    margin-top: 250px !important;
  }
}






/* HEADER STYLING  */

/* ------------------------------------- */
/* *. Header .......................... */
/* ------------------------------------- */
.header {
  /* padding: 1.5rem; */
  z-index: 999;
  position: relative;
  box-shadow: var(--shd-scrl, 0 0 5px rgba(0, 0, 0, .5)) !important;
  /* background-color: var(--header-bg); */
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header__logo-area {
  position: relative;
}

.header__logo {
  max-height: 12rem;
  position: absolute;
  border-radius: 6px;
  top: 5px;
}

.header-login-btn {
  padding: 0 4rem;
  font-size: 1.5rem;
  line-height: 3.5rem;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--heading-font);
  overflow: hidden;
  z-index: 1;
  outline: 0;
  border-radius: 3px;
  position: relative;
  background-color: var(--primary-color);
  color: #ffffff;
  border: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header-login-btn:hover {
  background-color: #fff;
  color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header__content {
  text-align: right;
}

.header__sticky-logo {
  display: block;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/* .header__nav {
  display: none;	
} */
.header__menu {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.header__item {
  list-style-type: none;
  padding: 0 1.5rem;
  margin: 0;
}

.header__link {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.7rem;
  position: relative;
  margin-left: 5px;
  display: block;
  font-family: var(--heading-font);
  text-transform: capitalize;
  text-align: center;
}

.header__link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/* .header__link:hover,
.header__link.active {
  color: var(--primary-color);
} */
.header__link:hover:after,
.header__link.active:after {
  width: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header__addons {
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
}

.header__search {
  font-size: 18px;
  padding: 10px;
  margin: 0 10px;
}

.header--transparent {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--background-color);
}

.header--centered {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 114rem;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--background-color);
  border-radius: 0;
}

.header--centered.header--sticky {
  top: 2rem;
}

.header--centered.header--sticky .header__link {
  padding: 1rem 0;
}

@media only screen and (min-width: 992px) {
  .header--centered {
    top: 2rem;
    border-radius: 5px;
  }

  .header--centered.header--sticky {
    top: 2rem;
  }

  .header--centered.header--sticky .header__link {
    padding: 1rem 0;
  }
}

.header--sticky {
  position: fixed;
  width: 100%;
  animation: header-trans 0.6s;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--background-color);
  -webkit-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
  -moz-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
  box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header--sticky .header__main-logo {
  display: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header--sticky .header__sticky-logo {
  display: block;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header--sticky .header__link {
  padding: 0;
  color: #232931;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.logo{
  width: 50%;
}
.header--sticky .header__link:hover,
.header--sticky .header__link.active {
  color: var(--primary-color);
}

.header--sticky .header__search {
  color: #232931;
}

@media only screen and (min-width: 992px) {
  .header {
    box-shadow: 0 0 0 0;
    padding: 0;
  }

  .header__content {
    text-align: left;
  }

  .header__main-logo {
    display: block;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .header__sticky-logo {
    display: none;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header__addons {
    margin-left: 2.5rem;
  }

  .header__search {
    font-size: 18px;
    padding: 10px;
    margin: 0 10px;
  }

  .header--transparent {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .header--transparent .header__link {
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .header--transparent .header__link:hover,
  .header--transparent .header__link.active {
    color: #f7f7f7;
  }

  .header--transparent .header__search {
    color: #ffffff;
  }

  .header--sticky {
    position: fixed;
    width: 100%;
    animation: header-trans 0.6s;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--background-color);
    -webkit-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
    -moz-box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
    box-shadow: 0 0 2rem 0.5rem rgba(35, 41, 49, 0.08);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .header--sticky .header__main-logo {
    display: none;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .header--sticky .header__sticky-logo {
    display: block;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .header--sticky .header__link {
    padding: 0;
    color: #232931;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .header--sticky .header__link:hover,
  .header--sticky .header__link.active {
    color: var(--primary-color);
  }

  .header--sticky .header__search {
    color: #232931;
  }

  .header .mobile-menu__btn {
    display: none;
  }
}

/* ======================================================================= */
/* ============================NAV======================================== */
/* ======================================================================= */
nav {
  box-shadow: var(--shd-scrl, 0 0 5px rgba(0, 0, 0, .5)) !important;
}

.has_sub_menu {
  padding-right: 2rem !important;
  position: relative;
}

.has_sub_menu:before {
  font-family: "fontello";
  font-weight: normal;
  position: absolute;
  right: 7px;
  font-size: 10px;
  content: "\e828";
}

.has_sub_menu.active_menu:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

ul.sub_menu {
  background-color: #f7f7f7;
  position: absolute;
  padding: 5px 0;
  min-width: 220px;
  width: auto;
  height: auto;
  margin: 1px 0 0 0;
  opacity: 1;
  display: none;
  color: #232931;
  border-radius: 5px;
  border-bottom: solid 2px var(--primary-color);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

ul.sub_menu li {
  display: block;
  padding: 0;
  margin: 0;
}

ul.sub_menu li a.nav-link {
  padding: 0.7rem 0.7rem !important;
  display: block;
  margin-left: 0;
  word-break: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  color: #232931;
  font-weight: 500;
  position: relative;
  font-family: var(--heading-font);
  text-transform: capitalize;
  text-align: left;
}

ul.sub_menu li a.nav-link:hover {
  color: var(--primary-color);
}

ul.sub_menu li a.nav-link:before {
  content: none !important;
}

@media (min-width: 992px) {
  .header li:hover>ul {
    display: block;
    visibility: visible;
    -webkit-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
}

.mobile-menu__btn {
  width: 3rem;
  height: 2.5rem;
  margin-right: 0;
  border-radius: 0.5rem;
  position: relative;
  display: block;
  margin-left: auto;
}

.mobile-menu__btn span {
  width: 2rem;
  overflow: hidden;
  height: 4px;
  display: block;
  background-color: #232931;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.mobile-menu__btn span:before {
  content: "";
  position: absolute;
  top: -1px;
  background-color: #232931;
  width: 100%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.mobile-menu__btn span:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #232931;
  width: 100%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.mobile-menu__btn.active span {
  width: 4rem;
  background-color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.mobile-menu__btn.active span:after,
.mobile-menu__btn.active span:before {
  width: 2rem;
  background-color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(35, 41, 49, 0.2);
  top: 9rem;
  bottom: 0;
  z-index: 99;
  display: none;
  -webkit-transition: all ease-in-out 0.4;
  -moz-transition: all ease-in-out 0.4;
  -o-transition: all ease-in-out 0.4;
  transition: all ease-in-out 0.4;
}

.mobile-menu-overlay.active {
  display: block;
  -webkit-transition: all ease-in-out 0.4;
  -moz-transition: all ease-in-out 0.4;
  -o-transition: all ease-in-out 0.4;
  transition: all ease-in-out 0.4;
}

.mobile-menu {
  display: block;
  background-color: var(--background-color);
  position: fixed;
  top: 8rem;
  bottom: 0;
  overflow-y: auto;
  left: -35rem;
  z-index: 999;
  width: 80vw;
  min-width: 30rem;
  max-width: 35rem;
  box-shadow: 0.4rem 2rem 2rem 0.2rem rgba(35, 41, 49, 0.06);
  padding: 2rem;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.mobile-menu__link {
  padding: 1rem 0;
  display: block;
  border-bottom: solid 1px rgba(247, 247, 247, 0.6);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.5rem;
}

.mobile-menu::-webkit-scrollbar {
  width: 2px;
}

.mobile-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.mobile-menu::-webkit-scrollbar-thumb {
  background-color: rgba(233, 32, 79, 0.5);
  outline: 2px solid #8f8f9a;
}

.mobile-menu.active {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  left: 0;
}

@media only screen and (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuEffect {
  0% {
    opacity: 0;
    top: calc(100% + 20px);
  }

  100% {
    opacity: 1;
    top: 100%;
  }
}

/* ------------------------------------- */
/* *. Cover .......................... */
/* ------------------------------------- */
.cover {
  height: 80vh;
  min-height: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  padding-top: 10rem;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000000;
}

.cover-video {
  min-height: 500px;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

#code2 {
  background-size: 100% 120%;
}

.cover__vector {
  margin-right: 0;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .cover__vector {
    margin-right: -10rem;
    max-width: 130%;
  }
}

/* ------------------------------------- */
/* *. Icon Box .......................... */
/* ------------------------------------- */
.fancybox {
  position: relative;
  margin: 1.5rem 0;
  text-align: center;
}

.fancybox__icon {
  font-size: 6.2rem;
  color: var(--primary-color);
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  display: inline-block;
}

.fancybox__title,
.vip_school_map_title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--primary-color) !important;
}

.fancybox__desc {
  font-size: 15px;
  min-height: 60px;
}

.fancybox--two {
  padding: 6rem 4rem;
  background-color: var(--background-color);
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.fancybox--two:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.05);
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.05);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

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

.fancybox--three .fancybox__icon {
  width: 11rem;
  margin-right: 2rem;
  height: auto;
  line-height: 1;
}

.fancybox--gray {
  background-color: var(--gray-color);
}

.fancybox--dark {
  background-color: #232931;
  color: var(--gray-color);
}

.fancybox--dark .fancybox__icon {
  color: #ffffff;
}

.fancybox--dark .fancybox__title {
  color: #ffffff;
}

.no-gutters .fancybox {
  margin: 0;
}

.no-gutters .fancybox--two {
  padding: 7rem 6rem;
}

.minus-t-120 {
  -webkit-transform: translateY(-12rem);
  transform: translateY(-12rem);
}

.Video-area {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}

.Video-area video {
  border-radius: 25px;
  height: 300px;
}

.bg-img {
  position: relative;
}

.bg-img__contain {
  background-position: center;
  background-size: contain;
}

/* ------------------------------------- */
/* *. Call to action .......................... */
/* ------------------------------------- */
.call-box {
  text-align: center;
  color: #f7f7f7;
}

.call-box__subheading {
  color: #f7f7f7;
  font-weight: 500;
  text-transform: capitalize;
}

.call-box__heading {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 600;
}

.call-box .btn {
  padding: 0.5rem 4rem;
}

.call-box-two {
  text-align: left;
  color: #ffffff;
}

.call-box-two .call-box__subheading {
  color: #ffffff;
  position: relative;
  padding-left: 7rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.call-box-two .call-box__subheading:before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  top: 10px;
  bottom: 0;
}

.call-box-two .call-box__heading {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 600;
}

.btn--ins {
  background-color: #dd2036;
}

.btn--fb {
  background-color: #4064ad;
}

.Location-box {
  position: relative;
  margin: 15px 0;
  border-radius: 10px;
}

.Location-box .Location-map {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.Location-box .Location-map img {
  border-radius: 10px;
  overflow: hidden;
}

.Location-address {
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
}

.Location-address span {
  display: block;
  margin-top: 10px;
}

/* ------------------------------------- */
/* *. Heading .......................... */
/* ------------------------------------- */
.heading {
  position: relative;
}

.heading__title {
  font-size: 4.4rem;
  line-height: 1.35;
  color: var(--heading-text);
  font-weight: 300;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  text-transform: capitalize;
}

.heading__desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}

.heading--two .heading__title {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 300;
}

.heading--two .heading__subtitle {
  color: var(--primary-color);
  position: relative;
  padding-left: 7rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5rem;
}

/* .heading--two .heading__subtitle:before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 0.2rem;
  background-image: url("../imgs/logo-128.png");
  left: 0;
  top: 10px;
  bottom: 0;
} */
.heading--three {
  text-align: center;
}

.heading--three .heading__title {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 300;
}

.heading--three .heading__subtitle {
  color: var(--primary-color);
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1rem;
  margin-bottom: 0.2rem;
  margin-top: 1rem;
}

/* .heading--three .heading__subtitle:before {
	position: absolute;
	content: "";
	height: 8rem;
	left: 250px;
	right: 0;
	top: -9rem;
	margin: 0 auto;
	background-image: url("../imgs/logo-32.png");
	background-repeat: no-repeat;
} */
.heading--three .heading__subtitle.color-light:before {
  background-color: #ffffff;
}

.heading--three.text-left .heading__subtitle:before,
.heading--three.text-right .heading__subtitle:before {
  content: none;
}

.imgs-wrap {
  display: block;
  margin-top: 1.5rem;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

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

.fluid-img-left .imgs-wrap {
  display: block;
  margin-top: 1.5rem;
  position: relative;
  width: 80%;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.imgs-wrap__back {
  width: 80%;
  height: 50rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-right: 0;
  margin-left: auto;
  background-size: 100% 100%;
}

.imgs-wrap__front {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 40%;
  right: 40%;
  bottom: -10%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 2px rgba(35, 41, 49, 0.1);
  box-shadow: 0 0 30px 2px rgba(35, 41, 49, 0.1);
}

@media only screen and (min-width: 992px) {
  .imgs-wrap {
    display: inline-block;
    margin-top: 2.5rem;
    position: relative;
    width: 100%;
    margin-left: 10%;
    text-align: right;
  }
}

.helf-gray {
  position: relative;
  z-index: 1;
}

.helf-gray::after {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--gray-color);
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.helf-gray-right {
  position: relative;
  z-index: 1;
}

.helf-gray-right::after {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--gray-color);
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.thrid-gray {
  position: relative;
  z-index: 1;
}

.thrid-gray::after {
  position: absolute;
  width: 33%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--gray-color);
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.thrid-gray-right {
  position: relative;
  z-index: 1;
}

.thrid-gray-right::after {
  position: absolute;
  width: 33%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--gray-color);
  content: "";
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bg-shape-right {
  position: relative;
  overflow-y: visible;
  background-color: transparent;
}

.bg-shape-right:after {
  content: "";
  position: absolute;
  width: 60%;
  right: -10%;
  top: 2%;
  height: 1475px;
  background-image: url("../imgs/shape-right.svg");
  background-position: left top;
  z-index: -1;
  background-repeat: no-repeat;
}

.bg-shape-left {
  position: relative;
  overflow-y: visible;
  background-color: transparent;
}

.bg-shape-left:after {
  content: "";
  position: absolute;
  width: 50%;
  left: -10%;
  top: 2%;
  height: 1675px;
  bottom: 0;
  background-image: url("../imgs/shape-left.svg");
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-shape-left *,
.bg-shape-right * {
  z-index: 1;
}

/* ------------------------------------- */
/* *. Team .......................... */
/* ------------------------------------- */
.member {
  position: relative;
  margin-bottom: 3rem;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.member__img-container {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.member__img-container img {
  max-width: 100%;
}

.member__img {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 45rem;
  width: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.member__info {
  /* margin: -4rem 3rem 0 0; */
  margin: -4rem 0rem 0 0;
  padding: 3rem 2rem;
  background-color: var(--background-color);
  position: relative;
  z-index: 2;
  border-radius: 0 5px 0 0;
}

.member__name {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.member__position {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.member__bio {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}

.member:hover .member__img {
  background-position: top;
  -webkit-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__icons li {
  margin-right: 2rem;
}

.social__icons li:last-of-type {
  margin-right: 0;
}

.social__icons li a {
  font-size: 15px;
  color: #232931;
}

.social__icons li a:hover {
  color: var(--primary-color);
}

/* ------------------------------------- */
/* *. Contact Box  .......................... */
/* ------------------------------------- */
.contact-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-box__icon {
  font-size: 6.2rem;
  width: 8rem;
  line-height: 1;
  text-align: left;
  color: var(--primary-color);
}

.contact-box__content {
  margin-left: 0;
}

.contact-box__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.contact-box__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-box__list li {
  font-size: 1.4rem;
}

@media only screen and (min-width: 992px) {
  .contact-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-box__content {
    margin-left: 1.5rem;
  }
}

.qr-img {
  width: 225px;
  border-radius: 10px;
}

.box-shadow-img {
  width: 100%;
  height: 100%;
  min-height: 60rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1rem 0.2rem rgba(35, 41, 49, 0.3);
  box-shadow: 0 0 1rem 0.2rem rgba(35, 41, 49, 0.3);
}

/* ------------------------------------- */
/* *. Forms  .......................... */
/* ------------------------------------- */
.form-box {
  position: relative;
  padding: 4rem;
  background-color: var(--background-color);
}

.form-box__desc {
  margin-bottom: 3rem;
}

.legend-input {
  margin-bottom: 1rem;
  position: relative;
  margin-top: 3rem;
  display: inline-block;
  width: 100%;
}

.legend-input label {
  display: inline-block;
  padding: 0 10px;
  background-color: #ffffff;
  z-index: 3;
  position: absolute;
  left: 1rem;
  top: -13px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #232931;
  border-radius: 3px;
}

.legend-input.dark-input label {
  background-color: #232931;
  color: #ffffff;
}

/* .legend-input.dark-input .form-control {
  /* border-color: #17191b;
  color: #ffffff; 
}

.form-control {
  padding: 2.5rem 1.5rem;
  border-radius: 5px;
  color: #232931;
  font-size: 1.5rem;
  border: solid 2px #232931;
}
.form-control:focus {
  border: solid 2px var(--primary-color);
} 

textarea.form-control {
  min-height: 15rem;
}
*/
/* ------------------------------------- */
/* *. Pricing .......................... */
/* ------------------------------------- */
.pricing {
  text-align: center;
  position: relative;
  padding: 40px 40px 50px;
  background-color: var(--gray-color);
  border-radius: 3px;
  margin: 1.5rem 0;
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.pricing__header {
  padding-bottom: 50px;
}

.pricing__title {
  font-size: 2.4rem;
  margin-bottom: 19px;
  font-weight: 300;
}

.pricing__price {
  font-size: 50px;
  color: var(--heading-text);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.pricing__time {
  color: var(--heading-text);
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 13px;
}

.pricing__icon {
  width: 110px;
  height: 110px;
  font-size: 6.4rem;
  line-height: 105px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 18px;
}

.pricing__list {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 1px solid var(--heading-text);
  text-align: left;
}

.pricing__list li {
  position: relative;
  text-transform: capitalize;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px;
}

.pricing__list li:after {
  content: "\e9a2";
  font-family: "fontello";
  font-weight: 400;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  color: var(--primary-color);
}

.pricing__list li.denied:after {
  content: "\e9e1";
  font-family: "fontello";
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  color: #f44336;
}

.pricing:hover {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  -webkit-box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  box-shadow: 0 0 50px 0 rgba(35, 41, 49, 0.1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.pricing--featured {
  background-color: var(--primary-color);
  color: var(--heading-text);
}

.pricing--featured .pricing__title {
  color: var(--heading-text);
}

.pricing--featured .pricing__price {
  color: var(--gray-color);
}

.pricing--featured .pricing__time {
  color: var(--gray-color);
}

.pricing--featured .pricing__icon {
  color: var(--heading-text);
}

.pricing--featured .pricing__list {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(233, 32, 79, 0.3);
  text-align: left;
}

.pricing--featured .pricing__list li:after {
  color: var(--heading-text);
}

.info-list {
  position: relative;
}

.info-list__item {
  font-size: 1.5rem;
  margin: 1rem 0;
  font-weight: 500;
}

.info-list__icon {
  margin-right: 1rem;
  color: #767d8a;
  font-size: 1.6rem;
}

.info-list__data {
  color: #767d8a;
}

.info-list__data a {
  color: #767d8a;
}

.info-list__data a:hover {
  color: var(--heading-text);
}

.icon-list {
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: left;
}

.icon-list li {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-list .list__icon {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  font-size: 4rem;
  margin-right: 2.5rem;
  line-height: 1;
  color: var(--primary-color);
}

.icon-list .list__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--text-color);
  font-weight: 500;
}

/* ------------------------------------- */
/* *. Footer .......................... */
/* ------------------------------------- */
.footer {
  position: relative;

  font-style: normal;
  font-size: 16px;
  /* border-top: 1px solid lightgray; */
}

.footer_title {

  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: white;
}

.footer__top {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .footer__top {
    text-align: left;
  }
}

.footer__widget-title {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 4rem;
}

.footer__list {
  position: relative;
  padding-left: 0;
}

.footer__list-item {
  display: block;
  margin-bottom: 0.7rem;
}

.footer__list-link {
  display: block;
  position: relative;
  color: #767d8a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2em;
  text-transform: capitalize;
  text-decoration: none !important;
}

.footer__list-link:hover {
  text-decoration: underline !important;
}

.footer__info {
  margin-top: 3rem;
}

.footer__newsletter {
  background-color: #232931;
  padding: 3rem 3rem;
  border-radius: 0.5rem;
  color: #ffffff;
}

.footer__newsletter-bio {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}

.footer .footer__newsletter-form .legend-input {
  margin-top: 1.5rem;
}

/* .footer .footer__newsletter-form {
  padding-right: 5.5rem;
} */
.footer .footer__newsletter-form .submit-btn {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.5rem;
  height: 5.5rem;
}

.footer .footer__copyright {
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media only screen and (min-width: 992px) {
  .footer .footer__copyright {
    text-align: left;
  }
}

.footer .footer__copy {
  padding: 3rem 0;
  font-size: 1.3rem;
  color: #767d8a;
}

.footer .footer__copy a {
  color: #ffffff;
}

.footer .footer__copy a:hover {
  color: var(--primary-color);
}

.footer .footer__social {
  position: relative;
  padding: 0 0 30px 0;
  cursor: auto;
  /* text-align: center; */
  /* margin: 0 auto; */
}

@media only screen and (min-width: 992px) {
  .footer .footer__social {
    /* text-align: right; */
    margin: 0;
    padding: 30px 0;
  }
}

.footer .footer__social a {
  color: #767d8a;
  display: inline-block;
  font-size: 1.6em;
  /* margin-right: 2rem; */
}

/* .footer .footer__social a:hover {
  color: #ffffff;
} */
.footer--one {
  position: relative;
  padding: 0 15px;
}

.footer--one .footer__logo {
  position: relative;
  line-height: 1;
  padding: 0 0 28px;
}

.footer--one .footer__logo img {
  max-height: 5rem;
}

.footer--one .footer__nav {
  position: relative;
  padding: 3rem 0;
  text-align: center;
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .footer--one .footer__nav {
    text-align: right;
  }
}

.footer--one .footer__menu {
  position: relative;
  margin: 0;
  padding: 0;
}

.footer--one .footer__item {
  cursor: auto;
  margin-right: 2rem;
  display: inline-block;
  line-height: 1;
}

.footer--one .footer__item:last-child {
  margin-right: 0;
}

.footer--one .footer__link {
  font-size: 1.5rem;
  display: inline-block;
  color: #767d8a;
  font-weight: 500;
  font-family: var(--heading-font);
  text-transform: capitalize;
}

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

.footer--two .footer__top {
  text-align: left;
}

.footer--two .footer__widget {
  margin-bottom: 5rem;
}

.footer--two .footer__widget:last-child {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .footer--two .footer__widget {
    margin-bottom: 0 !important;
  }
}

.footer--two .footer__widget-title {
  font-size: 2.4rem;
  text-transform: capitalize;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 3rem;
}

.footer--dark {
  background-color: #17191b;
  color: #767d8a;
}

.footer--dark .footer__link {
  color: #767d8a;
}

.footer--dark .footer__link:hover {
  color: #ffffff;
}

.footer--dark .footer__copy {
  color: #767d8a;
}

.footer--dark .footer__copy a {
  color: #ffffff;
}

.footer--dark .footer__copy a:hover {
  color: var(--primary-color);
}

.footer--dark .footer__social a {
  color: #767d8a;
}

.footer--dark .footer__social a:hover {
  color: #ffffff;
}

.swiper {
  /* height: 400px; */
}

.swiper-slide {
  /* height: 400px; */
  padding: 20px;
  position: relative;
}

.portfolio-box {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  border-radius: 5px;
}

.portfolio-box .portfolio__img {
  width: 100% !important;
  height: 100%;
  display: block;
  background-size: cover;
  object-fit: cover;
}

.portfolio-box .portfolio__title {
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

.portfolio-box .portfolio__cat {
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.portfolio-box .portfolio__holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  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;
  background-color: #23293170;
}

.portfolio-box:hover .portfolio__holder {
  opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -4px !important;
}

span.swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 2px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}

.swiper-button-next,
.swiper-button-prev {
  background: var(--header-bg) !important;
  padding: 10px;
  display: block;
  font-size: 12px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--light-color) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: var(--primary-color) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-cover {
  padding: 200px 0 150px 0;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--primary-color);
  text-align: center;
}

.inner-cover .cover-heading {
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--heading-font);
}

.inner-cover .cover-heading:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 50%;
  height: 2px;
  max-width: 70px;
  background-color: #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.inner-cover .cover-subheading {
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f6f9fc;
  font-weight: 400;
  font-family: var(--heading-font);
  font-size: 1em;
  display: inline-block;
  line-height: 1.5625em;
}

.inner-cover .breadcrumbs-path {
  background: 0 0;
  font-weight: 400;
  position: relative;
  padding: 0;
  max-width: 66%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px auto 0;
}

.inner-cover .breadcrumbs-path a {
  font-weight: 400;
  margin-right: 10px;
  opacity: 0.5;
  color: #f6f9fc;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-style: italic;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.inner-cover .breadcrumbs-path a:hover {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

@media only screen and (max-width: 992px) {
  .inner-cover .breadcrumbs-path a {
    font-size: 14px;
  }
}

.inner-cover .breadcrumbs-path span {
  font-weight: 400;
  margin-right: 10px;
  color: #f6f9fc;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-style: italic;
}

@media only screen and (max-width: 992px) {
  .inner-cover .breadcrumbs-path span {
    font-size: 14px;
  }
}

.inner-cover .breadcrumbs-path i {
  margin-right: 10px;
  opacity: 0.5;
  color: #f6f9fc;
  font-size: 0.93758em;
  line-height: 1.5em;
}

.inner-cover .breadcrumbs-path i:last-of-type {
  opacity: 1;
}

.inner-cover .meta-post {
  background: 0 0;
  font-weight: 400;
  position: relative;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.inner-cover .meta-post li {
  font-weight: 400;
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-style: italic;
  float: none;
  margin: 0 auto;
  display: inline-block;
  padding: 0 7px;
  line-height: 2.5;
}

.inner-cover .meta-post li a {
  color: #f6f9fc;
}

.inner-cover .meta-post li a:hover {
  color: var(--primary-color);
}

.inner-cover .meta-post li i {
  margin-right: 3px;
}

.inner-cover.bg-img .cover-heading:before {
  background-color: var(--primary-color);
}

.map-horizontal {
  width: 100%;
  min-height: 400px;
}

.schudle-table {
  max-width: 800px;
  margin: 0 auto;
}

.schudle-table thead {
  background-color: var(--primary-color);
}

.table-title {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--light-color);
}

.schudle-table.table> :not(caption)>*>* {
  padding: 2rem 1rem;
  font-weight: 500;
}

.product {
  margin-bottom: 20px;
}

.post_item_wrap {
  padding: 2.5em 2em;
  text-align: center;
}

.post_item_wrap .post_content h3 {
  font-size: 1.214em;
  line-height: 1.412em;
  font-weight: 600;
  margin-bottom: 1.471em;
}

.post_item_wrap .star-rating {
  margin: 0 auto;
  margin-bottom: 1em;
}

.post_item_wrap {
  padding: 2.5em 2em 2em;
}

.post_item_wrap .post_featured {
  margin-right: 2em;
  margin-bottom: 0.5em;
}

.post_item_wrap {
  position: relative;
  border-width: 3px;
  border-style: solid;
  border-color: #f7f8fc;
  background: #f7f8fc;
  transition: all 0.5s ease 0s;
}

.post_item_wrap:hover {
  border-color: #7fd4a7;
}

/*****************************
09 - Component - Product
*****************************/
.product.m-t-100 {
  margin-top: 57px;
}

@media (min-width: 768px) {
  .product.m-t-100 {
    margin-top: 80px;
  }

}

@media screen and (max-width: 992px) {
  .header__logo {
    position: relative !important;
  }
}

@media (min-width: 992px) {
  .product.m-t-100 {
    margin-top: 100px;
  }
}

.product-type--segment .col-12 {
  margin-bottom: 28px;
}

.product-type--segment .col-12:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .product-type--segment .col-12 {
    margin-bottom: 0;
  }
}

.product__img-box {
  overflow: hidden;
  position: relative;
}

.product__img--link .product__img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product__img--link:hover .product__img:nth-child(2) {
  opacity: 1;
}

.product__img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product__img-nav--right {
  top: 10px;
  right: 0px;
  background: #fff;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.product__img-nav--right li {
  margin-bottom: 5px;
}

.product__img-nav--right li a {
  display: inline-block;
  text-align: center;
  color: #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product__img-nav--right li a:hover {
  color: #e81212;
}

.product__img-box:hover .product__img-nav--right {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

.product__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  padding: 1px 8px;
  color: #fff;
  font-size: 12px;
}

.product__tag--sale-red {
  background: #e81212;
}

.product__tag--sale-orange {
  background: #f17b08;
}

.product__tag--sale-golden {
  background: #b09e64;
}

.product__tag--new {
  background: #0063d1;
}

.product__tag--discount {
  background: #62ab00;
}

.product__content--catagory {
  width: 100%;
  bottom: 20px;
}

.product__content--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  left: 0;
  bottom: -5px;
  padding: 2.5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.product__content--bottom-white {
  background: #fff;
}

.product__content--bottom-gray {
  background: #f5f5f5;
}

.product__content--bottom li a {
  display: inline-block;
  text-align: center;
  color: #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.product__content--bottom li a:hover {
  color: #e81212;
}

.product__content--bottom li a i {
  padding-right: 10px;
}

.product__price-del {
  font-size: 14px;
  color: #a4a4a4;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}

.product__price-reg {
  font-size: 16px;
  font-weight: 600;
  color: #181818;
}

.product__link {
  display: block;
  overflow: hidden;
  color: #181818;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.product__link:hover {
  color: #e81212;
}

.product__desc {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
}

.product__review {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__review i {
  font-size: 20px;
}

.product__review li {
  margin-right: 2px;
}

.product__review li:last-child {
  margin-right: 0px;
}

.product__review--fill {
  color: #fdd835;
}

.product__review--blank {
  color: #888;
}

.product__box--catagory {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.product__box--catagory:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .product__box--catagory {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .product__box--catagory:last-child {
    margin-right: 0px;
  }

  .product__box--catagory:nth-child(3),
  .product__box--catagory:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .product__box--catagory {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .product__box--catagory:last-child {
    margin-right: 0px;
  }

  .product__box--catagory:nth-child(3),
  .product__box--catagory:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .product__box--catagory {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 0;
  }

  .product__box--catagory:last-child {
    margin-right: 0px;
  }
}

.product__box--segment .product__img-box {
  width: 27%;
  margin-right: 20px;
}

.product__box--border-hover {
  border: 2px solid #888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.product__box--border-hover:hover {
  border-color: #e81212;
}

.product__box:hover .product__content--bottom {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  font-size: 14px;
}

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

.nametag span {
  font-weight: 700;
  margin-right: 15px;
}

.nametag__list li {
  display: inline-block;
  margin-right: 10px;
}

.nametag__list a {
  color: #888;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nametag__list a:first-child:hover,
.nametag__list a :not(.btn-check)+.btn:hover {
  color: #e81212;
}

.product-gallery-box {
  padding: 0 20px;
}

.product-image {
  border-radius: 5px;
  overflow: hidden;
}


.qr_code {
  margin-top: 10px;
}


.cover__content .cover__heading,
.cover__content .cover__bio {
  animation: fadein 20s;
  -moz-animation: fadein 20s;
  /* Firefox */
  -webkit-animation: fadein 20s;
  /* Safari and Chrome */
  -o-animation: fadein 20s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 20;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 20;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 20;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 20;
  }
}

/* .cover__content .cover__heading {
  font-family: monospace;
  overflow: hidden; 
  white-space: nowrap; 
  margin: 0 auto; 
  animation: 
    typing 4.5s steps(40, end),
    blink-caret .5s step-end infinite;
}

.cover__content .cover__bio {
  font-family: monospace;
  overflow: hidden; 
  white-space: nowrap; 
  margin: 0 auto;
  animation: 
    typing 4.5s steps(40, end),
    blink-caret .5s step-end infinite;
} */

/* The typing effect */
/* @keyframes typing {
  from { width: 0 }
  to { width: 100% }
} */

/* The typewriter cursor effect */
/* @keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: gray }
} */

#tournments_section {
  margin-top: 36px;
}

#tournments_section .swiper-slide {
  height: 200px;
}

#tournments_section .portfolio-box .portfolio__img {
  background-size: unset;
  object-fit: unset;
}

#tournments_section .portfolio-box .portfolio__holder {
  background-color: unset;
}

.cover__content .btn {
  margin: 20px auto 20px auto;
}

.contact-form {
  margin: auto;
  width: 50%;
}

.overlay-dark {
  background-color: #00000033;
  z-index: 0;
}

.cover-content {
  position: relative;
}

.loggedin-user-head {
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.loggedin-header__img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  overflow: hidden;
}

.loggedin-header__info {
  color: #fff;
  font-size: 14px;
  padding-left: 9px;
  text-transform: capitalize;
  font-weight: 500;
}

.icon-arr {
  font-size: 16px;
  line-height: 0;
  display: inline-block;
  margin-left: -5px;
}

@media (min-width: 992px) {
  .loggedin-user-head:hover>ul {
    display: block;
    visibility: visible;
    -webkit-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
}

.user-info {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.user-info-img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  margin-bottom: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.user-info-data span {
  font-weight: 600;
  color: #5eb349;
}

.delete-btn {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* Coach personal webpage */
.coach-img-profile {
  position: relative;
  z-index: 3;
  float: left;
  margin-left: 10%;
}

.file-icon {
  max-width: 150px;
}

.certficate-logo {
  width: 100%;
  height: 230px;
}

.premium-video {
  cursor: pointer;
  position: relative;
}

.premium-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.video-layer-text {
  margin: auto;
  margin-top: 30%;
}

.locked-case-study {
  height: 200px;
}

/* Questionnaire */
#questionnaireModal .modal-content {
  background-color: var(--primary-color);
  color: white;
}

#questionnaireModal .modal-body {
  /* background-image: url('../imgs/logo-512.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.form-section {
  display: none;
  min-height: 300px;
}

.active-form-section {
  display: block;
}

.form-section {
  padding-top: 30px;

}

/* col-6 */
#questionnaireModal .modal-body .form-section .list-group-item {
  user-select: none;
  width: 60%;
  margin-left: 20%;
}

#questionnaireModal .modal-body .form-section .col-6 .list-group-item {
  width: 95%;
  margin-left: 2.5%;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"] {
  display: none;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"]+.list-group-item {
  cursor: pointer;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"]+.list-group-item:before {
  content: "\2713";
  color: transparent;
  font-weight: bold;
  margin-right: 1em;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"]:checked+.list-group-item {
  background-color: #0275D8;
  color: #FFF;
}

#questionnaireModal .modal-body .form-section .list-group input[type="checkbox"]:checked+.list-group-item:before {
  color: inherit;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"] {
  display: none;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"]+.list-group-item {
  cursor: pointer;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"]+.list-group-item:before {
  content: "\2022";
  color: transparent;
  font-weight: bold;
  margin-right: 1em;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"]:checked+.list-group-item {
  background-color: #0275D8;
  color: #FFF;
}

#questionnaireModal .modal-body .form-section .list-group input[type="radio"]:checked+.list-group-item:before {
  color: inherit;
}

.video-thumb {
  width: 250px;
  height: 200px
}

.qr-code {
  max-width: 50%;
}

.coach-title::before {
  content: none !important;
}

.inner-cover-coach {
  padding: 90px 0 35px 0 !important;
}

.left-links-bar .nav {
  background-color: var(--primary-color);
}

.left-links-bar {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.left-links-bar .nav {
  margin: 0 !important;
}

.nav-pills .nav-link {
  border-radius: 0;
  background-color: var(--primary-color);
  color: white;
}

.nav-pills .active {
  background-color: #17191b !important;
}

.logo-header {
  min-height: 40px;
}

.booking-btn-table {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  background-color: var(--primary-color);
}

.info-btn-table {
  background-color: cadetblue;
}

.form-control-edit {
  padding: 0.5rem 1.5rem;
  border-color: var(--primary-color);
  font-size: 1em;
  background-color: transparent !important;
}

.btn-edit:hover {
  color: white;
}

.btn-edit {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-edit-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-edit-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-edit-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-edit-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-edit-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.item-title {
  margin-bottom: 5px !important;
}

.item-price {
  margin-bottom: 0;
}

.item-left {
  padding-top: 5px;
}

.label-discount {
  text-decoration: underline;
  font-size: 1rem;
}

.whatsapp-chat {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 500;
}

.whatsapp-chat img {
  width: 60%;
  height: 40%;
}

.tutorial-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 1000;
}

.swiper-slide a {
  display: inline-block;
  width: 100%;
}

.signup-section {
  background-color: var(--primary-color);
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.signup-section h1 {
  font-size: 4.5em !important;
}

.signup-section .para-1 {
  font-size: 2.5em !important;
  line-height: 1;
}

.signup-section .para-2 {
  line-height: 1;
  font-size: 2em !important;
}

.signup-form-home {
  width: 75% !important;

}

.signup-form-home .form-control {
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.free-trail-row {
  background-color: var(--primary-color);
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.bg-main {
  background-color: var(--primary-color) !important;
}

.q-layer {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.q-layer h4 {
  background-color: rgba(76, 157, 52, 0.5);
}

.q1-layer,
.q9-layer {
  background-image: url('../imgs/layer-1.png');
  background-size: 101%;
}

.q2-layer,
.q11-layer {
  background-image: url('../imgs/layer-2.png');
}

.q3-layer,
.q10-layer {
  background-image: url('../imgs/layer-3.png');
}

.q4-layer,
.q8-layer {
  background-image: url('../imgs/layer-4.png');
}

.q5-layer {
  background-image: url('../imgs/layer-5.png');
  background-size: 80% 100%;
}

.q6-layer {
  background-image: url('../imgs/layer-6.png');
}

.q7-layer {
  background-image: url('../imgs/layer-7.png');
}

#scrollTopBtn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 14px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #232931;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#scrollTopBtn.active {
  right: 30px;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#scrollTopBtn:hover {
  background-color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header__addons {
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
}

.header__search {
  font-size: 18px;
  padding: 10px;
  margin: 0 10px;
}

.header-icon-btn {
  font-size: 2.4rem;
  color: #777777;
  padding-left: 1.5rem;
  background-color: transparent;
  box-shadow: 0 0 0;
  outline: 0;
  border: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.header-icon-btn.is-dark-mode-btn {
  color: var(--primary-color);
}

.header-icon-btn:hover {
  color: var(--primary-color);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.home_title {
  font-weight: 600;
  font-size: 35px;
  line-height: 133.69%;
  /* or 94px */
  text-align: center;
  text-transform: uppercase;
  color: white !important;
}

.home_subtitle,
.home_subsection {

  font-weight: 600;
  font-size: 30px;
  line-height: 28px;
  color: var(--primary-color);

}

.home_subsection {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.border-bottom-title {
  width: 2.5%;
  height: 2px;
  background-color: var(--primary-color);
}

.about_img {
  background-image: url("../imgs/about-img.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#benefit {
  /* background-image: url('../imgs/benefit-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}

.the_app_image {
  background-image: url('../imgs/the_app_right.png');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.btn-main {
  font-style: normal;
  font-weight: 300;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
}

.btn-main:hover {
  color: #FFFFFF;
  background-color: #000000;
}

.vip_school_map_div {
  border: 2px solid rgb(241, 241, 241);
  border-radius: 5px;
}

.vip_school_map_title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.69%;
  /* or 43px */
  text-transform: uppercase;
}

.vip_school_map_review {
  font-size: 11px;
  line-height: 133.69%;
  /* identical to box height, or 20px */
  text-align: center;
  text-transform: uppercase;
  color: white !important;
}

.online-coaching-price {
  font-weight: 600;

}

.rounded-extra {
  border-radius: 20px;
}

.rounded-extra-top-right {
  border-top-right-radius: 20px;
}

.rounded-extra-top-left {
  border-top-left-radius: 20px;
}

.rounded-extra-bottom-right {
  border-bottom-right-radius: 20px;
}

.rounded-extra-bottom-left {
  border-bottom-left-radius: 20px;
}




.training-aids-label {}

.online-coaching-time {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.tutorial-layer {
  width: 100%;
  height: 100%;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('../imgs/play-button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10% 15%;
}

#join-us-home {
  border: solid 2px var(--primary-color);
  border-radius: 20px;
  background-color: #000;
  background-image: url('../imgs/black-bg-signup.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#join-us-home input[type='text'],
input[type='email'],
input[type='text'],
input[type='password'],
input[type='number'],
input[type='tel'],
select {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid silver;
  color: white !important;
  border-radius:0px;
}

#join-us-home input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='text']::placeholder,
input[type='password']::placeholder {
  color: white !important;
}

.signup-label {
  background-color: var(--primary-color);
}

.signup-label h3 {
  color: white;
}

.signup-title {
  font-family: 'Conthrax';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 133.69%;
  /* identical to box height, or 43px */
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-color) !important;
}

.signup-subtitle {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: white !important;

  color: rgba(0, 0, 0, 0.65);
}

.signup-form-input {

  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 15px;

}

/* Testimonials */

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}

h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
}

.owl-stage-outer {
  padding: 30px 0;
}

.owl-nav {
  display: none;
}

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

.owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #FFFFFF;
  border: 2px solid var(--primary-color);
  margin: 0 5px;
}

.owl-dots .active {
  box-shadow: none;
}

.owl-dots .active span {
  background: var(--primary-color);
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.card {
  background: #fff;
  box-shadow: 0 9px 20px -11px #c9dff0;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;

  .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
  }

  h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;

    span {
      font-size: 18px;
      color: #666666;
    }
  }

  p {
    /* font-size: 18px; */
    color: #555;
    padding-bottom: 15px;
  }
}

.active {
  /* opacity: 0.5; */
  transition: all 0.3s;
}

.center {
  opacity: 1;

  h5 {
    font-size: 24px;

    span {
      font-size: 20px;
    }
  }

  .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
  }
}


@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {

    &.owl-next,
    &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.owl-item .active {
  width: 16% !important;
}

.owl-stage-outer {
  position: relative !important;
  padding-top: 100px;
}

.owl-stage-outer .card {
  padding-top: 100px;
  padding-bottom: 50px;
}

.card-img-top {
  position: absolute !important;
  top: -50px !important;
  left: 45% !important;
}

.owl-stage-outer .card-logo {
  position: absolute !important;
  top: 20px;
  right: 10px;
  width: 50px !important;
  height: 50px !important;
}

/* Testimonials */

.plan-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 133.69%;
  /* identical to box height, or 43px */
  text-transform: uppercase;
  color: var(--primary-color);
}

.plan-list-item {
  min-height: 30px;
  /* line-height: 90px; */
}

.plan-subtitle {

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.69%;
  text-align: center;
  color: #000000;
}

.plan-description {

  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 133.69%;
  color: #000000;
}

.plan-price {

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 133.69%;
  color: #000000;
}



.border-top-1 {
  border-top: 1px solid var(--primary-color);

}

.plan-card{
  min-height: 700px !important;
}

.list-item-text {
  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important; 
  line-height: 15px;
  /* or 20px */

  color: #000000;
}

.team-name {

  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 133.69%;
  color: #000000;
}

.team-title {

  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.65);
}

.team-section {
  position: relative !important;
}

.team-logo {
  position: absolute !important;
  top: 20px;
  left: 20px;
  z-index: 20;
}

.vip-school-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.vip-school-left-icon {
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(177, 177, 177, 0.66) 0%, rgba(255, 255, 255, 0) 53.12%, rgba(210, 213, 212, 0.66) 80.73%);
  border-radius: 15px;
  max-height: 150px;
}

.vip-school-left-icon img {
  width: 40%;
  margin-top: 10%;
  margin-left: 30%;
}

.vip-school-left-icon h6 {

  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 133.69%;
  /* or 11px */
  text-align: center;

  color: #000000;
}

#milestones .home_subtitle {
  text-align: left;
}

.team-tutorial-header {

  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 133.69%;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}

.team-tutorials-coach-img-label {
  position: absolute;
  width: 15%;
  margin-top: 3%;
  margin-left: 3%;
}

.team-tutorial-coach-img {
  height: 78% !important;
  width: 50%;
  margin-left: 25%;
  margin-top: 20%;
  bottom: 0 !important;
}

.tutorial-coach-layer {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  bottom: 0;
  height: 30%;
}

.tutorial-coach-layer h1 {


  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 133.69%;
  color: white;
}

.tutorial-coach-layer h2 {
  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;

  color: rgba(255, 255, 255, 0.65);


}

.tutorial-coach-info {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.tutorial-search-heading {

  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 133.69%;
  text-transform: uppercase;

}

.todo {
  width: 100%;
}

.border-black {
  border: #000 1px solid;
}

.bg-o-white {
  background-color: #F5F5F5;
  ;
}


/* Carousel */

@media (max-width: 768px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex !important;
}

/* display 3 */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.carousel-inner {
  width: unset;
  width: 90%;
  margin-left: 5%;
}

/* Carousel */

.tutorial-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.tutorial-description-title {


  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 133.69%;
}

.tutorial-description-type {


  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 133.69%;
}

.tutorial-description-body {

  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 133.69%;
}




.coach-profile-banner {
  background-image: url('../imgs/black-bg-signup.png');
  background-size: 100% 100%;
}

.coach-profile-label {
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(177, 177, 177, 0.66) 0%, rgba(255, 255, 255, 0) 53.12%, rgba(210, 213, 212, 0.66) 80.73%);
  border-radius: 15px;
  max-height: 150px;
}

.coach-profile-img {
  background-image: url('../imgs/coach-img-bg.png');
  background-repeat: no-repeat;
}

.coach-label-icon {
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(177, 177, 177, 0.66) 0%, rgba(255, 255, 255, 0) 53.12%, rgba(210, 213, 212, 0.66) 80.73%);
  border-radius: 15px;
  max-height: 150px;
}

.coach-label-icon img {
  width: 40%;
  margin-top: 2.5%;
  margin-left: 30%;
}

.coach-label-icon h6 {

  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 133.69%;
  color: #000000;
}

.coach-profile-tagname {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 350%;
  text-align: center;
  color: #000000;
}

.coach-profile-taginfo {

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 490%;
  text-align: center;
  color: #000000;
}

.coach-link {

  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}

.active-coach-link {

  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  display: block;
  margin-top: -8%;
}

.coach-profile-about {

  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 133.69%;
  color: rgba(0, 0, 0, 0.65);
}

.coach-profile-qualification {


  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 133.69%;
  color: #000000;
}

.prod-img {
  cursor: pointer;
}

.coaching-btn-group {
  filter: drop-shadow(0px 0px 20px rgba(76, 157, 52, 0.5));
  border-radius: 16px;
}

.cart-item-checkout {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #D0D0D0;
  box-shadow: unset;
}

.dropdown:hover {
  background-color: none !important;
}

.dropdown a:hover {
  background-color: none !important;
}

.dropdown-toggle:hover {
  background-color: none !important;
}

#cart-dropdown {
  width: 480% !important;
  margin-left: -200% !important;
}

.accordion {
  border-radius: unset;
}

#online-coaching-accordion {
  border: 1px solid white;
  border-radius: 20px !important;
}

.accordion-header-edit {

  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.035em;

  color: #000000;

}

.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: #F5F5F5 !important;
}

.learn-point {

  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.035em;
  color: #000000;
}

.team-logo-img {
  position: relative;
  z-index: 50;
}

.card-label-green {
  max-height: 40px !important;
}

.coach-img-about {
  bottom: 0% !important;
}

.card-title-checkout {
  font-size: 20px !important;
}

.training-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  padding-left: 20px;
  line-height: 133.69%;
  margin-bottom: 1%;
  /* or 27px */
  text-transform: uppercase;

  color: var(--primary-color);


}

.training-item-description {
  font-size: 16px;
}

.training-item-img {
  
  width: 300px;
  height: 300px;
}

.btn-new {
  background-color: transparent !important;
  border: none;
}

.secondary-title-color {
  color: white;
}

/* .font-poppins {
  font-family: 'Poppins', sans-serif !important;
} */

.branches-footer-section {
  border: 1px solid var(--seconadry-color);
}

.branches-footer {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 133.69%;
  /* or 27px */
  text-transform: uppercase;
  color: white !important;

}

.branches-link {
  border-left: 1px solid silver;
}

.bg-black {
  background-color: black;
  box-shadow: none;
}

#pete-section .position-relative.border-top-1 {
    text-align: center;
}

.border-comp-primary {
  border: 1px solid var(--primary-color);
  border-radius: 20px;
}

.map-rating {
  font-size: 13px;
}

.card-map {
  border-bottom: 1px solid white;
}

.map-card-info {
  font-weight: 300;
  font-size: 11px;
  line-height: 133.69%;
  /* identical to box height, or 19px */
  text-align: center;
  letter-spacing: 0.17em;
  color: white !important;
}

.map-card-info img {}

.map-card-info label {
  padding-top: 15px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 11px;
  line-height: 0%;
  /* identical to box height, or 0px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.color-white {
  color: white !important;
}

.color-green {
  color: #01903E !important;
}

.bg-list-gray {
  background-color: #222222;
}

.border-comp-primary ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.benefit-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 133.69%;
  /* identical to box height, or 27px */
  text-transform: uppercase;
  color: var(--primary-color);
}

.my-time-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 133.69%;
  text-transform: uppercase;
  color: var(--primary-color);
}

.my-time-text {
  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 133.69%;
  /* or 20px */
  text-align: center;
  letter-spacing: 0.17em;
  text-transform: uppercase;

}

.prod-item-body {
  /* border: 1px solid white; */
  /* border-top: none; */
  /* border-bottom-left-radius: 10px; */
  /* border-bottom-right-radius: 10px; */
}

.prod-item-header {
  background-color: var(--seconadry-color) !important;
  width: 100%;
  margin-top: -8%;
  font-size: 11px;
}

.prod-item-text {

  font-style: normal;
  font-weight: 300;
  /* font-size: 14px !important; */
  line-height: 133.69%;
  /* or 17px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.prod-item-left-text {
  font-weight: 600;
  font-size: 11px;
  line-height: 133.69%;
  /* or 21px */
  letter-spacing: 0.17em;
  text-transform: uppercase;

  color: var(--primary-color);


}

#my-time {
  background-image: url('../imgs/wavy-section-bg-r-border.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.z--1 {
  z-index: -1 !important;
}

.next-school-text {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 133.69%;
  /* or 48px */
  text-transform: uppercase;
  color: var(--primary-color);
}

#map-link,
#video-link {
  bottom: 30%;
  left: -70%;
  text-transform: uppercase;
  width: 270%;
  height: 0px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#video-link {
  bottom: 25%;
  left: -35%;
  font-size: 18px;
}
.main-coaching{
	border: 2px solid grey ;
	/*border-image: linear-gradient(to right, #313131, #9C9A99) 10;*/
	border-radius: 28px !important;
	height:100% !important;
}

.border-image-corner {
    position:relative;
}

.card.main-coaching.border-image-corner {
  background: transparent !important;
  box-shadow: none !important;
}

.border-image-corner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://bltme.webtekdemo.com/spiralcode/public/new_design/imgs/plat-left-border.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-size: auto;
    background-repeat: no-repeat;
}

.border-image-corner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://bltme.webtekdemo.com/spiralcode/public/new_design/imgs/plat-right-border.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.card.main-coaching.border-image-corner > div:nth-child(1) {
    z-index: -1;
}

.coaching {
	border-radius: 10px !important;
  
	
}

.coaching-img {
  /* border: 5px solid ;
	border-image: linear-gradient(to right, #313131, #9C9A99) 1; */
  border-radius: 10px;
  width: auto !important;
  margin-bottom: -2%;
      max-height: 200px;
    min-height: 200px;
}

.coaching-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 133.69%;
  /* identical to box height, or 27px */
  text-transform: uppercase;
  color: var(--primary-color);
}



.coaching-text {
  font-style: normal;
  font-size: 13px ;
  line-height: 133.69%;
  /* or 17px */
  letter-spacing: 0.17em;
  text-transform: normal;
}

.coaching-seats,
.coaching-seats-online {
  font-size: 7px;
  line-height: 0%;
  /* identical to box height, or 0px */
  letter-spacing: 0.17em;
  text-transform: uppercase;

  color: var(--primary-color);
}

.coaching-seats-online {
  font-size: 14px;
}

.coaching-date {
  font-size: 11px;
  line-height: 0%;
  /* identical to box height, or 0px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.coaching-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 133.69%;
  /* or 21px */
  text-transform: uppercase;
  color: #CECECE;
}


.tutorial-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 133.69%;
  /* identical to box height, or 27px */
  text-transform: uppercase;

  color: var(--primary-color) !important;
}

.tutorial-img {
  width: auto !important;
    height: 250px !important;
}


.tutorial-text {
  font-weight: 300;
  font-size: 13px !important;
  line-height: 133.69%;
  /* or 17px */
  letter-spacing: 0.17em;
  text-transform: normal;
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}

.tutorial-time {
  font-weight: 600;
  font-size: 15px;
  line-height: 0%;
  /* identical to box height, or 0px */
  letter-spacing: 0.17em;
  text-transform: uppercase;

  color: var(--primary-color)
}

.tutorial-doc {
  font-weight: 600;
  font-size: 15px;
  line-height: 0%;
  /* identical to box height, or 0px */
  letter-spacing: 0.17em;
  text-transform: uppercase;

  color: var(--primary-color)
}

.tutorial-border-top-right-img {
  top: -3%;
  right: -3%;
}

.tutorial-border-bottom-left-img {
  bottom: -3%;
  left: -3%;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
  min-height: 350px;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.test-item {
  min-height: 450px;
  background-color: transparent !important;

}

.test-item img {
    width: 100% !important;
	max-height: 350px !important;
}

.test-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 133.69%;
  /* or 21px */
  text-align: center;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  /*top: 15% !important;*/
  width: 80%;
  margin-left: 10%;
}

.test-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 133.69%;
  /* or 19px */
  text-align: center;
  letter-spacing: 0.17em;
  /*top: 60% !important;*/
  width: 100%;



}

.test-name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 133.69%;
  /* identical to box height, or 43px */
  text-transform: uppercase;
  /*top: 40% !important;*/
  width: 70% !important;
  margin-left: 10%;
}

.MultiCarouselTeam {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
  min-height: 350px;
}

.MultiCarouselTeam .MultiCarouselTeam-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarouselTeam .MultiCarouselTeam-inner .itemTeam {
  float: left;
  background-color: transparent !important;
}

.MultiCarouselTeam .MultiCarouselTeam-inner .itemTeam>div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarouselTeam .leftLstTeam,
.MultiCarouselTeam .rightLstTeam {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarouselTeam .leftLstTeam {
  left: 0;
}

.MultiCarouselTeam .rightLstTeam {
  right: 0;
}

.MultiCarouselTeam .leftLstTeam.over,
.MultiCarouselTeam .rightLstTeam.over {
  pointer-events: none;
  background: #ccc;
}

.team-text-container {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  margin-left: 10%;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 10px;
  min-height: 400px;
  top: 15%;
  left: -11%;

}

.team-name {
  bottom: 30%;
  font-weight: 600;
  font-size: 15px;
  line-height: 133.69%;
  text-transform: uppercase;

}

.team-title {
  bottom: 10%;
  font-weight: 500;
  font-size: 20px;
  line-height: 133.69%;
  text-align: center;
  letter-spacing: 0.17em;
}


.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.header-top {
  background-color: var(--primary-color);
}

.vip-school-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 133.69%;
  /* identical to box height, or 19px */
  text-transform: uppercase;
  color: var(--seconadry-color);
}

.color-secondary-edit {
  color: var(--seconadry-color) !important;
}

.time-header {
  font-size: 14px;
  line-height: 133.69%;
  /* or 19px */
  text-align: center;
  padding-left: 150px;
}

.color-silver {
  color: #CECECE;
}

.side-nav {
  position: fixed !important;
  bottom: 30% !important;
  right: 0 !important;
  z-index: 500;
}

.header-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 133.69%;
  /* or 20px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

header nav .nav-link:hover {
  color: white;
}

.marquee {
  width: 300%;
  overflow-x: hidden;
  margin-left: -100%;
  position: relative;
  animation: scroll 10s linear infinite;
}

.marquee:hover {
  animation-play-state: paused
}

/* Make it move */
@keyframes scroll {
  0% {
    left: 800px;
  }

  100% {
    left: -800px;
  }
}

.navbar-nav {
  align-items: center !important;
  width: 100%;
}

.nav-item {
  width: 100%;
}

/* .side-nav a{
	width
} */
.side-nav a:hover {
  /* width: 66px !important; */
  margin-left: -25%;
}

#plans ul li {
  font-size: 16px !important;
}

.cart-price {
  font-size: 20px;
}

.cart-link,
.coaching-link {
  padding-top: 0px;
  font-size: 15px;
}

.map-card-info {
  padding-top: 10px;
}

.copyrights-footer {
  margin-top: -4%;
}

.intro-text,
.intro-text-green {
  font-weight: 600;
  font-size: 25px;
  line-height: 133.69%;
  /* or 53px */
  text-transform: uppercase;
}

.intro-text-green {
  color: var(--primary-color);
}

.btn-link-new {
  display: block;
  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 133.69%;
  /* identical to box height, or 19px */
  text-transform: uppercase;
  color: black;
  background-color: #00d400 !important;
  width: 70%;
  /* height: 20px; */
}

.color-f-up {
  color: #00d400 !important;
}

.bg-secondary-edit {
  background-color: var(--seconadry-color) !important;
}

.bg-fked-up {
  background-color: #00d400 !important;
}

.bg-package {
	background: linear-gradient(to right, #313131, #9C9A99) ;
  
}

.qr-product {
  max-width: 50px;
  bottom: 0px;
  left: 0px;
}

.signin-left {
  background-size: 100% 100%;
  background-position: center;
  background-image: url('../imgs/login-bg.png');
}

.login-title {
  font-size: 50px;
  line-height: 133.69%;
}

.login-subtitle {
  font-weight: 600;
  font-size: 25px;
  line-height: 133.69%;
}

.login-form-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 133.69%;
  /* identical to box height, or 43px */
  text-align: center;
  text-transform: uppercase;
}

.login-form-subtitle {
  font-size: 16px;
  line-height: 133.69%;
  /* or 21px */
  text-align: center;
  letter-spacing: 0.17em;
}

.login-form-submit {
  font-style: normal;
  font-size: 20px;
  line-height: 133.69%;
  text-transform: uppercase;
  color: #CECECE;
}

.training-category-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 133.69%;
  text-transform: uppercase;
}

.training-aids-count {
  font-style: normal;
  font-size: 18px;
  line-height: 133.69%;
  text-transform: uppercase;
  color: #CECECE;
}

.training-aids-filter-title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 133.69%;
  /* or 53px */
  text-transform: uppercase;

}

#filters,
#search {
  background: black;
}

#training-aids-filter,
#training-aids-search {
  font-size: 18px;
}

.filters-links {
  background: url('../imgs/filters-bg.png') 100% 100% no-repeat;
}

.fliters-link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 133.69%;
  /* identical to box height, or 27px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

#cart {
  min-height: 100px;
  z-index: 2500 !important;
  background-color: black;
  /* margin-top: 9%; */
}

.cart-main-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 133.69%;
  /* or 53px */
  text-transform: uppercase;
}

.cart-item {
  width: 100%;
  height: 100px;
  border-radius: 20px;
  border: 1px solid #CECECE;
}

.remove-cart-item {
  top: -10%;
  right: -1%;
  background: none;
  border: none;
}

.remove-cart-item i {
  font-size: 30px;
  color: #CECECE;
  background-color: black !important;
}

.item-cart-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 133.69%;
  /* or 21px */
  text-transform: uppercase;
}

.item-counter {
  border: 1px solid #CECECE;
  border-radius: 5px;
}

.item-count {
  width: 100%;
}

.item-minus,
.item-count,
.item-plus {
  border: none;
  background: none;
  font-size: 1.3em;
}

.checkout-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 133.69%;
  /* or 53px */
  text-transform: uppercase;
}

.checkout-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.product-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 133.69%;
  /* identical to box height, or 27px */
  text-transform: uppercase;
}

.product-item-dteails-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 133.69%;
  /* identical to box height, or 27px */
  text-transform: uppercase;
  color: #CECECE;
}

.product-item-dteails-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #CECECE;

  line-height: 133.69%;
  /* or 21px */
  text-transform: uppercase;
}

.map-card {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 150px;
  width: 95%;
  margin-left: 2.5%;
}

.vi-trans {
  background-image: linear-gradient(transparent, purple);
  /* bottom: 0 !important; */
}

.green-trans {
  background-image: linear-gradient(transparent, green);
  /* bottom: 0 !important; */

}

.map-card-title,
.map-card-subtitle,
.map-card-date {
  font-weight: 600;
  /* font-size: 20px; */
  line-height: 133.69%;
  /* identical to box height, or 27px */
  text-transform: uppercase;
}

.map-card-subtitle,
.map-card-date {
  /* font-size: 14px; */
}

.tour-details-left {
  min-height: 450px;
}

.tour-details-left-content {
  background-color: rgba(0, 0, 0, .5);
  margin-left: 1%;
  width: 98%;
}

.tour-details-date {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 133.69%;
  text-transform: uppercase;
  color: #BDFF69;
}

.tour-details-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 133.69%;
}

.tour-details-address {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 133.69%;
}

.tour-details-details {

  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 21px;
  text-transform: uppercase;
}

.tour-details-description {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

.tour-details-seats {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133.69%;
  text-transform: uppercase;
}

.tour-details-price {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 133.69%;
  text-transform: uppercase;
  color: #CECECE;
}

.MultiCarousel .tutorial-title {
  font-size: 18px !important;
}

.MultiCarousel .tutorial-text {
  font-size: 14px !important;
  margin-bottom: 0;
}

.MultiCarousel .btn-link-new {
  font-size: 12px !important;
  margin-bottom: 0;
}

.note-title {

  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 275;
  font-size: 20px;
  line-height: 133.69%;
  /* or 27px */

  color: #FFFFFF;
}

.note-date {

  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 133.69%;
  /* or 21px */

  color: #FFFFFF;


}

.coach-comment {


  /* font-family: 'Poppins'; */
  font-style: normal;
  font-weight: 275;
  font-size: 14px;
  line-height: 133.69%;
  /* or 19px */

  color: #FFFFFF;


}

.profile-card {
  padding: 15px;
  border: 1px solid var(--seconadry-color);
  border-radius: 15px !important;
}

.membership-header {
  background-image: url('../imgs/membrship-header-bg.png');
  background-size: 100% 100%;
  background-position: center;
  border: 1px solid var(--seconadry-color);
  padding: 15px;
  border-radius: 15px !important;
}

.btn-upgrade-plan {
  border: 1px solid #D0D0D0;
  border-radius: 5px !important;
  background-color: transparent !important;
  font-size: 16px;
}

.color-offwhite {
  color: #D0D0D0;
}

.bg-gray {
  background-color: gray !important;
}

.score-main-card {
  border: 1px solid rgba(1, 177, 76, .5);
  border-radius: 10px !important;
}


.members-links::-webkit-scrollbar {
  display: none;
}

.members-links {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: 1px;
  /* Firefox */
}

.members-links li a {
  font-size: 15px;
}

.inp-white::placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

.inp-white::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: white;
}

.philosophy-win {
  background-image: url('../imgs/glitter-bg.png');
  background-size: 90% 90%;
  border: solid 1px var(--primary-color);
  border-radius: 10px;
  background-repeat: no-repeat;
}

/* ==================================Pie Circles======================================================= */
@property --p {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

.pie {
  --p: 20;
  --b: 22px;
  --c: darkred;
  --w: 150px;

  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  margin: 5px;
  place-content: center;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
}

.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie:before {
  inset: 0;
  background:
    radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%), #2f2f2f42 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
  inset: calc(50% - var(--b)/2);
  background: var(--c);
  transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}

.animate {
  animation: p 1s .5s both;
}

@keyframes p {
  from {
    --p: 0
  }
}

/* ==================================Pie Circles======================================================= */
.winner-name {
  font-size: 30px;
}

.winner-row {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;

}

.winners-main-title {
  font-size: 35px;
}

.winners-sub-title {
  font-size: 25px;
}

.winner-tab-head {
  font-weight: normal !important;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-color {
  color: var(--primary-color) !important;
}

.img-map {
  max-width: 90px;
  max-height: 90px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.tooltip-map {
  display: none;
  max-width: 100px;
}

#rmap p {
  width: 250px !important;
  max-width: 250px !important;
}

#main-jun-prog,
#main-adult-prog {
  /*background-image: url('../imgs/pyramid-bg.png');*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pyramid {
  width: 80%;
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  height: 400px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

/*  */

.pyramid__section {
  flex: 1 1 100%;
  background-color: green;
  margin-bottom: 10px;
  border-top: 25px solid #005980;
}

.pyramid__section:first-child {
  border-top: none;
}

.pyramid__section:nth-of-type(even) {
  background-color: lightgray;
}

.pyramid #section-1 {
  background-color: #333;
}

.pyramid #section-2 {
  background-color: var(--primary-color);
}

.pyramid #section-3 {
  background-color: var(--seconadry-color);
}
.color-secondary {
  color: var(--seconadry-color);
}

.pyramid #section-4 {
  background-color: #C2C2C2;
}

.pyramid #section-5 {
  background-color: #F0F0F0;
}

.award-img-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}

.accordion-button::after{
	color: white !important;
	font-size: 1.5em;
	background-color:  white;
	
}

.align-items-center {
  display: flex; 
  align-items: center;  /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}

.tooltip{
   font-size: 16px;
}
.tooltip-inner {
    max-width: 500px !important;  /*  //define whatever width you want */
}
.scale-img{
	max-width: 350%;
	opacity: 0;
}
.main-training-aids{
	border: 2px solid grey ;
  border-radius: 28px !important;
	/*border-image: linear-gradient(to top, #9C9A99, #9C9A99) 1;*/
	height:100% !important;
}

.card.main-training-aids {
  background: transparent;
  box-shadow:none;
}


.card img {
    transition: .5s;
}
.card:hover img {
    transform: scale(1.03) !important;
}

.card{
    overflow: hidden;
}

a.text-center.color-white.btn.btn-main {
   transition: .1s;
   transform: translateY(0px);
}

a.text-center.color-white.btn.btn-main:hover {
    transform: translateY(-2px);
    transition: .1s;
}


.tutorial-link{
  
  position: relative;
  border-radius: 10px;
  width: 100% !important;
  margin-bottom: -2%;
}
.tutorial-link img{
  padding-bottom: 20px !important;
}
.plan-description{
  min-height: 150px;
}
.who-benefit-link{
	color: #8600B2;
}
.prod-item-body{
  min-height: 200px !important;
}



.nav-tabs .nav-link.active{
	background-color: #01903E !important;

}
#main-jun-prog{
	height: 590px;
}

.border-grey{
	border-color: grey !important;
}
.border-purple{
	border-color: #8600B2 !important;
}
.border-main{
	border-color: #01903E !important;
}
.color-grey{
	color: grey !important;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.source-sans {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.libre-franklin {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-body {
  font-family: "Josefin Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  color:#fff;
}

.font-body p{
color:#fff;
}


.accordion-button.collapsed::after {
	width: 30px;
	height: 30px;
  background: url("../imgs/minus.png");
  background-repeat: no-repeat;
  	background-size: 100% 100%;

}

.accordion-button:not(.collapsed)::after {
	width: 30px;
	height: 30px;
  background: url("../imgs/plus.png");
  background-repeat: no-repeat;
  /* background-position: center; */
	background-size: 100% 100%;
}
.accordion-button:focus , .accordion-header:focus{
	outline: 0 !important;
	box-shadow: none !important;
}

.code-1-text{
	font-size: 18px !important;
}

.carousel-indicators button{
	width: 25px;
	height: 25px !important;
	border-radius: 50%;
	bottom: 1px !important;
}

.quoted-text::before{
  content: '\275D';
  font-size: 22px !important;
  left: auto;
  position: absolute;
  margin-left: -20px;
  margin-top: -6px;
}

.quoted-text::after{
  content: '\275E';
  font-size: 22px !important;
  text-align: end !important;
  position: absolute;
  margin-left: 5px;
}
.color-main{
	color: #01903E!important;
}

.hide{
	visibility: hidden;
}
.border-quickfix{
	
}



.score-main-card::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.score-main-card::-webkit-scrollbar{
  width: 5px;
  background-color: #F5F5F5;
}
.score-main-card::-webkit-scrollbar-thumb{
  background-color:  #46C77D;
  /*border: 1px solid  #46C77D;*/
}

button.btn.btn-main:hover {
    
    transform: translateY(-2px);
    transition: .1s;
}


/**custome radio button css start**/

.payment-type-button  {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display:flex;
  justify-content:center;
  flex-direction:row;
}

.payment-type-button label {
    position:relative;
    width:250px !important;
}

.payment-type-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.payment-type-button:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.payment-type-button input:checked ~ .checkmark {
  background-color: #01903E;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.payment-type-button input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.payment-type-button .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.alert.alert-danger.alert-dismissible {
    background: #01903E !important;
    border-color: #01903E !important;
}
