.show_lg_flx {
    display: flex !important;
}

.show_xs_flx {
    display: none !important;
}

@media(min-width:300px) and (max-width:800px) {
    .show_lg_flx {
        display: none !important;
    }

    .show_xs_flx {
        display: flex !important;
    }

    .footer_nav ul {
        text-align: center;
    }

    .default-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-section {
        background: #ffffff;
        height: 95vh;
        overflow: hidden;
        padding-top: 160px;
        background-size: cover !important;
    }

    .banner-img-container {
        margin-top: 20px;
        padding: 0 10px;
    }

    .banner-image {
        max-width: 100%;
        height: auto;
    }

    .banner-content h2 {
        color: #c81919;
        font-size: 25px;
        margin-bottom: 55px;
        text-align: center;
    }

    .banner-content h2 {
        margin-bottom: 25px;
    }

    .banner-section {
        background: #ffffff;
        height: 87vh;
    }

    .banner_button {
        justify-content: center;
    }

    .header-container {
        margin-bottom: 25px;
    }

    .header-container h2 {
        font-size: 30px;
    }

    .section_service_after::before {
        width: 300px;
        height: 300px;
        content: '';
        /* background: url(../images/bg_gradient4-2.png) no-repeat; */
        background-size: cover !important;
        background-position: center !important;
        position: absolute;
        left: 0;
    }

    .section_blgos_after::after {
        width: 300px;
        height: 300px;
        content: '';
        /* background: url(../images/bg_gradient4-2.png) no-repeat; */
        background-size: cover !important;
        background-position: center !important;
        position: absolute;
        right: 0;
    }

    .border_center_div {
        border: none !important;
    }

    .location_content {
        margin-bottom: 25px;
        padding: 0px;
    }

    .location_icon_div i {
        font-size: 34px;
    }

    .location_icon_details h4 {
        font-size: 18px;
    }

    .border_center_div {
        padding-left: 12px !important;
    }

    .location_icon_details {
        padding-left: 0px;
    }

    .inner-content {
        height: 367px;
    }

    .inner-banner::before {
        height: 367px;
    }

    .inner-banner h2 {
        font-size: 27px;
    }

    .inner-banner .mb-25 {
        margin-bottom: 10px;
    }

    .contact_msg h4 {
        font-size: 28px;
    }

    .contact_msg {
        margin-bottom: 25px;
    }

    .date_container {
        padding: 15px 0px;
    }

    .meeting_img {
        margin-bottom: 25px;
    }

    .schedule_meeting_container h4 {
        text-align: center;
        font-size: 17px;
        line-height: 28px;
    }

    .schedule_meeting_container p {
        text-align: center;
    }

    .copy_right {
        text-align: center;
    }
}

/* added responsive adjustments for buttons and service headings */
@media (max-width: 768px) {
    .btn_container .btn_transparent-act {
        width: 150px;
        height: 36px;
        font-size: 14px;
        border-radius: 18px;
    }

    .btn_transparent-act .round_arrow {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }

    .service_content h4 {
        font-size: 15px;
        line-height: 1.4;
        height: auto;
    }

    /* adjust service box/image */
    .service_bx {
        height: auto;
        padding: 10px;
        margin-bottom: 20px;
    }


}

@media (max-width: 480px) {
    .btn_container .btn_transparent-act {
        width: 155px;
        font-size: 13px;
    }

    .service_content h4 {
        font-size: 14px;
    }

    /* tweak service elements for very small screens */
    .service_bx {
        padding: 8px;
    }

    .service_img {
        margin-bottom: 12px;
    }
}


@media (max-width:992px) {

    .gallery_container .gallery_photo {
        width: 48% !important;
        height: 240px;
    }

}

@media (max-width:768px) {

    .gallery_container {
        flex-direction: column;
    }

    .gallery_container .gallery_photo {
        width: 100% !important;
        height: 220px;
    }

}

@media (max-width:480px) {

    .gallery_container .gallery_photo {
        height: 200px;
        margin: 4px 0;
    }

}




/* Blog section responsive adjustments */
/* ============================= */
/* Tablet (992px and below) */
/* ============================= */
@media (max-width: 992px) {

    .service-block-two .inner-box {
        padding: 30px 25px;
    }

    .service-block-two .icon-box {
        font-size: 45px;
    }

    .service-block-two h5 {
        font-size: 18px;
    }

    .service-block-two .text {
        font-size: 14px;
        text-align: justify;
    }

    .service-block-two .shape-one {
        width: 180px;
        height: 180px;
        top: -100px;
        right: -100px;
    }

    .service-block-two .shape-two {
        width: 250px;
        height: 250px;
        top: -140px;
        right: -140px;
    }
}


/* ============================= */
/* Mobile (768px and below) */
/* ============================= */
@media (max-width: 768px) {

    .service-block-two {
        margin-bottom: 20px;
    }

    .service-block-two .inner-box {
        padding: 25px 20px;
        text-align: center;
    }

    .service-block-two .icon-box {
        font-size: 40px;
    }

    .service-block-two h5 {
        font-size: 17px;
    }

    .service-block-two .text {
        font-size: 13.5px;
        text-align: justify;
    }

    .service-block-two .shape-one {
        width: 150px;
        height: 150px;
        top: -80px;
        right: -80px;
    }

    .service-block-two .shape-two {
        width: 200px;
        height: 200px;
        top: -110px;
        right: -110px;
    }

}


/* ============================= */
/* Small Mobile (480px and below) */
/* ============================= */
@media (max-width: 480px) {

    .service-block-two .inner-box {
        padding: 20px 18px;
    }

    .service-block-two .icon-box {
        font-size: 34px;
    }

    .service-block-two h5 {
        font-size: 16px;
    }

    .service-block-two .text {
        font-size: 13px;
        line-height: 1.6;
        text-align: justify;
    }

    /* Hide big circles on very small screens */
    .service-block-two .shape-one,
    .service-block-two .shape-two {
        display: none;
    }

}

/* ===================== */
/* Tablet (992px and below) */
/* ===================== */
@media (max-width: 992px) {

    .banner-section {
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        text-align: center;
    }

    .banner-content h2 {
        font-size: 36px;
        margin-left: 0;
    }

    .banner-content p {
        font-size: 16px;
        margin-left: 0;
        text-align: justify;
    }

    .banner_button {
        justify-content: center;
    }

    .banner-image {
        max-width: 420px;
        margin-top: 30px;
    }
}


/* ===================== */
/* Mobile (768px and below) */
/* ===================== */
@media (max-width: 768px) {

    .banner-section {
        padding-top: 125px;
        padding-bottom: 60px;
    }

    .banner-content h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .banner-content p {
        font-size: 15px;
        margin-bottom: 25px;
        text-align: justify;
    }

    .btn_nav_link {
        width: 180px;
        height: 38px;
        font-size: 14px;
    }

    .banner-image {
        max-width: 350px;
        margin-top: 25px;
    }

}


/* ===================== */
/* Small Mobile (480px and below) */
/* ===================== */
@media (max-width: 480px) {

    .banner-content h2 {
        font-size: 24px;
    }

    .banner-content p {
        font-size: 14px;
        text-align: justify;
    }

    .banner-image {
        max-width: 280px;
    }

    .btn_nav_link {
        width: 160px;
        height: 36px;
        font-size: 13px;
    }

}


/* footer responsive adjustments */

/* ======================= */
/* Tablet (992px and below) */
/* ======================= */
@media (max-width: 992px) {

    .footer {
        padding: 50px 0 20px;
    }

    .footer h4 {
        font-size: 18px;
    }

    .footer h5 {
        font-size: 15px;
    }

    .footer_about p {
        font-size: 13.5px;
    }

    .footer_logo img {
        height: 40px;
    }

    .social_iconslist li a {
        font-size: 22px;
    }

}


/* ======================= */
/* Mobile (768px and below) */
/* ======================= */
@media (max-width: 768px) {

    .footer {
        text-align: center;
    }

    .footer_logo {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer_links {
        margin-top: 25px;
    }

    .footer_links ul li {
        margin-bottom: 8px;
    }

    .social_iconslist {
        justify-content: center;
        margin-top: 15px;
    }

    .social_iconslist li {
        margin: 0 10px;
    }

    .footer_bottom {
        text-align: center;
        font-size: 13px;
    }

    .slider_menu {
        width: 85%;
    }

    .mobile_navbar li {
        margin-bottom: 20px;
    }

}


/* ======================= */
/* Small Mobile (480px and below) */
/* ======================= */
@media (max-width: 480px) {

    .footer {
        padding: 40px 0 15px;
    }

    .footer h4 {
        font-size: 17px;
    }

    .footer h5 {
        font-size: 14px;
    }

    .footer_about p {
        font-size: 13px;
    }

    .footer_logo img {
        height: 35px;
    }

    .social_iconslist li a {
        font-size: 20px;
    }

    .slider_menu {
        width: 90%;
    }

}

/* ===============================
TABLET (992px)
=================================*/

@media (max-width: 992px) {

    .profile-section {
        padding: 70px 0;
    }

    .profile-container {
        width: 90%;
    }

    .slide img {
        height: 350px;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .profile-heading h2 {
        font-size: 20px;
    }

    .inner-banner h2 {
        font-size: 30px;
    }

}


/* ===============================
MOBILE (768px)
=================================*/

@media (max-width: 768px) {

    .profile-section {
        padding: 60px 0;
    }

    .profile-card {
        margin-bottom: 60px;
    }

    .profile-heading h2 {
        font-size: 18px;
    }

    .profile-heading p {
        font-size: 11px;
    }

    .slide img {
        height: 280px;
    }

    .nav {
        font-size: 24px;
    }

    .profile-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .inner-banner h2 {
        font-size: 26px;
    }

}


/* ===============================
SMALL MOBILE (480px)
=================================*/

@media (max-width: 480px) {

    .profile-section {
        padding: 50px 0;
    }

    .profile-heading h2 {
        font-size: 16px;
    }

    .slide img {
        height: 220px;
    }

    .profile-text {
        font-size: 13px;
    }

    .inner-banner h2 {
        font-size: 22px;
    }

    .nav {
        font-size: 22px;
    }

}


@media only screen and (width: 768px) {
    .show_xs_flx {
        display: flex !important;
        margin-left: 225px;
    }

    .logo img {
        width: 250%;
    }
}

@media only screen and (width: 820px) {
    .show_lg_flx {
        display: none !important;
    }

    .show_xs_flx {
        display: flex !important;
        margin-left: 320px;
        margin-top: -115px;
    }

    .logo img {
        width: 250%;
    }

    .banner-content h2 {
        font-size: 36px;
        margin-left: 0;
        margin-top: 45px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .show_lg_flx {
        display: none !important;
    }

    .show_xs_flx {
        display: flex !important;
        margin-left: 450px;
        margin-top: -115px;
    }

    .logo img {
        width: 250%;
    }

    .banner-section {
        height: 50vh;
    }
}


@media only screen and (width: 1024px) and (height: 600px) {
    .show_lg_flx {
        display: none !important;
    }

    .show_xs_flx {
        display: flex !important;
        margin-left: 450px !important;
        margin-top: -115px;
    }

    .logo img {
        width: 250%;
    }

    .banner-section {
        height: 120vh;
    }
}

@media only screen and (width: 912px) {
    .show_lg_flx {
        display: none !important;
    }

    .show_xs_flx {
        display: flex !important;
        margin-left: 390px;
        margin-top: -115px;
    }

    .logo img {
        width: 250%;
    }

    .banner-section {
        height: 50vh;
    }

}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .show_lg_flx {
        display: none !important;
    }

    .show_xs_flx {
        display: flex !important;
        margin-left: 340px;
        margin-top: -115px;
    }

    .logo img {
        width: 250%;
    }

    .banner-section {
        height: 55vh;
    }
}