a:hover {
    text-decoration: none;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    padding-top: 0;
}

/* #helpPop h2, #helpPop1 h2 {
    font-size: 28px;
}

#helpPop h2, #helpPop1 h2, .btn.btn-primary.signupbtn>a, .last-question-e.compareActiveHelpPop>h2 {
    color: #fff;
}
.last-question-e.compareActivePop1>h2, .last-question-e.compareActivePop2>h2, .last-question-e.compareActivePop3>h2 {
    color: #fff;
    text-align: center;
} */

h1, h2, h3, h4 {
    margin: 0; 
    padding: 0;
}

/* .last-question-e.compareActiveHelpPop>ul {
    color: #fff;
    float: left;
    font-size: 14px;
    list-style: disc;
    margin: 0 0 0 16px;
    padding: 2px 0 13px;
} */

/* .last-question-e.compareActiveHelpPop p{
    text-align: left
} */

/* .question-row input[type=number]{
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #484848;
    font-family: inherit;
    float: left;
    font-size: 16px;
    height: 40px;
    padding: 3px 0 3px 13px;
    width: 100%;
} */
/* .last-question-e.compareActiveHelpPop>ul li, .main_help_content>ul li {
    list-style: disc;
} */
/* .login_links a {
    background-color: var(--medium-orange-color);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 34px 10px 34px;
    margin: 0 10px;
}

.login_links + p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #helpPop h2, #helpPop1 h2 {
        font-size: 21px;
    }
} */

/* search profile css */
.reh__profile-search {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}
.bg-image{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    object-fit: cover;
}
.reh__profile-search:before {
    position: absolute;
    content: '';
    background: #000000d4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .8;
}
.reh__profile-search .reh__profile-content {
    position: relative;
    z-index: 1;
}
.reh__profile-search .search-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}
.reh__profile-search .search-inner .search-first,.reh__profile-search .search-inner .search-second {
    max-width: 40%;
    flex: 0 0 40%;
}
.reh__profile-search .search-inner .search-button {
    max-width: 20%;
    flex: 0 0 20%;
}
.reh__profile-search .search-inner .form-group {
    position: relative;
    margin-bottom: 0;
}
.reh__profile-search .form-group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    max-width: 18px;
    height: 18px;
    z-index: 1;
}
.reh__profile-search .search-inner input, .reh__profile-search .search-inner select {
    width: 100%;
    border: 0;
    height: 50px;
    padding: 0 15px 0 40px;
    border-right: 1px solid #d2d8dd;
    border-radius: 0;
    font-weight: 500;
    position: relative;
}
.reh__profile-search .search-inner input::placeholder {
    text-transform: capitalize;
}
.reh__profile-search .search-inner .search-button .reh__btn {
    border-radius: 0;
    border: none;
    background-color: var(--green-color);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s linear;
}

.reh__profile-search .search-inner .search-button .reh__btn:hover{
    background-color: var(--medium-orange-color)
}
/* .breadcrumbs css */
/* .reh__breadcrumb {
    padding: 15px 0;
    background: var(--green-color);
}
.reh__breadcrumb .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
}
.reh__breadcrumb .breadcrumbs ul li span{
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}
.reh__breadcrumb .breadcrumbs ul li.current span{
    font-weight: 600;
}
.reh__breadcrumb .breadcrumbs ul li {
    display: inline-block;
}
.reh__breadcrumb .breadcrumbs ul li ~ li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
} */

/* profile css */
.reh__profile {
    padding: 30px 0;
}
.reh__profile .reh__profile-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 40px;
}
.reh__profile .reh__profile-details {
    max-width: calc(65% - 20px);
    flex: 0 0 calc(65% - 20px);
}
.reh__profile .reh__profile-details-inner{
    background: #ecf3f9;
    padding: 40px 20px;
    margin-bottom: 50px;
    border-radius: 5px;
}
.reh__profile .reh__profile-details-inner .reh__details-top {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.reh__profile .reh__profile-details .reh__details {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}
.reh__profile .reh__profile-details .reh__details .reh__profile-logo img{
    max-width: 200px;
    height: auto;
    object-fit: cover;
}
.reh__profile h3 {
    font-size: 26px;
    margin: 0 0 5px;
}

.reh__profile .reh__profile-details .reh__details .reh__profile-info{
    display: flex;
    align-items: center;
}

.reh__profile p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.reh__profile .reh__details .reh__profile-info h4 {
    font-size: 18px;
    color: var(--green-color);
    padding: 0;
    margin: 0;
}
.reh__profile .reh__rating-inner h4 {
    font-size: 20px;
}
.reh__profile .reh__rating-inner .total__review {
    font-size: 16px;
}
.reh__rating {
    background-image: url('/front/images/design/pages/star_icon_grew.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 15px;
    background-size: 15px;
    display: inline-block;
    width: 15px;
}
.reh__rating .rating_stars, .reh__rating .inactive-rating_stars  {
    background-image: url('/front/images/design/pages/small_yellow_star.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 15px;
    background-size: 15px;
    display: inline-block;
    width: 15px;
}

.reh__rating .inactive-rating_stars {
    background-image: url('/front/images/design/rating_star_inactive.png');
}
.reh__profile  .reh__profile-details .reh__details-bottom {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    justify-content: space-between;
}
.reh__btn{
    text-transform: initial
}
.reh__btn:hover {
    color: #fff;
    text-decoration: none;
}
.reh__btn-secondary{
    background: var(--medium-orange-color); 
}
.reh__btn-secondary::before{
    background: var(--green-color); 
}
.reh__profile .reh__profile-about h1 {
    font-size: 26px;
    color: var(--green-color);
    margin-bottom: 25px;
}

.ren__bcrumb-area {
    padding: 0.8rem 0;
}
/* .reh__profile .socail_link {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.reh__profile .socail_link .contact-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
    column-gap: 20px;
}
.reh__profile .socail_link .social_icon {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.reh__profile .socail_link span {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.reh__profile .socail_link #clickToShow{
    font-weight: 500 !important;
} */

.reh__profile .get_a-quote {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reh__profile .get_a-quote .reh__btn{
    min-width: 250px;
    font-size: 20px;
}

.reh__btn:hover {
    cursor: pointer;
}

.reh__profile .reh__profile-location {
    max-width: calc(35% - 20px);
    flex: 0 0 calc(35% - 20px);
    position: sticky;
    top: 15px;
    height: fit-content;
}
.reh__profile .reh__profile-location iframe{
    width: 100%;
    margin: 0;
}

/* accred-link css */
.reh__accred_links {
    background: #ecf3f9;
    padding: 40px 20px;
    margin-bottom: 30px;
}
.reh__heading {
    font-size: 26px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.reh__accred_links .accred_links-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
    /* justify-content: space-between; */
}
.reh__accred_links .accred_links-inner .accred_links-img img{
    max-width: 100%;
}

.reh__accred_links .accred_links-inner .accred_links-img{
    width: 118px;
    height: 76px;
    box-shadow: 1px 0 48px rgba(0, 0, 0, .15);
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 6px;
    padding: 5px;

}
/* installer review */
.reh__installer-review {
    margin-bottom: 50px;
}
.reh__installer-review .average__rating {
    margin-bottom: 30px;
}
.reh__installer-review span{
    font-size: 15px;
    font-weight: 600;
}
.reh__installer-review ul {
    display: flex;
    column-gap: 5px;
    align-items: center;
    margin: 0;
}
.reh__installer-review ul li{
    color: var(--green-color);
    min-width: 10px;
    display: flex;
    justify-content: center;
}
.reh__installer-review ul li img{
    max-width: 15px;
}
.reh__installer-review .progress {
    width: 150px;
    border-radius: 3px;
    height: 15px;
    margin-bottom: 0;
}
.reh__installer-review .progress .progress-bar {
    background-color: var(--green-color);
    height: 100%;
}
.reh__installer-review .average__review .title{
    font-size: 20px;
    margin-bottom: 25px;
}
.reh__installer-review .average__review h4{
    font-size: 17px;
    margin-bottom: 5px;
}
.reh__installer-review .average__review .date {
    font-size: 13px;
}
.reh__installer-review .average__review .customer_review {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.reh__installer-review .average__review .average__review__item {
    background: #ecf3f9;
    padding: 30px 15px;
    border-radius: 5px;
}
.reh__installer-review .average__review .review__item__user {
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
}
.reh__installer-review .review__item__icon img{
    max-width: 22px;
}
.reh__installer-review .average__review .reh__rating__star {
    display: flex;
    margin-bottom: 10px;
}
.reh__installer-review .average__review .item__des__title {
    margin-bottom: 10px;
}
.reh__installer-review .average__review p {
    font-size: 15px;
}
@media(max-width: 991px) {
    .reh__profile-search {
        padding: 50px 0;
    }
    .reh__profile-search .search-inner .search-first, .reh__profile-search .search-inner .search-second, .reh__profile-search .search-inner .search-button {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .reh__profile-search .search-inner {
        max-width: 700px;
        margin: 0 auto;
    }
    /* .reh__breadcrumb .breadcrumbs ul {
        justify-content: center;
    } */
    .reh__profile-details {
        margin-bottom: 40px;
    }
    .reh__profile .reh__profile-details, .reh__profile .reh__profile-location {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .reh__profile .reh__profile-details-inner {
        margin-bottom: 30px;
    }
    .reh__profile p {
        font-size: 14px;
    }
    .reh__installer-review .average__review .customer_review {
        grid-template-columns: repeat(2, 1fr);
    }
    .reh__heading {
        font-size: 20px;
    }
    .reh__installer-review .average__review .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .reh__accred_links .row:first-of-type{
        justify-content: center;
    }

    .reh__accred_links .accred_links-inner{
        justify-content: center;
    }
}
@media(max-width: 767px) { 
    .reh__installer-review .average__review .customer_review {
        grid-template-columns: repeat(1, 1fr);
    }
    .reh__profile .get_a-quote .reh__btn {
        font-size: 16px;
    }
    .reh__btn {
        font-size: 14px;
    }
    .reh__profile .reh__profile-about h1 {
        font-size: 24px !important;
    }
    .reh__profile-search .profile-banner-image {
        display: none;
    }
    
}
@media(max-width: 480px) {
    .reh__profile .reh__profile-details .reh__details, .reh__profile .reh__profile-details .reh__rating-inner {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .reh__profile h3 {
        font-size: 24px;
        margin-top: 10px;
    }
    .reh__profile .reh__details .reh__profile-info h4 {
        font-size: 14px;
    }
    .reh__profile .reh__profile-details-inner .reh__details-top {
        margin-bottom: 20px;
    }
    .reh__profile .socail_link, .reh__accred_links {
        margin-bottom: 30px;
    }
    .reh__btn {
        height: 45px;
    }
    .reh__profile .reh__profile-details-inner {
        padding: 25px 20px;
    }
    .reh__profile .reh__rating-inner h4 {
        font-size: 18px;
    }
    /* .reh__breadcrumb .breadcrumbs ul {
        display: block;
    }
    .reh__breadcrumb .breadcrumbs ul li ~ li::before {
        margin-left: 15px;
    } */
    .reh__profile .reh__profile-about h1 {
        font-size: 24px !important;
    }
}
/* bootstrap */

.progress {
    overflow: hidden;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

/* .compareUnactiveHelpPop{
    display: none
} */

.margin-b-0{
    margin-bottom: 0;
}

/* .reh__callback-form h2{
    margin-bottom: 10px;
} */

/* .reh__callback-form .login_links .question-row{
    display: flex;
    justify-content: center;
    margin: 10px 10px;
}

.reh__callback-form .last-question-e p{
    margin-bottom: 20px;
} */

.reh__profile .reh__details .reh__profile-logo img {
    max-width: 150px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.reh__installer_iconList {
    padding: 40px 0;
    background: #04848117;
    margin: 20px 0;
}

.reh__installer_iconList .installer_iconList p {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    margin-top: initial;
    text-align: center;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.reh__installer_iconList .icon_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* background: #f7f7f7e6; */
    background: #f5f5f5e6;
    border-radius: 5px;
}

.reh__installer_iconList .installer_iconList {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.reh__installer_iconList .iconList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    gap: 5px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100%;
    align-items: center;
    position: relative;
}