
.list-about li::before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 1rem;
    border-radius: 50%;
    background-color: #7DC400;
  }

.team-member:hover{
    background-color: #7DC400;
    color: white;
}
.team-member:hover *{
    color: white;
}
.team-member:hover .justify-around img{
    filter: grayscale(100%) brightness(500%);

}
.successAlert{
    background-color: #7DC400;
    color: white;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
.dropDown{
    box-shadow: 0px 6px 42px 0px rgba(197, 209, 228, 0.45);
}
.dropDown::before{
    content: '';
    position: absolute;
    top: -0.5rem;
    left: calc(50% - 0.5rem);
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #ffffff;

}


.box-shadow-pricing{
    box-shadow: 0px 0px 38.61139678955078px 0px rgba(57, 73, 74, 0.2);
}

#code{
    min-height: 100%;
}
.carousel__viewport {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: clip    !important;

}
strong{
    font-weight: 700;
}
@media (max-width: 767px) {
    .max-section{
        min-height: max-content !important;
    }
    .blogItems > div{
        grid-column: span 2 / span 2;
        }
        .dropDownRes{
            position: relative !important;
            transform: none !important;
        }
        .navbar-sticky{
            max-height: 80vh;
            overflow-y: scroll;
            background-color: #ffffff;
        }
    .home-partners .partners{
        flex-wrap: wrap;
        width: 100% !important;
        padding-left: 2.5rem;
        padding-right: 2.5rem;

    }
    .home-partners .partners-divider{
        padding: 10px !important;
    }
    
}


@media (min-width: 1024px) {
    .bg-about li a, .bg-about li button{
        color: white;
    }
    .bg-about #dropdownLang a{
        color: black;
    }
    .bg-about li path{
        stroke: white;
    }
    .bg-about{
        border-bottom:  none !important;
    }
}
    
