footer.footer-section.bg_img {
    /*    background-blend-mode: hard-light;*/
    background-color: #000;
    background-position: top;
    background-size: cover;
    padding-top: 100px;
}

.banner-9 {
    padding: 130px 0 0;
    background-size: cover;
    background-position: top;
    position: relative;
}

.button-4.active {
    background: transparent;
    border: 1px solid rgb(89, 255, 0);
}

.header-section .header-wrapper .header-button {
    border: 1px solid rgb(89, 255, 0);
}

.feature-item-2 .feature-content .title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.feature-item-2 .feature-content p {
    color: #fff;
}

.feature-shapes img {
    display: none;
}

.section-header p {
    color: #fff;
}

.feature-item {
    border: 1px solid rgb(255, 255, 255, 0.3);
}

.feature-item {
    background: linear-gradient(239.49deg,
            rgba(255, 255, 255, 0) 1.11%,
            rgba(255, 255, 255, 0.14) 111.91%);
    border-radius: 44px;
    padding: 40px 20px 37px 29px;
    position: relative;
    margin: 0 40px;
    border: 1px solid transparent;
    cursor: pointer;
    height: 100%;
}

.feature-item:hover {
    border-radius: 44px;
}

.feature-item .feature-content h4 {
    background: linear-gradient(-65deg,
            rgb(89, 255, 0) 0%,
            rgb(255, 0, 0) 0%,
            rgb(255, 128, 0) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 30px;
}

.feature-item .feature-content p {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.feature-item .feature-content {
    display: block;
    width: 100%;
    padding-left: 0;
    position: relative;
    z-index: 999;
}

.feature-item::before {
    /*    filter: hue-rotate(184deg);*/
    background: #111;
    border: 1px solid #ff8000;
    border-radius: 44px;
}

.feature-item .feature-thumb::after,
.feature-item .feature-thumb::before {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-image: linear-gradient(0deg,
            rgb(255, 128, 0) 0%,
            rgb(255, 0, 0) 100%);
    box-shadow: 5.806px 23.287px 30.72px 1.28px rgba(253, 160, 133, 0.5);
}

.feature-item .feature-thumb {
    border: 1px solid rgb(255, 255, 255);
    position: relative;
    z-index: 999;
}

.feature-item .feature-content .title {
    margin-top: 25px;
    margin-bottom: 25px;
}

.faq-item {
    background: linear-gradient(239.49deg,
            rgba(255, 255, 255, 0) 1.11%,
            rgba(255, 255, 255, 0.14) 111.91%);
    padding: 30px 20px;
    border: 1px solid #ffffff2b;
    border-radius: 20px;
}

.faq-item .faq-content p {
    color: #ffffff7d;
}

.faq-item .faq-thumb {
    color: #fff;
    background: linear-gradient(-65deg,
            rgb(89, 255, 0) 0%,
            rgb(255, 0, 0) 0%,
            rgb(255, 128, 0) 60%);
}

.footer-bottom {
    overflow: inherit;
    text-align: center;
}

.footer-bottom h5 {
    margin-bottom: 15px;
}

.social-icons li a {
    border: 1px solid #ff8000;
}

.copyright {
    border-top: 1px solid #ff8000;
}

.footer-link li::after {
    background: #ff8000;
}

.pricing-section {
    background-color: #000;
}

.contact-wrapper {
    max-width: 600px;
    margin: 0 auto 100px;
}

.bottom-shape img {
    display: none;
}

.contact-form .form-group .signupSubmitButton {
    background: linear-gradient(-65deg,
            rgb(89, 255, 0) 0%,
            rgb(255, 0, 0) 0%,
            rgb(255, 128, 0) 60%);
    box-shadow: 0 10px 30px rgba(255, 128, 0, 0.502);
    width: auto;
    padding: 0 50px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    border: none;
    border-radius: 30px;
}

.contact-form .form-group label {
    color: #ff8000;
}

.brand-div {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.brand-div p {
    color: #fff;
    text-align: left;
}

.brand-div p label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
}

.brand-div p:first-child label {
    background: #59ff00;
}

.brand-div p:nth-child(2) label {
    background: #ff8000;
}

.brand-div p:nth-child(3) label {
    background: #ff0000;
}

.header-right {
    position: relative;
}

.header-right .submenu {
    min-width: 200px;
    background: linear-gradient(239.49deg,
            rgba(98, 59, 22, 1) 1.11%,
            rgba(0, 0, 0, 1) 75.91%);
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    border: 1px solid #825426;
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 999;
    transition: all 0.3s ease;
}

.header-right:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: block !important;
}

.header-right .submenu li {
    padding: 0;
}

.header-right .submenu li a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    padding: 6px 15px;
    color: #ffffff;
    width: 100%;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-right .submenu li a:hover {
    color: #ee4730 !important;
    padding-left: 20px;
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: rgba(84, 84, 84, 1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #59ff00;
}

.feature-item-2 {
    background: linear-gradient(208.8deg, #010101 -0.92%, #0f1018 97.83%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1px;
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;

    background-origin: border-box;
    background-clip: content-box, border-box;
    height: calc(100% - 30px);
    cursor: pointer;
}

.feature-item-2:hover {
    /*    background-image: url(../images/logo-vector.png);*/
    /*    background: linear-gradient(-65deg, rgb(89, 255, 0) 0%, rgb(255, 0, 0) 0%, rgb(255, 128, 0) 60%);*/
    background-image: linear-gradient(208.8deg, #171823 -0.92%, #0f1018 97.83%),
        linear-gradient(238.89deg, #ff8000 -10.39%, #59ff00 120.96%);
    /*background-size: 50px;
    background-position: 97% 95%;
    background-repeat: no-repeat;*/
}

.feature-item-2:hover:after {
    content: "";
    background-image: url(../images/logo-vector.png);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 0;
    width: 50px;
    height: 50px;
}

.feature-item-2:hover .feature-content .title {
    background: linear-gradient(-65deg,
            rgb(89, 255, 0) 0%,
            rgb(255, 0, 0) 0%,
            rgb(255, 128, 0) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.feature-item-2 .feature-thumb {
    background: #222;
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(255, 255, 255, 0.3);
}

.feature-item-2:hover .feature-thumb {
    background: linear-gradient(-65deg,
            rgb(89, 255, 0) 0%,
            rgb(255, 0, 0) 0%,
            rgb(255, 128, 0) 60%);
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(255, 128, 0, 0.5);
}

.feature-item-2 .feature-thumb {
    margin-top: 30px;
    display: flex;
}

.feature-item-2 .feature-thumb {
    width: 100px;
    height: 100px;
}

.feature-item-2 .feature-thumb img {
    max-width: 80%;
    margin: auto;
}

.feature-item-2 .feature-content {
    padding: 0 30px 30px;
}

.contact-box {
    background-image: url(../images/bg-04.jpg);
    padding: 90px 40px 30px;
    border-radius: 24px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-bg {
    /* background: url(../images/service-bg.png) #000; */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-blend-mode: luminosity;
}

.feature-bg {
    /*    background: url(../images/featurebg.png) #59ff00;*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #000;
}

.counter-wrapper-area-2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 261.16%);
    position: relative;
}

.counter-wrapper-area-2:after {
    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(39.41% 71.57% at 50% 0%,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 2px;
    z-index: -1;
}

.counter-wrapper-area-2:before {
    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(70.41% 30.57% at 50% 0%,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    opacity: 0.06;
    width: 100%;
    height: 70%;
    z-index: -1;
}

.counter-item-2 .name {
    color: #59ff00;
}

.ourmission-box {
    box-shadow: -22px -9px 83.9px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1px 1px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: linear-gradient(208.8deg, #171823 -0.92%, #0f1018 97.83%);
    transition: all 0.5s ease;
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: calc(100% - 30px);
    overflow: hidden;
}

.ourmission-box.our-vision-box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.ourmission-box {
    background-image: linear-gradient(208.8deg, #171823 -0.92%, #0f1018 97.83%),
        linear-gradient(-65deg,
            rgb(89, 255, 0) 0%,
            rgb(255, 0, 0) 25%,
            rgb(89, 255, 0) 50%,
            rgb(255, 0, 0) 75%);
}

.ourmission-box:after {
    content: "";
    position: absolute;
    background: rgb(255, 128, 0);
    background: radial-gradient(circle,
            rgb(255 128 0 / 21%) 0%,
            rgba(0, 0, 0, 1) 100%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: 0;
}

.our-mission-detail {
    padding: 30px;
    position: relative;
    z-index: 1;
    min-height: 200px;
    /* changed 260 to 200*/
}

.our-mission-detail h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #59ff00;
    background: linear-gradient(-65deg,
            rgb(89, 255, 0) 0%,
            rgb(255, 0, 0) 0%,
            rgb(255, 128, 0) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.our-mission-detail p {
    color: #fff;
}

.ourmission-img {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.ourmission-img img.img-fluid {
    max-height: 220px;
}

.logo-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.pricing-table table thead th:first-child {
    border-radius: 24px 0px 0px 0px;
}

.pricing-table table thead th:last-child {
    border-radius: 0px 24px 0px 0px;
}

.pricing-table table thead th {
    background: rgba(255, 128, 0, 1);
    padding: 15px;
    border: 1px solid #00000059;
}

.pricing-table table {
    /* border-radius: 24px; */
    overflow: hidden;
}

.pricing-table table thead th.sub-tablehead {
    border-radius: 0;
}

.pricing-table table tbody tr td {
    padding: 15px;
    color: #fff;
}

.pricing-table table>tbody>tr:nth-of-type(odd)>* {
    background: rgba(255, 128, 0, 0.1) !important;
    border: 1px solid #ff98005c;
}

.pricing-table table>tbody>tr:nth-of-type(even)>* {
    background: rgba(255, 128, 0, 0.1) !important;
    border: 1px solid #ff98005c;
}

.table-img-check {
    width: 32px;
}

.pricing-table {
    background: rgb(255, 128, 0);
    background: radial-gradient(circle,
            rgb(255 128 0 / 21%) 0%,
            rgba(0, 0, 0, 1) 100%);
}

.bg-orange {
    background: rgba(255, 128, 0, 1) !important;
}

.table-link {
    color: rgba(255, 128, 0, 1);
    text-decoration: underline;
}

.banner-9-video iframe {
    width: 93.5%;
    height: 93.5%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 22px;
}

@-webkit-keyframes singular-top {
    0% {
        background-position: 200% 0%;
    }

    25% {
        background-position: 100% 0%;
    }

    50% {
        background-position: -60% 0%;
    }

    100% {
        background-position: -60% 0%;
    }
}

@keyframes singular-top {
    0% {
        background-position: 200% 0%;
    }

    25% {
        background-position: 100% 0%;
    }

    50% {
        background-position: -60% 0%;
    }

    100% {
        background-position: -60% 0%;
    }
}

@-webkit-keyframes singular-right {
    0% {
        background-position: 0% 200%;
    }

    25% {
        background-position: 0% 200%;
    }

    50% {
        background-position: 0% 100%;
    }

    75% {
        background-position: 0% -60%;
    }

    100% {
        background-position: 0% -60%;
    }
}

@keyframes singular-right {
    0% {
        background-position: 0% 200%;
    }

    25% {
        background-position: 0% 200%;
    }

    50% {
        background-position: 0% 100%;
    }

    75% {
        background-position: 0% -60%;
    }

    100% {
        background-position: 0% -60%;
    }
}

@-webkit-keyframes singular-bottom {
    0% {
        background-position: 200% 0%;
    }

    50% {
        background-position: 200% 0%;
    }

    75% {
        background-position: 100% 0%;
    }

    100% {
        background-position: -60% 0%;
    }
}

@keyframes singular-bottom {
    0% {
        background-position: 200% 0%;
    }

    50% {
        background-position: 200% 0%;
    }

    75% {
        background-position: 100% 0%;
    }

    100% {
        background-position: -60% 0%;
    }
}

@-webkit-keyframes singular-left {
    0% {
        background-position: 0% 200%;
    }

    50% {
        background-position: 0% 200%;
    }

    75% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% -60%;
    }
}

@keyframes singular-left {
    0% {
        background-position: 0% 200%;
    }

    50% {
        background-position: 0% 200%;
    }

    75% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% -60%;
    }
}

.feature-item-2:hover .top-bottom::before {
    -webkit-animation: singular-top 1.5s linear;
    animation: singular-top 1.5s linear;
}

.feature-item-2:hover .top-bottom::after {
    -webkit-animation: singular-bottom 1.5s linear;
    animation: singular-bottom 1.5s linear;
}

.feature-item-2:hover .left-right::before {
    -webkit-animation: singular-left 1.5s 0.375s linear;
    animation: singular-left 1.5s 0.375s linear;
}

.feature-item-2:hover .left-right::after {
    -webkit-animation: singular-right 1.5s linear;
    animation: singular-right 1.5s linear;
}

.top-bottom::before,
.top-bottom::after,
.left-right::before,
.left-right::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
}

.top-bottom::before,
.top-bottom::after {
    background-image: linear-gradient(to right,
            transparent 20%,
            #ff0000 50%,
            #ff8000 100%);
    background-size: 200% 2px;
    background-position: 200% 0%;
    background-repeat: no-repeat;
}

.top-bottom::after {
    transform: scale(-1, -1);
}

.left-right::before,
.left-right::after {
    background-image: linear-gradient(to bottom,
            transparent 20%,
            #59ff00 50%,
            #ff8000 100%);
    background-size: 2px 200%;
    background-position: 0% 200%;
    background-repeat: no-repeat;
}

.left-right::before {
    transform: scale(1, -1);
}

.left-right::after {
    transform: scale(-1, 1);
}

/*----------------Service Demo 2----------------------------*/
.feature-item.feature-item-demo2 {
    margin: 0;
    background: transparent;
    position: relative;
    text-align: center;
    border-radius: 0;
}

.feature-item.feature-item-demo2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
    border-right: 2px solid #ffffff91;
    border-bottom: 2px solid #ffffff91;
    display: block;
    opacity: 1;
    transform: translate(0%, 0%);
    border-radius: 0;
}

.feature-item.feature-item-demo2.fthree:before,
.feature-item.feature-item-demo2.fsix:before {
    border-right: 0;
}

.feature-item.feature-item-demo2.fseven:before {
    border-bottom: 0;
}

.feature-item.feature-item-demo2 .feature-thumb {
    margin: auto;
    border: 0;
    box-shadow: none;
}

.feature-item.feature-item-demo2:after {
    content: "";
    position: absolute;
    background: rgb(255, 128, 0);
    background: radial-gradient(circle,
            rgb(255 128 0 / 11%) 0%,
            rgba(0, 0, 0, 1) 100%);
}

.feature-item.feature-item-demo2:hover:after {
    background: rgb(255, 128, 0);
    background: radial-gradient(circle,
            rgb(255 128 0 / 31%) 0%,
            rgba(0, 0, 0, 1) 100%);
}

/* .service-bg.service2bg {
    background: rgb(255, 128, 0);
    background: radial-gradient(circle,
            rgb(255 128 0 / 12%) 0%,
            rgb(0 0 0 / 88%) 100%);
} */

.feature-item.feature-item-demo2 .feature-content h4 {
    /*background: linear-gradient(-65deg, rgb(89, 255, 0) 0%, rgb(0, 0, 0) 0%, rgb(89, 255, 0) 60%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;*/
    font-weight: 700;
    font-size: 30px;
}

.feature-item.feature-item-demo2 .feature-thumb .thumb {
    width: 71px;
    height: 71px;
    border-radius: 0%;
    animation: rev-rotate 3s linear infinite;
    -webkit-animation: rev-rotate 3s linear infinite;
    -moz-animation: rev-rotate 3s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    box-shadow: none;
}

.feature-item.feature-item-demo2 .feature-thumb::after,
.feature-item.feature-item-demo2 .feature-thumb::before {
    display: none;
}

.modal-content {
    background-color: #222;
    /* box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(255, 128, 0, 0.5); */
}

.modal-header {
    border-bottom: 0;
}

.modal-header .modal-title {
    background: linear-gradient(-65deg,
            rgb(89, 255, 0) 0%,
            rgb(255, 0, 0) 0%,
            rgb(255, 128, 0) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.modal-header button.btn-close {
    filter: invert(1) grayscale(1) brightness(0.7);
}

.modal-body p {
    color: #fff;
    padding: 0px 0px 20px;
    font-weight: 400;
}

.footer-link-section {
    max-width: 850px;
    margin: auto;
}

/*-------------------------------------*/
.ploygon-shape {
    position: absolute;
    right: 0px;
    top: 150px;
    z-index: 0;
    overflow: hidden;
}

.ploygon-shape img {
    width: 500px;
    /*animation: rev-rotate 10s linear infinite;
    -webkit-animation: rev-rotate 10s linear infinite;
    -moz-animation: rev-rotate 10s linear infinite;*/
}

.video-overlay video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

/*.overlay-bf {
    background: #8bc34adb;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    filter: brightness(0.2) invert(0.1);
}*/

/*---------------------------------*/

.cursorPointer {
    cursor: pointer !important;
}

.mySwiper {
    text-align: center;
}

.industries .swiper-slide {
    width: fit-content;
    text-align: left;
}

/* .footer-section {
    position: relative !important;
    background-image: url("../images/footer/Footer_Globe.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -380px;
    padding-top: 200;
} */

.footerMenu li a {
    color: white;
}

.contact-wrapper {
    padding: 30px 30px 0 !important;
}

.contact-form .form-group input {
    height: 50px !important;
}

.contact-form .form-group input {
    padding: 10px !important;
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.signupCusModal {
    --bs-modal-width: 600px !important;
}

.validation_error {
    color: red;
    font-weight: 400;
}

/* Loader CSS Start */
.preloder {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 73%);
    z-index: 1234;
}

.loder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #d1dfff;
    border-top: 8px solid #3775ff;
    animation: spinner 1s linear infinite;
    position: relative;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    50% {
        border-top-width: 5px;
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 668px) {
    .loder {
        height: 60px;
        width: 60px;
        border-top: 6px solid #3775ff;
    }
}

.text-below-spinner {
    position: absolute;
    top: 47%;
    left: 51%;
    transform: translate(-52%, -220%);
    color: white;
    /* or any other color */
    font-size: 16px;
    /* adjust font size as needed */
    text-align: center;
    /* adjust text alignment as needed */
    z-index: 10;
    /* make sure it's above the overlay */
}

@media only screen and (max-width: 600px) {
    .text-below-spinner {
        transform: translate(-52%, -160%);
    }
}

/* Loader CSS End */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

/* 22th Jan */

/*------------Responsive-css--------------------*/
@media screen and (max-width: 767px) {
    .header-section {
        padding: 15px;
    }

    .ploygon-shape {
        width: 190px;
        height: 190px;
    }

    .ploygon-shape img {
        width: 100%;
        display: none;
    }

    .our-mission-detail {
        min-height: auto;
    }

    .convence-feature {
        padding-bottom: 0px;
    }

    .experience-section {
        padding-top: 30px;
    }

    .faq-section {
        padding: 50px 0px 40px;
    }

    .faq-header {
        text-align: center !important;
    }

    .faq-header .cate {
        width: 100%;
        text-align: center;
    }

    .contact-box {
        padding: 70px 20px 10px;
        background-color: #3c3c3c;
        background-size: 200%;
    }

    .pricing-section {
        padding-bottom: 0px;
    }

    .payment-images img.img-fluid {
        max-width: 120px;
        margin: 15px;
    }

    footer.footer-section.bg_img {
        background-color: #000;
        background-size: 150%;
        padding-top: 0;
        background-position: top;
    }

    .address-text {
        text-align: center;
    }

    .menu-f-bottom {
        column-count: 2;
    }

    .footer-top {
        padding: 15px 0px 60px;
    }

    .button-4.resp {
        background: transparent;
        border: 0px solid rgb(89, 255, 0) !important;
        border-top: 1px solid rgba(59, 54, 140, 0.1) !important;
        color: #3b368c !important;
    }

    .header-section.active .menu li a.active {
        color: #3b368c !important;
    }

    .ourmission-box {
        height: auto;
        margin-bottom: 30px;
    }
}

button.Toastify__close-button.Toastify__close-button--light {
    width: 20px;
}

@media (min-width: 992px) {
    .cardCust {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .price-title-main {
        margin-left: 160px;
    }
}

@media (max-width: 575px) {
    .ploygon-shape img {
        width: 100%;
        display: none;
    }
}


/* Start New (2nd may 2025) */
/*---------------------------------*/
.p-color1 {
    color: #63bc47;
}

.p-color2 {
    color: #ae885d;
}

.p-color3 {
    color: #a7a9ac;
}

.p-color4 {
    color: #b9a034;
}


.pricing-box {
    .plyrix-head {
        background: url(../images/phead.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        height: 135px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
        filter: drop-shadow(2px 4px 6px #00000025);


        h3 {
            font-size: 48px;
        }

    }

    .plyrix-body {
        background-image: url(../images/pbbg1.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;

        position: relative;
        margin-top: -30px;
        padding: 60px 15px 20px;
        z-index: 1;

        h4 {
            text-transform: uppercase;
            font-size: 34px;
            text-align: center;
            line-height: 1.2;
            margin-bottom: 10px;
        }

        .price-fon {
            font-size: 60px;
            margin-bottom: 7px;
            line-height: 1.11;
        }

        h5 {
            text-transform: uppercase;
            font-size: 22px;
            text-align: center;
            line-height: 1;
            margin-bottom: 20px;
            min-height: 44px;
        }

        .pricemonth {
            display: flex;
            border: 2px solid #fff;
            width: 165px;
            margin: 0 auto 8px;
            padding: 3px;
            border-radius: 10px;
        }

        i {
            text-transform: uppercase;
            font-size: 24px;
            text-align: center;
            line-height: 1;
            color: #fff;
            display: block;
            font-weight: 600;
            min-height: 48px;
        }

        ul {
            margin-top: 0px;

            li {
                display: flex;
                justify-content: center;
                gap: 10px;
                color: #fff;
                font-size: 24px;
                font-weight: 600;

                img {
                    width: 26px;
                    flex-shrink: 0;
                }

                span {
                    min-width: 140px;
                }
            }
        }

        .icon-img {
            text-align: center;
            padding-top: 10px;
            height: 80px;

            img {
                max-width: 60px;
            }
        }

        .price-btn {
            border: 2px solid #fff;
            color: #fff;
            text-transform: uppercase;
            font-style: italic;
            padding: 7px 20px;
            border-radius: 50px;
            margin: auto;
            display: inline-block;
            margin-top: 15px;
            font-weight: 600;
            width: 180px;
            letter-spacing: 1px;
            font-size: 21px;
        }
    }

    .plyrix-footer {
        background-image: url(../images/pbf1.svg);
        background-repeat: no-repeat;
        position: relative;
        margin-top: -60px;
        padding: 70px 15px 20px;
        background-size: cover;

        img {
            width: 40px;
        }

        p {
            color: #fff;
            padding-top: 20px;
            font-size: 21px;
        }
    }
}

section.experience-section {
    background-image: url(../images/planbg.svg) !important;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
    background-position: bottom;
}

@media (max-width: 991px) {
    .pricing-box {
        .plyrix-head {
            height: 150px;
        }
    }

}

@media (max-width: 991px) {
    .pricing-box {
        max-width: 300px;
        margin: auto;
    }

}

/* End New */


.company-name {
    font-weight: 700;
    font-size: 24px;
    width: 200px;
}

/* Pricing Plan 1st JULY change CSS */
section.experience-section {
    background-image: url(../images/pricing-bg.png) !important;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 100%;
    background-position: bottom;
}

.module-structure {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 40px 10px;

    .module-div {
        .module-head {
            img {
                max-width: 200px;
                display: block;
                margin-left: 20px;
            }

            h3 {
                color: #000;
                font-size: 28px;
                padding: 25px 0px 5px;
                line-height: 1.2;
                margin-bottom: 0;
            }
        }

        .module-body {
            ul {
                background: linear-gradient(45deg, #3ea348, #97c945);
                border-radius: 15px;
                padding: 10px 0px 0;
                margin-bottom: 15px;


                li {
                    color: #fff;
                    padding: 5px 10px;
                    border-bottom: 1px solid #fff;
                }
            }
        }
    }

    .module-bottom {
        p {
            color: #999999;

        }
    }

    .planbox-1 {
        background-image: url(../images/pbf1.svg) !important;
    }

    .planbox-2 {
        background-image: url(../images/pbf2.svg) !important;
    }

    .planbox-3 {
        background-image: url(../images/pbf3.svg) !important;
    }

    .planbox-4 {
        background-image: url(../images/pbf4.svg) !important;
    }


    .plyrix-pricebox {
        border-radius: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;

        .price-title {
            text-align: center;
            padding: 25px 10px 0px;

            h4 {
                background: linear-gradient(45deg, #3ea348, #97c945);
                text-transform: uppercase;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                margin-bottom: 0;

                img {
                    max-width: 120px;
                    width: 100%;
                }
            }

            .title-2 {
                background: linear-gradient(35deg, #3f1514, #a38752, #e2d2b3, #937957, #805031);
                text-transform: uppercase;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .title-3 {
                background: linear-gradient(45deg, #3ea348, #97c945);
                text-transform: uppercase;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .title-4 {
                background: linear-gradient(45deg, #3ea348, #97c945);
                text-transform: uppercase;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            img {
                width: 14px;
            }

            p {
                color: #000;
                line-height: 1;
                margin-top: 10px;
                margin-bottom: 0;
                min-height: 72px;
            }
        }

        .price-body {
            ul {
                padding-top: 10px;

                li {
                    text-align: center;
                    padding: 5px 0px;
                    color: #000;
                    font-weight: 500;
                    font-size: 15px;
                    min-height: 38.8px;
                }

                li.tickmark img {
                    width: 24px;
                }

                li.blankmark img {
                    width: 24px;
                }
            }
        }

    }
}

@media (max-width: 991px) {

    .module-structure {
        padding: 30px 15px 10px;
    }

    .plyrix-pricebox {
        margin-bottom: 30px;
    }

}

.plan-text {
    color: rgb(44, 238, 44);
    margin-top: 10px;
}

.plan-title-img {
    max-width: 20px;
    display: inline;
    margin-right: 10px;
}