.employeeSection{display:flex;justify-content:center;align-items:center}@media(max-width:900px){.employeeSection{flex-direction:column}}.single .image{width:100%;height:auto;margin-bottom:15px}.single.employee{flex-direction:row;padding:0;overflow:hidden;min-height:250px}.single.employee .empcon .empImg{position:relative;float:left;width:50%;height:100%}.single.employee .empcon .empImg img{width:500px;min-width:225px;min-height:100%;margin:0}.single.employee .empcon .empInfo{float:left;width:50%;height:100%;padding:calc(var(--padding) / 2);display:flex;flex-flow:column;text-align:center;justify-content:center;align-items:center;position:relative}.single.employee .empcon .empInfo:before{display:none}.single.employee .empcon .empInfo .widgetHeader{margin-bottom:25px;position:relative}.single.employee .empcon .empInfo .widgetHeader:after{content:"";height:4px;width:122px;position:absolute;bottom:-6px;left:50%;margin-left:-61px;background:var(--color1)}.single.employee .empcon .empInfo .widgetSubHeader{font-weight:400;color:var(--fontcolor)}.single.employee .empcon .empInfo a{font-weight:100!important;text-decoration:none}.single.employee .empcon .empInfo .phoneNumber{position:relative;width:100%;height:30px;display:flex;align-items:center;justify-content:center}.single.employee .empcon .empInfo .phoneNumber .symbol{margin-right:5px;color:var(--color1)}.single.employee .empcon .empInfo .phoneNumber .text{cursor:pointer;font-weight:100!important;text-decoration:none;color:var(--black)}.single.employee .empcon .empInfo .phoneNumber .number{font-weight:100!important;color:var(--black)}.single.employee .empcon .empInfo .phoneNumber.show .text{display:none}.single.employee .empcon .empInfo .phoneNumber.show .number{display:block}.single.employee .empcon .empInfo .contactIcons{display:flex;flex-flow:row}.single.employee .empcon .empInfo .contactIcons a{text-decoration:none;padding:0 10px}.single.employee .empcon .empInfo .contactIcons a.symbol{font-size:30px}.single.employee .empcon .empInfo .contactIcons .emailSVG{background-image:url(/App_SkinMaster/images/icons/mail.svg);width:50px;height:50px;padding:0 10px;display:block}.single.employee .empcon .empInfo .contactIcons .emailSVG .text{display:none}.single.employee .empcon .empInfo .contactIcons .whatsappLink img{width:50px;display:block}