/**

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --font-default: "Lato", sans-serif;
    --font-primary: "Lato", sans-serif;
    --font-secondary: "Lato", sans-serif;
}

.hero .input-field-o, .hero .input-field-o::placeholder {
    color: white;
}

div {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

h1.aos-init.aos-animate {
    color: #fff;
}

body.u-body.u-xxl-mode {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
}
/* Colors */
:root {
    --color-default: #0a0d13;
    --color-primary: #0d42ff;
    --color-secondary: #0e1d34;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--color-default);
    font-size: 15px;
    /*  color: #fff;*/
}

a {
    /* color: var(--color-primary); */
    color: #ffffff;
    text-decoration: none;
}

    a:hover {
        color: #406aff;
        text-decoration: none;
    }

h1 {
    font-size: 36px;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

    h1.faq {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
    }

.active:after {
    display: none;
}

/*.video-container {
    position: relative;
    display: inline-block;
}

.responsive-video {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;*/ /* Ensure the button is above the video */
    /*background: gray;
    border-radius: 30px;
}

    .play-button img {
        width: 50px;*/ /* Adjust the size as needed */
        /*height: auto;
    }*/

/*.video-main {
    box-shadow: 0px 0px 25px -15px #7f3df8; 
}*/
    .video-main video {
        border-radius: 15px; 
    }
    /*================Modal for Captcha Details from here================*/
    .modal-content {
        background: linear-gradient(to bottom, #603591, #ddbfff, #fff);
        border: 2px solid #613792;
        border-radius: 12px;
        padding: 10px 20px;
    }

.modal-title {
    font-size: 20px;
    font-weight: 500;
    color: rgb(255 255 255);
}

.modal.show .modal-dialog {
    background: white;
    border: 2px solid #613792;
    padding: 2px;
    border-radius: 15px;
}

.modal-body {
    padding: 0px;
}

    .modal-body .capt {
        padding-top: 15px;
    }

#refresh, #submitButton, .close-btn {
    background: white;
    color: black;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1.5px solid #683e98c9;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}

#mainCaptcha {
    margin-bottom: 10px;
}

.inner-modal-p {
    margin-bottom: 10px !important;
}

.modal-content
#submitButton {
    padding: 5px 12px;
    text-align: left;
    width: fit-content;
}

#refresh:hover, #submitButton:hover, .close-btn:hover {
    background: #3f1d66 !important;
    color: white !important;
    border: 1.5px solid white;
    transition: all 500ms ease-in-out;
}

.margin-left-on {
    margin-left: 15px;
}

.btn-close {
    color: white;
}

input#txtInput {
    margin-bottom: 10px;
    border-radius: 15px;
    border: 1.5px solid #683e98c9;
    font-weight: 500;
    padding: 10px;
}

    input#txtInput:focus {
        outline: none;
    }

.modal-header {
    border-bottom: none;
    padding: 0px;
}

.modal-footer {
    border-top: none;
    padding: 0px;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 80px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .section-header h2 {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #001973;
        position: relative;
        z-index: 2;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .section-header h2:after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: var(--color-primary);
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .section-header span {
        position: absolute;
        top: 46px;
        color: rgba(14, 29, 52, 0.06);
        left: 0;
        right: 0;
        z-index: 1;
        font-weight: 700;
        font-size: 56px;
        text-transform: uppercase;
        line-height: 0;
    }

    .section-header p {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

/*--------------------------------------------------------------
        # Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
    padding: 140px 0 80px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .breadcrumbs .page-header:before {
        content: "";
        background-color: rgba(14, 29, 52, 0.8);
        position: absolute;
        inset: 0;
    }

    .breadcrumbs .page-header h2 {
        font-size: 56px;
        font-weight: 500;
        color: #fff;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .breadcrumbs .page-header p {
        color: rgba(255, 255, 255, 0.8);
    }

.breadcrumbs nav {
    background-color: #f3f6fc;
    padding: 20px 0;
}

    .breadcrumbs nav ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        color: var(--color-secondary);
    }

        .breadcrumbs nav ol a {
            color: var(--color-primary);
            transition: 0.3s;
        }

            .breadcrumbs nav ol a:hover {
                text-decoration: underline;
            }

        .breadcrumbs nav ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs nav ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #4278cc;
                content: "/";
            }

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #873df8;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .scroll-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .scroll-top:hover {
        /* background: rgba(13, 66, 255, 0.8);*/
        background: #873df8;
        color: #fff;
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
}

    #preloader:before,
    #preloader:after {
        content: "";
        position: absolute;
        border: 4px solid var(--color-primary);
        border-radius: 50%;
        animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

    #preloader:after {
        animation-delay: -0.5s;
    }

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: rgb(22, 3, 55);
}

    .header.sticked {
        /* background: rgba(14, 29, 52, 0.9); */
        background: rgb(25 7 58);
        padding: 15px 0;
        box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
    }

    .header .logo img {
        max-height: 70px;
        margin-right: 6px;
    }

    .header .logo h1 {
        font-size: 30px;
        margin: 0;
        font-weight: 700;
        color: #fff;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }


.doc-dropdown {
    flex-direction: column;
    align-items: flex-start !important;
    cursor: pointer;
}

.dropdown-indicator {
    color: white !important;
}

.dropdown-menud, .dropdown-toggle::after {
    display: none;
}

.dropdown-menud {
    width: 100%;
}

.ach-in-dropdown {
    width: 100%;
    text-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px !important;
    padding: 0px !important;
}

.least-li-01 {
    padding-top: 10px !important;
}

.least-li {
    padding: 0px !important
}

.header .navbar {
    justify-content: space-between !important;
    width: 80%;
    margin-bottom: 0px;
    margin-top: 0px;
    align-items: center;
}

.ul-one .dis-none {
    display: none;
}

/*.ul-two
{
    display: none;
}
*/

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
}

    .featured-services .service-item .icon {
        margin-right: 20px;
    }

        .featured-services .service-item .icon i {
            color: #001f8d;
            font-size: 48px;
            transition: 0.3s;
        }

    .featured-services .service-item:hover .icon {
        background: #fff;
    }

        .featured-services .service-item:hover .icon i {
            color: var(--color-primary);
        }

    .featured-services .service-item .title {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 20px;
        color: var(--color-secondary);
        transition: 0.3s;
    }

    .featured-services .service-item .description {
        font-size: 15px;
        color: #132848;
        margin-bottom: 10px;
    }

    .featured-services .service-item .readmore {
        display: flex;
        align-items: center;
        color: var(--color-secondary);
        transition: 0.3s;
        font-weight: 700;
        font-size: 14px;
    }

        .featured-services .service-item .readmore i {
            margin-left: 8px;
        }

    .featured-services .service-item:hover .title,
    .featured-services .service-item:hover .readmore,
    .featured-services .service-item:hover .icon i {
        color: var(--color-primary);
    }

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 32px;
    /*  font-family: var(--font-secondary);*/
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #7939eb;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        display: flex;
        align-items: flex-start;
        margin-top: 40px;
    }

    .about .content ul i {
        flex-shrink: 0;
        font-size: 48px;
        color: var(--color-primary);
        margin-right: 20px;
        line-height: 0;
    }

    .about .content ul h5 {
        font-size: 18px;
        font-weight: 700;
        color: #19335c;
    }

    .about .content ul p {
        font-size: 15px;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about .play-btn:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        animation-delay: 0s;
        animation: pulsate-btn 2s;
        animation-direction: forwards;
        animation-iteration-count: infinite;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(13, 66, 255, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .about .play-btn:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .play-btn:hover:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        animation: none;
        border-radius: 0;
    }

    .about .play-btn:hover:after {
        border-left: 15px solid var(--color-primary);
        transform: scale(20);
    }

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
    border: 1px solid rgba(14, 29, 52, 0.15);
    background: #fff;
    position: relative;
    border-radius: 25px;
    height: 100%;
}

    .services .card .card-img {
        overflow: hidden;
        margin-bottom: 15px;
        border-radius: 0;
    }

        .services .card .card-img img {
            transition: 0.3s ease-in-out;
        }

    .services .card h3 {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 5px;
        padding: 10px 30px;
        /* text-transform: uppercase; */
        text-transform: none;
        text-align: center;
        color: #953df8;
    }

    .services .card a {
        color: #953df8;
        /* color: #001973; */
        transition: 0.3;
    }

        .services .card a:hover {
            color: var(--color-primary);
        }

    .services .card p {
        padding: 0 30px;
        margin-bottom: 30px;
        color: var(--color-secondary);
        font-size: 15px;
    }

    .services .card:hover .card-img img {
        transform: scale(1.1);
    }

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
    /* background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/cta-bg.jpg") center center; */
    background-size: cover;
    padding: 170px 0;
    background-image: url('../img/Home/banner/Testimonial-new.png');
    background-position: center;
}


    .call-to-action h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .call-to-action p {
        color: #fff;
    }

    .call-to-action .cta-btn {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 5px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .call-to-action .cta-btn:hover {
            background: var(--color-primary);
            border: 2px solid var(--color-primary);
        }

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
    padding-top: 80px;
}

    .features .features-item + .features-item {
        margin-top: 100px;
    }


    .features .features-item h3 {
        font-weight: 600;
        /* font-size: 26px;*/
        color: #8e3ef8;
        font-size: 30px;
    }

    .features .features-item ul {
        list-style: none;
        padding: 0;
    }

        .features .features-item ul li {
            padding-bottom: 10px;
        }

            .features .features-item ul li:last-child {
                padding-bottom: 0;
            }

        .features .features-item ul i {
            font-size: 20px;
            padding-right: 4px;
            color: var(--color-primary);
        }

    .features .features-item p:last-child {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    background: #fff;
    height: 100%;
    /*border-top: 4px solid #fff;*/
    border-radius: 20px;
    padding: 60px 0px 60px 25px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.red-main {
    justify-content: space-between;
}

.pricing .pricing-item.bor-db {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.colso:before {
    background-image: url(../img/before-item.svg);
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    height: 50px;
    width: 256px;
    background-size: contain;
    display: block;
    top: -45px;
    left: 14px;
}

.colso2:before {
    background-image: url(../img/before-item.svg);
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    height: 50px;
    width: 264px;
    background-size: contain;
    display: block;
    top: -45px;
    left: 0px;
}

.pricing h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--color-secondary);
}

.pricing h4 {
    font-size: 40px;
    color: #5A3DF7;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: left;
}

.del-top {
    color: #5A3DF780;
}

.red-discount {
    position: relative;
    /* top: 5px; */
    padding: 10px 15px;
    /* height: 50px; */
    display: flex;
    align-items: center;
    background: red;
    color: white;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 17px;
    font-weight: 800;
    line-height: 21.2px;
    text-align: left;
}

    .red-discount p {
        font-family: Plus Jakarta Sans;
        font-size: 20px;
        font-weight: 800;
        line-height: 25.2px;
        text-align: left;
        color: #FFFFFF;
    }

.red-discount2 {
    position: relative;
    /*  right: -101px;*/
    /* top: 5px; */
    padding: 10px 15px;
    /* height: 50px; */
    display: flex;
    align-items: center;
    background: red;
    color: white;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 17px;
    font-weight: 800;
    line-height: 21.2px;
    text-align: left;
}


.red-discount3 {
    position: relative;
    /*  right: -37px;*/
    /* top: 5px; */
    padding: 10px 15px;
    /* height: 50px; */
    display: flex;
    align-items: center;
    background: red;
    color: white;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 17px;
    font-weight: 800;
    line-height: 21.2px;
    text-align: left;
}


.navbar:before, .navbar:after, .container-fluid:after {
    display: none !important;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    /*color: rgba(108, 117, 125, 0.8);*/
    font-size: 18px;
    color: #140E38;
}

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #6c757d;
    text-align: center;
    line-height: 20px;
}

    .pricing ul li {
        padding: 10px 0;
        display: flex;
        text-align: left;
        color: #140E38;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
    }

    .pricing ul i {
        color: #059652;
        font-size: 24px;
        padding-right: 3px;
    }

.check-btn-o {
    color: #5A3DF7;
    font-size: 15px;
    font-weight: 600;
    padding-right: 5px;
}

.bor-db {
    border: 2px solid #CFA8FB;
}

.det-ails {
    font-size: 20px;
    font-weight: 600;
    line-height: 20.16px;
    color: #140E38;
    padding: 10px 0px 20px;
    margin: 0px;
    /*    border-bottom: 1px solid #67676740;*/
}

.pricing ul .na {
    color: rgba(108, 117, 125, 0.5);
}

    .pricing ul .na i {
        color: rgba(108, 117, 125, 0.5);
    }

    .pricing ul .na span {
        text-decoration: line-through;
    }

.page-header.d-flex.align-items-center {
    background-blend-mode: soft-light;
    background: #490789b3;
    background-size: cover;
    background-position: top;
}

.page-header1.d-flex.align-items-center {
    background-image: linear-gradient(#160337, #3b3659);
    background-size: cover;
    background-position: top;
}

.pricing .buy-btn {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 60px;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: 0.3s;
    /* border: 1px solid var(--color-primary);*/
    border: 2px solid #873df8;
    background: linear-gradient(68.79deg, #873DF8 1%, #693DF8 100%);
    color: #fff;
}

.slider-effect {
    background-color: #F9F3FF;
    padding: 20px 0px;
}

/*.pricing .buy-btn:hover {
    background: #873df8;
    color: #fff;
}*/

.pricing .featured {
    /* border-top-color: var(--color-primary); */
    /*  background-image: linear-gradient(to right top,#0039e3,#4132e0,#5e28dd,#741bd9,#8600d4);*/
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    color: #fff;
    border: 2px solid #DABBFC;
    border-radius: 20px;
}

.pricing-item12 {
    justify-content: space-around;
}

.img-add-ons-div {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.span-month {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    color: #140E38;
}

.cool-text {
    font-size: 30px !important;
    margin: 0px !important;
    padding-bottom: 20px !important;
    font-weight: 500 !important;
}

.para-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    color: #140E38;
}

.white-btn {
    background-color: white;
    padding: 15px 20px;
    color: #5A3DF7;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: center;
    width: fit-content;
    margin-top: 40px;
}

    .white-btn:hover {
        background-color: white;
        color: #5A3DF7;
    }

.anchor-hov {
    color: white;
}

    .anchor-hov:hover {
        color: white;
    }

.whole-divs {
    display: flex;
    flex-direction: column;
}

.pricing .featured .buy-btn {
    background: var(--color-primary);
    color: #fff;
}

/* class pricing */
li.active-li {
    color: #fff;
    text-align: center;
}

hr {
    margin: 0.5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #e4e4e4;
    opacity: .25;
}

.pricing .featured .buy-btn {
    background: #883df8;
    color: #fff;
    /*  border: 1px solid #663df8;*/
    border-radius: 60px;
    border: 2px solid #ffffff;
}

/*.pricing h3 {
    text-align: center;
}*/

h3.pricing {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

h4.pricing {
    color: #ffffff;
    text-align: center;
}

span.pricing {
    color: #ffffff;
}

/* Custom Styles */
.carousel-inner img {
    width: 100%;
    height: auto;
}

.custom-nav {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

    .custom-nav button {
        margin: 0 5px;
        padding: 5px 10px;
        background-color: #007bff;
        color: white;
        border: none;
        cursor: pointer;
    }

        .custom-nav button.active {
            background-color: #0056b3;
        }
/*--------------------------------------------------------------
            # Frequently Asked Questions Section
    --------------------------------------------------------------*/
.faq {
    padding-top: 80px;
}

    .faq .accordion-item {
        border: 0;
        margin-bottom: 10px;
    }

    .faq .accordion-collapse {
        border: 0;
    }

    .faq .accordion-button {
        padding: 15px 30px 20px 60px;
        font-weight: 500;
        border: 0;
        /*font-size: 18px;*/
        font-size: 15px;
        color: var(--color-default);
        text-align: left;
        background: rgba(14, 29, 52, 0.03);
        border-radius: 5px;
    }

        .faq .accordion-button:focus {
            box-shadow: none;
        }

        .faq .accordion-button:not(.collapsed) {
            color: #953df8 !important;
            border-bottom: 0;
            box-shadow: none;
            font-weight: 600;
        }

    .faq .question-icon {
        position: absolute;
        top: 14px;
        left: 25px;
        font-size: 20px;
        color: var(--color-primary);
    }

    .faq .accordion-button:after {
        position: absolute;
        right: 15px;
        display: flex;
        /* top: 15px; */
        align-items: center;
    }

    .faq .accordion-body {
        padding: 0 30px 25px 60px;
        border: 0;
        /* background: rgba(14, 29, 52, 0.03);*/
        border-radius: 5px;
    }


    .faq .accordion-button.collapsed {
        border-radius: 20px;
        align-items: center;
    }

.accordion-button.collapsed:before {
    display: inline-block;
    content: '';
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 1.5rem;
    background-color: #5f27dd;
}

/* button get a quote  */
.get-a-quote-new {
    background: linear-gradient(37deg, rgb(135 61 248) 1%, rgb(105 61 248) 100%) !important;
    color: #fff !important;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: capitalize;
    /*padding: 13px 60px;*/
    padding: 15px;
    text-align: center;
    border-radius: 35px !important;
    font-weight: 600;
    border: 0px solid !important;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
    width: 240px;
}

#submitButton.get-a-quote-new:hover {
    background: linear-gradient(37deg, rgb(105 61 248) 1%, rgb(135 61 248) 100%) !important;
    color: #fff !important;
    cursor: pointer;
}

.mobile-view {
    display: none !important;
}

a.get-a-quote-new-pricing {
    background: linear-gradient(37deg, rgb(135 61 248) 1%, rgb(105 61 248) 100%);
    color: #fff;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: capitalize;
    padding: 13px 20px;
    text-align: center;
    border-radius: 35px;
    font-weight: 600;
    border: 0px solid;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
    width: 250px;
    margin-bottom: 20px;
}

.bg-coloring {
    background: white;
    padding: 20px 20px 40px 20px;
    border-radius: 15px;
    /* height: 400px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #cfa8fbd1;
}

.buy-btn {
    color: white;
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0;
    /* background: url("../img/home/banner/Testimonial.png") no-repeat; */

    background-image: linear-gradient(#8f3df8, #693df8);
    background-position: center center;
    background-size: cover;
    position: relative;
}

    .testimonials::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(14, 29, 52, 0.7);
    }

    .testimonials .section-header {
        margin-bottom: 40px;
    }

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        text-align: center;
        color: #fff;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 100px;
            border-radius: 0%;
            border: 0px solid rgba(255, 255, 255, 0.15);
            margin: 0 auto;
        }

        .testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #fff;
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
            margin: 0 0 15px 0;
        }

        .testimonials .testimonial-item .stars {
            margin-bottom: 15px;
        }

            .testimonials .testimonial-item .stars i {
                color: #ffc107;
                margin: 0 1px;
            }

        .testimonials .testimonial-item .quote-icon-left,
        .testimonials .testimonial-item .quote-icon-right {
            color: rgba(255, 255, 255, 0.6);
            font-size: 26px;
            line-height: 0;
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
            transform: scale(-1, -1);
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
        }

    .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: rgba(255, 255, 255, 0.4);
            opacity: 0.5;
        }

        .testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #fff;
            opacity: 1;
        }

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
    padding: 30px;
    width: 100%;
}

    .stats-counter .stats-item span {
        font-size: 48px;
        display: block;
        color: var(--color-secondary);
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .stats-counter .stats-item span:after {
            content: "";
            position: absolute;
            display: block;
            width: 25px;
            height: 3px;
            background: var(--color-primary);
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .stats-counter .stats-item p {
        padding: 0;
        margin: 0;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--color-secondary);
    }

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(14, 29, 52, 0.15);
}

    .team .member img {
        margin: -1px -1px 30px -1px;
    }

    .team .member .member-content {
        padding: 0 20px 30px 20px;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 18px;
    }

    .team .member span {
        font-style: italic;
        display: block;
        font-size: 13px;
        color: #6c757d;
    }

    .team .member p {
        padding-top: 10px;
        font-size: 14px;
        font-style: italic;
        color: #6c757d;
    }

    .team .member .social {
        margin-top: 15px;
    }

        .team .member .social a {
            color: rgba(14, 29, 52, 0.5);
            transition: 0.3s;
        }

            .team .member .social a:hover {
                color: var(--color-primary);
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px;
        }

/*--------------------------------------------------------------
# Horizontal Pricing Section
--------------------------------------------------------------*/
.horizontal-pricing .pricing-item {
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    padding-bottom: 30px;
    background: #fff;
    height: 100%;
    position: relative;
}

.horizontal-pricing h3 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 24px;
    color: var(--color-secondary);
}

.horizontal-pricing h4 {
    font-size: 48px;
    color: var(--color-primary);
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 25px;
    text-align: center;
}

    .horizontal-pricing h4 sup {
        font-size: 28px;
    }

    .horizontal-pricing h4 span {
        color: rgba(108, 117, 125, 0.8);
        font-size: 18px;
    }

.horizontal-pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
}

    .horizontal-pricing ul li {
        padding-top: 15px;
        display: flex;
        align-items: center;
    }

    .horizontal-pricing ul i {
        color: #059652;
        font-size: 24px;
        padding-right: 3px;
    }

    .horizontal-pricing ul .na {
        color: rgba(108, 117, 125, 0.5);
    }

        .horizontal-pricing ul .na i {
            color: rgba(108, 117, 125, 0.5);
        }

        .horizontal-pricing ul .na span {
            text-decoration: line-through;
        }

.horizontal-pricing .buy-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    transition: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

    .horizontal-pricing .buy-btn:hover {
        background: #406aff;
        border-color: #406aff;
    }

.horizontal-pricing .featured {
    /* background: var(--color-primary); */
    /*  background: #19073a;*/
    /*  background: #19073a00;*/

    background-image: linear-gradient(to right top,#0039e3,#4132e0,#5e28dd,#741bd9,#8600d4) !important;
}
    /*section#horizontal-pricing {
    background-image: linear-gradient(to right top,#0039e3,#4132e0,#5e28dd,#741bd9,#8600d4) !important;
}*/
    .horizontal-pricing .featured h3,
    .horizontal-pricing .featured h4,
    .horizontal-pricing .featured h4 span,
    .horizontal-pricing .featured ul,
    .horizontal-pricing .featured ul .na,
    .horizontal-pricing .featured ul i,
    .horizontal-pricing .featured ul .na i {
        color: #fff;
    }

section#accordion {
    padding: 0px 0px;
}

section#pricing-call-action {
    /*   background-image: linear-gradient(to right top,#0039e3,#4132e0,#5e28dd,#741bd9,#8600d4) !important;*/

    background-image: linear-gradient(-60deg, #693df8, #8c3df8);
    padding: 30px 0px;
}

h3.pricing-headi {
    color: #fff;
    font-size: 40px;
}

.show-hided2
{
    display: none !important;
}

.show-hided{
    display: flex !important;
}

a.get-a-quote-new1 {
    background: #883DF8;
    padding: 20px;
}

.horizontal-pricing .featured .buy-btn {
    /*  background: var(--color-primary);
  color: #fff;
  border-color: #fff;*/
    background: rgb(135 61 248);
    color: #fff;
    border-color: #fff;
    border-radius: 60px;
}

section#horizontal-pricing {
    padding: 0px 0;
}

.horizontal-pricing .featured .buy-btn:hover {
    background: #fff;
    color: var(--color-primary);
}

/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.get-a-quote .quote-bg {
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

.get-a-quote .php-email-form {
    background: #f3f6fc;
    padding: 40px;
    height: 100%;
}

    .get-a-quote .php-email-form h3 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .get-a-quote .php-email-form h4 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 20px 0 0 0;
    }

    .get-a-quote .php-email-form p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .get-a-quote .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #df1529;
        text-align: left;
        padding: 15px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .get-a-quote .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #059652;
        text-align: center;
        padding: 15px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .get-a-quote .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
        margin-bottom: 24px;
    }

        .get-a-quote .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #059652;
            border-top-color: #fff;
            animation: animate-loading 1s linear infinite;
        }

    .get-a-quote .php-email-form input,
    .get-a-quote .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 0;
    }

        .get-a-quote .php-email-form input:focus,
        .get-a-quote .php-email-form textarea:focus {
            border-color: var(--color-primary);
        }

    .get-a-quote .php-email-form input {
        padding: 12px 15px;
    }

    .get-a-quote .php-email-form textarea {
        padding: 12px 15px;
    }

    .get-a-quote .php-email-form button[type=submit] {
        background: var(--color-primary);
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

        .get-a-quote .php-email-form button[type=submit]:hover {
            background: rgba(13, 66, 255, 0.8);
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

/* Styling for the contact section container */
.contact {
    background-color: #ffffff;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.contact {
    padding-top: 7px !important;
}

/* Styling for the contact section heading */
#contact-us-heading {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    color: #FFF;
}

#contact-us-heading {
    margin-bottom: -19px !important;
}

/* Styling for the contact section header */
.contact-us-header {
    font-size: 35px;
    font-weight: bold;
}

/* Styling for the contact section text */
.contact-us-text {
    font-size: 20px;
    font-weight: normal;
}

/* Styling for the PHP email form in the contact section */
.contact .php-email-form {
    width: 100%;
    background: #fff;
}

    /* Styling for form groups in the PHP email form */
    .contact .php-email-form .form-group {
        padding-bottom: 0px;
    }

    /* Styling for error messages in the PHP email form */
    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #df1529;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    /* Styling for success messages in the PHP email form */
    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #059652;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    /* Styling for the loading state in the PHP email form */
    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #059652;
            border-top-color: #fff;
            animation: animate-loading 1s linear infinite;
        }

    /* Styling for input fields and text areas in the PHP email form */
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        background-color: #F1F1F1;
        border-radius: 20px;
        box-shadow: none;
        font-size: 14px;
        border: none;
    }

    .contact .php-email-form input {
        background-color: #F1F1F1;
        height: 50px;
    }

    .contact .php-email-form textarea {
        padding: 15px 15px;
    }

    /* Styling for the submit button in the PHP email form */
    .contact .php-email-form button[type=submit] {
        background: #851FF7;
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
        margin-top: 10px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #851FF7;
        }

/* Styling for form groups */
.form-group {
    margin-bottom: 1rem;
}

/* Styling for form controls */
.form-control {
    border: none;
    padding: 20px 15px;
}

/* Styling for the message area */
.message-area {
    resize: none;
}

/* Styling for the image container */
.image-container {
    display: flex;
    align-items: center;
    margin: 0 10px 10px 0;
}

/* Styling for the image text */
.image-text {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

/* Styling for the contact us image */
.cu-image {
    margin-right: 8px;
    width: 30px;
    height: auto;
}

/* Styling for the contact us text */
.cu-text {
    font-size: 16px;
    font-weight: 600;
}
/* Styling for the button container */
.button-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

    /* Styling for buttons within the button container */
    .button-container button {
        font-size: 18px;
        font-weight: 500;
        padding: 10px 30px;
        margin: 0 25px; /* Adjust the value to set the desired distance between the buttons */
    }

/* Styling for the default button */
.default {
    background-color: #776ED4;
    color: white;
    border: none;
    /* Remove the border */
    border-radius: 100px;
    /* Increase the border radius */
    padding: 10px 20px;
    /* Increase the button size */
}

/* Styling for the selected button */
.selected {
    background-color: #851FF7;
    /*  background-color: #851ff700;*/
    color: white;
    border: none;
    /* Remove the border */
    border-radius: 100px;
    /* Increase the border radius */
    padding: 10px 20px;
    /* Increase the button size */
}

/* Styling for button hover effect */
.btn:hover {
    border-radius: 100px;
    background-color: #851FF7;
    color: white;
}

/* Styling for section with class "cu-clearfix cu-section-1" */
section.cu-clearfix.cu-section-1 {
    margin-bottom: 0;
    padding-bottom: 0px;
}

/* Styling for Mautic form rows */
.mauticform-row {
    margin-left: 13px !important;
    margin-top: -9px !important;
    margin-bottom: 11px;
}

/* Styling for Mautic form error messages */
.mauticform-errormsg {
    display: none;
    color: black;
    font-weight: 400;
}

/* Styling for the calendar section */
.calendar-section {
    display: none;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

/* Styling for the Calendly inline widget */
.calendly-inline-widget {
    position: relative;
    min-width: 320px;
    height: 700px;
}

.calendly-frame {
    width: 100%;
    height: 100%;
}
/* Keyframe animation for loading */
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
    padding: 10px 30px;
    border: 1px solid #d3dff3;
    margin-bottom: 20px;
}

    .service-details .services-list a {
        display: block;
        line-height: 1;
        padding: 8px 0 8px 15px;
        border-left: 3px solid #c2cbdf;
        margin: 20px 0;
        color: var(--color-secondary);
        transition: 0.3s;
    }

        .service-details .services-list a.active {
            font-weight: 700;
            border-color: var(--color-primary);
        }

        .service-details .services-list a:hover {
            border-color: var(--color-primary);
        }

.service-details .services-img {
    margin-bottom: 20px;
}

.service-details h3 {
    font-size: 28px;
    font-weight: 700;
    color: #863cf3;
}



.service-details h4 {
    font-size: 20px;
    font-weight: 700;
    color: #863cf3;
}

.service-details p {
    font-size: 15px;
}

.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

    .service-details ul li {
        padding: 5px 0;
        display: flex;
        align-items: center;
    }

    .service-details ul i {
        font-size: 20px;
        margin-right: 8px;
        color: var(--color-primary);
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    min-height: 50vh;
    /* background-color: var(--color-secondary);
  background-image: url("../img/hero-bg.png");
  background-size: cover;
  background-position: center; */
    position: relative;
    /* padding: 120px 0 60px 0; */

    padding: 120px 0 0px 0;
    color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(#160337, #3b3659);
}

/* About Hero */
.hero {
    width: 100%;
    min-height: 50vh;
    position: relative;
    /* padding: 120px 0 60px 0; */
    padding: 120px 0 60px 0;
    color: rgba(255, 255, 255, 0.8);
    /* background: linear-gradient(#160337, #803df8); */
    background-image: linear-gradient(#160337, #3b3659);
}
    /*  */
    .hero h2 {
        margin-bottom: 20px;
        padding: 0;
        font-size: 50px;
        font-weight: 700;
        color: #FFF !important;
    }

    .hero p {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 40px;
    }

    .hero form {
        background: #fff;
        padding: 10px;
        border-radius: 10px;
    }

    .hero .form-out {
        background: transparent;
        padding-inline: 0px;
        padding-top: 25px;
    }

    .hero .input-field-o {
        /* height: 50px;*/
        width: 450px;
        border: transparent;
        border-radius: 30px;
        background-color: transparent;
        padding: 10px 20px;
        color: white;
    }

    .hero .input-field-email {
        display: flex;
        border: 1px solid lightgrey;
        border-radius: 35px;
        padding: 5px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        justify-content: space-between;
    }

    .hero .margin-autopop {
        margin: 0px;
    }

    .hero .input-field-o::placeholder {
        color: white;
    }

    .hero .input-field-o:focus-visible {
        outline: none;
    }

.two-buttons {
    gap: 20px;
}

.hero form .form-control {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    margin-right: 10px;
    border: none !important;
    background: none !important;
}

    .hero form .form-control:hover,
    .hero form .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.hero form .btn-primary {
    background-color: var(--color-primary);
    padding: 15px 30px;
}

    .hero form .btn-primary:hover {
        background-color: #2756ff;
    }

.hero .stats-item {
    padding: 30px;
    width: 100%;
}

    .hero .stats-item span {
        font-size: 32px;
        display: block;
        font-weight: 700;
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative;
    }

        .hero .stats-item span:after {
            content: "";
            position: absolute;
            display: block;
            width: 20px;
            height: 3px;
            background: var(--color-primary);
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .hero .stats-item p {
        padding: 0;
        margin: 0;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-image: linear-gradient(#160337, #3b3659);
    padding: 50px 0;
    color: white;
}

    .footer .footer-info .logo {
        line-height: 0;
        margin-bottom: 25px;
    }

        .footer .footer-info .logo img {
            max-height: 75px;
            margin-right: 6px;
        }

        .footer .footer-info .logo span {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #fff;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

    .footer .footer-info p {
        font-size: 14px;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .footer .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
        margin-right: 10px;
        transition: 0.3s;
    }

        .footer .social-links a:hover {
            color: #fff;
            border-color: #fff;
        }

    .footer h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
        letter-spacing: 0px;
    }

    .footer .footer-links {
        margin-bottom: 30px;
    }

        .footer .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer .footer-links ul i {
                padding-right: 2px;
                color: rgba(13, 66, 255, 0.8);
                font-size: 12px;
                line-height: 0;
            }

            .footer .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                .footer .footer-links ul li:first-child {
                    padding-top: 0;
                }

            .footer .footer-links ul a {
                /* color: rgba(255, 255, 255, 0.6); */
                color: rgb(255 255 255 / 100%);
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
                font-family: 'Plus Jakarta Sans', sans-serif;
            }

                .footer .footer-links ul a:hover {
                    color: #fff;
                }

    .footer .footer-contact p {
        line-height: 26px;
    }

    .footer .copyright {
        text-align: center;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .footer .credits {
        padding-top: 4px;
        text-align: center;
        font-size: 13px;
    }

        .footer .credits a {
            color: #fff;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

/* padding new */
.padding-new {
    padding-top: 10px;
}

.padding-4th-new {
    padding-top: 30px;
}

.padding-2nd-section {
    padding-top: 80px;
}

.padding-2nd1-section {
    padding-top: 100px;
}

.padding-2nd2-section {
    padding-top: 255px;
}


.padding-3rd-new {
    padding-top: 50px;
}

h3.\32 nd-section-heading-Test {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

/* About us Home  */
:root {
    --color-one: #34D1D1;
    --color-two: #2F2235;
    --color-three: #3F3244;
    --color-four: #F2F2F2;
    --color-five: #D1D2D3;
    --color-six: #666666;
    --color-seven: #000000;
    --color-eight: #ffffff;
}

.accordion {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
}

.accordion__content {
    order: 1;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.accordion__label {
    height: 60px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px;
}

.accordion__label {
    display: block;
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
    padding: 1% 4% 1% 5%;
    background-color: var(--color-four);
    margin-right: 7px;
    border-radius: 10px;
    /*    margin-right: 1px;*/
    border-bottom: 1px solid var(--color-five);
}

.accordion__radio {
    display: none;
}

.accordion input[type="radio"] {
    display: none;
}

    .accordion input[type="radio"] + label {
        color: var(--color-six);
        z-index: 1;
    }

    .accordion input[type="radio"]:checked + label {
        /* background-color: white; */
        color: #fff;
        background: linear-gradient(37deg, rgb(135 61 248) 1%, rgb(105 61 248) 100%);
        font-weight: 500;
        border-top: 1px solid var(--color-five);
        border-left: 1px solid var(--color-five);
        border-right: 1px solid var(--color-five);
        border-bottom: none;
    }

        .accordion input[type="radio"]:checked + label + .accordion__content {
            display: flex;
            margin-right: 0;
            /* border-left: 1px solid var(--color-five);
  border-right: 1px solid var(--color-five);
  border-bottom: 1px solid var(--color-five); */
            border-left: 1px solid #d1d2d300;
            border-right: 1px solid #d1d2d300;
            border-bottom: 1px solid #d1d2d300;
        }

.accordion__content__image__container {
    width: 20%;
    height: 100%;
    margin-right: 10px;
    margin-top: 3%;
}

.accordion__content__image {
    max-width: 100%;
    max-height: 88%;
    margin: 3%;
    background-color: white;
}


img.accordion__content__image {
    height: 380px;
    padding-left: 40px;
}

.accordion__content__text {
    width: 75%;
    margin-top: 1%;
    margin-left: 40px;
    margin-top: 3%;
}

.accordion__content__text__title {
    margin-top: 3%;
}

.accordion__content__text__horizontal-line {
    border: none;
    border-bottom: 1px solid var(--color-five);
    margin-right: 2%;
}

.accordion__content__text__body {
    margin-top: 2%;
    padding-right: 5%;
}

h3.accordion__content__text__title {
    font-size: 25px;
}

/* text style */
h3.\32 nd-section-heading {
    font-weight: 600;
    font-size: 26px;
    color: #8e3ef8;
    text-align: center;
}

h3.testimonial-heading {
    font-weight: 600;
    font-size: 32px;
    color: #ffff;
    text-align: left;
}

p.text-left-test {
    font-size: 22px;
    color: #fff;
    text-align: left;
    background: #843df8;
    padding: 10px;
}

p.text-left-test-small {
    font-size: 16px;
    color: #fff;
    text-align: left;
}

/*  */

/* About Us Page */

#carousel {
    position: relative;
    height: 400px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

    #carousel div {
        position: absolute;
        transition: transform 400ms, left 400ms, opacity 400ms, z-index 0s;
        opacity: 1;
    }

        #carousel div img {
            width: 400px;
            transition: width 400ms;
            -webkit-user-drag: none;
        }

        #carousel div.hideLeft {
            left: 0%;
            opacity: 0;
            transform: translateY(50%) translateX(-50%);
        }

            #carousel div.hideLeft img {
                width: 200px;
            }

        #carousel div.hideRight {
            left: 100%;
            opacity: 0;
            transform: translateY(50%) translateX(-50%);
        }

            #carousel div.hideRight img {
                width: 200px;
            }

        #carousel div.prev {
            z-index: 5;
            left: 30%;
            transform: translateY(50px) translateX(-50%);
        }

            #carousel div.prev img {
                width: 300px;
            }

        #carousel div.prevLeftSecond {
            z-index: 4;
            left: 15%;
            transform: translateY(50%) translateX(-50%);
            opacity: 0.7;
        }

            #carousel div.prevLeftSecond img {
                width: 200px;
            }

        #carousel div.selected {
            z-index: 10;
            left: 50%;
            transform: translateY(0px) translateX(-50%);
        }

        #carousel div.next {
            z-index: 5;
            left: 70%;
            transform: translateY(50px) translateX(-50%);
        }

            #carousel div.next img {
                width: 300px;
            }

        #carousel div.nextRightSecond {
            z-index: 4;
            left: 85%;
            transform: translateY(50%) translateX(-50%);
            opacity: 0.7;
        }

            #carousel div.nextRightSecond img {
                width: 200px;
            }

.buttons {
    /*  position: fixed;
  left: 75%;
  transform: translateX(-50%);
  bottom: 128px;*/

    position: inherit;
    left: 90%;
    transform: translateX(-50%);
    bottom: 160px;
}

/* card */
.card {
    --bs-card-border-color: rgb(0 0 0 / 0%);
    background-color: #f5feff;
}

.card-body {
    box-shadow: 9px 12px 38px rgba(0,0,0,.1);
    border: 0px solid #fff;
    padding: 30px;
    background-color: #fff;
    height: 100%;
}


.card-body-new {
    box-shadow: 9px 12px 38px rgba(0,0,0,.1);
    border: 0px solid #fff;
    padding: 30px;
    background-color: #fff;
    height: 260px;
}

.card-body-new1 {
    box-shadow: 9px 12px 38px rgba(0,0,0,.1);
    border: 0px solid #fff;
    padding: 30px;
    background-color: #fff;
    height: 100%;
}


.card-body-home {
    box-shadow: 9px 12px 38px rgba(0,0,0,0);
    border: 0px solid #fff0;
    padding: 20px;
    background-color: #fff0;
}

/* .card-body-home-four
{
  box-shadow: 9px 12px 38px rgba(0,0,0,.1);
  border: 0px solid #fff;
  padding: 30px;
  background-color: #fff;
  height: 300px;

} */

.cards-what-you-can {
    height: 100%;
    box-shadow: 9px 12px 38px rgba(0,0,0,.1);
    border: 2px solid #753df8;
    padding: 20px;
    background-color: #fff0;
    border-radius: 20px;
}


/* .card-body-home:hover {
  box-shadow: 9px 12px 38px rgba(0,0,0,.1);
  border: 0px solid #fff;
  padding: 30px;
  background-color: #fff;
  height: 300px;

} */


h3 {
    font-weight: 600;
    font-size: 32px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #7939eb;
}

    h3.heading-center {
        text-align: center;
    }

h5.card-title {
    color: #7939eb;
    font-weight: 600;
}

h5.card-title-new {
    color: #7939eb;
    font-weight: 600;
    text-align: center;
}

.card-body:hover {
    box-shadow: 2px 2px 13px rgb(118 61 248);
}

.img-thumbnail {
    border: 1px solid #5a3df8;
}


img.img-thumbnail {
    width: 100px;
    height: 100px;
}


button#next, button#prev {
    background: #fff;
    padding: 10px;
    border: 2px solid #7738e7;
}

section#about {
    padding-bottom: 0px;
}
/* image icons */
img.img-thumbnail-new {
    width: 123px;
    height: 100px;
}
/*  */

/*  */
/* About Us end */

/* Industries Non Profit*/

section#video-services {
    background: url("../img/Industries/Non-profit/Youtube-video-background.png") no-repeat;
    background-size: cover;
}

h4.title {
    font-size: 24px;
    font-weight: 700;
}

p.text-center-social {
    text-align: center;
    margin-top: -5px;
}

/*  */

/* counter code */
/*new code add*/
section#better {
    background-image: linear-gradient(#140e38, #3b3659);
}
/*end*/

.container1 {
    display: grid;
    grid-template-columns: repeat(4, 160px);
    grid-gap: 100px;
    padding: 60px;
    margin: auto 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    justify-content: center;
    /* height: 36vh; */
    height: 100%;
    /* background-image: linear-gradient(#140e38, #3b3659);*/
    /* margin-top: 7rem; */
}

    .container1 .box {
        width: 100%;
        background: transparent;
        box-shadow: none;
         padding:inherit;  
         font-size: inherit; 
         font-weight: inherit; 
         line-height: inherit; 
         letter-spacing: normal; 
         text-align: inherit; 
         color: none;  
    }

.box h1 {
    color: #fff;
}

.pbtn1 {
    background-color: #7E4EF8;
    color: white;
    width: 180px;
    height: 40px;
    border-radius: 30px;
    border: none;
    text-align: center;
    display: inline-block;
    margin-left: -10rem;
    margin-top: -1rem;
}

.container1 .box h4 {
    display: block;
    text-align: center;
    color: #fff;
}

.container1 .box .chart {
    position: relative;
    width: 180px;
    height: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 185px;
    height: 160px;
    color: #fff;
    margin-top: 0rem;
}

.container1 .box canvas {
    position: absolute;
    top: 0;
    /*  left: 0;*/
        left: -1px;
        width: 100%;
        width: 100%;
        /*  box-shadow: 0px 0px 6px 3px rgb(135 61 248);*/
        border-radius: 100px;
        /*    box-shadow: 0px 0px 2px 3px rgb(135 61 248);*/
    }

#sec11 {
    /*    width: 100%;*/
    /* background-color: red;*/
    height: 40h;
}

.text-center
{
    text-align: center;
}

.box1 h1 {
    color: #fff;
    margin: 53px;
    width: 284px;
    margin-left: -10rem
}

p.text-center-counter {
    text-align: center;
    color: #fff;
}
/* counter end  */

/* nonprofits */

img.Non-profit-icons {
    width: 38px;
    height: 24px;
    /* padding-left: 10px;*/
    padding-right: 10px;
}

::marker {
    color: #8b3df8;
    font-size: 20px;
}

/*section#accordion2{
  display: none;
  }
  */
/* FAQ PAGE */
/* faq */
/*  */
.nav-pills .nav-link.active {
    color: rgb(135 61 248);
    background-color: rgb(105 61 248 / 8%);
    border-right: 5px solid;
    border-radius: 0px;
    width: 200px;
    text-align: left;
}

.nav-link {
    color: #000000;
}

.nav-pills .nav-link {
    text-align: left;
}

h1.heading-center {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: rgb(135 61 248);
}

h3.heading-center {
    text-align: center;
    color: #893df8;
}

p.privacy {
    color: #fff;
    font-size: 18px;
}
/*  */

/* term page */

p.justify-content-between {
    text-align: justify;
}

h3.pstf {
    font-size: 25px;
    font-weight: 600;
    color: #873df8;
}
/*  */



/* slider css */
.item {
    margin-top: 30vh;
    height: 60vh;
}

.sec {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    color: #777;
    background: #f9f9f9;
    letter-spacing: 2px;
}

    .sec:nth-child(odd) {
        background: #ddd;
    }

/* .navvbar{
  position: sticky;
    top: 8%; */
/* right: 30px; */
/* transform: translateY(-50%);
    z-index: 1000;
    left: 60px;
    margin-top: 5rem;
    margin-left: 5rem;

} */
.navvbar {
    position: sticky;
    top: 0%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 1000;
    left: 0px;
    margin-top: 2rem;
    margin-left: 0rem;
}

.navvvbar {
    position: sticky;
    top: 0%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 1000;
    left: 0px;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}



.navvbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.navvvbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.navvbar ul li {
    width: 200px;
    position: relative;
    text-align: right;
}

.navvvbar ul li {
    width: 200px;
    position: relative;
    text-align: right;
}

.navvbar ul li .dot {
    color: #575454;
    display: block;
    padding: 5px 0;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.navvvbar ul li .dot {
    color: #575454;
    display: block;
    padding: 5px 0;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    /*text-align: left;*/
    text-align: center;
    font-size: 15px;
}

.navvbar ul li .dot span {
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    border: 3px solid #000;
}

.navvvbar ul li .dot span {
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    border: 3px solid #000;
}

.navvbar ul li:hover .dot span {
    transform: translateX(0px);
    opacity: 1;
}

.navvvbar ul li:hover .dot span {
    transform: translateX(0px);
    opacity: 1;
}

.navvbar ul li .dot span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(7px, -50%);
    border-left: 7px solid #f44336;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: block;
}

.navvvbar ul li .dot span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(7px, -50%);
    border-left: 7px solid #f44336;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: block;
}

.navvbar ul li .dot::before,
.navvbar ul li .dot::after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    display: block;
    transition: .2s ease-out;
}

.navvvbar ul li .dot::before,
.navvvbar ul li .dot::after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    display: block;
    transition: .2s ease-out;
}

.navvbar ul li .dot::before {
    height: 5px;
    width: 5px;
    /* border: 2px solid #333; */
    right: 0;
    transform: translateY(-50%);
}

.show-hide {
    display: block;
}

.show-hide2 {
    display: none;
}


.show-hidex {
    display: block;
}

.show-hide2x {
    display: none;
}

.navvvbar ul li .dot::before {
    height: 5px;
    width: 5px;
    /* border: 2px solid #333; */
    right: 0;
    transform: translateY(-50%);
}

.navvbar ul li .dot.active::before,
.navvbar ul li:hover .dot::before {
    border-color: #fff;
    color: #873df8;
}

.navvvbar ul li .dot.active::before,
.navvvbar ul li:hover .dot::before {
    border-color: #fff;
    color: #873df8;
}

.navvbar ul li .dot::after {
    height: 15px;
    width: 15px;
    border: 0px solid #f4433600;
    right: 10px;
    top: 15px;
    transform: translateY(-50%) scale(0);
}

.navvvbar ul li .dot::after {
    height: 15px;
    width: 15px;
    border: 0px solid #f4433600;
    right: 10px;
    top: 15px;
    transform: translateY(-50%) scale(0);
}

.navvbar ul li .dot.active::after,
.navvbar ul li:hover .dot::after {
    transform: translateY(-50%) scale(1);
    color: #873df8;
}


.navvvbar ul li .dot.active::after,
.navvvbar ul li:hover .dot::after {
    transform: translateY(-50%) scale(1);
    color: #873df8;
}

.navvbar ul li a {
    width: 40px;
    position: relative;
    text-align: right;
    text-align: center;
    list-style: none;
    text-decoration: none;
}

.navvvbar ul li a {
    width: 250px;
    position: relative;
    text-align: left;
    text-align: center;
    list-style: none;
    text-decoration: none;
}


    .navvvbar ul li a.tigger {
        width: 220px !important;
        color: #575454;
        font-weight: 600;
        position: relative;
        text-align: left;
    }

.navvbar ul li {
    width: 60px;
}

.navvvbar ul li {
    width: 240px;
}

.flextext {
    /*  display: flex;*/
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 70px;
}
/*.flextext img{
  width: 100%;
}*/
.sp1 {
    width: 25rem;
    margin-left: 2rem;
    margin-top: 3rem;
}

.sp2 {
    color: #9741F8;
    font-weight: 700;
    font-size: 25px;
    /*letter-spacing: -2px;*/
    letter-spacing: 0px;
}

.sp3 {
    margin-top: 1rem;
    /*  text-align: justify;*/
    text-align: left;
}

.sp4 {
    margin-left: 6rem;
    margin-left: 0rem;
    /*   height: 30rem;*/
    height: 100%;
    width: 100%;
}

.sp412 {
    margin-left: 6rem;
    margin-left: 0rem;
    height: 30rem;
}

#numslider {
    background-color: #F5FEFF;
    /* height: 172rem;*/
    /*    height: 220rem;*/
    height: auto;
}

.how {
    text-align: center;
    padding-top: 1.5rem;
}

section#home {
    /*margin-top: 0px;*/
    height: auto;
}


section#about {
    margin-top: 0px;
    height: auto;
}

section#service {
    margin-top: 0px;
    height: auto;
}

section#project {
    margin-top: 0px;
    height: auto;
}

section#contact {
    margin-top: 50px;
    height: auto;
}

section#SMS-Trigger {
    height: 700px;
}

.height-compaign-box {
    height: 100%;
}



img.drive {
    width: 25px !important;
}

h3.text-align {
    /*   text-align: center;*/
    color: #fff;
    line-height: 35px;
    margin-right: -60px;
}


:root {
    scroll-behavior: smooth;
}

/*body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(105 61 248);
    outline: 1px solid slategrey;
}*/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: darkgrey;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgb(105 61 248);
}


button.pbtn1 {
    margin-left: 0px !important;
    margin-top: 35px;
}

p.text {
    padding-top: 80px;
}

h1.aos-init.aos-animate {
    /*    letter-spacing: -2px;*/
    letter-spacing: 0px;
}

h3.text-align {
    letter-spacing: 0px;
}

h1, h2, h3, h4, h5 {
    letter-spacing: 0px;
}

.hero {
    padding: 120px 0 0px 0;
}

.chart {
    letter-spacing: 0px;
}

/*bulk*/

.sp4-bulk {
    height: 20rem !important;
}

/*pricing */
.row.gy-4.pricing-item.featured.mt-4.aos-init.aos-animate {
    border-radius: 60px;
}

img.drive {
    width: 25px !important;
}
/*blog Home*/
img.blog-img {
    width: 111px;
    height: 111px;
    margin-right: 20px;
}

h3.blog-heading {
    font-size: 22px !important;
    padding-top: 10px;
}


/*pricing plan*/
div#faqlist {
    display: block;
}

label.accordion__label {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

a.dot.active {
    color: rgb(135 61 248) !important;
    font-weight: 600;
}

li.li1 {
    color: #6c757d;
    text-decoration: line-through;
}

a.blog-link {
    color: rgb(135 61 248);
}

img.img-thumbnail-new-flag {
    width: 32px;
    height: 32px;
}

span.pricing-hei {
    color: #fff !important;
}

h1.pricing {
    color: #fff !important;
}

.row.gy-4.pricing-item12.featured.mt-4.aos-init.aos-animate {
    border-radius: 60px;
}

/*h3.addon,  li.addon {
    color: #fff !important;
}*/

h4 span.addon {
    color: #140E38 !important;
}

span.addon {
    color: #fff !important;
}

.row.gy-4.pricing-item12.featured.mt-4.aos-init.aos-animate {
    border-radius: 20px;
    padding: 10px 20px 0px 20px;
}

/*nonprofit*/
section#PowerTextor\ For\ Non-Profits {
    background: #f5feff;
}

/*Political*/

h4.aos-init.aos-animate {
    font-weight: 600;
    font-size: 20px;
}


/*cards real state*/
.avatar {
    width: 64px !important;
    height: 64px !important;
    /*border-radius: 50%;*/
}

.avatar1 {
    width: 50px !important;
    height: 50px !important;
    /*   border-radius: 50%;*/
}

.container-box {
    max-width: 1256px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 1.5rem;
}

.hoverbox {
    position: relative;
    /*padding: 75px 80px;*/
    padding-top: 75px;
    padding-right: 80px;
    padding-bottom: 60px;
    padding-left: 80px;
    overflow: hidden;
    border-radius: 0px;
    transition: 0.35s ease-in;
}

    .hoverbox img.hoverbox__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: var(--transition);
        filter: blur(0px) saturate(0);
    }

    .hoverbox h3 {
        font-size: 20px;
        color: #953df8 !important;
        font-weight: 800;
        margin-bottom: 1rem;
    }

    .hoverbox p .hoverbox p {
        color: #000;
        margin-bottom: 1.125rem;
        font-weight: 500;
        font-size: 15px;
    }

    .hoverbox:hover1 {
        box-shadow: 0px 16px 24px rgba(0, 15, 0, 0.1);
    }

        .hoverbox:hover1:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        .hoverbox:hover1 img.hoverbox__image {
            transform: scale(1.2) rotate(-5deg);
            filter: blur(8px) saturate(0);
        }



img.opacity-logo {
    width: 200px !important;
}



/**/
/*HASEEB CSS*/
/*--------------------------------------------------------------
# Bulk Texts 
---------------------------------------------------------------*/
.bul {
    text-align: center;
}

.bul1 {
    text-align: center;
    margin-top: 8rem;
}

.bull {
    text-align: center;
    margin-top: 30px;
}

#com {
    color: #953DF8;
}

.im4 {
}

.text {
    margin-top: 30px;
}

.text1 {
    color: #953DF8;
    font-weight: 600;
    font-size: 20px;
}

.promo {
    margin-top: 20px;
}

.hero2 {
    width: auto;
    height: auto;
}

.get {
    text-align: center;
    margin-top: 32px;
}

.pbtn {
    background-color: #7E4EF8;
    color: white;
    width: auto;
    height: 40px;
    border-radius: 30px;
    border: none;
    text-align: center;
    display: inline-block;
}

.pow {
    text-align: justify;
}

.pow1 {
    margin-top: 25px;
}

.pow2 {
    color: #953DF8;
}

.text11 {
    color: black !important;
    font-size: 15px;
    letter-spacing: 0px;
}

.text111 {
    color: #7E4EF8;
    font-size: 23px;
}


.for {
    margin-top: 45px;
}

.horz1 {
    width: auto;
    height: 2px;
}

.rel {
    text-align: center;
    height: 100px;
}

.rel11 {
    text-align: center;
}

.rel1 {
    text-align: center;
}

.rel2 {
    text-align: center;
    margin-bottom: 40px;
}

.rel22 {
    text-align: center;
}

.rel3 {
    text-align: center;
    height: 100px;
}

.uni {
    height: 100px;
    text-align: center;
}

.uni1 {
    width: auto;
    height: 2px;
}

.uni2 {
    text-align: center;
    width: auto;
}

.uni3 {
    text-align: center;
}

.rela {
    background-color: #F5FEFF;
    width: 100%;
    height: 37rem;
}

.rela1 {
    color: #7E4EF8;
}

.rela2 {
    margin-top: 2rem;
}

.rela3 {
    color: black;
}

.rela4 {
    width: 100%;
}

.rela5 {
    width: auto;
}

.relaa5 {
    width: 500px;
}

.reaac1 {
    height: 40vh;
    text-align: center;
}

.bettr1 {
    text-align: center;
}

.bettr2 {
    color: #953DF8;
}

/*HASEEB CUSTOM CONNECTOR PAGE*/

.accordion1 {
    background-color: #eee;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}



/*

    .active, .accordion1:hover {
        background-color: #444062;
    }*/

.panel {
    padding: 0 18px;
    display: none;
    background-color: #444062;
    overflow: hidden;
    color: white;
}

/* Style the tab */
.tab {
    float: left;
    background-color: #444062;
    width: 30%;
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: #444062;
        color: white;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #444062;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #444062;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    /* padding: 0px 12px;*/
    width: 70%;
    border-left: none;
    padding: 30px;
}

.accordion1:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}


/*--------------------
#Table Authentication
--------------------------*/
table {
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.powerl .a {
    color: black;
}

.sendt {
    margin-top: 30px;
}

section.new-api {
    padding: 0px 0;
}

.powt {
    text-align: center;
}

img.peo {
    width: 1100px;
}

/*Bugs Fixes*/
.hea {
    text-align: center;
}

.texts {
    height: 51px;
}

.texts1 {
    height: 35px;
    margin-top: 16px;
}

.img-positive-reviews {
    margin-top: 14px;
}

.texting {
    text-align: center;
}

.hoverbox1 {
    width: 46%;
}

#bul11 {
    text-align: center;
}

#getb {
    margin-top: 1rem;
}

section#pricing {
    width: 100%;
}
/**/

/**/


.boxes3 {
    height: 175px;
    width: 153px;
}

#n img {
    max-height: none !important;
    max-width: none !important;
    background: none !important
}

#inst i {
    max-height: none !important;
    max-width: none !important;
    background: none !important
}

iframe#instagram-embed-0 {
    /*    max-width: auto !important;
    height: 100% !important;*/
}


.s {
    color: #d44950
}
/* Literal.String */
.na {
    color: #4f9fcf
}
/* Name.Attribute */
.nt {
    color: #2f6f9f;
}
/* Name.Tag */
.flextext.aos-init.aos-animate {
    margin-top: 0px;
}
/*end real*/

.swal2-modal .swal2-styled {
    background-color: #953df8 !important;
    border-radius: 60px !important;
}

.swal2-modal .swal2-title {
    color: #953df8 !important;
    font-size: 18px !important;
}

.swal2-modal.swal2-show {
    min-height: 154px !important;
}
/**/


.carousel-control-prev {
    left: -65px;
}

img#loading-image {
    z-index: 9999 !important;
    margin-left: 139px !important;
    position: absolute !important;
    margin-top: -100px !important;
}

/*features pages*/
.api1 {
    word-wrap: break-word;
}

.ul {
    list-style-type: square;
}

#rel11a {
    color: #8E3EF8;
    margin-top: 10px;
    font-weight: 600;
}

#rel22a {
    text-align: center;
}

.rel11b {
    margin-top: 65px;
}

.rel111b {
    margin-top: 132px;
}

.rel11bc {
    margin-top: 30px;
}

.btn123 {
    margin-top: 47px;
}

.s123 {
    margin-top: 30px;
}

.abc123 {
    margin-top: 15px;
}


/**/
div#loading {
    MARGIN-LEFT: 20PX !important;
    Z-INDEX: 1 !important;
    POSITION: ABSOLUTE !important;
}

/*new pages css non-profit*/

section#hero-non-profit {
    background-image: url(/assets/img/Industries/Non-profit/Empowering2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 100px;
    height: 415px;
}

h1.non-profit.aos-init.aos-animate {
    font-size: 50px;
    color: #873df8;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
}

span.non-profit {
    color: #873df8;
}

p.non-profit {
    font-size: 20px;
}

p.non-profit1 {
    margin-top: 10px;
}

h3.heading-left-non-profit {
    font-size: 30px;
    font-weight: 800;
}

.card-body-non-profit {
    box-shadow: 9px 12px 38px rgba(0,0,0,.1);
    border: 0px solid #fff;
    padding: 25px;
    background-color: #fff;
    height: 260px;
}

    .card-body-non-profit:hover {
        border-bottom: 4px solid #643df8;
        background-image: url(/assets/img/Industries/Non-profit/transparent1.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

h3.heading-left-2nd-non-profit {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

img.img-fluid-non-profit {
    width: 20px;
}

h3.heading-left-sea-non-profit {
    font-weight: 800 !important;
    color: #8e3ef8;
}

section#Engage {
    padding: 0px 0;
    background: linear-gradient(#19073a, #8d3df8);
    border-top-left-radius: 296% 100%;
    border-top-right-radius: 210% 100%;
}

p.text-left1, h3.heading-left-sea-non-profit1 {
    color: #fff;
}


img.img-fluid-n {
    width: 450px;
}

section#Connector {
    padding: 0px 0;
    background-image: url(/assets/img/Industries/Non-profit/background-sec.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
}

section#video-services1 {
    background-image: url(/assets/img/Industries/Non-profit/video-yo1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

p.non-profit12.aos-init.aos-animate {
    border: 5px solid rgb(135 61 248);
    padding: 70px;
    font-size: 22px;
}

img.img-fluid-non-profit12 {
    width: 35px;
}

span.non-profit12 {
    color: #873df8;
    font-weight: 800;
}

section#features12 {
    padding: 0px 0;
}

/*A2P 10DLC*/

a.register-now-button {
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: capitalize;
    padding: 13px 30px;
    padding-right: 5px;
    border-radius: 35px;
    font-weight: 400;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
    width: max-content;
    margin-top: 20px;
}

.icon-container {
    background: linear-gradient(37deg, rgb(135 61 248) 1%, rgb(105 61 248) 100%);
    margin-left: 10px;
    padding: 10px;
    border-radius: 50%;
}

.a2p-10dlc-container {
    background: #3B3659;
    color: #fff;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: capitalize;
    padding: 13px 30px;
    border-radius: 35px;
    font-weight: 600;
    border: 0px solid;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
    width: max-content;
    margin-bottom: 20px;
}

h1.heading-banner {
    font-size: 54px;
    letter-spacing: 1.2px !important;
    line-height: 70px;
    font-weight: 600;
}

.color-black {
    color: #000;
}

section.Connecting {
    padding: 0px;
}

.flex-1 {
    display: flex;
}

.what-is-container-1 {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.w-content {
    width: 610px;
    padding: 100px 70px 0px 0px;
}

.what-is-container-2 {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: url('/assets/img/A2P-10DLC/overview img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.what-is-box {
    border: 4px solid #fff;
    padding: 30px;
}

.future-of-sms {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}

.a2p-10dlc {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.what-is-para {
    margin-top: 30px;
}

.heading-section {
    text-align: center;
    margin-bottom: 70px;
    color: #A746F5;
    font-size: 44px;
}

.benefits-heading {
    font-size: 20px;
    font-weight: 700;
}

.gap-property {
    gap: 20px;
    margin-bottom: 50px;
}

.gap-property-1 {
    gap: 20px;
    margin-bottom: 0px;
}

.img-icon {
    height: fit-content;
    width: 70px;
}

.pad-r {
    padding-right: 45px;
}

.pad-l {
    padding-left: 45px;
}

.best-practices-section {
    background-color: #F5FEFF;
}

.heading-section-1 {
    margin-bottom: 70px;
    color: #A746F5;
    font-size: 44px;
}

.best-practices-heading {
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
}

.img-best-practices {
    width: 100%;
}

.img-best-practices-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.gap-property-2 {
    gap: 10px
}

.rules-heading {
    font-size: 22px;
    font-weight: 700;
}

.img-icon-tick {
    width: 40px;
    height: 40px;
}

.steps-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.steps-box {
    justify-content: space-between;
}

.steps-icon-img {
    width: 250px;
    position: relative;
    top: 50px;
    left: -60px;
}

.steps-icon-img-1 {
    width: 280px;
    height: 250px;
    position: relative;
    top: 50px;
    left: -60px;
}

.faqs-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.buttonText:focus {
    outline: none;
}

.buttonText {
    border: none;
    padding: 0px;
    background: #fff;
}

.mar-b {
    margin-bottom: 30px;
}

.mar-b-1 {
    margin-bottom: 50px;
}

.pad-rl {
    padding-left: 50px;
    padding-right: 50px;
}

.pad-b {
    padding-bottom: 20px;
    border-bottom: 2px solid #EEEDF0;
}

.pad-t {
    padding-top: 20px;
}

.img-what-is-a2p {
    width: 450px;
    position: relative;
    left: -30px;
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.w-content-position {
    position: relative;
    top: -32px;
}

/* Banner Home page Modal */

.banner-modal {
    background: #fff;
    border-radius: 10px;
    padding: 30px 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.banner-modal-para {
    font-size: 18px;
    font-weight: 600;
}

.property-gap {
    gap: 30px;
    display: flex;
}

.button-cross-modal {
    background: #fff;
    border-radius: 50%;
    padding: 10px 15px;
    position: relative;
    top: -50px;
    right: -60px;
    z-index: 99999999;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.justify-content-space-between {
    justify-content: space-between;
}

#banner-modal-popup {
    margin-bottom: 50px;
}

.banner-modal-position {
    position: absolute !important;
    margin-top: -100px !important;
}

a.a2p-10dlc-button {
    background: linear-gradient(37deg, rgb(135 61 248) 1%, rgb(105 61 248) 100%);
    color: #fff;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: capitalize;
    padding: 13px 30px;
    border-radius: 35px;
    font-weight: 600;
    border: 0px solid;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
    min-width: max-content;
    margin-top: 20px;
    height: fit-content;
}

/* Hide all city content by default */
.city-content {
    display: none;
}
/* Display the active city content */
.active-city-content {
    display: block;
}

.dropdown-for-cities {
    position: relative;
    display: block;
    width: 90%;
    margin: auto;
}

.title {
    background-color: #943DF7;
    color: white;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    position: relative;
    box-shadow: 0px 8px 80px 0px #601EAC3D;
}

    .title .arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        border: solid white;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transition: transform 0.3s;
    }

.arrow.down {
    transform: translateY(-50%) rotate(45deg);
}

.arrow.up {
    transform: translateY(-50%) rotate(-135deg);
}

.dropdown-for-cities-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    position: relative;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

    .dropdown-for-cities-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .dropdown-for-cities-menu li {
        padding: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .dropdown-for-cities-menu li:hover {
            background-color: #f1f1f1;
        }

.img-thumbnail-new-flag {
    margin-right: 10px;
    width: 20px;
    height: auto;
}

.mob-section {
    display: none;
}

/*A2P 10DLC new*/

.banner-a2p-page {
    background-image: url('/assets/img/A2P-10DLC/Mask group.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
}

.banner-aboutus-page {
    background-image: url('/assets/img/About-us/Mask group.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%,;
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
}

.heading-banner-1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30.24px
}

.heading-banner-2 {
    font-size: 55px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
}

.para-banner {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
}

.para-banner-1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

.what-is-heading-1 {
    color: #131313;
    font-size: 24px;
    font-weight: 400;
    line-height: 30.24px;
    margin-bottom: 0px;
}

.what-is-heading-2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 56.7px;
    background: linear-gradient(to right, #140E38, #5B3EF8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    width: fit-content;
}

.img-what-is {
    width: 100%;
}

.benefits-container {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px;
}

#benefit-button-1 {
    width: 180px;
    color: #fff;
    background: linear-gradient(37deg, rgb(135 61 248) 1%, rgb(105 61 248) 100%);
    padding: 10px;
    border-radius: 50px;
    border: none;
}

#benefit-button-2, #benefit-button-3, #benefit-button-4, #benefit-button-5 {
    width: 180px;
    color: #000;
    background: transparent;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #000;
}

.mar-bottom {
    margin-bottom: 20px;
}

.img-benefits-icons {
    margin: 20px 0px 30px 0px;
}

#improved-content, #reduced-content, #greater-content, #dedicated-content {
    display: none;
}

.best-practices-section-bg {
    background-image: url('/assets/img/A2P-10DLC/image 5.png');
    background-color: #140E38;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.best-practice-container {
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    height: 100%;
    margin-right: 25px;
}

    .best-practice-container:hover {
        color: #140E38;
        background-color: #fff;
    }

.best-practice-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.57px;
    margin-bottom: 20px;
}

.best-pratice-number {
    background-color: #EFECFF;
    padding: 10px 20px;
    border-radius: 20px;
    height: fit-content;
    font-size: 32px;
    font-weight: 800;
    color: #140E38;
    position: relative;
    top: -50px;
    right: -50px;
    visibility: hidden
}

.best-practice-container:hover .best-pratice-number {
    visibility: visible;
}

.best-practice-heading-1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30.24px;
    margin-bottom: 0px;
}

.best-practice-heading-2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 56.7px;
    color: #fff;
    margin-bottom: 0px;
}

.best-pratice-heading-container {
    background: linear-gradient(37deg, rgb(135 61 248) 1%, rgb(105 61 248) 100%);
    border-radius: 10px;
    padding: 30px 50px;
    ;
    width: fit-content;
    margin: 30px 10px 60px 10px;
}

.img-lines {
    height: 240px;
}

.best-practice-heading-row-2 {
    display: none;
}

.how-does-container {
    padding: 20px;
    transition: all ease-in-out 0.3s;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.how-does-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #131313;
    border-bottom: none;
    background: linear-gradient(to right, #140E38, #5B3EF8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0px;
    position: relative;
    left: -10px;
}

.how-does-number {
    background-color: #EFECFF;
    padding: 10px 20px;
    border-radius: 20px;
    height: fit-content;
    font-size: 32px;
    font-weight: 800;
    color: #140E38;
    position: relative;
    top: -50px;
    left: -30px;
    display: flex;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

button.btn.dropdown-toggle.bs-placeholder.btn-primary {
    background-color: #F1F1F1;
    height: 50px;
    color: gray;
    /*   width: 235px;*/
}

    button.btn.dropdown-toggle.bs-placeholder.btn-primary:active, button.btn.dropdown-toggle.bs-placeholder.btn-primary:hover {
        background-color: #F1F1F1;
        color: gray;
        /*   width: 235px;*/
    }

.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.dropdown.bootstrap-select.dropup {
    width: 100% !important;
}


.bootstrap-select > .dropdown-toggle {
    background: revert;
    color: #686868;
    height: 50px;
    /*width: 235px;*/
    border: none;
    border-radius: 18px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.dropdown-item.active, .dropdown-item:active, .selected {
    background-color: #851FF7;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin: auto;
    padding: 10px 0px;
}

button.btn.dropdown-toggle.btn-primary:active, button.btn.dropdown-toggle.btn-primary:hover {
    background: revert;
    color: grey !important;
}

.bootstrap-select .dropdown-menu li {
    padding: 0px;
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
}

.usage-form {
    max-width: 96%;
    width: 96%;
    height: 50px;
}

.drop-for-down {
    height: 50px;
    background-color: #F1F1F1;
    border-radius: 20px;
}

.wider-dropdown {
    width: 100%;
    background: transparent;
    border: transparent;
    height: 100%;
    text-align: left;
    color: grey;
    font-size: 14px;
}

    .wider-dropdown:hover, .wider-dropdown:active {
        background: transparent !important;
        color: grey !important;
    }

.bootstrap-select .dropdown-menu li a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
}

.mar-left {
    margin-left: 15px;
}

/*.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 235px;
}*/

.steps-involved-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.57px;
    color: #393939;
    margin-bottom: 0px;
}

.steps-involved-container {
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

    .steps-involved-container:hover {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }

.img-step-container {
    border-radius: 10px;
    background: #EFECFF;
    margin-right: 20px;
}

.mar-b-steps {
    margin-bottom: 20px;
}

.faq-heading {
    font-size: 45px;
    font-weight: 600;
    line-height: 56.7px;
    background: linear-gradient(to right, #5B3EF8, #903EF8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
    width: fit-content;
}

.faq-container {
    padding: 20px 30px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;
}

.faq-container-1 {
    padding: 20px 30px;
    border-bottom: 1px solid #000;
}

.faq-container-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    color: #fff;
    margin-bottom: 0px;
}

.faq-container-heading-1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    margin-bottom: 0px;
}

.more-text {
    font-size: 14px;
    margin-top: 20px;
    color: #4E4E4E;
}

.more-faq {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #953DF8;
    padding-left: 0px;
    width: fit-content;
    margin-top: 30px;
}

.faq-box {
    gap: 20px;
}

.buttonText:focus {
    outline: none;
}

.buttonText {
    border: none;
    padding: 0px;
    background: #140E38;
}

.buttonText-1 {
    border: none;
    padding: 0px;
    background: transparent;
}


.registration-buttons-container {
    display: flex;
}

/*Send A free SMS*/
.sms-para-url {
    color: #8F3DF8 !important;
    font-weight: 500 !important;
}

.wizard {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 20px auto;
}

.circle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #773DF8;
}

.connector {
    height: 2px;
    background-color: mediumspringgreen;
    flex: 1;
}

.step {
    text-align: center;
    position: absolute;
    top: 40px;
    width: 500%;
    color: white;
}

.banner-bg-free-sms {
    background-image: url('/assets/img/Send-A-Free-SMS/Group 624.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 10px;
}

.banner-bg-feature-sms {
    background-image: url('/assets/img/Send-A-Free-SMS/Group 700.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 10px;
}

.sms-heading-banner {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px
}

.sms-heading-banner-1 {
    color: #000;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px
}

.banner-FreeSMS-para {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.banner-bg-sms-flow {
    background-image: url('/assets/img/Send-A-Free-SMS/SMS BG.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 10px 80px 10px;
    position: relative;
    top: 30px;
}

.faq-section {
    background-image: url('/assets/img/Send-A-Free-SMS/FAQ BG.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}

.simplify-sms-div {
    border-radius: 20px;
    padding: 70px 40px;
    background-image: url('/assets/img/Send-A-Free-SMS/Sign up bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 15px;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sms-form-btn {
    border-radius: 30px;
    padding: 15px 30px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.rounded-20 {
    border-radius: 20px !important;
}

.SMS-feature-div {
    border-radius: 10px;
    padding: 20px;
    background-color: #E6E5F2;
    height: 330px;
}

.sms-feature-img {
    width: 63px !important;
    margin-bottom: 20px;
}

.sms-feature-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #140E38;
}

.free-text-heading {
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
}

.free-SMS-para {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

.item {
    margin-top: 0px;
    height: 100%;
}

.parent-carousel {
    position: relative;
    top: -50px;
}

.signuppopup {
    padding: 30px 0;
}

.businessTextMessagingFeatures {
    padding: 30px 0;
}

.FreeOnlineTexting {
    padding: 50px 0;
}
/*about-us page*/
.countries-container {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.sms-feature-para {
    font-size: 14px;
    margin-top: 20px;
    color: #4E4E4E;
}

.country-div {
    background: #CCBFFF;
    padding: 5px 20px;
    border-radius: 30px;
    color: #150F39;
    font-size: 10px;
    font-weight: 600;
}

.mar-our-mission {
    margin-bottom: 30px;
}

.our-mission-heading {
    font-size: 45px;
    font-weight: 600;
    line-height: 56.7px;
    background: linear-gradient(to right, #140E38, #5B3EF8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.our-mission-content {
    padding-left: 50px;
}

.our-mission-para {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.our-mission-icon-container {
    border-radius: 10px;
    background: #F6F6F6;
}

.our-mission-content-heading {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: #2F2F2F;
}

.our-team-container {
    background-image: url('/assets/img/About-us/Group 30.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.our-team-heading {
    font-size: 45px;
    font-weight: 600;
    background: linear-gradient(to right, #5B3EF8, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin-bottom: 30px;
}

.our-team-para {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.mar-top {
    margin-top: 60px;
}

.our-team-img-container {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.25);
    padding: 40px 55px;
}

.m-top {
    margin: 70px 12px 0px 12px;
    ;
}

.img-our-team-1 {
    border-radius: 20px;
    height: 100%;
}

.img-our-team-2 {
    border-radius: 30px;
}

.our-mission-img-icon {
    width: 100px;
}

.gap-property-3 {
    gap: 30px;
}

.why-power-textor-container {
    display: flex;
}

.why-box-container {
    padding: 30px 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    height: 100%;
}

    .why-box-container:hover {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }

.img-why {
    margin-bottom: 30px;
    height: 64px;
}

.why-section-heading {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: #2F2F2F;
    margin-bottom: 20px;
}

.why-img-container {
    width: 430px;
    display: flex;
    align-items: center;
}

.why-content-container {
    width: 1000px;
    padding-left: 40px;
}

.img-why-pt {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0px 20px 20px 0px;
}

.mobile-heading-why {
    display: none;
}

.heading-why-1 {
    color: #2F2F2F;
    font-size: 24px;
    font-weight: 400;
    line-height: 30.24px
}

.images-clientele-container {
    width: fit-content;
    margin: auto;
    height: 270px;
}

.img-our-clientele {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.mt111b {
    margin-top: 108px;
}

.navbar {
    justify-content: center !important;
}

.send-mms-example {
    width: 70%;
    margin: 20px 0px;
}

/*A2P landing page*/

.banner-bg-a2p {
    background-image: url('/assets/img/A2P-10DLC-landingpage/Frame 26.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 10px;
    position: relative;
    top: 99px;
}


.banner-a2p-heading {
    font-size: 55px;
    font-weight: 700;
    color: #6C40FB;
}

.banner-a2p-heading-1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
}

.banner-a2p-para {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.a2p-banner-button {
    border-radius: 30px;
    padding: 15px 30px;
    background-color: #6C40FB;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: rgba(108, 64, 251, 0.5) 0px 7px 29px 0px;
    width: fit-content;
}

.section-main-heading {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #140E38;
}

.section-main-heading-1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 40px;
    color: #140E38;
}

.section-main-para {
    font-size: 14px;
    color: #676767;
    line-height: 25px;
}

.section-main {
    padding-top: 170px;
}

.pad-left {
    padding-left: 30px;
}

.img-dots {
    width: 300px;
    position: relative;
    top: -250px;
    left: -170px;
}

.width-full {
    width: 100%;
    position: relative;
    left: -150px;
}

.getting-approved-section {
    padding: 0px;
    background-image: url('/assets/img/A2P-10DLC-landingpage/Rectangle 234.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%, cover;
    position: relative;
    top: -285px;
}

.font-number {
    font-size: 150px;
    font-weight: 700;
    color: #fff;
    opacity: 0.2;
    position: relative;
    top: -60px;
    left: -20px;
}

.getting-approve-heading {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
}

.getting-approve-para {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.img-circle {
    position: relative;
    right: -90px;
    top: -110px;
    z-index: 0;
}

.img-circle1 {
    position: relative;
    z-index: 0;
    right: -250px;
    top: -190px;
}

.img-person {
    z-index: 1;
    position: relative;
}

.getting-approve-container {
    position: relative;
    top: -50px;
}

.getting-approve-container1 {
    position: relative;
    top: 80px;
}

.font-number1 {
    font-size: 150px;
    font-weight: 700;
    color: #fff;
    opacity: 0.2;
    position: relative;
    top: -60px;
    right: -20px;
}

.simplify-div {
    border-radius: 20px;
    padding: 70px 40px;
    background-image: url('/assets/img/A2P-10DLC-landingpage/CTA Banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -100px;
    margin: 0px 15px;
}

.section-main-heading-3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}

.section-main-heading-2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
}

.get-quote-btn {
    border-radius: 30px;
    padding: 15px 30px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-div-1 {
    background-color: #F1F3FF;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .testimonial-div-1:hover {
        background-color: #8C3EF9;
    }

        .testimonial-div-1:hover .testimonial-heading-2 {
            color: #fff;
        }

        .testimonial-div-1:hover .testimonial-heading-3 {
            color: #fff;
        }

        .testimonial-div-1:hover .section-main-para {
            color: #fff;
            opacity: 0.8;
        }

.testimonial-heading-2 {
    font-size: 25px;
    color: #000;
}

.testimonial-heading-3 {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.last-section {
    background-image: url('/assets/img/A2P-10DLC-landingpage/Mask group.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 100px 0px;
}

.heading-industries {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #140E38;
}

.industries-div {
    position: relative;
    top: -50px;
}

.faq-heading-1 {
    font-size: 50px;
    font-weight: 600;
    color: #140E38;
}

.num-text-container {
    display: flex;
}

.a2p-banner-button:hover {
    color: #fff !important;
    opacity: 0.7;
}

/*=================AI TEXTOR=================*/
.main-banner-ai {
    background-image: url('../img/ai-textor/coverwebp.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0px 180px 0px;
}

.button-con2 {
    width: fit-content;
    gap: 20px;
    padding: 5px 8px 5px 15px;
    text-align: center;
    justify-content: space-between;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    align-items: center;
    border-radius: 30px;
    transition: all 1s ease-in-out; 
    color: #653DF8;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
}

    .button-con2:hover {
        color: #653DF8;
    }

    .button-con22 {
        width: fit-content;
        gap: 20px;
        padding: 5px 20px 5px 15px;
        text-align: center;
        justify-content: space-between;
        align-items: center;
        border-radius: 30px;
        transition: all 1s ease-in-out;
        background-color: transparent;
        border: 1.29px solid #ECECEC;
        font-size: 16px;
        line-height: 27px;
        text-align: left;
    }

.gap-divis
{
    gap: 10px;
}

.button-con22:hover
{
    color: white;
}

.arm-section {
    padding: 180px 0px;
}

.purple-div-ai {
    background-image: linear-gradient(to right, #1E0E3E, #320F6D);
    background-repeat: no-repeat;
    padding: 35px;
    padding-left: 180px !important;
    border-radius: 30px;
}

.intro-head { 
    font-size: 26px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: -0.02em;
    text-align: left;
    color: white;
}

.img-o-divai {
    position: relative;
    left: -80px;
    width: 355px;
    display: flex;
    height: 65%;
    align-items: center;
}

.img-dealai {
    height: 100%;
    width: 98%;
}

.main-banner-red {
    background-image: url('../img/ai-textor/coveredwebp.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0px;
}

.diff-colorai {
    background: linear-gradient(96.97deg, #4E4BE4 4.98%, #E862FE 63.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.parent-numbsa {
    background-color: #1d1d1d;
    height: 400px;
    border-radius: 20px;
}

.parent-numb-ai {
    padding: 30px 5px;
    height: 100%;
    display: flex;
    align-items: center;
}

.shadow-section2 {
    background-image: url('../img/ai-textor/shadow-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0px;
}

/*video for ai textor*/

.video-main {
    position: relative;
    display: inline-block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #49424268;
    color: white;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 35px;
    cursor: pointer;
    z-index: 2;
    padding-left: 12px;
}

.play-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/*video for ai textor*/

.cust-division {
    padding: 35px;
    /* border-radius: 15px; */
    background-image: url(../img/ai-textor/bg-group.png);
    background-size: cover;
    justify-content: space-between;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    width: 550px;
    margin-right: 20px;
    border-radius: 33px;
}

.just-lh { 
    font-weight: 500 !important;
}

.tier-txt {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #ffffff;
}

.text-white
{
    color: #ffffff;
}

.grey-text-color {
    color: #5D5D5D;
}

.purple-btn {
    background: #653DF8;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #FFFFFF;
    padding: 5px 24px;
    width: 215px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 15px;
    border: 3px solid white;
}

.width-of-div {
    display: flex;
    width: 50%;
}

.purple-spanit { 
    font-size: 30px;
    font-weight: 700; 
    text-align: left;
}

.top-div {
    justify-content: space-between;
    margin-top: 30px;
}

.bord-l {
    border-right: 2px solid #989898;
}

.get-in-touch-section {
    background-image: url('../img/ai-textor/CTA.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.purple-btn:hover
{
    color:white;
}

.new-btn {
    padding: 15px;
    width: fit-content;
    display: block;
    border: none;
    outline: none;
    position: relative;
    border-radius: 5px;
    background: linear-gradient(to right, #913df8, #ff00f9, #ff00f9, #6c3df8, #3d86f8, #3df863, #f8ed3d, #f8c53d, #f8b23d, #736962, #5a5953, #000000);
    cursor: pointer;
    border: none;
    z-index: 1;
}

    .new-btn:before {
        content: "";
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        background-color: black;
        border-radius: 4px;
        z-index: -1;
    }

    .new-btn:after {
        content: attr(data);
        color: white;
        font-size: 16px;
        font-weight: 600;
        line-height: 26.67px;
        text-align: center;
    }

.new-btn-2 {
    padding: 15px;
    align-items: center;
    width: fit-content;
    display: flex;
    border-radius: 5px;
    background: white;
    color: black;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 26.67px;
    text-align: left;
}

    .new-btn-2:hover
    {
        color: black;
    }

    .mini-arrow {
        width: 25px;
        height: 25px;
        margin-left: 15px;
    }

/*============Gym Text Marketing=============*/
.main-banner {
    background-image: url('../img/gym-text-marketing/main-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0px 0px 0px;
}

.banner-heading {
    font-size: 59px;
    font-weight: 700;
    line-height: 70.8px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #FFFFFF;
}

.banner-subheading {
    font-size: 38px;
    font-weight: 400;
    line-height: 47.88px;
    text-align: left;
    color: #FFFFFF;
    /*word-spacing: 8px;*/
}

.paragraph-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    text-align: left;
    color: #FFFFFF;
}


.para-wide1w {
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}


.button-con {
    width: 200px;
    gap: 20px;
    padding: 5px 10px 5px 20px;
    text-align: center;
    background-image: linear-gradient(91.65deg, #623DF8 1.4%, #8B3DF8 96.77%);
    justify-content: space-between;
    border: 2px solid #FFFFFF;
    align-items: center;
    border-radius: 30px;
    transition: all 1s ease-in-out;
    margin-left: 15px;
}

    .button-con .d-no {
        display: block;
        padding-left: 10px;
        transition: all 1s ease-in-out;
    }

    .button-con:hover .d-sh {
        transition: all 1s ease-in-out;
        padding-left: 10px;
        display: block;
    }

    .button-con:hover .d-no {
        transition: all 1s ease-in-out;
        display: none;
    }


    .button-con .d-sh {
        transition: all 1s ease-in-out;
        display: none;
    }

    .button-con:hover {
        transition: all 1s ease-in-out;
        background-image: none;
        border: 2px solid #8B3DF8;
        background-color: #fff;
        color: #8B3DF8;
        font-weight: 600;
    }

.sms-marketing {
    background-color: #F7F3FF;
}

.struggling {
    background-image: url('../img/gym-text-marketing/struggling-banner.png');
    background-position: center;
    background-size: cover;
    background-color: #F7F3FF;
    background-repeat: no-repeat;
    padding: 100px 0px 0px 0px;
}

.purple-div {
    background: linear-gradient(90deg, #623DF8 0%, #833DF8 100%);
    padding: 50px 40px 80px 60px;
    box-shadow: 4px 10px 35px 0px #00000030 inset;
    border-radius: 35px;
}

.sep-parent {
    display: flex;
    height: fit-content;
    /*justify-content: center;*/
}

.sep-p {
    background-color: #623DF8;
    padding: 18px 14px;
    border-radius: 50px;
    color: #D9D9D9;
    font-size: 30px;
    font-weight: 700;
    width: fit-content;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bg-parent {
    background-image: url(../img/gym-text-marketing/Intense-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 78px 87px 78px 40px;
    /* margin-bottom: 40px;*/
}

.bg-parent2 {
    background-image: url(../img/gym-text-marketing/conversion-g.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 40px 80px 100px;
    /*margin-bottom: 40px;*/
}

.bg-parent3 {
    background-image: url(../img/gym-text-marketing/member-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 78px 100px 78px 40px;
    /*margin-bottom: 40px;*/
}

.main-para-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 35.28px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #140E38;
}

.mini-cols {
    display: flex;
}

.part-para {
    max-width: 90%;
    padding-top: 10px;
}

.main-col {
    margin-top: 30px;
}

.diff-color {
    color: #221C45;
    font-weight: 500;
    font-size: 50px;
}

.attendance {
    background-color: #F7F3FF;
    padding: 100px 0px;
}

.hover-icon {
    width: 80px;
}

.d-show-icon {
    display: block;
    transition: all 1s ease-in-out;
}

.d-hide-icon {
    display: none;
    transition: all 1s ease-in-out;
}

.hover-divs {
    padding: 50px 25px;
    background: #E9DDFF;
    border-radius: 25px;
    gap: 20px;
    height: 580px;
}

.txt-grey {
    color: #777777;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.hover-divs:hover .paragraph-text, .hover-divs:hover .main-para-text {
    color: #fff;
}

.hover-divs:hover {
    background: linear-gradient(90deg, #623DF8 0%, #833DF8 100%);
    transition: all 1s ease-in-out;
}

    .hover-divs:hover .d-show-icon {
        display: none;
        transition: all 1s ease-in-out;
    }

    .hover-divs:hover .d-hide-icon {
        display: block;
        transition: all 1s ease-in-out;
    }

.accord-section {
    background-color: #F7F3FF;
    padding: 100px 0px;
}

.special-con {
    background-image: url(../img/gym-text-marketing/accord-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 0px 50px;
    height: 910px;
    border-radius: 40px;
}

.accordion-item {
    /* background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);*/
    margin-bottom: 30px;
    border: 1px solid white !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / 6%);
}

.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    display: inline-block;
    color: white;
    font-family: Plus Jakarta Sans;
    font-size: 28px;
    font-weight: 500;
    line-height: 35.28px;
    letter-spacing: -0.03em;
    text-align: left;
    padding: 25px 20px;
}

.accord-p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28.9px;
    text-align: left;
    color: #fff;
}

.accordion-button:after {
    background-image: url(../img/gym-text-marketing/down-arrow.svg);
    height: 12px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/gym-text-marketing/up-arrow.svg);
    height: 15px;
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
}

.cotains-image {
    background: #E9DDFF;
    border-radius: 30px;
    border: 1.5px solid #933df8;
    padding: 5px;
}

.inner-container {
    background-image: url(../img/../img/auto-dealership/get-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.cold-diving {
    background: none;
    box-shadow: 4px 10px 35px 0px #6B3DF65C inset;
    padding: 50px 40px 50px 60px;
}

.fixed-row {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.dot-heading {
    font-size: 56px;
    font-weight: 600;
    line-height: 52.36px;
    letter-spacing: -0.03em;
    text-align: left;
}

.dont-wait {
    background-color: #F7F3FF;
    padding: 100px 0px;
}

.faq-sec {
    background-image: url('../img/gym-text-marketing/faq-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.linear-head {
    background: -webkit-linear-gradient(360deg, #5B3EF8 3.23%, #903EF8 90.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 600;
    line-height: 56.7px;
    text-align: center;
}

.accordion-button1 {
    background: transparent;
    color: white;
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.6600000262260437px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-inline: 0px;
}

.accordion-item1 {
    border-bottom: 1px solid #FFFFFF99;
    padding: 20px 35px;
    /*    background: #fff;
    border-radius: 20px;*/
}

.accordion-button1::after {
    flex-shrink: 0;
    width: 25px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url(../img/gym-text-marketing/plus-sign.svg);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: all 1s ease-in-out;
}

.accordion-button1:not(.collapsed) {
    color: #943DF7;
}

    .accordion-button1:not(.collapsed)::after {
        background-image: url(../img/gym-text-marketing/minus.svg) !important;
    }

.accordion-item1.show-background {
    background-color: white;
    border-radius: 20px;
}

/*========================================*/
/*========POLITICAL CAMPAIGNING===========*/
/*========================================*/

.main-bannerpol {
    background-image: url('../img/political-campaign/first-cover.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    margin-top: 95px;
}

.bor-l {
    border-left: 2px solid white;
    padding-left: 10px;
}

.redirect-btn {
    padding: 5px 10px 5px 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    background: white;
    width: fit-content;
    border-radius: 45px;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #653DF8;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .redirect-btn:hover {
        text-decoration: none;
    }

.shadow-section {
    background-image: url('../img/political-campaign/shadow-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.topping-row {
    margin-top: 100px;
}

.seperate-color {
    color: #653DF8;
    font-family: Plus Jakarta Sans;
    font-size: 60px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.02em;
    text-align: left;
}

.dif-col {
    color: #5C5C5C;
}

.white-color-div {
    background: #FFFFFF80;
    border: 2.67px solid #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 75px;
    position: relative;
    top: -55px;
    z-index: 0;
    height: 250px;
    padding-left: 30px;
}

.text-maining {
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.012em;
    text-align: left;
    color: #061C3D;
}

.rel-div {
    position: relative;
    z-index: 1;
    left: 20px;
}

.text-02 {
    font-family: Plus Jakarta Sans;
    font-size: 18.68px !important;
    font-weight: 500;
    line-height: 26.69px;
    text-align: left;
    color: #838E9E !important;
}

.mini-heading {
    font-family: Plus Jakarta Sans;
    font-size: 32px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    color: #5C5C5C;
}

.ms-d {
    text-align: center;
}

.choosing-heading {
    font-family: Plus Jakarta Sans;
    font-size: 38px;
    font-weight: 600;
    line-height: 33px;
    color: #653DF8;
    text-align: center;
}

.color-white {
    background: none !important;
    color: white !important;
    -webkit-text-fill-color: unset !important;
}

.dark-text {
    font-family: Plus Jakarta Sans;
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -0.02em;
    text-align: left;
    color: black;
    width: min-content;
}

.box-main {
    width: fit-content;
}

.box {
    background: #FFFFFF;
    box-shadow: 2px 6px 25px 0px #0000001C;
    width: fit-content;
    padding: 10px 20px;
    font-family: Plus Jakarta Sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #653DF8;
    border-radius: 13px;
}

.main-parent-for-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.listings-grey {
    padding: 20px 18px;
    background: #F6F6F6;
    border-radius: 13px;
    margin-top: 25px;
}

.list01 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid #061c3d30;
    padding-bottom: 17px;
}

.list-p {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #061C3D;
}

.list-p2 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #42526B;
}

.after-none:after {
    display: none !important;
}

.divi1:after {
    content: '';
    background: #5956E9;
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    right: -15px;
    top: 200px;
    bottom: 50px;
}

.box-none {
    border-bottom: none;
}

.fundraising-section {
    background-image: url('../img/political-campaign/04.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.box-white-02 {
    background: white;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0px 12.96px 60.49px 0px #061C3D1F;
}

    .box-white-02:hover .hover-show {
        display: none;
        transition: all 1s ease-in-out;
    }


    .box-white-02:hover .hover-hide {
        display: block;
        transition: all 1s ease-in-out;
    }

.hover-hide {
    display: none;
    transition: all 1s ease-in-out;
}

.hover-show {
    display: block;
    transition: all 1s ease-in-out;
}

.blac-txtx {
    font-family: Plus Jakarta Sans;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
}

.puple-bgc {
    background-color: #653DF8;
    color: white;
}

    .puple-bgc:hover {
        color: white;
    }

.container-bg {
    background-image: url(../img/political-campaign/bg-with-man.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 50px !important;
    border-radius: 30px;
}

.widing {
    max-width: 90%;
}

.faq-sec2 {
    background-image: url('/assets/img/political-campaign/faq-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 30px 0px;
    margin-top: 40px !important;
}
/*========================================*/
/*===========AUTO DEALERSHIP==============*/
/*========================================*/
/*
.owl-item {
    opacity: 0.5 !important;
    transition: opacity 0.5s ease;
}

    .owl-item.active {
        opacity: 1 !important;
    }

*/
/*.col-01 {
    margin-left: 80px;
    width: 50%;
    max-width: 50%;
    padding: 0px;
}

.col-02 {
    width: 50%;
    max-width: 50%;
    padding: 0px;
}*/
.img-height {
    height: auto;
}


/*.reminder-img {
    position: absolute;
    left: 25px;
    width: 135px;
    top: 60px;
}*/

/*.reminder-link {
    position: absolute;*/ /* Anchor is positioned similarly to the image */
    /*left: 25px;
    top: 60px;
    width: 135px;*/ /* Match the image width */
    /*height: auto;*/ /* Automatically adjusts based on content */
    /*display: block;
}*/

.bg-image-need {
    background-image: url(../img/Home/banner/girl.png);
    background-size: cover;
    background-position: center;
    height: 500px;
    background-repeat: no-repeat;
}

.reminder-link {
    position: relative;
    left: 15px;
    top: 70px;
    width: 170px;
    display: block;
}


.reminder-img {
    display: block;
    width: 100%; /* Full width inside the anchor */
    height: auto;
}


.girl-img
{
    position: relative;
}

.donations-img {
    position: relative;
    display: block;
    width: 135px;
    top: -65px;
    left: 390px;
}

.promotion-img {
    position: absolute;
    bottom: 160px;
    width: 260px;
    right: 17px;
}

.main-banner1 {
    background-image: url('../img/auto-dealership/all-ban.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0px 30px 0px;
    margin-top: 95px;
}

.bg-parent-o {
    background-image: url(../img/auto-dealership/bg-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 100px 65px 45px;
    /* margin-bottom: 40px;*/
}

.bg-parent2-o {
    background-image: url(../img/auto-dealership/bg-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 63px 40px 63px 100px;
    /*margin-bottom: 40px;*/
}

.bg-parent3-o {
    background-image: url(../img/auto-dealership/bg-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 100px 60px 40px;
    /*margin-bottom: 40px;*/
}

.diff-heigh {
    height: 500px;
}

.cold {
    line-height: 60px;
    word-spacing: 0px;
}

.subsequent-head {
    /*font-family: 'poppins';*/
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    text-align: left;
    letter-spacing: -3px;
}

.special-con1 {
    background-image: url(../img/auto-dealership/dealers.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 50px 50px;
    /*  height: 910px;*/
    border-radius: 40px;
}

#myForm {
    width: 455px;
}

.myForm {
    width: 600px !important;
}

.word-sp-o {
    word-spacing: 0px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.d-o-noone {
    display: none;
}

.image-deal {
    position: relative;
    z-index: 1;
    height: 90%;
}


.image-deal2 {
    position: relative;
    z-index: 1;
    height: 100%;
}

.sep-purplish {
    position: relative;
    /*left: -100px;*/
    padding: 75px 40px 75px 300px;
    z-index: 0;
}

.sib-head {
    font-size: 31px;
    word-spacing: 0px;
    line-height: 40px;
}

.img-o-div {
    height: 400px;
    width: 370px;
    padding-top: 45px;
    padding-bottom: 35px;
    position: absolute;
    display: flex;
    align-items: center;
}

.img-o-div2 {
    height: 350px;
    width: 370px;
    padding-top: 45px;
    padding-bottom: 35px;
    position: absolute;
    display: flex;
    align-items: center;
    right: 120px;
}

/*=================================*/
/*=======Retail SMS Marketing======*/
/*=================================*/

.hero.main-ban {
    background-image: url('../img/Retail-sms-marketing/main-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0px 30px 0px;
    margin-top: 95px;
}

.hero .input-field-email {
    justify-content: space-between;
}

.pad-leftout {
    padding-right: 125px !important;
    padding: 40px;
}

.bg-parent-p {
    background-image: url(../img/Retail-sms-marketing/first.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 68px 87px 68px 40px;
    /* margin-bottom: 40px;*/
}

.bg-parent2-p {
    background-image: url(../img/Retail-sms-marketing/second.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 40px 85px 100px;
    /*margin-bottom: 40px;*/
}

.bg-parent3-p {
    background-image: url(../img/Retail-sms-marketing/third.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 100px 85px 40px;
    /*margin-bottom: 40px;*/
}


.special-con2 {
    background-image: url(../img/Retail-sms-marketing/accord-type.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 50px;
    height: 910px;
    border-radius: 40px;
}

.accord-it {
    padding: 45px 80px 30px 45px;
}


.bor-b {
    border-bottom: 1px solid #FFFFFF;
}


.slider {
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.slide {
    width: 100%;
    float: left;
    overflow: visible;
    border-radius: 25px; /* Capsule shape - adjust as needed */
}

    .slide img {
        width: 80%;
        height: 80%;
        margin: auto;
        display: block;
        border-radius: 25px; /* Capsule shape - match parent */
    }

.slick-slide {
    width: 250px !important;
    background: white;
    padding: 20px;
    margin-inline: 10px;
    text-align: center;
    transition: opacity 0.5s ease;
}

.slider {
    width: 100%; /* Adjust the width as needed */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slick-center {
    opacity: 1; /* Opacity for the center slide */
}

    .slick-center + .slick-slide {
        opacity: 0.75; /* Opacity for the slides adjacent to the center */
    }

        .slick-center + .slick-slide + .slick-slide {
            opacity: 0.75; /* Opacity for the slides two positions away from the center */
        }

.slider-sec {
    background-color: #F7F3FF;
    height: 450px;
}

.inner-slides-p {
    font-size: 20px;
    font-weight: 700;
    line-height: 32.74px;
    text-align: center;
    margin: 0px;
}

/* Blurry overlay */
.slider-sec::before {
    content: "";
    position: absolute;
    display: block;
    height: 210px;
    width: 300px;
    z-index: 1;
    /* top: 0px; */
    right: 0px;
    /* right: 0; */
    /* bottom: 0; */
    background: #ffffffe3;
    filter: blur(60px);
}

.slider-sec::after {
    content: "";
    position: relative;
    display: block;
    height: 210px;
    width: 300px;
    z-index: 1;
    top: -210px;
    right: 0px;
    /* right: 0; */
    /* bottom: 0; */
    background: inherit;
    filter: blur(60px);
}

/*=========================*/
/*====Banking & Finance====*/
/*=========================*/
.main-banner3 {
    background-image: url('../img/banking-finance/main-banner-img.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0px 30px 0px;
    margin-top: 95px;
}

.purple-div2 {
    padding: 50px 40px 50px 60px;
}

.bg-parent-m {
    background-image: url(../img/banking-finance/bg-image1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 100px 65px 45px;
    /* margin-bottom: 40px;*/
}

.bg-parent2-m {
    background-image: url(../img/banking-finance/bg-image2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 58px 40px 58px 100px;
    /* margin-bottom: 40px;*/
}

.bg-parent3-m {
    background-image: url(../img/banking-finance/bg-image3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 77px 100px 77px 45px;
    /* margin-bottom: 40px;*/
}

.bg-parent4-m {
    background-image: url(../img/banking-finance/bg-image4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 40px 80px 100px;
    /* margin-bottom: 40px;*/
}

.diff-heigh2 {
    height: 420px !important;
}
/*==========================*/
/*=SMS MARKETING FOR DENTIST*/
/*==========================*/


.owl-carousel .owl-item {
    width: 50% !important;
    margin-right: 20px;
}


.main-banner4 {
    background-image: url('../img/sms-dentist/main-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0px 30px 0px;
    margin-top: 95px;
}

.numb-before:before {
    content: '01';
    background-color: #623DF8;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 44px;
    font-weight: 800;
    line-height: 55.44px;
    letter-spacing: -0.03em;
    text-align: center;
    color: white;
}

.numb-before2:before {
    content: '02';
    background-color: #623DF8;
    border-radius: 50px;
    padding: 10px 12px;
    font-size: 44px;
    font-weight: 800;
    line-height: 55.44px;
    letter-spacing: -0.03em;
    text-align: center;
    color: white;
}

.numb-before3:before {
    content: '03';
    background-color: #623DF8;
    border-radius: 50px;
    padding: 10px 12px;
    font-size: 44px;
    font-weight: 800;
    line-height: 55.44px;
    letter-spacing: -0.03em;
    text-align: center;
    color: white;
}

.numb-before4:before {
    content: '04';
    background-color: #623DF8;
    border-radius: 50px;
    padding: 10px 12px;
    font-size: 44px;
    font-weight: 800;
    line-height: 55.44px;
    letter-spacing: -0.03em;
    text-align: center;
    color: white;
}

.parent-numb {
    padding: 30px 5px;
}

.purplish-span {
    font-size: 25px;
    font-weight: 600;
    line-height: 42.5px;
    text-align: left;
    color: #7D3EF9;
}

.coler-one {
    display: flex;
    max-width: 65%;
    width: 65%;
    margin-left: 100px;
    flex-direction: column;
    align-items: center;
    height: auto;
    justify-content: center;
}

.coler-two {
    max-width: 45%;
    width: 45%;
}

.accord-it2 {
    padding: 25px;
}

.special-con3 {
    background-image: url(../img/sms-dentist/accord-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 50px;
    height: 1000px;
    border-radius: 40px;
}

/*------PRICING---------*/

.absolute-number {
    overflow: hidden;
    /*box-shadow: inset 0px -20px 10px -10px #D9D9D9;*/
}

.absolute-text {
    margin-top: 20px;
}

.numbers-txt {
    font-size: 110px;
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    line-height: 138.6px;
    text-align: center;
    color: #5a3df77a;
    margin: 0px;
    position: relative;
    z-index: 0;
    bottom: -15px;
}

.get-start {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;
    margin-bottom: 12px;
}

.number-container {
    width: 100%;
    margin-inline: 40px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-icon {
    cursor: pointer;
    height: 20px;
    width: 19px;
    display: block;
    /*padding: 0px 10px;*/
    /*  height: 30px;*/
    border: 2px solid #943DF7;
    border-radius: 50%;
    margin-left: 15px;
}

    .tooltip-icon p {
        font-style: italic;
        font-size: 18px; /* Adjust font size as needed */
        color: #943DF7;
        font-weight: 600;
        font-family: 'bootstrap-icons';
        line-height: 12px;
        text-align: center;
        margin: 0px;
    }

.tooltip-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/Union.png);
    background-size: 100% 100%, cover;
    background-repeat: no-repeat;
    padding: 26px 20px 10px 20px;
    /* background-color: #140e38; */
    color: white;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    z-index: 1000;
    width: 370px;
    height: auto;
    border-radius: 10px;
    line-height: 22px;
}

.pricing-inner-01 {
    max-height: 100%;
    height: 100%;
    padding-bottom: 60px;
    overflow: visible;
}


.purple-txt {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 16.38px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #943DF7;
    margin: 0px;
    font-size: 14px;
}

.flex-divs-parent {
    justify-content: center;
    align-items: center;
}

.colored-pricing {
    background-color: #F9F3FF;
    padding: 180px 0 100px;
    /*    position: relative;
    z-index: -1;*/
}



.owl-carousel .owl-stage {
    display: flex;
}

.category-tab.activated, .new-category-tab.activated, .another-new-category-tab.activated, .yet-another-new-category-tab.activated {
    background: #FFFFFF !important;
    border: 2px solid #CFA8FB;
    border-radius: 30px;
}

.category-tab, .new-category-tab, .another-new-category-tab, .yetAnotherNewTab3, .yet-another-new-category-tab {
    background: none !important;
    padding-inline: 0px !important;
}

@mixin transition($seconds) {
    -webkit-transition: all $seconds cubic-bezier(.07, .49, 1, .08);
    -moz-transition: all $seconds cubic-bezier(.07, .49, 1, .08);
    transition: all $seconds cubic-bezier(.07, .49, 1, .08);
}


// Mixin Responsive

$min-viewport: 350;
$max-viewport: 1792;

@mixin responsive($property, $property-min, $property-max) {
    #

{
    $property
}

// Carousel
.categories-background {
    background: #FFF6EB;
    overflow-x: hidden;

    @include responsive(padding-top, 75, 100);
    @include responsive(padding-bottom, 75, 100);
    position: relative;
}



@media (max-width: 1000px) {
    .owl-carousel .item {
        width: 100%; /* Make the items full-width on smaller screens */
    }
}

.tab-categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: rgba(222, 206, 187, 0.2);
    padding: 10px;

    @media only screen and (max-width: $tab-hide) {
        display: none;
    }

    // media-query
}

.category-tab {
    font-family: $sans-serif;
    font-style: normal;
    font-weight: normal;
    @include responsive(font-size, 16, 18);
    //@include responsive(height, 50, 60);
    padding: 15px;
    position: relative;
    // @include responsive(padding-right, 30, 75);
    //@include responsive(padding-left, 30, 75);
    letter-spacing: 0.05em;
    color: $black;
    background: transparent;
    border: none;
    flex-basis: 25%;
    @include transition(0.7s);
    &:hover, &:active

{
    color: black;
}

}
/*
.category-tab.activated {
    background: rgba(230,167,121, 0.3);
}
*/
.category-tab:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, rgba(251,229,229,0.5) 0%, rgba(181,235,211,0.5) 35%, rgba(184,237,247,0.5) 100%);
    opacity: 0;
    @include transition(0.3s);
}

.category-tab:hover:after {
    opacity: 0.7;
}

#demo .carousel-inner, .carousel-inner {
    overflow: visible !important;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}


// Carousel style

$carousel-shadow:rgba(74, 20, 6, 0.48);
$carousel-box-shadow-length: 5px;

@mixin carousel-shadow {
    -webkit-box-shadow: 0px 0px $carousel-box-shadow-length 0px $carousel-shadow;
    -moz-box-shadow: 0px 0px $carousel-box-shadow-length 0px $carousel-shadow;
    box-shadow: 0px 0px $carousel-box-shadow-length 0px $carousel-shadow;
}

$carousel-item-margin: 25px;

.owl-carousel {
    @include responsive(margin-top,40,80);
}

.owl-stage-outer {
    padding-top: 15px;
}

.owl-item-inner {
    padding: 0px;
    //border-radius: 15px;
}

.carousel-shadow {
    margin-right: $carousel-item-margin;
    margin-left: $carousel-item-margin;
    @include carousel-shadow;
}

: calc(#{$property-min}px + (#{$property-max} - #{$property-min}) * ( (100vw - #{$min-viewport}px) / (#{$max-viewport} - #{$min-viewport}) )) !important;
}


.remove-bor-b {
    border-bottom: 0px;
}


@media only screen and (max-width: 2200px) and (min-width: 1400px) {
    .colso:before {
        width: 265px !important;
        background-size: contain;
    }
    .cust-division {
        width: 48%;
    }
}

@media only screen and (max-width: 1800px) {
    .img-o-div2 {
        right: 220px;
        height: 350px;
        width: auto;
    }

    .image-deal2 {
        height: 180px;
        width: 200px;
    }
}

@media only screen and (max-width: 1750px) {
    .banner-aboutus-page {
        background-size: cover;
    }
}

@media only screen and (max-width: 1640px) {
    .img-o-div2 {
        right: 135px;
    }
}

@media only screen and (max-width: 1480px) {
    .pad-leftout {
        padding-right: 200px !important;
    }

    .img-o-div2 {
        right: 130px;
    }
}

@media only screen and (max-width: 1401px) {

    .donations-img {
        left: 375px;
    }

    .reminder-link {
        top: 75px;
    }

    .promotion-img {
        bottom: 165px;
    }

    .banner-modal-position {
        margin-top: -60px !important;
    }

    .w-content {
        width: 520px;
    }

    /*    .banner-modal-position {
        top: 450px;
    }*/

    .why-content-container {
        width: 820px;
    }

    .mt111b {
        margin-top: 160px;
    }

    .bg-parent {
        padding: 40px 65px 45px 40px;
    }

    .bg-parent2 {
        padding: 40px 40px 45px 100px;
    }

    .bg-parent3 {
        padding: 40px 65px 40px 40px;
    }

    .bg-parent-o {
        padding: 40px 65px 45px 40px;
    }

    .bg-parent2-o {
        padding: 40px 40px 45px 100px;
    }

    .bg-parent3-o {
        padding: 40px 65px 40px 40px;
    }

    .bg-parent-p {
        padding: 49px 65px 48px 40px;
    }

    .bg-parent2-p {
        padding: 49px 40px 49px 100px;
    }

    .bg-parent3-p {
        padding: 45px 65px 45px 40px;
    }


    .bg-parent-m {
        padding: 43px 65px 43px 40px;
    }

    .bg-parent2-m {
        padding: 40px 40px 40px 100px;
    }

    .bg-parent3-m {
        padding: 55px 65px 55px 40px;
    }

    .bg-parent4-m {
        padding: 44px 65px 44px 100px;
    }

    .img-o-div {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .image-deal {
        width: 350px;
        max-width: 422px;
    }

    .img-o-div2 {
        right: 100px;
        align-items: center;
        height: 440px;
    }

    .pad-leftout {
        padding-right: 110px !important;
    }

    .image-deal2 {
        /* width: 260px;
                max-width: 260px;*/
        height: 185px;
    }

    .special-con3 {
        height: 1060px;
    }
}

@media (min-width: 1365px) {
    .call-to-action {
        background-attachment: fixed;
    }
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }


    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
        /*     color: rgba(255, 255, 255, 0.6);*/
        color: rgb(255 255 255);
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #fff;
            text-decoration: none;
        }

    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
        background: linear-gradient(37deg, rgb(135 61 248) 1%, rgb(105 61 248) 100%);
        border-radius: 60px;
        padding: 8px 20px;
        margin-left: 30px;
        /* border-radius: 4px; */
        color: #fff;
    }

        .navbar .get-a-quote:hover,
        .navbar .get-a-quote:focus:hover {
            color: #fff;
            background: linear-gradient(37deg, rgb(135 61 248) 1%, rgb(105 61 248) 100%);
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 15px;
            text-transform: none;
            font-weight: 400;
            color: var(--color-secondary);
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #873df8;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media only screen and (max-width: 2200px) and (min-width: 1580px)
{
    .img-o-divai {
        position: relative;
        left: -210px;
        width: 500px;
        display: flex;
        height: 100%;
        align-items: center;
    }
    .img-dealai {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 1279px) {

    .header .nav-bar .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        /*    background: rgba(14, 29, 52, 0.9);*/
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        background: #160337;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #fff;
        }

    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
        /* background: var(--color-primary);*/
        padding: 8px 20px;
        border-radius: 30px;
        margin: 15px;
        color: #fff;
        background: rgb(135 61 248);
        width: fit-content;
    }

        .navbar .get-a-quote:hover,
        .navbar .get-a-quote:focus:hover {
            color: #fff;
            background: rgba(13, 66, 255, 0.8);
        }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        /*            margin: 10px 20px;*/
        transition: all 0.5s ease-in-out;
        /*            border: 1px solid #19335c;*/
    }


    .navbar .dropdown > .dropdown-active,
    .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 10px;
        /*        right: 20px;*/
        top: 20px;
        z-index: 9999;
    }



    .navbar .ul-two {
        display: none !important;
    }

    .navbar .dis-none {
        display: block !important;
    }


    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            right: 0 !important;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(14, 29, 52, 0.8);
                z-index: 9996;
            }

    .nav-bar {
        justify-content: space-between !important;
    }

    .sep-purplish {
        position: relative;
        /*left: -100px;*/
        padding: 45px 40px 45px 300px;
        z-index: 0;
    }

    .sib-head {
        font-size: 31px;
        word-spacing: 0px;
        line-height: 40px;
    }


    .image-deal {
        width: 350px;
        max-width: 350px;
        height: 330px;
    }

    .img-o-div2 {
        right: 60px;
    }
}

@media only screen and (max-width: 1201px) {
    .flex-col-direction
    {
        flex-direction: column;
    }

    .bg-image-need {
        width: 515px;
        height: 465px;
    }

    .donations-img {
        left: 350px;
    }

    .promotion-img {
        position: absolute;
        bottom: 150px;
        width: 245px;
        right: -50px;
    }

    .reminder-link { 
        left: 10px;
        top: 60px;
    }
    
    .fullwidecol2 {
        width: 100%;
        max-width: 100%;
    }

    .gapping-div {
        justify-content: flex-start !important;
        gap: 20px;
    }

    .cust-division {
        width: 47%;
    }
    .box-white-02 {
        height: 100%;
    }

    .img-o-divai { 
        left: -130px;
        width: 400px; 
    }

    #banner-modal-popup {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .banner-modal-position {
        position: relative !important;
        width: 100%;
    }

    .container-bg {
        border-radius: 0px;
    }

    .custom-height {
        height: auto;
    }

    .list-p {
        line-height: 30px !important;
    }

    .pricing h4 {
        font-size: 32px;
    }

    .topping-row {
        margin-top: 20px;
    }

    .banner-modal-position {
        margin-top: 80px;
    }



    .navvvbar ul {
        flex-direction: column;
    }

    .w-content {
        width: 430px;
    }

    .subsequent-head {
        font-size: 50px !important;
    }

    .pricing .pricing-item {
        padding: 60px 0px 60px 15px;
    }

    .colso:before {
        background-image: none !important;
        content: "Most Popular";
        position: absolute;
        background-repeat: no-repeat;
        height: fit-content;
        background-size: contain;
        display: block;
        top: -45px;
        left: 15px;
        background: #CFA8FB;
        padding: 10px 15px;
        color: white;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        font-size: 18px;
        letter-spacing: 0.5px;
        font-family: 'Plus Jakarta Sans';
        width: 211px;
    }

    .why-content-container {
        width: 720px;
    }

    .special-con2 {
        height: 1060px;
    }

    .special-con3 {
        height: 1200px;
    }

    .myForm {
        width: 500px !important;
    }

    .why-img-container {
        width: 330px;
    }

    .mt111b {
        margin-top: 132px;
    }

    .getting-approve-container {
        top: 0px;
    }

    .getting-approve-container1 {
        top: 20px;
    }

    .font-number {
        top: -30px;
    }

    .img-circle {
        right: -60px;
        top: -90px;
    }

    .img-circle1 {
        right: -150px;
        top: -135px;
    }

    .SMS-feature-div {
        height: 390px;
    }

    .sms-heading-banner {
        font-size: 30px;
        line-height: 45px;
    }

    .free-text-heading {
        font-size: 26px;
        font-weight: 600;
        line-height: 40px;
    }

    .sep-p {
        width: 65px;
        height: 65px;
    }

    .bg-parent {
        padding: 21px;
    }

    .bg-parent3 {
        padding: 18px 28px;
    }

    .bg-parent2 {
        padding: 18px 18px 18px 80px;
        margin-left: 30px;
    }

    .bg-parent-o {
        padding: 21px;
    }

    .bg-parent3-o {
        padding: 25px 28px;
    }

    .bg-parent2-o {
        padding: 8px 18px 8px 100px;
        /*margin-left: 30px;*/
    }

    .bg-parent-p {
        padding: 13px 25px;
    }

    .bg-parent3-p {
        padding: 25px 28px;
    }

    .bg-parent2-p {
        padding: 8px 18px 8px 100px;
        /*margin-left: 30px;*/
    }


    .bg-parent-m {
        padding: 23px 25px;
    }

    .bg-parent3-m {
        padding: 19px 28px;
    }

    .bg-parent2-m {
        padding: 8px 18px 8px 100px;
        /*margin-left: 30px;*/
    }

    .bg-parent4-m {
        padding: 22px 60px 22px 70px;
    }

    .sep-part-para {
        max-width: 95% !important
    }

    .part-para {
        max-width: 85%;
    }

    .part-para2 {
        max-width: 90%;
    }

    .diff-color {
        line-height: 65px;
    }

    .banner-heading {
        font-size: 50px;
    }

    .button-con {
        margin-bottom: 35px;
        margin-top: 15px !important;
    }

    .para-wide1w {
        width: 95%;
        margin-left: 0px;
    }

    .hover-divs {
        height: 650px;
    }

    .dot-heading {
        font-size: 50px;
    }

    .banner-subheading {
        font-size: 35px;
        line-height: 48px;
        width: 100%;
    }
}

@media only screen and (max-width: 1135px) {
    .pad-leftout {
        padding-right: 35px !important;
    }

    .slider-sec::after, .slider-sec::before {
        display: none;
    }

    .sep-widcols {
        max-width: 100%;
        width: 100%;
    }

    .img-o-div2 {
        position: static;
    }

    .image-deal2 {
        width: 40%;
        height: 100%;
        margin: auto;
    }

    .coler-one {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1108px)
{
    .bg-image-need {
        background-image: url(../img/Home/banner/girl2.png);
        width: 465px;
    }

    .donations-img {
        left: 330px;
        width: 106px;
    }
    .promotion-img { 
        bottom: 160px;
        width: 200px;
        right: 0px;
    }

    .img-o-divai {
        left: -90px;
        width: 400px;
    }

    .img-dealai {
        height: 100%;
        width: 100%;
    }

    .purple-div-ai {
        padding-left: 235px !important;
    }
}

@media (max-width: 992px) {

    .bg-image-need {
        background-image: url(../img/Home/banner/mobi-girl.png);
        width: 610px;
        margin: auto;
        height: 550px;
    }

    .cust-division {
        width: 85%;
        margin-right: 0px;
    }

    .reminder-link {
        left: -10px;
        top: 70px;
        width: 200px;
    }

    .donations-img {
        position: absolute;
        width: 155px;
        top: 75px;
        right: 90px;
        left: auto;
    }

    .promotion-img {
        bottom: 175px;
        width: 285px;
        right: 55px;
    }

    .show-hided {
        display: none !important;
    }

    .show-hided2 {
        display: flex !important;
    }


    .top-div
    {
        flex-direction: column;
        margin-top: 0px;
    }

    .remove-marging {
        margin-top: 30px;
    }

    .flex-row-col {
        flex-direction: column;
    }
    .show-hidex {
        display: none;
    }

    .show-hide2x {
        display: block;
    }

    .adding-margin
    {
        margin-top: 50px !important;
    }

    .rem-marg {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .img-o-divai {
        display: none;
    }

    .purple-div-ai {
        padding-left: 40px !important;
    }

    .fullwidecol {
        width: 100%;
        max-width: 100%;
    }
    .custom-height {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .hero.main-banner-ai {
        padding: 230px 0px 0px 0px !important;
        background-image: url(../img/ai-textor/plain-cover.png);
    }

    .banner-modal-position {
        position: absolute !important;
        width: auto;
    }

    #banner-modal-popup {
        margin-bottom: 50px;
    }
        .marginig {
        margin-bottom: 20px;
    }

    .red-main {
        justify-content: space-between;
    }

    .divi1:after {
        display: none;
    }

    .divi1 {
        padding: 0px !important;
    }

    .seperate-color {
        font-size: 46px;
        line-height: 55px;
    }

    .choosing-heading {
        line-height: 45px;
    }

    .listings-grey {
        margin-bottom: 30px;
    }

    .pricing h4 {
        font-size: 54px;
    }


    .colso:before {
        top: -45px;
    }

    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }

    .our-mission-content {
        padding-left: 0px;
        margin-top: 40px;
    }

    .best-practice-heading-row-1 {
        display: none;
    }

    .best-practice-heading-row-2 {
        display: flex;
    }

    .special-con3 {
        height: 1580px;
    }

    .coler-one, .coler-two {
        max-width: 80%;
        width: 80%;
        margin: auto;
    }

    .coler-two {
        margin-right: 0px;
    }

    .accord-it {
        padding: 30px;
    }

    .special-con2, .special-con2 {
        height: 1180px;
    }

    .part-para2 {
        max-width: 100%;
    }

    .margein-row {
        flex-direction: column;
    }

    .margin-left-on, .button-con {
        margin-left: 0px;
    }

    .mar-our-mission-1 {
        margin-bottom: 30px;
    }

    .why-img-container {
        display: none;
    }

    .why-content-container {
        width: auto;
        padding-left: 0px;
        margin-top: 50px;
    }

    .mobile-heading-why {
        display: block;
    }

    .why-power-textor-container {
        flex-direction: column;
        align-items: center;
    }

    .send-mms-example {
        width: 100%;
    }

    .pad-left {
        padding-left: 0px;
    }

    .carousel-wrapper {
        margin-top: 120px;
        width: 750px;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .mar-bot {
        margin-bottom: 50px;
    }

    .getting-approve-container {
        top: -70px;
    }

    .getting-approve-container1 {
        top: -70px;
    }

    .getting-approve-container2 {
        position: relative;
        top: -60px;
    }

    .img-person {
        left: -60px;
    }

    .img-circle1 {
        right: -200px;
        top: -240px;
    }

    .img-dots {
        top: -250px;
        left: -200px;
    }

    .col-rows {
        flex-direction: column;
    }

    .wide-cols {
        max-width: 100%;
        width: 100%;
    }

    .image-deal {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .image-deal2 {
        width: 50%;
        max-width: 100%;
        height: auto;
    }

    .main-col {
        flex-direction: column;
    }

    .sep-col-only {
        display: flex;
        justify-content: center;
    }

    .max-img {
        width: 45%;
        max-width: 45%;
        margin-top: 20px;
    }

    .purple-div {
        padding: 50px 40px 50px 60px;
    }

    .bg-parent, .bg-parent3, .bg-parent-o, .bg-parent3-o, .bg-parent-p, .bg-parent3-p, .bg-parent-m, .bg-parent3-m {
        padding: 20px;
        margin-left: 15px;
        border-radius: 30px;
    }

    .bg-parent2, .bg-parent2-o, .bg-parent2-p, .bg-parent2-m, .bg-parent4-m {
        padding: 20px;
        margin-right: 15px;
        border-radius: 30px;
    }

    .part-para {
        max-width: 100%;
    }

    .row-col-white {
        flex-direction: column;
    }

    .full-col-wider {
        max-width: 100%;
        width: 100%;
    }

    .hover-divs {
        height: fit-content;
    }

    .accordion {
        border: none;
    }

    .cold-diving {
        flex-direction: column;
    }


    .spec-row {
        gap: 20px;
    }

    .pricing .pricing-item {
        padding: 60px 0px 60px 45px;
    }

    .colso {
        position: relative;
        top: 40px;
        margin-bottom: 45px;
    }

    .pricing .pricing-item.bor-db {
        border-top-right-radius: 20px;
    }

    .width25 {
        width: 25%;
        max-width: 25%;
    }

    .Feature-line {
        display: none;
    }

    .hero.main-banner1 {
        background-image: url(../img/auto-dealership/banner-o.png) !important;
        padding: 65px 0px 0px 0px !important;
    }

    .hero.main-banner2 {
        background-image: url(../img/auto-dealership/banner-o.png) !important;
        padding: 65px 0px 0px 0px !important;
    }

    .hero.main-ban {
        background-image: url(../img/auto-dealership/banner-o.png) !important;
        padding: 65px 0px 0px 0px !important;
    }

    .hero.main-banner4 {
        background-image: url(../img/auto-dealership/banner-o.png) !important;
        padding: 65px 0px 0px 0px !important;
    }

    .d-o-noone {
        display: block !important;
    }

    .img-height {
        position: relative;
        right: -140px;
    }

    .banner-modal-position {
        margin-top: 650px;
    }

    .w-content {
        width: 100%;
        padding: 20px;
        padding-top: 70px;
    }


    #myForm.myForm {
        width: 100% !important;
        max-width: 100% !important;
    }

    .img-what-is-a2p {
        left: -20px;
    }

    .pad-rl {
        padding-left: 12px;
        padding-right: 12px;
    }

    .pad-r {
        padding-right: 12px;
    }

    .pad-l {
        padding-left: 12px;
    }

    .flex-1 {
        flex-direction: column;
    }

    .testimonials .testimonial-item p {
        width: 80%;
    }

    .content-align {
        padding: 0px !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .pricing-item12 {
        padding: 20px 40px;
    }

    .img-add-ons-div {
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .valid-image {
        width: 50%;
        max-width: 50%;
    }

    .buttons {
        left: 52%;
        bottom: 412px;
    }

    .accordion-tab--status {
        display: inline;
    }

    .accordion__content,
    .accordion__label {
        order: initial;
    }

    .accordion__content {
        flex-direction: column;
    }

    .accordion__label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1px;
        display: flex;
        justify-content: space-between;
        font-size: 1.2em;
        padding: 5% 6% 5% 6%;
    }

    /*.accordion__label:last-child {
            background-color: magenta;
        }*/

    .accordion__content__image__container {
        width: 100%;
    }

    .accordion__content__image {
        padding: 0;
        margin: 0;
        object-fit: cover;
        height: 300px;
        width: 100%;
    }

    .accordion__content__text {
        font-size: 0.9em;
        margin: 4% 5% 4% 5%;
    }

    .accordion__content__text__title {
        margin: 2% 0 2% 0;
    }

    .accordion__content__text__horizontal-line {
        width: 100%;
    }

    .accordion input[type="radio"] + label span:after {
        content: '+';
    }

    .accordion input[type="radio"]:checked + label span:after {
        content: ' ';
    }

    .accordion input[type="radio"]:checked + label {
        border: none;
    }

        .accordion input[type="radio"]:checked + label + .accordion {
            border: none;
        }

        .accordion input[type="radio"]:checked + label + .accordion__content {
            border: none;
        }
}

@media (min-width: 900px) {
    .container1 {
        grid-template-columns: repeat(4, 175px);
        height: auto;
    }
}

@media only screen and (max-width: 800px) {
    .slick-slider {
        height: 80px;
    }

    .row-full-wide {
        flex-direction: column;
    }

    .max-row-col {
        width: 100%;
        max-width: 100%;
    }

    .special-con3 {
        height: auto;
    }
}

@media (max-width:768px) {

    .bg-image-need {
        background-image: url(../img/Home/banner/mobi-girl-fixedx.png);
        width: 550px;
    }

    .promotion-img {
        bottom: 190px;
        width: 215px;
        right: -10px;
    }

    .donations-img {
        position: absolute;
        width: 125px;
        top: 50px;
        right: 0px;
        left: auto;
    }
    .bord-l {
        border-right: none;
    }

    .remove-marging {
        padding-inline: 15px !important;
    }

    .cust-division {
        width: 100%;
    }
        .show-hide
    {
        display: none;
    }

    .show-hide2 {
        display: block;
    }

    .unique-dropdown-arrow {
        width: 12px;
        height: 12px;
    }

    .custom-mp {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .container-bg {
        background-color: #5e32fc;
        background-image: none;
        border-radius: 25px;
    }

    .trial-paras {
        padding: 0px 20px !important;
        font-size: 15px !important;
    }

    .unique-dropdown-summary {
        margin-right: 25px;
    }

    .banner-modal-position {
        margin-top: 450px;
    }

    .marger-inline {
        margin-inline: 25px;
    }

    h4.addon {
        color: #5A3DF7;
    }

    .whole-divs {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .main-btn-dov {
        display: flex;
        width: 100%;
        border-radius: 25px;
        background-image: linear-gradient(68.79deg, #873DF8 1%, #693DF8 100%);
        padding: 15px;
        justify-content: center;
        align-items: center;
    }

    .mob-section {
        display: block;
        padding-bottom: 0px;
    }

    .pricing-item12 {
        padding: 20px 25px;
    }

    .pricing-inner-01 .tooltip-content {
        left: -50%;
        top: 40px;
        padding: 15px;
        width: 250px;
        border-radius: 12px;
        line-height: 20px;
        background: #140e38bd;
        background-image: none;
    }

    .title {
        height: 60px;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        padding: 20px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1.02px;
    }

    img.img-thumbnail-new-flag {
        width: 35px;
        height: auto;
    }

    .desktop-only {
        display: none;
    }

    h1.heading-center {
        font-size: 44px;
    }

    .pricing .buy-btn {
        display: inline-block;
        padding: 8px 30px;
    }

    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }

    .img-height {
        position: relative;
        right: -115px;
    }

    /* .d-flex {
      display: block!important;
  }
   */

    .col-sm-4 {
        width: 100% !important;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 100%;
    }

    .container1 {
        grid-template-columns: repeat(1, 160px) !important;
    }

    .hero {
        padding: 120px 0 60px 0 !important;
    }

    .col-md-6.order-2.order-md-1 {
        margin-bottom: 50px;
    }

    .pricing .pricing-item {
        width: 100%;
        margin-right: 20px;
        height: auto;
        padding: 15px 0px 15px 15px;
    }

    .pricing h3 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .pricing h4 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 50px;
    }

    .col-md-6.order-2.order-md-1 {
        margin-bottom: 50px;
    }

    .carousel-indicators {
        margin-bottom: -2rem;
    }

    .width25 {
        width: 50%;
        max-width: 50%;
    }

    .hoverbox h3.box {
        text-align: left;
        font-size: 17px;
    }

    .hoverbox p.box {
        text-align: left;
        font-size: 13px;
    }

    .avatar {
        width: 64px;
        height: 64px;
    }


    .hoverbox {
        padding: 60px 60px;
    }

    /* Styling for the Calendly inline widget */
    .calendly-inline-widget {
        position: relative;
        min-width: 320px;
        height: 1100px !important;
    }

    .calendly-frame {
        width: 100% !important;
        height: 1100px !important;
    }

    .usage-form {
        max-width: 100% !important;
        width: 99% !important;
    }

    .d-flex.justify-content-center.aos-init.aos-animate {
        display: block !important;
    }

    h1.aos-init.aos-animate {
        font-size: 30px;
    }

    h3.testimonial-heading {
        font-size: 22px;
    }

    h3 {
        font-size: 26px;
    }

        h3.text-align {
            text-align: center;
            color: #fff;
            line-height: 35px;
            margin-right: 0px !important;
        }

    /*slider responsive*/
    p.sp3 {
        text-align: center;
    }
    /**/
    .col-sm-4 {
        text-align: center;
    }


    .row.justify-content-md-center {
        display: block;
        text-align: center;
    }

    label.accordion__label {
        font-size: 15px;
    }

    /*section#accordion1{
display: none;
}*/
    section#accordion2 {
        display: block !important;
    }

    .mb-3 {
        margin-bottom: 0rem !important;
    }

    /*section#better{
  display: none;
}*/


    .pricing .buy-btn {
        display: block;
        padding: 11px 33px;
        text-align: center;
    }

    #numslider {
        background-color: #F5FEFF;
        /*height: 370rem !important;*/
        height: auto !important;
    }


    .owl-dots .owl-dot span {
        display: none;
    }

    button.owl-dot.active span {
        background-color: purple !important;
    }

    .card {
        /*    padding-top: 23px;*/
        padding-bottom: 20px;
        padding-top: 0px;
    }

    .nav-pills .nav-link.active {
        width: auto !important;
        text-align: center;
    }

    div#v-pills-tabContent {
        margin-top: 30px;
    }


    /*--------------------------------------------------------------
            # Disable aos animation delay on mobile devices
    --------------------------------------------------------------*/
    [data-aos-delay] {
        transition-delay: 0 !important;
    }


    h1.heading-banner {
        font-size: 50px;
        letter-spacing: 0.8px !important;
        line-height: 50px;
    }

    .w-content-position {
        top: -26px;
    }

    .tab {
        float: left;
        background-color: #444062;
        width: 100%;
    }

    .tabcontent {
        /* padding: 0px 12px; */
        width: 100%;
    }

    .d-flex.align-items-start {
        display: block !important;
    }

    .carousel-control-next-icon {
        display: none;
    }

    .image-deal2 {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .full-wider {
        max-width: 100%;
        width: 100%;
    }

    .carousel-control-prev-icon {
        display: none;
    }

    .num-text-container {
        flex-direction: column;
    }

    .reverse-1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .font-number1 {
        top: -30px;
        right: 0px;
    }

    .getting-approve-content {
        position: relative;
        top: -35px;
    }

    .font-number {
        left: 0px;
    }

    .img-circle {
        right: -25px;
        top: -90px;
    }

    .img-circle1 {
        top: -185px;
    }

    .banner-bg-a2p {
        padding: 100px 10px;
    }

    .mini-cols {
        flex-direction: column;
    }

    .bg-parent2,
    .bg-parent3,
    .bg-parent,
    .bg-parent2-o,
    .bg-parent3-o,
    .bg-parent-o
    .bg-parent2-p,
    .bg-parent3-p,
    .bg-parent-p,
    .bg-parent2-m,
    .bg-parent3-m,
    .bg-parent-m,
    .bg-parent4-m {
        margin: 0px;
    }

    .minor-col {
        flex-direction: column-reverse;
    }

    .sep-part-para {
        max-width: 100% !important;
    }

    .special-con, .special-con1 {
        padding: 35px 30px;
    }

    .special-con2 {
        height: 1380px;
    }

    .accordion-item1.show-background {
        margin-top: 20px;
    }
}

@media (min-width: 660px) and (max-width: 899px) {
    .container1 {
        grid-template-columns: repeat(1, 160px);
    }
}

@media only screen and (max-width: 640px) {
    .features .features-item + .features-item {
        margin-top: 40px;
    }

    .section-header h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .container-bg {
        margin-inline: 20px !important;
        width: fit-content;
    }

    .buttons {
        /* left: 52% !important;
        bottom: 536px !important;*/
        left: 80% !important;
        bottom: 10px !important;
        margin-top: -157px;
    }



    .section-header span {
        font-size: 38px;
    }

    iframe {
        width: 100%;
        /* height: auto;*/
    }

    .button-container {
        flex-direction: column;
        gap: 25px;
    }

    .flex-rowd {
        flex-direction: column;
    }

    .usage-form {
        max-width: 100% !important;
        width: 99% !important;
    }

    div#captcha_div {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {

    .bg-image-need {
        width: 480px;
        height: 480px;
    }

    .reminder-link
    {
                width: 165px;
    }
    .donations-img { 
        position: relative;
        display: block;
        bottom: auto;
        right: auto;
        left: 350px;
        top: -200px;
        bottom: auto;
    }

    .promotion-img {
        bottom: -70px;
        width: 195px;
        position: relative;
        display: block;
        left: 275px;
        right: auto;
    }

    .mini-heading {
        text-align: left;
    }

    .seperate-color {
        text-align: left;
    }

    .choosing-heading {
        text-align: left;
    }

    .margin-t {
        margin-top: 30px !important;
    }

    .img-what-is-a2p {
        width: 300px;
    }

    .hoverbox1 {
        width: auto;
    }

    .hero h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .property-gap {
        flex-direction: column;
    }

    .banner-modal-position {
        margin-top: 650px;
    }

    a.a2p-10dlc-button {
        width: max-content;
    }

    .get-a-quote .php-email-form {
        padding: 20px;
    }

    .img-height {
        position: relative;
        right: -10px;
    }
}

@media (min-width:370px) and (max-width:575px) {

    .sp4-bulk {
        height: 10rem !important;
    }

    .bul {
        width: 23rem;
    }

    .bul111 {
        width: 22rem;
    }

    .reac1 {
    }

/*    .hero-img {
        margin-top: 14rem;
    }
*/
    .hero2 {
        height: 273px;
        width: 100%;
    }

    .hero4 {
        text-align: center;
    }

    .rel {
        text-align: center;
    }

    .rel1 {
        text-align: center;
    }

    .rell1 {
        text-align: center;
    }

    .rel11 {
        text-align: center;
    }

    h4.rell1 {
        text-align: center !important;
    }

    rel111 {
        width: 20rem;
    }

    .rel2 {
        margin-left: 0rem;
        text-align: justify;
    }

    .horz1 {
        display: none;
    }

    .horz {
        display: none;
    }

    .uni {
        text-align: center;
    }

    .uni1 {
        display: none;
    }

    .uni2 {
        text-align: center;
    }

    .uni3 {
    }

    .rela1 {
        text-align: center;
    }

    .rela5 {
        width: 117%;
        height: 25rem;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 17rem;
    }

    .relaa5 {
        width: 117%;
        height: 25rem;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 1rem;
    }

    .relaaa5 {
        width: 105%;
        height: 20rem;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0rem;
    }

    .relaa1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .rela4 {
        width: 200px;
    }
}

@media only screen and (max-width: 540px) {
    .breadcrumbs .page-header {
        padding: 80px 0 40px 0;
    }

    .col-rows {
        width: 100%;
    }

    .pricing-inner-01 .tooltip-content {
        left: -70px;
    }

    .second-tooltip {
        left: 50px !important;
    }

    .tabs-for-effect {
        gap: 15px;
    }

    category-tab {
        padding: 10px 20px;
    }

    .marger-inline {
        margin-inline: 15px;
    }

    #contact-us-heading {
        font-size: 25px;
        margin-top: 60px;
        margin-bottom: 30px;
        margin-right: 20px;
        margin-left: 40px;
    }
    /* Styling for the button container */
    .button-container {
        display: flex;
        justify-content: center;
        /*margin-top: -20px;*/
    }

        /* Styling for buttons within the button container */
        .button-container button {
            font-size: 15px;
            font-weight: 500;
            padding: 10px 17px;
            margin: 0 8px; /* Adjust the value to set the desired distance between the buttons */
        }

    /* Styling for the contact section header */
    .contact-us-header {
        font-size: 20px;
        font-weight: bold;
        /*  margin-top: -650px;*/
        /*margin-top: -850px;*/
    }

    /* Styling for the contact section text */
    .contact-us-text {
        font-size: 14px;
        font-weight: normal;
    }
    /* Styling for the PHP email form in the contact section */
    .contact .php-email-form {
        /*margin-top: 80px;*/
        background: #fff;
        width: auto;
    }


        /* Styling for input fields and text areas in the PHP email form */
        .contact .php-email-form input,
        .contact .php-email-form textarea {
            /*margin-top: -20px;*/
            background-color: #F1F1F1;
            border-radius: 20px;
            box-shadow: none;
            font-size: 14px;
            border: none;
        }
        /* Styling for the submit button in the PHP email form */
        .contact .php-email-form button[type=submit] {
            margin-top: 20px;
            margin-bottom: 20px;
            background: #851FF7;
            border: 0;
            padding: 10px 35px;
            color: #fff;
            transition: 0.4s;
            border-radius: 50px;
            /*margin-top: -10px;*/
            font-size: 15px;
            font-weight: 500;
        }

    .usage-form {
        max-width: 100% !important;
        width: 100% !important;
    }
    /* Styling for the image container */
    .image-container {
        display: block;
        align-items: center;
        margin: 0 10px 10px 0;
        margin-bottom: -50px;
    }

    /* Styling for the image text */
    .image-text {
        display: flex;
        align-items: center;
        margin-right: 0px;
    }

    /* Styling for the contact us image */
    .cu-image {
        margin-right: 15px;
        width: 15px;
        height: auto;
    }

    /* Styling for the contact us text */
    .cu-text {
        margin-top: 5px;
        font-size: 14px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 500px) {
    .bg-image-need {
        zoom:83%;
    }


}

@media only screen and (max-width: 510px) {
    .banner-modal-position {
        margin-top: 650px;
    }

    .subsequent-head {
        font-size: 35px !important;
        line-height: 45px !important;
        letter-spacing: -1.5px !important;
    }

    .registration-buttons-container {
        flex-direction: column;
    }

    .two-buttons {
        flex-direction: column;
        gap: 0px;
    }


    .mobile-view {
        display: inherit !important;
    }

    .hero .input-field-email {
        border: none;
        padding-inline: 0px;
    }

    .hero .input-field-o {
        border: 1px solid lightgrey;
        margin-bottom: 10px;
    }

    .desktop-view {
        display: none !important;
    }

    .banner-heading {
        font-size: 40px;
        line-height: 50px;
    }

    .purple-div {
        padding: 35px 30px;
    }

    #myForm {
        width: 100%;
    }
}

@media only screen and (max-width: 465px) {
    .img-circle1 {
        top: -145px;
    }

    .gapping-div
    {
        flex-direction: column;
    }

    .seperate-color {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .main-parent-for-box {
        flex-direction: column;
    }

    .hero .input-field-o {
        width: 100%;
    }

    .diff-heigh2 {
        height: 500px !important;
    }



    .tabs-for-effect {
        gap: 0px;
    }
}

@media (min-width: 420px) and (max-width: 659px) {
    .container1 {
        grid-template-columns: repeat(1, 160px) !important;
    }

    button.pbtn1 {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 578px)
{
    .cust-division {
        width: 95%;
    }
}

@media (max-width: 420px) {

    .bg-image-need {
        zoom: 70%;
    }
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }

    category-tab {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 415px) {
    .img-person {
        left: -30px;
    }

    .img-circle1 {
        top: -125px;
    }
}

@media only screen and (max-width: 440px) {
    .bootstrap-select .dropdown-menu {
        width: 100%;
    }

    #banner-modal-popup {
        margin-bottom: 100px;
    }

    h4.title {
        height: 80px;
        padding: 10px;
        font-size: 20px;
    }

    .usage-form {
        margin-top: 10px !important;
    }

    .special-con {
        height: 1000px;
    }

    .special-con1 {
        height: 1060px;
    }

    .accordion-button {
        font-size: 22px;
        padding: 15px;
    }
}

@media only screen and (min-width: 541px) and (max-width: 912px) {
    /* Styling for the submit button in the PHP email form */
    .contact .php-email-form button[type=submit] {
        margin-top: -10px;
    }
    /* Styling for the contact section header */
    .contact-us-header {
        font-size: 24px;
        font-weight: bold;
        /*margin-top: -650px;*/
        /* margin-left: 50px;*/
    }

    /* Styling for the contact section text */
    .contact-us-text {
        font-size: 16px;
        /* margin-left: 50px;*/
        font-weight: normal;
    }

    .mauticform-row1.mauticform-text.mauticform-field-4.mauticform-required.form-row {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /* Styling for the PHP email form in the contact section */
    .contact .php-email-form {
        margin-top: 40px;
        /*        margin-left: 50px;*/
        background: #fff;
    }
}

@media only screen and (max-width: 456px) {
    .banner-modal-position {
        margin-top: 650px;
    }


    .trial-paras {
        text-align: left !important;
        padding: 10px 20px;
    }

    .tabs-for-effect {
        justify-content: space-between !important;
    }

    category-tab {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 400px) {
    .banner-modal-position {
        margin-top: 600px;
    }
    .arm-section
    {
        padding: 80px 0px;
    }

    .gap-divis {
        flex-direction: column;
    }

    .button-con22 {
        padding: 12px 25px;
        margin-top: 10px !IMPORTANT;
    }

    #banner-modal-popup {
        margin-bottom: 170px;
    }

    .container-bg {
        margin-inline: 10px !important;
        width: fit-content;
        padding: 30px !important;
    }

    .marger-inline {
        margin-inline: 10px;
    }

    .subsequent-head {
        font-size: 30px !important;
        line-height: 38px !important;
        letter-spacing: -1.5px !important;
    }
}

@media only screen and (max-width: 370px) {
    .banner-modal-position {
        margin-top: 400px;
    }
}
