@charset "UTF-8";
/*
Theme Name: NLG
Author: Avisa Tech
Author URI: https://avisa.kg/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "NotoSans";
  src: url("./fonts/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansBold";
  src: url("./fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: bold;
}

.pt-body {
  padding-top: 143px;
}

.lesson-body.pt-body2 {
  padding-top: 211px;
}

a,
button {
  cursor: pointer;
}

body {
  font-family: "NotoSans", sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.show {
  display: inline-block;
}

.container {
  position: relative;
}

.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.sub-wrapper {
  margin: 0 100px;
}

.menu-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

.nav-items {
  width: 1260px;
}

.nav-items li a {
  white-space: nowrap;
}

#user_login .menu-login {
  display: none;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider {
  background: #bcbcbc;
  width: 100%;
  height: 1px;
}
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: inline-block;
  margin: 20px;
}

.circle.red {
  background: #ee2121;
}

.circle.green {
  background: #25927d;
}

.circle.violet {
  background: #37c6f4;
}

/* btn */

.btn {
  /* width: 173px; */
  height: 42px;
  border: 0;
  border-radius: 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  padding: 0 30px;
}

:focus {
  outline: none;
}

.btn.red {
  background: #f9526f;
  color: #ffffff;
}

.btn.violet {
  background: #5762ba;
  color: #ffffff;
}

.btn.gray {
  background: #7b7b7b;
  color: #ffffff;
}

.btn.gray:hover {
  background: #676767;
  color: #ffffff;
}

.relative {
  position: relative;
}

.btn.cyan {
  background: #37c6f4;
  color: #ffffff;
}

.btn.black-blue {
  background: #093a49;
  color: #ffffff;
}

.quizzes .btn.cyan {
  background: #093a49;
  color: #ffffff;
}

.btn.green-blue {
  background: #64afb2;
  color: #ffffff;
}

.quizzes .btn.green-blue {
  background: #24515f;
  color: #ffffff;
}

.column-5 {
  width: 5%;
  display: inline-block;
}

.column-95 {
  width: 94%;
  display: inline-block;
}

.column-20 {
  width: 38.6%;
  display: inline-block;
}

.column-80 {
  width: 59%;
  display: inline-block;
}

.column-25 {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
}
.column-25.item-video {
  min-height: 250px;
}

.column-30 {
  width: 33%;
  display: inline-block;
}

.column-30a {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

.column-70 {
  width: 66%;
  display: inline-block;
}

.column-25 {
  width: 24.5%;
  display: inline-block;
}

.column-50 {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

.column-65 {
  width: 72.8%;
  display: inline-block;
  vertical-align: top;
}

.column-35 {
  width: 26.5%;
  display: inline-block;
  vertical-align: top;
}

.margin-top-180 {
  margin-top: 180px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-110 {
  margin-top: 110px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.padding-right {
  padding-right: 10px;
  box-sizing: border-box;
}

.padding-left {
  padding-left: 10px;
  box-sizing: border-box;
}

/* Navigation */

.nav-container {
  height: 115px;
  display: flow-root;
  background: #fff;
  margin-bottom: 20px;
}

.nav-items {
  height: 71px;
  position: absolute;
  top: 44px;
  background: white;
  z-index: 99;
  padding: 0;
}

.nav-items li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  height: 42px;
  padding: 0 16px;
}

.nav-items .sub-menu:before {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: -5;
  left: 50%;
  top: -4px;
  width: 36px;
  height: 36px;
  border: 0.5px solid #d0d4d4;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  box-shadow: 0 1px 10px 1px rgba(62, 75, 75, 0.2);
}

.nav-items .home-page-menu {
  background-image: url(img/menu-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
}

.nav-items .home-page-menu a {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  /* display: none; */
}

.nav-items .first-item-menu a {
  background: #37c6f4;
  border-radius: 11px;
}

.nav-items .first-item-menu ul a {
  background: transparent;
  border-radius: 11px;
  color: #000;
}

.nav-items .last-item-menu a {
  background: #f9526f;
  border-radius: 11px;
}

.nav-items li a {
  text-decoration-line: none;
  color: #000000;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #000000;
  height: 42px;
  padding: 0 10px;
  line-height: 42px;
}

.nav-items .first-item-menu a,
.nav-items .last-item-menu a {
  color: #ffffff;
  text-transform: none;
}

.nav-items .first-item-menu ul a,
.nav-items .last-item-menu ul a {
  color: #000000;
  text-transform: none;
}

.nav-items .sub-menu a {
  text-transform: none;
}

.nav-items .current-menu-item {
  /* margin-top: 5px; */
  padding-bottom: 0px;
}

.nav-items .current-menu-item a {
  border-bottom: 3px solid #37c6f4;
  color: #37c6f4;
}

.nav-items .last-item-menu.current-menu-item a,
.nav-items .first-item-menu.current-menu-item a {
  color: #fff;
}

.nav-items .current-menu-item.home-page-menu {
  margin-top: 0px;
  padding-bottom: 0px;
  margin-right: 10px;
}

.nav-items .current-menu-item.home-page-menu a,
.nav-items .current-menu-item.first-item-menu a,
.nav-items .current-menu-item.last-item-menu a,
.nav-items .sub-menu a {
  border-bottom: 0;
}

.sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
  top: 57px;
  border: 0.5px solid #d0d4d4;
  box-shadow: 0 1px 10px 1px rgba(62, 75, 75, 0.2);
  padding-bottom: 5px;
}

.sub-menu li {
  background-color: #fff;
  height: 20px;
  padding: 12px 0 0;
}

.sub-menu li a {
  line-height: 30px;
}

.sub-menu li.current-menu-item {
  background: #37c6f4;
}

.sub-menu li.current-menu-item a {
  color: white;
}

.sub-menu li:hover {
  background: #37c6f4;
}

.sub-menu li:hover a {
  color: white;
}

.nav-items li:hover .sub-menu {
  display: inline-block;
}

.about-menu .sub-menu {
  margin-left: -17px;
}

.our-impact-menu .sub-menu {
  margin-left: -118px;
}

/* main title and image */

.main-title {
  text-align: center;
}

.main-title h3 {
  font-family: NotoSansBold;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #3b4279;
  display: inline-block;
}

.home .main-title h3 {
  max-width: 800px;
}

.home .main-img .main-title {
  vertical-align: middle;
}

.main-title p {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  color: #7b7b7b;
}

.about .main-title p {
  text-align: right;
}

.main-img img {
  width: 100%;
}

.main-img object {
  width: 100%;
  height: 1000px;
}

.home .main-title {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 77px;
}

/* logos */

.logo-container {
  margin-top: -5px;
}

.gray-line {
  width: 100%;
  height: 0px;
  opacity: 0.7;
  border: 1px solid #bcbcbc;
}

.logo-container ul {
  margin: 25px 0;
}

.logo-container ul li {
  list-style: none;
}

.content-text.with-line {
  margin: 10px 0;
}

.content-text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}

.content-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #7b7b7b;
  margin-top: 17px;
}

/* video-container */

.video-container {
  margin-top: 140.5px;
}

.video-content {
  margin-top: 43px;
}

.video-list {
  margin: 20px 0;
}

/* practical-container */

.practical-container {
  margin-top: 211px;
}

.cart-content {
  margin-top: 63px;
}

.cart {
  width: 263px;
  text-align: center;
  margin: 20px 0;
}

.cart-text h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
}

.cart-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #696969;
  margin-top: 20px;
}

/* school-container */

.school-container {
  margin-top: 156px;
}

.school-container .left-side .cyan {
  margin-left: -25px;
  margin-right: 16px;
}

.block-content {
  display: none;
}

.block-content.active {
  display: block;
}

.block-content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}

.block-content .block-content-body {
  display: inline-flex;
  justify-content: space-between;
  margin: 20px 0;
}

.block-content .left-side {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #696969;
  /* padding-top: 10px; */
  padding-left: 28px;
}

.block-content-body li {
  list-style: none;
  margin: 20px 0;
}

.block-content-body li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 14px;
  margin-left: -26px;
  /* Also needed for space (tweak if needed) */
  font-size: 30px;
  vertical-align: middle;
}

.block-content-body li::before {
  color: #37c6f4;
}

.school-tab {
  margin: 34px 0;
}

.school-tab li {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  list-style: none;
  cursor: pointer;
}

.school-tab li.active {
  margin-top: 14px;
  display: inline-block;
  padding-bottom: 10px;
}

.school-tab .active span {
  border-bottom: 3px solid #37c6f4;
}

/* .school-tab .red.active {
  border-bottom: 5px solid #F9526F;
}
.school-tab .green.active {
  border-bottom: 5px solid #64AFB2;
}
.school-tab .violet.active {
  border-bottom: 5px solid #64AFB2;
} */

/* slider-container */

.slider-container {
  margin-top: 193px;
}

.item-slide {
  height: 348px;
  background: #ffffff;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  text-align: center;
  margin: 20px;
  outline: none;
  padding: 30px;
  box-sizing: border-box;
}

.item-slide img {
  display: inline-block;
}

.bg-slider {
  margin: 30px 0;
}

.slide h3 {
  margin-top: 20px;
}

.slide img {
  margin: 5px 0;
  border-radius: 42.5px;
}

.slick-prev:before {
  content: "" !important;
}

.slick-next:before {
  content: "" !important;
}

.slick-prev {
  background: url("./img/prev.svg") !important;
  width: 23px !important;
  height: 30px !important;
}

.slick-prev:hover {
  background: url("./img/prev.svg") !important;
  width: 23px !important;
  height: 30px !important;
}

.slick-next {
  background: url("./img/next.svg") !important;
  width: 23px !important;
  height: 30px !important;
}

.slick-next:hover {
  background: url("./img/next.svg") !important;
  width: 23px !important;
  height: 30px !important;
}
.slick-slide img {
  display: inline-block !important;
}
.item-slide h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  padding: 0 20px 11px;
}

.item-slide .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.item-slide .link {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #7b7b7b;
  margin-top: 8px;
}

/* footer */

.subscribe-container {
  margin: 111px 0 100px;
}

.form {
  text-align: center;
  margin-top: 40px;
}

.bg-form {
  width: 738px;
  display: inline-block;
}

.subscribe-input {
  width: 545px;
  height: 42px;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 11px;
  padding: 0 20px;
  margin-right: 15px;
}

.subscribe-submit {
  width: 173px;
  height: 42px;
  background: #64afb2;
  border-radius: 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  border: 0;
}

.sosial {
  text-align: center;
  margin-top: 70px;
}

.sosial li {
  display: inline-block;
  margin: 9px;
}

.subscribe-container .content-text h3 {
  font-size: 28px;
  line-height: 38px;
}

.subscribe-container .content-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #7b7b7b;
}

/* about */

.about .main-title {
  position: absolute;
  /* left: 0; */
  right: 0;
  /* margin-top: 20px; */
  text-align: right;
}

.about header .main-title h3 {
  text-align: right;
  width: 810px;
  display: inline-block;
}

.about header .main-title p {
  text-align: right;
  width: 810px;
  display: inline-block;
  margin-top: 10px;
}

.mission-container {
  margin-top: 105px;
}

.column-mission {
  width: 33%;
  text-align: center;
  align-self: flex-start;
  padding: 0 40px;
}

.column-mission p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  margin-top: 30px;
}

.support-container {
  margin-top: 180px;
}

.support-container h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  margin: 20px 0;
}

.support-container p {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #696969;
  margin: 15px 0;
}

.support-container .column-50:first-child {
  padding: 0 40px 0 0;
}

.support-container .column-50:first-child p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #2dd078;
}

.support-container .column-50:last-child {
  padding: 0 0 0 40px;
}

.support-container .content-text {
  margin-bottom: 70px;
}

/* container-exp */

.container-exp {
  margin-top: 280px;
}

.experience {
  text-align: left;
  padding-top: 40px;
}

.experience div {
  vertical-align: top;
}

.experience p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #696969;
  margin-top: 30px;
}

.experience .column-30 {
  margin: 20px 0;
  text-align: center;
}

.experience div {
  padding: 20px;
  box-sizing: border-box;
}

/* mental-container */

.mental-container {
  margin-top: 74px;
}

.mental-container .sub-wrapper {
  margin-bottom: 87px;
}

/* human-container */

.human-container {
  margin-top: 192px;
}

.human-container .btn {
  width: 200px;
  margin: 8px 0;
}

.human-container .flex-center {
  margin-top: 47px;
}

.quiz-bottom-container .btn {
  width: 250px;
  margin: 8px 0;
}

.quiz-bottom-container .flex-center {
  margin-top: 47px;
}

/* our-impact */

.impact header {
  margin-top: 13px;
}

.impact .main-title {
  margin-bottom: -125px;
}

.impact .main-title h3 {
  margin-bottom: -20px;
}

.impact .main-title p {
  margin-top: 35px;
}

.impact .mental-container .mental-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 49px;
  text-align: center;
  margin-bottom: 70px;
}

.impact .care-tab {
  margin-bottom: 15px;
}

.care-tab {
  margin: 20px 0;
}

.projects-container {
  margin-top: 125px;
}

.projects-container .care-tab {
  margin: 20px 0 68px;
}

.care-tab li {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  list-style: none;
  cursor: pointer;
}

.care-tab li.active {
  margin-top: 14px;
  display: inline-block;
  padding-bottom: 10px;
}

.care-tab .active {
  border-bottom: 5px solid #5762ba;
}

/* .care-tab .red.active {
  border-bottom: 5px solid #F9526F;
}
.care-tab .green.active {
  border-bottom: 5px solid #64AFB2;
}
.care-tab .violet.active {
  border-bottom: 5px solid #64AFB2;
} */

.impact .project img {
  margin-right: 117px;
}

.impact .project .flex {
  margin-bottom: 80px;
}

.impact .project .flex img,
.impact .project .flex div {
  align-self: flex-start;
}

.impact .project h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
}

.impact .project p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
  margin: 12px 0 40px;
}

.impact .project .btn {
  padding: 0 30px;
}

.partnership .main-title {
  margin-bottom: -77px;
}

.partnership .main-img {
  margin-top: 18px;
}

.partnership_btns {
  width: 257px;
  text-align: center;
}

.partnership_btns button {
  width: 100%;
}

.organizations {
  text-align: center;
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  width: 25%;
  cursor: pointer;
}

.organizations h3 {
  font-family: NotoSans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}

.organizations p {
  font-family: NotoSans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-top: 16px;
  color: #696969;
}

.organizations {
  background: #fff;
}

.organizations h3 {
  color: #000;
  margin: 24px 0 16px;
}

.organizations p {
  color: #7b7b7b;
}

.organizations.active h3 {
  color: #fff;
}

.organizations.active p {
  color: #fff;
}

.organizations.active svg path {
  fill: white;
}

.organizations.blue.active {
  background: #37c6f4;
}

.organizations.blue svg path {
  fill: #37c6f4;
}

.organizations.blue.active svg path {
  fill: white;
}

.organizations.green.active {
  background: #64afb2;
}

.organizations.green svg path {
  fill: #64afb2;
}

.organizations.green.active svg path {
  fill: white;
}

.organizations.yellow.active {
  background: #fba52f;
}

.organizations.yellow svg path {
  fill: #fba52f;
}

.organizations.yellow.active svg path {
  fill: white;
}

.organizations img {
  margin-bottom: 27px;
}

.organizations-container {
  margin-top: 102px;
}

.invest {
  margin-bottom: 80px;
  margin-top: 80px;
}

.invest img {
  width: 117px;
  height: auto;
  margin-right: 50px;
}

.invest-item {
  margin: 44px 0;
}
.invest-item2 {
  margin-top: 90px;
}
.invest-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  /* text-align: center; */
  color: #696969;
}

.invest-item2 p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #052c8c;
}

.invest-item2 img {
  width: 175.96px;
  height: auto;
}

.invest-item2 span {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  width: 300px;
  color: #7b7b7b;
  display: inline-block;
}

.barriers {
  margin-top: 48px;
}

.barriers .barriers-item-1 p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  margin: 15px 0;
  color: #696969;
}

.barriers .barriers-item-1 p::before {
  content: "\A";
  border-radius: 50%;
  display: inline-block;
  background: #37c6f4;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin-right: 25px;
}

.barriers .barriers-item-2 p {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  color: #5762ba;
}

.barriers-text h3 {
  text-align: left;
}

.barriers-container {
  margin-top: 90px;
}

.invest-container {
  margin-top: 70px;
  display: none;
}

.invest-container.active {
  display: block;
}

.invest-container .btn {
  margin: 10px 0;
  padding: 5px 70px;
}

.partnership .invest-container .btn {
  margin: 10px 0;
  padding: 5px 30px;
}

.partnership .invest-container .block-content .btn.cyan {
  margin-right: 20px;
  margin-left: -25px;
}

.why div {
  text-align: center;
  margin: 30px;
}

.why-item h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
}

.why-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin-top: 20px;
  color: #696969;
}

.why-item {
  align-self: flex-start;
}

.why-item img {
  margin: 35px 0;
}

.partnership-human {
  margin-top: 68px;
}

.partnership-human .btn {
  width: 259px;
  margin: 8px 0;
}

.project-text {
  align-self: flex-start;
}

.right .project-text {
  margin-left: 117px;
}

.left .project-text {
  margin-right: 117px;
}

.project .flex {
  margin: 80px 0;
}

.project .flex .btn {
  margin-top: 40px;
}

.partnership .project-text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 40px;
}

.partnership .project-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #696969;
}

.partnership .project .flex {
  position: relative;
}

.partnership .project {
  margin-top: 55px;
}

.partnership .project .vert-line {
  width: 72px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 534px;
}

.partnership .project .vert-line.vert-line-1 {
  background: url("img/vert-line1.svg") no-repeat top right;
}

.partnership .project .vert-line.vert-line-2 {
  background: url("img/vert-line2.svg") no-repeat top right;
}

.partnership .project .vert-line.vert-line-3 {
  background: url("img/vert-line3.svg") no-repeat top right;
}

.partnership .project .vert-line.vert-line-4 {
  background: url("img/vert-line4.svg") no-repeat top right;
}

.partnership .project .vert-line.vert-line-5 {
  background: url("img/vert-line5.svg") no-repeat top right;
}

.partnership .project .vert-line.vert-line-6 {
  background: url("img/vert-line6.svg") no-repeat top right;
}

.partnership .project .vert-line.vert-line-7 {
  background: url("img/vert-line7.svg") no-repeat top right;
}

.partnership .project .vert-line.vert-line-8 {
  background: url("img/vert-line8.svg") no-repeat top right;
}

.partnership .project .flex {
  margin: 0;
  padding: 80px 0 50px;
}

.partnership .project img {
  width: 501px;
}

.partnership .project .project-text {
  padding-right: 100px;
}

/* our-values */

.our-values .experience p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #696969;
}

.our-values .experience h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  margin: 31px 0 12px;
}

.teams {
  margin-top: 83px;
}

.teams div {
  text-align: center;
  vertical-align: top;
  margin: 50px 0;
}

.teams a {
  text-decoration: none;
}
.teams h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin-top: 14px;
}

.teams p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #696969;
}

.our-values .main-title {
  margin-bottom: -127px;
  margin-top: 29px;
}

.container-our-core {
  margin-top: 80px;
}

.modal {
  max-width: 85%;
  box-shadow: 0 0 12px #0000005c;
}

.blocker {
  background-color: rgba(255, 255, 255, 0.85);
}

.modal a.close-modal {
  top: 50px;
  right: 61px;
  width: 20px;
  height: 20px;
  background-image: url(img/close.svg);
}

.modal-text {
  padding: 50px 50px 50px 0;
  box-sizing: border-box;
  vertical-align: top;
}

.modal-text h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #5762ba;
}

.modal-text span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #7b7b7b;
  margin: 7px 0 16px;
  display: inline-block;
}

.modal-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 10px 0;
}

.modal .person {
  padding: 50px 30px 20px 20px;
  box-sizing: border-box;
  vertical-align: top;
}
.modal .person img {
  border-radius: 50%;
}
.modal .modal-text {
  width: 100%;
}

.modal .person .flex {
  /* width: 100px; */
}

.modal .person .sos {
  text-align: center;
  margin-top: 30px;
}

.modal .person,
.modal .modal-text {
  align-self: start;
}

.modal .person .sos .sos-block {
  width: 115px;
  display: inline-block;
}

/* //// */

.fixed {
  position: fixed;
  top: -44px;
  left: 0;
  right: 0;
  z-index: 99;
}

.main-title.white-title {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 77px;
}

.main-title.white-title h3 {
  color: white;
  margin-bottom: 27px;
}

.main-title.white-title p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  /* color: #FFFFFF; */
}

.three-column {
  text-align: center;
  padding-top: 40px;
}

.three-column div {
  vertical-align: top;
}

.three-column img {
  margin-bottom: 33px;
}

.three-column h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
}

.three-column p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  /* margin-top: 5px; */
}

.three-column .column-30 {
  margin: 20px 0;
}

.three-column div {
  padding: 20px;
  box-sizing: border-box;
}

.block-img-text {
}

.block-img-text1 {
  align-self: flex-start;
}

.block-img-text2 {
  align-self: middle;
  margin-left: 50px;
}

.block-img-text2 p {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  color: #052c8c;
  margin-bottom: 10px;
}

.block-img-text2 div {
  text-align: right;
}

.block-img-text2 div p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #696969;
  margin-top: 40px;
  text-align: left;
  width: 50%;
  display: inline-block;
}

.donors {
  text-align: center;
}

.donors .align-center {
  margin-bottom: 130px;
}

.donors .column-30 {
  margin-bottom: 50px;
}

.series-container {
  text-align: center;
}

.series-container object,
.series-container video {
  margin-top: 30px;
}

.series-container p,
.series-container h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}

.a_list {
  margin-top: 49px;
}

.a_list li {
  list-style: none;
  margin: 22px 0;
}

.a_list li img {
  list-style: none;
  vertical-align: middle;
  margin-right: 43px;
}

.a_list li span {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #7b7b7b;
  vertical-align: middle;
}

.p-text {
  text-align: center;
}

.p-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}

.a-list-text {
  margin-top: 40px;
}

.a-list-text li {
  list-style: none;
  margin: 30px 0;
}

.a-list-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #7b7b7b;
}

.a-list-text span {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-right: 20px;
}

.dest-type {
  border: 1px solid #7b7b7b;
  box-sizing: border-box;
  border-radius: 11px;
  width: 94%;
  display: inline-block;
  text-align: center;
  padding: 5px 20px;
  background: #fff;
  color: #7b7b7b;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  cursor: pointer;
}

.dest-type.active {
  background: #64afb2;
  color: #fff;
  border: 1px solid #64afb2;
}

/* .form-left input[type=text]:focus {
  border: 1px solid #64AFB2;
  }
 .form-left input[type=email]:focus {
  border: 1px solid #64AFB2;
  } */

.form-left input[type="image"] {
  height: 42px;
  border: 0;
  border-radius: 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 0 30px;
  background: #64afb2;
  color: #ffffff;
}

.form-left {
  padding-right: 30px;
  box-sizing: border-box;
  align-self: start;
}

.form-right {
  padding-left: 30px;
  box-sizing: border-box;
  align-self: start;
}

.form-right img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.form-right p {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin-top: 74px;
  color: #7b7b7b;
}

.form-column-3 {
  width: 32.4%;
  display: inline-block;
}

.form-column-2 {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

.form-column-1 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.form-column-1 .dest-type {
  width: 97%;
  display: inline-block;
  vertical-align: top;
}

.form-left div {
  margin: 10px 0;
}

.form-left h3 {
  margin-top: 46px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
}

.align-left .dest-type {
  text-align: left;
}

.form-column-1 .btn {
  width: 97%;
}

::placeholder {
  color: #7b7b7b;
}

.organizations-container .column-30 {
  text-align: center;
}

.invest-container-switch-wrapper {
  margin: 0 200px;
}

.big-iframe {
  width: 100%;
  /* height: 641px; */
  border-radius: 5px;
}

.controls button[data-state="play"] {
  background-image: url(./img/lesson_play.svg) no-repeat;
}

.controls button[data-state="pause"] {
  background-image: url(./img/lesson_play.svg) no-repeat;
}

.home .small-iframe,
.home .small-iframe-div a {
  width: 360px;
  height: 203px;
  border-radius: 5px;
}

.mobile {
  display: none;
}

.full {
  display: initial;
}

.blocker {
  z-index: 99;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 10px 27px;
  clear: both;
  width: 50%;
  display: inline-block;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #7b7b7b;
  box-sizing: border-box;
  border-radius: 11px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
  background: #ffffff;
  border: 1px solid #7b7b7b;
  box-sizing: border-box;
  border-radius: 11px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea {
  width: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin: 0 0 16px 0;
  padding: 0;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
  background: #37c6f4;
  border-radius: 11px;
  color: white;
  margin-left: 25px;
  padding: 10px 82px;
}

.form-container {
  margin-top: 87px;
}

.news-container {
  margin-top: 87px;
}

.news {
}

.news_img {
  width: 35%;
  align-self: flex-start;
}

.news_img img {
  width: 100%;
}

.news {
  margin-bottom: 78px;
}

.news_text {
  padding-left: 146px;
  width: 65%;
  box-sizing: border-box;
  align-self: flex-start;
}

.news_text h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 22px;
}

.news_text p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #7b7b7b;
}

.read_more {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #5762ba;
  text-decoration: none;
  background: url(img/arrow_right.svg) no-repeat right 8px;
  padding-right: 25px;
  margin-top: 15px;
  display: inline-block;
}

.news_text span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #7b7b7b;
  display: block;
  margin-top: 49px;
}

.menu-item-has-children {
  background: url(img/arrow_down.svg) no-repeat right center;
}

.btn-primary {
  background: #64afb2 !important;
  border-radius: 10px !important;
}

.ld-course-list-items .ld_course_grid .thumbnail .caption {
  padding: 29px;
  color: #333333;
}

.learndash-wrapper
  .ld-progress
  .ld-progress-heading
  .ld-progress-stats
  .ld-progress-percentage {
  text-transform: none;
  font-weight: 800;
  color: #64afb2;
  margin-right: 1.5em;
}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  height: 7px;
  background: #64afb2;
}

.learndash-wrapper .ld-status-complete {
  background-color: #64afb2;
  color: white;
}

.ld-item-title {
  vertical-align: middle;
  line-height: 40px;
}

.learndash-wrapper
  .ld-item-list
  .ld-item-list-item
  .ld-item-list-item-preview
  .ld-status-icon {
  margin-right: 1.5em;
  margin-top: 0.35em;
}

.learndash-wrapper .ld-course-status .ld-status.ld-status-progress {
  background: #64afb2;
  color: #fff;
}

.text-content,
.course-title {
  margin: 60px 0 2px;
}

.text-content h3 {
  text-align: center;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}

.learndash-wrapper .ld-breadcrumbs {
  background: white;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-radius: 0;
}

.learndash-wrapper .ld-breadcrumbs {
  padding: 1em 1em;
  display: none;
}

.ld-breadcrumbs-segments span a {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #7b7b7b;
}

.ld-breadcrumbs-segments span:last-child a {
  color: #64afb2;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after {
  content: ">";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #7b7b7b;
  margin: 0 10px;
}

.learndash-wrapper .ld-status {
  padding: 10px 24px;
}

.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete {
  background: #64afb2;
  color: #fff;
}

.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
  background: #64afb2;
  color: #fff;
}

.learndash-wrapper .ld-button {
  margin: 0;
  border-radius: 10px;
  background-color: #37c6f4;
}

.learndash-wrapper .learndash_mark_complete_button,
.learndash-wrapper #learndash_mark_complete_button {
  border-radius: 10px;
  background-color: #64afb2;
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
  text-decoration: underline;
}

.top-links {
  margin: 60px 0;
  /* margin: 60px 200px;s    */
}

.top-links a {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.top-links a:hover {
  border-bottom: 3px solid #37c6f4;
}

.top-links a.active {
  border-bottom: 3px solid #37c6f4;
}

.donation .main-title {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 0 202px;
}

.donation .main-title h3 {
  margin-bottom: 23px;
}

.donation .main-title p {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  color: #7b7b7b;
}

.donation-text {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-top: 58px;
  color: #7b7b7b;
}

.last-news .main-title h3 {
  color: #fff;
}

.about .column-50 img {
  width: 100%;
}

.former-container ul {
  margin: 50px 50px 0;
  align-self: flex-start;
}

.former-container ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #7b7b7b;
  list-style: none;
}

.former-container ul li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 30px;
  vertical-align: middle;
  color: #37c6f4;
}

.contacts .main-title {
  text-align: left;
  width: 50%;
  margin-top: 122px;
  margin-bottom: -286px;
}

.contacts .main-title h3 {
  text-align: left;
}

.detail-text {
  margin-top: 30px;
}

.detail-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #7b7b7b;
}

.detail-text img {
  margin: 30px 0;
}

.news-next-link span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: right;
  color: #7b7b7b;
}

.news-next-link a {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: right;
  color: #000000;
  width: 50%;
  background: url(img/arrow-next.svg) no-repeat right center;
  padding-right: 40px;
  margin-top: 10px;
}

.list-first-lessons .lesson-block {
  margin: 10px;
}

.list-first-lessons .lesson-block a {
  text-decoration: none;
}

.list-first-lessons .lesson-block img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  vertical-align: bottom;
}

.list-first-lessons .lesson-block h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-top: 6px;
}

.list-first-lessons .column-30 {
  vertical-align: top;
}

.courses-title {
  margin-bottom: 30px;
  margin-top: 80px;
}

.courses-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #000000;
}

.courses-title p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #7b7b7b;
}

.list-first-lessons .lesson-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #7b7b7b;
}

.list-first-lessons .slick-prev {
  background: url(./img/slide_prev.svg);
  width: 63px;
  height: 63px;
  z-index: 9;
  top: 34%;
}

.list-first-lessons .slick-next {
  background: url(./img/slide_next.svg);
  width: 63px;
  height: 63px;
  z-index: 9;
  right: -17px;
  top: 34%;
}

.lesson_img {
  position: relative;
}

.play_icon {
  background: url(./img/lesson_play.svg) no-repeat;
  width: 43px;
  height: 42px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.content-video {
  position: relative;
}

.courses .start-video {
  position: absolute;
  bottom: 33px;
  left: 55px;
  /* cursor: pointer;s */
  text-decoration: none;
}

.quizzes .start-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 130px;
  height: 130px;
}

.courses .m_start-video {
  position: absolute;
  bottom: 33px;
  left: 55px;
  cursor: pointer;
  text-decoration: none;
}

.lesson .start-video {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

.lesson .start-video svg:hover {
  opacity: 1;
}

.lesson .start-video svg {
  width: 100px;
  height: 100px;
  opacity: 0.7;
}

.start-video p {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #ffffff;
  margin-bottom: 30px;
}

.start-video:hover {
  opacity: 1;
  -webkit-filter: brightness (1);
}

.courses div.thumbnail_container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.courses #player {
  width: 100%;
  /* height: 475px; */
}
.lesson #player {
  width: 100%;
  height: 475px;
}

.courses div.thumbnail_container video {
  width: 100%;
  height: 100%;
}

.courses div.thumbnail_container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.courses div.thumbnail_container .thumbnail {
  width: 100%;
}

.gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.lesson div.thumbnail_container {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
}

.courses img.thumbnail {
  opacity: 1;
}

.lesson img.thumbnail {
  width: 100%;
  opacity: 0.5;
}

.how_to {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.how_to h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #000000;
}

.how_to p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #7b7b7b;
}

.play-list img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.play-list div {
  vertical-align: top;
}

.play-list ul {
  overflow-y: scroll;
  overflow-x: hidden;
}

.play-list li span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  display: inline-block;
}
.play-list li a {
  font-size: 9px;
}

.play-list li .btn {
  height: 33px;
}

.share-title {
  width: 100%;
  text-align: center;
}

.share-title p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #7b7b7b;
}

.play-list li {
  padding-left: 31px;
  margin: 5px 0 5px 6px;
}

.play-list li a {
  text-decoration: none;
}

.play-list li.active {
  background: #f2f2f2 url(./img/curr_video2.svg) no-repeat 9px center;
}

.bg-progress {
  width: 100%;
  text-align: right;
  /* margin-top: -109px; */
}

.videos {
  /* height: 390px; */
}

.videos .column-80 {
  padding-left: 8px;
  box-sizing: border-box;
}

.course-content iframe {
  width: 100%;
  height: 600px;
  border-radius: 5px;
}

.course-content .text-content h3,
.course-title h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 57px;
  text-align: center;
  color: #3b4279;
}

.quizzes .course-content .text-content h3,
.course-title h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 57px;
  text-align: center;
  color: #093a49;
}
.quizzes .course-content .text-content h4,
.course-title h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  color: #093a49;
}

.lesson iframe {
  width: 100%;
}

.lesson .column-50 div.thumbnail_container,
.lesson .column-50 img.thumbnail,
.play-list ul,
.lesson .column-50 iframe {
  height: 581px;
  /* height: 744px; */
  /* height: 528px; */
  /* height: 653px; */
  /* height: 422px; */
}

.lesson .column-100 div.thumbnail_container,
.lesson .column-100 img.thumbnail,
.lesson .column-100 iframe {
  height: 622px;
}

.course-title p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #7b7b7b;
  margin: 35px 0 70px;
}

.learndash-wrapper.learndash-widget {
  margin-top: 20px;
  /* padding-left: 48px; */
  display: inline-table;
  width: 100%;
}

.slide-courses_a {
  margin-top: 100px;
}

.lesson-title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  box-sizing: border-box;
}

.lesson-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  /* margin: 20px 0; */
}

.lesson-title p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #7b7b7b;
}

.lesson-title #read_more_lesson {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #64afb2;
  background: url(./img/read_more_rigth.svg) no-repeat right 8px;
  padding-right: 27px;
  cursor: pointer;
  /* margin-top: 5px; */
  display: inline-block;
}

.lesson-title .lesson-content-text.over-hidden {
  height: 47px;
  overflow: hidden;
}

.comment-title {
  width: 100%;
  text-align: center;
  margin: 60px 0 0px;
}

.comment-title h3 {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  background: url(./img/comment_icon.svg) no-repeat left center;
  padding-left: 50px;
  cursor: pointer;
}

.comment-wrapper {
  /* background: #F2F2F2; */
  background: #fdfdfd;
  border-radius: 11px;
  padding: 30px;
  margin-top: 25px;
}

.comment-wrapper h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 6px;
  display: inline-block;
}

#reply-title,
.logged-in-as,
.comment-form-comment label {
  display: none;
}

#comment {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 40px;
  padding: 7px 15px;
  font-size: 18px;
  margin: 0px;
  box-sizing: border-box;
  border: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  color: #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
}

.comment-row {
  margin: 20px 0;
}

.comment-row .column-5,
.comment-row .column-95 {
  vertical-align: top;
}

.comment-row .column-95 {
  padding-left: 10px;
  box-sizing: border-box;
}

.comment-row-2 {
  padding-left: 67px;
}

.comment-row-3 {
  padding-left: 134px;
}

.comment-row-4 {
  padding-left: 201px;
}

.comment-row .submit,
.comment-respond .submit {
  background: #64afb2;
  border-radius: 11px;
  border: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  padding: 3px 20px;
  display: inline-block;
  margin-top: 8px;
}

.learndash_mark_complete_button {
  background: #64afb2;
  border-radius: 11px;
  border: 0;
  font-style: normal;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 8px;
}

.sfwd-mark-complete {
  text-align: right;
  margin-top: 37px;
  opacity: 0;
}

.comment-row .comment-reply-link {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #7b7b7b;
  text-decoration: none;
}

.form-submit {
  text-align: right;
}

.comment-reply {
  margin: 5px 0;
  display: inline-block;
}
.comment-reply div {
  /* display: inline-block; */
}
.answer-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #7b7b7b;
  cursor: pointer;
  margin-left: 30px;
}
.comment-answers {
  margin-top: -47px;
  width: 107px;
  margin-left: 129px;
  margin-bottom: 47px;
}

.comment-text {
  margin-top: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.comment-author .author {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height */
  color: #37c6f4;
  margin-right: 20px;
}

.comment-author .day-ago {
  font-style: normal;
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
}

.comment-wrapper img {
  width: 47px;
  height: 47px;
  border-radius: 23px;
  display: inline-block;
}
.comment-respond form {
  display: inline-block;
  width: 90%;
}
.comment-respond img {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 18px;
}

.addtoany_content {
  text-align: center;
  margin: 9px 0;
  /* width: 141px; */
  display: inline-block;
  /* width: 100%; */
}

.a2a_kit a {
  /* margin: 10px; */
}

.a2a_svg {
  border-radius: 26px !important;
  padding: 4px !important;
}

body .a2a_button_copy_link {
  display: none;
}

.lesson-body .a2a_button_copy_link {
  display: inline-block;
}

.form-container .addtoany_share_save_container {
  display: none;
}

.post-ratings {
  margin-top: 13px;
  display: inline;
  margin-left: 9px;
}

.rating-wrapper {
  font-size: 13px;
  line-height: 23px;
  /* margin: 40px 0; */
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
  vertical-align: text-bottom;
  margin-right: 7px;
}

.tml-field-wrap button {
  background: #37c6f4;
  border-color: #37c6f4;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  min-height: 32px;
  line-height: 2.30769231;
  padding: 0 26px;
  border-radius: 5px;
  border: 0;
  font-size: 18px;
  margin-top: 10px;
}

.tml .tml-label {
  display: block;
  margin: 0;
}

.tml .tml-label,
.tml-register label {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #7b7b7b;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.tml-register input[type="text"],
.tml-field-wrap input[type="text"],
.tml-field-wrap input[type="email"],
.tml-field-wrap input[type="password"] {
  font-size: 19px;
  padding: 0.1875rem 0.9125rem;
  min-height: 40px;
  max-height: none;
  border: 1px solid #7b7b7b;
  box-sizing: border-box;
  border-radius: 11px;
  width: 100%;
}

.tml-register select {
  font-size: 19px;
  line-height: 2;
  color: #32373c;
  border-color: #7e8993;
  box-shadow: none;
  border-radius: 3px;
  padding: 0 24px 0 8px;
  min-height: 40px;
  max-width: 25rem;
  -webkit-appearance: none;
  background: #fff
    url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E)
    no-repeat right 5px top 55%;
  background-size: 16px 16px;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #7b7b7b;
  box-sizing: border-box;
  border-radius: 11px;
  margin-bottom: 16px;
}

.tml-links li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.tml-links li a {
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #7b7b7b;
}

.tml {
  width: 418px;
  margin: 0 auto;
}

.tml .tml-field-wrap {
  margin-bottom: 5px;
}

.tml-links {
  margin-top: 15px;
}

#reg_passmail {
  color: #7b7b7b;
}

.tml-rememberme-wrap {
  margin-top: 13px;
}

.page-0 .addtoany_content {
  display: none;
}

.learndash-wrapper-login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999;
}

#registerform #reg_passmail {
  color: #fff;
  margin-bottom: 5px;
}

.ld-status {
  align-self: center;
}

.wpProQuiz_button {
  border-radius: 9px !important;
}

.wpProQuiz_button:hover {
  background: #37c6f4 !important;
}

.quiz-container .text-content h3 {
  color: #3b4279;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue {
  border-radius: 9px;
  background-color: #37c6f4;
  color: white;
  background: #37c6f4;
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover {
  opacity: 0.75;
  background-color: #495255;
}

.quizzes .persons {
  margin-bottom: 0px;
}
.lesson .persons {
  margin-bottom: 50px;
}
.slide-person-full {
}
.item-full-person {
}
.persons div {
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
}

.persons a {
  text-decoration: none;
}

.persons .padding_person {
  padding: 20px;
}

.persons div img {
  width: 130px;
  height: auto;
  border-radius: 65px;
  box-sizing: border-box;
}

.persons div h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin: 22px 0 19px;
}

.persons div p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #7b7b7b;
  margin-top: 7px;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper {
  padding: 20px;
  max-width: 408px;
  min-width: 88%;
  margin: 0 auto;
}

#registerform .column-50 {
  width: 49.4%;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register label {
  margin-bottom: 0;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  margin-top: 5px;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register {
  margin: 0;
}

.learndash-wrapper .ld-select-field select,
.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type="text"],
.learndash-wrapper
  .ld-login-modal
  .ld-login-modal-register
  input[type="password"],
.learndash-wrapper
  .ld-login-modal
  .ld-login-modal-register
  input[type="email"] {
  border: 2px solid #fff;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  padding: 3px 11px;
  background-color: #f9f9f9;
  padding-left: 11px;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.learndash-wrapper .ld-login-modal .ld-modal-heading {
  margin: 0;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit {
  margin: 0 auto;
  min-width: 150px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  padding: 7px 35px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #fff;
  margin-top: 3px;
}

.learndash-wrapper .ld-login-modal .ld-button,
.learndash-wrapper .ld-login-modal input[type="submit"] {
  border-radius: 8px;
}

/* .ld-alert {
  width: 100%;
  background: #333;
}

.ld-icon-alert {
  display: none;
}

.ld-alert-messages {
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ld-alert-warning {
  position: relative;
}

.ld-alert-warning .ld-button {
  background: #37c6f4;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 30px;
  display: inline-block;
  bottom: 20px;
  left: 20px;
  border-radius: 10px;
  position: absolute;
  ;
}

.ld-icon-arrow-left {
  display: none;
} */

.text-block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #000000;
  margin-bottom: 20px;
}

.text-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #7b7b7b;
}

.two-vert-butons a {
  display: inline-block;
  margin: 8px 0;
}

.two-vert-butons a button {
  width: 253px;
}

.learndash-wrapper .ld-tabs {
  margin: 0;
}

.small-iframe-div a {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.small-iframe-div a p {
  position: absolute;
  left: 16px;
  bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}

.how_to .column-30 {
  vertical-align: top;
}

.how_to p {
  margin-top: 30px;
  margin-bottom: 50px;
}

.certificate-modal {
  text-align: center;
  width: 600px;
  background: #fff;
  padding: 60px;
}

.modal.certificate-modal a.close-modal {
  top: 26px;
  right: 32px;
}

.certificate-modal h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #7b7b7b;
  margin-bottom: 21px;
}

.certificate-modal p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #7b7b7b;
  margin: 20px 0;
}

.certificate-modal input {
  width: 100%;
  margin: 10px 0;
}

.coming_soon-modal {
  width: 533px;
  text-align: center;
  padding: 47px;
}

.modal.coming_soon-modal a.close-modal {
  top: 16px;
  right: 18px;
}

.coming_soon-modal h3 {
  font-size: 24px;
  color: #404040;
}

.coming_soon-modal p {
  font-size: 21px;
  color: #404040;
  margin-top: 7px;
}

/* .videos video {
  pointer-events: none;
} */

.content-video-home {
  position: relative;
}

.content-video-home .start-video svg {
  width: 100px;
  height: 100px;
  opacity: 0.7;
}

.content-video-home .start-video {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

.content-video-home img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 5px;
}

.content-video-home h3 {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 36px;
  /* color: #404040; */
  color: #ffffff;
}

.courses .start-video p {
  /* color: #404040; */
  color: #ffffff;
  margin-bottom: 8px;
}

.home .courses .start-video p {
  color: #fff;
  margin-bottom: 8px;
}

.courses .start-video span {
  display: block;
  /* color: #404040; */
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 25px;
}

.download {
  text-align: right;
  margin-top: 27px;
}

.download a {
  color: #25927d;
  font-size: 20px;
}

.quiz_blank .ld-tabs {
  display: none;
}

#quiz_a.modal a.close-modal {
  top: 23px;
  right: 23px;
}

#quiz_a .modal-content {
  padding: 30px;
}

/* .post-ratings img, .post-ratings-loading img, .post-ratings-image img {
  width: 19px;
} */

.download-content {
  margin-top: 20px;
}

.download-content img {
  display: inline-block;
  width: 92px;
  margin-right: 15px;
}

.download-text {
  display: inline-block;
  width: 401px;
  vertical-align: top;
}

.download-text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.download-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #7b7b7b;
  margin: 1px 0 5px;
}

/*  #37C6F4 */

.download-text a {
  background: url(./img/download-icon.svg) no-repeat 19px center #fff;
  padding: 6px 33px;
  text-decoration: none;
  color: #093a49;
  border-radius: 11px;
  border: 1px solid #093a49;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  font-size: 11px;
}

.share-content a {
  font-size: 13px;
  vertical-align: inherit;
  color: #64afb2;
  background: url(./img/share_link_icon.svg) no-repeat left center;
  padding-left: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.ld-tabs-content,
.lesson .content-video {
  margin-bottom: 4px;
}
#play-list-id {
  border-right: 0.5px solid rgba(0, 0, 0, 0.1);
}
#play-list-id .gray-line {
  margin: 0 0 0 37px;
}

.slick-next,
.slick-prev {
  top: 41%;
}

#play-list-id .disabled {
  opacity: 0.5;
}

.quizzes .main-title.white-title h3 {
  margin-bottom: 151px;
  font-size: 56px;
}

#give-healing-modal {
  max-width: 43%;
  text-align: center;
  padding-bottom: 33px;
}

#give-healing-modal p {
  margin: 24px;
}

#give-healing-modal .btn a {
  text-decoration: none;
  color: #fff;
}

#give-healing-modal.modal a.close-modal {
  top: 19px;
  right: 24px;
}
#success-modal a.close-modal {
  top: 19px;
  right: 24px;
}

#success-modal {
  max-width: 43%;
  text-align: center;
}

#success-modal p {
  margin: 24px;
  line-height: 34px;
}

#complete-modal a.close-modal {
  top: 19px;
  right: 24px;
}

#complete-modal {
  max-width: 43%;
  text-align: center;
  padding-bottom: 37px;
}

#complete-modal p {
  margin: 24px;
  line-height: 34px;
}

.survey_general_container .radio-btn span:not(.ps_survey_onlyext) {
  width: 17px;
  height: 17px;
}
.survey_general_container .survey_question_container h2 {
  margin-bottom: 15px;
  font-size: 21px !important;
}
.survey-title {
  line-height: 5;
}
.survey-complete-message-container h3 {
  line-height: 4;
}
.survey-complete-message-container a {
  line-height: 3;
}

.survey_general_container label,
span.ps_span_title,
.survey_general_container .ps_resposive_table table th,
.survey_general_container .ps_resposive_table table td {
  font-size: 15px !important;
}
button.post-edit-btn.ps_survey_btn_submit.survey_submit_btn,
.swal-button {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

button.post-edit-btn.ps_survey_btn_submit.survey_submit_btn,
.swal-button {
  background: #093a49;
  border-color: #093a49;
}
.wpProQuiz_header {
  display: none;
}
#quiz_continue_link {
  display: none !important;
}
.d_cert2 {
  display: inline-block;
  /* width: 100%; */
}
.survey-btn-p {
  /* padding-left: 24.6%; */
  /* margin-top: -9px; */
}
.survey-btn-p a {
  background: #64afb2;
  color: #ffffff;
  padding: 2px 20px;
  font-size: 8px;
  border-radius: 5px;
  font-style: italic;
}
.survey_completed {
  line-height: 0.6;
}
.survey_completed a {
  color: #aeaeae;
  font-size: 10px;
  font-style: italic;
}

.certificate-modal input {
  background: #f3f3f3;
  border: 0;
  padding: 12px 24px;
  border-radius: 11px;
  border-radius: 11px;
  box-sizing: border-box;
}

.copy_div {
  position: relative;
}
.copy_div button {
  position: absolute;
  font-size: 16px;
  border: 0;
  background: #f3f3f3;
  top: 21px;
  right: 16px;
  font-weight: bold;
  padding-left: 12px;
}
.certificate-modal h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;

  color: #000000;
}
.videos .divider {
  margin-top: 5px;
}
.change-cert-text {
  text-align: center;
  margin: 87px 0;
}
.change-cert-text p {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #093a49;
  margin-bottom: 20px;
}
.change-cert-text a {
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  text-decoration-line: underline;
  font-style: italic;
  color: #7b7b7b;
}

.vert-gradient {
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  /* height: 100%; */
  /* background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,0.35898109243697474) 0%, rgba(255,255,255,0) 100%); */
  background: rgb(2, 0, 36);
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 0.5102415966386555) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 5px;
}

/* .post-ratings {
  font-size: 0;
}
.rating-wrapper span {
  vertical-align: text-bottom;
}
.post-ratings-loading {
  display: none!important;
} */
.how-it-works-wrapper {
  margin: 40px auto;
}

.survey_row input[type="text"] {
  width: 100%;
  padding: 13px;
}

.under-video {
  width: 100%;
  text-align: center;
}
.under-video p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.under-video p a {
  color: #37c6f4;
}

.bottom-page-text {
  text-align: center;
}
.bottom-page-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  color: #7b7b7b;
  margin: 1px 0 5px;
}
.course-divider {
  width: 3px;
  background: #37c6f4;
  height: 33px;
}

#play_icon {
  position: absolute;
  top: 46%;
  left: 45%;
  width: 11%;
}

.sosial a {
  width: 47px;
  height: 47px;
  display: inline-block;
  margin: 0 10px;
}
.facebook{
  background: url('img/facebook.svg') no-repeat;
}
.instagram{
  background: url('img/instagram.svg') no-repeat;
}
.twitter{
  background: url('img/twitter.svg') no-repeat;
}

@media only screen and (max-width: 1330px) {
  .wrapper {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
  }
  .menu-wrapper {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .nav-items {
    width: 960px;
  }
  .sub-wrapper {
    margin: 0 100px;
  }
  .nav-items li {
    height: 36px;
  }
  .nav-items li a {
    font-size: 16px;
  }
  .home .main-title h3 {
    max-width: 681px;
  }
  .main-title h3 {
    font-size: 36px;
  }
  .home .main-title {
    margin-top: 50px;
  }
  .video-list img {
    width: 298px;
  }
  .donation .main-title h3 {
    margin-bottom: 8px;
    font-size: 29px;
  }
  .donation .main-title {
    margin: 0px 265px;
  }
  .donation .main-title p {
    font-size: 20px;
    line-height: 27px;
  }
  .home .main-title {
    margin-top: 16px;
  }
  .main-title h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .main-title p {
    font-size: 22px;
    line-height: 30px;
  }
  .about header .main-title h3,
  .about header .main-title p {
    width: 685px;
  }
  .impact .main-title p {
    margin-top: 24px;
  }
  .contacts .main-title {
    text-align: left;
    width: 50%;
    margin-top: 63px;
    margin-bottom: -163px;
  }
  .course-content .text-content h3,
  .course-title h3,
  .how_to h3,
  .start-video p,
  .courses-title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .courses div.thumbnail_container {
    height: 506px;
  }
  .course-content iframe {
    height: 506px;
  }
  .lesson img.thumbnail {
    height: 242px;
  }
  .lesson div.thumbnail_container,
  .lesson img.thumbnail,
  .play-list ul,
  .lesson iframe {
    height: 450px;
  }
  .column-80 {
    width: 76%;
  }
  .lesson-title h3 {
    font-size: 18px;
    line-height: 28px;
    /* margin: 12px 0; */
  }
  /* .play-list li span {
    font-size: 16px;
    line-height: 23px;
  } */
  .list-first-lessons .lesson-block h3 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
  }
  .courses-title p {
    font-size: 12px;
    line-height: 22px;
  }
  .comment-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .list-first-lessons .lesson-block p {
    font-size: 12px;
    line-height: 17px;
  }
  .top-links a{
    width: 30%;
  }
}

@media only screen and (max-width: 900px) {
  .wrapper {
    max-width: 740px;
    margin: 0 auto;
    position: relative;
  }
  .menu-wrapper {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
  }
  .nav-items {
    width: 726px;
  }
  .sub-wrapper {
    margin: 0;
  }
  .nav-items li {
    height: 32px;
  }
  .nav-items li a {
    font-size: 11px;
  }
  .home .main-title h3 {
    max-width: 493px;
    line-height: 39px;
  }
  .main-title h3 {
    font-size: 26px;
  }
  .home .main-title {
    margin-top: 41px;
  }
  .video-list img {
    width: 234px;
  }
  .logo-container img {
    width: 85px;
  }
  .content-text h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .content-text p {
    font-size: 20px;
    line-height: 25px;
  }
  .donation .main-title h3 {
    margin-bottom: 13px;
    font-size: 23px;
    line-height: 34px;
  }
  .donation .main-title {
    margin: 0px 162px;
  }
  .donation .main-title p {
    font-size: 18px;
    line-height: 27px;
  }
  .home .main-title {
    margin-top: 16px;
  }
  .main-title h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .main-title p {
    font-size: 22px;
    line-height: 30px;
  }
  .about .main-img img {
    margin-top: 91px;
  }
  .course-content .text-content h3,
  .course-title h3,
  .how_to h3,
  .start-video p,
  .courses-title h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .courses div.thumbnail_container {
    height: 506px;
  }
  .course-content iframe {
    height: 506px;
  }
  .lesson img.thumbnail {
    height: 242px;
  }
  .lesson div.thumbnail_container,
  .lesson img.thumbnail,
  .play-list ul,
  .lesson iframe {
    height: 360px;
  }
  .column-80 {
    width: 76%;
  }
  .column-30 {
    width: 32%;
  }
  .list-first-lessons .lesson-block h3 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
  }
  .courses-title p {
    font-size: 11px;
    line-height: 20px;
  }
  .lesson-title h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 9px 0;
  }
  /* .play-list li span {
    font-size: 14px;
    line-height: 20px;
  } */
  .comment-title h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .list-first-lessons .lesson-block p {
    font-size: 11px;
    line-height: 17px;
  }
  #complete-modal {
    max-width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  .flex {
    display: inline-block;
  }
  .wrapper {
    max-width: 85%;
    margin: 0 auto;
    position: relative;
  }
  .sub-wrapper {
    margin: 0;
  }
  .mobile {
    display: contents;
  }
  .full {
    display: none;
  }
  .mobile .menu-wrapper {
    /* display: none; */
  }
  .m-humburger {
    margin: 33px 20px 0;
  }
  .nav-items {
    width: 100%;
    background: #fff;
    margin-top: 49px;
    height: auto;
  }
  /* .nav-items .first-item-menu {
    background: #fff;
    border-radius: 0;
  }
  .nav-items .last-item-menu {
    background: #fff;
    border-radius: 0;
  }
  .nav-items .first-item-menu a, .nav-items .last-item-menu a {
    color: #000000;
  } */
  .nav-items li.home-page-menu {
    display: none;
  }
  .menu-wrapper {
    width: 100%;
  }
  .m-logo {
    margin: 33px 0 20px 20px;
  }
  .main-title {
    text-align: right;
  }
  .main-title h3 {
    font-size: 20px;
    text-align: right;
    line-height: 27px;
  }
  .home .main-title h3 {
    max-width: 77%;
    line-height: 39px;
  }
  .home .main-title {
    margin-top: 0px;
  }
  .main-img img {
    margin-top: 47px;
  }
  .quizzes .main-img img {
    margin-top: 0;
  }
  .home .main-img .wrapper {
    max-width: 81%;
  }
  .logo-container ul li {
    list-style: none;
    display: inline-block;
    width: 26%;
    margin: -2px 0px;
    padding: 10px;
  }
  .logo-container ul {
    margin: 5px 0;
    text-align: center;
  }
  .logo-container .wrapper {
    text-align: center;
  }
  .video-container {
    margin-top: 42px;
  }
  .content-text h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .content-text p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .home .small-iframe {
    width: 360px;
    height: 203px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .practical-container {
    margin-top: 100px;
  }
  .cart {
    width: 100%;
    margin: 20px 0;
  }
  .cart-text h3 {
    font-size: 16px;
    line-height: 33px;
  }
  .cart-text p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
  }
  .school-container {
    margin-top: 60px;
  }
  .school-tab li {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
  }
  .school-tab {
    width: 100%;
  }
  .school-tab .violet,
  .school-tab .red {
    width: 49%;
  }
  .school-tab .green {
    width: 100%;
    margin-top: 0px;
  }
  .block-content .block-content-body {
    display: inline-block;
    margin: 20px 0;
  }
  .school-container .right-side img {
    width: 100%;
  }
  .school-container .left-side button {
    width: 70%;
  }
  .school-container .left-side .cyan {
    margin-left: 0px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .block-content h3 {
    font-size: 14px;
    line-height: 19px;
  }
  .block-content .left-side {
    font-size: 12px;
    line-height: 16px;
  }
  .slider-container {
    margin-top: 85px;
  }
  .bg-form {
    width: 100%;
    display: inline-block;
  }
  .subscribe-input {
    width: 100%;
  }
  .subscribe-submit {
    margin-top: 20px;
  }
  .school-container .left-side .btn.green-blue {
    margin-bottom: 30px;
  }
  .about header .main-title h3 {
    width: 88%;
  }
  .about header .main-title p {
    width: 53%;
    font-size: 12px;
    line-height: 16px;
  }
  .column-mission {
    width: 80%;
    padding: 0;
    margin: 35px auto;
  }
  .column-mission p {
    font-size: 12px;
    line-height: 16px;
  }
  .support-container {
    margin-top: 63px;
  }
  .support-container img {
    width: 100%;
  }
  .column-50 {
    width: 100%;
  }
  .support-container .column-50:last-child {
    padding: 0;
  }
  .support-container .column-50 {
    text-align: center;
  }
  .support-container h3 {
    font-size: 14px;
    line-height: 19px;
  }
  .support-container p {
    font-size: 12px;
    line-height: 16px;
  }
  .container-exp {
    margin-top: 66px;
  }
  .column-70,
  .column-25,
  .column-65,
  .column-35,
  .column-30a,
  .column-30 {
    width: 100%;
    display: inline-block;
  }
  .experience p {
    font-size: 12px;
    line-height: 16px;
  }
  .experience .column-30 {
    margin: 10px 0;
  }
  .mental-container {
    margin-top: 100px;
  }
  .mental-container img {
    width: 100%;
  }
  .mental-container .sub-wrapper {
    margin-bottom: 16px;
  }
  .human-container {
    margin-top: 100px;
  }
  .main-title p {
    font-size: 12px;
    line-height: 16px;
  }
  .impact .main-title h3 {
    text-align: center;
  }
  .impact .main-title {
    text-align: center;
  }
  .impact .main-title p {
    margin-top: 10px;
  }
  .impact .main-img img {
    margin-top: 175px;
  }
  .column-mission p {
    margin-top: 0px;
  }
  .mental-container {
    margin-top: 27px;
  }
  .projects-container {
    margin-top: 63px;
  }
  .project .flex {
    margin: 0 0;
  }
  .school-tab {
    margin: 17px 0 32px 0;
  }
  .project img {
    width: 100%;
  }
  .right .project-text {
    margin-left: 0;
    text-align: center;
    margin-top: 21px;
  }
  .impact .project p {
    margin: 12px 0 17px;
  }
  .project .flex .btn {
    margin-top: 0px;
  }
  .subscribe-container {
    margin: 80px 0 100px;
  }
  .partnership .main-img img {
    margin-top: 0;
  }
  .partnership .main-title h3 {
    text-align: center;
    width: 90%;
  }
  .organizations {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
  }
  .organizations-container {
    margin-top: 44px;
    text-align: center;
  }
  .invest-container {
    margin-top: 50px;
  }
  .invest {
    margin-bottom: 17px;
    margin-top: 17px;
    text-align: center;
  }
  .invest img {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .invest-item h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
  }
  .invest-item p {
    font-size: 12px;
    line-height: 16px;
  }
  .invest-item2 p {
    font-size: 14px;
    line-height: 19px;
  }
  .invest-item2 span {
    font-size: 12px;
    line-height: 16px;
  }
  .invest-item2 span {
    width: 150px;
    margin-top: 10px;
  }
  .partnership .invest-container .btn {
    width: 100%;
  }
  .invest-container {
    margin-top: 187px;
  }
  .invest-item {
    margin: 46px 0 0;
  }
  .invest-container-switch-wrapper {
    margin: 0;
  }
  .school-tab .violet,
  .school-tab .red {
    width: 100%;
  }
  .block-content .block-content-body {
    display: block;
  }
  .partnership .invest-container .btn {
    width: 84%;
  }
  .partnership .invest-container .block-content .btn.cyan {
    margin-left: 0;
  }
  .block-content .block-content-body .right-side img {
    width: 100%;
  }
  .partnership .project img {
    width: 100%;
  }
  .partnership .project .project-text {
    padding-right: 0;
  }
  .left .project-text {
    margin-right: 0;
  }
  .partnership .project .m-vert-line {
    width: 43px;
    height: 104px;
    display: inline-block;
  }
  .partnership .project .m-vert-line.m-vert-line-1 {
    background: url("img/m-vert-line1.svg") no-repeat top right;
  }
  .partnership .project .m-vert-line.m-vert-line-2 {
    background: url("img/m-vert-line2.svg") no-repeat top right;
  }
  .partnership .project .m-vert-line.m-vert-line-3 {
    background: url("img/m-vert-line3.svg") no-repeat top right;
  }
  .partnership .project .m-vert-line.m-vert-line-4 {
    background: url("img/m-vert-line4.svg") no-repeat top right;
  }
  .partnership .project .m-vert-line.m-vert-line-5 {
    background: url("img/m-vert-line5.svg") no-repeat top right;
  }
  .partnership .project .m-vert-line.m-vert-line-6 {
    background: url("img/m-vert-line6.svg") no-repeat top right;
  }
  .partnership .project .m-vert-line.m-vert-line-7 {
    background: url("img/m-vert-line7.svg") no-repeat top right;
  }
  .partnership .project .m-vert-line.m-vert-line-8 {
    background: url("img/m-vert-line8.svg") no-repeat top right;
  }
  .partnership .project-text h3 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
  .partnership .project-text p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .partnership .project .flex {
    margin: 0;
    padding: 0;
  }
  .partnership .project .m-vert-line-1 {
    height: 63px;
  }
  .partnership .project {
    margin-top: 10px;
  }
  .northern .main-img img,
  .covid .main-img img,
  .donation .main-img img {
    margin-top: 0;
  }
  .northern .main-title,
  .covid .main-title {
    text-align: center;
  }
  .northern .main-title h3,
  .covid .main-title h3 {
    text-align: center;
  }
  .margin-top-110 {
    margin-top: 32px;
  }
  .three-column .column-30 {
    margin: 10px 0;
  }
  .three-column h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .three-column p {
    font-size: 12px;
    line-height: 16px;
  }
  .three-column img {
    margin-bottom: 17px;
  }
  .margin-top-180 {
    margin-top: 71px;
  }
  .big-iframe {
    width: 100%;
    /* height: 175px; */
    border-radius: 5px;
  }
  .space-40 {
    width: 100%;
    height: 17px;
  }
  .space-80 {
    width: 100%;
    height: 17px;
  }
  .block-img-text2 {
    margin-left: 0;
    text-align: center;
  }
  .block-img-text1 {
    text-align: center;
  }
  .block-img-text2 div p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .block-img-text2 p {
    font-size: 14px;
    line-height: 19px;
  }
  .block-img-text1 img {
    width: 100%;
  }
  .series-container h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px;
    text-align: center;
  }
  .a_list li span {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    width: 88%;
  }
  .a_list li img {
    margin-right: 14px;
    width: 20px;
    height: auto;
    vertical-align: top;
  }
  .p-text p {
    font-size: 12px;
    line-height: 16px;
  }
  .a-list-text p,
  .a-list-text span {
    font-size: 12px;
    line-height: 16px;
  }
  .block-img-text1 img.peer {
    width: 73px;
    height: auto;
  }
  .three-column {
    padding-top: 11px;
  }
  .form-column-2 {
    width: 49%;
  }
  .form-left {
    padding-right: 0;
  }
  /* .form-left input[type=text]:focus {
    border: ;64AFB2
  } */
  .form-left h3 {
    margin-top: 35px;
    font-size: 16px;
    line-height: 22px;
  }
  .dest-type {
    font-size: 12px;
    line-height: 16px;
  }
  .form-right {
    padding-left: 0;
  }
  .donation .big-iframe {
    margin-top: 64px;
  }
  .form-right p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 14px;
  }
  .our-values .main-img img {
    margin-top: 13px;
  }
  .our-values .main-title {
    margin-bottom: 0;
    margin-top: 0;
  }
  .container-our-core {
    margin-top: 37px;
  }
  .our-values .experience h3 {
    font-size: 14px;
    line-height: 19px;
    margin: 12px 0 6px;
  }
  .our-values .experience p {
    font-size: 12px;
    line-height: 16px;
  }
  .experience p {
    margin-top: 0;
  }
  .our-values .column-25 {
    width: 49%;
    box-sizing: border-box;
    padding: 13px;
  }
  .our-values .column-25 img {
    width: 100%;
  }
  .teams {
    margin-top: 0;
  }
  .teams h3 {
    font-size: 14px;
    line-height: 19px;
  }
  .teams p {
    font-size: 12px;
    line-height: 16px;
  }
  .teams div {
    margin: 0px 0;
  }
  .nav-items {
    box-sizing: border-box;
  }
  .nav-items li {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #bcbcbc;
  }
  .nav-items li a {
    height: 25px;
    line-height: 25px;
  }
  .nav-items .first-item-menu a,
  .nav-items .last-item-menu a {
    width: 100%;
  }
  .nav-items .first-item-menu {
    border-top: 0;
    margin-bottom: 21px;
  }
  .nav-items .last-item-menu {
    padding-top: 30px;
  }
  .m-menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
  }
  .m-menu-wrapper .close {
    position: absolute;
    right: 31px;
    top: 31px;
    cursor: pointer;
  }
  .last-news .main-img img {
    margin-top: 0;
  }
  .last-news .main-title {
    text-align: center;
  }
  .news_img,
  .news_text {
    width: 100%;
  }
  .news_text {
    padding-left: 0;
  }
  .news_text h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 22px;
  }
  .news_text p {
    font-size: 12px;
    line-height: 16px;
  }
  .news_text a {
    font-size: 12px;
    line-height: 16px;
    background: url(img/arrow_right.svg) no-repeat right 2px;
  }
  .news_text span {
    font-size: 10px;
    line-height: 14px;
    margin-top: 11px;
  }
  .contacts .main-img img {
    margin-top: 0;
  }
  .contacts .main-title {
    text-align: center;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 27px;
    width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 12px;
    line-height: 16px;
  }
  .form-container {
    margin-top: 33px;
  }
  .news-container {
    margin-top: 33px;
  }
  .nav-items li {
    /* height: auto; */
  }
  .sub-menu {
    display: none;
    position: static;
    background-color: #fff;
    min-width: 100%;
    z-index: 1;
    top: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .nav-items li {
    display: inline-block;
    padding: 0;
  }
  .nav-items .sub-menu:before {
    content: "";
    background-color: #fff;
    position: static;
    display: none;
  }
  .about-menu .sub-menu {
    margin-left: 0;
  }
  .our-impact-menu .sub-menu {
    margin-left: 0;
  }
  .sub-menu li a {
    vertical-align: middle;
  }
  .sub-menu li {
    background-color: #fff;
    height: 32px;
    padding-top: 0;
    padding: 0;
  }
  .nav-items li a {
    text-transform: none;
  }
  .sub-menu li,
  .nav-items li,
  .sub-menu li a,
  .nav-items li a {
    height: 32px;
    line-height: 30px;
  }
  .nav-items li a {
    color: black;
  }
  .sub-menu li a {
    color: #7b7b7b;
  }
  .nav-items .first-item-menu a,
  .nav-items .last-item-menu a {
    width: 100%;
    padding: 1px 20px;
    display: inline-block;
    box-sizing: border-box;
  }
  .donation .main-title {
    position: relative;
    margin: 0;
    text-align: center;
  }
  .donation .main-title h3 {
    text-align: center;
  }
  /* .main-title h3 {
    text-align: center;
  } */
  .former-container ul li {
    font-size: 12px;
    line-height: 26px;
  }
  .former-container ul {
    margin: 23px 20px 0;
  }
  .former-container .flex-center {
    margin-left: 21px;
  }
  .contacts .main-title {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: -111px;
  }
  .contacts .main-title h3 {
    text-align: center;
  }
  .partnership .main-title {
    margin-bottom: 0px;
  }
  .lesson div.thumbnail_container,
  .lesson img.thumbnail,
  .play-list ul,
  .lesson iframe {
    height: 190px;
  }
  .play-list li {
    padding-left: 32px;
    margin: 5px 0 5px -4px;
  }
  .course-content .text-content h3,
  .course-title h3,
  .how_to h3,
  .start-video p,
  .courses-title h2 {
    font-size: 15px;
    line-height: 22px;
  }
  .learndash-wrapper.learndash-widget {
    margin-top: 20px;
    padding-left: 0;
  }
  .a2a_kit a {
    margin: 5px;
  }
  .comment-row-2 {
    padding-left: 10px;
  }
  .comment-row-3 {
    padding-left: 20px;
  }
  .comment-row-4 {
    padding-left: 30px;
  }
  .lesson-content {
    margin-top: 25px;
  }
  #play-list-id {
    margin-top: 15px;
  }
  .lesson-title p {
    font-size: 14px;
    line-height: 22px;
  }
  .column-5 {
    width: 5%;
    display: none;
  }
  .comment-author .author {
    font-size: 14px;
    line-height: 23px;
  }
  .comment-author .day-ago {
    font-size: 12px;
    line-height: 21px;
  }
  .comment-text {
    font-size: 14px;
    line-height: 19px;
  }
  .courses div.thumbnail_container {
    height: 179px;
  }
  .courses iframe {
    height: 179px;
  }
  .courses div.thumbnail_container img {
    width: 100%;
  }
  .courses .start-video {
    bottom: 14px;
    left: 15px;
  }
  .start-video p {
    margin-bottom: 9px;
  }
  .how_to {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .courses-title {
    margin-bottom: 5px;
  }
  .how_to h3 {
    margin-bottom: 5px;
  }
  .how_to p {
    font-size: 15px;
    line-height: 23px;
  }
  .lesson .column-100 div.thumbnail_container,
  .lesson .column-100 img.thumbnail,
  .lesson .column-100 iframe {
    height: 192px;
  }
  .lesson .column-50 div.thumbnail_container,
  .lesson .column-50 img.thumbnail,
  .play-list ul,
  .lesson .column-50 iframe {
    height: 566px;
  }
  .ld-alert-messages {
    width: 95%;
    top: 74px;
  }
  .courses .start-video span {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .course-title p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #7b7b7b;
    margin-top: 9px;
  }
  .top-links a {
    font-size: 21px;
  }
  .content-video-home h3 {
    bottom: 16px;
    left: 18px;
    font-size: 15px;
  }
  .content-video-home .start-video,
  .content-video-home .start-video svg {
    width: 64px;
    height: 64px;
  }
  .text-block h3 {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .text-block p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #7b7b7b;
  }
  .courses .m_start-video {
    position: absolute;
    bottom: 10px;
    left: 12px;
    cursor: pointer;
    text-decoration: none;
  }
  .courses .m_start-video p {
    color: #fff;
  }
  .courses .m_start-video button {
    margin-top: 8px;
  }
  .item-slide {
    padding: 5px;
    height: 388px;
  }
  .slide h3 {
    margin-top: 4px;
  }
  .top-links {
    margin: 0;
    width: 100%;
  }
  .download-text {
    width: 60%;
  }
  .persons {
    margin-bottom: 0;
  }
  .addtoany_content {
    width: 265px;
  }

  .learndash-wrapper.learndash-widget {
    width: 100%;
  }
  .text-content,
  .course-title {
    margin: 18px 0 0 0;
  }
  #quiz_a .modal-content {
    padding: 0px;
  }
  .learndash-wrapper
    .wpProQuiz_content
    ul.wpProQuiz_questionList
    input.wpProQuiz_questionInput {
    max-width: 100%;
    width: 7%;
  }
  .column-20 {
    /* width: 90%; */
  }
  .d_cert2 {
    width: 100%;
  }
  .main-title.white-title {
    bottom: 26px;
  }
  .quizzes .main-title.white-title h3 {
    margin-bottom: 69px;
    font-size: 20px;
  }
  .quizzes .course-content .text-content h4,
  .course-title h4 {
    font-size: 20px;
  }
  .change-cert-text p {
    font-size: 16px;
  }

  .change-cert-text a {
    font-size: 12px;
    line-height: normal;
  }
  .change-cert-text {
    text-align: center;
    margin: 55px 0;
  }
  .column-80 {
    width: 59%;
  }
  .download-content img {
    margin-top: 8px;
  }
  .lesson-title h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 9px;
  }
  .certificate-modal {
    padding: 7px;
  }
  .certificate-modal h3 {
    font-size: 18px;
    margin-top: 50px;
    line-height: 28px;
  }
  .certificate-modal a,
  .certificate-modal input {
    font-size: 12px;
  }
  .persons div h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .persons div p {
    font-size: 12px;
    line-height: 15px;
  }
  .comment-title h3 {
    font-size: 15px;
    line-height: 21px;
  }
  .comment-wrapper h3 {
    font-size: 15px;
    line-height: 33px;
  }
  #comment {
    padding: 7px 15px;
    font-size: 12px;
  }
  .comment-row .submit,
  .comment-respond .submit {
    font-size: 14px;
    line-height: 27px;
  }
  .comment-row .comment-reply-link {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #7b7b7b;
    text-decoration: none;
  }
  .subscribe-container .content-text h3 {
    font-size: 18px;
    line-height: 16px;
  }
  .subscribe-container .content-text p {
    font-size: 14px;
    line-height: 16px;
  }
  .school-tab li.active {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .bg-progress {
    margin-top: 0px;
  }
  .survey-complete-message-container h3 {
    line-height: 2;
    font-size: 14px;
  }
  .survey-complete-message-container a {
    line-height: 5;
    font-size: 12px;
  }
  .course-divider {
    margin-left: 50%;
    margin: 15px auto;
    width: 33px;
    background: #37c6f4;
    height: 3px;
  }
  .top-links {
    margin: 30px auto;
    text-align: center;
  }
  .btn {
    height: 34px;
    font-size: 14px;
    line-height: 22px;
    padding: 0 19px;
  }
  #play_icon {
    top: 59%;
  }
}

.hide {
  display: none;
}
