html { /* overflow: hidden; */
}

.mega-menu {
    --blue--crl: #2c80fd;
    --yellow--crl: #ffcd39;
    --blue--dark: #1f0757;
}

a[href="javascript:void(0)"] {
    cursor: initial;
}

.mega-menu {
    padding: 0;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mega-menu .mega-menu-li .mega-menu-white {
    color: #ffff;
}

.mega-menu .mega-menu-li .mega-menu-header-black {
    color: var(--bs-dark)
}

.mega-menu .mega-menu-li h2 {
    font-size: 1.2rem;
    margin: 0;
    padding: 17px 10px 9px 9px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 800;
}

.mega-menu .mega-menu-li ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-menu .mega-menu-li ul .features-page {
    overflow: hidden;
    color: var(--bs-dark);
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px 14px;
    width: 100%;
}

.mega-menu .mega-menu-li ul .features-page:hover {
    background-color: #1f0757d9;
    color: #ffffff;
    box-shadow: 6px 18px 28px -12px rgba(40, 55, 79, 0.66);
    -webkit-box-shadow: 6px 18px 28px -12px rgba(40, 55, 79, 0.66);
    -moz-box-shadow: 6px 18px 28px -12px rgba(40, 55, 79, 0.66);
}

.mega-menu .mega-menu-li ul .features-page .icon {
    font-size: 1.1rem;
    margin-right: 0.8rem;
}

.mega-menu .mega-menu-li ul .features-page .feature {
    font-weight: normal;
    font-size: 1rem;
    font-weight: 800;
}

.mega-menu .mega-menu-li ul .features-page:hover .anchor-description {
    font-weight: bold;
}

.mega-menu :is(.channels-column, .call-center-softwares, .by-industry-column) {
    background-color: var(--bs-warning);
}

.mega-menu :is(.features-of-crm-column, .dialer-column, .business-type-column) {
    background-color: var(--bs-info);
}

.custom-client-thumb {
    width: 40px;
    height: 40px;
}

.custom-client-thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-product-img-wrap {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-product-img-wrap > img {
    width: 137px;
}

.custom-signle-widget-area .post-thumb {
    margin-right: -2px !important;
}

.custom-signle-widget-area .post-thumb img {
    max-width: 72px;
}

.custom-slider .feedback-card {
    min-height: 410px;
}

.custom-service-area .service-card:hover ul li {
    color: white;
}

.custom-tags li {
    margin: 5px;
}

.custom-industries-more .feature-card:hover a {
    color: #fff;
}

.welcome-area > .container {
    margin-top: 55px;
    margin-bottom: 55px;
}

.welcome3-slide-item .container {
    margin-top: 55px;
    margin-bottom: 55px;
}

.dropdown-menu.mega-menu .bg-warning {
    background-color: transparent !important;
    background-image: linear-gradient(to right, rgb(255, 193, 7), #ffd659) !important;
}

.dropdown-menu.mega-menu .bg-warning {
    background-color: transparent !important;
    background-image: linear-gradient(to right, rgb(13, 202, 240), #a1eaf9);
}

.navigation-auth {
}

.navigation-auth a {
}

/* configure cookie modal styling */
.configure-cookie-modal img {
    width: 190px;
}

.configure-cookie-modal :is(p, ul) {
    font-size: 14px;
}

.configure-cookie-modal .configure-modal-logo {
    display: block;
    margin: 0 auto 7px;
}

.configure-cookie-modal .modal-body {
    padding: 30px 56px;
}

.configure-cookie-modal .modal-title {
    text-align: center;
    margin-bottom: 7px;
}

.configure-cookie-modal h6 {
    margin-bottom: 7px;
    text-align: center;
}

.configure-cookie-modal ul {
    margin-bottom: 13px;
}

.configure-cookie-modal ul > li {
    margin-bottom: 7px;
}

/* configure cookie modal styling */
/* cookie-popup styling  */
.cookie-popup img {
    width: 190px;
}

.cookie-popup {
    --cookie-popup-light-clr: #959595;
    font-size: 14px;
}

.cookie-popup p {
    font-size: 14px;
}

.cookie-popup h4 {
    margin: 0;
}

.cookie-popup .cookie-popup-btn {
    padding: 8px 14px;
    font-size: 15px;
    border: none;
    background-color: #fff;
    border: 1px solid #c9dfe8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cookie-popup .close-btn {
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 2.5rem;
    color: #1a1818;
    border: none;
    background-color: transparent;
    z-index: 1056;
}

.cookie-popup .cookie-policy-title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}

.cookie-popup .cookies-popup-desc {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 32px 56px;
    background-color: #fffbf9;
    margin-left: -56px;
    margin-right: -56px;
    margin-bottom: 21px;
}

.cookie-popup .you-allow-row {
    justify-content: space-between;
}

.cookie-popup .cookies-popup-desc p {
    line-height: 24px;
}

.cookie-popup .multi-collapse .card .card-body > p {
    margin-left: 25px;
}

.cookie-popup .modal-content {
    border: none;
    box-shadow: none;
}

.cookie-popup .modal-body {
    padding: 0 56px 32px;
    font-size: 14px;
}

.cookie-popup .modal-body h3 {
    color: var(--cookie-popup-light-clr);
}

.cookie-popup .dropdown-btn {
    text-align: left;
    border: none;
    background: transparent;
    padding: 4px 7px;
    display: flex;
    font-weight: bold;
}

.cookie-popup .dropdown-btn span > strong {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: lightblue;
    border-radius: 100%;
    color: #000;
    /* font-size: 18px; */
    font-weight: 500;
}

.cookie-popup .dropdown-content {
    padding-left: 37px;
}

.cookie-popup .collapse-large-content {
    border-left: 2px solid #e0e0e0;
    margin-left: 30px;
    padding-left: 14px;
    margin-top: 7px;
}

.cookie-popup .collapse-card-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 13px;
    align-items: center;
    background-color: #f9fafa;
    margin-top: 12px;
    max-width: 900px;
    margin: 7px auto 0;
}

.cookie-popup .description-important {
    margin-bottom: 25px;
}

.cookie-popup .modal-logo-section {
    display: flex;
    justify-content: space-between;
}

.cookie-popup .modal-logo-section .logo-div {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}

.cookie-popup .modal-logo-section .privacy-text {
    margin-left: 12px;
}

.cookie-popup .modal-logo-section .logo-section-descp {
    flex: 1 0 auto;
}

.cookie-popup .modal-logo-section .btn-acitve {
    background: var(--bs-warning);
    color: #fff;
}

.cookie-popup .multi-collapse .card {
    border: none;
    margin-top: 4px;
}

.cookie-popup .status-agree {
    background: var(--bs-warning);
    color: #fff;
}

.cookie-popup .status-disagree {
    background: #25bcf8;
    color: #fff;
}

.cookie-popup .border-dotted {
    border-bottom: 1px dotted #000;
    font-weight: 500;
}

/* cooki-popup styling end  
    -------------------------------*/

/* switch buttons  */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 21px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--bs-success);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--bs-success);
}

input:checked + .slider:before {
    transform: translateX(22px);
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    -moz-transform: translateX(22px);
    -o-transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border: thin solid #041a3b21;
    border-radius: 34px;
    background: #b6d0d861;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (min-width: 993px) {
    .mega-menu {
        min-width: 1137px;
        display: none;
        top: 100%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transform: translateX(calc(-50vw / 2));
        -webkit-transform: translateX(calc(-50vw / 2));
        -moz-transform: translateX(calc(-50vw / 2));
        -ms-transform: translateX(calc(-50vw / 2));
        -o-transform: translateX(calc(-50vw / 2));
    }

    .mega-menu .mega-menu-li {
        max-width: 100%;
        height: 100%;
    }

    .mega-menu .mega-menu-li ul .features-page {
        justify-content: start;
        position: relative;
    }


    .mega-menu .more-features {
        color: var(--blue--dark) !important;
    }

    /* html body .mega-menu .mega-menu-li:first-child > *, html body .use-cases > * {
        color: white !important;
    } */
    .mega-menu .mega-menu-li ul .anchor-description {
        display: flex;
        flex-direction: column;
    }

    .mega-menu .mega-menu-li ul .anchor-description span:last-child {
        font-style: revert;
        font-size: 0.8rem;
        line-height: 16px;
        font-weight: 500;
    }

    .features-and-benefits .features-page {
        padding: 11px 10px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse.collapse {
        height: 500px;
        overflow-y: auto;
    }

    .mega-menu .mega-menu-li ul li:not(:last-child) {
        margin-bottom: 9px;
    }

    .mega-menu .mega-menu-li ul .features-page {
        color: var(--yellow--crl);
    }

    .mega-menu :is(.channels-column, .call-center-softwares, .by-industry-column, .features-of-crm-column, .dialer-column, .business-type-column) {
        background-color: var(--blue--dark);
    }

    .anchor-description {
        display: flex;
        flex-direction: column;
    }

    .mega-menu {
        background-color: var(--blue--dark);
        border: none;
    }

    .mega-menu .row .col-12 {
        background-color: var(--blue--dark) !important;
    }

    .mega-menu .mega-menu-li {
        padding: 1px 23px 10px 10px;
    }

    .mega-menu .mega-menu-li .mega-menu-white {
        margin-bottom: 5px;
        padding: 0;
        color: #fff;
    }

    .mega-menu .mega-menu-li h2 {
        padding-left: 0;
        color: #fff !important;
    }

    .mega-menu .mega-menu-li ul .features-page:hover {
        box-shadow: none;
    }

    .mega-menu .mega-menu-li ul .features-page {
        font-size: 0.9rem;
    }

    .mega-menu .mega-menu-li ul .features-page {
        padding: 0 !important;
    }

    .mega-menu .mega-menu-li ul .features-page .icon {
        font-size: 1.3rem;
    }

    .mega-menu .mega-menu-li ul {
        padding-left: 11px;
    }

    .cookie-popup .dropdown-btn {
        margin-bottom: 5px;
    }

    .cookie-popup .modal-logo-section {
        flex-direction: column;
        justify-content: center;
    }

    .cookie-popup .logo-div {
        margin-bottom: 4px;
        justify-content: center;
        align-items: center;
    }

    .cookie-popup .logo-section-descp .text-end {
        text-align: center !important;
    }

    .cookie-popup .collapse-card-content {
        display: flex;
        flex-direction: column;
    }

    div :has(div.mega-menu-li) {
        background: var(--blue--dark) !important;
    }
}

@media (max-width: 767px) {
    .mega-menu .mega-menu-li ul .features-page {
        margin-bottom: 10px;
    }

    .mega-menu .mega-menu-li ul .anchor-description > span:last-child {
        display: none;
    }

    .cookie-popup .modal-body {
        padding: 0 26px 9px;
    }

    .cookie-popup .cookies-popup-desc {
        margin-left: -26px;
        margin-right: -26px;
        padding: 9px 26px 9px;
    }

}

@media (max-width: 580px) {
    .cookie-popup .cookie-popup-btn {
        padding: 7px 10px;
        font-size: 13px;
    }
}

.cookie-popup .back-btn {
    position: absolute;
    top: 19px;
    left: 26px;
    font-size: 1.5rem;
    color: #1a1818;
    border: none;
    background-color: transparent;
    z-index: 1056;
}


#cookieButton {
    position: fixed;
    bottom: 2rem !important;
    right: 1.25rem !important;
    -webkit-transition: all 500ms !important;
    transition: all 500ms !important;
    z-index: 9999 !important;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #11accb;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.25rem;
    animation: 2s linear infinite spinner-grow;
    -webkit-animation: 2s linear infinite spinner-grow;
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    #cookieButton {
        width: 2rem;
        height: 2rem;
        bottom: 2rem;
        right: 5rem !important;
        font-size: 1.275rem !important;
        color: white;
    }
}
