
/*
* colory:#ffa800;
* colorb:#23303c
*
*
*
*/
/*** Font Decleration ***/
/*
@font-face {
  font-family: "Rage";
  src: url("../fonts/RageItalic.woff2") format("woff2"), url("../fonts/RageItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
      url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
      url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
      url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
      url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
      url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MarketPro';
  src: url('MarketPro.eot');
  src:url('../fonts/MarketPro.woff2') format('woff2'),
      url('../fonts/MarketPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georgia Italic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/georgiai.woff') format('woff');
  }

@font-face {
    font-family: 'Marydale';
    src: url('../fonts/MarydaleBold.woff2') format('woff2'),
        url('../fonts/MarydaleBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-ExtraBold.woff2') format('woff2'),
      url('../fonts/BarlowCondensed-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*/
.font-hind{
  font-family: 'Hind', sans-serif;
}
  /*
.font-rage{
  font-family: "Rage";
}
.font-pjs{
  font-family: 'Plus Jakarta Sans';
}
.font-it{
  font-family: 'Inter Tight', sans-serif;
}
.font-tw{
  font-family: 'Titillium Web', sans-serif;
}
.font-market{
  font-family: 'MarketPro';
}
.font-heebo{
  font-family: 'Heebo', sans-serif;
}
.font-georgia{
  font-family: 'Georgia Italic';
  font-style: normal;
}
.font-md{
  font-family: 'Marydale';
}
.font-Barlow{
  font-family: 'Barlow Condensed', sans-serif;
}
.font-mw{
  font-family: 'Merriweather', serif;
}
.font-ec{
  font-family: 'Encode Sans', sans-serif;
}*/
.fw-black{
  font-weight: 900 !important;
}
.fw-extbold{
  font-weight: bold !important;
}
.fw-bold{
  font-weight: bold  !important;
}
.fw-medium{
  font-weight: 500  !important;
}
.fw-semibold{
  font-weight: 600  !important;
}
.fw-normal{
  font-weight: normal;
}
.fw-light{
  font-weight:light !important;
}
.errorfont{
  color: red;
  padding-left: 5px;
  font-size: 13px;
}
/********* Common CSS **********/

  html,body{
  overflow-x: hidden;
}
body,p{
  /*font-family: 'Plus Jakarta Sans';*/
  font-size:20px;
  line-height: 37px;
  font-weight: normal;
  color: #000000;

}
a,a:focus {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  }
a:hover {
  color: #ffa800;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  }
.button,.button:focus{
  background-color: #ffa800;
  padding: 15px 30px;
  outline: 0;
  border:2px solid transparent;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  font-weight: 700;
}
.button:hover{
  background-color: transparent;
  border-color: #ffa800;
  color: #ffa800;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul{
  margin: 0;
  padding: 0;
}

/**** Paddig/Margin CSS 
  .padtop10{
  padding-top: 10px;
  }
  .padtop15{
  padding-top: 15px;
  }
  .padtop20{
  padding-top: 20px;
  }
  .padtop25{
  padding-top: 25px;
  }
  .padtop30{
  padding-top: 30px;
  }
  .padtop40{
  padding-top: 40px;
  }
  .padtop50{
  padding-top: 50px;
  }
  .padtop60{
  padding-top: 60px;
  }
  ****/
  /******* Header CSS ********/
  header {
  display: block;
  width: 100%;
}
  header.fixed-menu {
  position: fixed;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #2f2e34;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 15px;
  }
  .logo a{
    display: inline-block;
  }
  .header-right {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  }
  .menu-icon, .menu-icon:focus {
    display: none;
    color: #fff;
    position: relative;
  }
  .mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainNavigation{
    position: relative;
  }
  .mainNavigation li{
    display: inline-block;
    list-style: none;
 
  }
  .mainNavigation li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
  }
  .mainNavigation li a.nav-link:focus {
  color: #fff;
}
  .mainNavigation li a:hover{
    color: #ffa800;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .head-button,.head-button:focus{
    margin-left: 30px;
    text-transform: uppercase;
  }
  .head-button:hover{
    color:#fff;
  }
  .head-button img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  /****** Banner CSS ******/
  .main-banner {

    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: end;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
.banner-row {
 display: flex;
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;


}
  .font-rage{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .banner-caption {
  position: relative;
  left: 150px;
}
  .banner-caption .banner-title, .banner-caption  p {
    color: #fff;
  }
  .banner-caption .banner-title{
    font-size: 140px;
    padding-bottom: 35px;
    margin-bottom: 25px;
    position: relative;
  /*  text-transform: uppercase;*/
    font-size: 100px;
  }

  .banner-caption .banner-title .font-md {
    text-transform: capitalize;
    position: relative;
    /*color: #ff8a00;
    font-size: 100px;*/
    font-family: 'Kalam', cursive;
    font-size: 85px;
    font-weight: normal !important;
  }
  .banner-caption .banner-title .font-md::after{
    content: "";
  position: absolute;
  right: 0px;
  left: 25px;
  bottom: 0;
  background-image: url("../images/banner-text-patern.png");
  width: 200px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;

  }
  .banner-caption .banner-desc{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .banner-caption .banner-title::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 73%;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .banner-caption span{
    color: #ff8a00;
  }
  .banner-caption .banner-title .bnrttl-x{
    color:#fff;font-size: 80px;
  }
  .banner-desc {
    font-size: 26px;
  }
  .col-bannerimg {
    /*background-image: url("../images/banner-image.png");
    height: 720px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;*/
   overflow: hidden;
margin-right: auto;
display: flex;
justify-content: end;
/*height: 900px;*/
width: auto;
margin-left: -125px;
height: 750px;
  }
  .col-bannerimg img{
    width: 100%;
height: 100%;
/*visibility: hidden;
margin-top: 75px;*/
margin-top: 35px;
}
/*******/
.banner-bottom-quote {
  padding: 60px 0 75px 0;
}
.quote-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.col-quote-img {
  padding-right: 30px;
}
.col-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.col-desc svg {
  font-size: 50px;
color: #ff8a00;
margin-top: -10px;
}
.col-quote-desc{
  font-size: 21px;
  color: #000;
  position: relative;
  padding-left: 10px;
}
.author-name{
  text-align: right;
  font-size: 17px;
  color: #000;
}
/*********/
.trustedby-section {
  padding: 60px 0;
}
.trusted-title{font-family: 'Heebo', sans-serif;
  font-size: 25px;
  color: #231f20;
  margin-bottom: 50px;
}
.trustedby-section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box.box-two {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trustedby-section .box > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 150px;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 10px;
}
.trustedby-section .box > .col img {
  width: 100%;
height: auto;
}
.trustedby-section .logo-mobile-img{
  display: none;
}
/**** Women Cloth Store ****/
.women-croosbg {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.womenstore-section {
  position: relative;
  padding: 80px 0;
  margin-top: -100px;
}
/*.womenstore-section {
  padding: 50px 0 100px 0;
  position: relative;
  margin-top: 150px;
  overflow: hidden;
}
.womenstore-section::before {
  content: "";
  transform: rotate(-5deg);
  position: relative;
  width: 100%;
  height: 300px;
 background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-color: #f3f4f8;
  top: -100px;
  z-index: -1;
  display: inline-block;
}*/
.womenstore-section .container {
  padding: 0 100px;
}
.womenstore-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.women-subtitle {
  font-size: 36px;
  margin-bottom: 20px;
}
.women-title {
  font-size: 65px;
  line-height: 1.5;
  color: #23303c;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.women-title::after{
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  background-image: url("../images/text-pattern.png");
  width: 304px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;
}
.womendescbox {
  margin-top: 50px;
}
.womendescbox ul {
  margin:0;
  padding: 0 60px 0 0 ;
  list-style: none;
}
.womendescbox ul li {
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  font-weight: normal;
}
.womendescbox ul li::before{
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  background-image: url('../images/right-arrow.png');
  background-size: cover;
  width: 25px;
  height: 25px;
}
.womentop-box {
  background-color: #fff;
  margin-bottom: 80px;
  padding: 25px 30px;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(40,40,40,0.010),0px 0px 3px 3px rgba(40,40,40,0.010);
  box-shadow: 3px 3px 12px 0px rgba(40,40,40,0.010),0px 0px 3px 3px rgba(40,40,40,0.010);
}
.womentop-box::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 75px;
  height: 84px;
  background-image:url("../images/down-arrow-yl.png");
  display: block;
  margin: 0 auto;
 /** -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
  top: 55px;
  z-index: 1;
  bottom: 0;
}
.womentop-title::after {
  display: none;
}
.womendesctopbox {
  margin: 0;
}
.womentop-title {
  padding: 0;
}
.diddescbox{
padding-bottom:0px;
}
.diddescbox .diddesc-col {
  display: flex;
  justify-content: center;
}
.hindi-lang .womendescbox .diddescbox ul li{
  margin-bottom: 5px;
}
.diddescbox ul li::before{
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  background-image: url('../images/right-mark.png');
  background-size: cover;
  width: 25px;
  height: 25px;
}
.women-bom-desc {
  margin-top: 30px;
  position: relative;
}
.women-bom-desc p {
  font-size: 25px;
  line-height: 1.5;
  color: #23303c;
  position: relative;
  padding:0 30px 30px 30px;
  text-align: center;
}
.women-bom-desc p span {
  font-size: 48px;
  position: relative;
  color: #23303c;
}
.women-bom-desc p span::before{
  content: "";
  position: absolute;
  background-image: url('../images/women-yes-icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: inline-block;
  width: 74px;
  height: 63px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/******* Women Quote ********/
.women-bom-quote {
  background-color: #ecedf1;
  padding: 50px;
  text-align: center;
  position: relative;
}
.women-bom-quote::before{
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #f3f4f8;
  display: block;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -80px;
  z-index: 1;
  bottom: 0;
}
.women-bom-quote .col-quote-desc p{
  color: #23303c;
  font-size: 30px;
}
/***** Take This Step *****/

.takestep-section {
  padding: 0 0 90px 0;
  position: relative;
}
.takestep-section::before{
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #ecedf1;
  display: block;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -30px;
  z-index: 1;
  bottom: 0;
}
.takestep-top .nb-patern-mb{
      display: none;
  }
.step-title h2 {
  color: #ffa800;
  font-size: 50px;
  margin:10px 0 70px 0 ;
  text-align: center;
  font-style: italic;
}
.takestepinner {
  background-color: #fff;
 /* border-top-left-radius: 20px;
border-top-right-radius: 20px;*/
border-radius: 20px;
}
.takestepdesc-box h2{
 /* font-size: 45px;*/
 font-size: 65px;
 line-height: 75px;
  color: #23303c;
  /*margin-bottom: 30px;*/
}

.tkbanner-sbtitle {
  font-size: 45px;
  font-weight: 600 !important;
  line-height: 55px;
  color: #23303c;
  display: flex;
  align-items: center;
} 

.tkbanner-sbtitle img {
  margin-left: 15px;
  max-width: 45px;
  margin-top: -10px;
}

.takestepinner-box {
  margin: 0 auto;
  padding: 50px 70px 50px 90px;
}
.takestepdesc-box p{
  font-size: 24px;
  margin-bottom: 25px;
  color: #2a2a2a;
  margin-top: 15px;
}
.takestep-list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.takestep-list li{
  position: relative;
  padding-left: 45px;
  font-size: 24px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.takestep-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url('../images/right-green-arrow.png');
  background-size: cover;
  width: 24px;
  height: 24px;
}
.takestep-img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 538px;
  height: 354px;
  margin-left: 30px;
  margin-bottom: -10px;
}
.takestep-imgbox {
  text-align: center;
  margin-top: 50px;
}

.takestep-img img {
  width: 100%;
  height: auto;
  visibility: hidden;
}

.takestep-img .rate{
  visibility: visible;
  width: auto;
 /* display: flex;
  justify-content: center;
  max-width: max-content;
  text-align: center;
  margin: 50px auto 0;*/
}

.takestep-imgbox p {
  margin-top: 15px;
}

.takestep-img p{
  margin-top: 0;
  font-size: 14px;
  color: #23303c;
  opacity: 0.5;
}
.takestep-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 0 100px;
  position: relative;
  top: -25px;
  z-index: 1;
}

.takestep-top p {
  color: #23303c;
  position: relative;
z-index: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding: 5px 25px;
font-size: 23px;
}
.takestep-topleft p::before {
  content: "";
position: absolute;
background-color: #fff;
z-index: -1;
width: 100%;
background-size: 100%;
height: 100%;
border-radius: 50px;
-webkit-box-shadow: 5px 5px 15px 0px rgba(40,40,40,0.15); 
box-shadow: 5px 5px 15px 0px rgba(40,40,40,0.15);
}
.takestepbook-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  width: 50px;
  height: 50px;
  background-color: #fff; 
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(40,40,40,0.15); 
box-shadow: 5px 5px 15px 0px rgba(40,40,40,0.15);
}
.takestepbook-icon::before{
  content: "";
  position: absolute;
  background-image: url('../images/takestep-book-icon.png');
  width: 33px;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.takestepinner-blue {
  background-color: #3a546c;
  padding: 20px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.takestep-topleft p::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 25px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-left: 5px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  border-bottom: 3px solid #fff; 
}


.takestepinner-blueinner {
  padding: 25px 30px 25px 70px;
}
.takestepinner-blueinner h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 30px;
}

#ml-webforms-popup-6040321 #mlb2-6040321.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0 !important;
  width: 30% !important;
  display: inline-block !important;
  padding: 0 14px;
}

.digital-download-form {
  max-width: 850px;
}
.digital-download-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
.digital-download-form .form-col {
 /* width: 25%;*/
  padding: 0 10px 0 0;
   width: 33.33%;
}
.digital-download-form .form-col.form-col-50 {
  width: 50%;
  margin-top: 25px;
}
.digital-download-form .form-col.form-col-50.form-submit {
  margin-top: 10px;
}
.digital-download-form input,
.digital-download-form input:focus {
  width: 100%;
  border-radius: 50px;
  padding:5px 0 5px 25px; 
  border:0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  outline: 0;
}
.digital-download-form input::-webkit-input-placeholder{ 
  color: #2a2a2a; 
}
.digital-download-form input::-moz-placeholder{ 
  color: #2a2a2a; 
}
.digital-download-form input:-ms-input-placeholder{ 
  color: #2a2a2a; 
}
.digital-download-form input::-ms-input-placeholder{ 
  color: #2a2a2a; 
}
.digital-download-form input::placeholder{ 
  color: #2a2a2a; 
}
.digital-download-form .form-col.form-submit input {
  background-color: #ffa800;
  color: #000;
  padding:5px 0; 
  font-weight: bold;
}
.digital-download-form #bookcopy-btn, .digital-download-form #bookcopy-btn:focus{
  background-color: #ffa800;
  color: #000;
  padding:11px 15px; 
  font-weight: bold;
  border: 2px solid transparent;
  transition: 0.4s;
  line-height: normal;
  font-size: 18px;
  border-radius: 50px;
}
.digital-download-form #bookcopy-btn:hover{
   background-color: transparent;
   border-color:#ffa800;
   color: #ffa800;
}
.takestep-testmonial {
  margin-top: 60px;
}
.takestep-testmonialinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.takestep-testmonialinner .takestep-testmon-col {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 50px;
  position: relative;
  text-align: center;
}
.takestep-testmonialinner .takestep-testmon-col::after{
  content: "";
  border-right: 1px solid #19426d;
  height: 150px;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
}
.takestep-testmonialinner .takestep-testmon-col:last-child::after{
  border-right: none;
}
.review-star {
  margin-bottom: 10px;
}
.review-star .fa-star{
  color: #ffa800;
}
.review-quote p {
  color: #fff;
  font-size: 24px;
}
.review-author p,.review-designation p {
  color: #738393;
  text-transform: uppercase;
}
.review-author p{
  font-size: 20px;
  letter-spacing: 3px;
  position: relative;
  margin-top: 15px;
  letter-spacing: 1px;
}
.review-designation p {
  font-size: 16px;
}
/***** About Naveen ****/
.about-section {
  padding: 100px 0;
 /* padding: 150px 0;*/
}
.about-title-box {
  margin-bottom: 60px;
  text-align: center;
}
.about-title-box h2 {
  color: #23303c;
  font-size: 65px;
  margin-bottom: 10px;
}
.about-title-box p{
  color: #414042;
  font-size: 26px;
}
.about-desc p {
  font-size: 20px;
  color: #231f20;
  margin-bottom: 40px;
  text-align: left;
}
.about-desc p:last-child{margin-bottom: 0;}
.about-achivements h2 {
  color: #23303c;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-content {
  margin-bottom: 50px;
}
.abt-rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.abt-rw .about-inner {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
/*margin: 0 20px;*/
}
.abt-rw .about-inner::before{
  content: "";
  position: absolute;
  background-image: url("../images/achievment-border-left.png");
  width: 42px;
height: 87px;
background-position: center right;
left: 0;
background-repeat: no-repeat;
}
.abt-rw .about-inner::after{
  content: "";
  position: absolute;
  background-image: url("../images/achievment-border-right.png");
  width: 42px;
height: 87px;
background-position: center right;
right: 0;
background-repeat: no-repeat;
}
.abt-rw .about-inner p {
  font-size: 18px;
  color: #414042;
  line-height: normal;
}
.abt-rw .about-inner h5 {
  font-size: 40px;
  color: #414042;
}
.col-img img {
  width: auto;
  height: auto;
  padding-left: 100px;
}
/**** SpotLight Section *****/

.spotlight-section {
  padding: 150px 0 150px;
  background-color: #ffecc8;
}
.spotlight-title p {
  color: #1b2033;
  font-size: 26px;
  margin-bottom: 20px;
}
.spotlight-title h2 {
  color: #1b2033;
  font-size: 65px;
  margin-bottom: 50px;
}
.row-one.row.d-flex {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spot-middle-caption {
  position: absolute;
}
/*.spotlight-inner .row-one {
  display: flex;
  justify-content: space-between;
}
.spotlight-inner .column-one{ 
  display: flex;
  width: 30%;
  flex: 0 0 auto;
  flex-direction: column;
  padding-right: 15px;
}
.spotlight-inner .column-one .image-holder-box{
  background-color: #eae2b7;
  padding:100px 20px;
  margin-bottom: 10px;
}
.spotlight-inner .column-two{
  display: flex;
  width: 70%;
  flex: 0 0 auto;
}
.spotlight-inner .column-two .image-holder-box{
  background-color: #eae2b7;
  padding:100px 20px;
  margin-bottom: 10px;
}
.spotlight-inner .column-two .inner-row-one {
  display: flex;
  justify-content: space-between;
}
.spotlight-inner .column-two .image-holder-box-two{
  background-color: #eae2b7;
  padding:50px 100px;
  margin-bottom: 10px;
}
.spotlight-inner .column-two .image-holder-box-three .image-holder-box {
  background-color: #000;
  padding: 50px 150px;
}*/
.spotlight-inner img {
  /*width: 100%;*/
  height: auto;
}
.invite-box {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  max-width: 1170px;
    margin: 50px auto 0 auto;
}
.invite-box a {
  color: #ff7e00;
}
.invite-box a:hover {
  color: #000;
}
/**** Success Stories ****/
.success-story-section {
  /*margin-top: -450px;*/
  position: relative;
  padding: 100px 0;
}
.success-title h2 {
  color: #23303c;
  font-size: 65px;
  text-align: center;
margin-bottom: 50px;
}
.story-col {
  position: relative;
  border-radius: 10px;
}
.story-col::before {
  content: "";
  position: absolute;
  top: -20px;
  background-image: url("../images/left-quote.png");
  width: 31px;
  height: 29px;
  background-repeat: no-repeat;
  left: 64px;

}
.story-col-inner {
  padding: 60px 72px;
  background-color: #fff;
  border-radius: 10px;
 
}
.story-col-inner-shadow{
  -webkit-box-shadow: 3px 3px 12px 0px rgba(40,40,40,0.15),0px 0px 3px 3px rgba(40,40,40,0.10);
  box-shadow: 3px 3px 12px 0px rgba(40,40,40,0.15),0px 0px 3px 3px rgba(40,40,40,0.10);
}
.story-col-inner h6{
  color: #003049;
  font-size: 26px;
  margin-bottom: 25px;
}
.story-col-inner .story-desc{
  font-size: 19px;
  color: #414042;
  margin-bottom: 20px;
}
.story-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.story-auth-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.story-auth-bg {
  background-color: #d2d3ff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-size: cover;
  background-position: center center;
}
.story-auth-name{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.story-col-inner p.story-authnm {
  color: #222;
  font-size: 15px;
  line-height: normal;
}
.story-col-inner p.story-authdesg {
  color: #636363;
  font-size: 15px;
}
.success-story-rwone {
/*  margin-bottom: 50px;*/
margin-bottom: 10px;
}
.story-col{
  margin-bottom: 50px;
}
.story-col:last-child{
  margin-bottom: 0px;
}

.story-video iframe {
    border-radius: 10px;
}
.strycltwo-desc {
  padding: 30px 75px;
}
.strycltwo-desc .font-it.fw-semibold {
  color: #003049;
  font-size: 26px;
  margin-bottom: 15px;
}
.stryauth-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stryauth-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5px;
}
.stryauth-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.strycltwo-desc .stry-authnm {
  color: #222;
  font-size: 15px;
  line-height: normal;
}
.strycltwo-desc .stry-authdesg {
  color: #636363;
  font-size: 15px;

}
.success-bottom {
  padding: 50px 125px 150px 125px;
}
.success-bottom p{
  color: #000000;
  font-size: 30px;
  line-height: 1.3;
}
/******* Garrenty Section*********/
.guarantee-section {
  padding: 100px 0 100px;
  position: relative;
}
/*.guarantee-section::after {
  content: "";
  position: absolute;
  top: -100px;
  right: 200px;
  background-image: url("../images/garrenty-man.png");
  background-repeat: no-repeat;
  z-index: 1;
  width: 281px;
  height: 305px;
  z-index: 0;
}*/
.guarantee-top-subtitle {
  color: #f7efe0;
  font-size: 26px;
}
.garrenty-title {
  margin-bottom: 30px;
  padding: 0px 100px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.garrenty-title h2{
  position: relative;
  color: #fff;
  font-size: 65px;
  z-index: 1;
  display: block;
padding: 25px 0;
margin: 0 -85px;
}
/*.garrenty-title::before{
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
border-top: 50px solid transparent;
border-left: 45px solid #23303c;
border-right: 45px solid #23303c;
border-bottom: 50px solid transparent;
}
.garrenty-title::after {
  content: "";
  position: absolute;
  left: 110px;
  top: -50px;
  width: 191px;
  height: 191px;
  z-index: 1;
  background-image: url("../images/garrenty-logo.png");
  background-repeat: no-repeat;
}
.garrenty-title h2::before {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  border-bottom: 1px solid #000;
  bottom: 15px;
  top: 15px;
}*/

.guaranteedescinner {
  padding: 0 100px;
}
.guarantee-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.gr-img{
  position: relative;
}
.gr-img-one {
  right: -50px;
}
.gr-img.gr-img-two {
  z-index: 1;
}
.gr-img.gr-img-three {
  left: -50px;
}
.guarantee-subtitle{
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
.guaranteedescbox ul {
  margin: 0;
  padding: 0;
 /* padding: 0 90px;*/
  list-style: none;
}
.guaranteedescbox ul li{
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}
.guaranteedescbox ul li:last-child{
  margin-bottom: 0;
}
.guaranteedescbox ul li::before{
  content: "";
  background-image: url("../images/tick.png");
  width: 28px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  background-size: cover;
}
/***** Transforming Books ******/
.lifetransform-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  z-index: 0;
}
.lifetransform-section::before{
  content: "";
  position:absolute ;
  background-image: url('../images/life-transform-bg.png');
  background-repeat: no-repeat;
  height: 780px;
  background-position: center bottom;
  bottom: 0;
width: 100%;
z-index: -1;
}
.lifetransform-section .row {
  justify-content: center;
}
.lifetransform-section .lt-col {
  text-align: center;
}
.lt-title-box{
  text-align: center;
  margin-bottom: 70px;
}
.lt-title-box h2 {
  color: #23303c;
  font-size: 65px;
  margin-bottom: 10px;
}

.lt-col{
  text-align: center;
}
.lt-col img {
  width: auto;
  height: auto;
}
.book-btn,.book-btn:focus {
  display: inline-block;
  border: 2px solid #adafb2;
  background-color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  max-width: 250px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 18px;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.book-btn:hover{
  color: #fff;
  background-color: #201c1a;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-color: #201c1a;
}

/************/

.winwith{
  position: relative;
  padding: 100px 0;
}

.winwith .container {
  max-width: 800px;
}

.win-title h2{
  color: #23303c;
  font-size: 65px;
  text-align: center;
  margin-bottom: 50px;
}

.windescinner p{
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 25px;
}
/***** Book Free Call Now *****/

.bookcall-section {
  position: relative;
  padding: 100px 0;
}
.bookcall-subtitle{
  color: #1b2033;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.bookfree-box{
  position: relative;
}
/*.bookfree-inner{
  background-color: #ededff;
  padding: 100px;
  position: relative;
}
.bookfree-inner::before {
  content: "";
  background-color: #000;
  position: absolute;
  transform: rotate(30deg);
  top: -35px;
}*/
.bookcall-desc{
  font-size: 55px;
  color: #003049;
  line-height: 1.3;
text-align: center;
}

.book-rw {
  text-align: center;
  margin-bottom: 40px;
}

.bookright-desc {
  background-color: #fff;
  padding: 100px 100px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(40,40,40,0.15),-5px -5px 15px 0px rgba(40,40,40,0.15);
          box-shadow: 5px 5px 15px 0px rgba(40,40,40,0.15),-5px -5px 15px 0px rgba(40,40,40,0.15);
}
.bookright-desc h2 {
  color: #003049;
  font-size: 40px;
  margin-bottom: 30px;
}
.bookright-desc .bkrgt-btm {
  font-size: 28px;
  color: #003049;
  margin-bottom: 30px;
  padding: 0px 80px;
  line-height: 35px;
}
.bookCall-form {
  padding: 0 80px;
}
.mr-bottom-bfc-lg{
  margin-bottom: 25px;
}
.book-form-input, 
.book-form-input:focus {
  width: 100%;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 15px 10px 25px;
  text-transform: uppercase;
  outline: none;
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.book-form-input::-webkit-input-placeholder{
  color:#2a2a2a;
}
.book-form-input::-moz-placeholder{
  color:#2a2a2a;
}
.book-form-input:-ms-input-placeholder{
  color:#2a2a2a;
}
.book-form-input::-ms-input-placeholder{
  color:#2a2a2a;
}
.book-form-input::placeholder{
  color:#2a2a2a;
}
#challengemsg.book-form-input {
  height: 60px;
  overflow: hidden;
  resize: none;
}
.book-form-col.form-submit .callrequest-btn,
.book-form-col.form-submit .callrequest-btn:focus{
  background-color: #ffa800;
  color: #000;
  padding: 20px 10px;
  font-weight: bold;
  outline: none;
  width: 100%;
  border: 2px solid transparent;
  font-size: 34px;
  border-radius: 50px;
  color: #fff;
  transition: 0.4s;
line-height: normal;
}
.book-form-col.form-submit .callrequest-btn:hover{
  background-color: transparent;
  color: #ffa800;
  border-color: #ffa800;
}
/*.bookarrow {
  background-color: #003049;
  width: 100px;
  height: 100px;
  top: -50px;
  position: absolute;
  left: 45%;
  right: auto;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
align-items: center;
justify-content: center;
}*/

.book-col {
    margin: 0 auto;
}

/***** Naveen Quote *****/

.nbfooter-quote {
  padding: 100px 0;
}
.quote-box svg {
  color: #f7a300;
  font-size: 60px;
}

.quote-desc {
  font-size: 27px;
  color: #414042;
  line-height: 45px;
  max-width: 750px;
  margin: 0 auto 20px;
}

.quote-author {
  font-size: 25px;
  color: #414042;
  margin-bottom: 20px;

}
/**** Footer CSS ****/
footer {
  padding-top: 100px;
  
}
.footer-inner{
  padding:0 50px 70px 50px;
}
.foot-logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #91989e;
}
.foot-logo {
  margin-right: 50px;
}
.foot-right p {
  color: #91989e;
  font-size: 20px;
}
.foot-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #91989e;
}
.foot-menu-list li{
  padding: 20px 0;
  line-height: normal;
}
.foot-menu-list li a{
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.foot-menu-list li a:hover{
  color:#ffa800;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.copyright {
  padding: 15px 0;
}
.copy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#privacy-policy h3 {
  font-size: 55px;
  line-height: 70px;
  font-weight: 800;
  padding-bottom: 20px;
}
.copy-row p{
  color: #939598;
  font-size: 14px;
}
.copy-row p a {
  color: #939598;
}
.copy-row p a:hover {
  color: #ffa800;
}
.copy-row .craftby a {
  text-decoration: underline;
}
.dmtop {
    background-color:#23303c;
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
/**** Thank You *****/
.thankyou-box {
  background-color: #f3f4f8;
  padding: 125px 0;
}
.thankyou-title{
  font-size: 45px;
  margin-bottom: 30px;
}
.one-thankyou-box{
  background-color: #f3f4f8;
}
.one-thanku-row {
  padding: 125px 0;
}
.one-thankyou-bg{
background-color: #fffaf1;
}
.one-thankyou-title{
  font-size: 45px;
  color: #000;
  padding: 50px 0 50px 0px;
}/*
.one-thankyou-desc{
  padding-left: 100px;
}*/

.thankyou-desc{
  font-size: 22px;
  text-align: center;
}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
.thankyou-rw{
  padding-top: 50px;
}
.thank-you-logo {
  padding-top: 10px;
}
/*.thankyou-title {
  padding-left: 125px;
}*/
/****** Book Form 2 Pop-up *******/
#masterclass-form{
  width:100%;
  max-width:550px;
  border-radius: 5px;
  margin: 0 15px;
}
.mstrbox{
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 10px;
}
.mstr-font23 {
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  color: #000000;
  line-height: 40px;
}
.mstr-font19 {
  font-size: 19px;
  font-family: 'Barlow', sans-serif;
  color: #000000;
  line-height: 40px;
  margin-bottom: 10px;
display: block;
}
.mstr-form-submit-col{
  text-align: center;
  margin-top: 15px;
}

#ebook-submit1,#ebook-submit1:focus {
  padding: 10px 50px;
  font-size: 20px;
  text-transform: uppercase;
}

/********************************************
****************** HINDI CSS ****************
*********************************************/
body, p{
  font-family: 'Hind', sans-serif;
  font-size: 20px;
}
.hindi-lang .button,.hindi-lang .button:focus{
  font-size: 20px;
}
.hindi-lang .mainNavigation li a {
  font-family: 'Hind', sans-serif;
  font-size: 22px;
}
.hindi-lang .banner-caption {
  left: 0px;
  /*left: 50px;*/
}
.hindi-lang .banner-caption .banner-title::after {
  width: 50%;
}
.hindi-lang .banner-button {
    font-size: 22px;
}
.hindi-lang .col-bannerimg{
  margin-left: -75px;
}
.hindi-lang .banner-caption p {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}
.hindi-lang .col-quote-desc {
  font-size: 24px;
}
.hindi-lang .women-title::after{
  left: 0;
}
.hindi-lang .womendescbox ul li{
  font-weight: lighter;
  font-size: 24px;
}
.hindi-lang .womendescbox ul {
    padding: 0 45px 0 0;
}
.hindi-lang .womendescbox .diddescbox ul li {
    font-size: 28px;
}
.hindi-lang .women-bom-quote p {
  font-size: 24px;
}
.digital-download-form input, .digital-download-form input:focus {
  font-family: 'Hind', sans-serif;
}

.hindi-lang .about-title-box p {
  margin-bottom: 10px;
}
.hindi-lang .about-desc p {
  font-size: 24px;
}
.guaranteedescbox ul li{
  font-size: 22px;
}
.story-col-inner .story-desc {
  font-size: 21px;
  font-style: italic;
}
.story-col-inner p.story-authnm,
.strycltwo-desc .stry-authnm{
  font-size: 18px;
}
.story-col-inner p.story-authdesg,
.strycltwo-desc .stry-authnm {
  font-size: 17px;
}
.author-name {
  font-size: 19px;
}
.invite-box p{
  font-size: 22px;
}
.book-btn, .book-btn:focus{
  padding: 7px 15px 5px 15px;
}
.dmtop .svg-inline--fa {
  vertical-align: middle !important;
}




.hindi-lang .masterclass-button,.hindi-lang .masterclass-button:focus {
  font-size: 22px;
  text-transform: uppercase;
}



/******* Master Class Form *********/


#mlb2-6040321.ml-form-embedContainer .ml-form-embedWrapper.embedPopup {
  max-width: 600px !important;
   width: 100% !important;
}

#mlb2-6040321.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  width: 100% !important;
}

#mlb2-6040321 .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 100% !important;
}

#mlb2-6040321 .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  width: 100% !important;
  margin-bottom: 15px !important;
}

#mlb2-6040321 .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 100% !important;
  }



/***********/

.hindi-lang .winmasterclass-button,.hindi-lang .winmasterclass-button:focus {
  font-size: 22px;
  text-transform: uppercase;
}