/* fonts starts */

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/jost-v20-latin-100.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/jost-v20-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/jost-v20-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/jost-v20-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/jost-v20-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/jost-v20-latin-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/jost-v20-latin-900.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/inter-v20-latin-100.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/inter-v20-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/inter-v20-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-v20-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v20-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/inter-v20-latin-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter-v20-latin-900.woff2') format('woff2');
}

/* fonts ends */

/* dwi-landing-page Header section styles */

.header-sec-dwi-lp {
    padding-top: 20px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header-sec-dwi-lp .container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.header-sec-dwi-lp .logo img {
    width: 100%;
    display: block;
}

.header-sec-dwi-lp .top-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-sec-dwi-lp .phone-number {
    padding: 0 0 0 80px;
    position: relative;
}

.header-sec-dwi-lp .phone-number {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #000000;
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

.header-sec-dwi-lp .phone-number::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../dwi-lp-images/header-contact-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.header-sec-dwi-lp .phone-number a {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: #a0672d;
    display: inline-block;
    transition: 0.8s;
    font-variant: lining-nums;
}

.header-sec-dwi-lp .phone-number a:hover {
    color: #21372c;
}


.header-sec-dwi-lp.f-nav {
    background-color: #1d3328;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
    border-bottom: 2px solid #a0672d;
    padding: 15px 0;
}

.header-sec-dwi-lp.f-nav .logo {
    width: 100%;
    max-width: 7%;
}

.header-sec-dwi-lp.f-nav .phone-number {
    color: #fff;
}

.header-sec-dwi-lp.f-nav .phone-number a:hover {
    color: #fff;
}

/* dwi-landing-page Header section responsive */

@media screen and (max-width: 1800px) {
    .header-sec-dwi-lp .container {
        max-width: 1500px;
    }

    .header-sec-dwi-lp .logo {
        max-width: 150px;
    }

    .header-sec-dwi-lp .phone-number {
        font-size: 28px;
    }

    .header-sec-dwi-lp .phone-number a {
        font-size: 33px;
    }

    .header-sec-dwi-lp .phone-number::before {
        width: 65px;
        height: 65px;
    }

    .header-sec-dwi-lp .phone-number {
        padding: 0 0 0 75px;
    }

}

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

    .header-sec-dwi-lp .container {
        max-width: 1400px;
    }

    .header-sec-dwi-lp .logo {
        max-width: 140px;
    }

    .header-sec-dwi-lp .phone-number {
        font-size: 26px;
    }

    .header-sec-dwi-lp .phone-number a {
        font-size: 31px;
    }

    .header-sec-dwi-lp .phone-number::before {
        width: 62px;
        height: 62px;
    }

}

@media screen and (max-width: 1550px) {
    .header-sec-dwi-lp .container {
        max-width: 1300px;
    }

    .header-sec-dwi-lp .logo {
        max-width: 130px;
    }

    .header-sec-dwi-lp .phone-number {
        font-size: 24px;
    }

    .header-sec-dwi-lp .phone-number a {
        font-size: 29px;
    }

    .header-sec-dwi-lp .phone-number::before {
        width: 58px;
        height: 58px;
    }

    .header-sec-dwi-lp .phone-number {
        padding: 0 0 0 70px;
    }
}

@media screen and (max-width: 1440px) {
    .header-sec-dwi-lp .container {
        max-width: 1200px;
    }

    .header-sec-dwi-lp .logo {
        max-width: 120px;
    }

    .header-sec-dwi-lp .phone-number {
        font-size: 22px;
        padding: 0 0 0 63px;
    }

    .header-sec-dwi-lp .phone-number a {
        font-size: 27px;
    }

    .header-sec-dwi-lp .phone-number::before {
        width: 53px;
        height: 53px;
    }
}

@media screen and (max-width: 1366px) {
    .header-sec-dwi-lp .container {
        max-width: 1140px;
    }

    .header-sec-dwi-lp .logo {
        max-width: 110px;
    }

    .header-sec-dwi-lp {
        padding-top: 15px;
    }

    .header-sec-dwi-lp .phone-number {
        font-size: 21px;
        padding: 0 0 0 58px;
    }

    .header-sec-dwi-lp .phone-number a {
        font-size: 25px;
    }

    .header-sec-dwi-lp .phone-number::before {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .header-sec-dwi-lp .container {
        max-width: 920px;
    }

    .header-sec-dwi-lp .logo {
        max-width: 100px;
    }

    .header-sec-dwi-lp .phone-number {
        font-size: 19px;
        padding: 0 0 0 54px;
    }

    .header-sec-dwi-lp .phone-number::before {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 1024px) {
    .header-sec-dwi-lp .container {
        max-width: 720px;
    }
}

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

    .header-sec-dwi-lp .container {
        max-width: 720px;
    }

    .header-sec-dwi-lp.f-nav .logo {
        width: 100%;
        max-width: 80px;
    }

}

@media screen and (max-width: 767px) {
    .header-sec-dwi-lp .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .header-sec-dwi-lp .logo,
    .header-sec-dwi-lp.f-nav .logo {
        max-width: 90px;
    }

    .header-sec-dwi-lp .phone-number a {
        font-size: 25px;
    }

    .header-sec-dwi-lp .phone-number {
        padding: 0 0 0 47px;
        font-size: 16px;
    }

    .header-sec-dwi-lp .phone-number::before {
        width: 40px;
        height: 40px;
    }

}

@media screen and (max-width: 480px) {
    .header-sec-dwi-lp .top-list {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .header-sec-dwi-lp .phone-number a {
        display: block;
    }

    .logo-right {
        margin: auto;
        width: max-content;
    }

    .header-sec-dwi-lp.f-nav,
    .header-sec-dwi-lp {
        background-color: #1d3328;
        position: relative;
        border-bottom: 2px solid #a0672d;
        padding: 15px 0;
    }

    .header-sec-dwi-lp .phone-number,
    .header-sec-dwi-lp .phone-number a:hover {
        color: #fff;
    }

}

/* dwi-landing-page Banner section styles */

.banner-sec-dwi-lp {
    background: url(../dwi-lp-images/banner-bg.png);
    background-repeat: no-repeat;
    padding: 210px 0 435px 0;
    width: 100%;
    background-position: top center;
    background-size: cover;
    margin: 0 0 -210px;
    position: relative;
}

.banner-sec-dwi-lp .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.banner-sec-dwi-lp .bnr-cnt {
    text-align: center;
    padding: 0 90px 0 50px;
}

.banner-sec-dwi-lp .bnr-heading {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    line-height: 1;
    font-size: 92px;
    color: #a0672d;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 30px;
}

.banner-sec-dwi-lp .bnr-heading .bnnr-main-hdg-span {
    padding: 0 110px 0 0px;
}

.banner-sec-dwi-lp .bnr-text {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    line-height: 1;
    font-size: 45px;
    color: #000000;
    margin-bottom: 19px;
    text-align: left;
}

.banner-sec-dwi-lp .bnr-text .bnnrspan {
    padding: 0 135px 0 0;
}

.banner-sec-dwi-lp .bnr-bnt a:hover {
    background-color: #21372c;
}

/* dwi-landing-page Banner section responsive */

@media screen and (max-width: 1800px) {
    .banner-sec-dwi-lp .container {
        max-width: 1200px;
    }

    .banner-sec-dwi-lp .bnr-heading {
        font-size: 86px;
    }

    .banner-sec-dwi-lp .bnr-text {
        font-size: 41px;
    }

    .banner-sec-dwi-lp .bnr-cnt {
        padding: 0 83px 0 42px;
    }

    .banner-sec-dwi-lp .bnr-text .bnnrspan {
        padding: 0 145px 0 0;
    }
}

@media screen and (max-width: 1680px) {
    .banner-sec-dwi-lp .container {
        max-width: 1120px;
    }

    .banner-sec-dwi-lp .bnr-heading {
        font-size: 80.5px;
    }

    .banner-sec-dwi-lp .bnr-text {
        font-size: 38px;
    }

    .banner-sec-dwi-lp .bnr-heading .bnnr-main-hdg-span {
        padding: 0 100px 0 0px;
    }

    .banner-sec-dwi-lp {
        padding: 190px 0 410px 0;
        margin: 0 0 -190px;
    }
}

@media screen and (max-width: 1550px) {
    .banner-sec-dwi-lp .container {
        max-width: 1040px;
    }

    .banner-sec-dwi-lp .bnr-heading {
        font-size: 74px;
    }

    .banner-sec-dwi-lp .bnr-text {
        font-size: 36px;
    }

    .banner-sec-dwi-lp .bnr-cnt {
        padding: 0 73px 0 38px;
    }

    .banner-sec-dwi-lp .bnr-text .bnnrspan {
        padding: 0 125px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .banner-sec-dwi-lp .container {
        max-width: 960px;
    }

    .banner-sec-dwi-lp .bnr-heading {
        font-size: 69px;
        padding-left: 20px;
    }

    .banner-sec-dwi-lp .bnr-text {
        font-size: 33px;
    }

    .banner-sec-dwi-lp .bnr-cnt {
        padding: 0 65px 0 34px;
    }

    .banner-sec-dwi-lp {
        padding: 170px 0 350px 0;
    }
}

@media screen and (max-width: 1366px) {
    .banner-sec-dwi-lp .container {
        max-width: 910px;
    }

    .banner-sec-dwi-lp .bnr-heading {
        font-size: 65px;
        margin-bottom: 25px;
    }

    .banner-sec-dwi-lp .bnr-text {
        font-size: 31px;
    }

    .banner-sec-dwi-lp .bnr-heading .bnnr-main-hdg-span {
        padding: 0 90px 0 0px;
    }

    .banner-sec-dwi-lp .bnr-text .bnnrspan {
        padding: 0 118px 0 0;
    }

    .banner-sec-dwi-lp {
        padding: 150px 0 300px 0;
        margin: 0 0 -160px;
    }
}

@media screen and (max-width: 1280px) {
    .banner-sec-dwi-lp .container {
        max-width: 820px;
    }

    .banner-sec-dwi-lp .bnr-heading {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .banner-sec-dwi-lp .bnr-text {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .banner-sec-dwi-lp .bnr-cnt {
        padding: 0 50px 0 24px;
    }

    .banner-sec-dwi-lp .bnr-heading .bnnr-main-hdg-span {
        padding: 0 80px 0 0px;
    }

    .banner-sec-dwi-lp .bnr-text .bnnrspan {
        padding: 0 109px 0 0;
    }

    .banner-sec-dwi-lp {
        padding: 150px 0 300px 0;
        margin: 0 0 -140px;
    }

}

@media screen and (max-width: 1024px) {
    .banner-sec-dwi-lp .container {
        max-width: 720px;
    }

    .banner-sec-dwi-lp .bnr-cnt {
        padding: 0;
        position: relative;
    }

    .banner-sec-dwi-lp .bnr-heading {
        font-size: 55px;
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }

.banner-sec-dwi-lp .bnr-text {
        font-size: 26px;
        text-align: center;
        max-width: 250px;
        margin: 0 auto 15px;
        color: #fff;
        line-height: 1.2;
    }
    .header-sec-dwi-lp .phone-number{ color:#fff; }

    .banner-sec-dwi-lp {
        padding: 150px 0 100px 0;
        margin: 0;
    }

    .banner-sec-dwi-lp:before {
        position: absolute;
        content: "";
        background-color: #000;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0.6;
        pointer-events: none;
    }

    .banner-sec-dwi-lp .bnr-heading .bnnr-main-hdg-span,
    .banner-sec-dwi-lp .bnr-text .bnnrspan {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner-sec-dwi-lp .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .banner-sec-dwi-lp .bnr-cnt {
        text-align: center;
    }

    .banner-sec-dwi-lp .bnr-heading .bnnr-main-hdg-span {
        padding: 0;
    }

    .banner-sec-dwi-lp .bnr-heading {
        font-size: 46px;
        padding: 0;
    }

    .banner-sec-dwi-lp .bnr-text {
        font-size: 19px;
        text-align: center;
    }

    .banner-sec-dwi-lp .bnr-text .bnnrspan {
        padding: 0;
    }

    .banner-sec-dwi-lp {
        padding: 150px 0 70px 0;
    }
}

@media screen and (max-width: 480px) {
    .banner-sec-dwi-lp .bnr-heading {
        font-size: 38px;
    }

    .banner-sec-dwi-lp {
        padding: 50px 0;
    }

    .banner-sec-dwi-lp .bnr-heading {
        font-size: 40px;
    }

    .banner-sec-dwi-lp .bnr-text {
        line-height: 1.2;
    }
}

/* dwi-landing-page Banner form section */

/* dwi-landing-page Banner form section */

.banner-form-sec-dwi-lp .container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.bnr-frm-dwi-lst {
    border-radius: 48px;
    background-color: rgb(33, 55, 44);
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bnr-frm-dwi-contnt {
    width: 48.6%;
    position: relative;
}

.bnr-frm-dwi-contnt:before {
    position: absolute;
    content: "";
    background-image: url(../dwi-lp-images/banr-frm-ellipse-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.bnr-frm-dwi-hedng {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #a0672d;
    margin: 0 0 13px;
}

.bnr-frm-dwi-subhedng {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    padding: 0 0 15px;
    margin: 0;
    position: relative;
}

.bnr-frm-dwi-subhedng:before {
    position: absolute;
    content: "";
    background-color: #a0672d;
    width: 20%;
    height: 6px;
    bottom: 0;
    left: 0;
}

.bnr-frm-dwi-frm {
    width: 43%;
}

.dwi-banfrm-atrny-sec {
    background: url(../dwi-lp-images/dwi-banfrm-atrny-bg.webp) center/cover no-repeat;
}

.banner-form-sec-dwi-lp {
    position: relative;
}

.bnr-bnt a {
    color: #fff;
}

.bnr-frm-dwi-frm .gfield input,
.bnr-frm-dwi-frm .gfield textarea {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #ffff !important;
    padding: 20px 20px !important;
    background-color: #17281f !important;
    border-radius: 15px !important;
    border: none !important;
    outline: none !important;
    min-height: auto !important;
    height: auto !important;
}

.bnr-frm-dwi-frm .gform_required_legend {
    display: none;
}

.bnr-frm-dwi-frm .gfield input::placeholder,
.bnr-frm-dwi-frm .gfield textarea::placeholder {
    color: #fff !important;
}

.bnr-frm-dwi-frm .gfield textarea {
    height: 110px !important;
    resize: none;
    min-height: 0 !important;
}

.bnr-frm-dwi-frm .gfield .ginput_container_textarea {
    margin: 0 0 13px !important;
}

.bnr-frm-dwi-frm .gform_fields {
    gap: 6px !important;
}

.bnr-frm-dwi-frm .gform_footer.top_label {
    margin: -54px 0 0 auto !important;
    padding: 0 !important;
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: max-content;
}

.bnr-frm-dwi-frm .gform_footer input[type="submit"] {
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: 0.8px !important;
    color: #fff !important;
    border-radius: 20px !important;
    background-color: #a0672d !important;
    border: none !important;
    text-transform: uppercase !important;
    padding: 20px 38px 17px !important;
    margin: 0 !important;
    outline: none !important;
    z-index: 1 !important;
}

.bnr-frm-dwi-frm .gform_footer input[type="submit"]:hover {
    background-color: #17281f !important;
    color: #a0672d !important;
}

.bnr-frm-dwi-frm .form-links {
    line-height: 1;
}

.bnr-frm-dwi-frm .form-links .formpopup,
.bnr-frm-dwi-frm .form-links a,
.bnr-frm-dwi-frm .gfield_checkbox label {
    background-color: transparent !important;
    border: none !important;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #ffffff;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    position: relative;
    cursor: pointer;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: 1;
}

.bnr-frm-dwi-frm .form-links button:hover,
.bnr-frm-dwi-frm .form-links a:hover {
    color: #a0672d !important;
}

.bnr-frm-dwi-frm .gform_wrapper .gfield_checkbox input[type="checkbox"] {
    margin: 0 2px 0 0 !important;
    background-color: #fff !important;
    border: 1px solid #a0672d !important;
    position: relative;
    z-index: 1;
    min-width: auto;
    padding: 0px !important;
    border-radius: 0px !important;
    width: 13px !important;
    height: 13px !important;
}

.bnr-frm-dwi-frm .formpopuptext {
    background: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000 !important;
    line-height: 1.6;
    letter-spacing: 0.4px;
    padding: 10px;
    width: 100%;
    min-height: fit-content;
    position: absolute;
    z-index: 5;
    top: 35px;
    pointer-events: inherit !important;
    display: none;
}

.bnr-frm-dwi-frm .gfield.gfield--width-full.gfield_html.gfield_html_formatted.gfield_no_follows_desc.field_sublabel_below.field_description_below.gfield_visibility_visible {
    position: relative !important;
}

.bnr-frm-dwi-frm .gform_validation_errors {
    display: none;
}

.bnr-frm-dwi-frm .gform_wrapper .gfield .validation_message {
    position: absolute;
    top: inherit;
    bottom: 35px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #d10e0e;
    font-size: 10px;
    right: 5px;
    font-weight: 600;
    font-family: 'Montserrat';
    letter-spacing: 0;
    width: auto;
    pointer-events: none;
    margin: 0;
    border: none !important;
    outline: none !important;
}

.bnr-frm-dwi-frm .gform_wrapper .gfield .instruction.validation_message {
    top: initial !important;
    bottom: 3px;
}

.bnr-frm-dwi-frm .gform_wrapper .gfield {
    position: relative;
}

.bnr-frm-dwi-frm .gform_validation_errors {
    display: none !important;
}

.bnr-frm-dwi-frm .gform_wrapper .gfield_error label {
    color: #fff !important;
}

.bnr-frm-dwi-frm .gfield.chk .validation_message {
    top: 9px !important;
    right: inherit !important;
    left: 0 !important;
}

.bnr-frm-dwi-frm .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 0px solid #c02b0a;
}

/* dwi-landing-page Banner form section responsive */

@media screen and (max-width: 1800px) {
    .banner-form-sec-dwi-lp .container {
        max-width: 1500px;
    }

    .bnr-frm-dwi-hedng {
        font-size: 56px;
    }

    .bnr-frm-dwi-subhedng {
        font-size: 18.7px;
    }

    .bnr-frm-dwi-frm .gfield input,
    .bnr-frm-dwi-frm .gfield textarea {
        font-size: 15px !important;
        padding: 18px 18px !important;
    }

    .bnr-frm-dwi-frm .gfield textarea {
        height: 102px !important;
    }

    .bnr-frm-dwi-frm .gform_footer input[type="submit"] {
        font-size: 18.7px !important;
    }

    .bnr-frm-dwi-contnt:before {
        width: 95px;
        height: 95px;
    }

    .bnr-frm-dwi-frm .gfield .ginput_container_textarea {
        margin: 0 0 10px !important;
    }

    .bnr-frm-dwi-frm .gform_footer.top_label {
        margin: -50px 0 0 auto !important;
    }

    .bnr-frm-dwi-lst {
        border-radius: 45px;
    }
}

@media screen and (max-width: 1680px) {
    .banner-form-sec-dwi-lp .container {
        max-width: 1400px;
    }

    .bnr-frm-dwi-lst {
        padding: 35px 110px;
        border-radius: 40px;
    }

    .bnr-frm-dwi-hedng {
        font-size: 52px;
    }

    .bnr-frm-dwi-subhedng {
        font-size: 17.5px;
    }

    .bnr-frm-dwi-subhedng:before {
        height: 5px;
    }

    .bnr-frm-dwi-contnt:before {
        width: 90px;
        height: 90px;
    }

    .bnr-frm-dwi-frm .gfield input,
    .bnr-frm-dwi-frm .gfield textarea {
        font-size: 14px !important;
    }

    .bnr-frm-dwi-frm .gform_wrapper .gfield_checkbox input[type="checkbox"] {
        width: 12px !important;
        height: 12px !important;
    }

    .bnr-frm-dwi-frm .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 18px 35px 15px !important;
    }
}

@media screen and (max-width: 1550px) {
    .banner-form-sec-dwi-lp .container {
        max-width: 1300px;
    }

    .bnr-frm-dwi-lst {
        padding: 35px 100px;
    }

    .bnr-frm-dwi-hedng {
        font-size: 48px;
    }

    .bnr-frm-dwi-subhedng {
        font-size: 16.1px;
    }

    .bnr-frm-dwi-subhedng:before {
        height: 4px;
    }

    .bnr-frm-dwi-contnt:before {
        width: 82px;
        height: 82px;
    }

    .bnr-frm-dwi-frm .gfield input,
    .bnr-frm-dwi-frm .gfield textarea {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1440px) {
    .banner-form-sec-dwi-lp .container {
        max-width: 1200px;
    }

    .bnr-frm-dwi-lst {
        padding: 35px 90px;
        border-radius: 35px;
    }

    .bnr-frm-dwi-hedng {
        font-size: 45px;
    }

    .bnr-frm-dwi-subhedng {
        font-size: 15px;
    }

    .bnr-frm-dwi-contnt:before {
        width: 76px;
        height: 76px;
    }

    .bnr-frm-dwi-frm .gfield input,
    .bnr-frm-dwi-frm .gfield textarea {
        padding: 15px 18px !important;
        border-radius: 12px !important;
    }

    .bnr-frm-dwi-frm .gfield textarea {
        height: 95px !important;
    }

    .bnr-frm-dwi-frm .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 15px 33px !important;
        border-radius: 15px !important;
    }

    .bnr-frm-dwi-frm .form-links .formpopup,
    .bnr-frm-dwi-frm .form-links a,
    .bnr-frm-dwi-frm .gfield_checkbox label {
        font-size: 13px !important;
    }

    .bnr-frm-dwi-frm .gform_wrapper .gfield_checkbox input[type="checkbox"] {
        width: 11px !important;
        height: 11px !important;
    }

    .bnr-frm-dwi-frm .gform_wrapper .gfield .validation_message {
        bottom: 30px;
    }
}

@media screen and (max-width: 1366px) {
    .banner-form-sec-dwi-lp .container {
        max-width: 1140px;
    }

    .bnr-frm-dwi-hedng {
        font-size: 42px;
    }

    .bnr-frm-dwi-subhedng {
        font-size: 14px;
        padding: 0 0 10px;
    }

    .bnr-frm-dwi-contnt:before {
        width: 72px;
        height: 72px;
    }

    .bnr-frm-dwi-subhedng:before {
        height: 3px;
    }

    .bnr-frm-dwi-lst {
        padding: 30px 80px;
        border-radius: 30px;
    }

    .bnr-frm-dwi-frm .gform_footer input[type="submit"] {
        border-radius: 10px !important;
        font-size: 14px !important;
    }

    .bnr-frm-dwi-frm .gform_footer.top_label {
        margin: -51px 0 0 auto !important;
    }

    .bnr-frm-dwi-frm .gfield input,
    .bnr-frm-dwi-frm .gfield textarea {
        padding: 14px 18px !important;
    }
}

@media screen and (max-width: 1280px) {
    .banner-form-sec-dwi-lp .container {
        max-width: 920px;
    }

    .bnr-frm-dwi-lst {
        padding: 30px 50px;
    }

    .bnr-frm-dwi-hedng {
        font-size: 36px;
    }

    .bnr-frm-dwi-subhedng {
        font-size: 13px;
    }

    .bnr-frm-dwi-frm .gfield input,
    .bnr-frm-dwi-frm .gfield textarea {
        padding: 14px 15px !important;
        font-size: 12px !important;
        border-radius: 7px;
    }

    .bnr-frm-dwi-frm .gfield textarea {
        height: 85px !important;
    }

    .bnr-frm-dwi-frm .gform_footer input[type="submit"] {
        font-size: 13px !important;
        padding: 13px 25px !important;
    }

    .bnr-frm-dwi-contnt:before {
        width: 65px;
        height: 65px;
    }

    .ginput_container_textarea {
        margin: 0 0 5px !important;
    }

    .bnr-frm-dwi-frm .form-links .formpopup,
    .bnr-frm-dwi-frm .form-links a,
    .bnr-frm-dwi-frm .gfield_checkbox label {
        font-size: 12px !important;
    }

    .bnr-frm-dwi-frm .gfield .ginput_container_textarea {
        margin: 0 0 5px !important;
    }

    .bnr-frm-dwi-frm .gform_footer.top_label {
        margin: -37px 0 0 auto !important;
    }

    .bnr-frm-dwi-frm .ginput_container_checkbox .gchoice {
        line-height: 1;
    }
}

@media screen and (max-width: 1024px) {
    .banner-form-sec-dwi-lp .container {
        max-width: 720px;
    }

    .bnr-frm-dwi-lst {
        padding: 30px 50px 40px;
        flex-direction: column;
        gap: 20px;
    }

    .bnr-frm-dwi-contnt {
        width: 100%;
        text-align: center;
    }

    .bnr-frm-dwi-contnt:before {
        display: none;
    }

    .bnr-frm-dwi-frm {
        width: 100%;
    }

    .bnr-frm-dwi-subhedng {
        padding: 0;
    }

    .bnr-frm-dwi-subhedng:before {
        display: none;
    }

    .bnr-frm-dwi-hedng {
        font-size: 33px;
    }

    .bnr-frm-dwi-hedng br {
        display: none;
    }

    .banner-form-sec-dwi-lp {
        padding: 40px 0 0;
    }

    .bnr-frm-dwi-frm .gfield.chk .validation_message {
        top: 16px !important;
    }

}

@media screen and (max-width: 767px) {
    .bnr-frm-dwi-lst {
        padding: 30px 30px 30px;
    }

    .bnr-frm-dwi-hedng {
        font-size: 30px;
    }

.bnr-frm-dwi-frm .gform_footer.top_label {
    justify-content: center;
    margin: 20px auto 0 !important;
}
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .bnr-frm-dwi-lst {
        padding: 25px 15px 30px;
        gap: 15px;
    }

    .bnr-frm-dwi-hedng {
        font-size: 27px;
        margin: 0 0 8px;
    }

    .bnr-frm-dwi-subhedng {
        font-size: 12px;
    }

    .banner-form-sec-dwi-lp {
        padding: 30px 0 0;
    }
}

/* dwi-landing-page Skill Attorney Top section styles */

.skilled-dwi-attorney-sec {
    padding: 100px 0 60px;
}

.skilled-dwi-attorney-sec .container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.skilled-dwi-attorney-sec-top-cont {
    display: flex;
    justify-content: space-between;
}

.skilled-dwi-attorney-sec-top-cont {
    display: flex;
    justify-content: space-between;
}

.skilled-dwi-attorney-sec-top-cont .para {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000;
    line-height: 1.72;
    letter-spacing: 0px;
}

.skilled-dwi-attorney-sec .top-cont-right {
    width: 35.53%;
}

.skilled-dwi-attorney-sec .top-cont-left {
    width: 35.53%;
}

.skilled-dwi-attorney-sec .top-cont-img {
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.skilled-dwi-attorney-sec-top-cont .para strong {
    color: #a0672d;
    font-weight: 600;
}

/* dwi-landing-page Skill Attorney Bottom section styles */
.skilled-dwi-attorney-bottom-sec {
    background-image: url(../dwi-lp-images/skilled-sec-background-image.webp);
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 0px 0 130px;
    background-size: contain;
}

.skilled-dwi-attorney-bottom-sec .container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.dwi-skil-headng {
    font-size: 70px;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #21372c;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}

.dwi-skil-para {
    font-size: 21px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000;
    line-height: 1.9;
    letter-spacing: 0;
    margin-bottom: 60px;
    text-align: center;
}

.dwi-skilled-blk {
    display: flex;
    justify-content: space-between;
}

.dwi-skilled-lft-blk {
    width: 53.8%;
    display: flex;
    align-items: flex-end;
    padding-left: 160px;
    justify-content: left;
}

.dwi-skilled-lft-para {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #a0672d;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0 0 45px;
}

.dwi-skilled-rght-blk {
    display: flex;
    flex-wrap: wrap;
    width: 44.4%;
    gap: 35px;
}

.dwi-skilled-rght-itm {
    width: 47.09%;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 31px 44px 35px;
    border: 1px solid #aca8a8;
    border-radius: 23px;
}

.dwi-skilled-rght-title {
    font-size: 28px;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #21372c;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-top: 100px;
    position: relative;
}

.dwi-skilled-rght-title:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dwi-skilled-rght-itm.knowledge .dwi-skilled-rght-title:before {
    background-image: url("../dwi-lp-images/knowledge-icn.webp");
}

.dwi-skilled-rght-itm.expernce .dwi-skilled-rght-title:before {
    background-image: url("../dwi-lp-images/expernce-icn.webp");
}

.dwi-skilled-rght-itm.aggressive .dwi-skilled-rght-title:before {
    background-image: url("../dwi-lp-images/aggressive-icn.webp");
}

.dwi-skilled-rght-itm.Strategy .dwi-skilled-rght-title:before {
    background-image: url("../dwi-lp-images/strategy-icn.webp");
}

.dwi-skilled-rght-para {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 0;
}

.dwi-skil-mbl-img {
    display: none;
}

/* dwi-landing-page Skill Attorney section responsive */

@media screen and (max-width: 1800px) {
    .skilled-dwi-attorney-sec .container {
        max-width: 1410px;
    }

    .skilled-dwi-attorney-sec-top-cont .para {
        font-size: 20.6px;
    }

    .skilled-dwi-attorney-sec .top-cont-img {
        max-width: 320px;
    }

    .skilled-dwi-attorney-bottom-sec .container {
        max-width: 1500px;
    }

    .dwi-skil-headng {
        font-size: 65.2px;
    }

    .dwi-skil-para {
        font-size: 19.6px;
    }

    .dwi-skilled-rght-title {
        font-size: 26px;
        padding-top: 90px;
    }

    .dwi-skilled-rght-para {
        font-size: 16px;
    }

    .dwi-skilled-rght-itm {
        padding: 30px 30px 44px;
        border-radius: 20px;
    }

    .dwi-skilled-lft-para {
        font-size: 20px;
    }

    .dwi-skilled-lft-blk {
        padding-left: 150px;
    }

    .skilled-dwi-attorney-bottom-sec {
        padding: 0px 0 120px;
    }

    .dwi-skil-para {
        margin-bottom: 50px;
    }

    .dwi-skilled-rght-title:before {
        width: 75px;
        height: 75px;
    }
}

@media screen and (max-width: 1680px) {
    .skilled-dwi-attorney-sec .container {
        max-width: 1310px;
    }

    .skilled-dwi-attorney-sec-top-cont .para {
        font-size: 19.2px;
    }

    .skilled-dwi-attorney-sec .top-cont-img {
        max-width: 290px;
    }

    .skilled-dwi-attorney-sec {
        padding: 85px 0 55px;
    }

    .skilled-dwi-attorney-bottom-sec .container {
        max-width: 1400px;
    }

    .dwi-skil-headng {
        font-size: 61.2px;
    }

    .dwi-skil-para {
        font-size: 18.3px;
        line-height: 1.8;
    }

    .dwi-skilled-rght-title {
        font-size: 24px;
        padding-top: 85px;
    }

    .dwi-skilled-rght-para {
        font-size: 15.7px;
        line-height: 1.7;
    }

    .dwi-skilled-rght-title:before {
        width: 70px;
        height: 70px;
    }

    .dwi-skilled-rght-itm {
        padding: 25px 25px 35px;
        border-radius: 18px;
    }

    .dwi-skilled-lft-para {
        font-size: 19px;
        margin: 0 0 40px;
    }

    .dwi-skilled-lft-blk {
        padding-left: 140px;
    }

    .dwi-skilled-rght-blk {
        gap: 30px 25px;
    }

    .skilled-dwi-attorney-bottom-sec {
        padding: 0px 0 110px;
    }

}

@media screen and (max-width: 1550px) {
    .skilled-dwi-attorney-sec .container {
        max-width: 1210px;
    }

    .skilled-dwi-attorney-sec {
        padding: 70px 0 50px;
    }

    .skilled-dwi-attorney-sec-top-cont .para {
        font-size: 17.7px;
    }

    .skilled-dwi-attorney-sec .top-cont-img {
        max-width: 260px;
    }

    .skilled-dwi-attorney-bottom-sec .container {
        max-width: 1300px;
    }

    .dwi-skil-headng {
        font-size: 56.5px;
        margin-bottom: 15px;
    }

    .dwi-skil-para {
        font-size: 16.9px;
        line-height: 1.75;
        margin-bottom: 40px;
    }

    .dwi-skilled-rght-title {
        font-size: 22px;
        padding-top: 80px;
    }

    .dwi-skilled-rght-para {
        font-size: 14.5px;
    }

    .dwi-skilled-rght-title:before {
        width: 65px;
        height: 65px;
    }

    .dwi-skilled-lft-para {
        font-size: 17.6px;
        margin: 0 0 35px;
    }

    .dwi-skilled-lft-blk {
        padding-left: 130px;
    }

    .dwi-skilled-rght-blk {
        gap: 25px 20px;
    }
}

@media screen and (max-width: 1440px) {
    .skilled-dwi-attorney-sec .container {
        max-width: 1120px;
    }

    .skilled-dwi-attorney-sec-top-cont .para {
        font-size: 16.5px;
    }

    .skilled-dwi-attorney-sec .top-cont-img {
        max-width: 250px;
    }

    .skilled-dwi-attorney-sec {
        padding: 65px 0 50px;
    }

    .skilled-dwi-attorney-bottom-sec .container {
        max-width: 1200px;
    }

    .dwi-skil-headng {
        font-size: 52.5px;
    }

    .dwi-skil-para {
        font-size: 15.7px;
        margin-bottom: 35px;
    }

    .dwi-skilled-rght-title {
        font-size: 21px;
        padding-top: 75px;
    }

    .dwi-skilled-rght-itm {
        padding: 25px 20px 30px;
        border-radius: 15px
    }

    .dwi-skilled-rght-para {
        font-size: 13.5px;
    }

    .dwi-skilled-rght-title:before {
        width: 60px;
        height: 60px;
    }

    .dwi-skilled-lft-para {
        font-size: 16.5px;
        margin: 0 0 30px;
    }

    .dwi-skilled-lft-blk {
        padding-left: 120px;
    }

    .skilled-dwi-attorney-bottom-sec {
        padding: 0px 0 100px;
    }
}

@media screen and (max-width: 1366px) {
    .skilled-dwi-attorney-sec .container {
        max-width: 1060px;
    }

    .skilled-dwi-attorney-sec-top-cont .para {
        font-size: 15.5px;
    }

    .skilled-dwi-attorney-sec .top-cont-img {
        max-width: 230px;
    }

    .skilled-dwi-attorney-sec {
        padding: 60px 0 45px;
    }

    .skilled-dwi-attorney-bottom-sec .container {
        max-width: 1140px;
    }

    .dwi-skil-headng {
        font-size: 49px;
        margin-bottom: 10px;
    }

    .dwi-skil-para {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .dwi-skilled-rght-title:before {
        width: 55px;
        height: 55px;
    }

    .dwi-skilled-rght-title {
        font-size: 19px;
        padding-top: 70px;
    }

    .dwi-skilled-rght-para {
        font-size: 12.8px;
        line-height: 1.65;
    }

    .dwi-skilled-rght-itm {
        padding: 20px 15px 25px;
    }

    .dwi-skilled-lft-para {
        font-size: 15.5px;
    }

    .dwi-skilled-lft-blk {
        padding-left: 110px;
    }

    .dwi-skilled-rght-blk {
        gap: 20px 17px;
    }

    .skilled-dwi-attorney-bottom-sec {
        padding: 0px 0 90px;
    }
}

@media screen and (max-width: 1280px) {
    .skilled-dwi-attorney-sec .container {
        max-width: 970px;
    }

    .skilled-dwi-attorney-sec-top-cont .para {
        font-size: 14.1px;
    }

    .skilled-dwi-attorney-sec .top-cont-img {
        max-width: 210px;
    }

    .skilled-dwi-attorney-sec {
        padding: 50px 0 40px;
    }

    .skilled-dwi-attorney-bottom-sec .container {
        max-width: 1020px;
    }

    .dwi-skil-headng {
        font-size: 46px;
    }

    .dwi-skil-para {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .dwi-skilled-rght-title:before {
        width: 50px;
        height: 50px;
    }

    .dwi-skilled-rght-title {
        font-size: 18px;
        padding-top: 65px;
        margin-bottom: 5px;
    }

    .dwi-skilled-rght-itm {
        padding: 20px 10px 20px;
        border-radius: 13px
    }

    .dwi-skilled-rght-para {
        font-size: 12px;
        line-height: 1.6;
    }

    .dwi-skilled-lft-para {
        font-size: 14.5px;
        margin: 0 0 20px;
    }

    .dwi-skilled-lft-blk {
        padding-left: 100px;
    }

    .skilled-dwi-attorney-bottom-sec {
        padding: 0px 0 80px;
    }

    .dwi-skilled-rght-blk {
        gap: 15px 15px;
    }
}

@media screen and (max-width: 1024px) {
    .skilled-dwi-attorney-sec .container {
        max-width: 720px;
    }

    .skilled-dwi-attorney-sec-top-cont {
        flex-direction: column;
    }

    .skilled-dwi-attorney-sec .top-cont-left {
        width: 100%;
        order: 2;
    }

    .skilled-dwi-attorney-sec .top-cont-right {
        width: 100%;
        margin: 0 0 12px;
    }

    .skilled-dwi-attorney-sec {
        padding: 20px 0 40px;
    }

    .skilled-dwi-attorney-sec-top-cont .para br {
        display: none;
    }

    .skilled-dwi-attorney-bottom-sec .container {
        max-width: 720px;
    }

    .dwi-skil-headng {
        font-size: 42px;
    }

    .dwi-skil-para {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .dwi-skil-para br {
        display: none;
    }

    .dwi-skilled-blk {
        flex-direction: column;
    }

    .dwi-skilled-lft-blk {
        padding-left: 0;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .dwi-skilled-lft-para {
        font-size: 14px;
        margin: 0 0 18px;
        line-height: 1.7;
    }

    .dwi-skilled-lft-para br {
        display: none;
    }

    .dwi-skilled-rght-blk {
        gap: 15px;
        width: 100%;
        justify-content: center;
    }

    .dwi-skilled-rght-itm.knowledge {
        margin-left: 0;
    }

    .dwi-skilled-rght-itm {
        width: 100%;
        max-width: 320px;
        margin: 0 auto !important;
        padding: 20px 15px 20px;
    }

    .skilled-dwi-attorney-bottom-sec {
        padding: 0px 0 60px;
    }

    .dwi-skilled-rght-blk.owl-carousel .owl-stage,
    .dwi-skilled-rght-blk.owl-carousel .owl-item {
        display: flex;
    }

    .dwi-skilled-rght-blk.owl-carousel .owl-item {
        padding: 0 2px;
    }

    .dwi-skilled-rght-blk.owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center;
        margin: 25px 0 0;
    }

    .dwi-skilled-rght-blk.owl-carousel .owl-dot {
        background-color: #162c20;
        width: 10px;
        height: 10px;
        border-radius: 30px;
    }

    .dwi-skilled-rght-blk.owl-carousel .owl-dot.active {
        background-color: #a0672d;
    }

    .skilled-dwi-attorney-bottom-sec {
        background-image: none;
    }

    .dwi-skil-mbl-img {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 15px;
        border: 2px solid #a86d2d;
    }
}

@media screen and (max-width: 767px) {
    .skilled-dwi-attorney-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .skilled-dwi-attorney-sec .top-cont-img {
        max-width: 190px;
    }

    .skilled-dwi-attorney-sec-top-cont .para {
        font-size: 13.5px;
    }

    .skilled-dwi-attorney-sec {
        padding: 15px 0 30px;
    }

    .skilled-dwi-attorney-bottom-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .dwi-skil-headng {
        font-size: 35px;
    }

    .dwi-skil-para {
        margin-bottom: 10px;
    }

    .dwi-skilled-lft-para {
        font-size: 13px;
        margin: 0 0 15px;
        line-height: 1.65;
    }

    .dwi-skilled-rght-blk {
        gap: 10px;
    }

    .skilled-dwi-attorney-bottom-sec {
        padding: 0px 0 50px;
    }

    .dwi-skilled-rght-blk.owl-carousel .owl-dots {
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .skilled-dwi-attorney-sec .top-cont-img {
        max-width: 170px;
    }

    .skilled-dwi-attorney-sec-top-cont .para {
        font-size: 13px;
    }

    .dwi-skil-headng {
        font-size: 29px;
    }

    .skilled-dwi-attorney-bottom-sec {
        padding: 0px 0 40px;
    }
}

/* dwi-landing-page comprehensive section styles */

.dwi-lp-comprehensive-sec {
    background-image: url(../dwi-lp-images/comprehensivebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 110px 0;
}

.dwi-lp-comprehensive-sec .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5px;
}

.dwi-lp-comprehensive-top-cont {
    text-align: center;
    margin-bottom: 72px;
}

.dwi-lp-comprehensive-title {
    font-size: 70px;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.dwi-lp-comprehensive-sub-title {
    font-size: 44px;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #aad5c0;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 25px;
}

.dwi-lp-comprehensive-title-para {
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #ffffff;
    text-transform: none;
    line-height: 1;
    margin-bottom: 0;
}

.dwi-lp-comprehensive-list {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}

.dwi-lp-comprehensive-itm {
    width: 19.2%;
    border: 2px solid #a0672d;
    position: relative;
    background-color: #fff;
    margin: 0 0.4% 0;
}

.dwi-lp-comprehensive-itm::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 54%;
    background: linear-gradient(0deg, #060606 56%, #06060600 100%);
    z-index: 1;
    margin: auto;
}

.dwi-lp-comprehensive-itm .comprehensive-itm-img img {
    width: 100%;
    display: block;
    opacity: 80%;
    background-color: #060606;
    filter: grayscale(1) brightness(0.9) contrast(1.1);
    mix-blend-mode: luminosity;
}

.dwi-lp-comprehensive-itm:hover .comprehensive-itm-img img {
    filter: grayscale(0) brightness(1) contrast(1);
    mix-blend-mode: normal;
    opacity: 1;
}

.dwi-lp-comprehensive-itm .comprehensive-itm-cont-title {
    font-size: 34px;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #a0672d;
    text-transform: capitalize;
    line-height: 44px;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.dwi-lp-comprehensive-itm .comprehensive-itm-cont-para {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #ffffff;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.dwi-lp-comprehensive-itm .comprehensive-itm-cont {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 0 25px 30px;
    z-index: 2;
    height: 39%;
}

.dwi-lp-comprehensive-itm-btn {
    text-align: center;
}

.dwi-lp-comprehensive-itm-btn a {
    background-color: #ffffff;
    border: 2px solid transparent;
    color: #21372c;
}

.dwi-lp-comprehensive-itm-btn a:hover {
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

/* dwi-landing-page comprehensive section responsive */

@media screen and (max-width: 1900px) {
    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-title {
        font-size: 30px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont {
        height: 42%;
    }
}

@media screen and (max-width: 1800px) {
    .dwi-lp-comprehensive-sec {
        padding: 80px 0 100px 0;
    }

    .dwi-lp-comprehensive-title {
        font-size: 65.6px;
    }

    .dwi-lp-comprehensive-sub-title {
        font-size: 41.2px;
    }

    .dwi-lp-comprehensive-title-para {
        font-size: 24.3px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-para {
        font-size: 18.7px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont {
        height: 44%;
        padding: 0 20px 20px;
    }

}

@media screen and (max-width: 1680px) {
    .dwi-lp-comprehensive-title {
        font-size: 61.2px;
        margin-bottom: 20px;
    }

    .dwi-lp-comprehensive-sub-title {
        font-size: 38.2px;
        margin-bottom: 20px;
    }

    .dwi-lp-comprehensive-title-para {
        font-size: 22.7px;
    }

    .dwi-lp-comprehensive-top-cont {
        margin-bottom: 62px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-title {
        font-size: 28px;
        line-height: 38px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-para {
        font-size: 17.5px;
        line-height: 31px;
    }

    .dwi-lp-comprehensive-list {
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 1550px) {
    .dwi-lp-comprehensive-title {
        font-size: 56.6px;
    }

    .dwi-lp-comprehensive-sub-title {
        font-size: 35.2px;
    }

    .dwi-lp-comprehensive-title-para {
        font-size: 20.7px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont {
        padding: 0 10px 20px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-title {
        font-size: 26px;
        line-height: 36px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-para {
        font-size: 16px;
        line-height: 29px;
    }

    .dwi-lp-comprehensive-sec {
        padding: 80px 0 90px;
    }

}

@media screen and (max-width: 1440px) {
    .dwi-lp-comprehensive-sec {
        padding: 70px 0 80px;
    }

    .dwi-lp-comprehensive-title {
        font-size: 52.5px;
        margin-bottom: 15px;
    }

    .dwi-lp-comprehensive-sub-title {
        font-size: 33px;
        margin-bottom: 18px;
    }

    .dwi-lp-comprehensive-title-para {
        font-size: 19.5px;
    }

    .dwi-lp-comprehensive-top-cont {
        margin-bottom: 52px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-title {
        font-size: 25px;
        line-height: 34px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-para {
        font-size: 15px;
        line-height: 27px;
    }

    .dwi-lp-comprehensive-list {
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 1366px) {
    .dwi-lp-comprehensive-title {
        font-size: 49px;
    }

    .dwi-lp-comprehensive-sub-title {
        font-size: 31px;
    }

    .dwi-lp-comprehensive-title-para {
        font-size: 18.5px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-title {
        font-size: 24px;
        line-height: 31px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-para {
        font-size: 14px;
        line-height: 25px;
    }


}

@media screen and (max-width: 1280px) {
    .dwi-lp-comprehensive-sec {
        padding: 60px 0 70px;
    }

    .dwi-lp-comprehensive-title {
        font-size: 46px;
        margin-bottom: 12px;
    }

    .dwi-lp-comprehensive-sub-title {
        font-size: 29px;
        margin-bottom: 15px;
    }

    .dwi-lp-comprehensive-title-para {
        font-size: 17px;
    }

    .dwi-lp-comprehensive-top-cont {
        margin-bottom: 40px;
    }

.serving-central-sec .text-para {
    font-size: 16px;
    margin-bottom: 10px;
    order: 3;
    max-width: 250px;
    margin: 0 auto 20px;
}

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-para {
        font-size: 13px;
        line-height: 22px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont {
        padding: 0 6px 20px;
        height: 45%;
    }

    .dwi-lp-comprehensive-list {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1024px) {
    .dwi-lp-comprehensive-sec .container {
        max-width: 720px;
        padding: 0;
    }

    .dwi-lp-comprehensive-sec {
        padding: 50px 0 60px;
    }

    .dwi-lp-comprehensive-title {
        font-size: 34px;
    }

    .dwi-lp-comprehensive-sub-title {
        font-size: 23px;
    }

    .dwi-lp-comprehensive-top-cont {
        margin-bottom: 30px;
    }

    .dwi-lp-comprehensive-list.owl-carousel .owl-stage,
    .dwi-lp-comprehensive-list.owl-carousel .owl-item {
        display: flex;
    }

    .dwi-lp-comprehensive-itm {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont {
        padding: 0 15px 20px;
        height: auto;
    }

    .dwi-lp-comprehensive-list {
        margin-bottom: 25px;
    }

    .dwi-lp-comprehensive-list.owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center;
        margin: 25px 0 0;
    }

    .dwi-lp-comprehensive-list.owl-carousel .owl-dot {
        background-color: #fff;
        width: 10px;
        height: 10px;
        border-radius: 30px;
    }

    .dwi-lp-comprehensive-list.owl-carousel .owl-dot.active {
        background-color: #a0672d;
    }

}

@media screen and (max-width: 767px) {
    .dwi-lp-comprehensive-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .dwi-lp-comprehensive-sec {
        padding: 40px 0 50px;
    }

    .dwi-lp-comprehensive-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .dwi-lp-comprehensive-sub-title {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .dwi-lp-comprehensive-title-para {
        font-size: 14px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-para {
        line-height: 20px;
    }

}

@media screen and (max-width: 480px) {
    .dwi-lp-comprehensive-sec {
        padding: 35px 0 45px;
    }

    .dwi-lp-comprehensive-title {
        font-size: 26px;
    }

    .dwi-lp-comprehensive-sub-title {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .dwi-lp-comprehensive-title-para {
        font-size: 14px;
        line-height: 1.2;
    }

    .dwi-lp-comprehensive-top-cont {
        margin-bottom: 25px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont {
        padding: 0 10px 20px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-title {
        font-size: 17px;
        line-height: 22px;
    }

    .dwi-lp-comprehensive-itm .comprehensive-itm-cont-para {
        line-height: 19px;
        font-size: 12.5px;
    }

    .dwi-lp-comprehensive-list.owl-carousel .owl-dots {
        margin: 20px 0 0;
    }

    .dwi-lp-comprehensive-list {
        margin-bottom: 20px;
    }
}


/* dwi-landing-page approach section styles */

.approach-dwi-lp {
    padding: 95px 0 0;
    background: url(../dwi-lp-images/approach-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.approach-dwi-lp .contianer {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.approach-dwi-lp .text-heading {
    font-size: 44px;
    line-height: 1;
    font-weight: 500;
    color: #a0672d;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 35px;
    font-family: "Playfair Display", serif;
}

.approach-dwi-lp .approach-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.approach-dwi-lp .approach-blk {
    display: flex;
    align-items: center;
    gap: 10px;
}

.approach-dwi-lp .number-text {
    font-size: 160px;
    line-height: 1;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    color: #21372c;
}

.approach-dwi-lp .approach-text {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    width: 60%;
}

.approach-dwi-lp .bottom-cnt {
    font-size: 22px;
    line-height: 1.81;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.approach-dwi-lp .bottom-cnt strong {
    color: #a0672d;
    font-weight: 600;
}

.approach-dwi-lp .approach-img {
    width: 68.2%;
    margin: auto;
}

.approach-dwi-lp .approach-img img {
    display: block;
    width: 100%;
}

/* dwi-landing-page approach section responsive */

@media screen and (max-width: 1800px) {
    .approach-dwi-lp .contianer {
        max-width: 1410px;
    }

    .approach-dwi-lp .text-heading {
        font-size: 41.2px;
    }

    .approach-dwi-lp .number-text {
        font-size: 150px;
    }

    .approach-dwi-lp .approach-text {
        font-size: 16.8px;
    }

    .approach-dwi-lp .bottom-cnt {
        font-size: 20.6px;
    }
}

@media screen and (max-width: 1680px) {
    .approach-dwi-lp .contianer {
        max-width: 1310px;
    }

    .approach-dwi-lp {
        padding: 85px 0 0;
    }

    .approach-dwi-lp .text-heading {
        font-size: 38.2px;
        margin-bottom: 30px;
    }

    .approach-dwi-lp .number-text {
        font-size: 140px;
    }

    .approach-dwi-lp .approach-text {
        font-size: 15.7px;
    }

    .approach-dwi-lp .bottom-cnt {
        font-size: 19.2px;
    }
}

@media screen and (max-width: 1550px) {
    .approach-dwi-lp .contianer {
        max-width: 1210px;
    }

    .approach-dwi-lp {
        padding: 80px 0 0;
    }

    .approach-dwi-lp .text-heading {
        font-size: 35px;
    }

    .approach-dwi-lp .approach-text {
        font-size: 14.5px;
    }

    .approach-dwi-lp .number-text {
        font-size: 129px;
    }

    .approach-dwi-lp .bottom-cnt {
        font-size: 17.7px;
        line-height: 1.75;
    }

}

@media screen and (max-width: 1440px) {
    .approach-dwi-lp .contianer {
        max-width: 1120px;
    }

    .approach-dwi-lp .text-heading {
        font-size: 33px;
        margin-bottom: 25px;
    }

    .approach-dwi-lp .approach-text {
        font-size: 13.5px;
    }

    .approach-dwi-lp .number-text {
        font-size: 119px;
    }

    .approach-dwi-lp .bottom-cnt {
        font-size: 16.5px;
    }

    .approach-dwi-lp {
        padding: 70px 0 0;
    }
}

@media screen and (max-width: 1366px) {
    .approach-dwi-lp .contianer {
        max-width: 1060px;
    }

    .approach-dwi-lp .text-heading {
        font-size: 31px;
        margin-bottom: 18px;
    }

    .approach-dwi-lp .approach-text {
        font-size: 12.8px;
    }

    .approach-dwi-lp .number-text {
        font-size: 110px;
    }

    .approach-dwi-lp .bottom-cnt {
        font-size: 15.5px;
    }
}

@media screen and (max-width: 1280px) {
    .approach-dwi-lp .contianer {
        max-width: 970px;
    }

    .approach-dwi-lp {
        padding: 60px 0 0;
    }

    .approach-dwi-lp .text-heading {
        font-size: 29px;
    }

    .approach-dwi-lp .approach-text {
        font-size: 12.5px;
        width: 65%;
    }

    .approach-dwi-lp .number-text {
        font-size: 100px;
    }

    .approach-dwi-lp .bottom-cnt {
        font-size: 14.6px;
    }
}

@media screen and (max-width: 1024px) {
    .approach-dwi-lp {
        padding: 50px 0 0;
    }

    .approach-dwi-lp .contianer {
        max-width: 720px;
    }

    .approach-list.owl-carousel .owl-stage,
    .approach-list.owl-carousel .owl-item {
        display: flex;
    }

    .approach-list.owl-carousel .owl-item {
        padding: 0 2px;
    }

    .approach-list.owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center;
        margin: 25px 0 0;
    }

    .approach-list.owl-carousel .owl-dot {
        background-color: #162c20;
        width: 10px;
        height: 10px;
        border-radius: 30px;
    }

    .approach-list.owl-carousel .owl-dot.active {
        background-color: #a0672d;
    }

    .approach-dwi-lp .approach-blk {
        gap: 0;
        width: 100%;
        flex-direction: column;
        max-width: 320px;
        border-radius: 15px;
        margin: 0 auto;
        text-align: center;
        border: 2px solid #a0672d;
        padding: 20px 30px;
    }

    .approach-dwi-lp .approach-list.owl-carousel {
        margin-bottom: 25px;
        display: block;
    }

    .approach-dwi-lp .number-text {
        font-size: 90px;
    }

    .approach-dwi-lp .approach-text {
        width: 100%;
    }

    .approach-dwi-lp .approach-img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .approach-dwi-lp .contianer {
        max-width: 100%;
        padding: 0 15px;
    }

    .approach-dwi-lp {
        padding: 40px 0 0;
    }

    .approach-dwi-lp .text-heading {
        font-size: 27px;
    }

    .approach-dwi-lp .number-text {
        font-size: 80px;
    }

    .approach-dwi-lp .approach-blk {
        padding: 15px 20px;
    }

    .approach-dwi-lp .approach-list {
        margin-bottom: 15px;
    }

    .approach-list.owl-carousel .owl-dots {
        margin: 20px 0 0;
    }

    .approach-dwi-lp .bottom-cnt {
        font-size: 14px;
    }

    .approach-dwi-lp .bottom-cnt br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .approach-dwi-lp {
        padding: 35px 0 0;
    }

    .approach-dwi-lp .text-heading {
        font-size: 23px;
    }

    .approach-dwi-lp .approach-list.owl-carousel {
        margin-bottom: 15px;
    }

    .approach-dwi-lp .text-heading {
        font-size: 23px;
    }

    .approach-dwi-lp .bottom-cnt {
        font-size: 13px;
        line-height: 1.65;
    }
}

/* counties section */

.counties-sec-dwi-lp {
    padding: 130px 0 50px 0;
    background: url(../dwi-lp-images/counties-bg-img.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.counties-sec-dwi-lp .block-list {
    display: flex;
}

.counties-sec-dwi-lp .left-cnt {
    width: 42%;
    margin-left: 110px;
}

.counties-sec-dwi-lp .dwi-text-heading {
    line-height: 1.16;
    margin-bottom: 10px;
}

.counties-sec-dwi-lp .proudly-text {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.53;
    font-family: "Montserrat", sans-serif;
    color: #685f58;
    margin-bottom: 31px;
}

.counties-sec-dwi-lp .count-list ul {
    column-count: 2;
    margin: 0;
}

.counties-sec-dwi-lp .count-list ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    list-style: none;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 0 33px;
    line-height: 1.4;
}

.counties-sec-dwi-lp .count-list ul li::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../dwi-lp-images/counties-list-style.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.counties-sec-dwi-lp .count-btm-cnt {
    font-size: 22px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.81;
    color: #000000;
    margin-bottom: 30px;
}

.counties-sec-dwi-lp .count-list {
    margin: 0 0 7px;
}

.counties-sec-dwi-lp .dwi-cmn-btn {
    background-color: #21372c;
}

.counties-sec-dwi-lp .dwi-cmn-btn:hover {
    background-color: #a0672d;
}

.counties-sec-dwi-lp .right-cnt img {
    display: block;
    width: 100%;
}

.container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.counties-sec-dwi-lp .right-cnt {
    width: 53%;
    padding: 22px 0 0 0px;
    margin: 0 -35px 0 0px;
    filter: drop-shadow(0px 0px 15px #dadada);
}

/* counties section  responsive*/

@media (max-width: 1680px) {
    .container {
        max-width: 1314px;
    }

    .counties-sec-dwi-lp {
        padding: 116px 0 45px 0;
    }

    .counties-sec-dwi-lp .proudly-text {
        font-size: 23px;
        margin-bottom: 28px;
    }

    .counties-sec-dwi-lp .count-list ul li {
        font-size: 18px;
        margin-bottom: 18px;
        padding: 0px 0 0 29px;
    }

    .counties-sec-dwi-lp .count-list ul li::before {
        width: 19px;
        height: 17px;
    }

    .counties-sec-dwi-lp .count-btm-cnt {
        font-size: 20px;
        margin-bottom: 27px;
    }

    .counties-sec-dwi-lp .right-cnt {
        padding: 20px 0 0 0px;
        margin: 0 -20px 0 0px;
    }

    .counties-sec-dwi-lp .left-cnt {
        margin-left: 90px;
    }

}

@media (max-width: 1550px) {
    .container {
        max-width: 1212px;
    }

    .counties-sec-dwi-lp {
        padding: 100px 0 40px 0;
    }

    .counties-sec-dwi-lp .proudly-text {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .counties-sec-dwi-lp .count-list ul li {
        font-size: 17px;
        margin-bottom: 16px;
        padding: 0px 0 0 26px;
    }

    .counties-sec-dwi-lp .count-list ul li::before {
        width: 18px;
        height: 16px;
    }

    .counties-sec-dwi-lp .count-list {
        margin: 0 0 2px;
    }

    .counties-sec-dwi-lp .count-btm-cnt {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .counties-sec-dwi-lp .left-cnt {
        margin-left: 70px;
    }


}

@media (max-width: 1440px) {
    .container {
        max-width: 1126px;
    }

    .counties-sec-dwi-lp {
        padding: 85px 0 35px 0;
    }

    .counties-sec-dwi-lp .dwi-text-heading {
        margin-bottom: 7px;
    }

    .counties-sec-dwi-lp .proudly-text {
        font-size: 19px;
        margin-bottom: 22px;
    }

    .counties-sec-dwi-lp .count-list ul li {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .counties-sec-dwi-lp .count-list ul li::before {
        width: 17px;
        height: 15px;
    }

    .counties-sec-dwi-lp .count-list {
        margin: 0;
    }

    .counties-sec-dwi-lp .count-btm-cnt {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .counties-sec-dwi-lp .right-cnt {
        padding: 15px 0 0 0px;
        margin: 0 -15px 0 0px;
    }

    .counties-sec-dwi-lp .left-cnt {
        margin-left: 55px;
    }

}

@media (max-width: 1366px) {
    .container {
        max-width: 1068px;
    }

    .counties-sec-dwi-lp .proudly-text {
        font-size: 18px;
        margin-bottom: 19px;
    }

    .counties-sec-dwi-lp .count-list ul li {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .counties-sec-dwi-lp .count-btm-cnt {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .counties-sec-dwi-lp .count-list ul li::before {
        width: 16px;
        height: 14px;
    }

    .counties-sec-dwi-lp .left-cnt {
        margin-left: 45px;
    }

    .counties-sec-dwi-lp .right-cnt {
        padding: 10px 0 0 0px;
        margin: 0 -10px 0 0px;
    }

    .counties-sec-dwi-lp {
        padding: 75px 0 30px 0;
    }

}


@media (max-width: 1280px) {
    .container {
        max-width: 980px;
    }

    .counties-sec-dwi-lp {
        padding: 60px 0 30px 0;
    }

    .counties-sec-dwi-lp .proudly-text {
        font-size: 17px;
        margin-bottom: 17px;
    }

    .counties-sec-dwi-lp .count-list ul li {
        font-size: 13px;
        margin-bottom: 10px;
        padding: 0px 0 0 22px;
    }

    .counties-sec-dwi-lp .count-list ul li::before {
        width: 15px;
        height: 13px;
    }

    .counties-sec-dwi-lp .count-btm-cnt {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .counties-sec-dwi-lp .left-cnt {
        margin-left: 25px;
    }

    .counties-sec-dwi-lp .right-cnt {
        margin: 0;
    }

}

@media (max-width: 1024px) {

    .container {
        max-width: 720px;
    }

    .counties-sec-dwi-lp {
        padding: 50px 0;
    }

    .counties-sec-dwi-lp .block-list {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .counties-sec-dwi-lp .right-cnt {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 420px;
    }

    .counties-sec-dwi-lp .left-cnt {
        margin: 0;
        width: 100%;
    }

    .counties-sec-dwi-lp .dwi-text-heading br,
    .counties-sec-dwi-lp .proudly-text br,
    .counties-sec-dwi-lp .count-btm-cnt br {
        display: none;
    }

    .counties-sec-dwi-lp .proudly-text {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .counties-sec-dwi-lp .count-list ul li {
        font-size: 14px;
    }

    .counties-sec-dwi-lp .proudly-text {
        font-size: 14px;
    }
.count-bnt {
    text-align: center;
}
}

@media (max-width: 720px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }

}

@media (max-width: 480px) {
    .counties-sec-dwi-lp {
        padding: 35px 0;
    }

    .counties-sec-dwi-lp .count-list ul {
        column-count: 1;
    }
}



/* step-by-step-guidance-sec */

.step-by-step-guidance-sec .container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.step-by-step-guidance-sec {
    padding: 43px 0 40px;
}

.step-by-step-guidance-item h6 {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    line-height: 1;
    color: #a0672d;
    margin: 0 0 10px;
}

.step-by-step-guidance-item p {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #1f2120;
    margin: 0;
}

.step-by-step-guidance-list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 298px;
    left: 0;
    top: 0;
    background-image: url(../dwi-lp-images/step-by-step-list-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.step-by-step-guidance-list {
    position: relative;
    display: flex;
    justify-content: center;
    counter-reset: my-sec-counter;
    padding: 113px 0 0;
}

.step-by-step-guidance-item {
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.step-by-step-guidance-item-img {
    padding-bottom: 70px;
    position: relative;
    margin: auto;
}

.step-by-step-guidance-item-img:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) " ";
    position: absolute;
    width: 113px;
    height: 38px;
    font-size: 28px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    background-image: url(../dwi-lp-images/even-numbert-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.step-by-step-guidance-item:nth-child(even) .step-by-step-guidance-item-img:before {
    background-image: url(../dwi-lp-images/numbert-bg.png);
}

.step-by-step-guidance-item-cnt {
    height: 100%;
}

.step-by-step-guidance-item:nth-child(1) {
    left: 21px;
}

.step-by-step-guidance-item:nth-child(2) {
    left: 9px;
}

.step-by-step-guidance-item:nth-child(3) {
    right: 3px;
}

.step-by-step-guidance-item:nth-child(4) {
    right: 15px;
}

.step-by-step-guidance-item:nth-child(5) {
    right: 27px;
}


.step-by-step-guidance-item-cnt {
    min-height: 160px;
    margin-top: 39px;
}

.dwi-lp-expect-top-cont .dwi-text-heading {
    margin-bottom: 6px;
    text-transform: inherit;
}

.dwi-lp-sub-title {
    font-size: 44px;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #1f2120;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.dwi-lp-expect-title-para {
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #a0672d;
    text-transform: none;
    line-height: 1;
    margin-bottom: 80px;
}

.dwi-lp-expect-top-cont {
    text-align: center;
    margin: 0 0 30px;
}

.dwi-lp-expect-sec {
    padding: 0;
    background-image: url(../dwi-lp-images/expect-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

/* step-by-step-guidance-sec responsive*/
@media (max-width: 1680px) {

    .step-by-step-guidance-sec .container {
        max-width: 1314px;
    }
    .dwi-lp-expect-title-para {
    margin-bottom: 70px;
}
.step-by-step-guidance-list {
    padding: 108px 0 0;
}

    .step-by-step-guidance-item h6 {
        font-size: 26px;
    }

    .step-by-step-guidance-item p {
        font-size: 16px;
    }

    .step-by-step-guidance-item-img img {
        max-width: 85px;
        margin: auto;
        width: 100%;
    }

    .step-by-step-guidance-item:nth-child(1) {
        left: 21px;
    }

    .step-by-step-guidance-item:nth-child(4) {
        right: 10px;
    }

    .step-by-step-guidance-item:nth-child(5) {
        right: 20px;
    }

    .dwi-lp-sub-title {
        font-size: 39px;
        margin-bottom: 13px;
    }

    .dwi-lp-expect-title-para {
        font-size: 23px;
    }

    .step-by-step-guidance-list:before {
        height: 285px;
    }

    .step-by-step-guidance-item-img:before {
        width: 100px;
        height: 34px;
        font-size: 25px;
        left: -7px;
    }

    .step-by-step-guidance-item-img {
        padding-bottom: 60px;
    }

    .step-by-step-guidance-item:nth-child(2) {
        left: 10px;
    }

    .step-by-step-guidance-item:nth-child(3) {
        right: 1px;
    }

    .step-by-step-guidance-item:nth-child(odd) .step-by-step-guidance-item-cnt {
        margin-top: 30px;
    }

    .step-by-step-guidance-sec {
        padding: 39px 0 30px;
    }
    .step-by-step-guidance-item-cnt {
        min-height: 140px;
        margin-top: 30px;
    }

}

@media (max-width: 1550px) {

    .step-by-step-guidance-sec .container {
        max-width: 1200px;
    }

    .step-by-step-guidance-item h6 {
        font-size: 22px;
    }

    .step-by-step-guidance-item p {
        font-size: 15px;
    }

    .step-by-step-guidance-item-img:before {
        width: 100px;
        height: 35px;
        font-size: 24px;
    }
    .step-by-step-guidance-list {
    padding: 88px 0 0;
}

    .step-by-step-guidance-item:nth-child(1) {
        left: 19px;
    }

    .step-by-step-guidance-item:nth-child(2) {
        left: 10px;
    }

    .step-by-step-guidance-item:nth-child(5) {
        right: 19px;
    }
    .dwi-lp-expect-title-para {
    margin-bottom: 60px;
}

    .step-by-step-guidance-item-cnt {
        min-height: 115px;
    }

    .dwi-lp-sub-title {
        font-size: 36px;
    }

    .dwi-lp-expect-top-cont {
        margin: 0 0 60px;
    }

    .dwi-lp-expect-title-para {
        font-size: 20px;
    }

    .step-by-step-guidance-sec {
        padding: 34px 0 20px;
    }
}

@media (max-width: 1440px) {

    .step-by-step-guidance-sec .container {
        max-width: 1100px;
    }

    .step-by-step-guidance-item-img img {
        max-width: 75px;
    }

    .step-by-step-guidance-list:before {
        height: 220px;
    }
    .step-by-step-guidance-list {
    padding: 78px 0 0;
}
    .step-by-step-guidance-item:nth-child(1) {
        left: 18px;
    }

    .step-by-step-guidance-item:nth-child(2) {
        left: 9px;
    }

    .step-by-step-guidance-item:nth-child(4) {
        right: 8px;
    }

    .step-by-step-guidance-item:nth-child(5) {
        right: 17px;
    }

    .step-by-step-guidance-item-img:before {
        width: 90px;
        height: 30px;
        font-size: 21px;
    }

    .step-by-step-guidance-item-img {
        padding-bottom: 60px;
    }

    .step-by-step-guidance-item p {
        font-size: 13.7px;
    }

    .step-by-step-guidance-item-cnt {
        min-height: 125px;
    }

    .dwi-lp-sub-title {
        font-size: 33px;
    }

    .step-by-step-guidance-sec {
        padding: 30px 0 20px;
    }

    .dwi-lp-expect-title-para {
        font-size: 19px;
    }

    .dwi-lp-expect-top-cont {
        margin: 0 0 15px;
    }

    .step-by-step-guidance-item:nth-child(even) .step-by-step-guidance-item-cnt {
        margin-bottom: 85px;
    }

    .question-sec-dwi-lp .top-heading {
        font-size: 17px;
        margin-bottom: 40px;
    }

}


@media (max-width: 1366px) {

    .step-by-step-guidance-sec .container {
        max-width: 1020px;
    }

    .step-by-step-guidance-list:before {
        height: 205px;
    }

    .step-by-step-guidance-item-img img {
        max-width: 65px;
    }

    .step-by-step-guidance-item-img:before {
        width: 78px;
        height: 26px;
        font-size: 19px;
    }
.step-by-step-guidance-list {
    padding: 81px 0 0;
}

    .step-by-step-guidance-item:nth-child(4) {
        right: 8px;
    }

    .step-by-step-guidance-item:nth-child(5) {
        right: 16px;
    }

    .step-by-step-guidance-item-img {
        padding-bottom: 50px;
    }

    .dwi-lp-sub-title {
        font-size: 31px;
    }

    .step-by-step-guidance-sec {
        padding: 30px 0 20px;
    }

    .step-by-step-guidance-item p {
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .step-by-step-guidance-sec .container {
        max-width: 1000px;
    }

    .step-by-step-guidance-item h6 {
        font-size: 20px;
    }

    .step-by-step-guidance-item p {
        line-height: 1.4;
    }
.step-by-step-guidance-list {
    padding: 78px 0 0;
}

    .step-by-step-guidance-item-cnt {
        min-height: 110px;
    }

    .dwi-lp-sub-title {
        font-size: 29px;
    }

    .step-by-step-guidance-sec {
        padding: 25px 0 20px;
    }

    .step-by-step-guidance-item p br {
        display: none;
    }

    .step-by-step-guidance-list:before {
        height: 200px;
    }

    .dwi-lp-expect-title-para {
        font-size: 18px;
    }

}

@media (max-width: 1240px) {
    .step-by-step-guidance-sec .container {
        max-width: 970px;
    }

    .step-by-step-guidance-list:before {
        height: 195px;
    }

    .step-by-step-guidance-item-img:before {
        width: 72px;
        height: 23px;
        font-size: 17px;
    }

    .step-by-step-guidance-item-img {
        padding-bottom: 45px;
    }

    .step-by-step-guidance-item-img img {
        max-width: 60px;
    }
    .step-by-step-guidance-list {
    padding: 82px 0 0;
}

    .step-by-step-guidance-item:nth-child(1) {
        left: 17px;
    }

    .step-by-step-guidance-item:nth-child(2) {
        left: 10px;
    }

    .step-by-step-guidance-item:nth-child(4) {
        right: 5px;
    }

    .step-by-step-guidance-item:nth-child(5) {
        right: 14px;
    }

    .step-by-step-guidance-item-cnt {
        min-height: 106px;
    }

    .step-by-step-guidance-item:nth-child(3) {
        right: -3px;
    }

}

@media (max-width: 1024px) {
    .step-by-step-guidance-sec .container {
        max-width: 720px;
    }

    .step-by-step-guidance-item:nth-child(odd) {
        margin-top: 0;
    }

    .step-by-step-guidance-item:nth-child(even) {
        margin-bottom: 0;
    }

    .step-by-step-guidance-item {
        flex-direction: inherit;
    }

    .step-by-step-guidance-list:before {
        display: none
    }

    .step-by-step-guidance-item-img img {
        max-width: 100%;
        width: auto;
    }

    .step-by-step-guidance-list {
        flex-direction: column;
    }

    .step-by-step-guidance-item:nth-child(even) {
        flex-direction: inherit;
    }

    .step-by-step-guidance-item {
        width: 100% !important;
        max-width: 300px !important;
        margin: auto !important;
        border: 2px solid #a0672d;
        border-radius: 15px;
        padding: 0 15px 15px;
        left: inherit !important;
        right: inherit !important;
    }

    .step-by-step-guidance-item-cnt {
        min-height: 100%;
        margin: 0 !important;
    }

    .step-by-step-guidance-item-img {
        padding: 35px 0 0;
        position: inherit;
        margin: 0 0 15px;
    }

    .step-by-step-guidance-item-img:before {
        top: 0 !important;
        bottom: auto;
    }

    .dwi-lp-sub-title {
        font-size: 24px;
    }

    .step-by-step-guidance-list.owl-carousel .step-by-step-guidance-item {
        flex-direction: column;
        height: 100%;
    }

    .step-by-step-guidance-list.owl-carousel .step-by-step-guidance-item-img img {
        max-width: 80px;
    }

    .step-by-step-guidance-item p {
        font-size: 14px;
    }

    .step-by-step-guidance-list.owl-carousel .owl-stage {
        display: flex;
    }

    .step-by-step-guidance-list.owl-carousel .owl-stage .owl-item {
        padding: 0 3px;
    }

    .step-by-step-guidance-list.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
        width: 100%;
    }

    .step-by-step-guidance-list.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #a0672d !important;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .step-by-step-guidance-list.owl-carousel .owl-dots button.active {
        background-color: #21372c !important;
    }

    .dwi-lp-expect-title-para {
        font-size: 17px;
        line-height: 1.3;
    }

    .dwi-lp-expect-top-cont {
        margin: 0 0 18px;
    }

}

@media (max-width: 767px) {
    .dwi-lp-sub-title {
        font-size: 20px;
    }
}



/* questions section */


.question-sec-dwi-lp {
    padding: 0;
}

.question-sec-dwi-lp .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.question-sec-dwi-lp .top-heading {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: #000000;
    line-height: 1.81;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 38px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 56px;
}

.question-sec-dwi-lp .top-heading strong {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #a0672d;
}

.question-sec-dwi-lp .right-cnt {
    width: 50%;
    margin: 0;
    padding: 0 0 20px;
}

.bottom-area {
    display: flex;
    flex-direction: row-reverse;
}

.question-sec-dwi-lp .dwi-text-heading {
    color: #21372c;
    margin-bottom: 35px;
}

.question-sec-dwi-lp .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    padding: 0 10px 0 0;
}

.question-sec-dwi-lp .accordion-section {
    background-color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
    padding: 2px;
}

.question-sec-dwi-lp .accordien-active {
    border: 1px solid #aca8a8 !important;
    padding: 2px;
}

.question-sec-dwi-lp .accordion-section-content {
    display: none;
}

.question-sec-dwi-lp .accordion-section .accordion-section-content,
.question-sec-dwi-lp .accordion-section .accordion-section-content p {
    padding: 14px 26px 15px 30px;
    border-radius: 0 0 5px 5px;
    display: block;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0;
}

.question-sec-dwi-lp .accordion-section .accordion-heading {
    cursor: pointer;
    color: #21372c;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding: 10px 42px;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    text-transform: math-auto;
    min-height: 110px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.question-sec-dwi-lp .accordion-section .accordion-heading::after {
    content: "";
    position: absolute;
    background-image: url(../criminal-lp-images/criminal-lp-sprites.webp);
    background-repeat: no-repeat;
    background-position: -261px -40px;
    width: 30px;
    height: 23px;
    right: 25px;
    top: 30px;
}
.question-sec-dwi-lp .accordion-section.accordien-active .accordion-heading::after {
    background-position: -261px -16px;
}
.question-sec-dwi-lp .accordion-section.accordien-active .accordion-heading {
    border-radius: 0;
}

.question-sec-dwi-lp .accordion-section.accordien-active .accordion-heading {
    background-color: #a0672d;
    color: #ffffff;
}

.accordion-section.accordion-active .accordion-heading {
    background-color: #a0672d;
    color: #ffffff;
}

.accordion-section .accordion-heading {
    border-radius: 5px;
}

.accordion-section.accordion-active .accordion-heading {
    border-radius: 5px 5px 0 0;
}

.question-sec-dwi-lp .accordion {
    margin: 0 0 52px;
}

.question-sec-dwi-lp .question-btn a {
    background-color: #21372c;
}

.question-sec-dwi-lp .question-btn a:hover {
    background-color: #a0672d;
}

.question-sec-dwi-lp .text-paragraph {
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.89;
}

.accordion-left-block {
    width: 36.5%;
}

p:empty {
    margin: 0 !important;
    padding: 0 !important;
}

.accordion-left-img {
    width: 383px;
}



/* questions section responsive */

@media (max-width: 1680px) {

    .question-sec-dwi-lp .top-heading {
        font-size: 20px;
        padding: 14px 18px 33px;
        margin-bottom: 50px;
    }

    .question-sec-dwi-lp .container {
        max-width: 1120px;
    }

    .question-sec-dwi-lp .dwi-text-heading {
        margin-bottom: 30px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-heading {
        font-size: 28px;
        padding: 10px 24px;
        min-height: 97px;
    }
    .question-sec-dwi-lp .accordion-section .accordion-heading::after {
    top: 20px;
    transform-origin: right top;
    transform: scale(.95);
}

    .question-sec-dwi-lp .accordion-section .accordion-section-content,
    .question-sec-dwi-lp .accordion-section .accordion-section-content p {
        padding: 12px 24px 13px 26px;
        font-size: 17px;
    }

    .question-sec-dwi-lp .accordion {
        margin: 0 0 46px;
    }

    .accordion-left-img {
        width: 330px;
    }

}

@media (max-width: 1550px) {
    .question-sec-dwi-lp .container {
        max-width: 1034px;
    }

    .question-sec-dwi-lp .top-heading {
        font-size: 18px;
        padding: 13px 17px 28px;
        margin-bottom: 45px;
    }

    .question-sec-dwi-lp .dwi-text-heading {
        margin-bottom: 25px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-heading {
        font-size: 27px;
        min-height: 90px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-section-content,
    .question-sec-dwi-lp .accordion-section .accordion-section-content p {
        font-size: 16px;
    }

    .question-sec-dwi-lp .accordion {
        margin: 0px 0 42px;
        gap: 13px;
    }

    .accordion-left-img {
        width: 310px;
    }

}

@media (max-width: 1440px) {
    .question-sec-dwi-lp .container {
        max-width: 960px;
    }

    .question-sec-dwi-lp .top-heading {
        font-size: 17px;
        padding: 13px 17px 25px;
        margin-bottom: 40px;
    }

    .question-sec-dwi-lp .dwi-text-heading {
        margin-bottom: 20px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-heading {
        font-size: 24px;
        min-height: 87px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-section-content,
    .question-sec-dwi-lp .accordion-section .accordion-section-content p {
        font-size: 14px;
    }

    .question-sec-dwi-lp .accordion {
        margin: 0px 0 37px;
        gap: 11px;
    }

    .question-sec-dwi .accordion-left-img {
        width: 285px;
    }
.question-sec-dwi-lp .accordion-section .accordion-heading::after {
    transform: scale(.8);
}

}

@media (max-width: 1366px) {
    .question-sec-dwi-lp .container {
        max-width: 912px;
    }

    .question-sec-dwi-lp .top-heading {
        font-size: 16px;
        padding: 12px 15px 22px;
        margin-bottom: 35px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-heading {
        font-size: 23px;
        min-height: 85px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-section-content,
    .question-sec-dwi-lp .accordion-section .accordion-section-content p {
        padding: 12px 17px 13px 23px;
    }

    .question-sec-dwi-lp .accordion {
        margin: 0px 0 32px;
        gap: 10px;
        padding: 0 8px 0 0;
    }

    .accordion-left-img {
        width: 275px;
    }

}


@media (max-width: 1280px) {
    .question-sec-dwi-lp .container {
        max-width: 855px;
    }

    .question-sec-dwi-lp .top-heading {
        font-size: 15px;
        padding: 11px 13px 20px;
        margin-bottom: 30px;
    }

    .question-sec-dwi-lp .dwi-text-heading {
        margin-bottom: 17px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-heading {
        font-size: 22px;
        min-height: 82px;
        padding: 10px 20px
    }

    .question-sec-dwi-lp .accordion-section .accordion-section-content,
    .question-sec-dwi-lp .accordion-section .accordion-section-content p {
        font-size: 13px;
        padding: 12px 16px 13px 21px;
    }

    .question-sec-dwi-lp .accordion {
        margin: 0px 0 30px;
        padding: 0 6px 0 0;
    }

    .accordion-left-img {
        width: 260px;
    }

}

@media (max-width: 1024px) {
    .question-sec-dwi-lp .container {
        max-width: 720px;
    }

    .question-sec-dwi-lp .top-heading {
        font-size: 14px;
        padding: 15px;
        margin-bottom: 25px;
        width: 100%;
    }

    .question-sec-dwi-lp .top-heading br {
        display: none;
    }

    .bottom-area {
        flex-direction: row-reverse;
        flex-direction: column;
        align-items: center;
    }
    .question-btn {
        text-align: center;
    }

    .question-sec-dwi-lp .right-cnt {
        width: 100%;
        padding: 0 0 20px;
    }

    .question-sec-dwi-lp .dwi-text-heading {
        margin-bottom: 14px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-heading {
        min-height: 70px;
    }

    .question-sec-dwi-lp .accordion-section .accordion-section-content,
    .question-sec-dwi-lp .accordion-section .accordion-section-content p {
        font-size: 14px;
        padding: 12px 16px 13px 20px;
    }

    .question-sec-dwi-lp .accordion {
        margin: 0px 0 25px;
        padding: 0;
    }

    .accordion-left-img {
        width: 100%;
    }

    .accordion-left-block {
        width: 100%;
        max-width: 220px;
        margin: auto;
    }

}

@media (max-width: 767px) {
    .question-sec-dwi-lp .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .question-sec-dwi-lp .top-heading {
        margin-bottom: 15px;
    }

.question-sec-dwi-lp .accordion-section .accordion-heading {
    font-size: 16px;
    padding: 12px 25px 9px 7px;
    min-height: 60px;
}
.question-sec-dwi-lp .accordion-section .accordion-heading::after {
    right: 8px;
    top: 13px;
    transform: scale(0.7);
}

    .question-sec-dwi-lp .accordion-section .accordion-section-content,
    .question-sec-dwi-lp .accordion-section .accordion-section-content p {
        padding: 12px;
    }

    .accordion-left-block {
        width: 100%;
        max-width: 190px;
        margin: auto;
    }
    .question-sec-dwi-lp .accordion-section .accordion-heading::after {
    right: 10px;
}

}


/* unique section */


.dwi-lp-our-unique-sec {
    background-image: url(../dwi-lp-images/dwi-lp-our-unique-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 95px 0 190px;
    position: relative;
    z-index: 1;
}

.dwi-lp-our-unique-sec .dwi-text-heading {
    color: #fff;
}

.dwi-lp-our-unnique-top-cont {
    text-align: center;
    margin-bottom: 63px;
}

.dwi-lp-our-unique-sec::before {
    position: absolute;
    content: "";
    background-color: #1d3328;
    inset: 0;
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
}

.dwi-lp-our-unique-sec .container {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}

.dwi-lp-our-unique-list {
    display: flex;
    /* padding: 85px 20px; */
    border: 1px solid #ffffff;
    border-right: 0;
}

.dwi-lp-our-unique-itm {
    text-align: center;
    width: 20%;
    padding: 86px 11px 80px;
    border-right: 1px solid #ffffff;
}

.unique-itm-img {
    position: relative;
    z-index: 1;
    width: 128px;
    height: 128px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.unique-itm-img::before {
    position: absolute;
    content: "";
    background-color: #4f6e5f;
    inset: 0;
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
}

.unique-itm-cont {
    width: 97%;
}

.unique-itm-cont .unique-itm-cont-para {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0;
}

.unique-itm-img img {
    width: 78px;
}

.dwi-lp-our-unnique-top-cont .dwi-lp-sub-title {
    color: #aad5c0;
    text-transform: none;
    line-height: 1;
    margin-bottom: 0;
}

.unique-itm-cont .unique-itm-cont-title {
    font-size: 30px;
    line-height: 1.33;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #a0672d;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: inherit;
}


@media (max-width: 1800px) {

    .dwi-lp-our-unique-sec {
        padding: 95px 20px 190px;
    }

    .unique-itm-cont .unique-itm-cont-title {
        font-size: 29px;
    }

    .unique-itm-cont .unique-itm-cont-para {
        font-size: 19px;
    }
}


@media (max-width: 1680px) {
    .dwi-lp-our-unique-sec .container {
        max-width: 1505px;
    }

    .dwi-lp-our-unique-sec {
        padding: 85px 0 155px;
    }

    .dwi-lp-our-unnique-top-cont {
        margin-bottom: 55px;
    }

    .unique-itm-cont .unique-itm-cont-title {
        font-size: 27px;
    }

    .unique-itm-cont .unique-itm-cont-para {
        font-size: 18px;
    }

    .unique-itm-img img {
        width: 68px;
    }

    .unique-itm-img {
        width: 113px;
        height: 113px;
    }

    .dwi-lp-our-unique-itm {
        padding: 76px 10px 65px;
    }

    .dwi-lp-our-unnique-top-cont .dwi-text-heading {
        margin-bottom: 11px;
    }

}

@media (max-width: 1550px) {
    .dwi-lp-our-unique-sec .container {
        max-width: 1385px;
    }

    .dwi-lp-our-unnique-top-cont {
        margin-bottom: 50px;
    }

    .unique-itm-cont .unique-itm-cont-title {
        font-size: 25px;
    }

    .unique-itm-cont .unique-itm-cont-para {
        font-size: 17px;
    }

    .unique-itm-img img {
        width: 63px;
    }

    .unique-itm-img {
        width: 104px;
        height: 104px;
        margin-bottom: 8px;
    }

    .dwi-lp-our-unique-itm {
        padding: 66px 10px 55px;
    }

    .dwi-lp-our-unique-sec {
        padding: 75px 0 145px;
    }


}

@media (max-width: 1440px) {
    .dwi-lp-our-unique-sec .container {
        max-width: 1290px;
    }

    .dwi-lp-our-unique-sec {
        padding: 65px 0 140px;
    }

    .dwi-lp-our-unnique-top-cont {
        margin-bottom: 45px;
    }

    .unique-itm-cont .unique-itm-cont-title {
        font-size: 23px;
    }

    .unique-itm-cont .unique-itm-cont-para {
        font-size: 15px;
    }

    .unique-itm-img img {
        width: 58px;
    }

    .unique-itm-img {
        width: 97px;
        height: 97px;
        margin-bottom: 6px;
    }

    .dwi-lp-our-unique-itm {
        padding: 56px 10px 50px;
    }

}

@media (max-width: 1366px) {
    .dwi-lp-our-unique-sec .container {
        max-width: 1220px;
    }

    .dwi-lp-our-unique-sec {
        padding: 60px 0 130px;
    }

    .dwi-lp-our-unnique-top-cont {
        margin-bottom: 40px;
    }

    .unique-itm-cont .unique-itm-cont-title {
        font-size: 21px;
    }

    .unique-itm-cont .unique-itm-cont-para {
        font-size: 14px;
    }

    .unique-itm-img img {
        width: 55px;
    }

    .unique-itm-img {
        width: 92px;
        height: 92px;
    }

    .dwi-lp-our-unique-itm {
        padding: 52px 10px 45px;
    }

}

@media (max-width: 1280px) {
    .dwi-lp-our-unique-sec .container {
        max-width: 980px;
    }

    .dwi-lp-our-unique-sec {
        padding: 50px 0 100px;
    }

    .dwi-lp-our-unnique-top-cont {
        margin-bottom: 35px;
    }

    .unique-itm-cont .unique-itm-cont-title {
        font-size: 19px;
    }

    .unique-itm-cont .unique-itm-cont-para {
        font-size: 13px;
    }

    .unique-itm-cont .unique-itm-cont-para br {
        display: none;
    }

    .unique-itm-img img {
        width: 52px;
    }

    .unique-itm-img {
        width: 86px;
        height: 86px;
    }

    .dwi-lp-our-unique-itm {
        padding: 43px 10px 43px;
    }

}

@media (max-width: 1024px) {
    .dwi-lp-our-unique-sec .container {
        max-width: 720px;
    }

    .dwi-lp-our-unique-list.owl-carousel {
        border: none;
    }

    .dwi-lp-our-unique-list.owl-carousel .dwi-lp-our-unique-itm {
        padding: 20px;
        width: 100%;
        max-width: 330px;
        margin: auto;
        border: 1px solid #fff;
        height: 100%;
    }

    .dwi-lp-our-unique-list.owl-carousel .owl-stage {
        display: flex;
    }

    .dwi-lp-our-unique-list.owl-carousel .owl-stage .owl-item {
        padding: 0 3px;
    }

    .dwi-lp-our-unique-list.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #fff !important;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .dwi-lp-our-unique-list.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
        width: 100%;
    }

    .dwi-lp-our-unique-list.owl-carousel .owl-dots button.active {
        background-color: #a0672d !important;
    }

    .dwi-lp-our-unique-list.owl-carousel .unique-itm-img img {
        width: 50px;
    }

    .unique-itm-cont .unique-itm-cont-title {
        font-size: 20px;
    }

    .unique-itm-cont .unique-itm-cont-para {
        font-size: 14px;
    }

    .dwi-lp-our-unique-sec {
        padding: 50px 0;
    }

    .dwi-lp-our-unnique-top-cont {
        margin-bottom: 25px;
    }

}

@media (max-width: 767px) {
    .dwi-lp-our-unique-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .dwi-lp-our-unnique-top-cont {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .dwi-lp-our-unique-sec {
        padding: 40px 0;
    }

}

/* take action section */

.dwi-lp-take-action-sec {
    background-color: #ffffff;
    background-image: url(../dwi-lp-images/take-action-bg.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 103px 0;
}

.dwi-lp-take-action-cnt {
    width: 48%;
    padding: 0 0 0 4px;
}

.dwi-text-heading {
    font-size: 70px;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #a0672d;
    line-height: 1.13;
    letter-spacing: 0;
}

.dwi-lp-take-action-cnt .dwi-text-heading {
    margin: 0 0 17px;
}

.dwi-lp-text-para,
.dwi-lp-text-btm-para {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000000;
    line-height: 1.9;
    letter-spacing: 0;
    margin-bottom: 35px;
}

.dwi-lp-text-para strong {
    color: #a0672d;
    font-weight: 600;
}

.dwi-lp-text-para .dwi-lp-text-para-color {
    color: #a0672d;
}

.dwi-lp-text-lst {
    margin-bottom: 33px;
}

.dwi-lp-text-lst ul li {
    list-style: none;
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000000;
    line-height: 1.09;
    letter-spacing: 0;
    margin-bottom: 24px;
    padding-left: 38px;
    position: relative;
}

.dwi-lp-text-lst ul li::before {
    position: absolute;
    content: "";
    background-image: url(../dwi-lp-images/text-lst-icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    left: 0;
    bottom: 0;
    top: 0;
}

.dwi-lp-text-btm-para {
    font-weight: 400;
}

.dwi-cmn-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #a0672d;
    border-radius: 18px;
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 27px 46px;
    line-height: 1;
    letter-spacing: 0.88px;
    cursor: pointer;
    transition: 0.5s;
}

.dwi-cmn-btn:hover {
    background-color: #21372c;
    color: #ffffff;
}

.dwi-lp-text-lst ul {
    margin: 0;
}

.dwi-lp-take-mobile-img {
    display: none;
}



@media (max-width: 1680px) {
    .dwi-cmn-btn {
        font-size: 20px;
        padding: 25px 43px;
        letter-spacing: 0.68px;
    }

    .dwi-text-heading {
        font-size: 61px;
    }

    .dwi-lp-take-action-sec {
        padding: 90px 0;
    }

    .dwi-lp-text-para,
    .dwi-lp-text-btm-para {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .dwi-lp-text-lst ul li {
        font-size: 20px;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .dwi-lp-text-lst ul li::before {
        width: 19px;
        height: 17px;
    }

    .dwi-lp-text-lst {
        margin-bottom: 30px;
    }

    .dwi-lp-take-action-cnt .dwi-text-heading {
        margin: 0 0 15px;
    }
}

@media (max-width: 1550px) {
    .dwi-text-heading {
        font-size: 57px;
    }

    .dwi-cmn-btn {
        font-size: 18px;
        padding: 22px 37px;
        letter-spacing: 0.58px;
    }

    .dwi-lp-take-action-sec {
        padding: 80px 0;
    }

    .dwi-lp-text-para,
    .dwi-lp-text-btm-para {
        font-size: 17px;
        margin-bottom: 26px;
    }

    .dwi-lp-text-lst ul li {
        font-size: 18px;
        margin-bottom: 17px;
        padding-left: 27px;
    }

    .dwi-lp-text-lst {
        margin-bottom: 25px;
    }

    .dwi-lp-text-lst ul li::before {
        width: 18px;
        height: 16px;
    }

    .dwi-lp-take-action-cnt .dwi-text-heading {
        margin: 0 0 13px;
    }

}

@media (max-width: 1440px) {
    .dwi-text-heading {
        font-size: 53px;
    }

    .dwi-cmn-btn {
        font-size: 17px;
        padding: 20px 34px;
        letter-spacing: 0.45px;
        border-radius: 12px;
    }

    .dwi-lp-take-action-sec {
        padding: 70px 0;
    }

    .dwi-lp-take-action-cnt .dwi-text-heading {
        margin: 0 0 10px;
    }

    .dwi-lp-text-para,
    .dwi-lp-text-btm-para {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .dwi-lp-text-lst ul li {
        font-size: 16px;
        margin-bottom: 15px;
        padding-left: 25px;
    }

    .dwi-lp-text-lst ul li::before {
        width: 17px;
        height: 15px;
    }

    .dwi-lp-text-lst {
        margin-bottom: 20px;
    }
}

@media (max-width: 1366px) {

    .dwi-text-heading {
        font-size: 50px;
    }

    .dwi-cmn-btn {
        font-size: 16px;
        padding: 19px 34px;
        letter-spacing: 0.35px;
    }

    .dwi-lp-take-action-sec {
        padding: 65px 0;
    }

    .dwi-lp-text-para,
    .dwi-lp-text-btm-para {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .dwi-lp-text-lst ul li {
        font-size: 15px;
        margin-bottom: 13px;
        padding-left: 23px;
    }

    .dwi-lp-text-lst ul li::before {
        width: 16px;
        height: 14px;
    }

    .dwi-lp-text-lst {
        margin-bottom: 16px;
    }
}

@media (max-width: 1280px) {

    .dwi-text-heading {
        font-size: 47px;
    }

    .dwi-cmn-btn {
        font-size: 15px;
        padding: 18px 32px;
        letter-spacing: 0.25px;
    }

    .dwi-lp-take-action-sec {
        padding: 60px 0;
    }

    .dwi-lp-text-para,
    .dwi-lp-text-btm-para {
        font-size: 13px;
        margin-bottom: 13px;
    }

    .dwi-lp-text-lst ul li {
        font-size: 14px;
        margin-bottom: 12px;
        padding-left: 21px;
    }

    .dwi-lp-text-lst ul li::before {
        width: 15px;
        height: 13px;
    }

}

@media (max-width: 1024px) {
    .dwi-text-heading {
        font-size: 40px;
    }

    .dwi-cmn-btn {
        padding: 18px 28px;
        letter-spacing: 0.15px;
        border-radius: 12px;
    }

    .dwi-lp-take-action-sec {
        padding: 50px 0;
        background-image: none;
    }

    .dwi-lp-take-mobile-img {
        display: block;
        width: 100%;
        margin: 0 0 25px;
    }

    .dwi-lp-take-action-cnt {
        width: 100%;
        padding: 0;
    }

.dwi-lp-text-para br, .dwi-lp-text-btm-para br {
    display: none;
}
    .dwi-lp-take-action-btn {
    text-align: center;
}
}

@media (max-width: 767px) {
    .dwi-text-heading {
        font-size: 35px;
    }
}

@media (max-width: 480px) {
    .dwi-text-heading {
        font-size: 28px;
    }

    .dwi-cmn-btn {
        font-size: 14px;
        padding: 17px 25px;
        letter-spacing: 0.1px;
    }

    .dwi-lp-take-action-sec {
        padding: 35px 0;
    }

    .dwi-lp-take-mobile-img {
        margin: 0 0 15px;
    }
}

/* form section */

.footer-sec-dwi-lp {
    width: 100%;
    background-image: url(../dwi-lp-images/dwi-lp-ft-bg-img.webp);
    position: relative;
    z-index: 1;
    padding: 88px 0 0;
    background-size: cover;
}

.footer-sec-dwi-lp .item-call .number {
    margin: 0;
}

.ftr-logo {
    margin: 0 0 43px;
    width: 52.2%;
}

.footer-sec-dwi-lp .container {
    max-width: 1156px;
    width: 100%;
    margin: 0 auto;
}

.footer-sec-dwi-lp .footer-list {
    display: flex;
    justify-content: space-between;
    padding: 0 0 210px 0px;
}

.footer-sec-dwi-lp .left-block {
    width: 32.7%;
    padding: 50px 0 0;
}

.footer-sec-dwi-lp .right-block {
    width: 48%;
}

.footer-sec-dwi-lp .footer-logo img {
    max-width: 197px;
    width: 100%;
    display: block;
}

.footer-sec-dwi-lp .item-location {
    position: relative;
    padding-left: 96px;
    margin: 0 0 35px;
}

.footer-sec-dwi-lp .item-location .title,
.item-call .title {
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 1;
    margin: 0 0 5px;
    text-transform: capitalize;
    color: #e2a669;
}

.footer-sec-dwi-lp .item-location .address {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 0;
    line-height: 1.43;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-sec-dwi-lp .item-location::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../dwi-lp-images/dwi-lp-ft-location-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 8px;
    margin: auto;
}

.footer-sec-dwi-lp .item-location .address a:hover,
.footer-sec-dwi-lp .item-call .number a:hover {
    color: #e2a669;
    transition: 0.3s;
}

.footer-sec-dwi-lp .item-call {
    position: relative;
    padding-left: 95px;
}

.footer-sec-dwi-lp .item-call .number a {
    font-family: "Playfair Display";
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    font-variant: lining-nums;
}

.footer-sec-dwi-lp .item-call::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../dwi-lp-images/dwi-lp-ft-call-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: -8px;
    margin: auto;
}

.footer-sec-dwi-lp .form-title {
    font-family: "Playfair Display";
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 1.1;
    color: #fff;
    text-transform: none;
    text-align: center;
    margin: 0 0 10px;
}

.footer-logo {
    margin: 0 0 50px;
}

.footer-logo a {
    display: inline-block;
}
.footer-sec-dwi-lp .map-link {
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #b67632;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.footer-sec-dwi-lp .map-link:hover{
    color: #fff;
}
.footer-sec-dwi-lp .form-text {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.7;
    text-transform: none;
    color: #fff;
    text-align: center;
}

.dwi-law-ftr-form .gform_required_legend,
.dwi-law-ftr-form .gform_validation_errors {
    display: none !important;
}

.dwi-law-ftr-form .gfield input.large,
.dwi-law-ftr-form .gfield textarea.large {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    min-height: 0 !important;
    letter-spacing: 0 !important;
    color: #ffff !important;
    padding: 25px 20px !important;
    background-color: #17281f !important;
    border-radius: 15px !important;
    border: none !important;
    height: auto !important;
    min-height: auto !important;
}

.dwi-law-ftr-form .gfield input.large::placeholder,
.dwi-law-ftr-form .gfield textarea.large::placeholder {
    color: #fff !important;
}

.dwi-law-ftr-form .gfield textarea.large {
    height: 118px !important;
    resize: none;
    margin: 0 0 19px !important;
    min-height: 0 !important;
}

.dwi-law-ftr-form .gform_fields {
    gap: 6px !important;
}

.dwi-law-ftr-form .form-links button,
.dwi-law-ftr-form .form-links a,
.dwi-law-ftr-form .form-links button,
.dwi-law-ftr-form .form-links,
.dwi-law-ftr-form .gfield-choice-input+label {
    background-color: transparent !important;
    border: none !important;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    position: relative;
    cursor: pointer;
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.dwi-law-ftr-form .form-links button:hover,
.dwi-law-ftr-form .form-links a:hover {
    color: #a0672d !important;
}

.dwi-law-ftr-form .gform_wrapper .top_label input[type="checkbox"] {
    margin: 0 2px 0 0 !important;
    background-color: #fff;
    border: 1px solid #a0672d;
    width: 13px !important;
    height: 13px !important;
    position: relative;
    z-index: 1;
    min-width: auto;
}

.dwi-law-ftr-form .gform_footer.top_label {
    margin: -60px 0 0 !important;
    padding: 0 !important;
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.dwi-law-ftr-form .gform_footer input[type="submit"] {
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: 0.8px !important;
    color: #fff !important;
    border-radius: 10px !important;
    background-color: #a0672d !important;
    border: none !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    position: relative;
    z-index: 3;
    padding: 20px 38px !important;
    outline: none !important;

}

.dwi-law-ftr-form .gform_footer input[type="submit"]:hover {
    background-color: #17281f !important;
    color: #a0672d !important;
}

.dwi-law-ftr-form .formpopuptext {
    transition: transform .15s ease-out .15s;
    text-align: center;
    background: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000 !important;
    line-height: 1.6;
    letter-spacing: 0.4px;
    padding: 10px;
    width: 100%;
    min-height: fit-content;
    position: absolute;
    z-index: 5;
    top: 25px;
    pointer-events: inherit !important;
    display: none;
}

.dwi-law-ftr-form .gfield.gfield--width-full.gfield_html.gfield_html_formatted.gfield_no_follows_desc.field_sublabel_below.field_description_below.gfield_visibility_visible {
    position: relative !important;
}

.dwi-law-ftr-form input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    line-height: 11px;
    text-rendering: auto;
    min-width: auto;
    font-size: 12px;
}

.dwi-law-ftr-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
.dwi-law-ftr-form .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 7px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 14px;
    right: 5px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.2px;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}

.dwi-law-ftr-form .gform_wrapper .gfield {
    position: relative;
}

.dwi-law-ftr-form .gform_validation_errors {
    display: none;
}

.dwi-law-ftr-form .gform_wrapper .gfield .instruction.validation_message {
    top: initial !important;
    bottom: 3px;
}

.dwi-law-ftr-form .gform_wrapper.gravity-theme .gfield_checkbox label {
    color: #fff;
}

.dwi-law-ftr-form .gfield.chk .validation_message {
    top: 25px !important;
    right: inherit !important;
    left: 0 !important;
}

.dwi-copyrights .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.copyrights-cnt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dwi-copyrights .copy-para {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

.dwi-copyrights {
    background: #21372c;
    padding: 34px 0;
    text-align: center;
}

.dwi-copyrights .growthlab {
    width: 201px;
}

@media (max-width: 1680px) {
    .footer-sec-dwi-lp .container {
        max-width: 1015px;
    }

    .dwi-copyrights .container {
        max-width: 1120px;
    }

    .footer-sec-dwi-lp {
        padding: 80px 0 0;
    }

    .footer-sec-dwi-lp .form-title {
        font-size: 53px;
    }

    .footer-sec-dwi-lp .form-text {
        font-size: 18px;
        margin: 0 0 17px;
    }

    .dwi-law-ftr-form .gfield input.large,
    .dwi-law-ftr-form .gfield textarea.large {
        font-size: 14px !important;
        padding: 21px 18px !important;
    }

    .dwi-law-ftr-form .gfield textarea.large {
        height: 104px !important;
        margin: 0 0 16px !important;
    }

    .dwi-law-ftr-form .form-links button,
    .dwi-law-ftr-form .form-links a,
    .dwi-law-ftr-form .form-links button,
    .dwi-law-ftr-form .form-links,
    .dwi-law-ftr-form .gfield-choice-input+label {
        font-size: 14px !important;
    }

    .dwi-law-ftr-form .gform_footer input[type="submit"] {
        font-size: 18px !important;
        letter-spacing: 0.7px !important;
        padding: 18px 32px !important;
    }

    .ftr-logo {
        margin: 0 0 40px;
    }

    .footer-sec-dwi-lp .item-location .title,
    .item-call .title {
        font-size: 35px;
    }

    .footer-sec-dwi-lp .item-location .address {
        font-size: 21px;
    }

    .footer-sec-dwi-lp .item-call .number a {
        font-size: 32px;
    }

    .footer-sec-dwi-lp .item-location::before {
        width: 70px;
        height: 70px;
    }

    .footer-sec-dwi-lp .item-call::before {
        width: 70px;
        height: 70px;
    }

    .footer-sec-dwi-lp .footer-list {
        padding: 0 0 180px 0px;
    }

    .dwi-copyrights .copy-para {
        font-size: 18px;
    }

    .dwi-copyrights .growthlab {
        width: 176px;
    }

    .dwi-law-ftr-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .dwi-law-ftr-form .gform_wrapper .gfield .instruction.validation_message {
        font-size: 12px;
    }

    .footer-sec-dwi-lp .item-location {
        padding-left: 90px;
        margin: 0px 0 30px;
    }

    .footer-sec-dwi-lp .item-call {
        padding-left: 89px;
    }

    .dwi-law-ftr-form .gform_footer.top_label {
        margin: -55px 0 0 !important;
    }

    .dwi-copyrights {
        padding: 31px 0;
    }

    .footer-sec-dwi-lp .left-block {
        padding: 45px 0 0;
    }

}

@media (max-width: 1550px) {
    .dwi-copyrights .container {
        max-width: 1034px;
    }

    .footer-sec-dwi-lp .container {
        max-width: 934px;
    }

    .footer-sec-dwi-lp {
        padding: 70px 0 0;
    }

    .footer-sec-dwi-lp .footer-list {
        padding: 0 0 160px 0px;
    }

    .footer-sec-dwi-lp .form-title {
        font-size: 49px;
    }

    .footer-sec-dwi-lp .form-text {
        font-size: 17px;
        margin: 0 0 15px;
    }

    .dwi-law-ftr-form .gfield input.large,
    .dwi-law-ftr-form .gfield textarea.large {
        font-size: 13px !important;
        padding: 20px 17px !important;
    }

    .dwi-law-ftr-form .gfield textarea.large {
        height: 97px !important;
        margin: 0 0 14px !important;
    }

    .dwi-law-ftr-form .form-links button,
    .dwi-law-ftr-form .form-links a,
    .dwi-law-ftr-form .form-links button,
    .dwi-law-ftr-form .form-links,
    .dwi-law-ftr-form .gfield-choice-input+label {
        font-size: 13px !important;
    }

    .dwi-law-ftr-form .gform_footer input[type="submit"] {
        font-size: 17px !important;
        letter-spacing: 0.6px !important;
        padding: 17px 29px !important;
    }

    .ftr-logo {
        margin: 0 0 36px;
    }

    .footer-sec-dwi-lp .item-location .title,
    .item-call .title {
        font-size: 33px;
    }

    .footer-sec-dwi-lp .item-location .address {
        font-size: 19px;
    }

    .footer-sec-dwi-lp .item-call .number a {
        font-size: 29px;
    }

    .footer-sec-dwi-lp .item-location::before {
        width: 65px;
        height: 65px;
    }

    .footer-sec-dwi-lp .item-call::before {
        width: 65px;
        height: 65px;
    }

    .footer-sec-dwi-lp .item-call {
        padding-left: 80px;
    }

    .footer-sec-dwi-lp .item-location {
        padding-left: 80px;
        margin: 0px 0 25px;
    }

    .dwi-law-ftr-form .gform_footer.top_label {
        margin: -50px 0 0 !important;
    }

    .dwi-copyrights .copy-para {
        font-size: 16px;
    }

    .dwi-copyrights .growthlab {
        width: 162px;
    }

    .dwi-copyrights {
        padding: 28px 0;
    }

    .footer-sec-dwi-lp .left-block {
        padding: 40px 0 0;
    }
}

@media (max-width: 1440px) {
    .dwi-copyrights .container {
        max-width: 961px;
    }

    .footer-sec-dwi-lp .container {
        max-width: 867px;
    }

    .footer-sec-dwi-lp {
        padding: 65px 0 0;
    }

    .footer-sec-dwi-lp .left-block {
        padding: 35px 0 0;
    }

    .ftr-logo {
        margin: 0 0 33px;
    }
.footer-sec-dwi-lp .map-link {
    font-size: 16px;
}
    .footer-sec-dwi-lp .form-title {
        font-size: 45px;
        margin: 0 0 8px;
    }

    .footer-sec-dwi-lp .form-text {
        font-size: 15px;
        margin: 0 0 13px;
    }

    .dwi-law-ftr-form .gfield input.large,
    .dwi-law-ftr-form .gfield textarea.large {
        font-size: 12px !important;
        padding: 18px 15px !important;
        border-radius: 12px !important;
    }

    .dwi-law-ftr-form .gfield textarea.large {
        height: 89px !important;
        margin: 0 0 12px !important;
    }

    .dwi-law-ftr-form .form-links button,
    .dwi-law-ftr-form .form-links a,
    .dwi-law-ftr-form .form-links button,
    .dwi-law-ftr-form .form-links,
    .dwi-law-ftr-form .gfield-choice-input+label {
        font-size: 12px !important;
    }

    .dwi-law-ftr-form .gform_footer input[type="submit"] {
        font-size: 15px !important;
        letter-spacing: 0.5px !important;
        padding: 16px 29px !important;
    }

    .footer-sec-dwi-lp .item-location .title,
    .item-call .title {
        font-size: 30px;
    }

    .footer-sec-dwi-lp .item-location .address {
        font-size: 18px;
    }

    .footer-sec-dwi-lp .item-call .number a {
        font-size: 27px;
    }

    .footer-sec-dwi-lp .item-location::before {
        width: 60px;
        height: 60px;
    }

    .footer-sec-dwi-lp .item-call::before {
        width: 60px;
        height: 60px;
    }

    .footer-sec-dwi-lp .item-location {
        padding-left: 75px;
        margin: 0px 0 20px;
    }

    .footer-sec-dwi-lp .item-call {
        padding-left: 75px;
    }

    .footer-sec-dwi-lp .footer-list {
        padding: 0 0 145px 0px;
    }

    .dwi-copyrights .copy-para {
        font-size: 15px;
    }

    .dwi-copyrights .growthlab {
        width: 152px;
    }

    .dwi-copyrights {
        padding: 26px 0;
    }

    .copyrights-cnt {
        gap: 10px;
    }
}


@media (max-width: 1366px) {
    .dwi-copyrights .container {
        max-width: 912px;
    }

    .footer-sec-dwi-lp .container {
        max-width: 828px;
    }

    .footer-sec-dwi-lp {
        padding: 60px 0 0;
    }

    .footer-sec-dwi-lp .form-title {
        font-size: 43px;
        margin: 0 0 6px;
    }

    .footer-sec-dwi-lp .form-text {
        font-size: 14px;
        margin: 0 0 11px;
    }

    .dwi-law-ftr-form .gfield input.large,
    .dwi-law-ftr-form .gfield textarea.large {
        padding: 17px 14px !important;
        border-radius: 10px !important;
    }

    .dwi-law-ftr-form .gfield textarea.large {
        height: 85px !important;
        margin: 0 0 10px !important;
    }

    .dwi-law-ftr-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .dwi-law-ftr-form .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
    }

    .dwi-law-ftr-form .gform_footer input[type="submit"] {
        font-size: 14px !important;
        letter-spacing: 0.4px !important;
        padding: 16px 27px !important;
    }

    .ftr-logo {
        margin: 0 0 30px;
    }

    .footer-sec-dwi-lp .item-location .title,
    .item-call .title {
        font-size: 28px;
    }

    .footer-sec-dwi-lp .item-location .address {
        font-size: 17px;
    }

    .footer-sec-dwi-lp .item-call .number a {
        font-size: 26px;
    }

    .footer-sec-dwi-lp .item-location::before {
        width: 58px;
        height: 58px;
    }

    .footer-sec-dwi-lp .item-call::before {
        width: 58px;
        height: 58px;
    }

    .footer-sec-dwi-lp .item-location {
        padding-left: 73px;
        margin: 0px 0 18px;
    }

    .footer-sec-dwi-lp .item-call {
        padding-left: 73px;
    }

    .footer-sec-dwi-lp .footer-list {
        padding: 0 0 130px 0px;
    }

    .dwi-copyrights .copy-para {
        font-size: 14px;
    }

    .dwi-copyrights .growthlab {
        width: 148px;
    }

    .dwi-copyrights {
        padding: 24px 0;
    }

}

@media (max-width: 1280px) {
    .dwi-copyrights .container {
        max-width: 854px;
    }

    .footer-sec-dwi-lp .container {
        max-width: 830px;
    }

    .footer-sec-dwi-lp {
        padding: 55px 0 0;
    }

    .footer-sec-dwi-lp .form-title {
        font-size: 40px;
    }

    .footer-sec-dwi-lp .form-text {
        font-size: 13px;
        margin: 0 0 10px;
    }

    .dwi-law-ftr-form .gfield input.large,
    .dwi-law-ftr-form .gfield textarea.large {
        padding: 16px 13px !important;
        border-radius: 9px !important;
    }

    .dwi-law-ftr-form .gfield textarea.large {
        height: 79px !important;
    }

    .dwi-law-ftr-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .dwi-law-ftr-form .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
    }

    .dwi-law-ftr-form .gform_footer input[type="submit"] {
        font-size: 13px !important;
        letter-spacing: 0.4px !important;
        padding: 15px 23px !important;
        border-radius: 8px !important;
    }

    .ftr-logo {
        margin: 0 0 26px;
    }

    .footer-sec-dwi-lp .item-location .title,
    .item-call .title {
        font-size: 27px;
    }

    .footer-sec-dwi-lp .item-location .address {
        font-size: 16px;
    }

    .footer-sec-dwi-lp .item-location {
        padding-left: 68px;
        margin: 0px 0 16px;
    }

    .footer-sec-dwi-lp .item-call .number a {
        font-size: 24px;
    }

    .footer-sec-dwi-lp .item-location::before {
        width: 54px;
        height: 54px;
    }

    .footer-sec-dwi-lp .item-call::before {
        width: 54px;
        height: 54px;
    }

    .footer-sec-dwi-lp .item-call {
        padding-left: 68px;
    }

    .footer-sec-dwi-lp .footer-list {
        padding: 0 0 105px 0px;
    }

    .dwi-copyrights .copy-para {
        font-size: 13px;
    }

    .dwi-copyrights .growthlab {
        width: 144px;
    }

    .dwi-copyrights {
        padding: 22px 0;
    }

    .footer-sec-dwi-lp .left-block {
        padding: 25px 0 0;
    }
}

@media (max-width: 1024px) {

    .footer-sec-dwi-lp .container,
    .dwi-copyrights .container {
        max-width: 720px;
    }

    .footer-sec-dwi-lp .footer-list {
        padding: 0 0 50px 0px;
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }
.footer-sec-dwi-lp .map-link {
    font-size: 15px;
}
    .footer-sec-dwi-lp {
        padding: 50px 0 0;
    }

    .footer-sec-dwi-lp .left-block {
        padding: 0;
    }

    .ftr-logo {
        width: 100%;
        max-width: 150px;
        margin: 0 auto 20px;
    }

    .item-location,
    .item-call {
        width: 100%;
        max-width: 340px;
        margin: auto !important;
        border: 1px solid #fff;
        padding: 20px 20px 20px 80px !important;
    }

    .footer-sec-dwi-lp .left-block {
        padding: 0;
        width: 100%;
    }

    .footer-sec-dwi-lp .item-location {
        margin-bottom: 20px !important;
    }

    .footer-sec-dwi-lp .item-location::before,
    .footer-sec-dwi-lp .item-call::before {
        left: 15px;
    }

    .dwi-law-ftr-form .gform_footer input[type="submit"] {
        font-size: 14px !important;
        letter-spacing: 0px !important;
        border-radius: 7px !important;
    }

    .footer-sec-dwi-lp .right-block {
        width: 100%;
        max-width: 430px;
    }

    .footer-sec-dwi-lp .form-title {
        font-size: 35px;
    }

    .footer-sec-dwi-lp .form-text {
        font-size: 14px;
    }

    .dwi-law-ftr-form .gfield input.large,
    .dwi-law-ftr-form .gfield textarea.large {
        font-size: 13px !important;
    }

    .dwi-copyrights .copy-para {
        font-size: 14px;
    }

    .copyrights-cnt {
        flex-direction: column;
    }

    .dwi-law-ftr-form .gform_footer input[type="submit"] {
        min-height: auto !important;
        line-height: 1 !important;
    }

}


@media (max-width: 767px) {

    .footer-sec-dwi-lp .container,
    .dwi-copyrights .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .dwi-copyrights .copy-para {
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .footer-sec-dwi-lp {
        padding: 35px 0 0;
    }

    .ftr-logo {
        width: 100%;
        max-width: 125px;
        margin: 0 auto 15px;
    }

    .footer-sec-dwi-lp .item-location::before {
        width: 49px;
        height: 49px;
    }

    .footer-sec-dwi-lp .item-location .title,
    .item-call .title {
        font-size: 24px;
    }

    .footer-sec-dwi-lp .item-location .address {
        font-size: 14px;
    }

    .footer-sec-dwi-lp .item-call .number a {
        font-size: 20px;
    }

    .footer-sec-dwi-lp .item-call::before {
        width: 49px;
        height: 49px;
    }

    .item-location,
    .item-call {
        padding: 20px 20px 20px 75px !important;
    }

    .footer-sec-dwi-lp .form-title {
        font-size: 28px;
    }

    .dwi-law-ftr-form .gform_footer.top_label {
        margin: 15px 0 0 !important;
        justify-content: center;
    }

    .dwi-law-ftr-form .gfield.chk .validation_message {
        top: 15px !important;
    }

    .footer-sec-dwi-lp .footer-list {
        padding: 0 0 35px 0px;
        gap: 25px;
    }
}