body {
  font-family: 'Roboto', sans-serif;
}

.input-error-msg {
  position: static;
  text-align: left;
}

.bj-banner {
  height: 871px;
  background-image: linear-gradient(to bottom, #823187, #672672);
  position: relative;
  padding: 0;
}

.bj-banner:after {
  content: "";
  display: block;
  position: absolute;
  background: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/banner_wave_bottom.svg) no-repeat;
  background-size: 100%;
  background-position: left bottom;
  left: 0;
  bottom: -1px;
  width: 100vw;
  height: inherit;
  z-index: 100;
}

.bj-banner.start-trial {
  height: 680px;
}

.bj-banner .bj-banner-row .bj-banner-section {
  z-index: 200;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-image {
  text-align: center;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-image img {
  margin-top: 30px;
  width: 250px;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content {
  align-items: flex-start;
  margin-top: 20px;
  text-align: center;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-banner-wrapper {
  max-width: 550px;
  margin-top: 50px;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing {
  margin-top: 30px;
  font-weight: 700;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing .at-txt {
  font-size: 14px;
  margin-right: 5px;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing .old-price {
  font-size: 12px;
  margin-right: 10px;
  text-decoration: line-through;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing .new-price {
  font-weight: 700;
  font-size: 18px;
  color: #f7b500;
}

.bj-banner.bj-trial-register-addr {
  height: 400px;
}

.bj-banner.bj-trial-register-addr .bj-banner-image img {
  width: 150px !important;
}

.bj-banner.bj-trial-register-addr .bj-banner-content {
  display: flex;
  align-items: center !important;
}

.bj-banner.bj-trial-register-addr .bj-banner-content .bj-banner-wrapper {
  max-width: auto !important;
}

.bj-banner.bj-trial-register-addr .bj-banner-content .bj-promo {
  margin-top: 30px;
}

.bj-banner.bj-trial-register-addr .bj-banner-content .bj-promo p {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0;
}

.bj-form {
  background-color: #fcfcfc;
  border-radius: 16px;
  padding: 15px 25px 25px 25px;
  color: #454545;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  margin-top: 40px;
}

.bj-form .bj-btn {
  margin-top: 30px;
}

.bj-form .header {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.bj-form .sub-header {
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
}

.bj-form .form-section {
  margin-top: 12px;
}

.bj-form .form-section .form-row .form-control {
  border: 0.8px solid #cacaca;
  border-radius: 5px;
  font-size: 14px;
  height: 41px;
}

.bj-form .form-section .form-row>.required:after {
  content: "*";
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 0;
  color: #db4d4d;
  font-size: 10px;
}

.bj-form .form-section .form-row .form-checkbox {
  display: inline-block
}

.bj-form .form-section .form-row .form-checkbox>input[type=checkbox] {
  position: absolute;
  float: left;
  margin-top: 2px;
}

.bj-form .form-section .form-row .form-checkbox>.checkbox-content {
  font-size: 12px;
  padding-left: 18px;
  text-align: left;
}

.billing-address {
  margin: 50px 0;
}

.billing-address .bj-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.billing-address .bj-form form {
  text-align: center;
}

.billing-address .success-msg {
  text-align: center;
  padding: 50px 0;
}

.billing-address .success-msg img {
  width: 42px;
  height: 42px;
}

.billing-address .success-msg p {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-top: 30px;
}

.billing-address .note {
  margin-top: 30px;
  text-align: center;
}

.billing-address .note p {
  font-size: 20px;
  color: #404040;
  line-height: 28px;
}

.toggle-field {
  display: none;
  transition: display 0.3s linear 0s;
}

.toggle-field.show {
  display: block;
}

.form-control.otp-verified~.valid-feedback,
.form-control.otp-verified~.feedback-icon img {
  display: block;
}

.form-control.sending~.valid-feedback:after {
  content: '';
  cursor: default;
  border: 0.3rem solid #F7C500;
  border-radius: 50%;
  border-top-color: #FF806D;
  border-left-color: #FF806D;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  left: 50%;
}

@media (min-width: 768px) {
  .container {
    height: 100%;
  }

  .container .row {
    height: 100%;
  }

  .toggle-field {
    display: block;
  }

  .bj-banner {
    height: 680px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content {
    margin-top: 30px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-banner-wrapper {
    max-width: 400px;
    position: absolute;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-image {
    display: flex;
    align-items: center;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-image img {
    width: 300px;
  }

  .bj-banner.bj-trial-register-addr {
    height: 400px;
  }

  .bj-banner.bj-trial-register-addr .bj-banner-image img {
    width: 250px !important;
  }

  .bj-banner.bj-trial-register-addr .bj-banner-content .bj-promo {
    margin-top: 30px;
  }

  .bj-banner.bj-trial-register-addr .bj-banner-content .bj-promo p {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0;
  }

  .bj-form .bj-btn {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {

  .bj-form .form-section .form-row .form-checkbox>.checkbox-content {
    font-size: 10px;
  }

  p.choose-classes-list-content {
    margin-top: 0.3rem;
  }
}

@media (min-width: 992px) {
  .container {
    height: 100%;
  }

  .container .row {
    height: 100%;
  }

  .bj-banner {
    height: 600px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-image {
    display: flex;
    align-items: flex-end;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-image img {
    margin: 0;
    width: 400px;
    top: 177px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content {
    margin-top: 30px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-banner-wrapper {
    max-width: 400px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo {
    font-size: 20px;
    line-height: 30px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing .at-txt {
    font-size: 32px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing .old-price {
    font-size: 22px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing .new-price {
    font-weight: 500;
    font-size: 36px;
  }

  .bj-banner.bj-trial-register-addr {
    height: 350px;
  }

  .bj-banner.bj-trial-register-addr .container {
    height: 100%;
  }

  .bj-banner.bj-trial-register-addr .container .row {
    height: 100%;
  }

  .bj-banner.bj-trial-register-addr .bj-banner-image img {
    width: 300px !important;
  }

  .bj-banner.bj-trial-register-addr .bj-banner-content .bj-promo {
    margin-top: 30px;
  }

  .bj-banner.bj-trial-register-addr .bj-banner-content .bj-promo p {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0;
  }

  .bj-form {
    margin-top: 24px;
    border-radius: 10px;
  }

  .bj-form .header {
    font-size: 24px;
  }

  .bj-form .sub-header {
    font-size: 16px;
  }

  .bj-form .form-section .form-row .form-control {
    font-size: 14.4px;
  }

  .billing-address .success-msg img {
    width: 50px;
    height: 50px;
  }

  .billing-address .success-msg p {
    font-size: 28px;
    line-height: 34px;
  }

  .billing-address .note {
    margin-top: 50px;
  }

  .billing-address .note p {
    font-size: 26px;
    line-height: 33px;
  }
}

@media (min-width: 1200px) {
  .bj-banner {
    height: 700px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-image img {
    width: 500px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo {
    font-size: 24px;
    line-height: 36px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-banner-wrapper {
    max-width: 450px;
  }

  .bj-banner.bj-trial-register-addr {
    height: 500px;
  }

  .bj-banner.bj-trial-register-addr .bj-banner-image img {
    width: 400px !important;
  }

  .bj-banner.bj-trial-register-addr .bj-banner-content .bj-promo {
    margin-top: 30px;
  }

  .bj-banner.bj-trial-register-addr .bj-banner-content .bj-promo p {
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0;
  }

  .billing-address .success-msg img {
    width: 64px;
    height: 64px;
  }

  .billing-address .success-msg p {
    font-size: 32px;
    line-height: 38px;
  }

  .billing-address .note {
    margin-top: 50px;
  }

  .billing-address .note p {
    font-size: 28px;
    line-height: 34px;
  }

  .billing-address .success-msg img {
    width: 50px;
    height: 50px;
  }

  .billing-address .success-msg p {
    font-size: 28px;
    line-height: 34px;
  }

  .billing-address .note {
    margin-top: 50px;
  }

  .billing-address .note p {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  .bj-banner.bj-trial-register-addr .bj-banner-content .bj-promo p {
    font-size: 48px;
    line-height: 54px;
  }

  .note {
    margin-top: 80px;
  }

  .note p {
    font-size: 32px;
    line-height: 38px;
  }
}

.bj-features {
  min-height: 500px;
}

.bj-features .bj-feature-wrapper {
  margin-top: 20px;
}

.bj-features .bj-feature-wrapper .bj-feature-image {
  text-align: center;
}

.bj-features .bj-feature-wrapper .bj-feature-image .bj-fl-image {
  display: none;
}

.bj-features .bj-feature-wrapper .bj-feature-image .bj-fl-image.selected {
  display: inline-block;
}

.bj-features .bj-feature-wrapper .bj-feature-list .bj-fl-item {
  margin-top: 55px;
}

.bj-features .bj-feature-wrapper .bj-feature-list .bj-fl-item:first-child {
  margin: 0;
}

.bj-features .bj-feature-wrapper .bj-feature-list .bj-fl-item.selected img {
  filter: none;
}

.bj-features .bj-feature-wrapper .bj-feature-list .bj-fl-item.selected p:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: calc(100% - 10px);
  background-color: #6236ff;
  position: absolute;
  left: -15px;
  top: 5px;
}

.bj-features .bj-fl-image {
  width: 232px;
  height: auto;
}

.bj-features .bj-fl-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: center;
  cursor: pointer;
}

.bj-features .bj-fl-item img {
  margin-top: 5px;
  width: 40px;
  height: auto;
  filter: grayscale(100%);
}

.bj-features .bj-fl-item p {
  flex-grow: 1;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #454545;
  margin-left: 16px;
  position: relative;
  text-align: left;
}

.bj-features .bj-fl-item p span {
  font-weight: 700;
}

.bj-features .bj-fl-sm {
  padding: 0 50px;
  margin-bottom: 60px;
}

.bj-features .bj-fl-sm:last-child {
  margin-bottom: 0;
}

.bj-features .bj-fl-sm .bj-fl-item {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .bj-features .bj-feature-wrapper .bj-feature-list .bj-fl-item {
    margin-top: 20px;
  }

  .bj-features .bj-fl-image {
    width: 300px;
  }

  .bj-features .bj-fl-item img {
    width: 30px;
  }

  .bj-features .bj-fl-item p {
    font-size: 18px;
    line-height: 25px;
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .bj-features .bj-feature-wrapper .bj-feature-list .bj-fl-item {
    margin-top: 20px;
  }

  .bj-features .bj-fl-image {
    width: 350px;
  }

  .bj-features .bj-fl-item p {
    font-size: 20px;
    line-height: 31px;
  }
}

@media (min-width: 1200px) {
  .bj-features .bj-feature-wrapper .bj-feature-list .bj-fl-item {
    margin-top: 30px;
  }

  .bj-features .bj-fl-image {
    width: 450px;
  }

  .bj-features .bj-fl-item p {
    font-size: 22px;
    line-height: 35px;
  }
}

.bj-benefits {
  background-color: #FAF6FF;
  position: relative;
  margin: 20px 0;
  padding: 30px 0;
}

.bj-benefits:before {
  content: "";
  display: block;
  position: absolute;
  background: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/testimonial_wave_top.svg) no-repeat;
  background-size: cover;
  background-position: left bottom;
  left: 0;
  top: -19px;
  width: 100vw;
  height: 20px;
  z-index: 100;
}

.bj-benefits:after {
  content: "";
  display: block;
  position: absolute;
  background: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/testimonial_wave_bottom.svg) no-repeat;
  background-size: cover;
  background-position: left bottom;
  left: 0;
  bottom: -19px;
  width: 100vw;
  height: 20px;
  z-index: 100;
}

.bj-benefits .bj-benefit-list .bj-benefit-item {
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.bj-benefits .bj-benefit-list .bj-benefit-item img {
  width: 70px;
  height: 70px;
}

.bj-benefits .bj-benefit-list .bj-benefit-item p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #454545;
}

@media (min-width: 768px) {
  .bj-benefits .bj-benefit-list .bj-benefit-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .bj-benefits .bj-benefit-list .bj-benefit-item {
    max-width: 180px;
  }

  .bj-benefits .bj-benefit-list .bj-benefit-item img {
    width: 60px;
  }

  .bj-benefits .bj-benefit-list .bj-benefit-item p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 1600px) {
  .bj-benefits .bj-benefit-list .bj-benefit-item img {
    width: 70px;
  }

  .bj-benefits .bj-benefit-list .bj-benefit-item p {
    font-size: 22px;
    line-height: 30px;
  }
}

.bj-howItWorks {
  color: #454545;
}

.bj-howItWorks .bj-hiw-item {
  position: relative;
}

.bj-howItWorks .bj-hiw-item hr {
  width: calc(100% - 50% - 70px);
  height: 2px;
  background-color: #EE9C57;
  position: absolute;
  right: 0;
  top: 35px;
  margin: 0;
}

.bj-howItWorks .bj-hiw-item .icon {
  width: 70px;
  height: 70px;
}

.bj-howItWorks .bj-hiw-item .index-icon {
  margin-top: 15px;
  width: 30px;
  height: 30px;
}

.bj-howItWorks .bj-hiw-item .detail {
  margin-top: 15px;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

@media (min-width: 300px) {
  .bj-howItWorks .bj-hiw-item .detail {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .bj-howItWorks .bj-hiw-item {
    margin-bottom: 40px;
  }

  .bj-howItWorks .bj-hiw-item hr {
    width: 100px;
    right: -50px;
    top: 20px;
  }

  .bj-howItWorks .bj-hiw-item .icon {
    width: 40px;
    height: 40px;
  }

  .bj-howItWorks .bj-hiw-item .index-icon {
    margin: 15px 0;
    width: 20px;
    height: 20px;
  }

  .bj-howItWorks .bj-hiw-item .detail {
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .bj-howItWorks .bj-hiw-item hr {
    top: 30px;
  }

  .bj-howItWorks .bj-hiw-item .icon {
    width: 60px;
    height: 60px;
  }

  .bj-howItWorks .bj-hiw-item .index-icon {
    margin-top: 15px;
    width: 30px;
    height: 30px;
  }

  .bj-howItWorks .bj-hiw-item .detail {
    margin-top: 15px;
    font-weight: 200;
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .bj-howItWorks .bj-wrapper>div {
    margin-bottom: 50px;
  }

  .bj-howItWorks .bj-hiw-item .icon {
    width: 60px;
    height: 60px;
  }

  .bj-howItWorks .bj-hiw-item .index-icon {
    margin-top: 15px;
    width: 30px;
    height: 30px;
  }

  .bj-howItWorks .bj-hiw-item .detail {
    margin-top: 15px;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1600px) {
  .bj-howItWorks .bj-wrapper>div {
    margin-bottom: 50px;
  }

  .bj-howItWorks .bj-hiw-item hr {
    top: 40px;
  }

  .bj-howItWorks .bj-hiw-item .icon {
    width: 80px;
    height: 80px;
  }

  .bj-howItWorks .bj-hiw-item .index-icon {
    margin: 15px 0;
    width: 40px;
    height: 40px;
  }

  .bj-howItWorks .bj-hiw-item .detail {
    font-weight: 200;
    font-size: 22px;
    line-height: 30px;
    max-width: 80%;
    margin: 0 auto;
  }
}

.bj-testimonials {
  background-color: #FAF6FF;
  position: relative;
  margin: 20px 0;
  padding: 30px 0;
}

.bj-testimonials:before {
  content: "";
  display: block;
  position: absolute;
  background: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/testimonial_wave_top.svg) no-repeat;
  background-size: cover;
  background-position: left bottom;
  left: 0;
  top: -19px;
  width: 100vw;
  height: 20px;
  z-index: 100;
}

.bj-testimonials:after {
  content: "";
  display: block;
  position: absolute;
  background: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/testimonial_wave_bottom.svg) no-repeat;
  background-size: cover;
  background-position: left bottom;
  left: 0;
  bottom: -19px;
  width: 100vw;
  height: 20px;
  z-index: 100;
}

.bj-testimonials .bj-tm-comment {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  max-width: 500px;
  display: inline-block;
}

.bj-testimonials .bj-tm-name {
  margin-top: 40px;
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #333333;
}

.bj-testimonials .bj-tm-more-details {
  margin-top: 5px;
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #666666;
}

.bj-testimonials #bjTmCarousel {
  margin-bottom: 60px;
}

.bj-testimonials #bjTmCarousel .carousel-indicators {
  margin: 0;
  bottom: -60px;
}

.bj-testimonials #bjTmCarousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #6236ff;
  border-radius: 100%;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .bj-testimonials .bj-tm-comment {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
  }

  .bj-testimonials .bj-tm-name {
    font-size: 22px;
    line-height: 24px;
  }

  .bj-testimonials .bj-tm-more-details {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .bj-testimonials .bj-tm-comment {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .bj-testimonials .bj-tm-comment {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .bj-testimonials .bj-tm-comment {
    font-size: 22px;
    line-height: 36px;
    max-width: 700px;
  }

  .bj-testimonials #bjTmCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
  }
}

.bj-faq .section-header {
  max-width: 80%;
  margin: 0 auto;
}

.bj-faq .bj-faq-item {
  width: 100%;
  height: auto;
  padding: 10px 30px 10px 12px;
  border: 1px solid #979797;
  border-radius: 10px;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.bj-faq .bj-faq-item:first-child {
  margin: 0;
}

.bj-faq .bj-faq-item .action-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
  background-image: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/plus_icon.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.bj-faq .bj-faq-item.active .action-icon {
  background-image: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/minus_icon.svg);
}

.bj-faq .bj-faq-item p {
  font-size: 18px;
  font-weight: 200;
  text-align: left;
  margin: 0;
  transition: fontFamily 1s linear 0s;
}

.bj-faq .bj-faq-item p.bj-q-item {
  color: #5f70ff;
  cursor: pointer;
  position: relative;
}

.bj-faq .bj-faq-item p.bj-q-item:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -20px;
  top: calc(50% - 7px);
  cursor: pointer;
  background-image: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/plus_icon.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.bj-faq .bj-faq-item.active p.bj-q-item:after {
  background-image: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/minus_icon.svg);
}

.bj-faq .bj-faq-item p.bj-ans-item {
  margin-top: 30px;
  color: #404040;
  display: none;
}

.bj-faq .bj-faq-item.active .action-icon {
  background-image: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/minus_icon.svg);
}

.bj-faq .bj-btn {
  margin-top: 30px;
  width: 220px;
  height: 50px;
}

.bj-faq-list-header {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}

.bj-faq-list .section-header {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 50px;
}

.bj-faq-list .bj-faq-list-wrapper .bj-faq-list-item {
  font-size: 18px;
  color: #454545;
  margin-top: 50px;
}

.bj-faq-list .bj-faq-list-wrapper .bj-faq-list-item:first-child {
  margin: 0;
}

.bj-faq-list .bj-faq-list-wrapper .bj-faq-list-item p {
  margin-bottom: 10px;
}

.bj-faq-list .bj-faq-list-wrapper .bj-faq-list-item .bj-q {
  font-weight: 700;
  color: #5f70ff;
}

@media (min-width: 768px) {
  .bj-faq .bj-faq-item {
    padding: 14px 30px 14px 14px;
  }

  .bj-faq .bj-faq-item p {
    font-size: 18px;
    line-height: 22px;
  }

  .bj-faq .bj-faq-item p.bj-q-item:after {
    top: calc(50% - 7px);
  }

  .bj-faq .bj-faq-item .action-icon {
    top: 14px;
  }
}

@media (min-width: 992px) {
  .bj-faq .bj-faq-item {
    padding: 30px 60px;
  }

  .bj-faq .bj-faq-item p {
    font-size: 20px;
  }

  .bj-faq .bj-faq-item p.bj-q-item {}

  .bj-faq .bj-faq-item p.bj-q-item:after {
    width: 18px;
    height: 18px;
    right: -25px;
    top: calc(50% - 9px);
  }

  .bj-faq .bj-faq-item p.bj-ans-item {
    margin-top: 20px;
  }

  .bj-faq .bj-faq-item .action-icon {
    width: 18px;
    height: 18px;
    right: 40px;
    top: 30px;
  }

  .bj-faq .bj-faq-item.active .bj-q-item {
    font-weight: 500;
  }

  .bj-faq .bj-btn {
    margin-top: 60px;
    width: 150px;
    height: 45px;
  }
}

@media (min-width: 1200px) {
  .bj-faq .bj-faq-item p {
    font-size: 22px;
  }

  .bj-faq .bj-faq-item p.bj-ans-item {
    margin-top: 25px;
  }

  .bj-faq .bj-btn {
    margin-top: 60px;
    width: 170px;
    height: 50px;
  }

  .bj-faq-list .section-header {
    font-size: 30px;
    line-height: 40px;
  }

  .bj-faq-list .bj-faq-list-wrapper .bj-faq-list-item {
    font-size: 24px;
  }
}

@media (min-width: 1600px) {
  .bj-faq-list .section-header {
    font-size: 38px;
    line-height: 40px;
  }

  .bj-faq-list .bj-faq-list-wrapper .bj-faq-list-item {
    font-size: 24px;
    line-height: 32px;
  }
}

.bj-footer {
  position: relative;
  margin-top: 1rem;
  padding: 10px 0 20px 0;
}

.bj-footer.k10-footer {
  background-color: #783985;
}

.bj-footer.k12-footer {
  background-image: linear-gradient(#783985, #783985);
}

.bj-footer.k12-footer:before {
  background: url(https://cdn1.byjus.com/byjusweb/img/Akash-byjus/abfooter.png) no-repeat;
}

.bj-footer.k10-footer:before {
  background: url(https://cdn1.byjus.com/byjusweb/img/byjus_classes_1_month_trail/svg/footer_wave_top.svg) no-repeat;
}

@media (min-width: 1369px) {

  .bj-footer.k10-footer:before,
  .bj-footer.k12-footer:before {
    background-size: cover;
  }
}

.bj-footer:before {
  content: "";
  display: block;
  position: absolute;
  background-position: left top;
  left: 0;
  top: -34px;
  width: 100vw;
  height: 35px;
  z-index: 100;
}

.bj-footer .footer-dpts {
  margin: 0 0 10px 0;
  text-align: center;
}

.bj-footer .footer-dpts>li {
  display: inline-block;
  padding: 0 6px;
  position: relative;
}

.bj-footer .footer-dpts>li>a {
  color: #fff;
}

.bj-footer .footer-dpts>li>a:focus {
  color: #fff;
}

.bj-footer .footer-dpts>li>a:hover {
  color: #fff;
}

.bj-footer .footer-dpts>li:after {
  content: "|";
  display: inline-block;
  position: absolute;
  right: -3px;
  top: 0;
  font-size: inherit;
}

.bj-footer .footer-dpts>li:last-child:after {
  display: none;
}

.bj-footer .foter-copyright {
  text-align: center;
}

@media (min-width: 300px) {
  .bj-footer {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .bj-footer {
    font-size: 14px;
  }

  .bj-footer .footer-dpts {
    margin: 0;
    text-align: left;
  }

  .bj-footer .foter-copyright {
    text-align: right;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: white;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  margin-top: 50px;
}

body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  outline: none;
}

.bj-header {
  height: 62px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 1000;
  transition: height 0.3s ease-in-out 0s;
  -webkit-transition: height 0.3s ease-in-out 0s;
  -moz-transition: height 0.3s ease-in-out 0s;
  -o-transition: height 0.3s ease-in-out 0s;
  -ms-transition: height 0.3s ease-in-out 0s;
}

.bj-header .container {
  height: 100%;
}

.bj-header .container .row {
  height: 100%;
}

.bj-header .bj-logo-classes {
  width: 250px;
  transition: width 0.3s ease-in-out 0s;
}

.bj-header.animate {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  height: 60px;
}

.bj-header.animate .bj-logo-classes {
  width: 200px;
}

.block {
  display: block;
}

.text-center {
  text-align: center;
}

section {
  padding: 50px 0;
}

.section-header {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 32px;
  color: #454545;
  text-transform: capitalize;
}

.section-content {
  margin-top: 50px;
  color: #454545;
}

.bj-btn {
  font-weight: 700;
  font-size: 16px;
  background-image: linear-gradient(to right, #5c72ff, #8c3fff);
  border-radius: 32.7px;
  width: 161px;
  height: 43px;
  color: white;
  border: none;
  outline: none;
  display: inline-block;
}

.bj-btn:focus {
  outline: none;
}

.invalid-feedback {
  text-align: left;
  font-size: 12px;
  color: #db4d4d;
  padding-left: 5px;
}

.was-validated .form-control:valid {
  background-image: none;
}

.was-validated .form-control:invalid {
  background-image: none;
}

.feedback-icon img {
  position: absolute;
  width: 15px;
  height: auto;
  top: 12px;
  right: 10px;
}

@media (min-width: 768px) {
  body {
    margin-top: 50px;
  }

  .bj-header {
    height: 60px;
  }

  .bj-header .bj-logo-classes {
    width: 250px;
  }

  .bj-header.animate {
    height: 60px;
  }

  .bj-header.animate .bj-logo-classes {
    width: 200px;
  }

  .section-header {
    font-size: 28px;
  }

  .invalid-feedback {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  body {
    margin-top: 60px;
  }

  .bj-header {
    height: 80px;
  }

  .bj-header .bj-logo-classes {
    width: 300px;
  }

  .bj-header.animate {
    height: 60px;
  }

  .bj-header.animate .bj-logo-classes {
    width: 250px;
  }

  .section-header {
    font-size: 36px;
  }

  .section-header {
    font-size: 42px;
  }

  .bj-btn {
    font-size: 18px;
    width: 140px;
    height: 40px;
  }

  .invalid-feedback {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1100px !important;
  }

  .section-header {
    font-size: 36px;
  }

  .bj-header {
    height: 80px;
  }

  .bj-header .bj-logo-classes {
    width: 300px;
  }

  .bj-header.animate {
    height: 70px;
  }

  .bj-header.animate .bj-logo-classes {
    width: 250px;
  }

  .bj-btn {
    font-size: 20px;
    width: 140px;
    height: 45px;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px !important;
  }
}

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

/*BEGIN: Trail Version 2 */
.try-txt.try-txt-v2 {
  font-weight: 500;
  text-decoration-line: underline;
  color: #f7b500;
}

.classes-txt.classes-txt-v2 {
  font-weight: 400;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing .at-txt.at-txt-v2 {
  font-size: 22px;
  font-weight: 500;
  color: #f7b500;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing .old-price.old-price-v2 {
  font-size: 18px;
  font-weight: 400;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing .new-price.new-price-v2 {
  font-size: 22px;
  font-weight: 500;
  color: #f7b500;
}

.hiperlink-section {
  display: flex;
  font-size: 14px;
  justify-content: space-around;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hiperlink-section a {
  color: white;
  text-decoration: underline;
}

.limited-desc-text {
  font-size: 10px;
  color: white;
}

.bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing.pricing-v2 {
  margin-bottom: -10px;
}

.video-section {
  position: relative;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: center;
}

.wp-tabs-video-block {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.wp-tabs-video-block img {
  max-width: none;
  margin-bottom: 2%;
}

.video-thumbnail {
  display: block;
  position: relative;
}

.video-thumbnail-play-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.bj-header.k10-header {
  background-color: #783985;
}

.bj-header.k12-header {
  background-image: linear-gradient(to bottom, #783985, #783985);
}

.modal-content {
  width: 50rem;
}

.bj-features .bj-fl-item span {
  font-size: 22px;
}

@media (min-width: 1200px) {
  .bj-banner.bj-banner-v2 {
    height: 535px
  }
}

@media(max-width: 992px) {
  .bj-banner.bj-banner-v2 {
    height: 535px
  }

  .modal-content {
    width: 500px;
  }
}

@media(max-width: 767.98px) {
  .bj-banner.bj-banner-v2 {
    height: 700px
  }

  .limited-desc-text {
    margin-top: 8px;
    margin-bottom: 30px;
  }

  .bj-banner .bj-banner-row .bj-banner-section.bj-banner-content .bj-promo .pricing.pricing-v2,
  .get-your-child-text {
    line-height: 1.3;
  }
}

@media(max-width: 567.98px) {
  .video-thumbnail-img {
    width: 400px;
    height: 250px;
  }

  .modal-content {
    width: 100%;
  }

  .video-thumbnail-play-icon {
    width: 60px;
    height: 30px;
  }
}

@media (max-width: 480.98px) {
  .video-thumbnail-img {
    width: 270px;
    height: 160px;
  }
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 25px;
  color: grey;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 25px;
  color: grey;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: initial;
  height: initial;
}

/* Registration Form */
.choose-classes {
  color: #454545;
  margin-bottom: 2rem;
}

.choose-classes>.h-style {
  margin-top: 40px;
  font-size: 28px;
}

.choose-classes-row {
  height: 75px !important;
}

.choose-classes-list-content {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto';
  line-height: 1.36;

}

.m-top {
  margin-top: 35px
}

.choose-classes-icon {
  width: 100%
}

.pay-button {
  width: 230px !important;
  height: 46px;
}

.otp-input-field {
  position: relative;
}

.paynow-form.needs-validation .resend-otp-anchor {
  color: #65d193;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 42px;
}

@media (max-width: 991.98px) {
  .choose-classes span {
    margin-bottom: 0rem;
  }
}

@media (max-width: 767.98px) {
  .choose-classes-icon {
    width: 18%;
    margin-top: 20px;
  }
  
  .choose-classes {
    text-align: center;
  }

  .choose-classes-list-content {
    width: 80%;
    margin: auto;
  }

  .choose-classes-row {
    height: 130px !important;
  }

  .choose-classes>.h-style {
    margin-top: 50px;
    font-size: 24px;
  }

  .bj-form .header {
    font-size: 21px;
    margin: 0px;
  }

  .bj-form .sub-header {
    font-size: 16px;
  }

  .list-spacing {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .choose-classes>.h-style {
    margin-top: 40px;
    font-size: 22px;
  }
}

.bj-form .form-section .form-control.input-error {
  border: 0.8px solid #FF806D;
}

.bj-form .input-error-msg{
  position: absolute;
}

.otp-mobile-number{
  position: relative;
}

.otp-mobile-number .send-otp-cta {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  min-height: 1rem;
  min-width: 8rem;
  border: 0.06rem solid #0091FF;
  padding: 0.5rem 0.8rem;
  background-color: #0091FF;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  height: 2.5625rem;
  font-weight: 500;
}

.otp-mobile-number .send-otp-cta:hover,
.otp-mobile-number .send-otp-cta:active,
.otp-mobile-number .send-otp-cta:focus,
.otp-mobile-number .send-otp-cta:visited {
  color: #fff;
}

.otp-mobile-number .send-otp-cta:disabled{
  opacity: 1;
}

@media (max-width: 576px){
  .otp-mobile-number .send-otp-cta{
    height: 2.2rem;
    line-height: 1;
  }
}

.otp-active-timer{
  font-size: 0.9rem;
}

.otp-active-timer span{
  font-weight: 500;
}

@media (max-width: 399.98px){
  .otp-mobile-number .send-otp-cta{
    font-size: 0.8rem;
    min-width: 6rem;
    padding: 0.5rem;
  }
  .otp-active-timer{
    font-size: 0.6rem;
  }
}

.otp-input-field-voice-call-option{
  position: relative;
}

.otp-input-field-voice-call-option .input-error-msg{
  position: absolute;
}

.otp-input-field{
  width: 5rem;
  display: inline-block;
  vertical-align: top;
}

.otp-on-voice-call{
  display: inline-block;
  color: #6f6f6f;
  font-size: 0.6rem;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
  vertical-align: top;
}

.otp-on-voice-call p{
  color: #FF806D;
  margin: 0;
}

.otp-on-voice-call svg{
  width: 0.8rem;
}

.otp-on-voice-call button{
  color: #FF806D;
  border: 0.06rem solid #FF806D;
  padding: 0.1rem 0.3rem;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 0.6rem;
  width: 4.5rem;
}

.otp-on-voice-call button:hover{
  color: #FF806D;
}

.otp-on-voice-call button:disabled{
  opacity: 1;
}


@media (max-width: 349.98px){
  .otp-input-field{
    width: 4rem;
  }
  .otp-on-voice-call{
    font-size: 0.55rem;
  }
}


input[name="phoneNumber"]::-ms-clear {
  display: none;
}

.how-it-works--mobile-text-points {
  padding: 0rem 0.5rem 0rem 3rem;
}

.how-it-works--mobile-text-points ul {
  list-style-type: decimal;
}

.block.header {
  font-size: 1.2rem;
}

.bj-form .bj-btn {
  margin-top: 0.4rem;
}

.trail-60-btn,
.demo-btn {
  width: 65%;
}

@media (max-width: 992px) {

  .trail-60-btn,
  .demo-btn {
    width: 90%;
  }
}


@media (max-width: 576px) {
  .block.header {
    font-size: 1.2rem;
  }

  .choose-classes>.h-style {
    margin-top: 2rem;
    font-size: 1.2rem;
  }

  .bj-form .form-section .form-row .form-control {
    height: 2.2rem;
  }

  .mobileNumber~.cursor-pointer {
    top: 6px;
  }

  .header-sub {
    display: inline-block;
  }

  .bj-form {
    margin-top: 1.2rem;
  }
}

.k12-v2 .choose-classes-row {
  height: 3.6rem !important;
}

.k12-v2 .choose-classes-row img {
  height: 3rem;
}

.k12-v2 .choose-classes-list-content {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {

  .k12-v2 .choose-classes-list-content {
    font-size: 1rem;
    font-weight: bold;
  }

  .k12-v2 .choose-classes-row img {
    height: 3rem;
  }

  .k12-v2 .choose-classes-row {
    height: 9rem !important;
  }
}

.bj-form.no-shadow {
  box-shadow: none;
  margin-top: 0px;
  border-radius: 1px;
}

.on-desktop {
  display: none;
}

.on-mobile {
  display: none;
}

@media (min-width: 767.98px) {
  .on-desktop {
    display: block;
  }

  .k12-v1-form .mb-3 {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  .on-mobile {
    display: block;
  }

  section {
    padding: 0px;
  }
}

.trail-card {
  text-align: center;
}

.trail-card-des {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  width: 100%;
  height: 250px;
  text-align: center;
}

.trail-card-img {
  margin-bottom: -4.2rem;
  width: 120px;
}

.v3-form {
  margin-bottom: 2rem;
}

.card-name {
  color: #454545;
  font-size: 1.2rem;
  padding-top: 4rem;
}

.card-role,
.card-designation {
  color: #8e8888;
  font-size: 1rem;
  margin-top: 1rem;
}

.card-designation {
  min-height: 3rem;
}

.card-role {
  font-style: italic;
}

.trail-card {
  margin-bottom: 1rem;
}

.bj-form .v3-form-sec {
  margin-top: 3rem;
}

.v3-header {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

@media (max-width: 388px) {
  .block.header br {
    display: none;
  }
}

.faculty-logo {
  width: 100%;
}

.faculty-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.faculty-title.title-neet {
  padding-left: 15px;
  padding-top: 25px;
  width: 100%;
}

.k12-faculty .row {
  height: auto;
  width:100%;
  margin-left: 0px;
}

.img-fluid {
  width: 100%;
}

.col-3.align-items-center,
.col-xs-3.align-items-center {
  padding-right: 0px;
}

.faculty-description {
  font-size: 0.8rem;
}

.m-faculty-title {
  display: inline-block;
}

.k12-v2 h6,
.k12-v2.k12-v2-content p {
  text-align: left;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.k12-v2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.k12-v2 {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.form-checkbox {
  text-align: center;
}

.k12-v2 p {
  margin-bottom: 0;
}

.k12-v2 .choose-classes-row {
  align-items: center;
}

.row.choose-classes-row.trail-first-list {
  margin-top: 2rem;
}

@media (max-width: 767.98px) {

  .row.choose-classes-row.trail-first-list {
    margin-top: 1rem;
  }
}

.profile-form {
  display: none;
}

@media (max-height: 600px) {
  section.main-section {
    min-height: calc(100vh - 138px);
  }
}

.trial-form-container {
  padding-top: 6rem;
  min-height: 380px;
}

.cta-caption {
  margin-top: 0.5rem;
}

.faculty-carousel {
  min-height: 300px;
}

.carousel-next-btn {
  margin-left: 0.5rem;
}

.carousel-indicators li {
  background-color: #783985;
  opacity: 0.5;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  vertical-align: middle;
  border: 0;
  margin-right: 0.4rem;
}

.btn-carousel-nav {
  color: #fff;
  background-color: #ff9231;
  border-color: #ff9231;
}

.k12-faculty .carousel-indicators{
  margin-left: 25px;
  bottom: -1.5rem;
  right: unset;
}
.k12-v2-content .form-group {
  margin-bottom: 2rem;
}
@media(max-width: 1199.98px) {
  .k12-faculty .carousel-indicators {
    margin-left: 0px;
  }
}
@media(max-width: 991.98px) {
  .faculty-title {
    font-size: 1rem;
  }
  .bj-form { 
    margin-bottom: 40px;
  }
}
@media(max-width: 567.98px) {
  .mb-4 {
    margin-bottom: 1rem!important;
  }
  .bj-form .input-error-msg {
    font-size: 10px;
  }
  .bj-form.form-content .header{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }
  .bj-form {
      padding: 15px 15px 15px 15px;
  }
  .bj-form .sub-header {
      font-size: 10px;
  }
  .mb-4.form-checkbox {
      margin-bottom: .5rem!important;
  }
  .cta-caption {
      font-size: 10px;
      margin-bottom: 0;
  }
  .cta-caption + p {
      margin-bottom: 0;
  }
  .bj-form .form-section .form-row .form-control {
      height: 2.0rem;
  }
  .otp-mobile-number .send-otp-cta {
      height: 2.0rem
  }
  .faculty-title {
      font-size: 1rem;
      margin-top: 1.2rem;
      margin-bottom: 1rem;
  }

  .k12-faculty .carousel-indicators {
      bottom: -3rem;
  }

  .bj-form, .bj-form .form-section .form-row .form-checkbox>.checkbox-content {
    margin-bottom: 0;
  }
  .bj-form .bj-btn {
    margin-top: 0rem;
  }
  .trail-60-btn, .demo-btn {
    width: 80%;
    height: 38px;
  }
  .m-faculty-title {
    margin-bottom: 1rem;
  }
}
@media(max-width:359.98px){
  .bj-form.form-content .header{
    font-size: 0.8rem;
  }
}

@media(min-width: 768.98px) {
  .k12-v2 {
    padding-left: 20px;
  }
  .faculty-carousel {
    min-height: 350px;
  }
}

.bottom-mobile-request-now-btn {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-image: linear-gradient(to right, #8c3fff, #5c72ff);
  text-align: center;
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem 0.5rem;
  border-radius: 0;
  display: none;
}
.animated-free-trail-button:hover, .animated-free-trail-button:visited {
  color: #ffffff;
  background-image: linear-gradient(to right, #8c3fff, #5c72ff);
  outline: none;
}
.success-message{
  min-height: 16rem;
}

/* trial-form-block-v2 */
.trial-form-block-v2 {
  background-color: #fcfcfc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  padding: 15px 25px 25px 25px;
  border-radius: 16px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* trial form bot 4 */
.trial-form-block-v2 .trial-form .input-placeholder{
  top: 0.85rem;
}

@media (max-width:479.98px){
  .trial-form-block-v2{
    font-size: 0.8rem;
    padding: 0;
    box-shadow: none;
    background-color: #fff;
  }
}

/* end trial-form-block-v2 */

/*call icon on the page */
.call-icon{
  background-color: #ffc846;
  padding: 4px;
  border-radius: 50%;
  margin-left: 36px;
  margin-top: 16px;
}

.primary-tooltiptext{
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #813588;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -75%;
}

.primary-tooltip {
  position: relative;
  display: inline-block;
}

.primary-tooltip .primary-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: #813588;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 17%;
  margin-left: -60px;
}

.primary-tooltip .primary-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 81%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.primary-tooltip:hover .primary-tooltiptext {
  visibility: visible;
}

.call-icon-tool{
  position: absolute;
    right: 1rem;
}
@media(min-width:576px ) and (max-width:767px){
  .neetranks{
    margin-left: 25%;
  }
}
@media(max-width:574px){
  .neetranks{
    margin-left: 15%;
  }
}