/* Theme Description
-------------------------------------------------

	  Theme Name:
	  Author:
	  Support:
	  Description:
	  Version:
	  
------------------------------------------------- 
*/
/* CSS Index
-------------------------------------------------

	1. Theme default css
	2. header
	3. slider
	4. about-area
	5. features-box
	6. department
	7. team
	8. video-area
	9. counter
	10. footer

-------------------------------------------------
*/
/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400&display=swap");

/* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

/* line 33, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.gray-bg {
  background: #f7f7fd;
}

/* line 60, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

/* line 63, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.black-bg {
  background: #000;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.theme-bg {
  background: #FF0000;
}

/* line 69, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.brand-bg {
  background: #f1f4fa;
}

/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
/* line 78, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-color {
  color: #ffffff;
}

/* line 81, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.black-color {
  color: #000;
}

/* line 84, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.theme-color {
  color: #FF0000;
}

/* line 50, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn {
  background: #fff;
  color: #FF0000 !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #FF0000;
  letter-spacing: 3px;
  text-align: center;
  color: #FF0000;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 67, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn:hover {
  background: #FF0000;
  color: #fff !important;
  border: 1px solid #FF0000;
}

/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn:focus {
  outline: none;
}

/* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn.large-width {
  width: 220px;
}

/*--
    - Overlay
------------------------------------------*/
/* line 4, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 9, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Opacity --*/
/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="1"]::before {
  opacity: 0.1;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="2"]::before {
  opacity: 0.2;
}

/* line 32, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="3"]::before {
  opacity: 0.3;
}

/* line 37, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="4"]::before {
  opacity: 0.4;
}

/* line 42, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="5"]::before {
  opacity: 0.5;
}

/* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="6"]::before {
  opacity: 0.6;
}

/* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="7"]::before {
  opacity: 0.7;
}

/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="8"]::before {
  opacity: 0.8;
}

/* line 62, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_overlay.scss */
[data-opacity="9"]::before {
  opacity: 0.9;
}

/* 1. Theme default css */
/* line 4, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */

body {
  overflow-x: hidden;

  font-family: 'Arial', sans-serif;
  scroll-behavior: smooth;
  background-color: #020e1f;
  color: var(--taaha-white);


  font-weight: normal;
  font-style: normal;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;


}

/* line 9, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {

  color: #2c234d;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
  font-family: 'Cinzel', serif;
}

/* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
p {


  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

/* line 34, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

/* line 37, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

/* line 40, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* line 45, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 49, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.f-left {
  float: left;
}

/* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.f-right {
  float: right;
}

/* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.fix {
  overflow: hidden;
}

/* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.clear {
  clear: both;
}

/* line 62, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

/* line 71, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a {
  color: #635c5c;
}

/* line 74, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a:hover {
  color: #fff;
}

/* line 77, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 83, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
a,
button {
  color: #000;
  outline: medium none;
}

/* line 88, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

/* line 89, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 93, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 100, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 104, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 113, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
li {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: #dedfdf
}

/* line 121, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

/* Theme-overlay */
/* line 129, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.theme-overlay {
  position: relative;
}

/* line 132, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 142, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 146, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 156, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 160, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2E2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

/* line 173, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 177, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.separator {
  border-top: 1px solid #f2f2f2;
}

/* line 181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {

  /* line 181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .mb-90 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .mb-90 {
    margin-bottom: 45px;
  }
}

/* owl-carousel button style */
/* line 193, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}

/* line 212, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}

/* line 215, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}

/* line 222, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0px;
}

/* line 232, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 235, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

/* line 244, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn {
  background: #ff1313;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 27px 44px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0px;
  line-height: 1;
  border: 2px solid #fff;
  -moz-user-select: none;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}

/* line 272, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #c20505;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}

/* line 291, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

/* line 296, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn:hover {
  background-position: right;
}

/* line 299, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 303, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.about-btn {
  padding: 19px 97px 19px 20px;
}

/* line 308, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.header-btn {
  padding: 30px 43px;
}

/* line 311, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.hero-btn {
  padding: 32px 41px;
}

/* line 314, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.white-btn {
  padding: 30px 39px;
  background: #fff;
  color: #331391 !important;
}

/* line 319, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.black-btn {
  padding: 14px 35px;
  background: #000;
}

/* line 322, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.black-btn::before {
  background: #331391;
}

/* line 329, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.submit-btn2 {
  background: #ec5b53;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}

/* line 341, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.white-btn {
  background: #fff;
  color: #000;
}

/* line 344, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.white-btn::before {
  background: #000;
  color: #fff;
}

/* line 349, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.border-btn {
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
  background: none;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 14px 43px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

/* line 371, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #FF0000;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

/* line 390, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.border-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
}

/* button style */
/* line 398, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.breadcrumb>.active {
  color: #888;
}

/* scrollUp */
/* line 402, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
#scrollUp,
#back-top {
  background: gold;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

@media (max-width: 575px) {

  /* line 402, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  #scrollUp,
  #back-top {
    right: 16px;
  }
}

/* line 419, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
#scrollUp a i,
#back-top a i {
  display: block;
  line-height: 50px;
}

/* line 426, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
/* line 431, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* Sticky end */
/*--- Margin & Padding --*/
/*-- Margin Top --*/
/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-5 {
  margin-top: 5px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-25 {
  margin-top: 25px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-35 {
  margin-top: 35px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-45 {
  margin-top: 45px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-55 {
  margin-top: 55px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-65 {
  margin-top: 65px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-70 {
  margin-top: 70px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-75 {
  margin-top: 75px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-85 {
  margin-top: 85px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-90 {
  margin-top: 90px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-95 {
  margin-top: 95px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-100 {
  margin-top: 100px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-105 {
  margin-top: 105px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-110 {
  margin-top: 110px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-115 {
  margin-top: 115px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-120 {
  margin-top: 120px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-125 {
  margin-top: 125px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-130 {
  margin-top: 130px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-135 {
  margin-top: 135px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-140 {
  margin-top: 140px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-145 {
  margin-top: 145px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-150 {
  margin-top: 150px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-155 {
  margin-top: 155px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-160 {
  margin-top: 160px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-165 {
  margin-top: 165px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-170 {
  margin-top: 170px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-175 {
  margin-top: 175px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-180 {
  margin-top: 180px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-185 {
  margin-top: 185px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-190 {
  margin-top: 190px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-195 {
  margin-top: 195px;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-5 {
  margin-bottom: 5px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-35 {
  margin-bottom: 35px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-45 {
  margin-bottom: 45px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-65 {
  margin-bottom: 65px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-70 {
  margin-bottom: 70px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-75 {
  margin-bottom: 75px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-80 {
  margin-bottom: 80px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-85 {
  margin-bottom: 85px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-90 {
  margin-bottom: 90px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-95 {
  margin-bottom: 95px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-100 {
  margin-bottom: 100px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-105 {
  margin-bottom: 105px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-110 {
  margin-bottom: 110px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-115 {
  margin-bottom: 115px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-120 {
  margin-bottom: 120px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-125 {
  margin-bottom: 125px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-130 {
  margin-bottom: 130px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-135 {
  margin-bottom: 135px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-140 {
  margin-bottom: 140px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-145 {
  margin-bottom: 145px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-150 {
  margin-bottom: 150px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-155 {
  margin-bottom: 155px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-160 {
  margin-bottom: 160px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-165 {
  margin-bottom: 165px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-170 {
  margin-bottom: 170px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-175 {
  margin-bottom: 175px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-180 {
  margin-bottom: 180px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-185 {
  margin-bottom: 185px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-190 {
  margin-bottom: 190px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-195 {
  margin-bottom: 195px;
}

/* line 461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-5 {
  margin-left: 5px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-15 {
  margin-left: 15px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-25 {
  margin-left: 25px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-30 {
  margin-left: 30px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-35 {
  margin-left: 35px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-40 {
  margin-left: 40px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-45 {
  margin-left: 45px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-50 {
  margin-left: 50px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-55 {
  margin-left: 55px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-60 {
  margin-left: 60px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-65 {
  margin-left: 65px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-70 {
  margin-left: 70px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-75 {
  margin-left: 75px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-80 {
  margin-left: 80px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-85 {
  margin-left: 85px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-90 {
  margin-left: 90px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-95 {
  margin-left: 95px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-100 {
  margin-left: 100px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-105 {
  margin-left: 105px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-110 {
  margin-left: 110px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-115 {
  margin-left: 115px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-120 {
  margin-left: 120px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-125 {
  margin-left: 125px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-130 {
  margin-left: 130px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-135 {
  margin-left: 135px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-140 {
  margin-left: 140px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-145 {
  margin-left: 145px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-150 {
  margin-left: 150px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-155 {
  margin-left: 155px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-160 {
  margin-left: 160px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-165 {
  margin-left: 165px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-170 {
  margin-left: 170px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-175 {
  margin-left: 175px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-180 {
  margin-left: 180px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-185 {
  margin-left: 185px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-190 {
  margin-left: 190px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-195 {
  margin-left: 195px;
}

/* line 465, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-5 {
  margin-right: 5px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-15 {
  margin-right: 15px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-20 {
  margin-right: 20px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-25 {
  margin-right: 25px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-30 {
  margin-right: 30px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-35 {
  margin-right: 35px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-40 {
  margin-right: 40px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-45 {
  margin-right: 45px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-50 {
  margin-right: 50px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-55 {
  margin-right: 55px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-60 {
  margin-right: 60px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-65 {
  margin-right: 65px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-70 {
  margin-right: 70px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-75 {
  margin-right: 75px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-80 {
  margin-right: 80px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-85 {
  margin-right: 85px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-90 {
  margin-right: 90px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-95 {
  margin-right: 95px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-100 {
  margin-right: 100px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-105 {
  margin-right: 105px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-110 {
  margin-right: 110px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-115 {
  margin-right: 115px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-120 {
  margin-right: 120px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-125 {
  margin-right: 125px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-130 {
  margin-right: 130px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-135 {
  margin-right: 135px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-140 {
  margin-right: 140px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-145 {
  margin-right: 145px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-150 {
  margin-right: 150px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-155 {
  margin-right: 155px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-160 {
  margin-right: 160px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-165 {
  margin-right: 165px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-170 {
  margin-right: 170px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-175 {
  margin-right: 175px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-180 {
  margin-right: 180px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-185 {
  margin-right: 185px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-190 {
  margin-right: 190px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-195 {
  margin-right: 195px;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-5 {
  padding-top: 5px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-15 {
  padding-top: 15px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-20 {
  padding-top: 20px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-25 {
  padding-top: 25px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-30 {
  padding-top: 30px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-35 {
  padding-top: 35px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-40 {
  padding-top: 40px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-45 {
  padding-top: 45px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-50 {
  padding-top: 50px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-55 {
  padding-top: 55px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-60 {
  padding-top: 60px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-65 {
  padding-top: 65px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-70 {
  padding-top: 70px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-75 {
  padding-top: 75px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-80 {
  padding-top: 80px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-85 {
  padding-top: 85px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-90 {
  padding-top: 90px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-95 {
  padding-top: 95px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-100 {
  padding-top: 100px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-105 {
  padding-top: 105px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-110 {
  padding-top: 110px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-115 {
  padding-top: 115px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-120 {
  padding-top: 120px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-125 {
  padding-top: 125px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-130 {
  padding-top: 130px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-135 {
  padding-top: 135px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-140 {
  padding-top: 140px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-145 {
  padding-top: 145px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-150 {
  padding-top: 150px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-155 {
  padding-top: 155px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-160 {
  padding-top: 160px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-165 {
  padding-top: 165px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-170 {
  padding-top: 170px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-175 {
  padding-top: 175px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-180 {
  padding-top: 180px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-185 {
  padding-top: 185px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-190 {
  padding-top: 190px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-195 {
  padding-top: 195px;
}

/* line 475, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-200 {
  padding-top: 200px;
}

/* line 477, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pt-260 {
  padding-top: 260px;
}

/*-- Padding Bottom --*/
/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-5 {
  padding-bottom: 5px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-10 {
  padding-bottom: 10px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-15 {
  padding-bottom: 15px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-25 {
  padding-bottom: 25px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-30 {
  padding-bottom: 30px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-35 {
  padding-bottom: 35px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-40 {
  padding-bottom: 40px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-45 {
  padding-bottom: 45px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-50 {
  padding-bottom: 50px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-55 {
  padding-bottom: 55px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-60 {
  padding-bottom: 60px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-65 {
  padding-bottom: 65px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-70 {
  padding-bottom: 70px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-75 {
  padding-bottom: 75px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-80 {
  padding-bottom: 80px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-85 {
  padding-bottom: 85px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-90 {
  padding-bottom: 90px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-95 {
  padding-bottom: 95px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-100 {
  padding-bottom: 100px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-105 {
  padding-bottom: 105px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-110 {
  padding-bottom: 110px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-115 {
  padding-bottom: 115px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-120 {
  padding-bottom: 120px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-125 {
  padding-bottom: 125px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-130 {
  padding-bottom: 130px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-135 {
  padding-bottom: 135px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-140 {
  padding-bottom: 140px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-145 {
  padding-bottom: 145px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-150 {
  padding-bottom: 150px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-155 {
  padding-bottom: 155px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-160 {
  padding-bottom: 160px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-165 {
  padding-bottom: 165px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-170 {
  padding-bottom: 170px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-175 {
  padding-bottom: 175px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-180 {
  padding-bottom: 180px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-185 {
  padding-bottom: 185px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-190 {
  padding-bottom: 190px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-195 {
  padding-bottom: 195px;
}

/* line 482, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-5 {
  padding-left: 5px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-10 {
  padding-left: 10px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-15 {
  padding-left: 15px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-20 {
  padding-left: 20px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-25 {
  padding-left: 25px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-30 {
  padding-left: 30px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-35 {
  padding-left: 35px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-40 {
  padding-left: 40px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-45 {
  padding-left: 45px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-50 {
  padding-left: 50px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-55 {
  padding-left: 55px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-60 {
  padding-left: 60px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-65 {
  padding-left: 65px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-70 {
  padding-left: 70px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-75 {
  padding-left: 75px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-80 {
  padding-left: 80px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-85 {
  padding-left: 85px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-90 {
  padding-left: 90px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-95 {
  padding-left: 95px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-100 {
  padding-left: 100px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-105 {
  padding-left: 105px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-110 {
  padding-left: 110px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-115 {
  padding-left: 115px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-120 {
  padding-left: 120px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-125 {
  padding-left: 125px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-130 {
  padding-left: 130px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-135 {
  padding-left: 135px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-140 {
  padding-left: 140px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-145 {
  padding-left: 145px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-150 {
  padding-left: 150px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-155 {
  padding-left: 155px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-160 {
  padding-left: 160px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-165 {
  padding-left: 165px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-170 {
  padding-left: 170px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-175 {
  padding-left: 175px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-180 {
  padding-left: 180px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-185 {
  padding-left: 185px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-190 {
  padding-left: 190px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-195 {
  padding-left: 195px;
}

/* line 487, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-5 {
  padding-right: 5px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-10 {
  padding-right: 10px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-15 {
  padding-right: 15px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-20 {
  padding-right: 20px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-25 {
  padding-right: 25px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-30 {
  padding-right: 30px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-35 {
  padding-right: 35px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-40 {
  padding-right: 40px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-45 {
  padding-right: 45px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-50 {
  padding-right: 50px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-55 {
  padding-right: 55px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-60 {
  padding-right: 60px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-65 {
  padding-right: 65px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-70 {
  padding-right: 70px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-75 {
  padding-right: 75px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-80 {
  padding-right: 80px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-85 {
  padding-right: 85px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-90 {
  padding-right: 90px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-95 {
  padding-right: 95px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-100 {
  padding-right: 100px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-105 {
  padding-right: 105px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-110 {
  padding-right: 110px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-115 {
  padding-right: 115px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-120 {
  padding-right: 120px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-125 {
  padding-right: 125px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-130 {
  padding-right: 130px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-135 {
  padding-right: 135px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-140 {
  padding-right: 140px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-145 {
  padding-right: 145px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-150 {
  padding-right: 150px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-155 {
  padding-right: 155px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-160 {
  padding-right: 160px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-165 {
  padding-right: 165px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-170 {
  padding-right: 170px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-175 {
  padding-right: 175px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-180 {
  padding-right: 180px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-185 {
  padding-right: 185px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-190 {
  padding-right: 190px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-195 {
  padding-right: 195px;
}

/* line 492, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pr-200 {
  padding-right: 200px;
}

/*-- Some Animated CSS -- */
/* bounce-animate */
/* line 503, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* heartbeat */
/* line 533, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.heartbeat {
  animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

/* rotateme */
/* line 545, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 20. preloader */
/* line 577, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

/* line 593, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #FF0000;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 615, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}

/* line 618, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 636, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .preloader-img img {
  max-width: 55px;
}

/* line 639, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

/*-- Section Padding -- */
/* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {

  /* line 683, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-bottom {
  padding-bottom: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {

  /* line 708, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

/* line 723, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.pb-top {
  padding-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 723, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 723, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-top {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {

  /* line 723, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .pb-top {
    padding-top: 70px;
  }
}

/* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.testimonial-padding {
  padding-top: 190px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 190px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {

  /* line 735, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* line 755, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.w-padding {
  padding-top: 100px;
  padding-bottom: 95px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 755, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {

  /* line 755, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 767, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-padding30 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 767, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {

  /* line 767, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.services-padding {
  padding-top: 145px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .services-padding {
    padding-top: 145px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .services-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {

  /* line 779, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-paddingt30 {
  padding-top: 195px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {

  /* line 799, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

/* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-padding3 {
  padding-top: 150px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {

  /* line 821, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.footer-padding {
  padding-top: 110px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {

  /* line 842, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {

  /* line 867, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 867, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle {
    margin-bottom: 50px;
  }
}

/* line 874, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle span {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 72px;
  margin-bottom: 22px;
  color: #f04e3c;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

@media (max-width: 575px) {

  /* line 874, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle span {
    font-size: 14px;
  }
}

/* line 887, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #f04e3c;
  top: 0;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle h2 {
  font-size: 140px;
  display: block;
  color: #2c234d;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 58px;
  }
}

@media (max-width: 575px) {

  /* line 899, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 45px;
  }
}

/* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle2 h2 {
  font-size: 70px;
  display: block;
  color: #2c234d;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle2 h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle2 h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle2 h2 {
    font-size: 58px;
  }
}

@media (max-width: 575px) {

  /* line 924, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
  .section-tittle2 h2 {
    font-size: 45px;
  }
}

/* line 945, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-tittle2 p {
  color: #fff;
  font-size: 18px;
}

/* line 951, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/* line 958, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_common.scss */
.section-bg2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*-------------   Color Variable  --------------*/
/* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

/* line 33, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.gray-bg {
  background: #f7f7fd;
}

/* line 60, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-bg {
  background: #ffffff;
}

/* line 63, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.black-bg {
  background: #000;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.theme-bg {
  background: #FF0000;
}

/* line 69, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.brand-bg {
  background: #f1f4fa;
}

/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
/* line 78, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.white-color {
  color: #ffffff;
}

/* line 81, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.black-color {
  color: #000;
}

/* line 84, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_color.scss */
.theme-color {
  color: #FF0000;
}

/* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .main-header {
  padding: 0 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {

  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}

@media (max-width: 575px) {

  /* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .main-header.main-header2 {
  padding: 0;
}

/* line 40, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

/* line 46, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper.menu-wrapper2 {
  justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  /* line 50, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .menu-wrapper .main-menu {
    margin-right: 30px;
  }
}

/* line 54, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu.main-header2 {
  padding: 0;
}

/* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* line 62, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 39px 21px;
  display: block;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: underline transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 62, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-area .menu-wrapper .main-menu ul li a {
    padding: 39px 9px;
  }
}

/* line 78, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul li:hover>a {
  color: #fff;
  text-decoration: underline;
}

/* line 83, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul li:hover>ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/* line 89, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 101, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu>li {
  margin-left: 7px;
  display: block;
}

/* line 104, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu>li>a {
  padding: 6px 10px !important;
  font-size: 16px;
  color: #fdfdfd;
}

/* line 108, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu>li>a:hover {
  color: #fff;
  background: none;
  padding-left: 13px !important;
}

/* line 124, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.main-header .menu-wrapper2 .main-menu2 ul li a {
  padding: 5px 11px;
}

/* line 137, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.header-sticky.sticky-bar.sticky .main-menu ul li a {
  padding: 20px 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {

  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

/* line 158, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

/* line 163, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

/* line 166, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_btn {
  top: -29px;
}

/* line 169, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #FF0000 !important;
}

/* line 173, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 15px !important;
}

/* line 176, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #FF0000;
}

/* line 180, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 15px;
  padding: 7px 10px;
}

/* line 185, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_headerMenu.scss */
.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-height {
  height: 900px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 600px;
  }
}

@media (max-width: 575px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 400px;
  }
}

/* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-height2 {
  height: 450px;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height2 {
    height: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height2 {
    height: 260px;
  }
}

@media (max-width: 575px) {

  /* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-height2 {
    height: 260px;
  }
}

/* line 31, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area2 {
  background-image: url(../img/hero/hero2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 37, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area {
  margin-top: -1px;
  background-image: url(../img/hero/h1_hero.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

/* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .hero__caption {
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

@media (max-width: 575px) {

  /* line 44, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

/* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .hero__caption span {
  font-size: 70px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption span {
    font-size: 53px;
  }
}

@media (max-width: 575px) {

  /* line 58, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption span {
    font-size: 33px;
  }
}

/* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .hero__caption h1 {
  font-size: 140px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 84px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {

  /* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 44px;
    line-height: 1.4;
  }
}

/* line 98, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .hero__caption p {
  font-size: 18px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 50px;
  padding-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 98, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption p {
    padding-right: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 98, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption p {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {

  /* line 98, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption p {
    padding-right: 0px;
    font-size: 15px;
  }
}

/* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon {
  position: absolute;
  right: 160px;
  bottom: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon {
    right: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon {
    right: 63px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon {
    right: 82px;
    bottom: 61px;
  }
}

@media (max-width: 575px) {

  /* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon {
    right: 27px;
    bottom: 27px;
  }
}

/* line 135, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon a {
  background: #ff1313;
  color: #fff;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 135, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {

  /* line 135, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/* line 156, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon a.btn-icon {
  position: relative;
  /* Animations */
  /* End Animated */
}

/* line 158, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon a.btn-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #ff1313;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    border-width: 1px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }

  100% {
    opacity: 0;
  }
}

/* line 190, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area .video-icon a.btn-icon:hover {
  background: #fff;
  color: #ff1313;
}

/* line 200, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.hero-overly {
  position: relative;
  z-index: 1;
}

/* line 203, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

/* line 219, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

/* line 230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
.slider-area2 .hero-cap h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area2 .hero-cap h2 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {

  /* line 230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_h1-hero.scss */
  .slider-area2 .hero-cap h2 {
    font-size: 35px;
  }
}

/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic {
  position: relative;
}

/* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* line 17, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-img {
  border-radius: 12px;
}

@media (max-width: 575px) {

  /* line 17, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-img {
    margin-top: 67px;
    margin-bottom: 61px;
  }
}

/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-img img {
  width: 100%;
}

/* line 29, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  transition: .4s;
  z-index: 2;
}

/* line 40, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-content-box .topic-content {
  position: absolute;
  top: 53%;
  transform: translateY(-47%);
  left: 0;
  right: 0;
  text-align: center;
}

/* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-content-box .topic-content h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content h3 {
    font-size: 41px;
  }
}

@media (max-width: 575px) {

  /* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content h3 {
    font-size: 28px;
  }
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
.traning-categories .single-topic .topic-content-box .topic-content p {
  font-size: 16px;
  color: #ffff;
  padding: 0 82px;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media (max-width: 575px) {

  /* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content p {
    padding: 0 18px;
  }

  /* line 74, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content p br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 79, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_traning-cat.scss */
  .traning-categories .single-topic .topic-content-box .topic-content p br {
    display: none;
  }
}

/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .about-icon {
  width: 80px;
  height: 80px;
  background: red;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 31px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0px 15px 25px rgba(66, 85, 164, 0.08);
}

/* line 16, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__caption span.month {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__caption P {
  color: #FF0000;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__caption P>span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 35, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties:hover .border-btn2 {
  color: #fff;
  background: #ff1313;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 41, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features {
  display: flex;
}

/* line 43, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features .features-icon {
  position: relative;
  top: 8px;
}

/* line 46, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features .features-icon img {
  display: block;
}

/* line 50, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features .features-caption {
  padding-left: 19px;
}

/* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties .single-features .features-caption p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  text-transform: capitalize;
}

/* line 61, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__card {
  box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 36px 24px 25px 24px;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.pricing-area .properties__card:hover {
  box-shadow: 0px 8px 8px 0px rgba(2, 25, 65, 0.08);
}

/* line 73, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_pricing.scss */
.border-btn2 {
  width: 100%;
  text-align: center;
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-area {
  height: 660px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-area {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-area {
    height: 400px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-area {
    height: 400px;
  }
}

@media (max-width: 575px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-area {
    height: 300px;
  }
}

/* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  text-align: center;
}

/* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a {
  background: #fff;
  color: #FF0000;
  width: 110px;
  height: 110px;
  display: inline-block;
  text-align: center;
  line-height: 110px;
  border-radius: 50%;
}

/* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a::after {
  position: absolute;
  border: 70px solid inherit !important;
  content: "";
  border-radius: 50%;
  left: -9px;
  top: -12px;
  right: 0;
  z-index: 0;
  background: #0000;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-icon a::after {
    border: 50px solid rgba(241, 65, 5, 0.1);
    left: -19px;
    top: -19px;
    right: 0;
  }
}

@media (max-width: 575px) {

  /* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-icon a::after {
    border: 50px solid rgba(241, 65, 5, 0.1);
    left: -19px;
    top: -19px;
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {

  /* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
  .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a i {
  font-size: 31px;
  line-height: 1;
  position: relative;
  right: -4px;
  top: 8px;
}

/* line 82, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a.btn-icon {
  position: relative;
  /* Animations */
  /* End Animated */
}

/* line 84, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_video-area.scss */
.video-icon a.btn-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #FF0000;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    border-width: 1px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }

  100% {
    opacity: 0;
  }
}

/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
.about-area2 .support-wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper {
    display: block;
  }
}

/* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
.about-area2 .support-wrapper .left-content2 {
  width: 38%;
  padding-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 46%;
    padding-left: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 35%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {

  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 40%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 60%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 82%;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

@media (max-width: 575px) {

  /* line 11, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .left-content2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

/* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
.about-area2 .support-wrapper .right-content2 {
  width: 40%;
  margin-left: 100px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 46%;
    margin-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 78%;
    margin-left: 119px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 80%;
    padding-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 100%;
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 100%;
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 575px) {

  /* line 52, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
  .about-area2 .support-wrapper .right-content2 {
    width: 100%;
    padding-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* line 91, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_about.scss */
.about-area2 .support-wrapper .right-content2 .right-img img {
  width: 100%;
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area {
  background: #111111;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 575px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 9, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area.services-area2 {
  margin-top: 0;
}

/* line 12, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services {
  display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 12, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area .single-services {
    padding: 18px 14px;
  }
}

@media (max-width: 575px) {

  /* line 12, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area .single-services {
    padding: 18px 14px;
  }
}

/* line 20, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-icon {
  position: relative;
  top: 8px;
}

/* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-icon img {
  display: block;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-caption {
  padding-left: 19px;
}

/* line 29, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-caption h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
.services-area .single-services .features-caption p {
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area .single-services .features-caption p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {

  /* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_services_section.scss */
  .services-area .single-services .features-caption p {
    font-size: 15px;
  }
}

/* line 2, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area {
  padding-top: 100px;
  padding-bottom: 70px;
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 2, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area {
    padding-top: 65px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 575px) {

  /* line 2, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area {
    padding-top: 65px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 19, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box {
  position: relative;
}

/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .gallery-img {
  height: 565px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .big-img {
  height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .big-img {
    height: 435px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .big-img {
    height: 435px;
  }
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .small-img {
  height: 435px;
}

/* line 40, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.3);
  top: 0;
  left: 0;
}

/* line 48, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content {
  position: absolute;
  right: 4%;
  display: flex;
  justify-content: space-between;
  bottom: 7%;
  left: 5%;
}

/* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content h3 {
  color: #ffffff;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  /* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 29px;
  }
}

@media (max-width: 575px) {

  /* line 55, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 32px;
  }
}

/* line 73, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content a {
  color: #fff;
  font-size: 20px;
  width: 0;
  height: 0;
  border-bottom: 100px solid red;
  border-left: 100px solid transparent;
  text-align: center;
  display: inline-block;
  position: relative;
}

/* line 83, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content a i {
  position: absolute;
  top: 56px;
  right: 22px;
}

/* line 89, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box .overlay .overlay-content p {
  color: #fff;
}

/* line 94, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.gallery-area .box.snake {
  position: relative;
  overflow: hidden;
}

/* line 101, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.box {
  position: relative;
}

/* line 103, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.box img {
  width: 100%;
}

/* line 106, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.box.snake {
  position: relative;
  overflow: hidden;
}

/* line 111, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_gallery.scss */
.overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

@media (max-width: 575px) {

  /* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area {
    padding-top: 50px;
  }
}

/* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

/* line 9, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-icon img {
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 15, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-cap span {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

/* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-cap h5>a {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area .single-cat .cat-cap h5>a {
    font-size: 21px;
  }
}

@media (max-width: 575px) {

  /* line 23, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area .single-cat .cat-cap h5>a {
    font-size: 23px;
  }
}

/* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-cap p {
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 39, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
  .team-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}

/* line 49, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat .cat-cap a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 59, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_team.scss */
.team-area .single-cat:hover .cat-cap h5 {
  color: #000;
}

/* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-logo {
  margin-bottom: 30px;
}

/* line 13, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom {
  border-top: 1px solid #1f2024;
  padding-bottom: 50px;
  padding-top: 40px;
}

/* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p {
  color: #c4c4c4;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

/* line 24, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p i {
  color: #FF0000;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p a {
  color: #FF0000;
}

/* line 29, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p a:hover {
  color: #fff;
}

/* line 41, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-social a {
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}

/* line 53, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-social a:hover {
  color: #fff;
  background: #FF0000;
}

/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-social a i {
  display: inline-block;
}

/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 6, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

/* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
  width: 100%;
  -webkit-transform: scale 1;
  -moz-transform: scale 1;
  -ms-transform: scale 1;
  transform: scale 1;
  transition: all 0.5s ease-out 0s;
}

/* line 17, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-cap span {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 13px;
  display: inline-block;
}

/* line 26, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  text-transform: uppercase;
  text-decoration: underline #fff transparent;
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
  color: #FF0000;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* line 26, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* line 26, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

@media (max-width: 575px) {

  /* line 26, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

/* line 59, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.home-blog-single:hover .blog-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* Start Blog Area css
============================================================================================ */
/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 77, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_area a {
  color: "Oswald", sans-serif !important;
  text-decoration: none;
  transition: .4s;
}

/* line 81, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_area a:hover,
.blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #FF0000 0%, #FF0000 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: .4s;
}

/* line 91, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 95, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 99, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 103, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 116, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 123, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 141, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 151, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {

  /* line 141, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog .tag {
    margin-right: 8px;
  }

  /* line 165, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {

  /* line 91, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 179, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 183, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 188, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {

  /* line 179, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 202, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {

  /* line 210, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }

  /* line 216, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 224, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog {
  position: relative;
}

/* line 227, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) {

  /* line 227, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 246, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 262, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 267, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 291, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 295, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 301, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 314, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 330, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 334, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 341, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 352, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item {
  background: #fff;
}

/* line 355, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 358, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 366, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 374, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 387, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 390, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 403, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 413, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 425, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.causes_item .causes_bottom a+a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 441, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 445, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 448, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 451, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 459, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 477, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 484, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.tags .tag_btn+.tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 505, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {

  /* line 505, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {

  /* line 505, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 521, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 526, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post img {
  max-width: 100%;
}

/* line 530, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 543, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 561, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 568, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 577, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 592, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 596, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {

  /* line 596, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 604, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 608, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details a {
  color: #242b5e;
}

/* line 611, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details a:hover {
  color: #ff1313;
}

/* line 616, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {

  /* line 616, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 630, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 634, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 638, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 644, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 650, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 655, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 663, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img {
  position: relative;
}

/* line 666, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #FF0000;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {

  /* line 666, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 682, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {

  /* line 682, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 694, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {

  /* line 694, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 714, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 719, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 727, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 731, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 739, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 748, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 752, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 761, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #FF0000;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
  cursor: pointer;
}

/* line 769, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button i {
  color: #fff;
}

/* line 772, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 783, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 792, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 796, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 805, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 812, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}

/* line 825, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 830, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 834, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 839, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 844, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li+li {
  padding-top: 15px;
}

/* line 861, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 866, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 877, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 883, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 890, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item+.post_item {
  margin-top: 20px;
}

/* line 898, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 901, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 912, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #FF0000;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 927, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 933, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 1033, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 1054, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 1058, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1075, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1087, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1094, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1119, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1124, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1127, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1131, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1144, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1147, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1157, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {

  /* line 1157, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {

  /* line 1171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1184, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1191, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1196, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1200, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1204, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1207, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1214, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1217, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1226, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1234, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {

  /* line 1252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1261, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {

  /* line 1261, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1274, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1278, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author a:hover {
  color: #ff1313;
}

/* line 1283, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1288, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1295, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1300, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1304, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1310, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1313, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1317, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1322, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1329, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1334, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {

  /* line 1310, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1345, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1348, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1352, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1357, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1364, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1369, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {

  /* line 1377, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1384, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {

  /* line 1384, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1395, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1402, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1411, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1414, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1418, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {

  /* line 1424, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  /* line 1428, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  /* line 1432, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1439, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1442, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1448, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1455, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1478, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1486, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1490, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {

  /* line 1498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1507, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {

  /* line 1507, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1515, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1523, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1528, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1533, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1538, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1544, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1550, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1556, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1562, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/*=================== contact banner start ====================*/
/* line 3, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 13, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #1f2b7b;
}

/* line 36, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {

  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  /* line 133, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_contact.scss */
.contact-section .btn_2:hover {
  background-color: #1f2b7b;
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.breadcam_bg {
  background-image: url(../img/banner/bradcam.png);
}

/* line 4, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.breadcam_bg_1 {
  background-image: url(../img/banner/bradcam2.png);
}

/* line 7, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.breadcam_bg_2 {
  background-image: url(../img/banner/bradcam3.png);
}

/* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {

  /* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .bradcam_area {
    padding: 150px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 10, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .bradcam_area {
    padding: 150px 0;
  }
}

/* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.bradcam_area h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
}

@media (max-width: 767px) {

  /* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* line 22, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 40px;
  }
}

/* line 38, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 681px;
  padding: 60px 40px;
}

@media (max-width: 767px) {

  /* line 38, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .popup_box {
    width: 320px;
    padding: 45px 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  /* line 38, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .popup_box {
    width: 420px !important;
    padding: 45px 30px;
  }
}

/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box h3 {
  text-align: center;
  font-size: 22px;
  color: #1F1F1F;
  margin-bottom: 46px;
}

/* line 63, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

/* line 67, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

/* line 101, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

/* line 116, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

/* line 125, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

/* line 131, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {

  /* line 131, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  #test-form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 146, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

/* line 151, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
#test-form button.mfp-close {
  display: none !important;
}

@media (max-width: 767px) {

  /* line 151, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  #test-form button.mfp-close {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* line 162, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
#test-form button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 40px;
  height: 40px;
  background: #4A3600;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: -6px;
  color: #fff !important;
}

/* line 189, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4A3600;
  opacity: 0.6;
}

@media (max-width: 767px) {

  /* line 208, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .gj-picker.gj-picker-md.timepicker {
    width: 310px;
    left: 6px !important;
  }
}

@media (max-width: 767px) {

  /* line 215, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_bradcam.scss */
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    width: 320px;
    left: 0 !important;
  }
}

/* line 1, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_extend.scss */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* line 13, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_extend.scss */
.overlay::before {
  background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
}

/* line 47, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_extend.scss */
.header-area .menu-wrapper .main-menu ul ul.submenu,
.header-sticky.sticky-bar {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#950101+0,630102+50,3d0302+100 */
  background: #950101;
  /* Old browsers */
  background: -moz-linear-gradient(top, #950101 0%, #630102 50%, #3d0302 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #950101 0%, #630102 50%, #3d0302 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #950101 0%, #630102 50%, #3d0302 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#950101', endColorstr='#3d0302', GradientType=0);
  /* IE6-9 */
}

/* line 76, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 81, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 86, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #1f2b7b;
}

/* line 95, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 105, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.button-area {
  background: #fff;
}

/* line 106, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 114, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 117, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 123, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 134, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 137, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 141, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 144, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 147, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 150, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 153, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 156, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 163, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 167, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 176, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 179, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 185, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent;
}

/* line 189, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.primary:hover {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff;
}

/* line 195, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.primary-border {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff;
}

/* line 199, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent;
}

/* line 205, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 209, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 215, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 219, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 225, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 229, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 235, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 239, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 245, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 249, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 255, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 259, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 265, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 269, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 275, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 279, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 285, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 290, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 296, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 301, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 307, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 315, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #1f2b7b;
}

/* line 321, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 325, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 329, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 333, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 336, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 339, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 343, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 345, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 355, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 359, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 367, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 372, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 376, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 379, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 382, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 385, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 388, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 391, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 394, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 397, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 400, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 409, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 417, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 423, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 427, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1f2b7b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 441, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 443, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 448, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 456, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 462, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 470, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 476, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 483, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 491, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 496, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 503, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 508, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 513, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 523, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 528, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 536, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #1f2b7b;
}

/* line 542, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 550, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 556, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 564, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 570, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 577, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 587, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-switch input+label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1f2b7b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 600, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.default-switch input:checked+label {
  left: 19px;
}

/* line 607, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 614, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 623, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 631, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 645, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 661, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input:checked+label:after {
  left: 19px;
}

/* line 664, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-switch input:checked+label:before {
  background: #1f2b7b;
}

/* line 672, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 679, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 688, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 696, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 710, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 726, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input:checked+label:after {
  left: 19px;
}

/* line 729, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-switch input:checked+label:before {
  background: #4cd3e3;
}

/* line 737, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 744, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 753, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 766, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.primary-checkbox input:checked+label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 774, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 781, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 790, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 803, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.confirm-checkbox input:checked+label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 811, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 818, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}



/*# sourceMappingURL=style.css.map */


/*TAAHA*/

:root {
  --gold: #f5b942;
  --gold-dark: #d89a24;
  --gold-light: #ffd77a;
  --navy: #0b3554;
  --navy-dark: #071f33;
  --white: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  background: var(--navy-dark);
  color: var(--white);
  overflow-x: hidden;
}

/* NAV */
.taahaX-nav-shell {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, .65);


}

.taahaX-text-stack {
  padding-top: 60px;
}

@media (max-width: 768px) {
  .taahaX-text-stack {
    padding-top: 20px;
  }
}


.taahaX-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 6%;
}

.taahaX-brandmark {
  font-size: 26px;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 2px;
}

.taahaX-menu-flow {
  display: flex;
  gap: 32px;
  align-items: center;
}

.taahaX-menu-flow a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.taahaX-menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* SUBMENU DESKTOP */
.taahaX-has-sub {
  position: relative;
}

.taahaX-sub-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.taahaX-arrow-icon {
  font-size: 12px;
  transition: transform .3s ease;
}

.taahaX-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: rgba(0, 0, 0, .95);
  border: 1px solid var(--gold);
  border-radius: 10px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .35s ease;
}

.taahaX-submenu a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
}

.taahaX-has-sub:hover .taahaX-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.taahaX-has-sub:hover .taahaX-arrow-icon {
  transform: rotate(180deg);
}

/* MOBILE MENU */
@media(max-width:900px) {
  .taahaX-menu-toggle {
    display: block;
  }

  .taahaX-menu-flow {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .95);
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: .4s ease;
  }

  .taahaX-menu-flow.taahaX-open {
    max-height: 600px;
    padding: 24px 0;
  }

  /* MOBILE SUBMENU FIX */
  .taahaX-has-sub {
    width: 100%;
    text-align: center;
  }

  .taahaX-sub-trigger {
    justify-content: center;
  }

  .taahaX-submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    background: transparent;
    border: none;
    transition: max-height .45s ease, padding .35s ease;
  }

  .taahaX-has-sub.taahaX-sub-open .taahaX-submenu {
    max-height: 500px;
    padding: 10px 0;
  }

  .taahaX-has-sub.taahaX-sub-open .taahaX-arrow-icon {
    transform: rotate(180deg);
  }

  .taahaX-submenu a {
    padding: 12px 0;
    font-size: 15px;
  }
}


/* HERO */
.taahaX-hero-zone {
  min-height: 120vh;
  padding: 50px 6% 70px;

  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.7)),
    url("../img/taaha/hero1.jpeg") no-repeat;
  background-size: cover;
  background-position: center 20%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* Push below navbar */
  margin-top: 120px;
  /* height of your navbar */
}

/* REMOVE GRID COMPLETELY */
.taahaX-hero-grid {
  display: block;
  /* or remove this class usage */
  width: 100%;
  max-width: 900px;
  /* optional – keeps text readable */
}

@media(max-width:900px) {
  .taahaX-hero-grid {
    grid-template-columns: 1fr;
  }

  .taahaX-hero-zone {
    min-height: 50vh;
  }

  .taahaX-slide-frame {
    min-height: 60vh;
    /* prevents too tall on mobile */
  }
}


/* HIP-HOP DANCE BUTTON */
.taahaX-cta-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 15px 46px;
  font-weight: 800;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  color: #071f33;
  text-decoration: none;
  animation: taahaHipWave 2.2s infinite ease-in-out;
}

@keyframes taahaHipWave {
  0% {
    transform: translateX(0) rotate(0);
  }

  25% {
    transform: translateX(-4px) rotate(-3deg);
  }

  50% {
    transform: translateX(4px) rotate(3deg);
  }

  75% {
    transform: translateX(-3px) rotate(-2deg);
  }

  100% {
    transform: translateX(0) rotate(0);
  }
}

@media (max-width: 900px) {

  /* HERO HEIGHT */
  .taahaX-hero-zone {
    min-height: 60vh;
    padding: 120px 20px 60px;
  }

  /* SLIDER FRAME (UNCHANGED) */
  .taahaX-slide-frame {
    min-height: 60vh;
  }

  /* CENTER TEXT STACK */
  .taahaX-text-stack {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
}

.taahaX-text-stack h4 {
  letter-spacing: 5px;
  color: var(--gold-light);
  margin-bottom: 12px;
  font-weight: 800;
  text-align: center;
}

.taahaX-text-stack h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 5.3vw, 43px);
  font-weight: 900;

  letter-spacing: 1.8px;
  line-height: 1.18;
  background: linear-gradient(90deg, #ffffff, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 28px;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.taahaX-text-stack p {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 28px;
  line-height: 1.7;
  color: #fff;
  text-align: center;
}

.taahaX-cta-btn-hipwave {
  display: inline-block;
  margin-top: 48px;
  padding: 13px 46px;
  font-weight: 800;
  border-radius: 60px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  color: #071f33;
  text-decoration: none;

}

a.taahaX-cta-btn-hipwave {
  font-size: 14px;
}

@keyframes taahaGirlHipWave {
  0% {
    transform: translateX(0) skewX(0deg);
  }

  20% {
    transform: translateX(-8px) skewX(-6deg);
  }

  40% {
    transform: translateX(8px) skewX(6deg);
  }

  60% {
    transform: translateX(-6px) skewX(-4deg);
  }

  80% {
    transform: translateX(6px) skewX(4deg);
  }

  100% {
    transform: translateX(0) skewX(0deg);
  }
}


@media(max-width:600px) {
  .taahaX-text-stack h1 {
    font-size: 25px;
  }
}

/* Common Section Styling */
.taaha-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Gel-like flash shapes (irregular) */
.taaha-gel {
  position: absolute;
  background: linear-gradient(120deg, #1a2a55, #25386d, #2f4a8f);
  opacity: 0.3;
  z-index: 0;
  filter: blur(60px);
  transform: rotate(0deg);
  animation: taaha-gelMove 12s infinite ease-in-out alternate;
}

.taaha-gel1 {
  width: 300px;
  height: 150px;
  top: -50px;
  left: -50px;
  animation-delay: 0s;
  clip-path: polygon(50% 0%, 100% 30%, 80% 100%, 20% 100%, 0% 30%);
}

.taaha-gel2 {
  width: 350px;
  height: 180px;
  bottom: -80px;
  right: -80px;
  animation-delay: 3s;
  clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 90%);
}

.taaha-gel3 {
  width: 250px;
  height: 120px;
  top: 120px;
  right: -40px;
  animation-delay: 6s;
  clip-path: polygon(0 0, 80% 10%, 100% 100%, 20% 80%);
}

/* Gel animation */
@keyframes taaha-gelMove {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(30px, -20px) rotate(5deg) scale(1.05);
  }

  50% {
    transform: translate(-20px, 30px) rotate(-5deg) scale(0.95);
  }

  75% {
    transform: translate(15px, -15px) rotate(3deg) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

/* Image Styling */
.taaha-image,
.taaha-content {
  flex: 1 1 400px;
  /* Increased flex-basis for bigger width */
  min-width: 500px;
  /* Minimum width on desktop */
  max-width: 1000px;
  /* Maximum width */
  padding: 30px;
  /* Bigger padding */
  z-index: 2;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}




.taaha-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

/* Content Styling */
.taaha-content {
  flex: 1 1 500px;
  min-width: 300px;
  padding: 20px;
  z-index: 2;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.taaha-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #f0c330;
}

.taaha-content h3 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #ffa500;
}

.taaha-content p {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

/* Scroll animation active */
.taaha-animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .taaha-section {
    flex-direction: row;
    padding: 60px 20px;
  }

  .taaha-image {
    width: 100%;
  }

  .taaha-content {
    width: 100%;
  }

  .taaha-content h2 {
    font-size: 28px;
  }

  .taaha-content h3 {
    font-size: 22px;
  }

  .taaha-content p {
    font-size: 15px;
  }
}

.taaha-gel {
  position: absolute;
  background: linear-gradient(120deg, #1a2a55, #25386d, #2f4a8f);
  opacity: 0.25;
  z-index: 0;
  filter: blur(60px);
  animation: gelMove 15s infinite ease-in-out alternate;
}

.taaha-gel1 {
  width: 300px;
  height: 150px;
  top: -50px;
  left: -50px;
  clip-path: polygon(50% 0%, 100% 30%, 80% 100%, 20% 100%, 0% 30%);
}

.taaha-gel2 {
  width: 350px;
  height: 180px;
  bottom: -80px;
  right: -80px;
  clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 90%);
  animation-delay: 3s;
}

.taaha-gel3 {
  width: 250px;
  height: 120px;
  top: 120px;
  right: -40px;
  clip-path: polygon(0 0, 80% 10%, 100% 100%, 20% 80%);
  animation-delay: 6s;
}

@keyframes gelMove {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(30px, -20px) rotate(5deg) scale(1.05);
  }

  50% {
    transform: translate(-20px, 30px) rotate(-5deg) scale(0.95);
  }

  75% {
    transform: translate(15px, -15px) rotate(3deg) scale(1.1);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

/* Container */
.taaha-section {
  position: relative;
  width: 100%;
  padding: 120px 20px;
  overflow: hidden;
}

.taaha-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.taaha-section-title {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 5px;
  color: transparent;
  -webkit-text-stroke: 1px #f0c330;
  margin-bottom: 80px;
}

.taaha-row {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
  margin-bottom: 80px;
}

.taaha-image {
  flex: 1;
  text-align: center;
}

.taaha-image img {
  width: 100%;

  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.taaha-text {
  flex: 1;
}

.taaha-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.taaha-text h2.english {
  font-weight: 700;
  color: #f0c330;
}

.taaha-text h2.tamil {
  font-weight: 300;
  font-style: italic;
  color: #00ffcc;
}

.taaha-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.taaha-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Diamond 3D bullets */
.taaha-text ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.taaha-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: linear-gradient(145deg, #f0c330, #d4a10f);
  transform: rotate(45deg);
  border: 2px solid #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6), inset -2px -2px 6px rgba(255, 255, 255, 0.3);
  transform-origin: center;
}

/* Animate diamond rotate once */
.taaha-text ul li.screw-active::before {
  animation: diamondRoll 1s linear 1;
}

@keyframes diamondRoll {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(405deg);
  }
}

@media screen and (max-width: 900px) {
  .taaha-text {
    padding: 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .taaha-text {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0 15px;
    /* padding for mobile */
  }
}

.taaha-animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media screen and (max-width:900px) {
  .taaha-row {
    flex-direction: column;
    text-align: center;
  }

  .taaha-image img {
    max-width: 90%;
    margin-bottom: 20px;
  }
}

.taaha-gel {
  position: absolute;
  background: linear-gradient(120deg, #1a2a55, #25386d, #2f4a8f);
  opacity: 0.25;
  z-index: 0;
  filter: blur(60px);
  animation: gelMove 15s infinite ease-in-out alternate;
}

.taaha-gel1 {
  width: 400px;
  height: 200px;
  top: -50px;
  left: -50px;
  clip-path: polygon(50% 0%, 100% 30%, 80% 100%, 20% 100%, 0% 30%);
}

.taaha-gel2 {
  width: 500px;
  height: 250px;
  bottom: -80px;
  right: -80px;
  clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 90%);
  animation-delay: 3s;
}

.taaha-gel3 {
  width: 350px;
  height: 180px;
  top: 120px;
  right: -40px;
  clip-path: polygon(0 0, 80% 10%, 100% 100%, 20% 80%);
  animation-delay: 6s;
}

@keyframes gelMove {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(30px, -20px) rotate(5deg) scale(1.05);
  }

  50% {
    transform: translate(-20px, 30px) rotate(-5deg) scale(0.95);
  }

  75% {
    transform: translate(15px, -15px) rotate(3deg) scale(1.1);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

.taaha-section {
  position: relative;
  width: 100%;
  padding: 50px 20px;
  overflow: hidden;
}

.taaha-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.taaha-section-title {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 5px;
  color: transparent;
  -webkit-text-stroke: 1px #f0c330;
  margin-bottom: 100px;
}

.diamond-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* Circle board wrapper for flip */
.diamond-board {
  width: 550px;
  height: 550px;
  perspective: 1200px;
}

.diamond-inner {
  width: 100%;
  height: 100%;
  border-radius: 10%;

  transform-style: preserve-3d;
  transition: transform 1.2s ease, opacity 1.2s ease;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Flip rotation */
.diamond-inner.show-left {
  transform: rotateY(180deg);
}

.diamond-inner.show-right {
  transform: rotateY(-180deg);
}

/* Text inside circle with image background and overlay */
.diamond-board-content {
  width: 95%;
  height: 95%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: rotateY(0deg);
  transition: opacity 0.6s ease 0.5s, transform 1.2s ease;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  /* change to white for readability */
  line-height: 1.4;

  /* Background image */
  background: url('../img/taaha/about1.png') center/cover no-repeat;
  position: relative;
  /* needed for overlay */
  overflow: hidden;
}

/* Overlay for text readability */
.diamond-board-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  /* semi-transparent black overlay */
  border-radius: 50%;
  z-index: 1;
}

/* Make text appear above overlay */
.diamond-board-content>* {
  position: relative;
  z-index: 2;
}


/* Show text on flip */
.diamond-inner.show-left .diamond-board-content,
.diamond-inner.show-right .diamond-board-content {
  opacity: 1;
  transform: rotateY(180deg);
}

.diamond-board h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #a9a9a9;
  font-weight: 700;
  width: 300px;
}

.diamond-board ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.diamond-board ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 9px;
  font-size: 16px;
  text-align: left;

}

.diamond-board ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, #f0c330, #f0c330);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 900px) {
  .diamond-board {
    width: 90%;
    height: 350px;
    margin: 20px auto;
  }

  .diamond-board h2 {
    font-size: 18px;
  }

  .diamond-board ul li {
    font-size: 13px;
  }

  .diamond-board-content {
    font-size: 15px;
  }
}

/* Animated floating particles */
.particle {
  position: absolute;
  background: rgba(240, 195, 48, 0.3);
  border-radius: 50%;
  filter: blur(8px);
  animation: float 20s infinite linear;
}

@keyframes float {
  0% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-200px) translateX(150px);
  }

  100% {
    transform: translateY(0) translateX(0);
  }
}

.vimi-section {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  overflow: hidden;

  color: #fff;
  font-family: Arial, sans-serif;
}

.vimi-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;

}

.vimi-section-title {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 5px;
  color: #fff;
  -webkit-text-stroke: 2px #f0c330;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

/* Static Diamond Shape */
.vimi-diamond-shape {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #f0c330;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* Row Styling */
.vimi-row {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.vimi-row.animate {
  opacity: 1;
  transform: translateY(0);
}

.vimi-row.rev {
  flex-direction: row-reverse;
}

.vimi-img-box {
  flex: 1 1 400px;
  max-width: 500px;
  padding: 10px;
}

.vimi-img-box img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 35px rgba(240, 195, 48, 0.6);
}

.vimi-text-box {
  flex: 1 1 400px;
  padding: 20px;
}

.vimi-text-box h2 {
  font-size: 28px;
  color: #f0c330;
  margin-bottom: 15px;
}

.vimi-text-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.vimi-text-box ul {
  margin: 10px 0;
  padding-left: 10px;
}

.vimi-text-box ul li {
  margin-bottom: 8px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.vimi-text-box ul li.active {
  opacity: 1;
  transform: translateY(0);
}

/* Rotate bullet only */
.vimi-text-box ul li::before {
  content: "●";
  color: #f0c330;
  margin-right: 8px;
  position: absolute;
  left: -20px;
}

.vimi-text-box ul li.active::before {
  animation: vimi-rotate-bullet 0.5s ease;
}

@keyframes vimi-rotate-bullet {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

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

.vimi-contact-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  color: #0b1d3d;
  background: #f0c330;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.vimi-contact-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(240, 195, 48, 0.6);
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .vimi-section-title {
    font-size: 38px;
    margin-bottom: 50px;
  }

  .vimi-text-box h2 {
    font-size: 24px;
  }

  .vimi-text-box p,
  .vimi-text-box ul li {
    font-size: 15px;
  }

  .vimi-row {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .vimi-row {
    flex-direction: column !important;
    text-align: center;
  }

  .vimi-img-box,
  .vimi-text-box {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
  }

  .vimi-section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .vimi-text-box h2 {
    font-size: 22px;
  }

  .vimi-text-box p,
  .vimi-text-box ul li {
    font-size: 15px;
  }

  .vimi-text-box ul li::before {
    left: -12px;
  }
}

/* Cards container */
.cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Glassmorphism card */
.program-card {
  flex: 1 1 400px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(240, 195, 48, 0.4);
  border-radius: 20px;
  padding: 70px;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 40px rgba(240, 195, 48, 0.2);
  color: #fff;
  opacity: 0;
  transform: scale(0.9);
  transition: all 1s ease;
  position: relative;
  overflow: hidden;
}

.program-card h3 {
  color: #cbcbcb;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 30px;
}

.program-card p {
  font-size: 18px;
  line-height: 1.8;
}

/* Show card on scroll */
.program-card.show {
  opacity: 1;
  transform: scale(1);
}

/* Decorative particles inside card */
.program-card::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, #f0c33033, transparent);
  top: -40px;
  right: -40px;
  border-radius: 50%;
  pointer-events: none;
}

.program-card::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, #f0c33044, transparent);
  bottom: -20px;
  left: -20px;
  border-radius: 50%;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .cards-row {
    flex-direction: column;
    align-items: center;
  }

  .program-card {
    width: 90%;
    height: 100%;
    max-height: 250px;
    padding: 20px;
  }

  .program-card h3 {
    font-size: 20px;
  }

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

.read-more-btn {
  position: relative;
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #f0c330;
  text-decoration: none;
  border: 2px solid #f0c330;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 0 10px rgba(240, 195, 48, 0.5);
}

.read-more-btn::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300%;
  height: 300%;
  background: rgba(240, 195, 48, 0.2);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
  border-radius: 50%;
  z-index: 0;
}

.read-more-btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.read-more-btn span {
  position: relative;
  z-index: 1;
}

.read-more-btn:hover {
  color: #000;
  background-color: #f0c330;
  box-shadow: 0 0 20px #f0c330, 0 0 40px #f0c33066;
  transform: translateY(-3px);
}

/* Optional: ripple effect on click */
.read-more-btn:active {
  transform: scale(0.95);
  box-shadow: 0 0 15px #f0c330;
}

/* Unique button class */
.taaha-contact-btn-unique {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 34px;
  font-size: 16px;
  font-weight: 700;
  color: #f0c330;
  text-decoration: none;
  border: 2px solid #f0c330;
  border-radius: 60px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 0 12px rgba(240, 195, 48, 0.5);
  transition: all 0.3s ease;
}

/* Icon inside button */
.taaha-contact-btn-unique .fa-phone-flip {
  display: inline-block;
  font-size: 20px;
  animation: taaha-vibrate 0.5s linear infinite;
  /* infinite vibration */
}

/* Vibrate animation keyframes */
@keyframes taaha-vibrate {
  0% {
    transform: rotate(0deg) translateX(0);
  }

  20% {
    transform: rotate(-15deg) translateX(-2px);
  }

  40% {
    transform: rotate(15deg) translateX(2px);
  }

  60% {
    transform: rotate(-10deg) translateX(-1px);
  }

  80% {
    transform: rotate(10deg) translateX(1px);
  }

  100% {
    transform: rotate(0deg) translateX(0);
  }
}

/* Hover effect */
.taaha-contact-btn-unique:hover {
  color: #000;
  background-color: #f0c330;
  box-shadow: 0 0 25px #f0c330, 0 0 50px #f0c33088;
}

/* Click effect */
.taaha-contact-btn-unique:active {
  transform: scale(0.95);
}

/* Gel background */
.gel-bg {
  position: absolute;
  background: linear-gradient(120deg, #1a2a55, #25386d, #2f4a8f);
  opacity: 0.25;
  z-index: 0;
  filter: blur(60px);
  animation: gelMove 15s infinite ease-in-out alternate;
  max-width: 100vw;
  /* prevent overflow */
  max-height: 100vh;
  /* prevent overflow */
}

.gel1 {
  width: 400px;
  height: 200px;
  top: -50px;
  left: -50px;
  clip-path: polygon(50% 0%, 100% 30%, 80% 100%, 20% 100%, 0% 30%);
}

.gel2 {
  width: 500px;
  height: 250px;
  bottom: -80px;
  right: -80px;
  clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 90%);
  animation-delay: 3s;
}

.gel3 {
  width: 350px;
  height: 180px;
  top: 120px;
  right: -40px;
  clip-path: polygon(0 0, 80% 10%, 100% 100%, 20% 80%);
  animation-delay: 6s;
}

@keyframes gelMove {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(30px, -20px) rotate(5deg) scale(1.05);
  }

  50% {
    transform: translate(-20px, 30px) rotate(-5deg) scale(0.95);
  }

  75% {
    transform: translate(15px, -15px) rotate(3deg) scale(1.1);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

/* Main Section */
.coach-section {
  position: relative;
  padding: 80px 20px;
  box-sizing: border-box;
  z-index: 1;
}

/* Container */
.coach-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

/* Section Title */
.coach-title {
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 3px;
  color: transparent;
  -webkit-text-stroke: 2px #f0c330;
  margin-bottom: 60px;
}

/* Timeline */
.coach-timeline {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 40px;
  border-left: 3px solid #f0c330;
}

/* Timeline Item */
.coach-item {
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease;
}

.coach-item.show {
  opacity: 1;
  transform: translateX(0);
}

.coach-item::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f0c330;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(240, 195, 48, 0.6);
}

/* Card Panel */
.coach-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  margin-left: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease;
}

.coach-card:hover {
  transform: translateY(-5px) scale(1.02);
}

.coach-card h3 {
  font-size: 20px;
  color: #f0c330;
  margin-bottom: 10px;
}

.coach-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

/* Read More Button */
.coach-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  color: #0b1d3d;
  background: #f0c330;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.coach-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  border-radius: 50px;
}

.coach-btn:hover {
  transform: scale(1.1) rotate(-2deg);
  box-shadow: 0 10px 25px rgba(240, 195, 48, 0.6);
}

.coach-btn:hover::after {
  left: 0;
}

/* Responsive */
@media screen and (max-width:1024px) {
  .coach-title {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .coach-card h3 {
    font-size: 18px;
  }

  .coach-card p {
    font-size: 13px;
  }

  .coach-btn {
    padding: 8px 20px;
    font-size: 13px;
  }

  .coach-timeline {
    padding-left: 25px;
    border-left: 2px solid #f0c330;
  }

  .coach-card {
    margin-left: 35px;
  }
}

@media screen and (max-width:768px) {
  .coach-section {
    padding: 60px 15px;
  }

  .coach-title {
    font-size: 30px;
  }

  .coach-card {
    margin-left: 20px;
    padding: 15px;
  }

  .coach-card h3 {
    font-size: 16px;
  }

  .coach-card p {
    font-size: 12px;
  }

  .coach-btn {
    padding: 6px 18px;
    font-size: 12px;
  }
}

.gold-gallery {
  padding: 50px 20px;
  text-align: center;
  position: relative;
}

.gold-title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #f0c330;
}

.gold-sub {
  font-size: 14px;
  letter-spacing: 4px;
  margin-top: 8px;
  color: #d6b76c;
  text-transform: uppercase;
}

/* ================= CAROUSEL ================= */
.gold-carousel {
  margin-top: 60px;
}

.gold-carousel .owl-stage-outer {
  padding: 40px 0;
}

.gold-carousel .owl-item {
  opacity: 0.65;
  transform: scale(0.9);
  transition: 0.5s ease;
}

.gold-carousel .owl-item.center {
  opacity: 1;
  transform: scale(1.15);
  filter: drop-shadow(0 0 18px rgba(240, 195, 48, .6));
}

/* Image */
.gold-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
  border: 2px solid #f0c330;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .6);
  transition: .4s ease;
}

.gold-item img:hover {
  transform: scale(1.05);
}

/* ================= SIDE ARROWS ================= */
.gold-nav {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0c330;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 20px rgba(240, 195, 48, .6);
}

.gold-nav:hover {
  background: #ffd86b;
}

.gold-prev {
  left: 10px;
}

.gold-next {
  right: 10px;
}

/* ================= MODAL ================= */
.gold-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;

  display: none;
  justify-content: center;
  align-items: flex-start;
  /* ⬅ move from vertical center */

  padding: 80px 40px 40px;
  /* ⬅ MORE space at top */
  box-sizing: border-box;
}


.gold-modal img {
  max-width: 45%;
  max-height: calc(100% - 100px);
  display: block;
  margin: auto;
  border-radius: 16px;
  border: 3px solid #f0c330;
  box-shadow: 0 0 35px rgba(240, 195, 48, .7);
  animation: softZoom .5s ease;
}

@keyframes softZoom {
  from {
    transform: scale(.9)
  }

  to {
    transform: scale(1)
  }
}

.gold-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: #f0c330;
  cursor: pointer;
}

.gold-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  color: #f0c330;
  cursor: pointer;
}

.gold-modal-prev {
  left: 30px;
}

.gold-modal-next {
  right: 30px;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px) {
  .gold-item img {
    height: 200px;
  }

  .gold-modal img {
    max-width: 85%;
    max-height: 85%;
    margin-top: 50%;
  }

}

.simple-footer {
  background: #0b0b0b;
  border-top: 1px solid #f0c330;
  padding: 30px 15px;
  text-align: center;
}

.simple-footer h4 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 2px;
  color: #f0c330;
  font-weight: 700;
}

.simple-footer p {
  margin: 6px 0 12px;
  font-size: 14px;
  color: #ccc;
}

/* ===== SOCIAL ICONS ===== */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(240, 195, 48, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0c330;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #f0c330;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(240, 195, 48, .6);
}

/* ===== RESPONSIVE ===== */
@media(max-width:600px) {
  .simple-footer h4 {
    font-size: 16px;
  }

  .simple-footer p {
    font-size: 13px;
  }
}

/* SECTION */
.f25-section {
  padding: 50px 20px;
}


/* GRID */
.f25-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1200px;
  margin: auto;
}

/* CARD */
.f25-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 50px 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  transform: rotateY(90deg);
  opacity: 0;
  transition: transform 0.9s ease, opacity 0.9s ease;
}

.f25-left.show,
.f25-right.show {
  transform: rotateY(0deg);
  opacity: 1;
}

/* ICON */
.f25-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0c330, #ff9800);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 0 30px rgba(240, 195, 48, 0.8);
}

.f25-icon i {
  font-size: 30px;
  color: #000;
}

/* CONTENT */
.f25-card h2 {
  font-size: 34px;
  /* BIG */
  color: #919191;
  font-weight: 700;
  margin-bottom: 22px;
}

.f25-card ul {
  list-style: none;
}

.f25-card ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 19px;
  /* BIG LIST */
  line-height: 1.8;
}

.f25-card ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #f0c330;
  font-size: 18px;
}

/* RESPONSIVE */
@media(max-width:992px) {
  .f25-title {
    font-size: 36px;
  }

  .f25-card h2 {
    font-size: 26px;
  }
}

@media(max-width:768px) {
  .f25-grid {
    grid-template-columns: 1fr;
  }

  .f25-title {
    font-size: 32px;
  }

  .f25-card {
    padding: 40px 30px;
  }

  .f25-card ul li {
    font-size: 18px;
  }
}

.novexa-parallax-zone {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* ===== IMAGE LAYER (MOVES UP ON SCROLL) ===== */
.novexa-parallax-image {
  position: absolute;
  inset: -20% 0 0 0;
  /* extra height for movement */

  background-size: cover;
  background-position: center;
  transform: translateY(0);
  will-change: transform;
  z-index: 1;
}


/* ===== CONTENT ===== */
.novexa-content-wrap {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

.novexa-content-box {
  max-width: 1200px;


  padding: 60px;
  border-radius: 26px;

}

/* ===== BADGE ===== */
.novexa-level {
  display: inline-block;
  padding: 10px 30px;
  background: linear-gradient(135deg, #f0c330, #ffe07a);
  color: #000;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  border-radius: 50px;
  margin-bottom: 30px;
}

/* ===== TEXT ===== */
.novexa-title {
  font-size: 42px;
  font-weight: 900;
  color: #f0c330;
  margin-bottom: 10px;
}

.novexa-subtitle {
  font-size: 20px;
  color: #e8d99a;
  margin-bottom: 30px;
}

.novexa-text {
  font-size: 18.5px;
  line-height: 1.9;
  text-align: left;
}

.novexa-note {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px dashed rgba(240, 195, 48, 0.4);
  color: gold;
  font-size: 16px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
  .novexa-content-box {
    padding: 40px 15px;
  }

  .novexa-title {
    font-size: 30px;
  }
}

/* ===== FULL WIDTH SECTION ===== */
.regx25-section {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 60px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== FORM CONTAINER ===== */
.regx25-formbox {
  width: 100%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  border-radius: 32px;
  padding: 70px 80px;
  box-shadow:
    inset 0 0 0 1px rgba(240, 195, 48, 0.35),
    0 40px 120px rgba(0, 0, 0, 0.9);

  /* animation default */
  opacity: 0;
  transform: perspective(1200px) rotateX(-28deg) translateY(90px);
  transition: all 1.2s cubic-bezier(.22, 1, .36, 1);
}

/* ===== SHOW ONCE ===== */
.regx25-formbox.regx25-show {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateY(0);
}

/* ===== TITLE ===== */
.regx25-title {
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  color: #f0c330;
  margin-bottom: 12px;
}

.regx25-subtitle {
  text-align: center;
  color: #e8d99a;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

/* ===== GRID ===== */
.regx25-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* ===== FIELD COMMON ===== */
.regx25-input,

.regx25-textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(240, 195, 48, 0.45);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 15px;
  outline: none;
}

.regx25-select {
  width: 100%;

  border-radius: 14px;
  border: 1px solid rgba(240, 195, 48, 0.45);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 15px;
  outline: none;
}

.regx25-input::placeholder,
.regx25-textarea::placeholder {
  color: #cfcfcf;
}

/* ===== TEXTAREA ===== */
.regx25-textarea {
  height: 130px;
  resize: none;
  grid-column: span 2;
}

/* ===== BUTTON ===== */
.regx25-btnwrap {
  grid-column: span 2;
  text-align: center;
  margin-top: 20px;
}

.regx25-submit {
  padding: 15px 64px;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #f0c330, #ffe17b);
  color: #000;
  box-shadow: 0 0 40px rgba(240, 195, 48, .6);
}

.regx25-submit:hover {
  transform: scale(1.05);
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px) {
  .regx25-formbox {
    padding: 50px 35px;
  }

  .regx25-grid {
    grid-template-columns: 1fr;
  }

  .regx25-textarea,
  .regx25-btnwrap {
    grid-column: span 1;
  }

  .regx25-title {
    font-size: 32px;
  }
}

.contact-section {
  padding: 50px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

/* Animated Background Waves */
.wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: linear-gradient(135deg, #5b4503, #031c2f, #040400);
  animation: waveMove 20s linear infinite;
  z-index: 0;
}

@keyframes waveMove {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.contact-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;

  border-radius: 25px;

  overflow: hidden;
  position: relative;
  z-index: 2;
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

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

.contact-left,
.contact-right {
  flex: 1;
  min-width: 300px;
  padding: 50px;
}

/* Left Column */
.contact-left h2 {
  color: #f0c330;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
  text-align: left;
}

.contact-left h2::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #f0c330;
  bottom: -10px;
  left: 0;
  border-radius: 2px;
  animation: lineGrow 1.5s ease forwards;
}

@keyframes lineGrow {
  0% {
    width: 0;
  }

  100% {
    width: 60px;
  }
}

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

.contact-info li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.contact-info li i {
  color: #f0c330;
  margin-right: 15px;
  font-size: 22px;
  width: 30px;
  text-align: center;
}

.contact-info li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-info li a:hover {
  color: #f0c330;
}

/* Right Column */
.contact-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.contact-right h3 {
  color: #f0c330;
  font-size: 24px;
  margin-bottom: 8px;
  position: relative;
}

.contact-right span {
  display: block;
  font-size: 16px;
  color: #e8d99a;
  margin-bottom: 20px;
}

.role {
  font-size: 20px;
  font-weight: 600;
  color: #031c2f;
  background: #f0c330;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 30px;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(240, 195, 48, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.role:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(240, 195, 48, 0.7);
}

/* Floating Icons Animation */
.icon-float {
  position: absolute;
  color: #f0c330;
  font-size: 24px;
  opacity: 0.5;
  animation: floatUpDown 6s ease-in-out infinite alternate;
}

.icon-float:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.icon-float:nth-child(2) {
  top: 70%;
  left: 80%;
  animation-delay: 2s;
}

.icon-float:nth-child(3) {
  top: 40%;
  left: 50%;
  animation-delay: 4s;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .contact-card {
    flex-direction: column;
    text-align: center;
  }

  .contact-left,
  .contact-right {
    padding: 30px;
  }

  .contact-right {
    align-items: center;
  }
}

/* ===== Banner ===== */
.about-hero {
  position: relative;
  height: 120vh;
  margin-top: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}




.about-hero::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg,
      transparent 50%,
      rgba(80, 62, 15, 0.18) 48%,
      rgba(80, 62, 15, 0.28) 50%,
      rgba(80, 62, 15, 0.18) 52%,
      transparent 65%);
  animation: goldSweep 8s linear infinite;
  z-index: 1;
}

@keyframes goldSweep {
  0% {
    transform: translateX(-40%);
  }

  100% {
    transform: translateX(40%);
  }
}

/* ===== Floating Particles ===== */
.particle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(240, 195, 48, 0.7);
  filter: blur(2px);
  animation: float 6s ease-in-out infinite;
  z-index: 2;
}

@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-30px);
    opacity: 0.9;
  }

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

/* ===== Content ===== */
.hero-content {
  position: relative;
  z-index: 3;
  padding-left: 80px;
  max-width: 650px;
  padding-top: 40px;
}

.hero-content h1 {
  font-size: 44px;
  margin: 0 0 40px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 30px rgba(240, 195, 48, 0.9);
  animation: fadeUp 1.2s ease forwards;
}

.hero-content h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff3c9;
  text-transform: uppercase;
  margin-bottom: 15px;
  animation: fadeUp 1.4s ease forwards;
}

.hero-content p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.7;
  animation: fadeUp 1.6s ease forwards;
}

/* ===== Breadcrumb ===== */
.breadcrumb {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(240, 195, 48, 0.25);
  animation: fadeUp 1.8s ease forwards;
}

.breadcrumb a {
  color: #f0c330;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

.breadcrumb a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #f0c330, #ffdf7e);
  transition: width 0.3s ease;
}

.breadcrumb a:hover::after {
  width: 100%;
}

.breadcrumb span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.breadcrumb .active {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Responsive ===== */
@media(max-width:768px) {
  .about-hero {
    height: auto;
    padding: 90px 20px 70px;
  }

  .hero-content {
    padding-left: 0;
    text-align: center;
    margin: auto;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content h3 {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .breadcrumb {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== GLOBAL UTILITIES ===== */
.taaha_fx_reveal {
  opacity: 0;
  transform: translateY(90px);
  transition: 1.1s cubic-bezier(.22, 1, .36, 1);
}

.taaha_fx_reveal.taaha_fx_show {
  opacity: 1;
  transform: translateY(0);
}

.taaha_shell_wrap {
  max-width: 1280px;
  margin: auto;
  padding: 120px 20px;
}

/* ===== SECTION HEADING ===== */
.taaha_heading_frame {
  text-align: center;
  margin-bottom: 90px;
}

.taaha_heading_frame h2 {
  font-size: 48px;
  letter-spacing: 4px;
  color: transparent;
  -webkit-text-stroke: 1.6px #f0c330;
}

/* ===== ABOUT LAYOUT ===== */
.taaha_about_matrix {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.taaha_about_copy p {
  font-size: 16px;
  line-height: 1.95;
  color: #dce4f2;
  margin-bottom: 20px;
}

.taaha_year_pill {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  background: rgba(240, 195, 48, 0.15);
  color: #f0c330;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.taaha_visual_block {
  position: relative;
}

.taaha_visual_block img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.85);
}

.taaha_visual_block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 2px solid rgba(240, 195, 48, 0.4);
  transform: translate(18px, 18px);
  z-index: -1;
}

/* ===== VISION / MISSION ===== */
.taaha_purpose_stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 55px;
}

.taaha_purpose_row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 45px;
  align-items: flex-start;
}

.taaha_purpose_emblem {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0c330, #c49c22);
  color: #050c18;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 45px rgba(240, 195, 48, 0.45);
}

.taaha_purpose_text h3 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #f0c330;
  letter-spacing: 1px;
}

.taaha_purpose_text p {
  font-size: 16px;
  line-height: 1.95;
  color: #dbe3f1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {

  .taaha_about_matrix {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .taaha_visual_block::after {
    display: none;
  }

  .taaha_heading_frame h2 {
    font-size: 34px;
  }

  .taaha_purpose_row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .taaha_purpose_emblem {
    margin: auto;
  }
}

.taaha_wc_reveal {
  opacity: 0;
  transform: translateY(90px);
  transition: 1s ease;
}

.taaha_wc_reveal.taaha_wc_show {
  opacity: 1;
  transform: translateY(0);
}

/* ===== SECTION WRAPPER ===== */
.taaha_wc_section {
  padding: 120px 20px;
}

.taaha_wc_container {
  max-width: 1280px;
  margin: auto;
}

/* ===== HEADING ===== */
.taaha_wc_heading {
  text-align: center;
  margin-bottom: 80px;
}

.taaha_wc_heading h2 {
  font-size: 46px;
  letter-spacing: 4px;
  color: transparent;
  -webkit-text-stroke: 1.6px #f0c330;
  margin-bottom: 18px;
}

.taaha_wc_heading p {
  font-size: 16px;
  max-width: 650px;
  margin: auto;
  line-height: 1.7;
  color: #d9e1f2;
}

/* ===== GRID ===== */
.taaha_wc_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ===== CARD ===== */
.taaha_wc_card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 26px;
  padding: 50px 38px;
  text-align: center;
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.75);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.taaha_wc_card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #f0c330, transparent);
}

.taaha_wc_card:hover {
  transform: translateY(-12px);
}

/* ===== ICON ===== */
.taaha_wc_icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
  font-size: 26px;
  background: linear-gradient(135deg, #f0c330, #c39b23);
  color: #07172d;
  box-shadow: 0 0 38px rgba(240, 195, 48, 0.5);
}

.taaha_wc_card h3 {
  font-size: 22px;
  color: #f0c330;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

.taaha_wc_card p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #dbe3f1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .taaha_wc_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .taaha_wc_grid {
    grid-template-columns: 1fr;
  }

  .taaha_wc_heading h2 {
    font-size: 34px;
  }
}

/* ===== SECTION ===== */
.taaha_imgVM_wrapK8 {
  padding: 50px 20px;
  overflow: hidden;
}

.taaha_imgVM_containerK8 {
  max-width: 1300px;
  margin: auto;
}

/* ===== TITLE ===== */
.taaha_imgVM_titleK8 {
  text-align: center;
  margin-bottom: 90px;
}

.taaha_imgVM_titleK8 h2 {
  font-size: 46px;
  letter-spacing: 4px;
  color: transparent;
  -webkit-text-stroke: 1.6px #f0c330;
  margin-bottom: 12px;
}

.taaha_imgVM_titleK8 span {
  font-size: 18px;
  color: #dbe3f1;
  letter-spacing: 1px;
}

/* ===== BLOCK ===== */
.taaha_imgVM_blockK8 {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 90px;
}

/* ===== IMAGE ===== */
.taaha_imgVM_imageK8 {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.75);
  opacity: 0;
  transform: translateX(-80px);
  transition: 1.1s ease;
}

.taaha_imgVM_imageK8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* GOLD OVERLAY */
.taaha_imgVM_imageK8::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent,
      rgba(240, 195, 48, 0.25),
      transparent);
  animation: taahaImgGold 6s infinite linear;
}

@keyframes taahaImgGold {
  0% {
    transform: translateX(-60%);
  }

  100% {
    transform: translateX(60%);
  }
}

/* ===== CONTENT ===== */
.taaha_imgVM_cardK8 {
  position: relative;
  padding: 55px 50px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  opacity: 0;
  transform: translateX(80px);
  transition: 1.1s ease;
}

/* GOLD SHIMMER */
.taaha_imgVM_cardK8::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg,
      transparent,
      rgba(240, 195, 48, 0.28),
      transparent);
  transform: rotate(25deg);
  animation: taahaCardGold 7s infinite linear;
}

@keyframes taahaCardGold {
  0% {
    transform: translateX(-50%) rotate(25deg);
  }

  100% {
    transform: translateX(50%) rotate(25deg);
  }
}

/* GOLD BORDER */
.taaha_imgVM_cardK8::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  border: 1px solid rgba(240, 195, 48, 0.35);
}

/* SHOW */
.taaha_imgVM_showK8 {
  opacity: 1;
  transform: translateX(0);
}

/* ===== TEXT ===== */
.taaha_imgVM_cardK8 h3 {
  font-size: 26px;
  color: #f0c330;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.taaha_imgVM_cardK8 p {
  font-size: 16px;
  line-height: 1.9;
  color: #e7ecf8;
  margin-bottom: 18px;
}

/* TAMIL */
.taaha_imgVM_tamilK8 {
  font-family: 'Noto Serif Tamil', 'Poppins', sans-serif;
  font-size: 16.5px;
  line-height: 2;
  color: #f4f6ff;
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px) {
  .taaha_imgVM_blockK8 {
    grid-template-columns: 1fr;
  }

  .taaha_imgVM_titleK8 h2 {
    font-size: 34px;
  }

  .taaha_imgVM_cardK8,
  .taaha_imgVM_imageK8 {
    transform: translateY(70px);
  }
}

/* ===== SECTION ===== */
.zoltrix-sec-wrap {
  padding: 60px 20px;
}

/* ===== CONTAINER ===== */
.zoltrix-sec-box {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* ===== CARD ===== */
.zoltrix-card-unit {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(212, 175, 55, 0.35);
  opacity: 0;
  transform: translateY(70px);
  transition: 1s ease;
  height: 260px;
}

/* REVEAL */
.zoltrix-card-unit.zoltrix-show {
  opacity: 1;
  transform: translateY(0);
}

/* ===== IMAGE ===== */
.zoltrix-card-unit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

/* ZOOM */
.zoltrix-card-unit:hover img {
  transform: scale(1.15);
}

/* ===== GOLD + DARK OVERLAY ===== */
.zoltrix-overlay-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.88), rgb(89 70 9 / 70%));
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.7s ease;
}

/* SHOW OVERLAY */
.zoltrix-card-unit:hover .zoltrix-overlay-layer {
  opacity: 1;
}

/* ===== CONTENT ===== */
.zoltrix-overlay-info {
  transform: translateY(35px);
  transition: 0.6s ease;
}

.zoltrix-card-unit:hover .zoltrix-overlay-info {
  transform: translateY(0);
}

.zoltrix-overlay-info i {
  font-size: 44px;
  color: gold;
  margin-bottom: 15px;
}

.zoltrix-overlay-info h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  background: linear-gradient(90deg, gold, #caa63a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zoltrix-overlay-info p {
  font-size: 16px;
  color: #eaeaea;
  font-weight: 600;
}

/* ===== SHIMMER EFFECT ===== */
.zoltrix-shimmer-line {
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 215, 0, 0.45),
      transparent);
  transform: skewX(-25deg);
}

.zoltrix-card-unit:hover .zoltrix-shimmer-line {
  animation: zoltrixShine 1.4s ease;
}

@keyframes zoltrixShine {
  0% {
    left: -120%;
  }

  100% {
    left: 150%;
  }
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px) {
  .zoltrix-sec-box {
    grid-template-columns: 1fr;
  }
}


/* ===== SECTION ===== */
.taaha4_cta_section {
  padding: 120px 20px;
  position: relative;
}

/* Static background */
.taaha4_cta_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/img/cta/taaha-card.png") center/cover no-repeat;
  z-index: 1;
}

/* Dark overlay */
.taaha4_cta_section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 12, 26, 0.9);
  z-index: 2;
}

/* ===== CONTAINER ===== */
.taaha4_cta_container {
  position: relative;
  z-index: 3;
  max-width: 1150px;
  margin: auto;
  padding: 60px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 40px 85px rgba(212, 175, 55, 0.35);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;

  opacity: 0;
  transform: translateY(70px);
  transition: 1s ease;
}

.taaha4_cta_container.show {
  opacity: 1;
  transform: translateY(0);
}

/* Gold frame */
.taaha4_cta_container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 2px solid rgba(212, 175, 55, 0.65);
  pointer-events: none;
}

/* ===== LEFT CONTENT ===== */
.taaha4_cta_text h2 {
  font-size: 38px;
  color: #f0c330;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.taaha4_cta_text p {
  font-size: 16px;
  line-height: 1.9;
  color: #e3ebf8;
  max-width: 520px;
}

/* ===== RIGHT CTA BOX ===== */
.taaha4_cta_action {
  background: linear-gradient(160deg, #0b2346, #05142b);
  border-radius: 22px;
  padding: 40px;
  text-align: center;
  box-shadow: inset 0 0 40px rgba(212, 175, 55, 0.15);
}

.taaha4_cta_action h3 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}

.taaha4_cta_action span {
  font-size: 15px;
  color: #f0c330;
  letter-spacing: 1px;
}

/* Buttons */
.taaha4_cta_buttons {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.taaha4_btn {
  padding: 14px 20px;
  border-radius: 30px;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: .4s ease;
}

.taaha4_btn.primary {
  background: linear-gradient(135deg, #f0c330, #c39b23);
  color: #07172d;
}

.taaha4_btn.secondary {
  border: 2px solid #f0c330;
  color: #f0c330;
}

.taaha4_btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.6);
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px) {
  .taaha4_cta_container {
    grid-template-columns: 1fr;
    padding: 45px 28px;
    text-align: center;
  }

  .taaha4_cta_text p {
    margin: auto;
  }
}

/* ===== SECTION ===== */
.taaha_prog_section {
  padding: 120px 20px;
}

.taaha_prog_container {
  max-width: 1200px;
  margin: auto;
}

/* ===== TITLE ===== */
.taaha_prog_title {
  text-align: center;
  margin-bottom: 80px;
}

.taaha_prog_title h2 {
  font-size: 44px;
  letter-spacing: 4px;
  color: transparent;
  -webkit-text-stroke: 1.6px #f0c330;
  margin-bottom: 16px;
}

.taaha_prog_title p {
  font-size: 16px;
  color: #dbe3f1;
  max-width: 720px;
  margin: auto;
  line-height: 1.8;
}

/* ===== GRID ===== */
.taaha_prog_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ===== CARD ===== */
.taaha_prog_card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 26px;
  padding: 45px 38px;
  box-shadow: 0 30px 70px rgba(212, 175, 55, 0.35);
  opacity: 0;
  transform: translateY(70px);
  transition: 1s ease;
}

.taaha_prog_card.show {
  opacity: 1;
  transform: translateY(0);
}

/* Gold edge */
.taaha_prog_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #f0c330, transparent);
}

/* Card heading */
.taaha_prog_card h3 {
  font-size: 24px;
  color: #f0c330;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

.taaha_prog_card p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #e3ebf8;
}

/* ===== LIST ===== */
.taaha_prog_list {
  margin-top: 18px;
  padding-left: 18px;
}

.taaha_prog_list li {
  font-size: 15px;
  color: #dbe3f1;
  line-height: 1.8;
  margin-bottom: 8px;
}

/* ===== SUB SECTION ===== */
.taaha_prog_sub {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(212, 175, 55, 0.35);
}

.taaha_prog_sub h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 8px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px) {
  .taaha_prog_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:720px) {
  .taaha_prog_grid {
    grid-template-columns: 1fr;
  }

  .taaha_prog_title h2 {
    font-size: 34px;
  }
}


/* FLOATING PARTICLES */
.particle {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(240, 195, 48, 0.6);
  border-radius: 50%;
  animation: float 12s linear infinite;
  opacity: 0.7;
}

@keyframes float {
  0% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-250px) translateX(50px);
  }

  100% {
    transform: translateY(0) translateX(-50px);
  }
}

/* ===== COMPETITION SECTION ===== */
.taa_competitions_section {
  position: relative;
  padding: 120px 20px;
  overflow: hidden;
}

.taa_container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* Section Title */
.taa_comp_title {
  text-align: center;
  margin-bottom: 60px;
}

.taa_comp_title h2 {
  font-size: 48px;
  letter-spacing: 3px;
  color: transparent;
  -webkit-text-stroke: 1.8px #f0c330;
  margin-bottom: 15px;
}

.taa_comp_title p {
  color: #dbe3f1;
  font-size: 16px;
  max-width: 750px;
  margin: auto;
  line-height: 1.7;
}

/* CARD GRID UNIQUE DIAGONAL DESIGN */
.taa_comp_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.taa_comp_card {
  position: relative;
  width: 350px;
  min-height: 250px;
  background: linear-gradient(135deg, rgba(240, 195, 48, 0.1) 50%, rgba(2, 8, 20, 0.85) 50%);
  border: 1px solid rgba(240, 195, 48, 0.3);
  border-radius: 20px;
  padding: 25px;
  overflow: hidden;
  transition: all 0.5s ease;
  cursor: pointer;

}

.taa_comp_card:hover {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 15px 50px rgba(240, 195, 48, 0.6);
}

.taa_comp_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(240, 195, 48, 0.05) 25%, transparent 25%, transparent 50%, rgba(240, 195, 48, 0.05) 50%, rgba(240, 195, 48, 0.05) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  pointer-events: none;
}

.taa_comp_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.taa_comp_header h3 {
  font-size: 20px;
  color: #f0c330;
  margin: 0;
}

.taa_badge {
  font-size: 12px;
  color: #fff;
  background: #947809;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 500;
}

.taa_comp_card p {
  color: #dbe3f1;
  font-size: 15px;
  line-height: 1.6;
}

/* SCROLL ANIMATION */
.taaReveal {
  opacity: 0;
  transform: translateY(50px) rotate(-2deg);
  transition: all 0.8s ease;
}

.taaReveal.show {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

/* RESPONSIVE */
@media(max-width:1024px) {
  .taa_comp_grid {
    justify-content: center;
  }
}

@media(max-width:768px) {
  .taa_comp_grid {
    flex-direction: column;
    align-items: center;
  }
}







.simple-footer p a {
  color: gold;
}

/* ===== ULTRA PREMIUM CONTACT SECTION ===== */
.ultra-contact-section {
  position: relative;
  padding: 180px 20px;
  background: linear-gradient(160deg, #0a0a0a, #1b1b1b);
  overflow: hidden;
}

/* Animated floating orbs */
.ultra-contact-section::before,
.ultra-contact-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 192, 48, 0.15) 0%, transparent 70%);
  width: 350px;
  height: 350px;
  animation: ultra-float 25s infinite alternate ease-in-out;
  z-index: 0;
}

.ultra-contact-section::after {
  width: 220px;
  height: 220px;
  top: 50%;
  left: 70%;
  animation-duration: 35s;
}

@keyframes ultra-float {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(60px, -40px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* SECTION TITLE */
.ultra-contact-section .ultra-title {
  text-align: center;
  color: #ffc030;
  font-size: 48px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}

.ultra-contact-section .ultra-subtitle {
  text-align: center;
  color: #ddd;
  font-size: 18px;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

/* TOP ROW */
.ultra-top-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* LEFT: ADDRESS + SOCIAL */
.ultra-card {
  flex: 1 1 400px;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 35px 30px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(255, 192, 48, 0.2);
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ultra-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(255, 192, 48, 0.4);
}

.ultra-card h3 {
  color: #ffc030;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.ultra-info {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 16px;
}

.ultra-info i {
  font-size: 22px;
  color: #ffc030;
}

.ultra-socials {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.ultra-socials a {
  color: #25D366;
  font-size: 24px;
  transition: all 0.3s ease;
}

.ultra-socials a:hover {
  color: #ffc030;
  transform: scale(1.2) rotate(10deg);
}

/* RIGHT: MAP */
.ultra-map-card {
  flex: 1 1 500px;
  min-width: 300px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ultra-map-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(255, 192, 48, 0.4);
}

.ultra-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

/* FORM SECTION */
.ultra-form-card {
  margin-top: 80px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 50px 40px;
  border-radius: 25px;
  box-shadow: 0 15px 50px rgba(255, 192, 48, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ultra-form-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(255, 192, 48, 0.4);
}

.ultra-form-card h3 {
  color: #ffc030;
  margin-bottom: 30px;
  font-size: 28px;
}

.ultra-form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ultra-input,
.ultra-textarea {
  padding: 18px 22px;
  border-radius: 15px;
  border: none;
  outline: none;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: all 0.3s ease;
}

.ultra-input:focus,
.ultra-textarea:focus {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 15px rgba(255, 192, 48, 0.5);
}

.ultra-btn {
  padding: 15px 30px;
  border-radius: 15px;
  border: none;
  font-size: 16px;
  background: linear-gradient(120deg, #ffc030, #ff6a00);
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.ultra-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 35px rgba(255, 192, 48, 0.6);
}

/* RESPONSIVE */
@media(max-width:1024px) {
  .ultra-top-row {
    flex-direction: column;
    gap: 40px;
  }

  .ultra-map-card iframe {
    min-height: 300px;
  }
}

/* ================= SECTION ================= */

.vpx-section {
  padding: 80px 0;
}

/* CARD */
.vpx-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .45);
  transition: transform .35s ease;
}

.vpx-card:hover {
  transform: translateY(-8px);
}

.vpx-card video {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

/* OVERLAY */
.vpx-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PLAY BUTTON */
.vpx-play {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, .6);
  
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vpx-play svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  margin-left: 4px;
}


.vxqPuzzleGallerySection88 {
  padding: 90px 20px;
  background: #0f0f0f;
  font-family: Arial;
}

.vxqPuzzleTitle88 {
  text-align: center;
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}

/* ===== MASONRY GRID ===== */

.vxqPuzzleGrid88 {

  column-count: 4;
  column-gap: 18px;
  max-width: 1400px;
  margin: auto;

}

/* ===== IMAGE ITEM ===== */

.vxqPuzzleItem88 {

  break-inside: avoid;
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);

}

.vxqPuzzleItem88 img {

  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;

}

.vxqPuzzleItem88:hover img {

  transform: scale(1.08);

}

/* ===== MODAL ===== */

.vxqPuzzleModal88 {

  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;

}

.vxqPuzzleModal88 img {

  max-width: 95%;
  max-height: 95%;
  object-fit: contain;

}

.vxqPuzzleClose88 {

  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 42px;
  cursor: pointer;

}

/* ===== RESPONSIVE ===== */

@media(max-width:1100px) {

  .vxqPuzzleGrid88 {
    column-count: 3;
  }

}

@media(max-width:768px) {

  .vxqPuzzleGrid88 {
    column-count: 2;
  }

  .vxqPuzzleTitle88 {
    font-size: 28px;
  }

}

@media(max-width:480px) {

  .vxqPuzzleGrid88 {
    column-count: 1;
  }

}

.zarynx-course-zone {
  background:
    linear-gradient(180deg, rgba(5, 12, 20, .95), rgba(1, 4, 8, .98)),
    url("../img/taaha/bg1.jpg") center/cover no-repeat;
  padding: 110px 6%;
  color: #fff;
}

/* ===== TITLE ===== */
.zarynx-course-head {
  text-align: center;
  margin-bottom: 90px;
}

.zarynx-course-head h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(34px, 5vw, 52px);
  letter-spacing: 2px;
  margin-bottom: 16px;
  color: #fff;
}

.zarynx-course-head p {
  max-width: 820px;
  margin: auto;
  font-family: 'Inter', sans-serif;
  font-size: 15.8px;
  line-height: 1.9;
  color: #cfd3da;
}

/* ===== TIMELINE ===== */
.zarynx-timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-left: 50px;
}

.zarynx-timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #d4af37, transparent);
}

/* ===== ITEM ===== */
.zarynx-step {
  position: relative;
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(70px);
  transition: .6s ease;
}

.zarynx-step.show {
  opacity: 1;
  transform: translateY(0);
}

/* ===== DOT ===== */
.zarynx-dot {
  position: absolute;
  left: -4px;
  top: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0a1420;
  border: 3px solid #d4af37;
}

/* ===== CARD ===== */
.zarynx-card {
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 215, 0, .25);
  border-radius: 22px;
  padding: 36px 34px;
  margin-left: 40px;
}

/* ===== LEVEL ===== */
.zarynx-level {

  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 12px;
}

/* ===== TITLE ===== */
.zarynx-card h2 {
  font-family: 'Cinzel', serif;
  font-size: 28px;
  margin-bottom: 16px;
  color: #fff;
}

/* ===== TEXT ===== */
.zarynx-card p {

  font-size: 17px;
  line-height: 1.8;
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media(max-width:700px) {
  .zarynx-timeline {
    padding-left: 20px;
  }

  .zarynx-card {
    margin-left: 30px;
    padding: 28px 24px;
  }

  .zarynx-course-zone {
    padding: 90px 5%;
  }
}

.wapix-float-anchor {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 99999;
  cursor: pointer;
}

.wapix-float-img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

/* Click Animation */
.wapix-float-anchor.wapix-animate .wapix-float-img {
  animation: wapixClickPulse 0.6s ease;
}

@keyframes wapixClickPulse {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.25) rotate(-6deg);
  }

  70% {
    transform: scale(0.95) rotate(4deg);
  }

  100% {
    transform: scale(1);
  }
}

/* Hover (desktop only) */
@media (hover: hover) {
  .wapix-float-anchor:hover .wapix-float-img {
    transform: scale(1.15);
  }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .wapix-float-img {
    width: 72px;
    height: 72px;
  }

  .wapix-float-anchor {
    left: 14px;
    bottom: 14px;
  }
}

.heroWrapZ9A {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 70px 5%;
  gap: 30px;
}

.heroTextZ9A {
  flex: 1 1 500px;
}

.heroTextZ9A h1 {
  font-size: 46px;
  margin-bottom: 20px;
  color: #fff;
}

.heroTextZ9A p {
  margin-top: 50px;
  margin-bottom: 30px;
}

.heroBtnZ9A {
  display: inline-block;
  padding: 10px 40px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #111;
  background: linear-gradient(135deg, #f7971e, #ffd200);
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
}

.heroBtnZ9A:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.5);
}

.heroImgZ9A {
  flex: 1 1 400px;
}

.heroImgZ9A img {
  width: 100%;
  max-width: 550px;

  display: block;
}

/* ================= POPUP ================= */
/* ================= POPUP OVERLAY ================= */
.popupOverlayZ9A {
  position: fixed;
  inset: 0;
  display: none;
  /* toggle with JS */
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px;
  /* equal space on 4 sides */
  z-index: 9999;
  box-sizing: border-box;
}

/* ================= POPUP BOX ================= */
.popupBoxZ9A {
  background: #222;
  width: 100%;
  /* ✅ full width */
  max-width: 1000px;
  /* prevents side scroll */
  padding: 28px;
  border-radius: 18px;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  /* ❌ no horizontal scroll */
}

/* Close icon */
.popupCloseZ9A {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 26px;
  color: #ffd200;
  cursor: pointer;
}

/* ================= FORM GRID ================= */
.formGridZ9A {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* ✅ no overflow */
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Full width rows */
.formFullZ9A {
  grid-column: 1 / -1;
}

/* ================= FIELDS ================= */
.fieldWrapZ9A {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.labelZ9A {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #f2f2f2;
}

/* Inputs & Select */
.inputZ9A,

.textareaZ9A {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #555;
  background: #333;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.selectZ9A {
  width: 100%;
  padding: 0px 16px;
  border-radius: 10px;
  border: 1px solid #555;
  background: #333;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

/* Focus */
.inputZ9A:focus,
.selectZ9A:focus,
.textareaZ9A:focus {
  outline: none;
  border-color: #ffd200;
}

/* ================= SUBMIT ================= */
.submitBtnZ9A {
  grid-column: 1 / -1;

  border-radius: 50px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #f7971e, #ffd200);
  color: #111;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .formGridZ9A {
    grid-template-columns: 1fr;
    /* stack fields */
  }

  .popupBoxZ9A {
    padding: 22px;
  }
}

/* ================= LARGE SCREENS (up to 1800px) ================= */
@media (max-width: 2400px) {

  .popupOverlayZ9A {
    padding: 32px;
    /* equal space on all 4 sides */
  }

  .popupBoxZ9A {
    max-width: 820px;
    /* 🔥 controlled width */
    padding: 48px;
    /* equal inner padding */
    border-radius: 18px;
  }

  .formGridZ9A {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    /* tighter spacing */
  }

  .labelZ9A {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .inputZ9A {
    height: 30px;
    /* compact fields */
    font-size: 13px;
    padding: 0 12px;
  }

  .selectZ9A {

    /* compact fields */
    font-size: 13px;
    padding: 0 12px;
  }

  .textareaZ9A {
    font-size: 13px;
    padding: 0px 12px;
  }

  .submitBtnZ9A {
    height: 40px;
    font-size: 14px;
  }

  .popupCloseZ9A {
    top: 74px;
    right: 18px;
    font-size: 22px;
  }
}

.compPosterAltZ9A {
  background: radial-gradient(circle at top left, #8e7d0f, #01183a, #000000);
  padding: 42px 38px;
  border-radius: 22px;
  color: #fff;
  max-width: 780px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.compPosterAltZ9A::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.posterHeaderZ9A {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.posterYearZ9A {
  font-size: 18px;
  font-weight: 700;
  opacity: 0.85;
}

.posterTitleZ9A {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.posterDescZ9A {
  font-size: 15px;
  color: #f1f1f1;
  margin-bottom: 26px;
  line-height: 1.6;
}

.posterInfoZ9A {
  border-left: 4px solid #ffd166;
  padding-left: 18px;
  margin-bottom: 30px;
}

.posterInfoZ9A p {
  margin: 5px 0;
  font-size: 14px;
  text-align: left;
}

/* Responsive */
@media (max-width: 768px) {
  .compPosterAltZ9A {
    max-width: 100%;
    padding: 32px 26px;
  }

  .posterTitleZ9A {
    font-size: 2.1rem;
  }
}

/* ===== UPCOMING BADGE ===== */
.upcomingBadgeZ9A {
  position: absolute;
  top: 28px;
  left: 26px;

  background: linear-gradient(135deg, #0c1235, #0a0a0a);
  color: #fffcfc;

  padding: 12px 18px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.jnx2400PageWrapX9Q {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px;
  margin-top: 140px;
  /* ⬅ space after navbar */
}

/* ================= FORM CARD ================= */
.jnx2400CardX9Q {
  width: 100%;
  max-width: 900px;
  /* 🔥 max width requested */
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08), #3c405b);
  border: 1px solid rgba(255, 215, 0, 0.25);
  border-radius: 22px;
  padding: 36px;
  /* ✅ equal padding */
  animation: jnxFadeUpX9Q 0.8s ease forwards;
}

/* ================= TITLE ================= */
.jnx2400TitleX9Q {
  font-size: 38px;
  margin-bottom: 6px;
  color: #fff;
}

.jnx2400SubX9Q {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 26px;
}

/* ================= FORM GRID ================= */
.jnx2400FormGridX9Q {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.jnx2400FullX9Q {
  grid-column: 1 / -1;
}

/* ================= FIELD ================= */
.jnx2400FieldX9Q {
  display: flex;
  flex-direction: column;
}

.jnx2400LabelX9Q {
  font-size: 12px;
  margin-bottom: 5px;
  color: #ddd;
}

/* INPUT */
.jnx2400InputX9Q {
  height: 38px;
  padding: 0 12px;
  border-radius: 9px;
  border: 1px solid #555;
  background: #222;
  color: #fff;
  font-size: 13px;
}

/* UNIQUE SELECT */
.jnx2400SelectX9Q {
  height: 38px;
  padding: 0 12px;
  border-radius: 9px;
  border: 1px solid #555;
  background: #222;
  color: #fff;
  font-size: 13px;
  appearance: none;
}

/* TEXTAREA */
.jnx2400TextareaX9Q {
  padding: 10px 12px;
  border-radius: 9px;
  border: 1px solid #555;
  background: #222;
  color: #fff;
  font-size: 13px;
}

/* FOCUS */
.jnx2400InputX9Q:focus,
.jnx2400SelectX9Q:focus,
.jnx2400TextareaX9Q:focus {
  border-color: #ffd200;
  outline: none;
}

/* ================= BUTTON ================= */
.jnx2400BtnX9Q {
  grid-column: 0 / -1;
  height: 44px;
  margin-top: 10px;
  border: none;
  border-radius: 40px;
  background: linear-gradient(135deg, #f7971e, #ffd200);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;

  width: 100%;

  transition: 0.3s ease;
}

.jnx2400BtnX9Q:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 215, 0, 0.45);
}

/* ================= ANIMATION ================= */
@keyframes jnxFadeUpX9Q {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px) {
  .jnx2400FormGridX9Q {
    grid-template-columns: 1fr;
  }
}

@media(max-width:600px) {
  .jnx2400CardX9Q {
    padding: 26px 20px;
  }
}

/* Unique WhatsApp Style */

.zyn-whatsapp-floatX a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zyn-whatsapp-floatX i {
  color: #25D366;
  font-size: 30px;
  animation: zynPulseWhatsapp 1.5s infinite;
  transition: 0.3s;
}

/* hover effect */
.zyn-whatsapp-floatX:hover i {
  transform: scale(1.25) rotate(6deg);
}

/* animation */
@keyframes zynPulseWhatsapp {

  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }

}

/* responsive */
@media (max-width:768px) {

  .zyn-whatsapp-floatX i {
    font-size: 18px;
  }

}