/* line 1, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
body {
  /*font-family: Libre Baskerville;*/
  background: #fafafa;
  color: #230F0F;
  font-size: 20px;
}

/* line 7, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.home_main_head {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 10, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.home_main_head .navbar {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 14, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.home_main_head li a {
  color: #6C757D;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  font-family: 'Montserrat';
}

/* line 22, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.home_main_head li a:hover {
  color: #474e53;
  text-decoration: none;
}

/* line 26, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.btnBorderGold {
  align-items: center;
  padding: 10px 16px;
  width: 98px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #C7761F;
  border-radius: 4px;
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #C7761F;
  margin-left: 50px;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

/* line 44, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.home_main_head li a.btnBorderGold {
  font-family: 'Libre Baskerville';
  color: #C7761F;
  font-size: 16px;
  line-height: 20px;
}

/* line 50, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.btnBorderGold:hover {
  color: #fff;
  background: #C7761F;
  text-decoration: none;
}

/* line 55, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.home_main_head li a.btnBorderGold:hover {
  color: #fff;
}

/* line 58, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: #230F0F;
  margin-bottom: 0;
}

/* line 67, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
p.boldParagraph {
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Libre Baskerville;
}

/* line 72, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.hero_banner {
  background: url(/assets/main_home/homepage-hero-min.jpg) no-repeat center top scroll;
  background-size: 100% 100%;
  padding: 6% 0;
}
/* line 76, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.hero_banner h1 {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  align-items: center;
  color: #152536;
  max-width: 550px;
  margin: 0;
}
/* line 87, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.hero_banner p {
  max-width: 665px;
  margin-bottom: 40px;
  color: #68717A;
}
/* line 92, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.hero_banner li {
  max-width: 507px;
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #230F0F;
  margin-bottom: 3rem;
}

/* line 104, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.hero-underline {
  background: #C7761F;
  height: 6px;
  width: 100%;
  max-width: 510px;
  margin: 1rem 0 1.8rem 0;
  border-radius: 3px;
}

/* line 113, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.playStore p {
  margin-bottom: 20px;
}

/* line 117, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.btn-demo {
  width: 200px;
  text-align: center;
  background: #C7761F;
  border-radius: 8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  padding: 18px 13px;
  border: 2px solid #C7761F;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

/* line 133, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.btn-demo:hover {
  background: linear-gradient(90deg, rgba(199, 118, 31, 0.06), rgba(199, 118, 31, 0.12));
  color: #C7761F;
  border: 2px solid #C7761F;
  transform: translateY(-1px);
  text-decoration: none;
}

/* line 140, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.section_gap {
  margin-top: 140px;
}

/* line 143, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.heading {
  font-family: Libre Baskerville;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  margin-bottom: 30px;
}

/* line 151, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.play_store {
  width: 150px;
  height: 50px;
  display: inline-block;
  border-radius: 8px;
  margin-right: 20px;
}

/* line 160, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.app_store {
  width: 150px;
  height: 50px;
  display: inline-block;
  border-radius: 8px;
}

/* line 168, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.flag_part {
  margin-top: 100px;
}
/* line 170, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.flag_part h3 {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-transform: capitalize;
  float: left;
  max-width: 345px;
  display: inline-block;
}
/* line 181, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.flag_part ul {
  float: left;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 188, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.flag_part ul li {
  float: left;
  padding: 22px;
}

/* line 195, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.motivate .heading {
  margin-bottom: 15px;
}
/* line 198, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.motivate .rounded {
  border-radius: 24px;
}

/* line 202, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.specialPlatform {
  margin-top: 120px;
}
/* line 204, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.specialPlatform h2, .specialPlatform p {
  max-width: 700px;
}
/* line 207, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.specialPlatform .brownbox {
  width: 300px;
  height: 130px;
  background-color: #C7761F;
  border-radius: 24px;
  border-bottom-left-radius: 0px;
  position: relative;
  margin-top: 80px;
  display: inline-block;
}
/* line 217, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.specialPlatform img {
  position: absolute;
  bottom: 0;
}
/* line 221, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.specialPlatform span {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  position: absolute;
  top: 45px;
  left: 50%;
}
/* line 232, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.specialPlatform span.lastbox {
  left: 60%;
}

/* line 236, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brownBanner {
  background-color: #C7761F;
  margin-top: 140px;
}
/* line 239, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brownBanner .heading {
  color: #FFFFFF;
  margin-top: 70px;
  line-height: 52px;
}
/* line 244, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brownBanner .contactUs {
  background: #FFFFFF;
  color: #C7761F;
}
/* line 248, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brownBanner .contactUs:hover {
  background: linear-gradient(90deg, rgba(247, 183, 116, 0.06), rgba(247, 166, 80, 0.12));
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 8px 20px rgba(199, 118, 31, 0.12), 0 0 0 6px rgba(199, 118, 31, 0.06);
  transform: translateY(-1px);
  text-decoration: none;
}

/* line 257, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.contactUs {
  padding: 22px 40px;
  width: 165px;
  background: #C7761F;
  border-radius: 6px;
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  border: none;
}

/* line 273, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.built-In p {
  max-width: 850px;
}
/* line 276, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.built-In .roundImage {
  border-radius: 50%;
}
/* line 279, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.built-In .accessible {
  margin-top: 95px;
}
/* line 282, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.built-In h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.4px;
  color: #230F0F;
}
/* line 290, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.built-In .syntax {
  display: block;
  float: left;
  margin-bottom: 50px;
}
/* line 294, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.built-In .syntax .imgBlock {
  float: left;
  display: block;
  width: 20%;
  padding-top: 15px;
}
/* line 300, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.built-In .syntax .textBlock {
  float: left;
  display: block;
  width: 80%;
  padding-left: 30px;
}

/* line 308, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.learnDetail {
  padding-top: 135px;
  padding-bottom: 135px;
}
/* line 311, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.learnDetail .contactUs {
  margin-top: 50px;
  padding: 20px 38px;
  border: 2px solid #C7761F;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
/* line 317, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.learnDetail .contactUs:hover {
  background: linear-gradient(90deg, rgba(199, 118, 31, 0.06), rgba(199, 118, 31, 0.12));
  color: #C7761F;
  border: 2px solid #C7761F;
  transform: translateY(-1px);
  text-decoration: none;
}
/* line 324, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.learnDetail .freeLink {
  color: #C7761F;
}

/* line 329, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.footer {
  padding: 60px 0;
}
/* line 331, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.footer h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #0A0A0A;
}
/* line 339, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-bottom: 0;
  /*max-width: 125px;*/
  text-align: left;
  display: inline-block;
}
/* line 347, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.footer li {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #4D4D4D;
  padding: 10px 0;
}
/* line 357, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.footer .brownText {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #C7761F;
}
/* line 366, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.footer .mid_fot {
  padding-top: 38px;
}

/* line 370, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brownFooter {
  background: #C7761F;
}
/* line 372, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brownFooter p {
  padding: 20px 0;
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}

/* line 383, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.freeTrialBanner {
  background: url(/assets/main_home/Free-trail-hero-min.jpg) no-repeat center top scroll;
  background-size: 100% 100%;
  padding: 90px 0;
}
/* line 387, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.freeTrialBanner h1 {
  font-family: Libre Baskerville;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.4px;
  color: #230F0F;
  max-width: 587px;
}

/* line 399, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.trialForm .heading {
  Width: 415px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.4px;
  color: #000000;
  margin: 15px 0;
}
/* line 408, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.trialForm ul {
  list-style-type: numeric;
  padding-inline-start: 20px;
}
/* line 412, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.trialForm li, .trialForm p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68717A;
}
/* line 420, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.trialForm label {
  font-family: Libre Baskerville;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

/* line 428, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.btnBrown {
  align-items: center;
  padding: 8px 14px;
  border: 2px solid #C7761F;
  width: auto;
  background: #C7761F;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: #fff;
  font-family: Libre Baskerville;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 445, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.btnBrown:hover {
  background: #fff;
  color: #C7761F;
  cursor: pointer;
}

/* line 450, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.ourSolutionBanner {
  background: url(/assets/main_home/Depositphotos.jpg) no-repeat center top scroll;
  background-size: 100% 100%;
  padding: 90px 0;
}
/* line 454, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.ourSolutionBanner h1 {
  font-family: Libre Baskerville;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.4px;
  color: #230F0F;
  max-width: 587px;
}

/* line 465, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.wideRange {
  padding-top: 100px;
  padding-bottom: 150px;
}
/* line 468, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.wideRange .logo-ver-center {
  margin-top: 49%;
}
/* line 470, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.wideRange .logo-ver-center img {
  max-width: 100%;
}

/* line 475, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.audioSolution {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 479, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.center-parent {
  height: 100%;
  position: relative;
}

/* line 483, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 490, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.headingLowMargin .heading {
  margin-bottom: 10px;
}

/* line 493, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.pdf_download {
  height: 400px;
  position: relative;
  margin-bottom: 140px;
  padding: 27px 0;
}
/* line 498, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.pdf_download input {
  border: 1px solid #CED4DA;
  border-radius: 4px;
  color: #ABB5BE;
  font-size: 16px;
  margin-right: 45px;
  padding: 10px;
  line-height: 21px;
}
/* line 507, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.pdf_download img {
  position: absolute;
  top: -95px;
  left: 15%;
  width: 70%;
}

/* line 514, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
#interactiveDemo {
  /*.modal-header {
      border-bottom: none;
  }
  .modal-title {
      font-family: Libre Baskerville;
      font-size: 40px;
      font-weight: 700;
      line-height: 60px;
      letter-spacing: 0.4000000059604645px;
      text-align: center;
      padding: 60px 60px 0 60px;
  }
  .modal-body {
      padding: 1rem 95px 60px;
      text-align: left;
  }
  label {
      font-family: Libre Baskerville;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 10px;
  }*/
}
/* line 515, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
#interactiveDemo .modal-dialog {
  max-width: 750px;
}
/* line 518, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
#interactiveDemo .close {
  color: #C7761F;
  font-size: 2rem;
  opacity: 1;
}
/* line 523, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
#interactiveDemo .close:hover {
  opacity: .5;
}
/* line 526, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
#interactiveDemo .modal-title {
  font-family: Libre Baskerville;
}
/* line 554, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
#interactiveDemo .btnBrown {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 16px;
  background: #C7761F;
  border-radius: 4px;
  color: #fff;
  border: none;
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
/* line 569, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
#interactiveDemo .btnBrown:hover {
  opacity: .8;
}

/* line 573, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.courseBanner {
  background: url(/assets/main_home/Courses-hero-min.jpg) no-repeat center top scroll;
  background-size: 100% 100%;
  padding: 90px 0;
  margin-bottom: 50px;
}
/* line 578, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.courseBanner h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.4px;
  color: #230F0F;
  max-width: 600px;
}

/* line 588, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .home_course_body {
  border: 1px solid #DEE2E6;
  margin-bottom: 50px;
  padding-bottom: 0;
}

/* line 593, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .home_course_body:hover {
  margin-bottom: 50px;
}

/* line 596, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .az-header, .updated_course .az-header:hover {
  background: none;
}

/* line 599, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .examplee {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68717A;
}

/* line 607, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.home_course_body a.learnMore {
  font-family: 'Montserrat', sans-serif !important;
  position: absolute;
  right: -85px;
  top: 50%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #C7761F;
}

/* line 618, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.home_course_body a.learnMore:hover {
  color: #a65908;
}

/* line 621, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .home_course_body .contents {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}

/* line 626, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .home_course_body .header_contents {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
/* line 631, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .home_course_body .header_contents a {
  font-family: Libre Baskerville;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

/* line 640, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .home_course_body .contents .home_course_content .home_course_content_images {
  margin-right: 0;
  overflow: hidden;
}
/* line 643, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .home_course_body .contents .home_course_content .home_course_content_images img {
  max-width: 100%;
  object-fit: cover;
  height: auto !important;
}

/* line 649, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .home_course_content_images {
  width: 20%;
  float: left;
  display: block;
}

/* line 654, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.updated_course .course_text_right {
  width: 65%;
  float: left;
  display: block;
  padding: 20px;
  position: relative;
}

/* line 661, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brown_pagination {
  display: block;
}
/* line 663, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brown_pagination nav {
  float: left;
}
/* line 666, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brown_pagination .page-item {
  margin-right: 5px;
}
/* line 669, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brown_pagination .page-link {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #C7761F;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
}
/* line 679, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brown_pagination .page-item.active .page-link {
  background: #C7761F;
  border: 1px solid #C7761F;
}
/* line 683, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brown_pagination .page-item.disabled .page-link {
  border: 1px solid #ABB5BE;
}

/* line 687, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.explore_course_demo {
  position: relative;
  min-height: 525px;
}

/* line 691, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.absoluteDiv {
  background: url(/assets/main_home/Sidebar.jpg) no-repeat center top scroll;
  background-size: 100% 100%;
  position: absolute;
  top: -185px;
  width: auto;
}

/* line 698, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.firsttext {
  padding: 60px 30px 400px 0;
  text-align: center;
}
/* line 701, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.firsttext h4 {
  font-family: Libre Baskerville;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.4000000059604645px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 713, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.newLayoutContactUs .top-header {
  font-family: Libre Baskerville;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.4000000059604645px;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 30px;
}

/* line 724, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.footer li a {
  margin-right: 15px;
}

/* line 727, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.brownLink a {
  color: #4D4D4D;
  font-size: 16px;
}

/* line 731, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.feature_grey_section_old {
  position: relative;
  margin: 1% auto;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 4px;
}

/* line 746, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.feature_grey_section_old .registration_form {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  margin-left: 0;
  display: block;
  float: left;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /*padding: 13% 5%;*/
}

/* line 761, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.feature_grey_section_old .Inner-registration-form {
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin: 0;
}

/* line 771, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.feature_grey_section_old .registration_img {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  display: block;
  float: left;
  min-height: 83vh;
  background-image: url(/assets/main_home/Login.jpg);
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/*.feature_grey_section_old.Outer-Registration-form .registration_img {
    min-height: 655px;
}*/
/* line 794, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.feature_grey_section_old h4 {
  font-family: 'Libre Baskerville', sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

/* line 804, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.login_text {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #030229;
}
/* line 811, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.login_text a {
  color: #C7761F;
}

/* line 815, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.feature_grey_section_old label {
  font-family: 'Libre Baskerville', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #030229;
  margin-bottom: 10px;
}

/* line 824, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.feature_grey_section_old .text-right {
  margin-top: 28px;
  margin-bottom: 42px;
}

/* line 828, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.feature_grey_section_old .btn-login {
  background: #C7761F;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: .375rem .75rem;
  margin-top: 15px;
  margin-bottom: 35px;
  border: 2px solid transparent;
}

/* line 840, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.feature_grey_section_old .btn-login:hover {
  background: #fff;
  border: 2px solid #C7761F;
  color: #C7761F;
}

/* line 845, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.Resend_confirmation {
  padding: 100px 0;
}
/* line 847, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.Resend_confirmation .page-header {
  font-family: Libre Baskerville;
}
/* line 850, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.Resend_confirmation a {
  color: #C7761F;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

/* line 859, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.new_design_font h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Libre Baskerville;
  font-size: 32px;
  line-height: 48px;
}
/* line 866, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.new_design_font h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Libre Baskerville;
  font-size: 28px;
  line-height: 42px;
}
/* line 873, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.new_design_font p, .new_design_font .exContent {
  color: #68717A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
/* line 882, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.new_design_font li {
  color: #68717A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
/* line 891, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.new_design_font .exProfileName {
  font-weight: 400;
  font-family: Libre Baskerville;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: -75px;
}
/* line 898, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.new_design_font button, .new_design_font input, .new_design_font optgroup, .new_design_font select, .new_design_font textarea {
  font-family: Montserrat;
  font-size: 16px;
}

/* line 903, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.cartItems {
  position: relative;
}

/* line 906, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.cartItems span {
  position: absolute;
  left: 15px;
  top: -3px;
  color: #f08804;
  font-size: 16px;
  font-weight: bold;
}

/* line 914, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options img {
  width: 100%;
  min-height: 270px;
  max-height: 270px;
  object-fit: cover;
}

/*.purchase_options .pro_price {
    min-height: 100px;
}*/
/* line 923, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.row-fluid .span12.pro_price {
  min-height: 60px;
}

/* line 926, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.pro_price p {
  margin: 0 0 10px 0;
  font-size: 16px;
}

/* line 930, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options .price_detail {
  display: block;
  float: left;
  width: auto;
}

/* line 935, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options .modal-footer {
  min-height: 84px;
  position: relative;
}

/* line 939, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options .caption h4 {
  min-height: 52px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}

/* line 945, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options input[type="checkbox"] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0 !important;
}

/* line 951, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package {
  background-color: #fff;
  padding-bottom: -20px;
}

/* line 955, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package_inner {
  padding: 30px 50px;
  color: #2B376B;
}

/* line 959, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package_inner img {
  margin-bottom: 50px;
}

/* line 962, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_heading {
  padding: 50px 0 50px;
  border-top: 5px solid #3D3455;
}

/* line 966, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package_inner p {
  font-size: 22px;
  line-height: 28px;
}

/* line 970, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package_inner p a {
  color: red;
  text-decoration: underline;
}

/* line 974, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_stand {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  background-color: #096580;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

/* line 984, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package .purchase_options li {
  position: relative;
}

/* line 987, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.small_blue_line {
  width: 45px;
  height: 3px;
  display: block;
  margin-bottom: 10px;
  background-color: #3D3455;
}

/* line 994, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package .purchase_options img {
  height: 300px;
}

/* line 997, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package .purchase_options .caption {
  padding: 15px;
}

/* line 1000, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package .purchase_options p {
  font-size: 20px;
  line-height: 24px;
  color: #2B376B;
}

/* line 1005, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.exclusive_package .purchase_options li:nth-child(2n+1) {
  margin-left: 0;
}

/* line 1008, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.PackageLicense {
  border-bottom: 3px solid #3D3455;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

/* line 1013, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.LeftPackage h1 {
  font-weight: normal;
  font-size: 36px;
}

/* line 1017, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.LeftPackage {
  text-align: center;
}

/* line 1020, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.LeftPackage .small_blue_line {
  width: 150px;
  height: 3px;
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #3D3455;
}

/* line 1028, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.cartItems {
  position: relative;
}

/* line 1031, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.cartItems span {
  position: absolute;
  left: 15px;
  top: -3px;
  color: #f08804;
  font-size: 16px;
  font-weight: bold;
}

/* line 1039, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options .thumbnail {
  background: #ffffff;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  transition: all 0.2s ease-in-out;
}

/* line 1047, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options .thumbnail {
  background: #ffffff;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}

/* line 1056, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options .card {
  font-family: Montserrat;
}
/* line 1058, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options .card .col-3 {
  font-size: 12px;
}
/* line 1061, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options .card p {
  font-size: 14px;
}

/* line 1065, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.row .pro_price.col-12 {
  min-height: 73px;
}

/* line 1068, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.purchase_options .caption {
  padding: 9px;
  color: #555555;
}

/* line 1072, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.pro_dis_btn {
  cursor: pointer;
  color: #ff0000;
}

/* line 1076, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.generic_header .span12 {
  width: 100%;
}

/* line 1079, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.generic_header .nav-collapse.collapse.pull-right {
  display: block;
  position: absolute;
  right: 0;
  top: 35px;
}
/* line 1084, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.generic_header .nav-collapse.collapse.pull-right li {
  margin-left: 50px;
}

/* line 1088, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.generic_header .cartItems span {
  left: 5px;
  top: -15px;
}

/* line 1092, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
#confirmation_user_edit_page label {
  font-family: 'Libre Baskerville', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #030229;
  margin-bottom: 10px;
}

/* line 1102, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.both_bs_cousre_list .home_course_header_name a {
  font-family: Libre Baskerville;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
/* line 1110, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.both_bs_cousre_list .home_course_body {
  margin-top: 1rem;
}
/* line 1113, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.both_bs_cousre_list .examplee {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #68717A;
}
/* line 1121, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.both_bs_cousre_list p {
  font-size: 18px;
}
/* line 1124, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.both_bs_cousre_list #payment_gateway_option, .both_bs_cousre_list #new_order .text_field, .both_bs_cousre_list #order_card_type, .both_bs_cousre_list #new_order input[type=text],
.both_bs_cousre_list #new_order input[type=email], .both_bs_cousre_list #order_phone {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* line 1141, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.both_bs_cousre_list #new_order label {
  font-size: 18px;
  line-height: 24px;
  display: block;
}

/* line 1148, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.show_course_detail_new {
  font-size: 16px;
}
/* line 1150, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.show_course_detail_new p {
  font-size: 16px;
}
/* line 1153, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
.show_course_detail_new .btn-orange {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #C7761F;
}

@media (max-width: 991px) {
  /* line 1163, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .home_main_head .btnBorderGold {
    margin-left: 0;
    border: none;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    font-family: 'Montserrat';
  }

  /* line 1173, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .hero_banner h1 {
    font-size: 26px;
    line-height: 38px;
    max-width: 525px;
  }

  /* line 1178, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .hero_banner p {
    max-width: 445px;
    font-size: 18px;
    line-height: 30px;
  }

  /* line 1183, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .hero_banner li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1.5rem;
  }

  /* line 1188, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .section_gap, .flag_part, .specialPlatform, .brownBanner, .built-In .accessible {
    margin-top: 75px;
  }

  /* line 1191, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .heading {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  /* line 1196, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .play_store {
    margin-bottom: 15px;
  }

  /* line 1199, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .accessible .col-xl-5 {
    text-align: center;
    margin-bottom: 75px;
  }

  /* line 1203, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .learnDetail {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  /* line 1207, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .section_gap.motivate {
    margin-top: 0;
  }

  /* line 1210, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .section_gap.motivate .col-md-12 {
    margin-top: 75px;
  }

  /* line 1213, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .absoluteDiv {
    position: relative;
    top: auto;
    max-width: 440px;
    margin: 75px auto;
  }

  /* line 1219, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .vertical-center {
    position: relative;
    top: auto;
    -ms-transform: none;
    transform: none;
  }

  /* line 1225, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .brownBanner .heading {
    margin-top: 5px;
    line-height: 36px;
    font-size: 26px;
  }

  /* line 1230, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .pdf_download input {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    padding: 6px;
  }

  /* line 1236, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .brownBanner img {
    max-width: 100%;
  }

  /* line 1239, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .wideRange {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  /*#interactiveDemo {
      .modal-title {
          padding: 1rem;
      }
      .modal-body {
          padding: 1rem;
      }
  }*/
  /* line 1251, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .courseBanner h1, .ourSolutionBanner h1, .freeTrialBanner h1 {
    font-size: 26px;
    line-height: 38px;
    max-width: 400px;
  }

  /* line 1257, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .trialForm .heading {
    font-size: 22px;
    line-height: 34px;
  }
  /* line 1261, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .trialForm li, .trialForm p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 1265, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .trialForm label {
    font-size: 12px;
    line-height: 16px;
  }

  /* line 1270, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .brownLink a, .footer .brownText, .footer li {
    font-size: 14px;
  }

  /* line 1273, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  p {
    font-size: 18px;
    line-height: 30px;
  }

  /* line 1277, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .pdf_download {
    margin-bottom: 75px;
  }

  /* line 1280, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .brown_pagination {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 1286, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .hero_banner {
    padding: 5% 0;
    background-size: auto;
  }

  /* line 1290, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .hero_banner h1 {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  }

  /* line 1295, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .hero_banner p {
    max-width: 245px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  /* line 1301, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .hero_banner li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1rem;
  }

  /* line 1306, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .section_gap, .flag_part, .specialPlatform, .brownBanner, .section_gap.motivate .col-md-12, .built-In .accessible {
    margin-top: 25px;
  }

  /* line 1309, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .heading, .flag_part h3, .brownBanner .heading, .built-In h6, .firsttext h4, .new_design_font h3 {
    font-size: 20px;
    line-height: 30px;
  }

  /* line 1313, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .new_design_font h4 {
    font-size: 18px;
    line-height: 26px;
  }

  /* line 1317, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .wideRange .logo-ver-center {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* line 1321, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .pdf_download {
    height: auto;
  }
  /* line 1323, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .pdf_download img {
    position: relative;
    width: 100%;
    left: 0;
    top: auto;
    margin-top: 15px;
  }

  /* line 1331, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .contactMobHide {
    border-right: none !important;
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 1337, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .newLayoutContactUs .contactMobHide .top-header {
    margin-top: 20px;
  }

  /* line 1340, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .ourSolutionBanner, .courseBanner, .freeTrialBanner {
    padding: 35px 0;
  }

  /* line 1343, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .updated_course .home_course_body .header_contents a {
    font-size: 18px;
  }

  /* line 1346, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .courseBanner h1, .ourSolutionBanner h1, .freeTrialBanner h1 {
    font-size: 20px;
    line-height: 26px;
    max-width: 200px;
  }

  /* line 1352, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .trialForm .heading {
    font-size: 20px;
    line-height: 30px;
  }
  /* line 1356, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .trialForm li, .trialForm p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 1360, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .trialForm label {
    font-size: 12px;
    line-height: 16px;
  }

  /* line 1365, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  p, .new_design_font p, .new_design_font .exContent, .new_design_font li {
    font-size: 14px;
    line-height: 26px;
  }

  /* line 1369, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .pdf_download {
    margin-bottom: 25px;
  }

  /* line 1372, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .btn-demo, .contactUs {
    width: 140px;
    font-size: 14px;
    line-height: 16px;
    padding: 15px !important;
  }

  /* line 1378, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .flag_part ul li {
    padding: 10px;
  }

  /* line 1381, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .brownBanner img {
    margin-top: 25px;
  }

  /* line 1384, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .learnDetail {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* line 1388, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .wideRange {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* line 1392, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .footer {
    padding: 25px 0;
  }

  /* line 1395, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .footer li a {
    margin-right: 14px;
  }

  /* line 1398, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .audioSolution {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* line 1402, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .updated_course .home_course_content_images {
    width: 100%;
  }

  /* line 1405, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .home_course_body a.learnMore {
    position: relative;
    right: auto;
    top: auto;
    display: block;
  }

  /* line 1411, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .updated_course .course_text_right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  /* line 1416, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .footer {
    text-align: center;
  }

  /* line 1419, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .footer .mid_fot {
    padding-top: 0;
  }

  /* line 1422, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .brownLink a, .footer .brownText, .footer li {
    text-align: center;
  }

  /* line 1425, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .feature_grey_section_old .registration_form {
    min-height: 80vh;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1431, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .feature_grey_section_old .registration_img {
    display: none;
  }

  /* line 1434, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .feature_grey_section_old .text-right {
    margin-top: 15px;
    margin-bottom: 0;
  }

  /* line 1438, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .feature_grey_section_old .btn-login {
    margin-bottom: 0;
  }

  /* line 1441, /home/ec2-user/rails/aziksa/rails7/app/assets/stylesheets/home.css.scss */
  .feature_grey_section_old .Inner-registration-form {
    position: relative;
    transform: none;
    top: initial;
    padding: 30px 10%;
  }
}
