html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.service-box img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.service-box ul {
  list-style: none;
  line-height: 50px;
}

.box-border {
  border-right: 2px solid #eee;
}

.form-actions button {
  /*border-radius: 0;*/
}

.form-actions a {
  border-radius: 0;
}

.footer-section {
  background: #000;
  padding: 1rem;
  margin: -10px;
}

label.error {
  color: #fff;
  background: #bd2130;
  margin-top: 2px;
  text-align: left;
  left: 0;
  float: left;
  font-size: 12px;
  border-radius: 5px;
  padding: 2px 10px;
}

#success {
  margin-top: 10px;
}

.footer-section p {
  color: #fff;
}

.ml-10-p {
  margin-left: 10%;
}

.service-box h2 {
  font-size: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.header-sec {
  margin-top: 2%;
  /*border-bottom: 2px solid #eee;*/
}

section {
  padding: 0rem;
}

#download-ebook {
  display: none;
}

.service-box {
  max-width: 100%;
}

.service-box.overlay {
  padding: 30% 0;
  background: #00000087;
  height: 100vh;
}

.service-box form {
  width:65%;
}

.service-box .form-control {
  border: 0;
  border-radius: 0;
}

.left-col, .right-col {
  height: 100vh;
}

.left-col {
  padding: 0% 5%;
  background: #11998e;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.left-col .service-box ul {
  padding-left: 0;
}

.left-col .service-box ul li {
  color: #fff;
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

@media only screen and (max-width: 768px) {
  .left-col {
    padding: 50% 5%;
  }
  .left-col .service-box ul li {
    margin-bottom: 20px;
    line-height: 30px;
  }
}

.right-col {
  background: url('../img/sattva-right-bg.jpg');
  background-size:cover; 
  padding: 0;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1em;
  color: #000;
}

.page-heading {
  position: relative;
  z-index: 9999;
}

.page-heading h2 {
  color:#fff;
  font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .page-heading h2 {
    font-size: 2rem;
  }
  .section-heading {
    margin-top: 30px;
  }
  #mainNav {
    display: none;
  }

}

hr {
  border-color: #fff;
}

#submit-form, #download-ebook {
  background: #B24592;
  background: -webkit-linear-gradient(to right, #F15F79, #B24592);
  background: linear-gradient(to right, #F15F79, #B24592);
  padding: 10px 30px;
  font-size: 16px;  
  font-weight: 400;
}

@media only screen and (min-width:768px)
{
  .main-heading{
    color: #ee5e7b;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 52px;
  }

  .header-sec{
    position: absolute;
    margin: 2% auto;
    z-index: 9999;
    width : 100%;
  }

  .overlay img{
    display: none;
  }

  .service-box ul li{
    color : #000 !important;
  }
  
  .left-col {
    background-image: url('../img/sattva.png');
    background-size : 100%;
    background-repeat: no-repeat;
  }

}

/* Code By Diksha */
.section-color{
  font-size: 90px;
  color: #188256;
}

.section-color h2{
  font-size: 50px;
}

.thank-you-container{
  padding:70px;
  height: 91vh;
}

.thank-you-description p{
  margin-top:0;
  margin-bottom:0;
}
#Checkbox-error{
  position: absolute;
  left: 37%;
  /*bottom: -6%;*/
  /*float: none;*/
}
/* ./Code By Diksha */

.agree-check {
  margin-top: 45px;
}

.thankyou-msg i, .thankyou-msg h2 {
  color: #B24592;
}

.thank-you-description p {
  font-weight: 400;
}

.thank-you-description .subscribe-links {
  font-style: italic;
}

.loader {
  height: 100vh;
  width: 100vw;
  margin:0 auto;
  text-align: center;
  background: #ffffffe3;
  position: absolute;
  z-index: 999;
  padding: 15% 0;
}

.footer-section a {
  color: #fff;
}

.subscribe-links a{
  text-decoration:none;
  color:#B24592;
}

.brand-logo {
    width: 400px;
    padding: 6% 0%;
}

.btn-prv{
	color: #fff !important;
    border: none !important;
    background: #2e3192 !important;
    padding: 10px 21px !important;
    font-size: 20px !important;
    border-radius: 0px;
}