.product-detail-wrap{
    background: white;
    padding:50px;
}
.product-star i.fa.fa-star {
    font-size: 30px;
    margin-top: 10px;
}
.product-img{
    max-height: 250px;
}
.feedback-box{
    border: 1px solid #b1aeae;
    padding: 20px;
    height: 300px;
    max-height: 300px;
    margin-top:10px;
    /*margin-right:5px;*/
}
.feedback-box img{
    border-radius: 50%;
    max-height: 60px;
}
.feedback-box span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 2;
    height: 70px;
    -webkit-box-orient: vertical;
}
.wt-starsvtwo i.fa-star-half-o {
    color: #fecb02;
}
.enf-compare-pages-table {
    color: #686868;
    margin-top: 0;
    width: 100%;
    margin-bottom: 30px;
}
.enf-pd-profile .mk-main-table {
    margin-bottom: 10px!important;
}
.enf-pd-profile .mk-main-table>tbody>tr:first-child>td, .enf-pd-profile .mk-main-table>tbody>tr:first-child>th {
    border-top: 1px solid #ececec;
}
.enf-pd-profile .mk-main-table .mk-td-visible {
    text-align: center;
}
.enf-compare-pages-table .mk-td-visible {
    position: relative;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.enf-compare-pages-table .mk-td-visible>div {
    overflow: hidden;
    margin-left: -1px;
}
.mk-main-table>tbody>tr:first-child>td td {
    background-color: #ececec;
    color: #fbb730;
    font-weight: 600;
    cursor: pointer;
}
.mk-main-table>tbody>tr:first-child>td td.active {
    background-color: #fbb730;
    color: #fff;
}
.enf-compare-pages-table .mk-td-visible table td:not(.mk-img-td) {
    padding: 9px;
}





.nasted-table table > thead > tr > th,.nasted-table table > tbody > tr > th,.nasted-table table > tfoot > tr > th,.nasted-table table > thead > tr > td,.nasted-table table > tbody > tr > td,.nasted-table table > tfoot > tr > td {

    border: none;
    border-left: 1px solid #dbdbdb;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
th.active{
    color: white;
    background: #fbb730;
}
td.active{
    color: white;
    background: #fbb730;
}
.product-table th{
    font-size: 12px !important;
}
.nasted-table table {
    max-height: 100px;
    height: 100px;
}

.elastic-suggest-search-wrap {
    position: absolute;
    border: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 5px;
    margin-top: -8px;
    overflow: auto;
    max-height: 300px;
    box-shadow: 0px 7px 7px #88888863;
    display: block; }
.elastic-suggestion-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.search-list {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #a5a5a5;
    text-decoration: none;
    color: #0f0f0f;
}

.search-list-span {
    float: right;
    cursor: pointer;
    text-decoration-line: underline;
    color: red;
    margin-top: 10px;
}
.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}

.cart-popup-wrapper {
    position: absolute;
    right: 30px;

    width: 100vw;
    max-width: 380px;
    border: 1px solid darkorange;
    background-color: white;
    text-align: left;
    z-index: 9;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    outline: 0;
    overflow: hidden;
}
.cart-popup-wrapper .mage-dropdown-dialog {
    padding: 15px;
    max-height: 500px;
    overflow: auto;
}
.skill-rating-wrap {
    display: flex;
    align-items: center;
    margin-top:10px;
    /*justify-content: space-between;*/
}
.rate-progress-wrap {
    width: 100%;
    margin: 0px 20px;
}
.btn.btn-outline-warning:hover {
    color: white;
}
i.fa.fa-star.fill {
    color: #fecb02;
}
i.fa.fa-star.fa-star-half-o {
    color: #fecb02;
}
i.fa.fa-star-o {
    color: #fecb02;
}
.all-review-warp{
    display: flex;
    margin-top: 20px;
    justify-content: center
}
.content-map-wrap{
    max-width: 200px;
}
div#preview img{
    max-width: 120px !important;
    max-height: 100px !important;
}
.modal .rate-image-label{
    display: block;
    text-align: center;
    cursor:pointer;
}
.rating-single-profile-sidebar{

    max-width:400px;
    max-height:400px;
    border-left: 1px solid #f1f1f1;
}
.feedback-count{
    font-size: 12px;
    color: #2861ef;
    margin-left: 5px;
}
.wt-description-img img{
    width:50px;
    margin: 10px;
}

.rating-box-single-profile{
    max-height: 220px;
    overflow: auto;
}

.wt-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wt-description-text:hover{
    overflow: visible;
    display:block

}
.active-img{
    border: 1px solid orange;
}
.media-section-wrap{
    padding:20px 40px;
    background-color:white;
    margin-bottom: 20px;
}
.image-wrap-block{
    display: inline-block;

    padding-bottom: calc(16.6666667% - 1rem);

    position: relative;
    margin: 0.5rem;

    cursor: default;
}
.image-block-delete{
    display: none;
    cursor: pointer;
    color:white !important;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    border-radius: 50%;
    padding: 0.3rem;
    line-height: 1;
    background-color: rgba(255 186 49);
    -webkit-appearance: none;
    border: none;
}
.image-block-copy{
    display: none;
    cursor: pointer;
    color:white !important;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    border-radius: 50%;
    padding: 0.3rem;
    line-height: 1;
    -webkit-appearance: none;
    border: none;
}
.red-border{
    border:1px solid red !important;
}
.phone-field{
    position: absolute;
    left: 30px;
    top: 36px;
}
.password-content{
    position: absolute;
    left: 0;
    text-align: center;
    top: 70px;
    font-size: 20px;
    width: 100%;
    color: #fcfcfc;
}
.password-symbols{
    display: none;
    justify-content: space-evenly;
    color: #bfbfbf;
    margin-top: 17px;
    font-size: 20px;
}
.password-field {
    display: inline-block;
    position:relative;
}
.password-field:after {
    content: '';
    display: block;
    height: 45px;
    border-radius: 5px;
    width: 0;
    margin-top: 3px;
    color: white;
    font-size: 25px;
    padding-top: 10px;
    text-align: center;
}
.password-field.level0:after {
    width: 100%;
    background: red;
}
.password-field.level1:after {
    width: 100%;
    background: orange;
}
.password-field.level2:after {
    width: 100%;
    background: gold;
}
.password-field.level3:after {
    width: 100%;
    background: #07d007;
}
.password-view{
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 20px;
    cursor: pointer;
}
.modal-content .tab-content{
    max-width: 450px;
    width: 450px;
    margin-top: 20px;
}
.card-body .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f8b42f !important;
    background-color: #fff;
    border-bottom: 3px solid #f8b42f !important;
    border-color:white;
}
.card-body .nav-tabs .nav-link {

    color: black;
}
.website-color{
    color:#f8b42f;
}
.login-btn{
    background-color: #f8b42f;
    border: none;
    color: white;
    width: 100%;
    padding: 10px;
}
.forget-password{
    text-decoration: underline;
    color: red;
}
.statics-details-wrap{
    margin-top:30px;
    display: flex;
    justify-content: space-between;
}
.statics-details-wrap h3{
    color: #6f6f6f;
}
.single-price-breakdown{
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}
.single-price-breakdown span {
    display: block;
    text-align: left;
    position: absolute;
    background: white;
    top: -12px;
    left: 8px;
    padding: 0px 10px;
    border-radius: 10px;
}

.single-price-breakdown .position-relative input[type="text"] {
    background: #dfdfdf;
}

.single-price-breakdown .position-relative:nth-child(3) input[type="text"] {
    background: #ffffff;
}
.color-box{
    margin: 10px;
    height:30px;
    width:30px;
}
#priceBreakDownModal .modal-body{
    height:450px;
    overflow:auto;

}#EditPriceBreakDownModal .modal-body{
    height:450px;
    overflow:auto;
}
.cost-graph{
    display:flex;
    justify-content: flex-start;
    padding: 20px 0px;
}
.cost-graph-color{
    height:30px;
    color:white;
}
.add-review-btn{
    text-align: left;
    font-size: 20px;
    font-family: 'Open Sans';
    padding-bottom: 30px;
}
.reviews-table-wrap{
    padding-bottom: 30px;
}
.reviews-table-wrap{
    background-color: white;
}
.review-status-btn{
    font-size: 20px;
    padding-top: 19px;
}
.review-text{
    line-height:inherit;
}
#reviews-table th{
    text-align: center
}
.icondesign img{
    height:30px;
}
.percentage-div{
    padding-top: 5px;
    padding-left: 0px;
}
.saving-header-wrap{
    padding: 20px;
    border: 1px solid gray;
}
.saving-header-wrap h6{
    color: #2ec952 !important;

}
.saving-calculate-wrap{
    
    justify-content: space-around;
    margin-top: 60px;
}
.annual-saving{
    margin-top: 50px;
    border-top: 1px solid #d8d8d8;
    padding-top: 30px;
}

.billing-collection-wrap {
    text-align: left;
    border-top: 1px solid;
    margin-top: 50px;
    padding-top: 50px;
}
.job-info{
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}
.solar-saving-wrap{

}
.offers-tabs  {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: start;
}
.offers-tabs li {
    cursor: pointer;
    padding-bottom: 20px;
}
.offers-tabs .active {
    border-bottom: 3px solid orange;
}
.offers-tabs li a{
    font-weight: bold;
    font-size: 20px;
}
.offers-tabs li + li {
    border-left: 1px solid #a3a0a0;
    margin-left: 40px;
    border: none;
}
.offer-submit-btn{
    background:white;
    padding: 20px;
}
.guarantees-banner{
    background-color:#7f5cfe;
    border-radius:5px;
    font-size: 35px;
    line-height: 1.3em;
}
.guarantees-text{
    color:white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
}
.top-job-wrap{
    display: flex;
    padding-top: 20px;
}
.wt-articlesingle-content .wt-description p{
    font-size: 16px;
    margin: 0 0 23px;
    line-height: 26px;
    display:block;
}

.select-box-wrap.radio-block{
    text-align:center;
}

.select-box-wrap.radio-content{
    display:inline-block;
    width: 180px;
    margin: 10px;
    text-align: left;
}

.select-box-wrap input[type="radio"] {
    display:none;
}

.select-box-wrap input[type="radio"] + label {
    color: #484848;
    cursor:pointer;
    font-size: 15px;
}

.select-box-wrap input[type="radio"] + label span {
    display:inline-block;
    width:27px;
    height:27px;
    margin:-2px 5px 0 0;
    vertical-align:middle;
    border:1px solid #cecece;
    border-radius: 50%;
    cursor:pointer;
    transition: background .2s,
    transform .2s;
}

.select-box-wrap input[type="radio"] + label span:hover,
.select-box-wrap input[type="radio"] + label:hover span{
    transform: scale(1.2);
}

.select-box-wrap input[type="radio"]:checked + label span {
    background:  #fbb730;
    background: -webkit-linear-gradient(to right, #ffd393, #fbb730);
    background: linear-gradient(to right, #ffd393, #fbb730);
;
    box-shadow: 0px 0px 0px 5px white inset;
}

.select-box-wrap input[type="radio"]:checked + label{
    color: #fbb730;
}
.cursor-pointer{
    cursor: pointer;
}



/*peter-code*/
.terms-conditions-page-main{
    padding-top: 110px;
}
.community-guidelines-page-main{
    padding-top: 110px;
}
.terms-condition-main {
    padding-top: 88px;
}
.community-guidelines-page-main .container .row .col-6 img {
    max-width: 250px;
}
.main-banner-wrap{
    background-color: #dff2fd;
}
img.main-banner-wrap-cloud-image{
    width: 50%;
}
#cloud-image{

}
section.main-banner-wrap.main-bottom-banner-wrap img.sun-style {
    position: absolute;
    right: 33%;
    top: -25px;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
section.main-banner-wrap.main-bottom-banner-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
section.main-banner-wrap.main-bottom-banner-wrap .content-wrap {
    top: 70px;
    margin: 0px 30px;
    left: 0px;
}
.solar-jobs-details .wt-userlistinghold {
    height: auto !important;
}
div#main-top-header {

    top: 0px;
}
.solar-companies-details .wt-userlistingcontent {

    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#wt-sidebar .wt-widget {
    margin-bottom: 30px;
}
.rate-percnet-age {
    min-width: 35px;
    text-align: center;
}
.rate-star {
    min-width: 55px;
}
@media (max-width:1680px){
    .wt-userlistingvtwo .wt-userlistingcontent .wt-rightarea.ah-manage-job-img-wrap{
        width:auto;
    }
    .ah-latest-perposal-wrap .wt-contenthead {
    max-width: 400px !important;
}
.ah-latest-perposal-wrap .wt-userlisting-breadcrumb li {
    margin-bottom: 10px;
}
}
@media (max-width: 1300px){
    .ah-manage-job-img-wrap .wt-hireduserstatus {
        margin-left: 0;
        border: none;
        text-align: left;
    }
    .ah-manage-job-img-wrap .wt-hireduserstatus  .wt-hireduserimgs{
        padding-left:0;
        text-align:left;
    }
    .ah-manage-job-img-wrap .wt-hireduserimgs:before, .ah-manage-job-img-wrap .wt-hireduserimgs:after{
        display:none;
    }
    .wt-userlistingvtwo .wt-userlistingcontent .wt-rightarea.ah-manage-job-img-wrap{
        width:100%;
    }
    .ah-latest-perposal-wrap .wt-contenthead {
    max-width: 100% !important;
}
}
@media(max-width: 1290px) {
    .wt-main-section {
        padding-top: 170px;
    }
    .community-guidelines-page-main {
        padding-top: 175px;
    }
    .terms-condition-main {
        padding-top: 170px;
    }
}
@media(max-width:1199px){
    .solar-companies {
        max-width: 100%;
    }
}
@media(max-width: 1024px) {
    div#main-top-header {
        position: static !important;
    }
    .main-banner-wrap img {
        min-height: 500px;
    }
    .main-banner-wrap .content-wrap {
        width: auto;
        margin: 0px;
        padding: 0px 3rem;
        bottom: unset;
        top: 250px;
    }
    section.top-img .row {
        display: block;
        margin: 0px;
    }
    section.top-img .row .col-md-6 {
        max-width: unset;
        padding: 0px 3rem;
    }
    section.top-img .row .col-md-6 img {
        width: auto;
        height: auto;
        padding: 0px;
    }
    section.bottom-img .row {
        margin: 0px;
        display: block;
    }
    section.bottom-img .row .col-md-6 {
        flex: auto;
        max-width: unset;
        padding: 0px 3rem;
    }
    section.bottom-img .row .col-md-6 img {
        padding: 0px;
        width: auto;
        height: auto;
        margin: 0px 0px 20px 0px;
    }
    section.bottom-img .container-fluid {
        padding: 0px;
    }
    .home-section .headings h2 {
        color: #343a40 !important;
    }
    section#cloud-image .container {
        max-width: unset;
    }
    img.main-banner-wrap-cloud-image {
        width: auto;
        padding: 0px;
        margin-top: 300px;
        min-height: unset;
    }
    img.sun-style {
        min-height: unset;
    }
    .bottom-img{
        background-size: 100% 100% !important;
    }
    section#cloud-image .col-md-4 {
        padding: 0px;
    }
    section.main-banner-wrap.main-bottom-banner-wrap img.sun-style {
        right: 50%;
        top: 400px;
        height: 80px;
        width: 80px;
    }
    section.main-banner-wrap.main-bottom-banner-wrap .content-wrap{
        padding: 0px !important;
    }
    .wt-main-section{
        padding-top: 0px;
    }
    .community-guidelines-page-main .container .row .col-6 {
        flex-direction: column;
        display: flex;
        padding: 20px 0px !important;
        align-items: center;
        justify-content: center;
    }
    .community-guidelines-page-main .container .row .col-6 img {
        padding: 0px !important;
    }
    .community-guidelines-page-main .container .row .col-6 h3{
        padding: 0px !important;
    }
    h2#solar-provider-guidelines {
        line-height: normal !important;
    }
}
@media(max-width:991px) {
    body.wt-login ul.navbar-nav {
        display: block;
        position: relative;
    }
    body.wt-login .wt-navigation ul li.logout-sign-in:nth-child(3) {
        border-bottom: 1px solid #ddd;
    }
    body.wt-login li.logout-sign-in a.wt-loginbtn {
        border-top: none !important;
    }
    body.wt-login .wt-navigation ul li.logout-sign-in:nth-child(4) img, body.wt-login .wt-navigation ul li.logout-sign-in:nth-child(6) button {
        margin-top: 0px !important;
    }
    body.wt-login .wt-navigation ul li.logout-sign-in:nth-child(4) {
        padding-left: 13px !important;
        position: static;
    }
    body.wt-login .wt-navigation ul li.logout-sign-in:nth-child(5) .wt-dropdowarrow {
        display: none;
    }
    body.wt-login .wt-navigation ul li.logout-sign-in:nth-child(4), body.wt-login .wt-navigation ul li.logout-sign-in:nth-child(5), body.wt-login .wt-navigation ul li.logout-sign-in:nth-child(6) {
        display: inline-flex;
        width: auto;
        padding: 10px 0px;
    }
    body.wt-login .wt-navigation ul li.logout-sign-in:nth-child(4):before {
        content: "";
        display: block;
        background-color: #ddd;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 57px;
    }
    .terms-condition-main {
        padding-top: 88px;
    }

}
@media(max-width: 768px){
    .solar-jobs-details {
        margin-top: 20px;
    }
    /*.solar-companies-details-filter aside#wt-sidebar {*/
    /*    display: block !important;*/
    /*}*/
    .terms-condition-main {
        padding-top: 170px;
    }
    .cart-popup-wrapper {
        right: 0;
        left: 0;
        margin: auto;
    }
    .solar-companies .col-4 {
        margin: 20px 0;
    }
    .ah-manage-job-img-wrap .wt-hireduserstatus {
         width: auto;
    }

}
@media (max-width: 767px){
    .solar-companies .col-4 {
        max-width: unset;
        flex: unset;
        display: inline-block;
        width: auto;
    }

    .solar-companies .row {
        text-align: center;
        display: block;
    }
}
@media(max-width: 760px) {
    .main-bottom-banner-wrap .content-wrap {
        top: 80px;
    }
    section#cloud-image .col-md-4 img {
        max-width: 300px;
    }
    img.sun-style {
        margin: 0px;
        height: 100px;
        width: 100px;
        right: 30px;
        position: absolute;
        top: -90px;
    }
    .main-banner-top-wrap .content-wrap{
        top: 300px !important;
    }
    section.main-banner-wrap.main-bottom-banner-wrap img.sun-style {
        top: 330px;
        left: 30px;
        right: unset;
    }
}
@media(max-width: 720px) {
    button.navbar-toggler {
        margin-right: 0px !important;
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .howitwork-card-wrap{
        top: 150px !important;
        margin: 20px;
    }
    .howitwork-card-content{
        margin-top: 30px;
        font-size:12px ;
    }
}
@media(max-width: 600px){
    .community-guidelines-page-main .container .row .col-6 {
        max-width: 100%;
        flex: 100%;
        padding: 20px !important
    }
}
@media(max-width: 500px){
    img.main-banner-wrap-cloud-image{
        min-height: 300px;
    }
    .main-banner-top-wrap-txt {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    img.main-banner-wrap-cloud-image {
        margin-top: 360px;
    }
    .main-banner-wrap.main-banner-top-wrap .content-wrap{
        top: 200px !important;
    }

    .howitwork-card-wrap{
        top: 20px !important;
        margin: 10px;
        z-index: 999;
    }
}
@media(max-width: 479px) {
    .wt-logo {
        float: left !important;
    }
    .wt-rightarea {
        width: auto !important;
    }
    .solar-companies{
        width: 100% !important;
    }
}
@media(max-width: 450px) {
    .main-banner-wrap .content-wrap, section.top-img .row .col-md-6, section.bottom-img .row .col-md-6 {
        padding: 0px 20px;
    }
    section#cloud-image .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    section#cloud-image .container .col-md-6 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    section#cloud-image .container .row.px-5 {
        padding-left: 20px !important;
        padding-right:  20px !important;
    }
    section#cloud-image .col-md-4 img {
        max-width: 100%;
        width: auto;
    }
    img.sun-style {
        left: 100px;
        right: unset;
        top: 320px;
    }
    .solar-job-details-filter, .solar-jobs-details {
        padding: 0px;
    }
}


.howitwork-card-wrap{
    bottom: 0px;
    top: 350px;

}
.guideline-heading{
.font-family: Helvetica,
sans-serif;
    line-height: 0.1em;
    color: #000000;
    font-size: 35px;

}
.ah-button-wrap {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}
.ah-button-wrap .wt-btnarea{
    margin-left: 5px;
     margin-left:5px;
     padding: 5px 0;
}
.wt-pagination ul li a.active {
    color: #ffffff;

    background: #ffbd4a;

    border: 1px solid #ffbd4a;
}
