@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;700;800&family=Montserrat:wght@400;500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

/*a {
    color: #1bb1dc;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #0a98c0;
    outline: none;
    text-decoration: none;
}*/
/* p {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  color: #231f20;
  margin-bottom: 0.4rem;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  padding: 0;
  color: #122544;
}

.four-ps {
  display: flex;
  align-items: center;

}

/* video starts */

#main-banner-video {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  /* Adjust as needed */
  margin: auto;
  overflow: hidden;
}

video {
  display: block;
  width: 100%;
  cursor: pointer;
}

/* Hide native controls initially */
/* video::-webkit-media-controls {
  display: none !important;
}
video.hide-controls {
  pointer-events: none;
} */

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}

.play-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.playing .play-btn::before {
  content: "";
  width: 20px;
  height: 25px;
  background: white;
  border-left: 6px solid white;
  border-right: 6px solid white;
}

.play-btn.hide {
  opacity: 0;
  pointer-events: none;
}


/* video end */

.formarea #zf_div_trkhc54Ma6VH00UIvWsGnfY-mT5pUcTW3hWebi8m6xE .tempHeadContBdr .frmTitle {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 30px !important;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
}

.formarea iframe {
  width: 100% !important;
}

.formarea h3 {
  padding: 0 20px;
  padding-top: 30px;
  padding-left: 38px;
  display: flex;
  justify-content: center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ef924f;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top:hover {
  background: #f96900;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

h1 {
  font-size: 110px;
  line-height: 125px;
}

h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  color: #001f33;
}

h3 {
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #001f33;
}

h4 {
  font-family: "Heebo", sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: #231f20;
}

h5 {
  font-size: 38px;
  line-height: 60px;
}

h6 {
  font-size: 35px;
  line-height: 45px;
}

.colorw {
  color: #fff !important;
}

.colororg {
  color: #f9501e;
}

.colorb {
  color: #231f20 !important;
}

.fontw300 {
  font-weight: 300;
}

.fontw400 {
  font-weight: 400 !important;
}

.fontw500 {
  font-weight: 500;
}

.fontw600 {
  font-weight: 600;
  /* font-family: "Helvetica Neue LT Stdbold", "IBM Plex Sans", sans-serif; */
}

.fontw700 {
  font-weight: 700 !important;
}

.fontw900 {
  font-weight: 900 !important;
}

.fontwbold {
  font-weight: 600;
}

.padtb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padtop05 {
  padding-top: 05px;
}

.padtop10 {
  padding-top: 8px;
}

.padtop30 {
  padding-top: 30px;
}

.padtop40 {
  padding-top: 40px;
}

.padtop20 {
  padding-top: 28px;
}

.padtop50 {
  padding-top: 35px;
}

.padtop60 {
  padding-top: 60px;
}

.padtop65 {
  padding-top: 65px;
}

.padtop70 {
  padding-top: 70px;
}

.padtop80 {
  padding-top: 80px;
}

.padtop100 {
  padding-top: 80px;
}

.padtop150 {
  padding-top: 150px;
}

.padtop120 {
  padding-top: 120px;
}

.padbot20 {
  padding-bottom: 20px;
}

.padbot40 {
  padding-bottom: 40px;
}

.padbot50 {
  padding-bottom: 50px;
}

.padbot60 {
  padding-bottom: 60px;
}
.pb-36 {
   padding-bottom: 36px !important; 
}

.padbot75 {
  padding-bottom: 75px;
}

.padbot100 {
  padding-bottom: 80px;
}

.padbot130 {
  padding-bottom: 130px;
}

.padbot150 {
  padding-bottom: 150px;
}

.padright30 {
  padding-right: 30px;
}

.padright40 {
  padding-right: 40px;
}

.padright50 {
  padding-right: 50px;
}

.padleft30 {
  padding-left: 30px;
}

.padleft40 {
  padding-left: 40px;
}

.padleft0 {
  padding-left: 0px;
}

.padright0 {
  padding-right: 0px;
}

.padright30 {
  padding-right: 30px;
}

.mrleft80 {
  margin-left: 80px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fontfhvtc {
  font-family: "Helvetica Neue LT Std", "IBM Plex Sans", sans-serif;
}

.fontfsource {
  font-family: "Source Sans Pro", sans-serif;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

.headertitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 24px;
}

.headerorg {
  color: #E13251;
  font-weight: 600;
}

.org-underline {
  color: #E13251;
  /* border-bottom: 3px solid #E13251; */
}

.headerline1 {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #001f33;
  margin-bottom: 0;
  gap: 12px;
  display: flex;
  /*text-align: center;*/
}

#intro .textalignleft{
  gap: 28px 12px;
}


#intro .textalignleft img{
  width: 30px;
  height: 24px;
}

p.headerline1_low {
  color: #001F33;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}





.form-card {
  background: #001F33;
  padding: 42px 51px;
  border-radius: 5px;
  width: 100%;
  color: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  /* animation: fadeRight 1s ease forwards; */
  opacity: 1;
}

.form-card h2 {
  text-align: center;
  margin-bottom: 32px;
  color: #FFF;
  font-family: "Fira Sans";
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-card input {
  /* width: 100%;  */
  /* padding: 14px; */
  padding: 12px 16px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: inherit;
  background: #f1f3f6;
  transition: 0.3s ease;
  /*margin: 10px 10px;*/
}

.form-card input:focus {
  outline: none;
  border: 1px solid #E13251;
  background: #fff;
}

.form-card button {
    font-family: "Fira Sans", sans-serif;
  /*margin-top: 5px;*/
  /* padding: 14px; */
  padding: 13px 38px;
  background: #E13251;
  border: none;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.form-card button:hover {
  background: #E13251;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.4);
}

.success {
  text-align: center;
  margin-top: 15px;
  color: #4caf50;
  font-weight: 500;
  display: none;
}

#registerForm input::placeholder {
  color: #5E5E5E;
  font-family: "Fira Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}




.headerline6 {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #878483;
  margin-bottom: 0;
  margin-bottom: 12px;
}

.headerline7 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 20px;
  color: #001f33;
  font-weight: 500;
}

.headerline2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 60px;
  line-height: 74px;
  font-weight: 800;
  color: #000;
  padding-bottom: 16px;
    margin: 0;
}

.mrleftm15 {
  margin-left: 15px;
}

.headerline3 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  line-height: 36px;
  padding-top: 12px;
  color: #001f33;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.headerline4 {
  font-family: "Helvetica Neue LT Std", "IBM Plex Sans", sans-serif;
  font-size: 27px;
  font-weight: 800;
  color: #f99d1c;
}

.headerline5 {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding-top: 12px;
}

.headerline4 sup {
  font-size: 15px;
}

#intro {
  /* background: #ffffff url("../images/header-bg.jpg") center top no-repeat;
  background-size: cover; */
  background: #E4F7FF;
  margin-top: 0px;
  /*box-shadow: 0px 0px 20px 0px #6b6b6b29;*/
}

/* button */

#discover .pointers .row.padtop60:last-child p {
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-top: 24px;
  margin-bottom: 0;
}

#discover .pointers .row.padtop60:last-child p span {
  color: #5D5A5A;
  font-weight: 700;
}

#discover .row.pointers {
  position: relative;
  margin-top: 170px;
}

#discover .row.pointers .padtop50 {
  position: absolute;
  top: 0;
  transform: translateY(-90%);
  z-index: 9;
  left: 3%;
}

#discover a {
  width: 100%;
  display: block;
  text-decoration: none;
}

.reserve-button-big-custom {
  width: 100%;
  display: block;
  background-color: #00ad00;
  border: 1px solid #00ad00 !important;
  border-radius: 5px !important;
  padding: 20px 35px !important;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff !important;
  transition: all 0.5s !important;
  cursor: pointer;
  text-transform: uppercase;
}

.reserve-button-big-custom a {
  color: #fff;
  transition: all 0.5s;
}

.reserve-button-big-custom:hover {
  background: #E13251;
  border: 1px solid #E13251 !important;
  transition: all 0.5s;
}

/* end */

#discover .pointers p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

#discover .pointers .boxwht p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #231f20;
}

#discover .pointers p b,
#discover .pointers .boxwht p b {
  font-weight: 700;
}

#discover .pointers p i {
  font-weight: 600;
}

.pointers ul {
  margin-left: -40px;
}

.pointers ul li {
  list-style: none;
  list-style-position: outside;
  margin-bottom: 0px;
  padding: 0px 0 30px 13px;
  /*text-indent: -2.5em;*/
  width: 100%;
  text-align: left;
}

.pointers li:before {
  font-family: Flaticon;
  font-size: 23px;
  font-weight: bold;
  color: #50b848;
  content: "\f103";
  padding-right: 20px;
  margin: 0px 0px 0px -50px;
}

.pointers ul li:last-child {
  padding-bottom: 0px;
}

.bg-grey {
  background: #ebebeb;
}

.subheading {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  line-height: 50px;
  font-weight: 500;
}

.ayintro {
  width: 100%;
}

.tagline {
  font-family: "Helvetica Neue LT Std", "IBM Plex Sans", sans-serif;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-top: 25px;
}

.takeaction {
  position: absolute;
  left: -135px;
  bottom: 94px;
}

#trainer {
  background: url("../img/pattern-bg.jpg") left bottom repeat-x;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

/* .main-nav {
  Drop Down
  Deep Drop Down
} */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 1px;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 11px 13px 10px 13px;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
  color: #f96900;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  color: #477c6e;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.navbar-toggle {
  position: relative;
  float: right;
  background-color: transparent;
  padding: 10px;
  margin: 13px 30px 13px 0;
  border: none;
  color: #fff;
  /* border: 2px solid #000; */
}

.new-header-back {
  margin-bottom: 100px;
}

.new-header-back .navbar {
  border-bottom: 0;
}

.navbar-toggle .icon-bar {
  background-color: #000;
}

#navigation-menu li:last-child a {
  background-color: transparent;
  border: 1px solid #7c8ca6;
  border-radius: 5px;
  padding: 4px 16px;
  font-weight: 500;
  margin-top: 4px;
  margin-left: 15px;
  color: #ffffff;
}

#navigation-menu li:last-child a:hover {
  background: #f96900;
  border: 1px solid #f96900;
  color: #fff !important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.bluebg {
  background: #001f33;
  padding: 11px 0;
}

.countdownbg {
  background: url(../img/countdown-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-para-font {
  font-size: 22px;
  line-height: 40px;
  font-family: "Pluto Sans Cond Light";
  color: #ffffff;
}

.pluto-font19 {
  font-family: "Pluto Sans Cond Light";
  font-size: 19px;
  line-height: 30px;
}

.take-step-button {
  background: linear-gradient(to right, #f9501e 83%, #f58220 18%);
  color: #ffffff;
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 21px 22px 21px 40px;
  font-family: "Barlow", sans-serif;
  line-height: 20px;
  border: none;
  font-size: 26px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.5s !important;
  font-weight: 800;
}

.take-step-button a {
  color: #11151c;
  transition: all 0.5s !important;
}

.take-step-button:hover {
  background: linear-gradient(to right, #033f63 83%, #115c8a 18%);
  color: #ffffff;
  transition: all 0.5s !important;
  border: none;
}

.testimonial-font {
  font-size: 24px;
  line-height: 45px;
}

.testimonial-font18 {
  font-size: 18px;
  line-height: 25px;
  color: #6d6e71;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}

.testimonial-font16 {
  font-size: 16px;
  color: #808286;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}

.testimonial-font15 {
  font-size: 15px;
  color: #6d6e71;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}

.testimonial-font13 {
  font-size: 13px;
  line-height: 15px;
  font-family: "Barlow", sans-serif;
}

.border-top {
  border-top: solid 1px #d7e0e3;
}

.fonts20 {
  font-size: 20px;
  color: #0a3340 !important;
}

.topicon {
  position: relative;
  z-index: 11;
}

.quote_icon {
  position: relative;
  top: 31px;
  left: -3px;
}

/*--------------------------------------------------------------
# take action
--------------------------------------------------------------*/
.boxwht {
  /* box-shadow: 0px 0px 20px 0px #d8d8d8; */
  background-color: #FFF1EC;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  /* padding: 50px 70px; */
  padding: 50px 45px 24px 76px;
}
img.cus_width {
    width:275px;
}


.boxwhtquote {
  box-shadow: 0px 0px 34px 0px #a0a0a087;
  padding: 10px 16px 30px 16px;
}

.quotetextp {
  position: relative;
  left: 45px;
}

.bottomarrow {
  margin-top: -11px;
  margin-left: 50px;
}

.boxwht2 {
  box-shadow: 0px 0px 34px 0px #a0a0a087;
  margin-right: 5px;
  margin-left: -4px;
  padding: 50px 50px 80px 50px;
}

.bonus-text {
  margin-left: 0;
  margin-bottom: -21px;
  position: relative;
  z-index: 11;
}

.bg-blue {
  background: #122544;
  padding: 25px 78px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.position-arrow {
  position: relative;
  left: 321px;
  top: 21px;
}

.bg-light-blue {
  background: #033f63;
  padding: 66px 78px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bg-blue1 {
  background: #033f63;
  padding: 80px 28px 80px 78px;
  border: 5px;
}

.amazon-button {
  background: #f9501e;
  border: 1px solid #eb5e28 !important;
  border-radius: 5px !important;
  padding: 14px 35px !important;
  font-size: 24px;
  line-height: 35px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  transition: all 0.5s !important;
  cursor: pointer;
  text-transform: uppercase;
}

.amazon-button a {
  color: #fff;
  transition: all 0.5s;
}

.amazon-button:hover {
  background: #2d5b73;
  border: 1px solid #2d5b73 !important;
  transition: all 0.5s;
}

.form-select-text1 {
  border: 0 !important;
  color: #5e5e5e !important;
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  border: solid 1px #bebebe;
  /* padding-bottom: 40px; */
}

input::placeholder {
  color: #414042;
}

textarea::placeholder {
  color: #414042;
}

select#Dropdown-arialabel::placeholder,
select#Dropdown-arialabel {
  color: #414042;
  -webkit-text-fill-color: #444444;
}

.form-submit {
  background: #f9501e;
  border: 1px solid #eb5e28 !important;
  border-radius: 5px !important;
  padding: 12px 10px !important;
  font-size: 26px;
  line-height: 34px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  transition: all 0.5s !important;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
}

.form-submit a {
  color: #fff;
  transition: all 0.5s;
}

.form-submit:hover {
  background: #2d5b73;
  border: 1px solid #2d5b73 !important;
  transition: all 0.5s;
}

.formsection {
  margin-left: 20px;
  margin-top: -103px;
}

.bg_grey_white {
  background: linear-gradient(to top, #ffffff 80%, #d8e4e6 20%);
}

.bg_grey_white2 {
  background: linear-gradient(to bottom, #ffffff 80%, #d8e4e6 20%);
}

.bg-lite-sky {
  background: #d8e4e6;
}

.lora-font25 {
  font-family: "Lora", serif;
  font-size: 25px;
  font-style: italic;
  line-height: 35px;
}

.lora-font20 {
  font-family: "Lora", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 35px;
}

.blue-consulting-link {
  text-decoration: underline;
  color: #231f20;
}

.blue-consulting-link:hover {
  text-decoration: underline;
  color: #231f20;
}

.font32 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
}

.title-font25 {
  font-size: 25px;
  font-family: "Barlow", sans-serif;
  color: #122544;
  font-weight: 500;
}

.font20 {
  font-size: 20px;
  line-height: 27px;
  font-family: "Barlow", sans-serif;
}

.font21 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #f9501e;
}

.font22 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  color: #122544;
}

.border-top-blue {
  border-top: solid 1px #d8e4e6;
  width: 60%;
}

.text-button {
  background: #f9501e;
  padding: 4px 31px;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  border-radius: 30px;
  display: inline-block;
}

.text-arrow-bottom {
  margin-top: -33px;
  margin-left: 41px;
}

.bg-one-to-one {
  background: #033f63 url(../../../www.amitchawla.coach/live/img/one-to-one-chandan.html);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.font30 {
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  color: #122544;
  text-align: center;
  font-style: italic;
}

.font35 {
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.font45 {
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.slot-font15 {
  font-size: 15px;
  color: #0d70ac;
}

.org-line {
  position: relative;
  bottom: -60px;
}

.testimonial-box {
  background: #ffffff;
  padding: 40px 24px 0px 24px;
  box-shadow: 0px 0px 20px 0px #77777742;
}

.w100 {
  width: 100%;
}

.mrleftm11 {
  margin-left: -11px;
}

.circle-position {
  margin-top: -80px;
  margin-left: 270px;
}

.protocol-box {
  background: #ffffff;
  border: solid 1px #e6e7e8;
  border-radius: 5px;
  padding: 35px 45px;
  box-shadow: 0px 0px 20px 0px #77777742;
}

.bg-workshop {
  background: #033f63 url(../img/workshop-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.workshop-pic {
  margin-top: -499px;
  float: right;
  margin-right: 10%;
}

.mrbotm10 {
  margin-bottom: -10px;
}

.mrtopm100 {
  margin-top: -100px;
}

.errormsg {
  font-size: 15px;
  color: red;
}

.head_underline {
    width: 56px;
    height: 4px;
    background-color: #000;
    margin: 4px 0;
}

/* ============================================ */

/* ===========   FOOTER STYLE CSS   =========== */

/* ============================================ */

.footerbg {
  background: #001f33;
}

.footerbg div {
  font-family: "Fira Sans", sans-serif;
  padding: 0;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: #8a8a8a;
}

div.footer-small {
  font-size: 13px;
  font-family: "Nunito";
  padding-top: 40px;
}

div.footer-small a {
  color: #8a8a8a;
  text-decoration: none;
}

div.footer-small a:hover {
  color: #8a8a8a;
  text-decoration: underline;
}

.flaticon-vintage:before {
  margin-left: 0px !important;
}

.flaticon-right-arrow:before {
  margin-left: 5px !important;
  font-size: 30px;
  font-weight: 300;
}

.buttomsmfont {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.5;
  line-height: 15px;
  margin-top: 15px;
}

.padtop100xtra {
  padding-top: 100px;
}

.reserve-button {
  background: #00ad00;
  border: 1px solid #00ad00 !important;
  border-radius: 5px !important;
  padding: 25px 65px !important;
  font-size: 35px;
  line-height: 30px;

  font-family: "Barlow", sans-serif;
  font-weight: 800;
  color: #ffffff !important;
  transition: all 0.5s !important;
  cursor: pointer;
  text-transform: uppercase;
}

.reserve-button-big {
  background: #00ad00;
  border-top: 1px solid #008600 !important;
  border-bottom: 1px solid #00ad00 !important;
  border-left: 1px solid #00ad00 !important;
  border-right: 1px solid #00ad00 !important;
  border-radius: 5px !important;
  padding: 25px 35px !important;
  font-size: 33px;
  line-height: 30px;

  font-family: "Barlow", sans-serif;
  font-weight: 800;
  color: #ffffff !important;
  transition: all 0.5s !important;
  cursor: pointer;
  text-transform: uppercase;
}

.reserve-button a,
.reserve-button-big a {
  color: #fff;
  transition: all 0.5s;
}

.reserve-button:hover,
.reserve-button-big:hover {
  background: #f9501e;

  border: 1px solid #f9501e !important;
  transition: all 0.5s;
}

.datetime-button {
  background: linear-gradient(to right, #f15a22 50%, #d65829 50%);
  border: 1px solid #eb5e28 !important;
  border-radius: 35px !important;
  padding: 15px 35px !important;
  font-size: 22px;
  line-height: 35px;
  color: #ffffff !important;
  transition: all 0.5s !important;
}

.fontn21 {
  font-size: 21px;
}

.datetime-button a {
  color: #fff;
  transition: all 0.5s;
}

.testimonial-box2 {
  background: #ffffff;
  padding: 30px 34px 30px 40px;
  box-shadow: 0px 0px 20px 0px #77777742;
}

.test-font13 {
  color: #aaaaaa;
  font-size: 13px;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
}

.test-font11 {
  color: #aaaaaa;
  font-size: 11px;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
}

.halfbluebg {
  background: linear-gradient(to bottom, #ffffff 80%, #033f63 20%);
}

.timer ul {
  margin-left: 7%;
  width: 90%;
  margin-bottom: 0px;
}

.timer li {
  display: inline-block;
  font-size: 19px !important;
  line-height: 19px !important;
  color: #001f33;
  text-align: center;
  background: transparent;
  width: 130px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif !important;
  list-style-type: none;
  text-transform: uppercase;
  margin-right: 30px;
  padding: 12px 10px;
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #001f33;
}

.timer li span {
  text-align: center;
  display: block;
  font-weight: 700;
  color: #001f33;
  font-family: "Fira Sans Condensed", sans-serif !important;
  font-size: 55px !important;
  line-height: 50px;
  width: 100%;
}

.w64 {
  width: 100%;
  padding-top: 0px;
}

.timer li:last-child {
  margin-right: 0px;
}

/* ============================================ */
/* == REQUEST A CALL BACK SECTION STYLE CSS  == */
/* ============================================ */
.formarea {
  background: #001f33;
  border: 1px solid #e6e7e8;
  border-radius: 4px;
  box-shadow: 1px 7px 15px 0px #ddd;
  padding: 0 0;
}

.formarea p {
  color: red;
  font-size: 15px;
  text-align: left;
}

/* .formarea iframe {
  min-height: 435px !important;
  height: 100% !important;
} */

.form-select-text,
.form-in-textarea {
  border: 1px solid #939598;
  color: #5e5e5e;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  border-radius: 4px;
  padding: 10px 20px;
  outline: none;
  /*padding-bottom: 40px;*/
}

.bglite {
  background: #e7faff;
}

.callbackicon {
  position: absolute;
  left: -15px;
  top: 32px;
}

/* new css */

#meet {
  background-color: #f9f9f9;
  padding-top: 150px;
  padding-bottom: 120px;
  position: relative;
  margin-top: 60px;
}

#meet h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
  color: #000;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

#meet h2 span {
  font-weight: 800;
}

#meet p {
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fd5201;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 20px;
  text-align: center;
}

#meet ul {
  margin: 0;
  margin-top: 40px;
  padding-left: 36px;
}

#meet ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #231f20;
  margin: 0;
  list-style-type: none;
  position: relative;
}

#meet ul li::before {
  content: url("../img/Vector.svg");
  /* width: 24px;
  height: 35px; */
  position: absolute;
  left: -35px;
  top: 8px;
  width: 24px;
height: 19px;
}

#meet ul li span {
  font-weight: 700;
}

#meet ul li:not(:last-child) {
  margin-bottom: 38px;
}

#meet .join-session {
  background: #ffffff;
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 32px 36px;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 50%;
    display: flex;
    justify-content: center;
}

#meet .join-session::after {
    content: url(../img/mark.png);
    position: absolute;
    left: 30%;
    top: 91%;
}
 
  


#meet .join-session p {
  font-family: "Fira Sans", sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
  margin: 0;
  display: flex;
  align-items: center;
}

#meet .join-session p img {
  margin: 0 24px;
}
img.live-cus {
  width:72px;  
}


#money-raining {
  background-color: #001f33;
  padding: 40px 0;
  position: relative;
}

#money-raining .join-session {
  background: #001f33;
  box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 60%;
  display: flex;
  justify-content: center;
}

#money-raining .join-session p {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: auto;
}

#money-raining .join-session::after {
  content: url("../img/mark-2.png");
  position: absolute;
  left: 30%;
  top: 75%;
}

#money-raining p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 16px;
  min-height: 168px;
}

#money-raining h6 {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

#money-raining .mr-book-cover {
  width: 85%;
  background-color: #fff;
  padding: 40px 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 34px rgba(160, 160, 160, 0.4);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#money-raining .mr-book-cover h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #001f33;
  margin: 0;
}

#money-raining .mr-book-cover ul {
  margin-top: 24px;
  padding-left: 0;
}

#money-raining .mr-book-cover ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

#money-raining .mr-book-cover ul li::before {
  content: url("../img/mr-tick.png");
  width: 33px;
  height: 32px;
  margin-right: 20px;
}

#money-raining .mr-book-cover ul li:not(:last-child) {
  margin-bottom: 28px;
}

.mr-mrgtop {
  margin-top: 250px;
}

#trusted-by {
  margin-top: 40px;
}

#trusted-by h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

#trusted-by .row:not(:first-child) {
  margin-top: 24px;
}

#trusted-by .row .col-6 {
  margin-bottom: 16px;
}

#high-return {
  margin-top: 80px;
  padding-bottom: 80px;
}

#high-return .hri-boxwht {
  /* background-color: #ffffff;
  box-shadow: 0px 0px 34px rgba(160, 160, 160, 0.4); */
  padding: 80px 76px 48px;
  text-align: center;
  padding-top: 100px;
  position: relative;
  /* border-radius: 50% 50% 10px 10px / 20px 20px 10px 10px; */

    background-image: url('../img/vector-frame-svg.svg');  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
     
}


.hri-boxwht p a{
 text-decoration: underline !important;
 color: black;
}



.vector-clip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#high-return .hri-boxwht span {
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 16px 0 0;
display: block;
}

#high-return .hri-boxwht h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #001f33;
  margin: 0;
  margin: 40px 0;
}

#high-return .hri-boxwht h6 {
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-bottom: 40px;
}

#high-return .hri-boxwht p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  margin: 0;
  margin-bottom: 40px;
}

#high-return .hri-boxwht p span {
  font-weight: 600;
  text-decoration: underline;
}

#high-return a {
  text-decoration: none;
}

#high-return .reserve-button-big-custom {
  font-size: 36px;
    padding: 24px !important;
}

#high-return .hri-icon {
  background-color: #fff;
  /*box-shadow: 0px -1px 9px 1px rgba(0, 0, 0, 0.08);*/
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
  /* padding: 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
}

.hri-boxwht{

}

#workshop {
  background-color: #001f33;
  padding: 80px 0;

}

#workshop h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 28px;
}

#workshop p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
#workshop p.cus_font {
    font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

#workshop p span {
  font-weight: 600;
}

#workshop h6 {
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-top: 36px;
  margin-bottom: 36px;
}

#workshop table {
  width: 100%;
  margin: 36px 0;
  border: 1px solid #fff;
}

#workshop table tr td,
#workshop .res-table .col-6 div,
#workshop .res-table .col-12 div {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 23px;
}

#workshop table tr td img {
  margin-right: 16px;
}

/* #workshop table tr td::before {
  content: url("../img/table-tick.svg");
  width: 18px;
  height: 18px;
  margin-right: 16px;
} */

#workshop table tr td:not(:last-child) {
  border-right: 1px solid #fff;
}

#workshop table tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}

#participants {
  background-color: #f6f6f6;
  padding-bottom: 80px;
  /* padding-top: 80px; */
}

.subparticipants{
  padding-top: 80px;
}

#participants h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding-bottom: 24px;
}

/*#participants .container .row:nth-child(2) {*/
/*  margin-top: 24px;*/
/*}*/

#participants .participants-card {
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(159, 157, 157, 0.25);
  padding: 24px;
}

#participants .participants-card h6 {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-bottom: 50px;
  min-height: 196px;
}

#participants .participants-card div.person-info {
  display: flex;
  justify-content: start;
  align-items: center;
}

#participants .participants-card div.person-info img {
  margin-right: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#participants .participants-card div.person-info div p {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-bottom: 4px;
}

#participants .participants-card div.person-info div span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

#participants .words {
  display: flex;
  align-items: start;
}

#participants .words h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 56px;
  font-weight: 700;
  color: #7f8285;
  margin: 0;
  padding-bottom: 12px;
}

#participants .words h5 span {
  font-weight: 700;
}

#participants .words img {
  margin-right: 25px;
}

#participants .container .row:nth-child(3) {
  margin-top: 84px;
}

#participants .words div p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 0;
}

#participants .words div p span {
  font-weight: 700;
}

#participants .zoom-call {
  background-image: url("../img/zoom-background-img.png");
  background-size: cover;
  width: 100%;
  min-height: 844px;
  height: auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: -95px;
}

#participants .zoom-call .zoom-call-booking {
  background-color: #fff;
  padding: 60px;
}

#participants .zoom-call .zoom-call-booking h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

#participants .zoom-call .zoom-call-booking ul {
  margin-top: 34px;
  margin-bottom: 36px;
  padding-left: 0;
}

#participants .zoom-call .zoom-call-booking ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
  list-style-type: none;
}

#participants .zoom-call .zoom-call-booking ul li img {
  margin-right: 20px;
}

#participants .zoom-call .zoom-call-booking ul li:not(:last-child) {
  margin-bottom: 16px;
}

#participants .zoom-call .zoom-call-booking a {
  text-decoration: none;
}

#participants .zoom-call .zoom-call-booking button {
  font-size: 24px;
  line-height: 32px;
  padding: 12px 24px !important;
}

#participants .zoom-call .zoom-call-booking p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-top: 36px;
}

#participants .zoom-call .zoom-call-booking p span {
  color: #00ad00;
}

.quote_area b{
color: #000;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 800;
line-height: 20px; 
}

.quote_area span{
  color: #000;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}



/* Success Stories */


.success-stories {
  background: #001F33;
  margin: auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.success-stories h2 {
  text-align: center;
  color: #FFF;
  font-family: "Fira Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
}

.success-stories h2 span {
  font-weight: 700;
}

.story {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(50px);
  /* transition: all 0.8s ease; */
}

.story.show {
  opacity: 1;
  transform: translateY(0);
}

.story.reverse {
  flex-direction: row-reverse;
}

.story-text {
  /*width: 55%;*/
  /*padding-right: 24px;*/
}

.story.reverse .story-text {
  padding-right: 0;
  /*padding-left: 24px;*/
}

.story-text h3 {
margin: 0;
  padding-bottom: 24px;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.story-text .discription p {
    margin: 0;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 24px;
}

.story-text .name {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  display:flex;
  align-items:center;
  gap: 6px;
}
.story-text .name span {
    display:inline-block; 
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.story-img {
  width: 50%;
}

.story-img img {
  width: 100%;
  display: block;
}

@media(max-width:900px) {

  .story,
  .story.reverse {
    flex-direction: column-reverse;
    gap: 24px;
  }
  

  .story-text,
  .story-img {
    width: 100%;
    padding: 0;
  }

  .story-img {
    margin-top: 0px;
  }


  .success-stories {
    margin: auto;
    padding: 34px 16px 34px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }


  .success-stories h2 {
    color: #FFF;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    padding-bottom: 24px;
    /* 117.647% */
  }

    .padbot60 {
        padding-bottom: 24px;
    }

  .story-text h3 {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }


  .story-text .discription p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }


  .story-text .name {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline;
  }
  .story-text .name span {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
  }
  .form-card {
      padding: 30px 38px;
  }

}


@media(max-width:767px) {
    .form-card{
          padding: 24px 24px;
    } 
  
  .form-card h2{
      font-size: 28px;
  }
  
  .form-card input{
   
    font-size: 14px;
    border-radius: 5px;
  }
    
    
    .form-card form {
    gap: 12px;
    
}



}





/* ===== Highway Community Section ===== */
.highway-community-section {
  background-color: #ffff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.highway-community-container {
  /*max-width: 820px;*/
  animation: communityFadeUp 1s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

.highway-community-title {
  color: #232323;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

.highway-community-divider {
  width: 174px;
  height: 3px;
  background-color: #E13251;
  margin: 60px auto 60px;
  border-radius: 2px;
  /* animation: dividerGrow 1s ease forwards; */
}
.reserve-button-big-custom:focus {
    outline: none;
}

.highway-community-description {
  margin-bottom: 35px;
  color: #232323;
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
  width: 80%;
  display: flex;
  margin: 0 auto 60px;
}

/* .highway-community-cta {
    background-color: #00AD00;
    color: #fff;
    padding: 16px 42px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
} */

/* .highway-community-cta:hover {
    background-color: #12833a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
} */

.highway-community-date {
  margin-top: 24px;

  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

/* ===== Animations ===== */
@keyframes communityFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dividerGrow {
  from {
    width: 0;
  }

  to {
    width: 60px;
  }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .highway-community-title {
    font-size: 26px;
  }

  .highway-community-description {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin: 0 0 24px; 
  }

  .highway-community-cta {
    width: 100%;
    padding: 14px;
  }
  .highway-community-title {
    font-size: 34px;
    line-height: 40px;
  }
  .highway-community-divider {
      margin: 32px auto;
  }
  /*.highway-community-date {*/
  /*  font-size: 18px;*/
  /*  line-height: 26px;*/
  /*}*/
}

@media (max-width: 480px) {
  .highway-community-section {
    padding: 40px 0;
  }

  /*.highway-community-title {*/
  /*  font-size: 22px;*/
  /*}*/
}

/*@media (max-width: 767px) {*/
/*    .form-card {*/
/*        padding: 24px 24px;*/
/*        margin-bottom 60px*/
/*    }*/
    
    

/*#high-return{*/
/*    margin-top: 0*/
/*}*/

/*#footer .container:last-child p{*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*}*/

/*#footer .container:last-child p a{*/
/*     font-size: 16px;*/
/*    line-height: 24px;*/
/*}*/

    
/*}*/




#faq {
  margin: 80px 0;
}

#faq h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #000;
  margin: 0;
  text-align:center;
}

#faq .row:not(:first-child) {
  margin-top: 50px;
}

#faq .accordion .accordion-item {
  /* border-top: 0.5px solid #000; */
  padding: 28px 0 16px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}

#faq .accordion .accordion-item:last-child {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}

/* #faq .accordion .accordion-item .accordion-header {
  margin-bottom: 1.5rem;
} */

#faq .accordion .accordion-item .accordion-header button {
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin: 0;
  outline: none;
  display: flex;
  align-items: center;
  position: relative;
  /* border-top: 1px solid #000;
  border-bottom: 1px solid #000; */
}

#faq .accordion .accordion-item .accordion-header button::after {
  content: url("../img/minus.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}

#faq .accordion .accordion-item .accordion-header button.collapsed::after {
  content: url("../img/plus.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}

#faq .accordion .accordion-item .accordion-body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  /* margin-bottom: 1.5rem; */
  /* padding-left: 10px; */
}

#faq .accordion .accordion-item .accordion-body ul {
  padding-left: 1rem;
}

#footer {
  background-color: #001f33;
  padding: 255px 0;
  padding-bottom: 60px;
  margin-top: 294px;
  position: relative;
}

#footer .container:first-child {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#footer .container:last-child {
  margin-top: 100px;
}

#footer .container:last-child p,
#footer .container:last-child p a {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

#footer .container:last-child p:nth-child(2) {
  margin-top: 10px;
}
#footer .row.text-center p.contact{
    margin-top: 10px;
}
#footer .row.text-center p.contact a:hover {
    color:#E13251;
    transition: 0.45s ease;
}
#footer .row.text-center p.contact a {
    transition: 0.45s ease;
}


/*#footer .container:last-child p:last-child {*/
/*  font-family: "Fira Sans", sans-serif;*/
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*  font-weight: 400;*/
/*  color: #fff;*/
/*  margin-bottom: 0;*/
/*  text-decoration: none;*/
  /*margin-top: 40px;*/
/*}*/

#footer .container:last-child p:last-child i {
  color: red;
}

/*#footer .container:last-child p:last-child a {*/
/*  font-size: 16px;*/
/*  line-height: 24px;*/
/*}*/

#footer .reserve-section {
  background-color: #fff;
  padding: 80px 220px;
  box-shadow: 0px 4px 15px rgba(159, 157, 157, 0.25);
  text-align: center;
}

#footer .reserve-section h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-bottom: 38px;
}

#footer .reserve-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin: 0;
  margin-bottom: 36px;
}

#footer .reserve-section a {
  text-decoration: none;
}

#footer .reserve-section button {
  width: 60%;
  font-size: 20px;
  line-height: 28px;
  margin: auto;
}

#footer .reserve-section h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-top: 38px;
}

#footer .reserve-section h6 span {
  color: #00ad00;
}

/* #participants h5::before {
  content: url("../img/gray-quote.png");
  width: 78px;
  height: 58px;
} */

/* end */

/* slick icons */

#mob-trusted-by .trusted-slider button.prev-arrow {
  position: absolute;
  top: 115%;
  left: 38%;
  z-index: 9;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #001f33;
  outline: none;
  border: none;
}

#mob-trusted-by .trusted-slider button.next-arrow {
  position: absolute;
  top: 115%;
  right: 38%;
  z-index: 9;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #001f33;
  outline: none;
  border: none;
}

#mob-trusted-by .trusted-slider button.prev-arrow i,
#mob-trusted-by .trusted-slider button.next-arrow i {
  color: #fff;
}

#mob-gallary .mob-gallary-slider button.slick-prev {
  position: absolute;
  top: 125%;
  left: 38%;
  z-index: 9;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #222;
  outline: none;
  border: none;
}

#mob-gallary .mob-gallary-slider button.slick-next {
  position: absolute;
  top: 125%;
  right: 38%;
  z-index: 9;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #222;
  outline: none;
  border: none;
}

#mob-trusted-by,
#mob-gallary {
  display: none;
}

/* end */

#counter {
  margin-left: 5px;
}

#workshop .res-table {
  margin: 25px 0;
  border: 1px solid #fff;
}

#workshop .res-table .col-6 {
  border-right: 1px solid #fff;
}

#workshop .res-table .col-md-4:not(:last-child) div {
  border-right: 1px solid #fff;
}

#workshop .res-table .col-md-4 div:not(:last-child) {
  border-bottom: 1px solid #fff;
}

/* #workshop .res-table .col-md-4:last-child div:last-child {
  border-bottom: 1px solid #fff;
} */

#workshop .res-table .col-6 div img,
#workshop .res-table .col-12 div img {
  width: 25px;
  margin-right: 12px;
}
#workshop .tick_right {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-bottom: 24px;
}
#workshop .col-12 .tick_right:last-child {
  padding-bottom: 36px;
}

#workshop .res-table .col-12 div {
  font-size: 16px;
  line-height: 24px;
}

#workshop .res-mob-table {
  display: none;
}

.image-discover img {
  width: 100%;
  max-width: 100%;

}

@media (max-width: 1399px) {
  #meet .join-session {
    padding: 28px 20px;
  }

  #meet .join-session p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1199px) {
  #money-raining .join-session {
    width: 70%;
  }

  .mr-mrgtop {
    margin-top: 200px;
  }

  #high-return .hri-boxwht {
    background-color: #ffffff;
    box-shadow: 0px 0px 34px rgba(160, 160, 160, 0.4);
  }

  .vector-clip {
    display: none;
  }

  #participants .participants-card h6 {
    min-height: 230px;
  }

  #participants .participants-card div.person-info div span {
    font-size: 12px;
    line-height: 20px;
    display: block;
  }

  #footer .reserve-section button {
    width: 70%;
    padding: 20px 24px !important;
  }

  /* #meet .join-session p {

  } */

  #meet .join-session img {
    width: 65px;
  }
}



@media (max-width: 991px) {
  #high-return .hri-boxwht {
    background-color: #ffffff;
    box-shadow: 0px 0px 34px rgba(160, 160, 160, 0.4);
  }

  .vector-clip {
    display: none;
  }

  #high-return .hri-icon {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  #workshop .res-table {
    display: none;
  }

  .headertitle {
    font-size: 16px;
    line-height: 24px;
  }
  #meet ul li {
    margin-bottom: 24px !important;
  }

  .headerline2,
  h2,
  #meet h2 {
    font-size: 48px;
    line-height: 68px;
  }

  #intro .row .col-lg-5 {
    margin-top: 60px;
    padding: 0;
  }

  .padtop60 {
    padding-top: 40px;
    margin: 0;
  }

  #discover .pointers p,
  #meet p {
    font-size: 20px;
    line-height: 30px;
  }



  #meet .join-session {
    width: 80%;
  }

  #meet .join-session p {
    font-size: 20px;
    line-height: 28px;
    justify-content: center;
  }

  #money-raining .mr-book-cover {
    width: 92%;
  }

  #money-raining .join-session {
    width: 80%;
    display: flex;
    justify-content: center;
    top: -30px;
  }

  #participants .participants-card h6 {
    min-height: auto;
  }

  #money-raining .mr-book-cover h4 {
    font-size: 24px;
    line-height: 36px;
  }

  #money-raining .mr-book-cover ul {
    padding-right: 15px;
  }

  #money-raining .mr-book-cover ul li {
    font-size: 16px;
    line-height: 24px;
  }

  #money-raining .mr-book-cover ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .mr-mrgtop {
    margin-top: 190px;
  }

  #high-return .hri-boxwht {
    padding: 65px 60px;
    padding-top: 85px;
    background-image: none;
  }

  #high-return .hri-icon {
    width: 130px;
    height: 130px;
  }

  #high-return .hri-boxwht span {
    font-size: 20px;
    line-height: 28px;
  }

  #high-return .hri-boxwht h4 {
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0;
  }

  #high-return .hri-boxwht h6,
  #high-return .hri-boxwht p {
    margin-bottom: 20px;
  }

  #high-return .reserve-button-big-custom {
    font-size: 20px;
    line-height: 28px;
  }

  #meet {
    /* padding-bottom: 280px; */
  }

  #workshop {
    padding: 60px 0;
  }

  #workshop h4 {
    font-size: 32px;
    line-height: 40px;
  }

  #workshop h6 {
    margin-top: 30px;
  }

  /* #workshop .responsive-table {
    overflow-x: auto;
  } */

  #workshop table {
    margin: 30px 0;
    table-layout: inherit;
    width: 130%;
  }

  #workshop table tr td {
    padding: 20px;
  }

  #participants,
  #high-return {
    padding: 40px 0;
  }

  #participants .participants-card {
    padding: 20px;
  }

  #participants .col-lg-4:nth-child(2) {
    margin: 25px 0;
  }

  #participants .words h5 {
    font-size: 26px;
    line-height: 34px;
  }

  #participants .words div p {
    font-size: 14px;
    line-height: 22px;
  }

  #participants .zoom-call .zoom-call-booking {
    padding: 40px 32px;
  }

  #faq h4 {
    font-size: 32px;
    line-height: 40px;
  }

  #faq .accordion .accordion-item {
    padding: 24px 0;
  }

  #footer .reserve-section {
    padding: 60px 60px;
  }

  #footer .reserve-section h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  #footer .reserve-section p {
    margin-bottom: 30px;
  }

  #footer .reserve-section button {
    width: 100%;
  }

  #footer .reserve-section h6 {
    margin-top: 30px;
  }

  #footer {
    padding: 170px 0 60px;
    margin-top: 334px;
  }

  #workshop table tr td img,
  #workshop .res-table div img {
    width: 14px;
    margin-right: 8px;
    margin-top: 4px;
  }

  #workshop .res-mob-table {
    display: flex;
    margin: 25px 0;
    border: 1px solid #fff;
    /* border-right: 0; */
  }

  #workshop .res-mob-table .col-6 div {
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 16px 12px;
    display: flex;
    align-items: start;
    /* min-height: 90px; */
  }

  #workshop .res-mob-table .col-6 div img {
    margin-right: 8px;
  }

  #workshop .res-mob-table .col-6:not(:last-child) div {
    border-bottom: 1px solid #fff;
  }

  #workshop .res-mob-table .col-6:nth-child(odd) div {
    border-right: 1px solid #fff;
  }
}

@media (max-width: 820px) {
  .mr-mrgtop {
    margin-top: 170px;
  }
  .highway-community-description {
      font-size: 18px;
    line-height: 26px
  }
  #participants {
      padding-top: 0;
  }
  #participants .zoom-call {
      margin-top: 0;
  }

  #meet .join-session {
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }

  .play-btn::before {
    border-left: 15px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

  #workshop .res-mob-table {
    display: flex;
    margin: 25px 0;
    border: 1px solid #fff;
    /* border-right: 0; */
  }
  #footer .container:last-child p, #footer .container:last-child p a {
    font-size: 16px;
    line-height: 24px;
  }
  #footer .row.text-center p.contact {
      margin-top: 8px;
  }

  #workshop .res-mob-table .col-6 div {
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 14px 12px;
    display: flex;
    align-items: start;
    min-height: 75px;
  }

  #workshop .res-mob-table .col-6 div img {
    margin-right: 8px;
    width: 14px;
    margin-top: 4px;
  }

  #workshop .res-mob-table .col-6:not(:last-child) div {
    border-bottom: 1px solid #fff;
  }

  #workshop .res-mob-table .col-6:nth-child(odd) div {
    border-right: 1px solid #fff;
  }

  #workshop .res-table {
    display: none;
  }

  #mob-gallary {
    display: block;
  }

  .headertitle {
    font-size: 12px;
    line-height: 20px;
  }

  .headerline1 {
    font-size: 16px;
    line-height: 24px;
  }

  .headerline2,
  h2,
  #meet h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .headerline2.padright50 {
    padding-right: 0 !important;
  }

  .padtop100 {
    padding-top: 40px;
  }

  .padbot100 {
    padding-bottom: 40px;
  }

  #intro .col-md-12 .padtop20 {
    padding-top: 18px !important;
    gap: 8px
  }
  p.headerline1_low {
     font-size: 18px;
    line-height: 1.3;
  }
  .form-card button {
      font-size: 22px;
      line-height: 30px;
  }
  /*.form-card h2 {*/
  /*    font-size: 36px;*/
  /*  line-height: 50px;*/
  /*}*/
  

  .headerline6 {
    font-size: 18px;
  }

  #discover h2 {
    font-size: 32px;
    line-height: 40px;
  }

  #discover .pointers p,
  #meet p {
    font-size: 16px;
    line-height: 24px;
  }

  #workshop .tick_right {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  /* #discover .pointers .col-md-1.col-1 img {
    width: 24px;
  } */

  .reserve-button-big-custom {
    font-size: 16px;
    line-height: 24px;
  }

  .boxwht {
    padding: 40px 22px 30px 28px;
  }

  #discover .pointers .boxwht p {
    font-size: 18px;
    line-height: 26px;
  }

  #discover .row.pointers {
    margin-top: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  #discover .row.pointers .padtop50 img {
    width: 214px;
  }

  #meet .join-session {
    width: 90%;
  }

  #meet .join-session {
    padding: 16px 8px;
  }
  
  
  #meet .join-session p {
    font-size: 14px;
    line-height: 22px;
  }

  #meet .join-session p img {
    width: 60px;
    margin: 0;
  }
  .padbot40 {
        padding-bottom: 24px;
    }

  #meet .join-session::after {
    top: 80%;
  }

  #meet {
    padding-top: 60px;
    padding-bottom: 40px;
    /* padding-bottom: 460px; */
  }

  #meet ul li:not(:last-child) {
    margin-bottom: 24px;
  }

  #money-raining .mr-book-cover {
    padding: 30px 15px;
  }

  #money-raining .join-session {
    width: 90%;
    top: -90px;
    padding: 12px 16px;
  }

  #money-raining .join-session p {
    font-size: 14px;
    line-height: 22px;
  }

  .mr-mrgtop {
    margin-top: 290px;
  }

  #money-raining p {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  #money-raining .mr-mrgtop .col-md-5:last-child {
    margin-top: 40px;
  }

  /* #trusted-by {
    display: none;
  } */

  #gallary-image {
    display: none;
  }

  #high-return .hri-boxwht {
    padding: 30px 20px;
    padding-top: 85px;
    background-image:none;
  }

  #high-return .hri-boxwht span,
  #high-return .hri-boxwht h6 {
    font-size: 20px;
    line-height: 28px;
  }

  #high-return .hri-boxwht h4 {
    font-size: 26px;
    line-height: 34px;
  }

  #high-return .hri-boxwht p {
    font-size: 16px;
    line-height: 24px;
  }

  #high-return .reserve-button-big-custom {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 30px !important;
  }

  #workshop {
    padding: 40px 0;
  }

  #workshop h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  #workshop h6 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }

  #workshop table {
    width: 200%;
  }

  #workshop table tr td {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  #workshop .res-table .col-6 div {
    display: flex;
    align-items: start;
  }

  #participants .participants-card h6 {
    font-size: 16px;
    line-height: 24px;
    min-height: auto;
    margin-bottom: 30px;
  }

  #participants .participants-card div.person-info div p {
    margin-bottom: 4px;
  }

  #participants .participants-card {
    padding: 28px 20px;
  }

  #participants .words {
    margin-right: 15px;
  }

  #participants .words img {
    width: 50px;
  }

  #participants .words h5 {
    font-size: 20px;
    line-height: 28px;
  }

  #participants .container .row:nth-child(3) {
    margin-top: 50px;
  }

  #participants .zoom-call {
    margin-top: 0;
    margin-bottom: 0;
  }
  #participants {
      padding-top: 0;
  }

  #participants .zoom-call {
    min-height: auto;
    padding: 128px 0;
  }

  #participants .zoom-call .zoom-call-booking ul li {
    font-size: 16px;
    line-height: 24px;
  }

  #participants .zoom-call .zoom-call-booking ul li img {
    width: 24px;
  }

  #participants .zoom-call .zoom-call-booking button {
    font-size: 16px;
    line-height: 24px;
  }

  #participants .zoom-call .zoom-call-booking button {
    font-size: 24px;
    line-height: 24px;
  }

  #participants .zoom-call .zoom-call-booking {
    padding: 24px 20px;
  }

  #participants .zoom-call .zoom-call-booking p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }

  #faq {
    margin: 60px 0;
  }

  #faq h4 {
    font-size: 24px;
    line-height: 32px;
  }

  #faq .row:not(:first-child) {
    margin-top: 32px;
  }

  #faq .accordion .accordion-item .accordion-header button {
    font-size: 16px;
    line-height: 24px;
    padding-right: 24px;
  }

  #footer .reserve-section {
    padding: 32px 24px;
  }

  #footer {
    margin-top: 210px;
    padding-bottom: 50px;
  }

  #footer .reserve-section h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  #footer .reserve-section button {
    font-size: 14px;
    line-height: 24px;
  }

  #footer .reserve-section h6 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }

  #mob-trusted-by {
    margin-top: 60px;
  }

  #mob-trusted-by h2 {
    font-size: 24px;
    line-height: 32px;
  }

  #mob-gallary {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  #workshop {
    margin-top: 0px;
  }

  #intro .row .col-lg-5 {
    margin-top: 24px;
    padding: 16px 16px;
    
  }

  #meet ul {
    margin-top: 25px;
  }

  /* #discover .pointers .col-md-11 {
    padding-left: 0;
  } */

  #discover {
    padding-left: 15px;
    padding-right: 15px;
  }

  #mob-gallary {
    overflow-x: hidden;
  }

  #high-return .hri-boxwht span {
    font-size: 16px;
    line-height: 24px;
  }

  #participants .zoom-call .zoom-call-booking h6 {
    font-size: 20px;
    line-height: 28px;
  }

  #participants .zoom-call .zoom-call-booking ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #workshop table {
    display: none;
  }

  #workshop .res-table {
    margin: 25px 0;
  }

  #workshop .res-table .col-6:first-child {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  #workshop .res-table .col-6:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  #workshop .res-table .col-12 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  #workshop .res-table .col-6 div {
    /* padding: 10px; */
    font-size: 14px;
    line-height: 20px;
  }

  #workshop .res-table .col-md-4 div:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  #workshop .res-table .col-6 div,
  #workshop .res-table .col-12 div {
    padding: 24px 14px;
  }

  #workshop .res-table .col-6 div img,
  #workshop .res-table .col-12 div img {
    width: 12px;
    margin-right: 8px;
  }

  #footer .container:last-child {
    margin-top: 120px;
  }
}

