@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap");

body {
    font-family: "Hind", sans-serif;
}

.heading_2 {
    font-family: "Playfair Display", serif;
}

/*.my_logo {
             width: 99px;
         }*/
.pageLoader {
    background: url(../img/logos/loader.gif) no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: #ffffff8c;
}

.my_logo {
    width: 150px;
}

.nav-link-size {
    font-size: 18px;
}

.manage_home_btn {
    font-size: 18px;
    padding: 4px 7px;
    border-radius: 3px;
    text-decoration: none;
}

.manage_phone {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #000;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.2s ease all;
}

.manage_phone:hover {
    background-color: #4130fa;
    color: #fff;
}

@media (max-width: 1366px) {
    .nav-link-size {
        font-size: 15px;
    }

    .manage_home_btn {
        font-size: 14px;
        padding: 4px;
        border-radius: 3px;
        text-decoration: none;
    }
}

.carousel-indicators li {
    color: red;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.dashboard-index {
    background: #ffffff;
    padding: 1% 1% 1% 20%;
}

.carousel-indicators {
    bottom: 60px;
}

.carousel-indicators button {
    background: black !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    border-radius: 50%;
    background: black;
    color: red;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.login-img {
    text-align: center;
}

.carousel-indicators .active {
    background: #0e0e0e !important;
    opacity: 1;
}

.collapse_title {
    color: black;
    font-weight: 600;
}

p {
    color: #4a4a4a;
    font-size: 25px;
    margin-bottom: 0px;
}

.make-idea-img-col {
    padding: 5%;
}

.learn-more {
    margin-top: 3%;
    text-decoration: underline;
    color: #4130fa;
}

.list-content {
    font-size: 23px;
    color: black;
}

.list-row {
    margin-top: 3%;
}

.view-demo-btn {
    background: white;
}

.view-demo-btn:hover {
    background: #4130fa;
    color: white;
}

.create-account-btn {
    background: black;
    color: #fff;
    font-weight: 400;
    transition: 0.2s ease all;
}

.create-account-btn:hover {
    background: #4130fa;
    color: #fff;
}

.nav-link {
    font-weight: 400;
}

.nav-link:hover {
    color: #4130fa !important;
}

.active {
    color: #4130fa !important;
}

.signin-btn {
    background: white;
    color: #000;
}

.signin-btn:hover {
    background: #4130fa;
    color: white;
}

.benefits-section {
    padding: 80px 0;
    margin: 50px 0 0;
}

.manage-font-size {
    font-size: 46px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 25px;
}

.request-demo-btn {
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 5px;
}

.request-demo-btn:hover {
    background: #4130fa;
    color: #fff;
}

.benner-img-colom {
    padding: 50px 0px;
}

.leading-payroll-title {
    color: #000000;
    font-size: 46px;
    font-weight: 700;
}

.leading-payroll {
    padding: 6% 5%;
}

.leading-payroll-content {
    padding: 3% 7%;
}

.making-idea-section {
    background: #f5f5f5;
}

.idea-img-colom {
    padding: 5% 5% 10% 14%;
}

.make-idea-colom {
    padding: 6% 5%;
}

.make-idea-title {
    font-weight: 700;
    font-size: 46px;
}

.make-idea-content {
    margin-top: 20px;
}

.ph-idea-img {
    display: none;
    padding: 5% 16%;
}

.lp-idea-img {
    display: block;
}

.our-services-section {
    padding: 3% 5%;
}

.service-title {
    text-align: center;
    font-weight: 700;
    font-size: 46px;
}

.hrms-smarter {
    color: #000000;
    font-size: 29px;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 25px;
    transition: 0.2s ease all;
}

.service-box-title {
    margin-top: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.service-box-content {
    text-align: center;
}

.service-box-container {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
}

.serviec-box-col {
    width: 19.3%;
}

.serviec-box-col:last-child {
    border: none;
}

.carousel-item img {
    max-width: 100%;
}

.form_row {
    margin-top: 75px;
}

.contact-field {
    border: 1px solid #cfcdcd;
    background: #ffffff;
    border-radius: 7px;
    padding: 15px;
}

.create-account {
    background: black;
    color: #4130fa;
    font-size: 30px;
    border-radius: 10px;
    padding: 16px 75px;
}

.create-account:hover {
    background: #4130fa;
    color: black;
}

.lets-connect {
    background: #f5f5f5;
    border-bottom: 2px solid #c2c2c2;
}

.lets-connect-title {
    font-size: 46px;
}

.lets-connect {
    padding: 50px 70px 50px 150px;
}

.contact-small-content {
    font-size: 29px;
    margin-top: 40px;
    color: #0f0f0f;
}

.add-icon {
    margin-top: 10px;
    font-size: 45px;
}

.email-icon {
    font-size: 31px;
}

.ph-icon {
    font-size: 31px;
}

.add-section-row {
    padding: 30px 125px 30px 0px;
}

.address-content {
    margin-left: 20px;
    font-size: 25px;
}

.working-team {
    padding: 4% 2%;
}

.working-team-box-title {
    font-weight: 700;
    font-size: 30px;
}

.working-team-box-content {
    margin-top: 20px;
    font-size: 22px;
}

.team-row {
    margin-top: 3%;
}

.team-box {
    padding: 15px 0;
}

.create-acount-section {
    padding: 5%;
}

.site-footer {
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    color: #94a3b8;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(99, 102, 241, 0.5) 50%,
        transparent 100%
    );
}

.footer-brand {
    margin-bottom: 24px;
}

.footer-brand-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-tagline {
    color: #cbd5e1;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.footer-description {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.footer-section-title {
    color: #f1f5f9;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.footer-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    position: relative;
    padding-left: 0;
}

.footer-links a::before {
    content: "";
    position: absolute;
    left: -16px;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #e0e7ff;
    padding-left: 16px;
}

.footer-links a:hover::before {
    width: 8px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px;
    background: rgba(99, 102, 241, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(99, 102, 241, 0.1);
    transition: all 0.3s ease;
}

.footer-contact-item:hover {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateX(5px);
}

.footer-contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    font-size: 1.125rem;
}

.footer-contact-content {
    flex: 1;
}

.footer-contact-label {
    color: #cbd5e1;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.footer-contact-value {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-contact-value a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-value a:hover {
    color: #e0e7ff;
}

.footer-social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.footer-social-link {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.1);
    border: 2px solid rgba(99, 102, 241, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #94a3b8;
    font-size: 1.125rem;
}

.footer-social-link:hover {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-color: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
}

.footer-social-link img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer-social-link:hover img {
    opacity: 1;
}

.footer-bottom {
    margin-top: 60px;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    color: #64748b;
    font-size: 0.875rem;
}

.footer-copyright a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-copyright a:hover {
    color: #8b5cf6;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-links a {
    color: #64748b;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #e0e7ff;
}

.footer-newsletter {
    background: rgba(99, 102, 241, 0.05);
    border: 1px solid rgba(99, 102, 241, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-top: 24px;
}

.footer-newsletter-title {
    color: #f1f5f9;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-newsletter-form {
    display: flex;
    gap: 8px;
}

.footer-newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid rgba(99, 102, 241, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #cbd5e1;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.footer-newsletter-input:focus {
    outline: none;
    border-color: #6366f1;
    background: rgba(255, 255, 255, 0.08);
}

.footer-newsletter-input::placeholder {
    color: #64748b;
}

.footer-newsletter-button {
    padding: 12px 24px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.footer-newsletter-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
}

.footer-badges {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.footer-badge {
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #a5b4fc;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-badge i {
    color: #6366f1;
}

@media (max-width: 992px) {
    .site-footer {
        padding: 60px 0 0;
    }

    .footer-section-title::after {
        left: 0;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-newsletter-form {
        flex-direction: column;
    }

    .footer-newsletter-button {
        width: 100%;
    }
}
.important-link-col {
    padding-left: 15%;
}

.footer-address {
    padding-left: 10%;
}

.footer-social-icon {
    height: 30px;
}

.social-icon-list {
    margin-top: 10px;
}

.test {
    float: right;
}

.card-header {
    border: none;
}

.colp-icon {
    text-align: right;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.tab-button {
    background: none;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px;
    cursor: pointer;
}

.collapse-container {
    margin-top: 2%;
}

.payroll-card-body {
    font-size: 14px;
    padding-right: 17%;
    border: none !important;
    text-align: justify;
}

.payroll-img {
    height: 320px;
}

.making-idea-section ul {
    padding-left: 1px;
    list-style-type: none;
}

.making-idea-section ul li {
    list-style-type: none;
    color: black;
    display: flex;
    align-items: normal;
    gap: 10px;
}

.making-idea-section ul li:before {
    content: "\2713";
    font-family: "roboto-regular";
    color: #4130fa;
    font-size: 23px;
    margin-top: 2%;
}

.content-area {
    min-height: 600px;
    margin: 180px 0 0;
}

.price-box {
    max-height: 250px;
    overflow: hidden;
    transition: 0.2s ease all;
}

.price-box-full {
    max-height: inherit;
    overflow: hidden;
}

/* bootstrap */

.form-control {
    border-radius: 3px;
    font-weight: 300;
    color: #000;
    padding: 10px;
    background: #fbfbfb;
}

.form-control:focus {
    border-color: #4130fab8;
    outline: 0;
    box-shadow: 0 0 0 0.05rem #4130fa47;
}

.btn:hover {
    background-color: #4130fa;
    border-color: #4130fa;
}

.btn-dark {
    --bs-btn-bg: #000000;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4130fa;
    --bs-btn-border-color: #4130fa;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4130fab8;
    --bs-btn-hover-border-color: #4130fab8;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4130fab8;
    --bs-btn-active-border-color: #4130fab8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4130fa;
    --bs-btn-disabled-border-color: #4130fa;
}

@media (max-width: 1600px) {
    .banner-text {
        font-size: 40px;
    }

    p {
        font-size: 20px;
    }

    .working-team-box-title {
        font-size: 23px;
    }

    .working-team-box-content {
        font-size: 20px;
    }
}

@media (max-width: 1600px) {
    .list-content {
        font-size: 20px;
    }

    /*.make-idea-content {
                 font-size: 20px;
             }*/
}

.img-shadow {
    filter: drop-shadow(0 0 0.75rem black);
}

.manage_blog_content {
    padding: 10px;
    min-height: 195px !important;
    height: 195px;
}

.blog-card-title {
    font-size: 18px;
    color: white;
    line-height: 1.5;
}

.blog-card-text {
    color: white;
    font-size: 11px;
}

.blog-date {
    font-size: 60%;
    color: white;
    padding-left: 12px;
}

.blog-read-more {
    color: white;
    text-decoration: none;
}

.blog-cat {
    font-size: 60%;
    background: black;
    color: white;
    border-radius: 10px;
    padding: 2px 8px;
}

.blog-cat:hover {
    background: white;
    color: black;
}

.show_blog_img {
    height: 225px !important;
}

.blog-post-thumb {
    width: 100%;
    height: 225px;
}

.blog-post-thumb img {
    position: absolute;
    max-width: 1px;
    height: 1px;
}

.plan-recomend {
    margin: -25px 0 0;
}

@media (max-width: 1440px) {
    .tab-button {
        padding: 15px;
    }

    .payroll-img {
        height: 255px;
    }

    .footer-social-icon {
        height: 25px;
    }

    .address-content {
        font-size: 20px;
    }

    .add-section-row {
        padding: 15px 42px 15px 0px;
    }

    .manage-font-size {
        font-size: 35px;
    }

    .contact-small-content {
        font-size: 17px;
    }

    .form_row {
        margin-top: 50px;
    }

    .leading-payroll-content {
        padding: 3% 16%;
    }

    p {
        font-size: 18px;
    }

    .nav-link-size {
        font-size: 15px;
    }

    .hrms-smarter {
        font-size: 23px;
    }

    .email-icon {
        font-size: 27px;
    }

    .banner-text {
        font-size: 44px;
    }
}

@media (max-width: 1366px) {
    .footer-title {
        font-size: 18px;
    }

    .list-content {
        font-size: 18px;
    }

    .create-account {
        font-size: 24px;
        border-radius: 10px;
        padding: 16px 48px;
    }

    p {
        font-size: 15px;
    }

    .footer-list li {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    /*.service-box-content {
                 font-size: 15px;
             }*/
    /*.make-idea-content {
                 font-size: 20px;
             }*/
    .lets-connect {
        padding: 50px 70px 50px 115px;
    }
}

@media (max-width: 1200px) {
    .footer-address {
        padding-left: 5%;
    }

    .add-section-row {
        padding: 12px 0px 12px 0px;
    }

    .working-team-box-content {
        font-size: 17px;
    }

    .working-team-box-title {
        font-size: 22px;
    }

    .important-link-col {
        padding-left: 10%;
    }
}

@media (max-width: 1077px) and (min-width: 1025px) {
    .icon-col {
        padding: 0px;
    }
}

@media (max-width: 1024px) {
    .list-content {
        font-size: 13px;
    }

    .making-idea-section ul li:before {
        font-size: 13px;
    }

    .make-idea-content {
        font-size: 13px;
    }

    .carousel-indicators {
        bottom: 0px !important;
    }

    .payroll-img {
        height: 220px;
    }

    .payroll-card-body {
        padding: 0px 5% 5px 10px;
        font-size: 9px;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-list li {
        font-size: 14px;
    }

    .footer-list li {
        padding: 2px 0px;
    }

    .footer-social-icon {
        height: 20px;
    }

    .create-account {
        font-size: 15px;
        border-radius: 10px;
        padding: 10px 35px;
    }

    .working-team {
        padding: 4% 10%;
    }

    .working-team-box-title {
        font-size: 16px;
    }

    .working-team-box-content {
        font-size: 12px;
    }

    .email-icon {
        font-size: 17px;
    }

    .ph-icon {
        font-size: 17px;
    }

    .add-icon {
        margin-top: 0px;
        font-size: 28px;
    }

    .address-content {
        font-size: 12px;
    }

    .lets-connect {
        padding: 50px 70px 50px 60px;
    }

    .manage-font-size {
        font-size: 25px;
    }

    .contact-small-content {
        font-size: 14px;
        margin-top: 20px;
    }

    .form_row {
        margin-top: 40px;
    }

    .contact-field {
        font-size: 10px;
        padding: 8px;
    }

    .our-services-section {
        padding: 3% 2%;
    }

    /*.service-box-content {
                 font-size: 11px;
             }*/
    .hrms-smarter {
        font-size: 17px;
    }

    /*.leading-payroll-content {
                 font-size: 18px;
             }*/
    p {
        font-size: 18px;
    }

    .nav-link-size {
        font-size: 18px;
    }

    .request-demo-btn {
        padding: 15px 40px;
        font-size: 15px;
        margin-top: 35px;
        border-radius: 13px;
    }
}

@media (max-width: 991px) {
    .login-img {
        text-align: initial !important;
    }

    .nav-link2 {
        text-align: initial !important;
    }

    .ph-navbar {
        padding-left: 15px;
        background: white;
        border-radius: 9px;
    }

    .nav-btn-manage {
        margin-top: 10px;
    }

    .important-link-col {
        padding-left: 5%;
    }

    .footer-address {
        padding-left: 2%;
    }

    .working-team-box-content {
        margin-top: 10px;
        font-size: 12px;
    }

    .working-team-box-title {
        font-size: 17px;
    }

    .email-icon {
        font-size: 17px;
    }

    .ph-icon {
        font-size: 17px;
    }

    .add-icon {
        font-size: 23px;
    }

    .lets-connect {
        padding: 27px 34px 40px 78px;
    }

    .make-idea-content {
        margin-top: 12px;
    }

    .address-content {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .serviec-box-col {
        margin-top: 5%;
    }

    .make-idea-img-col {
        padding: 5% 18% 1% 18%;
    }

    .make-idea-colom {
        padding: 6% 5% 10% 8%;
    }

    .making-idea-section ul {
        margin-bottom: 0px;
    }

    .list-content {
        font-size: 15px;
    }

    .important-link-col {
        padding-left: 2%;
    }

    .footer-address {
        padding-left: 2%;
    }

    .team-row {
        padding: 2% 20%;
    }

    .team-box-border {
        border-right: none;
    }

    .lets-connect {
        padding: 27px 34px 40px 50px;
    }
    .ph-idea-img {
        display: block;
    }

    .lp-idea-img {
        display: none;
    }

    .our-services-section {
        padding: 3% 26%;
    }

    .blog-post-thumb {
        height: 155px;
    }

    .plan-recomend {
        margin: 0;
        position: relative !important;
    }
}

@media (max-width: 600px) {
    .important-link-col {
        padding-left: 3%;
    }

    .footer-address {
        padding-left: 3%;
    }

    .our-services-section {
        padding: 3% 16%;
    }
}

@media (max-width: 424px) {
    .team-row {
        padding: 2% 5%;
    }
    .leading-payroll-content {
        font-size: 13px;
    }

    .our-services-section {
        padding: 3% 5%;
    }

    .icon-col {
        padding-left: 10px;
    }
}

@media (max-width: 366px) {
    .manage-font-size {
        font-size: 21px;
    }

    p {
        font-size: 10px;
    }

    .nav-link-size {
        font-size: 10px;
    }

    /*.leading-payroll-content {
                 font-size: 10px;
             }*/
    /*.make-idea-content {
                 font-size: 10px;
             }*/
    .hrms-smarter {
        font-size: 10px;
    }
}

@media (max-width: 307px) {
    .create-account {
        font-size: 18px;
        border-radius: 10px;
        padding: 5px 17px;
    }

    .manage-font-size {
        font-size: 18px;
    }

    .request-demo-btn {
        padding: 8px 20px;
        font-size: 12px;
        border-radius: 7px;
    }

    /*.leading-payroll-content {
                 font-size: 8px;
             }*/
    p {
        font-size: 8px;
    }

    .nav-link-size {
        font-size: 8px;
    }

    /*.make-idea-content {
                 font-size: 8px;
             }*/
}

.test {
    float: right;
}

.card-header {
    border: none;
}

.colp-icon {
    text-align: right;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.collapse-container {
    margin-top: 2%;
}

.payroll-card-body {
    font-size: 14px;
    padding-right: 5%;
    border: none !important;
    text-align: justify;
}

.payroll-img {
    height: 320px;
}

@media (max-width: 1440px) {
    .payroll-img {
        height: 255px;
    }
}

@media (max-width: 1024px) {
    .payroll-img {
        height: 220px;
    }

    .payroll-card-body {
        padding: 0px 5% 5px 10px;
        font-size: 9px;
    }
}

.social-link {
    color: white;
    font-size: 25px;
    padding-top: 15px;
    text-align: center;
    height: 200px;
    width: 50px;
    background: #48b88f;
    border-bottom-right-radius: 95px;
}

.social-link-col {
    padding-top: 32%;
}

.lp-img {
    display: block;
}

.ph-img {
    display: none;
}

@media (max-width: 1920px) {
    .social-link-col {
        padding-top: 39%;
    }
}

@media (max-width: 1024px) and (min-width: 991px) {
    .social-link-col {
        padding-top: 23%;
    }
}

@media (max-width: 991px) {
    .social-link-col {
        padding-top: 23%;
    }
}

@media (max-width: 767px) {
    .ph-img {
        display: block;
    }

    .lp-img {
        display: none;
    }

    .social-link-col {
        padding-top: 100%;
    }

    .benner-img-colom {
        padding: 0 0 30px;
    }

    .request-demo-btn {
        padding: 8px 17px;
        border-radius: 8px;
        font-size: 14px;
    }

    .serviec-box-col {
        width: 33%;
    }

    .content-area-inner {
        margin: 40px 0 0;
    }
}

@media (max-width: 380px) {
    .social-link {
        height: 160px;
        width: 40px;
    }

    .manage_phone {
        font-size: 13px;
    }
    .benner-img-colom {
        padding: 0 0 30px;
    }

    .request-demo-btn {
        padding: 8px 17px;
        border-radius: 8px;
        font-size: 14px;
    }

    .serviec-box-col {
        width: 50%;
    }

    .serviec-box-col:last-child {
        width: 100%;
        border-bottom: 1px solid #d5d5d5;
    }

    .content-area-inner {
        margin: 40px 0 0;
    }
}

.profile-dropdown-menu {
    background: #4130fa;
}

.dropdown-menu li a {
    font-size: 15px;
    color: white;
}

.blog-card {
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.post-card-1 .thumb-overlay {
    min-height: 195px;
    border-radius: 10px 10px 0 0;
}

.img-hover-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.thumb-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, transparent),
        to(rgba(0, 0, 0, 0.8))
    );
    background: -webkit-linear-gradient(
        top,
        transparent 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: -o-linear-gradient(
        top,
        transparent 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #48b88f, #245c47);
}

.blog-btn {
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    margin-top: 15px;
}

.nav-btn-manage {
    padding-top: 2px;
}

.navbar-brand {
    padding-bottom: 0px;
    padding-top: 0px;
}

hr {
    margin: 0rem 0;
}

.expended_text {
    font-size: 18px;
}

.expended_text {
    font-size: 18px;
}

@media (max-width: 1600px) {
    .expended_text {
        font-size: 16px;
    }
}

@media (max-width: 1365px) {
    .expended_text {
        font-size: 13px;
    }
}

.range-wrap {
    position: relative;
    margin: 0px auto 1rem;
}

.range {
    width: 100%;
}

.bubble {
    background: #363636;
    color: white;
    padding: 1px 8px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: 21px;
    font-size: 12px;
}

.bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #363636;
    top: -1px;
    left: 50%;
}
