.required {
    color: #9e0101;
    font-size: 23px;
    position: absolute
}

.form-group.is-invalid {
    color: #bf0012
}

.form-group.is-valid {
    color: #28a745
}

.loading-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 5px
}

.loading-message img {
    padding: 25px
}

.forget-password {
    background: #fff
}

.forget-password .modal-content {
    border: transparent
}

.forget-password .modal-header {
    border: transparent
}

.forget-password .form-horizontal {
    width: 40%;
    margin: 0 auto
}

.forget-password .form-horizontal .form-control {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom: 1px solid;
    border-color: #b0aaa9;
    border-radius: 0 !important
}

.forget-password .form-horizontal .form-control:focus {
    border-color: #b03737
}

.forget-password .form-horizontal .btn-forget {
    text-decoration: none !important;
    font-size: 16px !important;
    color: #fff;
    height: 48px;
    width: 100%;
    background-color: #b03737;
    font-weight: 300;
    cursor: pointer;
    border-radius: 1px;
    border: 1px solid #b03737;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    height: 48px !important;
    border-radius: 1px
}

.forget-password .form-horizontal .btn-forget:hover {
    opacity: .85
}

.forget-password .modal-header .close {
    position: absolute;
    right: -225px;
    top: -170px
}

@media only screen and (max-width:479px) {
    .forget-password .modal-header .close {
        position: absolute;
        right: 10px;
        top: -130px
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .forget-password .modal-header .close {
        position: absolute;
        right: 10px;
        top: -130px
    }
    .forget-password .form-horizontal {
        width: 80%;
        margin: 0 auto
    }
}

section {
    padding: 60px 0
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 10px;
    text-transform: uppercase
}

section .title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}

#tabs {
    background: 0 0;
    color: #000
}

#tabs h5.section-title {
    color: #000
}

#tabs h6.title {
    color: #000
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 15px;
    font-weight: 700
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #555;
    font-size: 15px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent
}

.nav {
    justify-content: center
}

.btn-outline-secondary:hover {
    color: #6c757d !important;
    background-color: #fff !important;
    border-color: #6c757d
}

.br-5 {
    border-radius: 5px
}

.drop .dropdown-item {
    border-bottom: transparent !important
}

.drop .dropdown-menu {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .15)
}

.img-avatar {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #908e8e
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none
}

.addReadMore.showmorecontent .readMore {
    display: none
}

.addReadMore .readLess,
.addReadMore .readMore {
    font-weight: 700;
    margin-left: 2px;
    color: #555;
    cursor: pointer
}

.addReadMore .readLess:hover,
.addReadMore .readMore:hover {
    color: #e20f0f
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block
}

.like-box li a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: #dc001a;
    border-radius: 50%;
    font-size: 25px
}

.like-box li:first-child a {
    background: #399bec
}

.like-box li:nth-last-child(1) a {
    background: #a50316
}

.selected-thumb-up {
    background: #2e7d32 !important
}

.selected-thumb-down {
    background: #a50316 !important
}

.p-r {
    position: relative
}

.serach-list {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    text-align: left;
    min-height: 10px;
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
    z-index: 99999;
}

.serach-list li {
    display: block;
    padding: 1px 10px;
    background: #fff;
    width: 100%;
    cursor: pointer;
    z-index: :9999;
}

.serach-list li:hover {
    background: #dadada;
    color: #555
}

.d-bloc {
    display: block
}

.serach-category {
    position: relative;
    width: 509px;
    margin-left: 4px;
    border-radius: 4px;
    text-align: left;
    top: 50px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: auto;
    display: none
}

.serach-category li {
    display: block;
    padding: 1px 10px;
    background: #fff;
    margin: 2px 1px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3px;
    border-radius: 6px
}

.serach-category li span {
    font-size: 12px;
    color: #00838f !important;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    float: right
}

.client-logo li a {
    min-height: 145px;
    display: block;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 1px;
    border-radius: 5px
}

.map {
    width: 100%;
    height: 250px
}

.selected_up {
    background: #007305 !important
}

.profile-icon {
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 50%;
    margin-right: 20px
}

.showmore-button {
    cursor: pointer;
    background-color: #999;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 5px 5px 5px;
    margin-top: 5px
}

.suggesstion-box {
    position: relative;
    background: #fff;
    margin-left: 4px;
    border-radius: 4px;
    text-align: left;
    top: 1px;
    height: 100px;
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
    display: none
}

#search-list {
    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 100%;
    position: relative
}

#search-list li {
    width: 100%
}

#search-list li:hover {
    background: #e2e2e2;
    cursor: pointer;
    width: 100%;
    display: block
}

.loader {
    background: #fff url(../../img/loadericon.gif) no-repeat 295px
}

@media only screen and (max-width:479px) {
    loader {
        background: #fff url(../../img/loadericon.gif) no-repeat 215px !important
    }
}

.card {
    padding: 20px
}

.label {
    display: inline-block;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    line-height: 5px;
    text-align: center
}

.label-danger {
    background: #dc3545 !important
}

.label-success {
    background: #067d21 !important
}

.action {
    position: relative
}

.act-btn {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    border: 1px solid #dadada;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: .75rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.text-white {
    color: #fff !important
}

.suggesstion-box {
    position: relative;
    background: #fff;
    margin-left: 4px;
    border-radius: 4px;
    text-align: left;
    top: 1px;
    height: 100px;
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
    display: none
}

#search-list {
    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 100%;
    position: relative
}

#search-list li {
    width: 100%
}

#search-list li:hover {
    background: #e2e2e2;
    cursor: pointer;
    width: 100%;
    display: block
}

.loader {
    background: #fff url(../../img/loadericon.gif) no-repeat 295px
}

@media only screen and (max-width:479px) {
    loader {
        background: #fff url(../../img/loadericon.gif) no-repeat 215px !important
    }
}

.google {
    background: #5b5f66 !important
}

.facebook {
    background: #2172d8 !important
}

.homestars {
    background: #1bb2ff !important
}

.houzz {
    background: #07ac04 !important
}

.yelp {
    background: #9d1c20 !important
}

.bbb {
    background: #3188e2 !important
}

.trustedpros {
    background: #b6b6b6 !important
}

.yellowpages {
    background: #bfaa00 !important
}

.donepronto {
    background: #e1b854 !important
}

.pa-t {
    position: absolute;
    top: 15px;
    left: -5px
}

.font-xl {
    font-size: 16px
}

.mr-both {
    margin-bottom: 10px;
    margin-top: 10px
}

.section-review-link {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .08)
}

/* .section-review-link img {
    width: 130px;
    height: 70px
} */

.review-logo-section {
    display: block
}

.review-logo-section ul {
    list-style: none
}

.review-logo-section ul>li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #dadada;
    margin-bottom: 5px
}

.review-logo-section ul>li a {
    text-decoration: none
}

.review-logo-section ul>li a img {
    margin-right: 15px;
    width: 30px
}

.p-t-40 {
    padding-top: 40px
}

.p-t-60 {
    padding-top: 60px
}

.p-t-80 {
    padding-top: 80px
}

.p-t-100 {
    padding-top: 100px
}

.p-t-120 {
    padding-top: 120px
}

.p-t-140 {
    padding-top: 140px
}

.p-t-160 {
    padding-top: 160px
}

.p-t-180 {
    padding-top: 180px
}

.p-t-200 {
    padding-top: 200px
}

.p-t-240 {
    padding-top: 240px
}

.p-t-260 {
    padding-top: 260px
}

.p-t-280 {
    padding-top: 280px
}

.p-t-300 {
    padding-top: 300px
}

.review-sections {
    background-color: #f5f5f7
}

.doneprontoReview-bg {
    background: #fff;
    box-shadow: 0 .275em 1.6875em rgba(184, 184, 184, .46)
}

.doneprontoReviewWidget {
    font-size: 13px;
    font-family: sans-serif !important;
    color: #5e5e5e;
    line-height: 1.3;
    background-color: transparent !important;
    width: 100%;
    margin-bottom: 20px
}

.doneprontoReviewWidget * {
    vertical-align: baseline
}

.doneprontoReviewWidget__row {
    display: flex;
    padding: .77em 1.15em
}

.doneprontoReviewWidget__row-odd {
    background-color: #f8f8f8
}

.doneprontoReviewWidget__row-even {
    background-color: #fff
}

.doneprontoReviewWidget__rowLeft {
    display: flex;
    flex: 0 0 4.615em;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 1.5em
}

.doneprontoReviewWidget__rowRight {
    display: flex;
    width: 100%;
    color: #5e5e5e
}

.doneprontoReviewWidget__respondButtonContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.doneprontoReviewWidget__profilePic {
    width: 100%;
    display: block;
    position: relative
}

.doneprontoReviewWidget__profileImg {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.doneprontoReviewWidget__profileWord {
    width: 100%;
    padding-bottom: 100%;
    background: #ddd;
    color: #5e5e5e;
    border-radius: 50%;
    font-weight: 800;
    font-size: 2.3em
}

.doneprontoReviewWidget__profileWord:before {
    content: attr(data-word);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.doneprontoReviewWidget__sourceImg {
    width: 100%;
    height: auto;
    margin: .8em 0 .1em
}

.doneprontoReviewWidget__reviewerName {
    color: #000;
    font-weight: 600;
    margin-bottom: .3em
}

.doneprontoReviewWidget__footer {
    display: flex;
    font-size: .92em;
    padding-top: .5em
}

.doneprontoReviewWidget__footer>* {
    border: 1px solid #f0f0f0;
    margin-right: .5em;
    padding: .167em .417em
}

.doneprontoReviewWidget__footer>:last-child {
    margin-right: 0
}

.doneprontoReviewWidget__ratingStars {
    display: flex;
    color: #777;
    width: 6.8em;
    justify-content: space-between
}

.doneprontoReviewWidget__respondButtonBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.doneprontoReviewWidget__mainLink {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.doneprontoReviewWidget__activeStar {
    color: #ff9800
}

.doneprontoReviewWidget__subReview {
    margin-top: 1em;
    margin-left: 1em
}

.doneprontoReviewWidget__ratingStars {
    display: flex;
    color: #777;
    width: 6.8em;
    justify-content: flex-start !important
}

.donepronto_back-to {
    display: inline-block;
    font-size: .92em;
    padding: .5em 1em;
    background-color: #fff;
    margin-bottom: .5em
}

.donepronto_overallRating {
    width: 100%;
    font-size: .92em;
    padding: .5em 1em;
    background-color: rgba(255, 255, 255, .75);
    margin-bottom: .5em
}

.donepronto_overallRating i {
    font-size: 1.4em;
    color: #43a047
}

.hero-slider-content .form-control {
    color: #ffffff !important;
}

.serach-list li a span img {
    margin-right: 7px;
    margin-left: 5px;
}

.br-0 {
    border-radius: 0 !important;
}

.bb-0 {
    border-bottom: transparent !important;
}

.bt-0 {
    border-top: transparent !important;
}

.mbtp-0 {
    padding: .2rem .6rem .2rem .2rem !important;
}
.pd-0{padding: 0px!important;}
.login-box{ text-align: center; margin-bottom: 30px;}
.login-title{text-align:center; margin-bottom: 20px; color: #001737; padding-top: 5.5rem; font-size: 1.6em;}
.login-box-form{padding: 20px; text-align: center;}
.wd-100p {width: 100%;}
.ht-100p {height: 100%;}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.img-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}