@media screen and (max-width: 375px) {
    /* Small Screen */
}

@media screen and (min-width: 376px) and (max-width: 425px) {
    /* Small Screen */
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    /* Small Screen */
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* Medium Screen */
}

@media screen and (max-width: 997px) {
    .top-header {
        padding: 5px 0;
    }

    .footer-widget ul.social_icon-footer li{
        margin: 0 5px !important;
    }

    #augment-footer .row .col-md-4:first-child .footer-widget {
        text-align: center;
    }

    .address-info,
    .social-media-icons {
        text-align: center;
    }

    .social-media-icons li,
    .address-info li {
        margin: 0 5px;
    }

    .address-info li:after {
        display: none;
    }

    .navbar-toggler {
        background: var(--site-secondary-color);
        border-radius: 3px;
        border: none;
        padding: 8px 12px;
        line-height: 1;
        height: auto;
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler i {
        color: #fff;
        line-height: 1;
        font-size: 30px;
    }

    .navbar-brand {
        width: 150px;
    }

    #augment-banner {
        padding-top: 220px;
    }

    #augment-banner img {
        width: 100%;
        object-fit: cover;
        height: 400px;
        object-position: 75% center;
    }

    .play_vid span {
        text-shadow: 0px 2px 4px #222222a3, 0px 2px 4px #222222a3, 0px 2px 4px #222222a3;
    }

    .augment-banner-taglines h1 {
        font-size: 20px;
        letter-spacing: normal;
        text-shadow: 0px 2px 4px #222222a3, 0px 2px 4px #222222a3, 0px 2px 4px #222222a3;
    }

    .augment-banner-taglines h5 {
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5;
        text-shadow: 0px 2px 4px #222222a3, 0px 2px 4px #222222a3, 0px 2px 4px #222222a3;
    }

    .who_we_img {
        height: auto;
    }

    .sec-space {
        padding: 50px 0;
    }

    .who_we-content {
        margin-top: 30px;
    }

    .head h1 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 1.5;
    }

    .w-50 {
        width: 100% !important;
    }

    .our_mission-content .para {
        width: 100%;
    }

    .mission_shapes {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .accordion {
        margin-top: 50px;
    }

    .accordion .accordion-item button {
        font-size: 15px;
    }

    .accordion .accordion-item {
        padding: 20px;
        margin-bottom: 20px;
    }

    .toggle,
    .toggle::after {
        width: 10px;
        height: 2px;
    }

    span.icon {
        right: 0;
        width: 22px;
        height: 22px;
    }

    .accordion .accordion-item p {
        font-size: 13px;
    }

    .footer-widget {
        margin-bottom: 50px;
    }

    .footer-widget.ms-5 {
        margin-left: 0 !important;
    }

    .our_strength-content ul li {
        padding-left: 30px;
        font-size: 15px;
    }

    .our_strength-content ul li:before {
        width: 20px;
        height: 10px;
    }

    .our_strength-content {
        margin-bottom: 50px;
    }

    .footer_copyrights {
        margin-top: 0;
    }

    .footer_copyrights p {
        font-size: 14px;
    }

    .mission_shapes .mission-shape_image {
        height: 200px;
    }

    .form_header {
        padding: 20px 15px;
    }

    .appointment-form{
        width: 100%;
    }

    .appointment-form form {
        height: calc(100vh - 30vh);
        overflow-y: auto;
    }

    .appointment-form h5 {
        font-size: 20px;
        text-align: center;
    }

    .appointment-form form .row .col-md-6, .appointment-form form .row .col-md-12 {
        margin-bottom: 15px;
    }

    .appointment-form form .row {
        margin-bottom: 0;
    }

    .appointment-form button{
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    /* Large Screen */
}