/*Main Css */
::selection {
  background: #a5c639;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #a5c639;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Euclid Square";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #1f1d0d;
  line-height: 1.6;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: unset;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Euclid Square";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
}

.logo {
  display: inline-block;
}

.main-header {
  transition: 0.3s ease-in-out;
}

.stickyOpen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 0 5px #efefef;
  background-color: #fff;
}

.logo img {
  display: block;
}

.top-header {
  background-color: #a5c639;
  padding: 6px 40px;
}

.top-left li {
  display: inline-block;
  margin-right: 15px;
}

.top-left li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.top-left li a:hover {
  color: #000;
}

.top-left li .tel {
  border-right: 1px solid #fff;
  padding-right: 15px;
}

.top-right li {
  display: inline-block;
  margin-left: 30px;
}

.top-right .login {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.top-right .login:hover {
  color: #000;
}

.top-right .lang {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  background-color: #819C2B;
  padding: 5px 15px;
  border-radius: 5px;
}

.top-right li select {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
  font-family: "Euclid Square";
  cursor: pointer;
}

.main-header {
  padding: 0 40px;
}

.top-search a {
  font-size: 21px;
  font-weight: 400;
  color: #000;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #061a29;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 22px;
}

.menu li a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.menu li:hover a,
.menu li.active a {
  color: #a5c639;
}

/* Menu Dropdown CSS */
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

ul.dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: center;
  font-weight: 600;
  background: transparent !important;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
/* Dropdown css */
.menu > li.dropdown {
  position: relative;
}

.menu > li.dropdown::before {
  content: "\f078";
  font-family: "Font Awesome 5 pro";
  font-size: 10px;
  color: #333333;
  position: absolute;
  right: 8px;
  top: 2px;
  margin: auto;
}

.dropdown-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 35px;
  left: 15px;
  width: 200px;
  background-color: #a5c639;
  text-align: left;
  right: 0;
  margin: auto;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  z-index: 2;
}

ul.menu li.dropdown:hover .dropdown-list {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.dropdown-list > li {
  margin-left: 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0;
}

.dropdown-list > li.last {
  border-bottom: none;
}

.dropdown-list > li > a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
}

.dropdown-list > li:hover a {
  color: #fff !important;
}

.dropdown-list > li:hover {
  background-color: transparent;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
}


.banner-content h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.77;
  letter-spacing: 2.5px;
  color: #fff;
  text-transform: uppercase;
}

.banner-content h1 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 25px 25px;
}
.solution-box.wow.zoomIn {
    border: 3px solid #FFF;
}

.banner-content p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  padding-bottom: 20px;
}

.theme-btn {
  border: solid 2px #85747b;
    background-color: #f0b3b8;
    padding: 18px 57px;
    font-size: 16px;
    font-weight: bold;
    color: #1a0309;
    text-transform: uppercase;
}
.theme-btn:hover {
  background: #fff;
  color: #14aecf;
}

.theme-btn1 {
  background-color: #fff;
  padding: 18px 45px;
  font-size: 10.9px;
  font-weight: bold;
  color: #a5c639;
  text-transform: uppercase;
}
.theme-btn1:hover {
  background: #fff;
  color: #14aecf;
}

.banner-content .brands {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
}

.hm-sec1 {
  padding-top: 70px;
  text-align: center;
}

.hm-sec1 p {
  font-size: 15.6px;
  font-weight: normal;
  line-height: 1.67;
  color: #000;
  padding: 0 18%;
  text-align: center;
}

.common-heading {
  text-align: center;
  padding: 0 15% 55px;
}

.common-heading h2 {
  font-size: 48.4px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.common-heading p {
  font-size: 14.8px;
  font-weight: normal;
  line-height: 1.77;
  color: #000;
  padding: 10px 0;
}

.bold {
  font-weight: bold !important;
}

.h3-h {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #000;
  padding-bottom: 30px;
}

.h4-h {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #000;
  padding-bottom: 10px;
  padding-top: 30px;
}

.hm-sec2 {
  font-size: 0;
  padding: 100px 45px 0;
}

.solution-box {
  position: relative;
  overflow: hidden;
}

.solution-box img {
  width: 100%;
      height: 600px;
    object-fit: cover;
    object-position: bottom;
}

.solution-box .txt {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 30px;
  left: 0;
  right: 0;
	background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
}

.solution-box a {
  font-size: 25.4px;
  font-weight: bold;
  line-height: 1.83;
  color: #fff;
  text-transform: capitalize;
}

.solution-box img {
  transition: 0.3s ease-in-out;
}

.solution-box:hover img {
  transform: scale(1.05);
}

.hm-sec3 {
  padding-top: 150px;
  font-size: 0;
}

.hm-sec3 h3 {
  font-size: 23.4px;
  font-weight: normal;
  line-height: 1.13;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.hm-sec3 p {
  font-size: 15.6px;
  font-weight: normal;
  line-height: 1.67;
  color: #000;
  padding: 10px 0 30px;
}

.hm-sec3 .content {
  padding-right: 30%;
}

.vid-box {
  display: block;
  position: relative;
}

.vid-box img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.vid-box .play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133.3px;
  height: 133.3px;
  border-radius: 50%;
  border: 10px solid #fff;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  padding-left: 5px;
  transition: 0.3s ease-in-out;
}
.vid-box:hover .play-btn {
  color: #a5c639;
  border-color: #a5c639;
  transform: scale(1.05);
}

.hm-sec4 {
  background-image: url("../images/bg-testi.png");
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}

.hm-sec4 .common-heading {
  padding-bottom: 100px;
}

.hm-sec4 .common-heading h2 {
  color: #fff;
}

.testi-box {
  border-radius: 30px;
  box-shadow: 3px 5px 22px 0 #999;
  background-color: #fff;
  text-align: center;
  padding: 100px 35px;
  position: relative;
  transform: scale(0.9);
}

.testi-box .clt-box {
  width: 95px;
  height: 95px;
  border-radius: 100px;
  box-shadow: 3px 5px 22px 0 #999;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
}

.testi-box h4 {
  font-size: 18.4px;
  font-weight: bold;
  line-height: 1.77;
  color: #000;
  text-transform: capitalize;
}

.testi-box h5 {
  font-size: 17.6px;
  font-weight: normal;
  line-height: 1.67;
  color: #717171;
  text-transform: capitalize;
}

.testi-box p {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.63;
  color: #323232;
  padding-top: 25px;
}

.testi-slider .slick-current {
  position: relative;
  z-index: 1;
}
.testi-slider .slick-current .testi-box {
  transform: scale(1.1);
}
.testi-slider .slick-slide {
  margin: 0 -15px;
  padding: 80px 0;
}
.testi-slider .slick-dots li button {
  height: 13px;
  width: 13px;
  background: none;
  border: 2px solid #fff;
}
.testi-slider .slick-dots li.slick-active button {
  height: 13px;
  width: 13px;
  background: #fff;
}

.hm-sec5 {
  padding: 120px 0;
}
.hm-sec5 .common-heading {
  text-align: center;
  padding-bottom: 30px;
}

.event-box {
  display: flex !important;
  align-items: center;
}
.event-box .img-box {
  max-width: 50%;
  position: relative;
  flex-shrink: 0;
  margin-right: 25px;
}
.event-box .img-box .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 109px;
  height: 113px;
  padding: 10px;
  background-color: #a5c639;
}
.event-box .img-box .txt h4 {
  font-size: 27.8px;
  font-weight: normal;
  line-height: 1.64;
  color: #fff;
  text-transform: uppercase;
}
.event-box .img-box .txt h4 span {
  font-size: 26.6px;
  font-weight: normal;
  line-height: 1.72;
  color: #fff;
  display: block;
  border-top: 3px solid #fff;
}
.event-box .content h4 {
  font-size: 25.7px;
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}
.event-box .content h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #000;
}
.event-box .content h6 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.72;
  color: #a5c639;
}
.event-box .content p {
  font-size: 15.6px;
  font-weight: normal;
  line-height: 1.67;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 5px 0 25px;
  margin-bottom: 20px;
}

.arr-left, .arr-right {
  position: absolute;
  bottom: 45%;
  cursor: pointer;
  z-index: 1;
  font-size: 36px;
  font-weight: 400;
  color: #000;
}

.arr-left {
  left: -30px;
}

.arr-right {
  right: -30px;
}

.hm-sec6 {
  padding: 100px 45px;
}
.hm-sec6 .read-box {
  position: relative;
  font-size: 0;
  overflow: hidden;
  height: 300px;
}
.hm-sec6 .read-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.hm-sec6 .read-box:hover img {
  transform: scale(1.05);
}
.hm-sec6 .read-box .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 45px;
}
.hm-sec6 .read-box a {
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: 1.87px;
  color: #fff;
  text-transform: uppercase;
}

.hm-sec7 {
  padding-top: 120px;
}
.hm-sec7 .tony-box {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.hm-sec7 .tony-box img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.hm-sec7 .tony-box:hover img {
  transform: scale(1.05);
}
.hm-sec7 .tony-box .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hm-sec7 .tony-box a {
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: 1.87px;
  color: #fff;
  text-transform: uppercase;
}

.hm-sec8 {
  background-image: url("../images/bg-cta.png");
  background-size: cover;
  background-position: center;
  padding: 65px 0;
  text-align: center;
}
.hm-sec8 h2 {
  font-size: 23.1px;
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.hm-sec8 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #fff;
  padding: 15px 0 25px;
}

.stickyOpen .logo img {
    width: 80px;
    margin: 10px;
}

footer {
  background-color: #000000;
  padding: 100px 0;
}
footer .flogo {
  margin-bottom: 15px;
}
footer .ft-info p {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.78;
  color: #fff;
}
footer .ft-info h5 {
  font-size: 13.7px;
  font-weight: normal;
  line-height: 1.76;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0 25px;
}
footer .ft-info .ft-social li {
  display: inline-block;
  margin-right: 15px;
}
footer .ft-info .ft-social li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
footer .ft-info .ft-social li a:hover {
  color: #a5c639;
}
footer .ft-links li a {
  font-size: 14.6px;
  font-weight: 300;
  line-height: 1.77;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}
footer .ft-links li a:hover {
  color: #a5c639;
}
footer .inq-box {
  margin-bottom: 60px;
}
footer .inq-box h6 {
  text-transform: uppercase;
  font-size: 13.7px;
  font-weight: normal;
  line-height: 1.76;
  letter-spacing: 1px;
  color: #a5c639;
  padding-bottom: 25px;
}
footer .inq-box p {
  font-size: 13.6px;
  font-weight: 300;
  line-height: 1.68;
  color: #fff;
}

.copyright {
  border-top: solid 1px #333;
  padding: 10px 0;
  background-color: #000000;
}
.copyright p {
  font-size: 11.6px;
  font-weight: normal;
  line-height: 1.68;
  color: #aaa;
}

.search-bar {
  display: flex;
  align-items: center;
}

.search-bar input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-right: 15px;
  border-radius: 5px;
  font-family: "Euclid Square";
  font-size: 16px;
  font-weight: normal;
  color: #666;
  font-weight: 400;
}

.search-bar button {
  cursor: pointer;
  border-radius: 5px;
  font-family: "Euclid Square";
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.search-bar .search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.my-search {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 3;
  background-color: #fff;
  padding: 30px 3% 18px 35px;
  top: 0;
  left: 0;
}

.innerBanner {
  height: 400px;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerBanner h2 {
  font-size: 85.8px;
  font-weight: 600;
  line-height: 1.98;
  letter-spacing: 2px;
  color: #fff;
}
.innerBanner h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.44;
  color: #fff;
  text-transform: uppercase;
}
.innerBanner h4 {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.spad {
  padding-left: 5%;
  padding-right: 5%;
}

.health-sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.health-box {
  margin-bottom: 50px;
}
.health-box .img-box {
  height: 450px;
}
.health-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.health-box .txt {
  padding-top: 25px;
}
.health-box h5 {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  color: #faa41b;
  text-transform: capitalize;
}
.health-box h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  padding: 12px 0 5px;
}
.health-box a {
  font-size: 11px;
  font-weight: normal;
  color: #aaa;
  text-transform: uppercase;
}
.health-box a:hover {
  color: #a5c639;
}

.custom-pagination {
  padding: 20px 0;
  max-width: 1050px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  margin: auto;
}
.custom-pagination li {
  display: inline-block;
  padding: 0 5px;
}
.custom-pagination li a {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  border-bottom: 1px solid transparent;
}
.custom-pagination li a:hover {
  border-color: #000;
}
.custom-pagination .active a {
  border-color: #000;
}

.abt-scott1 {
  padding-top: 75px;
  padding-bottom: 120px;
}
.abt-scott1 h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding: 30px 0;
}
.abt-scott1 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
  padding-bottom: 15px;
}

.abt-scott2 {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.abt-scott2 .img-box img {
  width: 100%;
}
.abt-scott2 .content {
  padding-left: 10%;
}
.abt-scott2 h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 25px;
}
.abt-scott2 p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  padding-bottom: 30px;
}

.abt-scott3 .img-box img {
  width: 100%;
}
.abt-scott3 .content {
  padding-right: 10%;
}
.abt-scott3 h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.abt-scott3 p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  padding-bottom: 10px;
}

.scott-pad {
  padding: 0 15%;
}

.abt-scott4 {
  padding: 0 0 10px;
}

.scott-vid {
  margin-bottom: 80px;
}
.scott-vid .img-box {
  display: block;
}
.scott-vid .img-box img {
  width: 100%;
}
.scott-vid .txt {
  padding-top: 20px;
  text-align: center;
}
.scott-vid h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  color: #1d3464;
  font-family: "Times New Roman", Times, serif;
  text-transform: capitalize;
}
.scott-vid h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  color: #000;
  text-transform: uppercase;
  padding: 5px 0;
}
.scott-vid p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #4a4a4a;
}
.scott-vid a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.76;
  color: #faa41b;
  text-transform: uppercase;
  padding-top: 10px;
}

.contribution-sec {
  padding-top: 130px;
  padding-bottom: 70px;
}
.contribution-sec h2 {
  padding: 30px 0 20px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.15;
  color: #000;
  text-transform: uppercase;
}
.contribution-sec p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #000;
  padding-bottom: 20px;
}
.contribution-sec .h3-head {
  font-size: 26px;
  padding-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}

.contri-box {
  padding-top: 10px;
  margin-bottom: 30px;
  padding: 15px 30px;
  text-align: center;
}
.contri-box h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.16;
  color: #337ab7;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.contri-box p {
  padding-bottom: 30px;
}
.contri-box .img-box {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto;
}
.contri-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.contri-box .img-box a {
  display: block;
}
.contri-box .img-box img {
  width: 100%;
}
.contri-box .img-box .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contri-box .img-box h6 {
  font-size: 35.3px;
  font-weight: bold;
  line-height: 0.88;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 25px;
  text-align: center;
}

.con-l {
  text-align: left;
}

.con-bg {
  background-color: #efefef;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cont-sec2 .contri-box {
  box-shadow: 0 0 5px #efefef;
  margin: 20px 10px;
  padding: 50px;
  border-radius: 10px;
}

.cool-sec1 {
  padding: 120px 0 80px;
}

.cool-box {
  text-align: center;
  margin-bottom: 40px;
}
.cool-box .txt {
  padding-top: 20px;
}
.cool-box h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #adce41;
  text-transform: capitalize;
}
.cool-box h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
  color: #292929;
  padding-top: 2px;
}
.cool-box ul {
  margin-top: 15px;
}
.cool-box ul li {
  display: inline-block;
  padding: 0 10px;
}
.cool-box ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #ec8e11;
}
.cool-box ul li a:hover {
  color: #adce41;
}

.cool-sec2 {
  background-color: #f5f5f5;
  font-size: 0;
}
.cool-sec2 .img-box img {
  width: 100%;
}
.cool-sec2 .content {
  padding: 0 20% 0 50px;
}
.cool-sec2 h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  color: #292929;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cool-sec2 h2::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 3px;
  border-radius: 50px;
  background-color: #ec8e11;
  bottom: 0;
  left: 0;
}
.cool-sec2 p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  color: #555;
}

.dontae-sec {
  padding: 90px 0;
}
.dontae-sec .contri-box {
  text-align: center;
}
.dontae-sec .contri-box .img-box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto;
}
.dontae-sec .contri-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  display: block;
}

.donate-box {
  max-width: 910px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 10px 40px 0 rgba(41, 41, 41, 0.1);
  background-color: #fff;
  padding: 50px;
}
.donate-box h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  color: #292929;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.donate-box .donte-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.donate-box .progress {
  width: 100%;
}
.donate-box .progress-bar {
  background-color: #adce41;
}
.donate-box .progress-value {
  flex-shrink: 0;
  margin-left: 30px;
}
.donate-box .progress-value p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #292929;
}
.donate-box .progress-value .collected {
  color: #27ae60;
}
.donate-box .progress-value .total {
  color: #adce41;
}
.donate-box .amount {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.donate-box .amount a {
  width: 58px;
  height: 58px;
  border-radius: 5px;
  border: solid 1px #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #292929;
}
.donate-box .amount a:hover {
  background-color: #adce41;
  color: #fff;
}
.donate-box .amount .selected {
  background-color: #adce41;
  color: #fff;
}
.donate-box .amount input {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-weight: normal;
  color: #555;
  padding: 18px 20px;
  font-family: "Euclid Square";
  min-width: 350px;
}
.donate-box h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.23;
  color: #292929;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.donate-box .fld label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #292929;
  text-transform: capitalize;
}
.donate-box .fld input {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #555;
  font-family: "Euclid Square";
  padding: 18px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
.donate-box .donate-now {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.donate-box .donate-now button {
  cursor: pointer;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}
.donate-box .donate-now button i {
  padding-left: 8px;
}
.donate-box .donate-now button:hover {
  background-color: #27ae60;
  color: #fff;
}
.donate-box .donate-now p {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
}
.donate-box .donate-now p span {
  color: #adce41;
}

.case-studies-sec {
  padding: 150px 0 100px;
}

.case-box {
  margin-bottom: 60px;
}
.case-box a {
  display: block;
}
.case-box .img-box {
  border-radius: 10px;
  overflow: hidden;
}
.case-box .img-box img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.case-box .txt {
  padding-top: 25px;
}
.case-box h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
  color: #213430;
  padding-bottom: 30px;
}
.case-box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  color: #6f7775;
}
.case-box:hover img {
  transform: scale(1.05);
}

.per-coa1 {
  text-align: center;
  padding: 120px 0;
}
.per-coa1 h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.13;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.per-coa1 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

.per-coa2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.per-coa2 .img-box img {
  width: 100%;
}
.per-coa2 h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.1;
  color: #000;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.per-coa2 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

.per-coa3 {
  padding: 150px 0 120px;
}
.per-coa3 .head {
  text-align: center;
  padding: 0 5% 100px;
}
.per-coa3 h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.13;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.per-coa3 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #000;
}
.per-coa3 .coa-box {
  text-align: center;
  padding: 0 15px;
}
.per-coa3 .coa-box h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #000;
  padding: 30px 0;
}
.per-coa3 .coa-box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

.per-coa4 {
  text-align: center;
  padding-bottom: 80px;
}
.per-coa4 h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
}
.per-coa4 p {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.73;
  color: #262520;
  padding: 12px 0 40px;
}
.per-coa4 a {
  border-color: #aac945;
  padding: 15px 65px;
}
.per-coa4 a:hover {
  color: #aac945;
}
.per-coa4 .content {
  padding: 0 20%;
}

.patients-sec1 {
  padding: 120px 0;
}
.patients-sec1 h2 {
  font-size: 44px;
  font-weight: 400;
  color: #0B1A30;
  text-transform: uppercase;
  padding-bottom: 25px;
  line-height: 35px;
}
.patients-sec1 h3 {
  font-size: 30px;
  font-weight: 400;
  color: #0B1A30;
  text-transform: uppercase;
  padding-bottom: 25px;
  line-height: 35px;
  padding-top: 30px;
}
.patients-sec1 h5 {
  font-size: 24px;
  font-weight: 400;
  color: #0B1A30;
  text-transform: uppercase;
  padding-bottom: 15px;
  line-height: 35px;
}
.patients-sec1 p {
  font-size: 16px;
  font-weight: 400;
  color: #0B1A30;
  line-height: 28px;
  padding-bottom: 25px;
}
.patients-sec1 .img-box img {
  width: 100%;
}

.for-patient-sec {
  padding: 100px 0;
}
.for-patient-sec .scott-vid {
  margin-bottom: 50px;
}
.for-patient-sec .scott-vid .txt {
  text-align: left;
}
.for-patient-sec .scott-vid h4 {
  text-transform: capitalize;
}

.free-tools-sec {
  padding: 100px 0;
}
.free-tools-sec .scott-vid a {
  width: 100%;
  color: #fff;
  line-height: normal;
  padding: 15px;
}
.free-tools-sec .scott-vid a:hover {
  color: #14aecf;
}
.free-tools-sec .scott-vid p {
  padding: 20px 0;
}

.cnt-sec1 {
  padding: 120px 0;
}
.cnt-sec1 h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.11;
  color: #1f1d0d;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.cnt-sec1 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #29281e;
}
.cnt-sec1 .map iframe {
  width: 100%;
}

.cnt-info {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.cnt-info .icon {
  width: 62px;
  height: 62px;
  border-radius: 4px;
  background-color: #a5c639;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  flex-shrink: 0;
  margin-right: 25px;
}
.cnt-info h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  color: #1f1d0d;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.cnt-info a, .cnt-info p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #29281e;
  display: block;
}
.cnt-info a:hover {
  color: #a5c639;
}
.cnt-info .fas.fa-phone {
  transform: rotate(90deg);
}

.cnt-sec2 {
  background-color: #f6f6f6;
  padding: 120px 0;
}
.cnt-sec2 h2 {
  text-align: center;
  font-size: 44px;
  font-weight: normal;
  line-height: 1.18;
  color: #1f1d0d;
  padding-bottom: 40px;
}

.cnt-form {
  padding: 0 18%;
}
.cnt-form label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  color: #1f1d0d;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.cnt-form input, .cnt-form textarea {
  border-radius: 4px;
  border: solid 1px #d2d2d2;
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #a09f9f;
  font-family: "Euclid Square";
  margin-bottom: 30px;
  resize: unset;
  width: 100%;
}
.cnt-form button {
  width: 100%;
  border-color: #a5c639;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-family: "Euclid Square";
}

.uo-list {
  padding-left: 20px;
  margin-bottom: 30px;
}
.uo-list li {
  display: list-item;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  color: #0B1A30;
  line-height: 28px;
  padding-bottom: 15px;
}
.uo-list li span {
  font-weight: bold;
}

.policy-sec {
  padding: 100px 0;
}
.policy-sec h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.18;
  color: #1f1d0d;
  padding-bottom: 10px;
}
.policy-sec p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1f1d0d;
  padding-bottom: 30px;
}
.policy-sec a {
  color: #1f1d0d;
}
.policy-sec a:hover {
  color: #a5c639;
}

.aff-links-sec {
  padding: 100px 0;
}
.aff-links-sec ul {
  margin-bottom: 30px;
}
.aff-links-sec ul li {
  display: block;
  margin-bottom: 20px;
}
.aff-links-sec ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 10px 0;
  display: block;
}
.aff-links-sec ul li a:hover {
  color: #27ae60;
}
.aff-links-sec h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-bottom: 30px;
}
.aff-links-sec h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding: 30px 0 10px;
}
.aff-links-sec h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 30px 0 10px;
}

.cirs-content {
  padding: 100px 0;
}
.cirs-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f1d0d;
  padding-bottom: 30px;
}
.cirs-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1f1d0d;
  padding: 10px 0 20px;
}
.cirs-content h5 {
  font-size: 20px;
  font-weight: 500;
  color: #1f1d0d;
  padding: 10px 0 15px;
}
.cirs-content h6 {
  font-size: 18px;
  font-weight: 500;
  color: #1f1d0d;
  padding-bottom: 15px;
}
.cirs-content p {
  font-size: 16px;
  font-weight: 400;
  color: #1f1d0d;
  line-height: 1.6;
  padding-bottom: 30px;
}
.cirs-content b {
  font-weight: 700;
}
.cirs-content ul {
  margin-bottom: 50px;
  padding-left: 20px;
}
.cirs-content ul li {
  display: list-item;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  color: #1f1d0d;
  line-height: 1.6;
}
.cirs-content ul li span {
  font-weight: 600;
}
.cirs-content ol {
  margin-bottom: 50px;
  padding-left: 20px;
}
.cirs-content ol li {
  display: list-item;
  list-style-type: numeric;
  font-size: 16px;
  font-weight: 400;
  color: #1f1d0d;
  line-height: 1.6;
}

.ul-list {
  padding: 20px 0 20px 20px;
}
.ul-list li {
  display: list-item;
  list-style-type: numeric;
  font-size: 16px;
  font-weight: 400;
  color: #1f1d0d;
  line-height: 1.6;
}

.ol-list {
  padding: 20px 0 0 20px;
}
.ol-list li {
  display: list-item;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  color: #1f1d0d;
  line-height: 1.6;
}

.h3-head {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding: 10px 0;
}

.h6-head {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding: 10px 0;
}

.faq-sec {
  padding: 100px 0;
}

/* accordion css */
.accordian li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.accordian li h4 {
  color: #000;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}

.accordian h4::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.accordian p {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px 25px 25px 0;
}

.accordian li > div {
  display: none;
}

.accordian li.active h4::after {
  content: "\f068";
}

.store-sec {
  padding: 100px 0;
}
.store-sec p {
  padding-bottom: 30px;
}

.shop-nav li {
  display: block;
  margin-bottom: 10px;
}
.shop-nav li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
  background-color: #a5c639;
  padding: 20px;
  border-radius: 2px;
}
.shop-nav li a:hover {
  background-color: #000;
  color: #fff;
}
.shop-nav .active a {
  background-color: #000;
  color: #fff;
}

.shop-box .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.shop-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.shop-box .txt {
  padding: 15px;
  text-align: center;
}
.shop-box h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-bottom: 10px;
  line-height: 1.4;
}
.shop-box:hover img {
  transform: scale(1.05);
}

.shop-dtl {
  padding: 100px 0;
}
.shop-dtl h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding-bottom: 10px;
  line-height: 1.4;
}
.shop-dtl .img-box {
  margin-bottom: 15px;
}
.shop-dtl p {
  padding-bottom: 30px;
}

.don-m {
  background-color: #a5c639;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  margin: 0 10px;
}
.don-m:hover {
  color: #fff;
  background-color: #27ae60;
}

b {
  font-weight: 500;
}

.in2 {
  padding-top: 0;
  padding-bottom: 0;
}

.statements-sec {
  padding-bottom: 100px;
}

.st-box {
  padding: 0 15px;
}
.st-box .img-box {
  overflow: hidden;
}
.st-box .img-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.st-box .txt {
  padding: 25px 0 0;
  text-align: center;
}
.st-box h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
}
.st-box:hover img {
  transform: scale(1.05);
}




header {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    right: 0;
}





@media (max-width: 1440px) {
  .menu li {
    padding: 0 12px;
  }
}
@media (max-width: 1280px) {
  .menu li {
    padding: 0 12px;
  }
  .main-header {
    padding: 0 10px;
  }
  .top-header {
    padding: 6px 10px;
  }
  .menu li {
    padding: 0 14px;
  }
  .menu li a {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  .menu > li.dropdown::before {
    font-size: 8px;
    right: 5px;
  }
  html {
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 10px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #a5c639;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 9;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 100%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #000;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
  .menu > li.dropdown::before {
    right: -10px;
    top: 5px;
  }
  .my-search {
    padding: 50px 3% 18px 35px;
  }
  .search-bar .search-close {
    top: 33px;
  }
  .stickyOpen {
    padding-top: 10px !important;
  }
  .dropdown-list {
    visibility: visible;
    opacity: 1;
    position: unset;
    display: none;
  }
  .dropdown-list a {
    margin: 5px 0;
  }
  .banner-content .brands {
    bottom: -150px;
  }
  .top-header .text-end {
    text-align: left !important;
  }
  .free-tools-sec .scott-vid a {
    padding: 15px 2px;
  }
}
@media (max-width: 824px) {
    .menu-Bar {
    display: none;
}
    header {
    position: relative;
    top: 0;
    background: #403840;
    padding: 10px;
}

.logo img {
    width: 50%;
    margin: 0 auto;
}

.logo {
    text-align: center;
}

.banner-content p br {
    display: none;
}

footer .ft-info .ft-social li {
    margin: 10px;
}

footer .ft-info h5 {
    padding: 10px 0;
}
    
    
  .mainBanner {
    height: auto;
    padding: 50px 0 100px;
  }
  .banner-content h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .banner-content h1 {
    font-size: 30px;
  }
  .banner-content .brands {
    bottom: -30px;
    padding: 0;
  }
  .top-right li {
    margin: 5px 0;
  }
  .top-search {
    margin-top: -50px;
  }
  .hm-sec1 {
    padding-top: 50px;
  }
  .hm-sec1 p {
    padding: 0;
  }
  .hm-sec2 {
    padding: 50px 15px;
  }
  .common-heading h2 {
    font-size: 22px;
  }
  .solution-box a {
    font-size: 20px;
    line-height: 1.3;
  }
  .hm-sec3 {
    padding-top: 30px;
  }
  .hm-sec3 {
    font-size: 0;
  }
  .hm-sec3 p {
    padding: 10px 0 10px;
  }
  .vid-box .play-btn {
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    font-size: 24px;
  }
  .pad-l-zero {
    padding-left: 15px;
  }
  .hm-sec3 .content {
    padding: 30px 0;
  }
  .hm-sec4 {
    padding: 50px 15px;
  }
  .testi-slider .slick-current .testi-box {
    transform: scale(1);
  }
  .hm-sec4 .common-heading {
    padding-bottom: 0;
  }
  .testi-box p {
    font-size: 18px;
  }
  .testi-slider .slick-slide {
    padding: 80px 0 0;
  }
  .hm-sec5 {
    padding: 50px 0;
  }
  .event-box {
    display: block !important;
  }
  .event-box .img-box {
    max-width: 100%;
    margin: 0 0 25px;
  }
  .event-box .img-box .txt {
    width: 80px;
    height: 80px;
  }
  .event-box .img-box .txt h4 {
    font-size: 16px;
  }
  .event-box .img-box .txt h4 span {
    font-size: 18px;
  }
  .event-box .content h4 {
    font-size: 18px;
  }
  .hm-sec6 {
    padding: 0 15px;
  }
  .common-heading {
    padding-bottom: 25px;
  }
  .hm-sec7 {
    padding-top: 50px;
  }
  .hm-sec7 .tony-box a {
    font-size: 18px;
  }
  footer {
    padding: 50px 0 10px;
  }
  footer .inq-box h6 {
    padding-bottom: 5px;
  }
  footer .inq-box {
    margin: 20px 0;
  }
  .ft-links {
    margin-top: 20px;
  }
  .arr-right {
    right: 0;
    bottom: 0;
  }
  .innerBanner h2 {
    font-size: 28px;
  }
  .innerBanner {
    height: auto;
    padding: 50px 0;
  }
  .innerBanner h2 {
    letter-spacing: 0;
  }
  .health-sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .spad {
    padding-left: 1%;
    padding-right: 1%;
  }
  .health-box .txt {
    padding-top: 15px;
  }
  .health-box h4 {
    letter-spacing: 0;
  }
  .innerBanner h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .innerBanner h4 {
    font-size: 20px;
    padding-top: 15px;
  }
  .abt-scott1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .abt-scott1 h2 {
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 0;
  }
  .abt-scott2 .content {
    padding: 30px 0;
  }
  .abt-scott1 .img-box {
    margin-top: 15px;
  }
  .abt-scott2 h2 {
    font-size: 22px;
  }
  .abt-scott3 .img-box {
    margin-bottom: 15px;
  }
  .abt-scott3 .content {
    padding-right: 0;
  }
  .abt-scott3 h2 {
    padding-bottom: 15px;
  }
  .abt-scott3 {
    padding-bottom: 30px;
  }
  .abt-scott4 {
    padding: 30px 0;
  }
  .scott-vid {
    margin-bottom: 50px;
  }
  .scott-pad {
    padding: 0 5%;
  }
  .scott-vid .txt {
    padding-top: 10px;
  }
  .contribution-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contribution-sec h2 {
    font-size: 20px;
  }
  .contri-box {
    margin-bottom: 30px;
  }
  .contri-box p {
    padding-bottom: 15px;
  }
  .contri-box h4 {
    padding-bottom: 5px;
  }
  .contri-box .img-box h6 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .contri-box .img-box img {
    filter: brightness(0.5);
  }
  .cool-sec1 {
    padding: 50px 0 30px;
  }
  .cool-box .txt {
    padding-top: 10px;
  }
  .cool-sec2 h2 {
    font-size: 24px;
  }
  .cool-sec2 .content {
    padding: 30px 10px;
  }
  .dontae-sec {
    padding: 50px 0;
  }
  .donate-box h2 {
    font-size: 24px;
  }
  .donate-box {
    padding: 30px 15px;
  }
  .donate-box h3 {
    font-size: 24px;
  }
  .donate-box .amount input {
    min-width: 150px;
  }
  .donate-box .donate-now {
    display: block;
    text-align: center;
  }
  .donation-total {
    margin-top: 15px;
  }
  .case-studies-sec {
    padding: 30px 0;
  }
  .case-box h4 {
    padding-bottom: 10px;
  }
  .case-box .txt {
    padding-top: 15px;
  }
  .case-box h4 {
    font-size: 20px;
  }
  .case-box {
    margin-bottom: 40px;
  }
  .patients-sec1 {
    padding: 30px 0;
  }
  .patients-sec1 h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .patients-sec1 h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .patients-sec1 .img-box img {
    margin-bottom: 15px;
  }
  .per-coa1 {
    padding: 50px 0;
  }
  .per-coa1 h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .per-coa2 .img-box img {
    margin-top: 15px;
  }
  .per-coa3 {
    padding: 50px 0;
  }
  .per-coa3 h2 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 15px;
  }
  .per-coa3 .head {
    padding: 0 1% 100px;
  }
  .per-coa3 .coa-box h4 {
    padding: 15px 0;
  }
  .per-coa3 .coa-box {
    margin-bottom: 35px;
  }
  .per-coa4 .content {
    padding: 0;
  }
  .per-coa4 h2 {
    font-size: 20px;
  }
  .for-patient-sec .scott-vid {
    margin-bottom: 30px;
  }
  .free-tools-sec {
    padding: 30px 0;
  }
  .cnt-sec1 {
    padding: 50px 0;
  }
  .cnt-sec1 h2 {
    font-size: 24px;
  }
  .cnt-sec2 {
    padding: 50px 0;
  }
  .cnt-sec2 h2 {
    font-size: 24px;
  }
  .cnt-form {
    padding: 0 15px;
  }
  .main-header .text-end {
    text-align: left !important;
  }
  .arr-left {
    left: unset;
    bottom: 0;
    right: 50px;
  }
  .health-box .img-box {
    height: auto;
  }
}
@media (max-width: 737px) {
  .donate-box .donte-progress {
    display: block;
  }
  .donate-box .progress-value {
    margin: 10px 0 0;
  }
  ul.amount {
    display: block !important;
  }
  ul.amount li {
    width: 20%;
    display: inline-block;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */


.instaBtn {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}


.instagram-btn .icon {
    display: inline-block;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 20px;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
footer .ft-info .ft-social li a i {
    padding-right: 8px;
}
