.bg-grey{
    background-color: #f8f3f3;
}

.bg-darkgrey{
    background-color: #D3D3D3;
}

.card-body p span{
    font-size: 14px;
}

.review{
    font-size: 14px;
}

.g-stars{
    font-size: 14px;
}

.website{
    font-size: 14px;
}

.direction{
    font-size: 14px;
}

.open-btn{
    font-size: 12px;
}

.bg-grey h5 {
    font-size: 14px;
}

.bg-grey p{
    font-size: 12px;
    line-height: 22px;
}

.text-center h6{
    font-size: 14px;
}

.text-center p{
    font-size: 12px;
}

.footer-text{
    font-size: 12px;
}

/* .footer-text span{
    color: #3498DB ;
} */


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.navbar .nav-item .nav-link {
    color: #000;
    font-weight: 600;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;

}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    color: #ff0000;
}
/* =========================================================== */

/* content tag section  */
.content-tags{
    background-color: #f1f1f1;
}
.content-tags ul{
    padding-left: 0;
}
.content-tags ul h5{
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.content-tags ul li{
    text-transform: capitalize;
    list-style: none;
    display: inline-flex;
    margin-bottom: 10px;
}
.content-tags ul li a{
    text-decoration: none;
    color: #000;
}
.content-tags ul li span{
    padding: 0 10px;
}

/* footer  */
.footer .footer-logo img{
    width: 150px;
}
.footer h5{
    font-weight: 600;
    text-align: center;
}
.footer ul{
    text-align: center;
    padding-left: 0;
}
.footer ul li{
    list-style: none;
    display: inline-flex;
}
.footer ul li span{
    padding: 0 10px;
}
.footer .f-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
@media (max-width: 767px) {
    .f-bottom {
        flex-direction: column;
        height: 150px;
    }
}
.footer .f-bottom .powered-info{
    font-size: 1rem;
    /* font-weight: 600; */
}
.footer .f-bottom .social-links li {
    margin: 0 5px 0 0;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.footer .f-bottom .social-links li a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    width: 30px;
    background-color: #ed1d24;
    border-radius: 4px;
    height: 30px;
}
.footer .f-bottom .social-links li a:hover{
    background-color: #000;
}

.footer .f-bottom .social-links li i {
    font-size: 14px;
    line-height: 1;
}

.footer .f-bottom .powered-by a{
    color: #0b68a0 !important;
}
.footer .f-bottom .powered-by a:hover{
    color: #ff0000;
}