@media(min-width:1200px){
    .container {
        max-width: 1200px;
    }
}
@media(max-width:1199px){}
@media(max-width:991px){
    /* Menu Bar */
    .mv-navigation {
        left: 0;
        top: 100%;
        background:var(--primary-color);
        position: absolute;
        width: 100%;
    }
    .navbar-toggler {
        color: #fff;
        padding: 7px 15px;
        background: #682861;
    }
    .mv-navigation > ul{
        text-align: left;
    }
    .mv-navigation ul li {
        width: 100%;
        float: left;
    }
    .mv-navigation > ul > li > a{
        display: block;
        padding: 10px 15px;
    }
    .mv-navigation > ul > li.menu-item-has-children:before, .mv-navigation > ul > li.page_item_has_children:before{
        display: none;
    }
    .mv-navigation ul li + li {
        border-top: 1px solid #ddd;
    }
    .mv-dropdowarrow {
        display: block;
        background: #682861;
    }
    .mv-navigation > ul > li:hover > a, .mv-navigation > ul > li.current-menu-item > a {
        border: 0;
    }
    .sub-menu{
        opacity: 1;
        display: none;
        box-shadow: none;
        visibility: visible;
        position: static;
        width: 100% !important;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .mv-navigation .sub-menu li a {
        padding: 10px 30px;
    }
    .mv-open .mv-dropdowarrow i:before {
        content: '\f106';
    }
    .mv-navigation > ul > li.menu-item-has-children > a:before, .mv-navigation > ul > li.page_item_has_children > a:before{
        display: none;
    }
    .mv-journal .mv-journalimg{
        float: unset;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .mv-journal .mv-journalcontent{
        display: block;
        width: 100%;
    }
}
@media(min-width:481px) and (max-width:768px){
    .mv-footercolumns .mv-widgetcontactus{
        margin-top: 20px;
    }
    .mv-footercolumns .mv-widgetcontent ul li a{
        line-height: 20px;
    }
    .mv-header-middle .mv-logo, .mv-header-middle .mv-right{
        width: 100%;
    }
    .mv-header-middle .mv-logo img{
        display: block;
        margin: 0 auto;
    }
    .mv-header-middle .container-fluid.d-flex{
        display: block !important;
    }
    .mv-header-middle .searchbox{
        margin: 10px auto;
        max-width: 400px;
        padding: 0;
        height: 40px;
    }
    .mv-formarticle .form-group .field-label{
        text-align: left;
    }
    .mv-content{
        margin-bottom: 20px;
    }
    .mv-sidebar{
        margin-bottom: 20px;
    }
}
@media(max-width:700px){
    .mv-articleimg, .mv-articlecontent{
        width: 100%;
        float: left;
    }
}
@media(max-width:480px){
    .mv-header-middle .mv-logo, .mv-header-middle .mv-right{
        width: 100%;
    }
    .mv-header-middle .mv-logo img{
        display: block;
        margin: 0 auto;
        margin-left:-70px;
        margin-bottom:15px;
    }
    .mv-header-middle .container-fluid.d-flex{
        display: block !important;
    }
    .mv-header-middle .searchbox{
        margin: 10px auto;
        max-width: 300px;
        padding: 0;
        height: 40px;
    }
    .mv-borderheading h3{
        font-size: 20px;
        line-height: 20px;
    }
    .mv-journal .mv-journalimg{
        width: 100%;
        float: unset;
    }
    .mv-journal .mv-journalcontent{
        width: 100%;
    }
    .mv-testimonial .name{
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 1px;
    }
    .mv-formarticle .form-group .field-label{
        text-align: left;
    }
    .mv-indexingonsites div[class^="col"]{
        width: 50%;
    }
    .mv-journal-sidebar{
        margin-bottom: 20px;
    }
    .mv-team .mv-team-info h3{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 3px;
    }
    .mv-team .mv-team-info p{
        font-size: 15px;
        margin-bottom: 3px;
    }
    .mv-content{
        margin-bottom: 20px;
    }
    .mv-article-card .mv-articlename{
        font-size: 18px;
        line-height: 28px;
    }
    .mv-footercolumns{
        padding: 30px 0;
    }
    .mv-footercolumns .mv-fcol{
        margin-bottom: 20px;
    }
    .mv-footercolumns .mv-fcol.mv-widgetusefullinks{
        padding:0;
    }
    .mv-fcol .mv-widgetheading{
        padding: 0 0 10px;
    }
}