/*Home Page Banner*/
/*.home-banner-image-container {*/
/*    position: relative;*/
/*    width: 90%;*/
/*    height: auto;*/
/*    margin-top: -64%;*/
/*    margin-left: 5%;*/
/*}*/

/*.home-banner-image-container img {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: auto;*/
/*  left: 0;*/
/*  top: 0;*/
/*  opacity: 0;*/
/*  transition: opacity 1s ease-in-out;*/
/*}*/

/* Fade animation */
/*.home-banner-image-container img:nth-child(1) {*/
/*  animation: fadeInOut 8s infinite;*/
/*}*/

/*.home-banner-image-container img:nth-child(2) {*/
/*  animation: fadeInOutReverse 8s infinite;*/
/*}*/

/*@keyframes fadeInOut {*/
/*  0%, 50% { opacity: 1; }*/
/*  55%, 100% { opacity: 0; }*/
/*}*/

/*@keyframes fadeInOutReverse {*/
/*  0%, 50% { opacity: 0; }*/
/*  55%, 100% { opacity: 1; }*/
/*}*/

.feature-highlight-active{
    box-sizing: border-box;
    background: #FFFFFF;
    border-left: 6px solid #95CFC3;
    box-shadow: 0px 14px 16px -10px rgba(0, 0, 0, 0.25), inset 4px 4px 17px #FFEDFD;
    border-radius: 22px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    color: #404040 !important;
    
}
