/**
 * MinionPro
 *
 * @format
 */

@font-face {
    font-family: "MinionPro";
    src: url("../fonts/MinionPro-Regular.otf") format("truetype");
    font-style: normal;
    font-display: swap;
}
/* Montserrat */
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

/* Libre Baskerville */
@font-face {
    font-family: "Libre Baskerville";
    src: url("../fonts/LibreBaskerville-Bold.woff2") format("woff2"), url("../fonts/LibreBaskerville-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Libre Baskerville";
    src: url("../fonts/LibreBaskerville-Regular.woff2") format("woff2"), url("../fonts/LibreBaskerville-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Gotham */
@font-face {
    font-family: "Gotham HTF";
    src: url("../fonts/GothamHTF-Medium.woff2") format("woff2"), url("../fonts/GothamHTF-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham HTF";
    src: url("../fonts/GothamHTF-Book.eot");
    src: url("../fonts/GothamHTF-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamHTF-Book.svg#GothamHTF-Book") format("svg"), url("../fonts/GothamHTF-Book.ttf") format("truetype"),
        url("../fonts/GothamHTF-Book.woff") format("woff"), url("../fonts/GothamHTF-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham HTF";
    src: url("../fonts/GothamHTF-Bold.eot");
    src: url("../fonts/GothamHTF-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamHTF-Bold.svg#GothamHTF-Bold") format("svg"), url("../fonts/GothamHTF-Bold.ttf") format("truetype"),
        url("../fonts/GothamHTF-Bold.woff") format("woff"), url("../fonts/GothamHTF-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

body {
    background: linear-gradient(to bottom, #ab2417 0, #ab2417 100%) no-repeat;
    background-size: 100% 200px;
    background-position: top;
}
header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0;
}
header #navbar ul li.mega-dropdown.hidden-all .dropdown-menu {
    display: none !important;
}
/* header #navbar ul li.hidden {display:none !important;} */
header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list {
    padding: 0 17.7%;
}
header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li a.btn.btn-text-big {
    font-size: 12px;
}
header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li a.btn {
    min-height: 45px;
    padding: 5px;
}
header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li a.btn.btn-invert {
    color: #264a63;
}
header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li a.btn.btn-invert:hover {
    color: #fff;
}
.hero .hero-breadcrumb ul li::after {
    content: "\f105";
    margin-left: 5px;
    font: normal normal normal 16px/1 FontAwesome;
}
.hero .hero-breadcrumb ul li:last-child:after {
    content: none;
    margin-left: 0px;
}
header #navbar ul li.mega-dropdown > a span {
    display: none;
}
.contact-us-list a {
    font-family: "Gotham HTF";
    color: #223e51;
    font-size: 22px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
.contact-us-list a img {
    max-width: 122px;
    margin-right: 15px;
}
.contact-us-list a:hover {
    color: #79b042;
}
.content-info {
    text-align: center;
    border-left: 1px solid #d0d0d0;
}
.content-info:first-child {
    border-left: 0;
}
.content-info a {
    margin-top: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #283e4f;
    display: block;
    word-break: break-all;
}
.content-info a:hover {
    color: #79b042;
}
.content-info .c-icon {
    margin-bottom: 20px;
}
html[lang="es"] .img-right-text .elementor-widget-heading span {
    padding: 14px 5px;
}
.content-info .c-icon span {
    display: inline-flex;
    height: 50px;
    width: 50px;
    background: #cee9dc;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 5px;
}
.el-footer-info {
    background: #72726e;
    padding: 5px;
    text-align: right;
    color: #fff;
}
.pink-bottom-pattern {
    position: relative;
    margin-bottom: 40px;
}
.pink-bottom-pattern::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(/wp-content/uploads/sites/5/2022/02/pink-pattern..png) repeat-x left bottom;
}
.pink2-bottom-pattern {
    position: relative;
    margin-bottom: 40px;
}
.pink2-bottom-pattern::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0.7;
    height: 40px;
    background: url(/wp-content/uploads/sites/5/2022/05/pink-pattern.-1.png) repeat-x left bottom;
}
.blue-bottom-pattern::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(/wp-content/uploads/sites/5/2022/05/blue-bottom-b.jpg) repeat-x left bottom;
}
.blue-bottom-pattern {
    position: relative;
    margin-bottom: 40px;
}
.orange-bottom-pattern::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(/wp-content/uploads/sites/5/2022/05/line-orange.jpg) repeat-x left bottom;
}
.orange-bottom-pattern {
    position: relative;
    margin-bottom: 40px;
}
.grn-bottom-pattern::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(/wp-content/uploads/sites/5/2022/05/green-btm-line.jpg) repeat-x left bottom;
}
.grn-bottom-pattern {
    position: relative;
    margin-bottom: 40px;
}
.alpha-icon h4 span {
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: bottom;
}
.img-bg-img {
    position: relative;
}
.img-bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: url(/wp-content/uploads/sites/5/2022/02/small-paper-texture.jpg) repeat top left;
    background-size: cover;
}
.img-bg-img img {
    position: relative;
}
.governance-table table tbody tr td:first-child {
    background-color: #f4f8ea;
}
.governance-table table thead tr {
    background-color: #f79420;
}
.governance-table.eligibility-tab table thead tr {
    background-color: #9fcc3b;
}
.governance-table.eligibility-tab table thead tr th {
    color: #000;
}
.governance-table.eligibility-tab table tbody tr td:first-child {
    /* background-color: #ebf5d6; */
    background-color: rgb(159 204 59 / 20%);
}
.governance-table.eligibility-tab table tbody tr td {
    vertical-align: middle;
}
.governance-table table thead tr th {
    color: #fff;
}
.f-20 {
    font-size: 20px !important;
}
.sidebar-nav ul li a span {
    color: #000000 !important;
}
.elementor-inner-section.full-col-box > .elementor-container {
    flex-direction: column;
}
.elementor-inner-section.full-col-box > .elementor-container > .elementor-column {
    width: 100%;
}
/* Program Booklet For Participants */
.red-fonts {
    color: #d71920;
}
.variety-packs .elementor-image-box-img img {
    max-width: 70px;
    max-height: 85px;
    object-fit: contain;
}
.main-table {
    padding: 50px 30px 30px;
    border: 2px solid #000;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 30px;
    background-color: #fff9ed;
    position: relative;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.38);
}
.main-table .overlay-content {
    text-align: center;
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    background: #851a60;
    border-radius: 30px;
    width: 50%;
    margin: 0 auto;
    padding: 14px;
}

.main-table .overlay-content.content-show-table{
    text-align: center;
    position: absolute;
    top: -67px;
    left: 0;
    right: 0;
    background: #851a60;
    border-radius: 30px;
    width: 50%;
    margin: 0 auto;
    padding: 14px;
}
.main-table h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.main-table table {
    margin-bottom: 0;
}
.main-table .table-bordered thead th {
    color: #333232;
    font-size: 16px;
    width: 33%;
    font-family: "GothamHTF-Bold", Sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
}
.main-table .table-bordered td,
.main-table .table-bordered th {
    padding: 5px 10px;
    border-color: #ff6920;
}
.main-table .table thead th {
    line-height: 1.4;
    border-bottom: 0;
    border-top: none !important;
}
.main-table tr th:first-child,
.main-table tr td:first-child {
    width: 25%;
    border-left: none !important;
}
.main-table tr th:last-child,
.main-table tr td:last-child {
    border-right: none !important;
}
.calculate-box {
    padding: 80px 70px 30px 70px;
    border: 2px solid #000;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 30px;
    background-color: #fff9ed;
    position: relative;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.38);
}
.calculate-box .overlay-content {
    text-align: center;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    background: #2a8731;
    border-radius: 30px;
    width: 70%;
    margin: 0 auto;
    padding: 20px 20px;
}
.calculate-box .overlay-content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.input-form {
    border-radius: 30px;
    border: 0;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1) !important;
    height: 45px;
    padding-left: 50px;
    color: #000;
}
.input-form.size-or-number-input {
    padding-left: 15px;
}
.custom-label-design {
    font-family: "GothamHTF-Bold", Sans-serif;
    margin-bottom: 0;
}
.input-main {
    position: relative;
}
.overlay-dollar {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 17px;
}
.line-part {
    border-bottom: 1px solid #2a8731;
}
.input-form.unit-price {
    border: 1px solid #707070;
}
.symbol-line {
    font-size: 20px;
}
.round-text .specialty-milk {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}
.round-text .specialty-milk h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: "GothamHTF-Bold", Sans-serif;
}
.round-text.round-text-milk .specialty-milk.blue {
    border-color: #435fa6;
    background-color: #e6ebf4;
    font-family: "GothamHTF-Bold", Sans-serif;
    padding: 21px;
}
.round-text.round-text-milk .specialty-milk.blue h4 {
    color: #3e5eab;
}
.round-text.round-text-grains .specialty-milk.orange {
    border-color: #cf4a0f;
    background-color: #fbeee9;
}
.round-text.round-text-grains .specialty-milk.orange h4 {
    color: #cf4a0f;
    font-size: 16px;
    font-family: "GothamHTF-Bold", Sans-serif;
}
.round-text.round-text-fish .specialty-milk {
    border-color: #851a60;
    background-color: #fff0f5;
}
.round-text.round-text-fish .specialty-milk h4 {
    font-size: 20px;
    color: #851a60;
}
.border-inner .elementor-container.elementor-column-gap-default {
    border: 1px solid #c15327;
}
.general-mills .elementor-image-box-img img {
    max-height: 175px;
    object-fit: contain;
}
.quaker-images .elementor-image-box-img img {
    width: auto;
    max-height: 175px;
    object-fit: contain;
}
.images-bread .elementor-widget-image .elementor-widget-container {
    display: flex;
    height: 110px;
    align-items: center;
}
.images-bread .elementor-widget-container img {
    object-fit: contain;
    width: 100%;
    max-width: 220px;
}
.tortillas-images .elementor-image-box-img img {
    width: auto;
    height: 127px;
    object-fit: contain;
}
.small-heading-breadcrumb {
    font-size: 14px !important;
}
.medium-heading-breadcrumb {
    font-size: 24px !important;
}
.left-side .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.custom-accordion-sidebar ul li.active a {
    font-weight: bold;
}
.infant-cereal .elementor-image-box-img img {
    height: 140px;
}
.calculate-main-box .form-control:disabled {
    background-color: #fff;
}
.b-and-g-foods .product-image img {
    height: 150px;
    object-fit: contain;
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: 0 !important;
}
.icon-sizes .attachment-large.size-large {
    height: 35px !important;
    width: 35px !important;
    min-height: 30px !important;
    min-width: 30px !important;
}
.general-mills .small-image {
    width: 80%;
}
.quaker-images .elementor-image-box-img img {
    height: 180px;
    max-width: 125px;
}
.images-mix-blend-mode img {
    mix-blend-mode: multiply;
}
.breastfeeding-inner-details.wow.fadeInUp {
    margin-top: 10px;
}
/*header .navbar-nav, .search-box, .hero-breadcrumb {display: none !important;}*/
/* Program Booklet For Participants */
.search-icon-sec h2.elementor-heading-title:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/sites/5/2022/06/green-right-arrow.png) no-repeat;
    background-size: contain;
    height: 198px;
    width: 88px;
    top: 55px;
}
.search-icon-sec:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(/wp-content/uploads/sites/5/2022/06/red-bg.jpg) repeat top left;
    background-size: auto;
    z-index: -1;
}
.icon-part-sec .elementor-image-box-description {
    max-width: 180px;
    margin: 0px auto !important;
    display: block;
}
.icon-part-sec .elementor-image-box-img {
    height: 135px;
}
.icon-part-sec .elementor-image-box-img img {
    height: 100%;
    object-fit: contain;
}
.icon-part-sec .elementor-image-box-title {
    margin-bottom: 10px !important;
}
.title-arrow h2.elementor-heading-title:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/sites/5/2022/06/title-left-arrow.svg) no-repeat 100%;
    height: 108px;
    left: 0;
    top: 100%;
    width: 108px;
    transform: translate(-125px, -29px);
    background-size: contain;
}
.title-arrow h2.elementor-heading-title:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/sites/5/2022/06/title-right-arrow.svg) no-repeat 100%;
    height: 108px;
    right: 0;
    top: 100%;
    width: 108px;
    transform: translate(95px, -29px);
    background-size: contain;
}

.Legal.img-bg-img.care-pregnancy {
    padding: 108px 0 0 80px;
}
.sqaure-pink-bg {
    z-index: 1;
    overflow: hidden;
}
.sqaure-pink-bg:after {
    content: "";
    position: absolute;
    right: 70%;
    left: -3vw;
    top: -152px;
    bottom: 25%;
    background: url(/wp-content/uploads/sites/5/2022/06/red-bg.jpg) repeat top left;
    background-size: cover;
    z-index: -1;
}
.sqaure-pink-bg img {
    object-position: top center;
}
.resources-sec .elementor-image-box-img {
    height: 63px;
    text-align: center;
}
.resources-sec .elementor-image-box-title {
    margin-bottom: 5px;
}
.nutrition-box-sec .elementor-container.elementor-column-gap-default {
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.nutrition-box-sec .elementor-image-box-title {
    margin-bottom: 20px;
}
.nutrition-box-sec .elementor-image-box-description {
    max-width: 215px;
    margin: 0px auto !important;
}
.line-sec-shadow .elementor-widget-divider {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 44%);
}
.resources-btn a:hover {
    opacity: 0.8;
}

/*Program booklet for participaltes css*/
.faq-accordion-sec .elementor-column-gap-default .elementor-widget-wrap {
    max-width: 1000px;
    margin: 0px auto;
}
.faq-accordion-sec .elementor-accordion .elementor-accordion-item {
    border: 1px solid #f8d5e2 !important;
    margin-bottom: 50px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.faq-accordion-sec .elementor-accordion .elementor-accordion-item i {
    font-size: 30px;
    line-height: 20px;
}
.faq-accordion-sec .elementor-accordion .elementor-tab-content {
    border-top: 0 !important;
}
.breastfeeding-sec img.Care {
    height: 80px;
}
/*.breastfeeding-box-sec .elementor-column-gap-default{margin: 0px -20px !important;} */
.breastfeeding-box-sec .elementor-heading-title strong {
    font-family: "Archer-Bold", Sans-serif;
}
.breastfeeding-box-sec .list-style li {
    margin-bottom: 21px;
}
.breastfeeding-box-sec img {
    width: 100%;
    height: 290px !important;
    object-fit: cover;
    object-position: top center;
}
.faq-accordion-sec.only-accordion .elementor-accordion .elementor-accordion-item {
    border: 1px solid #64b558 !important;
}
.faq-accordion-sec .dot-list li::before {
    top: 2px;
}
.faq-accordion-sec .elementor-accordion a {
    color: #851a60;
}
.faq-accordion-sec .elementor-accordion a:hover {
    color: #000;
}
.mom-breastfeeding-sec {
    margin: 100px 75px !important;
}
.mom-breastfeeding-sec img {
    max-height: 950px !important;
}
.baby-mom-title {
    margin: 0px auto -200px !important;
    z-index: 1;
}
.grocery-store-sec {
    margin: -40px 100px 60px;
    background: #fff;
}
/* .grocery-store-sec:after {
    z-index: 1;
    position: absolute;
    background: url("/wp-content/uploads/sites/5/2022/08/green-top-pattern.png");
    width: 2000px;
    background-size: contain;
    height: 83px;
    content: "";
    left: -150px;
    top: 40%;
} */
.grocery-store-sec:after {
    z-index: 1;
    position: absolute;
    background: url(/wp-content/uploads/sites/5/2022/08/green-top-pattern.png) repeat center;
    width: 200vw;
    background-size: contain;
    height: 83px;
    content: "";
    left: 50%;
    top: 280px;
    transform: translateX(-50%);
}
/*.grocery-store-sec:before{z-index: -1;height: calc(100% - 50%); position: absolute; content: ""; width: 2000px; background: #fffdf8; top: 0; left: -150px;}
*/
.grocery-store-sec .elementor-container.elementor-column-gap-default {
    position: relative;
    z-index: 2;
}
.grocery-store-sec .elementor-widget-image .elementor-widget-container {
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.important--img-sec .gallery-item {
    text-align: left;
    display: block;
}
.important--img-sec .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px !important;
}
.important--img-sec .elementor-image-gallery .gallery-item img {
    margin: 0;
    border: 0 !important;
    max-width: 100%;
    margin-left: 37px !important;
}
.participants-rights-sec ul.elementor-icon-list-items {
    counter-reset: counter;
}
.participants-rights-sec li.elementor-icon-list-item:after {
    counter-increment: counter;
    content: counter(counter) ".";
    top: 0;
    font-weight: bold;
    color: #2a8731;
    font-family: "GothamHTF-Bold", Sans-serif;
}
.participants-rights-sec li.elementor-icon-list-item {
    position: relative;
    padding-left: 20px;
}
.participants-rights-sec .elementor-widget-heading {
    transform: translateX(-50%);
}
.participants-rights-sec .right-only-content li.elementor-icon-list-item:after {
    color: #851a60;
}
.tips-reminders figure.elementor-image-box-img {
    text-align: center;
}
.icon-box-content .elementor-image-box-img {
    margin-top: -70px !important;
}
.burmese-lang.hero h1 {
    line-height: normal !important;
}
.burmese-lang .close-list-red > li,
.burmese-lang .check-list-green > li {
    line-height: normal;
}
.burmese-lang .right-side.afc-sec .dot-list li::before {
    top: 9px !important;
}
.appointment-list strong {
    color: #1a5122;
}
.appointment-list .text-orange {
    color: #cf4a0f;
    font-style: italic;
}
.edu-logo {
    min-height: 150px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.step-icon-info .circle-icon {
    background: #3e5eab;
    width: 65px;
    text-align: center;
    height: 64px;
    font-size: 34px;
    margin: 0px auto 25px;
    font-family: "Archer-Bold";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    line-height: 46px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.step-icon-info .circle-icon span {
    font-family: "Archer-Bold";
    padding: 5px 8px 10px;
}
.title-arrow-left .elementor-widget-wrap.elementor-element-populated {
    max-width: 45%;
    margin: 0px auto;
    position: relative;
}
.title-arrow-left .elementor-widget-wrap.elementor-element-populated:after {
    background: url(/wp-content/uploads/sites/5/2022/08/left-arrow.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    height: 200px;
    width: 100%;
    top: 15px;
}
.infant-cereal.icon-box-content .card-icon {
    height: 100%;
}
.afc-sec-margin section {
    margin-bottom: 100px;
}
.nav-accordion .elementor-tab-title a span {
    font-size: 15px;
    font-family: "GothamHTF-Bold", Sans-serif;
    font-weight: 400;
}
.check-balance.bg-yellow:after {
    position: absolute;
    content: "";
    background: #fffdf8;
    bottom: -210px;
    width: 100%;
    height: 215px;
    left: 0;
}
.appointment-list .elementor-widget-image-box {
    margin-bottom: 10px !important;
}
.appointment-list .list-style.dot-list {
    color: #333232;
}
.food-titles .infarnt-sec h3 {
    font-size: 34px;
    font-family: "Montserrat-Regular";
    font-weight: 600;
}
.main-table.booklet-sec .overlay-content h4 {
    font-family: "GothamHTF-Bold";
    font-size: 20px;
}
.elementor-accordion .elementor-tab-title {
    font-weight: normal !important;
}
/* .afc-sec-margin strong{font-weight:600 !important;} */
.check-balance a:hover {
    color: #000 !important;
}
.check-balance .elementor-col-33 .elementor-widget-container,
.check-balance .elementor-col-33 .elementor-widget-image-box {
    height: 100%;
}
.nav-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title.singalclick + .elementor-tab-content {
    display: none !important;
}
/* .nav-accordion .elementor-accordion .elementor-tab-title.singalclick.active{ background-color: #F8F5F5 } */
.appointment-list .elementor-vertical-align-top .elementor-image-box-wrapper .elementor-image-box-content {
    margin-top: 4px;
}
.bg-lgt-green .elementor-container {
    background-color: #f5faec;
}
.important--img-sec .gallery-spacing-custom .elementor-image-gallery .gallery-icon:before {
    content: "";
    background-image: url(https://indiana.wicresources.org/wp-content/uploads/sites/5/2023/11/case-logo-sp-1.png);
    width: 30px;
    height: 30px;
    display: block;
    background-size: cover;
    position: absolute;
    display: none;
}
.manage-benefits-title .elementor-heading-title {
    display: flex;
    align-items: center;
}
.manage-benefits-title .elementor-heading-title img {
    margin-left: 40px;
}
html[lang="ar"] .manage-benefits-title .elementor-heading-title img {
    margin-left: 0px;
    margin-right: 40px;
}
.manage-benefits .elementor-widget-image > .elementor-widget-container {
    background: url("/wp-content/uploads/sites/5/2022/09/Indiana-WIC_Paper-Texture_Dots_Light-Green.jpg") no-repeat center/cover;
}
.manage-benefits .elementor-widget-image > .elementor-widget-container img {
    margin-bottom: -22px;
}
.orange-btm-pattern:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    width: 100%;
    height: 95px;
    background: url("/wp-content/uploads/sites/5/2022/09/orange_pattern.png") repeat-x center/102%;
}
.link-inr .elementor-button-icon > svg {
    width: auto;
}
.triangle:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -33px;
    width: 33px;
    height: 28px;
    background: url("/wp-content/uploads/sites/5/2022/09/triangle.svg") no-repeat center/cover;
}
.take-care-card .elementor-image-box-img img {
    max-width: 22px;
}
.about-ewic:after {
    content: none;
}
.transaction .elementor-image-box-content {
    text-align: left;
}
.transaction .elementor-image-box-title {
    text-align: center;
}
html[lang="ar"] .transaction .elementor-image-box-content {
    text-align: right;
}

html[lang="ar"] .sqaure-pink-bg:after {
    left: 70%;
    right: -3vw;
}
html[lang="ar"] .ul-fa li span {
    padding-left: 0px;
    padding-right: 10px;
}
html[lang="ar"] .list-unstyled1 li {
    justify-content: right !important;
}
html[lang="ar"] .cl-list h4 {
    padding-right: 15px;
    padding-left: 30px;
}
html[lang="ar"] .cl-list h4 span {
    padding-left: 16px;
    padding-right: 0;
}
html[lang="ar"] .title-icon img {
    margin-right: 20px;
    margin-left: 0px;
}
html[lang="ar"] .participants-rights-sec li.elementor-icon-list-item {
    padding-left: 0px;
    padding-right: 20px;
}
html[lang="ar"] .list-style li {
    text-align: right;
}
html[lang="ar"] .elementor-widget-icon-list .elementor-icon-list-text {
    text-align: right;
}
html[lang="ar"] .elementor-accordion {
    text-align: right;
}
html[lang="ar"] .tips-reminders figure.elementor-image-box-img {
    margin-left: 20px !important;
    margin-right: 0px !important;
}
html[lang="ar"] .title-arrow-left .elementor-widget-wrap.elementor-element-populated:after {
    transform: rotateY(180deg);
}
html[lang="ar"] .search-icon-sec h2.elementor-heading-title:after {
    background-image: url(/wp-content/uploads/sites/5/2023/05/green-right-arrow-ar.png);
}
.a-dark-green a {
    color: #2a8731;
}
.a-orange a {
    color: #cf4a0f;
}
.a-orange-2 a {
    color: #c94104;
}
.a-dark-green a:hover,
.a-orange a:hover {
    color: #851a60;
}
.quote-sec {
    position: relative;
}
.quote-sec:before {
    position: absolute;
    content: "";
    background: url(https://indiana.wicresources.org/wp-content/uploads/sites/5/2022/10/quote-left.svg);
    height: 25px;
    width: 35px;
    left: 0;
    top: 40px;
    background-size: contain !important;
    background-repeat: no-repeat;
}
.quote-sec:after {
    position: absolute;
    content: "";
    background: url(https://indiana.wicresources.org/wp-content/uploads/sites/5/2022/10/quote-right.svg);
    height: 25px;
    width: 35px;
    right: 0;
    bottom: 40px;
    background-size: contain !important;
    background-repeat: no-repeat;
}
.img-100.max-520 > .elementor-widget-wrap .elementor-widget.elementor-widget-image:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/sites/5/2022/10/green-dots.png);
    background-size: cover;
    height: 100%;
    width: calc(100% + 70px);
    top: 35px;
    left: -35px;
}
.img-100.max-520 > .elementor-widget-wrap .elementor-widget.elementor-widget-image .elementor-widget-container {
    position: relative;
}
.img-100.max-520 > .elementor-widget-wrap {
    position: relative;
}
.manage-benefits-title.trends-sec .elementor-heading-title {
    justify-content: space-between;
}
.manage-benefits-title.trends-sec .elementor-heading-title img {
    max-width: 139px;
}
.maxheight .img-100 .elementor-widget-image .elementor-widget-container img {
    max-height: 660px;
}
.h-520 img {
    max-height: 520px;
    object-fit: contain;
}
table.initiation {
    border: none;
    border-collapse: collapse;
}
.initiation td:first-child,
.initiation th:first-child {
    border-left: 0;
    text-align: left;
}
.initiation td:last-child,
.initiation th:last-child {
    border-right: 0;
}
.initiation td,
.initiation th {
    border: 1px solid #707070;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3;
    vertical-align: middle;
}
.initiation th {
    font-family: "GothamHTF-Medium", Sans-serif;
    font-weight: normal;
    font-size: 14px !important;
    white-space: nowrap;
}
.initiation tr:first-child th,
.initiation tr:first-child td {
    border-top: 0;
}
.initiation th:first-child {
    font-family: "GothamHTF-Bold", sans-serif;
    font-size: 15px !important;
}
.initiation .t-bgred th:first-child {
    background: #d71920;
    color: #fff;
    height: 60px;
}
.initiation .t-bgred th {
    background: #fee9f1;
}
.initiation tr th { padding: 15px !important; }
.initiation .t-bgpurple th:first-child {
    background: #851a60;
    color: #fff;
    height: 60px;
}
.initiation .t-bgpurple th {
    background: #f0e2eb;
}
.initiation .t-bgorange th:first-child {
    background: #c05327;
    color: #fff;
    height: 60px;
}
.initiation .t-bgorange th {
    background: #fdedd9;
}
.initiation .t-bggreen th:first-child {
    background: #2a8731;
    color: #fff;
    height: 60px;
}
.initiation .t-bggreen th {
    background: #e4f0e5;
}
.tab-responsive .elementor-widget-container {
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
}
.percentage .elementor-widget-container h3 {
    font-family: "Archer Book", Sans-serif;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 5px;
}
.max-500 .elementor-widget-container {
    max-width: 500px;
    margin: auto !important;
}
.magnifier {
    pointer-events: none;
}
.title-rightImg .elementor-image-box-wrapper {
    align-items: center !important;
}
.title-rightImg.img-minus .elementor-image-box-wrapper figure.elementor-image-box-img {
    margin-top: -60px !important;
}
.small-13 .elementor-widget-container small {
    display: block;
    font-size: 85%;
}
.staff-numb .elementor-widget-image-box .elementor-widget-container {
    width: 110px;
    height: 110px;
    margin: auto;
}
.staff-numb .elementor-image-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.staff-numb .elementor-image-box-title {
    margin-bottom: 0;
}
.peer-support figure.elementor-image-box-img {
    max-width: 175px;
}
.staff-icon figure.elementor-image-box-img {
    max-width: 175px;
}
.peer-support h3.elementor-image-box-title {
    margin-bottom: 10px;
}
.pandemic-sec .victory-sec:before {
    content: "";
    bottom: 0;
    right: 0;
    height: calc(100% - 20px);
    position: absolute;
    background-image: url("/wp-content/uploads/sites/5/2022/09/ewic-card-bg.jpg");
    width: 100%;
    background-size: auto;
    z-index: -1;
}
.image-overlap .elementor-widget-container {
    max-width: 170px;
    margin-left: auto;
    position: absolute;
    z-index: 11;
    right: 10px;
    top: -95px;
}
.goal-icon .elementor-icon-box-icon {
    margin-bottom: -15px;
}
.cessation:after {
    content: "";
    bottom: -75px;
    right: 0;
    height: 105px;
    position: absolute;
    background-image: url("/wp-content/uploads/sites/5/2022/10/Mask-Group-88.png");
    width: 100%;
    background-size: initial;
    z-index: -1;
    background-repeat: repeat;
    left: 0;
}
.green-line-after ul li {
    position: relative;
}
.green-line-after ul li.elementor-icon-list-item:not(:last-child):after {
    position: absolute;
    content: "";
    background: #43b94a;
    height: 18px;
    width: 2px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.green-line-after ul li.elementor-icon-list-item:nth-last-child(2):after {
    content: none;
}
.green-line-after ul li.elementor-icon-list-item:nth-last-child(2) {
    padding-bottom: 0 !important;
}
.green-line-after ul li.elementor-icon-list-item:last-child {
    margin-top: 0 !important;
}
.img-btm.title-rightImg figure.elementor-image-box-img img {
    max-height: 165px;
    object-fit: contain;
}
.img-btm.title-rightImg figure.elementor-image-box-img {
    position: absolute;
    bottom: -120px;
    right: 0;
    max-width: 180px;
}
.img-btm.title-rightImg.support-training figure.elementor-image-box-img {
    bottom: -80px;
}
.percentage .elementor-widget-container h5 {
    font-size: 18px;
    line-height: 1.35;
}
/*.gotham-black span {font-family: 'GothamHTF-Black';}*/
span.redclr {
    color: #d71920;
    font-family: "GothamHTF-Bold", sans-serif;
}
.changes .goal-icon .elementor-widget-container {
    max-width: 300px;
    min-height: 310px;
}
/* .award-badge:before { content: ""; background: #2A8731; height: 130px; width: 130px; position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; border-radius: 50%; z-index: -1; } */
.award-badge.badge-red span.elementor-divider__text.elementor-divider__element {
    background: #c5322c;
}
.award-badge span.elementor-divider__text.elementor-divider__element {
    background: #2a8731;
}
.medium-italic strong {
    font-family: "GothamHTF-Medium", Sans-serif !important;
}
.minus-sign-list li.elementor-icon-list-item:before {
    content: "-";
    font-size: 14px;
    margin-right: 5px;
}

html[lang="ar"] .care-ewic-card .take-care-card .elementor-widget-container .elementor-image-box-img {
    margin-left: 10px !important;
}
html[lang="bur"] .ea-flipbox-icon {
    line-height: 1 !important;
}
html[lang="bur"] .ul-fa i.fa.fa-circle {
    font-size: 5px;
    position: absolute;
    top: 10px;
}
html[lang="bur"] .location-left-arrow {
    line-height: 1.7 !important;
}
html[lang="bur"] i.fa,
html[lang="bur"] i.fa {
    line-height: 1 !important;
}
html[lang="ar"] .cookie-setting-link {
    margin-left: 1rem !important;
}
html[lang="bur"] .care-ewic-card p.elementor-image-box-description {
    line-height: 1 !important;
}

.img-180deg svg {
    transform: rotate(180deg);
}

.hero.hero-text-center > .elementor-container.elementor-column-gap-default {
    height: 100%;
    align-items: center;
}
.arbic-bold-font h5 span {
    font-weight: 700;
}
.arbic-bold-font strong {
    font-weight: 700 !important;
}
.foods-sec-v2 .img-sec,
.foods-sec-v2 .elementor-tab-content .row > div:first-child h3.image-box-title,
.foods-sec-v2 .test-sec {
    text-align: center !important;
}
.sidebar-nav ul {
    padding-bottom: 20px !important;
}
.modal-open {
    padding-right: 0 !important;
}

.avoid-sec img {
    width: 47px;
}

@media only screen and (min-width: 768px) {
    .ewic-card-box .elementor-image-box-img {
        margin-right: 3% !important;
    }
    html[lang="ar"] .ewic-card-box .elementor-image-box-img {
        margin-left: 3% !important;
    }
    html[lang="ar"] .ewic-card-box .elementor-widget-icon-list .elementor-widget-container {
        padding-right: calc(8% - 6px) !important;
    }
    .care-ewic-card .take-care-card .elementor-widget-container {
        padding-right: calc(9% - 7px) !important;
    }
}
@media only screen and (min-width: 992px) {
    .spacing-left-side {
        padding-left: 45px;
    }
    
    header #navbar ul li.mega-dropdown {
        position: static;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu {
        background: transparent;
        padding-top: 22px;
        top: 74%;
        width: 100%;
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transform: translate(0, 10px);
        transition: opacity 100ms ease-in, transform 100ms ease-in, visibility 100ms ease-in;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
        border: none;
        border-radius: 0;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu::before {
        content: "";
        background-color: #dff2fb;
        position: absolute;
        top: 22px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu .container {
        display: block;
    }
    header #navbar ul li.mega-dropdown:hover .dropdown-menu,
    header #navbar ul li.mega-dropdown .dropdown-menu.open {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
        transition: opacity 350ms ease-in, transform 350ms ease-in, visibility 350ms ease-in;
    }
    
    .main-table {
        padding: 55px 70px 30px;
    }
    .main-table .overlay-content h3,
    .main-table .table-bordered thead th {
        font-size: 18px;
    }
    .main-table .table-bordered th,
    .main-table .table-bordered td {
        padding: 8px;
    }
   
}
@media only screen and (min-width: 1024.98px) {
    .big-heading-img h2 {
        font-size: 32px !important;
    }
    .section-info-text br {
        display: none;
    }
    .medium-heading-breadcrumb {
        font-size: 60px !important;
    }
    .small-heading-breadcrumb {
        font-size: 30px !important;
    }
    html[lang="bur"] .medium-heading-breadcrumb {
        font-size: 42px !important;
    }
    html[lang="bur"] .small-heading-breadcrumb {
        font-size: 24px !important;
    }
}
@media only screen and (min-width: 1799.98px) {
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li a.btn.btn-text-big {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1599.98px) {
    .big-heading-img h2 {
        font-size: 40px !important;
    }
    .main-table .overlay-content h3,
    .main-table .table-bordered thead th {
        font-size: 20px;
    }
    .img-100.max-520 .elementor-widget-image {
        max-height: 610px;
    }
}
@media only screen and (min-width: 1600px) {
    .ewic-card-box .elementor-image-box-img {
        margin-right: 2% !important;
    }
    html[lang="ar"] .ewic-card-box .elementor-image-box-img {
        margin-right: 0% !important;
        margin-left: 2% !important;
    }
    .ewic-card-box .elementor-widget-icon-list .elementor-widget-container {
        padding-left: calc(9% - 7px) !important;
    }
    html[lang="ar"] .ewic-card-box .elementor-widget-icon-list .elementor-widget-container {
        padding-left: 0 !important;
        padding-right: calc(8% - 6px) !important;
    }

    .staff-numb .elementor-widget-image-box .elementor-widget-container {
        width: 150px;
        height: 150px;
    }
}
@media only screen and (min-width: 1800px) {
    .ewic-card-box .elementor-image-box-img {
        margin-right: 1% !important;
    }
    .ewic-card-box .elementor-widget-icon-list .elementor-widget-container {
        padding-left: calc(8% - 6px) !important;
    }
    html[lang="ar"] .ewic-card-box .elementor-widget-icon-list .elementor-widget-container {
        padding-right: calc(8% - 6px) !important;
        padding-left: 0 !important;
    }
    .transaction.elementor-section {
        padding: 0% 12% 6% 12% !important;
    }
}
@media only screen and (min-width: 2000px) {
    .holcomb.green-paper-texture1 {
        padding: 0 80px 0 70px !important;
    }
}
@media only screen and (max-width: 1675.98px) {
    .title-arrow-left .elementor-widget-wrap.elementor-element-populated {
        max-width: 50%;
    }
}
@media only screen and (max-width: 1599.98px) {
    .healthy-child.breastfeeding-box-info .text-dr-blue {
        font-size: 15px !important;
    }
    .sp-sec .healthy-child.breastfeeding-box-info .text-dr-blue {
        font-size: 13px !important;
    }
    .h-green-bg h2 {
        font-size: 32px !important;
    }
    .img-right-text img {
        min-height: 300px;
        object-fit: cover;
    }
    .breastfeeding-box-sec img {
        height: auto !important;
    }
    .mom-breastfeeding-sec {
        padding: 125px 50px 70px 50px !important;
    }
    .mom-breastfeeding-sec .elementor-element-populated {
        margin: 0 !important;
    }
    /* .mom-breastfeeding-sec .elementor-widget-image,
    .mom-breastfeeding-sec .elementor-widget-image > div {
        height: 100%;
    } */
    .mom-breastfeeding-sec .elementor-widget-image img {
        /* max-height: 100%;
        display: block;
        object-fit: contain; */
        height: 100% !important;
    }
    .care-ewic-card .take-care-card .elementor-widget-container {
        padding-right: calc(13% - 7px) !important;
    }
    html[lang="ar"] .ewic-card-box .elementor-widget-icon-list .elementor-widget-container {
        padding-right: calc(13% - 6px) !important;
    }
}
@media only screen and (max-width: 1499.98px) {
    .orange-btm-pattern:before {
        height: 72px;
    }
}
@media only screen and (max-width: 1399.98px) {
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li {
        flex-basis: 25%;
        -webkit-flex-basis: 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 15px 0;
    }
    .title-arrow-left .elementor-widget-wrap.elementor-element-populated {
        max-width: 60%;
    }
    .img-minus-0 .elementor-widget-container {
        margin-top: 5px !important;
    }
}
@media only screen and (max-width: 1350.98px) {
    .staff-numb .elementor-widget-image-box .elementor-widget-container {
        width: 95px;
        height: 95px;
    }
    .staff-numb .elementor-widget-image-box h3.elementor-image-box-title {
        font-size: 40px !important;
    }
}
@media only screen and (max-width: 1299.98px) {
    .title-icon img {
        max-width: 80px !important;
    }
    .h-green-bg h2 {
        font-size: 28px !important;
    }
    .search-icon-sec h2.elementor-heading-title:after {
        height: 105px;
        width: 55px;
        top: 85px;
        right: -30px;
    }
    html[lang="ar"] .search-icon-sec h2.elementor-heading-title:after {
        right: auto;
        left: -30px;
    }
    .mom-breastfeeding-sec .elementor-widget-wrap .elementor-element.elementor-element-aea5bbc .elementor-widget-container {
        padding: 50px !important;
    }
    .title-arrow-left .elementor-widget-wrap.elementor-element-populated {
        max-width: 70%;
    }
    .mom-breastfeeding-sec .elementor-widget-image img {
        object-fit: 100% !important;
    }
    #gallery-1 .gallery-item {
        width: calc(30% + 10px) !important;
        padding-right: 0;
    }
    .important--img-sec .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
        padding: 0 10px !important;
    }
    #recipies .elementor-element-8421388 .elementor-element.elementor-element-cd7b831.elementor-widget-heading,
    #recipies .elementor-element.elementor-element-3b6d418 {
        max-width: 280px;
    }
}
@media only screen and (max-width: 1199.98px) {
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list {
        padding-left: 15px;
        justify-content: center;
        padding: 0 17.7%;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li {
        padding-left: 15px;
        padding-right: 15px;
        margin: 15px 0;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li a.btn {
        min-height: 60px;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li a.btn.btn-text-big {
        font-size: 13px;
        min-height: 50px;
        padding: 9px;
    }
    header #navbar ul li.mega-dropdown > a {
        position: relative;
        padding-right: 27px;
    }
    header #navbar ul li.mega-dropdown > a span {
        position: absolute;
        display: inline-flex;
        height: 41px;
        top: 0;
        width: 50px;
        align-items: center;
        justify-content: center;
        right: -9px;
        font-size: 18px;
    }
    .list-link li a {
        font-size: 18px;
    }
    .img-btm.title-rightImg figure.elementor-image-box-img img {
        max-height: 130px;
    }
    .img-btm.title-rightImg figure.elementor-image-box-img {
        bottom: -85px;
    }
    .flag-img figure.elementor-image-box-img {
        max-width: 150px;
    }
}
@media only screen and (max-width: 1024.98px) {
    #recipies .elementor-element-8421388 .elementor-element.elementor-element-cd7b831.elementor-widget-heading,
    #recipies .elementor-element.elementor-element-3b6d418 {
        max-width: 100%;
    }
    html[lang="ar"] .ewic-card-box .elementor-widget-icon-list .elementor-widget-container {
        padding-right: calc(15% - 6px) !important;
    }
    .care-ewic-card .take-care-card .elementor-widget-container {
        padding-right: calc(15% - 7px) !important;
    }

    .img-right-text img {
        max-height: 300px;
    }
    .custom-label-design {
        margin-bottom: 5px;
    }
    .search-icon-sec h2.elementor-heading-title br {
        display: none;
    }
    .search-icon-sec h2.elementor-heading-title:after {
        top: 38px;
        height: 132px;
        right: 0;
    }
    html[lang="ar"] .search-icon-sec h2.elementor-heading-title:after {
        right: auto;
        left: 0;
    }
    .icon-part-sec .elementor-image-box-description {
        max-width: 100%;
        padding: 0px 20px;
    }
    .title-arrow h2.elementor-heading-title:before {
        transform: translate(95px, -19px);
        height: 88px;
        width: 80px;
    }
    .title-arrow h2.elementor-heading-title:after {
        transform: translate(-100px, -19px);
        height: 88px;
        width: 80px;
    }
    .serach-title br {
        display: none;
    }
    .info-sec .title-icon {
        justify-content: center;
    }
    .info-btn-sec {
        justify-content: center !important;
        display: flex;
        margin: 0 auto;
    }
    .breastfeeding-sec img.Care {
        height: 70px;
    }
    .mom-breastfeeding-sec .elementor-widget-image,
    .mom-breastfeeding-sec .elementor-widget-image > div {
        height: auto;
    }
    .mom-breastfeeding-sec .elementor-widget-image img {
        max-height: unset;
        object-fit: contain;
        height: 500px !important;
        margin: 0px auto;
    }
    .grocery-store-sec {
        margin: -40px 40px 60px;
    }
    .mom-breastfeeding-sec {
        margin: 100px 75px 65px !important;
    }
    .important--img-sec .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
        padding: 0 20px 0px !important;
        min-height: 54px;
        margin-bottom: 10px !important;
    }
    .icon-box-content .elementor-image-box-img {
        margin-top: -50px !important;
    }
    .infant-cereal .elementor-image-box-img img {
        height: 80px;
    }
    .afc-sec-margin section {
        margin-bottom: 80px;
    }
    .breastfeeding-box-sec .list-style li {
        margin-bottom: 10px;
    }
    #gallery-1 {
        display: flex;
        flex-wrap: wrap;
    }
    #gallery-1 .gallery-item {
        width: 50% !important;
        max-width: 50% !important;
    }
    #gallery-2 {
        display: flex;
        flex-wrap: wrap;
    }
    #gallery-2 .gallery-item {
        width: 50% !important;
        max-width: 50% !important;
    }
    .percentage .elementor-widget-container h3 {
        font-size: 65px;
    }
    .img-100.max-520 > .elementor-widget-wrap .elementor-widget.elementor-widget-image:before {
        width: calc(100% + 30px);
        top: 15px;
        left: -15px;
    }
}
@media only screen and (max-width: 991.98px) {
    header .navbar-nav .dropdown-menu {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 0;
        margin-top: 0;
    }
    header .navbar-nav .dropdown-menu .container {
        display: inline-block;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li .category-box {
        box-shadow: unset;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li .category-box .category-img {
        display: none;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li a.btn.btn-text-big {
        position: unset;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 3px;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li a.btn.btn-text-big {
        position: unset;
        background-color: transparent;
        text-align: left;
        justify-content: flex-start;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        color: #fff !important;
        box-shadow: none;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list li:last-child a.btn.btn-text-big {
        border-bottom: 0;
    }
    header #navbar ul li.mega-dropdown > a span {
        height: 52px;
        right: -10px;
    }
    .hero .hero-breadcrumb ul li::after {
        font-size: 13px;
    }
    .contact-us-list a {
        font-size: 18px;
    }
    .contact-us-list a img {
        max-width: 92px;
    }
    .el-footer-info {
        text-align: center;
    }
    header #navbar ul li.mega-dropdown .dropdown-menu ul.category-list {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-table .overlay-content h3 {
        font-size: 18px;
    }
    .orange-btm-pattern:before {
        height: 60px;
    }
    .flag-img.flag-100 .elementor-image-box-wrapper {
        flex-wrap: wrap;
    }
    .flag-img.flag-100 figure.elementor-image-box-img {
        margin: auto !important;
    }
    .map-section img {
        max-height: 600px;
        width: auto !important;
    }
    .map-section a {
        width: 100%;
    }
    .img-right-text > .elementor-widget-wrap > .elementor-widget-image {
        height: auto;
    }
}
@media only screen and (max-width: 767.98px) {
    html[lang="ar"] .ewic-card-box .elementor-widget-icon-list .elementor-widget-container {
        padding-right: 0 !important;
    }
    .care-ewic-card .take-care-card .elementor-widget-container {
        padding-right: 0 !important;
    }
    .content-info {
        border-top: 1px solid #d0d0d0;
        border-left: 0;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .content-info:first-child {
        border-top: 0;
        border-left: 0;
    }
    .content-info a {
        font-size: 16px;
    }
    html[lang="bur"] .hero h1 {
        line-height: 1.6em !important;
    }
    .main-table .overlay-content {
        width: 80%;
    }
    .calculate-box {
        width: 90%;
        padding: 80px 30px 30px 30px;
    }
    .calculate-box .overlay-content {
        width: 85%;
        padding: 15px;
    }
    .calculate-box .overlay-content h4 {
        font-size: 16px;
        margin: 0;
    }
    .calculate-box h3 {
        font-size: 16px;
    }
    .food-clear h4.content-text-purple {
        font-size: 20px;
    }
    .afc-sec-margin section {
        margin-bottom: 55px;
    }
    .input-form {
        padding-left: 35px;
    }
    .calculate-box .overlay-content h3 {
        font-size: 16px;
    }
    .section-info-text.dish-grains-text {
        text-align: left;
    }
    .search-icon-sec:after {
        height: calc(100% - 50%);
        width: calc(100% - 0px);
    }
    .title-arrow h2.elementor-heading-title:before {
        width: 90px;
        transform: translate(-25px, 13px);
        height: 55px;
    }
    .title-arrow h2.elementor-heading-title:after {
        width: 90px;
        transform: translate(-25px, 13px);
        height: 55px;
    }
    .search-icon-sec h2.elementor-heading-title,
    .search-icon-sec .elementor-widget-heading {
        width: auto !important;
    }
    .search-icon-sec h2.elementor-heading-title:after {
        height: 80px;
        top: 15px;
        right: -49px;
    }
    html[lang="ar"] .search-icon-sec h2.elementor-heading-title:after {
        right: auto;
        left: -49px;
    }
    .sqaure-pink-bg:after {
        display: none;
    }
    .sqaure-pink-bg img {
        object-position: center center;
    }
    .nutrition-box-sec .elementor-image-box-description {
        max-width: 270px;
    }
    .faq-accordion-sec .elementor-accordion .elementor-accordion-item {
        margin-bottom: 35px;
    }
    .faq-accordion-sec .elementor-accordion .elementor-accordion-item i {
        font-size: 25px;
    }
    .mom-breastfeeding-sec {
        margin: 50px 20px 65px !important;
        width: calc(100% - 40px) !important;
        padding: 85px 5px 50px 5px !important;
    }
    .mom-breastfeeding-sec .elementor-widget-wrap .elementor-element.elementor-element-aea5bbc.elementor-widget-text-editor .elementor-widget-container {
        padding: 70px 25px !important;
    }
    .mom-breastfeeding-sec .elementor-widget-image img {
        height: 300px !important;
    }
    .tips-reminders figure.elementor-image-box-img {
        margin-bottom: 20px !important;
        text-align: left;
    }
    .grocery-store-sec {
        margin: -40px 20px 0px !important;
    }
    .grocery-store-sec .elementor-widget-image .elementor-widget-container {
        height: auto;
    }
    .infant-cereal .elementor-image-box-img img {
        height: 90px;
    }
    .appointment-list .elementor-widget-image-box .elementor-image-box-wrapper {
        display: flex;
    }
    .appointment-list .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
        margin-left: 15px;
    }
    .important--img-sec .gallery-columns-3 {
        display: flex;
        flex-wrap: wrap;
    }
    .important--img-sec .gallery-columns-3 .gallery-item {
        width: calc(100% / 2) !important;
    }
    .important--img-sec .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
        min-height: auto;
    }
    .cricle-in-blue h4 {
        font-size: 16px;
    }
    .step-icon-info .circle-icon {
        width: 50px;
        height: 50px;
        font-size: 25px;
        margin: 0px auto 10px;
        line-height: 35px;
    }
    .baby-mom-title {
        margin: 0px auto -118px !important;
    }
    .icon-box-content .elementor-image-box-img {
        margin-top: -75px !important;
    }
    .mobile-br br {
        display: none;
    }
    .breastfeeding-box-sec img {
        height: 48vh !important;
        object-position: center;
    }
    #gallery-1 .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
    }
    .orange-btm-pattern:before {
        height: 40px;
        background-size: 162%;
    }
    .ewic-card-box .elementor-image-box-img {
        margin-bottom: 15px !important;
    }
    .take-care-card .elementor-image-box-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .take-care-card.elementor-widget-image-box .elementor-image-box-img {
        margin-left: 0 !important;
    }
    .take-care-card.elementor-widget-image-box .elementor-image-box-content {
        width: calc(100% - 30px);
    }
    .transaction .elementor-image-box-title {
        text-align: left;
    }
    html[lang="ar"] .transaction .elementor-image-box-title {
        text-align: right;
    }
    .quote-sec:before,
    .quote-sec:after {
        height: 18px;
        width: 28px;
        background-size: 100% 100%;
    }
    .quote-sec:before {
        top: 30px;
    }
    .quote-sec:after {
        bottom: 30px;
    }
    .percentage .elementor-widget-container h3 {
        font-size: 50px;
    }
    .title-rightImg .elementor-image-box-wrapper {
        align-items: center !important;
        text-align: right;
        flex-direction: row-reverse;
        display: flex;
    }
    .title-rightImg .elementor-image-box-wrapper figure.elementor-image-box-img {
        width: 150px !important;
        margin-top: 0 !important;
    }
    .title-rightImg.img-minus .elementor-image-box-wrapper figure.elementor-image-box-img {
        margin-top: 0 !important;
    }
    .image-overlap .elementor-widget-container {
        max-width: 130px;
        right: 0;
        top: -85px;
    }
    .img-btm.title-rightImg figure.elementor-image-box-img img {
        max-height: 100px;
    }
    .img-btm.title-rightImg figure.elementor-image-box-img {
        position: static;
    }
    .changes .goal-icon .elementor-widget-container {
        max-width: 100;
    }
    .pandemic-sec .image-overlap .elementor-widget-container {
        max-width: 100px;
        top: -60px;
    }
    .staff-numb .elementor-widget-image-box .elementor-widget-container {
        width: 120px;
        height: 120px;
    }
    .important--img-sec .gallery-spacing-custom .elementor-image-gallery .gallery-icon:before {
        width: 25px !important;
        height: 25px !important;
    }
    #gallery-2 .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 500px) {
    .search-icon-sec h2.elementor-heading-title {
        max-width: calc(100% - 20px);
    }
    .search-icon-sec h2.elementor-heading-title:after {
        right: -15px;
    }
    html[lang="ar"] .search-icon-sec h2.elementor-heading-title:after {
        right: auto;
        left: -15px;
    }
    .title-arrow-left .elementor-widget-wrap.elementor-element-populated {
        max-width: 100%;
    }
    .breastfeeding-box-sec img {
        height: auto !important;
    }
    .manage-benefits-title.trends-sec .elementor-heading-title img {
        max-width: 100px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 370px) {
    .info-btn-sec.full-width-mobile-box .elementor-button {
        padding: 30px 70px 30px 70px !important;
    }
}

/* Share btn css  */
.page-share-sec {
    position: fixed;
    bottom: 50%;
    z-index: 99;
    right: 0;
    transform: translateY(50%);
}
.share-popup .modal-content .nav-tabs {
    width: 100%;
    border-bottom: 0;
    padding: 5px;
    border: 1px solid #3e5eab;
    margin-bottom: 25px;
}
.share-popup .modal-content .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}
.share-popup .modal-content {
    background-color: #eff2f9;
    min-height: 310px;
    border: 0;
    border-radius: 10px;
    border-image: 0;
    justify-content: center;
}
.share-popup .modal-header {
    border: 0;
    justify-content: end;
}
.share-popup .modal-content .nav-tabs .nav-item .nav-link {
    color: #000000;
    font-size: 18px;
    border-radius: 0;
    border: 0;
}
.share-popup .modal-content .nav-tabs .nav-item .nav-link.active {
    color: #ffffff;
    border-radius: 0;
    background-color: #3e5eab;
}
.share-popup .modal-content .nav-tabs .nav-item .nav-link:hover {
    border: 0;
}
.share-popup .modal-content .tab-content form {
    width: 100%;
}
.share-popup .modal-content .tab-content form label,
.tab-content form input {
    width: 100%;
    font-size: 16px;
    color: #000000;
}
.share-popup button.submit-btn, .share-popup input.submit-btn {
    width: 30% !important;
    height: 45px;
    margin-top: 30px;
}
.share-popup .modal-content .tab-content form input {
    height: 45px;
    padding: 0 12px;
    border: 1px solid #333232;
}
.share-popup .modal-content .tab-content .submit-btn {
    padding: 20px 20px;
    margin-top: 20px;
    line-height: 0;
    text-transform: uppercase;
    border: 1px solid #3e5eab !important;
    background-color: #3e5eab;
    color: #ffffff;
    font-size: 18px;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    float: left;
    outline: 0;
}
.share-popup .submit-btn:hover {
    color: #3e5eab !important;
    background-color: #ffffff !important;
    border: 1px solid #3e5eab !important;
    outline: 0;
}
.page-share-sec .share-btn i {
    font-size: 45px;
    color: #2a8731;
}
.page-share-sec button.share-btn {
    border: 0;
    background-color: #ffffff;
    padding: 8px 5px 2px 7px;
    line-height: normal;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.page-share-sec button.share-btn:focus,
.page-share-sec button.share-btn:active {
    border: 0;
    outline: 0;
    background-color: #ffffff !important;
    border-image-width: 0;
    box-shadow: none !important;
}
.modal.share-popup {
    padding-right: 0 !important;
}
.share-popup .submit-sec {
    display: flex;
    flex-direction: column;
}
.share-popup .submit-sec > p{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.share-popup .submit-sec span.wpcf7-spinner {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
}
/* .share-popup .submit-sec span.wpcf7-spinner {
    display: none;
} */
/* .page-share-sec .share-btn i:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: #fff;
    left: 15%;
    top: 6px;
    z-index: -1;
    margin: 0 auto;
} */
.topclose-btn .close {
    padding: 15px !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3e5eab;
    opacity: 1;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    text-shadow: none;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}
.topclose-btn .close span {
    font-size: 25px;
    font-weight: 500;
}
.topclose-btn .close:hover {
    opacity: 1 !important;
}

span.mail_success_send {
    color: #2a8731;
}
/* .sms_message_p {position: relative;} */
.sms_message_p{
    position: absolute;
    /* left: 16px; */
    bottom: 85px !important;
}

.smsfiled .wpcf7-form .submit-btn ~ .wpcf7-spinner:before{
    display: none;
}

.smsfiled .submit-btn {
    margin-top: 8px !important;
}

.smsfiled .form-checkbox input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    opacity: 0;
}
.smsfiled .form-checkbox .wpcf7-list-item {
    margin-left: 0 !important;
}
.smsfiled .form-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.smsfiled .form-group {
    margin-bottom: 10px;
}
.smsfiled .form-checkbox input[type="checkbox"] ~ span.wpcf7-list-item-label {
    font-size: 13px !important;
    margin-left: 10px;
}
.form-group > p {
    margin-bottom: 0;
}
.smsfiled .sent .form-checkbox .wpcf7-list-item{
    opacity: 0;
    pointer-events: none;
}

.smsfiled .form-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before, .radio .wpcf7-list-item-label::before {
    background: #ffffff;
    border: 1px solid #3e5eab;
    border-radius: 3px;
    content: "";
    height: 22px;
    position: absolute;
    width: 22px;
    left: 0;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0;
}
.smsfiled .form-checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    background: #3e5eab;
    border: 1px solid #3e5eab;
    border-radius: 2px;
    content: "\f00c";
    height: 22px;
    position: absolute;
    width: 22px;
    font-family: FontAwesome;
    color:  #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-sec .form-sms > p {
    display: flex;
    align-items: center;
}
.submit-btn.loader_load:after,
.smsfiled .wpcf7-form.submitting .submit-btn ~ .wpcf7-spinner:after {
    content: "";
    position: absolute;
    width: 35px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #3e5eab) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
    margin-left: 50px;
    margin-top: -18px;
    z-index: 2;
}
.smsfiled .wpcf7-form.submitting .submit-btn ~ .wpcf7-spinner:after {
    margin-left: 0px !important;
    margin-top: 0px !important;
}


@keyframes l4 {
    to {
        transform: rotate(1turn);
    }
}

/* Share inner button */

.page-share-sec.innerpage-share { position: static;transform: none;display: flex; justify-content: flex-end;}
.page-share-sec.innerpage-share button.share-btn { background-color: #2a8731 !important; color: #ffffff; padding: 10px 30px; line-height: normal !important;border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 18px; text-transform: uppercase; border: 1px solid #2a8731 !important; -webkit-transition: ease-in-out all 0.2s; -ms-transition: ease-in-out all 0.2s; -o-transition: ease-in-out all 0.2s; transition: ease-in-out all 0.2s; }
.page-share-sec.innerpage-share button i { font-size: 22px; margin-left: 15px; color: #ffffff; -webkit-transition: ease-in-out all 0.2s; -ms-transition: ease-in-out all 0.2s; -o-transition: ease-in-out all 0.2s; transition: ease-in-out all 0.2s; }
.page-share-sec.innerpage-share button i {
    font-size: 22px;
    margin-left: 15px;
    color: #ffffff;
    line-height: normal;
}

.page-share-sec.innerpage-share button.share-btn:hover {
    background-color: #ffffff !important;
    color: #2a8731 !important;
}

.page-share-sec.innerpage-share button:hover i {
    color: #2a8731;
}
html[lang="ar"] .page-share-sec.innerpage-share button i {
    margin-left: 0;
    margin-right: 15px;
}
html[lang="ar"] .modal-content .modal-body {
    direction: ltr;
    text-align: left !important;
}
/* Share inner button - End*/

@media only screen and (max-width: 420.98px) {
    .share-popup .modal-content {
        min-height: 100%;
    }
    .sms_message_p {bottom: 85px !important;}
}
@media only screen and (max-width: 575.98px) {
    .share-popup button.submit-btn, .share-popup input.submit-btn {
        width: 42% !important;
    }
    .share-popup .modal-content .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }
    .share-popup .modal-content .tab-content .submit-btn {
        font-size: 16px;
        margin-top: 20px;
    }
    .share-popup .modal-content .tab-content .submit-btn {
        padding: 5px 20px;
    }
    .share-popup .modal-content .tab-content form input {
        height: 45px;
    }
    .topclose-btn .close {
        width: 20px;
        height: 20px;
        top: 12px;
        right: 12px;
    }
    .page-share-sec button.share-btn {padding: 6px 5px 0px 7px;}
    .page-share-sec .share-btn i {font-size: 35px;}

    .page-share-sec.innerpage-share button.share-btn {padding: 8px 20px;}
    .sms_message_p {    bottom: 95px !important;}
}
@media only screen and (max-width: 767.98px) { 
    .page-share-sec.innerpage-share{justify-content: center;}
}

/* Share btn css - End*/

html[lang="ar"] .your_wic_appointment h6.elementor-image-box-title {
    font-weight: 400 !important;
}
@media(min-width: 1024px) and (max-width:1850px){
    .audio-left { padding-left: 50px; }
    .audio-right{ padding-right: 60px;}
}
@media(min-width: 1301px) and (max-width:1400px){
    .babygetmorefood .elementor-widget-container { padding: 80px 40px !important; }
    .babygetmorefood .elementor-widget-container p { font-size: 22px; line-height: 1.3em; }
    .babygetmorefood.babybrestfeed-left-content .elementor-widget-container{padding: 70px 40px !important;}
    html[lang="bur"] .babygetmorefood.babybrestfeed-left-content .elementor-widget-container{padding: 55px 40px !important;}
    
}
@media(min-width: 1200px) and (max-width:1300px){
    .babygetmorefood .elementor-widget-container { padding: 60px 30px !important; }
    .babygetmorefood .elementor-widget-container p { font-size: 20px; line-height: 1.3em; }
    .babygetmorefood.babybrestfeed-left-content .elementor-widget-container{padding: 50px 30px !important;}
}

@media(min-width: 768px) and (max-width:927px){
    html[lang="bur"] .breastfeeding-box-sec h4.elementor-heading-title.elementor-size-default { height: 106px !important; }
    .audio-left { padding-left: 0px; }
    .audio-right{ padding-right: 0px;}
}

a:focus {
    outline: #D71920 1px solid;
}