@media only screen and (min-width:480px) and (max-width:767px) {
    .center {
        left: 0;
        transform: translateX(0);
    }
    .ms-top-header {
        height: auto;
        padding: 4px 0px;
    }
    .ms-qc-type,
    .ms-social-type {
        justify-content: center;
    }
    .ms-qc-type li a {
        font-size: var(--font-size12);
    }
    .navbar-brand {
        padding-bottom: 6px;
    }
    .navbar-brand figure {
        width: 80px;
        height: auto;
    }
    .navbar-light .navbar-toggler,
    .navbar-light .navbar-toggler:focus {
        margin-bottom: 0px;
        border-color: #8e8e8e;
        outline: none;
        box-shadow: none;
        width: 40px;
        min-width: 40px;
        padding: 0px;
        min-height: 34px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggler span {
        color: #000000;
        font-size: 28px;
    }
    .cic-text h1 {
        font-size: var(--font-size30);
    }
    .calltoactionimg {
        display: none;
    }
    .calltoaction-content {
        margin-left: 0px;
    }
    .calltoaction-content h2 {
        white-space: inherit;
        text-align: center;
    }
    .consultation-content {
        justify-content: center;
        margin-top: 20px;
    }
    .social {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    .center {
        left: 0;
        transform: translateX(0);
    }
    .navbar-brand {
        padding-bottom: 6px;
    }
    .ms-top-header {
        height: auto;
        padding: 4px 0px;
    }
    .ms-qc-type,
    .ms-social-type {
        justify-content: center;
    }
    .ms-qc-type li a {
        font-size: var(--font-size12);
    }
    .navbar-brand figure {
        width: 80px;
        height: auto;
    }
    .navbar-light .navbar-toggler,
    .navbar-light .navbar-toggler:focus {
        margin-bottom: 0px;
        border-color: #8e8e8e;
        outline: none;
        box-shadow: none;
        width: 40px;
        min-width: 40px;
        padding: 0px;
        min-height: 34px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggler span {
        color: #000000;
        font-size: 28px;
    }
    .cic-text h1 {
        font-size: var(--font-size30);
    }
    .calltoactionimg {
        display: none;
    }
    .calltoaction-content {
        margin-left: 0px;
    }
    .calltoaction-content h2 {
        white-space: inherit;
        text-align: center;
    }
    .consultation-content {
        justify-content: center;
        margin-top: 20px;
    }
    .daytime {
        justify-content: center;
    }
    .social {
        display: none;
    }
}