* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6c757d;
    line-height: 1.6666;
    font-weight: 400;
}

.SolutionBgColor {
    background-color: #f4faff;
}


.SolutionAbstractParentDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f4faff;
    margin-top: 75px;
}

.SolutionAbstractSubDiv {
    width: 100%;
    max-width: 1300px;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.MenuListParentDiv1 {
    width: 25%;
    border-right: 1px solid #e7ebf0;
    height: 100vh;
    overflow-y: auto;
    padding-top: 20px;
}

.MenuListParentDiv1 {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.MenuListParentDiv1::-webkit-scrollbar {
    display: none;
}

.MenusContentParentDiv1 {
    width: 75%;
    height: 100vh;
    overflow-y: auto !important;
}

.MenusContentParentDiv1 {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.MenusContentParentDiv1::-webkit-scrollbar {
    display: none;
}

.MenuListSubDiv1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.RightArrowColor1 {
    color: #3973BC;
}

.MenuListHeadText1 .arrow {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: right 0.5s ease, opacity 0.5s ease;
}


.MenuListContentParentDiv1 {
    width: 100%;
    padding: 6px;
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.MenuListContentParentDiv1.active1 {
    background-color: #cfe2ff;
}

.MenuListContentParentDiv1:hover {
    background-color: #cfe2ff;
}

.MenuListContentParentDiv1.active1,
.MenuListContentParentDiv1:hover {
    background-color: #cfe2ff;
}

.MenuListContentParentDiv1.active1 .MenuListHeadText1,
.MenuListContentParentDiv1.active1 .MenuLisHeadConText,
.MenuListContentParentDiv1:hover .MenuListHeadText1,
.MenuListContentParentDiv1:hover .MenuLisHeadConText {
    color: #3973BC;
}

.MenuListContentParentDiv1.active1 .arrow,
.MenuListContentParentDiv1:hover .arrow {
    right: -8px;
    opacity: 1;
}

.MenusContentsPagesParentDiv1 {
    width: 100%;
    height: auto;
    min-height: 100%;
    /* height: 100%; */
}

.MenusContentsPagesParentDiv1.active1 {
    display: block;
}

.MenuListHeadText1 {
    width: 90%;
    font-size: 0.95rem;
    color: #2f353e;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    cursor: pointer;
}

.MenusContentsPagesSubDiv1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
}

.MenuContentsMainDiv1 {
    width: 100%;
    padding-left: 15px;
}

.MenuContentMainHeading1 {
    width: 100%;
    font-size: 1.8rem;
    /* color: #555d69; */
    color: #3b3b3b;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.MenuContentHeadingConText1 {
    width: 100%;
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 400;
    letter-spacing: 0.5px;
}




/* Contents CSS */

.MenuContentsMainDiv2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.FacilityCardsContent {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}


.FieldCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.FieldCardMainDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.FieldCardsDiv1 {
    width: 100%;
    cursor: pointer;
    padding: 15px 15px 15px 20px;
    border: 1px solid #e7ebf0;
    background-color: #fff;
    min-height: 220px;
    transition: transform 0.3s ease;
}

.FieldCardsDiv1:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.FieldCardsDiv1AddDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
}



.FieldCardSubDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.FieldCardHeadingConDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 5px;
}

.FieldCardHeadingConDiv2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 5px;
}

.ForTechHeadText {
    font-size: 1.1rem;
    color: #010101;
}

.TechniciansListText {
    font-size: 1rem;
}

.TechniciansListText::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 12px/24px 'FontAwesome';
}

.TechniciansListText1 {
    font-size: 0.95rem;
    font-weight: 400;
    color: #6c757d;
}

.ScanContentDiv {
    width: 100%;
    padding: 12px;
}

.ScanContentSubDiv {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ScannerMainDiv {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px;
}

.QRimg {
    width: 60px;
    height: 60px;
}

.PlayStoreimg {
    width: 50px;
    height: 50px;
}

.AppStoreimg {
    width: 50px;
    height: 50px;
}

.ScannerSubDiv {
    display: flex;
    gap: 30px;
}

.ScannerSubDiv1 {
    display: flex;
    gap: 40px;
}



.FacilitySvg1 {
    width: 35px !important;
    height: 35px !important;
    margin-top: 6px !important;
}

.FacilitySvg {
    width: 40px !important;
    height: 40px !important;
    margin-top: 6px !important;
}

.FacilitySvg2 {
    width: 40px !important;
    height: 40px !important;
}

.FacilitySvg3 {
    width: 45px !important;
    height: 45px !important;
}

.CRMsvg {
    width: 40px !important;
    height: 40px !important;
}

/* solutions img filed service */
.FieldServiceLogo {
    width: 45px;
    height: 45px;
}

.FieldServiceLogo-1 {
    width: 43px;
    height: 45px;
}

.FieldServiceLogo-2 {
    width: 45px;
    height: 45px;
}


/* PROPERTY MANAGEMENT */

.MenuContentsMainDiv2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px;
    align-items: center;
    margin-bottom: 10px;
    gap: 20px;
}



.FacilityCardMainDiv1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.FacilityCardSubDiv1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.FacilityCardsLogoDiv1 {
    display: flex;
    justify-content: flex-start;
}

.FacCardConHeadText1 {
    font-size: 1.1rem;
    color: #010101;
    font-weight: 400 !important;
}

.FacCardConHeadCon1 {
    font-size: 0.95rem;
}

.ECommerceCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.ECommerceContentText {
    font-size: 1rem;
    color: #010101;
    text-align: center;
}

.FAabstractMenuCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.FAabstractMenuContentText {
    font-size: 1rem;
    color: #010101;
    text-align: center;
}



.HouseKeepingCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.HouseKeepingContentText {
    font-size: 1rem;
    color: #010101;
    text-align: center;
}



.VMSCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.VMSContentText {
    font-size: 1rem;
    color: #010101;
    text-align: center;
}

#ui-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 35px;
    right: 25px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background: linear-gradient(to right, #00aafc, #00caad);
    transition: all 400ms ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    z-index: 20;
}

.ArrowColor {
    color: white;
    font-size: 18px;
}



/* Mobile CSS */


.RightArrowColor {
    color: #3973BC;
}

.MenuListContentParentDiv1 {
    width: 100%;
    padding: 6px;
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.MenuListContentParentDiv1.active {
    background-color: #edf4ff;
}

.MenuListContentParentDiv1:hover {
    background-color: #edf4ff;
}

.MenuListContentParentDiv1.active,
.MenuListContentParentDiv1:hover {
    background-color: #edf4ff;
}

.MenuListContentParentDiv1.active .MenuListHeadText,
.MenuListContentParentDiv1:hover .MenuListHeadText {
    color: #3973BC;
}

.MenuListContentParentDiv1.active .arrow,
.MenuListContentParentDiv1:hover .arrow {
    right: -8px;
    opacity: 1;
}

.MenuListHeadText {
    width: 90%;
    font-size: 0.95rem;
    color: #2f353e;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    cursor: pointer;
}

.MenuContentsMainDiv1 {
    width: 100%;
}

.MenuContentHeadingConText {
    width: 100%;
    font-size: 1rem;
    color: #6c757d;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.MenuContentsMainDiv2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.FacilityCardsContent {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.FieldCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.FieldCardMainDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.FieldCardsDiv {
    width: 50%;
    cursor: pointer;
    padding: 15px 20px 0px 20px;
    border: 1px solid #e7ebf0;
    background-color: #fff;
    min-height: 220px;
    transition: transform 0.3s ease;
}

.FieldCardsDiv:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.FieldCardsDiv1 {
    width: 100%;
    cursor: pointer;
    padding: 15px 15px 15px 20px;
    border: 1px solid #e7ebf0;
    background-color: #fff;
    min-height: 220px;
    transition: transform 0.3s ease;
}

.FieldCardsDiv1:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.FieldCardsDiv2 {
    width: 50%;
    cursor: pointer;
    padding: 15px 15px 15px 20px;
    border: 1px solid #e7ebf0;
    background-color: #fff;
    min-height: 190px;
    transition: transform 0.3s ease;
}

.FieldCardsDiv2:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.FieldCardsDiv1AddDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.FieldCardSubDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.FieldCardHeadingDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
}

.FieldCardHeadingConDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 5px;
}

.FieldCardHeadingConDiv2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 5px;
}

.ForTechHeadText {
    font-size: 1.1rem;
    color: #010101;
    font-weight: 400 !important;
}

.TechniciansListText {
    font-size: 1rem;
}

.TechniciansListText::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    font: 400 12px/24px 'FontAwesome';
}

.TechniciansListText1 {
    font-size: 0.95rem;
    font-weight: 400;
    color: #6c757d;
}

.ScanContentDiv {
    width: 100%;
    padding: 12px;
}

.ScanContentSubDiv {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ScannerMainDiv {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px;
}

.QRimg {
    width: 60px;
    height: 60px;
}

.PlayStoreimg {
    width: 50px;
    height: 50px;
}

.AppStoreimg {
    width: 50px;
    height: 50px;
}

.ScannerSubDiv {
    display: flex;
    gap: 30px;
}

.ScannerSubDiv1 {
    display: flex;
    gap: 40px;
}



.FacilitySvg1 {
    width: 35px !important;
    height: 35px !important;
    margin-top: 6px !important;
}

.FacilitySvg {
    width: 40px !important;
    height: 40px !important;
    margin-top: 6px !important;
}

.FacilitySvg2 {
    width: 40px !important;
    height: 40px !important;
}

.FacilitySvg3 {
    width: 45px !important;
    height: 45px !important;
}

.CRMsvg {
    width: 40px !important;
    height: 40px !important;
}

.FieldImgDiv {
    display: flex;
}

.FieldTechImg {
    height: 140px;
    margin-top: 8px;
}

/* solutions img filed service */
.FieldServiceLogo {
    width: 45px;
    height: 45px;
}

.FieldServiceLogo-1 {
    width: 43px;
    height: 45px;
}

.FieldServiceLogo-2 {
    width: 45px;
    height: 45px;
}



.SolutionAbstractSubDiv {
    width: 100%;
    max-width: 1400px;
    padding: 0px 50px;
    /* border: 1px solid red; */
    /* margin-top: 100px; */
    height: calc(100vh - 0px);
    display: flex;
    flex-direction: row;
}

.MenuListParentDiv1 {
    width: 25%;
    border-right: 1px solid #e7ebf0;
    height: 100%;
    overflow-y: auto;
}


.MenusContentParentDiv1 {
    width: 75%;
    height: 100%;
    overflow-y: auto !important;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.MenusContentParentDiv1::-webkit-scrollbar {
    display: none;
}

.MenuListSubDiv1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.RightArrowColor1 {
    color: #3973BC;
}

.MenuListHeadText1 .arrow {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: right 0.5s ease, opacity 0.5s ease;
}


.MenuListContentParentDiv1 {
    width: 100%;
    padding: 6px;
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.MenuListContentParentDiv1.active1 {
    background-color: #edf4ff;
}

.MenuListContentParentDiv1:hover {
    background-color: #edf4ff;
}

.MenuListContentParentDiv1.active1,
.MenuListContentParentDiv1:hover {
    background-color: #edf4ff;
}

.MenuListContentParentDiv1.active1 .MenuListHeadText1,
.MenuListContentParentDiv1:hover .MenuListHeadText1 {
    color: #3973BC;
}

.MenuListContentParentDiv1.active1 .arrow,
.MenuListContentParentDiv1:hover .arrow {
    right: -8px;
    opacity: 1;
}

.MenusContentsPagesParentDiv1 {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.MenusContentsPagesParentDiv1.active1 {
    display: block;
}

.MenuListHeadText1 {
    width: 90%;
    font-size: 0.95rem;
    color: #2f353e;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    cursor: pointer;
}

.MenusContentsPagesSubDiv1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 20px 40px 20px;
    gap: 20px;
}

.MenuContentMainHeading1 {
    width: 100%;
    font-size: 1.4rem;
    color: #010101;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.MenuContentHeadingConText1 {
    width: 100%;
    font-size: 1.1rem;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 3px;
}

.FacilityCardMainDiv1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.FacilityCardDiv1 {
    width: 33%;
    cursor: pointer;
    padding: 15px 15px 15px 20px;
    border: 1px solid #e7ebf0;
    background-color: #fff;
    min-height: 220px;
    transition: transform 0.3s ease;
}

.FacilityCardDiv1:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.FacilityCardSubDiv1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.FacilityCardsLogoDiv1 {
    display: flex;
    justify-content: flex-start;
}

.FacCardConHeadText1 {
    font-size: 1.1rem;
    color: #010101;
}

.FacCardConHeadCon1 {
    font-size: 0.95rem;
}

.ECommerceCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.ECommerceCardsSubDiv {
    width: 25%;
    cursor: pointer;
    padding: 15px 15px 15px 20px;
    border: 1px solid #e7ebf0;
    background-color: #fff;
    min-height: 150px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.ECommerceCardsSubDiv:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ECommerceContentText {
    font-size: 1rem;
    color: #010101;
    text-align: center;
}

.FAabstractMenuCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.FAabstractMenuCardsSubDiv {
    width: 33%;
    cursor: pointer;
    padding: 15px 70px 15px 70px;
    border: 1px solid #e7ebf0;
    background-color: #fff;
    min-height: 170px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.FAabstractMenuCardsSubDiv:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.FAabstractMenuContentText {
    font-size: 1rem;
    color: #010101;
    text-align: center;
}

.HouseKeepingCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.HouseKeepingCardsSubDiv {
    width: 33%;
    cursor: pointer;
    padding: 15px 50px 15px 50px;
    border: 1px solid #e7ebf0;
    background-color: #fff;
    min-height: 170px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.HouseKeepingCardsSubDiv:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.HouseKeepingContentText {
    font-size: 1rem;
    color: #010101;
    text-align: center;
}



.VMSCardsParentDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.VMSCardsSubDiv {
    width: 33%;
    cursor: pointer;
    padding: 25px;
    border: 1px solid #e7ebf0;
    background-color: #fff;
    min-height: 160px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.VMSCardsSubDiv:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.VMSContentText {
    font-size: 1rem;
    color: #010101;
    text-align: center;
}


/* Mobile view */

.SolutionAbstractParentDivMob {
    width: 100%;
    display: none;
}

.SolutionAbstractSubDivMob {
    width: 100%;
    margin-top: 70px;
    height: calc(100vh - 0px);
    display: flex;
    flex-direction: column;
}

.MenuListParentDiv1Mob {
    width: 100%;
}

.arrow {
    margin-left: 10px;
    color: #3973BC;
}

.dropbtnForSolution {
    background-color: #f0f0f0;
    color: #3973BC;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    outline: none;
}

.dropbtnForSolution:focus {
    background-color: #f0f0f0;
    box-shadow: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
}

.dropdown-content .MenuListContentParentDiv1Mob {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content .MenuListContentParentDiv1Mob:hover {
    background-color: #f1f1f1;
}

.MenuListContentParentDiv1Mob.active1Mob .MenuListHeadText1Mob {
    color: #3973BC;
}

.MenuListContentParentDiv1Mob .MenuListHeadText1Mob {
    color: #2f353e;
}

.MenuListHeadText1Mob {
    width: 100%;
    font-size: 0.95rem;
    color: #2f353e;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.MenusContentParentDiv1Mob {
    width: 100%;
    height: 100%;
    overflow-y: auto !important;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.MenusContentParentDiv1Mob::-webkit-scrollbar {
    display: none;
}

.MenusContentsPagesParentDiv1Mob {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.MenusContentsPagesParentDiv1Mob.active1 {
    display: block;
}

.MenusContentsPagesSubDiv1Mob {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
    gap: 20px;
}

.MenuContentsMainDiv1Mob {
    width: 100%;
}

.MenuContentMainHeading1Mob {
    width: 100%;
    font-size: 1.2rem;
    color: #010101;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.MenuContentHeadingConText1Mob {
    width: 100%;
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 3px;
}

.IntegratedParentDiv {
    width: 100%;
    border-radius: 30px;
    margin-top: 80px;
    padding-bottom: 50px;
}

.IntegratedHeadingDiv {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.SectionHeadingText {
    text-align: center;
    font-size: 1.5rem;
    color: #595959;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.HeadingSubContentCenter {
    display: flex;
    justify-content: center;
}

.SectionHeadingContentText75 {
    width: 75%;
    text-align: center;
    font-size: 1.1rem;
    color: #595959;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-top: 15px;
}

.CenterImgMainDiv {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.CenterImgSubDiv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
}

.IntegratedImage {
    width: 900px;
}


/* ************************* Media Query Section *************************** */

/* For screens smaller than 768px (phones) */
@media only screen and (max-width: 767px) {

    #ui-to-top {
        display: none !important;
    }

    .SolutionAbstractParentDivMob {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .SolutionAbstractParentDiv {
        display: none;
    }

    .FacilityCardMainDiv1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .FacilityCardDiv1 {
        width: 100%;
        padding: 15px;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .FAabstractMenuCardsParentDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .FAabstractMenuCardsSubDiv {
        width: 100%;
        justify-content: center;
    }

    .FieldCardMainDiv {
        display: flex;
        flex-direction: column;
    }

    .FieldCardsDiv {
        width: 100%;
        padding: 20px;
        min-height: 0px;
    }

    .FieldCardsDiv1AddDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .FieldCardsDiv2 {
        width: 100%;
        padding: 20px;
        min-height: 0px;
    }

    .ECommerceCardsParentDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .ECommerceCardsSubDiv {
        width: 100%;
        justify-content: center;
    }

    .HouseKeepingCardsParentDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .HouseKeepingCardsSubDiv {
        width: 100%;
        justify-content: center;
    }

    .VMSCardsParentDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .VMSCardsSubDiv {
        width: 100%;
        justify-content: center;
    }

    .FacCardConHeadText1 {
        font-size: 1rem;
        text-align: center;
    }

    .FacCardConHeadCon1 {
        font-size: 0.9rem;
        text-align: center;
    }

    .ForTechHeadText {
        font-size: 1rem;
        text-align: center;
    }


    .TechniciansListText {
        font-size: 0.9rem;
    }

    .FAabstractMenuContentText {
        font-size: 0.9rem;
    }

    .ECommerceContentText {
        font-size: 0.9rem;
    }

    .HouseKeepingContentText {
        font-size: 0.9rem;
    }

    .VMSContentText {
        font-size: 0.9rem;
    }

    .FacilityCardsLogoDiv1 {
        display: flex;
        justify-content: center;
    }

    .FacilityCardsContent {
        width: 100%;
    }

    .FieldCardHeadingDiv {
        align-items: center;
    }

    .TechniciansListText1 {
        text-align: center;
    }

    .FieldCardHeadingConDiv {
        flex-direction: column;
    }

    .FieldCardHeadingConDiv2 {
        flex-direction: column;
        text-align: center;
    }

    .ScannerSubDiv {
        justify-content: center;
    }

    .ScannerSubDiv1 {
        justify-content: center;
    }

    .MenuContentMainHeading1Mob {
        text-align: center;
    }

    .MenuContentHeadingConText1Mob {
        text-align: center;
    }

    .MenusContentsPagesParentDiv1Mob {
        min-height: 10%;
    }

    .IntegratedParentDiv {
        margin-top: 56px;
    }
    
    .SectionHeadingText {
        font-size: 1.2rem;
    }
    
    .SectionHeadingContentText75 {
        width: 100%;
        font-size: 0.95rem;
        margin-top: 8px;
    }
    
    .CenterImgMainDiv {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .CenterImgSubDiv {
        margin: 4px 0px;
    }
    
    .IntegratedImage {
        max-width: 320px;
        width: 100%;
    }
}

