@font-face {
  font-family: "Aktiv Grotesk Trial Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Aktiv Grotesk Trial Regular"), url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_Rg.woff") format("woff");
}
@font-face {
  font-family: "Aktiv Grotesk Trial Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Aktiv Grotesk Trial Thin"), url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_Th.woff") format("woff");
}
@font-face {
  font-family: "Aktiv Grotesk Trial Light";
  font-style: normal;
  font-weight: normal;
  src: local("Aktiv Grotesk Trial Light"), url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_Lt.woff") format("woff");
}
@font-face {
  font-family: "Aktiv Grotesk Trial Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Aktiv Grotesk Trial Medium"), url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_Md.woff") format("woff");
}
@font-face {
  font-family: "Aktiv Grotesk Trial SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Aktiv Grotesk Trial SemiBold"), url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_SBd.woff") format("woff");
}
@font-face {
  font-family: "Aktiv Grotesk Trial Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Aktiv Grotesk Trial Bold"), url("../fonts/aktiv-grotesk/AktivGrotesk_Trial_Bd.woff") format("woff");
}
@font-face {
  font-family: "Aktiv Grotesk Trial Black";
  font-style: normal;
  font-weight: normal;
  src: local("Aktiv Grotesk Trial Black"), url("../fonts/aktiv-grotesk/AktivGroteskAktivGrotesk_Trial_Blk.woff") format("woff");
}
.navbar {
  padding: 30px calc(5% + 15px);
}

.theme-bg {
  background-color: #0047cc;
  border-color: #0047cc;
  background: #0047cc;
}

.theme-button {
  box-shadow: 5px 5px 25px 0 #97bbff !important;
  background-color: #0047cc;
  border-color: #0047cc;
  background: #0047cc;
  color: #ffffff;
}
.theme-button:hover {
  color: #ffffff !important;
  background: #00308b;
  background-color: #00308b;
  border-color: #00308b;
}

.bg-Cornucopia {
  background: #eb9942;
  background-color: #eb9942;
}

.bg-Deep-Space-Rodeo {
  background: #372380;
  background-color: #372380;
}

.bg-grey {
  background: #f6f5f2;
  background-color: #f6f5f2;
}

.form-control {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  outline: none !important;
  cursor: pointer;
  box-shadow: none !important;
}
.btn.btn-custom {
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  width: auto;
}
.btn.btn-custom.btn-custom-small {
  border-radius: 30px;
}
.btn.btn-custom.btn-custom-medium {
  border-radius: 30px;
  padding: 7px 20px;
  font-family: "Aktiv Grotesk Trial SemiBold";
}
.btn.btn-custom.btn-custom-large {
  border-radius: 50px;
  padding: 12px 15px;
  min-width: 175px;
}
.btn.btn-custom.btn-outline-white {
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 30px;
  outline: none;
  box-shadow: none;
}
.btn.btn-custom.btn-outline-white:hover {
  background: #ffffff;
  background-color: #ffffff;
  color: #252525;
}

.btn-block {
  padding: 30px 0 40px 0;
}
.btn-block .btn {
  margin: 0 10px;
}
.btn-block .btn:nth-child(1) {
  margin: 0 10px 0 0;
}

p {
  letter-spacing: 0.2px;
  line-height: 1.5;
  font-size: 15px;
}

.main {
  font-family: "Aktiv Grotesk Trial Regular";
  position: relative;
}
.main .title {
  font-size: 1.75rem;
  margin: 0 0 30px 0;
  font-family: "Aktiv Grotesk Trial Bold";
}
.main #navbar .container-fluid .navbar-brand {
  padding: 0;
}
.main #navbar .container-fluid .navbar-brand img {
  width: 100%;
  max-width: 175px;
}
.main #navbar .container-fluid .navbar-nav {
  padding: 0 15px 0 0;
}
.main #navbar .container-fluid .navbar-nav .nav-item {
  padding: 0 10px;
}
.main #navbar .container-fluid .navbar-nav .nav-item .nav-link {
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 15px;
  color: #372380;
}
.main #navbar .container-fluid .navbar-nav .nav-item .nav-link.active {
  color: #0047CC !important;
}
.main #navbar .container-fluid .btn-custom {
  background: #EB9942;
  color: #ffffff;
  font-size: 15px;
  padding: 8px 20px;
}
.main #navbar .container-fluid #login {
  background: none;
  border: none;
  color: #372380;
}
.main #banner {
  padding: 5% 0;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}
.main #banner .banner-left {
  padding: 0 0 0 15%;
  max-width: 600px;
  display: flex;
  height: 100%;
  align-items: center;
}
.main #banner .banner-left .banner-text {
  position: relative;
}
.main #banner .banner-left .banner-text h1 {
  margin: 0 0 25px 0;
  font-family: "Aktiv Grotesk Trial Bold";
  font-size: 48px;
  color: #372380;
}
.main #banner .banner-left .banner-text p {
  color: #372380;
  margin: 0 0 30px 0;
}
.main #banner .banner-left .banner-text .element-block {
  margin: 0 0 -90px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main #banner .banner-left .banner-text .btn-custom {
  z-index: 9;
  display: inline-block;
  position: relative;
  font-family: "Aktiv Grotesk Trial Medium";
  text-transform: capitalize;
  box-shadow: 5px 5px 25px 0 #97bbff !important;
  background-color: #0047cc;
  border-color: #0047cc;
  background: #0047cc;
  color: #ffffff;
}
.main #banner .banner-left .banner-text .btn-custom:hover {
  color: #0047cc !important;
  background-color: #ffffff;
  border-color: #0047cc;
  box-shadow: none !important;
}
.main #banner .banner-right {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}
.main #banner .banner-right img {
  max-height: calc(100vh - 180px);
}
.main #programme .programme-block {
  padding: 0;
}
.main #programme .programme-block .container .programme-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 50px 0 0 0;
}
.main #programme .programme-block .container .programme-text {
  margin: 10px 0 0 0;
  padding: 100px 0;
}
.main #programme .programme-block .container .programme-text h3 {
  font-family: "Aktiv Grotesk Trial Bold";
  margin: 0 0 25px 0;
}
.main #programme .programme-block .container .programme-text h5 {
  font-family: "Aktiv Grotesk Trial Bold";
  max-width: 300px;
  font-size: 1rem;
  margin: 0 0 20px 0;
}
.main #programme .programme-block .container .programme-text p {
  font-family: "Aktiv Grotesk Trial Regular";
}
.main #programme .programme-block .container .programme-text .btn-block {
  padding: 30px 0 0 0;
}
.main #programme .programme-block .container .programme-text .btn-block .btn {
  margin: 0 5px 10px 0;
}
.main #programme .programme-block:nth-child(even) .programme-row {
  flex-direction: row-reverse;
}
.main #schools {
  padding: 5% 0 0 0;
}
.main #schools .container .schools-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.main #schools .container .schools-text {
  margin: 40px 0 40px 0;
}
.main #schools .container .schools-text h3 {
  font-family: "Aktiv Grotesk Trial Bold";
  margin: 0 0 25px 0;
}
.main #schools .container .schools-text h5 {
  font-family: "Aktiv Grotesk Trial Bold";
  max-width: 300px;
  font-size: 1rem;
  margin: 0 0 20px 0;
}
.main #schools .container .schools-text p {
  font-family: "Aktiv Grotesk Trial Regular";
}
.main #schools .container .schools-text .btn-block {
  padding: 30px 0 0 0;
}
.main #guides {
  padding: 5% 0;
  background-image: url("../img/guides/bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.main #guides h4.title {
  color: #372380;
}
.main #guides .guides-main {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  padding: 40px 50px;
}
.main #guides .guides-main .guides-block {
  position: relative;
}
.main #guides .guides-main .guides-block::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border: solid 3px #ffffff;
  border-radius: 35px;
  top: -25px !important;
  left: -25px;
  z-index: -1;
}
.main #guides .guides-main .guides-block .guides-photo {
  position: relative;
  margin: 0;
  border-radius: 35px;
  overflow: hidden;
}
.main #guides .guides-main .guides-block .guides-photo img {
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
  max-height: 400px;
}
.main #guides .guides-main .guides-block .guides-about {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(55, 35, 128, 0.7411764706);
  background: rgba(55, 35, 128, 0.74);
  background: hsla(253, 57%, 32%, 0.74);
  background: hwb(253deg 14% 50%/74%);
  border-radius: 35px;
  overflow: hidden;
}
.main #guides .guides-main .guides-block .guides-about p {
  color: #ffffff;
  text-align: left;
  margin: 0;
}
.main #guides .guides-main .guides-block:hover .guides-about {
  opacity: 1;
}
.main #guides .guides-main h5 {
  text-align: center;
  margin: 20px 0 5px 0;
  font-family: "Aktiv Grotesk Trial Bold";
  color: #372380;
}
.main #guides .guides-main p {
  text-align: center;
  color: #372380;
}
.main #testimonials {
  padding: 5% 0;
}
.main #testimonials h4.title {
  color: #ffffff;
  margin: 0 0 50px 0;
}
.main #testimonials .testimonials-main {
  max-width: 750px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.main #testimonials .testimonials-main .testimonials-block {
  position: relative;
}
.main #testimonials .testimonials-main .testimonials-block .testimonials-text {
  position: relative;
  padding: 0 0 40px 0;
  margin: 0 0 35px 0;
}
.main #testimonials .testimonials-main .testimonials-block .testimonials-text::before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  z-index: 1;
  background: #EB9942;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main #testimonials .testimonials-main .testimonials-block h5 {
  text-align: center;
  margin: 0 0 10px 0;
  font-family: "Aktiv Grotesk Trial Bold";
  letter-spacing: 0.2px;
}
.main #testimonials .testimonials-main .testimonials-block h6 {
  text-align: center;
  margin: 0 0 5px 0;
  font-family: "Aktiv Grotesk Trial Bold";
  letter-spacing: 0.2px;
  font-size: 1.15rem;
  color: #EB9942;
}
.main #testimonials .testimonials-main .testimonials-block .testimonials-photo {
  border-radius: 25px;
  position: relative;
  margin: 0 0 25px 0;
}
.main #testimonials .testimonials-main .testimonials-block .testimonials-photo img {
  max-height: 75px;
}
.main #testimonials .owl-main {
  position: relative;
}
.main #testimonials .owl-main .owl-nav button {
  position: absolute;
  top: 40%;
  color: #ffffff;
  font-size: 25px;
  background: none !important;
}
.main #testimonials .owl-main .owl-nav button.owl-prev {
  left: 0;
  transform: translate(0, -50%);
}
.main #testimonials .owl-main .owl-nav button.owl-next {
  right: 0;
  transform: translate(0, -50%);
}
.main #details .container {
  max-width: 1100px;
  padding: 5% 0;
}
.main #details .container .title {
  color: #372380;
}
.main #details .container .details-main {
  padding: 30px 18px 50px 18px;
}
.main #details .container .details-main .details-block {
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 20px;
  padding: 0 0 25px 0;
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 10px 20px 10px #efefef;
}
.main #details .container .details-main .details-block .details-photo-title {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.main #details .container .details-main .details-block .details-photo-title img {
  width: auto;
  padding: 15px 0 0 0;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.main #details .container .details-main .details-block .details-photo-title .details-title {
  padding-left: 0;
}
.main #details .container .details-main .details-block .details-photo-title .details-title h5 {
  color: #B8E6C8;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  font-size: 17px;
  font-family: "Aktiv Grotesk Trial Bold";
  letter-spacing: 0.2px;
}
.main #details .container .details-main .details-block .details-list {
  position: relative;
  padding: 0 25px;
  margin: 0 0 40px 0;
  color: #372380 !important;
}
.main #details .container .details-main .details-block .details-list p {
  color: #372380 !important;
  font-size: 14px;
}
.main #details .container .details-main .details-block .details-list .details-ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.main #details .container .details-main .details-block .details-list .details-ul ul li {
  padding: 14px 0;
  border-bottom: solid 1px rgba(103, 136, 242, 0.3);
  color: #372380;
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 14px;
}
.main #details .container .details-main .details-block .details-list .details-ul ul li strong {
  font-family: "Aktiv Grotesk Trial Regular";
  font-weight: unset;
}
.main #details .container .details-main .details-block .details-list .details-ul ul li h6 {
  margin: 0;
  font-size: 14px;
  color: #372380;
  line-height: 1.3;
}
.main #details .container .details-main .details-block .details-list .details-ul p {
  color: #372380 !important;
  font-size: 14px;
}
.main #details .container .details-main .details-block .btn-custom {
  background: rgba(235, 153, 66, 0.2);
  background: hsla(31, 81%, 59%, 0.2);
  background: hwb(31deg 26% 8%/20%);
  background: rgba(235, 153, 66, 0.2);
  border: none !important;
  color: #372380;
  font-family: "Aktiv Grotesk Trial Bold";
}
.main #details .container .details-main .details-block .btn-custom:hover {
  background: #EB9942;
  background-color: #EB9942;
  color: #ffffff;
}
.main #details .container .details-main .details-block h5 {
  text-align: center;
  margin: 0 0 5px 0;
}
.main #details .container .details-main .details-block p {
  text-align: center;
  font-size: 12px;
  padding: 10px 0 0 0;
  margin: 0;
  color: rgba(74, 63, 114, 0.34);
}
.main #customBlock .container {
  max-width: 90%;
  padding: 0 30px;
}
.main #customBlock .container .header-block {
  border-bottom: solid 1px rgba(103, 136, 242, 0.3);
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
}
.main #customBlock .container .header-block h6 {
  color: #EB9942;
  font-family: "Aktiv Grotesk Trial SemiBold";
  margin: 0;
}
.main #customBlock .container .custom-row {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 40px 0;
}
.main #customBlock .container .custom-row img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  width: 100%;
}
.main #customBlock .container .custom-row .custom-right {
  background-image: url("../img/block/element.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 30px 35px;
  display: flex;
  height: 100%;
}
.main #customBlock .container .custom-row .custom-right .custom-right-row {
  max-width: 550px;
}
.main #customBlock .container .custom-row .custom-right .custom-right-row h6 {
  margin: 0 0 15px 0;
}
.main #customBlock .container .custom-row .custom-right .custom-right-row h2 {
  font-family: "Aktiv Grotesk Trial Bold";
  font-size: 35px;
}
.main #customBlock .container .custom-row .custom-right .custom-right-row .btn {
  color: #ffffff;
  font-size: 15px;
  padding: 8px 30px;
}
.main #customBlock .container .custom-row .custom-right.custom-blog {
  background-color: #F5D7DE;
}
.main #customBlock .container .custom-row .custom-right.custom-blog .custom-right-row h6 {
  color: #372380;
}
.main #customBlock .container .custom-row .custom-right.custom-blog .custom-right-row h2 {
  color: #372380;
}
.main #customBlock .container .custom-row .custom-right.custom-blog .custom-right-row p {
  color: #372380;
}
.main #customBlock .container .custom-row .custom-right.custom-blog .custom-right-row .btn {
  background: #372380;
  background-color: #372380;
  border-color: #372380;
  margin: 20px 0 0 15px;
}
.main #customBlock .container .custom-row .custom-right.custom-event {
  background-color: #B8E6C8;
}
.main #customBlock .container .custom-row .custom-right.custom-event .custom-right-row {
  height: 100%;
  align-items: center;
}
.main #customBlock .container .custom-row .custom-right.custom-event .custom-right-row h6 {
  color: #372380;
}
.main #customBlock .container .custom-row .custom-right.custom-event .custom-right-row h2 {
  color: #372380;
}
.main #customBlock .container .custom-row .custom-right.custom-event .custom-right-row p {
  color: #372380;
}
.main #customBlock .container .custom-row .custom-right.custom-event .custom-right-row .btn {
  background: #0047CC;
  background-color: #0047CC;
  border-color: #0047CC;
  margin: 20px 0 0 0;
}
.main #customBlock .container .card-row {
  padding: 0;
}
.main #customBlock .container .card-row .card-block {
  margin: 0 0 40px 0;
}
.main #customBlock .container .card-row .card-block .card-photo {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 25px 0;
}
.main #customBlock .container .card-row .card-block .card-photo .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 8px 20px;
  cursor: pointer;
  font-family: "Aktiv Grotesk Trial Medium";
  opacity: 0;
}
.main #customBlock .container .card-row .card-block .card-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.4);
  background: hsla(0, 0%, 13%, 0.4);
  background: hwb(0deg 13% 87%/40%);
  background: rgba(33, 33, 33, 0.4);
  opacity: 0;
}
.main #customBlock .container .card-row .card-block .card-photo:hover .btn {
  opacity: 1;
}
.main #customBlock .container .card-row .card-block .card-photo:hover::before {
  opacity: 1;
}
.main #customBlock .container .card-row .card-block .card-photo img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main #customBlock .container .card-row .card-block h6 {
  color: #EB9942;
}
.main #customBlock .container .card-row .card-block h5 {
  margin: 0 0 10px 0;
  font-family: "Aktiv Grotesk Trial SemiBold";
  color: #372380;
}
.main #customBlock .container .card-row .card-block p {
  color: #0047CC;
  font-family: "Aktiv Grotesk Trial Regular";
}
.main #customBlock .container .card-row .card-block .card-content {
  display: flex;
  align-items: flex-start;
}
.main #customBlock .container .card-row .card-block .card-content .content-left {
  width: calc(100% - 15px);
}
.main #customBlock .container .card-row .card-block .card-content .content-left h6 {
  color: #0047CC;
  font-family: "Aktiv Grotesk Trial Regular";
}
.main #customBlock .container .card-row .card-block .card-content .content-left .btn-custom {
  background: #e3f2fd;
  background-color: #e3f2fd;
  border: solid 1px #e3f2fd;
  color: #1565c0;
  padding: 8px 30px 8px 25px;
  box-shadow: none;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.main #customBlock .container .card-row .card-block .card-content .content-left .btn-custom:hover {
  background: #2196f3;
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}
.main #customBlock .container .card-row .card-block .card-content .content-left .btn-custom i {
  margin: 0 5px 0 0;
}
.main #customBlock .container .card-row .card-block .card-content .content-right {
  width: 15px;
  text-align: right;
  display: inline-flex;
  align-items: flex-start;
}
.main #innerBlock {
  padding: 50px 0 0 0;
}
.main #innerBlock .container {
  max-width: 90%;
  padding: 0 30px;
}
.main #innerBlock .container .inner-header h2 {
  color: #4A4A4A;
  font-family: "Aktiv Grotesk Trial Regular";
  max-width: 750px;
  margin: 0 0 20px 0;
}
.main #innerBlock .container .inner-header .info-block {
  display: flex;
  align-items: center;
  margin: 0 0 25px 0;
}
.main #innerBlock .container .inner-header .info-block .info-photo {
  margin: 0 15px 0 0;
}
.main #innerBlock .container .inner-header .info-block .info-photo img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.main #innerBlock .container .inner-header .info-block .info h6 {
  color: #0047CC;
  font-family: "Aktiv Grotesk Trial Regular";
  letter-spacing: 0.4px;
  margin: 0;
}
.main #innerBlock .container .inner-header .info-block .info h6 .line {
  margin: 0 20px;
  color: #EB9942;
}
.main #innerBlock .container .inner-header .info-block .info h6 .published-date {
  color: #EB9942;
}
.main #innerBlock .container .inner-content {
  max-width: 1160px;
  padding: 0 70px 0 0;
}
.main #innerBlock .container .inner-content .inner-photo {
  margin: 0 0 30px 0;
}
.main #innerBlock .container .inner-content .inner-photo img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main #innerBlock .container .inner-content .inner-text {
  border-bottom: solid 1px rgba(103, 136, 242, 0.3);
  padding: 0 0 5% 0;
}
.main #innerBlock .container .custom-block {
  padding: 0 0 70px 0;
}
.main #innerBlock .container .custom-block .container {
  max-width: 100%;
  padding: 0;
}
.main #innerBlock .container .custom-block .container .card-row {
  padding: 0 0 0 20px;
  position: relative;
}
.main #innerBlock .container .custom-block .container .card-row h6.top-title {
  color: #372380;
  font-family: "Aktiv Grotesk Trial Regular";
  letter-spacing: 0.5px;
  margin: 0 0 15px 0;
}
.main #innerBlock .container .custom-block .container .card-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  width: 1px;
  height: 100%;
  background: rgba(103, 136, 242, 0.3);
}
.main #innerBlock .container .custom-block .container .card-row .col-12 .card-block {
  margin: 0 0 30px 0;
  padding: 25px 0 0 0;
  border-top: solid 1px rgba(103, 136, 242, 0.3);
}
.main #innerBlock .container .custom-block .container .card-row .col-12:nth-last-child(1) .card-block {
  border-bottom: none;
}
.main .block-social {
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 13px;
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
}
.main .block-social .social-ul {
  display: inline-flex;
  margin: 0 0 0 10px;
}
.main .block-social .social-ul li a {
  display: inline-flex;
  max-width: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.main .block-social.inner-social {
  display: block;
  margin: 20px 0 10% 0;
  color: #372380;
}
.main .block-social.inner-social .social-ul {
  display: flex;
  margin: 10px 0 0 0;
}
.main .load-more {
  text-align: center;
  padding: 50px 0 10% 0;
}
.main .load-more .btn-custom {
  border: solid 1px #372380;
  color: #372380;
  padding: 10px 40px;
  text-transform: uppercase;
  font-family: "Aktiv Grotesk Trial SemiBold";
}
.main .load-more .btn-custom:hover {
  color: #ffffff;
  background: #372380;
  background-color: #372380;
}
.main .popup-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  background: hsla(0, 0%, 0%, 0.6);
  background: hwb(0deg 0% 100%/60%);
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.main .popup-main .popup-sub {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 5% 0 0 0;
}
.main .popup-main .popup-sub .popup {
  background: #ffffff;
  padding: 30px;
  border: solid 2px #EB9942;
  border-radius: 15px;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.main .popup-main .popup-sub .popup .popup-close {
  text-align: right;
  position: absolute;
  right: -45px;
  top: -20px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  background: hsla(0, 0%, 100%, 0.35);
  background: hwb(0deg 100% 0%/35%);
  background: rgba(255, 255, 255, 0.3490196078);
  color: #ffffff;
  cursor: pointer;
}
.main .popup-main .popup-sub .popup .popup-header {
  padding: 5px 0 30px 0;
  text-align: center;
}
.main .popup-main .popup-sub .popup .popup-header h5 {
  font-family: "Aktiv Grotesk Trial Bold";
  color: #372380;
  margin: 0;
}
.main .popup-main .popup-sub .popup .popup-content .form-group {
  margin: 0 0 15px 0;
}
.main .popup-main .popup-sub .popup .popup-content .form-group .inline-group {
  display: flex;
  align-items: center;
}
.main .popup-main .popup-sub .popup .popup-content .form-group .inline-group .code {
  max-width: 70px;
  margin: 0 10px 0 0;
}
.main .popup-main .popup-sub .popup .popup-content .form-group .form-control {
  background: #F6F5F2;
  background-color: #F6F5F2;
  border-color: #F6F5F2;
  font-size: 13px;
  padding: 14px 15px;
  border-radius: 6px;
  font-family: "Aktiv Grotesk Trial Regular";
}
.main .popup-main .popup-sub .popup .popup-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B1B0AF;
  font-family: "Aktiv Grotesk Trial Regular";
}
.main .popup-main .popup-sub .popup .popup-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #B1B0AF;
  font-family: "Aktiv Grotesk Trial Regular";
}
.main .popup-main .popup-sub .popup .popup-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #B1B0AF;
  font-family: "Aktiv Grotesk Trial Regular";
}
.main .popup-main .popup-sub .popup .popup-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #B1B0AF;
  font-family: "Aktiv Grotesk Trial Regular";
}
.main .popup-main .popup-sub .popup .popup-footer {
  padding: 30px 0 5px 0;
  text-align: center;
}
.main .popup-main .popup-sub .popup .popup-footer button {
  font-size: 14px;
  padding: 14px 35px;
  font-family: "Aktiv Grotesk Trial Medium";
  text-transform: uppercase;
  letter-spacing: 0.2px;
  background-color: #0047cc;
  border-color: #0047cc;
  background: #0047cc;
  color: #ffffff;
  box-shadow: none !important;
}
.main .popup-main .popup-sub .popup .popup-footer button .btn-spinner {
  display: none;
}
.main .popup-main .popup-sub .popup .popup-footer button .btn-text {
  display: inline-block;
}
.main .popup-main .popup-sub .popup .popup-footer button:hover {
  background-color: #ffffff;
  background: #ffffff;
  color: #0047cc;
}
.main .popup-main.submit .popup-sub .popup .popup-footer .btn-spinner {
  display: block;
}
.main .popup-main.submit .popup-sub .popup .popup-footer .btn-text {
  display: none;
}

#footer {
  overflow: hidden;
  background: #0047CC;
  background-color: #0047CC;
}
#footer .container-fluid {
  padding: 0 0 0 70px;
}
#footer .container-fluid .footer-main-logo {
  padding: 70px 0 0 0;
}
#footer .container-fluid .footer-main-logo h6 {
  font-size: 13px;
}
#footer .container-fluid .footer-main-logo img {
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 5px 20px;
  max-height: 40px;
}
#footer .container-fluid .heading {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0 50px 0;
}
#footer .container-fluid .heading h4 {
  color: #ffffff;
  margin: 0 0 30px 0;
}
#footer .container-fluid .footer-logo-block {
  position: relative;
  height: 100%;
}
#footer .container-fluid .footer-logo-block .footer-end {
  position: relative;
  height: 100%;
}
#footer .container-fluid .footer-logo-block .footer-end .footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .container-fluid .footer-logo-block .footer-end .footer-logo img {
  max-width: 100px;
}
#footer .container-fluid .footer-logo-block .footer-end .footer-logo h6 {
  font-size: 13px;
  margin: 0 0 15px 0;
}
#footer .container-fluid .footer-logo-block .footer-end img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
#footer .container-fluid .form-control {
  border-radius: 40px;
  font-size: 14px;
  padding: 10px 20px;
  width: calc(100% - 150px);
  border: none !important;
}
#footer .container-fluid button {
  width: auto;
  margin: 0 0 0 15px;
  font-family: "Aktiv Grotesk Trial Regular";
  z-index: 0;
  display: inline-block;
  position: relative;
  color: #ffffff;
  background: none;
  background-color: transparent;
  border-color: #ffffff;
}
#footer .container-fluid button:hover {
  color: #252525;
  background: none;
  background-color: #ffffff;
  border-color: #ffffff;
}
#footer .container-fluid .footer-bottom-content {
  position: relative;
}
#footer .container-fluid .footer-bottom-content::before {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  background: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}
#footer .container-fluid .footer-bottom-content h6 {
  margin: 35px 0 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Aktiv Grotesk Trial Regular";
}
#footer .container-fluid .footer-bottom-content ul {
  margin: 25px 0 0 0;
  font-size: 14px;
}
#footer .container-fluid .footer-bottom-content ul li {
  margin: 0 20px;
}
#footer .container-fluid .footer-bottom-content ul li a {
  text-decoration: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Aktiv Grotesk Trial Regular";
}
#footer .container-fluid .footer-bottom-content ul li:nth-last-child(1) {
  margin: 0 0 0 20px;
}

.footer-mob-logo {
  display: none;
}

/************************************** S T A R T  R E S P O N S I V E **************************************/
@media (min-width: 100px) and (max-width: 575px) {
  .main #navbar {
    padding: 15px 8px;
  }
  .main #navbar .container-fluid .navbar-toggler {
    padding: 0;
    border: none;
    outline: none !important;
    box-shadow: none !important;
  }
  .main #navbar .container-fluid .navbar-nav {
    padding: 15px 5px 0 5px;
  }
  .main #navbar .container-fluid .navbar-nav .nav-item {
    padding: 0;
  }
  .main #banner {
    padding: 5% 0 0 0;
  }
  .main #banner .banner-left {
    padding: 0 12px 40px 12px;
  }
  .main .communication-main {
    padding: 80px 0px 80px 0px;
  }
  .main .communication-main .container .communication-left {
    padding: 0 12px 45px 12px;
  }
  .main .communication-main .container .communication-left .communication-txt {
    padding: 0;
  }
  .main #guides .guides-main {
    padding: 40px 30px;
  }
  .main #programme .programme-block .container .programme-text h3 {
    margin: 25px 0 25px 0;
  }
  .main #schools {
    padding: 0;
  }
  .main #schools .container .schools-text {
    padding: 0;
    margin: 50px 0;
  }
  .main #schools .container .schools-text h5 {
    font-family: "Aktiv Grotesk Trial Bold";
    max-width: 300px;
    font-size: 1rem;
    margin: 0 0 20px 0;
  }
  .main #guides {
    padding: 50px 0 30px 0;
  }
  .main #guides .guides-main {
    padding: 20px 10px 20px 20px;
  }
  .main #guides .guides-main h5 {
    margin: 30px 0 5px 0;
  }
  .main #guides .guides-main p {
    margin: 0;
  }
  .main #guides .guides-main .guides-block::before {
    top: -15px !important;
    left: -20px;
  }
  .main #testimonials {
    padding: 50px 0;
  }
  .main #details .container {
    padding: 50px 0 20px 0;
  }
  .main #details .container .details-main {
    padding: 30px 12px 30px 12px;
  }
  .main #customBlock .container {
    max-width: 100%;
    padding: 0 24px;
  }
  .main #customBlock .container .custom-row .custom-right {
    padding: 30px 8px 30px 8px;
  }
  .main #customBlock .container .card-row .load-more {
    padding: 30px 0 50px 0;
  }
  .main .popup-main .popup-sub {
    padding: 90px 5px 0 5px;
  }
  .main .popup-main .popup-sub .popup .popup-close {
    right: 0;
    top: -45px;
  }
  .main #innerBlock .container {
    max-width: 100%;
    padding: 0 24px;
  }
  .main #innerBlock .container .inner-header .info-block .info h6 .line {
    display: none;
  }
  .main #innerBlock .container .inner-header .info-block .info h6 .published-date {
    display: block;
  }
  .main #innerBlock .container .inner-content {
    padding: 0;
  }
  .main .bookslot-page {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .main .bookslot-page .bookslot {
    padding: 15px 0px 80px 0px;
  }
  .main .bookslot-page .bookslot .slot-tabs {
    padding: 0px 5px !important;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table {
    caption-side: top;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead {
    display: table-caption;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead .slot-thead {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead .slot-thead th:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead .slot-thead th:nth-child(2), .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead .slot-thead th:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs {
    border: solid 1px #252525;
    margin: 40px auto 0 auto;
    padding: 0;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs .nav-tabs .nav-item .nav-link span {
    white-space: nowrap;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs .batch-block {
    padding: 50px 20px;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs .custom-session-btn {
    padding: 0 20px 30px 20px;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs .personalised-block {
    padding: 50px 0px 0 0px;
    margin: 0 -1px -1px -1px;
  }
  #footer .container-fluid {
    padding: 0 20px;
  }
  #footer .container-fluid .heading {
    padding: 50px 0 50px 0;
  }
  #footer .container-fluid .form-control {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #footer .container-fluid button {
    margin: 0 auto;
    padding: 10px 35px;
  }
  #footer .container-fluid .col-heading {
    padding: 0;
  }
  #footer .container-fluid .footer-bottom-content {
    flex-direction: column-reverse;
    overflow: hidden;
  }
  #footer .container-fluid .footer-bottom-content h6 {
    margin: 25px 0 25px 0;
    font-family: "Aktiv Grotesk Trial Regular";
    font-size: 12px;
  }
  #footer .container-fluid .footer-bottom-content ul {
    margin: 0 -15px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0 0 25px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  #footer .container-fluid .footer-bottom-content ul li {
    margin: 0 0 !important;
  }
  #footer .container-fluid .footer-bottom-content::before {
    width: 0;
  }
  #footer .container-fluid .footer-logo-block {
    margin: 0 -20px;
  }
  #footer .container-fluid .footer-main-logo {
    display: none;
  }
  #footer .container-fluid .footer-mob-logo {
    padding: 30px 0 0 0;
    display: block;
  }
  #footer .container-fluid .footer-mob-logo img {
    max-width: 125px;
    background: #ffffff;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 50px;
  }
  #footer .container-fluid .col-footer-logo {
    margin: -35px 0 0 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main #navbar {
    padding: 15px 8px;
  }
  .main #navbar .container-fluid .navbar-toggler {
    padding: 0;
    border: none;
    outline: none !important;
    box-shadow: none !important;
  }
  .main #navbar .container-fluid .navbar-nav {
    padding: 15px 5px 0 5px;
  }
  .main #navbar .container-fluid .navbar-nav .nav-item {
    padding: 0;
  }
  .main #banner {
    padding: 5% 0 0 0;
  }
  .main #banner .banner-left {
    padding: 0 12px 40px 12px;
  }
  .main .communication-main {
    padding: 80px 0px 80px 0px;
  }
  .main .communication-main .container .communication-left {
    padding: 0 12px 45px 12px;
  }
  .main .communication-main .container .communication-left .communication-txt {
    padding: 0;
  }
  .main #guides .guides-main {
    padding: 40px 30px;
  }
  .main #programme .programme-block .container .programme-text h3 {
    margin: 25px 0 25px 0;
  }
  .main #schools {
    padding: 0;
  }
  .main #schools .container .schools-text {
    padding: 0;
    margin: 50px 0;
  }
  .main #schools .container .schools-text h5 {
    font-family: "Aktiv Grotesk Trial Bold";
    max-width: 300px;
    font-size: 1rem;
    margin: 0 0 20px 0;
  }
  .main #guides {
    padding: 50px 0 30px 0;
  }
  .main #guides .guides-main {
    padding: 20px 10px 20px 20px;
  }
  .main #guides .guides-main h5 {
    margin: 30px 0 5px 0;
  }
  .main #guides .guides-main p {
    margin: 0;
  }
  .main #guides .guides-main .guides-block::before {
    top: -15px !important;
    left: -20px;
  }
  .main #testimonials {
    padding: 50px 0;
  }
  .main #details .container {
    padding: 50px 0 20px 0;
  }
  .main #details .container .details-main {
    padding: 30px 12px 30px 12px;
  }
  .main #customBlock .container {
    max-width: 100%;
    padding: 0 24px;
  }
  .main #customBlock .container .custom-row .custom-right {
    padding: 30px 8px 30px 8px;
  }
  .main #customBlock .container .card-row .load-more {
    padding: 30px 0 50px 0;
  }
  .main .popup-main .popup-sub {
    padding: 90px 5px 0 5px;
  }
  .main .popup-main .popup-sub .popup .popup-close {
    right: 0;
    top: -45px;
  }
  .main #innerBlock .container {
    max-width: 100%;
    padding: 0 24px;
  }
  .main #innerBlock .container .inner-header .info-block .info h6 .line {
    display: none;
  }
  .main #innerBlock .container .inner-header .info-block .info h6 .published-date {
    display: block;
  }
  .main #innerBlock .container .inner-content {
    padding: 0;
  }
  .main .bookslot-page {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .main .bookslot-page .bookslot {
    padding: 15px 0px 80px 0px;
  }
  .main .bookslot-page .bookslot .slot-tabs {
    padding: 0px 5px !important;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table {
    caption-side: top;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead {
    display: table-caption;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead .slot-thead {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead .slot-thead th:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead .slot-thead th:nth-child(2), .main .bookslot-page .bookslot .slot-tabs .slot-tabs-block .custom-booking-table thead .slot-thead th:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs {
    border: solid 1px #252525;
    margin: 40px auto 0 auto;
    padding: 0;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs .nav-tabs .nav-item .nav-link span {
    white-space: nowrap;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs .batch-block {
    padding: 50px 20px;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs .custom-session-btn {
    padding: 0 20px 30px 20px;
  }
  .main .bookslot-page .bookslot .batchpersonalized-tabs .personalised-block {
    padding: 50px 0px 0 0px;
    margin: 0 -1px -1px -1px;
  }
  #footer .container-fluid {
    padding: 0 20px;
  }
  #footer .container-fluid .heading {
    padding: 50px 0 50px 0;
  }
  #footer .container-fluid .form-control {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #footer .container-fluid button {
    margin: 0 auto;
    padding: 10px 35px;
  }
  #footer .container-fluid .col-heading {
    padding: 0;
  }
  #footer .container-fluid .footer-bottom-content {
    flex-direction: column-reverse;
    overflow: hidden;
  }
  #footer .container-fluid .footer-bottom-content h6 {
    margin: 25px 0 25px 0;
    font-family: "Aktiv Grotesk Trial Regular";
    font-size: 12px;
  }
  #footer .container-fluid .footer-bottom-content ul {
    margin: 0 -15px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0 0 25px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  #footer .container-fluid .footer-bottom-content ul li {
    margin: 0 0 !important;
  }
  #footer .container-fluid .footer-bottom-content::before {
    width: 0;
  }
  #footer .container-fluid .footer-logo-block {
    margin: 0 -20px;
  }
  #footer .container-fluid .footer-main-logo {
    display: none;
  }
  #footer .container-fluid .footer-mob-logo {
    padding: 30px 0 0 0;
    display: block;
  }
  #footer .container-fluid .footer-mob-logo img {
    max-width: 125px;
    background: #ffffff;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 50px;
  }
  #footer .container-fluid .col-footer-logo {
    margin: -35px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main #banner .banner-left .banner-text h1 {
    font-size: 30px;
  }
  .main #guides .guides-main {
    padding: 40px 30px;
  }
  #footer .footer-logo-block .footer-end .footer-logo {
    bottom: 30px;
    transform: translate(-50%, 0) !important;
    top: unset !important;
  }
  #footer .footer-logo-block .footer-end .footer-logo h6 {
    font-size: 18px;
  }
  #footer .footer-logo-block .footer-end .footer-logo img {
    max-width: 80px !important;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  #footer .form-control {
    width: calc(100% - 137px);
  }
  #footer .footer-bottom-content {
    flex-direction: column-reverse;
  }
  #footer .footer-bottom-content::before {
    display: none;
  }
  #footer .footer-bottom-content ul {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    padding: 10px 0 20px 0;
    position: relative;
  }
  #footer .footer-bottom-content ul::before {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    background: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    bottom: 0;
  }
  #footer .footer-bottom-content ul li {
    margin: 0 !important;
  }
  #footer .footer-bottom-content ul li a {
    padding: 0.5rem 0;
  }
  #footer .footer-bottom-content h6 {
    margin: 25px 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main #guides .guides-main {
    padding: 40px 30px;
  }
  #footer .footer-logo-block .footer-end .footer-logo {
    bottom: 30px;
    transform: unset !important;
    top: unset !important;
    left: 65px !important;
  }
  #footer .footer-logo-block .footer-end .footer-logo h6 {
    font-size: 18px;
  }
  #footer .footer-logo-block .footer-end .footer-logo img {
    max-width: 80px !important;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  #footer .form-control {
    width: calc(100% - 137px);
  }
  #footer .footer-bottom-content {
    flex-direction: column-reverse;
  }
  #footer .footer-bottom-content::before {
    display: none;
  }
  #footer .footer-bottom-content ul {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    padding: 10px 0 20px 0;
    position: relative;
  }
  #footer .footer-bottom-content ul::before {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    background: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    bottom: 0;
  }
  #footer .footer-bottom-content ul li {
    margin: 0 !important;
  }
  #footer .footer-bottom-content ul li a {
    padding: 0.5rem 0;
  }
  #footer .footer-bottom-content h6 {
    margin: 25px 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  #footer .container-fluid .footer-logo-block .footer-end .footer-logo {
    padding: 0 0 0 20px;
  }
  #footer .container-fluid .footer-logo-block .footer-end .footer-logo img {
    max-width: 85px;
  }
}
/************************************** E N D  R E S P O N S I V E **************************************/
/************************************** B O O K Y O U R S L O T **************************************/
.bookslot {
  padding: 50px 0px 80px 0px;
  background: #EDF9FD;
  background-color: #EDF9FD;
}
.bookslot .slot-header {
  padding: 30px 0px 30px 0px;
}
.bookslot .slot-header h3 {
  font-size: 30px;
  font-family: "Aktiv Grotesk Trial Bold";
}
.bookslot .slot-tabs {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  padding: 0px 30px;
}
.bookslot .slot-tabs .slot-tabs-block {
  background: #f7cfde;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table {
  background: #ffffff;
  border: solid 1px #D1EBF4;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-thead {
  background: #00AAC1;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-thead th {
  vertical-align: middle;
  background: #D1EBF4;
  background-color: #D1EBF4;
  color: #333034;
  border: none;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-thead th:nth-child(1) {
  background: #00AAC1;
  background-color: #00AAC1;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-thead th:nth-child(1) a {
  color: #ffffff;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-thead th:nth-last-child(1) {
  border-left: solid 1px #ffffff;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-thead th a {
  padding: 10px 20px !important;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 16px;
  display: flex;
  color: #333034;
  font-family: "Aktiv Grotesk Trial Bold";
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-thead th a img {
  width: 45px !important;
  min-width: 45px;
  height: 45px !important;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 50%;
  min-height: 45px !important;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-row {
  border-bottom: 1px solid #d1ebf4;
  margin-bottom: 0%;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-row .slot-data {
  border-top: none !important;
  padding: 20px 20px !important;
  border-bottom: 1px solid #d1ebf4;
  width: 33.33%;
  font-size: 15px;
  color: #333034;
  line-height: 1.2;
  vertical-align: middle;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-row .slot-data span {
  display: flex;
  align-items: center;
  height: 100% !important;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-row .slot-data span.check-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  margin: 0 auto;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-row .slot-data span.check-icon i.fa-times {
  background: #ffcdd2;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-row .slot-data span.check-icon i.fa-check {
  font-size: 18px;
  color: #47B274;
  font-weight: 400;
  background: #d2ffe5;
}
.bookslot .slot-tabs .slot-tabs-block .custom-booking-table.teen-table tr.slot-row:nth-last-child(1) .slot-data {
  border-bottom: 1px solid #d1ebf4;
}

/************************************** B O O K Y O U R S L O T **************************************/
.bookslot-page {
  margin: 0 0 30px 0;
}

.batchpersonalized-tabs {
  width: 100%;
  max-width: 790px;
  margin: 70px auto 0 auto;
  border: 1px solid #ffffff;
  border-radius: 15px;
  background: #ffffff;
}
.batchpersonalized-tabs .nav-tabs .nav-item {
  width: 50%;
}
.batchpersonalized-tabs .nav-tabs .nav-item .nav-link {
  width: 100%;
  padding: 17px 15px;
  border-radius: 0;
  background: #F5F5F5;
  border: none;
  font-size: 16px;
  color: #333034;
  font-family: "Aktiv Grotesk Trial Regular";
  position: relative;
}
.batchpersonalized-tabs .nav-tabs .nav-item .nav-link.active {
  background: rgb(15, 14, 15);
  background: linear-gradient(0deg, rgb(15, 14, 15) 0%, rgb(51, 48, 52) 60%);
  color: #ffffff;
  font-family: "Aktiv Grotesk Trial Bold";
}
.batchpersonalized-tabs .nav-tabs .nav-item .nav-link span {
  position: absolute;
  top: 0;
  background: #FA4747;
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 10px;
  padding: 4px 13px;
  left: 50%;
  transform: translate(-50%, -11.5px);
  border-radius: 30px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.batchpersonalized-tabs .nav-tabs .nav-item:nth-child(1) {
  border-radius: 14px 0 0 0;
}
.batchpersonalized-tabs .nav-tabs .nav-item:nth-child(1) button {
  border-radius: 14px 0 0 0;
}
.batchpersonalized-tabs .nav-tabs .nav-item:nth-child(2) {
  border-radius: 0 14px 0 0;
}
.batchpersonalized-tabs .nav-tabs .nav-item:nth-child(2) button {
  border-radius: 0 14px 0 0;
}

.register {
  display: none;
}
.register img {
  max-width: 70px;
  display: block;
  margin: 0 auto;
}

#datepicker .datepicker-inline {
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
  border: solid 1px #333034;
  padding: 0;
  border-radius: 12px;
}
#datepicker .datepicker-inline .datepicker-days,
#datepicker .datepicker-inline .datepicker-months,
#datepicker .datepicker-inline .datepicker-years,
#datepicker .datepicker-inline .datepicker-decades,
#datepicker .datepicker-inline .datepicker-centuries {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border-top: solid 10px #8c888d;
  border-bottom: solid 15px #f5f5f5;
}
#datepicker .datepicker-inline table {
  width: 100%;
}
#datepicker .datepicker-inline table thead {
  background: #8c888d;
}
#datepicker .datepicker-inline table thead th {
  border-radius: 0;
  font-size: 14px;
  padding: 10px 10px;
  color: #ffffff;
  font-family: "Aktiv Grotesk Trial Bold";
  background: #8c888d;
}
#datepicker .datepicker-inline table tbody {
  background: #F5F5F5;
}
#datepicker .datepicker-inline table tbody td {
  font-size: 14px;
  border-radius: 0;
  padding: 8px 10px;
  background: none !important;
  font-family: "Aktiv Grotesk Trial Regular";
  position: relative;
  z-index: 9;
  color: #000;
  text-shadow: none;
}
#datepicker .datepicker-inline table tbody td.active::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  top: calc(50% - 1px);
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.batch-block {
  text-align: center;
  padding: 50px 30px;
}
.batch-block .batch-session-main {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  max-width: 550px;
}
.batch-block .batch-session-main .header-title h3 {
  font-family: "Aktiv Grotesk Trial Bold";
  margin: 0 0 15px 0;
  font-size: 16px;
}
.batch-block .batch-session-main .form-check .form-check-input:checked {
  background-color: #372380;
  border-color: #372380;
}
.batch-block .batch-session-main .form-check .form-check-label {
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 14px;
}
.batch-block .batch-session-main .custom-dates-btn .dates-list .fast-div .fast-span {
  background-color: #8bc34a;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 30px;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 0 0 0 5px;
  display: inline-flex;
}
.batch-block .batch-session-main .custom-dates-btn .dates-list .sold-out-div .sold-out-span {
  background-color: #f44336;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 30px;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 0 0 0 5px;
  display: inline-flex;
}

.personalised-block {
  text-align: center;
  padding: 50px 30px;
}
.personalised-block .custom-session-btn {
  margin: 0 auto;
  text-align: left;
  display: block;
  max-width: 450px;
  padding: 0 0 30px 0;
}
.personalised-block .custom-session-btn .form-check .form-check-input:checked {
  background-color: #372380;
  border-color: #372380;
}
.personalised-block .custom-session-btn .form-check .form-check-label {
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 14px;
}
.personalised-block .sold-out-div .sold-out-span {
  background-color: #f44336;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 30px;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 0 0 0 5px;
  display: inline-flex;
}

.switch-block {
  padding: 0px 0px 20px 0px;
}

.batch-session-main .switch-block .switch {
  width: 45px !important;
  height: 20px !important;
}

.switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 24px;
  border-radius: 30px;
  background: #858186;
  vertical-align: middle;
  cursor: pointer;
  margin: 0px 0px 0px 0px !important;
}

.batch-session-main .switch::before {
  top: 2px !important;
  left: 2px !important;
  width: 16px !important;
  height: 16px !important;
}

.switch::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fafafa;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.switch-block span {
  font-size: 12px;
  color: #858186;
  display: inline-block;
  padding: 0px 0px 0px 10px;
}

.communication-main {
  padding: 150px 0px;
}
.communication-main .communication-txt {
  max-width: 480px;
}
.communication-main .communication-txt h2 {
  font-size: 46px;
  padding-bottom: 30px;
  font-family: "Aktiv Grotesk Trial Bold";
  margin: 0 0 10px 0;
}
.communication-main .communication-txt p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0px;
}
.communication-main .communication-video {
  max-width: 615px;
  margin: 0px 0px 0px auto;
  border-radius: 20px;
  overflow: hidden;
}
.communication-main .communication-video .video-window {
  transition: all 0.3s ease;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.communication-main .communication-video .video-window .video-wrapper {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  box-shadow: 10px 10px 20px 5px #e8e8e8;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 415px;
  max-height: 415px;
}
.communication-main .communication-video .video-window .video-wrapper .video-play-block {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.communication-main .communication-video .video-window .video-wrapper .video-play-block .video-play {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.communication-main .communication-video .video-window .video-wrapper .video-play-block .video-play .videoPlay {
  display: inline-block;
  cursor: pointer;
  z-index: 9;
}

.slot-pay .btn {
  border: solid 1px #333034;
  background: #ffffff;
  margin: 50px 0 0 0;
  padding: 11px 50px;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Aktiv Grotesk Trial Bold";
  font-size: 18px;
  max-width: 250px;
  width: 100%;
}
.slot-pay .btn:hover {
  color: #ffffff;
  background-color: #333034;
  background-color: #333034;
}

/********************************** V I D E O  M O D AL **********************************/
.video-modal .modal-dialog {
  width: 100%;
  max-width: 950px;
  padding: 5px;
  margin: 0 auto;
}
.video-modal .modal-dialog .modal-content {
  border-radius: 15px;
  overflow: hidden;
  border: none;
}
.video-modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  width: 50px;
  height: 50px;
}
.video-modal .modal-dialog .modal-content .modal-header h1 {
  display: none;
}
.video-modal .modal-dialog .modal-content .modal-header .btn-close {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 10px;
  opacity: 0.8;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.video-modal .modal-dialog .modal-content .modal-body {
  padding: 1px;
}
.video-modal .modal-dialog .modal-content .modal-body .videoCommunication {
  padding: 0;
  border-radius: 15px;
}

.custom-modal .modal-dialog {
  max-width: 375px;
}
.custom-modal .modal-dialog .modal-content {
  border-radius: 5px;
  border: none;
}
.custom-modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  right: 30px;
  top: 35px;
  z-index: 1;
  border: none;
  padding: 0;
}
.custom-modal .modal-dialog .modal-content .modal-header .btn-close {
  margin: 0;
  outline: none !important;
  box-shadow: none !important;
}
.custom-modal .modal-dialog .modal-content .modal-body {
  padding: 90px 30px 30px 30px;
}
.custom-modal .modal-dialog .modal-content .modal-body h2 {
  padding: 0;
  color: #212121;
  margin: 0 0 25px 0;
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 18px;
  letter-spacing: 0.5px;
}
.custom-modal .modal-dialog .modal-content .modal-body .form-check {
  padding: 0 0 20px 25px;
}
.custom-modal .modal-dialog .modal-content .modal-body .form-check .form-check-input {
  border: solid 1px #252525;
  cursor: pointer;
  box-shadow: none !important;
}
.custom-modal .modal-dialog .modal-content .modal-body .form-check .form-check-input:checked {
  background-color: #372380;
  border-color: #372380 !important;
}
.custom-modal .modal-dialog .modal-content .modal-body .form-check label {
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #252525;
  cursor: pointer;
}
.custom-modal .modal-dialog .modal-content .modal-body .form-group {
  margin: 0 0 15px 0;
}
.custom-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 13px;
  color: #252525;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 0;
  letter-spacing: 0.5px;
}
.custom-modal .modal-dialog .modal-content .modal-footer {
  padding: 15px 25px 45px 25px;
  border: none;
}
.custom-modal .modal-dialog .modal-content .modal-footer .btn {
  width: 100%;
  background: #372380;
  background-color: #372380;
  font-family: "Aktiv Grotesk Trial Regular";
  letter-spacing: 0.5px;
  font-size: 14px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px;
  padding: 8px 10px;
}

.popup-sub.register-success .popup {
  display: none;
}
.popup-sub.register-success .success-block-main {
  display: block;
}

.success-block-main {
  display: none;
  background: #ffffff;
  padding: 70px 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 450px;
  text-align: center;
}
.success-block-main .success-block h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-family: "Aktiv Grotesk Trial Bold";
}
.success-block-main .success-block img {
  max-width: 80px;
  margin: 0 0 30px 0;
}

.custom-radio {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.custom-radio .custom-control-input {
  float: left;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 50%;
  cursor: pointer;
}
.custom-radio .custom-control-input:checked {
  background-color: #372380;
  border-color: #372380 !important;
}
.custom-radio .custom-control-input:checked:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-label {
  cursor: pointer;
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 14px;
  letter-spacing: 0.5px;
}

.login-type-main {
  padding: 0 0 25px 0;
}
.login-type-main .custom-radio {
  display: inline-block;
  margin: 0 15px 0 0;
}

.modal-body .input-group .input-group-prepend .input-group-text {
  border: none;
  background: none;
  padding: 0;
  border-bottom: solid 1px #e0e0e0;
  border-radius: 0;
  margin: 0 5px 0 0;
}
.modal-body .input-group .input-group-prepend .input-group-text span {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 0 0 5px;
}
.modal-body .input-group .input-group-prepend .input-group-text span i {
  font-size: 12px;
}
.modal-body .input-group .input-group-prepend .input-group-text .form-control {
  max-width: 35px;
  margin: 0;
  text-align: center;
  border-bottom: none !important;
}
.modal-body .input-group .form-control {
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 13px;
  color: #252525;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 0;
  letter-spacing: 0.5px;
  box-shadow: inset 0 0 50px 50px #ffffff !important;
}

.send-otp,
.login-click,
.verified-otp-signup-btn {
  border-color: #441c5c;
  border-radius: 5px;
  padding: 8px 5px;
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
  background: #441c5c;
  color: #ffffff;
  margin: 30px 0 0 0;
}
.send-otp:hover,
.login-click:hover,
.verified-otp-signup-btn:hover {
  background: #ffffff;
  background-color: #ffffff;
  color: #441c5c;
}

.otp-form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.otp-form-group .input-form {
  width: 100%;
  margin: 0 10px 0 0;
  max-width: 50px;
  text-align: center;
  padding: 20px 5px !important;
  border-radius: 4px !important;
  border: solid 1px #e0e0e0 !important;
}

.otp-send-success {
  text-align: left;
  color: #441c5c;
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 13px;
  margin: 30px 0 15px 0;
}

.forgot-pswd {
  color: #212121;
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 13px;
  text-align: left;
}

.resend-otp {
  background: #f8f9fa;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  border-radius: 5px;
  padding: 8px 5px;
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
  color: #212529;
  margin: 30px 0 0 0;
}
.resend-otp:hover {
  background: #e3e4e5;
  background-color: #e3e4e5;
  border-color: #e3e4e5;
  color: #212529 !important;
}

.a-logout {
  font-size: 15px;
  padding: 8px 20px;
  text-decoration: none;
  background: none;
  border: none;
  color: #372380;
}

.signup-detail-block {
  margin: 15px 0 0 0 !important;
}

#notificationModal .btn-spinner {
  display: none;
}
#notificationModal .modal-dialog .modal-content .event-notification-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px;
  height: 45px;
}
#notificationModal .modal-dialog.notification-submit .modal-content .btn-spinner {
  display: block;
}
#notificationModal .modal-dialog.notification-submit .modal-content .btn-text {
  display: none;
}

#enrollForm .form-check {
  margin: 0 0 10px 0;
}
#enrollForm .form-check .form-check-input {
  box-shadow: none;
}
#enrollForm .form-check label {
  cursor: pointer;
}

.thank-section {
  min-height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-section .thank-block .thank-content img {
  max-height: 80px;
  margin: 0 0 10px 0;
}
.thank-section .thank-block .thank-content h1 {
  font-family: "Aktiv Grotesk Trial Bold";
}
.thank-section .thank-block .thank-content p {
  margin: 10px 0 0 0;
}

.privacy-section {
  padding: 0;
}
.privacy-section .privacy-header-block {
  background: #fafafa;
  padding: 100px;
  text-align: center;
}
.privacy-section .privacy-header-block h1 {
  font-size: 2rem;
  font-family: "Aktiv Grotesk Trial Bold";
}
.privacy-section .privacy-block,
.privacy-section .events-block {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
.privacy-section .privacy-block .privacy-content-sub,
.privacy-section .events-block .privacy-content-sub {
  padding: 80px 30px 100px 30px;
}
.privacy-section .privacy-block .privacy-content-sub ul,
.privacy-section .events-block .privacy-content-sub ul {
  padding: 0px;
  list-style: none;
}
.privacy-section .privacy-block .privacy-content-sub ul li,
.privacy-section .events-block .privacy-content-sub ul li {
  padding: 8px 0px;
  letter-spacing: 0.2px;
  line-height: 1.8;
  font-size: 15px;
}
.privacy-section .privacy-block .privacy-content-sub ul li.d-list,
.privacy-section .events-block .privacy-content-sub ul li.d-list {
  padding: 8px 0px 8px 0px !important;
}
.privacy-section .privacy-block .privacy-content-sub .d-list,
.privacy-section .events-block .privacy-content-sub .d-list {
  display: flex;
  align-items: baseline;
}
.privacy-section .privacy-block .privacy-content-sub .no-span,
.privacy-section .events-block .privacy-content-sub .no-span {
  min-width: 35px;
}
.privacy-section .privacy-block .privacy-content-sub .main-inner .no-span,
.privacy-section .events-block .privacy-content-sub .main-inner .no-span {
  min-width: 55px;
}
.privacy-section .privacy-block .privacy-content-sub p,
.privacy-section .events-block .privacy-content-sub p {
  letter-spacing: 0.2px;
  line-height: 1.8;
  font-size: 15px;
}
.privacy-section .privacy-block .privacy-content-sub p .t-color,
.privacy-section .events-block .privacy-content-sub p .t-color {
  color: #372380;
  background: #ede7f6;
}
.privacy-section .privacy-block .privacy-content-sub .a-link,
.privacy-section .events-block .privacy-content-sub .a-link {
  color: #372380;
  text-decoration: underline;
}
.privacy-section .privacy-block .privacy-content-sub .b-text,
.privacy-section .events-block .privacy-content-sub .b-text {
  font-family: "Aktiv Grotesk Trial Bold";
  display: contents;
}
.privacy-section .privacy-block a,
.privacy-section .events-block a {
  color: #212529;
  text-decoration: none;
}

.table-privacy td {
  letter-spacing: 0.2px;
  line-height: 1.8;
  font-size: 15px;
  border: solid 1px #000000 !important;
  border-bottom-width: 1px !important;
  color: #000000;
}
.table-privacy th {
  border: solid 1px #000000 !important;
  border-bottom-width: 1px !important;
  color: #000000;
  font-family: "Aktiv Grotesk Trial Bold";
}

.l-color {
  background: #5b9bd5 !important;
  text-align: center;
  min-width: 130px;
}

.r-color {
  background: #bdd7ee !important;
}

.b-upper {
  font-family: "Aktiv Grotesk Trial Bold";
  margin: 0;
}

.footer-bottom-content h6 span {
  display: inline-block;
  margin: 0 0 0 5px;
}
.footer-bottom-content h6 span a {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none;
}
.footer-bottom-content h6 span a:hover {
  text-decoration: underline;
}

.popup-content .form-select {
  box-shadow: none !important;
  background: #F6F5F2;
  background-color: #F6F5F2;
  border-color: #F6F5F2;
  font-size: 13px;
  padding: 14px 15px;
  border-radius: 6px;
  font-family: "Aktiv Grotesk Trial Regular";
}
.popup-content .form-select option {
  padding: 14px 15px;
  font-size: 13px;
  height: 50px;
}

.personalised-session-date-main {
  margin: 0 auto !important;
  text-align: left;
  display: block;
  max-width: 450px;
  padding: 20px 0 0 0;
}
.personalised-session-date-main .session-date h3 {
  font-family: "Aktiv Grotesk Trial Bold";
  margin: 10px 0 15px 0;
  font-size: 16px;
}

.custom-session-btn .form-check {
  margin: 0 0 10px 0;
}

.pay-btn a {
  margin: 10px 0 0 0;
  display: inline-block;
  font-family: "Aktiv Grotesk Trial Regular";
  font-size: 14px;
  text-decoration: none;
  color: #212529;
}

.contact-us-about {
  padding: 70px 0px 50px 0px;
  background: #ffffff;
}
.contact-us-about .contact-us-txt {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 30px;
}
.contact-us-about .contact-us-txt h1 {
  font-family: "Aktiv Grotesk Trial SemiBold";
  border-bottom: solid 1px #ebebeb;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 50px 0px;
  font-size: 44px;
}
.contact-us-about .contact-us-txt .contact-address-block .contact-address .loc-icon {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 30px;
}
.contact-us-about .contact-us-txt .contact-address-block .contact-address p {
  margin: 0px 0px 40px 0px;
  max-width: 350px;
  font-size: 17px;
  line-height: 1.6;
}

.about-txt {
  width: 100%;
  max-width: 830px;
  margin: 0px auto;
  padding: 90px 0px 150px 0px;
}
.about-txt h4 {
  padding-bottom: 70px;
  font-size: 44px;
  margin: 0px;
  font-family: "Aktiv Grotesk Trial SemiBold";
}
.about-txt .about-txt-desc p {
  font-size: 15px;
  line-height: 2;
}

.footer-social {
  background: #fbfaf9;
  padding: 60px 0px 60px 0px;
}
.footer-social .social-ul {
  list-style: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social .social-ul li {
  margin: 0px 10px !important;
}
.footer-social .social-ul li a {
  background: #333034;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
}

.brands-block {
  padding: 90px 0px 90px 0px;
  margin: 0 auto;
  max-width: 810px;
}
.brands-block h3 {
  color: #333034;
  font-size: 30px;
  text-align: center;
  margin: 0px;
  font-family: "Aktiv Grotesk Trial Regular";
}
.brands-block .explore-12 {
  padding: 50px 5px 15px 5px;
}
.brands-block .explore-12 .explore-card {
  border: none;
  box-shadow: none !important;
  border-radius: 10px;
}
.brands-block .explore-12 .explore-card img {
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important;
  border-radius: 0px 0px 0px 0px !important;
  max-height: 65px;
  min-width: 80px;
}

.our-team-main {
  background: #fbfaf9;
  padding: 120px 0px 150px 0px;
}
.our-team-main .our-team h3 {
  font-size: 44px;
  margin: 0px 0px 30px 0px;
  font-family: "Aktiv Grotesk Trial SemiBold";
}
.our-team-main .our-team p {
  margin: 0px 0px 60px 0px;
  font-size: 18px;
}
.our-team-main .our-team #ourTeam {
  max-height: 375px;
  margin-bottom: 75px;
}
.our-team-main .our-team #ourTeam .team-12 {
  padding: 0px 2px;
}
.our-team-main .our-team #ourTeam .team-12 .team-card {
  position: relative;
}
.our-team-main .our-team #ourTeam .team-12 .team-card .team-card-profile {
  background: hsla(0, 0%, 0%, 0.5);
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  padding: 20px 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-team-main .our-team #ourTeam .team-12 .team-card .team-card-profile h1 {
  margin: 0px 0px 12px 0px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-family: "Aktiv Grotesk Trial SemiBold";
}
.our-team-main .our-team #ourTeam .team-12 .team-card .team-card-profile h6 {
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 0px;
}
.our-team-main .our-team #ourTeam .team-12 .team-card .team-card-profile p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  color: #ffffff;
  font-size: 14px;
  margin: 0px;
}
.our-team-main .our-team #ourTeam .team-12 .team-card:hover .team-card-profile {
  background: rgba(0, 0, 0, 0.7490196078);
  background: hsla(0, 0%, 0%, 0.75);
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
}
.our-team-main .our-team #ourTeam .owl-nav {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  max-width: 90%;
}
.our-team-main .our-team #ourTeam .owl-nav button {
  border: solid 1px #333034;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-size: 24px;
  width: 35px;
  height: 35px;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
}
.our-team-main .our-team #ourTeam .owl-nav button span {
  display: none;
}
.our-team-main .our-team #ourTeam .owl-nav button::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-team-main .our-team #ourTeam .owl-nav button.owl-next::before {
  content: "\f054";
}
.our-team-main .our-team #ourTeam .owl-nav button.owl-prev::before {
  content: "\f053";
}

.our-team-main {
  background: #fbfaf9;
  padding: 120px 0px 150px 0px;
}

.our-team h3 {
  font-size: 44px;
  margin: 0px 0px 30px 0px;
}

.our-team p {
  margin: 0px 0px 60px 0px;
  font-size: 17px;
}

.our-team .owl-theme .owl-nav {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  max-width: 90%;
}

.btn-custom {
  border-radius: 30px;
  text-align: center;
  background: #fff;
  border-color: #c0bec0;
  color: #4c494d;
  font-size: 12px;
  width: 100%;
  padding: 10px 0px;
}

.join-us-btn .btn-custom {
  max-width: 240px;
  font-size: 18px;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
}

.join-us-btn .btn-custom:hover,
.join-us-btn .btn-custom:focus {
  background: #c0bec0;
  background-color: #c0bec0;
  color: #ffffff !important;
}

.join-us-btn {
  margin: -20px 0px 0px 0px;
}

.join-us-click {
  position: relative;
  z-index: 9;
}

#ourTeam .owl-item img {
  height: 375px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-card:hover .team-profile .hover-name {
  display: none;
}
.team-card:hover .team-profile .hover-desc {
  padding: 15px 15px;
  display: block;
}

.hover-desc {
  display: none;
}

.team-card:hover .team-profile .hover-desc {
  padding: 15px 15px;
  display: block;
}/*# sourceMappingURL=custom.css.map */