﻿@media screen and (min-width: 700px) {
    .mt-logo-sponsor {
        width: 45%;
        float: left;
    }
}

.mt-logo-sponsor {
    text-align: center
}

@media screen and (min-width: 992px) {
    .mt-logo-sponsor {
        width: 50%;
        float: left;
        text-align:center
    }
    .mt-logo-sponsor img{
        width: 50%;
    }
}

.dr-quote {
    background: unset;
    background-color: #23bbc8 !important;
}

.mt-category .post-sec h5 {
    margin-bottom:10px;    
}

.mt-category .post-sec .div-read-more {
    margin-top: 10px;
}

.mt-category .post-sec a.title, .mt-category .post-sec a.read-more {
    color: #00447c;
    font-weight: bold;
}

    .mt-category .post-sec a.title:hover, .mt-category .post-sec a.read-more:hover {
        color: #222;
    }


.mt-category .post-sec a.read-more {
    font-size:14px;
}

.mt-bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}