@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --primary: #0463FA;
    --root: #824179;
    --light: #EFF5FF;
    --dark: #333;
    --coralpink: #FF5A6E;
    --selectdropbtn-color: #333;
    --trans-dur: 0.5s;
}

body {
    font-family: "Poppins", Sans-serif;
    overflow-x: hidden;
    font-size: 14px;
}

.bg-light {
    background-color: #d9d9d9 !important;
}

.sticky-top {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.55s;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--root);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.navbar-brand>img {
    max-width: 150px;
    width: 100%;
}

.fa {
    color: var(--root);
}

.fa-solid {
    color: var(--root);
}

p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
}

label {
    margin-bottom: 2px !important;
}

#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: var(--root);
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
}

.progress-bar p {
    font-size: 15px;
    font-weight: 400;
    color: var(--root);
}


#progressbar #step1:before {
    content: "1";
}

#progressbar #step2:before {
    content: "2";
}

#progressbar #step3:before {
    content: "3";
}

#progressbar #step4:before {
    content: "4";
}

#progressbar #step5:before {
    content: "5";
}

#progressbar li:before {
    width: 50px;
    /* Adjusted size for smaller screens */
    height: 50px;
    /* Adjusted size for smaller screens */
    line-height: 45px;
    /* Adjusted size for smaller screens */
    display: block;
    font-size: 20px;
    /* Adjusted size for smaller screens */
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    /* Adjusted margin for smaller screens */
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: calc(100% - 0px);
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 100%;
    bottom: 52px;
    transform: translateX(-50%);
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--root);
}

.progress {
    height: 20px;
}

.progress-bar {
    background: none;
    flex-direction: row;
}

#progressbar .last-step:after {
    display: none;
}

@media only screen and (max-width: 768px) {

    /* Media query for small devices (e.g., tablets and phones) */
    /* Adjust styles for smaller screens */
    #progressbar li:before {
        width: 35px;
        /* Further reduced size for smaller screens */
        height: 35px;
        /* Further reduced size for smaller screens */
        line-height: 33px;
        /* Further reduced size for smaller screens */
        font-size: 16px;
        /* Further reduced size for smaller screens */
        margin-bottom: 3px;
        /* Further adjusted margin for smaller screens */
    }
}

@media only screen and (min-width: 768px) {
    .progress-bar p {
        display: none;
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 768px) {

    #progressbar li:after {
        content: '';
        width: calc(100% - 0px);
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 100%;
        bottom: 41px;
        transform: translateX(-50%);
        z-index: -1;
    }
}

@media (max-width: 768px) {
    #progressbar li span {
        display: none;
    }
}

/* Adjust progress bar styles for smaller screens */
@media (max-width: 768px) {

    #progressbar li:after {
        bottom: 20px;
    }
}

.theme-btn {
    border: 1px solid transparent;
    background-color: var(--root);
    color: #fff;
    outline: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
}

.theme-btn:focus {
    /*  border: 1px solid var(--root);
    background-color: transparent;
    color: var(--root);*/
    box-shadow: none;
    outline: none;
    /*    font-weight: 400;
    box-shadow: none;
    font-size: 14px;*/
}

.theme-btn:hover {
    border: 1px solid var(--root);
    background-color: transparent;
    color: var(--root);
    outline: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
}

.theme-btn:active {
    border: 1px solid var(--root) !important;
    background-color: transparent !important;
    color: var(--root) !important;
    outline: none !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    font-size: 14px;
}

.table td,
.table th {
    padding: 0.35rem;
}

.h1,
h1 {

    font-size: 2rem;
}

.footer {
    background-color: #172132;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.footer-links {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-links li {
    margin-bottom: 1px;
    padding: 5px 0px;
}

.footer-links li a {
    color: #5a5a5a;
    text-decoration: none;
}

.footer-links li i {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 20px;
}

.footer-links li i:hover,
.footer-links li i:focus {

    color: var(--root);
    text-decoration: none;
}

.footer-links li a:hover,
.footer-links li a:focus {

    color: var(--root);
    text-decoration: none;
}

.footer h6 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.footer h6::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: var(--root);
    position: absolute;
    top: 11px;
    left: -30px;
}

.copyright {
    color: var(--root);
    text-decoration: none;
}

.copyright:hover {
    color: var(--root);
    text-decoration: none;
}


@media only screen and (max-width: 768px) {
    .social-mobileview {
        padding-top: 10px;
    }
}

.trydemo {
    color: var(--root);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.trydemo:hover {
    color: var(--root);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.a-link {
    color: var(--black);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.history_filename {
    color: var(--black);
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.history_filename:hover {
    color: var(--black);
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.a-link:hover {
    color: var(--root);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.text-theme {
    /*    border-radius: 0px !important;*/
    border: none;
    background-color: transparent !important;
    border: 1px solid var(--root);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--font-color);
    font-size: 14px;
}

.text-theme:focus {
    outline: none;
    border-color: var(--text-theme-focus);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 14px;
}

.selectdropbtn {
    /*    border-radius: 0px;*/
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: var(--selectdropbtn-color);
    border-color: var(--root) !important;
    font-size: 18px !important;
    height: calc(1.5em + 0.88rem + 2px);
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: 0px;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: var(--selectdropbtn-color);
    border-color: var(--root);
}

.btn-light:focus,
.btn-light:hover {

    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: var(--selectdropbtn-color);
    border-color: var(--root);
}

.dropdown-menu.inner li a:active {
    background-color: var(--root);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--root);
    border-color: var(--root);
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--black);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: var(--root);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    /*  margin-bottom: 1rem;*/
    border: none;
    border: 1px solid var(--root);
    /*  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);*/
}

.search-input input {
    /*      height: 41px;*/
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 60px;
    font-size: 18px;
    color: var(--dark);
    /*  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);*/
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 55px;
    text-align: center;
    font-size: 20px;
    color: var(--root);
    cursor: pointer;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.search-input .search-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 55px;
    text-align: center;
    font-size: 20px;
    color: var(--root);
    cursor: pointer;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.feature-item .fa {
    font-size: 25px;
}

i {
    color: var(--root);
}

.contact .info {
    border-top: 3px solid #824179;
    border-bottom: 3px solid #824179;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 20px;
    color: #824179;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}

.contact .info .social-links h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #37517e;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info a:hover {
    text-decoration: none;
}

.contact .info .social {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info .social .linkedin i:hover,
.contact .info .social .facebook i:hover,
.contact .info .social .instagram i:hover {
    background: #824179;
    color: #fff;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social i {
    font-size: 16px;
    color: #824179;
    float: left;
    width: 30px;
    height: 30px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info .social-links a:hover {
    background: #824179;
    color: #fff;
}

.contact .info .email:hover .fas,
.contact .info .address:hover .fas,
.contact .info .phone:hover .fas,
.contact .info .social-links:hover .fas {
    background: #824179;
    color: #fff;
}

.contact .contact-email-form {
    width: 100%;
    border-top: 3px solid #824179;
    border-bottom: 3px solid #824179;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .contact-email-form .form-group {
    padding-bottom: 8px;
}

.contact .contact-email-form .validate {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
    border: 1px solid red;
}

.contact .contact-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .contact-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .contact-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .contact-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .contact-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .contact-email-form .form-group {
    margin-bottom: 10px;
}

.contact .contact-email-form label {
    padding-bottom: 0px;
}

.contact .contact-email-form input,
.contact .contact-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .contact-email-form input:focus,
.contact .contact-email-form textarea:focus {
    border-color: #824179;
}

.contact .contact-email-form input {
    height: 44px;
}

.contact .contact-email-form textarea {
    padding: 10px 12px;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.risingstar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.risingstar span {
    font-size: 25px;
    font-weight: 500;
}

.starrating {
    justify-content: flex-end;
    display: flex;
    flex-direction: row-reverse;
}

.starrating>input {
    display: none;
}


.starrating>label:before {
    content: "\f005";
    margin: 2px;
    font-size: 2.5em;
    font-family: FontAwesome;
    display: inline-block;
}

.starrating>label {
    color: rgb(212, 189, 189);
}

.starrating>input:checked~label {
    color: var(--root);
}


.starrating>input:hover~label {
    color: var(--root);
}


.epUHio {
    text-align: center;
    color: rgba(17, 17, 17, 0.5);
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
}


.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop h1 {
    margin: 20px 0;
    color: black;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;

}

.thank-you-pop p {
    margin-bottom: 25px;
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}


.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d5a80;
}

.testimonial-slide {
    padding: 0px 15px;
}

.testimonial_box-top {
    background-color: #d9d9d9;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
    padding-bottom: 15px;
}

.testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 15px 0px 15px 0px;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
    display: flex;
    justify-content: end;
}

.testimonial_box-job {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_box-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_box-name {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.slick-slide div {
    height: 100% !important;
}

.testimonial_box-text a {
    text-decoration: none;
    color: var(--root);
}

.testimonial_box-text a:hover {
    color: #f300d7;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.bootstrap-select:focus {
    outline: none;
    box-shadow: none;
}

.selectdropbtn:focus {
    outline: none;
    box-shadow: none;
}

.selectdropbtn:not(:disabled):not(.disabled).active:focus,
.selectdropbtn:not(:disabled):not(.disabled):active:focus,
.show>.selectdropbtn.dropdown-toggle:focus {
    box-shadow: none;
}

.btn:disabled {
    opacity: .65 !important;
    background: #ddd !important;
    cursor: not-allowed !important;
    color: #fff !important;
    border: none !important;
}

.btn:disabled:hover {
    opacity: .65 !important;
    background: #ddd !important;
    cursor: not-allowed !important;
    color: #fff !important;
    border: none !important;
}

.btn:disabled:active {
    opacity: .65 !important;
    background: #ddd !important;
    cursor: not-allowed !important;
    color: #fff !important;
    border: none !important;
}

.about_section_all .about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: var(--root);
    box-shadow: 0px 0px 10px 1px rgba(158, 152, 153, 0.5);
}

.about_section_all .about_header_main .about_section_all .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_section_all .about_icon span {
    position: relative;
    top: -10px;
}

.about_section_all .about_content_box_all {
    padding: 28px;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .about_section_all .about_content_box_all {
        padding: 0px;
        display: flex;
    }

}


.about_section_all .about_icon i {
    webkit-transition: all .5s ease;
    moz-transition: all .5s ease;
    os-transition: all .5s ease;
    transition: all .5s ease;
}

.about_section_all .about_icon:hover i {
    opacity: 1;
    border: 1px solid var(--root);
    font-size: 30px;
    -webkit-transform: scale(1.1, 1.1) rotate(360deg);
    -moz-transform: scale(1.1, 1.1) rotate(360deg);
    -o-transform: scale(1.1, 1.1) rotate(360deg);
    transform: scale(1.1, 1.1) rotate(360deg);
}

.about_section_all .about_icon:hover h5 {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/*.actions-btn{
    border-color: var(--root);
}*/

.guided-tour-step.active .guided-tour-step-tooltip .guided-tour-step-button-next {
    color: var(--root);
}

.guided-tour-step.active .guided-tour-step-tooltip .guided-tour-step-footer-bullets ul li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    background-color: var(--root);
    border: 8px solid #fff;
    box-sizing: content-box;
    cursor: pointer;
    opacity: 0.7;
}

.guided-tour-step.active .guided-tour-step-tooltip .guided-tour-step-footer-bullets ul li.current {
    background-color: var(--root);
    opacity: 1;
}

.guided-tour-step.active .guided-tour-step-tooltip .guided-tour-step-button-complete {
    color: var(--root);
}

.testimonialModal .modal-body {
    border-top: 3px solid var(--root);
    border-bottom: 3px solid var(--root);
}

.testimonialModal .testimonial_box-name h4 {
    padding-left: 8px;
}

div.dt-container div.row:last-child {
    margin-bottom: 0;
    display: none;
}

.form-select {
    padding: 7px !important;
    font-size: 14px;
    color: var(--ar-dark);
    background-size: 16px 12px;
    border-radius: .25rem;
    outline: none;
    scroll-behavior: smooth;
    border: 1px solid var(--root);
}


/* Login Page */


.login-page-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_login p {
    color: #FFFFFF;
}

.login-email-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-shadow: none;
    font-size: 14px;
    height: 44px;
    border-radius: 4px;
}

.validate {
    border: 1px solid red;
}

.login-email-form input:focus {
    border-color: #824179;
}

.otpHeading p {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    letter-spacing: 0.5px;
    color: black;
    padding: 0px 50px;
    text-align: center;
}

.otpHeading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.otp-input {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 4rem;
    text-align: center;
    border: none;
    border: 1px solid var(--root);
    outline: none;
  }
.otp-input1 {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 4rem;
    text-align: center;
    border: none;
    border: 1px solid var(--root);
    outline: none;
  }

.container_login {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 50px;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.sign-up-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.sign-up-container .bootstrap-select .dropdown-menu li a span.text{
    position: relative;
    padding: 5px;
}

.sign-up-container .bootstrap-select .dropdown-menu {
    width: 100%;
}

.sign-up-container .dropdown-menu.inner li a:active {
    background-color: transparent;
}

.sign-up-container .bootstrap-select .dropdown-menu li:hover {
    background: #f1f1f1;
}

.bs-searchbox .form-control:focus {
    border: 1px solid var(--root);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.sign-up-container .bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #6c7585;
}

.sign-up-container .bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
    border: 1px solid #ced4da;
}

.sign-up-container .bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px;
    white-space: normal;
}

.sign-up-container .bootstrap-select>.dropdown-toggle:focus {
    box-shadow: none;
    border: 1px solid var(--root);
    outline: 0;

}

.container_login.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container_login.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background: -webkit-linear-gradient(to right, #a38daf, #351c42);
    background: linear-gradient(180deg, #a38daf 0%, #351c42 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container_login.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container_login.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container_login.right-panel-active .overlay-right {
    transform: translateX(20%);
}


.overlay-container .theme-btn:hover {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    outline: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
}


@media only screen and (max-width: 768px) {
    .about_section_all .about_content_box_all {
        padding: 0px;
        display: flex;
    }

    .form-container {
        padding: 0px 10px;
    }

}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
    height: auto;
    background-color: #e8eff9;
    font-size: 14px;
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    border-radius: 0px;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
        transform: translate3d(0, 0px, 0);
    }
}

.dropdownAnimation {
    animation-name: dropdownAnimation;
    animation-duration: 0.25s;
    animation-fill-mode: both;
}

@media screen and (min-width: 768px) {
    .mv-overlay-span {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .mv-overlay {
        display: none;
    }

    .overlay-panel {
        padding: 10px;
    }

    .sign-in-container {
        left: 0;
        width: 70%;
        z-index: 10;
        background-color: #fff;
    }

    .overlay-container {
        position: absolute;
        top: 0;
        left: 70%;
        width: 30%;
        height: 100%;
        overflow: hidden;
        transition: transform 0.6s ease-in-out;
        z-index: 50;
    }

    .overlay-right {
        right: 0;
        transform: translateX(0);
        display: flex;
        justify-content: end;
    }

    .container_login.right-panel-active .overlay-left {
        transform: translateX(0);
        display: flex;
        justify-content: end;
    }

    /* -- */
    .sign-in-container-30 {
        left: 0;
        width: 25%;
        z-index: 14;
        background-color: #fff;
    }

    .sign-up-container {
        left: -40%;
        width: 70%;
        opacity: 0;
        z-index: 1;
        background-color: #fff;
    }

    .overlay-container-30 {
        position: absolute;
        top: 0;
        left: 30%;
        width: 30%;
        height: 100%;
        overflow: hidden;
        transition: transform 0.6s ease-in-out;
        z-index: 25;
    }
}

.error-msg-span{
    color: red;
}

.richText .richText-toolbar .richText-length {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    vertical-align: middle;
    line-height: 34px;
    color: black;
}

.dt-wrap {
	 
}

.dt-wrap-text-300 {
    white-space: normal;
    word-wrap: break-word;
    min-width: 300px;
    max-width: 300px;
}

.dt-wrap-text-400 {
    white-space: normal;
    word-wrap: break-word;
    min-width: 400px;
    max-width: 400px;
}
.dt-wrap-text-600 {
    white-space: normal;
    word-wrap: break-word;
    min-width: 600px;
    max-width: 600px;
}
.dt-wrap-text-800 {
    white-space: normal;
    word-wrap: break-word;
    min-width: 800px;
    max-width: 800px;
}
.dt-wrap-text-1000 {
    white-space: normal;
    word-wrap: break-word;
    min-width: 1000px;
    max-width: 1000px;
}
.dt-wrap-text-1200 {
    white-space: normal;
    word-wrap: break-word;
    min-width: 1200px;
    max-width: 1200px;
}


.dtfh-floatingparent{
	top: 76px !important;
	background:#fff;
}

th{
	white-space:nowrap;
}

tbody > tr > td > div> strong> em{
    background : yellow;
}

.backlink button{
	border: none;
	background: none;
}


/*********************************       pricing        ************************************/

.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 2px;
    border: 1px solid var(--root);
    margin-bottom: 10px;
    border-radius: 30px;
    background: var(--white);
    text-align: center;
}

.switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
					 
					 
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"] {
    color: #fff;
					 
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"]:hover {
    background: transparent;
					 
}

.switch-wrapper [type="radio"]:checked#monthly+label[for="yearly"]~.highlighter {
    transform: none;
					  
					  
}

.switch-wrapper [type="radio"]:checked#yearly+label[for="monthly"]~.highlighter {
    transform: translateX(100%);
					  
					  
}

.switch-wrapper label {
    font-size: 16px;
    z-index: 1;
    min-width: 100px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
}

.switch-wrapper label:hover {
    background: var(--light);
				 
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 30px;
    background: var(--root);
    transition: transform 0.25s ease-in-out;
}


.generic_price_btn .theme-btn {
    border: 1px solid transparent;
    background-color: var(--root);
    color: #fff;
    outline: none;
    box-shadow: none;
    padding: 6px 22px;
    ;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.generic_price_btn .theme-btn:focus {
    box-shadow: none;
    outline: none;
}

.generic_price_btn .theme-btn:hover {
    border: 1px solid var(--root);
    background-color: transparent;
    color: var(--root);
}

.price-table {
    border-collapse: collapse;
    border: 0 none;
    table-layout: fixed;
    width: 100%;

}

.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    /* background-color: #fff !important; */
}

.price-table tr {
    line-height: 8px;
}

.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0px;
    font-size: 14px;
}

.price-table tr td:first-child {
    border-left: 0 none;
    width: 190px;
    text-align: center;
}

.price-table tr td:not(:first-child) {
    text-align: center;
    width: 100px;
}

.price-table tr:hover {
    background-color: #EEEEEE;
}

.price-table .fa-check {
    color: var(--root);
}

.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
/* .price-table tr:nth-child(4n) td:nth-child(5) {
    background-color: rgba(216, 214, 227, 0.25);
} */

.price-table tr td:nth-child(5) {
    background-color: rgba(162, 154, 190, 0.15);
    padding: 16px 0px;
}

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;

}

.price-table tr.price-table-head {

    color: #000;
}

.price-table td.price-table-popular {
    border-top: 3px solid var(--root);
    color: var(--root);
    text-transform: uppercase;
    font-size: 12px;
    /* padding: 12px 0px !important; */
    font-weight: 700;
}

.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: var(--root);
}

.price-line-through {
    text-decoration: line-through;
    font-size: 12px;
    color: grey;
}

.price-table tr:nth-child(even) {
    background-color: #fafafa;
}

.price-table tr:nth-child(even):hover {
    background-color: #EEEEEE;
}

.yearly-price {
    background-color: #fff !important;
}

.yearly-price:hover {
    background-color: #EEEEEE !important;
}

/* .table-wrapper {
    overflow: hidden;
} */

@media (min-width: 769px) {
    #mv-pricing-table {
        display: none;
    }

    #pricing-table {
        display: block;
    }
}

@media (max-width: 768px) {
    #mv-pricing-table {
        display: block;
    }

    .price-table tr.price-table-head td {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 16px;
    }

    .price-table tr td:first-child {
        border-left: 0 none;
        width: 55%;
        text-align: left;
    }

    .price-table tr td {
        border-left: 1px solid rgba(0, 0, 0, 0.05);
        padding: 8px 24px;
        font-size: 14px;
    }

    #pricing-table {
        display: none;
    }
}

/* For screens smaller than 768px */
@media (max-width: 767px) {
    .price-table tr:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

    .price-table tr td {
        padding: 8px 12px;
        /* Adjust padding for smaller screens */
        font-size: 14px;
        /* Decrease font size for better readability */
        line-height: 20px
    }

    .price-table tr.price-table-head td {
        padding: 12px;
        /* Increase padding for header cells */
    }

    .price-table tr td:first-child {
        width: 55%;
        /* Adjust width of first column */
    }

    .price-table .price-table-popular {
        padding: 8px 12px !important;
        /* Adjust padding for "Most popular" label */
        font-size: 10px;
        /* Decrease font size for better fit */
    }

    .price-table .generic_price_btn {
        padding: 8px 12px;
        /* Adjust padding for select buttons */
    }
}



/* For screens larger than 992px */
@media (min-width: 992px) {
    .price-table tr.price-table-head td {
        font-size: 16px;
        /* Increase font size for header cells */
    }
}


.tooltiptext {
    font-weight: 700;
    font-size: 14px;
}



.advanceSetting input {
    width: 100%;
    padding: 3px 12px;
    border: 1px solid grey;
    border-radius: 5px;
    background: transparent !important;
}

.advance-setting .modal-header .close {
    margin-top: 0px;
    padding: 0px 9px 0px 0px;
}

.advanceSetting .table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
    text-align: center;
}

.advanceSetting input:focus {
    box-shadow: none;
    outline: none;
}

.advanceSetting .selectpickerAdvance {
    width: 100%;
    padding: 3px 12px;
    border: 1px solid grey;
    border-radius: 5px;
    background: transparent !important;
}

.advanceSetting .selectpickerAdvance:focus {
    outline: none;
    box-shadow: none;
}

.advanceSetting .slidecontainer {
    width: 100%;
}

/* 
.advanceSetting .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0px;
}

.advanceSetting .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--root);
    cursor: pointer;
}

.advanceSetting .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--root);
    cursor: pointer;
} */
.fa-gear {
    color: #fff;
}

.advanceSettingBtn {
    border: 1px solid transparent;
    background-color: var(--root);
    color: #fff !important;
    outline: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
}

.advanceSettingBtn:focus {
    /*  border: 1px solid var(--root);
    background-color: transparent;
    color: var(--root);*/
    box-shadow: none;
    outline: none;
    /*    font-weight: 400;
    box-shadow: none;
    font-size: 14px;*/
}

.advanceSettingBtn:hover {
    border: 1px solid var(--root);
    background-color: transparent;
    color: var(--root) !important;
    outline: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
}

.advanceSettingBtn:hover i {
    color: var(--root);
    background: transparent;
}

.advanceSettingBtn:active {
    border: 1px solid var(--root) !important;
    background-color: transparent !important;
    color: var(--root) !important;
    outline: none !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    font-size: 14px;
}

.selectpickerAdvance option:hover {
    background-color: var(--root) !important;
}

/* .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background: none;
    border: 0;
} */
.advanceSetting .table1>thead>tr>th:nth-child(1) {
    width: 10px;
}

.advanceSetting .table1>thead>tr>th:nth-child(2) {
    width: 500px;
}

.advanceSetting .table1>thead>tr>th:nth-child(3) {
    width: 200px;
}

.advanceSetting .table1>thead>tr>th:nth-child(4) {
    width: 40px;
}

 .advanceSetting table.dataTable th,
.advanceSetting table.dataTable td {
    padding: 5px;
}


@media only screen and (max-width: 768px) {
    .advanceSettingButtom {
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .advanceSetting .table1>thead>tr>th:nth-child(3) {
        min-width: 150px;
    }

    .advanceSetting .table1>thead>tr>th:nth-child(2) {
        min-width: 200px;
    }

}

/* Range Slider CSS */
.range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 2rem;
}

.range-slider #range {
    -webkit-appearance: none;
    width: 100%;
}

.range-slider #range:focus {
    outline: none;
}

.range-slider #range::-webkit-slider-runnable-track {
    width: 100%;
    height: .7rem;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, var(--root) var(--range-progress), #dee4ec var(--range-progress));
    border-radius: 1rem;
}

.range-slider #range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0.25rem solid var(--root);
    box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 25px;
    width: 25px;
    transform: translateY(calc(-50% + 5px));
}

.range-slider #tooltip {
    position: absolute;
    top: -2.25rem;
}

.range-slider input {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 5px;
    background: transparent !important;
}

.range-slider #tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    color: #fff;
    border-radius: 0.125rem;
    background: var(--root);
    font-size: 1.1rem;
    left: 50%;
    top: 5px;
    transform: translate(-50%, 60px);
}

.range-slider #tooltip span:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translate(0, -30px) rotate(180deg);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: var(--root);
}

#contact .mv-container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

/* upgarde plan */
.upgradePlanBtn button {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 2px;
    background-color: transparent;
    overflow: hidden;
    color: var(--root);
    margin-left: 5px;
}

.upgradePlanBtn button::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 50%;
    background-color: rgba(255, 255, 255, .05);
}

.upgradePlanBtn button span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #351c42, #824179);
    animation: border-animetion1 2s linear infinite 1s;
}

@keyframes border-animetion1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.upgradePlanBtn button span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #351c42, #824179);
    animation: border-animetion2 2s linear infinite;
}

@keyframes border-animetion2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.upgradePlanBtn button span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #351c42, #824179);
    animation: border-animetion3 2s linear infinite 1s;
}

@keyframes border-animetion3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.upgradePlanBtn button span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #351c42, #824179);
    animation: border-animetion4 2s linear infinite;
}

@keyframes border-animetion4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.upgradePlanBtn button:focus {
    box-shadow: none;
    outline: none;
}

@media only screen and (max-width: 768px) {
    .upgradeBtnMv {
        display: block;
    }
}

.exactMatch{
    color: orange;
}
.fuzzyMatch{
    color: green;
}