.maincontent {
    padding: 0;
    position: relative;
    max-width: 100%;
}

.large-padding {
    padding-block: 45px;
}

.areas-list {
    background: #f2f2f2;
    color: #000;
    padding: 2%;
    border-radius: 8px;
}

.areas-list h3 {
    text-align: center;
}



/*** Home Hero Video Section ***/
.main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.reverse-wrapper {
    flex-flow: row-reverse
}


.main-left,
.main-right {
    width: 50%;
    padding-inline: 15px;
}

.main-right {
    -webkit-animation: fadeIn .8s both;
    animation: fadeIn .8s both;
    animation-delay: 1s;
}

.hero-video-content {
    position: relative;
    height: auto;
    min-height: 400px;
    max-height: 1024px;
    overflow: hidden;
}

.hero-video-container {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}


.hero-video-overlay {
    position: absolute;
    width: 100%;
    background: #00000063;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.hero-video-container video {
    display: block;
    min-height: 700px;
    width: 100%;
}

.hero-content-container {
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 0%;
}

.hero-content-wrapper {
    min-height: 731px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.hero-video-text {
    z-index: 99;
    color: #fff;
}

.hero-title {
	margin-inline: auto;
	position: relative;
	font-size: clamp(1.8rem, calc(7vw + 1rem), 3rem);
	line-height: 70px;
	text-transform: capitalize;
	transition: all 500ms ease;
	margin-bottom: 20px;
}

.hero-title span {
    color: var(--navy-color);
}


.hero-video-text .site-button span {
    vertical-align: middle;
}

.hero-video-form {
    -webkit-animation: fadeInRight 1.25s both;
    animation: fadeInRight 1.25s both;
    animation-delay: 1s;
}

.sub-para {
    max-width: 125ch;
    margin: 10px auto 20px;
    font-weight: 600;
    font-style: italic;
    width: fit-content;
    font-size: 1em;
}

.hero-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.hero-buttons .site-button {
    margin: 0;
}


.estimate-box {
    background: #1f1f1f;
    margin: auto;
    padding: 25px;
    color: #ffffff;
    max-width: 500px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 35px;
    -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
    border-top: 8px solid var(--accent-color);
}


.estimate-box h3 {
    font-weight: 700;
    text-transform: uppercase;
}


/* -- Home - Estimate Box */



.estimate-heading {
    color: #5EB05B;
    margin: 10px 0;
    font-weight: bold;
}

.project-type {
    width: 33.3333333333%;
}

.service-type {
    width: 50%;
}



.radio_checkbox_value {
    width: 95%;
    color: #fff;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #555;
}

.radio_checkbox_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 20px auto;
}


.estimate-box .form_field_wrapper {
    padding: 3px;
}

.estimate-box .form_field_wrapper:hover {
    background: none;
}

.estimate-box .form_field_content {
    width: 100% !important;

}

.estimate-box .form_field_text,
.form_field_select,
.estimate-box .form_field_textarea {
    width: 100%;
    background: #ffffff;
}

.estimate-box .required_field_element {
    display: none;
}

.estimate-box .required_field {
    width: 100% !important;
}

.estimate-box .radio_checkbox {
    width: 5%;
}

.estimate-box .radio_checkbox img {
    width: 100%;
    height: auto;
}

.estimate-box .radio_checkbox input {
    position: relative;
    z-index: 1;
    margin-left: 8px;

}

.estimate-box .radio_checkbox input:focus~label {
    background: #ffffff;
}

.estimate-box .radio_checkbox input:checked~label {
    background: #fff;
    color: var(--accent-color);
}

.estimate-box .form_field_element {
    margin: 5px auto;
}

.estimate-box .radio_checkbox i {
    vertical-align: middle;
    margin-right: 5px;
}

.estimate-box .thank_you_content {
    background: var(--accent-color);
    color: #fff;
    padding: 15px;
    font-weight: 600;
}

.estimate-box .form_field_title {
    display: none;
}


.estimate-box .btn.btn-primary {
    border: 3px solid var(--accent-color);
    color: var(--accent-color);
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    width: 40%;
    padding: 12px 0;
}

.estimate-box .btn.btn-primary:hover {
    background-color: var(--accent-color);
    color: #ffffff;
}

.main-image-wrapper {
    padding-inline: 1%;
    display: flex;
    height: 100%;
}

.main-image-container {
    width: 50%;
}

.main-image-container img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border: 3px solid #fff;
}

.main-image-container.main-image-top {
    width: 50%;
}

.main-image-container.main-image-bottom {
    width: 50%;
    left: -50px;
    position: relative;
    top: 100px;
}

.main-image-container.main-image-top img {
    height: 60%;
}

.main-image-container.main-image-bottom img {
    height: 60%;
}


/* About us section */
.about-us-row {
    display: flex;
}

.about-us-left {
    width: 50%;
    background-color: #dfb200;
    padding: 35px 25px;
    color: #000;
}

.about-list-item {
    display: flex;
    align-items: first baseline;
    gap: 10px;
}

.about-list-icon {
    margin-top: 15px;
}

.about-us-right {
    width: 50%;
}

.about-us-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Insurance Companies */
.insurance-content {
    background: #1b1b1b;
    padding-block: 60px;
    color: #fff;
    background-image: url(/imageserver/UserMedia/priority/black2-abstract.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.icon-slider-section {
    text-align: center;
    padding: 40px 20px;
    background: #f4b44e;
}

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

.insurance-icon-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-block: 45px;
}

.insurance-item {
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding: 1%;
    border: 3px solid #828282;
}

.insurance-item img {
    max-width: 115px;
    width: 100% !important;
    height: auto !important;
}

/* Reviews Swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.storm-damage-content {
    background-image: linear-gradient(20deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.83) 100%), url(/imageserver/UserMedia/priority/storm-damage-bg001.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.storm-damage-image {
    text-align: center;
    padding: 2%;
}

.storm-damage-image img {
    max-width: 560px;
    width: 100%;
}

.icon-slider-section .site_button.square {
    background-color: #fff !important;
}

.icon-slider-section .site_button.square:hover {
    background-color: #333 !important;
}

.icon-slider-section .site_button.square a {
    color: #f4b44e !important;
    text-decoration: none;
}

.icon-slider-section .site_button.square a:hover {
    color: #fff !important;
}

.inner_wrap {
    max-width: 100% !important;
    width: 100% !important;
}


.hover-row {
    display: flex;
    flex-wrap: wrap;
    background: #746a61;
    background-size: cover;
    background-position: center;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}

.hover-left,
.hover-right {
    flex: 1;
}

.hover-left {
    box-sizing: border-box;
    padding: 55px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.hover-left .site_button {
    width: 50%;
    margin: 0 auto;
}

.hover-right {
    box-sizing: border-box;
    padding: 10px;
    width: 50%;
}

.hover-right img {
    max-height: 100%;
    max-width: 90%;
    height: auto;
    border-radius: 5px;
    border: 6px solid #fff;
}



@media screen and (max-width: 1000px) {

    .hover-left,
    .hover-right {
        flex: 100%;
    }

    .hover-right {
        text-align: center;
        margin-bottom: 50px;
    }
}



@media (max-width: 2000px) {

    .hero-video-container video {
        width: 2400px !important;
    }
}



@media (max-width: 981px) {

    .main-wrapper {
        flex-flow: row wrap;
    }

    .main-wrapper.storm-damage-row {
        flex-flow: row wrap-reverse;
    }

    .main-left,
    .main-right {
        width: 100%;
        padding: 25px;
    }

    .hero-video-container #bgHeroVideo {
        display: none !important;
    }

    .hero-video-content {
        position: relative;
        height: auto;
        min-height: unset;
        max-height: unset;
        width: 100% !important;
        overflow: hidden;
        background-image: linear-gradient(180deg, rgba(15, 15, 15, .8) 25%, rgba(15, 15, 15, 0.87) 100%), url(/imageserver/UserMedia/drcontracting/aerial-roofsBG.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 80px 20px;
    }

    .hero-video-container {
        min-height: unset;
    }

    .hero-video-overlay {
        display: none;
    }

    .hero-content-container {
        position: relative;
        max-width: 100%;
        width: 100%;
        top: 10%;
    }

    .hero-video-row.flex-row {
        position: relative;
        top: 0px;
        z-index: 9;
        flex-wrap: wrap;
    }

    .hero-video-list {
        display: flex;
        justify-content: space-around;
        flex-flow: row wrap;
    }

    .hero-video-list-item {
        width: 48%;
        max-width: fit-content;
    }


    .estimate-box {
        max-width: 680px;
    }

    .hero-video-text h1 {
        max-width: 100%;
    }

    .about-us-row {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .about-us-right {
        width: 100%;
    }

    .about-us-left {
        width: 100%;
    }

    .cert-logo-wrapper {
	margin-top: -2%;
	position: relative;
}


}