/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1776150890
Updated: 2026-04-14 07:14:50

*/

@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

h1 {
    text-transform: capitalize !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p {
    padding: 0;
    margin: 0;

}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Rethink Sans", sans-serif;

}

body {
    font-family: "Rethink Sans", sans-serif;
}

.heading-color {
    color: #2A5DA8;
    display: block;
}

/* .heading-color-new {
    color: #00D6E5;
    display: block;
} */
.tahefobu-nav-menu .tahefobu-sub-menu {
    min-width: 250px;

}
.tahefobu-nav-menu .tahefobu-sub-menu li {
    margin-left:  0 !important;

}


.header-bg .tahefobu-sub-icon.fas::before,
.header-bg div[class*="tahefobu-sub-icon-"] .tahefobu-mobile-nav-menu .menu-item-has-children>a:after {
    content: "▼";
    font-size: 14px;
    margin-right: 5px;
}

.contact-icon span.elementor-icon-list-icon {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    border: 2px solid #2a5ca871;
    border-radius: 50%;
    justify-content: center;
    margin-right: 10px;
}

.contact-icon span.elementor-icon-list-icon svg {
    margin: 0 !important;
}

#tahefobu-header.ta-sticky-active,
.turbo-header-template.ta-sticky-active {
    z-index: 10;
}



.header-logo .tahefobu-site-logo img {
    vertical-align: middle;
}


.banner-image {
    position: relative;
}

.banner-image:after {
    position: absolute;
    content: "";
    width: 850px;
    height: 850px;
    left: -14px;
    top: 0;
    background: rgba(255, 255, 255, 0.096);
    border-radius: 100%;
    margin: auto;
    bottom: 0;
    right: 0;
}

.banner-image::before {
    position: absolute;
    content: "";
    width: 880px;
    height: 880px;
    left: -28px;
    top: 0;
    /* background: linear-gradient(180deg, #2A5DA8 30.33%, #0199D9 100%); */
    border: 2px solid #ffffff15;
    border-radius: 100%;
    margin: auto;
    bottom: 0;
    right: 0;
}

.banner-image img {
    position: relative;
    z-index: 1;
    width: 820px !important;
    height: 820px !important;
    max-width: 820px !important;
    border-radius: 100% !important;
    object-fit: cover !important;
}

.banner-bg {
    background-size: 100% 100% !important;
}

.meet-out-bg {
    background-size: 100% 100% !important;
}

.expert-box-col .expert-box-list {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #00000030;
    border-radius: 100%;
    padding: 10px;
}

.convenient-locations-col h3 {
    max-width: 400px;
    margin: 0 auto;
}

/* .convenient-locations-col:hover h3,
.convenient-locations-col:hover p,
.convenient-locations-col:hover p a {
    color: #fff !important;
} */

.patient-stories-col iframe {
    border-radius: 30px;
}

/* input form */

.full-width {
    width: 100% !important;
}

.form-parent {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-group {
    width: calc(100% / 2 - 10px);
}

.form-group p {
    margin: 0 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
    line-height: normal;
}

.common-form select,
.sgpb-main-html-content-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("https://demoprojectwork.com/arogyam/wp-content/uploads/2026/04/down-arrow.png");
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 16px;
}

.ready-to-make-sec-bg .common-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: none;

    text-transform: uppercase;
    text-align: center;
}



.wpcf7 form .wpcf7-response-output {
    margin: 5px 0 0 0;
}


/* contact-form-7 */



.common-form input,
input,
select,
textarea,
.common-form span.select2-selection,
.common-form textarea,
.common-form select {
    padding: 14px 25px !important;
    border-radius: 100vmax !important;
    background-color: #fff !important;
    border: 2px solid #DADADA !important;
    font-size: 14px !important;
    color: #666666 !important;
    font-family: var(--e-global-typography-primary-font-family) !important;
    font-weight: 500 !important;
    height: 60px !important;
    outline: none !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder,
.common-form input::placeholder,
.common-form textarea::placeholder,
.common-form select::placeholder {
    color: #666666 !important;
}

input:focus,
select:focus,
textarea:focus,
.common-form input:focus,
.common-form textarea:focus,
.common-form select:focus {
    border: 2px solid #2A5DA8 !important;
}

textarea,
.common-form textarea {
    height: 100px !important;
    min-height: 100px !important;
}

.submit-btn input.wpcf7-form-control.wpcf7-submit {
    background-color: #2A5DA8 !important;
    border: 2px solid #ffffff40 !important;
    padding: 18px 30px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: var(--e-global-typography-primary-font-family) !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 100vmax !important;
}

.submit-btn input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #0199d9 !important;
    border: 2px solid #00d6e548 !important;
}


/* footer */

.input-group {
    display: flex;
    gap: 15px;
}

.input-col input {
    width: 100%;
    height: 60px;
    padding: 20px 25px;
    border-radius: 30px;
    border: 2px solid #DADADA;
    outline: none;
    font-size: 14px;
}

.Subscribe-col input.wpcf7-form-control {
    background-color: #2A5DA8 !important;
    border: 2px solid #ffffff40 !important;
    padding: 10px 30px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: var(--e-global-typography-primary-font-family) !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 100vmax !important;
}

.Subscribe-col input.wpcf7-form-control:hover {
    background-color: #0199d9 !important;
    border: 2px solid #00d6e548 !important;
}


.Subscribe-col p {
    margin: 0;
}

.newsletter-sec {
    width: 490px !important;
    margin-left: auto !important;
}

.footer-bg {
    background-size: 100% 100% !important;
}


.footer-contact-icon span.elementor-icon-list-icon {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-width: 40px;
    display: flex !important;
    align-items: center;
    border: 2px solid #FFFFFF33;
    border-radius: 50%;
    justify-content: center;
    margin-right: 10px;
}

.footer-contact-icon span.elementor-icon-list-icon svg {
    margin: 0 !important;
}

.footer-menu-left {
    width: 820px !important;
    height: 820px !important;
    max-width: 820px !important;
    display: flex !important;
    align-items: center !important;
    min-width: 820px !important;
    outline: 3px solid #ffffff1e !important;
}

/* .footer-menu-left-inner {
    max-width: 470px !important;
    margin: 0 auto !important;
} */

.cidy-list-menu ul li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.cidy-list-menu ul li::after {
    position: absolute;
    right: 0;
    content: "|";
    top: 0;
    color: #000;
    border: none !important;
}

.white-menu-list ul li::after {
    color: #000000;
}


.input-col p,
.Subscribe-col p {
    margin: 0 !important;
}


.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
    background-color: #fff !important;
    border: 2px solid #00000026 !important;
    padding: 18px 30px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: var(--e-global-typography-primary-font-family) !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #000 !important;
    border-radius: 100vmax !important;
    text-align: center !important;
    max-width: 200px !important;
}


.review-bg .ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn:hover {
    background-color: #2A5DA8 !important;
    border: 2px solid #ffffff40 !important;
}

.banner-left-col p {
    max-width: 500px;
}



.review-bg .ti-widget.ti-goog .ti-review-item>.ti-inner,
.review-bg .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    padding: 30px !important;
    background-color: #FAFAFA !important;
    border-radius: 30px !important;
}

.review-bg .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-size: 16px;
    font-family: var(--e-global-typography-primary-font-family) !important;
}

.ti-review-item {
    font-family: var(--e-global-typography-primary-font-family) !important;
}

.ti-widget.ti-goog .ti-footer .ti-profile-details .ti-name {
    font-family: var(--e-global-typography-primary-font-family) !important;
}

.ti-reviews-container,
.ti-widget-container.ti-col-1 {
    margin-bottom: 0 !important;
}

.ti-widget.ti-goog .ti-header-write-btn-container {
    margin-top: 20px;
}

/*  */

.call-icon .elementor-icon-wrapper {
    width: 70px;
    height: 70px;
    display: flex !important;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    justify-content: center;
    margin-right: 10px;
}

.gallery-box .gallery-item img {
    height: 270px;
    object-fit: cover;
}


.treatment-icon {
    width: 70px;
    height: 70px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #2a5ca871;
    border-radius: 50%;
    justify-content: center;
    margin-right: 0;
}

.blog-article {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-article article {
    width: calc(100% / 3 - 14px);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 14px #dbd9d9;
    display: flex;
    flex-direction: column;
}

.blog-article article .wp-post-image {
    height: 250px;
    border-radius: 20px 20px 0 0;
}


.blog-banner {
    /* background: linear-gradient(180deg, #2A5DA8 -3.87%, #0199D9 115.99%); */
    background-color: #f2efe2;
    background-color: #F2EFE2;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.inner-blog-banner {
    text-align: center;
}

.inner-blog-banner h1 {
    /* color: #fff !important; */
    font-size: 45px !important;
    text-transform: capitalize;
}

.inner-blog-banner p {
    /* color: #fff !important; */
    font-size: 16px !important;
    margin-top: 14px;
    line-height: 1.3;
}


/* Image ko upar lao */
.blog-article .post a {
    order: 1;
    font-size: 28px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-article .post a:hover {
    color: #2A5DA8;
    transition: 0.3s ease-in-out;
}

/* Title second */
.blog-article article .entry-title {
    order: 2;
}

/* Paragraph third */
.blog-article .post p {
    order: 3;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-main-bg {
    padding: 120px 0;
}




/* .blog .blog-sec-bg h1.entry-title {
    display: none;
} */

.container {
    max-width: 1410px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.blog-main-bg main#content,
.container main#content {
    max-width: 100%;
    padding: 0;
}

.common-sec-bg {
    padding: 70px 0;
}

.sgpb-popup-builder-content-html h3 {
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}

.single-post-image {
    margin-bottom: 50px;
}

.single-post-image img {
    border-radius: 10px;
    object-position: center;
}

.banner-img-spape {
    position: relative;
}

.banner-right-image {
    position: relative !important;
}

.banner-abu-icon {
    position: absolute !important;
    left: -5%;
    top: 10px;
    width: max-content !important;
    animation: moveTopBottom 8s ease-in-out infinite;
}



@keyframes moveTopBottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.banner-abu-icon .treatment-icon {
    width: 100px;
    height: 100px
}

.banner-abu-icon .treatment-icon img {
    width: 70px;
    height: 70px
}


.banner-abu-icon-2 {
    left: auto;
    right: 0;
}


.back-to-home-btn a {
    font-family: var(--e-global-typography-primary-font-family) !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #2A5DA8;
    border: 2px solid #ffffff2b;
    min-width: 200px !important;
    display: block;
    max-width: 200px;
    margin: 20px auto 0 auto;
    text-decoration: none;
}

.back-to-home-btn a:hover {
    background-color: #0199D9;
    transition: 0.3s ease-in-out;

}


.review-bg .ti-widget.ti-goog .ti-controls .ti-next:hover,
.review-bg .ti-widget.ti-goog .ti-controls .ti-next:focus,
.review-bg .ti-widget.ti-goog .ti-controls .ti-prev:hover,
.review-bg .ti-widget.ti-goog .ti-controls .ti-prev:focus {
    background-color: #2a5da8 !important;
    outline-color: #2a5da8 !important;
    box-shadow: 0px 5px 25px 0px rgba(196, 196, 196, 0.05) !important;
}

.g-map iframe {
    border-radius: 30px;
}

.footer-menu-left-inner {
    width: 400px !important;
    height: 400px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.circle-icon {
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: -40px auto 0 auto !important;
    outline: 5px solid #fff !important;
}

.custom-breadcrumbs {
    text-align: center;
}

.custom-breadcrumbs a,
.custom-breadcrumbs span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: var(--e-global-typography-primary-font-family) !important;
}

.custom-breadcrumbs a {
    padding-right: 5px;
}

.custom-breadcrumbs span {
    padding-left: 5px;
}

.custom-breadcrumbs a:hover {
    color: #2A5DA8;
}

h1.elementor-heading-title {
    text-transform: capitalize;
}

.wpcf7 form .wpcf7-response-output {
    font-family: var(--e-global-typography-primary-font-family) !important;
    text-align: center;
}

.footer-bg {
    background-size: cover !important;
}


.blue-check-list ul li,
.blue-check-list ol li,
.red-check-list ul li,
.red-list ol li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 16px;
}

.blue-check-list ul li::before,
.blue-check-list ol li::before {
    content: "✓";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #0199d9;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    left: 0;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.red-check-list ul li::before,
.red-check-list ol li::before {
    content: "✓";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ea3237;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    left: 0;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* circle list */
.blue-circle-list ul li,
.red-circle-list ul li {
    position: relative;
    list-style: none;
    padding-left: 34px;
    margin-bottom: 16px;
}

.blue-circle-list ul li::before,
.blue-circle-list ul li::before,
.blue-circle-list ol li::before,
.blue-circle-list ol li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #0199D9;
    background-color: #fff;
    left: 1px;
    top: 4px;
}

.red-circle-list ul li::before,
.red-circle-list ul li::before,
.red-circle-list ol li::before,
.red-circle-list ol li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid;
    border: 3px solid #ea3237;
    background-color: #fff;
    left: 1px;
    top: 4px;
}


.blue-circle-list ul li:after,
.blue-circle-list ul li:after,
.blue-circle-list ol li:after,
.blue-circle-list ol li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #0199D9;
    border-radius: 50%;
    left: 6px;
    top: 9px;
}

.red-circle-list ul li:after,
.red-circle-list ul li:after,
.red-circle-list ol li:after,
.red-circle-list ol li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ea3237;
    border-radius: 50%;
    left: 6px;
    top: 9px;
}

.header-menu nav .sub-menu li a {
    text-transform: capitalize !important;
}

/* min-width */

@media (min-width:1349px) {
    /* .exprinc-col {
        width: 205px !important;
    } */
}

@media (min-width:1025px) {
    .review-bg .ti-header-write-btn-container {
        position: relative;
        top: -285px;
        right: -165px;
        margin-top: 0 !important;
    }
}



/* Media css */


@media (max-width:1900px) {
    .banner-image img {
        width: 600px !important;
        height: 600px !important;
        max-width: 600px !important;
    }


    .banner-image:after {
        width: 630px;
        height: 630px;
        left: -5px;

    }

    .banner-image::before {
        width: 660px;
        height: 660px;
        left: -7px;
    }

    .exprinc-main-box {
        gap: 10px !important;
    }


    .header-menu nav ul > li+li {
        margin-left: 20px !important;
    }

    .header-button .elementor-button {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 14px !important;
    }





}



@media (max-width:1500px) {
    .banner-image img {
        width: 500px !important;
        height: 500px !important;
        max-width: 500px !important;
    }


    .banner-image:after {
        width: 530px;
        height: 530px;

    }

    .banner-image::before {
        width: 560px;
        height: 560px;
    }


    .header-menu nav ul > li+li {
        margin-left: 14px !important;
    }

    .footer-menu-left {
        width: 620px !important;
        height: 620px !important;
        max-width: 620px !important;
        min-width: 620px !important;
    }

    .footer-logo img {
        max-width: 120px !important;
    }
}


@media (max-width:1369px) {
    .banner-image img {
        width: 400px !important;
        height: 400px !important;
        max-width: 400px !important;
    }


    .banner-image:after {
        width: 430px;
        height: 430px;

    }

    .banner-image::before {
        width: 460px;
        height: 460px;
    }

    .header-menu nav ul > li+li {
        margin-left: 10px !important;
    }

    .copy-right-sec {
        padding: 30px 0 !important;
        margin-top: 30px !important;
    }





}

@media (max-width:1299px) {
    .contact-icon span.elementor-icon-list-icon {
        display: none !important;
    }

    /* .header-menu nav ul li+li {
        margin-left: 5px !important;
    } */

    .header-menu nav ul li a {
        font-size: 12px !important;
    }

    .footer-menu-left {
        border-radius: 100px !important;
    }

    .footer-menu-left {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        padding: 0 30px 30px !important;
    }



}


@media (max-width:1024px) {

    .blog-main-bg,
    .common-sec-bg {
        padding: 70px 0;
    }

    .common-sec-bg {
        padding: 50px 0;
    }


    .inner-blog-banner h1 {
        font-size: 36px !important;
    }

    .banner-left-col p {
        max-width: 100%;
    }


    .newsletter-sec {
        width: 100% !important;
        margin: auto !important;
    }

    .input-group {
        justify-content: center;
    }

    .ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
        padding: 18px 8px !important;
    }


    /* .footer-menu-left-inner {
        max-width: 470px !important;

    } */

    .tahefobu-mobile-nav-menu li {
        text-align: left;
    }

    .header-menu nav ul > li+li {
        margin-left: 0 !important;
    }

    .newsletter-sec h2,
    .newsletter-sec p {
        color: #fff !important;
    }

    .banner-image::before {
        display: none !important;
    }

    .blog-article.post a {
        font-size: 24px;
    }

    .footer-menu-left-inner {
        width: 100% !important;
        height: auto !important;
        border-radius: 10px !important;
        padding: 30px 0 !important;
    }


}




@media (max-width:991px) {
    .blog-article article {
        width: calc(100% / 2 - 10px);
    }
}



@media (max-width:767px) {

    input,
    .common-form input,
    .common-form span.select2-selection,
    .common-form textarea,
    .common-form select select {
        height: 50px !important;
        padding: 10px 14px !important;
        font-size: 15px !important;
    }

    .inner-blog-banner h1 {
        font-size: 28px !important;
    }


    .review-bg .ti-widget.ti-goog .ti-review-item>.ti-inner,
    .review-bg .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
        padding: 20px !important;
        border-radius: 10px !important;
    }

    .submit-btn input.wpcf7-form-control.wpcf7-submit {
        height: auto !important;
    }

    textarea,
    .common-form textarea {
        border-radius: 20px !important;
    }

    .treatment-icon {
        margin: 0 auto;
    }

    .blog-main-bg {
        padding: 50px 0;
    }

    .blog-article .post a {
        order: 1;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .blog-article article .wp-post-image {
        height: 200px;
    }

    div#sgpb-popup-dialog-main-div {
        width: 100% !important;
        margin: 0 auto !important;
        max-width: 400px !important;
        min-width: 400px !important;
    }


    .banner-abu-icon .treatment-icon {
        width: 70px;
        height: 70px
    }

    .banner-abu-icon .treatment-icon img {
        width: 50px;
        height: 50px
    }

    .banner-abu-icon {
        left: 0;
        top: 10px;
    }

    .banner-abu-icon-2 {
        left: auto;
        right: 0;
    }
}


@media (max-width:575px) {
    .form-group {
        width: 100%;
    }

    .form-parent {
        gap: 10px;
    }

    .banner-image img {
        width: 270px !important;
        height: 270px !important;
        max-width: 270px !important;
    }


    .banner-image:after {
        width: 300px;
        height: 300px;

    }

    .banner-image::before {
        width: 330px;
        height: 330px;
    }

    .footer-menu-left {
        padding: 0 20px 20px !important;
        border-radius: 50px !important;
    }

    .blog-article article {
        width: 100%;
    }

    .blog-article article .wp-post-image {
        height: auto;
    }

}



@media (max-width:479px) {

    .banner-image img {
        width: 230px !important;
        height: 230px !important;
        max-width: 230px !important;
    }


    .banner-image:after {
        width: 260px;
        height: 260px;

    }

    .banner-image::before {
        width: 290px;
        height: 290px;
    }

    div#sgpb-popup-dialog-main-div {
        width: 100% !important;
        max-width: 310px !important;
        min-width: 310px !important;
    }

    .input-group {
        flex-wrap: wrap;
    }



}