.infoCard2{text-align:"center";padding:"50px";border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.infoCard{width:50%;height:100%;margin:20px auto 20px 25%}.infoCard,.infoCardPhone{border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.2);text-align:center;padding:20px}.infoCardPhone{margin:20px auto;width:93%}.infoCard:hover{box-shadow:0 16px 32px rgba(0,0,0,.4)}.whiteColor{color:#fff}.infoCard h1,.infoCardPhone h1{font-size:24px;color:#fff}.infoCard h2,.infoCard h4,.infoCardPhone h2,.infoCardPhone h4{color:#fff}.infoCard span,.infoCardPhone span{color:balck}.infoCard p,.infoCardPhone p{font-size:18px;color:#fff}.infoCard a,.infoCardPhone a{font-size:14px;color:#007bff!important;text-decoration:none}.expandable-section{border:1px solid;border-radius:5px;position:relative}.expandable-header{display:flex;align-items:center;cursor:pointer;padding:5px}.expandable-arrow{margin-right:5px;font-size:1rem}.expandable-content{transition:height .3s ease;height:0}.expandable-expanded{height:auto}.expandable-collapsed{height:0;padding:0;overflow:hidden}.spinner-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:center;align-items:center}.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.backGroundLightBlue{background-color:#fff}.bordered{border:1px solid #fff;padding:20px}.middleBottom{position:absolute;bottom:0;width:100%}.image{border-radius:50%;display:block;margin:auto}.hideScroller{overflow-y:hidden;background-color:#fff}