
html,body,h1,h2,h3,h4,h5,h6 {font-family: arial,sans-serif; color:#808080; font-weight: 300;}

label{
    color: black;
}

html {
    
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
	font-size: 15px;
	line-height: 1.5;
}
h1 {
	font-size: 36px;	
	margin: 10px 0;
}
h2 {
	font-size: 28px;
	margin: 10px 0;
}
.fp-top{left:0px; top:0px; position:fixed;width:100%;z-index:1;}
.fp-theme{color:#808080 !important; background-color:#fff !important;}
.fp-large{font-size:18px!important;}
.fp-nav-a{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap;}
@media screen and (min-width: 50px) {
.pop_d:hover .pop_d_inf { visibility: hidden;}
.pop_d_inf{visibility: hidden;} 
.pop_d_i{visibility: hidden;}
.fp-main{min-height:100%!important; margin-left:0.7% !important; margin-right:0.7% !important;}
}
@media screen and (min-width: 600px) {
.pop_d:hover .pop_d_inf { visibility: hidden;}
.pop_d_inf{visibility: hidden;} 
.pop_d_i{visibility: hidden;}
.fp-main{min-height:100%!important; margin-left:10% !important; margin-right:10% !important;}
}
@media screen and (min-width: 1090px) {
.pop_d:hover .pop_d_inf {visibility: visible;}
.pop_d_inf{visibility: visible;} 
.pop_d_i{visibility: visible;}
.fp-main{min-height:100%!important; margin-left:28% !important; margin-right:28% !important;}
}
.fp-padding-64{padding-top:64px!important;padding-bottom:64px!important;}

.fp-sr{float:right; margin-top:43px; margin-right:2px;}
.fp-sr-a{text-decoration: none; color:#808080; cursor:pointer; float:left!important; margin-left:15px!important;}
.fp-sr-a:visited{color:#808080;}
.fp-sr-a:hover{text-decoration:underline;}
.fp-sr-p1{display:none;}

.ch-ph-a{float:right;text-decoration: none; color:#808080; cursor:pointer;}
.ch-ph-a:visited{color:#808080;}
.ch-ph-a:hover{text-decoration:underline;}

.hm-vrf-id-a{float:left; text-decoration: none; color:#808080; cursor:pointer;}
.hm-vrf-id-a:visited{color:#808080;}
.hm-vrf-id-a:hover{text-decoration:underline;}

.search_a{display:none; float:left;}
.r-lspn{margin-top:10px!important; margin-bottom:10px!important;}
.r-spn{margin-bottom:10px!important;}
@media screen and (min-width: 600px) {
    .r-spn{margin-left:25px!important; margin-bottom:10px!important;}
}


.fp-hdng{
  display: flex;
  justify-content: center;
}


.fp-footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 50px!important;
  height: auto;
  background-color: #808080;
  color:#fff;    
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;    
  justify-content: center;
} 

.fp-ftr-a{text-decoration: none; color:#808080; cursor:pointer; float:left!important; margin-left:15px!important;}
.fp-ftr-a:visited{color:#808080;}
.fp-ftr-a:hover{text-decoration:underline; color:black;}

* {
  box-sizing: border-box;
}
#aaf_title_txt_dv, .fact-info{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
#aaf_info_txt_dv{
    outline: 0px;
}
.fact-info-spn{
    color: #808080;
    cursor: pointer;
    margin-right: 10px;
}
.fact-info-spn:hover{
    color: #000;
}
[contentEditable=true]:empty:before {
    content: attr(placeholder);
    opacity: 0.8;
  }
input[type=text], input[type=password], input[type=number], input[type=email], input[type=file], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=number] {
  
}

input[type=email] {
  
}

input[type=file] {
  
}
input[type=date] {
  border: 1px solid #808080;    
  border-radius: 4px;
  height: 31px;    
}

label {
  display: inline-block;
}

input[type=button], input[type=submit] {
  background-color: white;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  border: 1px solid #808080;
}

input[type=submit]:hover, input[type=button]:hover {
  background-color: #808080;
  color: white;
}

.container {
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
  min-height:100%;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.r_row_l{
  float: left;
  width: 30%;
  margin-top: 6px;
}

.r_row_r{
  float: left;
  width: 70%;
  margin-top: 6px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75 {
    width: 100%;
    margin-top: 0px;
  }
}

.pop_d {
  position: relative;
  display: inline-block;
}

.pop_d .pop_d_inf {
  visibility: hidden;
  width: 206px;
  background-color: white;
  color:#808080;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.pop_d .pop_d_inf::after {
  content: "";
  position: absolute;
  top: 8%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #808080 transparent transparent ;
}

.flex_div{
  display: flex;
  flex-wrap: wrap;
}

.flex_div>div{
    float: left;
}


#msngr_forgot_pass_div{display:none;}
#msngr_otp_pass_div{display:none;}
#msngr_reset_pass_div{display:none;}

#msngr_signin_err_msg_div{display:none;}

#msngr_fgt_pwd_err_msg_div{display:none;}

#msngr_signin_bot_box_div{display:none;}
#msngr_fgt_pwd_bot_box_div{display:none;}

#msngr_signup_bot_box_div{display:none;}

#stt_btn{
  display: none; 
  position: fixed; 
  bottom: 3px; 
  right: 30px;     
  background-color: white;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
    
}

#stt_btn:hover{
  background-color: #808080;
  color: white;
}
.fp_top{display: flex; flex-direction:row; justify-content: space-between; width:100%; margin-top: 15px;}
.tmrd{
    cursor: pointer;
}


#msngr_signup{
    display: none;
}