@media (max-width:991px){
    .mara-topnav .container {
        max-width: 100%;
    }
    .mara-slidebenner {
        background-position: 80% 50%;
        height: 300px;
    }
    .navbar-quote h5 {
        font-size: 18px;;
    }
    .navbar-callinfo h5 {
        font-size: 18px;
    }
    .navbar-callinfo span {
        font-size: 18px;
    }
    .navbar-callinfo span > a.n-call {
        font-size: 22px;
    }
    .btn-quote {
        font-size: 16px;
        line-height: 22px;
        min-width: 177px;
    }
    .mara-nav ul.navbar-nav > li > a {
        padding: 13px 12px !important;
        font-size: 15px;
    }
}
@media (max-width:991px) and (min-width:768px){
	.mara-title {
		padding: 40px 30px;
	}
}
@media (min-width:768px){
    .mara-topnav .nav-addinfo li:not(:last-child)::before {
        position: absolute;
        content: "";
        right: 0;
        top: 14px;
        width: 1.2px;
        height: 15px;
        background-color: #6e6e6e;
        opacity: 0.8;
    }
    .mara-nav .nav-iconsocial {
        display: none;
    }
}
@media (max-width:767px){
    .mara-topnav{
        display: none;
    }
    .mara-bgthumb {
        min-height: 350px;
    }
    .navbar-quote {
        max-width: 100%;
    }
    .sm-none,
    .quote-col,
    .brand-license{
        display: none !important;
    }
    .mara-about-tr .mara-bgthumb {
        min-height: 200px;
    }
    .mara-about-t .mara-bgthumb {
        min-height: 220px;
    }
    .navbar-brand {
        display: block;
        text-align: center;
        padding: 0px 20px;
    }
    .navbar-brand > img {
        max-width: 200px;
    }
    .mob-call {
        position: absolute;
        right: 17px;
        top: 50%;
    }
    .mara-nav {
        position: static;
    }
    .mara-nav .container,
    .navbar-info .container {
        max-width: 100%;
    }
    .mara-nav .navbar-collapse{
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 3;
        -webkit-transform: translate(-100%,0);
        transform: translate(-100%,0);
    }
    .mara-nav .navbar-collapse {
        width: 300px;
        height: 100vh !important;
        overflow-x: hidden;
        background: #2d80ac;
        padding: 120px 20px 20px;
        /* transition: all 0.4s ease-in-out; */
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    }
    .mara-nav .navbar-collapse.show{
        -webkit-transform: translate(0%,0);
        transform: translate(0%,0);
    }
    .navbar-info{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .navbar-toggler {
        z-index: 99999;
        position: fixed;
        top: 65px;
        left: 15px;
    }
    .main-wrapp{
        margin-top: 137.2px;
    }
    .mara-nav ul.nav-iconsocial > li > a.nav-social{
        color: #ffffff;
        display: inline-block;
        width: 30px; height: 30px;
        text-align: center; border-radius: 40px;
        font-size: 16px; line-height: 30px;
        padding: 0px 0px 0px 2px !important;
    }
    .mara-nav ul.nav-iconsocial > li > a.nav-fb{
        background-color: #3a5998;
    }
    .mara-nav ul.nav-iconsocial > li > a.nav-twit{
        background-color: #1da1f2;
    }
    .mara-nav ul.nav-iconsocial > li:not(:last-child){
        margin-right: 10px;
    }
    .mara-nav ul.nav-iconsocial{
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-col.footer-menu {
        display: none;
    }
    .navbar-info {
        box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important;
        -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important;
        -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important;
    }
}
@media (max-width:575px){
    .col-logo {
        text-align: center;
    }
    .navbar-brand {
        margin: 0 auto !important;
    }
    .mara-title{
        padding: 30px 30px;
    }
    .footer-content {
        padding: 20px 0px 20px;
    }
    .navbar-brand > img {
        max-width: 130px;
    }
    .main-wrapp {
        margin-top: 96.5px;
    }
    .navbar-toggler {
        top: 35px;
    }
    .mob-call {
        top: 29px;
    }
    .mara-nav .navbar-collapse {
        padding: 80px 20px 20px;
    }
    .cardlist{
        flex-wrap:wrap;
    }
}
@media (max-width:479px){
    .mara-title {
        padding: 20px 15px;
    }
}