@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url("../fonts/M_Plus_Rounded/RoundedMplus1c-Regular.woff2") format("woff2"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Regular.woff") format("woff"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url("../fonts/M_Plus_Rounded/RoundedMplus1c-Thin.woff2") format("woff2"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Thin.woff") format("woff"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url("../fonts/M_Plus_Rounded/RoundedMplus1c-Black.woff2") format("woff2"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Black.woff") format("woff"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url("../fonts/M_Plus_Rounded/RoundedMplus1c-Light.woff2") format("woff2"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Light.woff") format("woff"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url("../fonts/M_Plus_Rounded/RoundedMplus1c-ExtraBold.woff2") format("woff2"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-ExtraBold.woff") format("woff"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url("../fonts/M_Plus_Rounded/RoundedMplus1c-Bold.woff2") format("woff2"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Bold.woff") format("woff"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rounded Mplus 1c';
  src: url("../fonts/M_Plus_Rounded/RoundedMplus1c-Medium.woff2") format("woff2"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Medium.woff") format("woff"), url("../fonts/M_Plus_Rounded/RoundedMplus1c-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/**** Old Page CSS ****/
.text-muted {
  color: #3a3a3a !important;
  font-size: 18px !important;
}

.headerTopSpacingCl {
  margin-bottom: 0 !important;
  padding-top: 50px;
}

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

.align-items-unset {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

@media screen and (max-width: 600px) {
  .headerTopSpacingCl {
    margin-bottom: 0 !important;
    padding-top: 25px !important;
  }
}

/**** Old Page CSS END****/
/**** Hannan's CSS ****/
@media (max-width: 991px) {
  html {
    font-size: 50%;
  }
}

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

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #000DA6;
  border-radius: 10px;
}

body {
  font-family: "Rounded Mplus 1c", sans-serif;
}

p {
  font-size: 1.8rem;
}

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.brand-blue {
  color: #000DA6;
}

.brand-orange {
  color: #fa361e;
}

.btn {
  display: inline-block;
  padding: 10px 30px !important;
  line-height: 1.2 !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  -webkit-transition: 0.4s ease-in-out !important;
  transition: 0.4s ease-in-out !important;
}

.btn:hover {
  cursor: pointer;
}

.btn-orange {
  background-color: #FA361E !important;
  border: 1px solid #FA361E !important;
  color: #fff !important;
}

.btn-orange:hover {
  background-color: transparent !important;
  color: #FA361E !important;
}

.btn-orange-alt {
  background-color: #fff !important;
  border: 1px solid #FA361E !important;
  color: #FA361E !important;
}

.btn-orange-alt:hover {
  background-color: #FA361E !important;
  color: #fff !important;
}

.btn-sec {
  background-color: transparent !important;
  border: 1px solid #8C0106 !important;
}

.btn-sec:hover {
  background-color: #8C0106 !important;
  color: #fff !important;
}

.btn-blue {
  background-color: #000DA6 !important;
  border: 1px solid #000DA6 !important;
  color: #fff !important;
}

.btn-blue:hover {
  background-color: transparent !important;
  color: #000DA6 !important;
}

.btn-green {
  background-color: #7CE0E5 !important;
  border: 1px solid #7CE0E5 !important;
  color: #fff !important;
}

.btn-green:hover {
  background-color: transparent !important;
  color: #7CE0E5 !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

@media (min-width: 992px) {
  .text-md-end {
    text-align: right !important;
  }
}

.subSections {
  padding: 50px 0;
}

@media (max-width: 479px) {
  .subSections {
    padding: 30px 10px;
  }
}

.sectionHeading {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 700px;
}

.sectionText {
  margin-bottom: 20px;
}

.mt-5 {
  margin-top: 1.5rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.owl-controls .owl-pagination .owl-page {
  display: inline-block;
}

.owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #7CE0E5;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-controls .owl-pagination .owl-page.active span {
  opacity: 1;
}

.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
  position: absolute;
  width: 35px;
  height: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.owl-controls .owl-buttons .owl-prev::before, .owl-controls .owl-buttons .owl-next::before {
  display: none;
}

.owl-controls .owl-buttons .owl-prev i, .owl-controls .owl-buttons .owl-next i {
  color: #24CBD4;
  font-size: 10rem;
  line-height: 1;
  font-style: unset;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.owl-controls .owl-buttons .owl-prev:hover i, .owl-controls .owl-buttons .owl-next:hover i {
  opacity: 0.5;
}

.owl-controls .owl-buttons .owl-next {
  right: 0px;
}

/**** Accordion CSS ****/
.faq_section {
  background-color: #7CE0E5;
}

.faq_section h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.faq_section .custom-flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

#accordion .custom-flex .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

#accordion .accordion-heading h4 {
  position: relative;
  margin: 0;
  padding: 15px 0;
  font-size: 2rem;
}

#accordion .accordion-heading h4:after {
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin-left: 10px;
}

#accordion .accordion-heading.active h4:after {
  content: '\e60f';
}

#accordion .accordion-content {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

/**** Accordion CSS END****/
/**** Header's CSS ****/
#header-container {
  position: relative;
  -webkit-box-shadow: 0 3px 11px 0 #00000029;
          box-shadow: 0 3px 11px 0 #00000029;
}

#header-container .inner-container .hp-blocks-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-container .hp-block.central-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#header-container .hp-block.central-column::after, #header-container .hp-block.central-column::before {
  display: none;
}

#header-container .hp-block.central-column .item .nav-container {
  display: block;
}

#header-container .header-primary-container {
  padding: 15px 0;
}

#header-container .header-primary-container nav#mainmenu ul li.nav-item.level0:not(:last-child) {
  margin-right: 5px;
}

#header-container .header-primary-container nav#mainmenu ul li.nav-item a.level-top {
  line-height: 1.2;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 5px;
}

#header-container .header-primary-container nav#mainmenu ul li.nav-item ul.nav-submenu.column-2 {
  min-width: 55em;
}

#header-container .header-primary-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a {
  line-height: 36px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

#header-container .header-primary-container nav#mainmenu ul li.nav-item ul.nav-submenu li.level1 a span {
  color: #000;
}

#header-container .header-primary-container .custom-searcbar__hn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #header-container .header-primary-container .custom-searcbar__hn {
    display: none !important;
  }
}

#header-container .header-primary-container .custom-searcbar__hn span.icon {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 2rem;
  cursor: pointer;
}

#header-container .header-primary-container .custom-searcbar__hn .header-search-wrapper {
  display: none;
  width: 330px;
}

#header-container .header-primary-container .custom-searcbar__hn .header-search-wrapper #header-search form#search_aa_mini_form input#search {
  border: 1px solid #000DA6;
  border-radius: 5px;
}

#header-container .header-primary-container .item.menuCustomPosition {
  width: 100%;
}

#header-container .header-primary-container .item.menuCustomPosition #header-account ul.header.links {
  list-style: none;
  padding: 0;
}

#header-container .header-primary-container .item.menuCustomPosition #header-account ul.header.links i.fa {
  display: none;
}

#header-container .header-primary-container .item.menuCustomPosition #header-account ul.header.links li a.btn {
  padding: 10px 20px !important;
}

#header-container .header-primary-container .item.menuCustomPosition #header-account ul.header.links li a.btn.btn-orange-alt {
  margin-right: 10px;
}

#header-container .header-primary-container .item.menuCustomPosition #header-account ul.header.links li a.btn.btn-orange:hover {
  color: #FA361E !important;
}

#header-container .header-m-container .inner-container #header-m-search form#search_mm_mini_form label.label span {
  display: none;
}

#header-container .header-m-container .inner-container #header-account ul {
  list-style: none;
  padding: 0;
}

/**** Header's CSS END ****/
/**** Footer's CSS ****/
.page-footer {
  padding: 50px 0;
}

.page-footer .footer-primary-container .footer-primary {
  padding: 50px 0;
}

.page-footer .footer-primary-container .footer-primary .custom-flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.page-footer .footer-primary-container .footer-primary h3.block-title.heading {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.page-footer .footer-primary-container .footer-primary img.footer-logo {
  margin-bottom: 20px;
}

.page-footer .footer-primary-container .footer-primary ul.disc {
  list-style: none;
  padding: 0;
}

.page-footer .footer-primary-container .footer-primary ul.disc li {
  margin-bottom: 5px;
}

.page-footer .footer-primary-container .footer-primary ul.disc li a, .page-footer .footer-primary-container .footer-primary ul.disc li p {
  font-size: 1.5rem;
}

.page-footer .footer-primary-container .footer-primary a.btn {
  margin-bottom: 1rem;
}

.page-footer .footer-bottom-container .footer-bottom {
  border-top: 1px solid #ccc;
}

.page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col p {
  margin: 0;
}

.page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page-footer .footer-bottom-container .footer-bottom .inner-container .footer-social-col ul.footer-social-links li {
  width: 20px;
  height: 20px;
  margin: 0 0 0 1rem;
}

.page-footer .footer-bottom-container .footer-bottom .inner-container .footer-copyright small.copyright {
  font-size: 14px;
  font-weight: 500;
}

/**** Footer's CSS END ****/
.hero_banner {
  background: -webkit-gradient(linear, left top, right top, from(#0010A6), color-stop(60.94%, rgba(49, 61, 174, 0.75)), to(rgba(196, 196, 196, 0)));
  background: linear-gradient(90deg, #0010A6 0%, rgba(49, 61, 174, 0.75) 60.94%, rgba(196, 196, 196, 0) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 50px;
}

@media (max-width: 479px) {
  .hero_banner {
    padding: 50px 20px;
  }
}

.hero_banner .hero_banner__mainHeading {
  margin-bottom: 35px;
  font-weight: 400;
}

.hero_banner .hero_banner__text {
  font-size: 2rem;
}

.hero_banner a.btn {
  margin-top: 3rem;
}

/**** Home page CSS ****/
.hero_banner.home-hero_banner {
  -webkit-box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
}

.hero_banner.home-hero_banner h5 {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 0;
}

.getstarted-form_section p {
  font-size: 1.8rem;
}

.getstarted-form_section .get-started_form {
  padding: 40px 60px;
}

@media (max-width: 479px) {
  .getstarted-form_section .get-started_form {
    padding: 0px;
  }
}

.getstarted-form_section .get-started_form h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 479px) {
  .getstarted-form_section .get-started_form h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.getstarted-form_section .get-started_form form#my-form .name, .getstarted-form_section .get-started_form form#my-form .last_name {
  width: 49%;
  float: left;
}

.getstarted-form_section .get-started_form form#my-form .name {
  margin-right: 2%;
}

.getstarted-form_section .get-started_form form#my-form .control {
  width: 100% !important;
}

.getstarted-form_section .get-started_form form#my-form .control input {
  height: 44px;
}

section.making-switch_section {
  background-color: #000DA6;
  color: #fff;
}

section.making-switch_section .custom-flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

section.making-switch_section .custom-flex h2 {
  font-size: 4rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.3;
}

section.making-switch_section .custom-flex h3 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: normal;
}

section.right-path_section h2 {
  color: #000DA6;
  font-size: 2.4rem;
}

section.right-path_section .text-wrapper {
  min-height: 140px;
}

section.right-path_section .text-wrapper p {
  font-size: 1.6rem;
}

section.right-path_section a {
  font-size: 1.8rem;
  padding: 0;
  font-weight: bold;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

section.right-path_section a:hover {
  color: #1979c3;
  background-color: #fff;
}

section.academy-different_section {
  background-color: #f5f5f5;
}

section.academy-different_section h2 {
  font-size: 4rem;
  font-weight: normal;
}

section.academy-different_section h3 {
  font-size: 1.8rem !important;
  font-weight: normal;
  line-height: 1.2;
}

section.academy-different_section h4 {
  font-size: 2.4rem;
  margin-top: 50px;
}

section.academy-different_section a {
  margin-top: 20px;
}

section.healthtech-compares_section h2 {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 80px;
}

section.healthtech-compares_section .table {
  overflow: auto;
}

section.healthtech-compares_section .table table td, section.healthtech-compares_section .table table th {
  border-radius: 0;
  border-color: #000;
}

section.healthtech-compares_section .table table td:not(:first-child), section.healthtech-compares_section .table table th:not(:first-child) {
  padding: 10px 40px;
}

section.healthtech-compares_section .table table td:nth-of-type(2), section.healthtech-compares_section .table table th:nth-of-type(2) {
  background-color: #f5f5f5;
}

section.healthtech-compares_section .table table thead tr th {
  border: none;
  vertical-align: top;
}

section.healthtech-compares_section .table table thead tr th img {
  display: block;
  width: 100px;
  margin-bottom: 20px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: top center;
     object-position: top center;
}

section.healthtech-compares_section .table table tbody tr {
  border-bottom: 1px solid;
}

section.home-bootcamp-program_section {
  background-color: #f5f5f5;
}

section.home-bootcamp-program_section .col-img {
  padding-left: 0 !important;
}

section.home-bootcamp-program_section .home-bootcamp-programs-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

section.home-bootcamp-program_section .home-bootcamp-programs-list p img {
  margin-right: 20px;
}

section.team-to-support_section .custom-flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

section.team-to-support_section h2 {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 80px;
}

section.team-to-support_section a.btn {
  padding: 10px 100px !important;
  margin-top: 50px;
}

/**** Home page CSS END ****/
/**** Bootcamp Page CSS ****/
section.hero_banner-bootcamp {
  -webkit-box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
}

section.certified-pharmacy_section {
  background-color: #7CE0E5;
}

section.cpht-training_section {
  background-color: #f5f5f5;
}

section.cpht-training_section .col-img {
  padding-left: 0;
}

section.cpht-training_section h2 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 50px;
}

section.pharmacy-technician_section {
  background-color: #000DA6;
}

section.pharmacy-technician_section h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: normal;
}

section.pharmacy-technician_section .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.pharmacy-technician_section .buttons-wrapper .action-btn-box {
  margin-right: 10px;
}

section.pharmacy-tech_section h2 {
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 50px;
}

section.cpht-online_section {
  background-color: #f5f5f5;
}

section.cpht-online_section .custom-flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

section.cpht-online_section h2 {
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 40px;
}

section.cpht-online_section h3 {
  font-size: 3rem;
  margin-top: 50px;
  margin-bottom: 30px;
}

section.academy-coaching_section {
  background-color: #f5f5f5;
}

section.academy-coaching_section h2 {
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 40px;
}

section.academy-coaching_section h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

section.pharmacy-technicians_section .custom-flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  margin-bottom: 20px;
}

section.pharmacy-technicians_section h2 {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 50px;
}

section.pharmacy-technicians_section h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

section.why-choose-hta_section {
  background-color: #f5f5f5;
}

section.why-choose-hta_section h3 {
  margin-bottom: 50px;
}

section.carrer-change_section {
  background-color: #000DA6;
  background: -webkit-gradient(linear, left top, right top, from(#000DA6), color-stop(65.81%, rgba(13, 96, 214, 0.437996)), color-stop(101.9%, rgba(24, 160, 251, 0)));
  background: linear-gradient(90deg, #000DA6 0%, rgba(13, 96, 214, 0.437996) 65.81%, rgba(24, 160, 251, 0) 101.9%);
  -webkit-box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
  color: #fff;
}

section.carrer-change_section h2 {
  font-size: 4rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}

section.carrer-change_section h3 {
  font-size: 3rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 50px;
}

section.carrer-change_section p {
  font-size: 1.6rem;
}

section.carrer-change_section .training-program_form {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 40px 60px;
  margin-top: 20px;
}

section.carrer-change_section .training-program_form h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: bold;
}

section.carrer-change_section .training-program_form form#my-form .name, section.carrer-change_section .training-program_form form#my-form .last_name {
  width: 49%;
  float: left;
}

section.carrer-change_section .training-program_form form#my-form .name {
  margin-right: 2%;
}

section.carrer-change_section .training-program_form form#my-form .control {
  width: 100% !important;
}

section.carrer-change_section .training-program_form form#my-form .control input {
  height: 44px;
}

/**** Bootcamp Page CSS END ****/
/**** About Page CSS****/
section.about-better-preparation_section h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3rem;
}

section.about-better-preparation_section h3 {
  margin-top: 40px;
}

section.about-better-preparation_section p {
  margin-bottom: 30px;
}

/**** About Page CSS END ****/
/**** How our Programs Work Page CSS  ****/
.bootcamp-work_section .custom-flex:not(:first-child) {
  margin-top: 40px;
}

.bootcamp-work_section h2 {
  font-size: 3rem;
}

.bootcamp-work_section h3 {
  font-size: 2.6rem;
  margin: 0 0  10px;
}

.bootcamp-work_section p {
  margin: 0;
}

@media (max-width: 991px) {
  .bootcamp-work_section img {
    max-width: 150px;
    margin-bottom: 2rem;
  }
}

/**** How our Programs Work Page CSS END ****/
/**** Your Team Page CSS ****/
section.hero_banner-your-team {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  -webkit-box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
}

section.meet-your-team_section .custom-flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

section.meet-your-team_section h2 {
  font-size: 3rem;
  margin-bottom: 5rem;
}

section.meet-your-team_section h3 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

section.meet-your-team_section a.btn {
  margin-top: 5rem;
}

section.meet-our-coaches_section {
  background-color: #7CE0E5;
}

section.meet-our-coaches_section h2 {
  font-size: 3rem;
  margin-bottom: 5rem;
}

#coaches-slider .coaches-slider-item {
  padding: 0 100px;
}

@media (max-width: 991px) {
  #coaches-slider .coaches-slider-item {
    padding: 0 20px;
  }
}

#coaches-slider .coaches-slider-item h3.coach-title {
  font-size: 2rem;
  margin-bottom: 4rem;
}

/**** Your Team Page CSS END ****/
/**** Contact CSS ****/
.hero_banner-contact {
  background-color: #7CE0E5;
  color: #fff;
}

.contact-form_section .custom-flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.contact-form_section h2.sectionHeading {
  text-align: left;
  margin-bottom: 15px !important;
}

.contact-form_section p {
  font-size: 18px;
}

.contact-form_section ul {
  font-size: 18px;
  margin: 40px 0;
}

.contact-form_section ul li {
  margin-bottom: 30px;
}

.contact-form_section ul li i {
  font-style: normal;
  margin-right: 10px;
}

.contact-form_section .form-wrapper {
  padding: 30px;
  -webkit-box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.contact-form_section .form-wrapper h2 {
  margin-top: 0;
}

.contact-form_section .form-wrapper form .form-group {
  margin-bottom: 30px;
}

.contact-form_section .form-wrapper form label.form-label {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  top: 0;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
  display: block;
  right: 0;
  margin-bottom: 10px;
}

.contact-form_section .form-wrapper form textarea {
  min-height: 250px;
  background-color: #f5f5f5;
}

.contact-form_section .form-wrapper form .form-button {
  text-align: right;
}

.contact-form_section .form-wrapper form .form-button input.btn {
  font-size: 20px !important;
}

/**** Contact CSS END ****/
/**** Modal ****/
form#lead-journey-form-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.startApplication .fieldWrap {
  position: relative;
  display: inline-block;
}

.startApplication .fieldWrap input[type="email"] {
  width: 280px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  border: 2px solid #ccc;
  margin-right: 10px;
}

.startApplication .fieldWrap input.mage-error {
  border: 2px solid #ff0000;
}

.startApplication .lead-journey-btn {
  display: inline-block;
  height: 50px;
}

.lead-journey.modal-popup .modal-inner-wrap {
  width: 50%;
}

@media (max-width: 767px) {
  .lead-journey.modal-popup .modal-inner-wrap {
    width: 100%;
  }
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header {
  position: relative;
  background-color: #000DA6;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close {
  color: #fff !important;
  padding: 0.5rem 2rem !important;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header button.action-close::before {
  color: #fff !important;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-header .closeIntentTrigger {
  display: block;
  width: 65px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content {
  position: relative;
  padding: 3rem;
}

@media (max-width: 767px) {
  .lead-journey.modal-popup .modal-inner-wrap .modal-content {
    padding: 3rem 2rem;
  }
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content.hasIntentBox:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content .section1 h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content .section1 p {
  font-size: 1.6rem;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content .section1 .advisor-form-wrapper {
  margin-top: 3rem;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content .section1 .advisor-form-wrapper input {
  margin-bottom: 2rem;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-content .section1 .advisor-form-wrapper input, .lead-journey.modal-popup .modal-inner-wrap .modal-content .section1 .advisor-form-wrapper select {
  height: 40px;
}

.lead-journey.modal-popup .modal-inner-wrap .modal-footer {
  background-color: #000DA6;
  padding: 1rem 2rem;
}

.intentBoxWrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  top: 10%;
  z-index: 100;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

/**** Modal END****/
section.pdp-custom-tabs-hn .items {
  margin: 0 !important;
}

section.pdp-custom-tabs-hn .items .custom-tabs-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}

section.pdp-custom-tabs-hn .items .custom-tabs-title.sticky {
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999 !important;
  -webkit-box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.2);
          box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: stickymove 0.35s;
          animation: stickymove 0.35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

section.pdp-custom-tabs-hn .items .custom-tabs-title .item.title a.switch {
  display: block;
  font-weight: 600;
  line-height: 20px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
  background: #f0f0f0;
  border-bottom: none;
  padding: 15px 25px;
}

section.pdp-custom-tabs-hn .items .custom-tabs-title .item.title.active {
  background-color: #fff;
}

section.pdp-custom-tabs-hn .items .custom-tabs-title .item.title.active a.switch {
  color: #fff;
  background-color: #000da6;
}

section.pdp-custom-tabs-hn .items .item.content {
  border: none !important;
  float: unset  !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (min-width: 770px) {
  .d-md-none {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  p {
    font-size: 16px !important;
  }
  .grid12-3, .grid12-4, .grid12-5, .grid12-6, .grid12-7, .grid12-8, .grid12-9 {
    width: 100% !important;
  }
  .sectionHeading {
    font-size: 28px;
    margin: 0 auto 20px;
  }
  .custom-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-m-top-container {
    display: none;
  }
  .header-container3 {
    padding-top: 20px !important;
  }
  .hero_banner .grid12-4, .hero_banner .grid12-6 {
    text-align: center;
  }
  .hero_banner .hero_banner__mainHeading {
    font-size: 30px;
  }
  .hero_banner .hero_banner__text {
    font-size: 22px;
  }
  .hero_banner .hero_banner__buttons-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-footer .footer-primary img.footer-logo {
    margin-bottom: 15px;
  }
  .page-footer .footer-primary .grid12-6 {
    margin-bottom: 0;
  }
  .page-footer .footer-primary ul.disc {
    margin-bottom: 0;
  }
  .page-footer .footer-primary ul.disc li {
    margin-bottom: 10px;
  }
  .owl-controls .owl-buttons {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form_section .form-wrapper {
    padding: 20px;
    margin-top: 50px;
  }
  .contact-form_section .form-wrapper form .form-group {
    margin-bottom: 30px;
  }
  .contact-form_section .form-wrapper form label.form-label {
    font-size: 18px;
  }
  .contact-form_section .form-wrapper form textarea {
    min-height: 170px;
  }
  .contact-form_section .form-wrapper form .form-button input.btn {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 480px) {
  .subSections {
    padding: 30px 0;
  }
  .hero_banner .hero_banner__mainHeading {
    font-size: 28px;
  }
  .hero_banner .hero_banner__buttons-wrapper a {
    padding: 12px 20px !important;
  }
}
/*# sourceMappingURL=custom.css.map */