/*
Authored by @ar1kumar
Github - http://github.com/ar1kumar
*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Fonts */

@font-face {
    font-family: 'DINCond-Bold';
    src: url('fonts/DINCond-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/DINCond-Bold.otf')  format('opentype'),
    url('fonts/DINCond-Bold.woff') format('woff'), url('fonts/DINCond-Bold.ttf')  format('truetype'), url('fonts/DINCond-Bold.svg#DINCond-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Medium';
    src: url('fonts/DINCond-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/DINCond-Medium.otf')  format('opentype'),
    url('fonts/DINCond-Medium.woff') format('woff'), url('fonts/DINCond-Medium.ttf')  format('truetype'), url('fonts/DINCond-Medium.svg#DINCond-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Black';
    src: url('fonts/DINCond-Black.eot?#iefix') format('embedded-opentype'),  url('fonts/DINCond-Black.otf')  format('opentype'),
    url('fonts/DINCond-Black.woff') format('woff'), url('fonts/DINCond-Black.ttf')  format('truetype'), url('fonts/DINCond-Black.svg#DINCond-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham-Ultra';
    src: url('fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Ultra.otf')  format('opentype'),
    url('fonts/Gotham-Ultra.woff') format('woff'), url('fonts/Gotham-Ultra.ttf')  format('truetype'), url('fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond-Regular';
    src: url('fonts/DINCond-Regular.otf')  format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('fonts/Gotham-Black.eot') format('eot'),
    url('fonts/Gotham-Black.woff') format('woff'),
    url('fonts/Gotham-Black.ttf')  format('truetype'),
    url('fonts/Gotham-Black.svg') format('svg');
}

@font-face {
    font-family: 'gotham-medium';
    src: url('fonts/Gotham-Medium.eot');
    src: local('☺'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{font-family:'Roboto-Regular';src:url(fonts/Roboto/Roboto-Regular.woff) format("woff"),url(fonts/Roboto/Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal}
@font-face{font-family:'Roboto-Medium';src:url(fonts/Roboto/Roboto-Medium.ttf) format("truetype");font-weight:400;font-style:normal}
@font-face{font-family:'Roboto-Light';src:url(fonts/Roboto/Roboto-Light.ttf) format("truetype");font-weight:400;font-style:normal}
@font-face{font-family:'Roboto-Bold';src:url(fonts/Roboto/Roboto-Bold.ttf) format("truetype");font-weight:400;font-style:normal}




html,body,.wrapper{
    width: 100%;
    height: auto;
}

.full_wrap{
    width: 100%;
}
h3, h4{
    color:#13648e;
    font-family:'DINCond-Bold';
    text-transform:uppercase;
}

p{
    font-family:'Roboto-Regular';
}
.full_height{
    height: 100%;
}

.fixed{
    position: fixed;
}

.head{

}

.center-text{
    text-align: center;
}

.wrapper{

}
.font_din_bold{
    font-family: 'DINCond-Bold';
}

.font_din_medium{
    font-family: 'DINCond-Medium';
}

.font_din_black{
    font-family: 'DINCond-Black';
}

.font_gotham{
    font-family: 'Gotham-Ultra';
}

.green-text{
    color: #6bdc60;
}
.no-pad{
    padding: 0;
}
.mt-5{
    margin-top: 5%;
}

.mt-2{
    margin-top: 2%;
}

.mt-1{
    margin-top: 1%;
}

.blue_text{
    color: #13648e;
}

.grey_text{
    color: #666667;
}
.red_text{
    color: #dd2846;
}
.med_font{
    font-size:1.5em;
}
.small_font{
    font-size:1.2em;
}

/*Landing page main css starts here -- Media queries for landing page starts below*/

#nav{
    list-style: none;
    position: fixed;
    right: 20px;
    z-index: 11;
}

#nav li{
    margin: 0 0 15px 0;
}


.land{
    position: relative;
    background: url('bg.jpg') rgba(32,126,177, 0.8) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_land.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_land.jpg', sizingMethod='scale')";
    z-index: 0;

}

.blue_overlay{
    /* background-color: rgba(32,126,177, 0.8); */
}

.land_menu{

}

.top_logo{
    margin-top: -5px;
}

.menu_link{
    color: #0B6FA0;
}

.menu_link:hover{
    color: #D92448 !important;
}

.menu_active{
    color: #D92448 !important;
}

.top_brand{
    width: 80%;
}

.main_logo{
    margin-top: 10%;
}

.main_copy{
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    margin-top: 2%;
    letter-spacing: 1.5px;
    line-height: 85%;
}

.start_btn{
    border: 2px solid #fff;
    height: auto;
    background: transparent;
    margin-top: 2%;
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}

.start_btn:hover{
    color: #207eb1;
    background: rgba(255, 255, 255, 0.72);
    border: 2px solid #207eb1;
    outline: none;
}

.menu_items{
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
}

.top_start {
    border: 1px solid #207eb1;
    height: auto;
    background: transparent;
    margin: 9px 0;
    margin-right: 0px;
    color: #207eb1;
    font-size: 1.3em;
    letter-spacing: 2px;
    padding: 5px 10px 5px 10px !important;
    display: none;
    text-align: center;
}

.scroll_icon{
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 49%;
    font-size: 2em;
}

.what,.how,.why{
    z-index: 1;
    position: relative;
    overflow: hidden;
    /* border-bottom: 1px solid #207eb1; */
    /*
    -webkit-box-shadow: 0 3px 12px 1px black;
    -moz-box-shadow: 0 3px 12px 1px black;
    box-shadow: 0 3px 12px 1px black;
  */

}

.what_man{
    position: absolute;
    bottom: 0;
    /* right: 10%; */
    z-index: 0;
}

#what_man{
    right: 10%;
}

#why_man{
    right: 5%;
}

.peep{
    height: 50%;
    display: none;
}

.what_copy{

    z-index: 1;
    text-align: center;
}

.question_1{
    font-size: 1.5em;
    color: #d92448;
    letter-spacing: 2px;
    font-family: 'DINCond-Regular';
    line-height: 80%;
    margin: 0;
}

.question_2{
    font-size: 1.5em;
    color: #d92448;
    letter-spacing: 2px;
    font-family: 'DINCond-Black';
    line-height: 80%;
}

.answer{
    font-size: 1em;
    color: #0b6fa0;
    font-family: 'gotham-medium';

}

.short_desp{
    color:#d92448;
    font-weight: bold;
    font-family: 'GothamBlack';
    font-size: 120%;
    width:60%;
    margin-left: 20%;
    padding-top: 10px;
    text-transform: uppercase;
    border-top: 1px solid #0b6fa0;
}



.how_copy{
    z-index: 1;
    text-align: center;
}

.how_girl{
    position: absolute;
    left: 4%;
    bottom: 0;
}

.how,.why{

}

/*Landing page main css ends here -- Media queries starts below*/

/*---------------Registration Page main css starts here---------------*/
.registration_bg{
    background: url('../img/registration_bg.jpg')no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
}

.page-wrapper{
    height: auto;
    width: 100%;
}

.top_cont_reg{
    position: relative;
    height: auto;
    display:table;
    width: 100%;
}

.reg_logo_top{
    margin-top: 3%;
    padding-bottom: 3%;
}

.form_reg{
    position: relative;
    width: 100%;
    height: auto;
    display: table;
}

.reg_form{
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*text-align: center;*/
    margin-top: 3%;
}


.form_bare_input{
    outline: none;
    border-bottom: 1px solid white;
    border-top: none;
    border-right: none;
    background-color: transparent;
    border-left: none;
}

.gender_radio{
    visibility: hidden;
}

.pointer{
    cursor: pointer;
}

.gender_radio:checked + label{
    color:#16df3c;
}

.submit_btn,.submit_arrow{
    background: transparent;
    border: none;
    outline: none;
    color: #013b5b;
}

.submit_arrow{
    margin-top: 1%;
}

.submit_btn:hover{
    color: #17ea3a;
}

/*---------------User Dashboard starts here----------------*/


.top_score{
    min-height: 40%;
    overflow: hidden;
    text-align: center;
    background: #dd2846;
}
.score_text{
    font-size: 3.2em;
    padding: 0!important;
    margin: 10% 0 0 0;
}
.score{
    font-size: 12em;
    color: #fff;
    padding: 0 0 30px 0;
    margin: 0 !important;
    line-height: 0.5;
}

.badges{
    margin-top: 15%;
    padding-bottom: 10%;
}

#triangle-topleft {
    width: 0;
    height: 0;
    border-top: 30px solid #dd2846;
    border-left: 30px solid transparent;
    margin-left: 15%;
}

.edit_avatar{
    width: 25px;
    height: 25px;
    text-align: center;
    margin-top: 5%;
    margin-left: 45%;
    border-radius: 50%;
    border: 1px solid #13648e;
    color: #13648e;
    line-height: 1.6;
    cursor: pointer;
}

.welcome_text{
    color: #13648e;
    font-size: 4em;
    text-align: right;
    line-height: 2;
    float: right;
    margin-top: 2%;
}

.page_head{
    min-height: 10px;
}

.twitter_info{
    margin-top: 2%;
}

.profile_pic{
    border-right: 1px dotted #13648e;
}

.profile_pic img{
    border-radius: 50%;
}

.right_section{
    min-height:100%;
}

.main_cont_wrap{

}

.part_section{
    padding: 2% 0 1% 0;
    text-align: center;
}

.part_section a{
    font-size: 1.3em;
    padding: 0 0 0 5%;
    text-decoration: none;
}

.part_section a:hover{
    color: #dd2846;
}

.info_cont{

    background: #ebebeb;
    -webkit-box-shadow: -1px -4px 4px -2px;
    box-shadow: -1px -4px 4px -2px;
    overflow-y: auto;
}

.top_tweets,.insight_cont{
    /*overflow-y: auto;*/
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.small_text{
    font-size: 0.8em;
}

.tweet_box{
    background: #fafafa;
    margin: 5px;
    padding: 2%;
    font-family: 'DINCond-Medium';
    color: #171515;
}

.progress{
    height: 30px;
}

.progress p{
    font-size: 1.2em;
    padding-left: 2%;
}

.tweet_rate h3{
    margin: 5px 0 0 0 !important;
}
.tweet_rate p{
    margin: 0 0 2px 0 !important;
}

/*CSS For Social Media Model*/
.social-platforms ul{padding:10px 0 0;list-style-type: none;}
.vertical-alignment-helper{display:table;height:100%;width:100%;pointer-events:none}
.vertical-align-center{display:table-cell;vertical-align:middle;pointer-events:none}
.close{font-size:26px;color:#dc2843}
.modal-content{width:inherit;height:inherit;margin:0 auto;pointer-events:all;border-radius:0;padding-bottom:20px;}
.social-platforms ul li{text-align:center;margin:15px 0}
.modal-header{border-bottom:1px solid #11658c;color: #11658c;}
.modal-title{/* font-family:BebasNeue; */text-align:center;font-size:30px;color:#11658c;font-family: 'BebasNeue';font-weight: 500;}
.close{opacity:1}
#social-platforms{position:relative;top:100px;top:25vh;font-size:1rem;text-align:center;height:250px;overflow:hidden}
.socialBtn{clear:both;white-space:nowrap;display:inline-block;border-radius: 3px;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);transition: all 0.3s cubic-bezier(.25,.8,.25,1);margin:2px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;overflow:hidden;cursor: pointer;}
.socialBtn:hover{box-shadow:0 5px 15px 0 rgba(0,0,0,0.45)}
.socialBtn:focus{box-shadow:0 3px 10px 0 rgba(0,0,0,0.4)}
.socialBtn > span,.btn-icon > i{float:left;padding:18px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;line-height:1em}
.socialBtn > span{padding:20px 18px 19px;white-space:nowrap;color:#FFF;background:#b8b8b8}
.btn-icon > i{position:relative;width:45px;text-align:center;font-size:1.25em;color:#fff}
/*.btn-icon > i:after{content:"";border:8px solid;border-color:transparent transparent transparent #fff;position:absolute;top:18px;right:-15px}*/
.btn-icon > span{border-radius:0 5px 5px 0;width:210px}

/*Facebook*/
/*.btn-facebook:hover > i,.btn-facebook:focus > i{color:#3b5998}*/
.btn-facebook > span, .btn-facebook{background: #3b5998;/* background:rgba(0,0,0,0) -webkit-linear-gradient(#5678bc,#314a7b) repeat scroll 0 0 / auto padding-box border-box; *//* background:rgba(0,0,0,0) linear-gradient(#5678bc,#314a7b) repeat scroll 0 0 / auto padding-box border-box; */}

/*Twitter*/
/*.btn-twitter:hover > i,.btn-twitter:focus > i{color:#55acee}*/
.btn-twitter > span, .btn-twitter{/* background:#55acee; */background-color:#3fa7d0;/* background:-webkit-linear-gradient(#5fbee4,#2091bd); *//* background:linear-gradient(#5fbee4,#2091bd); */}

/*instagram*/
/*.btn-instagram:hover > i,.btn-instagram:focus > i{color:#dd4b39}*/
.btn-instagram > span, .btn-instagram {background: #d65464;/* background-color:#DD4B39; */background:-webkit-linear-gradient(to right,#ff512f,#dd2476);/* background:linear-gradient(to right,#ff512f,#dd2476) */}

/*LinkedIn*/
/*.btn-linkedin:hover > i,.btn-linkedin:focus > i{color:#007bb6}*/
.btn-linkedin > span{background:#007bb6}


.btn-icon > i.loader {
    /*background: #fff url(../img/testLoader.gif) no-repeat center;*/
    text-indent: -9999px;
    transition: unset;
}
.btn-icon > span {border-left: 1px solid rgba(255,255,255,0.5);}
.permission {height: 0;    overflow: hidden;}

#logInModal .modal-body {
    min-height: 300px;
}

.permission {

}
.permission p {
    text-align: center;
    padding: 20px 0 0 0;
    font-family: 'Roboto-Light',sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.permission p.clickToPermi {

}
.permission p span {

    font-family: 'Roboto-Medium';
    text-transform: capitalize;
    /* color: #11658c; */
}
.permission a {
    /* display: inline-block; */
    /* clear: both; */
    /* background-color: #11658c; */
    color: #fff;
    /* padding: 5px 15px; */
    /* width: 75px; */
}
p {
    font-family: 'Roboto-Regular';
}
.clickToPermission{clear:both;white-space:nowrap;display:inline-block;border-radius:5px;box-shadow:0 1px 5px 0 rgba(0,0,0,0.35);margin:2px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;overflow:hidden}
.clickToPermission:hover{box-shadow:0 5px 15px 0 rgba(0,0,0,0.45)}
.clickToPermission:focus{box-shadow:0 3px 10px 0 rgba(0,0,0,0.4)}
.clickToPermission > span,.btn-icon > i{float:left;padding:18px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;line-height:1em}
.clickToPermission > span{padding:20px 18px 19px;white-space:nowrap;color:#FFF;}
.clickToPermission.btn-icon > i {font-size: 18px;}
.hide {
    overflow: hidden;
    height: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.show {
    overflow: hidden;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    height: 250px;
    overflow: hidden;
}
/*----------------User Dashboard ends here---------------*/

.highlitedText {
    color: #32638e;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    display: block;
}
#tellMeMore p {
    text-align: center;
    margin: 0;
}


#logInModal .modal-header .close {
    position: absolute;
    right: 0;
}
/*.brandSignUpForm, .signUpImg {*/
/*display: none;*/
/*}*/

.displayNone {
    display: none;
}

.brandSignUp {
    background-color: #13658e;
    padding: 7% 0 0;
    height: 100vh;
    position: relative;
}
.brandSignUp .signUpWrapper {
    overflow: hidden;
    box-shadow: 0 8px 13px 0 rgba(0,0,0,0.5);
    margin: 0 auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    background-color: #dd2847;
}
.brandSignUp .frmLeft .signUpImg {
    width: 90.8%;
    margin: 0 auto;
}

.button{position:relative; display:inline-block; padding:8px 40px; margin:0 auto; width:auto; vertical-align:middle; color:#fff; font-size:14px; line-height:20px; -webkit-font-smoothing:antialiased; text-align:center; letter-spacing:1px; background:transparent; border:0; cursor:pointer; -webkit-transition:all .15s ease; transition:all .15s ease}
.button:focus{outline:0}

.buttonBlue{background:#13658e; text-shadow:1px 1px 0 rgba(39,110,204,.5); display:inherit; font-family:Roboto-Medium}
.buttonBlue:hover{background:#034261}

.ripples{position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; background:transparent}

.ripplesCircle{position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); opacity:0; width:0; height:0; border-radius:50%; background:rgba(255,255,255,0.25)}
.ripples.is-active .ripplesCircle{-webkit-animation:ripples .4s ease-in; animation:ripples .4s ease-in}

@-webkit-keyframes ripples{0%{opacity:0}
    25%{opacity:1}
    100%{width:200%; padding-bottom:200%; opacity:0}
}
@keyframes ripples{0%{opacity:0}
    25%{opacity:1}
    100%{width:200%; padding-bottom:200%; opacity:0}
}
#logInModal button.close {
    position: absolute;
    right: -6px;
    z-index: 9;
    top: -11px;
    font-size: 28px;
    background-color: #32648e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}
#logInModal button.close:hover {
    opacity: 1;
}

.forgotPasswordWrapper {
    background-color: #13658e;
}
.forgotPasswordFormWrap {
    margin-top: 15%;
}

.registeredWrapper {
    background-color: #32658f;
    height: 100vh;
    margin: -15px;
}
.registeredWrapper .logo {
    float: left;
    margin: 15px 0 0 0;
}
.registeredWrapper .registeredEmail {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 8px 13px 0 rgba(0,0,0,0.5);
    margin: 0 auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    color: #33658f;
    padding: 40px 10%;
}
.registeredWrapper .registeredEmail h3 {
    color: #33658f;
    text-transform: capitalize;
    font-family: BebasNeue;
    font-size: 30px;
    margin: 0 0 10px 0;
}
.registeredWrapper .registeredEmail h4 {
    margin: 20px 0;
    text-transform: capitalize;
}
.registeredWrapper .registeredEmail p {
    margin: 10px 0 0 0;
    color: #494343;
}
.registeredWrapper .registeredEmail p a {

    color: #33658f;

    border-bottom: 1px solid #33658f;

    padding: 0 0px;

    margin: 0 5px;
}

/*Log in Form*/
form{margin:0 auto; padding:15px 15px 15px 15px}

.group{position:relative;margin-bottom: 35px;}

.brandLoginForm .group+.group{ margin-bottom:32px}
input{font-size:16px; padding:10px 10px 10px 5px; -webkit-appearance:none; display:block; color:#636363; width:100%; border:0; border-radius:0; border-bottom:1px solid #d8d8d8}
input:focus{outline:0}

.group label{color:#13658e; font-size:14px; font-weight:normal; position:absolute; pointer-events:none; left:5px; top:10px; -webkit-transition:all .2s ease; transition:all .2s ease}

.group input:focus ~ label, .group input.used ~ label {top:-20px; -webkit-transform:scale(.75); transform:scale(.75); left:-2px; color:#13658e}

.bar{position:relative; display:block; width:100%}
.bar:before, .bar:after{content:''; height:2px; width:0; bottom:1px; position:absolute; background:#13658e; -webkit-transition:all .2s ease; transition:all .2s ease}
.bar:before{left:50%}
.bar:after{right:50%}

input:focus ~ .bar:before, input:focus ~ .bar:after{width:50%}

.highlight{position:absolute; height:60%; width:100px; top:25%; left:0; pointer-events:none; opacity:.5}

input:focus ~ .highlight{ -webkit-animation:inputHighlighter 0.3s ease;  animation:inputHighlighter 0.3s ease}

@-webkit-keyframes inputHighlighter{from{background:#4a89dc}
    to{width:0; background:transparent}
}
@keyframes inputHighlighter{from{background:#4a89dc}
    to{width:0; background:transparent}
}

.signUpFormWrap {
    border-right: 1px solid #000;
}
.signUpForm, .signInForm {
    width: 90%;
    margin: 0 auto;
}
.signUpForm {

}
.signUpForm h3, .signInForm h3{
    font-family: BebasNeue;
    text-align: center;
    font-size: 30px;
    color: #11658c;
    padding: 0 0 30px 0px;
}
#logInModal .modal-header {
    border-bottom: 0;
    padding: 0;
    display: none;
}
.group a, .group button {
    display: block;
    background-color: #136690;
    color: #fff;
    padding: 15px 40px;
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 100%;
    border: 0;
    font-weight: 700;
    cursor: pointer;
}
.text-right {
    text-align: right;
    margin: -20px 0 0 0;
}
.forgot-password {
    color: #9a9a9a;
    margin: 0 0 30px 0;
    font-family: Roboto-Regular;
}
.continueWithFb {
    text-align: center;
    position: relative;
    /* margin: 0 auto; */
    margin: 30px 0 30px 0;
}
.continueWithFb p {

    margin: 0;

    display: inline-block;

    background-color: #fff;

    position: relative;

    padding: 0 10px;
}
.continueWithFb span {

    background-color: #000;

    width: 90%;

    height: 1px;

    display: block;

    position: absolute;

    top: 10px;

    left: 20px;
}
.socialBtn {
    width: 255px;
    margin: 0 auto;
    float: none;
    display: block;
}
.socialplatformsLogin {
    display: block;
}
.brandLink {
    text-align: center;
    padding: 10px 0 0 0;
}
.brandLink a {
    border-bottom: 1px solid #12638c;
    color: #12638c;
}


.signUpWrapper .menuButton{float: none;margin:30px 0 0 30px;}
.signUpWrapper .menuButton ul{border:1px solid #13658e;padding:0;margin:-3px 0 0 10px;overflow:hidden;float: right;}
.signUpWrapper .menuButton li{ display:inline-block;  box-sizing:border-box;  float:left}
.signUpWrapper .menuButton a{ color:#12638c;  padding:4px 10px;  text-transform:capitalize}
.signUpWrapper .menuButton ul li.active a,
.signUpWrapper .menuButton ul li.activeButton a
{ background-color:#12638c;  color:#fff}

.signUpWrapper .menuButton a {
    color: #12638c;
    padding: 4px 10px;
    text-transform: capitalize;
    display: inline-block;
}
#logInModal .modal-body {
    min-height: 300px;
    padding: 0;
}

.text-right {
    text-align: right;
    margin: -20px 0 0 0;
}
.forgot-password {
    color: #9a9a9a;
    margin: 0 0 30px 0;
    font-family: Roboto-Regular;
    display: inline-block;
}
.frmRight {
    background-color: #fff;
    min-height: 518px;
    padding: 0 15px 30px;
    z-index: 999;
    max-height: 549px;
}

/*CSS End For Sign Up -> Input Effect*/
#brandSignUp{background-color:#13658e;padding: 7% 0 0;height: 100vh;position: relative;margin-top: -55px;}
.frmLeft,.frmRight{width:50%;float:left;}
.requestBetaSuccess .frmLeft {    width: 100%;}
.requestBetaSuccess .frmLeft h3 {
    padding: 14px 10px 16px 10px;
    font-size: 18px;
}

#logInModal .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    border-radius: 0;
    padding-bottom: 0;
    /* background-color: transparent; */
    /* box-shadow: none; */
    /* border: 0; */
}

.max-width{width:100%}
.frmRight{background-color:#fff;min-height: 518px;padding:0 15px 30px;z-index: 999;max-height: 549px;}
.frmLeft{background-color:#dd2847}
.signUpWrapper{overflow:hidden;/* box-shadow:0 8px 13px 0 rgba(0,0,0,0.5); */margin:0 auto;margin:0;/* position:absolute; *//* top:50%; *//* left:50%; *//* margin-right:-50%; *//* transform:translate(-50%,-50%); */background-color:#dd2847;/* margin: -31px 0 -35px -20px; */padding: 0;}
.formTop{padding:0px 10px 40px}
#loginForm.formTop{padding: 30px 10px 20px;overflow: hidden;width: 100%;}
.formTop p{color:#13658e}
.formTop p a, .formTop p span{font-size:16px;color:#13658e;padding:0;margin:0 30px 0 0;font-family:'Roboto-Regular'}
.formTop p a.active, .formTop p span.active{font-family:'Roboto-Medium';border-bottom:3px solid #13658e}
.formTop p a+a, .formTop p span+span{margin:0 0 0 30px}
.frmLeft h3{color:#fff;padding: 14px 50px 16px 20px;font-size:20px;line-height:1.5;text-align: center;margin: 0;}
.frmLeft .signUpImg{width: 90.8%;margin:0 auto;}
.frmLeft .signInImg{width:85%;margin:0 auto;}
.frmLeft .signInImg.request-for-beta {width: 65%;}

.signUpWrapper .alert-success{
    margin: -10px 0 0 0;
    text-align: center;
    background-color: rgba(221, 45, 71, 0.8);
    color: #fff;
    padding: 5px 0;
    /* font-weight: 400; */
    font-family: 'Roboto-Light',sans-serif;
}

#logInModal button.close {
    position: absolute;
    right: -6px;
    z-index: 9;
    top: -11px;
    font-size: 28px;
    background-color: #32648e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}





/* Media queries for different screen sizes */

/* iPhone 4 and other small android phones*/
@media (max-width: 320px) {
    .peep{
        height: 40%;
    }
}

/* Screen size ranges from 4 - 4.7 inch */
/* Mid sized android phones */
@media (min-width: 380px) {
    .top_brand{
        width: auto;
    }

    .top_logo{
        margin-top: -13px;
    }
}

/* Till mobile */
@media (max-width: 600px) {
    .main_logo{
        margin-top: 30%;
    }

    .what_copy,.how_copy{
        margin-top: 60px;

        text-align: justify;
    }

    .short_desp{
        width:100%;
        font-size: 92%;
        margin-left:0;
    }

    .peep{
        height:36%;
    }
}

/* Phablet and tablet upto 7 inch  - Nexus 7, Galaxy Note */
@media (min-width: 480px) and (max-width: 640px) {
    .main_logo{
        margin-top:9%;
        width: 20%;
        margin-left: 40%;
    }

    .main_copy{
        font-size: 1em;
    }

    .start_btn{
        font-size: 1em;
    }
    .what_copy,.how_copy{
        width: 60%;
        margin-top: 10%;
    }
    .how_copy{
        margin-left: 30%;
        margin-top: 10%;
        width: 60%;
    }
    .peep{
        height: 45%;
    }
}

/* Small Tablets  */
@media (min-width: 640px) and (max-width: 767px) {
    .main_copy{
        font-size: 1.5em;
    }

    /*
.main_logo{
        margin-top: 5%;
        width: 30%;
        margin-left: 35%;
    }
*/

    .what_copy,.how_copy{
        width: 60%;
        margin-top: 5%;
    }
    .how_copy{
        margin-left: 30%;
        width: 60%;
        margin-top: 5%;
    }

    .question_1{
        font-size: 2em;
    }

    .question_2{
        font-size: 2em;
    }
    .answer{
        font-size: 1.3em;
    }

}

/*  Devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .main_copy{
        font-size: 1.5em;
    }
    .question_1{
        font-size: 2em;
    }
    .question_2{
        font-size: 2em;
    }
    .answer{
        font-size: 1.3em;
    }
    .peep{
        height: 82%;
    }
    .top_start{
        margin-right: 20px;
    }
    .menu_items{
        text-align: center;
        /* border-bottom: 1px solid #E7E7E7; */
    }

    .navbar-default{
        background: none;
        border:none;
    }

    .navbar-right{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 420px;
    }

    .what_copy{
        margin-top: 8%;
        height: 25%;
        text-align: center;
    }

    .how_copy{
        margin-top: 8%;
        height: 25%;
        text-align: center;
    }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .main_copy{
        font-size: 3.5em;
    }
    .question_1{
        font-size: 5.5em;
    }
    .question_2{
        font-size: 5.5em;
    }
    .answer{
        font-size: 1.2em;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /*Registration page strats here*/
    .page-wrapper{
        width: 960px;
        margin: 0 auto;
    }


}
/* Large devices (large desktops, 1500px and up) */
@media (min-width: 1500px){

    .what_copy{
        margin-top:15%;
    }

    .how_copy{
        margin-top:15%;
    }

    .question_1{
        font-size: 6.5em;
    }
    .question_2{
        font-size: 6.5em;
    }

    .answer{
        font-size:1.4em;
    }

    .short_desp{
        font-size: 130%;
    }
}
@media (min-width: 240px) and (max-width: 580px) {


    .menuButton {
        float: none;
    }
    .menuButton {
        margin: 0;
    }
    .navMenu .menuButton ul {
        padding: 0;
        margin: 0;
    }
    .navMenu .menuButton ul li {
        margin: 10px 0 20px 0;
    }
    .navMenu ul li.singUp a {
        padding: 12px 0;
    }
    .frmLeft {
        display: none;
    }
    .frmRight {
        width: 100%;
    }
    .modal-lg {
        width: 90%;
    }
    .btn-icon > span {
        width: 170px;
    }
    .socialBtn {
        width: 227px;
    }
    .logInTopMenu {
        position: inherit;
    }
    .forgotPasswordWrapper {
        min-height: 100vh;
    }
    .forgotPasswordWrapper .brandSignUp {
        height: 80vh;
    }
    .forgotPasswordWrapper .frmRight {
        min-height: inherit;
    }
    .forgotPasswordFormWrap {
        margin-top: 0;
    }

    .forgotPasswordWrapper .navMenu {
        position: inherit;
        background-color: transparent;
        right: inherit;
        width: 170px;
    }
    .forgotPasswordWrapper .navMenu .menuButton ul {
        border: 1px solid #fff;
        padding: 0;
        margin: 0px 0 0 10px;
        overflow: hidden;
        display: inline-block;
        float: right;
    }
    .forgotPasswordWrapper .navMenu .menuButton ul li {
        display: inline-block;
        margin: 0;
    }
    .forgotPasswordWrapper .navMenu .menuButton ul li a {
        font-size: 12px;
        padding: 5px;
    }
    .signInProcessForm .frmRight {
        min-height: auto;
    }
    .signInProcessForm  #loginForm.formTop {
        display: none;
    }
    .signInProcessForm .socialplatformsLogin {
        margin: 30px 0 0 0;
        overflow: hidden;
        width: 100%;
    }
    .signInProcessForm .brandLink {
        margin: 0;
    }
}


