/*Common*/
body {
  font-family: GilroyRegular;
  color: #2b2e83;
  padding-top: 93px;
  background-color: rgba(0, 0, 0, 0.7); }

.main-container {
  margin: auto;
  max-width: 1170px;
  padding: 0 15px; }

.mental-health {
  margin: 0;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 767px) {
  .show-mobile {
    display: block !important; }

  .show-desctop {
    display: none !important; } }
@media screen and (max-width: 991px) {
  body {
    padding-top: 63px; } }
/*End Common*/
/*Header*/
.navbar-custom-class {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 !important;
  background-color: #fff;
  z-index: 1020 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .navbar-custom-class .logo-mobile {
    display: none; }
  .navbar-custom-class .main-logo img {
    max-width: 175px;
    max-height: 65px;
    object-fit: contain; }
  .navbar-custom-class .header-into-wrapper {
    padding: 15px 0; }
  .navbar-custom-class .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .navbar-custom-class .menu li {
      margin-right: 30px; }
      .navbar-custom-class .menu li:nth-last-of-type(1) {
        margin-right: 0; }
      .navbar-custom-class .menu li a {
        color: #2b2e83;
        text-transform: uppercase;
        transition: all .2s linear;
        font-size: 16px;
        font-family: GilroyMedium; }
        .navbar-custom-class .menu li a:hover {
          text-decoration: none;
          transition: all .2s linear;
          color: #149949; }
        .navbar-custom-class .menu li a:focus {
          outline: none; }

@media screen and (min-width: 992px) {
  .header-wrapper {
    display: block !important; }

  .burger-button {
    display: none !important; } }
@media screen and (max-width: 991px) {
  .navbar-custom-class {
    padding: 0 !important; }
    .navbar-custom-class .collapsed .burger-span {
      position: static !important; }
      .navbar-custom-class .collapsed .burger-span:nth-child(1) {
        transform: rotate(0deg) !important;
        transition: all .2s linear !important; }
      .navbar-custom-class .collapsed .burger-span:nth-child(3) {
        transform: rotate(0deg) !important;
        transition: all .2s linear !important; }
      .navbar-custom-class .collapsed .burger-span:nth-child(2) {
        width: 25px !important;
        transition: all .2s linear !important;
        margin: 0 auto 5px !important; }
    .navbar-custom-class .burger-button {
      display: block !important;
      padding: 0;
      margin: 0 15px 0 auto;
      border: none;
      height: 50px; }
      .navbar-custom-class .burger-button .burger-wrapper {
        position: relative;
        width: 25px; }
        .navbar-custom-class .burger-button .burger-wrapper .burger-span {
          position: absolute;
          top: 0;
          height: 3px;
          width: 25px;
          margin-bottom: 5px;
          background-color: #2b2e83;
          display: block; }
          .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(1) {
            transform: rotate(135deg);
            transition: all .2s linear; }
          .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(3) {
            transform: rotate(-135deg);
            transition: all .2s linear; }
          .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(2) {
            width: 0;
            margin: 0 auto 5px; }
          .navbar-custom-class .burger-button .burger-wrapper .burger-span:last-child {
            margin-bottom: 0; }
      .navbar-custom-class .burger-button:focus {
        outline: none; }
    .navbar-custom-class .logo-mobile {
      display: block;
      margin-left: 15px; }
      .navbar-custom-class .logo-mobile img {
        max-width: 175px;
        max-height: 65px;
        object-fit: contain; }
    .navbar-custom-class .main-logo {
      display: none !important; }
    .navbar-custom-class .menu-wrapper {
      width: 100%; }
    .navbar-custom-class .menu {
      width: 100%; }
      .navbar-custom-class .menu li {
        margin-right: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-custom-class .menu {
    justify-content: space-between;
    -webkit-justify-content: space-between; } }
@media screen and (max-width: 767px) {
  .navbar-custom-class .menu {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .navbar-custom-class .menu li {
      width: 100%; }
      .navbar-custom-class .menu li a {
        display: block; } }
/*End Header*/
/*Top Block*/
.page-top-block-wrapper {
  overflow: hidden;
  background-image: url("../images/top-block-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .page-top-block-wrapper .main-container {
    padding: 200px 15px; }

.page-top-block {
  max-width: 782px;
  border: 1.5px solid #afcbbb; }
  .page-top-block .top-info-block {
    padding: 60px 70px;
    background-color: rgba(175, 203, 187, 0.6); }
    .page-top-block .top-info-block .subtitle {
      font-size: 20px;
      font-family: GilroySemiBold;
      margin-bottom: 5px;
      max-width: 520px; }
    .page-top-block .top-info-block .title {
      text-transform: uppercase;
      font-size: 45px;
      line-height: 55px;
      font-family: GilroyBold;
      margin-bottom: 5px;
      max-width: 520px; }
    .page-top-block .top-info-block .text {
      max-width: 445px;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 21px; }
    .page-top-block .top-info-block .link {
      text-decoration: underline;
      font-size: 18px;
      font-family: GilroySemiBold;
      transition: all .2s linear;
      color: #2b2e83; }
      .page-top-block .top-info-block .link:hover {
        color: #149949;
        transition: all .2s linear; }
      .page-top-block .top-info-block .link:focus {
        outline: none; }
  .page-top-block .buttons-block {
    padding: 35px 70px;
    position: relative;
    z-index: 4; }
    .page-top-block .buttons-block .button-link {
      display: block;
      margin-right: 30px;
      font-size: 16px;
      color: #fff;
      font-family: GilroyBold;
      background-color: transparent;
      border-radius: 50px;
      border: 1px solid #fff;
      text-transform: uppercase;
      padding: 9px 0;
      width: 100%;
      max-width: 228px;
      text-align: center;
      letter-spacing: 1px;
      transition: all .2s linear; }
      .page-top-block .buttons-block .button-link:nth-last-of-type(1) {
        margin-right: 0; }
      .page-top-block .buttons-block .button-link:hover {
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #2b2e83;
        color: #2b2e83;
        transition: all .2s linear; }
      .page-top-block .buttons-block .button-link:focus {
        outline: none; }
    .page-top-block .buttons-block .button-link-leave {
      display: block;
      margin-right: 30px;
      font-size: 16px;
      color: #2b2e83;
      font-family: GilroyBold;
      background-color: #fff;
      border-radius: 50px;
      border: 1px solid #fff;
      text-transform: uppercase;
      padding: 9px 0;
      width: 100%;
      max-width: 228px;
      text-align: center;
      letter-spacing: 1px;
      transition: all .2s linear; }
      .page-top-block .buttons-block .button-link-leave:hover {
        text-decoration: none;
        background-color: #2b2e83;
        border: 1px solid #2b2e83;
        color: #fff;
        transition: all .2s linear; }
      .page-top-block .buttons-block .button-link-leave:focus {
        outline: none; }

.top-block-image {
  position: absolute;
  bottom: 0;
  right: -37%; }

@media screen and (max-width: 1200px) {
  .page-top-block-wrapper .main-container {
    padding: 100px 15px; }

  .top-block-image {
    right: -15%; }
    .top-block-image img {
      max-width: 900px; } }
@media screen and (max-width: 1150px) {
  .page-top-block-wrapper .main-container {
    padding: 50px 15px; }

  .top-block-image {
    right: -20%; }
    .top-block-image img {
      max-width: 800px; } }
@media screen and (max-width: 1050px) {
  .page-top-block-wrapper .main-container {
    padding: 25px 15px; }

  .top-block-image {
    right: -20%; }
    .top-block-image img {
      max-width: 700px; } }
@media screen and (max-width: 991px) {
  .page-top-block-wrapper .main-container {
    padding: 0 15px 50px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .page-top-block {
    order: 2;
    max-width: none;
    width: 100%; }
    .page-top-block .top-info-block .subtitle {
      margin: 0 auto 5px;
      text-align: center; }
    .page-top-block .top-info-block .title {
      margin: 0 auto 5px;
      text-align: center; }
    .page-top-block .top-info-block .text {
      margin: 0 auto 10px;
      text-align: center; }
    .page-top-block .top-info-block .link {
      display: block;
      text-align: center; }
    .page-top-block .buttons-block {
      justify-content: center;
      -webkit-justify-content: center; }

  .top-block-image {
    order: 1;
    position: relative;
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
    .top-block-image img {
      max-width: none;
      width: 100%; } }
@media screen and (max-width: 767px) {
  .page-top-block-wrapper .main-container {
    padding: 0 15px 25px; }

  .page-top-block .top-info-block {
    padding: 25px; }
  .page-top-block .buttons-block {
    padding: 25px; } }
@media screen and (max-width: 600px) {
  .page-top-block .top-info-block .subtitle {
    font-size: 18px; }
  .page-top-block .top-info-block .title {
    font-size: 30px;
    line-height: normal; }
  .page-top-block .top-info-block .text {
    font-size: 16px; }
  .page-top-block .top-info-block .link {
    font-size: 16px; }
  .page-top-block .buttons-block .button-link {
    max-width: none;
    margin-right: 0;
    margin-bottom: 25px; }
    .page-top-block .buttons-block .button-link:nth-last-of-type(1) {
      margin-bottom: 0; } }
@media screen and (max-width: 450px) {
  .page-top-block .top-info-block {
    padding: 15px; }
  .page-top-block .buttons-block {
    padding: 15px; } }
/*End Top Block*/
.aspects-block-wrapper {
  background-image: url("../images/aspects-block-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25% 50%; }
  .aspects-block-wrapper .aspects-block {
    padding: 60px 0 35px 0; }
    .aspects-block-wrapper .aspects-block .main-title {
      font-family: GilroyBold;
      font-size: 36px;
      color: #2b2e83;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 5px; }
    .aspects-block-wrapper .aspects-block .sub-text {
      max-width: 755px;
      font-size: 18px;
      color: #2b2e83;
      text-align: center;
      line-height: 21px;
      margin: 0 auto 25px auto; }
    .aspects-block-wrapper .aspects-block .courses-block .single-course {
      margin-bottom: 35px;
      box-shadow: 2px 2px 10px 0 lightgrey; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .image-order {
        order: 2; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .image {
        width: 40%;
        position: relative; }
        .aspects-block-wrapper .aspects-block .courses-block .single-course .image:before {
          content: "";
          display: block;
          padding-top: 63%; }
        .aspects-block-wrapper .aspects-block .courses-block .single-course .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .content {
        width: calc(100% - 40%);
        padding: 40px 65px 50px 127px;
        border: 1px solid #2b2e83;
        border-left: none;
        position: relative; }
        .aspects-block-wrapper .aspects-block .courses-block .single-course .content .title {
          font-family: GilroyBold;
          font-size: 30px;
          color: #2b2e83;
          text-transform: uppercase;
          margin-bottom: 5px; }
        .aspects-block-wrapper .aspects-block .courses-block .single-course .content .text {
          font-size: 18px;
          color: #2b2e83;
          line-height: 21px;
          margin-bottom: 15px; }
        .aspects-block-wrapper .aspects-block .courses-block .single-course .content .button-block {
          width: 100%; }
          .aspects-block-wrapper .aspects-block .courses-block .single-course .content .button-block .button-link {
            display: block;
            margin-right: 30px;
            font-size: 16px;
            color: #2b2e83;
            font-family: GilroyBold;
            background-color: transparent;
            border-radius: 50px;
            border: 1px solid #2b2e83;
            text-transform: uppercase;
            padding: 9px 0;
            width: 100%;
            max-width: 228px;
            text-align: center;
            letter-spacing: 1px;
            transition: all .2s linear; }
            .aspects-block-wrapper .aspects-block .courses-block .single-course .content .button-block .button-link:nth-last-of-type(1) {
              margin-right: 0; }
            .aspects-block-wrapper .aspects-block .courses-block .single-course .content .button-block .button-link:hover {
              text-decoration: none;
              background-color: #149949;
              border: 1px solid #149949;
              color: #fff;
              transition: all .2s linear;
              box-shadow: 0 0 40px -10px #149949; }
            .aspects-block-wrapper .aspects-block .courses-block .single-course .content .button-block .button-link:focus {
              outline: none; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .content-order {
        border: 1px solid #2b2e83 !important;
        border-right: none !important;
        padding: 40px 127px 50px 65px; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .number {
        position: absolute;
        width: 128px;
        height: 128px;
        background-color: #fff;
        border-radius: 50%;
        color: #2b2e83;
        font-family: GilroyBold;
        font-size: 60px;
        top: 50%;
        transform: translateY(-50%);
        left: -64px;
        border: 10px solid rgba(20, 153, 73, 0.5);
        -moz-background-clip: padding;
        -webkit-background-clip: padding;
        background-clip: padding-box; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .number-right {
        right: -64px;
        left: auto; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course:last-of-type {
        margin-bottom: 0; }

@media screen and (max-width: 1200px) {
  .aspects-block-wrapper .aspects-block .courses-block .single-course .content {
    padding: 40px 40px 40px 80px; }
  .aspects-block-wrapper .aspects-block .courses-block .single-course .content-order {
    padding: 40px 80px 40px 40px; } }
@media screen and (max-width: 1150px) {
  .aspects-block-wrapper .aspects-block {
    padding: 40px 0 35px 0; }
    .aspects-block-wrapper .aspects-block .courses-block .single-course .content .button-block {
      justify-content: center;
      -webkit-justify-content: center;
      flex-flow: column;
      -webkit-flex-flow: column; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .content .button-block .button-link {
        margin: 0 0 10px 0; } }
@media screen and (max-width: 767px) {
  .aspects-block-wrapper .aspects-block {
    padding: 20px 0; }
    .aspects-block-wrapper .aspects-block .main-title {
      font-size: 30px;
      line-height: 35px; }
    .aspects-block-wrapper .aspects-block .sub-text {
      font-size: 16px; }
    .aspects-block-wrapper .aspects-block .courses-block .single-course .image-order {
      order: 1; }
    .aspects-block-wrapper .aspects-block .courses-block .single-course .image {
      width: 100%; }
    .aspects-block-wrapper .aspects-block .courses-block .single-course .content-order {
      order: 2; }
    .aspects-block-wrapper .aspects-block .courses-block .single-course .content {
      width: 100%;
      padding: 75px 20px 20px;
      border: 1px solid #2b2e83 !important;
      border-top: none !important;
      justify-content: center;
      -webkit-justify-content: center; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .content .button-block {
        justify-content: center;
        -webkit-justify-content: center;
        flex-flow: column;
        -webkit-flex-flow: column; }
        .aspects-block-wrapper .aspects-block .courses-block .single-course .content .button-block .button-link {
          margin: 0 0 10px 0; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .content .title {
        font-size: 24px; }
      .aspects-block-wrapper .aspects-block .courses-block .single-course .content .text {
        font-size: 16px; }
    .aspects-block-wrapper .aspects-block .courses-block .single-course .number {
      right: auto !important;
      left: 50%;
      transform: translateX(-50%);
      top: -64px; } }
@media screen and (max-width: 450px) {
  .aspects-block-wrapper .aspects-block .courses-block .single-course .content {
    padding: 50px 20px 20px; }
  .aspects-block-wrapper .aspects-block .courses-block .single-course .number {
    width: 86px;
    height: 86px;
    font-size: 30px;
    top: -43px; } }
.attend-wrapper {
  background-image: url("../images/who-shall-attend-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25% 50%; }
  .attend-wrapper .attend-block {
    padding: 60px 0; }
    .attend-wrapper .attend-block .main-title {
      font-family: GilroyBold;
      font-size: 36px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 20px; }
    .attend-wrapper .attend-block .sub-text {
      font-family: GilroySemiBold;
      font-size: 30px;
      color: #fff;
      text-align: center;
      margin-bottom: 25px; }
    .attend-wrapper .attend-block .list-wrapper {
      margin-bottom: 30px; }
      .attend-wrapper .attend-block .list-wrapper .list-single {
        position: relative;
        max-width: 655px;
        width: 100%;
        background-color: rgba(185, 206, 197, 0.5);
        font-size: 24px;
        margin: 0  auto 35px auto;
        text-align: center;
        padding: 19.5px 20px; }
        .attend-wrapper .attend-block .list-wrapper .list-single .square {
          position: absolute;
          top: -15px;
          left: -10px;
          width: 51px; }
          .attend-wrapper .attend-block .list-wrapper .list-single .square img {
            width: 100%; }
        .attend-wrapper .attend-block .list-wrapper .list-single:last-of-type {
          margin: 0 auto; }
    .attend-wrapper .attend-block .text {
      font-family: GilroySemiBold;
      font-size: 30px;
      color: #fff;
      text-align: center; }

@media screen and (max-width: 767px) {
  .attend-wrapper .attend-block {
    padding: 20px 0; }
    .attend-wrapper .attend-block .main-title {
      font-size: 30px;
      margin-bottom: 5px;
      line-height: 35px; }
    .attend-wrapper .attend-block .sub-text {
      font-size: 24px;
      margin-bottom: 10px; }
    .attend-wrapper .attend-block .list-wrapper .list-single {
      font-size: 16px;
      margin: 0 auto 25px auto;
      padding: 14px 20px; }
      .attend-wrapper .attend-block .list-wrapper .list-single .square {
        width: 40px; }
    .attend-wrapper .attend-block .text {
      font-size: 21px; } }
.teach-wrapper {
  background-image: url("../images/what-we-teach-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25% 50%; }
  .teach-wrapper .teach-block {
    padding: 60px 0; }
    .teach-wrapper .teach-block .main-title {
      font-family: GilroyBold;
      font-size: 36px;
      text-transform: uppercase;
      text-align: center; }
    .teach-wrapper .teach-block .system-single {
      position: relative;
      width: 360px;
      border: 1px solid #2b2e83;
      margin-top: 150px;
      background-color: #fff; }
      .teach-wrapper .teach-block .system-single .text {
        font-family: GilroyMedium;
        font-size: 20px;
        line-height: 23px;
        background-color: #fff;
        padding: 50px 28px 40px 30px;
        position: relative;
        z-index: 2; }
      .teach-wrapper .teach-block .system-single .square {
        position: absolute;
        bottom: -8px;
        left: 50%;
        width: 15px;
        height: 15px;
        transform: translateX(-50%) rotate(45deg);
        background-color: #149949;
        box-shadow: 0 0 40px -10px #149949;
        z-index: 3; }
      .teach-wrapper .teach-block .system-single .main-circle {
        position: absolute;
        top: -110px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 150px;
        background-color: #fff;
        border-radius: 50%;
        z-index: 3; }
        .teach-wrapper .teach-block .system-single .main-circle > img {
          width: 100%;
          max-width: 90px;
          max-height: 105px;
          object-fit: contain; }
      .teach-wrapper .teach-block .system-single .bg-circle {
        position: absolute;
        top: -124px;
        left: 50%;
        transform: translateX(-50%);
        width: 178px;
        height: 178px;
        border: 12.5px solid rgba(20, 153, 73, 0.5);
        background-color: #2b2e83;
        -moz-background-clip: padding;
        -webkit-background-clip: padding;
        background-clip: padding-box;
        border-radius: 50%;
        z-index: 1; }
    .teach-wrapper .teach-block .system-wrapper {
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .teach-wrapper .teach-block .system-wrapper:nth-last-child(1) {
        margin-bottom: 20px; }
    .teach-wrapper .teach-block .system-wrapper-second {
      max-width: 750px;
      width: 100%;
      margin: auto; }
    .teach-wrapper .teach-block .chevron {
      display: block;
      margin: 0 auto 30px auto;
      max-width: 800px; }
      .teach-wrapper .teach-block .chevron img {
        width: 100%;
        object-fit: contain; }
    .teach-wrapper .teach-block .get-title {
      font-family: GilroyBold;
      font-size: 36px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 15px; }
    .teach-wrapper .teach-block .get-block {
      width: 100%;
      padding: 35px 65px;
      border: 1px solid #2b2e83;
      border-bottom: 8px solid #149949; }
      .teach-wrapper .teach-block .get-block .get-list {
        padding: 0;
        margin: 0;
        list-style: none; }
        .teach-wrapper .teach-block .get-block .get-list li {
          font-family: GilroyMedium;
          font-size: 20px; }

@media screen and (max-width: 1200px) {
  .teach-wrapper .teach-block .system-single {
    width: 320px; }
  .teach-wrapper .teach-block .system-wrapper-second {
    max-width: 700px; } }
@media screen and (max-width: 1050px) {
  .teach-wrapper .teach-block .system-single {
    width: 290px; }
  .teach-wrapper .teach-block .system-wrapper-second {
    max-width: 650px; } }
@media screen and (max-width: 991px) {
  .teach-wrapper .teach-block .system-single {
    width: 345px; }
  .teach-wrapper .teach-block .system-wrapper-second {
    max-width: none; }
  .teach-wrapper .teach-block .system-wrapper {
    justify-content: space-around;
    -webkit-justify-content: space-around; } }
@media screen and (max-width: 767px) {
  .teach-wrapper .teach-block {
    padding: 20px 0; }
    .teach-wrapper .teach-block .system-single {
      width: 100%; }
    .teach-wrapper .teach-block .get-title {
      font-size: 30px; }
    .teach-wrapper .teach-block .get-block {
      padding: 25px 35px; }
      .teach-wrapper .teach-block .get-block .get-list li {
        font-size: 16px; }
    .teach-wrapper .teach-block .chevron {
      margin: 0 auto 15px auto; } }
.theoretical {
  background-image: url("../images/coverage-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 70px 0 70px; }
  .theoretical .theoretical-container {
    max-width: 620px;
    width: 100%;
    margin: auto;
    padding: 0 15px; }
  .theoretical .title {
    font-family: GilroyBold;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
    color: #fff; }
  .theoretical .sub-text {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px; }
  .theoretical .blocks {
    padding-bottom: 10px; }
  .theoretical .single-theoretical {
    margin-bottom: 30px; }
    .theoretical .single-theoretical .number-wrapper {
      width: calc(100% - 375px); }
      .theoretical .single-theoretical .number-wrapper .number-title {
        width: 100%;
        color: #fff;
        font-size: 18px;
        font-family: GilroySemiBold;
        text-transform: uppercase;
        line-height: 23px; }
      .theoretical .single-theoretical .number-wrapper .number-line {
        width: calc(100% - 80px); }
        .theoretical .single-theoretical .number-wrapper .number-line .line {
          background-color: rgba(255, 255, 255, 0.5);
          height: 2px;
          width: 100%; }
      .theoretical .single-theoretical .number-wrapper .number-num {
        color: #fff;
        font-size: 44px;
        font-family: GilroyExtraBold;
        width: 80px; }
    .theoretical .single-theoretical .content-wrapper {
      min-height: 155px;
      width: 355px;
      border: 2px solid rgba(255, 255, 255, 0.5); }
      .theoretical .single-theoretical .content-wrapper ul {
        margin: 0;
        padding: 15px 19px;
        list-style: none;
        width: 100%; }
        .theoretical .single-theoretical .content-wrapper ul li {
          color: #fff;
          font-size: 18px;
          line-height: 23px; }
  .theoretical .single-theoretical-order .number-wrapper {
    order: 2; }
    .theoretical .single-theoretical-order .number-wrapper .number-num {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      order: 2; }
    .theoretical .single-theoretical-order .number-wrapper .number-line {
      display: flex;
      display: -webkit-flex;
      order: 1; }
    .theoretical .single-theoretical-order .number-wrapper .number-title {
      display: flex;
      display: -webkit-flex;
      order: 3;
      text-align: right; }
  .theoretical .single-theoretical-order .content-wrapper {
    order: 1;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid transparent; }
    .theoretical .single-theoretical-order .content-wrapper ul li {
      color: #2b2e83; }
  .theoretical .button .button-link {
    display: block;
    margin: auto;
    font-size: 16px;
    font-family: GilroyBold;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 9px 0;
    width: 100%;
    max-width: 228px;
    text-align: center;
    letter-spacing: 1px;
    transition: all .2s linear;
    background-color: #fff;
    border: 1px solid #2b2e83;
    color: #2b2e83; }
    .theoretical .button .button-link:hover {
      text-decoration: none;
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff;
      transition: all .2s linear; }
    .theoretical .button .button-link:focus {
      outline: none; }

@media screen and (max-width: 767px) {
  .theoretical {
    padding: 20px 0 20px; }
    .theoretical .title {
      font-size: 30px;
      line-height: 35px; }
    .theoretical .single-theoretical {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-bottom: 15px; }
      .theoretical .single-theoretical .number-wrapper {
        width: 100%;
        margin-bottom: 10px; }
        .theoretical .single-theoretical .number-wrapper .number-line {
          display: none !important; }
        .theoretical .single-theoretical .number-wrapper .number-num {
          width: 100%;
          text-align: center;
          line-height: 45px; }
        .theoretical .single-theoretical .number-wrapper .number-title {
          text-align: center; }
      .theoretical .single-theoretical .content-wrapper {
        width: 100%;
        min-height: 100px; }
        .theoretical .single-theoretical .content-wrapper ul {
          padding: 15px; }
    .theoretical .single-theoretical-order .number-wrapper {
      order: 2; }
      .theoretical .single-theoretical-order .number-wrapper .number-num {
        justify-content: center;
        -webkit-justify-content: center; }
      .theoretical .single-theoretical-order .number-wrapper .number-title {
        justify-content: center;
        -webkit-justify-content: center; }
    .theoretical .single-theoretical-order .content-wrapper {
      order: 2; } }
.about-wrapper {
  background-image: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .about-wrapper .about-block {
    padding: 60px 0; }
    .about-wrapper .about-block .main-title {
      font-family: GilroyBold;
      font-size: 36px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .about-wrapper .about-block .image-wrapper {
      position: relative; }
      .about-wrapper .about-block .image-wrapper .doctor-photo {
        position: absolute;
        right: 0; }
      .about-wrapper .about-block .image-wrapper .single-doctor-info {
        padding: 95px 0;
        max-width: 650px;
        width: 100% !important;
        z-index: 1;
        position: relative; }
        .about-wrapper .about-block .image-wrapper .single-doctor-info .main-circle {
          position: absolute;
          top: 8px;
          left: 50%;
          transform: translateX(-50%);
          width: 125px;
          height: 125px;
          background-color: #fff;
          border-radius: 50%;
          z-index: 3; }
          .about-wrapper .about-block .image-wrapper .single-doctor-info .main-circle > img {
            width: 100%;
            max-width: 90px;
            object-fit: contain;
            max-height: 83px; }
        .about-wrapper .about-block .image-wrapper .single-doctor-info .bg-circle {
          position: absolute;
          top: -3px;
          left: 50%;
          transform: translateX(-50%);
          width: 148px;
          height: 148px;
          border: 10px solid rgba(20, 153, 73, 0.5);
          background-color: #2b2e83;
          -moz-background-clip: padding;
          -webkit-background-clip: padding;
          background-clip: padding-box;
          border-radius: 50%;
          z-index: 1; }
      .about-wrapper .about-block .image-wrapper .single-image {
        width: 50%; }
        .about-wrapper .about-block .image-wrapper .single-image > img {
          width: 100%;
          height: 100%;
          max-height: 750px;
          object-fit: cover; }
        .about-wrapper .about-block .image-wrapper .single-image .doctor-info {
          padding: 50px  35px 40px 35px;
          background-color: #fff;
          border: 1px solid #2b2e83;
          border-bottom: 8px solid #149949;
          position: relative;
          z-index: 3; }
          .about-wrapper .about-block .image-wrapper .single-image .doctor-info .info-title {
            font-family: GilroySemiBold;
            font-size: 20px;
            text-align: center; }
          .about-wrapper .about-block .image-wrapper .single-image .doctor-info .info-sub-text {
            font-size: 20px;
            margin-bottom: 15px;
            text-align: center; }
          .about-wrapper .about-block .image-wrapper .single-image .doctor-info .info-text {
            padding: 0;
            margin: 0;
            list-style: none; }
            .about-wrapper .about-block .image-wrapper .single-image .doctor-info .info-text li {
              font-size: 18px;
              line-height: 23px;
              margin-bottom: 10px; }
              .about-wrapper .about-block .image-wrapper .single-image .doctor-info .info-text li:last-of-type {
                margin-bottom: 0; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper .about-block .main-title {
    margin-bottom: 100px; }
  .about-wrapper .about-block .image-wrapper .single-image {
    width: 60% !important; }
  .about-wrapper .about-block .image-wrapper .single-doctor-info {
    padding: 0; }
    .about-wrapper .about-block .image-wrapper .single-doctor-info .bg-circle {
      top: -98px; }
    .about-wrapper .about-block .image-wrapper .single-doctor-info .main-circle {
      top: -87px; }
  .about-wrapper .about-block .image-wrapper .doctor-photo {
    position: static;
    width: 40% !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; }
    .about-wrapper .about-block .image-wrapper .doctor-photo img {
      max-height: none; } }
@media screen and (max-width: 767px) {
  .about-wrapper .about-block {
    padding: 20px 0; }
    .about-wrapper .about-block .main-title {
      font-size: 30px;
      margin-bottom: 0;
      line-height: 35px; }
    .about-wrapper .about-block .image-wrapper {
      margin-top: 50px; }
      .about-wrapper .about-block .image-wrapper .single-image {
        width: 100% !important;
        max-width: none; }
        .about-wrapper .about-block .image-wrapper .single-image .doctor-info {
          padding: 60px 25px 15px 25px; }
          .about-wrapper .about-block .image-wrapper .single-image .doctor-info .info-text li {
            font-size: 16px;
            line-height: 18px; }
        .about-wrapper .about-block .image-wrapper .single-image > img {
          object-fit: contain; }
      .about-wrapper .about-block .image-wrapper .single-doctor-info {
        padding: 60px 0 20px; }
        .about-wrapper .about-block .image-wrapper .single-doctor-info .main-circle {
          top: -25px; }
        .about-wrapper .about-block .image-wrapper .single-doctor-info .bg-circle {
          top: -36px; }
      .about-wrapper .about-block .image-wrapper .doctor-photo {
        position: relative; } }
.footer-wrapper {
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .footer-wrapper .footer-block {
    position: relative;
    padding: 50px 0; }
    .footer-wrapper .footer-block .contact-wrapper {
      max-width: 930px;
      width: 100%;
      margin: 0 auto;
      padding: 0 15px; }
      .footer-wrapper .footer-block .contact-wrapper .contact-single {
        width: 30.5%;
        border: 1px solid #fff;
        background-color: rgba(185, 206, 197, 0.7);
        border-top: none; }
        .footer-wrapper .footer-block .contact-wrapper .contact-single .title {
          font-family: GilroyBold;
          font-size: 20px;
          text-transform: uppercase;
          text-align: center;
          color: #fff;
          padding: 7px 0; }
        .footer-wrapper .footer-block .contact-wrapper .contact-single .text {
          font-family: GilroySemiBold;
          font-size: 20px;
          padding: 25px 25px 20px; }
        .footer-wrapper .footer-block .contact-wrapper .contact-single .phone-link {
          font-family: GilroySemiBold;
          font-size: 20px;
          color: #2b2e83;
          transition: all .2s linear; }
          .footer-wrapper .footer-block .contact-wrapper .contact-single .phone-link:hover {
            text-decoration: none;
            transition: all .2s linear;
            color: #149949; }
          .footer-wrapper .footer-block .contact-wrapper .contact-single .phone-link:focus {
            outline: none; }
        .footer-wrapper .footer-block .contact-wrapper .contact-single .social-content .social-wrapper .social-single {
          width: 34px;
          height: 34px;
          border-radius: 50%;
          border: 1px solid #2b2e83;
          margin-right: 10px;
          transition: all .2s linear; }
          .footer-wrapper .footer-block .contact-wrapper .contact-single .social-content .social-wrapper .social-single:last-child {
            margin-right: 0; }
          .footer-wrapper .footer-block .contact-wrapper .contact-single .social-content .social-wrapper .social-single svg {
            transition: all .2s linear;
            font-size: 14px;
            color: #2b2e83; }
          .footer-wrapper .footer-block .contact-wrapper .contact-single .social-content .social-wrapper .social-single:hover {
            cursor: pointer;
            border: 1px solid #149949;
            transition: all .2s linear; }
          .footer-wrapper .footer-block .contact-wrapper .contact-single .social-content .social-wrapper .social-single:hover svg {
            transition: all .2s linear;
            color: #149949; }
          .footer-wrapper .footer-block .contact-wrapper .contact-single .social-content .social-wrapper .social-single:focus svg {
            outline: none; }
    .footer-wrapper .footer-block .back-to-top {
      position: absolute;
      top: -25.5px;
      right: 0;
      width: 51px;
      height: 51px;
      background-color: #2b2e83;
      border-radius: 50%;
      cursor: pointer;
      transition: all .2s linear; }
      .footer-wrapper .footer-block .back-to-top:hover {
        transition: all .2s linear;
        background-color: #149949; }
    .footer-wrapper .footer-block .contact-title-wrapper {
      max-width: 930px;
      width: 100%;
      margin: 0 auto;
      padding: 0 15px; }
      .footer-wrapper .footer-block .contact-title-wrapper .title-block {
        width: 30.5%;
        border: 1px solid #fff;
        border-bottom: none;
        font-family: GilroyBold;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        padding: 5.5px 0; }

@media screen and (max-width: 991px) {
  .footer-wrapper .footer-block .contact-wrapper {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .footer-wrapper .footer-block .contact-wrapper .contact-single .title-mobile {
    display: none; } }
@media screen and (max-width: 767px) {
  .footer-wrapper .footer-block {
    padding: 20px 0; }
    .footer-wrapper .footer-block .contact-wrapper .contact-single {
      width: 100%;
      margin-bottom: 25px;
      background-color: transparent;
      border-top: 1px solid #fff; }
      .footer-wrapper .footer-block .contact-wrapper .contact-single .text {
        text-align: center;
        width: 100%; }
      .footer-wrapper .footer-block .contact-wrapper .contact-single .title-mobile {
        border-bottom: none;
        font-family: GilroyBold;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        padding: 5.5px 0; }
      .footer-wrapper .footer-block .contact-wrapper .contact-single .social-content, .footer-wrapper .footer-block .contact-wrapper .contact-single .phone-text, .footer-wrapper .footer-block .contact-wrapper .contact-single .text {
        background-color: rgba(185, 206, 197, 0.7);
        padding: 25px 25px 20px; }
    .footer-wrapper .footer-block .back-to-top {
      bottom: -25.5px;
      top: auto; }
    .footer-wrapper .footer-block .contact-title-wrapper {
      display: none !important; } }
.copyright-wrapper {
  background-color: #fff; }
  .copyright-wrapper .copyright-block {
    text-align: center;
    padding: 15px 0; }
    .copyright-wrapper .copyright-block a {
      font-size: 14px;
      color: #000000;
      transition: all .2s linear; }
      .copyright-wrapper .copyright-block a:hover {
        text-decoration: none;
        color: #149949;
        transition: all .2s linear; }
      .copyright-wrapper .copyright-block a:focus {
        outline: none; }

.application-modal-dialog {
  padding: 0 10px;
  max-width: 880px;
  margin: 0 auto; }
  .application-modal-dialog .modal-content {
    border-radius: 0 !important; }
    .application-modal-dialog .modal-content .application-wrapper .image {
      width: 37%;
      overflow: hidden; }
      .application-modal-dialog .modal-content .application-wrapper .image img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        transform: scale(1.5); }
    .application-modal-dialog .modal-content .application-wrapper .content {
      width: calc(100% - 37%);
      background-color: #fff;
      padding: 40px 60px 50px;
      position: relative; }
      .application-modal-dialog .modal-content .application-wrapper .content .title {
        font-size: 30px;
        color: #2b2e83;
        font-family: GilroyBold;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 30px; }
      .application-modal-dialog .modal-content .application-wrapper .content .warning-wrapper {
        margin-bottom: 30px; }
        .application-modal-dialog .modal-content .application-wrapper .content .warning-wrapper .warning {
          font-size: 20px;
          color: red; }
      .application-modal-dialog .modal-content .application-wrapper .content .input-wrapper {
        margin-bottom: 15px; }
        .application-modal-dialog .modal-content .application-wrapper .content .input-wrapper input {
          width: 100%;
          border-radius: 10px;
          font-size: 20px;
          color: #626262;
          padding: 9px 15px;
          border: 1px solid #c6c6c6;
          background-color: #f8f7f7; }
          .application-modal-dialog .modal-content .application-wrapper .content .input-wrapper input:focus {
            outline: none; }
        .application-modal-dialog .modal-content .application-wrapper .content .input-wrapper:last-of-type {
          margin-bottom: 25px; }
      .application-modal-dialog .modal-content .application-wrapper .content .send-button {
        max-width: 225px;
        width: 100%;
        margin: 0 auto; }
        .application-modal-dialog .modal-content .application-wrapper .content .send-button input {
          display: block;
          font-family: GilroyBold;
          font-size: 16px;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          background-color: #149949;
          cursor: pointer;
          border: 1px solid transparent;
          transition: all .2s linear;
          width: 100%;
          padding: 10px 0;
          border-radius: 50px;
          letter-spacing: 1px;
          box-shadow: 0 0 40px -10px #149949; }
          .application-modal-dialog .modal-content .application-wrapper .content .send-button input:hover {
            color: #149949;
            background-color: transparent;
            transition: all .2s linear;
            border: 1px solid #149949; }
          .application-modal-dialog .modal-content .application-wrapper .content .send-button input:focus {
            outline: none; }
      .application-modal-dialog .modal-content .application-wrapper .content .cross {
        position: absolute;
        top: 25px;
        right: 25px;
        cursor: pointer; }

@media screen and (max-width: 767px) {
  .application-modal-dialog .modal-content .application-wrapper .image {
    display: none; }
  .application-modal-dialog .modal-content .application-wrapper .content {
    width: 100%;
    padding: 20px; }
    .application-modal-dialog .modal-content .application-wrapper .content .title {
      font-size: 20px;
      margin-bottom: 15px; }
    .application-modal-dialog .modal-content .application-wrapper .content .cross {
      top: 15px;
      right: 15px; } }
.about-modal-dialog {
  max-width: 900px;
  padding-left: 15px; }
  .about-modal-dialog .modal-content .about-wrapper .title {
    font-size: 24px;
    font-family: GilroyBold;
    text-transform: uppercase;
    text-align: center;
    padding: 22px 0;
    background-color: #89cca4;
    position: relative; }
    .about-modal-dialog .modal-content .about-wrapper .title .cross {
      position: absolute;
      cursor: pointer;
      top: 15px;
      right: 23px; }
  .about-modal-dialog .modal-content .about-wrapper .content {
    padding: 40px;
    background-color: #fff;
    font-size: 16px; }

@media screen and (max-width: 767px) {
  .about-modal-dialog .modal-content .about-wrapper .title {
    padding: 22px 15px;
    font-size: 17px;
    text-align: left; }
    .about-modal-dialog .modal-content .about-wrapper .title .cross {
      top: 20px; }
  .about-modal-dialog .modal-content .about-wrapper .content {
    padding: 20px; } }
.success-main-wrapper .success-block {
  background-color: #fff;
  padding: 80px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.28); }
  .success-main-wrapper .success-block .success-wrapper {
    margin-bottom: 30px; }
    .success-main-wrapper .success-block .success-wrapper .success-text {
      text-align: center;
      font-size: 20px;
      font-family: GilroySemiBold;
      color: #2b2e83; }
  .success-main-wrapper .success-block .success-button {
    max-width: 228px;
    margin: 0 auto; }
    .success-main-wrapper .success-block .success-button a {
      display: block;
      font-size: 16px;
      color: #2b2e83;
      font-family: GilroyBold;
      background-color: transparent;
      border-radius: 50px;
      border: 1px solid #2b2e83;
      text-transform: uppercase;
      padding: 9px 0;
      width: 100%;
      max-width: 228px;
      text-align: center;
      letter-spacing: 1px;
      transition: all .2s linear; }
      .success-main-wrapper .success-block .success-button a:hover {
        text-decoration: none;
        background-color: #149949;
        border: 1px solid #149949;
        color: #fff;
        transition: all .2s linear; }
      .success-main-wrapper .success-block .success-button a:focus {
        outline: none; }

/*# sourceMappingURL=style.css.map */
