.sps-discount-wrapper .container {
    overflow-x: hidden;
}

/* Hero Section Styles */
.hero-home-wrapper {
    padding: 50px;
    border-radius: 51.8px;
    position: relative;
    color: var(--white);
    /* background-image: url(../image/home/hero.webp); */
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.hero-section-wrapper {
    width: 100%;
    margin: auto;
    padding: 15px;
}

.hero-back::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../image/home/home-shadow.webp);
    background-size: cover;
    z-index: -1;
    border-radius: 51.8px;
}

/* Ratings Styles */
.hero-home .ratting-text {
    max-width: 196px;
    font-size: 11.56px;
    line-height: 1;
    font-weight: 800;
}

.hero-home .star-rating {
    display: flex;
    align-items: center;
}

.hero-home .star-rating img {
    height: 22px;
}

.hero-home .star-rating span {
    font-size: 24px;
    font-weight: 900;
}

.hero-home .star-rating label {
    font-size: 22px;
    font-weight: bold;
}


/* Text Styles */
.hero-home h1 {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.hero-home .left-wrapper {
    max-width: 800px;

}

.hero-home .hero-text {
    color: var(--white);
}

.hero-home .hero-text p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 22px;
}

/* Button Styles */
.hero-home .hero-text a {
    color: var(--white);
    border: 3px solid var(--white);
    font-size: 20px;
    font-weight: bold;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 69.44px;
    width: 241px;
    text-decoration: none;
}

.hero-home .lbtn {
    background: var(--light-black);
    transition: all 0.3s ease;
}

.hero-home a.rbtn {
    background: var(--primary);
    transition: 0.3s ease;
    border: none;
}

.hero-home .bottom-logo img {
    width: 52px;
    height: 52px;
}

.hero-home .bottom-logo span {
    display: block;
}

.hero-home .bottom-logo h5,
.hero-home .bottom-logo span {
    font-size: 14.86px;
    line-height: 120%;
    margin-bottom: 0;
}

.hero-home .bottom-logo {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 40px 0px;
    gap: 50px;
}

.hero-home .top-sticker {
    position: absolute;
    top: 0;
    right: 80px;
}

.award-text {
    background: var(--darkestblack);
    max-width: 924px;
    margin: auto;
    border-radius: 22px;
    border: 6px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    margin-top: -75px;
    position: relative;
    z-index: 2;
}

.award-text h3 {
    font-family: var(--eimessiri);
    padding-left: 20px;
    color: var(--white);
    margin-bottom: 0;
}

.award-text h3 span {
    font-family: var(--eimessiri);
    color: var(--primary);
}

.award-text div {
    display: flex;
    gap: 24px;
}

.hero-home .bottom-logo span {
    font-weight: 400;
}

/* Home Service Section start */
.home-service-wrapper {
    padding: 50px 0px;
}

.home-service-wrapper .service-wrapper {
    border: 6px solid var(--white);
    width: auto;
    padding: 0;
    border-radius: 12.54px;
    position: relative;
    overflow: hidden;
    transition: none;
}

.home-service-wrapper .service-wrapper span {
    background: var(--white);
    border-radius: 18.81px;
    width: 75.24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37.62px;
    transition: transform 0.3s ease;
}

.home-service-wrapper .service-wrapper h4 {
    color: var(--white);
    /* max-width: 225px; */
    font-size: 22.573px;
    font-weight: 600;
    font-family: var(--estern);
    min-height: 52px;
    text-transform: capitalize;
    line-height: 27.087px;
}

.home-service-wrapper .service-wrapper .inside-wrapper {
    position: absolute;
    padding: 27px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer ul li:hover a{
    color: var(--primary);
}
.home-service-wrapper .service-wrapper .inside-wrapper img {
    width: 25px;
    height: 10px;
}

.home-service-wrapper .service-wrapper:hover span {
    transform: translateX(10px);
    background: var(--primary);
}

.home-service-wrapper .service-wrapper:hover .inside-wrapper img {
    filter: brightness(0) invert(1);
}

.home-service-wrapper h2 {
    color: #212225;
    font-size: 64px;
    line-height: 98%;
    letter-spacing: -2%;
    text-align: center;
    max-width: 1341px;
    margin: auto;
    text-transform: capitalize;
    font-weight: 700;
}

.home-service-wrapper h2 span {
    color: var(--primary);
}

.home-service-wrapper .service-wrapper {
    border: 15px solid var(--white);
    width: auto;
    padding: 0;
    border-radius: 12.54px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.home-service-wrapper .service-wrapper img {
    transition: transform 0.3s ease;
    width: 100%;
}

.home-service-wrapper .service-wrapper:hover {
    overflow: hidden;
}

.home-service-wrapper .service-wrapper img {
    transition: transform 0.3s ease;
    width: 100%;
}

.home-service-wrapper .service-wrapper:hover img {
    transform: scale(1.1);
}

.home-service-wrapper .service-wrapper:hover span {
    transform: translateX(10px);
    background: var(--primary);
}

.home-service-wrapper .service-wrapper:hover .inside-wrapper img {
    filter: brightness(0) invert(1);
    border-radius: 12.54px;
}

.see-more {
    border: 4px solid var(--primary);
    color: var(--primary);
    padding: 15px 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 111%;
    font-weight: bold;
    border-radius: 55px;
}

.click-anim {
    transition: transform 0.3s ease;
}

.click-anim:hover {
    transform: scale(0.9);
}
.sps-work-home h3 span{
    display: block;
}
.home-service-wrapper .service-wrapper h4 span
{
    display: block !important;
    background: unset !important;
    border: unset !important;
    width: unset !important;
    height: unset !important;
    transition: unset !important;
}
.home-service-wrapper .service-wrapper:hover h4 span
{
    transform: unset !important;
}
@media(max-width:768px) {
    .home-service-wrapper .service-wrapper img:first-child {
        width: 100%;
    }

    .see-more {
        padding: 15px;
        width: 100%;
    }

    .home-service-wrapper .service-wrapper span {
        width: 64.36px;
        height: 32.18px;
    }

    .home-service-wrapper h2 {
        font-size: 34px;
        line-height: 98%;
        font-weight: bold;
    }

    .home-service-wrapper .service-wrapper h4 {
        font-size: 19.31px;
        max-width: 170px;
    }

    .home-service-wrapper .service-wrapper .inside-wrapper {
        padding: 15px;
        gap: 22px;
    }
}

/* Home Service Section end */

/* Intrest Payment Section */
.intrest-payment-section {
    background: var(--vulcan);
    color: var(--white);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    /* max-width: 1920px;
    margin: auto; */
}

.intrest-payment-section .interest_left_wrapper {
    padding: 50px 0px;
    /*  max-width: 650px; */
}

.intrest-payment-section .interest_left_wrapper h2 {
    color: var(--white);

    font-size: 60px;
    line-height: 93%;
    font-family: var(--eimessiri);
    max-width: 650px;
}

.intrest-payment-section .interest_left_wrapper h2 span {
    color: var(--lgreen);
    font-family: var(--eimessiri);
}

.intrest-payment-section .interest_left_wrapper .content p {
    font-family: var(--estern);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    max-width: 598px;
    color: var(--white)
}

.intrest-payment-section .interest_left_wrapper .lf-interest-btn {
    width: 264.97px;
    height: 50px;
    border-radius: 10px;
    background: var(--vermilion);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px;
    font-weight: bold;
}

.intrest-payment-section .interest_left_wrapper .rt-interest-btn {
    width: 264.97px;
    height: 50px;
    border-radius: 10px;
    border: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--white);
    font-weight: bold;
}

.intrest-payment-section .interest_left_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.intrest-payment-section .sps-intrest-icon {
    width: 136px;
    padding-bottom: 30px;
}

h1 span {
    display: block;
}

.intrest-payment-section .interest_left_wrapper .intrest-plan-box {
    background: var(--lgreen);
    width: 339px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px 12px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.intrest-payment-section .interest_left_wrapper .intrest-plan-box h6 {
    font-family: var(--estern);
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
}

.intrest-payment-section .interest_left_wrapper .intrest-plan-box p {
    max-width: 250px;
    font-family: var(--estern);
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: var(--white);
    min-height: 44.8px;
}

.intrest-payment-section .interest_left_wrapper .intrest-plan-box img {
    width: 53px;
    height: 53px;
}

/* Intrest Payment Section */

/* Inner Area COntent STart */
.show-list.inner-area-content .inner-service-body p {
    text-align: center;
}

.show-list.inner-area-content .inner-service-body {
    padding-bottom: 0;
}

/* Inner Area COntent STart */
/* SPS Discount Wrapper Start */
.sps-discount-wrapper {
    background: linear-gradient(180deg, rgba(237, 135, 50, 1) 0%, rgba(181, 82, 56, 1) 100%);
    padding: 60px 0px;
}

.sps-discount-wrapper .discount-wrapper {
    background: transparent;
    height: 345px;
    position: relative;
}

.sps-discount-wrapper .discount-wrapper .left-wrapper {
    background: var(--kesprimary);
    clip-path: polygon(59% 1%, 84% 49%, 57% 100%, 0% 100%, 0 48%, 0% 0%);
    padding: 22px 35px;
    height: 345px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 20%;
}

.sps-discount-wrapper .discount-wrapper .left-wrapper .content h3 {
    font-size: 95.97px;
    color: var(--white);
    /* letter-spacing: 0%; */
    font-weight: 900;
    margin-bottom: 0;
    line-height: 0.8;
    text-transform: uppercase;
}

.sps-discount-wrapper .discount-wrapper .left-wrapper .content h3 span {
    font-size: 86.66px;
    line-height: 0.7;
    line-height: 1;
    display: block;
    font-weight: 400;
}

.sps-discount-wrapper .discount-wrapper .left-wrapper .content h6 {
    font-weight: 400;
    font-size: 30.99px;
    color: var(--white);
    margin-bottom: 0;
    line-height: 1;
    /* font-family: var(--rammetto); */
}

.sps-discount-wrapper .discount-wrapper .left-wrapper .content p {
    color: var(--roboto);
    font-size: 13.71px;
    font-weight: 400;
    color: var(--white);
    width: 239px;
    margin-top: 10px;
}

.sps-discount-wrapper .discount-wrapper .claim-deal {
    background: var(--darkkesprimary);
    color: var(--white);
    font-family: var(--estern);
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17.6px;
    font-weight: bold;
    padding: 20px 0px;
    border-radius: 11px;
    margin-top: auto;
    position: absolute;
    bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 3;
}

.sps-discount-wrapper .discount-wrapper .right-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Set up general styles for all left-wrappers */
.sps-discount-wrapper .discount-wrapper .left-wrapper {
    position: relative;
    z-index: 2;
    clip-path: polygon(59% 1%, 84% 49%, 57% 100%, 0% 100%, 0 48%, 0% 0%);
    background: var(--kesprimary);
    padding: 22px 35px;
    height: 345px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 20%;
}

.z-index-2 {
    z-index: 2;
}

/* Contact Us Page */
.hero-home.contact-us .hero-home-wrapper {
    padding-top: 150px;
    /* padding-left: 200px; */
    background-position: right;
}

.hero-home.contact-us .bottom-logo {
    padding-top: 80px;
    padding-bottom: 40px;
}

.hero-home.contact-us h1 {
    margin-bottom: 50px;
}

.hero-home.contact-us .bottom-logo {
    gap: 50px;
}

/* Contact Us Page */

/* Area We Service  */
.why-choose-us-areas .why-choose-us-docs .info {
    padding: 50px 15px 50px 58px;
}

.why-choose-us-areas .why-choose-us-docs .img {
    padding: 50px 50px 50px 15px;
}

.areas-docs-category span {
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.areas-docs-category span:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.areas-docs .areas-list ul li {
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.areas-docs .areas-list ul li:hover a {
    animation: heartbeat 0.6s ease-in-out infinite;
    background: var(--jaffa2);
    color: var(--white);
}

.become-member:hover {
    color: var(--white);
}

.inner-service-head {
    padding: 50px 0px;
}

.err-wrapper {
    padding: 100px 0px;
    color: var(--white);
    background: linear-gradient(180deg, #ED8732 -0.01%, #B55238 100.01%);
}

.err-wrapper a {
    color: var(--white);
}

.err-wrapper .err-btn {
    width: 437.342px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 11px;
    background: #DE7934;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.err-wrapper h1,
.err-wrapper h4 {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInUp 0.6s forwards;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.err-wrapper h1 {
    animation-delay: 0.2s;
}

.err-wrapper h4 {
    animation-delay: 0.4s;
}



@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Area We Service  */

/* SPS Discount Wrapper End */
@media(min-width:1500px) {
    .hero-section-wrapper {
        max-width: 1770px;
    }
}

@media (min-width: 1500px) and (max-width: 1550px) {
    .hero-section-wrapper {
        padding: 0px 50px;
    }
}

/* @media(min-width:1700px){
    .container{
        max-width: 1598px;
    }
} */
@media(max-width:1920px) {
    .home .hero-home-wrapper {
        height: 865px;

    }
}

@media(max-width:1600px) {
    .home .hero-home-wrapper {
        height: 765px;
    }

    .home .hero-home h1 {
        font-size: 55px;
    }

    .intrest-payment-section {
        background-size: 60%;
        background-position: bottom right;
    }

    .intrest-payment-section .interest_left_wrapper h2 {
        font-size: 50px;
        max-width: 85%;
    }

    .intrest-payment-section .interest_left_wrapper .intrest-plan-box {
        padding: 15px;
    }

    .intrest-payment-section .sps-intrest-icon {
        padding-bottom: 10px;
    }

    .sps-discount-wrapper .discount-wrapper,
    .sps-discount-wrapper .discount-wrapper .left-wrapper {
        height: 310px;

    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper {
        justify-content: start;
        padding: 20px;
    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h3 {
        font-size: 80px;
    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h6 {
        font-size: 22px;
    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h3 span {
        font-size: 70px;
    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper .content p {
        width: 175px;
    }

    .sps-discount-wrapper .discount-wrapper .claim-deal {
        padding: 15px 0px;
    }

    .hero-home.contact-us .hero-home-wrapper {
        padding-top: 100px;
        /* padding-left: 100px; */
        background-position: right;
    }

    .hero-home.contact-us .bottom-logo {
        gap: 10px;
    }

    .hero-home .top-sticker img {
        width: 225px;
    }
}

@media(max-width:1400px) {
    .sps-discount-wrapper .discount-wrapper .left-wrapper .content p {
        width: 155px;
    }
    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h3 {
        font-size: 60px;
    }
}

@media(max-width:1200px) {
    .ratting-text {
        display: none;
    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h3 {
        font-size: 60px;
    }
    .sps-discount-wrapper .discount-wrapper, .sps-discount-wrapper .discount-wrapper .left-wrapper {
        height: 280px;
    }
    .hero-home .top-sticker img {
        width: 150px;
    }
}

@media(max-width:992px) {
    .ratting-text {
        display: none;
    }

    .home .hero-home-wrapper {
        padding: 150px 18px 80px 18px;
        background-position: center;
        height: auto;
    }

    .hero-back::before {
        content: '';
        background-image: url(../image/home/home-shadow-mob.webp);
        border-radius: 40px;
    }

    .hero-back.no-back::before {
        content: '';
        background-image: url(../image/home/home-shadow-mob.webp);
        border-radius: 40px;
    }

    .home .hero-home h1 {
        font-size: 48px;
    }

    .home .hero-home .left-wrapper {
        height: auto;
        max-width: auto;
    }

    .home .hero-home .bottom-logo {
        align-items: baseline;
    }

    .home .hero-home .hero-text a {
        width: auto;
        height: 61px;
        font-size: 17.86px;
        padding: 20px;
    }

    .home .hero-home .hero-text p {
        font-size: 18px;
    }

    .home .hero-home .top-links img {
        height: 30px;
        width: 30px;
    }

    .home .hero-home .top-links span {
        display: none;
    }

    .home .hero-home .left-wrapper {
        gap: 20px;
    }

    .home .hero-home .hero-text,
    .home .hero-home .left-wrapper {
        display: flex;
        flex-direction: column;
    }

    .home .award-text {
        flex-direction: column;
    }

    .home .award-text {
        max-width: 600px;
    }

    .home .hero-home-wrapper {
        border-radius: 40px;
    }

    .intrest-payment-section {
        background-image: none !important;
    }

    .sps-discount-wrapper {
        background: linear-gradient(216deg, #ED8732 -12.15%, #B55238 63.71%);
        padding: 60px 10px;
    }

    /* .sps-discount-wrapper .row {
        gap: 30px;
    } */
    .home-service-wrapper .service-wrapper .inside-wrapper {

        padding: 15px 25px;
        gap: 20px;
    }

}

@media(max-width:460px) {
    .hero-home-wrapper .hero-text a {
        padding: 10px 15px;
        height: 50px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .hero-home-wrapper .bottom-logo {
        flex-direction: column;
    }

    .hero-home .bottom-logo {
        gap: 30px;
    }

    .home .award-text h3 {
        font-size: 16px;
    }

    .home .award-text img:nth-child(1),
    .home .award-text img:nth-child(2) {
        height: 55px;
        width: 38px;
    }

    .home .award-text img:nth-child(3) {
        height: 38px;
        width: 77px;
    }

    .home .award-text div {
        align-items: center;
        gap: 10px;
    }

    .home .award-text {
        flex-direction: column;
        max-width: 337px;
    }

    .intrest-payment-section .interest_left_wrapper {
        padding-bottom: 0;
    }

    .intrest-payment-section .sps-intrest-icon {
        padding-bottom: 0;
    }

    .intrest-payment-section .interest_right_wrapper {
        margin-top: -80px;
    }

    .intrest-payment-section .interest_left_wrapper h2 {
        max-width: 100%;
        font-size: 34px;
    }

    .intrest-payment-section .interest_left_wrapper .intrest-plan-box {
        width: auto;
    }

    .intrest-payment-section .interest_left_wrapper .intrest-plan-box img {
        width: 40px;
    }

    .intrest-payment-section .interest_left_wrapper .intrest-plan-box {
        gap: 10px;
    }

    .intrest-payment-section .interest_left_wrapper .intrest-plan-box h6 {
        font-size: 18px;
    }

    .intrest-payment-section .interest_left_wrapper .intrest-plan-box p {
        max-width: 100%;
        font-size: 16px;
    }

    .intrest-payment-section .sps-intrest-icon {
        width: 89px;
    }

    .hero-home.contact-us .bottom-logo {
        align-items: self-start;
    }

    .hero-home.contact-us .bottom-logo {
        gap: 30px;
    }

    .hero-home.contact-us h1 {
        font-size: 48px;
    }

    .hero-home.contact-us .hero-home-wrapper {
        padding: 150px 20px 100px 20px;
    }

    .hero-home.contact-us .bottom-logo {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .hero-home.contact-us .hero-back::before {
        border-radius: 40px;
    }

    .hero-home.contact-us .hero-home-wrapper {
        border-radius: 40px;
    }

    .hero-home .top-sticker {
        right: 40px;
    }
}

@media (max-width:450px) {
    .home .award-text {
        flex-direction: column;
        max-width: 320px;
    }
}

.contact-team-section {
    padding: 100px 0px;
}

.contact-team-section h2 {
    font-size: 64px;
    line-height: 98%;
    letter-spacing: -2%;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.contact-team-section h2 span {
    line-height: 1;
}

.contact-btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 100px;
}

.contact-btn-list .wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 187px;
}

.contact-btn,
.contact-btn:hover {
    color: #fff;
    width: 440px;
    height: 108px;
    border-radius: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
}

.bg-primary-orange {
    background: var(--primary);
}

.bg-back-black {
    background: var(--light-black);
}

/* Maintainence Service Section Start */
.maintainence-section {
    background: var(--secondary);
    color: var(--white);
    padding: 90px 0px 200px 0px;
}

.maintainence-section h2 {
    color: var(--white);
}

.maintainence-section span {
    font-size: 14.86px;
    font-weight: bold;
    line-height: 120%;
}

.maintainence-section .wrapper {
    height: 119px;
    justify-content: space-between;
    gap: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
    align-items: center;
}

.maintainence-section .main-wrapper {
    gap: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 120px;
}

.maintainence-section .wrapper img {
    transition: transform 0.3s ease-in-out;
}

.maintainence-section .wrapper:hover img {
    transform: scale(1.1);
}

.hero-back.no-back::before {
    content: unset;
}

@media(max-width:1200px) {
    .maintainence-section .wrapper {
        align-items: center;
    }

    .maintainence-section .main-wrapper {
        display: grid;
        gap: 50px;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        justify-content: center;
        padding: 50px 0px;
    }
}


/* Maintainence Service Section Start */
/* Header Start */
header .header-service-icons {
    display: flex;
    gap: 10px;

}

header .header-service-icons a img {
    width: 36px;
    height: 36px;
}

/* Header Start */
/* Our Process Start */
.our-process-common {
    margin-top: -200px;
}

.our-process.our-process-common h2 {
    color: var(--white);
}

/* Our Process Start */

/* Footer  */
footer .roofing-service li img {
    width: 80px;
}

/* Footer  */
@media(max-width:1450px) {

    .contact-btn,
    .contact-btn:hover {
        color: #fff;
        width: 340px;
        height: 80px;
        border-radius: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        font-weight: bold;
    }
}
@media(max-width:1381px){
    .maintainence-section .main-wrapper {
        display: grid;
        gap: 50px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        justify-content: center;
        padding: 50px 0px;
    }
}
@media(max-width:1200px) {
    .contact-btn-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .maintainence-section .wrapper {
        align-items: center;
    }

    
}

@media(max-width:768px) {
    .contact-team-section h2 {
        font-size: 34px;
    }

    .contact-btn,
    .contact-btn:hover {
        max-width: 426px;
    }

    .contact-btn-list {
        padding-top: 30px;
    }

    .contact-btn-list .wrapper {
        gap: 10px;
        height: 161px;
    }

    .maintainence-section .main-wrapper {
        display: grid;
        grid-column: repeat(3 1fr);
    }

    header .header-service-icons {
        display: none;
    }

    .maintainence-section .main-wrapper {

        grid-template-columns: repeat(3, 1fr);
    }

    .hero-home .bottom-logo img {
        width: 50px;
        height: 50px;
    }

    .why-choose-us-areas .why-choose-us-docs .img {
        padding: 50px 50px 20px 50px;
    }

    .why-choose-us-areas .why-choose-us-docs .info {
        padding: 0px 50px 50px 50px;
    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper {
        clip-path: polygon(62% 0, 100% 50%, 61% 99%, 0% 100%, 0 53%, 0% 0%);
        padding: 10px;
    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper .content p {
        width: 239px;
    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper .content {
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding-bottom: 50px;
        flex-direction: column;
        height: 100%;
    }

    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h3 span {
        font-family: var(--rammetto);
        text-transform: lowercase;
    }

    .excel-project-undertake .box .docs .foot h6 {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .intrest-payment-section .interest_left_wrapper {
        padding: 50px 10px;
    }

    .maintainence-section .wrapper img {
        max-width: 78px;
    }
}

@media(max-width:400px) {
   

    .sps-discount-wrapper .col-lg-6.col-xl-4.col-12.px-xl-1 {
        padding: 0px;
    }

    .sps-discount-wrapper .discount-wrapper .right-wrap {
        max-width: 200px;
        object-fit: cover;
        height: 100%;
        object-position: top left;
    }
    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h3 span{
        font-size: 65px;
    }
}
@media(max-width:450px){
    .sps-discount-wrapper .discount-wrapper .left-wrapper .content p {
        max-width: 150px;
    }
}
@media only screen and (min-device-width: 425px) and (max-device-width: 1024px) {
    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h3{
        font-size: 79px;
    }
    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h3 span{
        font-size: 71.999px;
        font-weight: 400;
        line-height: 132.5%;
    }
    .sps-discount-wrapper .discount-wrapper .left-wrapper .content h6{
        font-family: var(--rammetto);
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .footer-top-left{
        align-items: baseline;
    }
}