@media screen and (min-width: 1000px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        margin-top: 10px;
        font-size: 42px;
        font-weight: 100;
    }

    .s2-table {
        width: 100%;
        padding: 30px;
        border-left: 1px solid #EDEEF0;
        border-right: 1px solid #EDEEF0;
    }

    .s2-table td {
        width: 50% !important;
    }

    .s2-text-title {
        font-size: 22px;
        font-weight: 300;
        color: #2A2A2A;
        margin-top: 0;
    }

    .s2-text-body {
        font-size: 15px;
        font-weight: 300;
        color: #848484;
        line-height: 30px;
    }

    .s2-box {
        max-width: 630px;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
    }

    .s2-box-top {
        height: 50%;
    }

    .s2-box-bottom {
        height: 50%;
        text-align: center;
        padding: 30px;
    }

    .s3-table {
        width: 100%;
        padding: 20px;
    }

    .s3-table td {
        width: 33%;
        padding: 30px;
    }

    .s3-box {
        font-size: 21px;
        font-weight: 100;
        text-align: center;
        padding-top: 25px;
        height: 100px;
        border: 1px solid transparent;
        box-shadow: 0px 0px 55px 5px rgb(0 0 0 / 6%);
        transition: all 0.2s ease;
    }

    .s3-box:hover {
        border: 1px solid #D7B756;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.2s ease;
    }


    .s4 {
        margin-bottom: 0;
    }

    .s4-text-bold {
        font-size: 24px;
        font-weight: 400;
    }

    .s4-text-thin {
        font-size: 18px;
        font-weight: 200;
    }

    .s4-table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .s4-table-left {
        width: 40%;
    }

    .s4-table-right {
        padding-left: 40px;
        width: 60%;
    }

    .s5-table {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .s5-table td {
        width: 50%
    }

    .s5-table-left-thin {
        font-size: 47px;
        font-weight: 100;
    }

    .s5-table-left-bold {
        font-size: 47px;
        font-weight: 400;
    }

    .s5-table-left {
        padding-left: 20px;
    }

    .s5-table-right {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 60px;
        color: #8B8B8B;
    }

    .team-image {
        margin-bottom: 30px;
    }

    .team-button {
        font-size: 16px;
        font-weight: 500;
        border: 1px solid;
        background-color: #FFF;
        color: #000;
        padding: 15px;
        border-radius: 3px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s6-table {
        width: 100%;
        margin-top: 0;
    }

    .s6-table-left {
        width: 50%;
        padding-bottom: 0;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 16px;
        font-weight: 300;
        vertical-align: top;
    }

    .s6-table-right {
        width: 50%;
        padding: 0;
        font-size: 16px;
        font-weight: 300;
    }

    .s6-table-title {
        font-size: 29px;
        font-weight: 400;
        letter-spacing: 9px;
        margin-bottom: 0;
    }

    .s6-table-text {
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .s6-table-button {
        font-size: 12px;
        font-weight: 300;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 24px;
        padding-left: 24px;
        color: #000;
        background-color: #FAFAFA;
        border: 1px solid #D7B756;
        font-family: 'Montserrat', sans-serif;
        transition: all 0.2s ease;
    }

    .s6-table-button:hover {
        transition: all 0.2s ease;
        background-color: #FFF;
    }


    .s7-table {
        width: 100%
    }

    .s7-table td {
        width: 50%;
        padding: 30px;
    }

    .s7-table-left {
        font-size: 16px;
        font-weight: 300;
        color: #5B5B5B;
        line-height: 28px;
    }

    .s7-table-right-thin {
        font-size: 52px;
        font-weight: 100;
    }

    .s7-table-right-bold {
        font-size: 52px;
        font-weight: 400;
    }

    .s8-section {
        background-image: url("../img/bg-form.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        border-top: 1px solid #D7B756;
        margin-top: 0 !important;
    }

    .s8-table {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s8-table td {
        width: 50%;
    }

    .s8-title {
        font-size: 42px;
        font-weight: 300;
    }

    .form-input {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button:hover {
        color: #FFF;
    }

    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }

    
    .beforeafter-container1 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container1 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container1 .background-img1 {
        background-image: url("../img/beforeafter_1-R.jpg");
    }
    .beforeafter-container1 .foreground-img1 {
        background-image: url("../img/beforeafter_1-L.jpg");
        width: 50%;
    }
    .beforeafter-container1 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.3);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container1 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider-button1 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider-button1:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container1 .slider-button1:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }

    .beforeafter-container2 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container2 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container2 .background-img2 {
        background-image: url("../img/beforeafter_2-R.jpg");
    }
    .beforeafter-container2 .foreground-img2 {
        background-image: url("../img/beforeafter_2-L.jpg");
        width: 50%;
    }
    .beforeafter-container2 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.3);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container2 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider-button2 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider-button2:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container2 .slider-button2:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }
}



@media screen and (max-width: 999px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        margin-top: 55px;
        font-size: 6.5vw;
        font-weight: 200;
    }

    .s2-table {
        width: 100%;
        padding: 30px;
    }

    .s2-table td {
        width: 50% !important;
    }

    .s2-text-title {
        margin-top: 0;
        font-size: 5vw !important;
        font-weight: 300;
        color: #2A2A2A;
    }

    .s2-text-body {
        font-size: 3.5vw !important;
        font-weight: 200;
        color: #000;
        line-height: 4.2vw;
    }

    .s2-box {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 100%;
        height: 940px;
        width: 100%;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
    }

    .s2-box-top {
        height: 63%;
    }

    .s2-box-bottom {
        height: 50%;
        text-align: center;
        padding: 30px;
        padding-top: 0;
    }

    .s3-table {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .s3-table td {
        width: 33%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .s3-box {
        font-size: 4vw;
        font-weight: 300;
        text-align: center;
        padding-top: 45px;
        margin-right: 30px;
        margin-left: 30px;
        height: 180px;
        border: 1px solid transparent;
        box-shadow: 0px 0px 55px 5px rgb(0 0 0 / 6%);
        transition: all 0.2s ease;
    }

    .s3-box:hover {
        border: 1px solid #D7B756;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.2s ease;
    }


    .s4 {
        margin-bottom: 0;
    }

    .s4-text-bold {
        font-size: 24px;
        font-weight: 400;
    }

    .s4-text-thin {
        font-size: 18px;
        font-weight: 200;
    }

    .s4-table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .s4-table-left {
        width: 40%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .s4-table-right {
        padding-top: 40px;
        padding-left: 25px;
        padding-right: 20px;
        width: 60%;
    }

    .s5-table {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .s5-table td {
        width: 50%
    }

    .s5-table-left-thin {
        font-size: 47px;
        font-weight: 100;
    }

    .s5-table-left-bold {
        font-size: 47px;
        font-weight: 400;
    }

    .s5-table-left {
        padding-left: 20px;
    }

    .s5-table-right {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 60px;
        color: #8B8B8B;
    }

    .team-image {
        margin-bottom: 30px;
    }

    .team-button {
        font-size: 16px;
        font-weight: 500;
        border: 1px solid;
        background-color: #FFF;
        color: #000;
        padding: 15px;
        border-radius: 3px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s6-table {
        width: 100%;
        margin-top: 0;
    }

    .s6-table-left {
        width: 50%;
        padding-bottom: 0;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 5vw;
        font-weight: 300;
        vertical-align: top;
        text-align: center;
    }

    .s6-table-right {
        width: 50%;
        padding: 0;
        font-size: 3vw;
        font-weight: 300;
        text-align: center;
    }

    .s6-table-title {
        font-size: 6vw;
        font-weight: 400;
        letter-spacing: 9px;
        margin-bottom: 0;
    }

    .s6-table-text {
        font-size: 3.5vw;
        font-weight: 300;
        line-height: 4.25vw;
        margin-bottom: 40px;
    }

    .s6-table-button {
        font-size: 3vw;
        font-weight: 300;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 34px;
        padding-left: 34px;
        color: #000;
        background-color: #FAFAFA;
        border: 1px solid #D7B756;
        font-family: 'Montserrat', sans-serif;
        transition: all 0.2s ease;
    }

    .s6-table-button:hover {
        transition: all 0.2s ease;
        background-color: #FFF;
    }


    .s7-table {
        width: 100%
    }

    .s7-table td {
        width: 50%;
        padding: 30px;
    }

    .s7-table-left {
        font-size: 16px;
        font-weight: 300;
        color: #5B5B5B;
        line-height: 28px;
    }

    .s7-table-right-thin {
        font-size: 52px;
        font-weight: 100;
    }

    .s7-table-right-bold {
        font-size: 52px;
        font-weight: 400;
    }

    .s8-section {
        background-image: url("../img/bg-form.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        border-top: 1px solid #D7B756;
        margin-top: 0 !important;
    }

    .s8-table {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s8-table td {
        width: 50%;
    }

    .s8-title {
        font-size: 42px;
        font-weight: 300;
    }

    .form-input {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button:hover {
        color: #FFF;
    }

    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }

    
    .beforeafter-container1 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container1 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container1 .background-img1 {
        background-image: url("../img/beforeafter_1-R.jpg");
    }
    .beforeafter-container1 .foreground-img1 {
        background-image: url("../img/beforeafter_1-L.jpg");
        width: 50%;
    }
    .beforeafter-container1 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.3);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container1 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider-button1 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider-button1:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container1 .slider-button1:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }

    .beforeafter-container2 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container2 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container2 .background-img2 {
        background-image: url("../img/beforeafter_2-R.jpg");
    }
    .beforeafter-container2 .foreground-img2 {
        background-image: url("../img/beforeafter_2-L.jpg");
        width: 50%;
    }
    .beforeafter-container2 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.3);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container2 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider-button2 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider-button2:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container2 .slider-button2:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }
}

@media screen and (min-width: 1000px) and (max-width: 1500px)  {
    .s2-table {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }
    .s3-table {
        padding: 0;
    }
    .s6-table-right img{
        margin-bottom: -129px!important;
    }
    .s6-table {
        padding-bottom: 30px;
    }
} 