#loading {
    background: url('/wp-content/themes/tally/assets/images/loader.gif') no-repeat center center;
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background-size: 50px 50px;
    background-color: rgba(0, 0, 0, .75);
    z-index: 9999999;
}

.categoryHead {
    font-size: 2rem;
}

.vertical-line {
    width: 1px;
    height: 200px;
    background-color: #C0BBBB;
    margin-left: 50px;
}

.border-left-0px {
    border-left: 0px;
}

.subTitle {
    font-size: 1.4rem;
}

.form-control:focus {
    border-color: #dee2e6 !important;
}

.searchBox,
.searchIcon {
    border: 1px solid #231F20 !important;
}

#check:checked~.wrapper {
    opacity: 1;
}

.searchBox:focus,
.searchIcon:focus {
    border: 1px solid #231F20 !important;
}

.searchBox,
.searchBox:focus {
    border-left: 0px !important;
}

.searchBox {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.categorySelection {
    border: 0px !important;
}

.form-select:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

.cardHeading {
    font-size: 1.3rem;
}

.minBtn {
    border: 1px solid #B771E5 !important;
    background: #B771E51A !important;
    height: 30px !important;
}

.pagingInfo {
    font-size: 1.4rem;
}

.prevBtn,
.nextBtn {
    width: 1.4rem;
}

.tablinks {
    color: #000000;
    font-size: .9rem;
    border-bottom: 1.4px solid #dcdcdc;
    cursor: pointer;
}

.tabContentArea .tablinksActive {
    background: #7EC5ED;
    font-weight: 500;
}

.bg-light-skyblue {
    background-color: #F6F9FC;
}

.pricing-card {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.pricing-card ul {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.pricing-card ul li {
    padding-left: 26px;
    background-size: 15px;
    line-height: 1.9rem;
}

.pricing-card ul li {
    background: url('/wp-content/themes/tally/assets/images/product-demo-2025/black-tick-arrow.svg') no-repeat left 7px;
}

.backgroundShade-bottom {
    background: url('/wp-content/themes/tally/assets/images/product-demo-2025/bottom-shade.png') no-repeat;
    background-position: 100%;
    background-size: contain;
    background-position-y: bottom;
}

.backgroundShade-bottom-yellow {
    background: url('/wp-content/themes/tally/assets/images/product-demo-2025/light-yellow-shade.svg') no-repeat;
    background-position: 100%;
    background-size: contain;
    background-position-y: bottom;
}

.bannerBlueShadow {
    background: url('/wp-content/themes/tally/assets/images/product-demo-2025/banner-shadow-blue.svg') no-repeat;
    /*background-position: 100%;
     background-size: contain;
     background-position-y: top;*/
    background-position: 100%;
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
}

.formBottomBg {
    background: url('/wp-content/themes/tally/assets/images/product-demo-2025/form-bottom-bg.png') no-repeat;
    background-position: 100%;
    background-size: contain;
    background-position-y: bottom;
}

.rightAngleArrow {
    background: url(/wp-content/themes/tally/assets/images/product-demo-2025/right-angle-curved.png) no-repeat;
    background-position-x: center;
    background-size: contain;
    background-position-y: -1rem;
    height: 29rem;
    width: 14rem;
    position: absolute;
    right: 29rem;
}

#buildYourPersonalizedDemo .modal-dialog {
    top: 8rem;
    width: 60rem !important;
    margin-left: 30rem !important;
}

#buildYourPersonalizedDemo .modal-content {
    border-radius: 0.3rem;
    width: 60rem;
}

.categoryListBtn {
    background-color: #fffbe5 !important;
    border: 1px solid #E5E2D7 !important;
}

.closeIconSection {
    margin-top: -2rem;
    position: absolute;
    right: 1rem;
}

.border-black {
    border: 1px solid #231F20 !important;
}

.featuresIcon {
    width: 3rem;
}

.cardSection {
    border-radius: 4px !important;
}

.border-top-bottom-6px {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.border-1px-grey,
.border-1px-grey:hover {
    border: 1px solid #555555 !important;
}

.text-brand-blue {
    color: #006EA6;
}

.thankyouHead {
    font-size: 3.4rem;
}

.form-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.box-selector {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.selectbox {
    width: 110px;
    padding: 5px;
    border: 1px solid #EBECF0;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    background-color: white;
    font-size: 13px;
}

.form-dropdown-container {
    display: none;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.selectbox:hover,
.selectbox.active {
    background-color: #DCF2FB;
    color: #006EA6;
}

.suggestion-box {
    top: 2.5rem;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f8f9fa;
}

.wave-container {
    >div {
        animation: growAndFade 2s infinite ease-out;
        background-color: dodgerblue;
        border-radius: 50%;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
    }
}

.wave-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;


    >div {
        animation: growAndFade 2s infinite ease-out;
        background-color: dodgerblue;
        border-radius: 50%;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
    }

    .wave:nth-child(1) {
        animation-delay: .5s;
    }

    .wave:nth-child(2) {
        animation-delay: 1s;
    }

    .wave:nth-child(3) {
        animation-delay: 1.5s;
    }
}

@keyframes growAndFade {
    0% {
        opacity: .25;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.popover {
    z-index: 999999 !important;
    background-color: aliceblue !important;
    border: 3px solid rgba(0, 0, 0, .2) !important;
    animation: border-animation 3s infinite;
    position: absolute !important;
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.popover-body {
    padding: .5rem .75rem !important;
    color: #212529 !important;
}

@keyframes border-animation {
    0% {
        border-color: #ff7e5f;
    }

    50% {
        border-color: #feb47b;
    }

    100% {
        border-color: #ff7e5f;
    }
}

.background {
    width: 100%;
    /* height: 100%;*/
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: silver;
    border: 4px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.popover {
    z-index: 999999 !important;
    background-color: aliceblue;
    border: 3px solid rgba(0, 0, 0, .2) !important;
    animation: border-animation 3s infinite;
}

#desktop-chat-widget-button {
    display: none !important;
}

p {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

.chat-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #ffffff;
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 99999;
}

.chat-btn {
    position: absolute;
    right: 1rem;
    bottom: 3rem;
    cursor: pointer;
}

.menuLine {
    margin-top: -4px;
}

.menuLine,
.closeIcon {
    width: 1.5rem;
    margin-top: -0.3rem;
}

.chat-btn i {
    transition: all 0.9s ease;
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg);
}

.wrapper {
    position: absolute;
    right: 1rem;
    bottom: 108px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: 99999;
}

.chapterList {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.chapterList li {
    list-style: none !important;
    font-size: .8rem !important;
    cursor: pointer;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.5rem;
}

.cardHeading {
    min-height: 3em;
}

@media (min-width: 280px) {}

@media (min-width: 375px) {}

@media (min-width: 425px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
    .categoryImage {
        width: 12rem;
    }
}

@media (min-width: 1200px) {
    #buildYourPersonalizedDemo .modal-dialog {
        margin-left: 7rem !important;
    }

    .rightAngleArrow {
        height: 14rem;
        width: 14rem;
        position: absolute;
        right: 8rem;
    }

    .categoryHead {
        font-size: 1.7rem;
    }

    .categoryImage {
        width: 12rem;
    }

    .formHalfImg {
        width: 28rem;
    }

    .advisorImg {
        width: 20rem;
    }

    .recommendPlanImg {
        margin-left: -9rem;
    }

    .recommendPlanThankyou {
        width: 16rem;
        margin-top: 2rem;
    }


    .thankyouHead {
        font-size: 3rem;
    }

    .thankYouImg {
        width: 28rem;
    }
}

@media (min-width: 1280px) {}

@media (min-width: 1366px) {
    #buildYourPersonalizedDemo .modal-dialog {
        margin-left: 11rem !important;
    }

    .rightAngleArrow {
        right: 12rem;
    }
}

@media (min-width: 1440px) {

    #buildYourPersonalizedDemo .modal-dialog {
        margin-left: 15rem !important;
    }

    .categoryImage {
        width: 15rem;
    }

    .categoryHead {
        font-size: 2rem;
    }

    .rightAngleArrow {
        right: 15rem;
    }

    .recommendPlanThankyou {
        width: 19rem;
        margin-top: -2rem;
    }
}

@media (min-width: 1536px) {
    #buildYourPersonalizedDemo .modal-dialog {
        margin-left: 16rem !important;
    }
}

@media (min-width: 1600px) {
    #buildYourPersonalizedDemo .modal-dialog {
        margin-left: 20rem !important;
    }

    .rightAngleArrow {
        right: 19rem;
    }
}

@media (min-width: 1920px) {
    .rightAngleArrow {
        right: 29rem;
    }

    .thankyouHead {
        font-size: 3.4rem;
    }

    #buildYourPersonalizedDemo .modal-dialog {
        margin-left: 30rem !important;
    }

    .recommendPlanThankyou {
        width: 19rem;
        margin-top: -2rem;
    }
}