@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
a:focus, a:active, a {
  outline: 0 !important;
  border: 0;
}
/* breadcrumb css */
section.breadcrumbouter {
    padding: 0 !important;
    /* background: #e6f2ff; */
}

.breadcrumb {
    margin-bottom: 0;
    /* background-color: #e6f2ff; */
    padding-left: 0;
    padding-top: 15px;
}

.breadcrumb>li>a {
    color: #000;
}

.breadcrumb>li:first-child {
    padding-left: 0;
}

.breadcrumb>li+li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #121212;
}

.breadcrumbouter .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 0;
    margin: 0;
}

.breadcrumb>.active {
    color: #e85222;
}

/* breadcrumb css */
button {
  outline: none;
}
.mar-115 {
  padding-top: 115px;
}
.mar-20 {
  margin-top: 20px;
}
.mar-btm-20 {
  margin-bottom: 20px !important;
}
.mar-t-30 {
  margin-top: 20px;
}
.white, .text-white {
  color: #ffffff;
}


.free-part {
    background: #feefe8;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}
.free-part h3 {
    font-size: 18px;
    font-weight: bold;
}
.free-part a {
    background: #e85222;
    color: #fff;
    padding: 6px 30px;
    border-radius: 50px;
    margin-top: 5px;
    display: inline-block;
}
.free-icon {
    background: #e85222;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    line-height: 56px;
        margin: 0 auto;
}
.free-icon img {
    filter: brightness(0) invert(1);
    width: 70%;
}
.mar-30{margin-top: 30px;}

#enquiryModal .form-control {
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    /* border: 1px solid #ffffff; */
    height: 40px;
    margin-bottom: 0px;
    padding-left: 15px;
}
#enquiryModal h4.modal-title {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
#enquiryModal select {
    background: url(https://www.careerlauncher.com/images/br_down.png) no-repeat right #fff!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 98%!important;
}

section {
  padding: 50px 0;
  position: relative;
}
section h2 {
  font-size: 49px;
  color: #000;
  text-transform: none;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
}
.padd-rght {
  padding-left: 25px;
}
.lft {
  padding-right: 0px;
  text-align: left;
  padding-left: 15px;
}
.lft p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.single-testimonial-style3 {
  position: relative;
  display: block;
  z-index: 1;
}
.single-testimonial-style3 .inner-content {
  margin-top: 0px;
  position: relative;
  display: block;
  padding: 0px;
  text-align: left;
  margin-bottom: 15px;
}
.single-testimonial-style3 .inner-content::before {
  position: absolute;
  top: 25px;
  right: -15px;
  color: #f6f6f6;
  font-size: 90px;
  line-height: 90px;
  content: "";
  background-image: url(../images/quote-icon.png);
  width: 105px;
  height: 84px;
  opacity: 0.2;
  background-size: 50%;
  background-repeat: no-repeat;
}
.single-testimonial-style3 .client-info {
  position: relative;
  display: block;
}
.single-testimonial-style3 .client-info .image, .single-testimonial-style3 .client-info .title {}
.single-testimonial-style3 .client-info .image {}
.single-testimonial-style3 .client-info .image img {
  width: 100%;
  /* max-height: 233px; */
}
.single-testimonial-style3 .client-info .title {
  position: absolute;
  bottom: 0px;
  background: #000;
  width: 100%;
  color: #fff;
  padding: 16px 20px;
  text-align: left;
}
.single-testimonial-style3 .client-info .image, .single-testimonial-style3 .client-info .title {}
.single-testimonial-style3 .client-info .title h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}
.single-testimonial-style3 .client-info .title span {
  color: #F15A22;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #9c9696;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 15px;
  line-height: 22px;
}
.single-testimonial-style3 .client-info .title span b {
  display: block;
  color: #263238;
  font-size: 24px;
}
.single-testimonial-style3 .text-box {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}
.single-testimonial-style3 .text-box p {
  line-height: 25px;
  margin: 0;
}
.rgt {
  padding-left: 25px;
  text-align: left;
}
.container-fluid.reslt-four {
  padding: 0 40px;
}

.ju .fa span {
  background: #f15a22;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50px;
  line-height: 18px;
  color: #fff;
  top: -15px;
  right: -3px;
  text-align: center;
  font-size: 11px;
}


.first-region {
  position: relative;
  background: #f4f4f4;
  padding-top: 45px;
  padding-bottom: 100px;
}
.first-region h1 {
  font-size: 46px;
  margin-top: 20px;
  font-weight: bold;
  color: #E85222;
  font-style: italic;
  margin-bottom: 25px;
}
.first-region h3 {
  font-size: 30px;
  margin-top: 0px;
  font-weight: bold;
  color: #000;
}
.testmonials-pull .col-md-4 {
  padding-left: 10px;
  padding-right: 5px;
}
.ms ul {
  list-style: outside none none;
  margin: 15px 0 15px 0;
  padding: 0;
}
.ms ul li {
  list-style: outside none none;
  margin: 0;
  padding: 10px 0 10px 40px;
  position: relative;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.ms ul li::before {
  color: #ffffff;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 11px;
  left: 0;
  position: absolute;
  top: 13px;
  font-weight: 100;
  background: #E85222;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.modal-body h3 {
  font-size: 19px;
}
.modal.ms ul li {
  font-size: 15px;
}
.credential .modal-dialog {
  width: 750px !important;
}
button.close {
  background: #ff692e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  opacity: inherit;
  color: #fff !important;
  margin-top: -4px !important;
  margin-right: 0px;
  position: relative;
  z-index: 999;
  position: absolute;
  right: 12px;
}
h4.modal-title {
  text-align: left;
  font-size: 25px;
}
button.close:focus, button.close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: initial;
}
.modal-body {
  font-size: 15px;
}
.credential .modal-body {
  position: relative;
  padding: 15px 20px;
}
.modal-body .btn {
  background: #f15a22;
  border: 1px solid #f15a22;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}
.credential .modal-header {
  min-height: 16.43px;
  padding: 10px 25px;
  border-bottom: none;
  background: #f7f7f7;
}
.boxes-testmonials {
  box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transform: scale(.95);
  transform: scale(.95);
  margin-top: 0;
}
.box-top {
  padding: 25px 18px 35px;
  position: relative;
}
.box-top .quotes-img {
  padding-bottom: 20px;
}
.box-top .quotes-img img {
  max-width: 30px;
}
.box-top p {
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  min-height: 250px;
}
.box-bttm {
  background-color: #fff;
  padding: 30px 30px 30px;
  border-top: 1px solid #eee;
  position: relative;
}
.box-bttm .stude-img {
  position: absolute;
  left: 0;
  width: 100%;
  top: -30px;
}
.stude-img img {
  height: 60px;
  border-radius: 50%;
  max-width: 60px;
  border: 2px solid #39117b;
  padding: 5px;
}
.box-bttm h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}
.box-bttm h4 {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #333;
}
.sub-heading {
  margin-bottom: 30px;
  position: relative;
}
section h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin-top: 0;
}
section h1 span {
  display: block;
}
.six-part {
  padding: 20px 35px;
}
.faq-block h1 {
  font-weight: 400;
}
.testmonials-pull {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: inherit;
  position: relative;
  padding: 0px 0 0;
}
.testmonials-pull .slick-prev {
  right: 80px;
  background-image: url(../img/left-arrow.png);
  left: inherit;
}
.testmonials-pull .slick-next {
  right: 10px;
  background-image: url(../img/right-arrow.png);
}
.testmonials-pull .slick-arrow {
  position: absolute;
  z-index: 9;
  border: 0;
  background-repeat: no-repeat;
  font-size: 0;
  bottom: -95px;
  width: 60px !important;
  height: 60px !important;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  background-size: 25px;
  background-position: center;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: inherit;
  border: 1px solid #000;
}
.mentors-details .mentor-profile {
  background-color: #fff;
  text-align: center;
  padding: 7px 7px 3px 7px;
  border-radius: 0px;
  color: #fff;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme-bg {
  background-color: #f2f2f2;
}
.theme-bg p {
  color: #222;
  margin-bottom: 0px;
}
.lft h5 {
  background: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 2px;
  font-weight: 600;
  margin: 30px 0 0 0;
}
.lft h5 span {
  font-size: 19px;
  color: #ff692e;
  font-weight: 600;
}
.six-part h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.butns .btn {
  background: #E85222;
  border: 1px solid #E85222;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  padding: 10px 15px;
  margin-right: 10px;
}
.butns .btn.no-bdr {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  position: relative;
  padding-right: 32px;
}
.butns .btn.no-bdr::after {
  content: "\F178";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 22px;
  font-weight: 300;
  transform: rotate(-46.85deg);
  top: 8px;
  right: 6px;
}
.free {
  background: #9D254D;
  padding: 5px 15px;
  position: absolute;
  width: initial;
  line-height: initial;
  color: #fff;
  margin: inherit;
  font-size: 14px;
  bottom: -28px;
  right: -12px;
}
/* Thank you page */
.thanlkyou {
  background-color: #0aaf78;
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
}
.thanlkyou img {}
.thanlkyou h2 {
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 32px;
}
.thanlkyou p {
  color: #fff;
  font-size: 18px;
}
.thanlkyou p span {
  position: relative;
}
.thanlkyou p span strong {
  position: relative;
  z-index: 2;
}
.thanlkyou p span:after {
  position: absolute;
  bottom: 4px;
  width: 100%;
  left: 0;
  height: 5px;
  background: #fbd1c2;
  content: '';
  z-index: 1;
  opacity: .3;
}
.contfldthh {
  margin-top: -46px;
}
.boxesiner {
  padding: 15px;
  border: 1px solid rgba(171, 171, 171, .4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
  margin-bottom: 20px;
  border-radius: 15px;
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
}


.grid {
  padding: 12px 0px 12px 65px;
  position: relative;
  text-align: left;
  margin: 0 0 0px 0;
  border-right: 1px solid #6b6b6b;
}
.grid .icon {
  position: absolute;
  left: 0px;
}
.grid .icon img {
  max-height: 40px;
  margin-bottom: 15px;
}
.grid .count {
  font-size: 25px;
  font-weight: 800;
}
.grid p {
  font-size: 20px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-weight: 400;
}
.hed {
  background: #f4f4f4;
  position: absolute;
  width: 80%;
  min-height: 190px;
  right: 0;
}
.block {
  width: 80px;
  height: 110px;
  line-height: 110px;
  background: #263238;
  position: absolute;
  z-index: 999999;
  right: 0;
  top: -30px;
}
.hed .block::after {
  content: "\F178";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 42px;
  font-weight: 100;
  transform: rotate(90deg);
  top: 0px;
  right: 18px;
  color: #fff;
}
.announcing {
  position: relative;
}
.announcing a {
  color: #E85222;
  text-decoration: underline;
}
.announcing h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #263238;
  margin-top: 35px;
}
.announcing h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 56px;
  color: #E85222;
  text-align: left;
  margin-bottom: 70px;
}
.left {
  position: relative;
}
.left img {
  position: relative;
  margin-top: -95px;
  width: 95%;
}
.left h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #2B2A29;
}


.result-item {
  background-color: #fff;
  float: left;
  width: 30.33%;
  padding: 0px;
  position: relative;
  text-align: center;
  border: 1px #eee solid;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  margin: 5px;
}
.result-item a {
  padding: 13px 2px;
  display: block;
  color: #000;
  text-decoration: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
.result-item a:hover {
  background: #e85222;
  color: #fff;
}
.container {
  max-width: 1270px;
}
.bg-grys {
  background: #F8F8F8;
}
.mentor-descrip {
  background: #fff;
  padding: 15px 15px 25px 15px;
}
.arti {
  /* padding-left: 120px; */
    padding-left: 0px;
}
.testmonials-pull.mentor-slide h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
.testmonials-pull.mentor-slide h2 span {
  font-size: 25px;
  color: #F15A22;
  font-weight: 600;
}
.mentor-descrip h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  color: #263238;
  margin-bottom: 5px;
}
.mentor-descrip span {
  font-size: 14px;
  color: #263238;
  font-weight: 400;
}
.mentor-descrip a {
  color: #e85222;
  font-size: 17px;
  font-weight: 500;
  display: block;
  padding-top: 10px;
}
.mentor-descrip img {
  width: 100%;
  max-height: 220px;
}
.slid p {
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  line-height: 26px;
}
.slid {
  border-right: 1px solid #ccc;
  padding-right: 25px;
}
.slid h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
.slid h6 {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}


.mentor-slide .regular2 img {
  max-height: 200px;
}
.vv img {
    border: 1px solid #7a7a7a;
}
/* mCustom scroll bar settings */
.mCustomScrollbar {
  position: relative;
  height: 132px;
  overflow: auto;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  margin-bottom: 20px;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, .1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background-color: #f15a22;
}
.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(105, 204, 68);
}
.region {
  position: relative;
  background: linear-gradient(to top, #fff 0%, #fff 59%, #263238 59%, #263238 100%);
}
.region img {
  min-width: 92%;
  position: relative;
  margin-top: -60px;
}
.white {
  color: #fff;
}
.region1 {
  position: relative;
  background: linear-gradient(to top, #fff 0%, #fff 66%, #f8f8f8 66%, #f8f8f8 100%);
}
.region1 img {
  min-width: 94%;
  position: relative;
  margin-top: -45px;
}
.testmonials-pull.mentor-slide .slick-prev {
  left: inherit;
}
.testmonials-pull.mentor-slide .slick-next {}
.testmonials-pull.mentor-slide .slick-arrow {
  bottom: -120px;
}
.testmonials-pull.mentor-slide {
  padding: 50px 0 160px;
}
.want-to-exp {
  font-size: 20px;
}
.inner-prod {
  padding: 20px 20px;
  box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
}
.inner-prod ul {
  list-style: outside none none;
  margin: 0 0 10px 0;
  padding: 0;
  min-height: 245px;
  border-top: 2px solid #eaeaea;
  padding-top: 15px;
}
.inner-prod ul li {
  list-style: outside none none;
  margin: 0;
  padding: 6px 0 6px 35px;
  position: relative;
}
.inner-prod ul li::before {
  color: #ffffff;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 8px;
  background: #f15a22;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
}
.green {
  background: #fff !important;
  border: 1px solid #707070 !important;
  color: #0A0A0A !important;
}
.inner-prod .btn {
  background-color: #fb641b;
  border: 0 none;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  border-radius: 2px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
}
.inner-prod p.code {
  background: #F15A22;
  color: #fff;
  padding: 2px 10px;
  font-size: 14px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 15px;
}
.inner-prod h3 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 0px;
}
.inner-prod p span {
  color: #f15a22;
  font-weight: 600;
}
/* faq block start */
.accordion-panel {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}
.accordion-panel .panel {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: inherit;
  padding: 0;
  border: none;
}
.accordion-panel .panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ffff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-panel .panel + .panel {
  margin-top: 0px;
}
.accordion-panel .panel-default > .panel-heading a {
  display: block;
  padding: 22px 0px 22px 10px;
  color: #333;
  outline: none;
  box-shadow: inherit;
  position: relative;
  border-bottom: 2px solid #e2e2e2;
}
.accordion-panel .panel-default > .panel-heading a:after {
  content: "";
  position: absolute;
  top: 20px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  right: 22px;
  font-size: 24px;
  color: #F15A22;
}
.accordion-panel .panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #fff;
  color: #f15a22;
}
.accordion-panel .panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\f107";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-panel .panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-panel h4.panel-title {
  font-weight: 400;
  font-size: 20px;
}
.accordion-panel h4.panel-title a {
  text-decoration: none !important;
}
.accordion-panel .arrow-list {
  padding-left: 0;
}
.accordion-panel .arrow-list li i {
  margin-right: 4px;
}
.accordion-panel .panel .panel-body {
  background-color: #fff;
  border: 0;
  padding: 25px 15px 25px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-bottom: 1px solid #ddd;
}
/* faq block close */

.blk {
  background: #000;
  padding: 20px;
}
.orane {
  background: #E85222;
  padding: 20px;
  text-align: left;
}

.speak-math-teacher {
  position: relative;
  text-align: center;
  background:#F8F8F8;
  padding: 40px 0;
}
.speak-math-teacher .bg-overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  right: 0;
  opacity: inherit;
  top: 0;
  width: 100%;
}
.speak-math-teacher h1 {
  font-size: 35px;
  line-height: 1.18;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.speak-math-teacher p {
  color: #fff;
  font-size: 15px;
}
/* section.speak-math-teacher.butns .btn {
  position: relative;
  font-size: 24px;
  width: 100%;
  margin-right: 0;
  margin-top: -14px;
} */
.form-box h4 {
  color: #ffffff;
  font-size: 23px;
  padding-bottom: 5px;
  margin-top: 0px;
  font-weight: 600;
  text-align: left;
}
.form-group {
  margin-bottom: 15px !important;
}
.form-box {
  background: transparent;
  padding: 30px 60px 15px 20px;
  border-radius: 0px;text-align: left;
}
.form-control {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  /* border: 1px solid #ffffff; */
  height: 43px;
  margin-bottom: 0px;
  padding-left: 15px;
}
.form-box .btn {
  background-color: #e85222;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  padding: 6px 28px;
  border-radius: 3px;
  margin-bottom: 0px;
  width: initial;
}
.form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: none;
}
input::placeholder {
  font-size: 15px;
  color: #fff;
}

button.btnotp {
  right: 20px;
  top: 5px;
}

p#msg {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  display: none;
}

p#msg1 {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;


}

#showHide {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.want-to-exp {
  font-size: 18px;
}
.inner-prod {
  padding: 20px 15px;
}
.inner-prod p.code {
  padding: 2px 10px;
  font-size: 11px;
  width: 100%;
}
.inner-prod h3 {
  font-size: 22px;
}

.vv h5, .vv h6{ display: none;}

/* ------------Progrmas--------------------------------- */

article {
  width: 100%;
  margin: 0 auto;
  position: relative;    margin-top: 25px;
}
.programs ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:5px;
}
li {
  list-style:none;
  flex:1;
}
.programs li:last-child {
  border-right:1px solid #DDD;
}
.programs button {
  width: 100%;
  border: 1px solid #DDD;
  border-right: 0;
  border-top: 0;
  padding: 7px 5px;
  background: #FFF;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  line-height: 14px;
}
li.active button {
  background: #9d254d;
  color: #fff;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  
}
/*th { background:#F5F5F5; display:none; }*/
th { display:none; }

td, th {

}
td, th {
  border: 0px;
  padding: 10px;
  empty-cells: show;
  font-size: 15px;
  font-weight: 500;
}
td,th {
  text-align:left;
}
td+td, th+th {
  text-align:center;
  display:none;
}
td.default {
  display:table-cell;
}
.bg-purple {
  background: #e9e9e9;
  color: #000;
  font-size: 16px;
}
.bg-blue {
  background: #e9e9e9;
  color: #000;
  font-size: 16px;
}
.bg-3 {
  background: #e9e9e9;
  color: #000;
  font-size: 16px;
}
.bg-4 {
  background: #e9e9e9;
  color: #000;
  font-size: 16px;
}
.bg-5 {
  background: #e9e9e9;
  color: #000;
  font-size: 16px;
}

.c1{color: #f3c50a;}
.c2{color:#0094a5;}
.c3{color: #e24508;}
.c4{color: #ce01be;}
.c5{color: #30c300;}

.sep {
  background:#F5F5F5;
  font-weight:bold;
}
thead {
    font-size: 19px;
}
.txt-l {
  font-size: 30px;
  font-weight: 700;
  color: #263238;
}
.txt-top {
  position: relative;
  top: 0px;
  left: -6px;
  font-size: 28px;
  font-weight: 800;
  color: #263238;
}
.tick { font-size:18px; color:#2CA01C; }
.hide {
    border: 0;
    background: none;
    display: initial!important;
}
  .contatinho{
  background:#00A5B7;
  padding:10px 20px;
  font-size:12px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
  }

  .maroon {
    background-color: #9D254D;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
th.marl {
  background: #9D254D1A;
  font-weight: 400;
  font-size: 17px;
  padding: 25px 20px;
}

table i.fa.fa-check, table i.fa.fa-times{
  background: #263238;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 300;
}
.bg-blue span {
  background: #263238;
  display: block;
  color: #fff;
  font-size: 13px;
  clear: both;
  padding: 0px 10px;
  width: 58%;
  margin: 0 auto;
}
td.knowmort a{
  color: #e85222;
  font-size: 17px;
}
.enrol .btn {
  background: #e85222;
  border: 1px solid #e85222;
  font-size: 18px;
  width: 88%;
  border-radius: 0;
  padding: 7px;
}

.enrol .btn2 {width: 245px;}

.top-tb {
    border-top: 5px solid #e85222;
    font-size: 16px;
    font-weight: 600;
}

.top-tb1 {
    border-top: 5px solid #263238;
    font-size: 16px;
    font-weight: 700;
}

.top-tb img, .top-tb1 img {
    display: block;
    margin: 0 auto;
    max-width: 90px;
    max-height: 90px;
    min-height: 90px;
}
tr td.enrol {
  border-bottom: 1px solid #a5a6a6;
}

tr td.enrol2 {
  border-bottom: none;
}

/* ------------Progrmas--------------------------------- */


@media only screen and (max-width:570px) {
  .mentor-descrip h4 {
    font-size: 17px;
  }
}

@media (min-width: 640px) {
  .programs ul {
    display:none!important;
  }
  td,th {
    display:table-cell !important;
  }
  td,th {
    width: 300px;
  
  }
  td+td, th+th {
    width: auto;border-left: 1px solid #a5a6a6;background: #fff;border-right: 1px solid #a5a6a6;
  }
	

	
  /* td+td{
    width: auto;
    border-left: 1px solid #263238;
} */
}

@media only screen and (max-width: 767px) {

  p#msg {
    position: relative;
  }
  
  p#msg1 {
    position: relative;
  
  }

  .maroon {
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    background-color: #fff;
    color: #000;
}
tr td.enrol {
  border-bottom: 0px;
}
table {
  background: #fff;
}
#head.fixedheader {
  z-index: 99999999;
}

td+td, th+th {
  background: #fff;
  /* border-right: 1px solid #a5a6a6;
  border-left: 1px solid #a5a6a6; */
}
td, th {
  border: 0px;
  padding: 6px 10px;
  empty-cells: show;
  font-size: 13px;
  font-weight: 500;background: #fff;
}

	.txt-top {
    font-size: 20px;
}
	.txt-l {
    font-size: 23px;
}
	.enrol .btn {
   
    font-size: 17px;
    width: 100%;
    border-radius: 0;
    padding: 3px 5px;
}
	

  .result-item a {
    padding: 7px 2px;   
    font-size: 12px!important;
    font-weight: 500;
}
.result-item { 
  width: 100%;  
}

.slid .col-xs-4 {
  width: 45%;
}
.slid {
  border-right: none;
  padding-right: 0px;
}
.slid .col-xs-8 {
  width: 55%;    padding-left: 10px;
  padding-right: 10px;
}
.slid h5 {
  font-weight: 500;
  font-size: 13px;
  color: #000000; margin-bottom: 5px;
}
.slid h6 {
  font-size: 12px; margin-top: 0px;
}

.slid h5, .slid h6 {
  display: none;
}
.vv h5, .vv h6{ display: block;}

.slid p {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 17px;
}
.mCustomScrollbar {
  height: 122px;  
  margin-bottom: 20px;
}
.region img {
  max-width: 66%;
  position: absolute;
  top: -72px;
  min-width: 67%;
}
.region {
  position: relative;
  background: linear-gradient(to top, #fff 0%, #fff 72%, #263238 72%, #263238 100%);
  padding-bottom: 120px;
}
.region h1 {
  margin-top: 95px;
}

.region p {
  font-size: 13px;
}

.region1 img {
  min-width: 80%;
  position: relative;
  margin-top: -135px;
}
.region1 h1 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.faq-block h1 {
  font-weight: 600;
  margin-bottom: 10px;
}


.mar-115 {
  padding-top: 0px;
}
p {
  margin: 0 0 10px;
  font-size: 13px;
}


  .six-part {
    padding: 15px 10px;
  }
  .six-part h3 {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 7px;
}
  .six-part img {
    max-width: 60px;
  }
  .six-part {
    padding: 10px 5px;
    min-height: 120px;
}
	
	section {
    padding: 45px 0;
    position: relative;
}
	
	
  .first-region h1 {
    font-size: 27px;
    margin-top: 0px;
    font-weight: bold;
    color: #E85222;
    font-style: italic;
    margin-bottom: 10px;
    line-height: initial;
  }
  .lft p {
    font-size: 12px;
    line-height: 21px;
  }
  .butns .btn {
    margin-top: 8px;
    font-size: 15px;
    line-height: 34px;
    padding: 5px 10px;
    margin-right: 10px;
    width: 100%;
  }
  .single-testimonial-style3 .client-info .title {
    padding: 10px 5px;
    text-align: left;
  }
  .single-testimonial-style3 .client-info .title h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
  }
  .single-testimonial-style3 .client-info .title span b {
    display: block;
    color: #263238;
    font-size: 16px;
  }
  .single-testimonial-style3 .client-info .title span {
    font-size: 13px;
    padding: 4px 10px;
    line-height: 14px;
  }
  .testmonials-pull .slick-prev {
    right: 43px;
  }
  .credential .modal-dialog {
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
  .first-region {
    position: relative;
    padding: 30px 0 50px;
  }

  .single-testimonial-style3 .client-info .image img {
    width: 100%;
    max-height: 130px;
}
  .free {
    padding: 3px 18px;  
    
    font-size: 12px;
    bottom: -21px;
    right: -11px;
}
.region1 {
  padding-bottom: 0;
}
  section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .lft {
    padding: 0px 0px;
  }
  .container-fluid.reslt-four {
    padding: 0 15px;
  }
  .rgt {
    padding-left: 0px;
    margin-top: 0px;
  }
  section h1 {
    font-size: 25px;
    line-height: 33px;
    text-align: left !important;
  }
  .boxex-con h3 {
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .boxex-con {
    padding: 20px 10px;
    min-height: inherit;
  }
 .announcing {
    padding: 5px 0px;
}
	
	
	.hed {
    background: #f4f4f4;
    position: absolute;
    width: 100%;
    min-height: 330px;
    right: 0;
}
	.arti {
    padding-left: 0px;
}
	
	.testmonials-pull.mentor-slide {
    padding: 45px 0 90px;
}
	
	.hed .block::after {
  
    font-size: 35px;
    font-weight: 100;
    transform: rotate(90deg);
    top: 0px;
    right: 15px;
    color: #fff;
}
	.block {
    width: 65px;
    height: 90px;
    line-height: 90px;
    background: #263238;
    position: absolute;
    z-index: 999999;
    right: 0px;
    top: -30px;
}
	.left img {
    position: relative;
    margin-top: -95px;
    width: 73%;
}
	
#flexuse{
  display:grid;
}
#contedtop{
  order:2;
}
#formcontfld{
  order:1;
}
  .ms-4-part ul li::before {
    font-size: 16px;
  }
  .first-region h3 {
    font-size: 19px;
    margin-top: 0px;
  }
  .boxex-con h3:before {
    width: 60px;
    height: 3px;
  }
  .boxex-con p {
    font-size: 28px;
    line-height: 28px;
  }
  .boxex-con p span {
    font-size: 24px;
  }
  .boxex-con-rgt {
    padding-left: 0px;
    padding-top: 30px;
    text-align: left;
  }
  .boxex-con-rgt h6 {
    padding: 11px 0 11px 50px;
  }
  .grid {
    padding: 12px 0px 12px 65px;
    position: relative;
    text-align: left;
    margin: 0 0 0px 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .grid .count {
    font-size: 20px;
    font-weight: 600;
  }
  .grid p {
    font-size: 17px !important;
  }
  .with-math {
    padding-top: 20px;
  }
  section h1 span {
    display: initial;
  }
  .announcing h6 {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 25px;
  }
 .announcing h3 {
    font-weight: 500;
    font-size: 33px;
    line-height: initial;
    color: #263238;
    margin-top: 30px;
}
  .announcing .right {
    padding-left: 0px;
    padding-top: 20px;
    border-bottom: 1px solid #afadad;
    padding-bottom: 10px;
  }
  .butns .announcing .btn {
    margin-right: 0px;
    width: 100%;
  }
  .testmonials-pull.mentor-slide h2 {
    font-size: 23px;
  }
  .testmonials-pull.mentor-slide h2 span {
    font-size: 23px;
  }
  .padd .col-md-4:nth-child(1) ~ * {
    margin-top: 30px;
  }
  .col-md-4.faq-clear {
    clear: both;
    display: none;
  }
  .accordion-panel h4.panel-title {
    font-weight: 500;
    font-size: 12px;
  }
  .accordion-panel .panel .panel-body {
    background-color: #fff;
    border: 0;
    padding: 20px 10px 20px;
  }
  .accordion-panel .panel-default > .panel-heading a {
    display: block;
    padding: 22px 0px 22px 0px;
  }
  .accordion-panel .panel-default > .panel-heading a:after {
    right: 0px;font-size: 15px;
  }
.speak-math-teacher h1 {
    font-size: 26px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left!important;
}

.ms ul li {
   padding: 7px 0 7px 32px;  
  font-size: 13px;
}
.announcing a {
  font-size: 11px;
}
.testmonials-pull .col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
}
.butns.book-bnr {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 32px;
}

section.speak-math-teacher.butns .btn {
  position: relative;
  font-size: 16px;
  width: auto;
  margin-right: 0;
  margin-top: 0px;
  padding: 5px 25px;
  line-height: 30px;
}
.speak-math-teacher p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}
  .form-box h4 {
    font-size: 20px;
  }
  .form-box {
    padding: 25px 20px;
  }

  .testmonials-pull .slick-arrow {
    bottom: -30px;
    width: 25px !important;
    height: 25px !important;
    background-size: 14px;
  }
  .testmonials-pull.mentor-slide .slick-prev {
    left: inherit;
    right: 52px;
  }
  .testmonials-pull.mentor-slide .slick-next {
    right: 17px;
    left: inherit;
  }
  .testmonials-pull.mentor-slide .slick-arrow {
    bottom: 18px;
    width: 25px !important;
    height: 25px !important;
    background-size: 14px;
  }
  .testmonials-pull.mentor-slide.bg-grys .slick-arrow {
    bottom: -45px;
}

.mentor-descrip a {
  font-size: 13px;
  padding-top: 0px;
}
.mentor-descrip span {
  font-size: 12px;
  color: #263238;
  font-weight: 400;
}
.mentor-descrip {
  background: #fff;
  padding: 15px 15px 15px 15px;
}
.butns .btn.no-bdr::after {
  
  font-size: 18px;
  top: 4px;
  right: 62px;
}

  .ptb-20 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .theme-bg p {
    color: #222;
    margin-bottom: 0px;
    font-size: 13px;
  }

  .announcing .right p {
    display: inline-block;
    width: 49%;
  }
  .inner-prod ul {
    min-height: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width : 991px){

  .first-region .butns.book-bnr {
    margin-bottom: 20px;
}
.result-item {
  width: 100%;
}

.padd-rght {
  padding-left: 0px;
}

.block {
  width: 70px;
  height: 100px;
  top: 0px;
}

.announcing h3 {
  font-size: 24px;
  line-height: 40px;
}

.announcing h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 90px;
}

.media-bnr {
  margin-top: 40px;
}

.arti {
  padding-left: 15;
}

section h1 {
  font-size: 30px;
}

.mentor-slide .mentor-descrip img {
  max-height: 200px;
}

.mentor-slide .regular2 img {
  max-height: 125px;
}


.region .mar-115 {
  padding-top: 0;
}

.region h1.sub-heading.white {
  color: #000000;
  margin-bottom: 0px;
}

.region1 .mar-115 {
  padding-top: 0;
}

.region1 h1.sub-heading {
  margin-bottom: 0;
}

.region1 img {
  min-width: 100%;
  position: relative;
  margin-top: 0px;
}

.speak-math-teacher h1 span {
  display: inline-block;
}

.speak-math-teacher h1 {
margin-bottom: 0px;
}



}


@media only screen and (min-width: 992px) and (max-width : 1199px){
.single-testimonial-style3 .client-info .image img {
  width: 100%;
  max-height: 100%;
  min-height: 220px;
}

.single-testimonial-style3 .client-info .title {
  position: relative;
  min-height: 70px;
}

.single-testimonial-style3 .client-info .title h3 {
  width: 50%;
}

.six-part h3 {
  min-height: 100px;
}

.announcing h3 {
  font-size: 30px;
}

.announcing h1 {
  font-size: 40px;
}

.result-item {
  width: 45%;
}

.left img {
  position: relative;
  margin-top: -25px;
  width: 100%;
}

.arti {
  padding-left: 15px;
}

.region .col-md-7.col-sm-12 {
  width: 100%;
}

.region .mar-115 {
  padding-top: 0;
}

.region h1.sub-heading.white {
  color: #000000;
  margin-bottom: 0px;
}

.region1 .mar-115 {
  padding-top: 0;
}

.region1 h1.sub-heading {
  margin-bottom: 0;
}

.region1 img {
  min-width: 100%;
  position: relative;
  margin-top: 0px;
}



}