.autoHeight {
  height: 100vh;
}

.topHeader {
  background: #076ca0;
  height: 115px;
  color: #fff;
}

.logo {
  width: 200px;
  margin: 0 0 25px 0;
  float: left;
}

ul.mainMenu {
  margin: 40px 0 0 0;
  padding: 0;
  float: right;
}

ul.mainMenu li {
  margin: 0 15px;
  padding: 0;
  display: inline;
}

ul.mainMenu li .login {
  background: #f68b33;
  padding: 5px 20px;
  color: #fff;
  border: none;
}

.topBannerStudent {
  background: #076ca0 url(../images/bgBannerTeacher.png) center bottom repeat-x;
}

.topBannerStudentInner {
  background: #076ca0 url(../images/teacherBannerPic.png) left bottom no-repeat;
  background-size: 30%;
}

.topBannerStudentInner h2 {
  color: #fff;
  margin: 35% 0 0 0;
  font-size: 2.4rem;
}

.topBannerStudentInner h2 span {
  color: #f68b33;
}

.topBannerStudentInner h2 span.title {
  color: #86c5f3;
  font-size: 18px;
  font-weight: 300;
}

.topBannerStudentInner p {
  color: #86c5f3;
  font-size: 16px;
  margin: 20px 0 100px 0;
  font-weight: 300;
}

.banner h1 {
  color: #666;
  margin: 35% 0 0 0;
}

.banner h1 span {
  color: #f68b33;
}

.studentBanner {
  max-width: 100%;
  margin-top: 40%;
  float: right;
}

.searchBlock {
  margin-top: 25%;
}

.searchBlock p {
  color: #666;
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
}

.searchBlock input {
  padding: 5px 15px;
  border-radius: 30px;
  border: 2px solid #c3c3c3;
  color: #666;
  min-width: 300px;
}

.numberInidicator {
  margin-top: 10%;
}

.counts {
  font-size: 5rem;
  color: #076ca0;
  text-align: left;
  margin-top: 40px;
  font-weight: 300;
}

.counts span {
  font-size: 1.5rem;
  color: #666;
  display: block;
  font-weight: 200;
}

.howTuttoryWorks {
  padding: 13% 0 0 0;
}

.howTuttoryWorks h1 {
  color: #4b4949;
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 300px;
  text-align: center;
  font-weight: 300;
}

.howTuttoryWorks img {
  max-width: 100%;
}

.howTuttoryWorks .noteImg {
  background: #f68b33;
  width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  line-height: 160px;
}

.howTuttoryWorks .noteImgWrapper {
  text-align: center;
  margin-top: 50px;
}

.howTuttoryWorks .noteImgWrapper h2 {
  color: #4b4949;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
}

.howTuttoryWorks .noteImgWrapper p {
  color: #848484;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.howTuttoryWorks .noteImg img {
  width: 60px;
}

.tuttoryAdvantageTeacher {
  background: #fff;
  padding: 100px 0;
  margin: 0;
  position: relative;
  background: url(../images/curveBlue.png) center top no-repeat;
  background-size: 10%;
  text-align: center;
}

.tuttoryAdvantageTeacher h1 {
  color: #666;
  font-size: 3rem;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 1280px) {
  img.advTuttory {
    max-width: 80%;
    margin: 0% 0 0 0;
  }
  .tuttoryAdvantageTeacher h1 {
    margin: 0 0 40px 0;
  }
}

.testimonialCarosel {
  background-color: #f68b33;
  color: #fff;
}

.testimonialCarosel h1 {
  color: #4b4949;
  font-size: 30px;
  padding: 20px 0;
  font-weight: 300;
}

.testimonialPic {
  border-radius: 50%;
  width: 65%;
}

.testimonialCarosel .blockquote-footer {
  margin: 30px 0;
  font-size: 1.5rem;
}

.testimonialCarosel .message {
  font-weight: 100 !important;
  font-size: 1.2rem;
  color: #000;
}

.testimonialCarosel .testimonial {
  padding: 0 1rem;
}

.testimonialCarosel h2 {
  font-weight: 400;
  margin: 0 0 50px 0;
}

.tutorNote {
  text-align: center;
}

.tutorNote h1 {
  color: #4b4949;
  font-size: 30px;
  margin: 20px 0;
  padding: 0;
  font-weight: 300;
  text-align: left;
}

.tutorNote .tutorPic {
  background: #076ca0;
  width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  line-height: 160px;
}

.tutorNote .tutorPic img {
  width: 50px;
}

.tutorNote h2 {
  color: #076ca0;
  font-size: 1.5rem;
  margin: 30px 0;
  padding: 0;
  font-weight: 400;
  text-align: center;
}

.tutorNote p {
  margin: 20px 0;
  padding: 0;
  font-weight: 100 !important;
  font-size: 16px;
  color: #000;
}

.footerWrapper {
  background: #076ca0 url(../images/curveWhite.png) no-repeat top center;
  background-size: 10%;
  padding: 100px 0;
}

.logoFooter {
  width: 120px;
  margin: 25px 0 25px 0;
}

.addressTuttory p {
  color: #fff;
  font-weight: 100;
  margin: 0;
  font-size: 14px;
}

.listFooter ul {
  margin: 35px 0 0 0;
  padding: 0;
}

.listFooter ul li {
  margin: 0;
  padding: 5px 0;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
  display: block;
}

.listFooter ul li.header {
  font-weight: 400;
}

.listFooter ul li.sm {
  display: inline-block;
  margin: 0 5px 0 0;
}

.listFooter ul li.sm a {
  background: #2ea7e5;
  color: #076ca0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}

.listFooter .copyright {
  color: #fff;
  margin: 32px 0 0 0;
  font-size: 14px;
  font-weight: 100;
}

.leftControl {
  margin-left: -65px;
  padding: 60px 0 60px 60px;
}

.rightControl {
  margin-right: -65px;
  padding: 60px 60px 60px 0;
}

.advTuttory {
  max-width: 100%;
  margin: 50px 0 0 0;
}

/* .tutorBlock{
    padding-top: 26%;
} */

@media (max-width: 1280px) {
  .howTuttoryWorks .noteImg {
    background: #f68b33;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    line-height: 100px;
  }
  .howTuttoryWorks img {
    max-width: 85%;
  }
  .howTuttoryWorks .noteImg img {
    width: 50px;
  }
  .howTuttoryWorks .noteImgWrapper {
    text-align: center;
    margin-top: 10px;
  }
  .counts {
    font-size: 5rem;
    color: #076ca0;
    text-align: left;
    margin-top: 0;
    font-weight: 300;
  }
  .tutorBlock {
    padding-top: 10%;
  }
  .testimonials {
    padding-top: 5% !important;
  }
}

/* css for teacher */

.bannerForm {
  background: #d1eefd;
  border-radius: 10px;
  padding: 20px;
  margin: 55% 0 0 0;
  text-align: center;
}

.bannerForm h3 {
  color: #666;
  text-align: center;
  font-weight: 300;
  margin: 0 0 30px 0;
}

.bannerForm .textBoxInner {
  border: 2px solid #66747b;
  width: 100%;
  background: #ebf6eb;
  border-radius: 6px;
  padding: 5px 10px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
}

.bannerForm .textBoxInner:focus {
  border: 2px solid #66747b;
  box-shadow: none;
}

.bannerForm .requestDemoBtn {
  border: none;
  width: 50%;
  border-radius: 25px;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background: rgb(4, 83, 108);
  background: linear-gradient(
    0deg,
    rgba(4, 83, 108, 1) 0%,
    rgba(0, 116, 176, 1) 50%,
    rgba(4, 83, 108, 1) 100%
  );
}

.bannerForm .requestDemoBtn:focus {
  outline: none;
}

.howTuttoryWorksTeacher {
  padding: 13% 0 0 0;
}

.howTuttoryWorksTeacher h1 {
  color: #4b4949;
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 300px;
  text-align: center;
  font-weight: 300;
}

.howTuttoryWorksTeacher img {
  max-width: 100%;
}

.tuttoryBenefitsTeacher {
  background: #dbdbdb url(../images/curveWhite.png) center top no-repeat;
  background-size: 10%;
  padding: 100px 0;
}

.benfitWrapper {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.benfitWrapper h4 {
  font-size: 2rem;
  font-weight: 300;
  color: #666;
  min-height: 100px;
}

.benfitWrapper p {
  font-size: 1rem;
  font-weight: 200;
  color: #000;
  margin: 50px 0;
  text-align: justify;
}

.benfitWrapper img {
  max-width: 85%;
  margin: 50px 0 0;
}

.aboutTuttoryTeacher {
  background: #076ca0 url(../images/curveGrey.png) center top no-repeat;
  background-size: 10%;
  padding: 100px 0;
}

.aboutTuttoryTeacher h1 {
  color: #fff;
  font-size: 3rem;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
}

.aboutTuttoryTeacher p {
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
  padding: 0;
  font-weight: 200;
}

.aboutTuttoryTeacher .logoWrap {
  display: flex;
  align-items: center;
  text-align: center;
}

.aboutTuttoryTeacher img {
  max-width: 100%;
}

.testimonialCaroselTeacher {
  background: #f68b33 url(../images/curveBlue.png) no-repeat center top;
  color: #fff;
  background-size: 10%;
  padding: 100px 0;
}

.testimonialCaroselTeacher h1 {
  color: #fff;
  font-size: 3rem;
  padding: 0 0 20px 0;
  font-weight: 500;
}

.testimonialPic {
  border-radius: 50%;
  width: 65%;
}

.testimonialCaroselTeacher .blockquote-footer {
  margin: 30px 0;
  font-size: 1.5rem;
}

.testimonialCaroselTeacher .message {
  font-weight: 200 !important;
  font-size: 16px;
  color: #000;
}

.testimonialCaroselTeacher .testimonial {
  padding: 0 1rem;
}

.testimonialCaroselTeacher h2 {
  font-weight: 400;
  margin: 0 0 50px 0;
}

.subscriptionBlock {
  background: url(../images/curveOrange.png) no-repeat top center;
  background-size: 10%;
  padding: 100px 0;
}

.subscriptionBlock h1 {
  padding-bottom: 50px;
  font-weight: 500;
  color: #666;
  font-size: 3rem;
}

.subscrptionTop {
  background: #f9f9f9;
  padding: 10px;
  border-bottom: 1px solid #cecece;
  text-align: center;
  border-radius: 20px 20px 0 0;
  min-height: 145px;
}

.subscrptionTop h1 {
  font-size: 1.5rem;
  margin: 10px 0 15px 0;
  color: #666;
  padding: 0;
}

.subscrptionTop h2 {
  font-size: 1rem;
  margin: 10px 0 15px 0;
  color: #a5a5a5;
}

.subscrptionTop h3 {
  font-size: 1rem;
  margin: 10px 0 15px 0;
  color: #f68b33;
}

.subscriptionBlock p {
  margin: 20px 0;
  padding: 0;
  font-weight: 100 !important;
  font-size: 16px;
  color: #000;
}

.subscrptionPlan {
  border: 1px solid #cecece;
  border-radius: 20px;
  min-height: 615px;
  text-align: center;
}

ul.subscrptionPlanList {
  margin: 0;
  padding: 0;
}

ul.subscrptionPlanList li {
  margin: 5px 0 7px 0;
  padding: 0;
  display: block;
  text-align: center;
  color: #191919;
  font-weight: 200;
  text-transform: capitalize;
  font-size: 14px;
}

.dividerLine {
  max-width: 100%;
  opacity: 0.5;
}

section.testimonials {
  padding-top: 5% !important;
}

.subscrptionPlan .registerBtn {
  border: none;
  width: 50%;
  border-radius: 25px;
  padding: 5px 10px;
  margin: 20px auto;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background: rgb(4, 83, 108);
  background: linear-gradient(
    0deg,
    rgba(4, 83, 108, 1) 0%,
    rgba(0, 116, 176, 1) 50%,
    rgba(4, 83, 108, 1) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.requestDemoWrapper {
  margin: 30px 0 0 0;
}

.requestDemoWrapper input[type="text"] {
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  font-size: 14px;
}

button.registerDemoFormBtn {
  border: none;
  width: auto;
  border-radius: 25px;
  padding: 5px 50px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background: rgb(4, 83, 108);
  background: linear-gradient(
    0deg,
    rgba(4, 83, 108, 1) 0%,
    rgba(0, 116, 176, 1) 50%,
    rgba(4, 83, 108, 1) 100%
  );
}

button.registerDemoFormBtn:hover {
  color: #fff;
}

.form-inline .form-control-plaintext {
  display: inline-block;
  border: none !important;
}

.form-inline .form-control-plaintext:focus {
  display: inline-block;
  border: none !important;
  outline: none !important;
}

div.invalid-feedback {
  margin-top: -25px;
  text-align: left;
}

@media (max-width: 1280px) {
  ul.subscrptionPlanList li {
    margin: 0;
  }
  .subscrptionPlan {
    min-height: 515px;
  }
  .requestDemoWrapper {
    margin: 20px 0 20px 0;
  }
}

.planFeatureList {
  min-height: 410px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.requestDemoWrapper .form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.downloadApp h1 {
  font-size: 16px;
  color: #fff !important;
  margin-top: 10px;
  font-weight: 400;
}
.downloadApp .btnApple {
  width: 190px;
  margin: 10px 0 20px 0;
  display: block;
  background: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  box-shadow: 1px 1px 5px #6d6d6d;
}
.downloadApp .btnGoogle {
  width: 210px;
  margin: 10px 0 10px -10px;
  display: block;
}
