/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.7441em;
    }

    .mt--120 {
        margin-top: -50px;
    }

    /*navbar*/
    .navbar-brand {
        display: flex;
        align-items: center;
        width: 80%;
    }

    .imageChange {
        width: 8%;
    }

    .nav-h4 {
        font-size: 16px;
        margin-top: 15px;
        line-height: 20px;
    }

    .main-menu ul li {
        padding: 15px 0 0;
    }

    /* interactive-banner-4 */

    /*promo*/
    div[class*='col-']:not(:last-of-type) {
        margin-bottom: 20px !important;
    }

    .row>div[class*='col-']:last-of-type {
        margin-bottom: 0;
    }

    .about-content-right {
        margin-top: 20px;
    }

    /*counter*/
    .counter {
        margin-top: 25px;
    }

    .single-card {
        padding: 10px 15px;
        margin-bottom: 25px;
        margin-left: 16px;
    }

    .single-card:nth-child(2n) {
        top: 0;
    }

    /*client*/
    .client-section-wrap.d-flex {
        display: inherit !important;
    }
    .interactive-banner-4{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 87%;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    .mt--120 {
        margin-top: -50px;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type) {
        margin-bottom: 20px !important;
    }

    .row>div[class*='col-']:last-of-type {
        margin-bottom: 0;
    }

    .about-content-right {
        margin-top: 20px;
    }

    /*navbar*/
    .navbar-brand {
        display: flex;
        align-items: center;
        width: 88%;
    }

    .imageChange {
        width: 12%;
    }

    .nav-h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .main-menu ul li {
        padding: 15px 0 0;
    }
    .navbar>.container{
        width: 100%;
    }
    .main-menu{
        width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .interactive-banner-4{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120 {
        margin-top: -50px;
    }

    /*navbar*/
    .navbar-brand {
        display: flex;
        align-items: center;
        width: 80%;
    }

    .imageChange {
        width: 10%;
    }

    .nav-h4 {
        font-size: 20px;
        margin-top: 15px;
        line-height: 20px;
    }

    .main-menu ul li {
        padding: 15px 0 0;
    }

    /* sidebar */
    .blog-right-side-bar {
        float: right;
    }

    .blog-left-side-bar {
        float: left;
        width: 30%;
    }

    .blog-left-side-bar {
        position: -webkit-sticky;
        position: sticky;
        top: calc(90px);
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .interactive-banner-4{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

    /*navbar*/
    .navbar-brand {
        display: flex;
        align-items: center;
        width: 45%;
    }

    .imageChange {
        width: 16%;
        margin: 0 3px 10px 0;
    }

    .nav-h4 {
        font-size: 20px;
        margin-top: 15px;
        line-height: 20px;
    }

    .main-menu ul li {
        padding: 15px 0 0;
    }

    /* sidebar */
    .blog-right-side-bar {
        float: right;
    }

    .blog-left-side-bar {
        float: left;
    }

    .blog-left-side-bar {
        position: -webkit-sticky;
        position: sticky;
        top: calc(90px);
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .interactive-banner-4{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .navbar-brand {
        display: flex;
        align-items: center;
        width: 45%;
    }

    .imageChange {
        width: 16%;
        margin: 0 3px 10px 0;
    }

    .nav-h4 {
        font-size: 22px;
        margin-top: 15px;
        line-height: 70px;
    }

    .main-menu ul li a {
        font-size: 16px;
    }

    /* sidebar */
    .blog-right-side-bar {
        float: right;
    }

    .blog-left-side-bar {
        float: left;
    }

    .blog-left-side-bar {
        position: -webkit-sticky;
        position: sticky;
        top: calc(90px);
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .interactive-banner-4{
        display: flex;
        justify-content: space-between;
    }
}