/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */

body {
    font-family: "Source Sans Pro", sans-serif;
    color: #311212;
    font-size: 0.875rem;
    margin: 0;
    font-weight: 400;
    line-height: 1.52857143;
    text-align: left;
    background-color: #fff;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    font-size: medium !important;
}

.banner_inner {
    width: calc(100vw - 300px) !important;
    margin: 0 auto;
}

.banner_inner h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
}

.banner_inner h1 strong {
    font-size: 35px;
    color: #049ee7;
    font-weight: 800;
}

.banner_fsm h1 {
    margin-top: 20px;
}

.quickentry_box h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.action_buttons a {
    margin: 0 18px 0 0;
}

.btn_add_global {
    position: absolute;
    top: 28px;
    right: 30px;
}

.cio_logo {
    position: absolute;
    right: 0;
    top: 220px;
    width: 100px;
    z-index: 9999;
    padding: 10px 0;
    border-radius: 10px 0 0px 8px;
    text-align: center;
}

.cio_logo img {
    width: 80%;
}

.modal-body {
    max-height: calc(70vh) !important;
    overflow: auto !important;
}

.box-typical {
    background: #fff;
    border: 1px solid #d8e2e7;
    border-radius: 4px;
    margin: 0 0 20px;
    position: relative;
    outline: none;
}

.box-typical.box-typical-padding {
    padding: 15px 15px 10px 20px;
}

.box-typical.box-typical-padding h5 {
    margin-bottom: 3px;
    font-size: 15px;
}

h1.with-border,
h2.with-border,
h3.with-border,
h4.with-border,
h5.with-border,
h6.with-border {
    border-bottom: 1px solid #d8e2e7;
    padding-bottom: 8px;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 26px;
}

.form-control:focus {
    border-color: #c5d6de;
}

.form-control,
select {
    background-color: #fff;
    background-image: none;
    border-radius: 0.25rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    width: 100%;
    box-shadow: none;
}

.btn.btn-rounded {
    border-radius: 25rem;
}

.btn {
    border-radius: 3px;
    font-size: 13px;
    -webkit-appearance: none;
    outline: none !important;
    transition: all 0.1s;
}

.form-control {
    box-shadow: 0 0 0 #000 !important;
    font-size: 0.875rem;
}

.button-right-margin {
    margin-right: 30px;
}

.sidebar-subnav>li>a>em,
.sidebar-subnav>li>.nav-item>em {
    float: right;
}

.dropdown {
    margin-right: 50px;
    font-family: 'Roboto', sans-serif;
}

.dropdown a {
    font-family: 'Roboto', sans-serif;
}

.dropdown-menu {
    font-size: 14px;
}

.dropdown-menu li {
    padding: 5px 1px;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
}

.headerspan {
    font-family: 'Roboto', sans-serif;
    margin-right: 25px;
}

.headerSpanLogin {
    font-family: 'Roboto', sans-serif;
}

.pageHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #203047 !important;
    z-index: 999999;
}

.headerContent {
    margin-top: 10px;
}

.page-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 56px;
    overflow-y: scroll;
}

.pageFooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #203047 !important;
}

.thanks_page .banner h1 {
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 50px;
    margin-left: 2rem;
}

.thanks_page .banner p {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0 35px 0;
    color: #000;
}

.thanks_page .banner a {
    color: #fff;
    background: #59821a;
    padding: 10px 15px;
}

/*pricing*/

.plan-container {
    border: 1px solid #e7eaec;
    border-radius: 12px;
    padding: 20px;
    background: #f3f3f4;
    margin: 0 25px 0 0;
    min-height: 570px;
    display: inline-block;
    float: none;
    vertical-align: top
}

.plan-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.plan-container ul li {
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.plan-container .btn {
    margin-bottom: 25px;
}

.plan-container .plan-pricing h1 {
    font-size: 24px;
}

.plan-container .plan-pricing h1 span {
    font-size: 15px;
}

.industry-footer.planfooter {
    padding: 80px 0;
    margin: 25px 0 0 0;
    background-color: #d4ebf7;
}

.btn-group .dropdown-toggle {
    border: 0 !important;
    border-radius: unset !important;
    border-color: unset !important;
    padding: 0.5rem 1rem !important;
}

.btn-group .dropdown-toggle:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}

h1,
h2 {
    font-weight: lighter !important;
}

.footer-copyright-area .row {
    margin: 0px !important;
}

.nav-item .nav-link {
    padding: 0.5rem 1rem !important;
}

.dropdown {
    margin-right: auto !important;
}

.roundedlogin {
    border-radius: 8px !important;
}

.dropdown-toggle {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px;
}

.page-Header {
    background-color: #203047 !important;
}

.page-wrapper {
    overflow: auto;
}

.page-Footer {
    background-color: #203047 !important;
    padding: 40px !important;
    color: white !important;
}

.page-Footer .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.container .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-top: 20px !important;
}

.pagecontent {
    height: 80vh !important;
    overflow: auto !important;
}

.footer-copyright-area {
    background: #1d2c41;
    color: #fff;
    padding: 15px 0 0 0;
}

.page-Footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-inline {
    display: inline-flex !important;
}

.nav-item {
    font-size: 17px;
}

.banner {
    background: url('../static-site-images/bg-banner.jpg') no-repeat center top /cover;
    width: 100%;
    padding: 80px 0 60px 0;
}

.banner_fsm {
    background: url('../static-site-images/banner/attendance.jpg') no-repeat center top /cover;
    width: 100%;
    padding: 40px 0 40px 0;
}

.banner p {
    font-size: 18px;
}


.banner_attendance ul,
.banner_fsm ul {
    padding: 0;
    margin: 0;
}

.banner_attendance ul li,
.banner_fsm ul li {
    color: #000;
    background: url('../static-site-images/logo-single.png') no-repeat left top;
    list-style: none;
    padding: 9px 0 6px 45px;
    font-size: 16px;
}

.banner_fsm ul li {
    color: #fff;
}

.quickentry_box {
    background: #fff;
    padding: 30px 30px 10px 30px;
}

.features_fsm h2 {
    margin-top: 50px;
    font-weight: bold !important;
    font-size: 28px;
}

.tryit {
    background: #0276d1;
    padding: 20px 0 25px 0;
    color: #fff;
    font-size: 23px;
    font-weight: 100;
}

.tryit p {
    margin: 0 0 10px;
    color: #fff !important;
}

.btn-try {
    padding: 10px 25px;
}

.client-logos {
    text-align: center;
}

.client-logos img {
    margin: 0 25px;
    vertical-align: middle;
    border: 0;
}

.client-logos h2 {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.platform h2 {
    font-weight: 300;
    font-size: 29px;
    margin-bottom: 55px;
    line-height: 35px;
    text-align: center;
    margin: 20px 0px 55px;
}

.platform .list {
    margin-bottom: 60px;
    min-height: 10px;
}

.theProblem h2 {
    font-weight: 100;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.theProblem {
    background: #0276d1;
    padding: 30px 0 40px 0;
    color: #fff;
    font-size: 23px;
    font-weight: 100;
}

.theProblem p {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}

.theProblem ul li {
    margin: 0 30px;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
}

.theSolution h2 {
    font-weight: 300;
    font-size: 36px;
    text-align: center;
}

.iconDetails {
    margin-left: 2%;
    float: left;
    height: 40px;
    width: 40px;
}

.left {
    float: left;
    width: 45px;
}

.right {
    float: left;
    margin: 0 0 0 5px;
    width: auto;
}

li .row {
    margin: 0 !important;
    padding: 0 !important;
}

.theSolution .row p {
    font-weight: 400 !important;
}

.btn-group .dropdown-toggle {
    border: 0 !important;
    border-color: unset !important;
    padding: 0.5rem 1rem !important;
}

#tryitfree:hover {
    background-color: white;
    color: rgb(50, 201, 221);
    border-color: rgb(50, 201, 221);
}

.client-logos .fa-2x:hover {
    background-color: skyblue;
    color: #fff;
}

.client-logos .fa-2x {
    display: inline-block;
    border-radius: 60px;
}

.client-logos .btn-link {
    background: #ffffff;
    color: #000;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    text-decoration: none;
}

.client-logos .btn-link:hover {
    background: #0376d0;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.client-logos li {
    border-radius: 15px 50px;
    padding: 20px;
    width: 200px;
    height: 150px;
    margin: 0px;
}

.container .row {
    margin-top: 5px !important;
}

.mt-5,
.my-5 {
    margin-top: 1.5rem !important;
}

.img-responsive {
    width: 100% !important;
}

.btn-primary {
    background-color: #039de7;
    border-color: #039de7;
    color: #FFFFFF;
    border: 1px solid #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1
}

h1,
h2,
h3,
h4 {
    font-weight: 700
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .65625rem
}

.h1,
h1 {
    font-size: 2.25rem
}

.h2,
h2 {
    font-size: 1.875rem
}

.h3,
h3 {
    font-size: 1.1rem
}

.h4,
h4 {
    font-size: 1.125rem
}

.h5,
h5 {
    font-size: .875rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: .65rem
}

/* FSM page */

.btn-primary {
    background-color: #039de7;
    border-color: #039de7;
    color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 26px;
    padding: 8px 24px;
}

.features_fsm {
    padding: 40px 0 60px 0;
}

.fsn_section2 {
    background: #0376d0;
    color: #fff;
}

.features_fsm h2 {
    margin-top: 50px;
    font-weight: bold !important;
    font-size: 28px;
}

.fsn_section2 img,
.fsn_section3 img {
    border-radius: 10px;
}

.fsn_section4 {
    background: #F2F8FF;
}

.fsm_main .img-responsive {
    height: auto !important;
    width: 100% !important;
}

.full-width-ml-24px {
    margin-left: 24px !important;
}

@media(max-width: 767px) {
    .navbar-menu {
        margin-left: 2% !important;
    }

    .fsm-bg-pic {
        width: 30%;
    }

    .fsm-bg-pic-2 {
        top: 40% !important;
        position: absolute;
    }

    .fsm_abv_footer_bg {
        width: 65%;
    }

    .cio_logo {
        display: none;
    }

    .client-logos ul {
        padding-left: 0;
    }

    body .banner .banner_inner {
        width: 95% !important;
        margin: 0 auto !important;
    }

    .quickentry_mobile {
        padding: 0 !important;
        margin-top: 30px;
    }

    .mobile_mb10 {
        margin-bottom: 10px;
    }

    .quickentry_mobile .pl-0,
    .quickentry_mobile .pr-0 {
        padding: 0;
    }

    .fsm-startsection .quickentry_box {
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: 0% !important;
    }

    .fsm-heading {
        font-size: 2rem !important;
    }

    .full-width {
        width: 40% !important;
        font-size: 17px !important;
    }

    .fsm-startsection {
        margin-top: 3rem !important;
    }

    .pricing-starting {
        margin-top: 30% !important;
    }

    .exp-future-B2B-section {
        margin-top: 0rem !important;
        padding-top: 1rem !important;
    }

    .tool-heading {
        margin-top: 2rem;
    }

    .details-container {
        margin-top: 0.75rem !important;
    }

    .details-container img {
        height: 100% !important;
        width: 100% !important;
    }

    .unlock-the-potential-of-seamless-parent img {
        margin-bottom: 1rem !important;
    }

    .tools-container {
        gap: 0.5rem !important;
        flex-direction: row !important;
        overflow-x: auto;
        position: sticky;
        /* background-color: #fff; */
        top: 3.5rem;
        z-index: 1;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .tools-container::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari */
    }

    .tools-container-row {
        gap: 0.5rem !important;
    }

    .set-of-tools-wrapper {
        width: max-content;
        height: 4rem;
        padding: 0.5rem !important;
        font-size: 0.75rem;
    }

    .set-of-tools-wrapper img {
        margin-bottom: 0 !important;
    }

    .optimized_b2b_heading img {
        height: 100% !important;
        width: 100% !important;
    }

    .attendance-carousel-card {
        flex: 0 0 100%;
        height: 28rem !important;
    }

    .sfa-new-main .attendance-carousel-card {
        flex: 0 0 100%;
        height: 32rem !important;
    }

    .sfa-new-main .non-carousel {
        height: 100% !important;
    }

    .attendance-carousel-card .customer-portal-container-subject {
        font-size: 1rem !important;
        line-height: normal;
    }

    .attendance-carousel-card .customer-portal-container-title {
        width: 90% !important;
        margin-left: 5% !important;
        font-size: 1.5rem !important;
        line-height: 1.75rem;
        margin-top: 0.75rem !important;
        margin-bottom: 1rem !important;
    }

    .extra-dashboard-carousel-card {
        flex: 0 0 100%;
    }

    .extra-dashboard-carousel-card .customer-portal-container-subject {
        font-size: 1rem !important;
        line-height: normal;
    }

    .extra-dashboard-carousel-card .customer-portal-container-title {
        width: 90% !important;
        margin-left: 5% !important;
        font-size: 1.5rem !important;
        line-height: 1.75rem;
        margin-top: 0.75rem !important;
        margin-bottom: 1rem !important;
    }

    .quote-carousel-card {
        flex: 0 0 100%;
        height: 36rem !important;
    }

    .quote-carousel-card .customer-portal-container-subject {
        font-size: 1rem !important;
        line-height: normal;
    }

    .quote-carousel-card .customer-portal-container-title {
        width: 90% !important;
        margin-left: 5% !important;
        font-size: 1.5rem !important;
        line-height: 1.75rem;
        margin-top: 0.75rem !important;
        margin-bottom: 1rem !important;
    }

    .travel-expense-carousel-card {
        flex: 0 0 100%;
        height: 31rem !important;
    }

    .travel-expense-carousel-card .customer-portal-container-subject {
        font-size: 1rem !important;
        line-height: normal;
    }

    .travel-expense-carousel-card .customer-portal-container-title {
        width: 90% !important;
        margin-left: 5% !important;
        font-size: 1.5rem !important;
        line-height: 1.75rem;
        margin-top: 0.75rem !important;
        margin-bottom: 1rem !important;
    }

    .promoter-carousel-card {
        flex: 0 0 100%;
        height: 30rem !important;
    }

    .promoter-carousel-card .customer-portal-container-subject {
        font-size: 1rem !important;
        line-height: normal;
    }

    .promoter-carousel-card .customer-portal-container-title {
        width: 90% !important;
        margin-left: 5% !important;
        font-size: 1.5rem !important;
        line-height: 1.75rem;
        margin-top: 0.75rem !important;
        margin-bottom: 1rem !important;
    }

    .exp-future-B2B-section .unlock-the-potential-container {
        width: 100% !important;
    }

    .exp-future-B2B-section .unlock-the-potential-container1 {
        line-height: normal !important;
    }

    .exp-future-B2B-section .unlock-the-potential-container1 span {
        font-size: 1.25rem !important;
    }

    .exp-future-B2B-section .unlock-the-potential-container1 b {
        /* font-size: 2rem !important; */
        font-size: 1.5rem !important;
        line-height: normal;
    }

    .exp-future-B2B-text-card-description {
        font-size: 1.25rem !important;
    }

    .Off-cap-carou-container,
    .why-choose-carousal-container {
        width: 90% !important;
    }

    .why-choose-Heading {
        font-size: 1.75rem !important;
        line-height: normal;
    }

    .why-choose-sections {
        line-height: normal;
    }

    .why-choose-points {
        font-size: 1.25rem !important;
        line-height: inherit !important;
    }

    #why-cho-texts-2,
    #why-cho-texts-4,
    #why-cho-texts-5 {
        margin-top: 3.5rem !important;
    }

    #why-cho-sfa-texts-1 {
        margin-top: 2.5rem !important;
    }

    #why-cho-sfa-texts-2,
    #why-cho-sfa-texts-4 {
        margin-top: 0.5rem !important;
    }

    #why-cho-sfa-texts-3 {
        margin-top: 4rem !important;
    }

    #why-cho-sfa-texts-5 {
        margin-top: 2rem !important;
    }

    .why-choose-segment .carousal {
        margin-top: 0rem !important;
    }

    .why-choose-carousal-container {
        height: 27rem !important;
    }

    #sfa-why-choose-carousal-container {
        height: 20rem !important;
    }

    .sfa-instead-image-text {
        font-size: 2rem !important;
    }

    .customer-portal-container-subject {
        width: 90% !important;
        line-height: normal !important;
    }

    .customer-portal-container-title {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        font-size: 1.25rem !important;
        width: 96% !important;
        margin-left: 2%;
        /* line-height: 2rem; */
    }

    .assign-the-right-technician-container {
        margin: 5% 2.5% 0% 2.5% !important;
    }

    .unlock-the-potential-container {
        width: 80% !important;
    }

    .tool-content-container {
        font-size: 1rem !important;
        line-height: normal !important;
    }

    .assign-the-right-technician-container1 {
        font-size: 1rem !important;
        line-height: normal !important;
    }

    .assign-the-right-technician-container2 {
        font-size: 1.25rem !important;
        line-height: normal !important;
    }

    .mb50px {
        margin-bottom: 5px !important;
    }

    .customer-portal-container-image {
        margin: 1rem auto 1rem auto !important;
    }

    .customer-portal-container-image img {
        width: 100% !important;
    }

    .customer-portal-container-section {
        line-height: normal !important;
    }

    .unlock-the-potential-container1 {
        line-height: 1.5rem;
        font-size: 1.25rem;
    }

    .industries {
        margin-top: 1rem;
        height: 47rem !important;
    }

    .Industry {
        width: 23rem !important;
        height: 32rem !important;
    }

    .Industry-title {
        top: 1.5rem !important;
    }

    .Industry-Subject {
        top: 3.25rem !important;
        font-size: 1.25rem !important;
    }

    .Industry-Content {
        top: 14rem !important;
        width: 85% !important;
        line-height: 1.5rem;
        font-size: 1rem !important;
    }

    .industries .select-client-success {
        top: 2.5rem;
        left: 1rem;
        font-size: 1rem;
    }

    #industry-scroll-container {
        margin-top: 165px;
    }

    .industries .helping-clients-achieve {
        top: 4.5rem;
        left: 1rem;
        width: 100vw;
        ;
        word-wrap: break-word;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .contact-section-2 {
        padding-top: 0rem !important;
    }

    .contact-section-2 .contact-text {
        font-size: 0.875rem;
    }

    .fsm-landing-footer .pricing-popup-links {
        margin-top: 15px !important;
    }

    .Other-products {
        margin: 0rem !important;
        text-align: left !important;
    }

    .other-product-images {
        height: 105%;
        width: 105%;
    }

    .Other-products .pricing-popup-links span {
        font-size: 1rem !important;

    }

    .fsm-bottom {
        padding-left: 1rem !important;
    }

    .transform-your-service-container {
        width: 24rem !important;
        font-size: 2rem !important;
    }

    #leadmanagementimg {
        margin-left: 30% !important;
    }

    .lead-management-data-container {
        margin: 5% 2.5% 5% 2.5% !important;
    }

    .index-page-building-sales-container {
        /* margin-top: 300px !important; */
        padding: 0px !important;
        font-size: 2.5rem !important;
    }

    .company-container-indexpage {
        width: 100% !important;
        margin-top: 0px !important;
    }

    .index-benefits-title {
        font-size: 2rem !important;
    }

    .index-page-abv-footer-img-row {
        width: 100% !important;
    }

    .index-page-footerlinks {
        margin-left: 0rem !important;
    }

    .index-page-footer-cards {
        margin: 0rem !important;
        margin-bottom: 2rem !important;
    }

    .index-start-bg-image {
        margin-top: 3rem !important;
    }

    .index-page-card-title {
        font-size: 2rem !important;
    }

    .index-page-card-keyheading {
        margin-top: 1rem !important;
    }

    .index-page-card-titletop {
        margin-top: 1rem !important;
    }

    .index-page-card-content {
        font-size: 1rem !important;
        gap: 0.25rem !important;
    }

    .index-page-card-schedules {
        margin-top: 0.5rem !important;
    }

    .index-page-multi-platform-cont {
        font-size: 2rem !important;
        margin: 4rem 0rem 2rem 0rem !important;
    }

    .index-page-sub-heading {
        font-size: 1rem !important;
    }

    #leadmanagementpic {
        top: 62px;
        left: 165px;
    }

    .sfa-customer-tailored-data {
        font-size: 0.875rem !important;
    }

    .rml-5 {
        margin-left: 5% !important;
    }

    .rect-div {
        border-radius: 1rem !important;
    }

    .full-width-ml-24px {
        margin-left: 0px !important;
    }
}

@media(min-width: 992px) and (max-width:1024px) {
    .navbar {
        width: calc(100vw - 80px) !important;
        margin: 0 auto !important;
    }

    .page-Footer .row {
        padding: 0 0px 0 40px !important;
    }
}

@media(min-width:1025px) and (max-width:1439px) {
    .navbar {
        width: calc(100vw - 220px) !important;
        margin: 0 auto !important;
    }

    .page-Footer .row {
        padding: 0 0px 0 80px !important;
    }
}

@media(min-width:1440px) {
    .navbar {
        width: calc(100vw - 300px) !important;
        margin: 0 auto !important;
    }

    .page-Footer .row {
        padding: 0 0px 0 120px !important;
    }
}

/* contact-us @harsha*/
.contact-us-body {
    font-family: serif;
}

.contact-us-h3 {
    font-size: 1.5rem;
}

.contact-us-h4 {
    font-size: 1.125 rem;
}

.contact-us-numbers-emails {
    font-family: "Open Sans", serif;
    font-size: 14px;
}

.contact-us-placeholder::-webkit-input-placeholder {
    font-family: "Open Sans", serif;
    color: lightgray;
}

.contact-us-placeholder:-ms-input-placeholder {
    font-family: "Open Sans", serif;
    color: lightgray;
}

.contact-us-placeholder:-moz-placeholder {
    font-family: "Open Sans", serif;
    color: lightgray;
}

.contact-us-placeholder::-moz-placeholder {
    font-family: "Open Sans", serif;
    color: lightgray;
}

.contact-us-schedule-demo {
    background-color: rgb(0, 89, 200);
    border-color: rgb(0, 89, 200);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.contact-us-submit {
    background-color: rgb(0, 89, 200);
    border-color: rgb(0, 89, 200);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.15px;
}

.contact-us-company-links {
    color: rgb(96, 156, 236);
    font-family: "Open Sans", serif;
    font-size: 14px;
}

.contact-us-about-links {

    color: rgb(96, 156, 236);

}

.contact-us-about-header {
    font-family: "Open Sans", serif;
}

.contact-us-contact-details {
    color: rgb(96, 156, 236);
    font-family: "Open Sans", serif;
    font-size: 14px;
}

/* pricing page  */
.navbar-menu {
    position: absolute;
    top: 0;
    left: 0px;
    width: 96%;
    background-color: white;
    border-radius: 20px;
    margin: 23px;
    padding: 6px;
    z-index: 1;
    box-shadow: 1.49px 1.49px 17.89px 0px #00000014;
    backdrop-filter: blur(10px);
}

.custom-navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 8px 16px 8px 16px !important;
    display: block;
    width: 100% !important;
}

.custom-navbar .nav-item {
    margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.pricing-starting {
    font-family: Inter;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.custom-button {
    background-color: #036FE3;
    border-radius: 40px !important;
    box-sizing: border-box;
    color: #fff !important;
    direction: ltr;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 28.3375px;
    line-height: 18.3429px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    text-size-adjust: 100%;
    unicode-bidi: isolate;
    visibility: visible;
    position: relative;
    width: 79px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card.plan-card {
    border: 1px solid #dee2e6;
    border-radius: 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card .text-muted {
    color: #6c757d;
}

.card-title {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}

.card-body .bullet-img {
    height: 20px;
    margin-right: 10px;
}

.card-body h6 strong {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.card-body .no-bullets {
    list-style-type: none;
    padding: 0;
}

.card-body .no-bullets li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.card.plan-card .card-header {
    padding: 20px 10px;
    background-color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.card.plan-card .card-footer {
    font-size: 14 px !important;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
}

.card-footer .pricing-title {
    color: #007bff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.note-container {
    font-family: Inter;
    margin-top: 10px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

.note-title {
    font-family: "Open Sans", sans-serif;
    color: #414D63;
    font-weight: 600;
    margin-bottom: 8px;
}

.note-description {
    color: #414D63;
    margin-bottom: 8px;
}

.note-text {
    color: #414D63;
    margin-top: 8px;
}


.custom-pricing-container {
    font-family: Inter;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.custom-pricing-content {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    box-shadow: #111111;
}

.custom-pricing-text {
    font-size: 16px;
    color: #414D63;
    font-weight: bold;
}

.left_rounded_image {
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
}

.right_rounded_image {
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%;
}

.about-footer {
    width: 96%;
    margin: 20px auto;
    position: relative;
    background: #111B2B;
    box-shadow: 1.5px 1.5px 18px rgba(0, 0, 0, 0.08);
    border-radius: 32px;
    overflow: hidden;
    padding: 4%;
    height: 500 px;
    visibility: inherit;
}

.about-footer body {
    margin: 0;
    padding: 0;
}

.about-footer .links {
    margin: 20px;
}

.about-footer .link {
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #007bff;
}

/* Modal styles */
.about-footer .modal {
    font-family: Inter;
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.fsm-landing-footer .modal {
    font-family: Inter;
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.fsm-landing-footer .pricing-popup-links {
    margin-top: 10%;
    flex-direction: column;
}

.about-footer .modal-content {
    background-color: #fefefe;
    color: #000;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    overflow-y: auto;
    max-height: 70%;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.fsm-landing-footer .modal-content {
    background-color: #fefefe;
    color: #000;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    overflow-y: auto;
    max-height: 70%;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.about-footer .close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.fsm-landing-footer .close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.about-footer .close:hover,
.about-footer .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.fsm-landing-footer .close:hover,
.about-footer .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.logo-section-about {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.logo-about {
    width: 32px;
    height: 32px;
}

.logo-text-about {
    color: #E8F5FF;
    font-size: 1.5rem;
    font-weight: 700;
}

.about-section {
    color: white;
}

.about-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-text {
    color: #AEC1CC;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.pricing-popup-links {
    font-family: DM Sans, sans-serif;
    display: flex;
    gap: 15px;
}

.pricing-popup-link {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.contact-section {
    color: white;
}

.contact-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-text {
    color: #AEC1CC;
    font-size: 1rem;
    font-weight: 400;
}

.transform-section {
    left: -1%;
    top: 80%;
    position: absolute;
    color: #1B273A;
    font-size: 80px;
    font-family: DM Sans;
    font-weight: 700;
    line-height: 96px;
    word-wrap: break-word;
}

/* about us page */
.body.about-us-main {
    font-family: Inter !important;
}


.about-us-header {
    position: relative;
    background-color: #0059C8;
    padding: 80 20 40 20;
    height: 500px;
}

.aboutus-sidebar .menu-link {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #aec1cc;
}

.aboutus-sidebar .tabs-container {
    height: fit-content;
    color: #aec1cc;
    background: #f7f9fa;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.aboutus-sidebar .menu-item.active .menu-link,
.aboutus-sidebar .menu-item.active .menu-link:hover {
    font-weight: 700;
    border-left: 2.4px solid rgb(3, 111, 227);
    color: #036FE3;
}

/* Content Tab Styling */
.aboutus-sidebar .content-tab {
    font-family: DMSans;
    display: none;
}

.aboutus-sidebar .content-tab.active {
    display: block;
}

.aboutus-sidebar .content-tab.active p {
    font-size: 16px;
}

.aboutus-sidebar .apart-section .apart-item ul {
    list-style-type: none;
    padding: 0;
}

/* Custom spacing adjustments */
.aboutus-sidebar .apart-item {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    /*Decrease space between image and below text */
    display: inline-flex;
    margin-bottom: 48px;
    /* Increase space between different apart items  */
}

.aboutus-sidebar .apart-item img {
    margin-bottom: 10px
}

/* Font size adjustments for h3 and h2 in What Sets Us Apart section */
.aboutus-sidebar .content-tab h3 {
    font-size: 24px;
}

.aboutus-sidebar .content-tab h2 {
    font-size: 40px;
    font-weight: 700;
}

.about-data {
    position: relative;
    color: white;
}

.about-data p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10.5 px;
}

.about-data h {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10.5 px;
}

/* General styles for the leadership section */

/* Styles for the leadership section */
.leadership-section {
    background-color: #f8f9fa;
    padding-top: 20px;
    padding-bottom: 40px;
}

.leadership-heading {
    font-size: 36px;
    font-weight: 600;
    font-family: Inter;
}

.leadership-image {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
}

.leadership-name {
    color: #1B273A;
    font-size: 24px;
    font-family: 'Inter';
    font-weight: 700;
}

.leadership-role {
    color: #036FE3;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.leadership-description {
    word-wrap: normal;
    color: #1B273A;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px;
}

/* Styles for the welcome section */
.welcome-section {
    padding: 11% 25%;
    text-align: center;
}

.welcome-heading {
    color: #1B273A;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}

.welcome-description {
    color: #1B273A;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 10px;
}

/* figma page */

.schedule-demo-form .row {
    margin-bottom: 10px;
}

.fsm-bg-pic {
    width: 75%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.fsm-bg-pic-2 {
    width: 75%;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0.25;
    /* z-index: -1;   */
}

.navfsm-item {
    font-size: 16px;
}

.navfsm-item .nav-link {
    padding: 0.5rem 1rem !important;
}

.custom-navbar .navfsm-item {
    margin-left: 15px;
}

.container .fsm-startsection {
    margin-top: 170px;
    width: 100%;
}

.fsmRow {
    margin-top: 40px;
    margin-left: 20px;
}

.fsm-image {
    margin-left: -10px;
}

.fsm-heading {
    font-weight: 400 !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 3rem;
    font-weight: normal;
}

.fsm-heading b {
    font-weight: 700 !important;
}

.fsm-heading p {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #1B273A;
}

.fsm-new-main .quickentry_box {
    border-radius: 20px;
    box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
}

body.sfa-new-main .quickentry_box {
    border-radius: 20px;
    box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
}

.users-wrapper {
    width: 1280px;
    position: relative;
    height: 2144px;
}

.why-choose-segment {
    position: relative;
}


.why-choose-Heading {
    font-size: 40px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    text-align: center;
}

.why-choose-content {

    padding-left: 3.75%;
    padding-right: 3.75%;
    word-wrap: break-word;
    overflow: hidden;
}

.why-choose-sections {
    padding-top: 3rem;
    font-family: 'DM Sans';
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
}

.why-choose-points {
    /* font-family: 'DM Sans'; */
    font-size: 1.5rem;
    line-height: 2rem;
    width: 100%;
    letter-spacing: -0.20px;
    display: flex;
    align-items: center;
}

.why-choose-images {
    width: 1.5rem;
    height: 1.5rem;
}

.why-choose-texts {
    /* font-family: 'DM Sans'; */
    font-size: 16px;
    /* font-size: 1rem; */
    color: #5a657c;
    /* margin-top: 1rem; */
}

#why-cho-texts-1,
#why-cho-texts-3 {
    margin-top: 0.5rem;
}

#why-cho-texts-2,
#why-cho-texts-4,
#why-cho-texts-5 {
    margin-top: 2.5rem;
}

#why-cho-sfa-texts-1,
#why-cho-sfa-texts-3 {
    margin-top: 3rem;
}

#why-cho-sfa-texts-2,
#why-cho-sfa-texts-4 {
    margin-top: 1rem;
}

#why-cho-sfa-texts-5 {
    margin-top: 3rem;
}

.shade-img {
    position: absolute;
    width: 96%;
    margin: 0 auto;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
}

.p5-pad {
    padding: 5%
}

.mb50px {
    margin-bottom: 50px;
}

.fw600 {
    font-weight: 600;
}

.exp-future-B2B-section {
    /* margin-top: 500px; */
    margin-top: 15rem;
    /* margin-top: 275px; */
    padding-top: 3rem;
    margin-bottom: 20px;
    margin-left: 2%;
    width: 96%;
    height: 100%;
    font-family: DM Sans;
    border-radius: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFFFFF;
    /* gap: 96px; */
    font-size: 56px;
    color: #111B2B;
    /* overflow: hidden; */
}

.exp-future-B2B-section .unlock-the-potential-container {
    width: 60%;
}

.exp-future-B2B-text-card {
    position: relative;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.5rem;
    text-align: left;
    font-size: 1.5rem;
    margin: 0 auto;
    color: #111B2B;
    line-height: normal;
}

.exp-future-B2B-text-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
}

.exp-future-B2B-text-card-point {
    color: #036FE3;
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
}

.exp-future-B2B-text-card-description {
    font-size: 2rem;
    font-weight: 700;
}

.exp-future-B2B-text-card-content {
    font-size: 0.875rem;
}

.optimized_b2b_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    word-wrap: break-word;
}

.custooo {
    width: 100%;
    margin: 45px auto 0px auto;
    display: block;
}

.customer-portal-container-title {
    width: 100%;
    position: relative;
    /* font-size: 2.25rem; */
    font-size: 2rem;
    background: linear-gradient(90deg, #004ba9, #036fe3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: inline-block;
    font-family: 'DM Sans';
}

.customer-portal-container-subject {
    width: 60%;
    margin: 0 auto 0 auto;
    position: relative;
    font-size: 1rem;
    font-family: 'DM Sans';
    color: #1b273a;
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.customer-portal-container-image {
    width: 86%;
    margin: 48px auto;
}

.customer-portal-container-image img {
    height: 100%;
    width: 100%;
}

.customer-portal-container-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    text-align: left;
    font-size: 1.5rem;
    color: #000;
    font-family: 'DM Sans';
}

.customer-portal-container-point {
    position: relative;
    letter-spacing: -0.15px;
    line-height: 1.25rem;
}

.customer-portal-container-info {
    width: 100%;
    position: relative;
    font-size: 1rem;
    color: #1b273a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: rotate(-0.3deg);
}


.assign-the-right-technician-container1 {
    width: 100%;
    letter-spacing: -0.15px;
    line-height: normal;
}

.assign-the-right-technician-container2 {
    width: 100%;
    letter-spacing: -0.15px;
    line-height: normal;
}

.assign-the-right-technician-container {
    /* width: 100%; */
    position: relative;
    font-size: 2rem;
    letter-spacing: -0.15px;
    color: #1b273a;
    text-align: left;
    display: flex;
    align-items: center;
    transform: rotate(-0.3deg);
    font-family: 'DM Sans';
    margin-top: 15%;
    margin-left: 12.5%;
    margin-right: 5%;
}

.tool-heading {
    position: relative;
    letter-spacing: -0.15px;
    line-height: 1.25rem;
    font-weight: 600;
}

.tool-content-container1 {
    width: 100%;
}

.tool-content-container {
    width: 100%;
    /* 37.688rem; */
    position: relative;
    font-size: 2rem;
    letter-spacing: -0.15px;
    color: #1b273a;
    display: flex;
    align-items: center;
    transform: rotate(-0.3deg);
}

.tool-parent {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    text-align: left;
    font-size: 1rem;
    color: #0059c8;
    font-family: 'DM Sans';
    line-height: normal;
}


.select-client-success {
    position: absolute;
    top: 6.813rem;
    left: 5rem;
    letter-spacing: -0.15px;
    text-align: center;
}

.helping-clients-achieve {
    position: absolute;
    top: 10.061rem;
    left: 4.997rem;
    font-size: 2.5rem;
    letter-spacing: -0.15px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    /* width: 100%; */
    width: 35.975rem;
    transform: rotate(-0.3deg);
    transform-origin: 0 0;
}

.fsm_abv_footer_bg {
    position: absolute;
    right: 0;
    top: 0;
}


.unlock-the-potential-of-seamless-parent {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* gap: 3.562rem; */
    gap: 1rem;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
    font-family: 'DM Sans';
    word-wrap: break-word;
}

.unlock-the-potential-container1 {
    width: 100%;
    word-wrap: break-word;
}

.unlock-the-potential-container {
    width: 50%;
    line-height: 2rem;
    position: relative;
    letter-spacing: -0.15px;
    display: flex;
    align-items: center;
}

.tools-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    font-size: 1rem;
    color: #67728a;
    /* position: sticky;
    background-color: #fff;
    top: 3.5rem;
    z-index: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2rem !important;
    padding-right: 2rem !important; */
}

.tools-container-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
}

.set-of-tools-wrapper {
    background-color: #f3f6f8;
    border-radius: 40px;
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: #67728a;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.set-of-tools-wrapper.active {
    background-color: #E8F5FF;
    color: #036FE3;
}

.exp-future-B2B-section .set-of-tools-wrapper.active {
    background-color: #E8F5FF;
    color: #1b273a;
}

.set-of-tools {
    position: relative;
    line-height: 130%;
    font-weight: 600;
}

.details-container {
    display: none;
    margin-top: 2rem;
    border-radius: 10px;
    text-align: center;
    width: 96%;
}

.details-container.active {
    display: block;
}

.attendance-carousel-card {
    height: auto;
}

@media (min-width: 992px) {
    .attendance-carousel-card {
        min-height: 41rem;
    }
}


.extra-dashboard-carousel-card {
    height: 100%;
}

.quote-carousel-card {
    height: 46rem;
}

.promoter-carousel-card {
    height: 42rem;
}

.travel-expense-carousel-card {
    height: auto;
}

@media (min-width: 992px) {
    .travel-expense-carousel-card {
        min-height: 44rem;
    }
}



.industries {
    width: 100%;
    position: relative;
    background-color: #0059c8;
    height: 63rem;
    overflow: hidden;
    text-align: left;
    font-size: 1.5rem;
    color: #ceecff;
    font-family: 'DM Sans';
}

.Industry {
    width: 35rem;
    position: relative;
    border-radius: 24px;
    background-color: #fff;
    height: 34rem;
    overflow: hidden;
    flex-shrink: 0;
}

.Industry-title {
    font-size: 1rem;
    position: absolute;
    top: 9.5%;
    left: 2rem;
    letter-spacing: -0.15px;
    line-height: 1.25rem;
    font-weight: 600;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    width: 90%;
}

.Industry-Subject {
    word-wrap: break-word;
    position: absolute;
    top: 16.5%;
    left: 2rem;
    font-size: 1.5rem;
    letter-spacing: -0.2px;
    display: flex;
    color: #000;
    align-items: center;
    width: 90%;
}

.Industry-Content {
    word-wrap: break-word;
    position: absolute;
    top: 50%;
    left: 2rem;
    font-size: 1.25rem;
    letter-spacing: -0.15px;
    color: #1b273a;
    display: flex;
    align-items: center;
    width: 90%;
    transform: rotate(-0.3deg);
    transform-origin: 0 0;
}

#sfa-Industry .Industry-Content {
    top: 45%;
}

.carousal {
    margin-top: 350px;
    padding-left: 5%;
    overflow-x: auto;
    top: 21.188rem;
    left: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /* gap: 1.187rem; */
    font-size: 1rem;
    color: #0059c8;
}

.carousal::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar */
}

.industry-dot-navigation {
    display: flex;
    justify-content: flex-start;
    margin-left: 5%;
    margin-top: 20px;
}

.industry-dot {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #0041ab;
    cursor: pointer;
}

.industry-dot.active {
    background-color: #fff;
}


.attendance-dot-navigation {
    display: flex;
    justify-content: center;
    margin-left: 5%;
    margin-top: 20px;
    align-items: center;
    /* Ensures vertical centering */
    width: 100%;
    /* Ensure it spans the full width */
}

#attendance-scroll-container,
.attendance-dot-navigation div {
    outline: none;
    box-shadow: none;
}

#attendance-scroll-container:focus {
    outline: none !important;
}

.attendance-dot-navigation div:focus {
    outline: none !important;
}


.normal-dot {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #CFD9E0;
    cursor: pointer;
}

.normal-dot.active {
    background-color: #1B273A;
}

.travel-expense-dot-navigation {
    display: flex;
    justify-content: center;
    margin-left: 5%;
    margin-top: 20px;
    align-items: center;
    /* Ensures vertical centering */
    width: 100%;
    /* Ensure it spans the full width */
}

.promoter-dot-navigation {
    display: flex;
    justify-content: center;
    margin-left: 5%;
    margin-top: 20px;
    align-items: center;
    /* Ensures vertical centering */
    width: 100%;
    /* Ensure it spans the full width */
}

.quote-dot-navigation {
    display: flex;
    justify-content: center;
    margin-left: 5%;
    margin-top: 20px;
    align-items: center;
    /* Ensures vertical centering */
    width: 100%;
    /* Ensure it spans the full width */
}

.why-choose-dot-navigation {
    display: flex;
    justify-content: center;
    margin-left: 5%;
    margin-top: 20px;
    align-items: center;
    /* Ensures vertical centering */
    width: 100%;
    /* Ensure it spans the full width */
}

.Off-cap-carou-container {
    flex: 0 0 auto;
    /* Prevents shrinking and ensures horizontal layout */
    width: 27.5%;
    /* Adjust based on design preference */
    height: 370px;
    scroll-snap-align: start;
    /* Enables smooth scrolling alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    background-color: #F7F9FA;
    border-radius: 24px;
    padding: 2rem 1rem;
}

.why-choose-carousal-container {
    flex: 0 0 auto;
    /* Prevents shrinking and ensures horizontal layout */
    width: 46%;
    /* Adjust based on design preference */
    height: 20rem;
    scroll-snap-align: start;
    /* Enables smooth scrolling alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background-color: #F7F9FA;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 2rem 1rem;
}

#sfa-why-choose-carousal-container {
    height: 16rem;
}

.Off-cap-carou-icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    /* Prevents icons from shrinking */
}

.Off-cap-carou-content {
    color: #1B273A;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: left;
}

.Off-cap-carou-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.Off-cap-carou-description {
    font-size: 1rem;
    max-width: 80%;
}

/* indexpage.html */
.cio_head {
    margin-top: 5px;
}

.client-logos-indexpage {
    padding: 25px 0 45px 0;
    margin-bottom: 25px;
    text-align: center;
}

.client-logos-indexpage img {
    margin: 0 25px;
    vertical-align: middle;
    border: 0;
}

.client-logos-indexpage h2 {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 35px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.platform-indexpage h2 {
    font-weight: 100;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.platform-indexpage .list {
    margin-bottom: 60px;
    min-height: 10px;
}

.btn-primary-indexpage {
    background-color: #039de7;
    border-color: #039de7;
    color: #FFFFFF;
}

.theSolution-indexpage h3 {
    font-weight: 300;
    font-size: 24px;
}

.theSolution-indexpage h3 {
    font-weight: 300;
}

.storeIcons {
    padding: 20px;
    margin-bottom: 25px;
}

.storeIcons a img {
    margin-left: 25px;
    margin-right: 25px;
}

/* login.html */
.bg-dark {
    background-color: #5ec6e6 !important;
}

.login_wrap .logo {
    text-align: center;
    margin: 150px 0 0 0;
}

.login-card-body {
    background-color: #203047 !important;
}

.login-Card {
    background-color: #ffffff !important;
}

.login_wrap {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    width: 100%;
    /* padding: 0px 0 80px 0; */
    position: relative;
    overflow-x: hidden;
}

.offset-4 {
    margin-left: 39.5% !important;
}

.login-card-body {
    padding: 20px;
}

.login-container {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.login-card-title {
    margin-bottom: 0;
    padding: 10px;
}

.login-card {
    margin-left: 15%;
    margin-right: 15%;
}

.your-service-operations {
    color: #1b273a;
    white-space: pre-wrap;
}

.transform-your-service-container1 {
    width: 100%;
}

.transform-your-service-container {
    width: 50rem;
    position: relative;
    font-size: 3.5rem;
    /* font-size: 4.5rem; */
    text-align: left;
    display: flex;
    align-items: center;
    color: #036fe3;
}

.rect-div {
    margin: 0.125rem;
    border: 2px solid;
    padding: .25rem;
    border-radius: 1.5rem;
    border-color: #C8C8C8;
    background-color: #FFFFFF;
}

.contact-section-2 {
    flex: auto;
    padding-top: 1.5rem;
    padding-left: 5%;
}

.Other-products {
    margin-left: 18%;
    margin-top: 8rem;
    margin-bottom: 2rem;
    text-align: center;
}

.exp-future-B2B-section .unlock-the-potential-container1 {
    line-height: 2.5rem;
}

.sfa-instead-image-text {
    width: 96% !important;
    text-align: center !important;
    font-size: 3rem;
}

.lead-management-data-container {
    position: relative;
    font-size: 1rem;
    letter-spacing: -0.15px;
    color: #1b273a;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(-0.3deg);
    font-family: 'DM Sans';
    margin-top: 10%;
    margin-left: 12.5%;
    margin-right: 5%;
}

/* .customer-portal-container-title span{
    font-weight: 600;
} */

/* indexpage */
.index-page-building-sales-container {
    width: 100%;
    padding: 0px 12.5%;
    font-size: 3.5rem;
    line-height: 110%;
    text-align: center;
    margin-top: 150px;
    display: inline-block;
    color: #111b2b;
    position: relative;
    font-family: 'DM Sans';
}

.gradient-sales-service {
    background: linear-gradient(89.5deg, #85c0ff, #0059c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.company-container-indexpage {
    width: 50%;
    margin: 36rem auto 0px auto;
    display: flex;
    flex-direction: column;
}

.index-benefits-title {
    font-size: 3rem;
    display: flex;
    font-weight: 600;
    justify-content: center;
}

.index-benefits-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    position: relative;
    margin: 2rem auto 0px auto !important;
}

.index-benefits-pointname {
    font-weight: 700;
    font-size: 20px;
    color: #1B273A;
}

.index-benefits-point {
    font-weight: 700;
    font-size: 16px;
    color: #5A657C;
}

.gradient-indexpage-card {
    background: linear-gradient(90deg, #89bef7, #036fe3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-page-abv-footer-img-row {
    width: 80%;
    margin: 0px auto !important;
}

.index-page-footerlinks {
    margin-left: 2rem;
}

.index-page-footer-cards {
    background-color: #FFFFFF;
    margin: 4rem 5rem 3rem 5rem;
    border-radius: 2rem;
    height: max-content;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.08);
}

.scale-120-from-centre {
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1.2);
    transform-origin: center;
}

.index-start-bg-image {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
}

.index-page-card-title {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 1rem;
}

.index-page-card-keyheading {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.index-page-card-titletop {
    margin-top: 3rem;
    border-radius: 40px;
    width: fit-content;
    color: #0059c8;
    font-size: 1 rem;
    font-weight: 500;
    background: linear-gradient(269.69deg, rgba(183, 210, 255, 0), #e0ecff);
}

.index-page-card-content {
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    font-weight: 500;
    gap: 0.5rem;
}

.index-page-card-schedules {
    display: flex;
    flex-direction: row;
    margin-top: 4rem;
}

.index-page-multi-platform-cont {
    font-size: 3rem;
    text-align: center;
    margin: 4rem 3rem;
}

.index-page-sub-heading {
    display: flex;
    transform: scaleX(0.9);
    font-size: 1.5rem;
}

.sfa-popup-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    height: 90%;
}

.sfa-popup {
    margin-top: 0.5rem;
    max-height: 100%;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sfa-popup::-webkit-scrollbar {
    display: none;
}

.sfa-popup-container.show .sfa-popup {
    transform: translateY(0);
}

.sfa-popup-close-btn {
    position: relative;
    margin: 0px auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sfa-customer-tailored-data {
    margin-top: 1rem;
    font-size: 1rem;
}

.fw-rem125 {
    font-size: 1.25rem;
}

html,
body {
    pointer-events: auto !important;
}

#exampleInputUsername {
    pointer-events: auto !important;
    z-index: 999 !important;
}