@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
        
    color: #000;
}
h1, h2, h3, h4, h5, h6, p, ul, li, a, input, button, label {
    font-family: 'Literata', serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-style: normal;
}
.full-container{
    width: 100%;
}
.container {
    max-width: 1210px;  
    margin: 0px auto;
    padding: 0px 15px;
    width: 100%;
}
.header-bg{
    padding: 12px 0px;
    box-shadow: 0 4px 4px 0 rgba(207, 207, 207, 0.25);
    width: 100%;
    position: relative;
    .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;
        }
        .header-right{
            margin-left: auto;
            p{
                color: #74828D;
                text-align: right;
                font-size: 18px;
                font-weight: 700;
            }
        }
    }
}
.header-bg.innerpage-header{
    .main-header{
        justify-content: center;
    }
}
.banner-section {
    background: #F8FFFF;
    padding: 47px 0px 100px;
    @media (max-width: 767px){
        padding: 0px 0px 43px;
    }
    .mobile-banner{
        margin: 0px -15px;
        position: relative;
        img{
            width: 100%;
            height: auto;
            object-fit: cover;
            display: flex;
        }
        .content{
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -60%);
            text-align: center;
            color: #fff;
            width: 100%;
            padding: 0px 15px;
            h1{
                color: #FFF;
                text-align: center;
                font-weight: 700;
                line-height: 129.032%;
                margin-bottom: 10px;
                font-size: 6.5vw;
            }
            p{
                color: #FFF;
                text-align: center;
                font-family: Literata;
                font-size: 18px;
                font-style: italic;
                font-weight: 700;
                line-height: normal;
            }
        }
    }
    .inner {
        display: grid;
        grid-template-columns: 0.9fr 1fr;
        grid-gap: 27px;
        @media (max-width: 767px){
            grid-template-columns:none;
            grid-gap: 0px;
        }
        .banner-content {
            position: relative;
            padding-top: 10px;
            &::after {
                 content: '';
                    position: absolute;
                    right: 0;
                    top: -20px;
                    width: 84px;
                    height: 34px;
                    display: block;
                    background: url("/themes/windowsquotes/assets/curvearrow.svg") no-repeat;
            }
            h5 {
                color: #F06400;
                font-size: 16px;
                font-weight: 600;
                line-height: normal;
                letter-spacing: 0.48px;
                margin-bottom: 10px;
                @media (min-width: 1025px) and (max-width: 1200px){
                    font-size: 1.4vw;
                }
                @media (min-width: 768px) and (max-width: 1024px){
                    font-size: 1.2vw;
                }
            }
            h1 {
                color: #008080;
                font-size: 45px;
                font-weight: 700;
                line-height: 133.333%;
                margin-bottom: 20px;
                @media (min-width: 768px) and (max-width: 1200px){
                    font-size: 3.5vw;
                }
                span {
                    color: #FF700B;
                }
            }
            p {
                color: #000;
                font-size: 20px;
                font-style: italic;
                font-weight: 700;
                line-height: normal;
                margin-bottom: 20px;
            }
            ul {
                list-style-type: none;
                li {
                    color: #000;
                    font-size: 16px;
                    font-weight: 600;
                    position: relative;
                    padding-left: 30px;
                    line-height: 28px;
                    margin-bottom: 10px;
                    &:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 5px;
                        width: 21px;
                        height: 18px;
                        display: block;
                        background: url("/themes/windowsquotes/assets/ulcheck.svg") no-repeat;
                    }
                }
            }
            .icons {
                display: flex;
                align-items: center;
                gap: 30px;
                margin: 30px 0 20px;
                img {
                    width: auto;
                    flex-shrink: 0;
                }
            }
            .bannerimg {
                min-width: 0;
                width: 100%;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
        .mobileform-bottom{
            max-width: 343px;
            margin: auto;
            .icons {
                display: flex;
                align-items: center;
                gap: 20px;
                margin: 30px 0 20px;
                img {
                    width: auto;
                    flex-shrink: 0;
                }
            }
            ul {
                list-style-type: none;
                li {
                    color: #000;
                    font-size: 16px;
                        
                    position: relative;
                    padding-left: 30px;
                    line-height: 28px;
                    margin-bottom: 10px;
                    b{
                        font-weight: 600;
                    }
                    &:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 5px;
                        width: 21px;
                        height: 18px;
                        display: block;
                        background: url("/themes/windowsquotes/assets/ulcheck.svg") no-repeat;
                    }
                }
            }
        }
        .banner-form {
            background: linear-gradient(180deg, #008080 0%, #005681 100%);
            box-shadow: 5px 10px 50px 5px rgba(167, 167, 167, 0.25);
            padding: 25px;
            margin: auto;
            @media (max-width: 767px){
                margin-top: -25%;
                position: relative;
                min-width: 343px;
                max-width: 84%;
            }
            h2 {
                color: #FFF;
                font-size: 24px;
                font-weight: 700;
                line-height: normal;
                border-bottom: 1px solid #fff;
                margin-bottom: 15px;
                padding-bottom: 15px;
                font-style: normal;
                @media (min-width: 1025px) and (max-width: 1206px){
                    font-size: 1.90vw;
                }
                @media (min-width: 768px) and (max-width: 1024px){
                    font-size: 1.75vw;
                }
                @media (max-width: 767px){
                    text-align: center;
                    font-size: 18px;
                }
            }
            form {
                .error-message{
                    color: #FF8000;
                    font-size: 14px;
                    margin-top: 5px;
                }
                .form-group {
                    margin-bottom: 18px;
                    position: relative;
                    @media (min-width: 768px) and (max-width: 1024px){
                        margin-bottom: 14px;
                    }
                    h3 {
                        color: #FFF;
                        font-size: 18px;
                        font-weight: 600;
                        margin-bottom: 10px;
                        @media (max-width: 1040px){
                            font-size: 16px;
                        }
                    }
                    input {
                        width: 100%;
                        height: 44px;
                        padding: 12px;
                        font-size: 14px;
                        border: 0;
                        border-radius: 3px;
                    }
                    input::placeholder {
                        color: #7A92A4;
                        font-size: 13px;
                        font-weight: 500;
                    }
                    .tooltip{
                        position: absolute;
                        right: 10px;
                        top: 48px;
                        width: 21px;
                        height: 21px;
                        cursor: pointer;
                        @media (max-width: 767px){
                            top: 45px;
                        }
                        &: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: -35px;
                            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;
                            }     
                        }
                    }
                    .twoprojects-type{
                        @media (max-width: 1024px){
                            flex-direction: column;
                        }
                    }
                    .projectstype {
                        display: flex;
                        gap: 15px;
                        width: 100%;
                        @media (max-width: 767px){
                            gap: 8px;
                        }
                        .item {
                            flex: 1;
                            input {
                                position: absolute;
                                left: 0;
                                width: 0;
                                height: 0;
                                visibility: hidden;
                            }
                            label {
                                width: 100%;
                                border-radius: 3px;
                                text-align: center;
                                background: #FFF;
                                color: #000;
                                font-size: 13px;
                                font-weight: 700;
                                position: relative;
                                height: 34px;
                                padding: 6px;
                                cursor: pointer;
                                border: 1px solid #fff;
                                display: block;
                                @media (min-width: 768px) and (max-width: 1040px){
                                    font-size: 12px;
                                }
                            }
                            input:checked + label {
                                border: 1px solid #FF700B;
                                background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
                                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
                                color: #fff;
                            }
                        }
                    }
                    button {
                        margin-top: 40px;
                        width: 100%;
                        height: 67px;
                        border-radius: 3px;
                        background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
                        box-shadow: 0 4px 4px 0 rgba(0, 33, 47, 0.50);
                        color: #FFF;
                        text-align: center;
                        font-size: 24px;
                        font-weight: 600;
                        border: 0;
                        cursor: pointer;
                        transition: all 0.3s;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 15px;
                        &:hover {
                            transition: all 0.3s;
                            background: linear-gradient(0deg, #F80 0%, #FF4D00 100%);

                        }
                        @media (min-width: 768px) and (max-width: 1024px){
                            margin-top: 20px;
                            height: 60px;
                        }
                        @media (max-width: 767px){
                            font-size: 20px;
                            height: 60px;
                            margin-top: 20px;
                        }
                        img{
                            position: relative;
                            top: 4px;
                            @media (max-width: 767px){
                                width: 20px;
                            }
                        }
                    }
                }
                .form-group-checkbox {
                    position: relative;
                    label {
                        color: #FFF;
                        font-size: 14px;
                        font-weight: 500;
                        cursor: pointer;
                        position: relative;
                    }
                    input {
                        position: absolute;
                        visibility: hidden;
                    }
                    label:before {
                        content: '';
                        -webkit-appearance: none;
                        background-color: transparent;
                        border: 2px solid #fff;
                        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;
                    }
                    input:checked + label:before {
                        background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
                        border: 2px solid #FF700B;
                    }
                    input:checked + label:after {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 4px;
                        left: 6px;
                        width: 6px;
                        height: 14px;
                        border: solid #fff;
                        border-width: 0 2px 2px 0;
                        transform: rotate(45deg);
                        box-sizing: border-box;
                    }
                }
                .form-note {
                    font-size: 11px;
                    color: #fff;
                }
            }
        }
    }
}
.info-section {
    border-top: 1px solid #74828D;
    .savemoney {
        color: #74828D;
        text-align: center;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 50px;
        position: relative;
        padding-top: 45px;
        @media (max-width: 767px){
            margin-bottom: 20px;
        }
        &:after {
            background-color: #fff;
            border: 1px solid #74828D;
            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;
    }
    .info-inner {
        @media (max-width: 767px){
            max-width: 84%;
            margin: auto;
        }
        .info-content {
            max-width: 755px;
            margin: auto;
            h2 {
                color: #FF700B;
                text-align: center;
                font-size: 34px;
                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;
                @media (max-width: 767px){
                    font-size: 15px;
                }
            }
        }
        .process {
            margin: 48px 0 50px;
            .items {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                gap: 100px;
                @media (max-width: 767px){
                    flex-direction: column;
                    gap: 40px;
                }
                .item {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    position: relative;
                    @media (max-width: 767px){
                        margin: auto;
                    }
                    &:after {
                        width: 1px;
                        height: 85px;
                        background: #E8E8E8;
                        content: '';
                        right: -22%;
                        top: 20%;
                        position: absolute;
                        @media (max-width: 767px){
                            display: none;
                        }
                    }
                    &:last-child {
                        &:after {
                            display: none;
                        }
                    }
                    .image {
                        margin-bottom: 20px;
                        @media (max-width: 767px){
                            margin-bottom: 10px;
                        }
                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            border-radius: 100px;
                        }
                    }
                    h3 {
                        color: #000;
                        text-align: center;
                        font-size: 20px;
                        font-weight: 600;
                        max-width: 210px;
                        line-height: 140%;
                        @media (min-width: 768px) and (max-width: 1024px){
                            font-size: 16px;
                        }
                    }
                }
            }
        }
        .bottom-content {
            max-width: 651px;
            margin: 0 auto 80px;
            h2 {
                color: #008080;
                text-align: center;
                font-size: 28px;
                font-weight: 700;
                margin-bottom: 20px;
                @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;
                @media (max-width: 767px){
                    font-size: 15px;
                }
            }
            a {
                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;
                gap: 15px;
                @media (max-width: 767px){
                    font-size: 18px;
                    gap: 8px;
                    img{
                        width: 20px;
                    }
                }
                &:hover {
                    transition: all 0.3s;
                    background: linear-gradient(0deg, #F80 0%, #FF4D00 100%);

                }
                img{
                    position: relative;
                    top: 3px;
                }
            }
        }
    }
}
footer {
    background: #F2F2F2;
    padding: 20px 0;
    .footer-copy {
        p {
            color: #74828D;
            text-align: center;
            font-size: 13px;
            font-weight: 500;
            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: #74828D;
                    content: '';
                    right: -15px;
                    top: 8px;
                    position: absolute;
                }
                &:last-child {
                    &:after {
                        display: none;
                    }
                }
                a {
                    color: #74828D;
                    text-align: center;
                    font-size: 13px;
                    font-weight: 500;
                    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 {
    background: #F8FFFF;
    padding: 30px 0 50px;
    .congratulations-inner {
        h1 {
            color: #F1771F;
            text-align: center;
            font-size: 29px;
            font-weight: 700;
            margin-bottom: 15px;
        }
        p {
            color: #000;
            text-align: center;
            font-size: 16px;
            font-style: italic;
            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(88, 156, 72, 0.30);
            }
            .ring {
                position: absolute;
                inset: 14px;
                border-radius: 50%;
                background: conic-gradient(#ff4d00 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: #16a34a;
                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;
                }
            }
        }

    }
}
.progress-section{
    .container{
        max-width: 929px;
    }
    .top-progress {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 12px;
        color: #64748b;
        padding: 20px 0;
        .steps {
            display: flex;
            gap: 6px;
            flex: 1;
        }
        .step {
            flex: 1;
            height: 10px;
            background: #e5e7eb;
            border-radius: 2px;
        }
        .step.done {
            background: #0f766e;
        }
    }

}
.accordion-section {
    background: #F8FFFF;
    padding: 30px 0 80px;
    .container{
        max-width: 929px;
    }
    .accordion-item {
        border: 1px solid #74828D;
        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;
        }
        .accordion-header {
            position: relative;
            padding-left: 30px;
            &:before {
                content: '';
                position: absolute;
                left: 0;
                top: 4px;
                width: 21px;
                height: 18px;
                display: block;
                background: url("/themes/windowsquotes/assets/ulcheck.svg") no-repeat;
            }
            h3 {
                color: #000;
                font-size: 16px;
                font-style: italic;
                font-weight: 600;
                display: flex;
                line-height: normal;
                gap: 10px;
                @media (max-width: 1024px){
                    font-size: 14px;
                }
                span {
                    border-radius: 3px;
                    background: #008080;
                    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: 22px;
                margin-top: 22px;
                .image {
                    width: 80px;
                    img {
                        width: 100%;
                    }
                }
                .product-details {
                    h4,
                    p {
                        color: #000;
                        font-size: 12px;
                        font-weight: 700;
                    }
                    p {
                        margin-top: 2px;
                        color: #74828D;
                        font-weight: 400;
                    }
                }
            }
            .news-section {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-gap: 50px;
                margin-top: 50px;
                align-items: center;
                @media (max-width: 767px){
                    grid-template-columns: auto;
                    grid-gap: 10px;
                }
                .news {
                    @media (max-width: 767px){
                        text-align: center;
                    }
                    .image{
                        width: 192px;
                        @media (max-width: 767px){
                            margin: auto;
                        }
                        img {
                            width: 100%;
                        }
                    }
                    h2 {
                        color: #FF700B;
                        font-size: 31px;
                        font-style: italic;
                        font-weight: 600;
                        margin-bottom: 7px;
                    }
                    p {
                        max-width: 260px;
                        color: #000;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: normal;
                        margin-bottom: 15px;
                        @media (max-width: 767px){
                            max-width: unset;
                        }
                        b {
                            font-weight: 600;
                        }
                    }
                    span {
                        border-radius: 3px;
                        background: #008080;
                        color: #FFF;
                        text-align: center;
                        font-size: 10px;
                        font-weight: 500;
                        text-transform: uppercase;
                        padding: 7px 15px;
                        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 {
                                width: 31px;
                                height: 31px;
                                background: #4C6280;
                                border-radius: 100px;
                                display: flex;
                                align-items: center;
                                padding: 6px;
                                img {
                                    width: 100%;
                                }
                            }
                            p {
                                max-width: 364px;
                                font-size: 12px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal;
                                @media (max-width: 1024px){
                                    text-align: center;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.quote-section {
    background: #F8FFFF;
    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: 0px;
        }
        div {
            flex: 1;
        }
        .quote-content {
            h2 {
                color: #008080;
                font-size: 50px;
                font-weight: 700;
                line-height: 120%;
                margin-bottom: 22px;
                span {
                    color: #FF700B;
                }
                @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;/* 157.895% */
                @media (max-width: 767px){
                    text-align: center;
                    font-size: 16px;
                    line-height: 25px;
                }
            }
            ul {
                list-style-type: none;
                li {
                    color: #000;
                    font-size: 19px;
                    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: 18px;
                        display: block;
                        background: url("/themes/windowsquotes/assets/ulcheck.svg") no-repeat;
                    }
                }
            }
        }
        .quote-form {
            border-radius: 11px;
            border: 2px solid #006A80;
            background: #FFF;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
            .alert-success{
                text-align: center;
                padding: 15px 15px 0px;
                font-size: 20px;
                color: #008080;
                font-weight: 700;
            }
            h3 {
                border-radius: 9px 9px 0 0;
                background: linear-gradient(180deg, #008080 0%, #005681 100%);
                color: #FFF;
                text-align: center;
                font-family: Literata;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 30px;/* 125% */
                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: 22px;
                    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-family: Literata;
                        font-size: 14px;
                        font-weight: 400;
                        padding: 10px;
                        line-height: 30px;/* 214.286% */
                    }
                    .submit-btn{
                        border-radius: 3px;
                        width: 100%;
                        height: 67px;
                        border: 0px;
                        margin-top:10px;
                        background: linear-gradient(180deg, #F80 0%, #FF4D00 100%);
                        box-shadow: 0 4px 4px 0 rgba(0, 33, 47, 0.50);
                        color: #FFF;
                        text-align: center;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                        transition: all .3s;
                        cursor: pointer;
                        @media (max-width: 1024px){
                            font-size: 21px;
                        }
                        &:hover{
                            transition: all .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: #74828D;
                    font-size: 11px;
                    font-weight: 500;
                    line-height: 18px; /* 163.636% */
                    @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/windowsquotes/assets/ulcheck.svg") no-repeat;
                }
            }
        }
    }
}
.comman-pages {
    padding-top: 30px;
    .full-content {
        margin-bottom: 100px;
        h2 {
            font: 700 2.813rem "Poppins", sans-serif;
            color: #FD7104;
            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;
                    }
                }
            }
        }
    }
}
.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: 0px;
                    @media (max-width: 990px) {
                        order: 2;
                    }
                }
            }
            .content {
                padding: 0px 30px;
                padding-right: 0px;
                justify-content: center;
                display: flex;
                flex-direction: column;
                background: #fff;
                @media (max-width: 990px) {
                    padding: 15px 0px;
                }
                h2 {
                    color: #FF700B;
                    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: 0px;
                        margin-bottom: 15px;
                        font-size: 3.183vw;
                    }
                    @media (max-width: 767px) {
                        font-size: 6vw;
                        -webkit-line-clamp: none;
                    }
                    span {
                        color: #008080;
                    }
                }
                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:#008080;
                    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: #FD7104;
            margin-bottom: 20px;
            line-height: 130%;
            text-transform: capitalize;
            span{
                color: #008080;
            }
            @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: #008080;
            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 0px;
    @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-family: Literata;
            font-size: 42px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            position: relative;
            padding-top: 15px;
            &:before{
                content: '';
                position: absolute;
                left: 0;
                top: 0px;
                width: 166px;
                height: 5px;
                background: url("/themes/windowsquotes/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;
        }
    }
}

@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;
}