@media only screen and (max-width: 720px) {
  body {
    box-sizing: border-box;
    overflow-x: hidden !important;
  }

  /* topheader start*/
  .topBorder {
    border-top: 10px solid green;
  }

  .topHeader .top-left {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
  }
  .topHeader .top-left .logoArea {
    display: flex;
    justify-content: center;
  }

  .topHeader .top-left .logoArea img {
    display: flex;
    justify-content: center;
  }

  .siteTitle {
    display: none;
  }

  .top-middle {
    display: none;
  }

  .top-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0px auto 50px;
  }

  .emailIcon {
    height: 50px;
    width: 50px;
    background: #008036;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
  }

  .contactArea {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-heading {
    font-size: 22px;
    font-weight: 600;
    color: #008036;
  }

  .contact a {
    font-size: 18px;
    font-weight: 500;
    color: #202714;
    text-decoration: none;
  }

  .donateButton {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    background-color: #008036;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #008036;
    border-radius: 150px 150px 150px 150px;
    box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.16);
    padding: 12px 26px 12px 26px;
    transition: all 0.5s;
  }

  .donateButton {
    color: #ffffff;
    text-decoration: none;
  }

  .donateButton:hover {
    background-color: transparent;
    color: #008036;
    border-color: #008036;
  }

  /* topheader close */
  /* main menu start */
  .mainMenu {
    background-color: #008036;
    display: flex;
    margin: 0px 0px 0px 0px;
    height: unset;
    padding: 0px;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    filter: brightness(45.5);
    background-position: center;
    background-size: 100%;
  }
  .navbar {
    margin: 7px 0px 0px 0px;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link {
    color: #fff !important;
  }

  .mainMenu .nav-item {
    color: #fff;
  }

  .mainMenu .nav-item a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1;
    padding: 10px 20px !important;
  }

  .mainMenu .nav-item:hover,
  .mainMenu .nav-item:focus,
  .mainMenu .nav-item:active {
    background: #119c4b;
    color: #fff;
  }

  .mainMenu .nav-item a:hover,
  .mainMenu .nav-item a:focus,
  .mainMenu .nav-item a:active {
    background: #119c4b;
    color: #fff;
  }

  .searchArea {
    display: flex;
    justify-content: right;
    height: 100%;
    position: relative;
  }

  .searchArea .searchIcon span i {
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin: -30px 0px 10px 0px;
  }

  .searchArea .searchField input {
    position: absolute;
    top: -40px;
    right: 15px;
    height: 35px;
    width: 200px;
    font-size: 18px;
    padding: 0px 10px;
    outline: none;
    display: none;
    transition: all 0.5s;
    transform: translateX(20%);
  }

  .inputAnimation {
    display: block !important;
    animation: inputAnimate 0.5s;
  }

  @keyframes inputAnimate {
    0% {
      width: 0px;
    }

    100% {
      width: 200px;
    }
  }

  /* banner slider start */

  /* image gallery start */
  .tz-gallery {
    padding: 10px;
  }
  .tz-gallery .row {
    display: flex !important;
  }
  .tz-gallery .row .col-sm-3,
  .tz-gallery .row .col-sm-6,
  .tz-gallery .row .col-sm-12 {
    width: 84px;
    border-radius: 0px !important;
  }

  /* image gallery close */

  /* Footer start */
  .footer {
    background-color: #008036;
    padding: 50px 10px 0px 10px;
  }

  .footerLogoArea {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
  }

  .footerLogoArea .logoArea {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0px 0px 10px -250px;
  }

  .footerLogoArea a img {
    width: 65px;
    text-align: left;
  }

  .footerLogoArea .siteTitle {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2em;
    margin-top: 10px;
  }

  .footerLogoArea .logoDes p {
    color: #f3f3f3;
    font-family: "Oxygen", Sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.4px;
  }

  .footerLogoArea .ourCausesFooter {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column !important;
  }

  .ftColumn {
    padding: 10px;
  }

  .ourCausesFooter h4 {
    color: #fff;
    margin-bottom: -5px;
  }

  .ourCausesFooter .divider {
    width: 50px;
    border-top: 2px solid #61ce70;
  }

  .listIcon ul {
    margin: 25px 0px 0px -30px;
  }

  .listIcon ul li {
    list-style: none;
    color: #fff;
    font-size: 17px;
    margin: 12px 0px 0px 0px;
  }

  .listIcon ul li span {
    margin: 0px 10px 0px 0px;
  }

  .ourCausesFooter .logoDes p {
    color: #f3f3f3;
    font-family: "Oxygen", Sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.4px;
    margin-top: 25px;
  }

  .socialIcon {
    display: flex;
    margin-bottom: 20px;
  }

  .socialIcon span {
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    margin: 5px;
    transition: 0.5s all;
  }

  .socialIcon span:hover {
    background-color: #e3e3e3;
  }

  .socialIcon span i {
    color: #008036;
  }

  /* Footer bottom */
  .footerBottom {
    background-color: #01652b;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #005925;
    padding: 15px 15px 15px 15px;
    color: #fff;
    padding: 15px 10px 5px 10px;
  }

  .footerBottom .copyRight {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footerBottom .copyRight p {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #fff;
  }

  .footerBottom .designerInfo p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .footerBottom .designerInfo p a {
    color: yellow;
    text-decoration: none;
  }

  /* Footer Close */
}
