@media (min-width: 992px)
{
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}
.navbar-brand{position:absolute; bottom:-2px}
.navbar-brand img{width:140px; height:90px}
.services .media .media-body p{width:150px}
    #map {
        width: 800px;
        height: 375px;
    }
}
@media(max-width:567.9px) {
    .navbar-dark .navbar-nav .nav-link.active {
    background: unset;
}
    .navbar-dark .navbar-nav .nav-link { border-bottom:1px dotted #2f2d2d;
    }
    .dropdown-toggle::after {
        position: absolute;
        top: 20px;
        right: 0;
    }
    .post-thumbnail {
        background-attachment: unset;
        height: 250px
    }
.navbar-dark .navbar-brand img {
    width: 80px;
}

.navbar-toggler{font-size:1rem}
.intro-thumb {
    border: none;
    box-shadow: none;
    padding: 0 50px 80px 0;
}
.intro-thumb .intro-img-1 {
    height: 260px;
    width: 324px;
}
.intro-thumb .intro-img-2 {
    bottom: 0;
    left: 20px;
    position: absolute;
    height: 244px;
    width: 225px;
}
.intro-thumb .intro-img-3 {
    bottom: 30px;
    right: 0px;
    position: absolute;
    height: 230px;
    width: 188px;
}
.c-title h2{font-size:2rem}
.marketing-strategy{padding-top:38px;padding-bottom: 38px;}
.sppb-addon-title{font-size: 55px; line-height: 30px;}
.sppb-addon .sppb-addon-title {margin-top: 0px;margin-bottom: 13px;color: #fff; font-size:30px;line-height: 35px;}
    .services .media-list a .media img {
        width: 130px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-dark .navbar-nav .nav-link.active {
        background: unset;
    }
    .navbar-dark .navbar-nav .nav-link {
        border-bottom: 1px dotted #2f2d2d;
    }
.post-thumbnail{background-attachment:unset; height:250px}
.navbar-dark .navbar-brand img {
    width: 150px;
}
.navbar-toggler{font-size:1rem}
    .dropdown-toggle::after {
        position:absolute;
        top:20px;
        right:0;
    }

    .intro-thumb {
        border: none;
        box-shadow: none;
        padding: 0 50px 80px 0;
    }
.intro-thumb .intro-img-1 {
    height: 260px;
    width: 324px;
}
.intro-thumb .intro-img-2 {
    bottom: 0;
    left: 20px;
    position: absolute;
    height: 244px;
    width: 225px;
}
.intro-thumb .intro-img-3 {
    bottom: 30px;
    right: 0px;
    position: absolute;
    height: 230px;
    width: 188px;
}
.c-title h2{font-size:2rem}
.marketing-strategy{padding-top:38px;padding-bottom: 38px;}
.sppb-addon-title{font-size: 55px; line-height: 30px;}
.sppb-addon .sppb-addon-title {margin-top: 0px;margin-bottom: 13px;color: #fff; font-size:30px;line-height: 35px;}
    .services .media-list a .media img {
        width: 200px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #map {
        width: 650px;
        height: 375px;
    }

}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #map {
        width: 620px;
        height: 400px;
    }
}

@media (min-width: 1200px) {
}