@charset "utf-8";


.login_bg {
  background-image: url(../images/login.jpg) !important;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.login_rm {
  margin: 0 auto;
  max-width: 70%;
}



.checkbox-group {
    position:relative;
	padding: 0 20px 42px 15px;
}
.checkbox-group input[type=checkbox] {
    display:none
}
.checkbox-group label {
    padding-left:30px;
    cursor:pointer;
}
.checkbox-group label span {
    display:block;
    position:absolute;
    left: 15px;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    transition-duration:.3s
}
.checkbox-group label .box {
    background:#262626;
    height:20px;
    width:20px;
    z-index:9;
	border-radius: 2px;
    -webkit-transition-delay:.2s;
    -moz-transition-delay:.2s;
    transition-delay:.2s
}
.checkbox-group label .check {
    top:3;
    left:22px;
    width:7px;
    height:15px;
    border:2px solid #fff;
    border-top:none;
    border-left:none;
    opacity:0;
    z-index:10;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    transition-delay:.3s
}
input[type=checkbox]:checked ~ label .box {
    background:#f43930
}
input[type=checkbox]:checked ~ label .check {
    opacity:1;
    -webkit-transform:scale(1) rotate(45deg);
    -moz-transform:scale(1) rotate(45deg);
    transform:scale(1) rotate(45deg);
}
.link_rm{
	color:#f43930;
}
.link_rm:hover{
	color:#262626;
}
.rmm01{
	float:left;
	margin-left: 17px;
}
.rmm02 {
  float: right;
  margin-left: auto;
  margin-right: 20%;
}
.rmm02 a{
  color:#f43930;
}
.rmm02 a:hover{
	color:#262626;
}






/*login1*/
.login_rm02 {
  padding: 25px 30px 15px 30px !important;
  max-width: 470px;
  margin: 0 auto;
  border-radius: 6px;
}

.login_rm02 .section-title {
  margin-bottom: 34px !important;
}
.login_rm02 .rmm01 {
  margin-left: 0px;
}



.submit_rm {
  background: #f43930;
  margin: 0 0 20px 0;
  color: #fff;
  padding: 12px 20px;
  width: 100%;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.submit_rm:hover{
	background:#262626;
}
.login_rm02 .rmm01 .checkbox-group {
	padding: 4px 0 35px 15px;
}
.login_rm02 .rmm02 {
  margin-right: 14px;
  padding-top: 4px;
}
.login_rm02 .section-title .h-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 46px;
  max-width: 100%;
}
.login_rm02 .section-title > span {
  margin-top: 16px;
}
.donnt_account{
	text-align:left;
  margin: 4px 0 0 0;
}
.login_rm02 .form-group label {
  color: #626060;
  font-size: 16px;
  margin: 0 0 7px 0;
  display: block;
  font-family: 'Mulish', sans-serif;
}
.login_rm02 .form-group .rm_form_fild{
  width: 100%;
  min-height: 46px !important;
  background: #FFFFFF;
  border: 1px solid #D0D4DB;
  border-radius: 6px;
  padding: 10px 0px 10px 21px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #4e4d4d;
}
.login_rm02 .form-group .rm_form_fild:hover{
  border: 1px solid #f43930;
}
.login_rm02 .form-group .rm_form_fild:focus{
  border: 1px solid #f43930;
}
.login_rm02 .form-group select {
  background: url(../images/bott.png) 95% 56% no-repeat #fff !important;
  background-size: auto;
appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-moz-appearance: none;
background-size: 9px !important;
cursor: pointer;
  }
.login_rm02 {
  background-color: #f9f9f9 !important;
  border: 1px solid #f1f1f1;
}
.login_rm02 .checkbox-group label {
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  color: #8c8c8c;
  letter-spacing: 0.4px;
}
.login_rm02 .rmm02 a {
  color: #f43930;
   padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.login_rm02 .rmm02 a:hover{
  color: #000;
}
.login_rm02 .donnt_account .form-group {
  padding-left: 0;
  cursor: pointer;
  font-size: 15px;
  color: #8c8c8c;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-align: center;
}
.section_padding{
	padding:70px 0;
}
/*login1*/

.for_signup_sec{
  max-width: 900px;
}
.w-100{
  display: block;
  overflow: hidden;
  width: 100%;
}



/*calandar*/
 .ui-datepicker-prev {
     background: url(../images/arowleft.png)no-repeat center !important;
     right: 27px;
     left: inherit !important;
}
 .ui-datepicker-next {
     background: url(../images/arowrigg.png)no-repeat center !important;
}
 .ui-datepicker .ui-datepicker-title {
     text-align: left !important;
}
 .ui-datepicker-prev, .ui-datepicker-next {
     width: 23px !important;
     height: 23px !important;
     background-size: 7px !important;
     border: none !important;
     border-radius: 100% !important;
     background-color: #f2f2f2 !important;
}
 .ui-datepicker-prev span, .ui-datepicker-next span {
     display: none !important;
}
 .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
     background-color: #fff!important;
}
 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
     top: 50% !important;
     -webkit-transform: translateY(-50%) !important;
     -moz-transform: translateY(-50%) !important;
     transform: translateY(-50%) !important;
}
.calandar_iconn{
     position: relative;
     background: #fff url(../images/d5.png)right 13px center no-repeat !important;
     background-size: 16px;
}
/*calandar*/

/*radio*/
.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  line-height: 49px;
  cursor: pointer;
}

.radio:hover .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer { 
  border: 2px solid #f43930;
 }
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #f43930;
}
.radio .outer {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin: 10px 0 0 0;
  border: 2px solid #a1a1a1;
  border-radius: 50%;
  background-color: #fff;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 14px;
  height: 14px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 3px;
  border-radius: 50%;
  background-color: #f43930;
  opacity: 0;
}
.for_genderr .radio {
  float: left;
  display: inline-block !important;
  margin: 0 32px 0 0 !important;
  padding: 0;
  line-height: 43px;
}
/*radio*/



.inner_page_header {
  background: #262626;
  min-height: 93px;
  position: fixed;
  top: 0;
}
.inner_page_area{
  display: block;
  width: 100%;
  padding: 92px 0;
}
.dashboard_inner {
  padding-bottom: 70px;
  background: #f3f5f7;
}
.cusdashb-left {
  position: sticky;
  top: 94px;
  transition: all .5s ease;
  display: block;
}
.mobile_menu2 {
  float: left;
  width: 100%;
  min-height: 25px;
  line-height: 24px;
  cursor: pointer;
  background: #f43930;
  border-radius: 4px;
  margin-top: 8px;
  text-align: center;
  color: #fff;
  padding: 7px;
  display: none;
  font-family: 'Mulish', sans-serif;
font-weight: 700;
}
.mobile_menu2:hover{
  background: #000000;
}
.user_Outer {
  box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 18px;
}
.user_Detil {
  padding: 17px 20px 10px 20px;
  text-align: center;
}
.user_Detil .user {
  width: 107px;
  height: 107px;
  border-radius: 100%;
  background: #ccc;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.user_Detil .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_Detil .user img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .4s ease-in-out;
}
.user_Detil h4 {
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  color: #000;
  font-family: 'Mulish', sans-serif;
  line-height: 24px;
  margin: 6px 0 4px 0;
}
.user_Detil a {
  text-align: center;
  color: #3f4142;
  font-size: 15px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  display: block;
  margin: 0;
  cursor: default;
}
.nav_Pannel {
  box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 10%);
  padding: 0px 0 0 0;
  background-color: #ffffff;
  margin-top: 4px;
}
.nav_Pannel ul li {
  width: 100%;
}
.nav_Pannel ul li a {
  font-size: 16px;
  color: #3f4550;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 13px 15px;
  border-left: 2px solid #fff;
  text-transform: capitalize;
}
.nav_Pannel ul li a span {
  width: 40px;
}
.nav_Pannel ul li a img.dash_Arrow {
  margin-left: auto;
  opacity: 0;
}
.nav_Pannel ul li:last-child {
  border-top: double 3px #e8ecee;
}
.nav_Pannel ul li a:hover, .nav_Pannel ul li a.active {
  background-color: #f43930;
  transition: 0.5s;
  border-left: 2px solid #d72018;
  color: #fff;
}

.nav_Pannel ul li a.active img{
 filter: brightness(2000%);
}
.nav_Pannel ul li a.active img {
  filter: brightness(2000%);
}

.nav_Pannel ul li a:hover span img{
  filter: brightness(2000%);
}
.nav_Pannel ul li a:hover img{
  filter: brightness(2000%);
}




.didlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cus-dashboard-right {
  width: 100%;
  margin-top: 14px;
}
.cus-dashboard-right h2 {
  font-size: 29px;
  color: #08090a;
  line-height: 32px;
  font-family: "Cormorant", serif;
  font-weight: 700;
  margin-bottom: 14px;
}
.dash-right-inr {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
  /* min-height: 400px; */
  padding: 20px 12px;
  display: block;
  overflow: hidden;
}
.nav_Pannel ul li a.active img.dash_Arrow, .nav_Pannel ul li a:hover img.dash_Arrow {
  opacity: 1;
}
.nav_Pannel ul li a img.dash_Arrow {
  margin-left: auto;
  opacity: 0;
}
.for_dashboard{
  background-color: transparent !important;
  border: none;
  padding: 0 !important;
max-width: 100% !important;
margin: 0 !important;
border-radius: 0 !important;
}

.doubleborder {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 3px;
  overflow: hidden;
  width: 100%;
}
.for_dashboard .form-group .rm_form_fild {
  border: 1px solid #a1a7af;
}
.gigupld {
  width: 100%;
  margin-top: 0;
  display: block;
  overflow: hidden;
}
.gigupld.uplodimg span {
  color: #626060;
font-size: 16px;
margin: 0 0 7px 0;
display: block;
font-family: 'Mulish', sans-serif;
}
.gigupld .uplodimgfil {
  width: 100%;
}
.uplodimg input[type="file"] {
  display: none;
}
.inputfile-1 + label {
	background: #000;
	border-radius: 6px;
	transition: all 0.3s;
	color: #fff !important;
	font-size: 16px !important;
	display: block !important;
	width: 100%;
	padding: 14px;
	cursor: pointer;
}
.uplodimg label img {
  float: right;
}
.inputfile-1 + label:hover {
  background: #f43930 !important;
}
.for_dashboard .form-group label {
  color: #272828;
  }


.after_login_head {
  margin-left: auto !important;
}
.af_log_dv {
  top: 0px;
  cursor: pointer;
  position: relative;
}
#profidrop {
  display: flex;
  align-items: center;
}
.af_log_dv em b {
  display: flex;
  align-items: center;
  font-style: normal;
}
.af_log_dv em b img {
  margin-right: 8px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  object-fit: cover;
  cursor: pointer;
}
.header_log {
  text-align: left;
}
.header_log p {
  font-family: Muli;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 2px;
}
.header_log h6 {
  font-family: Muli;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
.af_log_dv em b span img {
  margin-left: 2px;
  cursor: pointer;
  margin-right: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
object-fit: cover;
}
.af_log_dv em b span {
  float: right;;
}

.profidropdid {
  border-radius: 0 0 6px 6px;
  padding: 0;
  background: #fff;
  width: 255px;
  box-shadow: 0 .14px 2.29266px rgba(0, 0, 0, .03231), 0 .37px 4.42626px rgba(0, 0, 0, .04769), 0 3px 7px rgba(0, 0, 0, .09);
  position: absolute;
  top: 67px;
  right: 0;
  cursor: pointer;
  z-index: 3;
  border: solid 1px #d9d9d9;
  overflow-y: auto;
  height: auto;
max-height: calc(100vh - 93px);
}
.profidropdid li {
  margin: 0 !important;
  margin-top: 1px !important;
  color: #1b1b1b;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: 'Bitstream Vera Sans';
}
.profidropdid li a {
  padding: 9px 25px;
  display: inline-block;
  width: 100%;
  color: #334156;
  transition: all 0.3s;
  border-top: dashed 1px #dbdbdb;
}
.profidropdid li a:hover{
  color: #f43930;
}





.signup_stylr02 .form-group .rm_form_fild {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #4e4d4d;
  padding: 0;
  height: 32px !important;
  border-bottom: 2px solid #c6c6c6 !important;
}
.signup_stylr02 .form-group .rm_form_fild:hover{
  border: none;
  border-bottom: 2px solid #f43930 !important;
}
.signup_stylr02 .form-group .rm_form_fild:focus{
  border: none;
  border-bottom: 2px solid #f43930 !important;
}
.signup_stylr02 .form-group select {
  background: url(../images/bott.png) 95% 56% no-repeat !important;
background-size: 9px !important;
padding: 0;
height: 32px !important;
}
.signup_stylr02 .form-group .calandar_iconn {
  background: url(../images/d5.png) right 0px center no-repeat !important;
  background-size: 12px;
}
.signup_stylr02 .form-group label {
  color: #272828;
  font-size: 15px;
  margin: 0;
}
.signup_stylr02 .form-group {
  margin-bottom: 35px;
}
.signup_stylr02 .checkbox-group label {
  font-size: 15px;
  letter-spacing: 0;
}
.signup_stylr02_rm{
  background: #f3f5f7;
}
.signup_stylr02_rm .signup_stylr02{
    background-color: #fff !important;
border-radius: 6px;
box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
min-width:80% !important;
}








.logo a img{
  width: 125px;
}
.top-footer .widget-about>img{
width: 125px;
}
.form-group {
  position: relative;
}
.form-group>a{
  position: absolute;
  right: 0;
  top: 0;
  color: #f43930;
  font-size: 16px;
font-family: 'Mulish', sans-serif;
}
.form-group>a:hover{
  color: #000;
}
.inner_page_header .header-content .logo {
  margin-top: 2px;
}
.banner_small_rm {
  padding: 124px 0 20px;
}
.banner_small_rm .page-title {
  font-size: 41px;
  line-height: 55px;
  margin: 0 0 6px 0;
}





.inner_page_header .header-content nav ul li a {
  padding: 40px 30px 34px;
}
.inner_page_header .header-content .menu-btn > a {
  margin-top: 0;
}


.menu-footer-logo img{
  width: 125px;
}
.dash_area_hd {
  display: inline-block;
  width: 100%;
  background-color: #f43930;
  padding-top: 93px;
  margin-bottom: 0;
}
.dash-menu{
  display: block;
}
.dash-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.dash-menu ul li {
  margin-right: 42px;
  position: relative;
}
.dash-menu ul li a {
  padding: 14px 0 14px 0;
  /* font-family: 'Mulish', sans-serif; */
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  float: left;
  /* font-weight: 500; */
}
.dash-menu ul li a img {
  margin: 0px 10px 0 0;
  float: left;
  width: 18px;
}
.dash-menu ul li a:hover {
  color: #000 !important;
}

.active_lnk::after {
  content: "";
  background-image: url(../images/tt.png);
  position: absolute;
  bottom: -12px;
  width: 20px;
  height: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.edit_profile_v2{
  padding-top: 0 !important;
}
.active_lnk a {
  color: #000 !important;
}










/*============== 
Table area start
 ==============*/
.table_01{
    overflow: hidden;
}
.dash99 {
  background: #FFF;
  border-radius: 0;
  display: block;
  padding: 0 15px;
  width: 100%;
  margin: 0;
}
.dash99 .table_01{
  margin-bottom:0 !important;
}
.amunt {
    background: #f43930;
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height:17px;
    text-align: left;
    border-bottom: 1px solid #f43930;
  padding: 14px 10px !important;
  position: relative;
  z-index: 99;
}
.table_01 {
  display: table;
  margin-bottom:0px;
}
.table_01 .row {
  display: table-row;
}
.amunt-detail {
  border-bottom: 1px solid #e0e0e0;
  color: #444141;
 font-family: 'Mulish', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0 0;
  text-align: left;
  padding: 23px 10px;
}
.cel_area {
  display: table-cell;
}
.table_portion {
  width:100%;
  display:block;
}
.cess {
    vertical-align: middle;
}
.hide_big {
    display: none !important;
}
.icn11{
  font-size: 23px;
  margin-top: 4px;
  float: left;
  margin-left:28px;
}
.info_bar_area{
  display: block;
  overflow: hidden;
  width: 100%;
  background: #6c7b7e;
  padding: 18px 135px 18px 0;
  position: fixed;
  bottom: 0;
  z-index: 999;
  text-align:right;
}
.info_bar_area a{
  color: #FFF;
  font-family: 'Mulish', sans-serif;
  font-size: 13px;
  font-weight: 400;
  display:inline-block;
  text-decoration:none;
  text-transform:uppercase;
}
.bar_style1{
  border: 2px solid #6c7b7e;
  border-radius: 3px;
  padding: 6px 20px 7px 20px;
  margin: 0 0 0 10px;
}
.bar_style2{
  border: 2px solid #FFF;
  border-radius: 3px;
  padding: 6px 20px 7px 20px;
  margin: 0 0 0 10px;
}
.bar_style3{
  border: 2px solid #FFF;
  background:#FFF;
  font-weight:500 !important;
  color:#6c7b7e !important;
  border-radius: 3px;
  padding: 6px 20px 7px 20px;
  margin: 0 0 0 10px;
}

.info_bar_area a:hover{
  border: 2px solid #FFF !important;
  color: #FFF !important;
  border-radius: 3px;
  background:#73b500 !important;
}

.amunt-detail ul{
  margin: 0;
  padding:0;
}
.amunt-detail ul{
  float: left;
}
.amunt-detail ul li{
  list-style:none;
  float:left;
  margin: 0 7px 0 0;
  color:#444141;
  font-family: 'Mulish', sans-serif;
  font-size:15px;
  font-weight:400;
}
.amunt-detail ul li a{
  float: left;
}
.amunt-detail ul li img{
  float: left;
  margin: 0 0 0 3px;
  width: 20px;
  opacity:1;
}
.amunt-detail ul li img:hover{
  opacity:0.8;
}
.amunt-detail i{
  margin:0 10px;
  color: #444141;
}
.for_bg_color_01 {
  background: #fdfdfd;
  -moz-box-shadow: 0px 0px 10px #ebebeb;
  -webkit-box-shadow: 0px 0px 10px #ebebeb;
  -ms-box-shadow: 0px 0px 10px #ebebeb;
  box-shadow: 0px 0px 10px #ebebeb;
}
.for_bg_color_02{
  background:#eeeeee;
  -moz-box-shadow: 0px 0px 10px #ebebeb;
  -webkit-box-shadow: 0px 0px 10px #ebebeb;
  -ms-box-shadow: 0px 0px 10px #ebebeb;
  box-shadow: 0px 0px 10px #ebebeb;
}
.sm_size i{
  color:#6c6a6a;
  margin: 0 4px 0 0;
}
/*============== 
Table area end
 ==============*/


.paginationsec {
    width: 100%;
    text-align: left;
    padding-top: 20px;
    display: inline-block;
    display: flex;
    justify-content: left;
}
.paginationsec li {
    float: left;
}
.paginationsec li:last-child a {
    border-right: solid 1px #e1e1e1;
    border-radius:0 7px 7px 0;
}
.paginationsec li:first-child a {
    border-right: solid 1px #e1e1e1;
    border-radius: 7px 0 0 7px;
}
.paginationsec li a {
    width: 40px;
    height: 44px;
    color: #3b4042;
    font: 500 14px/42px 'Mulish', sans-serif;
    background: #fff;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
    display: inline-block;
    text-align: center;
    transition: all 0.3s;
}
.paginationsec li a.actv {
    background: #000;
    color: #fff;
}
.paginationsec li a:hover {
    background: #000;
    color: #fff;
}
.for_filter_srch001 {
  float: left;
  width: 29.5%;
  margin: 0 2% 0 1.5%;
}
.for_filter_srch002 {
  float: left;
  margin: 27px 0 0 1.5%;
}
.for_filter_srch002 .submit_rm{
  margin: 0;
}





/*tooltip*/
 .css-tooltip-top, .css-tooltip-bottom, .css-tooltip-right, .css-tooltip-left {
     position: relative !important;
     display: inline-block !important;
     text-decoration: none !important;
}
 .css-tooltip-top span, .css-tooltip-bottom span, .css-tooltip-right span, .css-tooltip-left span, .css-tooltip-diagonal-right span, .css-tooltip-diagonal-left span {
    /*min-width: 80px;
    */
     font-family: 'Roboto' !important;
     font-size: 16px !important;
     line-height: normal !important;
     text-align: left !important;
     padding: 9px 14px 7px 14px !important;
     visibility: hidden;
     opacity: 0;
     position: absolute;
     z-index: 9999999 !important;
     -webkit-transition-duration: 0.25s;
     -moz-transition-duration: 0.25s;
     -o-transition-duration: 0.25s;
     -ms-transition-duration: 0.25s;
     transition-duration: 0.25s;
     -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
     -moz-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
     -o-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
     -ms-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
     transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
}
 .css-tooltip-top span:before, .css-tooltip-bottom span:before, .css-tooltip-right span:before, .css-tooltip-left span:before, .css-tooltip-diagonal-right span:before, .css-tooltip-diagonal-left span:before {
     content: "";
     display: block;
     width: 0px;
     height: 0px;
     position: absolute;
}
/* Tool tip Top */
 .css-tooltip-top span {
     left: -13px;
     bottom: 100%;
     margin-bottom: 30px;
     -webkit-transition-property: opacity, margin-bottom, visibility;
     -moz-transition-property: opacity, margin-bottom, visibility;
     -o-transition-property: opacity, margin-bottom, visibility;
     -ms-transition-property: opacity, margin-bottom, visibility;
     transition-property: opacity, margin-bottom, visibility;
}
 .css-tooltip-top span:before {
     border-left: 8px solid transparent !important;
     border-right: 8px solid transparent !important;
     border-top: 8px solid #000;
     border-bottom: 0 !important;
     bottom: -8px;
     left: 15px;
}
 .css-tooltip-top:hover span {
     margin-bottom: 10px;
    /* End Position */
     visibility: visible;
     opacity: 1;
}
/* Tooltip Color */
 .color-blue span {
     color: #ffffff !important;
     background: #000;
     border-radius: 4px;
}
 .color-blue span:before {
     border-color: #000;
}
 .color-blue span:after {
     content: "";
     display: block;
     border-top: 1px solid #000;
     position: absolute;
     left: 0px;
     top: 1px;
     width: 100%;
     height: 10px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
}
/*tooltip END*/



.form-group .link_rm {
  position: relative !important;
}
.forgott_001 {
  font-size: 40px !important;
}





.beneficiaries_headingg h1 {
  font-size: 19px;
  color: #08090a;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 14px;
  font-family: 'Mulish', sans-serif;
}
.add_bene_name {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px 3px 6px 3px;
  display: block;
  float: left;
  margin: 14px 0 24px 0;
  border: 1px solid #e1e1e1;
}
.bntt_collor{
  background-color: #262626 !important;
}
.bntt_collor:hover{
  background-color: #f43930 !important;
}
.didlex{
  position: relative;
}
.top_battn_new {
  position: absolute;
  right: 15px;
  background: #f43930;
  color: #fff;
  padding: 9px 11px;
  width: auto;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  top: 11px;
}
.top_battn_new:hover{
  color: #fff;
  background: #262626 !important;
}
.subb_hedd {
  font-size: 19px;
  color: #08090a;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 12px 14px;
  font-family: 'Mulish', sans-serif;
}
.rr_border {
  float: left;
  /* display: block; */
  /* overflow: hidden; */
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 6px !important;
  padding: 12px 0 0 0 !important;
  margin: 0 0 25px 0 !important;
}
.coverr{
  float: left;
  display: block;
  overflow: hidden;
  width: 100%;
}
.added_beneficiariess {
  float: left;
  display: block;
  width: 100%;
  /* padding: 0 15px; */
  border: 1px solid #d6d7d8;
  border-radius: 6px;
  background: #f3f5f7;
  margin: 0 0 11px 0;
  padding: 10px 15px 12px 15px;
}
.added_beneficiariess h3 {
  font-size: 17px;
  color: #3b3f44;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
  float: left;
   margin: 0 25px 0 0;
   width: 20%;
}
.added_beneficiariess p {
  font-size: 17px;
color: #3b3f44;
line-height: 22px;
font-weight: 500;
font-family: 'Mulish', sans-serif;
float: left;
}
.added_beneficiariess a {
  float: right;
}
.added_beneficiariess a img{
  width: 25px;
}
.for_badd{

  font-size: 15px !important;
}












.meb_shptxt {
  width: 100%;
  float: left;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 0;
}


.meb_shptxt label {
  font-size: 20px;
  color: #3c3b37;
  font-weight: 700;
  font-family: 'Mulish', sans-serif;
}
.meb_shptxt label img {
  margin-right: 12px;
  margin-top: -6px;
}
.meb_shptxt label span {
  color: #f43930;
}
.member_row {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-bottom: 40px;
}
.colsMember {
  width: 23%;
  float: left;
  min-height: 410px;
  /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); */
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin: 0 1%;
  border-radius: 6px;
  box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
}
.col-2st {
  width: 35%;
  z-index: 9;
  /*transform: scale(1.1);*/
}
.cols_haead {
  width: 100%;
  float: left;
  text-align: center;
  height: 102px;
  background: #f43930;
  border-radius: 6px 6px 0 0;
}
.cols_haead h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto';
  /* text-transform: uppercase; */
  margin-bottom: 4px;
  margin-top: 24px;
  position: relative;
  font-family: 'Mulish', sans-serif;
  line-height: 24px;
}
.cols_haead label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
  text-transform: uppercase;
}
.cols_body {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 20px;
}
.cols_body p {
  font-size: 14px;
  color: #3c3b37;
  margin-bottom: 11px !important;
  float: left;
  width: 100%;
  text-align: center;
}
.select_plan_btn {
  background: #f43930;
  color: #fff;
  font-size: 17px;
  border: none;
  padding: 9px 23px;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 4px;
  float: none;
  margin: 10px auto auto 10px;
}
.diff_colorr .cols_haead{
  background: #383e44;
}
.diff_colorr .select_plan_btn {
   background: #383e44;
}
.select_plan_btn:hover{
  background: #383e44;
  }
.diff_colorr .select_plan_btn:hover{
   background: #f43930;
}
.bntt_collor:hover {
  background-color: #f43930 !important;
}

.user_dash_lf_inr > h1 {
  font-size: 20px;
  color: #f43930;
  line-height: 32px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 10px 11px 15px;
  margin: 8px 0 16px 0;
  border-radius: 0;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #f43930;
}
.user_dash_lf_inr > h1 img {
  position: absolute;
  bottom: -9.5px;
  width: 18px;
  left: 17px;
  z-index: 9;
}
.for_will_create_leftt ul li:last-child {
  border-top: none;
}
.for_will_create_leftt ul li a:hover, .for_will_create_leftt ul li a.active {
  background-color: #000;
  transition: 0.5s;
  border-left: 2px solid #d72018;
  color: #fff;
}
.for_will_create_leftt ul li a span {
  width: 32px;
}
.for_will_create_leftt ul li {
  border-bottom: 1px solid #efefef;
}








/*-------------faq ----------*/
.abbtex2 a {
  display: block;
  width: 100%;
  margin: 8px 0;
}
.abbtex{
  margin: 25px 0 0 0;
}
.abbtex p{
color: #666;
font-family: 'Mulish', sans-serif;
font-size: 15px;
font-weight: normal !important;
text-align: justify;
line-height:24px;
}
.abb img{
  display:block;
  overflow:hidden;
  margin: 25px 25px 8px 0;
  float:left;
  width: 38%;
}
.accordion_container {
    width: 100%;
    margin: 0 0 5px 0;
}
.accordion_head {
  background: #fff;
  cursor: pointer;
 margin: 0 0 5px 0 !important;
  padding: 11px 10px 12px 10px;
  font-size: 16px;
  color: #3f4550;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  border-radius: 3px;
  transition: all 0.3s;
  border-left: 2px solid #fff;
}
.accordion_head:hover {
  background: #262626;
  color: #fff;
  border-left: 2px solid #d72018;
  transition: all 0.3s;
}
.accordion_head p{
    color: #FFF;
    font-size: 18px;
  font-family: 'Mulish', sans-serif;
}
.accordion_body {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
    padding: 0 15px;
}


.plusminus {
  font-size: 20px;
  line-height: 20px;
  min-width: 18px;
  text-align: center;
  float: right;
}
.actv{
  color: #e72d24 !important;
}
.accordion_head:focus{
  background: #e72d24 !important;
  color: #fff;
}
.under_mm a {
  color: #272828;
  font-size: 15px;
  line-height: 26px;
}
.under_mm a:hover{
  color: #e72d24;
}
.under_mm {
  padding: 1px 15px 8px 15px;
}
.for_loggole_menn {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
  min-height: inherit;
  padding: 0 17px 12px 17px;
  display: block;
  overflow: hidden;
}
.acctivee001{
  background: #262626;
  color: #fff;
  transition: all 0.3s;
}
.pp_icnn {
  float: left;
  width: 30px;
}
.pp_icnn img {
  width: 17px;
}
.accordion_head:hover span img {
  filter: brightness(2000%);
}

.mm_top_navv{
  display: block;
  overflow: hidden;
  width: 100%;
}
.mm_top_navv ul {
  margin: 8px -8px 22px -8px;
  padding-top: 0;
  display: block;
  overflow: hidden;
}
.mm_top_navv ul li {
  float: left;
  list-style: none;
  display: block;
  width: 19%;
  margin: 0 0.5% 12px 0.5%;
  text-align: center;
}
.mm_top_navv ul li a {
  transition: all 0.3s;
  font-size: 17px;
  color: #262626;
  line-height: 23px;
  font-weight: 600;
  margin: 0;
  font-family: 'Mulish', sans-serif;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 12px 10px 9px 10px;
  box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
  border-bottom: 3px solid #c2c2c2;
}
.mm_top_navv ul li a:hover{
  transition: all 0.3s;
  color: #fff;
  background: #f43930;
  border-bottom: 3px solid #cb1911;
}
.mm_top_navv ul li a:hover img{
  filter: brightness(2000%);
}
.mm_top_navv ul li a span{
  display: block;
  overflow: hidden;
  width: 100%;
}
.mm_top_navv ul li a span img {
  margin: 0 0 3px 0;
  height: 30px;
}
.active_willl{
  color: #fff !important;
  background: #f43930 !important;
  border-bottom: 3px solid #cb1911 !important;
}
.active_willl span img{
  filter: brightness(2000%);
}
.sh_will_menuu01 {
  right: 92px;
  background: transparent;
  color: #262626;
  border: 1px solid #262626;
}
.sh_will_menuu01:hover {
  background: transparent !important;
  color: #f43930;
  border: 1px solid #f43930;
}
.sh_will_menuu01 img {
  width: 12px;
  margin: -2px 0 0 4px;
}
.active_ln span img {
  filter: brightness(2000%) !important;
}
.active_ln{
	background-color: #262626;
	transition: 0.5s;
	border-left: 2px solid #d72018;
	color: #fff;	
}
.login_rm02 .form-group .rm_form_fild_trr{
	height:150px !important;
}
.for_dashboard .form-group label strong{
  color: #939797 !important;
}
.maintain_wdth{
	width:60%;
}

.refinee1{
	width: 27.2%;
	margin: 0 0 0 1.5%;
}
.ne_log .section-title .h-title {
  font-size: 32px;
  line-height: 30px;
}
.ne_log .section-title > span {
  margin-top: 12px;
}

.instructions_aar {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 17px 22px;
  border-radius: 6px;
  margin:0 0 30px 0;
  box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
}

.instructions_aar h1 {
  font-size: 24px;
  color: #3f4550;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  line-height: 29px;
  margin: 0 0 10px 0;
}
.instructions_aar ul{
	margin:0;
	padding:0;
}
.instructions_aar ul li{
	list-style:none;
}
.instructions_aar ul li {
  font-size: 16px;
  color: #3f4550;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  line-height: 25px;
  float: left;
  display:block;
  overflow:hidden;
  margin: 0 0 4px 0;
  width:100%;
}
.instructions_aar ul li img {
  float: left;
  width: 18px;
  margin: 5px 10px 6px 0;
}
.instructions_aar h1 img {
  float: left;
  width: 23px;
  margin: 6px 9px 0 0;
}


.dashboard_ppgg{
	padding:0;
	box-shadow:none;
	border:none;
	margin:0;
}
.dashboard_ppgg h1 {
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 5px 0;
}
.dashboard_ppgg p {
  font-size: 16px;
  color: #3f4550;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  line-height: 25px;
  float: left;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.dashboard_ppgg h1 img {
  margin: 2px 10px 5px 0;
  width: 21px;
}



.dash_thumbs {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 18px 0 0 0;
}
.for_dp{
	padding:0 7px;
}
.dash_thumbs_info {
	width: 18%;
	margin: 0 1% 15px 1%;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 16px 15px;
	cursor: pointer;
	position: relative;
	text-align: center;
	float: left;
	box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 10%);
}
.dash_thumbs_info::before {
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #262626;
	opacity: 0;
	border-radius: 0 0 4px 4px;
	left: 0;
}
.dash_thumbs_info span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  background: #f43930;
  margin-bottom: 9px !important;
  margin: 0 auto;
    margin-bottom: 0px;
}
.dash_thumbs_info p {
	color: #444;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1px;
}
.dash_thumbs_info h3 {
	color: #3b3b44;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Mulish', sans-serif;
}
.dash_thumbs_info:hover {
  box-shadow: 0px 0px 9px 5px rgb(114 114 114 / 5%);
}
.dash_thumbs_info:hover::before {
  opacity: 1;
}









.preview_all_will_mail{
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 20px 22px;
  background:#fff;
  border-radius: 6px;
  box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
}
.preview_all_will_mail .accordion_body {
  padding: 15px;
  margin-bottom: 24px;
  height: auto;
  display: block;
  overflow: hidden;
}
.preview_all_will_mail .accordion_head {
	margin: 0 !important;
	padding-left: 55px !important;
	position: relative;
	border: 1px solid #eaeaea;
}
.preview_all_will_mail .accordion_container {
  margin: 0 0 10px 0;
  box-shadow: 0px 0px 9px 5px rgb(114 114 114 / 2%);
  position:relative;
}
.all_perv_icn {
  float: left;
  background: #cecece;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 6px;
  left: 11px;
}
.all_perv_icn img{
	width: 20px;
	margin-top: 5px;
}
.preview_all_will_mail .plusminus {
	font-size: 15px;
	line-height: 17px;
	min-width: 22px;
	font-weight: bolder;
}
.preview_all_will_mail .accordion_container > a {
  position: absolute;
  top: 0;
  margin: 0 22px 0 0;
  font-weight: 600;
  right: 30px;
  color: #f43930;
  font-family: 'Mulish', sans-serif;
  /*background: #000;*/
  padding: 12px 15px;
}
.preview_all_will_mail .accordion_container > a:hover{
  color: #000;
}
.preview_all_will_mail .accordion_container > a img {
  width: 14px;
  margin: -2px 3px 0 0;
}
.preview_all_will_mail .accordion_head:focus {
	background: #000 !important;
}
.ne_excc{
	display: block;
	overflow: hidden;
	width: 100%;
	border: 1px solid #eaeaea;
	padding: 17px 22px 10px 22px;
	border-radius: 6px;
	box-shadow: 0px 0px 16px 0px rgb(174 174 174 / 16%);
}
.ne_excc p{
	font-size: 16px;
	color: #3f4550;
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 11px;
	display: block;
	overflow: hidden;
}
.ne_excc p strong {
  width: 290px;
  float: left;
}
.ne_excc p span {
  width: calc(100% - 290px);
  float: left;
}
.ne_excc p strong img {
  width: 20px;
  float: left;
  margin: 4px 10px 0 0;
}

.all_will_infoo01{
	margin:0;
	padding:0;
	display: block;
	overflow: hidden;
	width:100%;
}
.all_will_infoo01 li {
  font-size: 16px;
  color: #3f4550;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  line-height: 25px;
  float: left;
  border: 1px solid #e1e1e1;
  padding: 4px 15px 8px 15px;
  margin: 0 1% 10px 0;
  border-radius: 4px;
}
.all_will_infoo01 li strong{
	color: #2e3035;
	display: block;
	overflow: hidden;
	width: 100%;
	font-weight: 600;
}
.all_will_infoo01 li span{
}
.preview_all_will_mail .beneficiaries_headingg h1 {
  font-size: 18px;
  margin-bottom: 8px;
}
.preview_all_will_mail .add_bene_name {
  margin: 0 0 28px 0;
}
.preview_all_will_mail .added_beneficiariess {
  width: 48% !important;
  margin: 0 1% 15px 1% !important;
}
.lr_p_00{
	padding:0 5px;
}
.preview_all_will_mail .added_beneficiariess h3 {
  width: 175px !important;
  margin: 0 !important;
}
.preview_all_will_mail .added_beneficiariess p {
    width: calc(100% - 200px) !important;
	float:right !important;
}
.amunt-detail .sm_size a{
  color: #000 !important;
}
.amunt-detail .sm_size a:hover{
  color: #f43930 !important;
}
.anch_ttb {
  color: #000 !important;
  display: block;
}
.anch_ttb:hover{
  color: #f43930 !important;
}
.sm_size p {
  color: #444141;
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.profile_infop01{
	margin:25px 0 0 0;
}
.profile_infop01 ul{
	margin:0;
	padding:0;
}
.profile_infop01 ul li{
	list-style:none;
	display:block;
	overflow:hidden;
	width:100%;
	margin:0 0 7px 0;
}
.profile_infop01 ul li strong{
	float:left;
	width:150px;
}
.profile_infop01 ul li span{
	float:right;
	width: calc(100% - 165px);
}
.profile_infop02 p {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3f4550;
}
.profile_infop02 {
  margin: 8px 0 0 0 !important;
}
.ollp {
  text-align: left;
  padding: 0 !important;
  margin: 4px 0 15px 0 !important;
}

.ollp22 p {
  line-height: 30px !important;
}

.vvr_table_01 {
    overflow: visible !important;
}
.wertttt span {
	font-size: 15px !important;
	padding: 7px 14px 10px 14px !important;
}
.profile_infop02 p strong{
	font-weight: 600 !important;
	color: #404348;
}
.profile_infop02 p strong img {
  float: left;
  margin: 9px 11px 0 1px;
  width: 19px;
}
.profile_infop02 p > img {
  margin: -2px 6px 0 4px;
  width: 14px;
}
.ttpss p > img {
  margin: -4px 6px 0 2px;
  width: 19px;
}


.posts .row {
  justify-content: center;
}
.for_ppcb{
	padding: 20px 24px !important;
}











.btn_colorrr_002{
	background: #f43930 !important;
}
.btn_colorrr_002:hover{
	background-color: #262626 !important;
}
.nnec_page_neww {
	background-color: #fff !important;
	min-height: 400px !important;
	padding: 20px 12px !important;
	width: 100% !important;
	max-width: 100% !important;
}