button, input, a, p, label, h1, h2, h3, select{
  font-family: 'Roboto', sans-serif;


}
.all_Body{
    background: #ebebeb;
}

.login_body{

  /* height: 100vh; */
}

.login_box{
  background: #fff;
  width: 31%;
  margin:10% auto;
  text-align: center;
  padding: 46px 41px;
  border-radius: 10px;
}
 .login_box .logo_box{
   width: 58%;
   margin: 0 auto;
 }
 .login_box .logo_box img{
   width: 100%;

 }
.login_box form{
  margin-top: 30px;
  /* margin-bottom: 30px; */
}
.login_box form .form-group .form-control{
  background: #f7f7f7;
  font-size: 15px;
  border-color: #a2a2a2;
}
.login_box form .form-group .form-control::-ms-input-placeholder{
  color: #a5a5a5;
}
.login_box form .form-group .form-control::-webkit-input-placeholder{
  color: #a5a5a5;
  font-size: 15px;
}

.login_box form .form-group{
  text-align: left;

}
.login_box form .form-group a{
  text-decoration: none;
  color: #a5a5a5;
  margin-top: 20px;
  display: block;
  font-size: 15px;
}
.login_box form .login_button{
  margin-bottom: 10px;
}
.login_box form .login_button .btn{
  background: #ff962e;
  padding: 5px 50px;
  font-size: 14px;
}
.footer{
  text-align: center;
  padding: 7px 0;
  /* background: #ebebeb; */
}
.footer p{
  margin-bottom: 0;
  font-size: 15px;
}

/*================
  otp section
===============
*/

.otp_form .form_group{
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin:0 auto 25px auto;
}
.otp_form .form_group input{
  width: 20px;
  height: 30px;
}

.otp_form .otp_heading{
  text-align: center;
  margin-top: 30px;
}
.otp_form .otp_heading h4{
  font-size: 20px;
    font-family: 'Roboto', sans-serif;

}
.otp_form .otp_heading p{
  font-size: 11px;
  color: #a5a5a5;
}


/*==============================
  dashboard style
=========================*/
.deshboard_heading{
  background: #ebebeb;
  padding-top: 30px;
}
.deshboard_heading .dash_top_sec{
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;

}
.deshboard_heading .dash_top_sec .top_logo, .deshboard_heading .dash_top_sec .top_txt, .deshboard_heading .dash_top_sec .propfile_img{
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.deshboard_heading .dash_top_sec .top_logo .logo_width img{
  width: 100%;
}
.deshboard_heading .dash_top_sec .top_logo .logo_width{
  width: 38%;
  margin-right: auto;
}
.deshboard_heading .dash_top_sec .propfile_img .round{
  width: 60px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #ddd;
  margin-left: auto;
  display: block;

}
.deshboard_heading .dash_top_sec .propfile_img .round img{
  width: 100%;
}

.deshboard_heading .top_menu .navbar-nav{
  justify-content: center;
  width: 100%;
}
.deshboard_heading .top_menu .navbar-nav .nav-item a{
  color: #fff;
  /* background: #4e4e4e; */
  padding: 3px 7px;
}
.deshboard_heading .top_menu .navbar-nav .nav-item{
  background: #4e4e4e;
  margin-left: 5px;
   margin-right: 5px;
}

.deshboard_heading .propfile_img .dropdown-menu{
  padding: 0 5px;
  border: 0 ;
  top: 9px !important;
  background: #f1f1f1;
}
.deshboard_heading .propfile_img .dropdown-menu a{
  color: #000;
  text-decoration: none;


}
.deshboard_heading .propfile_img .dropdown-menu::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #f1f1f1;
border-left: 10px solid transparent;
position: absolute;
/* top: 0; */
bottom: 100%;
right: 36px;
}


/*===============
forget password section
==============*/

.pass_header{
  background-color: #ebebeb;
  padding: 20px 0;
}
.pass_header .pass_logo img{
  width: 100%;
}
.pass_header .pass_logo{
  width: 10%;
}


.forget_pass_box {
  width: 35%;
  margin: 8% auto 15% auto;

}
.forget_pass_box .form-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.forget_pass_box .form-group label{
  flex: 0 0 29%;
  max-width: 30%;
}

.forget_pass_box .form-group input{
  flex: 0 0 69%;
  max-width: 69%;
}
.forget_pass_box .btn_box{
  text-align: center;
  margin-top: 50px;
  width: 69%;
  margin-left: auto;
}
.forget_pass_box .btn_box .btn{
  background: #ff962e;
padding: 5px 50px;
font-size: 14px;
}

/*
==================
thank page
================
*/

.thank_box{
  margin: 10% auto 20% auto;
  width: 60%;
  text-align: center;
}
.thank_box h1{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.thank_box p{
  font-family: 'Roboto', sans-serif;
}



/*dashboard help*/
.dash_content{
  margin-bottom: 60px;
}
.dash_content .cal_box{
  width: 88%;
  margin: auto;
}
.dash_content .dash_content_heading{
  text-align: center;
  margin: 60px 0;
  }
  .dash_content .dash_content_heading h1{
    font-size: 25px;
  }

.dash_content .dash_content_area .box_portal{
  background: #ebebeb;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  min-height: 268px;
  max-height: 300px;
}

.dash_content .dash_content_area .box_portal .line_row{
  margin-top: 20px;
}
.dash_content .dash_content_area .box_portal .line_row a{
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
}
.dash_content .dash_content_area .box_portal .line_row p{
  margin-bottom: 5px;
}
.dash_content .portal_button{
  text-align: center;

}
.dash_content .portal_button .btn{
  background: #ff962e;
padding: 5px 50px;
font-size: 14px;
margin-bottom: 10px;
font-weight: 700;
}
.dash_last_button{
  text-align: right;
}

.dash_last_button .btn{
background: #ff962e;
/* padding: 5px 50px; */
font-size: 14px;
margin-bottom: 10px;
margin-top: 20px;
width: 9%;
text-transform: capitalize;
font-weight: 700;
}



/*dashboard profile page*/
.profile_content .cal_box{
    width: 72%;
    margin: 26px auto;
}
.profile_content .profile_box .profile_round img{
  width: 100%;
}
.profile_content .profile_box .profile_round{
  width: 160px;
height: 160px;
/* line-height: 88px; */
/* border: 1px solid #000; */
overflow: hidden;
border-radius: 100%;
}
.profile_content .profile_box{
  position: relative;
  padding-top: 30px;
}
.profile_content .profile_box a{
  background: #000;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  /* top: 0; */
  bottom: 30px;
  left: 128px;
}

.profile_content .profile_heading h3{
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
  forn-weight: 700;
}

.profile_content .profile_flex{
  display: flex;
}

.profile_content .profile_flex .form_one, .profile_content .profile_flex .form_two{
  flex:0 0 49%;
  max-width: 50%;
}
.profile_content .profile_flex .form_one{
  margin-right: 20px;
}
.profile_content .profile_flex .form_one .form-group{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.profile_content .profile_flex .form_one .form-group .input_box{
  flex: 0 0 69%;
  max-width: 70%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.profile_content .profile_flex .form_one .form-group label{
  flex: 0 0 29%;
  max-width: 30%;
  font-weight: 700;
}

.profile_content form{

}
.profile_content .profile_flex .form-group .form-control{
  background: #f7f7f7;
}
.profile_content .form_sub_heading h5{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.profile_content .button_box{
  text-align: right;
}

.profile_content .button_box .btn{
  background: #ff962e;
  padding: 5px 30px;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;

  text-transform: capitalize;
  font-weight: 700;
}


::-webkit-input-placeholder{
  color: #a5a5a5;
  font-size: 14px;
}

/*setting area*/

.setting_box .form-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setting_box .form-group input{
  background: #f7f7f7;
}
.setting_box .form-group label{
  flex: 0 0 40%;
  max-width: 100%;
}

.setting_box .form-group input, .setting_box .form-group p{
  flex: 0 0 60%;
  max-width: 70%;
}
.setting_box {
  width: 40%;
  margin: 20px auto;
}
.profile_content .setting_sub {
  margin-bottom: 10px;
}
.cal_box .setting_right {
  text-align: right;
  width: 85%;
}

.cal_box .setting_right .btn{
  background: #ff962e;
  padding: 5px 30px;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
}



/* left_panel */

.left_panel{
  background: #4e4e4e;
}
.left_panel .manag_menu .navbar-nav a{
  color: #fff;
}

/* dashboard lead management_section*/
/*right_panel*/



.right_panel{
  width: 80%;
  margin: auto;
}
.right_panel .right_panel_heading h1{
  background: #ff962e;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  width: 60%;
  margin:30px auto;
  color: #fff;
}
.right_panel .form_area_flex{
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.right_panel .form_area_flex .form_one{
  text-align: center;
  width: 20%;
  margin: auto 10px;
}
.right_panel .form_area_flex .form_one .form-control{
  height: 30px;
  line-height: 30px;
  padding:2px 0;
}


.right_panel .date_range .range_form, .right_panel .date_range .search{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; 
}
.right_panel .date_range
{
  width: 45%;
  margin-left: auto;
}
.right_panel .date_range .range_form .input_box{
width: 48%;
text-align: right;
}

.right_panel .date_range .range_form .input_box i{
  color: #ffa900;
  border: 1px solid #ffa900;
  font-size: 10px;
  padding: 2px;
}
.right_panel .date_range .range_form label{
  width: 25%;
  margin-right: 10px;
}
.right_panel .date_range .range_form .input_box input{
  width:160px;
height: 26px;
line-height: 26px;
border-radius: 4px;
border: 1px solid #b3b3b3;
}

.right_panel .date_range .search input{
  width: 80%;
height: 30px;
border-radius: 5px;
border: 1px solid #b3b3b3;
padding: 3px;

}
.right_panel .leads_boxs{
  background-color: #e6e6e6;
  margin-top: 20px;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.right_panel .leads_boxs h5{
  padding-left: 10px;
}
.right_panel .leads_boxs table thead{
  background: #000;
  color: #fff;
}
.right_panel .leads_boxs table  tr{
  height: 30px;
  margin-bottom: 5px;
  width: 100%;
}

.right_panel .leads_boxs table tbody tr:nth-child(even){
  background-color: #d3d3d3;
}
