body {
    background: #F5F5F5;
}

.footer {
    background: var(--blue-charcoal-583);
}

footer .footer-btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .footer-btn-wrap a {
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
    width: 220px;
    border-radius: 6px;
    height: 60px;
}

footer .footer-wrapper {
    padding: 100px 0px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

footer .footer-wrapper .left-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

footer .footer-wrapper .left-wrapper p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--white);
    max-width: 220px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

footer .menu-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

footer h6 {
    color: var(--oslo-gray-258);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
    padding-bottom: 20px;
}

footer .menu-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

footer .menu-wrapper ul li a {
    color: var(--white);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

footer .block-wrapper {
    padding-top: 50px;
}

footer .block-wrapper .top-wrapper,
footer .block-wrapper .bottom-wrapper {
    background: var(--midnight-441);
    color: var(--white);
    padding: 15px 50px;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

footer .block-wrapper .top-wrapper span {
    font-weight: 700;
}

footer .block-wrapper .bottom-wrapper {
    background: var(--midnight-blue-85);
    color: var(--selective-yellow-4);
    font-weight: 700;
    margin-top: 15px;
}

footer .block-wrapper .bottom-wrapper span {
    color: var(--white);
    font-weight: 400;
}

footer .center-wrapper {
    display: flex;
    flex-direction: column;
}

.menu-wrapper .accordion-button {
    padding: 0;
    background-color: transparent !important;
}

.social-wrap {
    border: 2px solid var(--endeavour-33);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
}

footer .social-content .wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .payment-opt {
    display: flex;
    gap: 10px;
}

footer .registration-wrap p {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    color: var(--white);
    margin-bottom: 0;
    padding-bottom: 20px;
}

footer .registration-wrap p span {
    color: var(--endeavour-33);
    padding-right: 10px;
}

footer .footer-wrapper .right-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

footer .copyright-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: start;
}

footer .copyright-wrapper p {
    margin-bottom: 0;
    font-family: var(--monorope);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: var(--white);
}

footer .sitemap-wrapper {
    padding: 35px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .terms-wrapper {
    display: flex;
    gap: 40px;
}

footer .terms-wrapper a {
    font-family: var(--monorope);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 22.4px */
    text-decoration-line: underline;
    color: var(--white);
}

.fixed-footer.footer-btn-wrap {
    display: none;
}

.hero-video video {
    height: 800px;
    width: 100%;
    aspect-ratio: unset;
    object-fit: cover;
    object-position: center;
}

@media(max-width:1200px) {
    footer .footer-wrapper {
        gap: 50px;
    }
}

@media(max-width:992px) {
    footer .footer-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 60px 0px;
    }

    footer .footer-wrapper .left-wrapper {
        gap: 40px;
    }

    footer .block-wrapper .bottom-wrapper {
        flex-direction: column;
    }

    footer .block-wrapper .top-wrapper,
    footer .block-wrapper .bottom-wrapper {
        padding: 30px 50px;
    }

    footer .sitemap-wrapper {
        flex-direction: column;
        gap: 60px;
    }

    footer .copyright-wrapper {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    footer .copyright-wrapper p:first-of-type {
        width: 100%;
        text-align: center;
    }

    .fixed-footer.footer-btn-wrap {
        position: fixed;
        display: flex;
        flex-direction: row;
        background: var(--midnight-441);
        padding: 10px 20px;
        bottom: 0;
        z-index: 9;
        width: 100%;
    }

    footer .fixed-footer a {
        width: 100% !important;
    }

    .fixed-footer .footer-btn-wrap a {
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    .footer-menu {
        display: block !important;
    }

    .accordion-button::after {
        display: none;
    }

}

@media(max-width:768px) {
    footer .menu-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .registration-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    footer .block-wrapper .top-wrapper {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    footer h6 {
        text-align: center;
    }

    footer .menu-wrapper .right-menu h6 {
        display: none;
    }

    footer .menu-wrapper .left-menu h6 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        /* 33.6px */
        color: var(--white);
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    footer .accordion-button {
        width: 185px;
    }

    footer .accordion-button::after,
    .accordion-button:not(.collapsed)::after {
        background-image: url(../image/icons/downarrow.svg);
        position: absolute;
        top: 10px;
        right: 0;
    }

    footer .accordion-button,
    footer .menu-wrapper .right-menu,
    footer .menu-wrapper .left-menu {
        width: 100%;
    }

    footer .footer-menu.collapsing,
    footer .footer-menu.show {
        margin-bottom: 40px;
    }

    footer .footer-btn-wrap a {
        width: 336px;
    }

    footer .footer-wrapper .left-wrapper {
        align-items: center;
        justify-content: center;
    }

    .hero-video video {
        height: 600px;
    }
}

/* Hero Banner */

.small-hero-banner .wrapper {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: -280px;
    position: relative;
    z-index: 1;
    background: var(--midnight-blue-90);
    border: 3px solid white;
    box-sizing: border-box;
}

.small-hero-banner .wrapper .left-wrapper {
    background: var(--midnight-441);
    padding: 55px 80px;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.clip-left-wrapper {
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    background-color: white;
    padding-right: 6px;
}

.small-hero-banner .wrapper .right-wrapper {
    background: var(--midnight-blue-90);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.small-hero-banner .wrapper .left-wrapper,
.small-hero-banner .wrapper .right-wrapper {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.small-hero-banner h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.28px;
    color: var(--white);
    max-width: 400px;
}

.small-hero-banner h1 span {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.28px;
    color: var(--selective-yellow-4);
    white-space: nowrap;
}

.small-hero-banner .wrapper .right-wrapper h2 {
    color: var(--white);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 64px */
    letter-spacing: -1.28px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.small-hero-banner .wrapper .right-wrapper h2 span {
    color: var(--selective-yellow-4);
}

.small-hero-banner .wrapper .right-wrapper p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 24px */
    letter-spacing: -0.48px;
    color: var(--white);
}

.small-hero-banner .img-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}


@media(max-width:1550px) {

    .small-hero-banner h1,
    .small-hero-banner h1 span {
        font-size: 55px;
        max-width: 80%;
    }

    .small-hero-banner h1 span {
        white-space: unset;
    }
}

@media(max-width:1200px) {
    .small-hero-banner .wrapper .right-wrapper div {
        flex-direction: column;
    }
}

@media(max-width:992px) {
    .small-hero-banner .wrapper {
        grid-template-columns: 1fr;
    }

    .small-hero-banner .img-wrapper {
        /* position: unset; */
        top: 0;
    }

    .small-hero-banner .wrapper {
        flex-direction: column;
    }

    .small-hero-banner .wrapper .left-wrapper {
        clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
        position: relative;
    }

    .clip-left-wrapper {
        clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
        background-color: white;
        padding-bottom: 3px;
        padding-right: 0;
    }

    .small-hero-banner h1,
    .small-hero-banner h1 span {
        font-size: 40px;
        max-width: 300px;
        margin: auto;
        text-align: center;
    }

    .small-hero-banner h1 span {
        display: block;
    }

    .small-hero-banner .wrapper .left-wrapper {
        padding: 30px;
        height: 457px;
    }

    .small-hero-banner .wrapper .left-wrapper img {
        position: absolute;
        bottom: 0;
    }

    .small-hero-banner .wrapper .right-wrapper {
        padding: 30px 0px;
    }

    .small-hero-banner .wrapper .right-wrapper h2 {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .small-hero-banner .wrapper .right-wrapper p {
        font-size: 19px;
    }



    .small-hero-banner .wrapper .right-wrapper .button {
        width: 296px;
    }
}

/* Hero Banner */
/* Why Chose Section */

.why-choose-section .left-wrapper {
    padding: 180px 0px;
}

.why-choose-section .left-wrapper h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    letter-spacing: -1.28px;
    color: var(--white);
}

.why-choose-section .left-wrapper h2 span {
    display: block;
    white-space: nowrap;
}

.why-choose-section .left-wrapper .why-peregraph {
    padding-top: 60px;
    padding-bottom: 80px;
    display: grid;
    gap: 20px;
}

.why-choose-section .left-wrapper p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--white);
    max-width: 580px;
    margin-bottom: 0;
}

.why-choose-section .left-wrapper .day-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.why-choose-section .left-wrapper .day-wrapper .wrap {
    background: var(--midnight-441);
    color: var(--white);
    padding: 19px 15px;
    font-size: 21.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.48px;
    border-radius: 6px;
}

.why-choose-section .left-wrapper .day-wrapper div span {
    color: var(--selective-yellow-4);
}

.why-choose-section .left-wrapper .call-out-wrapper {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.why-choose-section .left-wrapper .call-out-wrapper .left-wrapper,
.why-choose-section .left-wrapper .call-out-wrapper .right-wrapper {
    background: var(--midnight-blue-90);
    border: 3px solid var(--white);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 35px;
    gap: 20px;
    width: 280px;
    height: 138px;
}

.why-choose-section .left-wrapper .call-out-wrapper h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 96px */
    letter-spacing: -1.92px;
    margin-bottom: 0;
}

.why-choose-section .left-wrapper .call-out-wrapper p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: -0.48px;
    color: var(--white);
    width: 94px;
    margin-bottom: 0;
    padding: 0;
}

.why-choose-section .left-wrapper .call-out-wrapper h2 sup {
    font-size: 48px;
}

.why-choose-section .left-wrapper .condition-wrap p {
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.why-choose-section .right-wrapper {
    position: relative;
    height: 100%;

}

.why-choose-section .right-wrapper img {
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 1000px;
    object-fit: cover;
    object-position: left;
}

.why-choose-section {
    background-image: var(--background-image);
    width: 100%;
    background-position: right top;
    background-size: 50% auto;
    background-repeat: no-repeat;
    position: relative;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    background: var(--dark-blue);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.why-choose-section .button {
    margin-top: 30px;
}

.why-choose-section {
    padding-bottom: calc(180px - 3rem);
    /* padding-bottom: 180px; */
}

.get-fin-wrapper {
    position: relative;
    z-index: 1;
    border: 3px solid var(--white);
    overflow: hidden;
    margin-top: -160px;
}

.get-fin-wrapper .we-fix-wrap {
    position: relative;
    padding: 90px 30px;
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .get-fin-wrapper .we-fix-wrap:after{
    content: '';
    position: absolute;
    border: 3px solid white;
    width: 283px;
    height: 300px;
    right: 0;
    transform: rotate(45deg);
    top: 0px;
    z-index: 1;
    border-bottom: none;
    border-left: none;
    
}
.get-fin-wrapper .we-fix-wrap.no-clip:after{
    content: unset;
    position: unset;
} */
.box {
    width: 283px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.get-fin-wrapper .box {
    width: calc(100% + 50px);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    background-color: var(--white);
    padding-right: 3px;
    position: relative;
}

/* .get-fin-wrapper .we-fix-wrap:after{
    content: '';
    width: 100%;
    position: absolute;
    left: -50%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background: var(--bg-color);
} */
.get-fin-wrapper .we-fix-wrap {
    background: var(--midnight-441);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.get-fin-wrapper .no-clip {
    clip-path: unset !important;
}

.y-box {
    background: var(--selective-yellow-4) !important;

}

.get-fin-wrapper h2 {
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    letter-spacing: -0.96px !important;
    color: var(--white);
    margin-bottom: 0;
    padding-bottom: 40px;

}

.get-fin-wrapper p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    color: var(--white);
    max-width: 253px;
    text-align: center;
    margin: auto;
}

.we-fix-wrap.b-box {
    background-color: var(--midnight-blue-90);
}

.we-fix-wrap.no-clip.y-box h2 {
    color: var(--midnight-blue-90);
}

@media(max-width:1200px) {
    .why-choose-section .left-wrapper h2 {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.8px;
        max-width: 336px;
        margin: auto;
        text-align: center;
    }

    .why-choose-section .left-wrapper {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .why-choose-section .left-wrapper .why-peregraph {
        padding: 60px 0px;

    }

    .why-choose-section .left-wrapper p {

        font-size: 18px;
        text-align: center;
        line-height: 140%;
        max-width: 100%;
    }

    .why-choose-section .left-wrapper .day-wrapper {
        flex-direction: column;
    }

    .why-choose-section .left-wrapper .day-wrapper .wrap {
        width: 100%;
        text-align: center;
    }

    .why-choose-section .left-wrapper .call-out-wrapper .left-wrapper,
    .why-choose-section .left-wrapper .call-out-wrapper .right-wrapper {
        flex-direction: column;
        width: 158px;
        height: 164px;
        padding: 30px 10px;

    }

    .why-choose-section .left-wrapper .call-out-wrapper h2 {
        font-size: 70px;
    }

    .why-choose-section .left-wrapper .call-out-wrapper h2 sup {
        font-size: 40px;
    }

    .why-choose-section .left-wrapper .call-out-wrapper p {
        font-size: 17px;
        font-weight: 700;
        line-height: 100%;
        /* 20px */
        letter-spacing: -0.4px;

    }

    .why-choose-section .left-wrapper .call-out-wrapper .right-wrapper p {
        width: 100%;
    }

    .why-choose-section .left-wrapper .call-out-wrapper .left-wrapper p {
        width: 60%;
    }

    .why-choose-section .left-wrapper .call-out-wrapper {
        align-items: center;
        justify-content: center;
    }

    .why-choose-section .right-wrapper img {
        position: unset;
        width: 100%;
        object-fit: cover;
        object-position: left;
        margin-left: 100px;
        margin-left: 100px;
    }

    .why-choose-section .right-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 463px;
    }

    .why-choose-section .right-wrapper img {
        position: absolute;
        right: -27px;
    }
}

@media(max-width:993px) {
    .why-choose-section {
        background-image: unset;
    }

    .get-fin-wrapper .box {
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
        background-color: var(--white);
        padding-bottom: 3px;
        padding-right: 0;
    }

    .get-fin-wrapper .we-fix-wrap {
        clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
    }
}

/* Why Chose Section */
/* Area we Service Section */
.area-we-service-section {
    background: var(--dark-blue);
    color: var(--white);
}

.area-we-service-section .content {
    padding: 150px 0px;
}

.area-we-service-section .content h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    letter-spacing: -1.28px;
    margin-bottom: 0;
}

.area-we-service-section .content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    padding: 60px 0px;
    max-width: 460px;
}

.area-we-service-section .content .button {
    width: 200px;
}

.area-we-service-section .map-img,
.area-we-service-section .map-img picture,
.area-we-service-section .map-img picture img {
    height: 100%;
}

@media(max-width:1550px) {
    .area-we-service-section .content {
        padding: 100px 0px;
    }

    .area-we-service-section .content p {
        max-width: 100%;
    }
}

@media(max-width:1400px) {
    .area-we-service-section .content {
        padding: 50px 0px;
    }
}

@media(max-width:993px) {
    .area-we-service-section .content {
        padding-top: 80px;
        padding-bottom: 0;
        margin: auto;
        text-align: center;
    }

    .area-we-service-section .content h2 span {
        display: block;
    }

    .area-we-service-section .content p {
        max-width: 80%;
        margin: auto;
    }

    .area-we-service-section .content h2 {
        font-size: 40px;
    }

    .area-we-service-section .content p {
        font-size: 18px;
        line-height: 140%;
    }

    .area-we-service-section {
        padding-bottom: 50px;
    }

    .why-choose-section {
        padding: 80px 0px;
    }

    .get-fin-wrapper {
        margin-top: -85px;
    }

}

@media(max-width:768px) {
    .get-fin-wrapper {
        margin-top: -120px;
    }
}

@media(max-width:475px) {
    .get-fin-wrapper {
        margin-top: -135px;
    }
}

/* Area we Service Section */
/* FOrm Section */
.form-section {
    background: linear-gradient(to left, #012143 50%, #013164 50%);
}

.form-section .wrapper {
    display: flex;
    justify-content: space-between;
}

.form-section .wrapper .left-wrapper {
    padding-top: 280px;
}

.form-section .wrapper .left-wrapper h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    letter-spacing: -1.28px;
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.form-section .wrapper .left-wrapper h2 span {
    color: var(--selective-yellow-4);
    display: block;
}

.form-section .wrapper .left-wrapper p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--white);
    text-align: center;
}

.form-section .wrapper .left-wrapper,
.form-section .wrapper .right-wrapper {
    position: relative;
    z-index: 1;
}

.form-section .wrapper .left-wrapper p a {
    color: var(--selective-yellow-4);
    text-decoration: underline;
    padding-left: 20px;
}

.form-section .wrapper .right-wrapper .wrapper {
    display: flex;
    gap: 14px;
    padding: 40px 0px;
}

.form-section .main-wrapper {
    padding: 180px 0px;
}

.form-section .wrapper .right-wrapper {
    background: var(--dark-blue);
    border-radius: 6px;
    border: 3px solid var(--white);
    padding: 60px;
}

.form-section .wrapper .right-wrapper h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
    color: var(--white);
    text-align: center;
}

.form-section .wrapper .right-wrapper .item-wrap {
    background: var(--midnight-blue-90);
    width: 144px;
    height: 94px;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.form-section .wrapper .right-wrapper .item-wrap label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.4px;
    color: var(--white);
    height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.form-section .wrapper .right-wrapper .item-wrap {
    position: relative;

}

.form-section .wrapper .right-wrapper .item-wrap input {
    position: absolute;
    right: -5px;
    top: -8px;
    width: 30px;
    height: 30px;
}

.form-section input[type="checkbox"] {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: none;
}

.form-section input[type="checkbox"]:checked {
    background-color: var(--selective-yellow-4);
    display: block;
    padding: 4px;
    border: 2px solid #000;
    box-shadow: none;
    offset: none;
    border: none;
}

.form-section input[type="checkbox"]:checked+label::after {
    content: '';
    position: absolute;
    width: 2ex;
    height: 1ex;
    background: rgba(0, 0, 0, 0);
    right: -2px;
    top: 2px;
    border: 4px solid var(--midnight-441);
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.item-wrap.checked {
    background-color: var(--midnight-441) !important;
}

.form-section .wrapper .right-wrapper textarea {
    margin-bottom: 50px;
}

.form-section .wrapper .right-wrapper input,
.form-section .wrapper .right-wrapper textarea {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.form-section .wrapper .right-wrapper input[type="text"] {
    height: 41px;
}

.form-section .wrapper .right-wrapper h3 {
    color: var(--white);
    margin-bottom: 0;
    padding-bottom: 30px;
}

.form-section .wrapper .right-wrapper .button {
    margin-top: 55px;
}

.form-section {
    position: relative;
}

.form-section:before,
.form-section:after {
    content: '';
    background: var(--midnight-blue-90);
    width: 460px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);
}

.form-section:after {
    background: var(--white);
    left: 3px;
    z-index: 0;
}

.social-wrap a {
    line-height: 0;
}

@media(max-width:1200px) {
    .form-section .wrapper {
        flex-direction: column;
    }

    .form-section {
        /* background: linear-gradient(to top, #012143 50%, #013164 50%); */
        background: linear-gradient(to top, #012143 20%, #013164 80%);
    }

    .form-section .wrapper .left-wrapper {
        padding-top: 80px;
    }

    .form-section .wrapper .left-wrapper h2 {
        font-size: 48px;
        line-height: 100%;
        /* 48px */
        letter-spacing: -0.96px;
        padding-bottom: 60px;
    }

    .form-section .wrapper .left-wrapper p a {
        display: block;
        text-align: center;
    }

    .form-section .main-wrapper {
        padding: 80px 0px;
    }

    .form-section .wrapper .right-wrapper h2 {
        font-size: 36px;
    }

    .form-section .wrapper .right-wrapper h2 span {
        display: block;
        text-align: center;
    }

    .form-section .wrapper .right-wrapper .item-wrap {
        height: 40px;
        width: 100%;
    }

    .form-section .wrapper .right-wrapper .item-wrap label {
        justify-content: start;
        padding: 0px 15px;
    }

    .form-section .wrapper .right-wrapper .item-wrap input {
        width: 20px;
        height: 20px;
    }

    .form-section .wrapper .right-wrapper .item-wrap input {
        position: absolute;
        right: 10px;
        top: 5px;
        bottom: 0;

    }

    .form-section input[type="checkbox"]:checked+label::after {
        width: 2ex;
        height: 1ex;
        right: 7px;
        top: 9px;

    }

    .form-section .wrapper .right-wrapper h3 {
        text-align: center;
        font-size: 20px;
    }

    .form-section:before,
    .form-section:after {
        width: 100%;
        height: 55%;
        clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
    }

    .form-section:after {
        background: var(--white);
        left: 0;
        top: 3px;
        z-index: 0;
    }

    .form-section .wrapper .right-wrapper {
        padding: 40px 20px;
    }


}

/* FOrm Section */

/* About us Page */
/* Hero Section */
.hero-banner-section {
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    max-height: 700px;
    position: relative;
}

.hero-banner-section:after {
    content: '';
    position: absolute;
    background: var(--blue-endeavour-midnight);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-banner-section .left-wrapper h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    letter-spacing: -1.28px;
    color: var(--white);
}

.hero-banner-section .left-wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
    min-height: 700px;
}

.hero-banner-section .left-wrapper h1 span {
    color: var(--selective-yellow-4);
    display: contents;
}

.hero-banner-section .left-wrapper p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--white);
    max-width: 700px;
}

.contact-home-service .button {
    max-width: 340px;
    width: 100%;
    padding: 12px;
}

.brand-section-180 {
    padding-bottom: 150px;
}

@media(min-width:1500px) {
    .area-section .filter-wrap.pb-120 {
        padding-bottom: 120px;
    }

    .home-service.area-home-service,
    .contact-home-service.home-service {
        padding-top: 180px;
    }
}

@media(max-width:1550px) {
    .hero-banner-section .left-wrapper {
        max-width: 80%;
    }

    .brand-section-180 {
        padding-bottom: 100px;
    }

    .hero-banner-section {
        background-size: 50% auto;
        background-position: right bottom;
    }

    .hero-banner-section .left-wrapper h1 {
        font-size: 55px;
    }
}

@media(max-width:1400px) and (min-width:993px) {
    .contact-home-service .button {
        font-size: 16px;
    }
}

@media(max-width:993px) {
    .hero-banner-section .left-wrapper h1 {
        font-size: 40px;
    }

    .hero-banner-section {
        min-height: auto;
    }

    .hero-banner-section .left-wrapper {
        min-height: auto;
        max-width: 100%;
        padding: 20px;
        text-align: center;
        gap: 40px;
    }

    .hero-banner-section {
        background-image: unset !important;
        max-height: unset;
    }

    .brand-section-180 {
        padding-bottom: 50px;
    }

}

/* Hero Section */

/* About us Page */
/* Area we Service Section */
.area-section .filter-wrap {
    padding: 120px 0px;
    padding: 180px 0px;
}

.area-section h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
    color: var(--midnight-blue-90);
}

.area-section h2 span {
    color: var(--endeavour-33);
}

.area-section .wrapper {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-top: 60px;
    padding-bottom: 100px;
}

.area-section .wrapper span {
    display: flex;
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    color: var(--midnight-441);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /*28px*/
    letter-spacing: -0.4px;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.area-section .wrapper span:hover {
    transform: translateY(-0.5em);
    background: var(--endeavour-33);
    color: var(--white);
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.area-section .wrapper span:first-child {
    width: 180px;
    height: 56px;
}

.area-section .wrapper span.active {
    background: var(--endeavour-33);
    color: var(--white);
}

.area-section .area-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 40px;
}

.area-section .area-wrapper .sub-area {
    background: var(--midnight-blue-90);
    padding: 40px 40px 20px 40px;
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-rows: auto 135px auto;
    gap: 40px;

}

.area-section .area-wrapper .sub-area span {
    color: var(--selective-yellow-4);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 48px */
    letter-spacing: -0.96px;
    text-align: left;
}

.area-section .area-wrapper .sub-area ul {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 50px;
    align-self: baseline;
    max-height: 100%;

}

.area-section .area-wrapper .sub-area ul li a {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.area-section .area-wrapper .sub-area .moreless-button {
    display: flex;
    width: 100%;
    background: var(--endeavour-33);
    color: var(--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    height: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    box-shadow: none;
    border: none;
    offset: none;
}

.area-section .area-wrapper .sub-area.view-more {
    grid-template-rows: auto minmax(135px, 600px) auto;
    grid-row: span 2;

}

.area-section .area-wrapper .sub-area.view-more ul {
    overflow: auto;
}

.sub-area.view-more ul::-webkit-scrollbar {
    width: 0.3em;
}

.sub-area.view-more ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sub-area.view-more ul::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.area-home-service {
    background: var(--midnight-441);
}

/* .home-service.area-home-service {
    padding-top: 0px;
} */

@media(max-width:1400px) {
    .area-section .area-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:993px) {
    .area-section .area-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .area-section .filter-wrap {
        padding: 50px 0px;
    }

    .area-section select {
        margin: 30px 0px;
    }

    .area-section h2 {
        font-size: 40px;
        text-align: center;
    }

    .area-section select:focus {
        box-shadow: none;
        border: none;

    }
}

@media(max-width:768px) {
    .area-section .area-wrapper {
        grid-template-columns: 1fr;
    }

    .area-section .area-wrapper .sub-area.view-more {
        grid-template-rows: auto minmax(135px, 100%) auto;
        grid-row: span 2;
    }

}

/* Area we Service Section */

/* Electrical Page start */
.professional-wrapper {
    padding-top: 140px;
    padding-top: 0px;
    padding-bottom: 50px;
}

@media(min-width:1550px) {
    .professional-wrapper {
        margin-top: -40px;
    }
}

.professional-wrapper h2 {
    width: 940px;
    margin: auto;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    letter-spacing: -1.28px;
    color: var(--white);
}

.professional-wrapper .paregraph {
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;

}

.professional-wrapper .paregraph p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    color: var(--white);
    width: 1180px;
    margin: auto;
    text-align: center;
}

.electrical-section .filter-wrap p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--ebony-clay-844);
}

.electrical-section .filter-wrap .collection-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 0px;
}

.electrical-section .filter-wrap .collection-wrap span {
    padding: 16px 20px;
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--white);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(----ebony-clay-844);
    white-space: nowrap;
}

.electrical-section .filter-wrap .card-list {
    padding-top: 120px;
}

.electrical-section .filter-wrap .card-list h4 {
    text-align: center;
}

.electrical-section .filter-wrap .card-list .card-item {
    width: 460px;
}

.commersial-elec-section {
    padding: 180px 0px;
}

.commersial-elec-section h2 {
    color: var(--white);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.commersial-elec-section p,
.commersial-elec-section ul li,
.commersial-elec-section ol li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--white) !important;
}

.commersial-elec-section p a {
    color: var(--selective-yellow-4);
    text-decoration: underline;
}

.commersial-elec-section .get-fin-wrapper {
    margin-top: 0 !important;
}

.hero-banner-section .px-0 {
    padding-right: var(--bs-gutter-x, .75rem) !important;
    padding-left: var(--bs-gutter-x, .75rem) !important;
}

.electrical-section .filter-wrap h2 {
    font-size: 64px;
}

@media(max-width:1550px) {
    .electrical-section .filter-wrap .collection-wrap span {
        font-size: 15px;
    }

    .electrical-section .filter-wrap .card-list .card-item {
        width: auto;
    }
}

@media(max-width:1300px) {

    .professional-wrapper h2,
    .professional-wrapper .paregraph p {
        width: auto;
    }

}

@media(max-width:993px) {

    .commersial-elec-section h2,
    .professional-wrapper h2,
    .electrical-section .filter-wrap h2 {
        font-size: 40px;
        text-align: center;
    }

    .electrical-section .filter-wrap p {
        font-size: 18px;
        text-align: center;
    }

    .commersial-elec-section {
        padding: 50px 0px;
    }

    .electrical-section .filter-wrap .collection-wrap span {
        font-size: 10px;
    }

    .electrical-section .filter-wrap .collection-wrap {
        padding: 20px 0px;
        gap: 10px;
    }

    .professional-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .home-service {
        padding: 50px 0px;
    }

    .electrical-section .filter-wrap .card-list {
        padding-top: 50px;
    }

    .py-120 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .get-fin-wrapper h2 {
        font-size: 36px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 100% !important;
        letter-spacing: -0.96px !important;
        color: var(--white);
        margin-bottom: 0;
        padding-bottom: 40px;

    }

    .get-fin-wrapper .box,
    .get-fin-wrapper .we-fix-wrap {
        height: 200px;
    }

    .home-service.area-home-service {
        padding: 50px 0px;
    }
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 60px;
}

/* Electrical Page End */