.maincontent {
    padding:0;
    position:relative;
    max-width:100%;
    border:0;
    }
    
    
    
    /* -- Header -- */
    
    .header_wrapper {
        background-color: transparent;
        box-shadow: none;
    }
    .menu ul li {
        color: #fff;
    }
    .menu ul li > ul li {
        color: var(--accent-color);
    }
    
    
    
    /* -- Intro Video -- */
    
    .intro-video-global {
        position: relative;
        height: 775px;
        overflow: hidden;
        margin-top: -144px;
    }
    .intro-video-global::before,
    .intro-video-global::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .intro-video-global::before {
        background-color: #111;
        z-index: 0;
    }
    .intro-video-global::after {
        background: linear-gradient(0deg, rgba(5, 5, 5, .5), rgba(5, 5, 5, 1));
        z-index: 2;
    }
    .intro-video-global video {
        position: relative;
        display: block;
        z-index: 0;
        height: auto;
        width: 100%;
        min-width: 1900px;
        z-index: 1;
    }
    .intro-video-wrapper {
        position: absolute;
        top: 55%;
        left: 50%;
        max-width: 1600px;
        width: 100%;
        text-align: center;
        padding: 25px;
        color: #fff;
        transform: translate(-50%, -50%);
        z-index: 3;
        animation: fadeIn 1.25s both;
        -webkit-animation: fadeIn 1.25s both;
    }
    .intro-video-wrapper h2 {
        font-size: 42px;
        text-transform: uppercase;
    }
    .intro-video-wrapper h2 span {
        max-width: 37ch;
        display: block;
        margin-inline: auto;
    }
    
    .intro-video-wrapper p {
        font-size: 22px;
        color: var(--accent-orange);
    }
    .intro-video-wrapper .site_button {
        margin-top: 25px !important;
    }
    
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @media (max-width: 1400px) {
        .intro-video-global {
            margin-top: -204px;
        }
    }
    
    @media (max-width: 981px) {
        .intro-video-global {
            height: 550px;
            margin-top: 0;
        }
        .intro-video-global video {
            min-width: 1400px;
        }
        .intro-video-wrapper {
            top: 50%;
        }
        .intro-video-wrapper h2 {
            font-size: 28px;
        }
        .intro-video-wrapper p {
            font-size: 20px;
        }
    }
    
    
    
    /* -- Before & After -- */
    
    .ba-content {
        background-color: var(--accent-color);
        color: #fff;
        padding: 40px 0;
    }
    .ba-content h2 {
        color: #fff;
    }
    .ba-wrapper {
        align-items: center;
    }
    .ba-right {
        padding-left: 40px;
    }
    
    @media (max-width: 981px) {
        .ba-right {
            padding-left: 0;
        }
    }
    
    
    
    #comparison {
        max-width: 800px;
        width: 100%;
        height: 600px;
        margin: 0 auto;
        padding: 0;
    }
    
    #comparison .before-1 {
      background-image: url(/imageserver/UserMedia/renovative/gallery_before_1.jpg);
      background-size: cover;
      position: relative;
      font-size: 0;
      width: 100%;
      height: 100%;
      margin: 0;
    }
    
    #comparison .before-2 {
      background-image: url(https://i.ebayimg.com/images/g/i5IAAOSwgyxWVOIQ/s-l500.jpg);
      background-size: cover;
      position: relative;
      font-size: 0;
      width: 100%;
      height: 100%;
      margin: 0;
    }
    
    #comparison figure > img {
      position: relative;
      width: 100%;
    }
    
    #comparison #after-1 {
      background-image: url(/imageserver/UserMedia/renovative/gallery_after_1.jpg);
      background-size: cover;
      position: absolute;
      width: 0%;
      -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
              box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      bottom: 0;
      height: 100%;
    }
    
    #comparison #after-2 {
      background-image: url(https://media.gamestop.com/i/gamestop/10130552/Rubiks-Cube?$pdp$);
      background-size: cover;
      position: absolute;
      width: 0%;
      -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
              box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      bottom: 0;
      height: 100%;
    }
    
    input[type="range"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      position: relative;
      top: -5rem;
      left: 0;
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
      height: 15px;
    }
    
    input[type="range"]:focus {
      outline: none;
    }
    
    input[type="range"]:active {
      outline: none;
    }
    
    input[type="range"]::-moz-range-track {
      -moz-appearance: none;
      height: 15px;
      width: 102%;
      right: 2%;
      background-color: rgba(255, 255, 255, 0.5);
      position: relative;
      outline: none;
    }
    
    input[type="range"]::active {
      border: none;
      outline: none;
    }
    
    input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 25px;
      height: 25px;
      background: #faa716;
      border-radius: 50%;
      border: 6px solid #ffffff;
    }
    
    input[type="range"]::-moz-range-thumb {
      -moz-appearance: none;
      width: 25px;
      height: 25px;
      background: #faa716;
      border: 6px solid #ffffff;
      border-radius: 50%;
    }
    
    input[type="range"]:focus::-webkit-slider-thumb {
      background: #faa716;
    }
    
    input[type="range"]:focus::-moz-range-thumb {
      background: #faa716;
    }
    
    @media (max-width: 700px) {
        #comparison {
            height: 450px;
        }
    }
    
    
    
    .estimate-box {
    background-color: #ffffff;
    margin:auto;
    padding:25px;
    color:#000000;
    max-width:500px;
    text-align:center;
    position:relative;
    z-index:2;
    top:0px;
    -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:6px solid var(--accent-orange);
    }
    
    
    .estimate-box h3 {
    font-weight:700;
    text-transform:uppercase;
    }
    
    
    /* -- Home - Estimate Box */
    
    
    
    .estimate-heading {
        color: var(--accent-color);
        margin: 10px 0;
        font-weight: bold;
    }
    
    .project-type {
        width: 33.3333333333%;
    }
    .service-type {
        width: 50%;
    }
    
    
    
    .radio_checkbox_value {
        width: 25%;
        color: #fff;
        padding: 5px;
    }
    .radio_checkbox_wrapper {
        display: flex;
    flex-wrap:wrap;
        width: 100%;
        padding: 0;
        margin: 20px auto;
    }
    
    
    .estimate-box .form_field_wrapper {
        padding: 3px;
        margin-bottom: 8px;
    }
    .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: 25%;
    }
    .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 .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:none;
    color:#ffffff;
    background:var(--accent-orange);
    text-transform:uppercase;
    font-weight:700;
    width:40%;
    padding:12px 0;
    }
    
    .estimate-box .btn.btn-primary:hover {
    background:#ffffff;
    color:var(--accent-orange);
    }
    
    
    .Reviewcontent {
        width: 75%;
        margin: auto;
        text-align: center;
    }
    .Reviewcontent p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        color: rgba(0, 0, 0, 0.7);
    color:#222;
    }
    .Reviewcontent p:first-child {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }
    
    .Reviewtestcontent {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 45px;
        text-align: center;
    border-radius:7px;
    background-color:rgba(253,253,253,0.95);
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.08); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.08);
    border-top:6px solid var(--accent-gold);
    
    }
    .Reviewtestcontent p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        margin-top: 15px;
    text-align:left;
    }
    .Reviewtestcontent ul {
        list-style: none;
        margin: 20px auto;;
        padding: 0px;
    }
    .Reviewtestcontent ul li {
        display: inline;
    color:var(--accent-orange);
    }
    
    
    
    .owl-carousel .owl-item img.image-auto {
        width: auto;
        margin: auto;
        display: flex;
    }
    .owl-theme .owl-nav {
        position: relative;
        top: 50%;
        width: 100%;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -25px;
        position: relative;
        font-size: 40px;
        line-height: 0;
    display:none;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -25px;
        position: relative;
        font-size: 40px;
        line-height: 0;
    display:none;
    }
    .owl-theme .owl-nav [class*='owl-']:hover{
        color:#ff6d5d;
    }
    
    .reviewsection {
    margin-top:45px;
    }
    
    .review-star {
        position: relative;
    }
    
    .owl-carousel {
    overflow:hidden;
    }
    
    .h1-cs-alt {
        color: var(--accent-orange);
    }
    
    .img-container img {
        max-width: 100%;
        width: 70%;
    margin: 1% auto;
    }
    
    .financing-element{
        display: flex;
        flex-direction: column;
        align-items: center;
    width: 82vw;
    margin: 0 auto;
    margin-bottom: 3%;
    }