@-webkit-keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/Open_Sans/Regular/OpenSans-Regular.eot");
  src: url("../fonts/Open_Sans/Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Open_Sans/Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/Open_Sans/Regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/Open_Sans/Regular/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/Open_Sans/Light/OpenSans-Light.eot");
  src: url("../fonts/Open_Sans/Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Open_Sans/Light/OpenSans-Light.woff") format("woff"), url("../fonts/Open_Sans/Light/OpenSans-Light.ttf") format("truetype"), url("../fonts/Open_Sans/Light/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/Open_Sans/Semibold/OpenSans-Semibold.eot");
  src: url("../fonts/Open_Sans/Semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open_Sans/Semibold/OpenSans-Semibold.woff") format("woff"), url("../fonts/Open_Sans/Semibold/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/Open_Sans/Semibold/OpenSans-Semibold.svg#OpenSans-SemiBold") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/Open_Sans/Bold/OpenSans-Bold.eot");
  src: url("../fonts/Open_Sans/Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open_Sans/Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/Open_Sans/Bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/Open_Sans/Bold/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-style: normal;
  font-weight: normal;
}
html,
body {
  font-size: 14px;
  line-height: 18px;
  font-family: "OpenSans-Regular", sans-serif;
  min-height: 100%;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "OpenSans-Bold", sans-serif;
  margin: 0;
}

a {
  color: #8ab752;
}
a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
  outline: none;
  color: #6b903e;
}

h1 {
  font-size: 32px;
  line-height: 36px;
}

h2 {
  font-size: 28px;
  line-height: 32px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

.dispTable {
  display: table;
  width: 100%;
}

.dispRow {
  display: table-row;
}

.dispCell {
  display: table-cell;
}

/** buttons **/
.cBtn {
  border-radius: 0;
  transition: all 0.4s ease;
  padding: 10px;
}
.cBtn:active, .cBtn:focus {
  outline: none;
}
.cBtn.btnSignUp {
  padding: 15px 35px;
  border: 1px solid #fff;
  text-shadow: none;
}
.cBtn.btnSignUp:hover {
  background: #00594f;
  color: #fff;
}
.cBtn.btnPrimary {
  background: #8ab752;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 10px;
  border-radius: 20px;
  transition: all 0.4s ease;
  min-width: 150px;
}
.cBtn.btnPrimary:hover {
  background: #6b903e;
}

.OverflowHide {
  overflow: hidden;
}

.playStoreAdvt {
  background: #00594f;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 10px 0;
  position: relative;
  border-radius: 0;
  margin: 0;
}
.playStoreAdvt .container {
  -webkit-animation: moveInLeft 1s ease-out;
          animation: moveInLeft 1s ease-out;
  position: relative;
}
.playStoreAdvt .cicon {
  display: inline-block;
  position: absolute;
  right: 10px;
  font-size: 18px;
  line-height: 20px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}
.playStoreAdvt a {
  display: inline-block;
  width: 150px;
  margin-left: 18px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.playStoreAdvt a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

[class*=pIcon-],
[class^=pIcon-] {
  background: url("../images/sprite-product.png") no-repeat;
  display: inline-block;
  width: 65px;
  height: 75px;
}
[class*=pIcon-].pIcon-intro,
[class^=pIcon-].pIcon-intro {
  background-position: -210px 0;
}
[class*=pIcon-].pIcon-basic,
[class^=pIcon-].pIcon-basic {
  background-position: -140px 0;
}
[class*=pIcon-].pIcon-concept,
[class^=pIcon-].pIcon-concept {
  background-position: 0 0;
}
[class*=pIcon-].pIcon-exampaper,
[class^=pIcon-].pIcon-exampaper {
  background-position: -70px 0;
}
[class*=pIcon-].pIcon-quiz,
[class^=pIcon-].pIcon-quiz {
  background-position: -280px 0;
}

[class*=cIcon-],
[class^=cIcon-] {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
}
[class*=cIcon-].cIcon-arrow-next, [class*=cIcon-].cIcon-arrow-prev,
[class^=cIcon-].cIcon-arrow-next,
[class^=cIcon-].cIcon-arrow-prev {
  width: 16px;
  height: 30px;
  background-position: -16px 0;
}
[class*=cIcon-].cIcon-arrow-prev,
[class^=cIcon-].cIcon-arrow-prev {
  background-position: 0 0;
}
[class*=cIcon-].cIcon-location,
[class^=cIcon-].cIcon-location {
  background-position: 0 -30px;
  height: 20px;
  width: 15px;
  vertical-align: middle;
}
[class*=cIcon-].cIcon-play,
[class^=cIcon-].cIcon-play {
  width: 25px;
  height: 35px;
  background-position: 0 -50px;
}
[class*=cIcon-].cIcon-fname,
[class^=cIcon-].cIcon-fname {
  width: 15px;
  height: 18px;
  background-position: 0 -92px;
}
[class*=cIcon-].cIcon-email,
[class^=cIcon-].cIcon-email {
  height: 12px;
  width: 22px;
  background-position: -23px -95px;
}
[class*=cIcon-].cIcon-password,
[class^=cIcon-].cIcon-password {
  background-position: -50px -90px;
  width: 20px;
  height: 20px;
}
[class*=cIcon-].cIcon-googleplus,
[class^=cIcon-].cIcon-googleplus {
  background-position: 0 -115px;
  width: 16px;
  height: 15px;
}
[class*=cIcon-].cIcon-facebook,
[class^=cIcon-].cIcon-facebook {
  background-position: -16px -115px;
  font-size: 10px;
}

.checkedIcon {
  width: 30px;
  height: 30px;
  border: 1px solid #8ab752;
  display: inline-block;
  border-radius: 50%;
}
.checkedIcon:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 28px;
  font-size: 16px;
  color: #8ab752;
}

.failedIcon {
  width: 30px;
  height: 30px;
  border: 1px solid #cc0000;
  display: inline-block;
  border-radius: 50%;
}
.failedIcon:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 28px;
  font-size: 16px;
  color: #cc0000;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 60px;
  height: 60px;
  border: 2px solid #8ab752;
  background: #fff;
  border-radius: 50%;
  z-index: 100;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: black;
  width: 18px;
  height: 30px;
  background: url("../images/sprite.png") no-repeat;
  content: "";
  display: inline-block;
}
.slick-slider .slick-prev:before {
  background-position: 0 0;
}
.slick-slider .slick-next:before {
  background-position: -16px 0;
}
.slick-slider .slick-dots li {
  margin: 0;
  width: 15px;
  height: 15px;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #08806b;
}
.slick-slider .slick-dots button {
  width: 15px;
  height: 15px;
  padding: 0;
}
.slick-slider .slick-dots button:before {
  font-size: 10px;
  color: #08806b;
}

.dispBlock {
  display: block;
  width: 100%;
}

/** input and controls **/
.formControl {
  height: 45px;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  resize: none;
}
.formControl:active, .formControl:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #8ab752;
}

.formControlWrap {
  position: relative;
}

.formControlError {
  text-align: left;
  color: #f00;
}

.two-form-group {
  margin-left: -5%;
}
.two-form-group .form-group {
  width: 45%;
  float: left;
  margin-left: 5%;
}

.formBtnControl {
  margin-top: 35px;
}

.error .formControl {
  border: 1px solid #f00;
}

/** breadcrumb **/
.breadcrumb > li + li:before {
  content: "> ";
}

.breadcrumb {
  background: none;
  margin: 0;
  padding: 40px 0;
}
.breadcrumb li a {
  font-family: OpenSans-SemiBold;
  font-size: 16px;
  line-height: 20px;
  color: #7c7c7c;
}
.breadcrumb li.active a {
  color: #606060;
}
.breadcrumb li + li:before {
  color: #606060;
}
.breadcrumb li:hover a {
  color: #8ab752;
}

/** modal **/
.modal-content {
  border-radius: 0;
}

.modal-header {
  background: #8ab752;
  border: 0;
}
.modal-header .close {
  font-size: 30px;
  color: #fff;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}

.modal-title {
  font-family: OpenSans-SemiBold;
  color: #fff;
}

.successModal .modal-content {
  background: #8ab752;
  color: #fff;
}
.successModal .modal-body {
  padding: 0px 60px 40px;
  text-align: center;
}

.note {
  font-size: 10px;
  line-height: 14px;
}

.menuBtnWrapper {
  display: none;
}

.menuBtn {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.menuBtn span {
  position: absolute;
  height: 2px;
  background: #fff;
  width: 25px;
  top: 50%;
  margin-top: -1px;
}
.menuBtn span:after, .menuBtn span:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 2px;
  width: 25px;
  background: #fff;
  left: 0;
}
.menuBtn span:before {
  top: -10px;
}
.menuBtn span:after {
  top: 10px;
}
.menuBtn.active {
  -webkit-animation: rotate360 0.5s;
          animation: rotate360 0.5s;
  transform: scale(1.2, 1.2);
}
.menuBtn.active span {
  background: #00594f;
}
.menuBtn.active span:before {
  top: -4px;
  width: 10px;
  transform: rotate(45deg);
  right: 0;
  left: auto;
  background: #00594f;
}
.menuBtn.active span:after {
  top: 4px;
  transform: rotate(-45deg);
  width: 10px;
  right: 0;
  left: auto;
  background: #00594f;
}

.currentVideoWrap {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow-y: auto;
}
.currentVideoWrap .closeVimeoVideo {
  position: absolute;
  top: -25px;
  right: 5px;
  font-size: 30px;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 10px 9px;
  z-index: 10000;
}
.currentVideoWrap .vimeoIframeWrap {
  width: 80%;
  margin-left: 10%;
  height: 70%;
  margin-top: 10%;
  margin-bottom: 10%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  background: #000;
}

.ytp-chrome-top-buttons {
  display: none !important;
}

/*style the box*/
.gm-style .gm-style-iw {
  background-color: #00594f !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 90px !important;
  padding-top: 20px;
  display: block !important;
}

/*style the arrow*/
.gm-style div div div div div div div div div {
  background-color: #00594f !important;
  top: 0;
}

/*.gm-style-iw + div {
    display: none;
} */
.modal {
  z-index: 2050;
}

/* loader */
.pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3000;
  text-align: center;
}
.pageLoader .loadingBox {
  position: absolute;
  width: 100px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -50px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.pageLoader .loaderIcon {
  margin-bottom: 5px;
}

.loaderIcon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #000;
  border-color: #00594f transparent #8ab752 transparent;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  animation: lds-dual-ring 1s linear infinite;
}

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

.getStartedBtn {
  margin-bottom: 20px;
}

/** header **/
.logo {
  float: left;
  display: inline-block;
  width: 125px;
  margin: 10px 0 0;
}

.pHeader {
  background: #8ab752;
}

.pMenu {
  float: right;
}
.pMenu li {
  float: left;
  list-style: none;
  position: relative;
}
.pMenu li a {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  padding: 25px 15px;
  color: #fff;
  opacity: 0.8;
  transition: all 0.4s ease;
  text-transform: uppercase;
}
.pMenu li a.cBtn {
  margin-top: 10px;
}
.pMenu li a i {
  margin: 0 0 0 5px;
  transition: all 0.4s ease;
}
.pMenu li:hover > a {
  color: #00594f;
  opacity: 1;
}
.pMenu li.active > a {
  color: #00594f;
  opacity: 1;
}
.pMenu li.active i {
  transform: rotate(180deg);
}
.pMenu .subMenu {
  position: absolute;
  top: 100%;
  min-width: 200px;
  right: 0;
  background: #8ab752;
  display: none;
  z-index: 2000;
}
.pMenu .subMenu li {
  float: none;
}
.pMenu .subMenu li a {
  display: block;
  padding: 15px 10px;
}

/** footer **/
.pFooter {
  background: #00594f;
  padding-top: 25px;
}
.pFooter .dispTable {
  width: 100%;
  margin-bottom: 20px;
}
.pFooter .dispTable .dispCell {
  padding: 25px 75px;
  border-left: 1px solid #007f6d;
  width: 40%;
  vertical-align: top;
}
.pFooter .dispTable .dispCell:first-child {
  width: 30%;
  border-left: 0;
  padding: 25px 5px;
}
.pFooter .dispTable .dispCell.socialLinks {
  width: 30%;
  padding-right: 10px;
}
.pFooter ul {
  margin-bottom: -40px;
}
.pFooter ul li {
  float: left;
  width: 50%;
  margin: 0 0 40px 0;
}
.pFooter ul li a {
  color: #E0E0E0;
  font-size: 16px;
  line-height: 20px;
}
.pFooter ul li a:hover {
  text-decoration: underline;
}
.pFooter .subSectionWrapper {
  border-bottom: 1px solid #007f6d;
}
.pFooter h4 {
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-family: "OpenSans-SemiBold", sans-serif;
}
.pFooter .copyright {
  padding: 25px 0;
  margin: 0;
  text-align: center;
  color: #8E8E8E;
  font-size: 18px;
  line-height: 22px;
}
.pFooter .socialLinks ul {
  margin-bottom: -20px;
  margin-left: -25%;
}
.pFooter .socialLinks li {
  width: 33.33%;
  width: auto;
  margin-left: 20%;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.4s ease;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.pFooter .socialLinks li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  background: #317971;
  display: inline-block;
  font-size: 18px;
}
.pFooter .socialLinks li:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.mMenu {
  display: none;
  position: fixed;
  overflow-y: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 80%;
  background: #8ab752;
  z-index: 5000;
  border-left: 1px solid #00594f;
  box-shadow: 5px 0 5px 5px #00594f;
  transform: translateX(150%);
  transition: all 0.4s ease;
}
.mMenu li a {
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.mMenu li:hover a, .mMenu li.active a, .mMenu li:focus a {
  color: #00594f;
}
.mMenu .btnSignUp {
  border: 0;
}

.fixed {
  overflow: hidden;
  position: relative;
}
.fixed:before {
  position: absolute;
  content: "";
  top: 50px;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
}
.fixed .mMenu {
  transform: translateX(0);
}

.sectionHeading {
  text-transform: uppercase;
  color: #212121;
  text-align: center;
  background: #ffe94d;
  padding: 23px 0;
  position: relative;
  -webkit-animation: moveInLeft 1s ease-out;
          animation: moveInLeft 1s ease-out;
}
.sectionHeading:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
  bottom: 0;
  width: 145px;
  background: #fff url("../images/header-bg.png") top right no-repeat;
  background-size: 146px;
}
.sectionHeading.twoLinesectionHeading:before {
  width: 179px;
  background-size: 181px;
}

.sectionContent {
  padding: 55px 0;
  min-height: 50vh;
}

.homeSlider .slideItem {
  position: relative;
}
.homeSlider.slick-slider {
  margin: 0;
}
.homeSlider img {
  width: 100%;
}
.homeSlider .slick-dots {
  bottom: 30px;
}
.homeSlider .slick-dots li.slick-active button:before {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.homeSlider .slick-dots button:before {
  color: #fff;
}
.homeSlider .slick-next,
.homeSlider .slick-prev {
  background: rgba(195, 195, 195, 0.3);
  border: 0;
}
.homeSlider .slick-next:hover,
.homeSlider .slick-prev:hover {
  background: rgba(195, 195, 195, 0.6);
}
.homeSlider .slick-prev {
  left: 25px;
}
.homeSlider .slick-prev:before {
  background-position: -35px 0;
}
.homeSlider .slick-next {
  right: 25px;
}
.homeSlider .slick-next:before {
  background-position: -52px 0;
}
.homeSlider .btnPlay {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  background: transparent;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  text-align: center;
  line-height: 68px;
  background: #faa61a;
}
.homeSlider .btnPlay .icon {
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  margin-left: 10px;
}
.homeSlider .btnPlay span {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -12px;
}

.banner {
  text-align: center;
  position: relative;
  background: url("../images/Pattern-green-BG.jpg") center/cover no-repeat;
  height: 600px;
}
.banner .videoWrap {
  width: 640px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -320px;
}
.banner .videoWrap .vjs-big-play-button {
  left: 50%;
  top: 50%;
}
.banner .bannerGraphic,
.banner .boyMobile {
  position: absolute;
  left: 50%;
  bottom: 0;
}
.banner .bannerGraphic {
  margin-left: -510px;
}
.banner .boyMobile {
  margin-left: 320px;
  width: 170px;
}
.banner .topWrap {
  padding: 40px 0;
}

/** about us **/
.aboutUs p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #777;
}

.ourProducts {
  background: #f7f7f7;
  /* bootstrap hack end */
}
.ourProducts .tab-content > .tab-pane:not(.active),
.ourProducts .pill-content > .pill-pane:not(.active) {
  display: block;
  visibility: hidden;
  height: 0;
  overflow-y: hidden;
  position: fixed;
}
.ourProducts .tab-content > .tab-pane,
.ourProducts .tab-content > .active,
.ourProducts .pill-content > .active {
  height: auto;
  /* let the content decide it  */
  position: relative;
}
.ourProducts ul {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .ourProducts ul {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .ourProducts .nav li a {
    padding: 10px;
  }
}
.ourProducts .nav-tabs li a {
  background: none;
  border: none;
}
.ourProducts .nav-tabs li.active a {
  background: none;
  border: none;
}
.ourProducts .productFilter {
  text-align: center;
  margin-bottom: 100px;
}
.ourProducts .productFilter li {
  display: inline-block;
  width: 49%;
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
  font-size: 26px;
  line-height: 30px;
  font-family: "OpenSans-Bold";
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .ourProducts .productFilter li {
    padding: 10px 5px;
    font-size: 12px;
    line-height: 14px;
  }
}
.ourProducts .productFilter li.active {
  border-color: #00594f;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.ourProducts .productFilter li.active a,
.ourProducts .productFilter li.active span {
  color: #00594f;
}
.ourProducts .productFilter li:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  cursor: pointer;
}

.productSlider {
  margin-bottom: 55px;
  padding-bottom: 50px;
  padding: 0 100px 50px;
}
.productSlider .productItem {
  text-align: center;
  padding: 25px 20px;
  border-left: 1px solid #d6d6d6;
}
.productSlider .productItem:first-child {
  border-left: 0;
}
.productSlider .productItem h3 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 18px 0 4px;
}
.productSlider .productItem span {
  color: #5d5e5c;
  font-size: 12px;
  line-height: 16px;
}
.productSlider .productItem p {
  margin-top: 26px;
  color: #9d9d9e;
  font-size: 13px;
  line-height: 16px;
}
.productSlider .slick-dots {
  bottom: 0;
  left: 0;
}

.ourProducts .productSlider {
  margin-bottom: 55px;
}

/** learning center **/
.learningCenter h3 {
  font-family: "OpenSans-SemiBold";
  margin-bottom: 36px;
  text-align: center;
}

.introContent {
  text-align: center;
  padding: 0 70px 36px;
  border-bottom: 1px solid #e2e2e2;
}
.introContent p {
  font-size: 18px;
  line-height: 24px;
  color: #777;
}

.upEvents {
  padding: 45px 80px;
}

.upEventList {
  margin-left: -5%;
}
.upEventList li {
  float: left;
  width: 45%;
  margin-left: 5%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.upEventList li figure {
  position: relative;
}
.upEventList li figure h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 17px 0;
  background: rgba(252, 252, 252, 0.8);
  margin: 0;
  text-transform: uppercase;
  display: none;
}
.upEventList li img {
  width: 100%;
}
.upEventList li:hover .price {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.upEventList li:hover .eventInfo {
  border-color: #8ab752;
}
.upEventList .price {
  position: absolute;
  font-size: 26px;
  line-height: 30px;
  top: 30px;
  right: 30px;
  padding: 12px 25px;
  background: rgba(252, 252, 252, 0.8);
  opacity: 0.7;
  transition: all 0.4s ease;
}
.upEventList h4 {
  font-family: "OpenSans-SemiBold";
  margin-bottom: 10px;
  text-transform: uppercase;
  min-height: 50px;
}
.upEventList .eventInfo {
  border: 1px solid #d8d8d8;
  transition: all 0.4s ease;
}
.upEventList .eventHeading {
  padding: 20px 10px;
}
.upEventList .eventIntroInfo {
  font-size: 16px;
  line-height: 22px;
  color: #6d6d6d;
  padding: 20px 30px;
  margin: 0 20px;
  border-top: 1px solid #e8e8e8;
  min-height: 170px;
}
.upEventList .location {
  font-family: "OpenSans-Light";
  font-size: 16px;
  line-height: 20px;
  color: #898989;
}
.upEventList .btnBook {
  display: block;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
}
.upEventList.slick-slider {
  padding: 0 50px;
  margin: 0;
}
.upEventList.slick-slider li.slick-slide {
  margin: 0 20px;
}

/** testimonial ***/
.testimonials {
  background: #057f6c url("../images/testimonial-bg.png") no-repeat;
  background-size: cover;
}
.testimonials .sectionContent {
  padding: 100px 0 70px;
}

.tProfile figure {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.tProfile .tName {
  font-size: 16px;
  line-height: 20px;
  font-family: "OpenSans-SemiBold";
  margin: 0;
}
.tProfile .tEdu {
  font-size: 13px;
  line-height: 17px;
  color: #c3c3c3;
}

.testiSlider {
  padding: 0 130px 80px;
  text-align: center;
}
.testiSlider.slick-slider {
  margin: 0;
}
.testiSlider .testiItem {
  width: 425px;
  padding: 25px 70px;
  background: #fff;
  display: inline-block;
  text-align: center;
}
.testiSlider .testiItem quote {
  font-size: 16px;
  line-height: 22px;
  color: #312f2f;
}
.testiSlider .slick-list {
  margin-left: -70px;
}
.testiSlider .slick-track .testiItem {
  margin-left: 70px;
}
.testiSlider .slick-dots {
  right: 0;
  bottom: 0;
}
.testiSlider .slick-dots button:before {
  color: #fff;
}
.testiSlider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

/** contact us **/
.contactUs {
  background: #f4f4f4;
  position: relative;
}
.contactUs .sectionContent {
  position: relative;
}
.contactUs .map {
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 50%;
}

.mapToolTip {
  padding: 0 25px !important;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  min-width: 250px;
}
.mapToolTip p {
  padding-left: 25px;
  position: relative;
}
.mapToolTip p i {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #00594f;
}

/** event details **/
.eventDetails .eventHeroImg img {
  width: 100%;
}
.eventDetails .eventInfoBox {
  box-shadow: 1px 0 12px 1px #ededed;
}
.eventDetails .eventHeading {
  padding: 25px 30px;
  border: 1px solid #ededed;
  border-top: 0;
  position: relative;
  padding-right: 240px;
}
.eventDetails .eventHeading .eventHeadingLeft {
  width: 70%;
  float: left;
}
.eventDetails .eventHeading .eventHeadingRight {
  width: 30%;
  float: left;
}
.eventDetails .eventHeading .bookNowBtnWrapper {
  position: absolute;
  top: 30px;
  right: 30px;
}
.eventDetails .eventHeading .btnBook {
  min-width: 200px;
}
.eventDetails .eventHeading .eventPrice {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: 18px;
  background: #a5a5a5;
  color: #fff;
  padding: 5px 20px;
}
.eventDetails .eventHeading .eventLocation {
  font-size: 14px;
  line-height: 18px;
  color: #9d9d9e;
  margin-top: 10px;
}
.eventDetails .eventDesc {
  padding: 25px 25px;
  border: 1px solid #ededed;
  border-top: 0;
}
.eventDetails .eventDesc h4 {
  font-size: 16px;
  line-height: 20px;
  color: #5a5a5a;
  margin-bottom: 26px;
}
.eventDetails .eventDesc p {
  font-size: 16px;
  line-height: 24px;
  color: #9d9d9e;
  margin-bottom: 12px;
}
.eventDetails .eventDesc .descLeft {
  width: 70%;
  float: left;
}
.eventDetails .eventDesc .descRight {
  width: 30%;
  float: right;
  font-size: 16px;
  line-height: 20px;
  padding-left: 150px;
}
.eventDetails .eventDesc .descRight .subSection {
  margin-bottom: 55px;
  color: #9d9d9e;
}

.confirmPaymentModal .modal-body {
  padding: 50px 10px;
  text-align: center;
}
.confirmPaymentModal .modal-body h4 {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.confirmPaymentModal .modal-body p {
  margin-bottom: 30px;
}
.confirmPaymentModal .modal-body .modalAction .btnPrimary {
  margin-left: 20px;
}

.twoControl > div {
  width: 50%;
  float: left;
}

.eventSubmit .modal-body {
  padding: 35px 60px;
}
.eventSubmit .twoControl > div {
  width: 30%;
}
.eventSubmit .twoControl > div:first-child {
  width: 65%;
  margin-right: 5%;
}
.eventSubmit .modal-body p {
  margin-bottom: 25px;
}

.moreEvents h3 {
  margin-bottom: 40px;
}
.moreEvents .upEventList {
  padding: 0 80px;
}
.moreEvents .upEventList ul {
  margin-left: 0;
}
.moreEvents .upEventList .slick-track li {
  margin: 0;
  padding: 0 30px;
}
.moreEvents .upEventList.slick-slider {
  margin: 0;
}
.moreEvents .price {
  right: 60px;
}
.moreEvents .slick-slider .slick-prev {
  left: 0;
}
.moreEvents .slick-slider .slick-next {
  right: 0;
}

/*** login page **/
.socialSignupBox .socialBtn {
  margin-left: 10px;
}
.socialSignupBox .socialBtn:first-child {
  margin-left: 0;
}

.loginBox {
  padding: 25px;
  border: 1px solid #ddd;
  width: 650px;
  margin: 70px auto;
  box-shadow: 5px 5px 10px 1px #ddd;
}
.loginBox h3 {
  font-size: 20px;
  font-family: "OpenSans-SemiBold";
  text-transform: uppercase;
  color: #565656;
  text-align: center;
  margin-bottom: 30px;
}
.loginBox .loginFormWrap {
  width: 440px;
  margin: 0 auto;
}
.loginBox .loginFormWrap .formControlError {
  margin-bottom: 15px;
}
.loginBox .loginFormWrap .form-group {
  position: relative;
}
.loginBox .loginFormWrap .form-group i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.loginBox .loginFormWrap .form-group i.cIcon-email {
  margin-top: -5px;
}
.loginBox .loginFormWrap .form-group input {
  padding-left: 40px;
}
.loginBox .formBtnControl {
  margin-bottom: 10px;
}
.loginBox .orDivider {
  margin: 30px 0;
}

.display-block {
  display: block;
  width: 100%;
}

/*** sign up page **/
.signUpProcess .stepsHeading {
  background: #8ab752;
}
.signUpProcess .steps {
  margin-left: -5%;
}
.signUpProcess .step {
  float: left;
  width: 20%;
  margin-left: 5%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.signUpProcess .step.active {
  border-bottom-color: #fff;
}
.signUpProcess .step.active .no {
  background: #fff;
  color: #8ab752;
}
.signUpProcess .step.completed .no {
  background: #fff;
  color: #8ab752;
}
.signUpProcess .step.completed .digit {
  display: none;
}
.signUpProcess .step.completed .iconChecked {
  display: inline-block;
}
.signUpProcess .no {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 18px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}
.signUpProcess .iconChecked {
  display: none;
}
.signUpProcess .socialSignupBox {
  text-align: center;
}

.socialBtn {
  border: 1px solid #d6d6d6;
  display: inline-block;
  border-radius: 10px;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 25px 9px 50px;
  overflow: hidden;
  position: relative;
  color: #666666;
}
.socialBtn:hover {
  cursor: pointer;
}
.socialBtn i {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40px;
  color: #fff;
  text-align: center;
}
.socialBtn.fb:hover {
  border-color: #3a5999;
}
.socialBtn.fb i {
  background: #1877f2;
  font-size: 20px;
}
.socialBtn.googlePlus:hover {
  border-color: #dc4838;
}
.socialBtn.googlePlus i {
  background: white;
}
.socialBtn.googlePlus i img {
  width: 1.9rem;
}
.socialBtn span {
  vertical-align: middle;
}

.stepsContent {
  padding: 0 0 80px 0;
}
.stepsContent .stepTitle {
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #565656;
  font-size: 20px;
  line-height: 24px;
}

.createAccount {
  padding: 25px;
  border: 1px solid #ddd;
  width: 650px;
  margin: 0 auto;
  box-shadow: 5px 5px 10px 1px #ddd;
}
.createAccount h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #565656;
  text-align: center;
  margin-bottom: 20px;
}
.createAccount .signUpFormWrap {
  width: 440px;
  margin: 0 auto;
}
.createAccount .signUpFormWrap .form-group {
  position: relative;
}
.createAccount .signUpFormWrap .form-group i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.createAccount .signUpFormWrap .form-group i.cIcon-email {
  margin-top: -5px;
}
.createAccount .signUpFormWrap .form-group input {
  padding-left: 40px;
}
.createAccount .formBtnControl {
  margin-bottom: 10px;
}

.orDivider {
  height: 1px;
  position: relative;
  text-align: center;
  background: #ddd;
  margin: 20px 0;
}
.orDivider .text {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  padding: 0 10px;
  background: #fff;
  color: #999;
  font-size: 13px;
}

.divider {
  width: 100%;
  display: block;
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}

.commonTabFilter {
  text-align: center;
}
.commonTabFilter li {
  display: inline-block;
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
  font-size: 20px;
  line-height: 24px;
  font-family: "OpenSans-Bold";
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  text-transform: uppercase;
  cursor: pointer;
}
.commonTabFilter li.active {
  color: #8ab752;
  border-color: #8ab752;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.subscription {
  margin: 0 50px;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 5px 5px 10px 1px #ddd;
}

.subPlan {
  margin-top: 60px;
  margin-bottom: 40px;
  display: none;
}
.subPlan.active {
  display: block;
}
.subPlan .plan {
  width: 20%;
  padding: 25px;
  text-align: center;
  margin: 0 auto 15px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  word-break: break-all;
}
.subPlan .plan h4 {
  font-size: 22px;
  line-height: 26px;
  font-family: OpenSans-SemiBold;
  text-transform: uppercase;
  color: #7a7a7a;
  margin-bottom: 20px;
  min-height: 55px;
}
.subPlan .plan .planPrice {
  font-size: 30px;
  color: #8ab752;
  margin-bottom: 30px;
  display: inline-block;
}
.subPlan .plan.selected {
  border-color: #8ab752;
  box-shadow: 0px 0px 10px 5px #8ab752;
  opacity: 0.75;
}
.subPlan .plan input[type=radio] {
  display: none;
}
.subPlan .plan p {
  margin-bottom: 0;
  min-height: 60px;
}

.signupDirection a {
  margin-right: 20px;
  display: inline-block;
}

.paymentBox {
  border: 1px solid #ddd;
  width: 670px;
  margin: 0 auto;
  margin-bottom: 40px;
  box-shadow: 5px 5px 10px 1px #ddd;
}
.paymentBox h3 {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #424242;
  font-family: "OpenSans-SemiBold";
}
.paymentBox .paymentFormWrap {
  padding: 25px 130px 25px;
  display: none;
}
.paymentBox .formBtnControl a {
  color: #7c7c7c;
  margin-right: 10px;
  display: inline-block;
}
.paymentBox .formBtnControl .btn {
  padding: 10px 15px;
}
.paymentBox .totAmount {
  font-size: 18px;
  line-height: 22px;
  color: #7f7f7f;
}
.paymentBox.selected {
  border: 1px solid #8ab752;
}
.paymentBox.selected .paymentFormWrap {
  display: block;
}
.paymentBox .pbTop {
  position: relative;
  padding: 25px 65px 25px 0;
  margin: 0 25px;
  border-bottom: 1px solid #ddd;
}
.paymentBox .pbTop img {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  width: 65px;
  float: right;
}

.makePayment {
  border: 1px solid #ddd;
  width: 670px;
  margin: 0 auto;
  margin-bottom: 40px;
  box-shadow: 5px 5px 10px 1px #ddd;
  padding: 40px 0;
}
.makePayment p {
  font-size: 20px;
  color: #4f4f4f;
}
.makePayment p.tolAmount {
  font-size: 18px;
  line-height: 22px;
}
.makePayment .paymentDirection {
  margin-top: 85px;
}
.makePayment .paymentDirection a {
  margin-right: 25px;
}
.makePayment figure {
  margin-bottom: 40px;
}

.startCourse {
  width: 860px;
  padding: 25px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.startCourse h3 {
  color: #8ab752;
  font-size: 24px;
  font-family: OpenSans-SemiBold;
  margin: 20px 0 5px;
}
.startCourse h4 {
  color: #999999;
  font-size: 18px;
  line-height: 24px;
  font-family: OpenSans-Regular;
}
.startCourse p {
  margin-top: 60px;
  color: #848484;
  font-size: 18px;
  line-height: 22px;
}
.startCourse .playStore {
  margin-top: 35px;
  margin-bottom: 55px;
}
.startCourse .playStore a {
  display: inline-block;
  vertical-align: center;
  width: 170px;
  margin-left: 50px;
}
.startCourse .playStore a:first-child {
  margin-left: 0;
}
.startCourse .playStore img {
  max-width: 100%;
}

.startCourseFailed {
  padding: 100px 20px;
}
.startCourseFailed h4 {
  color: #cc0000;
  margin-top: 30px;
}
.startCourseFailed p {
  margin: 10px 0;
}
.startCourseFailed .btnPrimary {
  margin-top: 50px;
}

.errorSection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  text-align: center;
}
.errorSection .dispTable {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  margin: auto;
}
.errorSection h1 {
  font-size: 50px;
  color: #8ab752;
  margin: 25px 0;
}
.errorSection h2 {
  font-size: 20px;
  line-height: 24px;
  color: #8ab752;
  font-family: "OpenSans-Regular";
  margin-bottom: 10px;
}
.errorSection p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
  color: #6d6d6d;
  padding: 0 25px;
}
.errorSection .errorContent {
  width: 300px;
  margin: 0 auto;
}
.errorSection.error404 {
  background: url("../images/404-bg.png") no-repeat;
  background-size: cover;
}
.errorSection.error404 h1 {
  font-size: 88px;
  margin-bottom: 40px;
}

/** forgot password **/
.forgotPassBox {
  padding: 100px;
  text-align: center;
  margin-top: 0;
}
.forgotPassBox h3 {
  font-family: "OpenSans-SemiBold";
  font-size: 24px;
  margin-bottom: 25px;
}
.forgotPassBox p {
  color: #999999;
  font-size: 16px;
}
.forgotPassBox .form-group input.formControl {
  padding-left: 10px;
}

.resetSuccessBox {
  border: 1px solid #ddd;
  width: 650px;
  margin: 70px auto;
  box-shadow: 5px 5px 10px 1px #ddd;
  padding: 100px;
}
.resetSuccessBox h3 {
  color: #8ab752;
  font-family: "OpenSans-SemiBold";
  font-size: 28px;
  margin: 20px 0 15px;
}
.resetSuccessBox p {
  color: #999999;
  font-size: 22px;
  margin: 0 0 50px;
}

.subscriptionList {
  margin: 80px 0 0;
}
.subscriptionList .subscription {
  margin: 0;
}
.subscriptionList .notSelectedBox {
  width: 70%;
  margin: 50px auto;
  padding: 50px;
  border: 1px solid #ddd;
  text-align: center;
}
.subscriptionList .notSelectedBox p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.userSubscription .subPlan {
  margin-left: 0;
}

.orderPayment .makePayment {
  padding: 30px 15px;
}
.orderPayment .makePayment p {
  line-height: 28px;
}

/** marketting **/
.marketting .alert {
  margin: 0;
}

.feedbackForm .qBoxTitle {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px 0;
  font-family: "OpenSans-SemiBold";
}

.feedbackForm .qTitle {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

.qBox {
  margin-bottom: 20px;
}

.qOptions label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
.qOptions input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.mandate {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
}

.markettingImage,
.markettingThanks {
  position: relative;
}
.markettingImage .stage,
.markettingThanks .stage {
  position: absolute;
  width: 50%;
  z-index: 1000;
}
.markettingImage .stage1,
.markettingThanks .stage1 {
  top: 30%;
  left: 0;
  width: 52%;
}
.markettingImage .stage2,
.markettingThanks .stage2 {
  right: 0;
  top: 49%;
  width: 59%;
}
.markettingImage .stage2 a,
.markettingThanks .stage2 a {
  display: inline-block;
  width: 20%;
  position: absolute;
  right: 10%;
  z-index: 2000;
}
.markettingImage .stage2 .iosStore,
.markettingThanks .stage2 .iosStore {
  top: 35%;
}
.markettingImage .stage2 .playStore,
.markettingThanks .stage2 .playStore {
  top: 20%;
}
.markettingImage .stage3,
.markettingThanks .stage3 {
  left: 0;
  top: 67%;
  width: 51%;
}

.markettingThanks .stage2 {
  top: 35%;
}
.markettingThanks .stage3 {
  top: 57%;
}

.terms {
  font-size: 8px;
  line-height: 10px;
  color: #000;
}

.vjs-big-play-button {
  width: 80px !important;
  margin-left: -40px !important;
  height: 80px !important;
  margin-top: -40px !important;
  border-radius: 50% !important;
  background: url("../images/btnplay.png") no-repeat !important;
  background-size: contain;
}

.video-js .vjs-big-play-button {
  font-size: 5em;
}

.vjs-youtube-mobile.video-js .vjs-big-play-button, .vjs-youtube-mobile.vjs-paused .vjs-big-play-button {
  display: inline-block;
}
.vjs-youtube-mobile.vjs-playing .vjs-big-play-button {
  display: none;
}

.alert {
  margin: 0;
}

.permission-error {
  color: #f00;
  text-align: center;
}

.topBar {
  background: #00594f;
  height: 180px;
  padding: 20px 0;
  margin-bottom: 100px;
}
.topBar .content {
  width: 55%;
  padding: 10px;
  margin: 0 auto;
  border-radius: 50px;
  background: #00594f;
  text-align: center;
}
.topBar .content .tenfoldLogo {
  -webkit-animation: moveInLeft 1s ease-out;
          animation: moveInLeft 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 5px;
  display: inline-block;
}
.topBar .content .heading {
  display: inline-block;
  padding: 5px;
  -webkit-animation: moveInRight 1s ease-out;
          animation: moveInRight 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.topBar .content .heading h1 {
  font-size: 42px;
  line-height: 52px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .topBar .content .heading {
    padding: 0;
  }
  .topBar .content .heading h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

.page {
  background: url("../images/promotions/bg.svg") no-repeat;
  background-color: #c6ce2d;
  background-size: contain;
}
.page .section {
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
}
.page .section h2 {
  font-size: 54px;
  line-height: 64px;
  margin: 40px 0;
}
@media only screen and (max-width: 480px) {
  .page .section h2 {
    font-size: 34px;
    line-height: 44px;
    margin: 20px 0;
  }
}
.page .cloudImg {
  margin-bottom: 20px;
  -webkit-animation: moveInBottom 2s ease-out;
          animation: moveInBottom 2s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.page .storeIcons {
  position: relative;
  margin: 0 auto;
}
.page .storeIcons .storeIcon {
  display: inline-block;
  padding: 10px;
}
.page .steps .slideBg {
  position: absolute;
  transform: translate(0, -50%);
  top: 60%;
  left: 10%;
}
@media only screen and (max-width: 1024px) {
  .page .steps .slideBg {
    left: 8%;
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .page .steps .slideBg {
    left: 5%;
    width: 90%;
    top: 65%;
  }
}
@media only screen and (max-width: 480px) {
  .page .steps .slideBg {
    left: 8%;
    top: 70%;
    width: 85%;
  }
}
@media only screen and (max-width: 480px) {
  .page .stepsSlider .slick-prev, .page .stepsSlider .slick-next {
    top: 50%;
  }
}
.page .stepsSlider .slick-list {
  width: 100%;
  text-align: left;
}
.page .stepsSlider .slick-list .slideItem {
  display: table;
  margin: 0 140px;
}
@media only screen and (max-width: 768px) {
  .page .stepsSlider .slick-list .slideItem {
    margin: 0 20px;
  }
}
.page .stepsSlider .slick-list .slideItem .slide, .page .stepsSlider .slick-list .slideItem .content, .page .stepsSlider .slick-list .slideItem .image {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.page .stepsSlider .slick-list .slideItem .image {
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .page .stepsSlider .slick-list .slideItem .image {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page .stepsSlider .slick-list .slideItem .image {
    padding-right: 20px;
  }
}
.page .stepsSlider .slick-list .slideItem .content h4 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .page .stepsSlider .slick-list .slideItem .content h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.page .stepsSlider .slick-list .slideItem .content .text {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .page .stepsSlider .slick-list .slideItem .content .text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page .stepsSlider .slick-list .slideItem .content .text {
    font-size: 8px;
    line-height: 10px;
  }
}
.page .cardWrap {
  background: #8ab752;
  padding: 20px 5px;
  border-radius: 10px;
  float: left;
  margin: 5px;
}
.page .cardWrap--leftMargin {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .page .cardWrap--leftMargin {
    margin: 5px 0;
  }
}
.page .cardWrap--rightMargin {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .page .cardWrap--rightMargin {
    margin: 5px 0;
  }
}
.page .cardWrap .card {
  width: 280px;
  margin: 0 20px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .page .cardWrap .card {
    width: 265px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .page .cardWrap .card {
    width: 100%;
    margin: 0;
  }
}
.page .cardWrap .card .image img {
  border-radius: 10px;
}
.page .cardWrap .card .description {
  height: 240px;
  margin: 10px 20px;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}
.page .cardWrap .card .storeIcons .storeIcon img {
  width: 20%;
}
.page .cardWrap .card .btnWrap {
  margin: 20px 0;
}
.page .cardWrap .card .btnWrap .btnOrange {
  width: 100%;
  background: #faa61a;
  padding: 15px 0;
  font-size: 22px;
  color: #ffffff;
}
.page .cardWrap .card .btnWrap .btnOrange:hover {
  font-weight: bold;
}
.page .cardWrap .fb {
  display: inline-block;
  margin: 15px;
}
.page .otherPromotions {
  margin-bottom: 100px;
}
.page .otherPromotions h2 {
  margin: 20px 0;
}

.pageTerms {
  background: url("../images/promotions/bg2.png") no-repeat;
  background-color: #ffffff;
  background-size: cover;
}
.pageTerms a {
  color: #00594f;
}
.pageTerms .heading {
  text-align: center;
  border-bottom: 3px solid #d1d83b;
  padding-bottom: 30px;
  -webkit-animation: moveInRight 1s ease-out;
          animation: moveInRight 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pageTerms .heading .image {
  display: inline-block;
}
.pageTerms .heading .text {
  text-align: left;
  display: inline-block;
  color: #00594f;
}
@media only screen and (max-width: 768px) {
  .pageTerms .heading .text {
    text-align: center;
  }
}
.pageTerms .heading .text h1 {
  font-size: 40px;
  line-height: 42px;
}
.pageTerms .heading .text p {
  font-size: 21px;
  line-height: 23px;
}
.pageTerms .terms {
  margin: 20px 0;
}
.pageTerms .terms ol li {
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0;
}
.pageTerms .terms .listDisc li {
  list-style: disc;
}
@media only screen and (max-width: 768px) {
  .pageTerms .terms .listDisc li {
    margin-left: -45px;
  }
}
.pageTerms .terms .listAlpha li {
  list-style-type: lower-alpha;
}
@media only screen and (max-width: 768px) {
  .pageTerms .terms .listAlpha li {
    margin-left: -45px;
  }
}
@media only screen and (max-width: 768px) {
  .pageTerms .container {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pageTerms .col-xs-12 {
    padding: 5px;
  }
}

/* iPads (portrait and landscape) ----------- */
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .sectionHeading {
    padding: 15px 0;
  }
  .sectionContent {
    padding: 35px 0;
  }
  /** header menu **/
  .logo {
    margin-top: 18px;
    width: 135px;
  }
  .pMenu li a {
    font-size: 14px;
    line-height: 16px;
    padding: 40px 15px;
  }
  .pMenu li a.cBtn {
    margin-top: 23px;
  }
  /** product slider **/
  .ourProducts .productFilter {
    margin-bottom: 50px;
  }
  .ourProducts .productFilter li {
    font-size: 20px;
    line-height: 24px;
  }
  .productSlider {
    padding: 0 70px 50px;
  }
  .productSlider .slick-prev {
    left: 5px;
  }
  .productSlider .slick-next {
    right: 5px;
  }
  /** learning center **/
  .introContent p {
    font-size: 16px;
    line-height: 23px;
  }
  .upEvents {
    padding: 35px 30px;
  }
  .upEventList li figure h4 {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
  }
  .upEventList .price {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 18px;
    top: 10px;
    right: 10px;
  }
  .upEventList .eventHeading {
    padding: 20px 10px;
  }
  .upEventList h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .upEventList .location {
    font-size: 14px;
    line-height: 18px;
  }
  .upEventList .eventIntroInfo {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 10px;
    margin: 0 10px;
  }
  /** test slider **/
  .testiSlider {
    padding: 0 100px 80px;
  }
  .testiSlider .testiItem {
    padding: 25px 20px;
  }
  .testiSlider .testiItem quote {
    font-size: 14px;
  }
  .testiSlider .slick-next {
    right: 5px;
  }
  .testiSlider .slick-prev {
    left: 5px;
  }
  /** footer **/
  .pFooter h4 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
  }
  .pFooter ul li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .pFooter .socialLinks ul {
    margin-left: -10%;
  }
  .pFooter .socialLinks li {
    width: 40%;
    float: left;
    margin-left: 10%;
    text-align: left;
  }
  .pFooter .socialLinks li a {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .banner {
    height: 350px;
  }
  .banner .videoWrap {
    width: auto;
    margin: auto;
    left: 20%;
    right: 20%;
  }
}
/* Smartphones (portrait) ----------- */
@media (max-width: 768px) {
  /** header **/
  .pHeader {
    height: 50px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2500;
  }
  .sectionHeading {
    padding: 6px 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .sectionHeading:before {
    content: "";
    background: none;
  }
  .cBtn.btnPrimary {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
  }
  .sectionContent {
    padding: 25px 0;
  }
  .pMenu {
    display: none;
  }
  .mMenu {
    display: block;
  }
  .mMenu .logo {
    margin: 10px auto;
    display: block;
  }
  .slick-slider .slick-next,
.slick-slider .slick-prev {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  .slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    width: 10px;
    height: 15px;
  }
  .slick-slider .slick-next:before {
    background-position: -30px -32px;
  }
  .slick-slider .slick-prev:before {
    background-position: -20px -32px;
  }
  .pHeader .container {
    padding: 0;
  }
  .logo {
    width: 80px;
    height: auto;
    margin: 7px 10px;
    float: none;
    vertical-align: top;
  }
  .menuBtnWrapper {
    padding: 10px 15px;
    display: inline-block;
    border-right: 1px solid #fff;
    cursor: pointer;
  }
  .pMenu {
    display: none;
  }
  .playStoreAdvt {
    font-size: 14px;
    line-height: 18px;
  }
  .playStoreAdvt a {
    width: 100px;
    margin-left: 5px;
  }
  .playStoreAdvt span {
    display: block;
    margin-bottom: 5px;
  }
  .playStoreAdvt .cicon {
    right: 15px;
    font-size: 14px;
  }
  .homeSlider .slick-next,
.homeSlider .slick-prev {
    width: 25px;
    height: 25px;
    border-width: 1px;
    background: rgba(195, 195, 195, 0.5);
  }
  .homeSlider .slick-next:before,
.homeSlider .slick-prev:before {
    width: 10px;
    height: 15px;
  }
  .homeSlider .slick-next:before {
    background-position: -55px -32px;
  }
  .homeSlider .slick-prev:before {
    background-position: -45px -32px;
  }
  .homeSlider .slick-dots {
    bottom: 5px;
  }
  .homeSlider .btnPlay {
    font-size: 14px;
    line-height: 18px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    margin-left: -13px;
  }
  .homeSlider .btnPlay .icon {
    font-size: 13px;
    line-height: 20px;
    margin-left: 5px;
  }
  .homeSlider .btnPlay span {
    margin-top: -4px;
    margin-left: -2px;
    width: 6px;
    height: 8px;
    background-position: -30px -63px;
  }
  .ourProducts .sectionContent {
    padding-top: 0;
  }
  .ourProducts .productFilter {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .ourProducts .productFilter li {
    width: 49%;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
  }
  .ourProducts .productFilter li:first-child {
    border-left: 0;
  }
  .ourProducts .productSlider {
    margin: 25px 0;
    padding: 0 40px 20px;
  }
  .ourProducts .productSlider .productItem {
    border: 0;
    padding: 25px 10px;
  }
  .ourProducts .productSlider .productItem p {
    margin-bottom: 0;
  }
  .aboutUs p {
    font-size: 14px;
  }
  .learningCenter h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .introContent {
    padding: 0 0 20px;
  }
  .introContent h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .introContent p {
    font-size: 14px;
    line-height: 20px;
  }
  .upEvents {
    padding: 25px 0;
  }
  .upEventList {
    white-space: nowrap;
    margin: 0;
    overflow-x: auto;
    text-align: center;
  }
  .upEventList li {
    display: inline-block;
    float: none;
    width: 280px;
    margin: 0 10px;
    white-space: normal;
  }
  .upEventList.slick-slider {
    white-space: normal;
    padding: 0 40px;
  }
  .upEventList.slick-slider li.slick-slide {
    float: left;
    margin: 0 10px;
  }
  .upEventList.slick-slider .slick-prev {
    left: 0;
  }
  .upEventList.slick-slider .slick-next {
    right: 0;
  }
  .testimonials .sectionContent {
    padding: 25px 0;
  }
  .testimonials .testiSlider {
    padding: 0 40px 50px;
  }
  .contactUs .sectionContent {
    padding-top: 375px;
  }
  .contactUs .map {
    height: 350px;
    left: 0;
    width: 100%;
  }
  .mapToolTip {
    font-size: 12px;
    line-height: 16px;
    padding: 0 15px !important;
  }
  .mapToolTip p {
    margin-bottom: 5px;
  }
  .pFooter {
    padding: 25px 0;
  }
  .pFooter .dispTable .dispCell {
    padding: 0;
    display: block;
    width: 50%;
    float: left;
    border: 0;
  }
  .pFooter .dispTable .dispCell.socialLinks {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #007f6d;
    text-align: center;
  }
  .pFooter .dispTable .dispCell.socialLinks li {
    text-align: center;
  }
  .pFooter .dispTable .dispCell:first-child.generalAbout {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .pFooter .dispTable .dispCell:first-child.generalAbout li {
    width: 50%;
    float: left;
    text-align: center;
  }
  .pFooter h4 {
    margin-bottom: 20px;
  }
  .pFooter ul {
    margin-bottom: 0;
  }
  .pFooter ul li {
    margin-bottom: 20px;
  }
  .pFooter ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  .pFooter .subSectionWrapper {
    border-bottom: 0;
  }
  .pFooter .socialLinks ul {
    margin-left: 0;
  }
  .pFooter .socialLinks li {
    margin-left: 0;
    width: 33.33%;
  }
  .pFooter .copyright {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0 0;
    border-top: 1px solid #007f6d;
  }
  .breadcrumb {
    padding: 15px 0;
  }
  .breadcrumb li a {
    font-size: 12px;
    line-height: 16px;
  }
  .eventDetails .eventHeroImg {
    margin: 0 -15px;
  }
  .eventDetails .eventInfoBox {
    box-shadow: none;
  }
  .eventDetails .eventInfoBox .eventHeading {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #ededed;
  }
  .eventDetails .eventInfoBox .eventHeading .bookNowBtnWrapper {
    position: fixed;
    bottom: 0;
    padding: 10px;
    background: #fff;
    z-index: 800;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    box-shadow: 0 -1px 7px 1px #ddd;
  }
  .eventDetails .eventInfoBox h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .eventDetails .eventInfoBox .eventPrice {
    font-size: 12px;
    padding: 2px 5px;
  }
  .eventDetails .eventInfoBox .eventLocation {
    margin-top: 5px;
  }
  .eventDetails .eventDesc {
    padding: 15px 0;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #ededed;
  }
  .eventDetails .eventDesc .descRight,
.eventDetails .eventDesc .descLeft {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .eventDetails .eventDesc .descRight .subSection,
.eventDetails .eventDesc .descLeft .subSection {
    margin-bottom: 10px;
  }
  .eventDetails .eventDesc h4 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .eventDetails .eventDesc p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .moreEvents h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .moreEvents .upEventList {
    padding: 0;
    overflow-x: auto;
    text-align: center;
  }
  .moreEvents .upEventList .slick-track li {
    display: inline-block;
    padding: 0 10px;
  }
  .moreEvents .upEventList.slick-slider {
    padding: 0 30px;
  }
  .modal-header {
    padding: 10px 15px;
  }
  .modal-header .close {
    font-size: 20px;
  }
  .modal-title {
    font-size: 16px;
  }
  .eventSubmit .modal-body {
    padding: 30px;
  }
  .gm-style .gm-style-iw {
    padding-top: 10px;
    min-height: 70px !important;
  }
  /** signup Process **/
  .signUpProcess .stepsHeading {
    background: none;
  }
  .signUpProcess .breadcrumb {
    display: none;
  }
  .signUpProcess .stepLabel {
    display: none;
  }
  .signUpProcess .commonTabFilter li {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .steps {
    margin: 0;
  }
  .steps .step {
    margin: 0;
    width: 25%;
    text-align: center;
    border-bottom: 0;
    position: relative;
  }
  .steps .step:before, .steps .step:after {
    position: absolute;
    content: "";
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #8ab752;
    width: 50%;
    z-index: 99;
  }
  .steps .step:before {
    left: 0;
  }
  .steps .step:after {
    right: 0;
  }
  .steps .step:first-child:before {
    display: none;
  }
  .steps .step:last-child:after {
    display: none;
  }
  .steps .step.active .no {
    background: #8ab752;
    color: #fff;
  }
  .steps .step.completed .no {
    background: #8ab752;
    content: "4";
    color: #fff;
  }
  .steps .step.completed .digit {
    display: none;
  }
  .steps .step.completed .iconChecked {
    display: inline-block;
  }
  .steps .no {
    width: 25px;
    height: 25px;
    margin: 0;
    border-color: #8ab752;
    background: #fff;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    z-index: 100;
    color: #8ab752;
  }
  .signupDirection {
    text-align: center;
  }
  .createAccount {
    border: 0;
    box-shadow: none;
    width: 280px;
    margin: 0 auto;
    padding: 0 0 25px 0;
  }
  .createAccount h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .createAccount .signUpFormWrap {
    width: auto;
  }
  .socialSignupBox .socialBtn {
    font-size: 10px;
    line-height: 18px;
    padding: 4px 5px 4px 25px;
    overflow: hidden;
    position: relative;
    width: 49%;
    margin-left: 0;
  }
  .socialSignupBox .socialBtn i {
    width: 25px;
    line-height: 25px;
  }
  .stepsContent {
    padding-bottom: 30px;
  }
  .stepsContent .stepTitle {
    font-size: 16px;
    line-height: 20px;
  }
  .subscription {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .subPlan {
    margin-top: 30px;
    margin-left: -2%;
    margin-bottom: 30px;
  }
  .subPlan .plan {
    width: 48%;
    padding: 20px 10px;
    min-height: 210px;
  }
  .subPlan .plan h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .subPlan .plan p {
    font-size: 13px;
    line-height: 16px;
  }
  .subPlan .plan .planPrice {
    font-size: 24px;
    line-height: 28px;
  }
  .makePayment {
    width: 300px;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
  .makePayment figure {
    width: 150px;
    margin: 0 auto 40px;
  }
  .makePayment figure img {
    margin-left: -15px;
  }
  .makePayment p {
    font-size: 14px;
    line-height: 20px;
  }
  .makePayment p.tolAmount {
    font-size: 16px;
    line-height: 20px;
  }
  .makePayment .paymentDirection {
    margin-top: 30px;
  }
  .startCourse {
    width: 280px;
    padding: 0 0 25px 0;
    border: 0;
  }
  .startCourse h3 {
    font-size: 20px;
    margin: 15px 0 5px;
  }
  .startCourse h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .startCourse p {
    font-size: 14px;
    line-height: 18px;
  }
  .startCourse .playStore a {
    width: 120px;
    margin: 0;
  }
  /** login **/
  .loginBox {
    border: 0;
    box-shadow: none;
    width: 280px;
    margin: 0 auto;
    padding: 25px 0;
  }
  .loginBox h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .loginBox .loginFormWrap {
    width: auto;
  }
  /** forgot password **/
  .forgotPassBox p {
    font-size: 14px;
    line-height: 18px;
  }
  .resetSuccessBox {
    width: 280px;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 25px 0;
  }
  .resetSuccessBox h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .resetSuccessBox p {
    font-size: 16px;
    line-height: 20px;
  }
  /* subscription **/
  .subscriptionList {
    margin: 30px 0 0;
  }
  .subscriptionList .notSelectedBox {
    width: auto;
    margin: 0 auto;
    padding: 15px;
  }
  .subscriptionList .notSelectedBox p {
    font-size: 14px;
    line-height: 22px;
  }
  .commonTabFilter li {
    font-size: 14px;
    line-height: 18px;
  }
  .vjs-big-play-button {
    width: 50px !important;
    margin-left: -25px !important;
    height: 50px !important;
    margin-top: -25px !important;
  }
  .video-js .vjs-big-play-button {
    font-size: 3em;
  }
  .banner {
    height: 300px;
  }
  .banner .videoWrap {
    width: auto;
    margin: auto;
    left: 10%;
    right: 10%;
  }
}
/* Smartphones (portrait) ----------- *//*# sourceMappingURL=main.css.map */