/* show hide logo */
#msg91_logo_wrap{
  display: none;
}
#sendotp_logo_wrap{
  display: block;
}
#sendotp_logo{
  height: 60px;
  display: flex;
  width: 260px;
}
#sendotp_logo:hover p, #sendotp_logo:hover img{
  color: #F0F0F0;
  opacity: .7
}
#sendotp_logo>div{
  height: 60px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#sendotp_logo>div>p{
  align-self: center;
}
#sendotp_logo img{
  height: 60px;
}
#sendotp_logo>div:last-child{
  padding-left: 15px;
}
#sendotp_logo p{
  font-size: 30px;
  font-weight: lighter;
  color: white
}
.cd-header.is-fixed #sendotp_logo p{
  color: #156bb3;
}
#sendotp_logo small{
  font-size: 11px;
  margin-top: 5px;
}

/** sendotp-banner Start **/
.sendotp-banner {
  background: #252525;
  position: relative;
  display: flex;
  height: 100vh;
  vertical-align: middle;
}
.sendotp-banner .container{
  display: flex;
  position: relative;
  z-index: 02;
}
.sendotp-banner .row{
  align-self: center;
  width: 100%;
}
.sendotp-banner h1 {
  font-size: 40px;
  color: #fff;
  margin-top: 0;
  margin-bottom:30px;
}
.sendotp-banner h1 span {
  color:#156BB3;
}
.sendotp-banner h2 {
  color: #fff;
  font-size: 21px;
  line-height:30px;
}
.pinkClr, .sendotp-banner h2 span, #sendError{
  color: #F12545;
}
.sendotp-banner h2 span {
  font-size: 25px;
}
.sendotp-banner h3 {
  color: #d2d2d2;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sendotp-banner #godown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 30px;
  height: 40px;
  text-align: center;
}
.sendotp-banner #godown:hover {
  opacity: .9;
}

#timer {
  color:#404040;
  font-weight: bold;
  font-family: GothamRounded-Bold;
}
#timer .number{
  width: 90px;
  display: inline-block;
}
#timer .string{ 
  font-family: Gotham-Rounded-Light;
  font-weight: lighter;
}
.pietimer {
  position:relative;
  font-size: 300px;
  width:2em;
}
.pietimer > .percent {        
  left: 0;    
  font-size: 0.18em;   
  display: none;
}
.sendotp-bannerTxt{margin-left: 50px; margin-top: 100px; margin-bottom: 100px;}
.particles-js-canvas-el{position: absolute; top:0;}

/** sendotp-banner End **/

/* otp box */
.otp-try-wrap{
  padding-top: 50px;
  margin-right: -15px;
}
.otp-try-wrap, .otp-try-box input, .otp-try-wrap p{
  color: #fff;
}
.otp-try-box{
  background-color: #1c1c1c;
  width: 382px;
  padding: 40px;
  border-radius: 6px;
}
.otp-try-box label{
  font-size: 17px;
  display: block;
  margin-bottom: 20px;
}
.otp-try-box input{
  background-color: #353535;
  border: none;
  height: 50px;
  box-shadow: none;
  font-size: 26px;
  padding-left: 10px;
}
.otp-try-box input:focus{
  outline: none;
  box-shadow: none;
}
.otp-try-heading{
  font-size: 37px;
}
#cCode{
  float:left; 
  width:20%; 
  margin-right:3%;
}
#mobNumber{
  float:left;
  width:77%;
}
#sendError{
  padding: 10px 0;
  font-size: 20px;
}
#sendError.success{
  color: green;
}
.text-center{
  text-align:center;
}
/* main content style */
#main-content{
  padding: 80px 0;
  background-color:#fff;
}
/* 
font-family: GothamRounded-Bold;
font-family: Gotham-Rounded-Medium;
font-family: Gotham-Rounded-Light;
*/
.content-heading{
  font-size: 36px;
  font-family: GothamRounded-Bold;
  color: #262626;
  line-height: 46px;
}
.btm-line, .left-btm-line{
  height: 4px;
  width: 160px;
  background-color: #156BB3;
  display: inline-block;
  margin: 20px 0 60px;
  border-radius: 2px;
}
.left-btm-line{
  margin: 20px 0;
  width: 100px;
}
.f-line{
 font-size: 42px;
}
.s-line{
  font-size: 40px;
}
.t-line{
  font-size: 49px;
  text-transform: uppercase
}

/* features */
#feat h4{
  text-transform: uppercase;
  font-size: 18px;
  color: #262626;
  padding-left: 10px;
  border-left: 3px solid #156BB3;
  margin-bottom: 20px;
}
p{
  font-size: 16px;
  color: #404040;
  line-height: 24px;
}
#feat aside p{
  text-align: justify;
}
#feat h3{
  font-size: 24px;
  color: #262626;
}

/* typography */
.fwl, #feat h3, .sendotp-banner h1, .sendotp-banner h2{
  font-family: Gotham-Rounded-Light;
  font-weight: lighter;
}
.fwB, .s-line span{
  font-family: GothamRounded-Bold;
}
.fwm, #feat h4, .sendotp-banner h1 span, .sendotp-banner h2 span, #big-btn{
  font-family: Gotham-Rounded-Medium;
}

/* typo sizes */
.fs21{
  font-size: 21px;
}
.lh26{
  line-height: 26px;
}

/* typo color */
.clr40{
  color: #404040;
}
.clr-blue, .s-line span{
  color: #156BB3
}

/* comoon */
.pdBth60{
  padding-left: 60px;
  padding-right: 60px;
}
.pdL60{
  padding-left: 60px;
}
.pdR60{
  padding-right: 60px;
}
.mrB50{
  margin-bottom: 50px;
}
.pdT120{
  padding-top: 120px;
}
.pdT160{
  padding-top: 160px;
}
.pdT200{
  padding-top: 200px;
}
#spl-box{
  margin-bottom: 30px;
}
#spl-box figure{
  display: flex;
  justify-content: center;
  height: 210px;
  width: 210px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
#spl-box figure:hover{
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #e3e3e3;
}
#spl-box figure span{
  align-self: center;
  font-size: 65px;
  color: #404040;
}
#spl-box figure .mh-api:before{
  color: #404040;
}
#spl-box figure span.mh-api{
  font-size: 55px;
}
#big-btn{
  font-size: 34px;
  padding: 12px 25px;
}

/* steps styles */
#resendLink{
  display: none;
}

#backBtn{
    margin-top: 20px;
}
.enter-phone{display: none;}
.enter-phone.show{display: block;}

.divider{
  padding-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c0c0c0;
}

/* mouse scroll icon style */
@keyframes scroll-animation {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px)
  }
}

.scroll-to-start-icon {
  border: 1px solid #fff;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background-clip: padding-box;
  box-sizing: border-box;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 20px
}

.scroll-to-start-icon div {
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll-animation;
  animation-name: scroll-animation;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  height: 4px;
  margin-top: 5px;
  width: 4px
}