@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

ul{ margin:0; padding:0;}
li, a, a:hover{list-style:none; text-decoration:none}

body { font-size: 14px;color:#666354;font-family: 'Roboto', sans-serif; color:#0f0f0f }
.tr{ text-align:right}
.top_bar{padding:25px 0;    position: relative;    z-index: 9;}
.block{ display:block;    width: 100%;}

.right-logo{    margin-top: 8px;}	
.bg-dark2{ background:#1c2d38;}
.navbar-light .navbar-nav .nav-link{color:#fff;    font-size: 14px;  opacity: 0.7;}
.navbar-light .navbar-nav .nav-link:focus{color:#fff; opacity: 1;}
.navbar-light .navbar-nav .active .nav-link, 
.navbar-light .navbar-nav .nav-link:hover{ color:#fff; }

.right_menu{ float:right; display:flex ;   margin-left: 40px;}
.right_menu .liinline{ display: inline-block; margin-left:30px}
.right_menu a{ color:#666354;}
.right_menu .active a{    color: #000000;
    font-weight: 500;}
.home_banner{}
.button1{ background:#1eb26e; color:#fff!important}	
.button1:hover{ background:#16a362; color:#fff!important}

.sign_inbox{ padding:50px;}	
.sign_inbox{ }	
.font-600{  font-weight:600}	
.color_black, .color_black:hover{ color:#0f0f0f}	
.login-title{ border-bottom:1px solid #d7d7d7; position:relative; padding-bottom:10px; margin-bottom:20px}
.login-title:after{     content: "";
    background: #2f4858;
    height: 3px;
    bottom: 0;
    position: absolute;
    z-index: 99999;
    width: 23%;     left: 0;}
.close_posisan{    position: absolute;
    right: 25px;
    top: 17px;    z-index: 9;}
.tc{ text-align:center;}
.btn-blavk, .btn-blavk:hover{ background:#0f0f0f; color:#fff;}
.all_border{border:1px solid #e6e6e6}



/*--------dashbord_section------*/
.f_bold{ font-weight:bold}
.edit{ background:#f6f6f6; border:1px solid #e6e6e6; padding:4px 10px;}
.vam th, .vam td {vertical-align: middle;}
.edit:focus{outline:none}
.dashbord_section{ padding:60px 0; background:#f0f0f0; }
.dashbord_topbanner{ background:#00a638;    overflow: hidden;color:#fff;}
.btn-warning2, .btn-warning2:hover{ background:#ff8f00; color:#fff;}
.looking_box{ padding: 40px 20px 40px}
.looking_img{ background:url(../img/looking.png) no-repeat center right  ;     height: 100%;background-size: cover;}
.view_all{ color:#2f4858}
.underline{     text-decoration: underline;}
.f-w-500 {font-weight:500}
.latest_feeds{ padding:20px;}
.latest_time{ color:#84929b;}
.text_hite{ color:#2b84e7}
.dashbord_usre h4{    margin-top: 10px;}
.latest_btns a{ margin-right:10px; border:1px solid #2f4858;color: #2f4858; margin-bottom:10px;    font-weight: 500;}
.dashbord_usre{ background:#164188; color:#fff; padding:20px;margin-bottom: 35px;}
.dashbord_usre_img{     position: relative;
    border-radius: 100%;
    width: 200px;
    margin: 0 auto 20px;
    border: 4px solid #fff;}
.dashbord_usre_img .tik{position: absolute;
    right: 0;
    top: 9%;
    background: #fff;
    width: 45px;
    padding: 7px;
    border-radius: 100%;
    z-index: 9;}
.radius100{ border-radius:100%;overflow: hidden;}
.bell{ position:relative;    font-size: 20px;}
.red_dot{ position: absolute;
    width: 11px;
    height: 11px;
    background: #ee2a34;
    border-radius: 40px;
    top: 2px;
    right: -3px;
    border: 2px solid #fff;}
.dropdown-balance{    border-top: 4px solid #ffda00;
    width: 420px;
    left: auto!important;
    overflow: hidden;
    right: 14px!important;
    transform: inherit!important;
    top: 59px!important;    padding: 0;}
.dropdown-balance a{ display:block;  color:#2f4858; margin-bottom:15px}
.dropdown-balance .b_bottom{border-bottom: 1px solid #e2e2e2;}
.creat_job{ background:url(../img/create-job-bg.jpg) no-repeat top center}
.dropdown-balance .p_d{ padding:20px 35px}

.treat_contaner{ border-top:1px  solid #263945; padding:50px 0;}
.create_header{ text-align:center; color:#fff;}

.telluser{     text-align: center;
    background: #fff;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
    margin: 0 auto 30px;}
	
.opacity-70{ opacity:0.7}
.ProgressBar {
  margin: 0 auto 40px;
  padding: 2em 0 3em;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
}
.ProgressBar-step:before, .ProgressBar-step:after {
  content: "";
  height: 2px;
  background-color: #9F9FA3;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .25s ease-out;
}
.ProgressBar-step:first-child:before, .ProgressBar-step:first-child:after {
  display: none;
}
.ProgressBar-step:after {
  background-color: #00637C;
  width: 0%;
}
.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after, .ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
  width: 100%;
}

.ProgressBar-icon {
        width: 28px;
    height: 28px;
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 0.5em;
    max-width: 100%;
    z-index: 10;
    display: block;    margin: auto;
    position: relative;
    transition: all .25s ease-out;
    border: 3px solid #8d949a;
}
.active .ProgressBar-icon { border: 3px solid #2f4858;}
.ProgressBar-icon:after{     content: "";
    background: #8d949a;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    position: absolute;}
.active .ProgressBar-icon:after{background: #2f4858;}	
.is-current .ProgressBar-icon {
  fill: #00637C;
  background-color: #00637C;
}
.is-complete .ProgressBar-icon {
  fill: #DBF1FF;
  background-color: #00637C;
}

.ProgressBar-stepLabel {
     display: block;
    color: #9F9FA3;
    position: absolute;
    padding-top: 0.5em;
    width: 100%;
    transition: all .25s ease-out;
    font-weight: 500;
}
.active .ProgressBar-stepLabel {color: #2f4858;}
.is-current > .ProgressBar-stepLabel, .is-complete > .ProgressBar-stepLabel {
  color: #00637C;
}
.bg-light{background:#f0f0f0}
.bg-light2{background:#fafafa}
.job_formtype_box{ padding:28px}
.ec_box{     background: #ffda00;
    color: #2f4858;
    border: 1px dashed #af9600;
    height: 60px;
    width: 100%;}
.ec_box2{     background: #fbfbfb;}
.job_formtype_box .button1{ width:70px;}	
.ProgressBar-step.active:before{background-color: #2f4858;}
.radio_inpur{   width: 20px;
				height: 20px;
				margin-left: -2rem;
				top: -5px;}
.form-check2{    padding-left: 4rem; color:#2f4858;    font-weight: 500; margin-bottom:10px}
.file_box{       background-color: #ffffff;
    padding: 25px;
    border: 1px dashed #b7b7b7;
    text-align: center;}
.file_box .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile-1 + label {
       color: #4d525b;
    background-color: #ffffff;
    border: 1px solid #75787d;
}
.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 1.25rem;
}
textarea.textarea_h100{height: 100px;}
.add_more_btn{ font-size:18px; color:#0f0f0f;}
.edit_btn{ font-size: 14px;
    color: #2b84e7;
    border: 1px solid #8abbf2;
    background: #e9f2fd;
    font-weight: bold;
    position: absolute;
    right: 0;
    top:-10px;}
.existing_hadding{     position: relative;    border-bottom: 1px solid #dbdbdb;}
.existing_list li{  margin-bottom:20px}	
.existing_list li::last-child{  margin-bottom:0px}	
.existing_list li h6{ font-size:16px;     font-weight: 600;}	
.existing_list li span{ font-size:16px; color:#2f4858;    display: block;line-height: 30px;}	
.existing_list li span .ii{ margin-right:10px}	
.m_top_success{ background:#8bc34a; color:#fff; padding:30px 10px; text-align:center}	
.m_top_success .h5{    text-transform: uppercase;margin-top: 10px;}	
.m_foo_success{ padding:40px;border-top: 1px dashed #dbdbdb;}
.m_foo_success .btn{ width:100%}
.w100{ width:100%; display:block;}
.e-learning{ background:#ffda00 url(../img/e-learning_bg.png) no-repeat left;  padding:60px 10px 60px 225px;    background-size: contain;}
.standard_regulations{ background:#2f4858 url(../img/standard_regulations.png) no-repeat left;  padding:60px; color:#fff;}
.e-learning p, .standard_regulations p{ font-size:20px}
.br_15{    border-radius: 15px;}
.home_2_bannr{padding:50px 0}
.search_box{ position:relative}
.search_box .search_icon{ position:absolute; left:10px; top:10px}
.search_box .h6{     height: 20px;   display: block;}
	












footer{  background:#2f4858;color:#c3cace;    padding: 70px 0 0;}
footer .btn1{  background:#2b82d2;}
footer .btn2{  background:#fb6a0c;}
footer h4 { font-size: 20px; color:#fff;    margin: 10px 0;    font-weight: 500;}
.footer_link li{ margin-top:20px}
.footer_link li .svgimg{ margin-right:7px}
.footer_link li a{color:#c3cace; font-size:16px}
.footer_link li a:hover{color:#fff;}
footer .btn{ width:100%; padding:15px 10px;color:#fff;    margin-top: 15px;}
footer .btn:hover{ color:#fff; }
footer .form-group {    margin-bottom: 5px;}
.social_link { text-align:right}
.social_link a{ color:#fff;    font-size: 18px;}
.social_link li{    margin-left: 15px;
    display: inline-block;}
.bl_f{  border-left:1px solid #456072}
.total_footerman{ font-size:13px;}
.l_lolor{ color:#fef200; }
.total_footer{    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;}
.additional_links{   
    margin: 50px 0 0;
    padding: 20px 0;
    border: 1px solid #456072;}

.additional_links span{ display:block}

a, .feturad_box, .btn, i, #top_menu{
    -webkit-transition: .6s ease;
    transition: .6s ease;
}
#top_menu.sticky{     position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;}
.divine_text2{ display:none}
.footer_logo{    max-width: 160px;}
.user_top_img{width: 34px;    height: 34px;    border-radius: 100%;    margin-right: 5px;}
.btn-black, .btn-black:hover{ background:#0f0f0f; color:#fff;}
.btn-white, .btn-white:hover{ background:#fff; color:#000;}
.e_learning{ background:#ffda00; margin-bottom:35px}
.e_learning img{ width:100%}
.e_learning_in {padding:22px}
.user_star{ margin:20px 0 8px}
.user_star svg{  color:#ffda00;}
.standard_box{     background: #2f4858;
    color: #fff;
    position: relative;
    overflow: hidden;
  
}
.standard_box_in{     padding: 50px 20px;
    position: relative;
    z-index: 9;}
.standard_box_in h5{font-weight: 400;    line-height: 30px;}
.standard_box img{     left: 0;
    top: 0;
    position: absolute;
    opacity: 0.3;
    z-index: 0;    width: 100%;}

.home_banner_form{ background:#386da8 url(../img/home_bg.png) repeat;  position: relative;}
.home_banner_form .container_home{ padding:120px 0;}
.home_banner_form .form_left{ color:#fff;}
.home_banner_form .form_left h1{    font-size: 36px;}
.home_banner_form .form_left .row{     margin-right: -5px;    margin-left: -5px;}
.home_banner_form .form_left .col-sm-3, .home_banner_form .form_left .col-sm-6{
	padding-right: 5px;
    padding-left: 5px;}
.home_banner_form .form_left .form-control{    font-size: 16px;
    border-radius: 0.25rem;
    padding: 15px;
    height: 50px;}
.home_banner_form .form_left .btn{ font-size:18px; 
    border-radius: 0.25rem;
    height: 50px; font-weight:600}
.home_banner_form .form_left p{    font-size:18px;}
.home_banner_form .form_left p u{   color:#bfdaf8;}

.browse_our_most{ padding:40px 0;text-align:center}	
.browse_our_most h2{ margin-bottom:30px;}	
.browse_our_most .owl-dots{ display:none}	
.home_banner_form .bg-warning {    background-color: #ffda00 !important;}
.browse_box{ background:#fafafa; border-radius:15px;  border:1px solid  #f1f1f1; padding:25px 10px; }
.browse_box img{  width:50%}
.browse_box span{ display:block; margin-top:20px;}
.p_tb100{ padding:100px 0;}
.p_tb140{ padding:140px 0;}


.tradesman_user{background:#2f4858}
.tradesman_user_box{ padding:50px; color:#fff; position:relative}

.tradesman_user_box:after{  
    border: 2px solid #9abdd4;
    right: calc(45% - 0px);
    position: absolute;
    background: #1c2d38;
    content: "";
    width: 50px;
    height: 50px;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(45deg);
    transform-origin: 20% 40%;
    bottom: -15px;
    border-top: none;
    border-left: none;
	}
.customer_box:after{  background: #47677c;}	
.tradesman_user_box.active{background:#1c2d38}
.tradesman_user_box h2{    position: relative;
    font-size: 36px;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;}
.tradesman_user_box h2:after{    background: #ffda00;
    content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    left: 0;
    bottom: 0;
    border-radius: 2px;}
.tradesman_user_box ul li{margin-top: 30px;
    font-size: 22px;
    padding-left: 40px;
    font-weight: 300; position:relative}
.tradesman_user_box_bottom ul li{
	margin-top: 30px;
    font-size: 22px;
    padding-left: 40px;
    font-weight: 300; position:relative; color:#fff;}
.tradesman_user_box_bottom ul li .fa-arrow-circle-right,
.tradesman_user_box ul li .fa-check-circle
{ position: absolute; left: 0;  top: 6px;}
.contract_box{ background:#ffda00 url(../img/contract_bg.png) no-repeat top; padding:50px; background-size:100%; }
.contract_box h3{     font-size: 45px;
    font-weight: 600;
    margin-top: 60px;}
.testimonials{ margin-top:100px;}
.testimonials h3{     font-size: 55px;
    font-weight: 600;
    margin-top: 60px;}
.testimonials p{     font-size: 18px;color:#8e8e8e;margin: 40px 0;}
.home_banner_form .worker {
    bottom: 0;
    position: absolute;
	 right: 0%;
    width: 540px;
}
.logo2{ display:none}


/*------how_to_work------*/
.how_to_work_banmer{ background:url(../img/how_to_work.jpg)no-repeat center center;
                     padding:120px 0; color:#fff; text-align:center; position:relative}
.how_to_work_banmer p{ font-size:22px}
.how_to_work_banmer .tab_btn{    position: absolute;
    bottom: -6px;
    left: 0;
    text-align: center;
    width: 100%;}
.how_to_work_banmer .tab_btn .tab_btn2{     margin: auto;overflow: hidden;
    display: inline-block;
    background: #2b84e7;
    font-size: 18px;
    border-radius: 10px 10px 0 0;}	
.hw_btn{ min-width: 255px;}
.how_it_work_pc { margin-bottom:26px}
.how_it_work_pc img{ width:60px;}
.how_it_work {   padding: 70px 30px;}
.how_it_work h3{ font-size:30px; margin-top:25px}
.how_it_work p{ font-size:16px; color:#8e8e8e;    line-height: 30px;}
.how_it_work .box{ margin-top:40px}
.job_point{ padding:50px 0}
.job_point li{ padding-left: 55px;
    margin-bottom: 25px;
    font-size: 24px;
    position: relative;}
.job_point li span{    display: inline-block;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: 1px solid #0f0f0f;
    left: 0;
    position: absolute;
    font-size: 16px;
    text-align: center;
    line-height: 35px;}
.clent_rating{    background: #1c2d38;
    position: relative;
    width: 540px;
    height: 540px;    overflow: hidden;
    border-radius: 100%;}
.clent_rating_box{     background: #fff;
background: linear-gradient(to right, #fff 0%, #f5f5f5 100%);
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    position: absolute;}
.clent_rating_box1{     top: 15%;    left: 22%;}	
.clent_rating_box2{ top:40%; left: 10%;}	
.clent_rating_box3{ top:65%; left: 22%;}	
.clent_rating_box .client_emg{    border-radius: 100%;
    overflow: hidden;
    width: 68px;
    height: 68px; }
.clent_rating_box .client_emg img{ width:100%; }
.hadding_border{ position:relative;    padding-bottom: 25px;text-align: left;}
.hadding_border:after{ position: absolute;
    background: #2b84e7;
    content: "";
    left: 0;
    bottom: 0;
    height: 6px;
    width: 95px;
    border-radius: 4px;}
.bdop_bg_light{ background:#f8f9fa;}
.textarea_box{ padding-left:2rem}
.dot_border{    border-bottom: 1px dashed #b7b7b7;    height: 1px;    margin: 20px 0;}
.add_more_btn{ cursor:pointer;}
.job_templates_box .title{    background: #1c2d38;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;}
.job_templates_box .title span{ background: #2b84e7;
    border-radius: 100%;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px; }
.job_templates_box{    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;}
.job_templates_box ul li{ padding:0px 20px 00px 35px; position:relative; color:#8e8e8e; margin-top:15px}
.job_templates_box ul li:before{  content:""; position:absolute; width:8px; height: 1px; left:20px; top:10px;background: #8e8e8e;}
.customer_box{ background:#47677c;}
.tradesman_user_box_bottom h2{     position: relative;
    font-size: 36px;
    margin-top: 30px;
    padding-bottom: 30px;    display: inline-block;
    margin-bottom: 0; color:#fff;}
.tradesman_user_box_bottom{    background: #1c2d38;    padding: 40px 0 70px;}
.tradesman_user{ padding-top:100px}
.tradesman_user_box_bottom h2:after {
    background: #ffda00;
    content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    left: 35%;
    bottom: 0;
    border-radius: 2px;
}
.navbar-light .navbar-nav .nav-link.active{ border-bottom:4px solid #ffda00; color:#fff;   opacity:1}
.chat_page{    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100vh;
    padding-top: 143px;}
._1xXdX{ border-right:1px solid #e6e6e6; padding:15px 0;    width: 331px;}

.h70RQ .tab-content{}
@media screen and (max-height: 648px){
.h70RQ {
    min-height: 648px;
}
}
@media screen and (min-width: 1301px){
.two .Wu52Z {
    flex: 70%;
}}
.h70RQ {
        float: left;
}
._1KyAW, ._3R02z {
    display: flex;
    flex-direction: column;    height: 100%;
}
.right_chat{    float: right;
    width: 330px;border-left: 1px solid #e6e6e6;    height: 100%;
    overflow-y: auto;}
._3R02z {
    z-index: 1;
    flex-grow: 1;
    overflow-y: auto;
	
}
.setting_box{ position: relative;
    display: flex;
    flex-direction: row;
    height: 66px;
    padding: 10px 0px;
}
.setting_input{    height: 20px;
    width: 20px;}
._1KyAW, ._3R02z {
    display: flex;
    flex-direction: column;
}
.left_user_box {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 66px; padding: 10px 20px;
    pointer-events: all;
}
.left_user_box_right{    margin: auto 0;}
.left_user_box_right h6{    margin-bottom: 0; font-size:14px}
.user_left_img{    width: 45px;
    height: 45px;  
    margin-right: 15px; position:relative}
.chat_setting_man hr{    margin: 5px;}	
.chat_setting_man small{display: block;}	
.user_left_img img{border-radius: 100%;
    overflow: hidden;}
.left_user_box:hover, .left_user_box.active{ background:#f2f2f2; cursor:pointer}
.user_left_img .dot {
    width: 14px;
    position: absolute;
    height: 14px;
    border-radius: 100%;
    right: -4px;
    bottom: -2px;
    border: 2px solid #fff;
}
.active_bg{background: #1eb26e;}
.d_active_bg{background: #bec0c2;}
.left_user_box .time{    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #5d5d5d;}
.thread_box img{    width: 100%;}
.left_tab .nav{ border-bottom:1px solid #e6e6e6;margin-top: 10px;}
.left_tab .nav-tabs .nav-item {    margin-bottom: -1px;    width: 50%;}
.left_tab .nav .nav-link{ border-bottom:3px solid #ffffff; color:#465a68;font-weight:500; text-align:center}
.left_tab .nav .active{ border-bottom:3px solid #2f4858; font-weight:bold}
.thread_box h6{ font-size:14px; margin:10px 0 0}

.msg_history {
    height: 516px;    position: relative;
    overflow-y: auto;    padding: 10px;
}
.incoming_msg_img {
        display: inline-block;
    width: 6%;
    position: absolute;
    left: 0;
    bottom: 0;

}
.input_msg_write{padding: 0 15px;    background: #fff;}
.incoming_msg { position:relative;    padding-left: 60px;}
.incoming_msg_img img {
    width: 100%;
}
.received_msg {
    
}
.received_withd_msg {

}
.received_withd_msg p {
      background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 0 8px 8px 8px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    margin-bottom: 10px;
    display: table;
}
.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0; text-align:center
}
.outgoing_msg {
    margin: 26px 0 26px; position:relative;    padding-right: 60px;
}
.type_msg{     position: fixed;
    bottom: 0;
    left: 331px;
    right: 330px;}
.outgoing_msg .incoming_msg_img {
   right: 0;
    left: auto;
}
.sent_msg p {
       background: #2b84e7;
    border-radius: 8px 8px 0px 8px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    margin-bottom: 10px;
    display: table;
    margin-left: auto;
}
.input_msg_write input {
    background: rgb(214 201 201 / 25%) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;    border-radius: 5px;
    outline: none;    padding: 0 15px;
}
.chat_buttons{ position: absolute;
    right: 30px;
    top: 8px;}
.msg_send_btn {
        background: #1eb26e none repeat scroll 0 0;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    width: 34px;
    height: 34px;
    text-align: center;
}
.color_man{ color:#2f4858}
.edit_btn2 {
    font-size: 14px;
    color: #2b84e7;
    position: absolute;
    right: 20px;
    top: 15px;font-weight: 500;
}
.btn-border{ border:1px solid #b7b7b7;}
.delitepopop_haddibg{    margin: 40px 0;}
.close_popp2{    margin: -2rem -1rem -1rem auto;    font-size: 40px;}
.position_inhart{position:inherit!important}
.list_style_no li{    list-style: decimal-leading-zero; font-weight: bold;}
.list_style_no{    padding-left: 30px;}
.list_style_no li p{font-weight: 500;}

.dashbord__top_section{ padding:40px 0 20px; background:#0a1218;}
.dashbord__top_section h2{ color:#fff; margin-bottom:40px}
.btn_list a{background:#404b53; 
padding:5px 10px;  display:inline-block ; text-align:center; 
  position: relative; color:#fff;   font-size: 14px;}
.btn_list a.active{background:#ffda00;color:#0a1218; }
.btn_list li{    display: inline-block;    margin-right: 5px;}
.btn_list li .active:after {
       right: calc(38% - 0px);
    position: absolute;
    background: #ffda00;
    content: "";
    width: 13px;
    height: 13px;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(45deg);
    transform-origin: 20% 40%;
    bottom: -3px;
}
.dashbord__top_section_in{position: relative;}
.dashbord__top_section_in .dashbord__top_section_right{    position: absolute;    right: 0;    top: 20%;}
.dashbord__top_section_right .dropdown-toggle2{ width: 45px;
    background: #212935;
    color: #fff;
    font-size: 20px;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 45px;}
.dropdown-menu2{ right:0; border-radius:0px;    transform: inherit!important; right:0!important; left:auto!important;    top: 48px!important;}	
.dropdown-menu2 a{ color:#2f4858; padding:5px 15px; display:block}	


.dashboard_left_nav a {
    background: #fff;
    padding: 10px 20px;
    display: block;
    position: relative;    font-weight: 500;
    color: #0F0F0F;
    font-size: 15px; border:1px solid #e6e6e6;
}
.dashboard_left_nav a.active {
    color: #fff; background: #2b84e7;
}
.dashboard_left_nav li{display:block;    margin-top: -1px;    width: 100%;}
.dashboard_left_nav li .active:after {
        position: absolute;
    background: #2b84e7;
    content: "";
    width: 13px;
    height: 13px;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(45deg);
    transform-origin: 20% 40%;
    right: -8px;
    top: 11px;
}
.border_dashed{    border-top: 1px dashed rgba(0, 0, 0, 0.1); display:block}
.jd_bottom{    border-top: 1px solid #e6e6e6;
    margin-right: -30px;
    margin-left: -30px;
    padding: 20px 30px 0;}

.jobdital_list li span{
    position: relative; display:block; padding-left:30px;
}	
.jobdital_list li span:before {
   content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    left: 3px;
    top: 15px;
    background: #8e8e8e;
}	
.card-header{ position:relative; }	
.card-header h5{ margin-bottom:0 }	
.right_upload{  position: absolute;
				right: 30px;
				top: 17px;
				font-weight: 500;}	
.table-noneborder thead th{ border-top:0;    border-bottom: 1px solid #dee2e6;}	
.table td{ color:#2f4858;vertical-align: middle;}	
	
.job_description_content p{ color:#8e8e8e;}	
.star_color{ color:#f7c600}
.atcahe_btn{     border: none;
    color: #2f4858;
    font-size: 18px;
    margin-right: 10px;    background: none;}
	
button:focus, textarea:active, textarea:focus{outline:none!important}



/*----------part2---------------*/
.dashbord_section2 {
    padding: 30px 0 100px;
    background: #f0f0f0;
}
.dashbody_inhadding{ margin:25px 0 20px}
.active_color{color:#1EB26E}
.left_menu{ float:left; padding-top:13px}
.left_menu li img{ margin-right:5px;}
.page-item.active .page-link{border-radius: 4px;}
.vam2{ border:1px  solid #dee2e6;}
.vam2 tr td{ color:#8E8E8E}
.vam2 tr td:first-child{color:#595959}
.f14{ font-size:14px}
.breadcrumb li{position: relative;
    margin-right: 10px;
    padding-right: 15px;}
.breadcrumb li:after{    content: "/"; position: absolute; right: 0;}
.breadcrumb li:last-child:after{ display:none}
.breadcrumb li a{color:#595959}
.breadcrumb li{color:#848484}
.dropdown_menu_list{border: 1px solid rgba(0, 0, 0, 0.125);box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);border-radius: 4px;}
.dropdown_menu_list a{border: 1px solid rgba(0, 0, 0, 0.125);}
.dropdown_menu_list a:last-child{border: 0px solid rgba(0, 0, 0, 0.125);}
.border_r_0{ border-radius:0;}
.checklist .quotes{font-weight:500;    display: block;     color: #595959;   width: 100%;    margin-bottom: 5px;}
.checklist .ans{ font-weight:400;color:#8E8E8E}
.fw400{ font-weight:400;}
.checklist li .qa{    width: 40px;    display: inline-block;}
.df_color{  color:#8E8E8E}
.rating_color{  color:#ffda00}
.fs10{font-size:10px}
.contact_customer li{ margin-top:15px; font-size:18px}
.new_question .form-control{ border-radius:5px; margin-bottom:10px}
.new_question .form-control label{color:#8E8E8E}
.textarea_descirption{border: 1px solid rgba(0, 0, 0, 0.125);    width: 100%;    min-height: 203px;}
.w100px{ width:100px}
.right_worning_box{ background: #F0F0F0;border: 1px solid #B7B7B7; padding:11px 13px;    margin-top: 10px;}
.label_radio input{
    position: absolute;
    left: 0;
    top: 0;}
.label_radio{     height: 20px; position:relative; padding:0 26px; margin-bottom:0}
input[type="radio"] {
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 4px;
    background-clip: content-box;
    border: 1px solid #676464;
    background-color: #e7e6e7;
    border-radius: 50%;
}
input:focus{ outline:none}
input[type="radio"]:checked {
    background-color: #525252;
}
.type_msg22{position: absolute;
    bottom: 0;
    left: 0;
    right: 0;}
.tb_0{border-top:0;}
.color_2{ color:#0F0F0F;}
.type_number{    margin-left: 15px;}
.type_number li{list-style: decimal; margin:2px 0}
h6{font-size: 14px;}
.tommy{ font-weight:500; color:#0F0F0F;}
.rectangle_img{ width:100%;    height: 140px;}
.table_btn{    background: #FFDA00;
    color: #000!important;
    font-weight: 500;
    border: 1px solid #ffda00;    text-align: center;}

.textarea_added{    border: 1px solid #dee2e6;
    width: 100%;
    height: 140px;
    border-radius: 5px;}
.big_star{ width:200px}
.dpb{  display:block}
.small_star{ margin-left:50px}
.overall_rating{    padding:  0 20px;}
.overall_rating li{border-bottom: 1px solid rgba(0, 0, 0, 0.125); padding:20px  0 ;}
.overall_rating li:last-child{border: 0px solid rgba(0, 0, 0, 0.125);}
.star_width{width: 64px;}
.t_tab  a{width: 100%; background:#fff; border:1px solid #E6E6E6; padding:16px 0; color:#595959; position:relative;display: block;
    text-align: center;}
.t_tab a{    margin-bottom: 35px;}
.t_tab a.active{background:#2B84E7;color:#fff;border:1px solid #2B84E7;}
.t_tab a.active:after {
    position: absolute;
    background: #2b84e7;
    content: "";
    width: 13px;
    height: 13px;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(45deg);
    bottom: -6px;
    left: 46%;
}
.fw700{ font-weight:700}
.ans_input{    height: 45px;
    border-radius: 5px;
    margin-top: 10px;}
.qr_list .list-group-item {
    position: relative;
    display: block;
padding: 1.3rem 1.25rem;}

.table thead th{    font-weight: 500;}
.breadcrumb_man .breadcrumb{    margin: 10px 0 8px;}
.breadcrumb_man{ border-top:1px solid #ccc;    padding: 10px 0;}
.breadcrumb_man .btn{ margin-left:10px;    font-size: 14px;}
.breadcrumb_man .btn1{background:#1EB26E; color:#fff;}
.breadcrumb_man .btn2{ background:#FFDA00; color:#1C2D38;}
.table_fci .form-check-input{margin-top: 0.2rem;}
.navbar-nav.nav_planner .nav-link{ margin-right:30px}

	
	
button:focus{outline:none!important}	
.sign_up_button li a{background: #1eb26e;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
    width: 100%;}
	
.file-upload{ border: 1px solid #ced4da;}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
    position: relative;
}



.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 span{    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #ccc;
    padding: 15px;    line-height: 0;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin: 0 auto 10px;}
.drag-text h3 {
  font-weight: 100;
  padding: 35px 0;font-size: 20px;
}

.file-upload-image {
  max-height: 200px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 150px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}	
.modal_absolute{position: absolute;    height: auto;}		
.top_dropdown{min-width: 12rem;}		
	

.budget_right{color: #2f4858;
    font-weight: 600;
    display: block;
    font-size: 16px; margin-top:3px}
.a_normal{    color: #2f4858;}
.budget_list li{ margin-bottom:20px;}
.budget_filter_btn{ margin-right:20px;     font-weight: 500;
                  border:1px solid #2f4858;
				  color:#2f4858; padding:8px 20px; background:#fff;}
.budget_filter_btn svg{     margin-right: 4px;}
.veryfied_ans { padding-right:50px;}
.verified_btn {     padding: 3px 0;
    border-radius: 5px;
    border: 2px solid #04960f;
    color: #04960f;
    position: absolute;
   right: 20px;
    font-weight: 500;
    top: 16px;
    width: 105px;
    text-align: center;}
.add_note, .add_note:hover {     padding: 3px 0;
    border-radius: 5px;
    border: 2px solid #c33838;
    color: #c33838;
    position: absolute;
    right: 20px;
    font-weight: 500;
    top: 16px;
    width: 105px;
    text-align: center;}
.br5{    border-radius: 5px;}


.disputed_chat_box_man{
    min-height: 516px;
    position: relative;
    padding-bottom: 50px;
}
.disputed_chat_box{ display:flex;margin-bottom:50px}
.disputed_chat_user { border-radius:100px; overflow:hidden;
    min-width: 50px; margin-right:30px

}
.chat_doc {     overflow: hidden;
    border: 1px solid #c7c7c7;
    padding: 4px;
    margin-bottom: 10px;
    text-align: center;
    width: 70px;
    margin-right: 15px;
    display: inline-block;

}


.search_hadding{    background-color: rgba(0,0,0,.03);}
.btn_type .btn_span{ display: inline-block;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin: 10px 10px 10px 0;
    padding: 4px 15px;}

.browse_userbox{    display: flex; margin-top: 15px;}
.browse_userbox .browse_userbox_img img{     width: 100%;}
.browse_userbox .browse_userbox_img{     width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 10px;}
.browse_joblist li.list-group-item{padding: 1.5rem 1.25rem;}
	
.task_done{
        font-size: 13px;
    position: absolute;
    right: 15px;
    top: 12px;
    font-weight: 500;
    color: #1eb26e;
    border: 1px solid #1eb26e;
}
.task_done:hover{ background:#1eb26e;color: #fff;}	
	
.middlepopop .modal-dialog{    margin: 7% auto;}	.ampm_timg{ margin-top:80px}	.ampm_timg_box{ position: relative;    background: #e6e6e6;    padding: 7px;}	.ampm_timg_box svg{ position: absolute;color: #666354;    right: 7px;    font-size: 20px;}	.ampm_timg_box svg.fa-sort-up{  top:6px}	.ampm_timg_box svg.fa-sort-down{  bottom:6px}		.dataTables_length{    padding: 10px 10px 0;}.dataTables_filter{    padding: 10px 10px 0px 0;}.tab_page{margin: -25px 0 30px;}	.tab_page li{  display:inline-block; margin-right:10px}	.tab_page li a{    display: inline-block;    color: #ffffff;    font-size: 15px;    opacity: 0.5;    background: #1c2d38;    padding: 7px 15px;    border-radius: 3px;    font-weight: 400;}	.tab_page li a.active{opacity: 1; }			.plus_btn_hadding{     font-weight: 500;   font-size: 18px;    position: relative;    padding: 5px 0 8px;}	.plus_btn{    border: 1px solid #bfbfbf;    width: 30px;    height: 30px;    display: inline-block;    color: #737373;    border-radius: 100%;    text-align: center;    line-height: 30px;    position: absolute;    right: 0;    top: 0;    font-size: 12px;    cursor: pointer;}.plus_btn2{ right:36px}.pr_profile{position:relative; padding-right:10px}.rotate90{-ms-transform: rotate(90deg); 	             transform: rotate(90deg);}.portfolio_box{ padding:0px 0 30px}	.portfolio_image_box{     overflow: hidden;    height: 140px; margin:20px 0 10px;  border-radius:3px}	.blist_in li.list-group-item.blist_in li.list-group-item{      padding: 0.8rem 0.8rem;}	.nav-tabs.profile_tab a{    border-bottom: 1px solid #dfdfdf;    position: relative;    z-index: 9;font-size: 16px;    color: #495057;    font-weight: 500;}	.nav-tabs.profile_tab a.active{  border-bottom: 2px solid #007bff;background: none;    color: #007bff;}	.profile_address{display: flex; margin-top:10px}	.profile_address .fa-map-marker-alt {    font-size: 16px;    margin: 0px 10px 0 0;}	.profile_accordion .fa-chevron-up, .profile_accordion .fa-chevron-down{ display:none;     position: absolute;    right: 15px;       top: 12px;color: #828282;}	.profile_accordion .fa-chevron-up{ display:block}	.profile_accordion .collapsed .fa-chevron-down{ display:block}	.profile_accordion .collapsed .fa-chevron-up{ display:none}		.profile_accordion .btn{    display: block;    position: relative;    width: 100%; padding:10px; text-decoration: none;    text-align: left;    color: #272727;}

.file_shared_box{position:relative;border: 1px solid #ced4da;
    padding: 8px 12px;    text-align: center;
    border-radius: 5px;}
.file_shared_box input{position:absolute; left:0; top:0; width:100%; height:100%; opacity:0}






	
	
.it input.form-control
{
	height: 54px;
	border:none;
  margin-bottom:0px;
	border-radius: 0px;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
}
.it .form-control:focus
{
	border-color: #ff4d0d;
	box-shadow: none;
	outline: none;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 10px;
    height: 114px;
    display: flex;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;    width: 100%;    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}
.it .btn-new, .it .btn-next
{
	margin: 30px 0px;
	border-radius: 0px;
	background-color: #333;
	color: #f5f5f5;
	font-size: 16px;
	width: 155px;
}
.it .btn-next
{
	background-color: #ff4d0d;
	color: #fff;
}
.it .btn-check
{
  cursor:pointer;
  line-height:54px;
  color:red;
}
.it .uploadDoc
{
	margin-bottom: 20px;
}
.it .uploadDoc
{
	margin-bottom: 20px;
}
.it .btn-orange img {
    width: 30px;
}

.it #uploader .docErr
{
	position: absolute;
    right:auto;
    left: 10px;
    top: -56px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    color: red;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    display: none;
}
.fileUpload span{    margin: auto;}
.fileUpload span span{
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #ccc;
    padding: 15px;
    line-height: 0;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin: 0 auto 10px;
}
	
	
	
	
	
	
	
	
	
	
