.borders{
    border:1px solid #ccc;
    padding:20px;
    border-radius:10px;
}
h4.zpheading {
    line-height: 38px;
}
.phylaspy .zptext {
     right: 16px;
    position: absolute;
    bottom: 16px;
    max-width: 384px;
    background: #fff;
    padding: 24px;
    border-radius: 15px;
}
.zpelement.zpaccordion.tabs-color {
    background: #963939;
    color: #fff;
}
.zpaccordion-container.zpaccordion-style-02 .zpaccordion-content {
    border-color: transparent;
    background: #fff;
}
.boxes-colors{
    height: 290px;
    width: 290px;
    border-radius: 100% !important;
    line-height: 25px !important;
    border: none !important;
    box-shadow: 0 0 10px 0 #ccc;
}
.boxes-colors h2 {
    line-height: 20px !important;
    font-size: 35px !important;
    line-height: 50px !important;
}
.boxes-colors {
    display: flex;
    justify-content: center;
    align-items: center;
}
.zpelement.zpaccordion.tabs-color.zpaccordion-active {
    background: #ef4b37;
    color: #fff;
}
.icons-box .zpimage-data-ref{
    width: 140px;
    height: 140px;
    margin: auto;
    background: #fce2e2;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.tabs-color{
    background:#ccc;
}
@media (min-width: 992px) {
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
        text-transform: uppercase;
        font-size: 15px;
    }
}