@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Bold.woff2') format('woff2'),
        url('../fonts/Sora-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Open Sans';
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-weight: bold;
}

h2 {
    font-size: 44px;
    line-height: 56px;
    font-family: 'Sora';
    color: #000000;
}

h3 {
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    font-family: 'Sora';
}

ul li,
ol li,
p {
    color: #000;
}

p {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 33px;
}

p:last-child {
    padding-bottom: 0;
}

/* Courtney and Hawkins Tree Service css */
.courtney_hawkins_tree_row {
    display: flex;
    flex-wrap: wrap;
}

.courtney_hawkins_tree h2 {
    padding-bottom: 21px;
}

.et_pb_row.our_services__row h4,
.courtney_hawkins_tree h3 {
    color: #FFAA00;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
    font-family: 'Open Sans';
}

/* .courtney_hawkins_tree p {
    padding-bottom: 33px;
}
.courtney_hawkins_tree p:last-child {
    padding-bottom: 0;
} */

.et_pb_section.courtney_hawkins_tree {
    margin-bottom: 100px;
    z-index: 0;
}

.et_pb_section.courtney_hawkins_tree .et_pb_column.left_col {
    width: 45.143%;
}

.et_pb_section.courtney_hawkins_tree .et_pb_column.right_col {
    width: 54.857%;
    padding-left: 75px;
    /* padding-top: 20px; */
}

.et_pb_section.courtney_hawkins_tree .et_pb_row.courtney_hawkins_tree_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.et_pb_section.courtney_hawkins_tree a.et_pb_button.hm_btn {
    margin-top: 35px;
    display: block;
    width: 100%;
    max-width: 355px;
}

a.et_pb_button.hm_btn {
    background-color: #FFAA00;
    padding: 10px 34px !important;
    color: #fff;
    font-size: 18px;
    line-height: 28px !important;
    margin: 0;
    border: 1px solid #FFAA00 !important;
    cursor: pointer;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    /* overflow: hidden; */
    transition: all 0.5s ease;
    z-index: 1;
}

.et_pb_button.hm_btn::after {
    transition-duration: .8s !important;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: #fff;
    display: none;
}

.et_pb_button.hm_btn:hover:after {
    top: -40%;
}

.et_pb_button.hm_btn:hover {
    color: #FFAA00;
}

a.et_pb_button.hm_btn:hover {
    background: #fff !important;
}

/* Our Services css start */
.et_pb_text ul {
    padding: 0;
}

.our_services_section ul li {
    position: relative;
    list-style: none;
    padding-left: 23px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
}

.column_count ul li {
    margin-bottom: 10px;
}

.column_count ul li:nth-child(2),
.column_count ul li:last-child,
.our_services_section ul li:last-child {
    margin-bottom: 0;
}

.our_services_section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 9px;
    height: 9px;
    background: #FFAA00;
    border-radius: 50px;
}

.column_count ul {
    column-count: 2;
    padding-top: 16px;
    column-gap: 24px;
}

.et_pb_section.our_services_section.et_section_regular {
    padding: 100px 0 100px;
    z-index: 0;
}

.et_pb_section.our_services_section .et_pb_row.our_services__row {
    padding-top: 0;
    padding-bottom: 85px;
}

.et_pb_section.our_services_section h2 {
    padding-bottom: 40px;
}

.et_pb_section.our_services_section h3 {
    padding-bottom: 20px;
}

.et_pb_section.our_services_section .et_pb_row.our_services__row:last-child {
    padding-bottom: 0;
}

.et_pb_row.our_services__row .et_pb_column.left_col {
    width: 54.857%;
    padding-right: 75px;
    /* padding-top: 20px; */
    width: 54.857%;
    padding-right: 75px;
    /* padding-top: 20px; */
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.et_pb_row.our_services__row .et_pb_column.right_col {
    width: 45.143%;
}

.et_pb_row.our_services__row .et_pb_column.left_col .column_one ul {
    padding-top: 17px;
}

.et_pb_row.our_services__row h4 {
    padding-top: 32px;
}

.et_pb_section.our_services_section .et_pb_row.our_services__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.et_pb_section.our_services_section .et_pb_row.our_services__row:nth-child(odd) {
    flex-direction: row-reverse;
}

.et_pb_row.our_services__row:nth-child(odd) .et_pb_column.left_col {
    padding-right: 0;
    padding-left: 75px;
}

/* .et_pb_row.our_services__row:nth-child(odd) .et_pb_column.left_col .column_one ul {
    padding-top: 0;
} */

/* Why choose css */
.et_pb_section.why_choose_service.et_section_regular {
    padding: 100px 0;
    z-index: 0;
}

.et_pb_section.why_choose_service.et_section_regular h2 {
    padding-bottom: 40px;
}

.blurb_design_module .et_pb_blurb_content {
    max-width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 12px;
    height: 100%;
    padding: 43px 30px 40px 30px
}

.et_pb_row.why_choose_blurb_row .et_pb_column {
    display: flex;
    justify-content: center;
    row-gap: 30px;
    flex-wrap: wrap;
    column-gap: 31px;
    width: 100%;
}
.et_pb_row.our_services__row h4 + ul {
    padding-top: 0 !important;
}
 
.et_pb_row.our_services__row .et_pb_column.left_col p + ul {
    padding-top: 17px !important;
}

.et_pb_row.why_choose_blurb_row .et_pb_module.blurb_design_module {
    width: calc(100% / 3 - 22px);
    margin-bottom: 0;
}

.et_pb_row.why_choose_blurb_row .et_pb_module_header {
    font-size: 26px;
    line-height: 40px;
    font-family: 'Open Sans';
    font-weight: bold;
    margin-bottom: 9px;
    padding-bottom: 0;
}

.et_pb_row.why_choose_blurb_row .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: center;
}

.et_pb_row.why_choose_blurb_row .et_pb_main_blurb_image {
    margin-bottom: 17px;
    height: 90px;
}

/* Get a Free Estimate Today css */
.et_pb_section.estimate_today_section.et_section_regular {
    padding: 100px 0;
    /* background: rgba(0, 0, 0, 0.5); */
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.et_pb_section.estimate_today_section.et_section_regular:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .50;
}

.et_pb_section.estimate_today_section .et_pb_column.right_col {
    width: 52.858%;
}

.et_pb_section.estimate_today_section .et_pb_column.left_col {
    padding-right: 80px;
    width: 47.142%;
}

.et_pb_section.estimate_today_section .et_pb_row.estimate_today_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.et_pb_row.estimate_today_row p,
.et_pb_row.estimate_today_row h3,
.et_pb_row.estimate_today_row h2 {
    color: #FFFFFF;
}

.et_pb_row.estimate_today_row h2 {
    padding: 0;
    margin-bottom: 22px;
}

.et_pb_row.estimate_today_row h3 {
    font-size: 26px;
    padding-bottom: 0;
    font-family: 'Open Sans';
    line-height: 40px;
    padding-bottom: 20px;
}

.et_pb_row.estimate_today_row p {
    font-size: 20px;
    padding-bottom: 0;
    line-height: 34px;
    padding-bottom: 32px;
    font-weight: 600;
}

.et_pb_row.estimate_today_row .et_pb_module.call_number p:last-child {
    padding-bottom: 0;
}

.et_pb_module.call_number a {
    font-size: 26px;
    font-family: 'Sora';
    font-weight: 700;
    line-height: 45px;
    color: #FFFFFF;
    transition: all ease-in-out 0.3s;
    position: relative;
    padding-left: 75px;
    min-height: 56px;
    display: flex;
    align-items: center;
}

.et_pb_module.call_number a:hover {
    color: #FFAA00;
}

.et_pb_module.call_number a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 56px;
    height: 56px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg id='Group_17' data-name='Group 17' transform='translate(-1306 -48)'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='28' cy='28' r='28' transform='translate(1306 48)' fill='%23fa0'/%3E%3Cg id='Group_4' data-name='Group 4' transform='translate(1317.55 59.275)'%3E%3Cg id='Group_3' data-name='Group 3'%3E%3Cpath id='Path_1' data-name='Path 1' d='M-569.41-105.1a3.234,3.234,0,0,0-2.346-1.076,3.345,3.345,0,0,0-2.374,1.069l-2.193,2.186c-.181-.1-.361-.187-.535-.278-.25-.125-.486-.243-.687-.368a23.841,23.841,0,0,1-5.712-5.206,14.067,14.067,0,0,1-1.874-2.957c.569-.521,1.1-1.062,1.61-1.582.194-.194.389-.4.583-.59a3.184,3.184,0,0,0,0-4.8l-1.895-1.895c-.215-.215-.437-.437-.646-.659-.417-.43-.854-.875-1.3-1.291a3.285,3.285,0,0,0-2.325-1.02,3.4,3.4,0,0,0-2.36,1.02l-.014.014-2.36,2.381a5.078,5.078,0,0,0-1.506,3.227,12.168,12.168,0,0,0,.888,5.15,29.884,29.884,0,0,0,5.31,8.856,32.661,32.661,0,0,0,10.876,8.516,16.945,16.945,0,0,0,6.108,1.8c.146.007.3.014.437.014a5.23,5.23,0,0,0,4-1.721c.007-.014.021-.021.028-.035A15.766,15.766,0,0,1-566.48-95.6c.3-.285.6-.583.9-.9a3.462,3.462,0,0,0,1.048-2.4,3.336,3.336,0,0,0-1.069-2.381Zm2.485,7.309c-.007,0-.007.007,0,0-.271.292-.548.555-.847.847a18.284,18.284,0,0,0-1.339,1.388,3.346,3.346,0,0,1-2.61,1.1c-.1,0-.215,0-.319-.007a15.054,15.054,0,0,1-5.414-1.624A30.831,30.831,0,0,1-587.7-104.11a28.178,28.178,0,0,1-5-8.322,9.911,9.911,0,0,1-.777-4.345,3.186,3.186,0,0,1,.958-2.061l2.367-2.367a1.578,1.578,0,0,1,1.055-.493,1.485,1.485,0,0,1,1.013.486l.021.021c.423.4.826.805,1.249,1.242.215.222.437.444.659.673l1.9,1.895a1.325,1.325,0,0,1,0,2.152c-.2.2-.4.4-.6.6-.583.6-1.138,1.152-1.742,1.694-.014.014-.028.021-.035.035a1.416,1.416,0,0,0-.361,1.576l.021.062a15.215,15.215,0,0,0,2.242,3.658l.007.007a25.47,25.47,0,0,0,6.163,5.608,9.479,9.479,0,0,0,.853.465c.25.125.486.243.687.368.028.014.056.035.083.049a1.5,1.5,0,0,0,.687.174,1.484,1.484,0,0,0,1.055-.479l2.374-2.374a1.57,1.57,0,0,1,1.048-.521,1.414,1.414,0,0,1,1,.507l.014.014,3.824,3.824A1.372,1.372,0,0,1-566.925-97.794Z' transform='translate(595.375 125.474)' fill='%23fff'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M-350-63.194a8.8,8.8,0,0,1,4.789,2.485,8.848,8.848,0,0,1,2.485,4.789.931.931,0,0,0,.923.777,1.238,1.238,0,0,0,.16-.014.938.938,0,0,0,.77-1.083,10.705,10.705,0,0,0-3.005-5.8,10.706,10.706,0,0,0-5.8-3.005.942.942,0,0,0-1.083.763A.927.927,0,0,0-350-63.194Z' transform='translate(367.753 71.017)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M-331.364-136.471a17.612,17.612,0,0,0-4.949-9.543,17.611,17.611,0,0,0-9.543-4.949.933.933,0,0,0-1.076.763.942.942,0,0,0,.77,1.083,15.77,15.77,0,0,1,8.53,4.421,15.723,15.723,0,0,1,4.421,8.53.931.931,0,0,0,.923.777,1.236,1.236,0,0,0,.16-.014A.92.92,0,0,0-331.364-136.471Z' transform='translate(364.187 150.978)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/* form css */
.right_col .gform-footer.gform_footer.top_label {
    padding: 0;
    margin: 25px 0 0 0;
}

.right_col .gform-footer.gform_footer.top_label input {
    margin-bottom: 0;
}

.right_col .et_pb_module.et_pb_code {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 27px #00000026;
    border-radius: 20px;
    padding: 36px 50px 50px 50px;
}

.right_col .gform_wrapper .gfield .ginput_container input {
    padding: 12px 12px 12px 10px !important;
}

.right_col .gform_wrapper.gravity-theme .gform_fields {
    column-gap: 30px;
}

.right_col .gform_wrapper .gfield .ginput_container textarea {
    padding: 12px 12px 12px 10px !important;
    max-height: 92px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 33, 124, 0.3);
    font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #000000;
    display: block;
}

.gform_wrapper form .gform-footer .button {
    margin: 0;
    padding: 10px 35px;
    font-size: 18px;
    border-radius: 50px;
    line-height: 28px;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FFAA00;
    border: 1px solid #FFAA00;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.gform_wrapper .gfield .ginput_container textarea:focus,
.gform_wrapper .gfield .ginput_container input:focus {
    border-color: #FFAA00;
}

.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme .gfield_description {
    display: none;
}

body .gform_wrapper.gravity-theme .gform-loader {
    border-block-end: 1.1em solid #FFAA00;
    border-inline-start: 1.1em solid #FFAA00;
}

body span#gform_ajax_spinner_2 {
    left: 10px;
}

.gform_wrapper .gfield .ginput_container input {
    cursor: text;
}

.gform_wrapper form .gform-footer .button:focus,
.gform_wrapper form .gform-footer .button:hover,
.gform_wrapper form .gform-footer .button:focus {
    background-color: #fff;
    border-color: #FFAA00;
    color: #FFAA00;
}

.et_pb_section.footer_section.et_section_regular {
    padding: 40px 0;
}

.et_pb_section.footer_section .et_pb_text_inner {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-family: "Open Sans";
    font-weight: normal;
    padding-right: 20px;
}

.et_pb_section.footer_section .et_pb_module.et_pb_image {
    text-align: end !important;
}

.et_pb_section.footer_section .et_pb_row.footer_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.et_pb_section.footer_section .et_pb_column.left_col {
    width: 60%;
}

.et_pb_section.footer_section .et_pb_column.right_col {
    width: 40%;
}

.et_pb_section.courtney_hawkins_tree span.et_pb_image_wrap,
.et_pb_section.our_services_section span.et_pb_image_wrap {
    overflow: hidden;
    border-radius: 20px;
}

body:not(.home) header.et-l.et-l--header {
    background-color: #000000;
    padding: 20px 0;
}

body:not(.home) .et-l--header .et_pb_section.header-section {
    position: static;
    padding: 0;
}

.et_pb_section.error_thank_you_page.et_pb_section {
    padding: 100px 0 !important;
}

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

.et_pb_row.error_thank_you_row .et_pb_column.left_col {
    width: 40%;
    margin: 0;
}

.et_pb_row.error_thank_you_row .et_pb_column.right_col {
    width: 60%;
    padding-left: 80px;
}

.et_pb_row.error_thank_you_row h1 {
    font-size: 44px;
    line-height: 56px;
    color: #000000;
    padding-bottom: 16px;
    font-family: 'Sora';
}

.et_pb_row.error_thank_you_row a.et_pb_button.hm_btn {
    margin-top: 30px;
}

.et_pb_row.error_thank_you_row .et_pb_column.left_col.thank_you_image {
    /* width: 35%; */
}

/* .et_pb_row.error_thank_you_row .et_pb_column.right_col.thank_you_content {
    width: 65%;
} */

.home footer.et-l.et-l--footer {
    z-index: 0;
    position: relative;
}

body .banner-section .gform_wrapper form .gform-body {
    margin-bottom: 46px;
}


/* Our Reviews css */
.our_reviews_section h2 {
    color: #FFFFFF;
    padding-bottom: 39px;
}


.et_pb_section.our_reviews_section.et_section_regular {
    padding: 100px 0 100px 0;
/*    z-index: -1;*/
}


div.grecaptcha-badge {
    bottom: 80px !important;
}
body .uwy.userway_p5 .userway_buttons_wrapper {
    bottom: 72px !important;
}

@media (max-width: 1439px) {
    .et_pb_row.why_choose_blurb_row .et_pb_module_header {
        line-height: 36px;
    }

    h2 {
        line-height: 54px;
    }

    .et_pb_section.courtney_hawkins_tree .et_pb_column.right_col {
        padding-top: 0;
    }

    .et_pb_row.our_services__row .et_pb_column.left_col {
        justify-content: unset;
    }

    .et_pb_section.estimate_today_section .et_pb_row.estimate_today_row,
    .et_pb_section.our_services_section .et_pb_row.our_services__row,
    .et_pb_section.courtney_hawkins_tree .et_pb_row.courtney_hawkins_tree_row {
        align-items: unset;
    }

    .et_pb_section.courtney_hawkins_tree .et_pb_column.left_col .et_pb_module.et_pb_image,
    .et_pb_row.our_services__row .et_pb_column.right_col .et_pb_module.et_pb_image,
    .et_pb_section.estimate_today_section .et_pb_column.right_col .et_pb_module {
        position: sticky;
        top: 0;
    }

   
    body:not(.home) .header-section .header-row .image-col {
        width: 140px;
    }
    body:not(.home) .et_pb_row.header-row .et_pb_column.number-col {
        width: calc(100% - 140px);
    }

    body .banner-section .form-row .form-col h3 {
        line-height: 46px;
    }

}

@media (max-width: 1199px) {
    .et_pb_section.courtney_hawkins_tree {
        margin-bottom: 70px;
    }

    .et_pb_section.our_services_section.et_section_regular {
        padding: 62px 0 70px;
    }


    .et_pb_section.courtney_hawkins_tree .et_pb_column.right_col {
        padding-left: 50px;
    }

    .courtney_hawkins_tree h2 {
        padding-bottom: 10px;
    }

    p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .et_pb_row.our_services__row h4,
    .courtney_hawkins_tree h3 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 14px;
    }

    h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .our_services_section ul li {
        padding-left: 20px;
        font-size: 18px;
        line-height: 30px;
    }

    .our_services_section ul li::before {
        top: 12px;
    }

    .et_pb_row.our_services__row .et_pb_column.left_col {
        padding-right: 50px;
    }

    .et_pb_row.our_services__row:nth-child(odd) .et_pb_column.left_col {
        padding-left: 50px;
    }

    .et_pb_row.our_services__row h4 {
        padding-top: 20px;
    }

    .et_pb_section.our_services_section h2 {
        padding-bottom: 30px;
    }

    .et_pb_section.our_services_section h3 {
        padding-bottom: 10px;
    }

    .et_pb_section.our_services_section .et_pb_row.our_services__row {
        padding-top: 0;
        padding-bottom: 64px;
    }
    body .et_pb_row.courtney_hawkins_tree_row .et_pb_column.form-col h3,
    .banner-section .form-row .form-col h3,
    h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .et_pb_section.why_choose_service.et_section_regular h2 {
        padding-bottom: 26px;
    }

    .blurb_design_module .et_pb_blurb_content {
        padding: 30px 20px;
    }

    .et_pb_section.why_choose_service.et_section_regular {
        padding: 62px 0 70px;
    }

    .et_pb_row.why_choose_blurb_row .et_pb_module_header {
        line-height: 30px;
        font-size: 22px;
    }

    .et_pb_section.estimate_today_section.et_section_regular {
        padding: 70px 0;
    }

    .et_pb_section.estimate_today_section .et_pb_column.left_col {
        padding-right: 50px;
    }

    .et_pb_section.courtney_hawkins_tree a.et_pb_button.hm_btn {
        margin-top: 28px;
        max-width: 310px;
    }

    a.et_pb_button.hm_btn {
        padding: 8px 26px !important;
        font-size: 16px;
        text-align: center;
    }

    .et_pb_row.estimate_today_row h2 {
        margin-bottom: 16px;
    }

    .et_pb_row.estimate_today_row h3 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 14px;
    }

    .et_pb_row.estimate_today_row p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 28px;
    }

    .right_col .gform_wrapper.gravity-theme .gform_fields {
        column-gap: 20px;
    }

    .right_col .et_pb_module.et_pb_code {
        padding: 36px 40px 40px 40px;
    }

    .right_col .gform-footer.gform_footer.top_label {
        margin: 30px 0 0 0;
    }

    .gform_wrapper form .gform-footer .button {
        padding: 8px 30px;
        font-size: 16px;
        line-height: 28px !important;
    }

    .et_pb_module.call_number a::before {
        width: 46px;
        height: 46px;
    }

    .et_pb_module.call_number a {
        font-size: 22px;
        line-height: 32px;
        padding-left: 65px;
        min-height: 46px;
    }

    .right_col .gform_wrapper .gfield .ginput_container input {
        padding: 10px !important;
    }

    .right_col .gform_wrapper .gfield .ginput_container textarea {
        padding: 10px !important;
        max-height: 80px;
    }

    .our_services_section ul li {
        margin-bottom: 10px;
    }

    .et_pb_section.footer_section .et_pb_text_inner {
        font-size: 16px;
        line-height: 28px;
    }

    .et_pb_section.footer_section.et_section_regular {
        padding: 30px 0;
    }

    .et_pb_row.error_thank_you_row .et_pb_column.right_col {
        padding-left: 50px;
    }

    .et_pb_row.error_thank_you_row h1 {
        font-size: 38px;
        line-height: 48px;
        padding-bottom: 12px;
    }

    .et_pb_section.error_thank_you_page.et_pb_section {
        padding: 70px 0 !important;
    }

    .et_pb_row.error_thank_you_row .et_pb_column.left_col.thank_you_image {
        /* width: 40%; */
    }

    /* .et_pb_row.error_thank_you_row .et_pb_column.right_col.thank_you_content {
        width: 60%;
    } */
    body .gform_wrapper .gfield .ginput_container textarea,
    .et_pb_column.form-col .gfield .ginput_container textarea::placeholder,
    .et_pb_row.courtney_hawkins_tree_row .et_pb_column.form-col .gfield .ginput_container textarea::placeholder {
        font-size: 16px;
        line-height: 28px;
        color: #000000;
    }
    body .et_pb_section.banner-section {
        margin-bottom: 70px;
    }
    .et_pb_section.our_reviews_section.et_section_regular {
        padding: 70px 0 70px 0;
    }
    .our_reviews_section h2 {
        padding-bottom: 20px;
    }
    body .uwy.userway_p5 .userway_buttons_wrapper {
        bottom: 60px !important;
    }
}

@media (max-width: 980px) {
    .et_pb_row.why_choose_blurb_row .et_pb_column {
        gap: 25px;
    }

    .et_pb_row.why_choose_blurb_row .et_pb_module.blurb_design_module {
        width: calc(100% / 2 - 14px);
    }

    .et_pb_section.courtney_hawkins_tree .et_pb_column.left_col {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        z-index: 0;
    }

    .et_pb_section.courtney_hawkins_tree .et_pb_column.right_col {
        padding-left: 0;
        width: 100%;
        padding-top: 30px;
        z-index: 0;
    }

    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    p {
        padding-bottom: 16px;
    }

    .et_pb_row.our_services__row .et_pb_column.left_col {
        padding-right: 0;
        width: 100%;
        padding-top: 32px;
    }

    .et_pb_row.our_services__row .et_pb_column.right_col {
        width: 100%;
        max-width: 500px;
        margin: 0 auto !important;
    }

    .et_pb_section.our_services_section .et_pb_row.our_services__row:nth-child(odd),
    .et_pb_section.our_services_section .et_pb_row.our_services__row {
        flex-direction: column-reverse;
    }

    .et_pb_row.our_services__row:nth-child(odd) .et_pb_column.left_col {
        padding-left: 0;
        width: 100%;
    }

    .et_pb_section.our_services_section.et_section_regular {
        padding: 62px 0 66px;
        z-index: -1;
    }
    .et_pb_section.why_choose_service.et_section_regular {
        z-index: -1;
    }

    .our_services_section ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .our_services_section ul li::before {
        top: 11px;
    }

    .et_pb_section.our_services_section .et_pb_row.our_services__row {
        padding-bottom: 66px;
    }

    .et_pb_section.estimate_today_section .et_pb_column.left_col {
        padding-right: 0;
        width: 100%;
    }

    .et_pb_section.estimate_today_section .et_pb_column.right_col {
        width: 100%;
        padding-top: 40px;
    }

    .right_col .et_pb_module.et_pb_code {
        padding: 26px 20px 40px 20px;
    }

    .et_pb_row.estimate_today_row p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .et_pb_module.call_number a {
        font-size: 20px;
        line-height: 30px;
    }

    .et_pb_section.estimate_today_section.et_section_regular {
        padding: 62px 0 70px 0;
        z-index: -1;
    }

    .et_pb_row.error_thank_you_row a.et_pb_button.hm_btn {
        margin-top: 24px;
    }

    .et_pb_row.error_thank_you_row .et_pb_column.left_col {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .et_pb_row.error_thank_you_row .et_pb_text_inner {
        text-align: center;
    }

    .et_pb_row.error_thank_you_row .et_pb_column.right_col {
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 32px;
    }

    .et_pb_row.error_thank_you_row h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .et_pb_row.error_thank_you_row .et_pb_column.left_col.thank_you_image,
    .et_pb_row.error_thank_you_row .et_pb_column.right_col.thank_you_content {
        width: 100%;
    }

    .et_pb_section.single-form-section .et_pb_column.et_pb_column_empty {
        display: block;
    }

    .banner-section .form-row .form-col {
        display: none;
    }

    .et_pb_section.courtney_hawkins_tree .et_pb_column.left_col {
        margin-top: 70px;
    }

    .et_pb_row.courtney_hawkins_tree_row .et_pb_column.form-col h3 {
        color: #000000;
    }
    .et_pb_section.courtney_hawkins_tree .et_pb_row.courtney_hawkins_tree_row .gform_wrapper form .gform-body {
        margin-bottom: 0;
    }
    .et_pb_section.courtney_hawkins_tree .gform-footer.gform_footer.top_label {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .et_pb_row.our_services__row h4,
    .courtney_hawkins_tree h3 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    p {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 12px;
    }

    .et_pb_section.courtney_hawkins_tree {
        margin-bottom: 60px;
    }

    .et_pb_section.our_services_section.et_section_regular {
        padding: 52px 0 56px;
    }

    .et_pb_row.our_services__row .et_pb_column.left_col {
        padding-top: 22px;
    }

    .our_services_section ul li {
        font-size: 15px;
        line-height: 25px;
    }

    .our_services_section ul li::before {
        top: 10px;
        width: 8px;
        height: 8px;
    }

    .et_pb_row.our_services__row h4 {
        padding-top: 16px;
    }

    .et_pb_section.our_services_section .et_pb_row.our_services__row {
        padding-bottom: 56px;
    }

    .et_pb_section.why_choose_service.et_section_regular {
        padding: 52px 0 60px;
    }

    .et_pb_row.estimate_today_row h3,
    .et_pb_row.why_choose_blurb_row .et_pb_module_header {
        line-height: 30px;
        font-size: 20px;
    }

    .et_pb_row.why_choose_blurb_row .et_pb_main_blurb_image {
        margin-bottom: 10px;
    }

    .et_pb_module.call_number a::before {
        width: 40px;
        height: 40px;
    }

    .et_pb_module.call_number a {
        padding-left: 55px;
        min-height: 40px;
        font-size: 18px;
        line-height: 28px;
    }

    .et_pb_section.estimate_today_section.et_section_regular {
        padding: 52px 0 60px 0;
    }

    .et_pb_section.estimate_today_section .et_pb_column.right_col {
        width: 100%;
        padding-top: 30px;
    }

    .et_pb_section.footer_section.et_section_regular {
        padding: 20px 0;
    }

    .et_pb_section.footer_section .et_pb_column.right_col {
        width: 32%;
    }

    .et_pb_section.footer_section .et_pb_column.left_col {
        width: 68%;
    }

    .et_pb_section.footer_section .et_pb_text_inner {
        font-size: 15px;
        line-height: 25px;
    }

    .et_pb_section.error_thank_you_page.et_pb_section {
        padding: 60px 0 !important;
    }

    .et_pb_row.error_thank_you_row h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .et_pb_section.courtney_hawkins_tree .et_pb_column.left_col {
        margin-top: 60px !important;
    } 
    body .et_pb_row.courtney_hawkins_tree_row .et_pb_column.form-col {
        padding: 26px 20px 30px 20px;
    }

    body:not(.home) .header-section .header-row .image-col {
        width: 130px;
    }
    body:not(.home) .et_pb_row.header-row .et_pb_column.number-col {
        width: calc(100% - 130px);
    }
    body .et_pb_section.banner-section {
        margin-bottom: 60px;
    }
    body .et_pb_row.courtney_hawkins_tree_row .et_pb_column.form-col h3, 
    .banner-section .form-row .form-col h3, 
    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    body .uwy.userway_p5 .userway_buttons_wrapper {
        bottom: 50px !important;
    }
    .et_pb_section.courtney_hawkins_tree .gform-footer.gform_footer.top_label,
    .right_col .gform-footer.gform_footer.top_label {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 649px) {
    .et_pb_section.footer_section .et_pb_column.left_col {
        width: 100%;
    }

    .et_pb_section.footer_section .et_pb_column.right_col {
        width: 100%;
    }

    .et_pb_section.footer_section .et_pb_row.footer_row {
        flex-direction: column;
    }

    .et_pb_section.footer_section .et_pb_module.et_pb_image {
        text-align: center !important;
    }

    .et_pb_section.footer_section .et_pb_text_inner {
        padding-right: 0;
        text-align: center;
        padding-bottom: 10px;
    }
    .et_pb_section.our_reviews_section.et_section_regular {
        padding: 52px 0 60px 0;
    }
    
    div.grecaptcha-badge {
        bottom: 150px !important;
        opacity: 0 !important;
    }
    body .cnb-single.cnb-right {
        bottom: 112px;
    }
    body .uwy.userway_p5 .userway_buttons_wrapper {
        bottom: 14px !important;
    }
}

@media (max-width: 576px) {
    .column_count ul {
        column-count: 1;
        column-gap: 0;
    }

    .column_count ul li:nth-child(2) {
        margin-bottom: 10px;
    }

    .et_pb_section.courtney_hawkins_tree a.et_pb_button.hm_btn {
        font-size: 15px;
        padding: 8px 20px !important;
        max-width: 280px;
    }

    a.et_pb_button.hm_btn {
        font-size: 15px;
        padding: 8px 20px !important;
    }
    .gform_wrapper form .gform-footer .button {
        font-size: 15px;
    }

    .et_pb_row.why_choose_blurb_row .et_pb_module.blurb_design_module {
        width: 100%;
    }

    .et_pb_section.footer_section .et_pb_text_inner {
        font-size: 14px;
        line-height: 24px;
    }


}
.ginput_container.ginput_container_turnstile {
    margin-top: 10px;
}
@media (max-width: 980px) {
	.ginput_container.ginput_container_turnstile {
    margin-top: 0px;
}
    .banner-section .form-row {
        display: flex;
        flex-direction: column;
    }

    .form-col {
        order: -1;
    }
}