﻿label[required]::after {
    content: " *";
    color: red;
}

#contactForm .form-group textarea.form-control {
    min-height: 85px;
}

div.heading-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
}

    div.heading-title h4 {
        margin: 0;
        padding: 0;
        background-color: #fff;
        position: relative;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }

    div.heading-title.heading-line-single:before {
        top: 54%;
        border-top: #ff1670 1px solid;
    }

    div.heading-title.heading-line-single:before, div.heading-title.heading-line-double:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        left: auto;
        right: 0;
    }

.pagination-link.is-current {
    background-color: #fd166f !important;
    border-color: #c9004d !important;
    color: #fff;
}

.modal .close {
    color: #000000;
    background-color: transparent;
    border: unset;
    font-size: x-large;
}

.removediv {
    color: red;
}

.entry-meta {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 18px;
}

    .entry-meta li {
        list-style-type: none;
        display: inline-block;
        margin-right: 15px;
        color: var(--paragraph-color);
        position: relative;
        padding-left: 22px;
        font-size: var(--font-size);
    }

        .entry-meta li i {
            color: var(--main-color);
            font-size: var(--font-size);
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.modal {
    z-index: 1055 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    outline: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}



.article-tags a {
    display: inline-block;
    background-color: #dcdeed;
    color: var(--black-color);
    font-size: 15px;
    padding: 12px 20px;
    margin-right: 8px;
    border-radius: 20px;
    cursor: default;
}

.theme-dark .article-tags a {
    background-color: #110B25;
    color: var(--white-color);
}

html {
    scroll-behavior: unset !important;
}

.theme-dark div.heading-title h4 {
    background-color: #000 !important;
}

.theme-dark a {
    color: #fff !important;
}

.partner-area {
    background-color: #2b2273 !important;
}

.buy-now-btn {
    top: 15% !important
}

.fixed-top-Out {
    position: absolute !important;
}

.margin-top-50 {
    margin-top: 50px;
}

.single-services-card {
    height: 100%;
}



.single-team-card .team-image {
    cursor: unset !important;
}


.width35 {
    width: 35%;
}

.whiteColor {
    color: white !important;
}

.BlackColor {
    color: black !important;
}

.CustomHover:hover {
    color: var(--main-color) !important;
}

.price del {
    font-size: 25px !important
}

.price {
    font-size: 40px !important
}

.height100 {
    height: 90% !important;
}

.text-align-justify {
    text-align: justify;
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.working-process-area .row {
    position: unset !important;
}

.coming-soon-content {
    max-width: unset !important;
}

.coming-soon-area {
    background-color: #cacaca !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.main-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 572px;
    right: 0;
    top: 0;
    background: unset;
    z-index: -1;
}

.colorul {
    color: #656565 !important;
}

.main-banner-area {
    padding-bottom: 60px !important;
}

.main-color {
    color: var(--main-color);
}

.iconSize30 {
    font-size: 30px;
}

.faq-accordion .accordion-item .accordion-button {
    font-size: 16px;
}

.BlackBGColor {
    background-color: black !important;
}

.WhiteBGColor {
    background-color: white !important;
}

.HomeBGColor {
    background-color: #F9F5F4 !important;
}

.Ptop65 {
    padding-top: 65px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-top-10 {
    margin-top: 25px !important
}

.abdBorder {
    border: 2px solid rgba(196,196,196,0.34);
    border-radius: 14px;
    box-shadow: 0px 0px 8px 2px #dfe2df;
}

.text-align-center {
    text-align: center;
}

.main-banner-area {
    background-color: #f4f5f4;
}

.padding-20 {
    padding: 20px;
}

@media (min-width: 992px) {
    .col-lg-6-custom {
        flex: 0 0 auto;
        width: 47%;
    }
}

.CustomBgColor {
    background-color: #f6f8f6;
}


@media (min-width: 992px) {
    .abdheight {
        height: 700px;
    }
}

@media (min-width: 1050px) {
    .abdheight {
        height: 800px;
    }
}

.abdBorder:hover {
    background-color: white;
    box-shadow: 0px 0px 20px 0px white;
}

.success-btn {
    background: linear-gradient(90deg, #82b440 0%, #4BB543 100%);
}

    .success-btn:before {
        background: green !important;
    }


.warning-btn {
    background: linear-gradient(90deg, #f4a42d 0%, #d3c725 100%);
}

    .warning-btn:before {
        background: #d3c725 !important;
    }
/*
.copyright-area {
    margin-top: unset !important;
    padding-bottom: unset !important;
}*/

.text-align-right {
    text-align: right;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.padding-left-2 {
    padding-left: 2px !important;
}

.tealColor {
    color: teal !important;
}

.bg-main-color {
    background-color: var(--main-color);
}

@media only screen and (min-width: 1200px) and (max-width: 10000px) {
    .others-option-for-responsive {
        display: block;
    }
}

.icon-lg i {
    font-size: 25px !important;
}

.Language {
    position: absolute;
    right: -20px;
    top: 20px;
}

.rtl .Language {
    position: absolute !important;
    left: -20px !important;
    top: 20px !important ;
}

/*#topMain {
    display: none  ;
}*/

.ClearImage-btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    text-align: center;
    font-size: var(--font-size);
    color: var(--main-color);
    border-radius: 50px;
    -webkit-transition: var(--transition);
    border: 1px solid;
}

    .ClearImage-btn:hover {
        transition: var(--transition);
        color: var(--white-color);
        background-color: var(--main-color);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.file-field-width {
    width: 80%;
}

.others-option-for-responsive .dot-menu {
    top: -61px !important;
    right: -10px;
}

.others-option-for-responsive .container .container {
    right: -9px;
    top: -21px;
}

@media only screen and (max-width: 1199px) {
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
        display: block;
    }

    .Show-On-sm {
        display: block !important;
    }

    #PhoneImg {
        margin-top: -484px !important;
    }
}

.section-title span h2 {
    color: var(--main-color) !important;
}
/*@media only screen and (max-width: 1199px) {

    #PhoneImg {
        margin-top: -394px !important;
        max-height: 338px !important;
        width: auto !important;
        margin-left: 359px !important;
    }
}
@media only screen and (max-width: 767px) {

    #PhoneImg {
        margin-top: -483px !important;
        max-height: 270px !important;
        width: auto !important;
        margin-left: 344px !important;
    }
}*/

label.error {
    color: #dc3545 !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.Varification-code[type="number"] {
    width: .82em;
    line-height: 1;
    margin: .1em;
    padding: 8px 0 4px;
    font-size: 2.65em;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 2px solid #BBBBFF;
    color: purple;
    border-radius: 4px;
}

.no-margin2 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 10.0pt;
    line-height: 115%;
    font-family: "Calibri",sans-serif;
    font-size: 15px;
    margin-left: 0in;
}

.no-margin1 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 10.0pt;
    line-height: 115%;
    font-family: "Calibri",sans-serif;
    margin-left: 0in;
    text-align: center;
}

    .no-margin1 span {
        line-height: 115%;
        font-family: "Arial Rounded MT Bold",sans-serif;
    }

.SpecialMargin {
    margin-left: .5in;
}

.Justified {
    text-align: justify;
}

.no-margin2.LineHeight {
    font-size: 19px;
    line-height: 115%;
}

.no-margin2.Justified.SpecialMargin {
    font-size: 16px;
    line-height: 115%;
}

.no-margin2 CustomLineHeight {
    font-size: 19px;
    line-height: 115%;
    font-family: "Arial Rounded MT Bold",sans-serif;
}

.Privacy-UL {
    list-style-type: disc;
    margin-left: 0.5in;
}

    .Privacy-UL li {
        line-height: 115%;
        font-family: Calibri;
    }

.P-Custom-Margin {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 10.0pt;
    line-height: 115%;
    font-size: 15px;
    font-family: "Calibri",sans-serif;
    text-align: justify;
    margin-left: .5in
}

    .P-Custom-Margin.in-0 {
        margin-left: 0in !important;
    }

    .P-Custom-Margin span {
        font-size: 16px;
        line-height: 115%;
    }

    .P-Custom-Margin.in-0 span {
        font-size: 19px;
        line-height: 115%;
    }

.Privacy-OL {
    list-style-type: decimal;
    margin-left: 0.25in;
}

    .Privacy-OL li span {
        line-height: 115%;
        font-family: Calibri;
    }

.Privacy-P-Margin {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: .5in;
    line-height: 115%;
    font-size: 15px;
    font-family: "Calibri",sans-serif;
    text-align: justify;
}

    .Privacy-P-Margin.left-1 {
        margin-left: 1.0in;
    }

    .Privacy-P-Margin.left-0 {
        margin-left: 0in;
    }

    .Privacy-P-Margin.bottom-0 {
        margin-bottom: 10.0pt;
        margin-left: 0in;
    }

    .Privacy-P-Margin span, .Privacy-P-Margin7 span, .Privacy-P-Margin8 span, .Privacy-P-Margin9 span, Privacy-P-Margin10 span {
        font-size: 16px;
        line-height: 115%;
    }

.font-19 {
    font-size: 19px !important;
    line-height: 115%;
}

.Privacy-UL2 {
    margin-bottom: 0in;
    list-style-type: disc;
    margin-left: 0.25in;
}

    .Privacy-UL2 li {
        margin-top: 0in;
        margin-right: 0in;
        margin-bottom: 10.0pt;
        margin-left: 0in;
        line-height: 115%;
        font-size: 15px;
        font-family: "Calibri",sans-serif;
    }

        .Privacy-UL2 li span {
            line-height: 115%;
            font-family: Calibri;
        }

.Privacy-P-Margin7 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: .75in;
    line-height: 115%;
    font-size: 15px;
    font-family: "Calibri",sans-serif;
    text-align: justify;
}

.Privacy-P-Margin8 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: .25in;
    line-height: 115%;
    font-size: 15px;
    font-family: "Calibri",sans-serif;
    text-align: justify;
}

.Privacy-P-Margin9 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: 1.5in;
    line-height: 115%;
    font-size: 15px;
    font-family: "Calibri",sans-serif;
    text-align: justify;
}

.Privacy-P-Margin11 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 10.0pt;
    margin-left: 1.5in;
    line-height: 115%;
    font-size: 15px;
    font-family: "Calibri",sans-serif;
    text-align: center;
}

.Privacy-UL3 {
    margin-bottom: 0in;
    list-style-type: square;
}

    .Privacy-UL3 li, .Privacy-UL4 li {
        margin-top: 0in;
        margin-right: 0in;
        margin-bottom: 10.0pt;
        margin-left: 0in;
        line-height: 115%;
        font-size: 15px;
        font-family: "Calibri",sans-serif;
    }

        .Privacy-UL3 li span, .Privacy-UL4 li span {
            line-height: 115%;
            font-size: 16px;
        }

.Privacy-P-Margin10 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: 1.75in;
    line-height: 115%;
    font-size: 15px;
    font-family: "Calibri",sans-serif;
    text-align: justify;
}

.Privacy-UL4 {
    list-style-type: disc;
    margin-left: 0.25in;
}

.margin-50px {
    margin: 50px
}

.LineFont {
    line-height: 115%;
    font-family: Calibri;
}

.text-decorationnone {
    text-decoration: none;
}

.Privacy-UL3.Left0 {
    margin-left: 0.25in;
}

.Privacy-P-Margin5 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: 1.25in;
    line-height: 115%;
    font-size: 15px;
    font-family: "Calibri",sans-serif;
    text-align: justify;
}

    .Privacy-P-Margin5 span {
        font-size: 16px;
        line-height: 115%;
    }



.rtl .others-option-for-responsive .dot-menu {
    top: -62px !important;
    right: auto;
}

.rtl .others-option-for-responsive .container .container {
    right: 1049px;
    top: -21px;
}

.imghome2 {
    margin-top: -190px
}

@media only screen and (max-width: 600px) {
    .imghome2 {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-responsive-nav .mean-container .mean-nav {
        margin-top: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .Language {
        right: auto !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        display: none;
    }

    .rtl .Lang-mid {
        right: 194% !important;
    }

    .Lang-mid {
        display: block;
        position: absolute !important;
        top: 40px;
        /* left: 0 !important; */
        /* bottom: 0 !important; */
        right: -465px;
    }
}

.form-group {
    margin-bottom: 25px;
}

    .form-group label {
        display: block;
        margin-bottom: 10px;
        color: var(--black-color);
        font-weight: 500;
        font-size: 15px;
    }

.col-lg-6 .single-footer-widget h3.Underlined-h3::before {
    content: "";
    position: absolute;
    left: 37%;
    bottom: 0;
    width: 27%;
    height: 1px;
    background-color: var(--main-color);
}

.col-lg-3 .single-footer-widget h3.Underlined-h3::before, .col-lg-4 .single-footer-widget h3.Underlined-h3::before {
    content: "";
    position: absolute;
    left: 16%;
    bottom: 0;
    width: 67%;
    height: 1px;
    right: auto;
    background-color: var(--main-color);
}

hr:not([size]) {
    color: #ccc;
}

.pull-right {
    right: 0;
    display: flex;
}

* {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.section-title span#Add-btn {
    font-size: 25px;
}

.d-inline {
    display: inline;
}

.add-btn {
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    color: #ff1670;
}

    .add-btn:hover {
        color: #000;
    }


#Add-btn {
    color: #ff1670 !important;
}

.Entities-boxes {
    min-height: 200px;
    margin-right: auto;
}

.m-20px {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .navbar-area {
        padding-bottom: 10px;
    }
}

/* Lang Btn Start */
@media only screen and (max-width: 992px) {

    .Lang-mid {
        right: -464px;
    }

    .rtl .Lang-mid {
        right: 191% !important;
    }
}

@media only screen and (max-width: 991px) {

    .Lang-mid {
        right: -344px;
    }

    .rtl .Lang-mid {
        right: 191% !important;
    }
}

@media only screen and (max-width: 768px) {

    .Lang-mid {
        right: -254px;
    }

    .rtl .Lang-mid {
        right: 191% !important;
    }
}

@media only screen and (max-width: 575px) {

    .Lang-mid {
        right: -271px;
    }

    .rtl .Lang-mid {
        right: 191% !important;
    }
}

@media only screen and (max-width: 561px) {

    .Lang-mid {
        right: -265px;
    }

    .rtl .Lang-mid {
        right: 191% !important;
    }
}

@media only screen and (max-width: 544px) {

    .Lang-mid {
        right: -255px;
    }

    .rtl .Lang-mid {
        right: 191% !important;
    }
}

@media only screen and (max-width: 528px) {

    .Lang-mid {
        right: -248px;
    }

    .rtl .Lang-mid {
        right: 189% !important;
    }
}

@media only screen and (max-width: 522px) {

    .Lang-mid {
        right: -245px;
    }

    .rtl .Lang-mid {
        right: 189% !important;
    }
}

@media only screen and (max-width: 511px) {

    .Lang-mid {
        right: -237px;
    }

    .rtl .Lang-mid {
        right: 189% !important;
    }
}

@media only screen and (max-width: 498px) {

    .Lang-mid {
        right: -233px;
    }

    .rtl .Lang-mid {
        right: 189% !important;
    }
}

@media only screen and (max-width: 486px) {

    .Lang-mid {
        right: -226px;
    }

    .rtl .Lang-mid {
        right: 189% !important;
    }
}

@media only screen and (max-width: 474px) {

    .Lang-mid {
        right: -223px;
    }

    .rtl .Lang-mid {
        right: 189% !important;
    }
}

@media only screen and (max-width: 471px) {

    .Lang-mid {
        right: -219px;
    }

    .rtl .Lang-mid {
        right: 189% !important;
    }
}

@media only screen and (max-width: 459px) {

    .Lang-mid {
        right: -213px;
    }

    .rtl .Lang-mid {
        right: 189% !important;
    }
}

@media only screen and (max-width: 452px) {

    .Lang-mid {
        right: -212px;
    }

    .rtl .Lang-mid {
        right: 189% !important;
    }
}

@media only screen and (max-width: 448px) {

    .Lang-mid {
        right: -207px;
    }

    .rtl .Lang-mid {
        right: 182% !important;
    }
}

@media only screen and (max-width: 437px) {

    .Lang-mid {
        right: -202px;
    }
}

@media only screen and (max-width: 431px) {

    .Lang-mid {
        right: -197px;
    }
}

@media only screen and (max-width: 416px) {

    .Lang-mid {
        right: -192px;
    }
}

@media only screen and (max-width: 405px) {

    .Lang-mid {
        right: -187px;
    }
}

@media only screen and (max-width: 398px) {

    .Lang-mid {
        right: -181px;
    }
}

@media only screen and (max-width: 388px) {

    .Lang-mid {
        right: -175px;
    }
}

@media only screen and (max-width: 376px) {

    .Lang-mid {
        right: -170px;
    }
}

@media only screen and (max-width: 363px) {

    .Lang-mid {
        right: -166px;
    }
}

@media only screen and (max-width: 354px) {

    .Lang-mid {
        right: -161px;
    }
}

@media only screen and (max-width: 343px) {

    .Lang-mid {
        right: -155px;
    }
}

@media only screen and (max-width: 333px) {

    .Lang-mid {
        right: -151px;
    }
}

@media only screen and (max-width: 324px) {

    .Lang-mid {
        right: -145px;
    }
}

@media only screen and (max-width: 321px) {

    .Lang-mid {
        right: -144px;
    }
}

@media only screen and (max-width: 308px) {

    .Lang-mid {
        right: -139px;
    }
}

@media only screen and (max-width: 301px) {

    .Lang-mid {
        right: -133px;
    }

    .rtl .Lang-mid {
        right: 179% !important;
    }
}

@media only screen and (max-width: 293px) {

    .Lang-mid {
        right: -131px;
    }
}

@media only screen and (max-width: 293px) {

    .Lang-mid {
        right: -130px;
    }
}

@media only screen and (max-width: 283px) {

    .Lang-mid {
        right: -124px;
    }
}

@media only screen and (max-width: 280px) {

    .Lang-mid {
        right: -122px;
        top: 43px;
    }
}

@media only screen and (max-width: 270px) {

    .Lang-mid {
        right: -119px;
        top: 43px;
    }
}

@media only screen and (max-width: 264px) {

    .Lang-mid {
        right: -113px;
        top: 43px;
    }
}

@media only screen and (max-width: 255px) {

    .Lang-mid {
        right: -111px;
        top: 41px;
    }
}

@media only screen and (max-width: 246px) {

    .Lang-mid {
        right: -105px;
        top: 41px;
    }
}

@media only screen and (max-width: 236px) {

    .Lang-mid {
        right: -103px;
        top: 38px;
    }

    .rtl .Lang-mid {
        right: 173% !important;
    }
}

@media only screen and (max-width: 227px) {

    .Lang-mid {
        right: -98px;
        top: 38px;
    }
}

@media only screen and (max-width: 222px) {

    .Lang-mid {
        right: -94px;
        top: 37px;
    }
}

@media only screen and (max-width: 212px) {

    .Lang-mid {
        right: -89px;
        top: 37px;
    }
}

@media only screen and (max-width: 202px) {

    .Lang-mid {
        right: -85px;
        top: 37px;
    }
}
/* Lang Btn end */

.default-btn {
    border: 0px;
}
/* Change Color Of System Start */

:root {
    --main-color: #6975e5;
    --gradient-color: linear-gradient(90deg, #6975e5 0%, #3e4be2 100%);
}

.add-btn {
    color: #3e4be2;
}

div.heading-title.heading-line-single:before {
    border-top: #6975e5 1px solid;
}

#contactForm .form-cookies-consent [type="checkbox"]:checked + label:before, #contactForm .form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
    border: 1px solid #636fe5;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: #6a75e540 !important;
}
/* Change Color Of System End */


div.heading-title h4 {
    font-size: 21px;
}

.about-content span, .section-title span {
    font-size: 22px;
}

.about-content h3 {
    font-size: 27px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 15px !important;
}

.chosen-container-multi .chosen-choices {
    height: 54px !important;
}

.Choose-file-btn {
    width: 80% !important;
    display: inline !important;
    margin: 0 10px;
    background: var(--gradient-color);
    color: white !important;
    opacity: 0.9;
}

    .Choose-file-btn:hover {
        opacity: 1;
    }

.ClearImage-btn:hover {
    transform: translateY(3px);
}

.m-20px {
    margin-top: 20px;
}

span.m-30 {
    margin-left: 30px;
}

.Old-Price {
    color: red !important;
    font-weight: bold !important;
    /*    font-size: 10px !important;
*/
}

.Price-font {
    font-size: 20px !important;
}

.Plans-Ul {
    list-style: none;
    color: #5b5d76;
    list-style-position: inside;
}

    .Plans-Ul li::before { /* add the new bullet point */
        display: inline-block;
        content: '';
        -webkit-border-radius: 0.375rem;
        border-radius: 0.375rem;
        height: 0.5rem;
        width: 0.5rem;
        margin-right: 0.5rem;
        background-color: #6975e5;
        margin-left: 0.5rem;
    }

    .Plans-Ul li.no-bullet::before { /* add the new bullet point */
        display: none;
    }

    .Plans-Ul li {
        text-indent: -1.75em;
        font-size: 14px !important;
    }

.center-Plan .pricing-header {
    text-align-last: center;
}

.center-Plan {
    /*    text-align-last: center;
*/ height: 540px;
    position: relative;
}

.Select-btn {
    position: absolute !important;
    right: 5% !important;
    bottom: 17px !important;
    width: 90% !important;
}

.contact-information-card {
    height: 275px;
}

@media only screen and (max-width: 328px) {
    .center-Plan {
        text-align-last: center;
        height: fit-content;
    }

    .Select-btn {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
    }

    .contact-information-card {
        height: fit-content !important;
    }
}

.single-pricing-table .price {
    margin-bottom: 50px;
}

.Cap-img {
    width: 40px;
}

.copyright-area {
    margin-top: 0px;
    padding-bottom: 10px;
}

    .copyright-area .copyright-area-content {
        padding-top: 10px;
    }


.single-pricing-table .price span {
    font-size: 20px !important;
}

.monthSize {
    font-size: 19px !important;
}

.single-pricing-table .price.monthSize {
    font-size: 50px;
    color: var(--main-color);
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1;
}

.copyright-area .copyright-area-content {
    padding-top: 12px;
    padding-bottom: 12px;
}

.rightalign {
    right: 0
}

.w-100 {
    width: 100% !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.rtl .ml-auto, .mx-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.single-pricing-table .ribbon {
    width: 200px;
    height: 169px;
    position: absolute;
    top: -10px;
    left: -10px;
    overflow: hidden;
}

    .single-pricing-table .ribbon::before,
    .single-pricing-table .ribbon::after {
        position: absolute;
        content: "";
        z-index: -1;
        display: block;
        border: 7px solid #0513a1;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .single-pricing-table .ribbon::before {
        top: 0px;
        right: 44px;
    }

    .single-pricing-table .ribbon::after {
        bottom: 15px;
        left: 0px;
    }

    .single-pricing-table .ribbon span {
        position: absolute;
        top: 30px;
        right: 0;
        transform: rotate(-45deg);
        width: 250px;
        background: #6a75e5;
        padding: 10px 31px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        box-shadow: 0 5px 10px rgba(0,0,0,0.12);
        text-align: left;
    }

.section-title h6 {
    color: var(--main-color);
}

.monthSize .monthSize {
    margin-top: 4px !important;
}


.modify-alert {
    animation-name: alert;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.yellow-btn {
    background: linear-gradient(90deg, #fdd66d 0%, #e6c05a 100%);
}

    .yellow-btn:before {
        background: #fdd66d !important;
    }

.yellow-color {
    color: #fdd66d !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes alert {
    0% {
        color: #ed5e8c;
    }

    10% {
        color: black;
    }

    20% {
        color: #ed5e8c;
    }

    30% {
        color: black;
    }

    40% {
        color: #ed5e8c;
    }

    50% {
        color: black;
    }

    60% {
        color: #ed5e8c;
    }

    70% {
        color: black;
    }

    80% {
        color: #ed5e8c;
    }

    90% {
        color: black;
    }

    100% {
        color: #ed5e8c;
    }
}

/* Standard syntax */
@keyframes alert {
    0% {
        color: #ed5e8c;
    }

    10% {
        color: black;
    }

    20% {
        color: #ed5e8c;
    }

    30% {
        color: black;
    }

    40% {
        color: #ed5e8c;
    }

    50% {
        color: black;
    }

    60% {
        color: #ed5e8c;
    }

    70% {
        color: black;
    }

    80% {
        color: #ed5e8c;
    }

    90% {
        color: black;
    }

    100% {
        color: #ed5e8c;
    }
}

#AddSection {
    margin: 0 auto 0px !important;
}

::selection {
    color: white;
    background-color: #6a75e5;
}

.main-banner-area {
    background-color: #ffffff !important;
    padding-top: 85px;
}

.Carsoul-Items {
    border: 2px dashed rgba(196,196,196,0.34);
    border-radius: 14px;
    margin: 10px;
}

.owl-stage-outer.owl-height {
    height: auto !important;
}

#HomeBG {
    background-image: url('/images/Home/HomeBackground.jpg');
    background-image: url('/images/Home/Rectangle.png');
    min-height: 500px;
    background-size: cover;
    position: relative;
}

#HomeBGProvider {
    background-image: url('/images/Home/Rectangle.png');
    min-height: 500px;
    background-size: cover;
    position: relative;
}

#ShapesHome {
    position: relative
}

#BGPhone {
    background-image: url(' /images/Home/Path 4059.png');
    min-height: 500px;
    border-radius: 50px;
    margin: 0px 2%;
}

.HomeBGLargeText {
    color: white;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.ProviderHomeBGLargeText {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.White-Color {
    color: white;
    text-align: center;
}

.Home-btn {
    padding: 15px 30px;
    text-align: center;
    color: var(--main-color) !important;
    font-size: var(--font-size);
    font-weight: 500;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    z-index: 0;
    background: linear-gradient(90deg, #fefeff 0%, #ffffff 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
    border-radius: 30px;
}

    .Home-btn:hover, .Home-btn:before {
        background: #fff;
        font-size: 20px;
    }

a.White-Color:hover, a.White-Color:focus {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.text-left {
    text-align: left;
}

.m-top-100 {
    margin-bottom: 180px;
}

.relativePosition {
    height: auto;
    position: relative;
}

.positionabsolute {
    position: absolute;
    top: -140px;
    height: 575px;
}

@media only screen and (max-width: 767px) {
    .HiddenOn768px {
        display: none;
    }

    .m-top-100 {
        margin-bottom: auto;
    }
}

.single-services-box.fontmin h3 {
    font-size: 21px;
    margin-bottom: 0;
}

.single-services-box.fontmin p, .single-services-box.fontmin a {
    font-size: 15px;
}

.single-services-box.fontmin {
    border: 0px;
    padding: 5px;
    box-shadow: none;
    margin-bottom: 0;
}

about-content.NewHome {
    text-align: center;
}

.m-top-200 {
    margin-bottom: 200px;
}

.positionabsolute2 {
    position: absolute;
    top: -240px;
}

#BGPhone2 {
    background-image: url(' /images/Home/Path 4059.png');
    border-radius: 50px;
    margin: 0px 2%;
    min-height: 400px;
}

#BGPhoneProvider {
    background-image: url(' /images/Home/Path 4059.png');
    border-radius: 50px;
    margin: 0px 2%;
}

@media only screen and (max-width: 768px) {


    .positionabsolute {
        position: relative;
        top: -140px;
    }

    .positionabsolute2 {
        position: relative;
        top: -170px;
    }

    .m-top-100, m-top-200 {
        margin-bottom: auto;
    }
}

.ScrollBox {
    height: 400px;
    overflow-y: auto !important;
}

    .ScrollBox::-webkit-scrollbar {
        display: none;
    }

.partner-slides .image-box {
    border: 2px dashed rgba(196,196,196,0.34);
    border-radius: 14px;
    margin: 10px;
    min-width: 5%;
}

.Carsoul-Items {
    border: none;
}

.owl-carousel .item .BoxCarsoul {
    border: 2px dashed rgb(106 117 229);
    border-radius: 14px;
    margin: 10px;
    min-width: 5%;
    padding: 5px;
    min-height:80px;
}

    .owl-carousel .item .BoxCarsoul img:hover {
        opacity: 50%;
    }


    .owl-carousel .item .BoxCarsoul img {
        display: inline-block;
        margin: auto;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        max-width: 100%; /* Ensures the image width does not exceed its natural size */
        max-height: 100px; /* Sets the maximum height */
        width: auto; /* Maintains the aspect ratio */
        height: auto; /* Maintains the aspect ratio */
        -webkit-mask-size: cover;
        align-self:center
    }


.CategoryName {
    overflow-wrap: anywhere;
}

.CategoryCol7 {
    align-self: center;
}

.owl-dots  {
    display: none
}

.positionabsolute .m-top-100 {
    height: 100%;
}
/************************Start Navigation Owl Carsoul**************************/
 
.owl-carousel {
    width: 95% !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--gradient-color);
}
.owl-nav button span {
    line-height: 1.15 !important;
    font-weight: bold;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -10px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #6975e5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translatey(-50%);
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav {
    margin: 0;
}

  
    .owl-theme .owl-nav .disabled,
    button.disabled {
        opacity: 0.6;
    }

/************************End Navigation Owl Carsoul**************************/
/*************************************Start**CategoryEntities***********************************************/
.CategoryCard {
    max-width: 24rem;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 1em 1em 3em rgba(0 0 0/ 0.1);
    background-color: #fff;
    transition: transform 300ms ease;
    margin-top: 15px;
}

    .CategoryCard:hover {
        transform: scale(1.03);
    }

.CategoryCard__img__container {
    max-width: 100%;

}

.CategoryCard__img {
    width: 100%;
    height: 250px;
}

.CategoryCard__content {
    display: block;
    text-align: left;
    padding: 1.5rem;
    margin-top: -80px;
    background-color: white;
    border-radius: 50px;
    z-index: 9;
    position: relative;
    border-top: 1px #cccccc3d solid;
}

.CategoryCard__title {
    color: hsl(0deg,0%,9.8%);
}

.CategoryCard__desc {
    line-height: 1.5em;
    font-size: 12px;
}



/* attribution styling */

.attribution {
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}

    .attribution a {
        color: hsl(245, 75%, 52%);
        text-decoration: underline;
    }

        .attribution a:hover {
            color: hsl(245, 75%, 70%);
        }

.ProfileImg {
    height: 70px;
    width: 70px;
    /*border:5px solid white;*/
    border-radius: 50px;
    display: inline;
    margin-top: -60px;
}

.CategoryCard__content h5 {
    display: inline;
}

.StarRate {
    right: 5%;
    /*position: absolute;*/
    font-size: 18px;
    color: #f5bd00;
    /*vertical-align: middle;*/
}

    .StarRate:before {
        /*vertical-align: middle;*/
    }

.CategoryCardHeading {
    display: inline;
}

.CategoryCardHeading2 {
    float: right;
}
/*************************************End**CategoryEntities***********************************************/
#LoginImg {
    background-image: url(' /images/Login/YellowBG.png');
    /*    border-radius: 50px;
    margin: 0px 2%;
     min-height: 400px;
*/
}

#SignUpImg {
    background-image: url(' /images/Login/BlueBG.png');
    /*    border-radius: 50px;
    margin: 0px 2%;
     min-height: 400px;
*/
}

.loginNoMargin {
    margin: 0;
    max-width: 100% !important;
    padding: 0
}

    .loginNoMargin .col {
        margin: 0;
        /*width: 50%;*/
    }

.form-control-login {
    line-height: 2.5;
    border-radius: 25px;
    padding: 0.375rem 2rem;
}

.Google {
    height: 40px;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.LoginGoogle {
    width: 40px;
    height: 100%;
    background-image: url(" /images/Login/Google.png");
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

div.heading-title.heading-line-single.LoginTitle:before {
    border-top: #000000 1px solid;
}

.noBold {
    font-weight: normal
}

.LoginSubmitBTN {
    width: 100%;
    border-radius: 25px;
    padding: 0.375rem 2rem;
    line-height: 2.5;
}

.ForgetPassLogin {
    text-align-last: end;
}

    .ForgetPassLogin a {
        color: #afacac;
    }

        .ForgetPassLogin a:hover, .ForgetPassLogin a:focus {
            color: var(--main-color);
        }

.PaddingLogin {
    padding-top: 23%;
}

.LoginLayout.navbar-area.is-sticky {
    background: #fff;
    box-shadow: none;
}

.LoginLayout.navbar-area {
    background: transparent;
    box-shadow: none;
    position: absolute;
    width: 100%;
}

    .LoginLayout.navbar-area.is-sticky {
        position: fixed;
    }

.LoginLayout .main-navbar .navbar .navbar-nav .nav-item a {
    color: var(--white-color);
}

.LoginLayout.is-sticky .main-navbar .navbar .navbar-nav .nav-item a {
    color: var(--black-color);
}

.LoginLayout .main-navbar .navbar .navbar-nav .nav-item:hover a, .LoginLayout .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: var(--white-color);
}

.LoginLayout.is-sticky .main-navbar .navbar .navbar-nav .nav-item:hover a, .LoginLayout.is-sticky .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: var(--main-color);
}

.LoginLayout .Language a {
    color: var(--white-color);
}

.LoginLayout.is-sticky .Language a {
    color: var(--black-color);
}

.MainColorText {
    color: var(--main-color);
}

#contactForm .form-group .form-control.form-control-login {
    line-height: 2.5;
    border-radius: 25px;
    padding: 0.375rem 2rem;
}

.footer-area.LoginLayoutFooter {
    background-color: #2b1331;
}

.FooterLoginText {
    margin-left: 15px;
    margin-right: 15px;
    color: var(--white-color);
}

.single-footer-widget .widget-social.loginLayoutSocial {
    margin-top: 0;
}

.single-footer-widget.loginLayoutSocial {
    margin-bottom: 0;
}

.CategoriesBTN {
    cursor: pointer;
}

.faq-accordion .accordion-item, #contactForm .form-group .form-control {
    box-shadow: -13px 8px 32px rgb(12 22 217 / 5%);
}

/***********************************contact us page START********************************/
.list-info li, ul.list-info {
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-page-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 110px;
}

    .contact-page-section .inner-container {
        position: relative;
        z-index: 1;
        background-color: #6a75e5;
        box-shadow: 0 0 15px 5px rgba(0,0,0,.1)
    }

    .contact-page-section .form-column {
        position: relative;
        padding: 0 0 0 15px
    }

        .contact-page-section .form-column .inner-column {
            position: relative;
            padding: 60px 45px 43px;
            background-color: #fff
        }

    .contact-page-section .info-column {
        position: relative
    }

        .contact-page-section .info-column .inner-column {
            position: relative;
            padding: 60px 35px
        }

        .contact-page-section .info-column h2 {
            position: relative;
            color: #fff;
            font-size: 30px;
            font-weight: 700;
            line-height: 1.4em;
            margin-bottom: 45px
        }

        .contact-page-section .info-column .list-info {
            position: relative;
            margin-bottom: 60px
        }

            .contact-page-section .info-column .list-info li {
                position: relative;
                margin-bottom: 25px;
                font-size: 18px;
                color: #fff;
                line-height: 1.8em;
                padding-left: 45px
            }

                .contact-page-section .info-column .list-info li:last-child {
                    margin-bottom: 0
                }

                .contact-page-section .info-column .list-info li i {
                    position: absolute;
                    left: 0;
                    top: 8px;
                    color: #fff;
                    font-size: 30px
                }

.contact-form {
    position: relative
}

    .contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        color: #222;
        font-size: 14px;
        line-height: 38px;
        padding: 10px 30px;
        border: 1px solid #ddd;
        background-color: #fff;
        transition: all .3s ease;
        -ms-transition: all .3s ease;
        -webkit-transition: all .3s ease
    }

        .contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form textarea:focus {
            border-color: #00b8ca
        }

    .contact-form textarea {
        height: 250px;
        resize: none
    }

    .contact-form .theme-btn {
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
        text-transform: capitalize;
        padding: 16px 39px;
        border: 2px solid #6a75e5;
        font-family: Arimo,sans-serif;
        background: #6a75e5;
        display: inline-block;
        position: relative;
        line-height: 24px;
        cursor: pointer;
        color: #fff
    }

        .contact-form .theme-btn:hover {
            color: #6a75e5;
            border-color: #6a75e5;
            background: 0 0
        }

    .contact-form input.error, .contact-form select.error, .contact-form textarea.error {
        border-color: red !important
    }

    .contact-form label.error {
        display: block;
        line-height: 24px;
        padding: 5px 0 0;
        margin: 0;
        text-transform: uppercase;
        font-size: 12px;
        color: red;
        font-weight: 500
    }

.social-icon-four {
    position: relative
}

    .social-icon-four li {
        position: relative;
        margin-right: 18px;
        display: inline-block
    }

        .social-icon-four li.follow {
            color: #fff;
            font-weight: 600;
            font-size: 24px;
            display: block;
            margin-bottom: 20px
        }

        .social-icon-four li a {
            position: relative;
            font-size: 20px;
            color: #fff;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease
        }

            .social-icon-four li a:hover {
                color: #222
            }

.ContactInfo {
    color: #fff
}

    .ContactInfo:hover {
        font-weight: 700;
        font-size: 20px;
        color: #fff;
    }

@media only screen and (max-width: 1400px) {


    .contact-page-section .form-column .inner-column {
        padding: 92px 45px 43px;
    }
}

@media only screen and (max-width: 1200px) {


    .contact-page-section .form-column .inner-column {
        padding: 92px 45px 76px;
    }
}

@media only screen and (max-width: 992px) {


    .contact-page-section .form-column .inner-column {
        padding: 104px 45px 76px;
    }
}

/***********************************contact us page END********************************/
.why-choose-us-image.Kids::before {
    background: #fcd56d;
}

.AboutImage {
    text-align: center;
}

@media only screen and (min-width: 1199px) {

    .AboutImage img.Arch {
        width: 46%;
    }
}

.AboutImage h1 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    margin-top: -3%;
    padding-bottom: 2%;
}

#BGPhone3 {
    /*background-image: url(' /images/Home/Path 4059.png');*/
    background: var(--gradient-color);
    border-radius: 50px;
    margin: 2% 2%;
    padding-bottom: 20px;
}

.CloudBG {
    position: absolute;
    width: 100%;
    left: 0;
}

.ProviderCards {
    text-align: center;
}

.single-services-box.ProviderCards::before {
    background: #fff;
}

.single-services-box.ProviderCards:hover h3 a {
    color: #000 !important;
}

.ProviderCards .icon h3 {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: var(--gradient-color);
    color: var(--white-color);
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}

.CardsHeadingCenter {
    text-align: center;
}

    .CardsHeadingCenter span {
        color: #adaaaa;
        font-size: 19px;
        font-weight: 400;
    }

.CenterJustify {
    justify-content: center;
}

.NoBold {
    font-weight: 400;
}

.container.ProviderPage {
    text-align: center;
}

.CloudImg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

#ContactBG {
    background-image: url('/images/Home/Rectangle.png');
    min-height: 100px;
    background-size: cover;
    position: relative;
}

#ChildText, #Tree, #Tree2, #Yol, #ThreeClouds {
    position: absolute;
}

#ChildText {
    top: -5%;
    left: 62%;
    z-index: 1;
    max-width: 150px;
}

#Yol {
    bottom: -2px;
    right: 0;
    z-index: 2;
}

#Tree {
    bottom: -10%;
    left: 5%;
    z-index: 1;
}

#Tree2 {
    right: 17%;
    bottom: -10%;
    z-index: 3;
}

#ThreeClouds {
    left: 6%;
    top: 25%;
    z-index: 1;
}

.ContactText {
    z-index: 5;
    position: relative;
    font-size: 40px;
}

@media only screen and (max-width: 1198px) {
    #Tree2 {
        display: none;
    }
}

@media only screen and (max-width: 1198px) {
    #ChildText {
        top: -5%;
        left: 62%;
        z-index: 4;
    }
}

@media only screen and (max-width: 500px) {
    #Tree {
        display: none;
    }
}

.CardBox {
    box-shadow: -13px 8px 32px rgb(12 22 217 / 5%);
    width: 100%;
    height: 20px;
    position: relative;
}


    .CardBox a, .CardBox i {
        color: var(--main-color);
        margin: 0px 3px;
        vertical-align: middle;
    }

.CardBox {
    background: #fff;
    border-radius: 30px;
    height: 50PX;
    position: relative;
    width: 100%;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 10px;
}

    .CardBox:hover {
        box-shadow: 0 14px 28px rgb(12 22 217 / 5%), 0 10px 10px rgb(28 14 239 / 5%)
    }

#contactForm {
    justify-content: center;
}

.justifyCenter {
    justify-content: center;
}

.confirmMsg {
    border-radius: 35px;
    width: 50%;
}

.confirmBtn {
    text-align: center;
}
/****************************HomeBGStart***************************************/
#HomeChildText, #HomeTree, #HomeTree2, #HomeYol, #HomeThreeClouds, #ProviderTree {
    position: absolute;
}

#HomeChildText {
    top: 21%;
    max-width: 150px;
    left: 62%;
    z-index: 1;
}

#HomeYol {
    bottom: -2px;
    right: 0;
    z-index: 2;
}

#HomeTree {
    bottom: -10%;
    z-index: 1;
    left: 0;
}

#ProviderTree {
    bottom: 0;
    z-index: 2;
    left: 5%;
}

#HomeTree2 {
    right: 17%;
    bottom: -10%;
    z-index: 3;
}

#HomeThreeClouds {
    left: 6%;
    top: 25%;
    z-index: 1;
}

@media only screen and (max-width: 1198px) {
    #HomeTree2 {
        display: none;
    }
}

@media only screen and (max-width: 1198px) {
    #HomeChildText {
        left: 62%;
        z-index: 4;
    }
}



@media only screen and (max-width: 500px) {
    #HomeTree {
        display: none;
    }
}

#RightText, #LeftText {
    position: absolute;
    width: 100px;
}

#RelativePos {
    position: relative;
}

#LeftText {
    left: 0;
    top: 30%;
}

#RightText {
    right: 0;
    top: 90%;
}

@media only screen and (max-width: 1400px) {
    #LeftText {
        left: -10%;
        top: 30%;
    }

    #RightText {
        right: -10%;
        top: 90%;
    }
}

@media only screen and (max-width: 1200px) {
    #LeftText {
        left: -20%;
        top: 30%;
    }

    #RightText {
        right: -20%;
        top: 90%;
    }
}

@media only screen and (max-width: 834px) {
    #HomeChildText {
        top: 8%;
    }
}



@media only screen and (max-width: 768px) {
    #LeftText {
        left: 0;
        top: 40%;
    }

    #RightText {
        right: 0;
        top: 90%;
    }
}
@media only screen and ( width: 768px) {
    #HomeTree {
        display: none;
    }

    #LeftText {
        left: -23%;
        top: 30%;
    }

    #RightText {
        right: -23%;
        top: 90%;
    }
}
@media only screen and (max-width: 767px) {
    #HomeTree {
        display: none;
    }

    #LeftText {
        left: 0;
        top: 30%;
    }

    #RightText {
        right: 0;
        top: 90%;
    }
}
@media only screen and (max-width: 719px) {
    #HomeChildText {
        top: 0;
    }
}
@media only screen and (max-width: 983px) {
    #HomeYol {
        opacity: 0.9;
    }

}
@media only screen and (max-width: 379px) {
    #LeftText {
        left: -10%;
        top: 30%;
    }

    #RightText {
        right: -10%;
        top: 90%;
    }
}
.HomeBGParagraphs, .White-Color {
    z-index: 9;
    position: relative;
}
/****************************HomeBGEnd***************************************/
#ServiceProvider {
    position: absolute;
    left: 0;
    top: 0;
}
.text-right {
    text-align: right;
}
.WhiteLogoFooter {
    max-height: 40px;
}
.mr-top-10 {
    margin-top: 10%;
}

/*****************start PhoneBG Responsive*************************/
@media only screen and ( width: 992px) {
    #BGPhone {
        min-height: 349px;
    }
    .positionabsolute .m-top-100.PhoneImageResizer {
        height: auto;
    }
    .HomeBGLargeText {
        font-size: 30px;
    }
}
@media only screen and (max-width: 992px) {
    #BGPhone {
        min-height: 285px;
    }
    .positionabsolute .m-top-100.PhoneImageResizer {
        height: 360px;
    }
    .HomeBGLargeText {
        font-size: 24px;
    }
}
@media only screen and (width: 768px) {
    #BGPhone {
         height: 285px;
        padding-bottom: 10px;
    }

    .positionabsolute .m-top-100.PhoneImageResizer {
        height: 360px;
    }

    .HomeBGLargeText {
        font-size: 23px;
    }
}
@media only screen and (max-width: 768px) {


    .positionabsolute .m-top-100.PhoneImageResizer {
        height: 360px;
    }

    .HiddenOn768px {
        display: none;
    }

    .HomeBGLargeText {
        font-size: 23px;
    }

    .PhoneRelativeResizer {
        height: 390px;
    }

    #BGPhone {
        height: 590px;
    }
}
/*****************End PhoneBG Responsive*************************/
/*****************start PCBG Responsive*************************/
.maxWimg {
    max-width: 500px;
}
@media only screen and (max-width: 1361px) {
    .PCServiceProvider#BGPhone2 {
        min-height: 450px;
    }}
@media only screen and (max-width: 1199px) {
    .maxWimg {
        max-width: 450px;
    }
}

@media only screen and ( width: 992px) {
    .maxWimg {
        max-width: 355px;
    }
    .positionabsolute2.AbsolutePosResizerPC {
        position: absolute;
        top: -195px;
    }
    #BGPhone2 {
        min-height: 340px;

    }
    .PCServiceProvider#BGPhone2 {
        min-height: 450px;
    }
}

@media only screen and (max-width: 991px) {
    .maxWimg {
        max-width: 355px;
    }
    .positionabsolute2.AbsolutePosResizerPC {
        position: absolute;
        top: -195px;
    }
    #BGPhone2 {
        min-height: 340px;
    }
    .PCServiceProvider#BGPhone2 {
        min-height: 450px;
    }
}
@media only screen and ( width: 991px) {
    .maxWimg {
        max-width: 355px !important;
    }

    .positionabsolute2.AbsolutePosResizerPC {
        position: absolute;
        top: -195px;
    }

    #BGPhone2 {
        min-height: 340px;
    }
    .PCServiceProvider#BGPhone2 {
        min-height: 340px;
    }
}
@media only screen and (  width: 768px) {
    .positionabsolute2.AbsolutePosResizerPC {
        top: -83px;
    }

    .positionabsolute2.AbsolutePosResizerPC.ImageDivPC {
        top: -195px;
    }
}
@media only screen and ( max-width: 768px) {
    .positionabsolute2.AbsolutePosResizerPC.TextDivPC {
        position: relative;
        top: 175px;
    }
    .positionabsolute2.AbsolutePosResizerPC.ServiceProvider {
        position: relative;
        top: -65px;
        margin-bottom: 55px;
    }
    #BGPhone2 {
        min-height: 775px;
    }
    .PCServiceProvider#BGPhone2 {
        min-height: 775px;
    }
}
@media only screen and ( max-width: 380px) {
    .maxWimg {
        max-width: 310px;
    }
}
.single-services-box .icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
}
.ServiceProvider#RightText {
    right: 15%;
}

.ServiceProvider#LeftText {
    Left: 15%;
}
@media only screen and ( max-width: 1399px) {
    .ServiceProvider#RightText {
        right: 8%;
    }

    .ServiceProvider#LeftText {
        Left: 8%;
    }
}
@media only screen and ( max-width: 992px) {
    .ServiceProvider#RightText {
        right: 0%;
    }

    .ServiceProvider#LeftText {
        Left: 0%;
    }
}
@media only screen and ( max-width: 454px) {
    .ServiceProvider#RightText {
        right: -8%;
    }

    .ServiceProvider#LeftText {
        Left: -8%;
    }
}
@media only screen and ( max-width:399px) {
    .ServiceProvider#RightText {
        right: -12%;
    }

    .ServiceProvider#LeftText {
        Left: -12%;
    }
}

@media only screen and ( max-width:371px) {
    .ServiceProvider#RightText {
        right: -15%;
    }

    .ServiceProvider#LeftText {
        Left: -15%;
    }
}

@media only screen and ( max-width:350px) {
    .ServiceProvider#RightText {
        right: -18%;
    }

    .ServiceProvider#LeftText {
        Left: -18%;
    }
}
.logowidth {
    max-width: 150px;
}
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/*********************************************Start After Login Styles**************************************************/

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 2.5rem .5rem 2rem .5rem;
}

    .sidebar button {
        color: inherit;
        background: transparent;
        height: 60px;
        font-family: inherit;
        border: 0;
        outline: 0;
        padding: 0;
        cursor: pointer;
    }

.sidebar_header {
    width: 100%;
    margin-bottom: 2.9rem;
}

    .sidebar_header p {
        height: 5.1vh;
        font-size: var(--step-0);
        font-weight: 600;
        margin-left: .9rem;
    }

    .sidebar_header i {
        width: 51px;
        height: 15px;
        font-size: var(--step-0);
        text-align: center;
        display: none;
    }

.sidebar nav {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
}

.sidebar > nav button:last-child {
    margin-top: auto;
}

.sidebar button > span {
    display: flex;
    align-items: center;
    grid-gap: .9rem;
    height: 6.8vh;
    border-radius: 1.8rem;
    padding: 0 .9rem;
    line-height: 1;
}

.sidebar button:hover > span {
    background: #f2f2f2;
}

@media (width < 580px) {
    .sidebar_header p {
        display: none;
    }

    .sidebar_header i {
        display: block;
    }

    .sidebar {
        width: 73px;
    }

        .sidebar button > span > span {
            opacity: 0;
            visibility: hidden;
        }
}

.sidebar button i {
    position: relative;
    font-size: var(--step-0);
}

.sidebar button img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: .2s;
}

.sidebar button > span > i span {
    position: absolute;
    top: -6px;
    right: -12px;
    height: 20px;
    display: grid;
    place-items: center;
    color: #f9f9f9;
    background: #ff2f40;
    font-family: BlinkMacSystemFont;
    font-style: normal;
    font-size: .6rem;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 5px;
}

.sidebar button > span > i em {
    position: absolute;
    top: 1px;
    right: -2px;
    width: 9px;
    height: 9px;
    background: #ff2f40;
    border-radius: 50%;
    border: 1px solid #fff;
}

.sidebar button > span {
    font-size: var(--step--1);
    font-weight: 400;
}



 


/*********************************************End After Login Styles****************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/

/*********************************************Start Entities Index*******************************************************/
.EntitiesBTNs{
    color:#ccc;
}
.AddEntity {
    height: 85%;
    background-color: transparent;
    border: dashed #d0cece73 4px;
}
.CategoryCard.AddEntity .CategoryCard__content {
    margin-top: auto;
    background-color: transparent;
    /*margin: 85px;*/
    color: #9b9b9e;
}
.CategoryCard.AddEntity:hover {
    border: dashed #6a75e5 7px;
    transform: scale(1.03);
    color: #6a75e5;
    border: 0px;
}
.plusAddEntity:before {
    font-size: xxx-large;
     margin: 50px;
}
.sidenav a:has(.Sidenav-item):hover {
    background: #C9C4FF;
    color: #3e4be2;
    border-radius: 18px;
}
.centerAddBTN, .centerAddBTN h3 {
    text-align: center;
    color: #ccc;
}
.CategoryCard.AddEntity:hover .centerAddBTN, .CategoryCard.AddEntity:hover .centerAddBTN h3 {
    color: #6a75e5;
}
.Width100 {
    width: 100%;
}
h1#Add-entity-label {
    font-weight: 500;
}
/*********************************************End Entities Index*******************************************************/
/*********************************************Start LayoutSigned*******************************************************/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}
.navbar-brand.LayoutSignedLi {
    text-align: -webkit-center;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #b5acac;
    display: block;
    transition: 0.3s;
    margin: 5px 7px;
}

    .sidenav a:has(.Sidenav-item):hover {
        color: #3e4be2;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#mainSigned {
    transition: margin-left .5s;
    padding: 16px;
    background-color: #F7F7F7;
}
 
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a:has(.Sidenav-item) {
            font-size: 20px;
        }
}
.SignedLayoutFooter {
    transition: margin-left .5s;
    padding: 16px;
}
#mySidenav {
    width: 250px;
}

#mainSigned {
    margin-Left: 250px;
}
@media only screen and (max-width: 1199px)  {
    .sidenav{
        display:none;
    }
    #mySidenav{
        width:0;
    }
    #mainSigned {
        margin-Left:0;
    }
    .nav-item.ProfileIcon {
        display:none;   
    }

}
@media only screen and (min-width: 1199px) {

    .LayoutSignedLi {
        display: none;
    }
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu.right {
    right: 0;
    left:auto;
}
.main-navbar .navbar .navbar-nav .nav-item.ProfileIcon a i {
    font-size: 25px !important;
    color: var(--black-color);
}
.nav-item.ProfileIcon {
    position: absolute;
    right: 15px;
    top: -7px;
}

.FirstNavItem {
    margin-top: 40px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 7px;
}
.main-navbar.Signed {
    padding: 0px 0;
}
/*********************************************End LayoutSigned*******************************************************/
/*********************************************Start Profile*******************************************************/
.profile-info {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
}
    .profile-info .form-control-signed, .form-control-signed, .select2-container--default, .chosen-choices,.form-select.select2 {
        line-height: 2 !important;
        border-radius: 25px !important;
        padding: 5px 20px !important;
        background-color: #fff !important;
    } 
.SaveProfileBTN {
    border-radius: 30px;
    width: 100%;
}
 
/*********************************************End Profile*******************************************************/
/*********************************************Start Advertisement*******************************************************/
.Height98 {
    height: 98%;
}
.font-40 {
    font-size: 40px;
}
.ConfirmAD {
    line-height: 1;
}
.single-pricing-table.Signed {
    border-radius: 30px;
    border: #ccc 1px solid;
}
.SelectedBorder {
    border: #6a75e5 5px solid !important;
}
#picture__input,#picture__input2 ,#picture__input3,#picture__input4 ,#picture__input5 ,#picture__input6 {
    display: none;
}

.picture, .picture2 , .picture3, .picture4, .picture5, .picture6 {
    width: 330px;
    height: 203px;
    aspect-ratio: 16/9;
    background: #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    border-radius: 30px;
    /* border: 2px dashed currentcolor; */
    cursor: pointer;
    font-family: sans-serif;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
    margin: 5px;
}

    .picture:hover ,.picture2:hover ,.picture3:hover,.picture4:hover,.picture5:hover,.picture6:hover {
        color: #777;
        background: #ccc;
    }

    .picture:active,.picture2:active ,.picture3:active ,.picture4:active  ,.picture5:active  ,.picture6:active {
        border-color: turquoise;
        color: turquoise;
        background: #eee;
    }

    .picture:focus,  .picture2:focus,  .picture3:focus ,  .picture4:focus,  .picture5:focus,  .picture6:focus {
        color: #777;
        background: #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

.picture__img,picture__img2 ,picture__img3 ,picture__img4,picture__img5 ,picture__img6 {
    max-width: 100%;
}

.single-pricing-table .price.Plans {
    color: #000;
}

.price.Plans {
    font-size: 33px !important;
}

    .PlansIcons, .price.Plans p {
        color: #BBBBBB;
    }

.PlanHeader, .single-pricing-table .price.Plans {
    font-size: 26px !important;
    font-weight: 400;
}

#AddSteps {
    background-color: #fff;
    border: 1px #ccc solid;
    border-radius: 30px;
    padding: 15px;
}
 
/*********************************************End Advertisement*******************************************************/
/*********************************************Start datatable Pages*******************************************************/
.NewStyleTable thead {
    background-color: #f7f7f7 !important;
}
.NewStyleTable tbody {
    background-color: white !important;
}
.NewStyleTable .dataTable > tbody > tr {
    background-color: white !important;
}
.NewStyleTable.dataTable.table.is-striped > tbody > tr:nth-child(2n) {
    background-color: white !important;
}
.NewStyleTable.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: white !important;
}
.DatatableContainerDiv {
    background-color: #fff;
    border-radius: 30px;
    margin: 15px;
    padding: 15px;

}
div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0.5em;
}
.table td, .table th {
     /*border-width: 0 0 0px !important;*/
}
.LogoutSigned {
    /*position: absolute;*/
    bottom: 20%;
    width: 100%;
}
/*********************************************End datatable Pages*******************************************************/
.ContactW100 {
    width: 100%;
}
.centerSelf {
    place-self: center;
}
/*************************Start Select2 Styles*******************************/


.pagination-link.is-current {
    background-color: #6a75e5 !important;
    border-color: #5961b7 !important;
    color: #fff;
}
.dataTables_paginate .pagination-list .pagination-link.previous {
    /*background-color: #ff0000;*/ /* Change to your desired color */
}
.dataTables_paginate .pagination-list .pagination-link.next {
    /*background-color: #ff0000;*/ /* Change to your desired color */
}
.select2 {
    padding: 7px;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
    height: 55px;

}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 4px;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #999;
        line-height: 2.5;
        height: 32px;

    }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -12px;
    margin-top: 12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6a75e5;
    color: white;
}
/*************************End Select2 Styles*******************************/
/*************************Start Thank You Page*******************************/

.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.ThankYouWord {
    font-family: 'Kaushan Script', cursive !important;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 1px;
}

.go-home {
    color: #fff;
    background: #6a75e5;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.footer-like {
    margin-top: auto;
    background: #dad7fe;
    padding: 6px;
    text-align: center;
    border-radius: 0 0 30px 30px;
}

    .footer-like p {
        margin: 0;
        padding: 4px;
        color: #6a75e5;
        font-family: 'Source Sans Pro', sans-serif !important;
        letter-spacing: 1px;
    }

        .footer-like p a {
            text-decoration: none;
            color: #6a75e5;
            font-weight: 600;
        }

@media (min-width:360px) {
   
    .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width:600px) {
    .contentThank {
        max-width: 1000px;
        margin: 0 auto;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}
 
/*************************End Thank You Page*******************************/

.icon {
    height: auto;
    width: auto;
}

.navbar {
    background-color: transparent;
}
/*********************************************Start Entity Add*******************************************************/
.FontWeight400{
    font-weight:400;
}
.testLocation {
    background: url(/images/Map.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    display: block;
    border: none;
}
.select2-dropdown {
    border-radius: 30px;
    margin-top: -22px;
    border: 0px solid #aaa;  
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1) !important;
}
.select2-search__field {
    border-radius: 30px;
    margin: 2px 2px 2px 2px;
}
.select2-results, select2-results__options {
    padding: 0 5px;
    border-radius: 30px;
}
.select2-results__option {
    border-radius: 30px;
}
/*********************************************End Entity Add*******************************************************/
/*********************************************Start Styles Fixing*******************************************************/
.main-navbar .navbar .navbar-nav .nav-item:hover a i, .main-navbar .navbar .navbar-nav .nav-item.active a i {
    color: var(--main-color);
}
.Sidenav-item {
    display: flex;
    align-items: center;
}
.Sidenav-item i {
    margin-right: 10px;
}

a.active:has(.Sidenav-item) {
    background: #C9C4FF;
    border-radius: 18px;
    color: #3e4be2;
}
ul.chosen-results, div.chosen-drop {
    border-radius: 15px !important;
}
 
/*********************************************End Styles Fixing  *******************************************************/
/*********************************************Start Styles Entity Add *******************************************************/
.picture2.ProfileImg {
    background: #E0E0E0;
    display: flex;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: auto;
    margin: 0;
    color: #bbb;
    width: 70px;
    height: 70px;
    margin-top: -60px;
    border: 1px solid white;
    border-radius: 50px;
}
.picture.CategoryCard__img {
    width: 100%;
    margin: 0;
    height: 100%;
}
.CategoryCard__img__container.ImageUploadDiv {
    max-width: 100%;
    height: 300px;
}
.picture3.EntityProImages, .picture4.EntityProImages, .picture5.EntityProImages, .picture6.EntityProImages {
    width: 100%;
}
.CategoryCard.ImageUploadDiv {
    max-width: 100%;
}
.CategoryCard__content.ImageUploadDiv {
    height: 175px;
}
.DaysDiv {
    min-height: 150px;
    border: 2px solid #ccc;
    border-radius: 30PX;
    text-align: center;
    padding: 10px 3px;
    margin: 5px 0px;
}
.entry-meta li {
    list-style-type: none;
    display: inline-block;
    margin-right: 0;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    padding-right: 2px;
}
    .entry-meta li i, .entry-meta i {
        font-size: 13px;
    }
#contactForm.EntityAdd {
    max-width: 1000px;
}
@media (min-width: 992px) {

    .col-lg-2.Days2Col {
        flex: 0 0 auto;
        /*  width: 14.28571428%;*/
        width: 20%;
    }
}
.button-container {
    text-align: center;
}

#prev {
    float: left; /* Align "Previous" button to the left */
}

#next {
    float: right; /* Align "Next" button to the right */
}

.testLocation {
    background-size: cover;
    border-radius: 25px;
}
    /*********************************************End Styles Entity Add *******************************************************/
    /*********************************************Start Styles Course Add *******************************************************/
.single-pricing-table {
      border-radius: 25px;
}
.picture, .picture2, .picture3, .picture4, .picture5, .picture6 {
    padding: 0;
}

@media only screen and (max-width: 1199px) {
    #mainSigned {
     margin-top: 100px;
    }
}


.CategoryCard {
    min-height: 300px;
}
    .CategoryCard
    ,.CategoryCard #AddSection  
    , .CategoryCard #AddSection .add-btn.Width100
    , .CategoryCard #AddSection .add-btn.Width100 .CategoryCard__content
    , .CategoryCard #AddSection .add-btn.Width100 .CategoryCard__content .row centerAddBTN {
        display: grid;
        align-content: center;
        /*height: 95%;*/
      }
.swal-button {
    background-color: var(--main-color);
}
.swal-modal {
    border-radius: 30px;
}
#contactForm {
    max-width: 100%;
}
.centerAddBTN, .centerAddBTN h3 {
    font-size: larger;
}
    /*********************************************End Styles Course Add *******************************************************/
.progressMain {
    background-color: #ccc;
    position: absolute;
    top: 25px;
    left: 20px;
    transform: translateY(-50%);
    height: 4px;
    max-width: 100%;
    width: 95%;
    z-index: 1;
    transition: 400ms ease;
}

@media only screen (max-width: 768px) {
    .progressMain {
        width: 94%;
    }
}

@media only screen (max-width: 529px) {
    .progressMain {
        /*width: 94%;*/
    }
}

.single-pricing-table .pricing-header h3 i {
    background: linear-gradient(90deg, #6a75e5 0%, #9098ee 100%);
}
.single-pricing-table .price {
    color: #000;
}
#mainSigned {
    min-height: 100vh;
}
.add-btn .CategoryCard__content {
    border-top: 0;
}
.StepDiv .CategoryCard__img__container.ImageUploadDiv {
    height: auto;
}

.login-form.changepsw {
    border-radius: 30px;
    max-width: 650px
}
i.ri-checkbox-circle-line .single-pricing-table {
    /* Your CSS styles for .single-pricing-table when it is a descendant of i.ri-checkbox-circle-line */
    /* For example: */
    background-color: yellow;
}

    /*********************************************Start Radio Buttons for PRICING *******************************************************/
.radio-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    /*max-width: 350px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 5%;
}

    .radio-inputs > * {
        margin: 6px;
    }

.radio-input:checked + .radio-tile {
    border-color: #6a75e5;
    box-shadow: 0 4px 10px rgba(106,117,229,0.7);
    color: #6a75e5;
}

    .radio-input:checked + .radio-tile:before {
        transform: scale(0.7);
        opacity: 1;
        background-color: #6a75e5;
        border-color: #6a75e5;
        color: #fff;
        font-weight: bold;
        font-size: large;
        z-index: 2;
        text-align: center;
        padding-top: 6%;
    }

    
    .radio-input:checked + .radio-tile .radio-label {
        color: #2260ff;
    }

.radio-input:focus + .radio-tile {
    border-color: #6a75e5;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

    .radio-input:focus + .radio-tile:before {
        transform: scale(0.7);
        opacity: 1;
        content: "\2713"; /* Unicode for a tick icon */
        color: #fff;
        border-color: #6a75e5;
        /*        color: #000;
        font-weight: bold;
        font-size: x-large;
        z-index: 2;
        text-align: center;
*/
    }

.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 80px;*/
    min-height: 80px;
    border-radius: 30px;
    border: 2px solid #6a75e5;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    padding: 15px;
    content: "\f007";
    font-family: FontAwesome;
}

    .radio-tile:before {
        /*content: "";*/
        content: "\2713"; /* Unicode for a tick icon */

        position: absolute;
        display: block;
        width: 50px;
        height: 50px;
        border: 2px solid #6a75e5;
        background-color: #fff;
        border-radius: 50%;
        top: -15px;
        left: -15px;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease-in;
        /*border: 3px solid #fff !important;*/
/*        border-image: linear-gradient(90deg, rgba(106,117,229,1) 0%, rgba(5,5,112,1) 35%, rgba(255,255,255,1) 100%) !important;
        border-width: 3px !important;
        border-style: solid !important;
*/    }

    .radio-tile:hover {
        border-color: #6a75e5;
    }

        .radio-tile:hover:before {
            transform: scale(0.7);
            opacity: 1;
            content: "";
        }

.radio-input:checked+ .radio-tile:hover:before {
    transform: scale(0.7);
    opacity: 1;
    content: "\2713";
}

/*.radio-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #494949;
}*/
.radio-icon {
    font-size: x-large;
    font-weight: 400;
}

.radio-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
    font-size: 15px;
}

.radio-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
label.radioLabelTag {
    display: block;
    /*padding-top: 10%;*/
    /*background-color: #6a75e5;*/
/*    background: linear-gradient(90deg, #9098ee 100%, #6a75e5 100%);
*/    /*border-radius: 8px 8px 30px 30px;*/
    border-radius: 30px;
    padding: 21px
}
.FreeText {
    font-size: xx-large;
}
.radio-input:checked + .radio-tile .FreeText {
    color: #6a75e5;
}
.Old-Price {

    font-size: larger !important;
}
.radio-inputs .row:first-of-type {
    width: 100%;
}/*
.center-Plan {
    min-height: 715px;
}
@media only screen and (max-width: 1496px) {

    .center-Plan {
        min-height: 740px;
    }
}
@media only screen and (max-width: 1411px) {

    .center-Plan {
        min-height: 760px;
    }
}
@media only screen and (max-width: 1390px) {

    .center-Plan {
        min-height: 815px;
    }
}
@media only screen and (max-width: 1341px) {

    .center-Plan {
        min-height: 840px;
    }
}
@media only screen and (max-width: 1215px) {

    .center-Plan {
        min-height: 882px;
    }
}
@media only screen and (max-width: 992px) {

    .center-Plan {
        min-height: 1210px;
    }
}
@media only screen and (max-width: 768px)  {

    .center-Plan {
        min-height:   fit-content ;
         
    }
}
@media only screen and (width: 768px) {

    .center-Plan {
        min-height: 1210px;
    }
}*/
/*@media only screen and (max-width: 991px) and (min-width: 768px) {

    .center-Plan {
        min-height: 711px;
    }
}
*/
.center-Plan {
    height: 100%;
}
.ri-money-dollar-box-fill {
    color: red;
}

.PeriodBTNs {
    box-shadow: rgb(228 230 250) 0px 10px 36px 0px, rgb(182 187 242) 0px 0px 0px 2px;
    padding: 10px;
    border-radius: 20px;
    margin: auto;
    color: #6a75e5;
    font-size: small;
    width: 100%;
    text-align: center;
}
 strike.color-red {
    color: #FF474A !important;
}

.radio-icon {
    font-size: large;
}
.Old-Price {
    font-size: medium !important;
}
.FreeText {
    font-size: x-large;
}
/*********************************************End Radio Buttons for PRICING *******************************************************/
/*********************************************Start Modal for PRICING *******************************************************/
.PricingDiv {
    background-color: #6a75e5;
}

.PricingDiv .pricing-header {
    border-bottom: 5px solid #6a75e5;
    padding-bottom: 10px;
}

    .PricingDiv .single-pricing-table {
        margin-top: 20px;
        height: 90%;
    }
.PricingHeader_St{
    margin-top: 15px;

}
/*********************************************End Modal for PRICING *******************************************************/
/*********************************************Start Plan Periods Radio buttons *******************************************************/

input[type="radio"].PeriodRad {
    appearance: none;
}

    input[type="radio"].PeriodRad + label.PeriodRadLabel {
        cursor: pointer;
        position: relative;
        padding-left: 30px;
        line-height: 20px;
        margin: 10px;
    }

        input[type="radio"].PeriodRad + label.PeriodRadLabel::before {
            content: "";
            display: inline-block;
            width: 20px;
            aspect-ratio: 1;
            border: 1px solid #686de0;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            opacity: 1;
            transition: all 0.3s;
        }

        input[type="radio"].PeriodRad + label.PeriodRadLabel::after {
            content: "";
            display: inline-block;
            width: 10px;
            aspect-ratio: 1;
            border: 1px solid #686de0;
            background: #686de0;
            border-radius: 50%;
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0;
            transition: all 0.3s;
        }

    input[type="radio"].PeriodRad:checked + label.PeriodRadLabel::after {
        opacity: 1;
    }
.PeriodRadLabel strong{
    color: #4a57e3;
}

body.rtl input[type="radio"].PeriodRad {
    appearance: none;
}

body.rtl input[type="radio"].PeriodRad + label.PeriodRadLabel {
    cursor: pointer;
    position: relative;
  
    line-height: 20px;
    margin: 10px;
    padding-right: 30px; /* Padding on the right side for RTL */
    padding-left: 0; /* Reset left padding for RTL */
}

    body.rtl input[type="radio"].PeriodRad + label.PeriodRadLabel::before {
        /* Optionally adjust positioning for the circle in RTL */
        /* Left: auto removes default left positioning */
        /* Right: 0; positions it on the right side */
        content: "";
        display: inline-block;
        width: 20px;
        aspect-ratio: 1;
        border: 1px solid #686de0;
        border-radius: 50%;
        position: absolute;
        top: 50%;
 
        transform: translateY(-50%);
        opacity: 1;
        transition: all 0.3s;
        left: auto;
        right: 0;
    }

    body.rtl input[type="radio"].PeriodRad + label.PeriodRadLabel::after {
        /* Optionally adjust positioning for the checkmark in RTL */
        /* Left: auto removes default left positioning */
        /* Right: 5px; positions it 5px from the right side */
        left: auto !important;
        right: 5px !important;
        content: "" !important;
        display: inline-block !important;
        width: 10px !important;
        aspect-ratio: 1 !important;
        border: 1px solid #686de0 !important;
        background: #686de0 !important;
        border-radius: 50% !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        opacity: 0 !important;
        transition: all 0.3s !important;
    }


body.rtl input[type="radio"].PeriodRad:checked + label.PeriodRadLabel::after {
    opacity: 1 !important;
}


.navsticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff; /* Add your desired background color */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a shadow for a better visual effect */
}

.navbar.navbar-light {
    transition: all 0.3s ease; /* Add smooth transition effect */
}

/*********************************************End Plan Periods Radio buttons *********************************************************/

.color-prub {
    color: #FF2400 !important
}

@media (max-width: 399px) {
    .White-Color {
        padding: 25px 16px 1px 0px;
        padding-right: 24px;
        text-align: -webkit-left;
        display: inline-flex;
    }
}




#LoginCardImg {
    background-color: rgb(106 117 229);
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* ===== Capsjo mobile header + hamburger menu polish (all pages, incl. RTL) ===== */
@media (max-width: 991px) {
  .main-responsive-nav .logo { position: static !important; }
  .main-responsive-nav .logo img { max-height: 46px !important; width: auto !important; }
  .main-responsive-nav .Lang-mid { position: absolute !important; top: 50% !important; transform: translateY(-50%) !important; right: 56px !important; left: auto !important; bottom: auto !important; margin: 0 !important; }
  body.rtl .main-responsive-nav .Lang-mid { right: auto !important; left: 56px !important; }
  .main-responsive-nav .Lang-mid .icon-lg i { font-size: 22px !important; color: #3a3f57 !important; }
  .mean-nav { background: #fff !important; box-shadow: 0 12px 26px rgba(20, 24, 60, .10) !important; border-radius: 0 0 10px 10px !important; }
  .mean-nav ul li a { font-size: 16px !important; color: #2b2f42 !important; border-top: 1px solid #eef0f6 !important; padding: 14px 20px !important; }
  .mean-nav ul li:first-child a { border-top: 0 !important; }
  .mean-nav ul li a:hover { color: #6A75E5 !important; }
}

/* ===== Capsjo shared: Plus Jakarta Sans + navbar + footer (site-wide) ===== */
@font-face { font-family:'Plus Jakarta Sans'; font-weight:400; font-display:swap; src:url('/fonts/plus-jakarta-sans-400.woff2') format('woff2'); }
@font-face { font-family:'Plus Jakarta Sans'; font-weight:600; font-display:swap; src:url('/fonts/plus-jakarta-sans-600.woff2') format('woff2'); }
@font-face { font-family:'Plus Jakarta Sans'; font-weight:700; font-display:swap; src:url('/fonts/plus-jakarta-sans-700.woff2') format('woff2'); }
@font-face { font-family:'Plus Jakarta Sans'; font-weight:800; font-display:swap; src:url('/fonts/plus-jakarta-sans-800.woff2') format('woff2'); }
:root{ --cj-indigo:#6975e5; --cj-indigo-700:#6975e5; --cj-orange:#ff6b35; --cj-muted:#565667; --cj-faint:#8a8a99; --cj-line:#e5e6f2; }
/* navbar (site-wide, Stitch look + our logo/links) */
.navbar-area{ background:rgba(249,249,252,.82) !important; -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px); border-bottom:1px solid #eef0f8; box-shadow:none !important; font-family:'Plus Jakarta Sans',system-ui,-apple-system,Segoe UI,sans-serif; }
.navbar-area.is-sticky{ background:rgba(249,249,252,.94) !important; box-shadow:0 6px 20px rgba(105,117,229,.07) !important; }
.navbar-brand img.logowidth{ max-height:42px !important; width:auto !important; }
.main-navbar .navbar-nav .nav-link{ font-family:inherit; font-weight:600 !important; color:var(--cj-muted) !important; font-size:15px; }
.main-navbar .navbar-nav .nav-link:hover{ color:#14151a !important; }
.main-navbar .navbar-nav .nav-item a[href*="Register"]{ background:var(--cj-orange); color:#fff !important; border-radius:100px; padding:9px 20px !important; box-shadow:0 6px 14px rgba(255,107,53,.28); }
.main-navbar .navbar-nav .nav-item a[href*="Register"]:hover{ background:#f4551d; color:#fff !important; }
.main-navbar .navbar-nav{ align-items:center !important; }
.main-navbar li.Language{ position:static !important; display:flex !important; align-items:center !important; margin:0 12px !important; }
.main-navbar li.Language .icon-lg{ display:inline-flex !important; align-items:center !important; padding:0 !important; margin:0 !important; line-height:1 !important; }
.main-navbar li.Language .icon-lg i{ font-size:22px !important; color:var(--cj-muted) !important; }
/* footer (site-wide, Stitch style) */
.cj-foot{ background:#eceef4; border-top:1px solid var(--cj-line); padding:54px 0 26px; margin-top:12px; font-family:'Plus Jakarta Sans',system-ui,-apple-system,Segoe UI,sans-serif; }
.cj-foot-grid{ display:grid; grid-template-columns:1.7fr 1fr 1fr 1.1fr; gap:32px; }
.cj-foot-logo{ height:34px; width:auto; margin-bottom:14px; }
.cj-foot .about{ color:var(--cj-muted); font-size:14px; max-width:34ch; line-height:1.7; }
.cj-foot h5{ font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--cj-faint); margin-bottom:14px; font-weight:700; }
.cj-foot ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; }
.cj-foot ul a{ color:var(--cj-muted); font-size:14px; text-decoration:none; }
.cj-foot ul a:hover{ color:var(--cj-indigo-700); }
.cj-foot-badges{ display:flex; flex-direction:column; gap:10px; }
.cj-foot-badges img{ height:42px; width:auto; }
.cj-foot-social{ display:flex; gap:10px; margin-top:16px; }
.cj-foot-social a{ width:34px; height:34px; border-radius:50%; background:#fff; border:1px solid var(--cj-line); display:flex; align-items:center; justify-content:center; color:var(--cj-muted); font-size:16px; text-decoration:none; }
.cj-foot-social a:hover{ color:var(--cj-indigo-700); border-color:var(--cj-indigo); }
.cj-foot-bottom{ display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; border-top:1px solid var(--cj-line); margin-top:34px; padding-top:20px; color:var(--cj-faint); font-size:13px; }
.cj-foot-bottom a{ color:var(--cj-indigo-700); text-decoration:none; }
@media(max-width:991px){ .cj-foot-grid{ grid-template-columns:1fr 1fr; } .cj-foot-bottom{ flex-direction:column; text-align:center; } }

/* ===== Unify font across the WHOLE system â€” Plus Jakarta Sans (Latin) with clean Arabic fallback; icon fonts left untouched ===== */
body,
body h1, body h2, body h3, body h4, body h5, body h6,
body p, body a, body li, body td, body th, body label, body small, body strong, body b, body em,
body button, body input, body select, body textarea, body option,
body .btn, body .default-btn, body .form-control, body .nav-link, body .card, body .modal-content, body .table, body .dropdown-item, body .badge {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

/* force Plus Jakarta Sans on Capsjo components (beat theme heading/nav fonts) */
.navbar-area .navbar-nav .nav-link, .cj-foot, .cj-foot h5, .cj-hero-title, .cj-eyebrow, .cj-head h2, .cj-head h5, .eco-card h3, .hiw-step h4, .cj-feature-panel h2, .cj-story h2, .single-services-box h3, .about-content.NewHome span, .about-content.NewHome h2 { font-family:'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif !important; }

/* ===== Capsjo dashboard listing cards â€” provider portal (Entities/Events/Courses/Camps/Advertisement/Portal/CapsMerchants). Excludes .AddEntity tile and .ImageUploadDiv (add/edit) variants. ===== */
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity){ max-width:none; border-radius:22px !important; overflow:hidden; background:#fff; border:1px solid #e8e9f3; box-shadow:0 8px 24px rgba(105,117,229,.08) !important; margin:0 0 24px !important; transition:transform .18s, box-shadow .18s; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity):hover{ transform:translateY(-4px) !important; box-shadow:0 20px 42px rgba(105,117,229,.15) !important; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCard__img__container{ height:150px; overflow:hidden; background:#f4f5fb; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCard__img{ width:100% !important; height:150px !important; object-fit:cover; display:block; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCard__content{ margin-top:0 !important; border-radius:0 !important; border-top:none !important; padding:14px 18px 18px !important; text-align:start !important; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .ProfileImg{ height:54px !important; width:54px !important; border-radius:14px !important; object-fit:cover; border:3px solid #fff; box-shadow:0 4px 12px rgba(0,0,0,.12); background:#fff; margin-top:-46px !important; position:relative; z-index:5; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCard__title{ font-weight:800 !important; font-size:16px !important; color:#14151a !important; line-height:1.3; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCard__desc{ font-size:13px !important; color:#5a5a6a; margin-top:6px; line-height:1.7; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .StarRate{ color:#f5bd00 !important; font-size:14px !important; font-weight:700; font-style:normal; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .EntitiesBTNs i{ font-size:16px; color:#5a5a6a; transition:color .15s; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .EntitiesBTNs:hover i{ color:#6975e5; }
/* ---- Fix the messy nested-column card content: flex layout, clean title/icons row, aligned logo ---- */
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCard__content > .row{ display:flex !important; flex-wrap:nowrap; align-items:flex-start; gap:14px; margin:0 !important; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCard__content > .row > .col-md-3:first-child{ flex:0 0 auto !important; width:auto !important; max-width:none !important; padding:0 !important; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCard__content > .row > .col-md-9{ flex:1 1 auto !important; width:auto !important; max-width:none !important; min-width:0; padding:0 !important; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .ProfileImg{ margin-top:0 !important; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .Card-Text-left{ display:flex !important; flex-wrap:wrap; align-items:flex-start; gap:4px 10px; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .Card-Text-left > .CategoryCardHeading:not(.CategoryCardHeading2){ flex:1 1 55% !important; width:auto !important; max-width:none !important; min-width:0; padding:0 !important; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCardHeading2{ flex:0 0 auto !important; width:auto !important; max-width:none !important; padding:0 !important; float:none !important; display:inline-flex; align-items:center; gap:10px; margin:0 !important; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .CategoryCardHeading2 br{ display:none !important; }
.CategoryCard:not(.ImageUploadDiv):not(.AddEntity) .Card-Text-left > .CategoryCard__desc{ flex:1 1 100% !important; width:100% !important; max-width:none !important; padding:0 !important; }
.ent-status{ display:inline-block; font-size:11.5px; font-weight:700; padding:2px 11px; border-radius:100px; margin:4px 0; white-space:nowrap; }
.ent-status-1{ background:rgba(46,158,87,.12); color:#2e9e57; }
.ent-status-0, .ent-status-4{ background:rgba(183,121,26,.14); color:#b7791a; }
.ent-status-2{ background:rgba(214,69,69,.12); color:#d64545; }
.ent-status-3{ background:rgba(105,117,229,.12); color:#6975e5; }
.CategoryCard.AddEntity{ border:2px dashed #c7cade !important; background:#f4f5fb !important; box-shadow:none !important; display:flex; align-items:center; justify-content:center; min-height:100%; border-radius:22px !important; }
.CategoryCard.AddEntity:hover{ border-color:#6975e5 !important; background:#eef0fb !important; transform:translateY(-4px) !important; }
.CategoryCard.AddEntity .centerAddBTN{ display:flex; flex-direction:column; align-items:center; gap:0; }
.CategoryCard.AddEntity .centerAddBTN h3{ color:#6975e5 !important; font-weight:800; margin:0; }
/* (Add-tile "+" is the .plusAddEntity icon on every page now â€” no h3 size override) */

/* ===== Capsjo signed top-bar: user chip + lang ===== */
.main-navbar.Signed .ProfileIcon > .nav-link{ display:inline-flex !important; align-items:center; gap:9px; background:#f1f2fb; border:1px solid #e5e6f2; border-radius:100px; padding:6px 16px 6px 7px !important; font-weight:700; color:#6975e5 !important; transition:background .15s, box-shadow .15s; }
.main-navbar.Signed .ProfileIcon > .nav-link:hover{ background:#e6e8f8; box-shadow:0 4px 12px rgba(105,117,229,.14); }
.main-navbar.Signed .ProfileIcon > .nav-link i{ width:28px; height:28px; border-radius:50%; background:#6975e5; color:#fff !important; display:inline-flex; align-items:center; justify-content:center; font-size:15px; }
/* Fix: user (ProfileIcon) dropdown was vanishing in the ~30px gap (theme sets top:70px + margin-top:15px on a ~40px chip). Snug it under the chip + an invisible bridge so hover carries across chipâ†”menu. */
.main-navbar.Signed .nav-item.ProfileIcon .dropdown-menu,
.main-navbar.Signed .nav-item.ProfileIcon .dropdown-menu.right{ top:calc(100% + 6px) !important; margin-top:0 !important; right:0; left:auto; }
.main-navbar.Signed .nav-item.ProfileIcon .dropdown-menu::before{ content:""; position:absolute; top:-16px; left:0; right:0; height:18px; background:transparent; }
.main-navbar.Signed .nav-item.ProfileIcon:hover .dropdown-menu,
.main-navbar.Signed .nav-item.ProfileIcon .dropdown-menu:hover,
.main-navbar.Signed .nav-item.ProfileIcon .dropdown-menu.cj-open{ opacity:1 !important; visibility:visible !important; pointer-events:auto !important; }
.main-navbar.Signed .nav-item.ProfileIcon .dropdown-menu.cj-open{ display:block !important; }
.Lang-mid .icon-lg i, .main-navbar.Signed .Lang-mid .icon-lg i{ color:#6975e5; }

/* ===== Capsjo dashboard tables (Customers, Reviews) ===== */
.NewStyleTable{ width:100% !important; border-collapse:separate !important; border-spacing:0; background:#fff; border:1px solid #e8e9f3; border-radius:16px; overflow:hidden; }
.NewStyleTable thead th{ background:#f4f5fb !important; color:#14151a !important; font-weight:700 !important; font-size:13px !important; padding:14px 16px !important; border:none !important; }
.NewStyleTable tbody td{ padding:13px 16px !important; border:none !important; border-top:1px solid #eef0f6 !important; color:#3a3a48; font-size:14px; }
.NewStyleTable tbody tr:hover{ background:#f8f9fe; }
.dataTables_wrapper .dataTables_filter input{ border:1px solid #e5e6f2 !important; border-radius:10px !important; padding:8px 12px !important; outline:none; }
.dataTables_wrapper .dataTables_filter input:focus{ border-color:#6975e5 !important; box-shadow:0 0 0 3px rgba(105,117,229,.15); }
.dataTables_wrapper .dataTables_length select, .dataTables_length .select select{ border:1px solid #e5e6f2 !important; border-radius:10px !important; padding:6px 28px 6px 10px !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button{ border-radius:8px !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .pagination .active a{ background:#6975e5 !important; border-color:#6975e5 !important; color:#fff !important; }
.form-control-signed, .form-select.form-control-signed{ border:1px solid #e5e6f2 !important; border-radius:12px !important; padding:12px 14px !important; background-color:#fff; height:auto; }
.form-control-signed:focus{ border-color:#6975e5 !important; box-shadow:0 0 0 3px rgba(105,117,229,.15) !important; }

/* dashboard "Add" solid button (Customers/Reviews) â€” scoped to .team-area-without-color so the login button is untouched */
.team-area-without-color .default-btn.LoginSubmitBTN, .team-area-without-color .default-btn{ background:#6975e5 !important; color:#fff !important; border:none !important; border-radius:12px !important; font-weight:700 !important; box-shadow:0 8px 18px rgba(105,117,229,.2); display:inline-flex; align-items:center; gap:6px; }
.team-area-without-color .default-btn.LoginSubmitBTN::before, .team-area-without-color .default-btn.LoginSubmitBTN::after, .team-area-without-color .default-btn::before, .team-area-without-color .default-btn::after{ display:none !important; }
.team-area-without-color .default-btn.LoginSubmitBTN:hover, .team-area-without-color .default-btn:hover{ transform:translateY(-1px); color:#fff !important; }

/* ===== Unify the "Add" tile across every card page (Entities uses "+" text, others use a .plusAddEntity icon) ===== */
.CategoryCard.AddEntity .add-btn{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; width:100%; }
.CategoryCard.AddEntity .plusAddEntity{ width:54px; height:54px; border-radius:50%; background:#eef0fb; border:1.5px solid #c7cade; display:inline-flex; align-items:center; justify-content:center; font-size:26px !important; line-height:1; color:#6975e5 !important; margin:0 0 12px; transition:background .2s, border-color .2s, color .2s; }
.CategoryCard.AddEntity:hover .plusAddEntity{ background:#6975e5 !important; border-color:#6975e5 !important; color:#fff !important; }
.CategoryCard.AddEntity .add-btn h3, .CategoryCard.AddEntity .centerAddBTN h3{ color:#6975e5 !important; font-weight:800 !important; margin:0; font-size:18px !important; }
.CategoryCard.AddEntity .centerAddBTN{ display:flex; flex-direction:column; align-items:center; gap:0; }
/* unified Add tile: big .plusAddEntity icon + normal 18px label on every page */