@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: #000;
    background: #DFEAFF;
}
h1, h2, h3, h4, h5, h6, p, ul, li, a, input, button, label {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-style: normal;
}
.full-container {
    width: 100%;
}
.container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.header-bg {
    padding: 12px 0;
    box-shadow: 0 4px 4px 0 rgba(207, 207, 207, 0.25);
    width: 100%;
    position: relative;
    background: #fff;
    .main-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1;
        @media (max-width: 767px) {
            justify-content: center;
        }
        .logo {
            a {
                display: flex;
                img{
                    @media (max-width: 767px) {
                        width: 180px;
                    }
                }
            }
        }
        .header-right {
            margin-left: auto;
            a {
                color: #283897;
                text-align: right;
                font-size: 12px;
                font-weight: 500;
                border-radius: 100px;
                background: #E8F0FF;
                padding: 7px 10px;
                @media (max-width: 767px) {
                    font-size: 10px;
                    padding: 7px 10px;
                }
            }
        }
    }
}
.header-bg.innerpage-header {
    .main-header {
        justify-content: center;
    }
}
.banner-section {
    padding: 20px 0 50px;
    @media (max-width: 767px) {
        padding: 10px 0 40px;
    }
    .container {
        @media (max-width: 767px) {
            padding: 0px;
        }
    }
    h1{
        color: #24292C;
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 20px;
        @media (min-width: 768px) and (max-width: 1024px) {
            font-size: 3.3vw;
        }
        @media (max-width: 767px) {
            font-size: 6.6vw;
            padding: 0px 15px;
            margin-bottom: 10px;
        }
        span{
            color: #283897;
        }
    }
    .inner {
        background: url("/themes/localwindowquote/assets/formbg.jpg") no-repeat;
        max-width: 1180px;
        height: 520px;
        width: 100%;
        border-radius: 10px;
        padding: 30px 40px;
        gap: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        @media (max-width: 767px) {
            margin: 0px;
            border-radius: 0px;
            flex-direction: column;
            align-items: center;
            background: url("/themes/localwindowquote/assets/mobileformbg.jpg") no-repeat;
            padding: 15px 15px;
            background-size: cover;
        }
        .formbottom-points{
            padding-right: 30px;
            @media (max-width: 767px) {
                padding-right: 0px;
            }
            ul {
                list-style-type: none;
                li {
                    color: #fff;
                    font-size: 16px;
                    font-weight: 400;
                    position: relative;
                    padding-left: 27px;
                    line-height: 28px;
                    margin-bottom: 5px;
                    @media (max-width: 767px) {
                        font-size: 14px;
                    }
                    span{
                        font-weight: 600;
                    }
                    &:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 3px;
                        width: 20px;
                        height: 20px;
                        display: block;
                        background: url("/themes/localwindowquote/assets/checkmark.svg") no-repeat;
                    }
                }
            }
        }
        .banner-form {
            position: relative;
            padding: 10px 15px;
            width: 393px;
            border-radius: 10px;
            background: #F4F8FF;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.20);
            height: fit-content;
            @media (max-width: 767px) {
                width: 343px;
            }
            .form-steps {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 20px;
                justify-content: center;
                flex-direction: column;
                p {
                    color: #24292C;
                    font-size: 12px;
                    font-weight: 400;
                }
                ul {
                    display: flex;
                    gap: 6px;
                    li {
                        width: 80px;
                        height: 8px;
                        background: #E5E5E5;
                        border-radius: 2px;
                    }
                    li.active {
                        background: linear-gradient(180deg, #283897 0%, #0060BA 100%);
                    }
                }
            }
            form {
                .form-group {
                    margin-bottom: 15px;
                    margin-top: 7px;
                    position: relative;
                    h3{
                        color: #24292C;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: normal;
                        margin-bottom: 6px;
                    }
                    input {
                        width: 100%;
                        height: 34px;
                        padding: 8px;
                        font-size: 12px;
                        font-weight: 400;
                        border-radius: 3px;
                        border: 1px solid #C2C2C2;
                        color: #24292C;
                    }
                    input::placeholder {
                        color: #A1A1A1;
                        font-size: 12px;
                        font-weight: 400;
                    }
                    .tooltip {
                        position: absolute;
                        right: 10px;
                        top: 35px;
                        width: 21px;
                        height: 21px;
                        cursor: pointer;
                        img{
                            width: 17px;
                        }
                        &:hover {
                            .tooltip-text {
                                visibility: visible;
                                opacity: 1;
                            }
                        }
                        .tooltip-text {
                            visibility: hidden;
                            width: 180px;
                            background-color: #000;
                            color: #fff;
                            text-align: center;
                            border-radius: 6px;
                            padding: 5px 0;
                            position: absolute;
                            z-index: 1;
                            right: -43%;
                            top: -31px;
                            opacity: 0;
                            transition: opacity 0.3s;
                            font-size: 12px;
                            font-weight: 400;
                            &:after {
                                content: "";
                                position: absolute;
                                width: 0;
                                height: 0;
                                border-left: 10px solid transparent;
                                border-right: 10px solid transparent;
                                border-top: 10px solid #000;
                                top: 20px;
                                right: 10px;
                            }
                        }
                    }
                    .threeprojects-type {
                        display: flex;
                        justify-content: space-evenly;
                        gap: 20px;
                        @media (max-width: 1024px) {
                            flex-wrap: wrap;
                            .item {
                                flex: 0 1 calc(50% - 10px) !important;
                            }
                            .item:last-child {
                                flex: 0 0 100% !important;
                                width: 100%;
                            }
                        }
                    }
                    .projectstype {
                        display: flex;
                        gap: 10px;
                        width: 100%;
                        @media (max-width: 767px) {
                            gap: 8px;
                        }
                        .item {
                            flex: 1;
                            p {
                                color: #000;
                                font-size: 10px;
                                font-weight: 400;
                                margin-top: 5px;
                                line-height: 1.3;
                                display: none;
                                @media (max-width: 767px) {
                                    font-size: 12px;
                                    line-height: 1.6;
                                }
                            }
                            input {
                                position: absolute;
                                left: 0;
                                width: 0;
                                height: 0;
                                visibility: hidden;
                            }
                            label {
                                width: 100%;
                                border-radius: 3px;
                                text-align: center;
                                background: #fff;
                                color: #24292C;
                                font-size: 12px;
                                position: relative;
                                padding: 6px;
                                cursor: pointer;
                                border: 1px solid #C2C2C2;
                                display: block;
                                font-weight: 400;
                                @media (max-width: 767px) {
                                    font-size: 10px;
                                }
                            }
                            input:checked + label {
                                border-radius: 3px;
                                color: #fff !important;
                                border: 1px solid #FFF;
                                background: linear-gradient(180deg, #283897 0%, #0060BA 100%);
                            }
                        }
                    }
                    button {
                        margin-top: 20px;
                        width: 100%;
                        height: 46px;
                        border-radius: 3px;
                        background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
                        color: #fff;
                        text-align: center;
                        font-size: 17px;
                        font-weight: 700;
                        border: 0;
                        cursor: pointer;
                        transition: all 0.5s;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 12px;
                        &:hover {
                            transition: all 0.5s;
                            background: linear-gradient(0deg, #F80 0%, #FF4D00 100%);
                        }
                        @media (max-width: 767px) {
                            font-size: 17px;
                            height: 46px;
                        }
                        img {
                            position: relative;
                            top: 2px;
                            width: 20px;
                        }
                    }
                }
            }
        }
    }
}
.info-section {
    border-top: 1px solid #ABBFE5;
    .savemoney {
        color: #283897;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 50px;
        position: relative;
        padding-top: 40px;
        font-family: "Poppins", sans-serif;
        @media (max-width: 767px) {
            margin-bottom: 20px;
        }
        &:after {
            background: #DFEAFF;
            border: 1px solid #ABBFE5;
            border-bottom: 0;
            border-top-left-radius: 100px;
            border-top-right-radius: 100px;
            box-sizing: border-box;
            cursor: pointer;
            color: #75838e;
            content: "+";
            display: flex;
            font-size: 25px;
            height: 30px;
            justify-content: center;
            left: 50%;
            line-height: 1em;
            padding-top: 5px;
            position: absolute;
            text-rendering: auto;
            top: -1px;
            transform: translate(-50%) rotate(180deg);
            width: 60px;
        }
    }
    .savemoney.active:after {
        content: "_";
        line-height: 0.3em;
    }
    .wedosection {
        gap: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        margin-bottom: 63px;
        border-bottom: 1px solid #B8CDF4;
        padding-bottom: 63px;
        @media (max-width: 1024px) {
            gap: 20px;
        }
        @media (max-width: 767px) {
            gap: 20px;
            grid-template-columns: auto;
            margin-bottom: 20px;
            padding-bottom: 30px;
        }
        .leftcontant {
            h2 {
                color: #283897;
                font-family: Poppins;
                font-size: 30px;
                font-style: normal;
                font-weight: 700;
                line-height: 140%;
                margin-bottom: 20px;
                @media (max-width: 767px) {
                    text-align: center;
                }
                span {
                    color: #24292C;
                }
            }
            p {
                color: #24292C;
                font-size: 17px;
                font-weight: 600;
                line-height: 28px;
                @media (max-width: 767px) {
                    text-align: center;
                }
                span{
                     color: #283897;
                }
            }
            ul {
                list-style-type: none;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                margin-top: 30px;
                grid-gap: 10px;
                @media (max-width: 767px) {
                    width: fit-content;
                    margin: 20px auto 0px;
                    grid-template-columns: auto;
                }
                li {
                    color: #000;
                    font-size: 16px;
                    font-weight: 400;
                    position: relative;
                    padding-left: 27px;
                    line-height: 28px;
                    margin-bottom: 5px;
                    span {
                        font-weight: 600;
                    }
                    &:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 3px;
                        width: 22px;
                        height: 22px;
                        display: block;
                        background: url("/themes/localwindowquote/assets/greencheck.svg") no-repeat;
                    }
                }
            }
        }
        .rightimg {
            width: 100%;
            height: 100%;
            min-width: 0;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 10px;
                @media (max-width: 767px) {
                    border-radius: 0px;
                }
            }
        }
    }
    .info-inner {
        @media (max-width: 767px) {
            max-width: 100%;
            margin: auto;
        }
        .info-content {
            max-width: 755px;
            margin: auto;
            h2 {
                color: #283897;
                text-align: center;
                font-size: 30px;
                font-weight: 700;
                margin-bottom: 10px;
                @media (min-width: 768px) and (max-width: 1024px) {
                    font-size: 3.3vw;
                }
                @media (max-width: 767px) {
                    font-size: 5.8vw;
                }
            }
            p {
                color: #000;
                text-align: center;
                font-size: 16px;
                font-weight: 400;
                line-height: 25px;
                max-width: 652px;
                margin: auto;
            }
        }
        .process {
            margin: 40px 0 75px;
            .items {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 25px;
                @media (max-width: 1024px) {
                    gap: 15px;
                }
                @media (max-width: 767px) {
                    grid-template-columns: repeat(2, 1fr);
                }
                .item {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    position: relative;
                    .image {
                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            border-radius: 10px 10px 0 0;
                        }
                    }
                    h3 {
                        color: #000;
                        text-align: center;
                        font-size: 16px;
                        font-weight: 500;
                        background: #fff;
                        width: 100%;
                        padding: 12px;
                        border-radius: 0 0 10px 10px;
                        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
                        @media (max-width: 1024px) {
                            font-size: 12px;
                        }
                    }
                }
            }
        }
    }
}
.bottom-section{
    background: url("/themes/localwindowquote/assets/bottomimg.jpg") no-repeat;
    height: 428px;
    width: 100%;
    padding: 75px 15px;
    background-size: cover;
    @media (max-width: 767px) {
        padding: 35px 15px;
    }
    .bottom-content {
        max-width: 680px;
        margin: 0 auto;
        .highlight{
            color: #fff;
            background: #283897;
            text-align: right;
            font-size: 14px;
            font-weight: 500;
            border-radius: 100px;
            padding: 5px 15px;
            margin: 0px auto 10px;
            display: table;
        }
        h2 {
            color: #283897;
            text-align: center;
            font-size: 33px;
            font-weight: 700;
            margin-bottom: 10px;
            @media (min-width: 768px) and (max-width: 1024px) {
                font-size: 3.3vw;
            }
            @media (max-width: 767px) {
                font-size: 5.8vw;
            }
        }
        p {
            color: #000;
            text-align: center;
            font-size: 17px;
            font-weight: 400;
            line-height: 25px;
            @media (max-width: 767px) {
                font-size: 15px;
            }
        }
        a {
            border-radius: 5px;
            max-width: 260px;
            display: flex;
            margin: 34px auto 0;
            height: 51px;
            color: #fff;
            text-align: center;
            font-size: 17px;
            font-weight: 700;
            line-height: normal;
            background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            gap: 10px;
            img {
                width: 20px;
            }
            &:hover {
                transition: all 0.3s;
                background: linear-gradient(0deg, #F80 0%, #FF4D00 100%);
            }
        }
        .note{
            max-width: 260px;
            margin: 10px auto 0px;
            text-align: center;
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            color: #24292C;
        }
    }
}
footer {
    background: #fff;
    padding: 20px 0;
    .footer-copy {
        p {
            color: #232637;
            text-align: center;
            font-size: 12px;
            line-height: 20px;
        }
    }
    .footer-menu {
        margin-top: 5px;
        ul {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            @media (max-width: 767px) {
                flex-wrap: wrap;
                row-gap: 5px;
            }
            li {
                position: relative;
                &:after {
                    width: 1px;
                    height: 15px;
                    background: #232637;
                    content: "";
                    right: -15px;
                    top: 8px;
                    position: absolute;
                }
                &:last-child {
                    &:after {
                        display: none;
                    }
                }
                a {
                    color: #232637;
                    text-align: center;
                    font-size: 12px;
                    line-height: 20px;
                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0.4;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0.4;
    }
}
.congratulations-section {
    padding: 30px 0 50px;
    .congratulations-inner {
        h1 {
            color: #283897;
            text-align: center;
            font-size: 33px;
            font-weight: 700;
            margin-bottom: 15px;
        }
        p {
            color: #24292C;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
        }
        .loader-wrap {
            display: flex;
            justify-content: center;
            margin: 80px 0;
            .loader {
                position: relative;
                width: 280px;
                height: 280px;
                border-radius: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #fff;
                box-shadow: 0 0 80px 10px rgba(159, 165, 198, 0.9);
            }
            .ring {
                position: absolute;
                inset: 14px;
                border-radius: 50%;
                background: conic-gradient(#589c48 0deg, #e5e7eb 0deg);
            }
            .inner {
                position: absolute;
                inset: 22px;
                background: #fff;
                border-radius: 50%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .dot {
                width: 24px;
                height: 24px;
                border: 2px solid #ccc;
                border-radius: 50%;
                margin-bottom: 12px;
                position: relative;
            }
            .dot::after {
                content: "";
                position: absolute;
                inset: 4px;
                border-radius: 50%;
                background: #283897;
                animation: pulse 1.2s ease-in-out infinite;
            }
            .text strong {
                display: block;
                font-size: 19px;
                text-align: center;
                font-weight: 700;
                margin-bottom: 8px;
            }
            .text span.percent {
                color: #74828d;
                font-size: 13px;
                text-align: center;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                font-style: italic;
                font-weight: 400;
                span {
                    font-size: 13px;
                }
            }
        }
    }
    .bottom-text {
        color: black !important;
    }
}
.progress-section {
    background: #fff;
    .container {
        max-width: 929px;
    }
    .top-progress {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 12px;
        color: #24292C;
        padding: 20px 0;
        .steps {
            display: flex;
            gap: 6px;
            flex: 1;
        }
        .step {
            flex: 1;
            height: 10px;
            background: #e5e7eb;
            border-radius: 2px;
        }
        .step.done {
            background: linear-gradient(180deg, #283897 0%, #0060BA 100%);
        }
    }
}
.accordion-section {
    padding: 15px 0 80px;
    .container {
        max-width: 929px;
        @media (max-width : 1550px) {
            max-width: 1045px !important;
        }
        @media (max-width : 1250px) {
            max-width: 929px;
        }
    }
    .accordion-item {
        border: 1px solid #283897;
        background: #fff;
        padding: 26px 50px;
        margin-bottom: 26px;
        box-shadow: 5px 10px 50px 5px rgba(167, 167, 167, 0.25);
        @media (max-width: 1024px) {
            padding: 15px 15px 35px;
            margin-bottom: 15px;
        }
        .accordion-header {
            position: relative;
            padding-left: 25px;
            &:before {
                content: "";
                position: absolute;
                left: 0;
                top: 4px;
                width: 21px;
                height: 20px;
                display: block;
                background: url("/themes/localwindowquote/assets/ulcheck.svg") no-repeat;
            }
            h3 {
                color: #000;
                font-size: 16px;
                font-weight: 600;
                display: flex;
                line-height: normal;
                gap: 10px;
                @media (max-width: 1024px) {
                    font-size: 14px;
                    text-align: left;
                }
                span {
                    border-radius: 3px;
                    background: #283897;
                    color: #fff;
                    text-align: center;
                    font-size: 10px;
                    font-weight: 500;
                    text-transform: uppercase;
                    padding: 2px 5px;
                    display: flex;
                    line-height: normal;
                    align-items: center;
                }
            }
        }
        .accordion-body {
            position: relative;
            .product-info {
                border: 1px solid #d9d9d9;
                background: #f8f8f8;
                padding: 12px;
                display: flex;
                gap: 50px;
                margin-top: 22px;
                flex-wrap: wrap;
                .image {
                    width: 80px;
                    img {
                        width: 100%;
                    }
                }
                .product-details {
                    h4,
                    p {
                        color: #000;
                        font-size: 12px;
                        font-weight: 600;
                    }
                    p {
                        margin-top: 2px;
                        color: #24292C;
                        font-weight: 400;
                    }
                }
            }
            .news-section {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-gap: 50px;
                margin-top: 50px;
                @media (max-width: 767px) {
                    grid-template-columns: auto;
                    grid-gap: 10px;
                }
                .news {
                    @media (max-width: 767px) {
                        text-align: center;
                    }
                    img {
                        margin-bottom: 12px;
                    }
                    h2 {
                        color: #283897;
                        font-size: 28px;
                        font-weight: 700;
                        margin-bottom: 30px;
                        line-height: 120%;
                        @media (max-width: 767px) {
                            font-size: 22px;
                        }
                    }
                    p {
                        max-width: 260px;
                        color: #24292C;
                        font-size: 15px;
                        font-weight: 400;
                        line-height: normal;
                        margin-bottom: 15px;
                        @media (max-width: 767px) {
                            max-width: unset;
                        }
                    }
                    span {
                        border-radius: 3px;
                        background: #283897;
                        color: #fff;
                        text-align: center;
                        font-size: 10px;
                        font-weight: 500;
                        text-transform: uppercase;
                        padding: 5px 10px;
                        line-height: normal;
                        align-items: center;
                    }
                }
                .news-right {
                    ul {
                        list-style-type: none;
                        li {
                            color: #24292c;
                            display: grid;
                            grid-template-columns: 31px 1fr;
                            grid-gap: 15px;
                            margin-top: 33px;
                            @media (max-width: 767px) {
                                grid-template-columns: auto;
                                justify-items: center;
                            }
                            .icon {
                                img {
                                    width: 73px;
                                }
                            }
                            p {
                                max-width: 364px;
                                font-size: 12px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                color: #24292C;
                                b{
                                    font-weight: 600;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .accordian-item-second {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 25px;
        @media (max-width: 767px) {
            flex-direction: column;
            align-items: center;
        }
        .accordion-body {
            flex: 0 1 75%;
            @media (max-width: 767px) {
                flex: 0 1 100% !important;
                width: 100%;
            }
            .accordion-header {
                border-right: 1px solid rgba(128, 128, 128, 0.518);
                padding-right: 55px;
                padding-top: 30px;
                padding-bottom: 30px;
                @media (max-width: 1024px) {
                    padding-right: 30px;
                }
                @media (max-width: 767px) {
                    border: none;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    padding-right: 0px;
                    flex: 0 0 100%;
                }
                &:before {
                    left: 0;
                    top: 35px;
                    @media (max-width: 767px) {
                        top: 8px;
                    }
                }
            }
            .product-info {
                padding: 10px 25px !important;
                margin-top: 0;
                align-items: center !important;
                @media (max-width: 767px) {
                    padding: 15px !important;
                    gap: 10px;
                }
            }
        }
        figure {
            flex: 0 1 20%;
        }
    }

    .accordian-item-second-bottom {
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        .accordion-body {
            .news-section {
                margin-top: 0;
                gap: 30px;
                background: none !important;
                @media (max-width: 1024px) {
                    gap: 15px;
                }
                .news {
                    background-color: white;
                    border: 1px solid #74828d;
                    padding: 30px;
                    @media (max-width: 1024px) {
                        padding: 15px;
                    }
                    .accordion-header {
                        width: fit-content;
                        margin: auto;
                        margin-bottom: 40px;
                        @media (max-width: 767px) {
                            width: 60%;
                            margin: auto auto 20px;
                        }
                        @media (max-width: 660px) {
                            width: 90%;
                        }

                        span {
                            margin-top: 0;
                        }
                    }
                    img {
                        margin: auto !important;
                        display: block;
                        padding: 5px;
                        width: 170px;
                        margin-bottom: 10px !important;
                        display: block;
                        border: 1px solid #283897;
                    }
                    h2 {
                        text-align: center !important;
                    }
                    p {
                        text-align: center !important;
                        margin: auto;
                        max-width: 380px;
                        width: 100%;
                    }
                    span {
                        margin: auto;
                        display: block;
                        width: fit-content;
                        margin-top: 20px;
                    }
                }
                .news-right {
                    background-color: white;
                    border: 1px solid #283897;
                    padding: 30px 30px;
                    @media (max-width: 1024px) {
                        padding: 15px;
                    }
                    ul {
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        height: 100%;
                        gap: 15px;
                        li {
                            display: flex;
                            align-items: flex-start;
                            margin: 0;
                            p {
                                flex: 0 1 75%;
                                font-size: 13px;
                                @media (max-width: 767px) {
                                    flex: 0 1 100%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

}
.quote-section {
    padding: 47px 0 94px;
    @media (max-width: 767px) {
        padding: 24px 0 94px;
    }
    .quote-inner {
        display: flex;
        gap: 60px;
        @media (max-width: 767px) {
            flex-direction: column;
            gap: 0;
        }
        div {
            flex: 1;
        }
        .quote-content {
            h2 {
                color: #283897;
                font-size: 50px;
                font-weight: 700;
                line-height: 120%;
                margin-bottom: 22px;
                @media (min-width: 768px) and (max-width: 1200px) {
                    font-size: 3.5vw;
                }
                @media (max-width: 767px) {
                    text-align: center;
                    font-size: 7.5vw;
                    margin-bottom: 12px;
                }
            }
            p {
                color: #000;
                font-size: 19px;
                font-weight: 600;
                margin-bottom: 32px;
                line-height: 30px;
                @media (max-width: 767px) {
                    text-align: center;
                    font-size: 16px;
                    line-height: 25px;
                }
            }
            ul {
                list-style-type: none;
                li {
                    color: #000;
                    font-size: 16px;
                    font-weight: 500;
                    position: relative;
                    padding-left: 30px;
                    line-height: 28px;
                    margin-bottom: 15px;
                    &:before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 5px;
                        width: 21px;
                        height: 21px;
                        display: block;
                        background: url("/themes/localwindowquote/assets/ulcheck.svg") no-repeat;
                    }
                }
            }
        }
        .quote-form {
            border-radius: 11px;
            border: 2px solid #283897;
            background: #fff;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
            .alert-success {
                text-align: center;
                padding: 15px 15px 0;
                font-size: 20px;
                color: #589c48;
                font-weight: 700;
            }
            h3 {
                border-radius: 9px 9px 0 0;
                background: linear-gradient(180deg, #283897 0%, #0060BA 100%);
                color: #fff;
                text-align: center;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 30px;
                padding: 12px;
                @media (min-width: 768px) and (max-width: 1200px) {
                    font-size: 2.3vw;
                }
                @media (max-width: 767px) {
                    font-size: 4.7vw;
                }
            }
            form {
                padding: 20px;
                @media (max-width: 767px) {
                    padding: 12px;
                }
                .form-group {
                    display: flex;
                    gap: 11px;
                    margin-bottom: 20px;
                    align-items: center;
                    position: relative;
                    label {
                        width: 25px;
                        text-align: center;
                        display: flex;
                        flex-shrink: 0;
                    }
                    input {
                        border-radius: 3px;
                        background: #EDEFF3;
                        height: 48px;
                        width: 100%;
                        border: 0;
                        color: #595959;
                        font-size: 14px;
                        font-weight: 400;
                        padding: 10px;
                        border: 0px solid #74828d;
                        line-height: 30px;
                    }
                    .submit-btn {
                        border-radius: 3px;
                        width: 100%;
                        height: 67px;
                        border: 0;
                        margin-top: 10px;
                        background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
                        box-shadow: 0 4px 4px 0 rgba(0, 33, 47, 0.5);
                        color: #fff;
                        text-align: center;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                        transition: all 0.3s;
                        cursor: pointer;
                        img{
                            position: relative;
                            top: 5px;
                            left: 5px;
                        }
                        @media (max-width: 1024px) {
                            font-size: 21px;
                        }
                        &:hover {
                            transition: all 0.3s;
                            background: linear-gradient(0deg, #f80 0%, #ff4d00 100%);
                        }
                    }

                    .error-message {
                        color: #ff0000;
                        font-size: 12px;
                        margin-top: 5px;
                        position: absolute;
                        bottom: -15px;
                        left: 37px;
                    }
                }
                p {
                    color: #24292C;
                    font-size: 11px;
                    font-weight: 500;
                    line-height: 18px;
                    @media (max-width: 767px) {
                        text-align: center;
                    }
                }
            }
        }
        ul.quoteform-bottom {
            list-style-type: none;
            margin-top: 22px;
            li {
                color: #000;
                font-size: 16px;
                font-weight: 500;
                position: relative;
                padding-left: 30px;
                line-height: 25px;
                margin-bottom: 15px;
                &:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 5px;
                    width: 21px;
                    height: 18px;
                    display: block;
                    background: url("/themes/localwindowquote/assets/ulcheck.svg") no-repeat;
                }
            }
        }
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .tab990mxonly {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .mobileonly, .tab990mxonly {
        display: block !important;
    }
    .desktoponly {
        display: none !important;
    }
}
.mobileonly, .tab990mxonly {
    display: none;
}
.set-back-while-parent {
    .container{
        @media (max-width: 767px) {
            padding: 0 15px;
        }
    }
    h1 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 10px;
        color: #283897;
    }
    p {
        text-align: center;
        color: #74828D;
        font-weight: 400;
        margin-top: 10px;
        font-size: 16px;
    }
    .icons {
        width: 123px;
        margin: 20px auto auto;
        img {
            width: 100%;
        }
    }
}
.set-back-while {
    width: 100%;
    max-width: 878px;
    margin: auto;
    min-height: 50vh;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    gap: 60px;
    display: flex;
    border-radius: 5px;
    background: #232637;
    box-shadow: 5px 10px 50px 5px rgba(167, 167, 167, 0.25);
    @media (max-width: 767px) {
        flex-direction: column;
        gap: 30px;
    }
    .locationImage {
        background-color: #000000;
        border-radius: 100%;
        width: 84px;
        height: 84px;
        display: flex;
        align-items: center;
        justify-content: center;
        @media (max-width: 786px) {
            padding: 10px;
            margin: 10px 65px;
        }
        img {
            width: 50px;
            height: 50px;
            object-fit: contain;
            @media (max-width: 786px) {
                width: 35px;
                height: 35px;
            }
        }
    }
    ul {
        list-style-type: none;
        li {
            font-size: 16px;
            font-weight: 400;
            position: relative;
            padding-left: 30px;
            line-height: 28px;
            margin-bottom: 15px;
            color: white;
            opacity: 0;
            transform: translateY(15px);
            animation: fadeUp 0.6s ease forwards;
            &::before {
                content: "";
                position: absolute;
                left: 0;
                top: 5px;
                width: 21px;
                height: 20px;
                display: block;
                background: url("/themes/localwindowquote/assets/location-check.svg") no-repeat center/contain;
                transform: scale(0);
                opacity: 0;
                animation: checkPop 0.4s ease-in-out forwards;
            }
            &:nth-child(1) {
                animation-delay: 0.2s;
                &::before {
                    animation-delay: 0.2s;
                }
            }
            &:nth-child(2) {
                animation-delay: 0.5s;
                &::before {
                    animation-delay: 0.5s;
                }
            }
            &:nth-child(3) {
                animation-delay: 0.7s;
                &::before {
                    animation-delay: 0.7s;
                }
            }
            &:nth-child(4) {
                animation-delay: 1s;
                &::before {
                    animation-delay: 1s;
                }
            }
        }
    }
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes checkPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    70% {
        transform: scale(2.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.banner-section-form-two {
    .inner {
        background: url("/themes/localwindowquote/assets/form2banner.jpg") no-repeat;
        height: 433px;
        .banner-form{
            margin: auto;
        }
        .banner-form {
            form {
                .form-checkbox-group {
                    position: relative;
                    clear: both;
                    .checkbox-container{
                        display: flex;
                        align-items: center;
                        gap: 15px;
                        .item{
                            display: flex;
                            align-items: center;
                        }
                    }
                    label {
                        color: #24292C;
                        font-size: 12px;
                        font-weight: 500;
                        cursor: pointer;
                        position: relative;
                    }
                    input {
                        position: absolute;
                        visibility: hidden;
                    }
                    label:before {
                        content: '';
                        -webkit-appearance: none;
                        background-color: transparent;
                        border: 1px solid #74828d;
                        width: 18px;
                        height: 18px;
                        display: inline-block;
                        position: relative;
                        vertical-align: middle;
                        cursor: pointer;
                        margin-right: 5px;
                        background: #fff;
                        box-sizing: border-box;
                        border-radius: 3px;
                        margin-top: -4px;
                    }
                    input:checked + label:before {
                        background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
                        border: 1px solid #FF4D00 !important;
                    }
                    input:checked + label:after {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 0px;
                        left: 6px;
                        width: 6px;
                        height: 12px;
                        border: solid white;
                        border-width: 0 2px 2px 0;
                        transform: rotate(45deg);
                        box-sizing: border-box;
                    }
                }
            }
        }
        .banner-content {
            background-color: #000;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white !important;
            h1 {
                margin-top: 20px;
                color: white !important;
                font-size: 49px !important;
            }
            h3 {
                font-size: 21px !important;
            }
            p {
                font-size: 16px !important;
                font-style: normal !important;
                color: white !important;
                font-weight: 500 !important;
                margin-top: 10px;
            }
            &::after {
                content: "" !important;
                background: none !important;
            }
        }
    }
    .bannerimg {
        margin-top: -50px;
        img {
            width: 141px !important;
            margin: auto;
        }
    }
    .bannerimg1 {
        display: flex;
        width: 100%;
        justify-content: end;
        margin-top: 80px;
        margin-right: 30px;
        transform: skewY(1deg);
    }
}
.article-banner {
    width: 100%;
    display: flex;
    height: 404px;
    position: relative;
    @media (max-width: 767px) {
        height: 270px;
    }
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-content {
        position: absolute;
        top: 44%;
        left: 50%;
        transform: translate(-50%, -80%);
        color: #fff;
        text-align: center;
        h1 {
            font-size: 34px;
            font-weight: 700;
            line-height: 130%;
            text-transform: capitalize;
            @media (min-width: 768px) and (max-width: 1024px) {
                font-size: 34px;
            }
            @media (max-width: 767px) {
                font-size: 1.6rem;
                line-height: 120%;
            }
        }
        .breadcrumb {
            margin-top: 10px;
            li {
                display: inline;
                &:not(:last-child)::after {
                    content: '/';
                    margin: 0 15px;
                    font-size: 16px;
                    position: relative;
                    top: 3px;
                }
                a,
                span {
                    font-size: 14px;
                    color: #fff;
                    text-decoration: none;
                }
            }
        }
    }
}
.blogsection {
    padding-top: 30px;
    @media (max-width: 767px) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        margin-bottom: 50px;
        background: #fff;
        padding: 30px;
        position: relative;
        margin-top: -145px;
        @media (max-width: 767px) {
            margin-top: -100px;
            padding: 15px;
        }
        .aboutpage-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: stretch;
            position: sticky;
            top: 30px;
            @media (max-width: 990px) {
                grid-template-columns: auto;
                margin-bottom: 30px;
            }
            &:nth-child(even) {
                .content {
                    padding-right: 30px;
                    padding-left: 0;
                    @media (max-width: 990px) {
                        order: 2;
                    }
                }
            }
            .content {
                padding: 0 0 0 30px;
                justify-content: center;
                display: flex;
                flex-direction: column;
                background: #fff;
                @media (max-width: 990px) {
                    padding: 15px 0;
                }
                h2 {
                    color: #24292C;
                    font-size: 32px;
                    font-weight: 700;
                    line-height: 133.333%;
                    margin-bottom: 15px;
                    -webkit-line-clamp: 4;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    @media (max-width: 1024px) {
                        padding-bottom: 0;
                        margin-bottom: 15px;
                        font-size: 3.183vw;
                    }
                    @media (max-width: 767px) {
                        font-size: 6vw;
                        -webkit-line-clamp: none;
                    }
                    span {
                        color: #283897;
                    }
                }
                p {
                    color: #000;
                    font-family: Poppins;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 28px;
                    margin-bottom: 30px;
                    -webkit-line-clamp: 4;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    @media (min-width: 768px) and (max-width: 1279px) {
                        font-size: 14px;
                        line-height: 22px;
                    }
                }
                .read-more {
                    border-radius: 5px;
                    width: 163px;
                    display: flex;
                    height: 41px;
                    color: #FFF;
                    text-align: center;
                    font-size: 15px;
                    font-weight: 700;
                    line-height: normal;
                    background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
                    align-items: center;
                    justify-content: center;
                    text-transform: uppercase;
                }
            }
            .image {
                width: 100%;
                flex-grow: 1;
                flex-basis: 0;
                min-width: 0;
                height: 100%;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }
}
.articale-content {
    padding-top: 30px;
    .full-content {
        margin-bottom: 50px;
        background: #fff;
        padding: 30px;
        position: relative;
        margin-top: -145px;
        @media (max-width:1024px) {
            padding: 15px;
            margin-top: -100px;
        }
        h1 {
            font-weight: 700;
            font-size: 34px;
            color: #24292C;
            margin-bottom: 20px;
            line-height: 130%;
            text-transform: capitalize;
            span {
                color: #283897;
            }
            @media (min-width: 768px) and (max-width: 1024px) {
                font-size: 34px;
                margin-bottom: 20px;
            }
            @media (max-width: 767px) {
                font-size: 1.6rem;
                line-height: 120%;
                margin-bottom: 10px;
            }
        }
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            @media (max-width: 767px) {
                height: 200px;
            }
        }
        h2 {
            font-weight: 700;
            font-size: 30px;
            color: #283897;
            margin-bottom: 15px;
            line-height: 130%;
            text-transform: capitalize;
            @media (min-width: 768px) and (max-width: 1024px) {
                font-size: 28px;
                margin-bottom: 20px;
            }
            @media (max-width: 767px) {
                font-size: 1.3rem;
                line-height: 120%;
                margin-bottom: 10px;
            }
        }
        h3 {
            margin-bottom: 10px;
            color: #000;
        }
        p {
            font-size: 16px;
            color: #000;
            line-height: 25px;
            margin-bottom: 20px;
            font-weight: 400;
            @media (min-width: 768px) and (max-width: 1024px) {
                font-size: 14px;
                line-height: 22px;
            }
            a {
                color: #3C7FE3;
                text-decoration: underline;
                &:hover {
                    text-decoration: none;
                }
            }
        }
        ul {
            padding-left: 20px;
            margin: 20px 0;
            list-style: disc;
            li {
                font-size: 16px;
                color: #000;
                line-height: 25px;
                margin-bottom: 10px;
                font-weight: 400;
                list-style: disc;
                @media (min-width: 768px) and (max-width: 1024px) {
                    font-size: 14px;
                    line-height: 22px;
                }
            }
        }
        a.get-quote-button {
            border-radius: 3px;
            max-width: 485px;
            display: flex;
            margin: 46px auto 0;
            height: 66px;
            color: #FFF;
            text-align: center;
            font-size: 24px;
            font-weight: 600;
            line-height: normal;
            background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
            box-shadow: 0 4px 4px 0 rgba(0, 33, 47, 0.50);
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            @media (max-width: 767px) {
                font-size: 18px;
            }
            &:hover {
                transition: all 0.3s;
                background: linear-gradient(0deg, #F80 0%, #FF4D00 100%);

            }
        }

    }
}
.blog-bannersection {
    display: grid;
    grid-template-columns: 0.94fr 1fr;
    align-items: center;
    max-width: 1210px;
    margin: 0 auto 30px 0;
    @media (max-width: 767px) {
        grid-template-columns: auto;
    }
    .banner-content {
        padding: 22px;
        background: #008080;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        @media (max-width: 767px) {
            order: 2;
        }
        h1 {
            color: #FFF;
            font-size: 42px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            position: relative;
            padding-top: 15px;
            &:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 166px;
                height: 5px;
                background: url("/themes/localwindowquote/assets/border.svg") no-repeat;
            }
            @media (max-width: 767px) {
                font-size: 1.6rem;
                margin-bottom: 10px;
            }
        }
    }
    .banner-image {
        display: flex;
        height: 100%;
        @media (max-width: 767px) {
            order: 1;
        }
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
.articale-pagetwo {
    margin-bottom: 50px;
    p {
        font-size: 16px;
        color: #000;
        line-height: 28px;
        margin-bottom: 20px;
        font-weight: 400;
        a {
            color: #3C7FE3;
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        @media (max-width: 767px) {
            height: 200px;
        }
    }
    h2 {
        font-weight: 700;
        font-size: 30px;
        color: #008080;
        margin-bottom: 15px;
        line-height: 130%;
        text-transform: capitalize;
        @media (max-width: 767px) {
            font-size: 1.4rem;
            margin-bottom: 10px;
        }
    }
    h3 {
        margin-bottom: 10px;
        color: #000;
    }
    ul {
        padding-left: 20px;
        margin: 20px 0;
        list-style: disc;
        li {
            font-size: 16px;
            color: #000;
            line-height: 28px;
            margin-bottom: 10px;
            font-weight: 400;
            list-style: disc;
            @media (min-width: 768px) and (max-width: 1024px) {
                font-size: 14px;
                line-height: 22px;
            }
        }
    }
    a.get-quote-button {
        border-radius: 3px;
        max-width: 485px;
        display: flex;
        margin: 46px auto 0;
        height: 66px;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
        box-shadow: 0 4px 4px 0 rgba(0, 33, 47, 0.50);
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
        @media (max-width: 767px) {
            font-size: 18px;
        }
        &:hover {
            transition: all 0.3s;
            background: linear-gradient(0deg, #F80 0%, #FF4D00 100%);

        }
    }
}
.twosection {
    display: flex;
    gap: 30px;
    @media (max-width: 767px) {
        flex-direction: column;
    }
    div {
        flex: 1;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
.comman-pages{
    padding: 40px 0px;
}
.comman-pages {
    padding-top: 30px;
    .full-content {
        margin-bottom: 100px;
        h2 {
            font: 700 2.813rem "Poppins", sans-serif;
            color: #283897;
            margin-bottom: 30px;
            line-height: 130%;
            text-transform: capitalize;
            @media (min-width: 768px) and (max-width: 1024px) {
                font-size: 34px;
                margin-bottom: 20px;
            }
            @media (max-width: 767px) {
                font-size: 2.3rem;
                line-height: 120%;
                margin-bottom: 10px;
            }
        }
        .date {
            margin-bottom: 20px;
            font-size: 16px;
            color: #000;
        }
        h3 {
            margin-bottom: 10px;
            color: #000;
        }
        p {
            font-size: 16px;
            color: #000;
            line-height: 25px;
            margin-bottom: 15px;
            font-weight: 400;
            @media (min-width: 768px) and (max-width: 1024px) {
                font-size: 14px;
                line-height: 22px;
            }
            a {
                color: #12298F;
            }
        }
        ul {
            padding-left: 20px;
            margin: 20px 0;
            list-style: disc;
            li {
                font-size: 16px;
                color: #000;
                line-height: 28px;
                margin-bottom: 10px;
                font-weight: 400;
                list-style: disc;
                @media (min-width: 768px) and (max-width: 1024px) {
                    font-size: 14px;
                    line-height: 22px;
                }
            }
        }
        .table-structure{
            overflow-y: auto;
        }
        table {
            thead {
                th {
                    background: #efefef;
                    padding: 15px;
                    color: #000;
                }
            }
            tbody {
                tr {
                    td {
                        padding: 10px 15px;
                    }
                }
            }
        }
    }
}