 
.iconHeading{border-bottom:0; padding-bottom:0;}
/*******search Box starts******/
.searchBoxTop{text-align:center;padding:0;}
.searchBoxTop h3{color:var(--black);font-size:18px;line-height:22px;font-weight:600;padding:0 0 20px;}
.searchBoxTop .inputBox{width:100%; position: relative;}
.searchBoxTop input[type="text"]{border-radius:8px;padding:15px;box-shadow:none;background:var(--white)!important;height:auto;font-size:13px;line-height:20px!important;color:var(--black);border-color:#848080;}
.searchBoxTop input[type="text"]::-webkit-input-placeholder{color:#A5A5A5;opacity:1}
.searchBoxTop input[type="text"]:-moz-placeholder{color:#A5A5A5;opacity:1}
.searchBoxTop input[type="text"]::-moz-placeholder{color:#A5A5A5;opacity:1}
.searchBoxTop input[type="text"]:-ms-input-placeholder{color:#A5A5A5;opacity:1}
.searchBoxTop input[type="text"]:focus{border-color:var(--green);}
.searchBoxTop .search-btn{position:absolute;right:0;top:0;border:0;font-size:0;background:url("../img/search-black-icon.svg") no-repeat center center / 25px 25px;width:52px;height:52px;border-radius:0 8px 8px 0; padding:0; cursor: pointer; opacity:.6;}
.searchBoxTop .search-btn:hover{background-color:var(--color-1);}
/*******search Box ends******/
.ViewAllOuter{text-align: center;}
/********search A-Z top starts********/
.searchA-Z{text-align:center;background: #F9FFF7;border: 1px solid #D5D5D5; border-top:0; border-radius:0 0 20px 20px; margin:0 45px; padding:15px;}
.searchA-Z ul li a{background:var(--white);text-align:center;font-size:14px;line-height:28px;min-width:32px; min-height:32px; display:inline-block;font-weight:700; text-transform: uppercase;border: 1px solid #DADBDA;border-radius: 8px;}
.searchA-Z ul li a.active,
.searchA-Z ul li a:hover{background:var(--green);color:var(--white); border-color:transparent;}
.searchA-Z .splide__track{margin:0;}
.searchA-Z .splide__arrow{width:26px;height:26px;border-radius:50px;border-width:0;background-color:transparent; border:1px solid #D5D5D5; box-shadow:none;}
.searchA-Z .splide__arrow:hover{background-color:var(--green);border-color:transparent;}
.searchA-Z .splide__arrow:before{border:solid var(--black);border-width:0 1px 1px 0;width:8px;height:8px;}
.searchA-Z .splide__arrow:hover:before{border:solid var(--white);border-width:0 1px 1px 0;}
.searchA-Z .splide__arrow--prev{left:-50px;}
.searchA-Z .splide__arrow--next{right:-50px;}
.searchA-Z .splide__arrow--next:before{right:2px;}
.searchA-Z .splide__arrow:disabled{opacity:.3;}
/********search A-Z top ends********/

/*******alphabet Repeat Rows starts******/
.alphabetRepeatRow{padding:10px 0;overflow:hidden;clear:both;border-bottom:1px solid var(--color-1);}
.alphabetRepeatRow h2{font-size:22px;text-transform:uppercase;padding:0;margin:0;}
.alphabetRepeatRow ul{padding:10px 0;margin:0;list-style-type:none;display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:center;gap:10px;}
.alphabetRepeatRow ul > li{font-size:14px;line-height:20px;padding:0;}
.alphabetRepeatRow ul > li:before{display:none}
.alphabetRepeatRow ul > li > a{display:inline-flex;padding:7px 15px;color:#4B4B4B;border:1px solid #BDE0CB;border-radius:21px;background:linear-gradient(180deg, #FFFFFF 0%, #F5FFF7 100%)}
html[lang="hi"] .alphabetRepeatRow ul > li > a{padding-top:9px;padding-bottom:5px;}
.alphabetRepeatRow ul > li a:hover{color:var(--white);border-color:var(--green);background:var(--green);}
.alphabetRepeatRow ul > li.view-all > a{background-color:var(--color-4);color:var(--white)}
.alphabetRepeatRow ul > li.view-all > a:after{display:inline-block;content:"";margin:0 10px 0 0px;border:solid var(--white);border-width:0 1px 1px 0;padding:2px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:relative;top:-3px;right:-4px;width:0;height:0}
/*******alphabet Repeat Rows ends******/

     
/********Health A-Z starts********/
.HealthA-Z{background:#083924 url(../img/health_A_Z_BG.jpg) no-repeat center center / 100% 100%;border-radius:27px;padding:20px 20px 40px;text-align:center;margin:20px 0 10px;}
.HealthA-Z h2{font-size:30px;line-height:1.4;font-weight:700;color:var(--white);padding:0;}
.HealthA-Z h2 a{color:var(--white);}
.HealthA-Z h2 a:hover{color:var(--green);}
.HealthA-Z p{font-size:16px;line-height:1.4;font-weight:400;color:#CECECE;padding:0;margin-bottom:20px;}
.HealthA-Z ul li a{background:var(--white);text-align:center;border-radius:8px;font-size:20px;line-height:40px;min-width:40px;display:inline-block;font-weight:700;}
.HealthA-Z ul li a:hover{background:var(--green);color:var(--white);;}
.HealthA-Z .splide__track{margin:0 40px;}
.HealthA-Z .splide__arrow{width:24px;height:24px;border-radius:55px;border-width:2px;background-color:var(--white);}
.HealthA-Z .splide__arrow:hover{background-color:#6BD2FF;}
.HealthA-Z .splide__arrow:before{border:solid #000;border-width:0 1px 1px 0;width:8px;height:8px;}
.HealthA-Z .splide__arrow--prev{left:0;}
.HealthA-Z .splide__arrow--next{right:0;}
.HealthA-Z .splide__arrow--next:before{right:2px;}
.HealthA-Z  .splide__arrow:disabled{opacity:.3;}
/********Health A-Z ends********/
.subscribe-now-bottom{margin:20px 0; float: left; width:100%; clear: both;}

@media only screen and (max-width:991px){
.iconHeading{margin-top:20px;}
.HealthA-Z{padding:15px 15px 40px;}
.searchA-Z{background: none; border:0; padding:15px 0 0; margin:0 38px;}
.searchA-Z .splide__arrow--prev{left:-38px;}
.searchA-Z .splide__arrow--next{right:-38px;}
.ViewAllOuter a.ViewAll{padding:0 30px 0 15px;border-radius:50px;color:var(--green);font-size:12px;line-height:38px;font-weight:600;text-transform:none;display:inline-block;transition:.4s;border:1px solid #00AF21;min-width:120px;height:40px;position:relative;z-index:5;background-color:var(--white);}
.ViewAllOuter a.ViewAll .arrow{display:inline-flex;background-color:var(--white);border:1px solid var(--green);position:absolute;right:6px;top:5px;width:28px;height:28px;border-radius:100px;transition:.4s}
.ViewAllOuter a.ViewAll .arrow:before{content:"";position:absolute;right:7px;top:6px;width:9px;height:9px;border-top:2px solid var(--green);border-left:2px solid var(--green);transform:rotate(90deg)}
.ViewAllOuter a.ViewAll .arrow:after{content:"";display:block;width:2px;height:15px;background-color:var(--green);transform:rotate(45deg) translate(3px,1px);position:absolute;left:11px;top:2px}
.ViewAllOuter a.ViewAll:hover .arrow{border-color:transparent;left:5px;right:auto;transform:rotate(-90deg)}
.ViewAllOuter a.ViewAll:hover{color:var(--white)!important;background-color:var(--green);padding:0 15px 0 45px;}

}
@media only screen and (max-width:767px){}
@media only screen and (max-width:579px){}
@media only screen and (max-width:479px){
 
}
@media only screen and (max-width:419px){}
@media only screen and (max-width:389px){}
@media only screen and (max-width:351px){}