/*header { background: green; }*/

@import url(../fonts/lato/stylesheet.css);
@import url(../fonts/poppins/stylesheet.css);

:root {
    --lato: 'Lato';
    --poppins: 'Poppins';
}

.site-header .ast-primary-header-bar .main-header-menu .cyan_header_btn.menu-item>.menu-link,
.cyan_btn {
    padding: 14px 30px;
    background: #41BEB1;
    border-radius: 30px;
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #41beb1;
}

.site-header .ast-primary-header-bar .main-header-menu .cyan_header_btn.menu-item>.menu-link:hover,
.cyan_btn:hover {
    background: #ffffff;
    color: #41beb1;
}

.site-header .ast-primary-header-bar .main-header-menu .cyan_header_border_btn.menu-item>.menu-link,
.cyan_border_btn {
    padding: 15px 30px;
    border: 2px solid #41BEB1;
    border-radius: 30px;
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #41BEB1;
}

.site-header .ast-primary-header-bar .main-header-menu .cyan_header_border_btn.menu-item>.menu-link:hover,
.cyan_border_btn:hover {
    color: #ffffff;
    background: #41BEB1;
}

/* ====================  header css  ================== */

.ast-logo-title-inline .ast-site-identity {
    padding: 11px 0 9px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
    line-height: normal;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item a.menu-link {
    padding: 10px;
}

.main-navigation ul {
    gap: 20px;
}

header .ast-container {
    max-width: 100%;
    padding: 0 24px 0 24px;
}

.site-header {
    position: fixed !important;
    width: 100%;
}

.hero_section {
    position: relative;
}

/* .hero_section:after {
    content: '';
    background: url(../images/hero-bottom-new.png) bottom left;
    width: 75%;
    height: 131px;
    background-size: auto;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.hero_section:after {
    content: '';
    background: url(../images/hero-bottom-new.png) bottom left;
    width: 75%;
    height: 144px;
    background-size: auto;
    position: absolute;
    bottom: -11px;
    left: 0;
}


/* =============  footer css ===================== */


footer h2.wp-block-heading {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #073752;
    margin-bottom: 5px;
}

.site-footer-primary-section-2 .widget_block p {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #073752;
}

footer li.menu-item .menu-link {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #073752;
}

footer .button_group {
    display: flex;
    gap: 22px;
    justify-content: flex-end;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    grid-template-columns: 24.02% 24% 17% 30.08%;
    gap: 20px;
    max-width: 1310px;
    padding: 0 15px;
}

.ast-footer-copyright p {
    font-family: var(--lato);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.ast-footer-copyright p a {
    color: #ffffff;
    text-decoration: none;
}

.footer-widget-area .widget {
    margin-bottom: 0;
}

footer .button_group a {
    padding: 13px 30px;
}

footer li.menu-item .menu-link:hover {
    color: #41BEB1;
}

/* ======================  hero section  ========================= */
.elementor-element.hero_right_img.elementor-widget.elementor-widget-image {
    position: absolute;
    top: 74px;
    right: 0;
    height: calc(100% - 74px);
}

.hero_column,
.hero_right_column {
    position: static !important;
}

.hero_right_column {
    flex-grow: 1;
    display: flex;
}

.hero_right_img img {
    height: 100% !important;
    max-width: 720px !important;
    /* object-fit: cover; */
}

/* ======================= can you buy section ========================== */
.astra-category-grid {
    column-count: 3;
    max-width: 1310px;
    margin: auto;
}

.category-card {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.category-card.text-card {
    padding: 33px;
    min-height: 244px;
    background: #ffffff;
}

.category-card.text-card h3 {
    color: #41BEB1;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    font-family: var(--poppins);
    margin-bottom: 10px;
}

.category-card.text-card p {
    color: #073752;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--lato);
}

.flower_img svg {
    position: absolute;
    top: -99px;
    left: 50%;
    transform: translateX(-50%);
    /* animation: rounded 10s linear infinite; */
    max-width: 345px;
    z-index: 11;
}

@keyframes rounded {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

.who-we-serve {
    overflow: hidden !important;
}

.category-card.image-card img {
    border-radius: 30px;
    width: 100%;
}

.who-serve-slider .owl-stage-outer {
    width: calc(100% + 25%);
    padding-left: 5px;
}

.who-serve-slider .owl-stage-outer .owl-stage {
    display: flex;
}

.who-serve-slider .owl-stage-outer .owl-stage .owl-item {
    flex-grow: 1;
    display: flex;
    /* min-width: 413px; */
}

.who-serve-slider .owl-stage-outer .owl-stage .owl-item .serve-card {
    flex-grow: 1;
    height: 100%;
    min-height: 422px;
    align-items: flex-end;
    display: flex;
}

.who-we-serve button.owl-prev-btn {
    border: 1px solid #073752;
    border-radius: 33px;
    padding: 5px 21.5px;
    background: none;
}

.who-we-serve button.owl-next-btn {
    border: 1px solid #073752;
    padding: 5px 21.5px;
    border-radius: 33px;
    background: none;
}

button.owl-prev-btn img,
button.owl-next-btn img {
    width: 20px;
}

.nav-arrows {
    display: flex;
    gap: 15px;
}

.who-we-serve button.owl-next-btn:hover,
.who-we-serve button.owl-prev-btn:hover {
    background: #07375257;

}

/* .who-we-serve button.owl-next-btn:hover img,
.who-we-serve button.owl-prev-btn:hover img{
    filter: brightness(10) contrast(10);
} */

.csc_div {
    min-height: 160px;
}

/* .flower_img.palette-white .white {
    fill: #ffffff !important;
}
.flower_img.palette-blue .white {
    fill: #073752 !important;
}
.flower_img.palette-yellow .white {
    fill: #F6CF27 !important;
}

.flower_img.palette-cyan .white {
    fill: #41BEB1 !important;
}


.flower_img.palette-white .blue {
    fill: #073752 !important;
}

.flower_img.palette-blue .blue {
    fill: #F6CF27 !important;
}
.flower_img.palette-yellow .blue {
    fill: #41BEB1 !important;
}
.flower_img.palette-cyan.blue {
    fill: #ffffff !important;
}



.flower_img.palette-white .yellow {
    fill: #F6CF27 !important;
}

.flower_img.palette-blue .yellow {
    fill: #41BEB1 !important;
}
.flower_img.palette-yellow .yellow {
    fill: #ffffff !important;
}
.flower_img.palette-cyan .yellow {
    fill: #073752 !important;
}



.flower_img.palette-white .cyan {
    fill: #41BEB1 !important;
}

.flower_img.palette-blue .cyan {
    fill: #ffffff !important;
}
.flower_img.palette-yellow .cyan {
    fill: #073752 !important;
}
.flower_img.palette-cyan .cyan {
    fill: #F6CF27 !important;
} */

.ast-mobile-popup-content .widget_media_image {
    margin-bottom: 20px;
    padding: 0 20px;
}

.join_us_section .elementor-icon svg {
    width: auto;
}

.mobile_img {
    display: none;
}

.small_title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.faq_accordian .e-n-accordion-item {
    background: #ffffff10;
    border-radius: 10px;
    box-shadow: 0 8px 24px #0c7dcb10;
    padding: 9px 25px;
}

.small_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #41BEB1 !important;
}

.hero_right_img img {}

/* .page-id-38 .elementor-element.hero_right_img.elementor-widget.elementor-widget-image {
    position: absolute;
    top: 0px;
    right: 0;
    height: calc(100% - 74px);
} */

.inner_page_banner .hero_right_img.elementor-widget.elementor-widget-image {
    top: 0;
    height: 100%;
}


.mask1 img {
    -webkit-mask-image: url(../images/mask-image.png);
    mask-image: url(../images/mask-image.png);
    mask-repeat: no-repeat;
}

.page-id-44 .category-card.text-card {
    display: none;
}

.elementor-icon-box-content ul {
    list-style: none;
    margin: 10px 0 30px;
}

.elementor-icon-box-content ul li {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato';
    position: relative;
    color: rgba(7, 55, 82, 1);
}

.elementor-icon-box-content ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(7, 55, 82, 1);
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -20px;
}

.static_tags ul li span {
    background: #0737521A;
    padding: 2px 15px;
    border-radius: 50px;
}

.static_tags .elementor-icon-list-items {
    row-gap: 10px;
    /* flex-direction: row-reverse; */
}

.static_tags .elementor-icon-list-items .elementor-icon-list-item:nth-child(1) {
    width: 100%;
    display: inline-flex;
}

.contact_detail span.elementor-icon-list-text {
    display: flex;
    gap: 5px;
}

.contact_detail span.elementor-icon-list-text a {
    color: #217CC1;
}

.ast-article-single figure,
.ast-article-single img:not(figure img) {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.main_page_breadcrumb {
    text-decoration: none !important;
    border-bottom: 1px solid #ffffff;
}

.margin_0 p {
    margin-bottom: 0 !important;
}


.vision_column .small_title {
    justify-content: center;
}

.join_us_section .small_title {
    margin-bottom: 5px;
}

.join-form-wrapper {
    padding: 40px 0 40px;
    border-radius: 8px;
    max-width: 846px;
    margin: auto;
}

.form-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 95%;
    margin: 0 auto 30px;
}

.step {
    text-align: center;
    color: #7aa7c7;
    font-size: 14px;
}

.step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 2px solid;
    color: #2b7bbb;
    font-weight: 600;
}

.form-steps p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #217CC1;
    font-family: 'Lato';
}

.step.active span {
    border: 2px solid #2b7bbb;
    color: #fff;
    font-size: 22px;
    color: #2b7bbb;
}

.step-line {
    flex: 1;
    height: 1px;
    background: #073752;
    margin: 0 10px;
    position: absolute;
    top: 75px;
    width: 100%;
    max-width: 632px;
    margin-left: 75px;
}

.form-fields input {
    width: 100%;
    padding: 19px 16px !important;
    border-radius: 6px;
    border: 2px solid #0C7DCB4D;
    margin-bottom: 16px;
    font-size: 15px;
    background: #fff;
    margin-bottom: 0;
    height: auto;
    box-shadow: 0px 8px 24px 0px #0C7DCB1A;
    font-size: 22px;
    font-family: 'Lato';
    line-height: 32px;
}

.form-fields input:focus {
    outline: none;
    border-color: #2b7bbb;
    border: 2px solid #0C7DCB4D;
    box-shadow: 0 0 0 2px rgba(43, 123, 187, 0.15);
}

.form-next {
    text-align: right;
}

.form-next input[type="submit"] {
    background: #073752;
    color: #fff;
    border: none;
    padding: 15px 32px;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s ease;
    min-width: 179px;
    line-height: 20px;
}

.form-next input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 2px solid #073752;
    color: #073752;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 22px;
}

.wpcf7-spinner {
    display: none !important;
}

.main_page_breadcrumb {
    text-decoration: none;
}

.elementor-icon-list-items .elementor-icon-list-item:nth-child(4) .elementor-icon-list-text {
    display: inline !important;
}

.page-id-1490 .astra-category-grid .category-card:nth-child(7) {
    height: 500px !important;
}

.accordian_supplier_section {
    position: relative;
}

.accordian_supplier_section:before {
    content: '';
    background: url(../images/cyan_flower.svg);
    position: absolute;
    left: 20px;
    top: 32px;
    width: 236px;
    width: 239px;
}


.open-supplier-popup:hover,
.open-supplier-popup:focus {
    border: 1px solid #2F9895;
    background: #ffffff;
}

.supplier-popup-header img {

    max-width: 159px;
    border-radius: 6.3px !important;
    height: 100%;
    margin-bottom: 20px;
}

.supplier-popup-text {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #073752;
}

.popup_btns {
    padding: 15px 40px;
    gap: 10px;
    background: #073752;
    border: 1px solid #073752;
    border-radius: 30px;
    width: calc(50% - 10px);
}

.center_imgs .img_first {
    position: absolute !important;
    left: 0;
    margin-bottom: 0;
}

.center_imgs .img_two {
    position: absolute !important;
    left: 0;
    bottom: 0;
}

.center_imgs .img_four {
    position: absolute !important;
    right: -16px;
    top: 0;
}

.faq_accordian .e-n-accordion-item[open] {
    background: #E7F2FA;
}


.supplier-brands-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.open-supplier-popup {
    border: 1px solid #2F9895;
    border-radius: 9px;
    background: #ffffff;
    max-width: 232px;
    padding: 0;
    overflow: hidden;
    /* width: 170px;
    height: 81px; */
}
button.open-supplier-popup img {
    width: 230px;
    height: 100px;
    object-fit: contain;
    padding: 10px;
}
.supplier-popup-header img {
    width: 170px;
    height: 81px;

}
.supplier-popup-actions a.popup_btns:hover{
    background: #ffffff;
    color: #073752;
}
.supplier-popup-actions{
    flex-wrap: wrap;
}
.supplier-popup-close {
    position: absolute;
    right: 12px;
    top: 10px;
    background: transparent;
    border: none;
    font-size: 22px;
    color: #0a3a3a;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
}

.supplier-popup-close:hover{
    background: none;
}
/* ==============  header dropdown  ================ */

.ast-builder-menu-2 .menu-link{
    display: flex;
    gap: 5px;
    color: #073752;
    font-family: 'Poppins';
}
.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item a.menu-link{
    font-family: 'Poppins';
    font-weight: 500;
}
.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item a.menu-link:hover,
.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item a.menu-link:focus{
    color: #41beb1 !important;
}
.ast-builder-menu-2 .sub-menu, .ast-builder-menu-2 .inline-on-mobile .sub-menu{
    border-color: #41beb1 !important;
}
.ast-builder-menu-2 a.menu-link img {
    border-radius: 50%;
    margin-right: 10px;
}
.ast-builder-menu-2 a.menu-link:hover,
.ast-builder-menu-2 a.menu-link:focus{
    font-weight: 600;
}
.main-header-menu .sub-menu {
    width: 171px;
    border-radius: 5px;
}
.ast-mobile-header-wrap  #menu-login-menu .sub-menu {
    display: none;
  }
  
  .ast-mobile-header-wrap  #menu-login-menu .menu-item.open > .sub-menu {
    display: block;
  }
  .ast-mobile-header-wrap  #menu-login-menu ul.sub-menu {
    position: absolute;
    background: #ffffff;
    width: 150px;
    right: 0;
    top: 70px;
}
.ast-mobile-header-wrap  .menu-login-menu-container ul#menu-login-menu a{
    font-size: 0;
}
.ast-mobile-header-wrap  ul.sub-menu li a {
    font-size: 13px !important;
    font-family: 'Poppins';
    color: #000000;
}

.ast-mobile-header-wrap  .widget_nav_menu ul ul.sub-menu li {
    padding-left: 10px;
    border-bottom: 1px solid #cdcdcd;
}

.ast-mobile-header-wrap  .widget_nav_menu li {
    display: flex;
}
.ast-mobile-header-wrap  .menu-login-menu-container ul#menu-login-menu{
    padding: 0;
}

.ast-mobile-header-wrap  a.menu-link img {
    border-radius: 4px;
}
/* .ast-mobile-header-wrap .menu-login-menu-container ul#menu-login-menu > a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: url('/wp-content/themes/astra-child/assets/images/dropdown.svg');
    right: -24px;
    background-size: 11px;
    background-repeat: no-repeat;
    display: block !important;
} */

.ast-header-break-point .dropdown-menu-toggle {
    display: block;
    width: 7px;
    height: 7px;
    background: #ffffff;
    border: 2px solid #000000;
    rotate: 45deg;
    margin-left: 10px;
    border-top: 0;
    border-left: 0;
    margin-top: 6px;
}

.ast-mobile-header-wrap #menu-login-menu ul.sub-menu{
    border: 1px solid #cdcdcd47;
}

/* .ast-mobile-header-wrap .menu-login-menu-container ul#menu-login-menu .sub-menu a:after{
    display: none;
} */

/* .ast-mobile-header-wrap .menu-login-menu-container ul#menu-login-menu a:after ,
.ast-mobile-header-wrap .widget_nav_menu li{
    position: relative;
} */

@media only screen and (max-width:1200px) {
    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
        grid-template-columns: 20% 25% 20% 28%;

    }

    footer .button_group a {
        padding: 13px 20px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .main-navigation ul {
        gap: 0;
    }

    .site-header .ast-primary-header-bar .main-header-menu .cyan_header_btn.menu-item>.menu-link,
    .site-header .ast-primary-header-bar .main-header-menu .cyan_header_border_btn.menu-item>.menu-link {
        letter-spacing: 1px;
        font-size: 14px;
        padding: 10px 15px;
    }

    .site-header .ast-primary-header-bar .main-header-menu .cyan_header_btn.menu-item>.menu-link {
        margin-right: 10px;
    }

    .hero_section .hero_column>div:nth-child(1) {
        width: 50% !important;
    }

    .elementor-element.hero_right_img.elementor-widget.elementor-widget-image {
        width: 50%;
    }

    .ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item a.menu-link {
        padding: 10px 5px;
    }

    .hero_right_img img {
        /* height: 100% !important; */
        object-fit: cover;
    }


}

@media only screen and (max-width: 1024px) {
    #ast-mobile-header {
        display: block;
    }

    div#ast-desktop-header {
        display: none;
    }

    .ast-mobile-popup-content {
        margin-top: -40px;
        z-index: 0;
    }

    .main-navigation ul {
        gap: 0;
    }

    .ast-mobile-popup-drawer.active .menu-toggle-close {
        color: #000000;
        z-index: 11;
        position: absolute;
    }

    body.home.ast-popup-nav-open {
        overflow: hidden;
    }

    .menu-toggle:focus {
        outline: none;
        border: none;
    }

    .ast-builder-menu-mobile .menu-item {
        display: block;
        width: 100%;
        border: 0 !important;
    }

    .ast-builder-menu-mobile .menu-item a {
        border: 0;
        padding: 10px !important;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar {
        padding: 0 24px;
    }

    .hero_section {
        background-size: 60%;

    }

    .hero_section:after {
        width: 100%;
    }

    .hero_column {
        width: 50%;
        margin-right: auto;
    }

    .background_section {
        background: #0C7DCB1A !important;
    }

    .who-serve-slider .owl-stage-outer {
        width: calc(100% + 0%);
        overflow: visible;
    }

    .who-serve-slider .owl-stage-outer .owl-stage .owl-item .serve-card {
        min-height: auto;
    }

    .category-card.text-card h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .category-card.text-card {
        min-height: auto;
    }

    .category-card.text-card p {
        font-size: 18px;
        line-height: 22px;
    }

    .header-widget-area .cyan_header_btn.menu-item>.menu-link {
        padding: 16px 30px;
        background: #41BEB1;
        border-radius: 30px;
        font-family: var(--poppins);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 1px solid #41beb1;
    }

    .header-widget-area .cyan_header_btn.menu-item>.menu-link:hover {
        background: #ffffff;
        color: #41beb1;
    }

    .header-widget-area .cyan_header_border_btn.menu-item>.menu-link {
        padding: 15px 30px;
        border: 2px solid #41BEB1;
        border-radius: 30px;
        font-family: var(--poppins);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #41BEB1;
    }

    .header-widget-area .cyan_header_border_btn.menu-item>.menu-link:hover {
        color: #ffffff;
        background: #41BEB1;
    }

    .inner_page_banner .hero_right_img img {
        object-fit: cover;
    }
}


@media only screen and (max-width:921px) {
    .who-serve-slider .owl-stage-outer {
        max-width: 296px;
    }

    .csc_div {
        max-width: 250px !important;
    }

    footer .button_group {
        gap: 10px;
    }

    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .site-footer-primary-section-1.site-footer-section.site-footer-section-1,
    .site-footer-primary-section-4.site-footer-section.site-footer-section-4 {
        grid-column: 1 / -1;
    }

    footer .button_group {
        gap: 10px;
        justify-content: flex-start;
    }



    .ast-mobile-popup-content .wp-block-image img {
        max-width: 150px;
    }

    .menu-login-menu-container ul#menu-login-menu {
        display: flex;
        padding: 20px 15px;
        gap: 15px;
        flex-wrap: wrap;
    }

    .menu-login-menu-container ul#menu-login-menu a {
        display: inline-flex;
    }

    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus {
        border: none;
        outline: none;
    }

    .astra-category-grid {
        column-count: 2;
    }

    .why_join_row {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr;
    }

    .site-footer-primary-section-1 {
        grid-column: 1 / span 4;
        justify-content: center;
    }

    /* .site-footer-primary-section-1 .wp-block-image.size-large{
        text-align: center;
    } */
    .step-line {
        max-width: 73%;
    }
}


@media only screen and (max-width:767px) {
    .csc_div {
        max-width: 100% !important;
    }

    .hero_section {
        background-image: none !important;
    }


    .hero_section:after {
        width: 100%;
    }

    .csc_div {
        min-height: auto;
    }

    .who-serve-slider .owl-stage-outer .owl-stage .owl-item {
        min-width: auto;
    }


    .hero_section {
        background: none;
    }

    .flower_img {
        display: none;

    }

    .responsive_way_section .flower_img {
        display: inline-block !important;
        max-width: 170px;
    }

    .responsive_way_section .flower_img svg {

        max-width: 170px;
    }

    .step-line {
        max-width: 72%;
    }

}

@media only screen and (max-width:575px) {
    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
        grid-template-columns: 100%;
        gap: 20px;
        grid-template-rows: auto auto;
    }

    .site-footer-primary-section-2 .widget_block p {
        margin-bottom: 0;
    }

    .astra-category-grid {
        column-count: 1;
    }

    .category-card.text-card {
        min-height: auto;
    }

    .why_join_row {
        grid-template-columns: 1fr;
        grid-template-rows: 4fr;
    }

    .hero_right_column {
        display: none !important;
    }

    .hero_section .hero_column>div:nth-child(1) {
        width: 100% !important;
    }

    .mobile_img {
        display: flex;
    }

    .step-line {
        max-width: 64%;
    }
    .open-supplier-popup {
        border: 1px solid #2F9895;
        border-radius: 9px;
        background: #ffffff;
        width: 47%;
        padding: 0;
        overflow: hidden;
    }
    button.open-supplier-popup img {
        width: 100%;
        height: 74px;
        object-fit: contain;
        padding: 10px;
    }
}

@media only screen and (max-width: 414px) {
    .step-line {
        max-width: 54%;
    }
}