﻿
#menu-v > li:hover > a {
    color: #003e78;
}

#menu-v li ul.sub.two-col-menu {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    background: rgba(230, 230, 230, 0.86);
    width: 482px;
}

    #menu-v li ul.sub.two-col-menu li {
        background: none;
    }

#menu-v li ul.sub li a {
    line-height: 20px;
    padding: 13px 26px 13px 10px;
}

#menu-v li ul.sub > li:hover a {
    color: #003e78;
}

.news-blocks {
    display: flex;
    flex-direction: column;
}

    .news-blocks a {
        margin-bottom: 20px;
    }


.comment-list {
    padding: 0;
    list-style-type: none;
}

.comment-list-col {
    display: flex;
}

    .comment-list-col .comment-thumb {
        flex-shrink: 0;
        width: 60px;
    }

        .comment-list-col .comment-thumb img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }

.comment-box-section {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}

.comment-col {
    width: 100%;
}

.comment-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.comment-col .form-control {
    border: 1px solid #ddd;
    background: #f7f7f7;
    border-radius: 0;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    padding: 0 15px;
}

.comment-col textarea.form-control {
    min-height: 90px;
}

.comment-col button {
    width: 140px;
    display: inline-block;
    margin-left: auto;
    background: #003e78;
    border: 1px solid #003e78;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    height: 40px;
    border-radius: 5px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    #menu-v li ul {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0 !important;
    }

        #menu-v li ul.sub.two-col-menu {
            -moz-column-count: inherit;
            -moz-column-gap: inherit;
            -webkit-column-count: inherit;
            -webkit-column-gap: inherit;
            column-count: inherit;
            column-gap: inherit;
            background: rgba(230, 230, 230, 0.86);
            width: 100%;
        }
}

@media only screen and (max-width: 768px) {
    .vert .simply-scroll-clip {
        width: 676px !important;
    }
}

@media only screen and (max-width: 767px) {
    .fh5co-bg-section.miranda-info-sec [class*="col-"] {
        flex-basis: unset;
    }

    .top-head-btn {
        padding: 3px 10px !important;
    }
}


.focusebox .services ul {
    margin-top: 10px;
    padding-left: 0;
}

.mainFrame {
    overflow: hidden;
    height: 420px;
}

.services {
    min-height: 280px;
}

.announcbox .marquee {
    display: block;
    position: relative;
    /*animation:scroll 400s linear infinite;*/

    padding: 3px;
}

    .announcbox .marquee:hover {
        position: relative;
    }

.vert {
    margin-bottom: 1.5em;
    width: 345px;
}

    .vert .simply-scroll-clip {
        height: 400px;
        width: 345px;
    }

.focusebox .services ul li {
    list-style: outside none none;
    padding: 0;
}

.focusebox .services ul li {
    max-width: 100%;
    /*max-height: 28px;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.cursor_pointer {
    cursor: pointer !important;
}

.view_detail {
    padding: 5px 10px;
    background: rgba(252, 213, 181, 0.5);
    border: 1px solid #003e78;
}

.sitemap-category {
    margin-bottom: 15px;
}

    .sitemap-category ul {
        list-style-type: none;
        padding-left: 5px;
    }

        .sitemap-category ul li {
            display: inline-block;
            width: 32%;
            vertical-align: top;
            padding: 3px 6px;
        }

        .sitemap-category ul a:hover {
            color: #444;
        }

p {
    text-align: justify !important;
}

/*8 Aug 21*/

.contribute-row {
    background: #fff;
    border-top: solid 1px #8a6d3b;
    height: 26px;
}

    .contribute-row marquee a {
        color: #333333;
    }
