.wrapper {
	padding: 60px 0;
}
#best {
	background: #f2f5f7;
}
.block-title {
	text-align: center;
}
.bi-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.bi-pic {
	width: 90px;
	margin-right: 15px;
}
.bi-pic img {
	max-width: 100%;
	height: auto;
}
.rating-container {
	margin-left: -3px;
}
.tradesman-name h3, .tradesman-name h2 {
    vertical-align: top;
}
.tradesman-name h3 {
	margin-right: 5px !important;
}
.tradesman-name {
	display:flex;
	align-items:center;
}
.tradesman-name .tradesman-badge {
    margin-left: 0;
}
.tradesman-name .tradesman-badge {
    display: inline-block;
}
.bi-title {
	width: 255px;
}
.bi-title h3 {
	font-weight: bold;
	color: #59718a;
	font-size: 20px;
	line-height: 1.1;
}
.bi-time {
	color: rgba(89,113,138,0.5);
	font-size: 14px;
	padding-top: 0;
}

.bi-time span {
    display: block;
}
.bi-time span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
    margin-bottom: 3px;
}
.bi-time span.online{
    color: #59718a;
}
.bi-time span.online:before {
	background: #1fc97a;
}

.filled-stars .star .icon-star:before {
	content:'';
	display: block;
	width: 16px;
	height: 16px;
	background: url(/Content/images/star.png) left top no-repeat;
	background-size: 16px;
}
.empty-stars .star .icon-star-empty:before {
	content:'';
	display: block;
	width: 16px;
	height: 16px;
	background: url(/Content/images/star.png) left bottom no-repeat;
	background-size: 16px;
}
.index-latest-review__rate {
    font-size: 13px;
    color: rgba(89,113,138,0.5);
}
.index-latest-review__rate .rating-container {
	display: inline-block;
}
.bi-btn {
	width: 180px;
}
.bi-btn a {
	display: flex;
	width: 100%;
	height: 46px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: #f07a32;
	border-bottom: 2px solid #df661d;
	border-radius: 5px;
	text-align: center;
	line-height: 1.1;
}
.bi-btn a:hover {
	color: #fff;
	background: #df661d;
}
.bi-about {
    min-height: 129px;
    clear: both;
    padding: 15px;
    background: #f2f5f7;
    position: relative;
    border-radius: 5px;
    overflow-x: hidden;
}
.bi-wrapper {
	margin-top: 20px;
	position: relative;
}
.bi-wrapper-title {
	font-size: 22px;
	color: #59718a;
	font-weight: bold;
	padding-bottom: 15px;
}
.bi-gallery {
	display: flex;
	overflow: auto;
	justify-content: flex-start;
	margin: 0 -4px;
}
.bi-gallery .bi-gallery-item {
	min-width: 175px;
	margin: 0 3px;
	position: relative;
}
.bi-gallery .bi-gallery-item.limited-width {
    max-width: 175px;
}
.bi-gallery .bi-gallery-item:after {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 13%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.bi-gallery img {
	max-width: 100%;
	height: auto;
}
.gallery-count {
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: right;
	z-index: 10;
	color: #fff;
}
.gallery-count span {
	display: inline-block;
	padding-left: 20px;
	background: url(/Content/images/camera-icon.png) left center no-repeat;
	background-size: 16px;
	font-size: 14px;
	font-weight: 600;
}
.rev-all {
	position: absolute;
	font-size: 15px;
	top: 0;
	right: 0;
	font-weight: 600;
}
.rev-more a,
.rev-all a {
	text-decoration: underline;
}
.rev-more a:hover,
.rev-all a:hover {
	text-decoration: none;
}
.rev-text {
	padding-bottom: 5px;
    height: 50px;
    overflow: hidden;
    position: relative;
}
.rev-more {
	padding-bottom: 10px;
}
.rev-rating {
	display: flex;
	justify-content: space-between;
}
.rev-rating label {
	font-weight: normal;
	display: inline-block;
}
.rev-rating .filled-stars .star .icon-star:before {
	width: 13px;
	height: 13px;
	background: url(/Content/images/star.png) left top no-repeat;
	background-size: 13px;
}
.rev-rating .empty-stars .star .icon-star-empty:before {
	width: 13px;
	height: 13px;
	background: url(/Content/images/star.png) left bottom no-repeat;
	background-size: 13px;
}
.rev-rating .index-latest-review__rate {
	display: inline-block;
}
.rev-rating .index-latest-review__rate > span {
	display: none;
}
.rev-rating .rating-container .star {
	margin:0px 2px;
}
.tradesman-badge i.approved {
    color: #00ca77;
}
.tradesman-badge i.larger {
    font-size: 25px;
}
.icon-verified {
    position: absolute;
    left: 121px !important;
    top: 117px !important;
}
.icon-verified-small {

}
.icon-verified-small:before {
	display: inline-block;
	content: '';
    background: url(/Content/images/shield.png) no-repeat !important;
    background-size: contain !important;
    width: 18px !important;
    height: 20px !important;
}
.icon-trusted-small:before {
	display: inline-block;
	content: '';
	background: url(/Content/images/icons/trusted.svg) no-repeat !important;
	background-size: contain !important;
	width: 21px !important;
	height: 21px !important;
}
.icon-certified-small:before {
	display: inline-block;
	content: '';
	background: url(/Content/images/icons/certificate3-small.png) no-repeat !important;
	background-size: contain !important;
	width: 21px !important;
	height: 21px !important;
}
@media all and (max-width: 1200px) {
.bi-btn a {
	font-size: 12px;
}
.bi-title h3 {
	font-size: 20px;
}
.bi-wrapper-title {
	font-size: 18px;
}
.bi-gallery {
	overflow: auto;
	justify-content: flex-start;
}
.bi-gallery-item {
	min-width: 150px;
	max-width: 200px;
}
}

@media all and (max-width: 990px) {
.bi-title {
	width: 380px;
}
.bi-pic {
	width: 100px;
}
.bi-header {
	align-items: center;
}
.tmen-list-item__details {
	float: left;
}
.tabs-top .tab a {
	font-size: 11px !important;
}
.tman-btns .btn {
    font-size: 13px;
}
.meta, .more {
    font-size: 12px !important;
}

}

@media all and (min-width: 600px) {
    .tmen-header .avatar-wrap {
        width: 20% !important;
    }
	.tmen-header .avatar {
		max-width: 130px;
	}
    .tman-profile .avatar-wrap .icon-verified {
        right: 0 !important;
    }

    .bid-wrapper {
        background-color: white;
        padding: 20px;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 767px) {
    .raw{
        overflow: visible;
    }
.tmen-list-item__details {
	float: none;
}
#best {
	font-size: 14px;
}
.wrapper h2 {
	font-size: 20px;
}
.bi-header {
    display: block;
}
.bi-pic {
	float: left;
	width: 30%;
	margin: 0;
}
.bi-title {
	float: left;
    width: 70%;
    padding-left: 10px;
}
.bi-title h3 {
    font-size: 16px;
}
.bi-btn {
	clear: both;
}
.bi-time {
    font-size: 11px;
}
.bi-btn {
    width: 100%;
    padding-top: 10px;
}
.rev-rating label {
	margin-bottom: 0;
	font-size: 14px;
}
.rev-rating .rating-container .star {
    margin: 0 1px;
}
.rev-all {
    font-size: 13px;
}
.bi-wrapper-title {
    font-size: 17px;
    padding-bottom: 10px;
}

.avatar-wrap .profile-right {
	padding-left: 0;
}
.tradesman-name {
	display: block;
}
.bi-pic {
	width: 15%;
}
.bi-title {
	width: 85%;
}

}

@media all and (max-width: 414px) {
.order-details .col-xs-2,
.avatar-wrap .col-xs-3 {
	width: 35%;
}
.order-details .col-xs-10,
.avatar-wrap .col-xs-9 {
	width: 65%;
}
.bi-pic {
	width: 30%;
}
.bi-title {
	width: 70%;
}

}

/* Ð’ÑÐµ Ð¸ÑÐ¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»Ð¸ */
.bloq .tmen-list-item__details {
	padding-left: 15px !important;
}
.tmen-list-items .rev-rating {
	justify-content: flex-start;
}
.tmen-list-items .rev-rating-item {
	margin-right: 30px;
}
.tmen-quote {
    clear: both;
    padding: 15px;
    background: #f2f5f7;
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
	overflow: hidden;
}
.tmen-quote:before {
	display: block;
	content: '';
	width: 63px;
	height: 13px;
	background: url(/Content/images/quote-item.png) left top no-repeat;
	background-size: 63px;
	top: -13px;
	left: 35px;
	position: absolute;
	z-index: 1;
}
.tmen-list-items .avatar img {
	width: 130px;
	height: 130px;
}
.tmen-list-items .avatar img,
.tmen-list-items .avatar span {
    border-radius: 0;
}
.tmen-header {
	position: relative;
}
.tmen-header:after {
	display: block;
	content: '';
	clear: both;
}
.tmen-status {
	font-size: 13px;
	color: #59718a;
}
.tmen-status span {
	display: block;
}
.tmen-status span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
    margin-bottom: 3px;
}

.tmen-status span.online:before {
	background: #1fc97a;
}
.tmen-status span.offline{
    color: #BCC7D1;
}
.tmen-status span.offline:before {
	margin-right: initial;
    width: initial;
}
.tmen-btn {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.tmen-btn .btn {
	margin: 0;
}
.tmen-list h1 {
	padding-left: 0 !important;
}
@media all and (max-width: 1200px) {
.tmen-btn {
	position: relative;
}

}

@media all and (max-width: 990px) {
.job-categories {
	position: relative;
}

.tmen-list h1 {
	font-size: 18px !important;
}
.row-visible {
	overflow: unset !important;
}
.bi-about {
    min-height: initial;
}
}

@media all and (max-width: 767px) {
.tmen-header .avatar-wrap {
	float: left;
	width: 30%;
}
.tmen-header .avatar-wrap img {
	max-width: 100%;
	height: auto;
}
.tmen-header .tmen-list-item__details {
	float: left;
	width: 70%;
	padding-left: 10px !important;
}
.tmen-btn {
	padding-top: 10px;
    float: none;
    clear: both;
}
.tmen-btn a {
	width: 100%;
}
.tmen-quote:before {
	display: none;
}
.tradesman-name h3 {
	font-size: 16px;
}
}

/* ÐšÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° */
.section-blue {
	background: #f2f5f7;
}
.avatar-wrap {
	float: none;
}
.avatar-wrap .bannedWarning {
	padding: 3px;
	margin-bottom: 4px;
}
.avatar-wrap .avatar.big {
	margin: 0 auto;
}
.tman-profile-bid .avatar-wrap .tradesman-details,
.tman-profile .avatar-wrap .tradesman-details {
	margin-bottom: 10px;
	text-align: center;
	padding-top: 15px;
}
.tman-profile-bid, .avatar-wrap .tradesman-details .tradesman-name,
.tman-profile .avatar-wrap .tradesman-details .tradesman-name {
	display: block;
}
.avatar-wrap .tradesman-name h2 {
	font-size:23px;
	margin: 0;
	display: block;
}
.avatar-wrap .avatar.verified img {
    border: 0;
}
.tman-profile-bid .avatar-wrap .thumbs,
.tman-profile .avatar-wrap .thumbs {
	margin: 0 auto;
}
.tradesman-details__add {
	text-align: center;
}
.tradesman-rating {
	padding-top: 5px;
	text-align: center;
}
.tabs-details {
	background: #fff;
	padding: 20px;
	border: 1px solid #ebebeb;
}
.tabs-details .tab-content {
    padding: 0;
}
.tab-intro {
	padding: 10px;
	background: #f2f5f7;
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 15px;
}
.tradesman-details dl {
	display: flex;
	flex-wrap: wrap;
}
.tabs-details .tradesman-details dl {
    margin-top: 5px;
    margin-bottom: 0;
}
.tabs-details .dl-horizontal dt {
    width: 30%;
    margin: 0;
    font-weight: normal;
}
.tabs-details .dl-horizontal dd {
    margin-left: 0;
    width: 70%;
    font-weight: bold;
}
.tman-profile .tab-container .panel-container {
    border-bottom: 0 !important;
}
.bi-gallery-item-last {
	background: url(/Content/images/more-bg.png) center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-width: 150px;
	padding-bottom: 20px;
}
#od-tab-2 .bi-gallery-item-last {
    min-width: 107px;
    margin: 3px;
}
.bi-gallery-item-last a {
	display: block;
	text-decoration: underline;
	background: url(/Content/images/more-icon.png) center top no-repeat;
	background-size: 20px;
	width: 20px;
	height: 16px;
	font-size: 13px;
	color: #59718a;
	padding-top: 20px;
	width: 100%;
	line-height: 1.2;
}
.tman-profile .tradesman-details {
    margin-bottom: 0 !important;
}

.tman-social {
    padding-top: 20px;
}
.tman-social ul,
.tman-social ul li {
	padding:0px;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
.tman-social ul li {
	display: inline-block;
}
.tman-social ul li a {
	display: inline-block;
	width: 35px;
	height: 36px;
	text-decoration: none;
}
.tman-social ul li.cont-1 a {
	background: url(/Content/images/cont-1.png) center center no-repeat;
	background-size: 35px;
}
.tman-social ul li.cont-2 a {
	background: url(/Content/images/cont-2.png) center center no-repeat;
	background-size: 35px;
}
.tman-social ul li.cont-3 a {
	background: url(/Content/images/cont-3.png) center center no-repeat;
	background-size: 35px;
}
.tman-social ul li.cont-4 a {
	background: url(/Content/images/cont-4.png) center center no-repeat;
	background-size: 35px;
}
.tman-social ul li.cont-5 a {
	background: url(/Content/images/cont-5.png) center center no-repeat;
	background-size: 35px;
}
.tman-social ul li.cont-6 a {
	background: url(/Content/images/cont-6.png) center center no-repeat;
	background-size: 35px;
}
.tman-btns {
	padding-top: 10px;
	line-height: 1;
}
.tman-btns .btn {
    margin-right: 10px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-1 span {
	display: inline-block;
	margin-right: 5px;
	width: 18px;
	height: 15px;
	background:url(/Content/images/btn-1.png) left center no-repeat;
	background-size: 18px;
	vertical-align: middle;
	position:relative;
	top: -2px;
}
.btn-2 span {
	display: inline-block;
	margin-left:15px;
	width: 7px;
	height: 5px;
	background:url(/Content/images/btn-2.png) left center no-repeat;
	background-size: 7px;
	vertical-align: middle;
	position:relative;
	top: -2px;
}
.tman-btns .btn-2 {
	background: none;
	color: #516a84;
	border: 2px solid #cad2da !important;
	box-shadow: none;
}
.tman-btns .btn-2:hover,
.tman-btns .btn-2:active,
.tman-btns .btn-2:focus {
	background: #cad2da;
	box-shadow: none;
	color: #516a84;
}
#a9b3bd
.isp-item {
	padding-bottom: 20px;
}
.isp-item div:nth-child(1) {
	font-weight: bold;
	padding-bottom: 5px;
}
.isp-item label {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.isp-item .index-latest-review__rate {
	display: inline-block;
	vertical-align: middle;
}
.tman-share {
	padding-top: 20px;
}
.tab-content #comments .commentbody {
    padding-left: 0;
    overflow: unset;
}
.tman-profile .tab-content #comments .message-wrap {
    margin-left: 0;
}
.tab-content #comments .avatar {
	margin-right: 15px;
}
.tman-profile .tab-content #comments .message-wrap {
	padding:25px;
	background: #f2f5f7;
	border-radius: 0;
	border: 0;
}
.tman-profile .tab-content #comments .message-wrap::before {
    border:0px;
    transform: rotate(0deg);
    z-index: 2;
    display: block;
	content: '';
	width: 63px;
	height: 10px;
	background: url(/Content/images/quote-item.png) left top no-repeat;
	background-size: 63px;
	top: -10px;
	left: 0;
	position: absolute;
}
.tman-profile .tab-content #comments .message-wrap::after {
	display: none;
}
.message-wrap .message{
    margin-bottom: 15px;
}
.tman-contacts {
    padding-top: 20px;
}
.tman-contacts ul,
.tman-contacts ul li {
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style: none;
}
.tman-contacts ul li {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin-bottom: 15px;
}
.tman-contacts ul li a {
	display: inline-block;
	text-decoration: underline;
	line-height: 35px;
	padding-left: 40px;
	font-weight: 600;
}
.tman-contacts ul {
	max-width: 500px;
}
.tman-contacts ul li.t-cont-1 a {
	background: url(/Content/images/t-cont-1.png) left center no-repeat;
	background-size: 34px;
}
.tman-contacts ul li.t-cont-2 a {
	background: url(/Content/images/t-cont-2.png) left center no-repeat;
	background-size: 34px;
}
.tman-contacts ul li.t-cont-3 a {
	background: url(/Content/images/t-cont-3.png) left center no-repeat;
	background-size: 34px;
}
.tman-contacts ul li.t-cont-4 a {
	background: url(/Content/images/t-cont-4.png) left center no-repeat;
	background-size: 34px;
}
.tman-contacts ul li.t-cont-5 a {
	background: url(/Content/images/t-cont-5.png) left center no-repeat;
	background-size: 34px;
}
.tman-contacts ul li.t-cont-6 a {
	background: url(/Content/images/t-cont-6.png) left center no-repeat;
	background-size: 34px;
}

.client-contacts {
	margin: 15px 0;
	padding: 0px 15px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	overflow: hidden;
	display: none;
}

.client-contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.client-contacts li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 15px;
}

.client-contacts li:last-child {
    border-bottom: none;
}

.client-contacts a {
    color: #374151;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.client-contacts a:hover {
    color: #2563eb; /* blue hover */
}

.client-contacts .cust-cont-phone a::before {
    content: "\f095"; /* Font Awesome phone */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #10b981;
}

.client-contacts .cust-cont-email a::before {
    content: "\f0e0"; /* Font Awesome envelope */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ef4444;
}

.client-contacts .cust-cont-wa a::before {
    content: "\f232"; /* Font Awesome WhatsApp */
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    color: #25d366;
}

@media (min-width: 769px) and (max-width: 1200px) {
    .client-contacts a {
        flex-wrap: wrap;
        word-break: break-word;
        line-height: 1.4;
        min-height: auto;
    }
    .client-contacts .cust-cont-email a {
        word-break: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        /* Fallback: truncate very long emails */
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .client-contacts .cust-cont-email a:hover {
        white-space: normal;
        text-overflow: initial;
        overflow: visible;
        word-break: break-word;
    }
    .client-contacts li {
        padding: 8px 0;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
	.client-contacts {
		margin: 10px 15px 0px;
		border-left: none;
		border-right: none;
		border-radius: 0;
		max-width: calc(100% - 30px);
		box-sizing: border-box;
	}
    .client-contacts li {
        padding: 8px 0;
        font-size: 14px;
    }
}

.sidebox .avatar-wrap {
    float: none;
}
.jssocials-share-link {
	border-radius: 50%;
	padding: 0.5em !important;
}
.icon-verified::before {
    background: url(/Content/images/shield.png) no-repeat !important;
    background-size: contain !important;
    width: 40px !important;
    height: 40px !important;
}
.order-container {
	margin-bottom: 10px;
}
.order-details {
    background: #fff;
    padding: 25px;
    border: 1px solid #ebebeb;
}
.od-pic img {
	max-width: 150px;
	height: auto;
}
.od-col-1 {
	text-align: center;
}
.od-name-contaniner {
	padding: 10px 0 0;
}
.od-name {
	font-size: 23px;
	font-weight: 600;
	color: #59718a;
}
.od-company {
	font-size: 14px;
	font-weight: 500;
}
.od-legal {
	font-size: 14px;
	color: #59718a;
}
.od-reviews {
	font-size: 13px;
	color:#59718a;
	opacity: 0.5;
}
.od-social {
	padding: 10px 0 0 0;
}
.od-social a {
	text-decoration: none;
	display: inline-block;
	width: 29px;
	height: 30px;
}
.od-social a.s1 {
	background: url(/Content/images/s1.png) left top no-repeat;
	background-size: 29px;
}
.od-social a.s2 {
	background: url(/Content/images/s2.png) left top no-repeat;
	background-size: 29px;
}
.od-social a.s3 {
	background: url(/Content/images/s3.png) left top no-repeat;
	background-size: 29px;
}
.od-social a.s4 {
	background: url(/Content/images/s4.png) left top no-repeat;
	background-size: 29px;
}
.od-social a.s5 {
	background: url(/Content/images/s5.png) left top no-repeat;
	background-size: 29px;
}
.od-share {
	font-size: 13px;
	color: #59718a;
}
.od-col-2 .dl-horizontal dt {
	font-weight: normal;
}
.od-col-2 .dl-horizontal dd {
    margin-left: 0;
    font-weight: bold;
}
.od-col-2 .tradesman-details dl {
    margin: 0;
    font-weight: normal;
}
.od-title {
	font-size: 16px;
	color: #59718a;
	margin-bottom: 5px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	.od-title {
		margin-top: 10px;
	}
}
.od-title .od-title-service {
	margin-right: 5px;
	font-size: 20px;
}
.od-badge .cat-badge {
	color: #fff;
	display: inline-block;
	background: #1fc97a;
	padding: 0 10px;
	border-radius: 4px;
	font-size: 13px;
	text-transform: none;
    white-space: nowrap;
}
.od-badge {
	float: right;
}
.od-badge .cat-badge.Draft{background: #f5dfcf; color:#843534; font-weight:700;}

.od-badge .cat-badge.Posted{background: #f27a24; color:#fff;}

.od-badge .cat-badge.Progressed{background: #337ab7; color:#fff;}

.od-badge .cat-badge.Approved{background: #00ca77; color:#fff;}

.od-badge .cat-badge.Applied{background: #f27a24; color:#fff;}

.od-badge .cat-badge.Declined{background: #ff4000; color:#fff;}

.od-badge .cat-badge.FeedbackPending{background: #337ab7; color:#fff;}

.od-badge .cat-badge.Canceled{background: #999; color:#fff;}

.od-badge .cat-badge.DraftClosed,
.od-badge .cat-badge.Finished {background: #999; color: #fff;}

.od-meta {
	margin-bottom: 10px;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
}
.od-meta span.calendar {
	padding-left: 20px;
	background: url(/Content/images/calendar.png) left center no-repeat;
	background-size: 15px;
}
.od-col-3 .tabs-top .tab {
	max-width: unset;
	width: 49.4%;
	margin: 0;
}
.od-col-3 .tabs-top .tab a {
    display: block;
    text-align: center;
}
.od-col-3 .tabs-details {
    margin-bottom: 0 !important;
    padding: 0;
    border: 0;
}
.od-col-3 .tabs-top .etabs:after {
	margin-top: -7px;
}
.od-col-3 .tabs-top.tab-container .panel-container {
    padding-top: 10px;
}
#map_container {
	width: 100%;
	height: 100%;
}
.od-col-3 .bi-gallery .bi-gallery-item {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 3px;
}
.od-col-3 .bi-gallery .bi-gallery-item img {
	width: auto;
	max-height: 276px;
    max-width: 100%;
}
.od-col-3 .bi-gallery .bi-gallery-item::after {
	display: none;
}
.od-job-no {
	font-size: 13px;
}
.od-job-no span{
	cursor: pointer;
}
.od-job-no span:hover{
	color: #F27A24;
}

@media all and (max-width: 767px) {
.tabs-details {
	padding: 10px;
}
	.tabs-details .dl-horizontal dd {
		font-size: 13px;
		width: 60%;
	}
	.tabs-details .dl-horizontal dt {
		font-size: 13px;
		width: 40%;
	}
.tabs-details .dl-horizontal dt {
	padding-right: 10px;
}
.bi-gallery-item-last {
	display: none;
}
.panel-container h3 {
	font-size: 16px;
	line-height: 1.2;
}
.tman-btns .btn {
	margin: 4px 0;
	width: 100%;
}
.tman-contacts {
	padding-top: 20px;
}
.tman-contacts ul li {
	display: block;
	width: 100%;
}
.tman-profile .avatar-wrap .tradesman-details {
    margin-bottom: 10px;
    text-align: left;
    padding-top: 15px;
    float: left;
    width: 70%;
    padding-left: 10px;
}
.avatar-wrap .avatar.big:not(.full-size) {
    margin: 0 auto;
    float: left;
    width: 30%;
}
.avatar-wrap .avatar.big img {
	height: auto;
}
.tman-profile .avatar-wrap .thumbs {
	clear: both;
}
.tman-profile .avatar-wrap .icon-verified::before {
	width: 30px !important;
	height: 30px !important;
}
.tman-profile .avatar-wrap .icon-verified {
    position: absolute;
	left: auto !important;
	top: auto !important;
	right: 30px;
	bottom: 0;
}
.tradesman-name .meta {
	font-size: 12px;
}
.col-md-9 .tabs-top .tab a {
	padding: 5px 10px;
	font-size: 13px;
}
.tab-intro {
	font-size: 14px;
}
.section-blue .container {
    padding-right: 15px;
    padding-left: 15px;
}
.avatar-wrap.visible-xs .avatar.big {
    margin: 0 auto;
    float: none;
    width: 100%;
}
.tman-profile .thumbs {
	width: 100% !important;
	font-size: 13px;
}
.avatar-wrap .tradesman-name h2 {
    font-size: 19px;
}
.tradesman-rating {
	text-align: left;
}
.tradesman-details__add {
    text-align: left;
    font-size: 12px !important;
}
#comments .commentlist > .comment {
    margin-top: 0 !important;
    padding-bottom: 20px;
}
.od-col-3 .tabs-top .tab {
    max-width: unset;
    width: 49%;
    margin: 0;
    display: inline-block;
}
.od-col-3 .tabs-top .tab a {
	padding: 15px 5px;
	font-size: 12px;
}
.order-details {
	padding: 10px;
}
.od-col-3 .tabs-top .tab:last-child a {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
    border-bottom: 0;
        border-bottom-color: currentcolor;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.od-col-2 .tradesman-details dl {
	display: flex;
}
.od-col-2 .dl-horizontal dt {
	width: 50%;
}

.od-share {
	display: none;
}
.od-pic img {
	max-width: 100%;
	height: auto;
}
/*.od-social a {
	width: 20px;
	height: 21px;
	background-size: 20px !important;
}*/
.od-name {
    font-size: 19px;
    font-weight: bold;
    color: #59718a;
    padding: 0;
}
.od-name-contaniner{
	padding: 0;
	text-align: left;
}
.od-reviews {
	padding: 5px 0;
}
.od-legal,
.od-reviews,
.od-social {
	text-align: left;
	padding: 0;
}
.order-details .tman-profile .tabs {
	margin-bottom: 0;
}
.order-details .od-right {
	padding-left: 0;
}

}

@media all and (max-width: 440px) {
.tman-profile .avatar-wrap .icon-verified {
	right: 0;
}
.tman-profile .avatar-wrap .icon-verified::before {
    width: 20px !important;
    height: 20px !important;
}

}


.panel-title > a span:after {
    font-family: "fontello";
    content: "\e849";
    position: absolute;
    top: 2.1rem;
    right: 3rem;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.panel-title > a.collapsed span:after {
    content: "\e84c";
}

.ratings-total {
    display: flex;
    clear: both;
    padding: 20px;
    background: #f2f5f7;
    position: relative;
    margin: 0px 0 20px 0;
    overflow: hidden;
    align-items: stretch;
    gap: 20px;
    border-top: 1px solid #D0D7DF;
    border-bottom: 1px solid #D0D7DF;
    color: #546A83;
}
.ratings-total > div {
    display: flex;
    align-items: center;
}
.ratings-total > div:not(:last-child) {
    border-right: 1px solid #D0D7DF;
    padding-right: 20px;
    text-align: center;
}
.ratings-total .big-number {
    font-size: 40px;
    line-height: 1.2em;
}
@media(max-width:480px) {
    .ratings-total {
        padding: 10px;
        gap: 10px;
        font-size: 14px;
    }
    .ratings-total > div:not(:last-child) {
        padding-right: 10px;
    }
    .ratings-total .big-number {
        font-size: 32px;
    }
    .tman-profile .ratings-total .score-title {
        display: block;
    }
    .score-item {
        line-height: 1.2em;
        margin-bottom: 0.4em;
    }
}
@media(max-width:420px) {
    .ratings-total {
		flex-direction: column;
	}
	.ratings-total > div:not(:last-child) {
		border: none;
		border-bottom: 1px solid #D0D7DF;
		padding-bottom: 10px;
		justify-content: center;
	}
	.tman-profile .ratings-total .score-title {
		display: initial;
	}
}

#service-prices {
	color: #546A83;
}
