@-webkit-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Styles for old versions of IE */
.three-quarters {
  font-family: sans-serif;
  font-weight: 100;
}

/* :not(:required) hides this rule from IE9 and below */
.three-quarters {
 -webkit-animation: three-quarters 1250ms infinite linear;
  -moz-animation: three-quarters 1250ms infinite linear;
  -ms-animation: three-quarters 1250ms infinite linear;
  -o-animation: three-quarters 1250ms infinite linear;
  animation: three-quarters 1250ms infinite linear;
  border: 2px solid #FFF;
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: none;
  top:10px;
  right: 10px;
}
.btn.btn-medium.active{
    background-color:#666;
    border-color: #666;
    position: relative;
}
.btn.btn-medium.active:hover{
    color: white
}
.btn.btn-medium.active .three-quarters {
    display:block;
}
/*shaker animation for button shake*/
@-webkit-keyframes shake {
  0%, 100% {-webkit-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
  0%, 100% {-moz-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@keyframes shake {
  0%, 100% {transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
  20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shaker{
    -webkit-animation: shake 0.5s;
    -moz-animation: shake 0.5s;
    animation: shake 0.5s;
}
body {
  background: #f5f5f5;
}

#signup-form .inp, #signup-form .selinpt {
    border: 1px solid #fff;
    line-height: 30px;
    padding:0 10px;
    height:42px;/*for IE*/
    border-radius: 2px;
}
a.valid, input.valid, select.valid, textarea.valid {
    border: 0 !important;
}
a.formError, input.formError, select.formError, textarea.formError {
    border: 2px solid #f33 !important;
}

#formScreen h1, #signFeature p, h4, .formWrap h2{
	font-family:'Gotham-Rounded-Light';
}
b{font-family:'Gotham-Rounded-Medium';}
.forISD{text-align: center; margin-bottom: 10px;}
.forISD a{text-decoration: underline;}
#mainScreenSignin{
    background-position: center;
   background-repeat:no-repeat;
   background-color: #666;
   background-image:url('https://d250qlh00f3d5m.cloudfront.net/signup_bg.jpg');
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   min-height: 440px;
   width: 100%;
   color: #fff;
}
#mainScreen{
   background: #f5f5f5;
   width: 100%;
   color: #fff;
}
#formScreen{background:#f5f5f5; padding-top:150px;}

#formScreen h1{
	padding:0 0 50px 0;
	line-height: 50px;
	font-size: 2.4em;
	color: #000;
	font-weight: lighter;
}
#mainScreenSignin h1{
	line-height: 50px;
	font-size: 2.4em;
	color: #fff;
	font-weight: lighter;
}
#signFeature{
	list-style: none;
}
#signFeature li{
	clear: both;
	overflow: hidden;
	padding: 20px 0
}
#signFeature > li > span{
	float: left;
	margin-right: 10px;
	display: inline-block;
	width: 48px;
}
#signFeature > li > div{
	position: relative;
	margin-left: 68px;
}
#signFeature h3{
	font-size: 16px;
  font-family: 'Gotham-Rounded-Medium';
	margin-bottom: 5px;
	/*font-weight: bold;*/
}
#mainScreen h4{
	font-size: 2em;
	padding-top: 40px;
	line-height: 80px;
  color: #000;  
	font-weight: lighter;
	margin-bottom: 40px;
}
#mainScreen h5{
	font-size: 1.6em;
	line-height: 30px;
	font-weight: lighter;
	margin-bottom: 20px;
}
.signinLinkWrp a{
	color: #fff;
}
.signinLinkWrp a:hover{
	text-decoration: none;
}
.ic-48{
	background: url('../images/signup_feature.png') no-repeat;
	width: 48px;
	height: 48px;
	display: block;
}
.ic-48.robust{
	background-position: 9px 0;
}
.ic-48.addons{
	background-position: -30px 0px;
}
.ic-48.api{
	background-position: -70px 0px;
}
.col-md-6.col-xs-12.fr{padding-left:0;}
/*.formWrap{
        margin-top:-200px;
}*/

/*.signupFormInner{padding:30px; background: #e8e7e4; box-shadow: 0 3px 5px rgba(0,0,0,.2); border: 1px solid #ddd; max-width: 390px; float:right}*/
.formWrap h2{
	font-size: 22px;
	margin-bottom: 20px;
    text-align: center;
    color: #fff;
}
.formWrap .raw{
	margin-bottom: 30px;
	position: relative;
}
.formWrap a:hover{color: #1e75ba;}
.formWrap label.formError{
position: absolute;
    right: 7px;
    /* top: 12px; */
    font-size: 12px;
    font-weight: bold;
}
#sText{font-size:14px; position:relative; top:-1px}
#sText a{text-decoration: underline; color: #fff;}
#checkTermWrp .formError{top:18px;}
.selectric .label{line-height: 30px; height: 30px;}
.loginMsg{margin-bottom: 10px; color:#F33;}
.forgotPass {margin:20px 0; display: block; font-size: 13px; text-align: center; cursor: pointer;}
#ques{background:#013457;font-size:12px;position:absolute;right:-32px;top:10px;cursor:pointer;padding:3px 8PX;font-family:'Gotham-Rounded-Medium';color:#fff;border-radius:12px;}
/*selectric
.selectric {
    border-right: 0;
    float: none;
    position: relative;
    width: 100%;
    background-color: #fff
}
.selectric .label{
    color: #999;
}

.selectric-wrapper{
    border: 2px solid #FFF;
}
.selectric .button{
      height: 30px;
}

/**/
.inp-medium{
	line-height: 26px;
}
.btn-medium{
	line-height: 24px;
}
#mnoWrap, .formWrap input[type="text"], .formWrap input[type="password"], .formWrap select{
	background-color: #fff;
	width: 100%;
}
#mnoWrap .inp{
	border-color: #fff;
}
#mnoWrap #user_country_code.inp{
	border-right-color:#e2e1e1;
}
#reference{height:34px;}
#user_country_code{
	width: 15%;
	float: left;
}
#user_mobile_number{
	float: left;
	width: 100%
}
blockquote{
	background: url("https://d250qlh00f3d5m.cloudfront.net/blockquote.png") no-repeat scroll 0 0;
}
cite{
	font-size: 14px;
  font-family: 'Gotham-Rounded-Medium';
    margin-top: 22px;
    float: right;
}
#awrd{
    padding: 2em 0 0;
    margin: 4em 0 0;
    position: relative;
}
.award_ic{
	background: url("https://d250qlh00f3d5m.cloudfront.net/signup_awards.png") no-repeat ;
	width: 160px;
	height: 160px;
	display:block;
	margin: 0 auto;
}
.award_ic.red{
	background-position: 0 0;
}
.award_ic.nas{
	background-position: 0 -160px
}
.award_ic.iso{
	background: url('https://d250qlh00f3d5m.cloudfront.net/iso2007.png') no-repeat;
}
#signBotWrap{
	border-top: 1px solid #4a8da1;
	padding: 35px 0 40px;
}
/*added by sarfaraz for notifications and animations*/
#notification {
    color: #FFFFFF;
    display: none;
    font-size: 1.5em;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3021;
}
#notification div {
    height: 80px;
    line-height: 50px;
    padding: 15px 30px;
}
#notification .success, #notification .warning, #notification .error, #notification .information {
    display: block;
}
#notification .success {
    background:#1FBAA6;
}
#notification .warning {
    background:#FFCC00;
}
#notification .error {
    background:#FF5C33;
}
#notification .information {
    background:#30A6D9;
}
.googleBtn {
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    float: left;
    margin-bottom: 10px;
    width: 48%;
    text-align: center;
    margin-right: 4%;
}
.fbBtn {
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    width: 48%;
    text-align: center;
}
.googleBtn:hover {
    background-color: #db4437;
    border-color: #db4437;
    border-style: solid;
    border-width: 1px;
}
.fbBtn:hover {
    background-color: #3a5795;
    border-color: #3a5795;
    border-style: solid;
    border-width: 1px;
}
.lgor {
    color: #fff;
    font-size: 16px;
    margin: 10px 0 30px;
    text-align: center;
}

.bBox{margin: 50px 0;}
.bBox a{cursor:pointer; width:133px; height:40px; background-image: url('https://d250qlh00f3d5m.cloudfront.net/tyimg.png'); transition: all .3s linear; display: none; margin: 0 auto;}
.bBox a:hover{opacity:.8;}
.bBox a.gp{background-position:-133px 0}
.bBox a.wi{background-position:-266px 0}
#mobileApp{text-align: center; font-size: 20px; margin-bottom: 10px; display: none;}

/*tooltip css*/
.tooltip{position:absolute;transition:opacity .6s linear;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:13px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:10px 15px;background:#fff;box-shadow:0 3px 5px rgba(0, 0, 0, 0.2);border-radius:4px; border:1px solid #ddd}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#ddd}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}

@media (max-width: 1000px) {
        .signupFormInner{float:none; margin: 0 auto;}
	#signFeature{margin-bottom: 40px;}
        #signFeature li, .formWrap h2{text-align: center}
        #signFeature li div{margin-left:0;}
        #signFeature li span{float:none; margin-right:0}
        #formScreen{text-align: center; padding-top:30px;}
        #formScreen h1{padding:0 0 30px 0; line-height: 36px; font-size: 2em}
	#mainScreen h4{line-height: 36px; font-size: 1.6em}
        .formWrap{margin:30px 0;}
        #contScreen .row{padding:0}

}

@media (max-width: 780px)  {
	#signFeature{margin-bottom: 40px;}
  #strtMsg{display: block; width: 100%}
  #footer h4, #footer h5, #clients{text-align: center;}
	.award_ic{margin-bottom:40px;}
  #ques{top:40px}

  .dload-app, .social{
    text-align: center;
    margin-bottom: 20px;
  }
  .dload-app li, .social li{
    float: none;
    display: inline-block;
  }
  #ques{display: none;}
}

/*client testimonials*/
#clients-testimonials{position: relative;}
#clients-testimonials:before{content:""; position: absolute; top:0; left:0; right: 0; bottom:0; background: #013457;}
#clients-testimonials .grid{text-align: center; height: 150px;}
#clients-testimonials .grid i{font-size: 32px; color:#eee; line-height: 150px;}
#clients-testimonials .grid i.mh-policybazar{font-size: 26px;}


/*fonts*/
/*icons*/
@font-face {
    font-family: 'mh';
    src:    url('/fonts/mh.eot?fnq2e1');
    src:    url('/fonts/mh.eot?fnq2e1#iefix') format('embedded-opentype'),
        url('/fonts/mh.ttf?fnq2e1') format('truetype'),
        url('/fonts/mh.woff?fnq2e1') format('woff'),
        url('/fonts/mh.svg?fnq2e1#mh') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="mh-"], [class*=" mh-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mh' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mh-rss:before {
    content: "\e937";
}
.mh-RobustAPI:before {
    content: "\e938";
}
.mh-RobustAPI2:before {
    content: "\e939";
}
.mh-apple:before {
    content: "\e936";
}
.mh-linkedin:before {
    content: "\e932";
}
.mh-twitter:before {
    content: "\e933";
}
.mh-google-plus:before {
    content: "\e934";
}
.mh-facebook:before {
    content: "\e935";
}
.mh-addon:before {
    content: "\e90a";
}
.mh-addons-ol:before {
    content: "\e921";
}
.mh-API:before {
    content: "\e922";
}
.mh-automation:before {
    content: "\e923";
}
.mh-covrage:before {
    content: "\e924";
}
.mh-excel:before {
    content: "\e925";
}
.mh-lgorithm:before {
    content: "\e926";
}
.mh-megento:before {
    content: "\e927";
}
.mh-pricing:before {
    content: "\e928";
}
.mh-robust-infra:before {
    content: "\e929";
}
.mh-robust-infra-ol:before {
    content: "\e92a";
}
.mh-secure:before {
    content: "\e92b";
}
.mh-sendotp:before {
    content: "\e92c";
}
.mh-server:before {
    content: "\e92d";
}
.mh-smsheet:before {
    content: "\e92e";
}
.mh-support:before {
    content: "\e92f";
}
.mh-tracking:before {
    content: "\e930";
}
.mh-windows:before {
    content: "\e900";
}
.mh-img:before {
    content: "\e901";
}
.mh-make-my-trip:before {
    content: "\e931";
}
.mh-axisbank:before {
    content: "\e902";
}
.mh-barista:before {
    content: "\e903";
}
.mh-biglife:before {
    content: "\e904";
}
.mh-careongo:before {
    content: "\e906";
}
.mh-cbazar:before {
    content: "\e907";
}
.mh-coalindia:before {
    content: "\e908";
}
.mh-intiut:before {
    content: "\e909";
}
.mh-ipay:before {
    content: "\e90b";
}
.mh-isro:before {
    content: "\e90c";
}
.mh-ixigo:before {
    content: "\e90d";
}
.mh-jubilent:before {
    content: "\e90e";
}
.mh-ladoo:before {
    content: "\e90f";
}
.mh-mahaonline:before {
    content: "\e910";
}
.mh-mp:before {
    content: "\e911";
}
.mh-ntpc:before {
    content: "\e912";
}
.mh-pnbmetlife:before {
    content: "\e913";
}
.mh-policybazar:before {
    content: "\e914";
}
.mh-punjab:before {
    content: "\e915";
}
.mh-shangicement:before {
    content: "\e916";
}
.mh-starunion:before {
    content: "\e917";
}
.mh-studymetro:before {
    content: "\e918";
}
.mh-tradeindia:before {
    content: "\e919";
}
.mh-android:before {
    content: "\e91a";
}
.mh-dotnet:before {
    content: "\e91b";
}
.mh-ios:before {
    content: "\e91c";
}
.mh-java:before {
    content: "\e91d";
}
.mh-nodejs:before {
    content: "\e91e";
}
.mh-php:before {
    content: "\e91f";
}
.mh-python:before {
    content: "\e920";
}
.mh-carma:before {
    content: "\e905";
}
.mh-myntra:before {
  content: "\e8fb";
}
/*icon fonts end*/

.text-center {
  text-align: center;
}
.sign-form {
    padding: 6em 7em;
    background: #1e75ba;
    
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8bb1d0;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #8bb1d0;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #8bb1d0;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #8bb1d0;
}
.checkbox {
  position: relative;
}
.checkbox:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 2px solid #013457;
    cursor: pointer;
}
.checkbox:before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
    -moz-transition: -moz-transform .4s cubic-bezier(.45,1.8,.5,.75);
    transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
    -webkit-transform: rotate(-45deg) scale(0,0);
    -moz-transform: rotate(-45deg) scale(0,0);
    -ms-transform: rotate(-45deg) scale(0,0);
    -o-transform: rotate(-45deg) scale(0,0);
    transform: rotate(-45deg) scale(0,0);
    content: "";
    position: absolute;
    left: 3px;
    top: -2px;
    z-index: 1;
    width: 17px;
    height: 8px;
    border: 2px solid #013457;
    border-top-style: none;
    border-right-style: none;
}
.checkbox:checked:before {
    -webkit-transform: rotate(-45deg) scale(1,1);
    -moz-transform: rotate(-45deg) scale(1,1);
    -ms-transform: rotate(-45deg) scale(1,1);
    -o-transform: rotate(-45deg) scale(1,1);
    transform: rotate(-45deg) scale(1,1);
}
.error-msg{
    float: right;
    font-size:12px;
    color:#f33;
    margin-right:2px;
}

label {
  color: #fff;
}
.form-control {
  border-radius: 2px !important;
}
textarea.form-control {
  min-height: 100px;
  border: 0;
}
#signup-form .inp:focus , #signup-form .selinpt:focus {
  box-shadow: 1px 0px 8px #3e76a2;
}
.btn-drk-blu {
  background: #013457;
  color: #fff;
}
#strtMsg {
  min-width: 38%;
  margin: 0 auto;
  display: block;
  float: none;
}
#strtMsg:hover {
  color: #fff;
}
.wrap_div {
  display: inline-block;
  width: 100%;
    background: #fff;
    box-shadow: 2px 5px 33px #e8e6e6;
}
.signFeature {
  padding: 4em;
}
#signFeature p {
  font-size: 15px;
}
a.formError, input.formError, select.formError, textarea.formError {
    border-color: #fff !important;
}
@media only screen and (max-width: 460px) {
  .signFeature, .sign-form {
    padding: 3em;
  }
}

.signup_quote {
  height: auto !important;
}
.name {
    color: #333;
    font-size: 18px;
    font-family:'Gotham-Rounded-Medium';
}
.quote .txt::before {
    content: "";
    background: url(/images/svg/quote-mark.svg);
    background-size: 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -40px;
}
.quote .txt {
    margin-bottom: 30px;
    color: #333;
    position: relative;
    text-align: left;
}
.byWrp {
    float: right;
    margin-top: 1.2em;
}
.by {
    float: left;
    text-align: right;
    padding: 0 15px;
}
.designation {
    color: #7D8792;
}
.brand {
  position: absolute;
    left: 15px;
    bottom: 0;
    font-size: 25px;
}
#awrd:before {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid #333;
    top: -1.5em;
}
#ques:before {
content: "Your phone number is in complete safety. We'll never sell, lease, or trade your phone number with any third party. It will be used only to contact you in case there are any questions about your usage of the service.";
    position: absolute;
    width: 180px;
    right: 0;
    left: 30px;
    display: none;
    z-index: 999;
    background: #fff;
    color: #333;
    padding: 7px;
    top: -63px;
    opacity: 0;
    transition: all .3s ease;
    font-size: 12px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
#ques:hover:before{
  opacity: 1;
  display: block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.caret {
    border-top: 8px solid #013457;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.mt15{
  margin-top: 15px;
}
#checkTermWrp .formError:nth-child(1) {
  top: 0;
}
.checkbox.formError:after {
  border-color: red;
}