.product-action {
    position: absolute;
    top: 10px;
    right: 15px;
}
.product-action a{
    color: #ff002a;
}

h4.pro-title a{
    color: #01dcb1;
}
.download-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.download-img img.img-fluid {
    width: 44%;
    margin: 10px;
}
.site-footer-2 .copyright p a{
    color: #01dcb1;
}
/*----login-page---*/
.login-bg{
    background: url(../images/bg/loginbg.jpg);
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.basic-login{
    box-shadow: 0px 16px 32px 0px #01dcb13b;
    background: #fff;
}
.login-head{
    margin-bottom: 25px;
}
.login-head span{
    color: #6D7B84;
}
.login-head img.img-responsive{
    width: 60px;
}
.login-head h3{
    margin-bottom: 2px;
}
.social-login {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 2px #c2c2c23b;
}
.social-login ul{
    display: flex;
}
.social-login span{
    color: #334C60;
}
.social-login ul li{
    padding: 0px 6px;
}
.loginsignup {
    padding: 30px 0px 0px;
    text-align: center;
}
.loginsignup a{
    color: #334C60;
    font-size: 18px;
    font-weight: 600;
}
section.forget{
    position: relative;
}
section.forget:after{
    content: "";
    background: #00CC96;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
}
section.forget .basic-login{
    position: relative;
    background: transparent;
}
section.forget .basic-login:before{
    content: "";
    background: #00CC96;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
}
section.forget .basic-login .login-head img.img-responsive {
    width: 120px;
    z-index: 1;
    position: relative;
}
section.forget .basic-login .login-head h3{
    margin-bottom: 15px;
}
section.forget .basic-login .loginsignup{
    border-top: 1px solid #ddd;
    padding: 25px 0px 0px;
    margin-top: 30px;
}
section.forget .basic-login .loginsignup a{
    color: #A1A7A8;
    font-weight: normal;
}
section.forget.otp .basic-login form .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.forget.otp .basic-login form .form-group input{
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #cacaca !important;
    border-radius: 3px !important;
}
section.forget.otp .basic-login label{
    color: #A1A7A8;
    font-weight: normal;
    margin-bottom: 15px;
}
/*------signup---*/
.profile-img{
  cursor: pointer;
}
.profile-img input[type="file"]{
  display: none;
}

.basic-login label.profile-img{
    width: 130px;
    height: 130px;
    border-radius: 50%; 
    margin: auto;
    overflow: hidden;
}
.basic-login label img {
    width: 100%;
    height: 100%;
}
.phonenumber {
    display: flex;
    justify-content: center;
    align-items: center;
}
.phonenumber .nice-select{
    width: 20%;
    height: 44px;
    border: none !important;
    border-bottom: 1px solid #cacaca !important;
    border-radius: 0 !important;
    color: #6f7172;
    padding: 0 5px !important;
    margin-right: 15px;
    margin-top: 20px;
}
.basic-login label{
    font-weight: normal;
    color: #6D7B84;
}
.basic-login label a{
    color: #2F3541;
    text-decoration: underline;
}
/*----------Signup_Profile----*/
.location,.dateofbirth{
    position: relative;
}
.location i {
    position: absolute;
    right: 5px;
    top: 14px;
    color: #A1A7A8;
    font-size: 18px;
    cursor: pointer;
}
.location img,.dateofbirth img {
    position: absolute;
    right: 2px;
    bottom: 15px;
    /*top: 15px;*/
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.gender .text-radio {
  display: inline-block;
}
.gender .text-radio input[type="radio"] {
  display: none;
}
.gender {
    margin-bottom: 10px;
}

/*--Radio--*/
.gender [type="radio"]:checked,
.gender [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.gender [type="radio"]:checked + label,
.gender [type="radio"]:not(:checked) + label
{
position: relative;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #707070;
text-decoration: underline;
}
.gender [type="radio"]:checked + label:before,
.gender [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 21px;
height: 21px;
border: 1px solid #707070;
border-radius: 100%;
background: #fff;
box-shadow: 0px 3px 6px #00000029;
}
.gender [type="radio"]:checked + label:after,
.gender [type="radio"]:not(:checked) + label:after {
content: '';
width: 15px;
height: 15px;
background: #4DFF82;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.gender [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.gender [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

.gender .text-radio [type="radio"]:checked + label:before,
.gender .text-radio [type="radio"]:not(:checked) + label:before{
    display: none;
}
.gender .text-radio [type="radio"]:checked + label:after,
.gender .text-radio [type="radio"]:not(:checked) + label:after{
    display: none;
}
.gender .text-radio [type="radio"]:checked + label, .text-radio [type="radio"]:not(:checked) + label{
    text-decoration: none;
}
.basic-login .gender label{
    display: flex !important;
    align-items: center;
    margin-right: 20px;
}
.basic-login .gender label img{
    width: 50px;
    height: 50px;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
.gender .text-radio [type="radio"]:checked + label img.img-fluid.active{
  display: block;
}
.gender .text-radio [type="radio"]:checked + label img.img-fluid.not-active{
  display: none;
}

.gender .text-radio [type="radio"] + label img.img-fluid.active{
  display: none;
}
.gender .text-radio [type="radio"] + label img.img-fluid.not-active{
  display: block;
}

.terms_signup img.img-fluid {
    margin-bottom: 30px;
    text-align: center;
    width: 150px;
}
.terms_signup h2 {
    padding: 10px 0px;
}
.terms_signup p{
    padding: 10px 0px;
}

.section-heading-2 .section-title p {
    font-size: 16px;
    letter-spacing: 0;
    padding-top: 10px;
}
.bgservice{
    background: url(../images/servicebg.jpg);
}
/*---------Dropdown-header------*/
.header-top-menu ul li .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    min-width: 240px;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 25px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    z-index: 2;
    text-align: left;
}
.header-top-menu ul li .sub-menu::after {
    background: #01dcb1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    position: absolute;
}
.header-top-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 3;
    margin-top: 7px;
}
.header-top-menu ul li .sub-menu li{
    padding: 10px;
}
.header-top-menu ul li .sub-menu li a{
    color: #000;
}
/*---------Dropdown-header------*/
.profile-menu a{
    padding: 15px 10px !important;
}
.profile-menu a img.img-fluid {
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-right: 5px;
}
/*------Sub Category-----*/
.card.sub-category {
    box-shadow: 0 1px 4px 0px #0000003d;
    padding: 15px;
    border-radius: 15px;
    border: 0px;
    margin-bottom: 40px;
}
.card.sub-category .subcategory-title{
    padding: 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card.sub-category .subcategory-title h3 {
    color: #50646E;
    font-size: 20px;
    margin-bottom: 0;
}
.card.sub-category .subcategory-title span.left-arrow {
    width: 24px;
    height: 24px;
    border: 1px solid #D4D4D4;
    display: flex;
    border-radius: 50%;
    text-align: center;
    color: #50646E;
    line-height: 24px;
    align-items: center;
    justify-content: center;
}
.card.sub-category .subcategory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.parsley-errors-list {
    position: absolute;
}
.card.sub-category .subcategory-title span.left-arrow i.fa {
    font-weight: 200;
    font-size: 18px;
    color: #D4D4D4;
    line-height: 18px;
}
.card.sub-category .subcategory-image {
    border-radius: 10px;
    overflow: hidden;
    height:250px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.box-shadow{
    box-shadow: 0 20px 23px -5px rgba(0,0,0,.2);
}
.quation_form{
    padding: 15px 30px;
    border: 0;
    border-radius: 15px;
}
.quation-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.quation-title img.img-fluid{
    width: 100px;
    border-radius: 8px;
    margin-right: 15px;
}
.quation-title h3{
    color: #50646E;
}
.text-green{
    color: #00CC96 !important;
}
.startdate {
    position: relative;
}
.startdate span {
    position: absolute;
    right: 7px;
    top: 10px;
    color: #cacaca;
}
/*.quation_form label{
    font-size: 15px;
}*/
.form-control{
    height: calc(2.25rem + 6px);
}

/*--Radio--*/
.work-type .text-radio {
  display: inline-block;

}
.work-type .text-radio input[type="radio"] {
  display: none;
}
.work-type [type="radio"]:checked,
.work-type [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.work-type [type="radio"]:checked + label,
.work-type [type="radio"]:not(:checked) + label
{
position: relative;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #D4D4D4;
text-decoration: underline;
}
.work-type [type="radio"]:checked + label:before,
.work-type [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 21px;
height: 21px;
border: 1px solid #707070;
border-radius: 100%;
background: #fff;
box-shadow: 0px 3px 6px #00000029;
}
.work-type [type="radio"]:checked + label:after,
.work-type [type="radio"]:not(:checked) + label:after {
content: '';
width: 15px;
height: 15px;
background: #4DFF82;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.work-type [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.work-type [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

.work-type .text-radio [type="radio"]:checked + label:before,
.work-type .text-radio [type="radio"]:not(:checked) + label:before{
    display: none;
}
.work-type .text-radio [type="radio"]:checked + label:after,
.work-type .text-radio [type="radio"]:not(:checked) + label:after{
    display: none;
}
.work-type .text-radio [type="radio"]:checked + label,.work-type .text-radio [type="radio"]:not(:checked) + label{
    text-decoration: none;
    background-color: #ddd;
  padding: 5px 15px;
  font-weight: 400;
  border-radius: 5px;
  border:1px solid #ddd;
  margin-right: 10px;
  color: #6D7B84;
}
.work-type .text-radio [type="radio"]:checked + label{
    background: #334C60;
    color: #fff;
    border:1px solid #334C60;
}

.btn-green {
    background: #01dcb1;
    color: #fff;
    border-radius: 10px;
}
.btn-green:hover{
    background-color: #fff;
    border-color: #01dcb1;
    color: #01dcb1;
}
.btn-outline-gray {
    color: #A1A7A8;
    border-color: #A1A7A8;
}
.btn-outline-gray:hover {
    color: #fff;
    border-color: #A1A7A8;
    background-color: #A1A7A8;
}
/*------------Provider-List------------*/
.service_provider {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.provider_bg {
    background: url(../images/serviceproviderbg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}
.provider_bg:before{
    content: "";
    background: #000;
    opacity: .7;
    position: absolute;
    height: 100%;
    width: 100%;
}
.provider_bg img.img-fluid {
    z-index: 1;
    width: 150px;
    height: 150px;
}
.provider_bg .provider_name {
    z-index: 1;
    color: #fff;
    padding-left: 15px;
}
.provider_bg .provider_name h4{
    margin-bottom: 0;
}
.provider_bg .provider_name span{
    color: #01dcb1;
}
.provider-details {
    padding: 15px;
    position: relative;
}
.provider-details label{
    color: #50646E;
    font-weight: bold;
    margin-bottom: 0;
}
.provider-details p {
    padding-bottom: 8px;
    border-bottom: 1px dotted #d2d2d26b;
    border-width: 2px;
    color: #50646E;
}
.provider-footer{
    padding-top: 8px;
}
.provider-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.provider-footer .review ul{
    display: flex;
}
.provider-footer .review ul li{
    color:#707070;
    padding: 2px; 
}
.star{
    color:#F89D27;
}
.provider-footer .review ul li.active{
    color:#F89D27;
}
.provider-footer .review a{
    color: #50646E;
}
.btn-secondary {
    color: #fff;
    background-color: #334C60;
    border-color: #334C60;
}
a.chat-btn {
    background: #fff;
    padding: 9px 10px;
    box-shadow: 0 1px 3px 3px rgba(0,0,0,.1);
    border-radius: 5px;
    margin-right: 15px;
}
a.chat-btn img{
    width: 20px;
}
a.addprovider {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #fff;
    padding: 2px 8px;
    border-radius: 5px;
    color: #707070;
    box-shadow: 0 1px 3px 3px rgba(0,0,0,.1);
}

/*-------Service provider detail------*/
.detail-bg{
    background: url(../images/serviceproviderbg1.jpg);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    height: 300px;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 60px;
}
.detail-bg:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    opacity: 0.1;
}
.provider-img {
    width: 120px;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    bottom: -45px;
    left: 15px;
}
.rating {
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.rating span{
    background: #dfdfdf7a;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 3px;
    box-shadow: 0 1px 3px 3px rgba(0,0,0,.1);
}
.rating a {
    position: initial;
    padding: 4px 8px;
}
.pro-details {
    padding: 0px 15px;
}
.pro-details h2 {
    margin-bottom: 0;
}
.provider-tabbing ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.provider-tabbing ul.nav.nav-tabs li.nav-item a.nav-link {
    background: #D4D4D4;
    border-radius: 30px;
    border: 0px;
    color: #6D7B84;
    padding: 7px 20px;
}
.provider-tabbing ul.nav.nav-tabs li.nav-item a.nav-link.active{
    color: #fff;
    background: #000;
}
.provider-tabbing ul.nav.nav-tabs li.nav-item{
    margin: 0px 5px;
}
.provider-tabbing .skill{
    padding: 15px;
    background: #FBFECB;
    border: 1px solid #DFC469;
    border-radius: 10px;
}
.provider-tabbing .review-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.provider-tabbing .review-title h4{
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 0;
}
.provider-tabbing .review-title h4 a{
    color: #50646E;
    font-size: 16px;
    display: block;

}
.provider-tabbing .review-title ul{
    display: flex;

}
.provider-tabbing .review-title ul li {
    color: #707070;
    padding: 2px;
}
.provider-tabbing .review-title ul li.active {
    color: #F89D27;
}
.review-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.review-image img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.provider-tabbing .review-detail ul{
    display: flex;
    
}
.provider-tabbing .review-detail ul li {
    color: #707070;
    padding: 2px;
}
.provider-tabbing .review-detail ul li.active {
    color: #F89D27;
}
.single-review {
    display: flex;  
    justify-content: space-between;
    margin-bottom: 20px;
}
.review-detail{
    margin-left: 15px;
    border-bottom: 1px solid #ddd;
}
.review-detail h4 {
    margin-bottom: 0;
}
.review-detail p{
    padding: 0px 20px 10px 0px;
}
.review-detail label{
    color: #A1A7A8;
}
.btn-green {
    color: #fff;
    background-color: #01dcb1;
    border-color: #01dcb1;
}
.single-portfolio {
    display: flex;
    align-items: center;
    padding: 10px 20px 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.single-portfolio img.img-fluid{
    width: 100px;
    border-radius: 10px;
    margin-right: 15px;
}
.single-portfolio h4{
    color: #50646E;
}
.postbox_thumb {
    margin: 10px;
}
.postbox_thumb img{
    width: 100%;
}
.booking {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 0px;
}
.book-img{
    width: 120px;
    height: 90px;
    overflow: hidden;
    border-radius: 10px;
}
.book-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.service-slider {
    padding: 20px;
}
.singel-provider-item .project-thumb h5 {
    font-weight: 100;
    font-size: 16px;
    margin: 5px 0px;
}
.confirmation-detail {
    padding: 20px;
}
.confirmation-detail .form-view{
    margin-bottom: 0px;
}
.confirmation-detail .form-view label{
    color: #6D7B84;
}
.review-main-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px; 
}
.review-main-img img{
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.quation-view{
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.quation-view p{
    color: #223748;
}
.quation-header{
    border-bottom: 1px dashed #ddd;
    
}
.quation-header h5 {
    color: #6D7B84;
    font-size: 16px;
    
}
.quation-header h5 span{
    font-weight: normal;
}
.quote-details {
     padding: 10px 0px;
     border-bottom: 1px dashed #ddd;
}
.quote-details .quation-profile {
    width: 70px;
    border-radius: 10px;
    overflow: hidden;
    height: 50px;
    float: right;
}
.quote-details .quation-profile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}
.quote-details .quote-single span {
    color: #A1A7A8;
    font-weight: 400;
    font-size: 14px;
}
.quote-details .quote-single h5{
    margin-bottom: 10px;
    color: #223748;
}
.quote-details p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #223748;
}
.quation-footer {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px 0px;
}
.response-title {
    margin-bottom: 15px;
}
.response-body {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.response-body .response-profile {
    width: 64px;
    height: 64px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}
.card.response-card {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.response-body .response-detail p {
    font-size: 14px;
    line-height: 1.6;
}
.response-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0;
}
.booking-tab ul.nav.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 0;
}
.booking-tab ul.nav.nav-tabs li.nav-item{
    padding: 10px 15px;
}
.booking-tab .nav-tabs .nav-link{
    border: 0;
    font-weight: 600;
    color: #6D7B84;
    padding: 2px 0;
    border-bottom: 2px solid #fff;
}
.booking-tab .nav-tabs .nav-link.active{
    color: #00CC96;
    border-bottom: 2px solid #00CC96;
}
.cancel-booking img{
    width: 100px;
}
.response-title ul{
    display: flex;
    justify-content: center;
}
.response-title ul li{
    padding: 0px 3px;
}
.response-title ul li{
    color: #707070;
}    
.response-title ul li.active{
    color: #F89D27;
}
.add-ratings{
    background: url(../images/serviceproviderbg1.jpg);
    background-position: center top;
    background-size: cover;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 20px 20px 0px;
    border-radius: 10px;
    overflow: hidden;
}
.add-ratings:before{
    content: "";
    background: #000;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    border-radius: 10px;
    overflow: hidden;
}
.add-ratings .rate-profile{
    width: 120px;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 30px auto 15px;
    z-index: 1;
    
}   
.rate-detail{
    width: 100%;
    z-index: 1;
}
.inner-detail ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.inner-detail ul li{
    padding: 3px;
}
.inner-detail ul li a{
    width: 30px;
    height: 30px;
    border:1px solid #A1A7A8;
    color: #A1A7A8;
    border-radius: 50%;
    display: block;
    line-height: 30px;
}
.inner-detail ul li.active a{
    border:1px solid #F8B227;
    color: #F8B227;
}

.payment-box [type="radio"]:checked,
.payment-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.payment-box [type="radio"]:checked + label,
.payment-box [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.payment-box [type="radio"]:checked + label:before,
.payment-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: transparent;
}
.payment-box [type="radio"]:checked + label:after, .payment-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: inset 0px 0px 0px 5px #01dcb1;
}
.payment-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.payment-box{
    margin-bottom: 30px;
}
.payment-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.payment-box {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.payment-box img{
    width: 80px;
    height: 80px;
    margin: 0px auto;
}
.payment-box span{
    font-size: 20px;
    color: #ddd;
}
.add-method a{
    color: #50646E;
}
.modal-header{
    background-color: #01dcb1;
}
.modal-header .modal-title{
    color: #fff;
}
.card.add-address{
    padding:15px; 
    border-radius: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}
.card.add-address img {
    width: 100px;
    margin: auto;
}
.card.add-address h6{
    text-align: center;
    margin-top: 15px;
    color: #AAAAAA;
    font-size: 18px;
    font-weight: 100;
}
.address{
    padding:15px;
    margin-bottom: 30px;
}
.address h6{
    font-size: 18px;
}
.address a.btn {
    width: 70px;
    border-radius: 5px;
}
.address p {
    color: #6D7B84;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.card.add-address.current-location img{
    width: 70px;
}
.card.add-address.current-location h6{
    font-size: 16px;
}

.addrees-check [type="radio"]:checked,
.addrees-check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.addrees-check [type="radio"]:checked + label,
.addrees-check [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.addrees-check [type="radio"]:checked + label:before,
.addrees-check [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.addrees-check [type="radio"]:checked + label:after,
.addrees-check [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #01dcb1;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.addrees-check [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.addrees-check [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.addrees-check{
    position: absolute;
    right: 0;
    top: 5px;
}
span.notification-count {
    position: absolute;
    background: #01dcb1;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    line-height: 16px;
    
}
/*--------------notification-------------------*/
.notification-list .single-notification{
    position: relative;
}
.notification-list .single-notification h5{
    color: #232931;
    font-weight: 400;
}
.notification-delete{
    position: absolute;
    right: 10px;
    top: 0;
}
.notification-date {
    padding: 15px 0px 0px;
    margin-bottom: 25px;
}
.notification-date h4{
    font-size: 21px;
}
/*---------Messages-----------------*/
.message-list .message-single .review-detail{
    flex: 1;
    border-bottom: 0;
}

.message-list .message-single{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.message-list .message-single a{
    display: flex;
    color: #000;
}
.message-list .message-single a span{
    color: #b5b5b5;
}
.message-list .message-single h4{
    font-size: 18px;
}
.message-list .message-single .review-detail p{
    font-size: 16px;
}

/*--Recent-Chating---*/

.review-list {
    padding-left: 0px;
    height: 490px;
    overflow: hidden;
}
.chat-name-top {
    position: absolute;
    background: #01dcb1;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    z-index: 1;
}
.chat-name-top p{
    color: #fff;
}


/* Chat widget */
.chat-inputbar{
    position: relative;
}
.chat-inputbar button.site-btn.boxed {
    position: absolute;
    padding: 7px 15px;
    right: 20px;
    top: 3px;
    font-size: 14px;
}
/*.chat-inputbar .form-group input.form-control.chat-input {
    width: 100%;
}*/
.conversation-list {
    list-style: none;
    height: 400px;
    padding: 0px 5px;
    margin-top: 50px;
}
.conversation-list li {
    margin-bottom: 24px;
}

.conversation-list .chat-avatar i {
    font-size: 12px;
    font-style: normal;
}
.conversation-list .ctext-wrap {
    background: #eee;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}
.conversation-list .odd .ctext-wrap{
    background-color: #50646E;
    color: #fff;
    border-color: #50646E;
}
.conversation-list .odd .ctext-wrap p{
    color: #fff;
}
.conversation-list .ctext-wrap i {
    color: #000;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    position: relative;
}
.conversation-list .ctext-wrap p {
    margin: 0px;
    padding-top: 0px;
    font-size: 14px;
    text-align: left;
}
.conversation-list .conversation-text {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%;
}

.conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 70% !important;
}
.conversation-list .odd .ctext-wrap:after {
    border-color: rgba(238, 238, 242, 0) !important;
    border-left-color: #ddd !important;
    border-top-color: #ddd !important;
    left: 100% !important;
    margin-right: -1px;
}
.message-chat{
    overflow: hidden;
}

/*------------My Account---------------*/
.my-account{
    padding: 20px;
    border-radius: 10px;
}
.account-profile-img {
    height: 100px;
    width: 100px;
    
    position: relative;
    border-radius: 50%;
    margin: auto;
}
.account-profile-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.account-profile-img a {
    background: #01dcb1;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.user-name {
    text-align: center;
    padding: 10px;
}
.followers {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #01dcb1;
    padding: 10px;
    border-radius: 10px;
}
.followers .box1{
    text-align: center;
    flex: 1;
    color: #fff;
    border-right: 1px solid;
}
.followers .box1 h4{
    margin-bottom: 0;
}
.account-list {
    padding: 10px 0px;
}
.account-list ul li{
    padding: 15px 10px;
    border-bottom: 1px dashed #ddd;
}
.account-list ul li a{
    color: #223748;
    font-weight: 400;
}
.account-list ul li a span{
    color: #ddd;
}
.account-title h4{
    font-size: 18px;
    font-weight: 600;
}
.account-title{
    padding: 20px 10px 0px;
}
.payment-remove img{
    width: 20px;
}
/*-----------Feed-----------------*/
.feed-box{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.feed-head{
    padding: 15px 15px 0px;
    
}
.feed-head .feed-profile {
    display: flex;
}
.feed-head .feed-profile .feed-profileimg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.feed-description {
    padding: 5px 0px;
}
.feed-head .feed-profile .feed-title {
    flex: 1;
}
.feed-head .feed-profile .feed-title h5{
    margin-bottom: 0;
}
.feed-head .feed-profile .feed-title span{
    color: #AFB1BF; 
}
.feed-head .feed-profile .feed-title a.dot-icon{
    color: #AFB1BF;    
}
a.feed-button {
    font-size: 12px;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 12px;
    color: #01dcb1 !important;
    margin-right: 5px;
}
.feed-body{
    height: 300px;
    overflow: hidden;
    position: relative;
}
.feed-body img{
    width: 100%;
    height: 320px;
    object-position: center;
    object-fit: contain;
}
.feed-body .feed-post {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feed-body .feed-post a {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 30px;
    color: #334C60;
}
.feed-body .feed-post a img{
    margin-right: 10px;
}
.feed-video {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.feed-footer {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feed-footer .like-feed a{
     font-size: 18px;
}
.feed-footer .like-feed a.active{
    color: #FD5648;  
}
.feed-footer .like-feed a span{
    color: #AFB1BF;
    font-size: 12px;
}
.feed-footer .comment-feed a{
    color: #334C60;
    font-size: 18px;
}
.feed-footer .comment-feed a span{
    color: #AFB1BF;
    font-size: 12px;
}
/*--------------------Comment-----------*/
.comment-box .single-review .review-detail {
    flex: 1;
}
.border-custom{
    border-bottom: 2px dashed #ddd;
    margin-bottom: 30px;
}
.comment-box .comment-list{
    height: 415px;
    overflow: hidden;
    padding-right: 10px;
}
.comment-box .comment-list span.dot-icon{
    cursor: pointer;
    color: #000;
}
.comment-form .form-group {
    position: relative;
}
.comment-form .form-group .emoji-popup {
    position: absolute;
    top: 12px;
    left: 10px;
}
.comment-form .form-group .form-control{
    padding: 0px 50px;
    height: 50px;
}
.comment-form .form-group .form-control:focus{
    box-shadow: none;
    outline: none;
}
.comment-form button.site-btn.boxed.btn-sm {
    position: absolute;
    right: 4px;
    padding: 8px 15px;
    top: 5px;
}
.more-box{
    position: relative;
}
.more-box a:after {
    display: none;
}
.dropdown-menu.show{
        right: 0;
        left: auto !important;
        top: 100% !important;
    }
    .dropdown-menu {
    padding: 0.3rem;
    box-shadow: 0 2px 6px -2px rgb(0 0 0 / 16%), 0 2px 6px 0 rgb(0 0 0 / 12%);
    animation-name: DropDownSlide;
    animation-duration: .3s;
    animation-fill-mode: both;
    margin: 0;
    position: absolute;
    z-index: 1000;
}
@keyframes DropDownSlide {
  100% {
    transform: translateY(0); }
  0% {
    transform: translateY(40px); } }

/*-------------------------------*/
.feed-head .feed-profile .feed-title .feed-btn .dropdown-menu.show {
    min-width: 15rem;
    padding: 20px 0 0;
    border-radius: 10px;
}

.radiobuttons .rdio-primary.radio-inline input {
    width: auto;
}
.rdio {
  position: relative;
      border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
  padding-right: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #01dcb1;
  background: #fff;
}
.rdio input[type=radio] {
  margin: 0px;
  width: auto;
  display: none;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #01dcb1;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #01dcb1;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #01dcb1;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #01dcb1;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #01dcb1;
}
/*------------*/
a.post-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
a.post-btn img{
    width: 60px;
}
.close{
    color: #fff;
    opacity: .8;
}
.post-img input[type="file"] {
    display: none;
}
.post-img label {
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.post-img label img{
    margin-right: 5px;
}
/*---------Followers-----------------*/
.page-search a img {
    width: 16px;
}
.page-search a {
    position: absolute;
    left: 25px;
    width: 16px;
}
.page-search input#search-bar {
    padding-left: 40px;
    background: #F5F5F5;
}
.follower-box {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 2px dotted #ddd;
}
.follow-name{
    flex: 1;
}
.follower-box .follow-img{
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;

}
.follow-name a.follow-button {
    background: #00CC96;
    color: #fff;
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}
.follow-name h3 {
    font-size: 21px;
    margin-bottom: 0;
    padding: 5px 0px;
}
.follower-list {
    padding: 15px 0px;
}
.follow-name .more-box a.dropdown-toggle {
    color: #ddd;
    padding: 5px 10px;
}
.follow-name a.follow-button.unfollow{
    background: #E50058;
}
.follow-name a.user-unlock-icon {
    width: 34px;
    height: 34px;
    background: #00cc96;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
.text-gray{
    color: #6D7B84;
}
.sentquote a.user-unlock-icon{
    width: 34px;
    height: 34px;
    background: #00cc96;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    display: inline-block;
}
.product-action a.dislike {
    color: #fff;
}

.product-detail-slider .owl-dots {
    text-align: center;
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -35px;
}
.product-detail-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #707070;
  margin: 0 3px;
}
.product-detail-slider .owl-dots .owl-dot.active {
  background-color: #00CC96;
}
.product-detail-slider .owl-dots .owl-dot:focus {
  outline: none;
}
.product-type{
    padding: 10px 0px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}
.product-type ul{
    display: flex;
}
.product-type ul li{
    flex: 1;
    border-right: 1px dotted #ddd;
    padding: 0px 0px;
}
.product-type ul li:nth-child(2){
    border-right: 0;
    padding-left: 15px;
}
.product-message-box {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    margin: 25px 0px;
    border-radius: 10px;
    box-shadow: 0 0px 5px 5px #d3dbe33d;
}
.product-message-box a{
    flex: 1;
    text-align: center;
    color: #223748;
}
.product-message-box a:nth-child(1){
    border-right: 1px dotted #ddd;
}
.product-message-box a img {
    width: 16px;
    margin-right: 2px;
}
.seller-box {
    display: flex;
    margin-top: 10px;
}
.seller-box .seller-img{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}
.seller-info span{
    color: #A1A7A8;
}
.seller-box .seller-detail h4 {
    font-size: 18px;
    margin-bottom: 3px;
}
.text-danger{
    color: #FF2A3D !important;
}
.seller-pro-img {
    height: 150px;    
    overflow: hidden;
    border-radius: 10px;
    max-width: 150px;
    margin: auto;
    margin-bottom: 20px;
}
.seller-pro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.seller-map span{
    color: #A1A7A8;
}
.seller-map .map {
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 10px;
}
.sell-item-form {
    padding: 20px;
    border-radius: 10px;
}
/*------------------*/
.radio {
  margin: 0.5rem;
  flex: 1;
  cursor: pointer;
}
.radio input[type=radio] {
  position: relative;
  display: none;
  opacity: 0;
  cursor: pointer;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #01dcb1;
  box-shadow: inset 0 0 0 4px #223748;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #223748;
  border-color: #01dcb1;
  background: #01dcb1;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
/*-----------*/
.add-item-imag input[type="file"]{
    display: none;
}
.add-item-imag label {
    cursor: pointer;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}
.add-item-imag label img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.add-ico-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #f1f1f1;
    border-radius: 10px;
    flex-shrink: 0;
    margin: 8px;
}
.add-item-imag label .add-ico-detail img.ico-img {
    width: 24px;
    height: auto;
    border-radius: 0;
    object-fit: contain;
    opacity: 0.5;
    margin-bottom: 10px;
}
.add-item-imag label .add-ico-detail span {
    font-size: 10px;
    font-weight: 400;
    opacity: 0.5;
    color: #4e4a4a !important;
}
/*-----------------*/
.card.my-item-box {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.my-item-body {
    display: flex;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}
.my-item-body .my-item-img {
    width: 120px;
    flex-shrink: 0;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 5px;
}
.my-item-body .my-item-detail{
    flex: 1;
}
.my-item-body .my-item-detail label{
    display: block;
}
.my-item-footer{
    padding: 10px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-item-footer .item-btn a {
    color: #50646E;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}
.sold-item a.btn.btn-green.btn-sm{
    border-radius: 5px;
}
.my-item-footer .sell-profile {
    display: flex;
    align-items: center;
}
.my-item-footer .sell-profile img {
    flex-shrink: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.my-item-footer .sell-profile div span {
    color: #707070;
    font-size: 12px;
}
.my-item-footer .sell-profile div h5{
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
}
span.form-icon {
    position: absolute;
    right: 10px;
    top: 40px;
    color: #999;
}
.pre-img {
    border-radius: 8px;
    overflow: hidden;
}
.upload_image-wrap{
    display: flex;
}
.upload_image-wrap .preview-image {
    position: relative;
}
.upload_image-wrap .preview-image a.close-icon {
    position: absolute;
    top: -2px;
    right: 1px;
    z-index: 1;
    margin-top: 0;
    width: 24px;
}
.upload_image-wrap .preview-image a.close-icon img {
    width: 18px;
    height: 18px;
}

/*--Checkbox--01/08/2022*/
.work-type .text-radio {
    display: inline-block;
  
  }
  .work-type .text-radio input[type="checkbox"] {
    display: none;
  }
  .work-type [type="checkbox"]:checked,
  .work-type [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  }
  .work-type [type="checkbox"]:checked + label,
  .work-type [type="checkbox"]:not(:checked) + label
  {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #D4D4D4;
  text-decoration: underline;
  }
  .work-type [type="checkbox"]:checked + label:before,
  .work-type [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  }
  .work-type [type="checkbox"]:checked + label:after,
  .work-type [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 15px;
  height: 15px;
  background: #4DFF82;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }
  .work-type [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  }
  .work-type [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  
  .work-type .text-radio [type="checkbox"]:checked + label:before,
  .work-type .text-radio [type="checkbox"]:not(:checked) + label:before{
      display: none;
  }
  .work-type .text-radio [type="checkbox"]:checked + label:after,
  .work-type .text-radio [type="checkbox"]:not(:checked) + label:after{
      display: none;
  }
  .work-type .text-radio [type="checkbox"]:checked + label,.work-type .text-radio [type="checkbox"]:not(:checked) + label{
      text-decoration: none;
      background-color: #ddd;
    padding: 5px 15px;
    font-weight: 400;
    border-radius: 5px;
    border:1px solid #ddd;
    margin-right: 10px;
    color: #6D7B84;
  }
  .work-type .text-radio [type="checkbox"]:checked + label{
      background: #334C60;
      color: #fff;
      border:1px solid #334C60;
  }

.social-link a img{
    width: 34px;
  }
  .social-link a{
    margin: 3px;
  }
  .social-link {
      text-align: center;
  }
