/* Global css Start */

@font-face {
    font-family: "graphik_regularregular";
    src: url("../fonts/graphikregular-webfont.woff2") format("woff2"), url("fonts/graphikregular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "graphiklight";
    src: url("../fonts/graphiklight-webfont.woff2") format("woff2"), url("fonts/graphiklight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "graphikbold";
    src: url("../fonts/graphikbold-webfont.woff2") format("woff2"), url("fonts/graphikbold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "graphik_regularregular";
    font-size: 1rem;
}

ul::-webkit-scrollbar {
    display: none !important;
}

ol::-webkit-scrollbar {
    display: none !important;
}

.full {
    width: 100%;
    float: left;
}

.row::-webkit-scrollbar {
    display: none !important;
}

button:focus {
    box-shadow: none !important;
}

p {
    font-size: 1rem;
}

h1,
h2,
h3,
h4 {
    font-family: "graphik_regularregular";
}

.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (min-width: 1440px) {
    .ds1 {
        font-size: 5rem;
        line-height: 1;
    }
    /*80px*/
    .ds2 {
        font-size: 4.5rem;
    }
    /* 72px */
    .ds3 {
        font-size: 4rem;
    }

    .ds4 {
        font-size: 3.75rem;
    }
    /* 60px */
    .ds5 {
        font-size: 3rem;
    }
    /* 48px */
    .ds6 {
        font-size: 2.5rem;
    }

    .ds7 {
        font-size: 2.25rem;
    }
    /* 36px */
    .ds8 {
        font-size: 1.875rem;
    }
    /* 30px */
    .ds9 {
        font-size: 1.5rem;
    }
    /* 24px */
    .ds10 {
        font-size: 1.25rem;
    }
    /* 20px */
    .ds11 {
        font-size: 1rem;
    }
    /* 16px */
    .ds12 {
        font-size: 0.875rem;
    }
    /* 14px */
    .ds13 {
        font-size: 0.875rem;
    }
    /* 14px */
}

@media (max-width: 1440px) {
    .ds1 {
        font-size: calc(1.625rem + 2.5vw);
    }

    .ds2 {
        font-size: calc(1.575rem + 2.5vw);
    }

    .ds3 {
        font-size: calc(1.525rem + 1.3vw);
    }

    .ds4 {
        font-size: calc(1.475rem + 1.7vw);
    }

    .ds5 {
        font-size: calc(1.325rem + 1.1vw);
    }

    .ds6 {
        font-size: calc(1.375rem + 0.5vw);
    }

    .ds7 {
        font-size: calc(1.325rem + 0.5vw);
    }

    .ds8 {
        font-size: calc(1.3rem + 0.3vw);
    }

    .ds9 {
        font-size: calc(1rem + 0.1vw);
    }

    .ds10 {
        font-size: calc(1.1rem + 0.1vw);
    }

    .ds11 {
        font-size: calc(0.775rem + 0.1vw);
    }

    .ds12 {
        font-size: 0.875rem;
    }

    .ds13 {
        font-size: 0.875rem;
    }
    /* 14px */
    p {
        font-size: calc(0.875rem + 0.1vw);
        color: #4e4849;
    }
}

@media (max-width: 767px) {
    .ds1 {
        font-size: calc(1.625rem + 2.5vw);
    }

    .ds2 {
        font-size: calc(1.575rem + 2.5vw);
    }

    .ds3 {
        font-size: calc(1.525rem + 1.3vw);
    }

    .ds4 {
        font-size: calc(1.475rem + 1vw);
    }

    .ds5 {
        font-size: calc(1.325rem + 0.1vw);
    }

    .ds6 {
        font-size: calc(1.375rem + 0.5vw);
    }

    .ds7 {
        font-size: calc(1.325rem + 0.5vw);
    }

    .ds8 {
        font-size: calc(1.3rem + 0.3vw);
    }

    .ds9 {
        font-size: calc(1rem + 0.1vw);
    }

    .ds10 {
        font-size: calc(1.1rem + 0.1vw);
    }

    .ds11 {
        font-size: calc(0.875rem + 0.1vw);
    }

    .ds12 {
        font-size: 0.875rem;
    }

    .ds13 {
        font-size: 0.875rem;
    }

    p {
        font-size: calc(0.875rem + 0.1vw);
    }
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: black;
}

/* Global css End */

.profileHeader {
    width: 100%;
    background-color: #3F7A80;
    padding: 30px 0;
    height: 180px;
    position: relative;
}

.contractorDiv h1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-style: italic;
}

    .contractorDiv h1 strong {
        text-transform: lowercase;
    }

.header-cutimg {
    margin-top: -30px;
}

.reviewDiv {
    float: right;
    text-align: right;
}

    .reviewDiv h2 {
        margin-bottom: 0;
        line-height: 42px;
        margin-top: 15px;
    }

    .reviewDiv ol li i {
        color: #fdd835;
    }

.menuDiv ul li {
    margin-bottom: 30px;
    margin-top: 40px;
}

    .menuDiv ul li a {
        color: #a7a7a7;
    }

    .menuDiv ul li.active a {
        color: #000;
    }

.menuDiv {
    margin-top: 90px !important;
}

.body-sec {
    margin-top: -6%;
    position: relative;
}

.body-sec-in h2 {
    font-weight: bold;
    margin-top: 10px !important;
}

.body-sec-in span {
    border-radius: 15px;
    border: 3px solid #fff;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
}

.body-sec-in-RhtBox {
    margin-bottom: 20px !important;
}

    .body-sec-in-RhtBox ul li a {
        background-color: #efefef;
        padding: 4px 15px;
        border-radius: 10px;
        display: inline-block;
        width: 100%;
    }

.body-sec-in-Rht {
    padding-top: 7%;
}

.part {
    width: 100%;
    margin-bottom: 10px;
}

    .part ul li img {
        width: 100%;
    }

    .part li a {
        padding: 0 !important;
    }

    .part h4 {
        color: #605b5f;
    }

.boderbox {
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-top: 10px;
    height: 175px;
}

    .boderbox span {
        height: 100%;
        display: flex;
        align-items: center;
    }

        .boderbox span img {
            width: 100%;
        }

    .boderbox ul li {
        color: #747074;
        background: url(../images/tickcircle.png) no-repeat 0px 3px;
        padding-left: 25px;
        margin: 5px 0;
    }

.body-sec-in-RhtBox h3 {
    font-weight: bold;
    color: #4c464b;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.customerBox-header h4 {
    margin-bottom: 0 !important;
}

.boderbox h4 {
    font-weight: bold;
    color: #4c464b;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.reviewBox {
    box-shadow: 0px 0px 9px #ebebeb;
    padding: 15px;
    width: 100%;
}

.customerBox {
    width: 100%;
}

.customerBox-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #f5f5f5;
    padding: 12px 15px;
    align-items: center;
    margin-bottom: 12px;
}

.startPart {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

    .startPart ol li i {
        color: #f4b400;
    }

/* review section */

.chart {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

    .chart .rate-box {
        display: flex;
        gap: 15px;
        height: 30px;
        padding: 12px 0 !important;
        margin-bottom: 5px;
    }

        .chart .rate-box > * {
            height: 100%;
            display: flex;
            align-items: center;
            font-weight: 500;
            color: #897d7d;
            font-size: 13px;
        }

.startPart .gap-1 {
    gap: 0.1rem !important;
}

.rate-box .value {
    display: flex;
    align-items: center;
}

    .rate-box .value:hover {
        color: #66bb6a;
    }

.chart .value {
    color: #4c464b;
    cursor: pointer;
    width: 55px;
}

.rate-box .progress-bar {
    border-width: 1px;
    position: relative;
    background-color: #f3effd;
    width: 100%;
    height: 10px;
    border-radius: 100px;
    align-items: self-start;
}

    .rate-box .progress-bar .progress {
        background-color: #3F7A80;
        height: 100%;
        border-radius: 100px;
        transition: 300ms ease-in-out;
    }

.write-a-review {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    height: 328px;
}

    .write-a-review h5 {
        text-align: center;
        margin-bottom: 20px;
    }

        .write-a-review h5 span {
            text-decoration: underline;
        }

.scrollSec-pro p {
    color: #605b5f;
    margin-bottom: 5px;
}

.exteriorPainting .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -100px;
    z-index: 99999;
    position: relative;
}

.write-a-review .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -138px;
    z-index: 99999;
    position: relative;
}

    .write-a-review .owl-nav button,
    .exteriorPainting .owl-nav button {
        border: 1px solid #000 !important;
        width: 40px;
        display: inline-block;
        height: 40px;
        align-items: center;
        display: flex !important;
        justify-content: center;
        line-height: 0;
        padding: 0px !important;
        border-radius: 50px !important;
        margin: 0 -45px !important;
        opacity: 0.8;
    }

.scrollSec .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #3F7A80;
}

.write-a-review .owl-nav button span,
.exteriorPainting .owl-nav button span {
    font-size: 2.5rem;
    margin-top: -7px;
}

.yollow-start ol li i {
    color: #f4b400;
}

/* review section */

.scrollSec-pro {
    background-color: #f9f9f9;
    padding: 20px 10px;
}

.scrollSec-pro-imggroup span img {
    width: auto !important;
}

.scrollSec-pro-imggroup {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 17px;
    margin-bottom: 15px;
}

.scrollSec-pro h4 {
    font-weight: 600;
    color: #3F7A80;
}

footer {
    background-color: #3F7A80;
}

    footer .footer-sec-lft {
        float: left;
    }

    footer .footer-sec-rht {
        float: right;
    }

        footer .footer-sec-rht ul {
            padding: 0;
            margin: 0;
            margin-bottom: 30px;
        }

.footer-sec-in {
    padding: 0 !important;
}

.fotbot {
    padding: 10px 0;
    color: #988fad;
    text-align: center;
    border-top: 1px solid #ffffff38;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.footer-sec-lft {
    float: left;
}

.body-sec-in-Rht ol li a img {
    width: 100%;
}

.footer-sec-lft ul {
    padding: 0;
}

    .footer-sec-lft ul li a {
        padding: 0;
        color: #dbd6d6;
    }

.linkDiv {
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.footer-sec-lft ul li a i {
    color: #fff;
}

.logo img {
    width: 130px;
}

.frameHeight {
    height: 350px;
}

.certificatesStyle img {
    max-height: 180px;
}

.certificate-modal {
    position: fixed;
    inset: 0;
    background-color: #00000094;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
}
.certificate-modal li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.modal-wrap {
    position: relative;
    height: 100%;
}
.open-modal {
    display: block;
}
.modal-img {
    height: 90vh;
}
.modal-close {
    color: white;
    text-align: right;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .profileHeader {
        height: 190px;
    }
}




@media screen and (max-width: 991px) {
    .frameHeight {
        height: 200px;
    }

    .logo {
        text-align: center;
        margin-bottom: 5px;
    }

        .logo img {
            width: 90px;
        }

    .body-sec-in {
        text-align: center;
    }

    .body-sec {
        margin-top: -70px;
        z-index: 9999;
        position: relative;
    }

    .reviewDiv h2 {
        color: #000 !important;
        font-size: 24px;
    }

    .body-sec-in h2 {
        /*    margin-bottom: 0 !important;*/
        line-height: 24px;
        font-size: 30px;
        margin-top: 25px;
    }

    .boderbox span {
        display: inline-block;
    }

    .boderbox {
        height: auto;
        text-align: center;
        margin: 0;
    }

        .boderbox ul li {
            text-align: left;
            font-size: 14px;
        }

    .body-sec-in-RhtBox h3 {
        margin-bottom: 10px;
    }

    .boderbox span img {
        width: auto;
    }

    .reviewDiv .gap-2 {
        gap: 0.2rem !important;
        display: inline-flex !important;
    }

    .reviewDiv {
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .reviewDiv h2 {
            font-size: 24px;
        }

    .customerBox-header h4 {
        font-size: 12px;
    }

    .startPart .gap-2 {
        gap: 0.2rem !important;
    }

    .startPart span {
        font-size: 12px !important;
    }

    .write-a-review .owl-nav,
    .exteriorPainting .owl-nav {
        display: none;
    }

    .chart .value {
        font-size: 13px;
    }

    .rate-box .progress-bar {
        height: 6px;
    }

    .CertificatesDiv {
        display: -webkit-inline-box !important;
        overflow: scroll;
    }

        .CertificatesDiv li {
            width: 43%;
        }

    .paintingDiv {
        display: -webkit-inline-box !important;
        overflow: scroll;
    }

    .body-sec-in-RhtBox .part ul {
        margin-bottom: 8px;
    }

    .body-sec-in-RhtBox .part:last-child ul {
        margin-bottom: 0;
    }


    .paintingDiv li {
        width: 43%;
    }

    .fot-imgonly {
        display: none;
    }

    .footer-sec-in {
        padding: 30px 0 !important;
    }

    footer .footer-sec-lft {
        width: 100%;
        margin-top: -75px;
    }

    .footer-sec-lft li:last-child a {
        padding: 8px 0;
        text-align: center;
        border: 1px solid #fff;
        width: 100%;
        border-radius: 10px;
    }

    .footer-sec-lft li:last-child {
        margin-top: 20px;
        width: 100%;
    }

    .fotbot {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        width: 100%;
    }

    .reviewDiv p {
        color: #4e4849 !important;
    }

    .body-sec-in span {
        border: 5px solid #fff;
    }

    .btnGroup {
    }

        .btnGroup ul li {
            width: 100%;
        }

            .btnGroup ul li:first-child a {
                background-color: #3F7A80;
                color: #fff;
            }

            .btnGroup ul li a {
                padding: 12px 15px;
                border: 1px solid #000;
                border-radius: 8px;
                font-size: 15px;
                white-space: nowrap;
            }

                .btnGroup ul li a i {
                    font-size: 20px;
                    margin-top: -10px;
                }

    .body-sec-in-Rht {
        padding-top: 5%;
    }

    .reviewBox {
        padding: 5px;
    }

    .customerBox-header {
        padding: 12px 5px;
    }

    .startPart ol li i {
        font-size: 13px;
    }

    .startPart ol li {
        margin-top: -5px;
    }

    .contractorDiv {
        padding: 10px 0 0 0;
    }

    .part {
        margin-bottom: 0;
    }

    .write-a-review {
        height: auto;
    }

    .body-sec-in-RhtBox ul li a {
        font-size: calc(0.875rem + 0.1vw);
    }
}

@media screen and (max-width: 375px) {
}
