﻿.colio-cont-head h2 {
    font-size: 24px;
    color: #ec823b;
}

.colio-item h5 {
    color: #fff;
    font-size: 18px;
}

.colio-cont-head {
    margin: 40px 20px;
}

.colio-cont {
    overflow: hidden;
    position: relative;
}

    .colio-cont::before {
        content: " ";
        position: absolute;
        left: 50%;
        top: -15px;
        height: 30px;
        width: 30px;
        transform: translateX(-50%) rotate(45deg);
        background-color: #ec823b;
        background: linear-gradient(315deg, #ec823b 0%, #ec823b 50%, transparent 50%, transparent 100%);
    }

.colio-cont-details ul {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: revert;
}

.colio-cont-details li {
    list-style-type: none;
    list-style-image: url(https://www.kwalitypharma.com/images/pdf.png);
    display: list-item;
}

.colio-cont-details a {
    color: #cc7032;
    text-decoration: none;
}


.colio-cont-details-video ul {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: revert; 
}

.colio-cont-details-video li {
    display: flex;
    align-items: center;
    margin-bottom: 10px; 
}


.list-icon {
    width: 30px;
    height: auto;
    margin-right: 10px; 
}





.best-services {
    padding: 20px 0;
}

.colio-cont.hidden {
    height: 0;
}

.container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.colio-li {
    flex: 30%;
    list-style-type: none;
    margin: 10px;
}



.colio-item {
    text-align: center;
    height: 200px;
    background-color: #d5d5d5;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

    .colio-item:hover {
        background-color: #ec823b66;
        color: #fff;
    }

    .colio-item a {
        height: 220px;
        text-decoration: none;
        color: #fff;
    }

    .colio-item div img {
        margin-top: 40px;
    }

.more {
    margin-left: 40px;
}

@media screen and (max-width: 768px) {
    .row-list {
        flex-direction: column;
    }

    .container {
        width: unset;
    }
}
