.bg-gray {
    background-color: #f8f8f8;
}

.bg-gray-light {
    background-color: #f0f0f0;
}

.section-padding {
    padding: 80px 0;
}

.br-pt {
    padding-top: 8rem !important;
    padding-bottom: 3rem!important;
}


li.active {
    color: #4d62ab !important;
    font-weight: bold;
}

.icon-img {
    width: 200px;
    ;
}

.icon-card {
    border: 1px solid #dce0e5 !important;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    margin: 0 auto;
}
.seperator:before {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    position: absolute;
    bottom: -9px;

    left: 0;
    background-color: #4d62ab;
}
.br-pt h1 {
    font-size: 3.5rem;
}

.blog-img{
    height: 300px;
    object-fit: cover;
}
.detail-img{
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.country-tabs a{
    padding: 8px 13px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.country-tabs a.active{
    background-color: #4d62ab;
    color: #fff!important;
}


