*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Variable */

:root {

    --Rubik: 'Rubik';
    --bodyfont: 18px;
    --body-font-weight: 400;
    --body-font-line-height: 1.8;

    --white: #fff;
    --offwhite: #fff;
    --black: #000;
    --darkRed: #8C2730;
    --blue: #004A87;



    --font60: clamp(36px, 4.196vw, 60px);
    --font50: clamp(32px, 3.497vw, 50px);
    --font40: clamp(30px, 2.797vw, 40px);
    --font30: clamp(24px, 2.797vw, 30px);
    --font28: clamp(24px, 1.958vw, 28px);
    --font27: clamp(22px, 1.888vw, 27px);
    --font23: clamp(20px, 1.608vw, 23px);
    --font22: clamp(20px, 1.538vw, 22px);
    --font20: clamp(18px, 1.399vw, 20px);
    --font18: clamp(16px, 1.259vw, 18px);
    --font17: clamp(16px, 1.259vw, 17px);
    --font16: clamp(15px, 1.259vw, 16px);

}

b {
    color: #231F20;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
}

.text-center {
    text-align: center;
}


.font60 {
    font-size: var(--font60);
    line-height: 1.1;
}

.font50 {
    font-size: var(--font50);
    line-height: 1.1;
}

.font40 {
    font-size: var(--font40);
    line-height: 1.1;
}

.font28 {
    font-size: var(--font28);
    line-height: 1;
}

.font27 {
    font-size: var(--font27);
    line-height: 1;
}

.font23 {
    font-size: var(--font23);
    line-height: 1;
}

.font22 {
    font-size: var(--font22);
}

.font20 {
    font-size: var(--font20);
}

.font18 {
    font-size: var(--font18);
}

.font17 {
    font-size: var(--font17);
}

.font16 {
    font-size: var(--font16);
}

.fw700 {
    font-weight: 700;
}

.fw600 {
    font-weight: 600;
}

.fw500 {
    font-weight: 500;
}

.fw400 {
    font-weight: 400;
}




strong {
    font-weight: 700;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--Rubik);
    font-size: var(--font20);
    font-weight: var(--body-font-weight);
    line-height: var(--body-font-line-height);
}

.wrapper {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.dflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
}

a {
    text-decoration: none;
    font-weight: 700;
}

.btn {
    color: var(--white);
    background-color: var(--darkRed);
    border-radius: 8px;
    padding: 10px 25px;
    font-size: var(--font18);
    display: inline-flex;
    text-align: center;
    transition: all 0.5s;
    border: 1px solid var(--darkRed);
    cursor: pointer;
    min-height: 50px;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    background: transparent;
    color: var(--darkRed);
}


.maintitle {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "Proxima-Nove";
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.offwhite {
    color: var(--offwhite);
}






/* Header css */
.site-branding {
    max-width: 160px;
}

.headerWrap {
    gap: 25px;
    flex-direction: column;
}

.site-branding img {
    width: 100%;
    height: auto;
}

.site-header {
    padding: 17px 0;
    background: #fff;
}

.contactbtn {
    color: var(--blue);
    transition: all 0.5s;
    word-break: break-all;
    letter-spacing: 0.44px;
    line-height: 1;
    overflow-y: visible;
}

.contact-bar {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.callButton {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #004A87;
}

.callButton img {
    width: 100%;
    height: 55px;
    max-width: 55px;
}

.contactbtn span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.1;
    color: #000;
    transition: all 0.5s;
    letter-spacing: 1.12px;
    font-weight: 400;
    text-transform: uppercase;
}

.contactbtn:hover span {
    color: #000;
}

.contactbtn:hover {
    color: #000;
}

@media screen and (min-width: 768px) {
    .site-branding {
        max-width: 200px;
    }

    .contact-bar {
        display: flex;
        gap: 60px;
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media screen and (min-width: 992px) {

    .site-branding {
        max-width: 174px;
    }

    .headerWrap {
        gap: 20px;
        flex-direction: row;
    }

}

/* banner css  */


/* Hero Banner */
.heroBaner {
    padding: 80px 0;
    position: relative;
}

.heroBaner::before {
    position: absolute;
    content: '';
    background-image: url(images/formshape.svg);
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 99;
    max-width: 356px;
    height: 85px;
    background-size: contain;
    left: 0;
    margin: auto;
}

.BannerRow {
    gap: 80px;
    position: relative;
}

.heroBaner .bgImage {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}

.heroBaner .bgImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.heroBaner .subtitle {
    font-style: italic;
    margin-bottom: 10px;
}

.eyebrow {
    padding: 12px 14px;
    background: rgb(59 134 62 / 30%);
    color: #fff;
    margin-bottom: 30px;
    border: 1px solid #3B863E;
    text-transform: uppercase;
    letter-spacing: 1.80px;
    line-height: 1;
}

.heroBaner .heroBaner .content p {
    margin-bottom: 30px;
    color: #F7F7F7;
}

.heroBaner .leftBlock {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.heroBaner .rightBlock {
    max-width: 700px;
    width: 100%;
    background-color: #fff;
    position: relative;

}

.heroBaner .contentWrap {
    text-align: center;
}

.heroBaner .rightBlock:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;

}

.rightImageAdd .rightBlock {
    background: none;
    padding: 0 !important;
}

.rightImageAdd .BannerRow {
    gap: 45px;
}

.heroBaner.rightImageAdd {
    padding: 120px 0 !important;
}

.rightImageAdd .rightBlock:before {
    display: none;
}

.rightImageAdd .rightBlock:after {
    display: none;
}

.heroBaner .gform_heading {
    text-align: center;
}

.heroBaner .gform_title {
    font-size: var(--font40);
}

.heroBaner .gform_description {
    font-size: var(--font18);
}

.heroBaner form {
    padding: 0;
}

.heroBaner .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
}

.heroBaner .gform-body input,
.heroBaner .gform-body select,
.heroBaner .gform-body textarea {
    padding: 22px 10px 22px 47px !important;
    font-family: 'Rubik';
    font-size: var(--font18) !important;
    font-weight: 500;
    color: #004A87;
    border: 0;
    outline: unset;
    background-color: #EFEFEF;
    max-height: 73px;
    line-height: 1;
    min-height: 60px;
}

.heroBaner .gform-body select {
    appearance: none;
    cursor: pointer;
    background: #EFEFEF url(./assets/images/DownArrow.png) center right no-repeat;
    background-position: 96%;
}


.heroBaner .gform-footer input[type="submit"] {
    font-family: 'Rubik';
    font-weight: 700;
    border: 0;
    outline: unset;
    border-radius: 8px;
    background-color: var(--darkRed);
    padding: 20.5px 20px !important;
    color: #fff;
    font-size: var(--font20);
    width: 100%;
    text-transform: uppercase;
    border: 1px solid var(--darkRed) !important;
    transition: all 0.5s !important;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.heroBaner .gform-footer input[type="submit"]:hover {
    background: transparent !important;
    color: var(--darkRed) !important;
}

.heroBaner .ginput_container {
    position: relative;
}

.heroBaner .ginput_container::before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 21px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: center;
    background-repeat: no-repeat;
}

.heroBaner .name-icon .ginput_container::before {
    background-image: url(images/user1.png);
}

.heroBaner .phone-icon .ginput_container::before {
    background-image: url(images/telephone.png);
}

.heroBaner .email-icon .ginput_container::before {
    background-image: url(images/mail.png);
}

.heroBaner .town-icon .ginput_container::before {
    background-image: url(images/location.png);
}

.heroBaner .project-icon .ginput_container::before {
    background-image: url(images/roof.png);
}

.heroBaner .gform_heading {
    display: none !important;
}

.gform-body .formTitle {
    font-size: var(--font40);
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px;
}

.gform-body .formdescription {
    font-size: var(--font18);
    font-weight: 500;
    text-align: center;
    margin-block: 10px;
    line-height: 1.7;
}

.gform-body .formdescription br {
    display: none;
}

.gform_submission_error.hide_summary {
    font-size: 18px;
    color: red;
    font-weight: 600;
    line-height: 1.2;
}

.gform-icon.gform-icon--circle-error {
    display: none;
}

.validation_message {
    color: red !important;
    text-align: left;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0 !important;
    padding: 35px 0 !important;
    padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0px !important;
}

::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.gform-body .gfield--type-html {
    margin: 0;
}


.heroBaner .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    background: #0000003D !important;
    border: 1px solid rgb(255 255 255 / 50%) !important;
    border-radius: 8px !important;
    backdrop-filter: blur(10px) !important;
    padding: 29px 40px !important;
}

.heroBaner .wp-gr .grw-review .wp-google-feedback {
    height: 130px !important;
}

.heroBaner .grw-review-inner .wp-google-wrap {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.heroBaner .grw-review-inner .wp-google-wrap .wp-google-text {
    color: #fff !important;
    line-height: 1.6 !important;
    font-family: 'Rubik' !important;
    font-weight: 500 !important;
}

.heroBaner .wp-gr.wpac a.wp-google-name {
    color: #fff !important;
    font-size: var(--font23) !important;
    font-family: 'Rubik' !important;
    font-weight: 600 !important;
}

.heroBaner .wp-gr .wp-google-time {
    display: none !important;
}

.heroBaner .wp-gr .grw-review .wp-google-left {
    display: flex !important;
    align-items: center !important;
}

.heroBaner .wp-gr .grw-review-inner>svg {
    display: none;
}

.heroBaner .wp-gr {
    padding: 0 !important;
}


/* banner card  */

.banner-cards {
    margin: 35px 0;
}

.banner-card {
    background: rgb(255 255 255 / 10%);
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #fff;
}

.banner-cta-wrap .ctaTitle {
    color: #fff;
    letter-spacing: 0.44px;
    line-height: 1.1;
}

.banner-card img {
    width: 33px;
    height: 33px;
    object-fit: contain;
    margin-bottom: 0;
    min-width: 33px;
}

.banner-card .cardInfo h4 {
    font-size: var(--font18);
    margin-bottom: 0;
    color: #fff;
    line-height: 26px;
    text-align: left;
}

.banner-card .cardInfo p {
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.banner-cta-wrap .callButton {
    background: #004A87;
    max-width: fit-content;
    padding: 15px 70px 15px 30px;
    border-top: 2px solid #3B863E;
    text-align: left;
}

.contentWrap .content p {
    line-height: 32px;
}

.banner-call-btn {
    color: #fff !important;
    transition: 0.3s ease;
}

.banner-call-btn:hover {
    color: #3B863E !important;
}

.banner-call-btn span {
    font-size: 14px;
    color: #fff !important;
    letter-spacing: 1.12px;
}

.banner-call-btn strong {
    font-size: 16px;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .banner-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-content h2 {
        font-size: 34px;
    }

    .banner-cta-wrap .callButton {
        margin: auto;
    }

    .heroBaner.rightImageAdd {
        padding: 80px 0 120px !important;
    }
}

@media (max-width: 600px) {
    .banner-cards {
        grid-template-columns: 1fr;
    }

    .banner-content h2 {
        font-size: 26px;
    }

    .banner-call-btn {
        width: 100%;
    }
}



.Quiz-Form .numbertitle {
    font-size: var(--font30);
    text-align: center;
    background: #004A87;
    color: #fff;
    line-height: 1.2;
    padding: 30px !important;
}

.Quiz-Form .gform_page_fields .content {
    text-align: center;
    margin-top: 16px;
}

.Quiz-Form .gform_wrapper.gravity-theme .gfield_required {
    display: none;
}

.Quiz-Form form fieldset legend,
.Quiz-Form .numbertext {
    font-size: var(--font20) !important;
    text-align: center;
    color: #fff !important;
    background: #004A87 !important;
    padding-top: 30px !important;
    width: 100%;
    line-height: 32px;
    margin: 0;
    letter-spacing: 0;
    font-weight: 500;
}

.Quiz-Form v.numbertitle .numbertext {
    padding-top: 0 !important;
    padding-bottom: 15px;
}

.labeldesign .gfield_description {
    font-size: var(--font30) !important;
    margin-bottom: 22px !important;
    text-align: center;
    line-height: 1.2;
    color: #fff !important;
    background: #004A87 !important;
    padding: 30px !important;
    padding-top: 10px !important;
    letter-spacing: 0.60px;
    font-weight: 700;
}

.Quiz-Form .gfield_radio .gchoice {
    background-color: #F1F9FF;
    padding: 0 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.Quiz-Form .gfield_radio .gchoice .gfield-choice-input {
    min-height: 89px;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.Quiz-Form .gfield_radio .gchoice label {
    font-size: var(--font18) !important;
    position: relative;
    font-weight: 700;
    color: #004A87 !important;
    cursor: pointer;
}

.Quiz-Form .gfield_radio .gchoice label:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #004A87;
    position: absolute;
    left: -35px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.Quiz-Form .gfield_radio .gchoice .gfield-choice-input:checked+label:after {
    background-color: #3B863E;
    border: transparent;
}

.Quiz-Form .gform-body .gform-theme-button {
    padding: 19px 40px !important;
    padding-right: 70px !important;
    background-color: #3B863E !important;
    color: #fff !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-family: 'Rubik';
    cursor: pointer;
    font-size: var(--font22) !important;
    min-height: 60px;
    letter-spacing: 0.44px;
}

.gform_page .gform-page-footer:before {
    content: 'Prev';
    padding: 22.5px 40px !important;
    background-color: #E5EFE5 !important;
    color: #3B863E !important;
    line-height: 1 !important;
    font-size: 22px !important;
    height: 60px;
    font-family: 'Rubik';
    display: flex;
    align-items: center;
    background-image: url(images/chevrons-left.png);
    background-repeat: no-repeat;
    background-position: 40px center;
    width: 156px;
    justify-content: flex-end;
    font-weight: 700;
}

.gform_page.page1 .gform-page-footer:before,
.gform_page.page2 .gform-page-footer:before {
    display: none;
}

.gform-page-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.Quiz-Form .gform-body input {
    background-color: #F1F9FF;
    max-height: 100px;
    border: 1px solid #ccc;
}

.Quiz-Form .gform-page-footer input[type="submit"] {
    font-weight: 400;
    border: 0;
    border: 1px solid #3B863E;
    background-color: #3B863E !important;
    padding: 18px 40px !important;
    padding-right: 74px !important;
    color: #fff !important;
    font-size: var(--font22) !important;
    cursor: pointer;
    letter-spacing: 0.44px;
    line-height: 1.1 !important;
    font-weight: 700;
    min-height: 60px !important;
}

.Quiz-Form .gform-page-footer input[type="submit"]:hover {
    color: #3B863C;
    background: transparent !important;
    background-image: url(images/chevrons-right-white.png) !important;
    filter: brightness(0) saturate(100%) invert(42%) sepia(26%) saturate(957%) hue-rotate(72deg) brightness(99%) contrast(91%);
    background-repeat: no-repeat !important;
    background-position: 125px center !important;
}

.gform-loader {
    display: none !important;
}


.Quiz-Form .gform-body .gform_next_button,
.Quiz-Form .gform-body .gform_button {
    background-image: url(images/chevrons-right.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    text-align: left;
}

.Quiz-Form .gform-body .gform_button {
    background-position: 126px center;

}

.Quiz-Form .gform-body .gform_previous_button {
    background-image: url(images/chevrons-left.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    text-align: right;
}

.Quiz-Form .gform-body .page1 .gform_previous_button,
.Quiz-Form .gform-body .page2 .gform_previous_button {
    background-image: url(images/chevrons-left-white.png);
    padding: 19px 40px !important;
    padding-left: 70px !important;
}

.Quiz-Form .gform-body .gform-theme-button:hover {
    background-color: transparent !important;
    border: 1px solid;
    filter: brightness(0) saturate(100%) invert(42%) sepia(61%) saturate(458%) hue-rotate(73deg) brightness(91%) contrast(86%);
}

.Quiz-Form .rightBlock {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px;
}

.Quiz-Form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 14px;
}

.Quiz-Form .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0 !important;
    margin-top: 20px !important;
}

.Quiz-Form form {
    padding: 0 !important;
}

.Quiz-Form .leftBlock {
    max-width: 100%;
    margin-bottom: 30px;
}

.Quiz-Form .rightBlock:before {
    position: absolute;
    content: '';
    background-image: url(images/formshape.svg);
    top: -70px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 9;
    max-width: 381px;
    height: 92px;
    background-size: contain;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
}

.Quiz-Form .gfield_validation_message {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    font-size: 14px !important;
    margin-top: 4px !important;
    color: red !important;
    text-align: left;
}

.instruction.validation_message {
    display: none !important;
}

.numbertitle .numbertext {
    padding-top: 0 !important;
    padding-bottom: 14px;
}

@media screen and (min-width: 768px) {

    .heroBaner form {
        padding: 0 18px;
    }

    .Quiz-Form .rightBlock:before {
        top: -92px;
    }
}

@media screen and (min-width: 992px) {
    .heroBaner {
        padding: 160px 0 107px 0;
    }

    .BannerRow {
        gap: 00px;
    }

    .heroBaner .leftBlock {
        max-width: 46.786%;
        margin-bottom: 0;
    }

    .heroBaner .rightBlock {
        max-width: 47.429%;
        margin: 0;
    }

    .heroBaner .contentWrap {
        text-align: left;
    }

    .Quiz-Form .rightBlock {
        max-width: 47.852%;
        margin: 0;
        padding: 40px;
    }

    .Quiz-Form .leftBlock {
        max-width: 46.86%;
        margin-bottom: 0;
    }

}


@media screen and (min-width: 1200px) {

    .gform-body .formdescription br {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .Quiz-Form .gform-body .gform-theme-button {
        padding: 19px 30px !important;
        font-size: 18px !important;
        width: 130px;

    }

    .Quiz-Form .gform-page-footer input[type="submit"] {
        padding: 18px 20px !important;
        padding-right: 45px !important;
        font-size: 18px !important;
    }

    .Quiz-Form .gform-body .gform_button {
        background-position: 88px center;
    }

    .Quiz-Form .gform-body .gform_next_button {
        background-position: 81px center;
    }

    .Quiz-Form .gform-body .page1 .gform_previous_button,
    .Quiz-Form .gform-body .page2 .gform_previous_button {
        padding: 19px 30px !important;
        padding-left: 60px !important;
        background-position: 25px center;
    }

    .gform_page .gform-page-footer:before {
        padding: 22.5px 28px !important;
        font-size: 20px !important;
        background-position: 30px center;
        width: 130px;
    }

    .Quiz-Form .rightBlock {
        padding: 15px;
    }
}



/* Review google section */

.grw-review-inner .wp-google-wrap {
    order: 2;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.grw-review-inner .wp-google-left {
    order: 3;
}

.grw-review-inner .wp-google-stars .wp-star svg {
    width: 24px !important;
    height: 24px !important;
}

.grw-review-inner .wp-google-wrap .wp-google-text {
    font-size: var(--font20) !important;
    color: #656263 !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    line-height: 1.6;
}

.wp-gr .wp-more-toggle:before {
    font-size: var(--font20);
}

.wp-gr.wpac .wp-google-left img {
    width: 60px !important;
    height: 60px !important;
    margin-right: 12px !important;
}

.wp-gr .wp-more-toggle {
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: capitalize;
}

.grw-review-inner {
    box-shadow: 0px 15px 80px 10px rgb(0 0 0 / 8%) !important;
    background: #fff !important;
}

.ReviewSection .grw-review {
    padding: 0 !important;
    box-shadow: 0px 15px 80px 0px #0000000F !important;
    border-radius: 16px !important;
    width: calc((100% - var(--card-gap, 16px) * var(--gap, 2)) / var(--col, 3)) !important;
    flex: none !important;
    padding: 0 !important;
}

.ReviewSection .wp-gr[data-layout=grid] .grw-reviews {
    gap: calc(var(--card-gap, 20px) - var(--rev-padding));
    gap: 24px;
}

.ReviewSection .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    background: #fff !important;
    padding: 70px 50px 50px 50px !important;
    margin: 0 !important;
    gap: 25px !important;
}

.ReviewSection .wp-gr .grw-review .wp-google-feedback {
    height: 122px !important;
}

.ReviewSection .wp-gr .grw-review-inner>svg {
    order: 4;
    position: unset !important;
    width: 60px !important;
    height: 60px !important;
    margin: auto;
    padding: 15px;
    background: #cccccc30;
    border-radius: 50%;
    border: 1px solid #cccccc63;
    margin-top: 10px;
}

.ReviewSection .wp-gr.wpac a.wp-google-name {
    font-size: var(--font23) !important;
    font-weight: 600 !important;
    color: #004A87 !important;

}

.ReviewSection .wp-gr .wp-google-text {
    color: var(--text-color, #222) !important;
    font-size: 18px !important;
    line-height: 34px !important;
}

.ReviewSection .wp-gr .wp-google-time {
    margin: auto;
    color: #000 !important;
    opacity: 1 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
}

.ReviewSection .wp-gr .grw-review .wp-google-left {
    display: flex !important;
    align-items: center;
}


.ReviewSection .wp-gr .wp-google-url {
    background: #8C2730 !important;
    font-size: 0 !important;
    padding: 20px 25px !important;
    display: inline-block;
    border-radius: 8px !important;
    color: #fff !important;
    left: 50% !important;
    position: relative !important;
    margin-top: 50px !important;
    line-height: 1 !important;
    transform: translateX(-50%);
    border: 1px solid var(--darkRed) !important;
    transition: all 0.5s !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 53px !important;
    display: none;
}

.ReviewSection .wp-gr .wp-google-url:hover {
    background: transparent !important;
    color: var(--darkRed) !important;
}


.ReviewSection .wp-gr .wp-google-url:after {
    content: 'READ MORE REVIEWS';
    font-size: var(--font18);
    font-weight: 700 !important;
    font-family: 'Poppins';
}


.ReviewSection {
    padding: 80px 0 60px 0;
    position: relative;
}

.ReviewSection .bgImage {
    margin-bottom: 20px;
}

.ReviewSection .headingGroup {
    text-align: center;
}

.ReviewSection .starImage {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.ReviewSection .starImage img {
    width: auto;
}

.ReviewSection .headingGroup .maintitle {
    margin-bottom: 22px;
}

.ReviewSection .headingGroup .subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    flex-wrap: wrap;
    text-transform: uppercase;
    gap: 5px;
    line-height: 1.1;
    letter-spacing: 1.68px;
}

.ReviewSection b {
    color: #3B863E !important;
    letter-spacing: 1.68px;
}


.ReviewSection .headingGroup .subtitle span {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ReviewSection .headingGroup .subtitle .google {
    background-image: url(images/google-img.png);
}

.ReviewSection .review_button {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.rpi-stars {
    order: 4;
    text-align: center;
    margin: auto !important;
}

.rpi-row12-center {
    flex-direction: column !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
}

.rpi-row12-center .rpi-col6 {
    text-align: center;
    gap: 10px !important;
}

.grw-reviews .rpi-row12-center .grw-img-wrap {
    position: absolute !important;
    top: -100px;
    z-index: 999999;
    border-radius: 100%;
    margin: auto !important;
    left: 0;
    right: 0;
    min-width: 65px !important;
}

.rpi-col12 {
    gap: 25px !important;
}

.wp-gr .grw-img-wrap .grw-img,
.reviewSliderv .wp-gr .grw-img-wrap,
.reviewSlider .wp-gr .grw-img-wrap::before {
    min-width: 65px !important;
    max-width: 64px !important;
    object-fit: cover;
    height: 65px !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 65px !important;
    box-shadow: none !important;
}

.grw-img-wrap img.grw-img {
    border: 5px solid #fff !important;
    border-radius: 100%;
    box-shadow: none !important;
}

.rpi .grw-reviews .rpi-slide {
    overflow: visible !important;
    border-radius: 0px !important;
    padding: 0 !important;
    border: 1px solid;
    border-image: linear-gradient(180deg,
            #BBE3BD 0%,
            #FFFFFF 100%) 1;
}

.ReviewSection .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    overflow: visible !important;
    box-shadow: none !important;
}

.reviewSlider {
    margin-top: 50px;
}

.reviewSlider:after {
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(59 134 62 / 90%) 41%, rgb(59 134 62 / 40%) 83%, rgb(255 255 255 / 0%) 95%);
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.1;
}

.slideupPadding {
    padding-bottom: 300px !important;
}

.slideupPadding+section.ImageContentSection {
    margin-top: -150px !important;
}

@media (max-width: 1200px) {

    .ReviewSection .wp-gr[data-layout=grid] .grw-reviews {
        gap: 44px;
    }
}

@media (max-width: 992px) {
    .slideupPadding {
        padding-bottom: 200px !important;
    }

    .slideupPadding+section.ImageContentSection {
        margin-top: -90px !important;
    }
}

@media screen and (min-width: 768px) {

    .ReviewSection .headingGroup .subtitle .google {
        margin-right: 20px;
        width: 60px;
        height: 60px;
    }

    .ManufacturersCol {
        padding: 0 20px;
        max-width: 33.33%;
    }

    .ReviewSection .headingGroup .subtitle .google {
        display: block;
    }

    .reviewSlider {
        margin-top: 60px;
    }

}

@media screen and (min-width: 992px) {

    .ReviewSection {
        padding: 112px 0 131px;
    }

    .reviewSlider {
        margin-top: 90px;
    }
}


/* Image-content sectio */

.ImageContentSection {
    position: relative;
    margin-top: -90px;
}

.ImageContentSection .bgImage {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 20px;
}

.ImageContentSection .bgImage img {
    height: 100%;
}

.titleLogo {
    max-width: 117px;
    width: 100%;
    margin-bottom: 35px;
}

.ImageContentSection .innerwrap {
    clip-path: polygon(50% 3.45%, 100% 12%, 100% 100%, 0% 100%, 0% 12%);
    padding: 130px 0 80px 0;
    background-color: #fff;
}

.innerwrap:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(270deg, #004A87 0%, #004A87 26%, rgb(0 74 135 / 96%) 40%, rgb(0 74 135 / 93%) 52%, rgb(0 74 135 / 79%) 61%, rgb(0 74 135 / 79%) 80%, rgb(0 74 135 / 79%) 100%);
}

.ImageContentSection:before {
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, #004A87 0%, #3B863E 100%);
    width: 100%;
    top: 0px;
    left: 0;
    transform: translateY(-40px);
    clip-path: polygon(50% 5.45%, 100% 14.5%, 100% 100%, 0% 100%, 0% 14.5%);
}

.ImageContentSection .boxRow {
    position: relative;
    z-index: 2;
    justify-content: end;
}

.ImageContentSection .LeftBlock {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.ImageContentSection .RightBlock {
    max-width: 100%;
    width: 100%;
}

.ImageContentSection .boxRow.left {
    flex-direction: row-reverse;
}


.ImageContentSection .icontitle {
    color: #212121;
    line-height: 1.3;
}

.ImageContentSection .icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 15px 40px 0px #00000014;
    border-radius: 100%;
    margin-right: 15px;
    min-width: 60px;
    padding: 14px;
}

.ImageContentSection .icon img {
    object-fit: contain;
    width: auto;
    height: auto;
}

.ImageContentSection .iconList {
    gap: 20px;
    flex-wrap: wrap;
}

.ImageContentSection .iconWrap {
    flex-wrap: nowrap;
}

.ImageContentSection .maintitle {
    margin-bottom: 25px;
    color: #fff;
}

p:last-child {
    margin: 0;
}

.ImageContentSection .content {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}


@media screen and (min-width: 768px) {
    .ImageContentSection .iconList {
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 992px) {

    .ImageContentSection .RightBlock {
        max-width: 47.286%;
    }

    .ImageContentSection .LeftBlock {
        max-width: 46.255%;
        margin-bottom: 0;
    }


    .ImageContentSection .innerwrap {
        clip-path: polygon(50% 2.45%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
        padding: 180px 0 120px 0;
    }

    .ImageContentSection:before {
        clip-path: polygon(50% 3.45%, 100% 21%, 100% 100%, 0% 100%, 0% 21%);
    }

    .ImageContentSection .icon {
        width: 80px;
        height: 80px;

    }

    .innerwrap:after {
        background: linear-gradient(270deg, #004A87 0%, #004A87 16%, rgb(0 74 135 / 96%) 30%, rgb(0 74 135 / 93%) 42%, rgb(0 74 135 / 79%) 51%, rgb(0 74 135 / 0%) 70%, rgb(0 74 135 / 0%) 100%);
    }
}



.cp-section {
    padding: 80px 0px 140px;
}

.cp-inner {
    margin: 0 auto;
}

/* Header */
.cp-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    margin-bottom: 15px;
    text-align: center;
}

.cp-logo {
    max-height: 28px;
    width: auto;
    display: block;
    margin: auto;
}


.cp-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 300px;
    gap: 24px;
}

.cp-item {
    overflow: hidden;
    position: relative;
}

.cp-grid .cp-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.cp-grid .cp-item:nth-child(2) {
    grid-column: span 2;
}

.cp-grid .cp-item:nth-child(3) {
    grid-column: span 2;
    grid-row: span 2;
}

.cp-grid .cp-item:nth-child(4) {
    grid-column: span 2;
}

.cp-grid .cp-item:nth-child(5) {
    grid-column: span 3;
}

.cp-grid .cp-item:nth-child(6) {
    grid-column: span 3;
}

.cp-img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cp-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.cp-item:hover .cp-img-wrap img {
    transform: scale(1.04);
}

.cp-link {
    display: block;
    width: 100%;
    height: 100%;
}

.cp-empty {
    text-align: center;
    color: #888;
    padding: 40px 0;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .cp-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }

    .cp-grid .cp-item:nth-child(n) {
        grid-row: span 1;
        grid-column: span 1;
    }

    .cp-grid .cp-item:last-child:nth-child(odd) {
        grid-column: span 2;
    }

    .cp-section {
        padding: 80px 0px 80px;
    }
}

@media (max-width: 480px) {
    .cp-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }

    .cp-grid .cp-item:nth-child(n) {
        grid-row: span 1 !important;
        grid-column: span 1 !important;

    }

    .cp-section {
        padding: 60px 0px 60px;
    }
}


/* footer css  */

.er-footer {
    width: 100%;
}

.er-footer__top {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.er-footer__logo {
    margin-top: -65px;
    margin-bottom: 70px;
}

.er-footer__contact-item:last-child {
    padding-bottom: 0;
    border: none;
}

.er-footer__contact-item:first-child {
    padding-top: 0;
}

.er-footer__top::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.er-footer__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding: 70px 15px 56px;
}

.er-footer__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 180px;
}

.er-footer__logo img {
    max-width: 298px;
    height: auto;
    display: block;
}

.er-footer__social {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.er-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: border-color 0.2s, background 0.2s;
}

.er-footer__social-link:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.er-footer__copy {
    color: #fff;
    font-size: var(--font18);
    line-height: 34px;
}

.er-footer__contact {
    display: flex;
    flex-direction: column;
}

.er-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.er-footer__ci-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.er-footer__ci-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.er-footer__ci-label {
    font-size: 14px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    display: block;
}

.er-footer__ci-value {
    font-size: var(--font20);
    font-weight: 500;
    color: #ffffff;
    line-height: 32px;
    display: block;
}

.er-footer__ci-value--link {
    text-decoration: none;
    transition: color 0.2s;
}

.er-footer__ci-value--link:hover {
    color: #3B863E;
}

.er-footer__bottom-img {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    max-height: 318px;
    position: relative;
}

.er-footer__bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

@media (max-width: 992px) {
    .er-footer__logo {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .er-footer__inner {
        flex-direction: column;
        gap: 32px;
    }

    .er-footer__contact {
        width: 100%;
    }

    .er-footer__bottom-img {
        max-height: 240px;
    }
}

@media (max-width: 480px) {
    .er-footer__logo img {
        max-width: 130px;
    }

    .er-footer__ci-value {
        font-size: 0.9rem;
    }

    .er-footer__bottom-img {
        max-height: 100px;
    }
}