﻿.BtnFamisSearch {
    color: #254A6B !important;
    background-color: #ADC763;
    text-decoration: none !important;
    font: Arial;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
}

.imgDiv {
    text-align: center;
    width: 100%;
    display: block;
}

.col-md-3 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .col-md-3 {
        text-align: center;
    }
}

.collections {
    border-top: 0;
}

.rc-content {
    padding: 10px 5px;
}

.rc-content .title {
    margin-bottom: 0px;
}

.rc-content * + .title {
    margin-top: 25px;
}
    .rc-content * + .titleNew {
        margin-top: 5px;
    }

.bold {
    color: #13578c;
    font-family: Poppins, sans-serif;
}

.center {
    text-align: center;
}

.titleHead {
    font-size: 28px;
    font-weight: bold;
}

.titleHead1 {
    font-size: 18px;
    font-weight: bold;
}

.collections {
    padding: 30px 40px 0px 40px;
}

.lh30 {
    line-height: 30px
}

.bgBlue {
    background-color: rgba(153, 217, 242, 1) !important;
}

.txtLinkBold {
    color: #00a0df !important;
    font-weight: bold;
}

.txtLink {
    color: #00a0df !important;
}

.collection-description p + p, .collection-description ul + p {
    margin-top: 25px;
}

.collection-description a, .rc-content a {
    text-decoration: underline;
    color: #13578c;
}