.slick-slide .sponsor-img img {

    display: block;

    height: 75px;

    width: auto;

}



.single-brand {

    padding: 0 10px;

}



.single-brand small {

    /* font-size: 12px; */

    line-height: normal;

    font-weight: 600;

    display: block;

    margin-top: 20px;

}



.member-details * {

    color: #32404D;

}



.member-details a:hover {

    color: #846127;

}





 

.section.blue-bg p {

    color: #fff;

}



ul.chamber-tiles-list li .chamber-tiles-content {

    padding: 35px 10px;
    z-index: 1;

}



.section-join .thumb-content-box .thumb-content > a {

    font-size: 60px;

    line-height: 30px;

    margin-right: 20px;

    color: #5dadc8;

}



.section-join .home-join-img {

    height: 600px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



ul.home-testimonials {

    columns: 2;

    -webkit-columns: 2;

    -moz-columns: 2;

    max-width: 80%;

    margin: auto;

}



ul.home-testimonials li {

    break-inside: avoid;

}



ul.home-testimonials li .client-img {

    text-align: center;

}



ul.home-testimonials li .client-img img {

    max-height: 350px;

    width: auto;

    border-radius: 30px;

}



.single-brand .sponsor-title {

    background-color: #0e6f85;

    color: #fff;

}



.single-brand .sponsor-title p {

    color: #fff;

}



b, sup, sub, u, del {

    color: unset;

}



.section_develop h3 {

    color: #0492B5;

}



.section_develop h2 {

    color: #0e6f85;

}



section.class-offer-area h3 {

    color: #0e6f85;

}
ul.chamber-tiles-list li h3 {
    color: #7ac3c7;
    max-width: 285px;
    transition: color .2s ease-in .2s;
}
ul.chamber-tiles-list li {
    min-height: 320px;
    background-position: center;
    position: relative;
}

ul.chamber-tiles-list li a.overlay-link,
ul.chamber-tiles-list li .overlay-div {
    position: absolute;
    height: 100%;
    width: 100%;
}


ul.chamber-tiles-list li .overlay-div {
    background: rgb(14 111 133 / 15%);
    transition: background-color .2s ease-in .2s;
}

ul.chamber-tiles-list li:hover .overlay-div {
    background-color: rgb(14 111 133 / 35%);
}

ul.chamber-tiles-list li:hover h3 {
    color: #fff;
}

section.section_separator {
    box-shadow: 0 4px 9px -2px rgb(0 0 0 / 25%);
}

.footer-wrapper .footer-area p {
    color: #fff;
}

@media(max-width:1200.5px) {
    ul.chamber-tiles-list li {
        min-height: 280px;
    }
    ul.chamber-tiles-list li h3 {
        font-size: 28px;
    }
}
@media(max-width:991.5px) {
    .chamber-tiles-list {
        grid-template-columns: repeat(3, 1fr);
    }
    ul.chamber-tiles-list li {
        min-height: 250px;
    }    
}
@media(max-width:767.5px) {
    .chamber-tiles-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:576.5px) {
    .chamber-tiles-list {
        grid-template-columns: repeat(1, 1fr);
    }
}