/*!
Theme Name: midland
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: midland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

midland is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Purple+Purse&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&family=Red+Hat+Text:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Brownhill Script";
  src: url("fonts/BrownhillScript.woff2") format("woff2"),
    url("fonts/BrownhillScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* font-family: 'Roboto', sans-serif; */

body,
html {
  overflow-x: hidden;
}

/* body,html{
    width: 100%;
} */
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #656565;
  line-height: 1.5;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #000;
  font-weight: 400;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 85px;
  font-family: "Purple Purse", cursive;
  color: #303041;
  line-height: 1;
}

h2,
.htwo {
  font-size: 40px;
  font-family: "Purple Purse", cursive;
  text-transform: capitalize;
  color: #222222;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  font-family: "Purple Purse", cursive;
  text-transform: uppercase;
  color: #ffffff;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #74181b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #36374b;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  padding: 11px 0 11px 21px;
  outline: none !important;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  font-family: "Red Hat Text", sans-serif;
  font-size: 12px;
  color: #757575;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 100%;
  height: 158px;
  outline: none !important;
  border: 1px solid #cfcfcf !important;
  font-family: "Red Hat Text", sans-serif;
  font-size: 12px !important;
  color: #757575 !important;
  resize: none;
}

select {
  width: 100%;
  background: url(images/poly-arrow.svg) no-repeat calc(100% - 21px) center #ffffff !important;
  background-size: 12px !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cfcfcf !important;
  border-radius: 5px !important;
  padding: 11px 0 11px 21px !important;
  height: 40px;
  font-family: "Red Hat Text", sans-serif;
  font-size: 15px !important;
  color: #757575 !important;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  /* height: 58px; */
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;

  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #3f6745;
  text-align: center;
  padding: 15px 26px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  min-width: 189px;
}

input[type="submit"]:hover {
  background: #74181b;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 208px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 7px;
  padding: 0;
  position: relative;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  line-height: 1.2;
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #36374b;
}

/* .navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    opacity: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: #74181b;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 220px;
  padding: 0;
  max-height: 330px;
  overflow: auto;
}

.sub-menu>li>a {
  color: #36374b;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: #36374b;
  color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* .................................11.5.22...................................... */
.navbar {
  position: static;
}

.bottom-nav .form-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-130px);
  z-index: 99;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #74181b;
  padding: 25px 45px;
}

.bottom-nav .form-search.active-new {
  transform: inherit;
  top: 130px;
  z-index: 100;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.gform_body label {
  font-weight: 700 !important;
}

.bottom-nav .form-search .sub-btn {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 0;
  background: transparent;
  min-width: inherit;
  padding: 0;
  background: url(images/search.png) no-repeat center center;
  background-size: 30px;
  width: 48px;
  height: 28px;
}

.form-wrap {
  position: relative;
}

.heade-ri8-menu {
  display: flex;
  align-items: center;
  padding-left: 36px;
}

.post_search .sub {
  background: #000;
}

.top-nav-menu ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: right;
}

.top-nav-menu ul li {
  padding: 0 18px;
}

.top-nav {
  background: #36374b;
  padding: 15px 0;
}

.main-head .navbar-nav>li:first-child {
  padding-left: 0;
}

.main-head .navbar-nav>li:last-child {
  padding-right: 0;
}

/* .search-img {
    padding-left: 36px;
} */

.bottom-nav {
  padding: 24px 0 19px;
}

.top-nav-menu ul li:first-child {
  padding-left: 0;
}

.top-nav-menu ul li:last-child {
  padding-right: 0;
}

.top-nav-menu ul li a {
  color: #f3e3e0;
  font-weight: 500;
  font-size: 13px;
  font-family: "Red Hat Display", sans-serif;
}

.top-nav-menu ul li a:hover {
  color: #ffffff;
}

.header-btn .cmn-btn {
  font-size: 13px;
}

.cmn-btn {
  background: #74181b;
  border-radius: 35px;
  padding: 10px 21px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar-nav .clickD {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(images/down-arrow.svg) center center no-repeat transparent;
  background-size: 8px;
  right: 0;
  top: 39%;
}

.navbar-nav>li.menu-item-has-children>a {
  padding-right: 15px;
}

.footer-address {
  display: flex;
}

.footer-address-con {
  padding-left: 13px;
}

.footer-phone-no {
  display: flex;
}

.footer-phn-con {
  padding-left: 12px;
}

.footer {
  background: #36374b;
}

.top-footer {
  padding: 100px 0 75px;
}

.footer-social-list ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-social-list ul li {
  padding: 0 3px;
}

.footer-social-list ul li:first-child {
  padding-left: 0;
}

.footer-social-list ul li:last-child {
  padding-right: 0;
}

.footer-social-list ul li a {
  height: 31px;
  width: 31px;
  border: 1px solid rgb(255 255 255 / 20%);
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

.footer-about p {
  max-width: 441px;
}

.top-footer p {
  font-size: 14px;
  color: rgb(255 255 255 / 50%);
}

.top-footer p a {
  color: rgb(255 255 255 / 50%);
}

.cmn-footer-padding {
  margin-bottom: 22px;
}

.top-footer .footer-col:first-child {
  width: 45%;
}

.top-footer .footer-col:nth-child(2) {
  width: 21%;
}

.top-footer .footer-col:nth-child(3) {
  width: 16%;
}

.top-footer .footer-col:last-child {
  width: 18%;
}

.bottom-footer-both {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bottom-footer-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.copyright-txt {
  padding-left: 37px;
}

.privacy-padding {
  padding-left: 50px;
}

.copyright-txt p a {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.copyright-txt p {
  color: #7c7e99;
}

.bottom-footer-right a {
  font-size: 14px;
  text-transform: capitalize;
  color: rgb(255 255 255 / 54%);
}

.cmn-btn:hover {
  background: #36374b;
  color: #ffffff;
}

.footer-phn-con p a:hover {
  color: #7c7e99;
}

.footer-social-list ul li a:hover {
  background: rgb(255 255 255 / 20%);
  border: 1px solid rgb(255 255 255 / 20%);
}

.copyright-txt p a:hover {
  color: rgb(255 255 255 / 50%);
}

.bottom-footer-right a:hover {
  color: #ffffff;
}

.bottom-footer {
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding: 28px 0 38px;
}

.main-banner-info p {
  font-family: "Red Hat Text", sans-serif;
  font-size: 18px;
  color: #000000;
  max-width: 440px;
  margin-bottom: 23px;
}

.start-now-btn .cmn-btn {
  background: #74181b;
  box-shadow: 0px 25px 65px rgba(116, 24, 27, 0.2);
  border-radius: 35px;
  min-width: 240px;
  padding: 18px 31px;
}

.cmn-btn span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mainbanner-img-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -6px -8px;
  width: 100%;
  margin-left: auto;
}

.mainbanner-img-block-area {
  width: calc(33.33% - 16px);
  margin: 6px 8px;
  text-align: center;
}

.mainbanner-img-block- img {
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.15));
  width: 100%;
  border-radius: 15px;
}

.start-now-btn .cmn-btn:hover {
  background: #36374b;
}

.start-now-btn .cmn-btn:hover span {
  margin-left: 38px;
}

.start-now-btn {
  position: relative;
  /* bottom: -87px; */
  margin-top: 75px;
}

.main-banner-bg {
  bottom: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 373px;
}

.section-header h1 {
  margin-bottom: 16px;
  max-width: 440px;
  text-align: right;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
}

.section-header span {
  font-family: "Brownhill Script";
  font-weight: normal;
  color: #74181b;
  font-size: 55px;
  top: -10px;
  position: relative;
  text-transform: none;
}

.programs .section-header span {
  margin-right: -16px;
}

.section-header h1 span {
  font-size: 90px;
}

.main-banner .section-header h1 span {
  position: relative;
  right: -20px;
  margin-right: 20px;
}

.banner-pattern1 {
  top: -59px;
  right: 10%;
}

.banner-pattern2 {
  top: 42%;
  left: -55px;
}

.main-banner-info {
  position: relative;
  margin-top: -170px;
}

.cmn-pattern {
  position: absolute;
  z-index: -1;
}

.bannerimages {
  position: relative;
}

.banner-pattern3 {
  top: 118px;
  left: 0;
}

.banner-pattern4 {
  bottom: 28%;
  left: -10px;
}

.banner-pattern5 {
  top: 12%;
  right: 39px;
}

.why-choose-us {
  text-align: center;
  position: relative;
}

.section-header h2 {
  margin-bottom: 9px;
  font-weight: 400;
}

.choose-con p {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 31px;
}

.choose-con p:last-child {
  margin-bottom: 0;
}

.choose-pattern1 {
  top: 64px;
  right: 80px;
  z-index: 1;
}

.choose-con {
  position: relative;
}

.cmn-gap {
  padding: 70px 0;
}

.choose-block {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.chooseimg {
  width: 67px;
  height: 67px;
  background: #ffffff;
  box-shadow: 10px 35px 35px rgba(54, 55, 75, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 67px;
}

.choosecon {
  padding-left: 21px;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.choose-list .choose-block:last-child {
  margin-bottom: 0;
}

.choose-list {
  position: relative;
  text-align: left;
}

.choose-pattern-2 {
  left: -81px;
  bottom: 120px;
}

.choose-pattern-33 {
  bottom: -30px;
  left: -120px;
}

.children-img img {
  border-radius: 34%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.position-col {
  position: relative;
}

.choose-pattern-3 {
  bottom: 47px;
  right: 140px;
}

.choose-pattern-4 {
  top: 45px;
  left: 60px;
}

.choose-pattern-5 {
  top: 50%;
  right: 100px;
}

.choose-pattern-6 {
  top: 48px;
  right: -50px;
}

.choose-pattern-7 {
  top: 50%;
  left: 0;
}

.choose-body .extraspace:first-child {
  padding-right: 86px;
}

.choose-body .extraspace:last-child {
  padding-left: 86px;
}

.programs .section-header h2 {
  margin-bottom: 48px;
}

.programs {
  text-align: center;
  padding-top: 160px;
  position: relative;
}

.programs:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: url(images/program-bg.svg) no-repeat;
  background-size: 100%;
  z-index: -1;
}

.programs:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 260px);
  background: #f5f4f0;
  z-index: -1;
}

.program-curve img {
  width: 100%;
}

.profit-sec {
  width: 78px;
  height: 78px;
  background: #a23139;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  right: 0;
}

.program-body-block figure a {
  width: 100%;
  height: 100%;
  display: block;
}

.program-body-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.program-body-block figure:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 15px;
}

.main-banner-bg img {
  width: 100%;

  vertical-align: top;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.program-body-block {
  position: relative;
}

.profit-head span {
  display: block;
  font-family: "Purple Purse", cursive;
  font-size: 26px;
  width: 100%;
  line-height: 0.5;
}

.profit-head {
  width: 68px;
  height: 68px;
  border: 1px solid #e0b8b2;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
}

.main-banner {
  position: relative;
  padding-bottom: 109px;
}

.span-div span {
  width: 32px;
  height: 1px;
  display: inline-block;
  border-top: 2px solid #e0b8b2;
}

.prgrm-con {
  text-align: left;
}

.program-body-block figure {
  margin-bottom: 2px;
  overflow: hidden;
  border-radius: 15px;
  height: 395px;
}

.span-div {
  margin-bottom: 10px;
}

.learnbtn .cmn-btn {
  border: 1px solid rgb(0 0 0 / 20%);
  background: transparent;
  font-family: "Red Hat Display";
  font-weight: 700;
  font-size: 14px;
  color: #74181b;
  width: 100%;
}

.learnbtn .cmn-btn:hover {
  background: #36374b;
  color: #ffffff;
}

.learnbtn .cmn-btn:hover span {
  filter: invert(0.5) brightness(0) invert(1);
  -webkit-filter: invert(0.5) brightness(0) invert(1);
  -moz-filter: invert(0.5) brightness(0) invert(1);
}

/* .learnbtn .cmn-btn span {
    margin-left: 76px;
} */

.program-body .extraspace {
  padding: 31px 13px;
}

.program-body .rowspace {
  margin: -31px -13px;
}

.prgrm-con h5 {
  font-weight: 300;
  margin-bottom: 18px;
  color: #222222;
}

.prgrm-con h5 span {
  font-weight: 600;
}

.program-pattern {
  z-index: 1;
  top: 16%;
  left: 5%;
}

.program-pattern1 {
  top: 35%;
  right: 2%;
}

.program-pattern2 {
  bottom: 10%;
  left: 2%;
}

.program-pattern3 {
  bottom: 12%;
  right: 0;
}

.program-pattern4 {
  bottom: 6%;
  right: 7%;
}

.greencolor {
  background: #3f6745;
  padding: 15px 30px;
  min-width: 208px;
}

.pr-footer {
  margin-top: 80px;
}

.testimonial-section {
  background: linear-gradient(100.82deg, #faebd9 4.04%, #e0b8b2 102.27%);
  position: relative;
  padding-bottom: 96px;
}

.testmain:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 1314px;
  height: 252px;
  background: #ffffff;
  opacity: 0.3;
  z-index: 1;
}

.testmain {
  position: relative;
}

.heart-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  max-width: 744px;
  height: 100%;
}

.heart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section .container {
  position: relative;
  z-index: 1;
}

.test-inner {
  background: #ffffff;
  box-shadow: 0px 65px 65px rgb(84 174 224 / 10%);
  -webkit-box-shadow: 0px 65px 65px rgb(84 174 224 / 10%);
  -moz-box-shadow: 0px 65px 65px rgb(84 174 224 / 10%);
  text-align: center;
  padding: 44px;
  margin-top: 44px;
  position: relative;
}

.test-inner p {
  font-size: 14px;
  font-style: italic;
}

.test-inner figure {
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

.mls-listing-arrow {
  padding: 28px 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  z-index: 1;
}

.mls-listing-arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-section .slick-arrow {
  width: 52px;
  height: 52px;
  display: inline-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-section .slick-arrow:hover {
  background: #a23139;
}

.testimonial-section .slick-arrow:hover span {
  filter: invert(0.5) brightness(0) invert(1);
  -webkit-filter: invert(0.5) brightness(0) invert(1);
}

.testimonial-section .slick-arrow span {
  margin-bottom: 0;
}

.testimonial-section .section-header {
  margin-bottom: 30px;
}

.test-pattern {
  bottom: 10%;
  left: 3%;
  z-index: 1;
}

.test-pattern1 {
  top: 12%;
  right: 8%;
  z-index: 1;
}

/* ...........................................privacy-page..................................................... */
.privacy-policy {
  text-align: center;
}

.privacy-con ul {
  text-align: left;
  margin-bottom: 0;
  margin-top: 23px;
  margin-bottom: 34px;
  padding-left: 35px;
}

.privacy-con ul li {
  color: #000000;
}

.privacy-con {
  text-align: left;
}

.privacy-con p {
  color: #000000;
  margin-bottom: 25px;
}

.privacy-con h6 {
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #74181b;
  margin-bottom: 16px;
}

.para .order:last-child {
  margin-bottom: 0;
}

.privacy-policy {
  position: relative;
}

.privacy-pattern-1 {
  top: 77px;
  right: 135px;
}

.privacy-pattern-2 {
  top: 17%;
  right: 50px;
}

.privacy-pattern-3 {
  top: 26%;
  right: 38px;
}

.privacy-pattern-4 {
  top: 33%;
  right: 50px;
}

.privacy-pattern-5 {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.privacy-policy .section-header h2 {
  margin-bottom: 38px;
  text-align: left;
}

.bottom-nav.inner-nav {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.main-banner.main-banner_search {
  padding: 90px 0 0;
}

/* ............................contact-us......................................... */
.contact-us {
  text-align: center;
  position: relative;
}

.contact-us .section-header h2 {
  margin-bottom: 33px;
}

.contact-form h5 {
  padding-bottom: 13px;
  border-bottom: 1px solid #878787;
  font-weight: 700;
  color: #36374b;
}

.contact-form {
  max-width: 668px;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  margin: 0 auto;
  padding: 36px 26px 46px 28px;
  text-align: left;
}

.contact-form label {
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  margin-bottom: 12px;
}

.contact-form .extraspace {
  padding: 9px 12px;
}

.contact-form .rowspace {
  margin: -9px -12px;
}

.form-select:focus {
  box-shadow: none;
  border-color: #74181b !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: #74181b !important;
}

.submitbtn {
  margin-top: 30px;
}

.contact-pattern-1 {
  top: 77px;
  right: 135px;
}

.contact-pattern-2 {
  top: 45%;
  right: 50px;
}

.contact-pattern-3 {
  top: 65%;
  right: 38px;
}

.contact-pattern-4 {
  bottom: 10%;
  right: 50px;
}

.contact-pattern-5 {
  top: 21%;
  left: 90px;
}

.contact-us .section-header span {
  top: 0;
  padding-right: 8px;
}

.contact-pattern-6 {
  left: 14px;
  bottom: 14px;
}

.start-fund .padding-col {
  padding-left: 70px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* ............................choose-a-fundraising-program-page............................... */
.choose-program .section-header h2 {
  margin-bottom: 46px;
  line-height: 1;
}

.choose-program .section-header span {
  top: 0;
}

.fundarea-sec:hover figure img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 15px;
}

/* .........................how-it-works-page................................................... */
.how-it-works .section-header {
  margin-bottom: 56px;
}

.workimage- img {
  width: 100%;
}

.works-con {
  position: relative;
  max-width: 867px;
  margin: 0 auto;
}

.video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.33);
}

.video-con {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 4px;
}

.video-con:hover {
  background: #74181b;
  border: 2px solid #74181b;
}

.video-con a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  padding-left: 2px;
}

.choose-works-con {
  background: #ffffff;
  border: 1px solid #e9e6e6;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 21px 30px 24px;
  text-align: center;
}

.choose-works-img {
  width: 70px;
  height: 70px;
  background: #74181b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 32px;
}

.works-sec h4 {
  font-family: "Purple Purse", cursive;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #303041;
  max-width: 317px;
  margin: 0 auto;
  margin-bottom: 14px;
}

.works-sec p {
  margin-bottom: 14px;
}

.works-sec p:last-child {
  margin-bottom: 0;
}

.choose-works .extraspace {
  padding: 11px;
}

.choose-works .rowspace {
  margin: -11px;
}

/* .works-sec {
    min-height: 313px;
} */

.works-sec p a {
  color: #656565;
}

.works-sec p a:hover {
  color: #74181b;
}

.choose-works {
  position: relative;
}

.works-pattern1 {
  top: -100px;
  right: 50px;
}

.works-pattern2 {
  top: 146px;
  right: 38px;
}

.works-pattern3 {
  left: 0;
  top: 58%;
}

.works-pattern4 {
  left: 60px;
  top: 23%;
}

.works-pattern5 {
  left: 10%;
  top: 35%;
}

.how-works-pattern1 {
  left: 60px;
  top: 36%;
}

.how-it-works {
  position: relative;
}

.video-con a:hover {
  background: #74181b;
  border: 2px solid #74181b;
}

.choose-learnbtn {
  position: absolute;
  bottom: 97px;
  left: 50%;
  transform: translateX(-50%);
}

.choose-learnbtn .cmn-btn {
  padding: 12px 18px;
  background: #74181b;
  color: #ffffff;
  min-width: 231px;
  text-align: left;
  font-size: 12px;
}

.choose-learnbtn .cmn-btn span {
  margin-left: 8px;
}

.choose-learnbtn .cmn-btn:hover span {
  margin-left: 8px;
}

.program-body-block figure:hover .choose-learnbtn .cmn-btn {
  background: #36374b;
  color: #ffffff;
}

.fundarea-sec {
  position: relative;
}

.fundbtn- {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
}

.fundbtn- .cmn-btn {
  padding: 12px 18px;
  color: #ffffff;
  min-width: 231px;
  font-size: 12px;
}

.fundbtn- .cmn-btn span {
  margin-left: 14px;
}

.fundarea-sec figure {
  margin-bottom: 2px;
  overflow: hidden;
  border-radius: 15px;
  height: 395px;
}

.fundarea-sec figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.fundarea-sec:hover .fundbtn- .cmn-btn {
  background: #36374b;
}

.fundarea-sec figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.choose-program {
  position: relative;
}

.fundpattern-1 {
  top: 35%;
  right: 50px;
}

.fundpattern-2 {
  top: 51%;
  right: 38px;
}

.fundpattern-3 {
  left: 0;
  bottom: 16%;
}

.fundpattern-4 {
  left: 10%;
  bottom: 32%;
}

.fundpattern-5 {
  left: 60px;
  bottom: 41%;
}

.fundpattern-6 {
  left: 60px;
  top: 17%;
}

.fund-block {
  position: relative;
}

.inner-main-banner-bg {
  bottom: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 270px;
}

.inner-banner {
  position: relative;
}

.inner-about {
  padding-top: 92px;
}

.inner-main-banner-bg img {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.inner-banner-img img {
  width: 100%;
}

.inner-about .section-header {
  margin-bottom: 38px;
}

.about-block1 img {
  border-radius: 50%;
}

.inner-position {
  position: relative;
}

.inner-pattern1 {
  top: 54px;
  left: 0;
}

.inner-pattern2 {
  bottom: 21%;
  left: 40px;
}

.inner-pattern3 {
  top: 25px;
  right: 25%;
}

.inner-pattern4 {
  top: 19%;
  right: -14px;
}

.about-us-sec {
  position: relative;
}

.abtus-col {
  position: relative;
}

.abtt-pattern1 {
  top: 56px;
  right: 6%;
}

.abtus-pattern-1 {
  top: 1%;
  left: 9%;
}

.abtus-pattern-2 {
  top: -8%;
  left: 20%;
}

.abtus-pattern-3 {
  bottom: 50px;
  right: 13%;
}

.abtus-pattern-4 {
  top: 50%;
  right: 0;
}

.abtus-pattern-0 {
  top: 0;
  right: 12%;
}

.abtus-pattern-0 img {
  box-shadow: 0px 35px 35px rgb(84 174 224 / 15%);
  border-radius: 50%;
}

.inner-about .section-header h2 {
  margin-bottom: 0;
  line-height: 1;
}

.inner-about p {
  color: #000000;
}

.started-block-area {
  position: relative;
}

.start-video-con {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.started-img img {
  border-radius: 15px;
  width: 100%;
}

.start-video-con a {
  width: 49px;
  height: 49px;
  background: #74181b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.catalog-img img {
  width: 100%;
}

.start-video-con a:hover {
  background: #36374b;
}

.fall-span-div {
  margin-bottom: 10px;
}

.fall-span-div span {
  width: 32px;
  height: 1px;
  display: inline-block;
  border-top: 2px solid #e0b8b2;
}

.fall-con {
  text-align: left;
}

.fall-con h5 {
  font-weight: 300;
  margin-bottom: 13px;
  color: #222222;
}

.fall-con h5 span {
  font-weight: 600;
}

.started-body {
  margin-bottom: 65px;
}

.get-started-sec .started-body:last-child {
  margin-bottom: 0;
}

.started-body .section-header h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1;
}

.started-body .section-header.started-heading h2 {
  margin-bottom: 3px;
}

.started-body .section-header p {
  max-width: 635px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.started-body .section-header.started-heading p {
  max-width: 811px;
  margin: 0 auto;
  margin-bottom: 72px;
}

.get-started-sec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  background: #f5f4f0;
  z-index: -1;
}

.get-started-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: url(images/program-bg.svg) no-repeat;
  background-size: 100%;
  z-index: -1;
}

.get-started-sec {
  position: relative;
  padding-top: 157px;
}

.getpattern1 {
  top: 10%;
  right: 13%;
  z-index: 1;
}

.getpattern2 {
  top: 47%;
  left: 25px;
  z-index: 1;
}

.getpattern3 {
  right: 5%;
  z-index: 1;
  bottom: 10%;
}

.getpattern4 {
  bottom: 3%;
  left: 8%;
  z-index: 1;
}

.getpattern5 {
  bottom: 0;
  left: 11%;
  z-index: 1;
}

.getpattern6 {
  left: 0;
  z-index: 1;
  bottom: 19%;
}

.catalog-sec {
  position: relative;
}

.profit-sec.catalog-profit {
  right: -20px;
}

.view-catalog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vw-txt {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.catalog-content h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
}

.fall-catalog .section-header h2 {
  margin-bottom: 4px;
  line-height: 1;
  font-size: 40px;
}

.catalog-content h5 {
  margin-bottom: 16px;
}

.catalog-content p {
  font-size: 16px;
}

.catalog-content p span {
  color: #74181b;
  font-weight: 700;
}

.catalog-content {
  margin-bottom: 32px;
}

.catalogblock h5 {
  font-weight: 600;
  color: #222222;
  margin-bottom: 22px;
}

.catalogblock ul li {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #222222;
  width: calc(50% - 40px);
  margin-bottom: 14px;
  line-height: 1;
}

.catalogblock ul li span {
  font-weight: 700;
}

.catalogblock ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 31px;
  padding-left: 15px;
}

.catalogblock ul li:nth-child(odd) {
  margin-right: 40px;
}

.catalogblock ul li:nth-child(even) {
  margin-left: 40px;
}

.padding-col {
  padding-left: 40px;
  width: 65%;
}

.padding-col0 {
  width: 35%;
}

.fall-catalog {
  position: relative;
}

.catpattern1 {
  top: 11%;
  right: 10%;
}

.catpattern2 {
  right: 6%;
  top: 83%;
}

.catpattern3 {
  bottom: -41px;
  right: 7%;
}

.catpattern4 {
  left: 4%;
  top: 31%;
}

.catalogblock .cmn-btn {
  padding: 15px 40px;
  font-family: "Red Hat Text", sans-serif;
}

.catalogblock .cmn-btn.contactbtn {
  background: transparent;
  border: 1px solid #74181b;
  color: #74181b;
  margin-left: 15px;
}

.catalogblock .cmn-btn.contactbtn:hover {
  border: 1px solid #36374b;
  background: #36374b;
  color: #ffffff;
}

.catalogblock ul li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.view-catalog a:hover .vw-txt {
  filter: drop-shadow(2px 4px 6px black);
}

.view-catalog a:hover .view-img img {
  filter: drop-shadow(2px 4px 6px black);
}

.contact-form textarea {
  height: 40px;
  padding: 10px 21px;
}

li::marker {
  color: #74181b;
}

.about-us-sec .extraspace:first-child {
  padding-right: 32px;
}

.about-us-sec .extraspace:last-child {
  padding-left: 32px;
}

/* .....start-a-fundraiser-1-form........................ */

.faqaccordion .accordion-item {
  margin-bottom: 16px;
  border: none;
  background: #ffffff;
  border-radius: 10px;
}

.faqaccordion .accordion-button {
  background: #36374b;
  border-radius: 10px;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-transform: capitalize;
  color: #ffffff;
}

.faqaccordion .accordion-button:focus {
  box-shadow: none;
}

.faqaccordion .accordion-button:not(.collapsed) {
  border-radius: 10px 10px 0px 0px !important;
  color: #ffffff;
}

.faqaccordion .accordion-body {
  padding: 26px;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 0 0 10px 10px;
}

.faqaccordion .accordion-button::after {
  content: "";
  background-image: url(images/plus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  position: relative;
}

.faqaccordion .accordion-button:not(.collapsed)::after {
  background-image: url(images/minus.svg);
  background-position: center;
}

.faqaccordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px !important;
}

.faqaccordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.holiday-wishes {
  position: relative;
}

.holiday-img img {
  width: 100%;
}

.start-fund .section-header h2 {
  margin-bottom: 0;
}

.start-fund .section-header {
  margin-bottom: 26px;
}

.faqaccordion .accordion-body label {
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  margin-bottom: 14px;
}

.faqaccordion .accordion-body .form-head h5 {
  font-weight: 700;
  color: #36374b;
  border-bottom: 1px solid #878787;
  padding-bottom: 3px;
  display: inline-block;
}

.faqaccordion .accordion-body .form-head-main h5 {
  font-weight: 700;
  color: #36374b;
  margin-bottom: 21px;
  border-bottom: 1px solid #878787;
  padding-bottom: 3px;

  display: inline-block;
}

.form-head {
  width: 100%;
}

.faqaccordion .accordion-body .extraspace {
  padding: 12px;
}

.faqaccordion .accordion-body .rowspace {
  margin: -12px;
}

.faqaccordion .accordion-body p {
  font-size: 13px;
  color: #757575;
  margin-bottom: 14px;
  margin-top: -15px;
}

input[type="submit"].subbtn1 {
  min-width: 295px;
}

.start-fund {
  position: relative;
}

.faqaccordion .accordion-body textarea {
  height: 40px;
  padding: 10px 21px;
}

.addbtn1 {
  display: flex;
  align-items: center;
  margin-top: 39px;
  flex-wrap: wrap;
}

input[type="submit"].additionalbtn {
  min-width: 256px;
}

.detailsbtn {
  margin-left: 17px;
}

.start-submitbtn {
  margin-top: 39px;
}

input[type="submit"].add-co {
  background: #74181b;
}

input[type="submit"].add-co:hover {
  background-color: #3f6745;
}

.faqaccordion .accordion-body .form-head-terms h5 {
  font-weight: 700;
  color: #36374b;
  margin-bottom: 14px;
  display: inline-block;
}

.form-head-terms {
  padding-top: 12px;
}

.faqaccordion .accordion-body .checkbox-txt label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  color: #656565;
}

.faqaccordion .accordion-body .checkbox-txt label span a {
  color: #74181b;
}

.checkbox-txt {
  margin-bottom: 0;
}

.createbtn {
  margin-top: 36px;
}

.form-check-input:focus {
  box-shadow: none;
}

.checkbox-txt .form-check-input {
  border: 2px solid #36374b;
  border-radius: 0;
  height: 14px;
  width: 14px;
}

.fundraiser-area- h6 {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 600;
  color: #757575;
  text-transform: capitalize;
  margin-bottom: 19px;
}

.fundraiser-area- h6 span {
  color: #222222;
  text-transform: none;
}

.organization-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
  flex-wrap: wrap;
}

.fundraiser-area- {
  margin-bottom: 31px;
}

.fundraiser-area- h6:last-child {
  margin-bottom: 0;
}

.faqaccordion .accordion-body .organization-block .form-head-main h5 {
  margin-bottom: 0;
}

.from-mailing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 421px;
  flex-wrap: wrap;
}

.fundraiser-area- .from-mailing h6:last-child {
  margin-bottom: 19px;
}

.edit-btn {
  padding: 7px 24px;
  min-width: 100px;
  background: #3f6745;
  border-radius: 35px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.edit-btn:hover {
  background: #74181b;
  color: #ffffff;
}

.raiserpattern1 {
  top: 7%;
  right: 10%;
}

.raiserpattern2 {
  top: 41%;
  right: 5%;
}

.raiserpattern3 {
  top: 56%;
  right: 4%;
}

.raiserpattern6 {
  bottom: 24%;
  right: 6%;
}

.raiserpattern5 {
  top: 21%;
  left: 5%;
}

.raiserpattern4 {
  bottom: 8%;
  left: 24px;
}

.form-check-input:checked[type="checkbox"] {
  background: url(images/tick.png) no-repeat, transparent;
  background-position: center;
  background-size: 8px;
}

.input-group.date input[type="text"] {
  background: url(images/date.svg) no-repeat calc(100% - 21px) center #ffffff !important;
  cursor: pointer;
}

.faqaccordion .accordion-body .frmgrp label {
  color: #757575;
}

.datepicker table tr td.active.active {
  background: #36374b;
}

.edit-page .raiserpattern4 {
  bottom: 0%;
  left: 25px;
}

/* .......................16.5.22............. */
.band-sec .section-header h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.band-sec .section-header h2 span {
  font-size: 64px;
  font-family: "Nanum Brush Script", cursive;
  top: 5px;
}

.band-sec .section-header h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.band-sec .section-header p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  max-width: 625px;
}

.band-sec .section-header {
  margin-bottom: 72px;
  position: relative;
}

.band-img img {
  width: 100%;
  border-radius: 15px;
}

.band-prgrm-con {
  text-align: left;
}

.band-span-div {
  margin-bottom: 24px;
}

.band-span-div span {
  width: 32px;
  height: 1px;
  display: inline-block;
  border-top: 2px solid #e0b8b2;
}

.band-prgrm-con h5 {
  font-weight: 300;
  margin-bottom: 10px;
  color: #222222;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.band-prgrm-con h5 span {
  font-weight: 600;
}

.band-prgrm-con p {
  margin-bottom: 33px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.band-learnbtn .cmn-btn {
  min-width: 262px;
  padding: 14px 31px;
}

.row-padding {
  margin-bottom: 48px;
}

.band-con .row-padding:last-child {
  margin-bottom: 0;
}

.band-con .row-padding:nth-child(even) .order-col:first-child {
  order: 2;
}

.band-con .row-padding:nth-child(odd) .order-col:last-child {
  padding-left: 34px;
  padding-right: 55px;
}

.band-con .row-padding:nth-child(even) .order-col:last-child {
  padding-right: 80px;
}

.band-pattern1 {
  top: -36px;
  left: -30px;
  z-index: 1;
}

.order-col {
  position: relative;
}

.band-con .row-padding:nth-child(even) .order-col:first-child .band-pattern1 {
  top: -36px;
  right: -30px;
  left: auto;
  z-index: 1;
}

.band-pattern1 {
  top: -36px;
  left: -30px;
  z-index: 1;
}

.band-pattern2 {
  top: -36px;
  right: -17px;
  z-index: -1;
}

.band-pattern3 {
  top: -36px;
  left: -30px;
  z-index: 1;
}

.band-pattern4 {
  top: -36px;
  right: -17px;
  left: auto;
  z-index: -1;
}

.band-pattern5 {
  bottom: -20px;
  left: 38%;
}

.band-con {
  position: relative;
}

.band-pattern6 {
  left: -11%;
  bottom: 33%;
}

.band-pattern7 {
  right: -4%;
  top: -6%;
}

.band-pattern0 {
  left: 16%;
  top: 30%;
  width: 69px;
}

.us-block {
  display: flex;
  align-items: center;
}

.us-con {
  padding-left: 17px;
}

.us-img {
  background: #ffffff;
  box-shadow: 0px 35px 35px rgba(0, 92, 200, 0.15);
  width: 69px;
  height: 69px;
  flex: 0 0 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.us-block {
  margin-bottom: 24px;
}

.us-con h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

.why-us-area p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  margin-bottom: 2px;
}

.why-us-area p:last-child {
  margin-bottom: 0;
}

.why-us-img {
  position: relative;
  padding: 0 20px 20px 0;
}

.why-us-img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #f3e3e0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.row-padding-1 {
  margin-bottom: 64px;
}

.why-us-block .row-padding-1:last-child {
  margin-bottom: 0;
}

.why-us-block .row-padding-1:nth-child(odd) .col-padding1:last-child {
  padding-left: 77px;
}

.why-us-block .row-padding-1:nth-child(even) .col-padding1:last-child {
  padding-right: 77px;
}

.why-us-block .row-padding-1:nth-child(even) .col-padding1:first-child {
  order: 2;
}

.why-us-img img {
  width: 100%;
}

.why-us .section-header h2 {
  margin-bottom: 0;
}

.why-us .section-header {
  margin-bottom: 39px;
}

.why-us .section-header h2 {
  font-size: 40px;
  /* font-family: 'Poppins', sans-serif; */
  /* font-weight: 600; */
  margin-bottom: 15px;
  line-height: 1;
}

.why-us .section-header h2 span {
  font-size: 64px;
  /* font-family: 'Nanum Brush Script', cursive; */
  top: 0;
  font-weight: 400;
}

.why-us {
  position: relative;
}

.us-pattern1 {
  left: 6%;
  top: 9%;
}

.us-pattern2 {
  left: 54px;
  top: 36%;
  width: 90px;
}

.us-pattern3 {
  left: 35px;
  top: 65%;
}

.us-pattern4 {
  left: 0;
  bottom: 14%;
}

.us-pattern5 {
  left: 7%;
  bottom: 6%;
}

.us-pattern6 {
  left: 11%;
  bottom: 3%;
}

.us-pattern7 {
  right: 5%;
  bottom: 10%;
}

.us-pattern8 {
  right: 12%;
  top: 42%;
}

.us-pattern9 {
  right: 5%;
  top: 37%;
}

.us-pattern10 {
  right: 5%;
  top: 30%;
}

.us-pattern11 {
  right: 5%;
  top: 13%;
}

.us-pattern12 {
  right: 0;
  top: 3%;
}

.us-pattern13 {
  right: 13%;
  top: 4%;
}

.why-us {
  padding-top: 52px;
}

.band-sec {
  padding-top: 52px;
}

.band-con .row-padding .order-col:first-child {
  width: 48%;
}

.band-con .row-padding .order-col:last-child {
  width: 52%;
}

.header-btn {
  margin-left: 39px;
}

.works-con {
  position: relative;
}

.works-con .video {
  position: relative;
}

.active,
.active2 {
  overflow: hidden;
}

.play-bt {
  border-radius: 50%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  background: url(images/play.svg) center center no-repeat;
  margin: 0 auto;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;

  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  padding-left: 2px;
}

.b_hide {
  display: none;
}

.pause-bt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  background: url(images/pause-btn.svg) center no-repeat;
  background-size: 40px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.b_show {
  display: block;
}

.tv_video {
  width: 100%;
}

.video-container {
  max-width: 867px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container video {
  width: 100%;
  height: 100%;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

.bottom-footer-right .footer-menu-item {
  color: #ffffff;
}

.fall-catalog .section-header span {
  top: 0;
}

.started-body .section-header span {
  top: 0;
}

.start-fund .section-header h2 span {
  top: 0;
}

.how-it-works .section-header h2 span {
  top: -3px;
}

.inner-banner-con .section-header h2 span {
  top: -6px;
  padding-right: 8px;
}

.privacy-policy .section-header h2 span {
  top: -7px;
}

/* pulse wave */
.start-video-con a:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(115 23 26 / 100%);
  top: -25%;
  left: -25%;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

/* ********************************** */
.main-banner-con .row {
  align-items: center;
}

.main-banner2 .container {
  max-width: 100%;
  padding: 0;
}

/* 08.06.22 */

.catalog-sec button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  max-width: 110px;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s all;
}

.catalog-sec button img {
  width: 45px;
  transition: 0.3s all;
}

.catalog-sec button:hover {
  filter: drop-shadow(2px 4px 6px black);
}

.catalog-sec button:hover img {
  filter: drop-shadow(2px 4px 6px black);
}

#dialog-content {
  max-width: 850px;
  width: 100%;
  padding: 0;
}

#dialog-content canvas {
  width: 100%;
}

/*#dialog-content .fancybox-close-small  {
  display: none;
}*/
.new_stac .cmn-btn.contactbtn {
  background: transparent;
  border: 1px solid #74181b;
  color: #74181b;
  margin-left: 15px;
}

.new_stac .cmn-btn.contactbtn:hover {
  background: #36374b;
  color: #ffffff;
  border-color: #36374b;
}

.new_stac .cmn-btn {
  padding: 15px 40px;
  font-family: "Red Hat Text", sans-serif;
}

.new_stac .fallbutton {
  padding-top: 30px;
}

/*13.6.22*/

button.fancybox-close-small {
  background: #fff;

  color: #000;
  opacity: 1;
}

.top-nav .row {
  align-items: center;
}

.top-nav .hdr_social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.top-nav .footer-phn-con {
  margin-right: 15px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hdr_social .footer-phn-con a {
  color: #f3e3e0;
}

.hdr_social .footer-phn-con a:hover {
  color: #fff;
}

.hdr_social .footer-phn-con img {
  width: 19px;
  margin-right: 5px;
}

.fall-catalog {
  padding-bottom: 5px;
}

#gform_wrapper_1 span#input_1_6_4_container {
  margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .gfield u {
  font-weight: 700;
  font-size: 16px;
}

.ginput_right.address_state.ginput_address_state {
  margin-bottom: 8px;
}

.gform_confirmation_message h5 {
  font-weight: 700;
  font-size: 16px;
  color: #656565;
  text-decoration: underline;
  text-align: left;
}

.gform_confirmation_message .fundraiser-area- h6 {
  margin-bottom: 6px;
}

.gform_confirmation_message .fundraiser-area- {
  margin-bottom: 16px;
}

.gform_confirmation_message .fundraiser-area- h6 span {
  color: #757575;
  font-weight: 600;
}

.ginput_container.ginput_container_consent {
  display: flex;
}

.ginput_container.ginput_container_consent [type="checkbox"] {
  margin-top: 4px;
  margin-right: 8px;
}

/* ========= 29/06/2022 =========== */
.main-banner.home_banner {
  padding-top: 60px;
}

.main-banner.home_banner .main-banner-con>.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-banner.home_banner .main-banner-info {
  margin-top: 0;
}

.main-banner.home_banner .section-header h1 {
  max-width: inherit;
  font-size: 76px;
}

.bannerimages .row.homebanner_right {
  --bs-gutter-x: 14px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -35px;
}

.main-banner.home_banner .profit-sec {
  width: 44px;
  height: 44px;
}

.main-banner.home_banner .profit-head {
  width: 42px;
  height: 42px;
  font-size: 6px;
}

.main-banner.home_banner .profit-head span {
  font-size: 13px;
}

.bannerimages .row.homebanner_right .extraspace {
  margin-bottom: 35px;
}

.main-banner.home_banner .fundbtn- .cmn-btn {
  padding: 7px 7px;
  min-width: 131px;
  font-size: 9px;
}

.main-banner.home_banner .bannerimages {
  padding-left: 50px;
}

.main-banner.home_banner .fundbtn- {
  bottom: 20px;
}

.main-banner.home_banner .span-div {
  margin-bottom: 5px;
}

.main-banner.home_banner .prgrm-con h5 {
  font-size: 12px;
  margin-bottom: 0;
}

.main-banner.home_banner .main-banner-bg {
  height: 180px;
}

.main-banner.home_banner .fundarea-sec figure {
  min-height: 180px;
  height: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-banner.home_banner .fundarea-sec figure>a {
  display: block;
  width: 100%;
}

.main-banner.home_banner .fundarea-sec figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-banner.home_banner .banner-pattern1 {
  right: 0;
}

.main-banner.home_banner .bnr_content p {
  font-size: 23px;
  color: #74181b;
  font-weight: 500;
  line-height: 1.2;
}

.start-fund .profit-sec {
  right: -20px;
}

.start-fund .holiday-wishes~button[data-fancybox="dialog"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  max-width: 110px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.start-fund .holiday_wraps {
  position: relative;
}

/* 30.06.22 */

.contactbtn {
  color: #74181b;
  background: transparent !important;
  border: 1px solid #74181b;
}

.contactbtn:hover {
  color: #fff;
  background: rgba(116, 24, 27, 0.9) !important;
}

.padding-col ul.extra_ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.padding-col ul.extra_ul li {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.padding-col ul.extra_ul li a {
  cursor: pointer;
}

#dialog-content1 {
  max-width: 680px;
  width: 100%;
}

/* ========= 29/06/2022 END =========== */

/* ========= 20/07/2022 START =========== */

.fall-catalog .section-header h1 {
  font-size: 40px;
}

.fall-catalog .section-header h1 span {
  font-size: 55px;
}

/* ========= 20/07/2022 END =========== */

/* ========= 21/07/2022 START =========== */

.seo-item {
  padding: 70px 0;
  /* text-align: center; */
}

.seo-item .read_more_togl {
  background: #74181b;
  border-radius: 35px;
  padding: 10px 21px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.seo-item .read_more_togl:hover {
  background: #36374b;
  color: #ffffff;
}

.blog_catalog {
  padding-bottom: 70px;
}

/* ========= 21/07/2022 END =========== */

#seo_txt {
  display: none;
}

/* 28/07/2022 d */

.catalogblock h2 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/* 28/07/2022 d */
/* Modification CSS 17.08.22 */
.top-nav-menu ul li {
  padding: 0 14px;
}

/* Modification CSS 17.08.22 */

.single_blog_page .padding-col {
  width: 100%;
}

.single_blog_page .section-header h1 {
  max-width: 100%;
}

.single_blog_page .catalog-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.single_blog_page div#ez-toc-container {
  width: 100%;
}

.single_blog_page h3 {
  font-family: "Purple Purse", cursive;
  text-transform: capitalize;
  color: #222222;
}

div#ez-toc-container p.ez-toc-title {
  font-size: 25px;
}

.catalog-content nav {
  margin-top: 10px;
  font-size: 18px;
}

div#ez-toc-container ul li {
  margin-bottom: 7px;
}

.thank_you_page .section-header h1 {
  max-width: 100%;
}

.thank_you_page .padding-col {
  width: 100%;
}

.thank_you_page .catalog-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* update start 07/02/2023 */

.program_cont_wrap {
  padding-left: 35px;
  position: relative;
}

.catpattern1 {
  top: 30px;
  right: 0;
}

.blog_prog_wrap {
  margin-bottom: 30px;
}

/* update end 07/02/2023 */

/* support-css-14-02-2023-start */

.single-post .single_blog_page .blog_prog_wrap .col-md-5 {
  width: 35%;
}

.single-post .single_blog_page .blog_prog_wrap .col-md-7 {
  width: 65%;
}

.single-post .single_blog_page .catalog-img img {
  height: auto;
}

.single-post .extra_ul li {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

/* support-css-14-02-2023-end */

/* support KM 26-09-2023 start */
.blog_new_sec {
  padding: 48px 0 0;
}

.blog_new_sec h2 {
  padding: 0 0 28px;
  text-align: center;
}

.main-banner.single_banner {
  padding-bottom: 45px;
}

/* support KM 26-09-2023 end */

/*support paulomi 27/9/2023*/
.new_blok_blogg figure {
  height: 515px;
}

/*support paulomi 27/9/2023*/

/* 12/10/2023 dm */

.program-body.mobile_display {
  display: none;
}

.program-body.desktop_display .new_row_blogg .desktop-col {
  width: 20%;
}

/* 12/10/2023 dm */

/* support start RN 13-10-2023 */
.new_blok_blogg figure {
  height: 305px;
}

/* support end RN 13-10-2023 */

/*suuport pp.c 20/12/2023*/
.post-type-archive-product .custom-count-wrapper,
.tax-product_cat .custom-count-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.post-type-archive-product .custom-count-wrapper .woof_products_top_panel,
.tax-product_cat .custom-count-wrapper .woof_products_top_panel {
  display: none !important;
}

.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count {
  order: 1;
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
}

.post-type-archive-product .berocket_lgv_widget,
.tax-product_cat .berocket_lgv_widget {
  order: 2;
  margin-left: auto;
}

.post-type-archive-product .woocommerce-counterwrap,
.tax-product_cat .woocommerce-counterwrap {
  order: 3;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering {
  margin-left: 10px;
}

.post-type-archive-product .woocommerce-perpage,
.tax-product_cat .woocommerce-perpage {
  display: flex;
  align-items: center;
}

.post-type-archive-product .woocommerce-perpage select,
.tax-product_cat .woocommerce-perpage select {
  min-width: 70px;
  width: auto;
  background: url(images/poly-arrow.svg) no-repeat calc(100% - 15px) center #ffffff !important;
  padding: 11px 25px 11px 15px !important;
}

.post-type-archive-product .custom-count-wrapper .woocommerce-ordering select,
.tax-product_cat .custom-count-wrapper .woocommerce-ordering select {
  background: url(images/poly-arrow.svg) no-repeat calc(100% - 15px) center #ffffff !important;
  padding: 11px 25px 11px 15px !important;
}

.post-type-archive-product .woocommerce-perpage span,
.tax-product_cat .woocommerce-perpage span {
  font-weight: 600;
  color: #000000;
  margin-right: 6px;
}

.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering {
  margin-bottom: 0;
}

.post-type-archive-product ul.products,
.tax-product_cat ul.products {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}

.post-type-archive-product ul.products li.product.berocket_lgv_grid,
.tax-product_cat ul.products li.product {
  padding: 0 12px;
  margin: 0 0 20px 0;
  width: 25%;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  position: relative;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title:before,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title:before {
  content: "";
  width: 32px;
  position: absolute;
  left: 0;
  top: -4px;
  height: 2px;
  background-color: #e0b8b2;
}

.post-type-archive-product ul.products li.product .new_imagewrapper,
.tax-product_cat ul.products li.product .new_imagewrapper {
  height: 200px;
  border-radius: 15px;
  /* background-color: #eeeeee; */
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}

.post-type-archive-product ul.products li.product .new_imagewrapper img,
.tax-product_cat ul.products li.product .new_imagewrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
  transition: 0.5s;
}

.post-type-archive-product ul.products li.product .loop-product-wrap,
.tax-product_cat ul.products li.product .loop-product-wrap {
  background-color: #ffffff;
  padding: 10px 10px 20px 10px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  transition: 0.5s;
}

.post-type-archive-product ul.products li.product .loop-product-wrap>a.woocommerce-loop-product__link,
.tax-product_cat ul.products li.product .loop-product-wrap>a.woocommerce-loop-product__link {
  display: inline-block;
}

.post-type-archive-product ul.products li.product .loop-product-wrap:hover,
.tax-product_cat ul.products li.product .loop-product-wrap:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.2);
}

.post-type-archive-product ul.products li.product .loop-product-wrap:hover .new_imagewrapper img,
.tax-product_cat ul.products li.product .loop-product-wrap:hover .new_imagewrapper img {
  transform: scale(1.1);
}

.post-type-archive-product ul.products li.product .button.add_to_cart_button,
.tax-product_cat ul.products li.product .button.add_to_cart_button {
  background-color: #74181b;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 13px;
  transition: 0.5s;
  text-transform: uppercase;
  border-radius: 30px;
}

.post-type-archive-product .custom-count-wrapper .berocket_lgv_widget a.berocket_lgv_button,
.tax-product_cat .custom-count-wrapper .berocket_lgv_widget a.berocket_lgv_button {
  color: #74181b;
  background: none;
  border: 1px solid #74181b;
  box-shadow: none;
}

.post-type-archive-product ul.products li.product .button.add_to_cart_button:hover,
.tax-product_cat ul.products li.product .button.add_to_cart_button:hover {
  background-color: #36374b;
}

.post-type-archive-product ul.products li.product .price,
.tax-product_cat ul.products li.product .price {
  color: #74181b;
}

.post-type-archive-product .woof_container,
.tax-product_cat .woof_container {
  margin-bottom: 30px;
}

.post-type-archive-product .woof_container .woof_container_inner h4,
.tax-product_cat .woof_container .woof_container_inner h4 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Red Hat Text", sans-serif;
}

.post-type-archive-product .woof_container_inner .woof_radio_price_reset img,
.tax-product_cat .woof_container_inner .woof_radio_price_reset img {
  display: none;
}

.post-type-archive-product .section-header h1,
.tax-product_cat .section-header h1 {
  text-align: center;
  max-width: 100%;
  font-size: 40px;
  margin-bottom: 40px;
  /*padding-top: 20px;*/
}

.post-type-archive-product .section-header h1 span,
.tax-product_cat .section-header h1 span {
  font-family: "Brownhill Script";
  font-weight: normal;
  color: #74181b;
  font-size: 55px;
  top: -10px;
  position: relative;
  text-transform: none;
}

/*suuport pp.c 20/12/2023*/

/* 20.12.23 css */
.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  border: 1px solid #74181b;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #74181b !important;
  color: #ffffff !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #74181b;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #74181b !important;
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
  border-right: 0 !important;
}

.woof_submit_search_form_container .button,
.woocommerce ul.products li.product .button {
  background-color: #74181b !important;
  padding: 10px 15px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  transition: 0.5s;
  text-transform: uppercase;
  border-radius: 30px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

.woof_submit_search_form_container .button:hover,
.woocommerce ul.products li.product .button:hover {
  background-color: #36374b !important;
}

/* 20.12.23 css */

/* 21-12-2023 */
.single-product-template .product {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.single-product-template .product .woocommerce-product-gallery,
.single-product-template .product .summary.entry-summary {
  width: 50% !important;
  padding: 0 15px;
  float: none !important;
  margin: 0 0 0 !important;
}

.single-product-template .product .woo-product-gallery-slider .wpgs-for .slick-arrow {
  display: none !important;
}

.single-product-template .product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  margin: 5px -10px 0;
}

.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-list {
  margin: 0 -10px 0;
}

.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-slide {
  padding: 10px 10px;
  margin: 0 !important;
  border: none;
}

.single-product-template .product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  padding: 10px 10px;
}

.single-product-template .product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img,
.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-slide img {
  border: 1px solid rgba(54, 55, 75, 0.12);
  padding: 5px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.single-product-template .product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active,
.single-product-template .product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img:hover,
.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-slide img:hover,
.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-slide.slick-current img {
  border-color: #74181b;
  opacity: 1;
}

.single-product-template .product .summary.entry-summary .product_title {
  font-size: 52px;
}

.single-product-template .product .summary.entry-summary .price {
  color: #74181b;
}

.single-product-template .product .summary.entry-summary .cust_pro_dtl {
  display: table;
  width: 100%;
  padding: 30px 0 0;
}

.single-product-template .product .summary.entry-summary .cust_pro_dtl h3 {
  font-weight: 500;
  margin: 0 0 14px;
}

.single-product-template .product .summary.entry-summary .quantity {
  margin-right: 10px;
}

.single-product-template .product .summary.entry-summary .quantity [type="number"] {
  width: 90px;
  border-radius: 5px;
  height: 42px;
  padding: 4px 15px;
  outline: none !important;
  background: #ffffff;
  text-align: left;
  font-weight: 500;
  border: 1px solid #cfcfcf;
  font-family: "Red Hat Text", sans-serif;
}

.single-product-template .product .summary.entry-summary .single_add_to_cart_button {
  height: 42px;
  background: #74181b;
  border-radius: 35px;
  padding: 6px 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-product-template .product .summary.entry-summary .single_add_to_cart_button:hover {
  background: #36374b;
  color: #ffffff;
}

.single-product-template .product .woo-product-gallery-slider .wpgs-nav {
  padding: 0 30px;
  margin: 14px 0 0;
}

.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-arrow {
  width: 9px;
  height: 14px;
  margin: 0;
}

.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-arrow.slick-prev {
  background: url(images/left-thumb-arrow.svg) center center no-repeat transparent;
  left: 0;
}

.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-arrow.slick-next {
  background: url(images/right-thumb-arrow.svg) center center no-repeat transparent;
  right: 0;
}

.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-arrow:hover {
  filter: brightness(0) saturate(100%) invert(19%) sepia(15%) saturate(1043%) hue-rotate(198deg) brightness(92%) contrast(87%);
}

.single-product-template .product .woo-product-gallery-slider .wpgs-nav .slick-arrow::before {
  display: none;
}

.related_pro_wrap .relate-slide {
  padding: 0 30px;
  margin: 0 !important;
}

.related_pro_wrap .relate-slide .slick-list {
  margin: 0 -5px;
}

.related_pro_wrap .relate-slide .category-each {
  padding: 15px 5px;
}

.related_pro_wrap .relate-slide .slick-dots {
  display: none !important;
}

.related_pro_wrap .relate-slide .category-innr {
  background-color: #ffffff;
  padding: 10px 10px 20px 10px;
  border-radius: 15px;
  transition: 0.5s;
}

.related_pro_wrap .relate-slide .category-innr:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.related_pro_wrap .relate-slide .category-innr figure {
  margin-bottom: 0;
}

.related_pro_wrap .relate-slide .category-txt {
  padding: 20px 0 0;
}

.related_pro_wrap .relate-slide .category-innr figure img {
  border-radius: 15px;
}

.related_pro_wrap .relate-slide .category-innr .category-txt h3 a {
  position: relative;
  padding: 10px 0 0;
  color: #303041;
  display: inline-block;
  font-family: "Purple Purse", cursive;
}

.related_pro_wrap .relate-slide .category-innr .category-txt h3 {
  font-size: 22px;
  margin: 0 0 16px;
}

.related_pro_wrap .relate-slide .category-innr .category-txt h3 a::before {
  content: "";
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background-color: #e0b8b2;
}

.related_pro_wrap .relate-slide .category-innr .category-txt h3 a:hover {
  color: #74181b;
}

.related_pro_wrap .relate-slide .category-innr .category-txt .price {
  color: #74181b;
  font-weight: 600;
}

.related_pro_wrap .relate-slide .category-innr .category-txt .price del {
  opacity: 0.6;
  font-weight: 500;
  margin-right: 4px;
}

.related_pro_wrap .relate-slide .category-innr .related-product-btn {
  padding: 20px 0 0;
}

.related_pro_wrap .relate-slide .category-innr .related-product-btn .cmn-btn {
  font-size: 13px;
}

.related_pro_wrap h2 {
  text-align: center;
}

.related_pro_wrap .relate-slide .slick-arrow {
  width: 9px;
  height: 14px;
  margin: 0;
}

.related_pro_wrap .relate-slide .slick-arrow.slick-prev {
  background: url(images/left-thumb-arrow.svg) center center no-repeat transparent;
  left: 0;
}

.related_pro_wrap .relate-slide .slick-arrow.slick-next {
  background: url(images/right-thumb-arrow.svg) center center no-repeat transparent;
  right: 0;
}

.related_pro_wrap .relate-slide .slick-arrow:hover {
  filter: brightness(0) saturate(100%) invert(19%) sepia(15%) saturate(1043%) hue-rotate(198deg) brightness(92%) contrast(87%);
}

.related_pro_wrap .relate-slide .slick-arrow::before {
  display: none;
}

.product_faq h2 {
  text-align: center;
}

.faq-tabs {
  padding: 10px 0 0;
}

.faq-tabs .nav-tabs {
  justify-content: center;
  border: none;
  margin: 0;
  padding: 0;
}

.faq-tabs .nav-tabs .nav-link {
  margin: 0;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid #74181b;
  padding: 10px 28px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* .faq-tabs .nav-tabs .nav-link:hover {
  color: #74181b;
} */
.faq-tabs .nav-tabs .nav-link:hover,
.faq-tabs .nav-tabs .nav-link.active {
  background: #74181b;
  color: #ffffff;
  border-bottom-color: #74181b;
}

.faq-tabs .tab-content {
  padding: 20px 0 0;
}

.faq-tabs .accordion-button {
  outline: none;
  font-size: 20px;
  color: #222222;
  font-weight: 600;
}

.faq-tabs .accordion-item {
  border-color: #74181b;
}

.faq-tabs .accordion-body p a {
  color: #74181b;
}

.faq-tabs .accordion-body p a:hover {
  color: #36374b;
}

.faq-tabs .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #74181b;
  box-shadow: unset;
}

.faq-tabs .accordion-button:focus {
  box-shadow: unset;
  border-color: #74181b;
}

.faq-tabs .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(7%) sepia(71%) saturate(7365%) hue-rotate(353deg) brightness(73%) contrast(84%);
}

.faq-tabs .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.hcart_icon {
  /* color: #74181b; */
  color: #f3e3e0;
  position: relative;
  line-height: 1;
}

.hcart_icon .cart-item {
  position: absolute;
  top: -14px;
  right: -22px;
  z-index: 99;
  /* background: #74181b; */
  background-color: #f3e3e0;
  color: #74181b;
  font-weight: bold;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 0;
  border: 2px solid #74181b;
}

.hcart_icon:hover {
  color: #f3e3e0;
}

.hcart_icon:hover i {
  /* color: #36374b; */
  opacity: 0.5;
}

.hdr-end a i,
.hdr-end a img {
  transition: 0.3s all;
}

.hdr-end {
  padding-left: 14px;
}

.get-admin {
  margin-left: 28px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.get-admin img {
  width: 18px;
  height: auto;
}

.hdr-end .search-img {
  display: flex;
  align-items: center;
}

.get-admin:hover img {
  /* filter: brightness(0) saturate(100%) invert(17%) sepia(8%) saturate(2117%)
    hue-rotate(199deg) brightness(93%) contrast(83%); */
  opacity: 0.5;
}

.em-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background: #74181b;
  border-radius: 35px;
  padding: 10px 21px !important;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background: #36374b;
  color: #ffffff !important;
}

.woocommerce-error {
  border-top-color: #74181b;
}

.woocommerce-error::before {
  color: #74181b;
}

.woocommerce-message {
  border-top-color: #74181b;
}

.woocommerce-message::before {
  color: #74181b;
}

.woocommerce a.remove {
  background: #74181b;
  color: #ffffff !important;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce a.remove:hover {
  background: #36374b;
  color: #ffffff;
}

td.product-name a {
  font-weight: 600;
}

td.product-quantity [type="number"],
.actions .coupon [type="text"] {
  width: 75px !important;
  border-radius: 5px;
  height: 42px;
  padding: 4px 15px !important;
  outline: none !important;
  background: #ffffff;
  text-align: left !important;
  font-weight: 500;
  border: 1px solid #cfcfcf !important;
  font-family: "Red Hat Text", sans-serif;
}

.actions .coupon {
  display: flex;
}

.actions .coupon [type="text"] {
  width: 190px !important;
  font-size: 14px;
  margin-right: 14px !important;
}

.actions [name="update_cart"] {
  min-height: 42px;
}

.woocommerce form .form-row.login-frm-wrap {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.woocommerce-account .form-row.login-frm-wrap .woocommerce-form-login__submit {
  margin: 4px 0;
  width: 118px;
  min-height: 42px;
}

.woocommerce-account .privacy-con ul,
.woocommerce-cart .privacy-con ul,
.woocommerce-checkout .privacy-con ul {
  padding-left: 3.5em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background: #74181b;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 21px !important;
  font-family: "Poppins", sans-serif;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background: #36374b;
  color: #ffffff !important;
}

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
}

.woocommerce-info {
  border-top-color: #36374b;
}

.woocommerce-info::before {
  color: #36374b;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout select {
  padding: 8px;
  font-size: 15px;
}

.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout input[type="password"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout select:focus {
  border-color: #36374b;
}

.woocommerce-checkout textarea {
  padding: 12px !important;
  height: 140px !important;
  font-size: 15px !important;
}

.woocommerce-checkout textarea:focus::placeholder {
  color: #757575 !important;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #36374b;
  color: #fff;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f4f4f4;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #eeeeee;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #eeeeee;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #cfcfcf;
  border-top-color: #cfcfcf;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #a00;
}

.post-type-archive-product ul.products li.product .button.add_to_cart_button {
  min-height: auto;
}

.added_to_cart.wc-forward {
  background: #36374b;
  border-radius: 35px;
  padding: 8px 15px !important;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.added_to_cart.wc-forward:hover {
  background: #5f6182;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  box-shadow: 0px 0px 35px rgba(54, 55, 75, 0.1);
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #eeeeee;
  color: #222222;
  font-weight: 500;
  font-size: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover {
  background: #f6f6f6;
  color: #222222;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a {
  background: #74181b;
  color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  font-size: 16px;
}

[name="save_address"],
[name="save_account_details"] {
  margin-top: 16px !important;
}

.iradio_square-red {
  position: relative;
  pointer-events: none;
}

.iradio_square-red::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}

.iradio_square-red .iCheck-helper {
  display: none !important;
}

.iradio_square-red.checked::after {
  border-color: #74181b;
  background: #74181b;
}

.iradio_square-red.checked {
  background: transparent !important;
  border: transparent !important;
}

.iradio_square-red::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 9;
}

.iradio_square-red.checked::before {
  opacity: 1;
}

.iradio_square-red.hover {
  border-color: #74181b !important;
  background: transparent !important;
}

.iradio_square-red.hover::after {
  border-color: #74181b !important;
}

.woof_block_html_items li {
  position: relative;
}

.woof_block_html_items label {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  padding-left: 34px;
  z-index: 99;
}

.woof_radio_term_reset {
  display: none !important;
}

/* 21-12-2023 */

/* css update start RN 26-12-2023 */
.single-product-template .product .summary.entry-summary .single_add_to_cart_button {
  margin-right: 10px;
}

.product_table_wrap {
  margin-bottom: 15px;
}

.product_table_wrap table {
  width: 100%;
  border-collapse: collapse;
}

.product_table_wrap table tr td,
.product_table_wrap table tr th {
  padding: 5px 10px;
  border: 1px solid #cdcdcd;
}

.product_table_wrap_inner {
  margin-bottom: 15px;
}

.woof_radio_term_reset_visible {
  display: none !important;
}

/* css update start RN 27-12-2023 */
.secrete-revealed {
  padding: 50px 0 30px;
}

.secrete-revealed .section-header {
  margin-bottom: 35px;
}

.secrete-revealed .section-header p {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
}

.secrete-revealed .section-header h1 {
  line-height: 1.1;
  margin-bottom: 0;
  max-width: 100%;
  text-align: center;
}

.secrete-revealed .section-header h1 span {
  font-size: 55px;
}

.secrete-revealed-left p {
  font-size: 18px;
}

.secrete-revealed-left p b {
  font-weight: 600;
}

.secrete-revealed-main-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.secrete-revealed-main-col-left {
  width: 70%;
  padding: 0 12px;
}

.secrete-revealed-main-col-right {
  width: 30%;
  padding: 0 12px;
}

.secrete-revealed-right img {
  width: 100%;
}

.secrete-revealed-right {
  padding-left: 14px;
}

.schedule-guide {
  padding: 30px 0 50px;
}

.schedule-guide-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -12px;
}

.schedule-guide-left,
.schedule-guide-right {
  padding: 0 12px;
  width: 50%;
}

.schedule-guide-left {
  padding-right: 100px;
}

.schedule-guide-left h2 {
  font-size: 30px;
  text-transform: none;
}

.schedule-guide-list {
  list-style: none;
  padding-left: 0;
  margin: 0 -10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
}

.schedule-guide-list li {
  padding: 0 10px;
}

.schedule-guide-list li a {
  min-width: 240px;
  min-height: 57px;
}

.schedule-guide-whitebtn {
  background: #fff;
  color: #74181b;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.fundraiser-idea {
  padding: 45px 0 55px;
  background: linear-gradient(93deg,
      rgba(250, 235, 217, 0.2) 4.04%,
      rgba(224, 184, 178, 0.2) 100%);
}

.fundraiser-idea-col {
  margin-bottom: 36px;
}

.fundraiser-idea-row {
  margin-bottom: -36px;
}

.fundraiser-idea-each-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fundraiser-idea-each-left {
  width: 39%;
}

.fundraiser-idea-each-right {
  width: 61%;
  padding-left: 24px;
}

.fundraiser-idea-each-right h3 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-family: "Purple Purse", cursive;
  font-weight: 400;
  color: #222222;
}

.fundraiser-idea-each-left figure {
  margin: 0;
}

.fundraiser-idea-each-left figure img {
  width: 100%;
}

.fundraiser-idea .section-header {
  margin-bottom: 35px;
}

.fundraiser-idea .section-header h2 {
  margin-bottom: 0;
}

.fundraiser-idea-each-right p b {
  font-weight: 600;
}

.fundraiser-bigimg {
  padding: 50px 0;
}

.fundraiser-bigimg-main img {
  width: 100%;
}

.midland-fundraise {
  padding: 60px 0 70px;
  background: linear-gradient(117deg,
      #e9defe 2.84%,
      #fde1d3 42.06%,
      #fcebd9 66.13%,
      #c7fbf6 103.26%);
  position: relative;
}

.midland-fund-shape {
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 1;
  display: inline-flex;
  width: 591px;
}

.midland-fund-shape img {
  width: 100%;
}

.midland-fundraise .section-header {
  margin-bottom: 40px;
}

.midland-fundraise .section-header h2 {
  margin-bottom: 0;
}

.midland-fundraise .section-header p b {
  font-weight: 600;
}

.midland-fundraise .section-header .pg-btn {
  margin-top: 35px;
}

.midland-fundraise-row {
  --bs-gutter-x: 30px;
}

.midland-fundraise-each figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.midland-fundraise-each figure img {
  width: 100%;
}

.midland-fundraise-each-col {
  margin-bottom: 25px;
}

.midland-fundraise-row {
  margin-bottom: -25px;
}

.midland-fundraise-each h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-family: "Purple Purse", cursive;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10px;
}

.midland-fundraise-all {
  position: relative;
  z-index: 4;
}

.fundraiser-today {
  padding: 100px 0 50px;
}

.fundraiser-today-img {
  padding-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fundraiser-today-img img {
  max-width: 282px;
}

.fundraiser-today .section-header {
  padding-left: 10px;
}

.fundraiser-today .section-header h2 {
  line-height: 1;
  margin-bottom: 5px;
}

.fundraiser-today .section-header h3 {
  color: #74181b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Red Hat Text", sans-serif;
}

.fundraiser-today-row {
  align-items: center;
}

.fundraiser-today .section-header .pg-btn {
  margin-top: 35px;
}

.fundraiser-today .section-header .cmn-btn {
  min-width: 240px;
  min-height: 57px;
}

.fundraise-catalog-row {
  --bs-gutter-x: 30px;
  margin-bottom: -30px;
}

.fundraise-catalog-icon {
  width: 174px;
  height: 174px;
  margin: 0 auto 30px;
  display: inline-flex;
  overflow: hidden;
  background: var(--iconbg);
}

.fundraise-catalog-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fundraise-catalog-each h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-family: "Purple Purse", cursive;
  font-weight: 400;
  color: var(--iconbg);
}

.fundraise-catalog-col {
  margin-bottom: 30px;
}

.fundraise-catalog {
  padding: 50px 0;
}

.funds-tipstricks {
  padding: 85px 0 70px;
  background: linear-gradient(117deg,
      #e9defe 2.84%,
      #fde1d3 42.06%,
      #fcebd9 66.13%,
      #c7fbf6 103.26%);
  position: relative;
}

.funds-tipstricks-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.funds-tipstricks-col-left {
  width: 30%;
  padding: 0 12px;
}

.funds-tipstricks-col-right {
  width: 70%;
  padding: 0 12px;
}

.funds-tipstricks-img img {
  width: 100%;
}

.funds-tipstricks-cont {
  padding-left: 30px;
}

.funds-tipstricks-cont .section-header {
  margin-bottom: 20px;
}

.funds-tipstricks-cont .section-header h2 {
  margin-bottom: 20px;
}

.funds-tipstricks-cont p {
  font-size: 18px;
  line-height: 1.2;
}

.funds-tipstricks-cont p b {
  font-weight: 600;
}

.funds-tipstricks-cont-each:not(:last-child) {
  margin-bottom: 25px;
}

.funds-tipstricks-cont-each h3 {
  font-size: 25px;
  font-family: "Purple Purse", cursive;
  font-weight: 400;
  color: #222;
  margin-bottom: 8px;
}

.tips-tricks-subcont {
  margin: 40px auto 0;
  font-size: 18px;
  line-height: 1.2;
  max-width: 840px;
  width: 100%;
}

.funds-tipstricks-all {
  position: relative;
  z-index: 4;
}

.funds-tipstricks-shape {
  position: absolute;
  left: 0;
  top: 242px;
  width: 427px;
  display: inline-flex;
  z-index: 1;
}

.funds-tipstricks-shape img {
  width: 100%;
}

.fundraise-blog {
  padding: 70px 0 50px;
}

.fundraise-blog .section-header {
  margin-bottom: 35px;
}

.fundraise-blog-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.fundraise-blog-img figure {
  margin: 0;
}

.fundraise-blog-img figure img {
  width: 100%;
}

.fundraise-blog-hding {
  display: block;
  font-size: 20px;
  font-family: "Purple Purse", cursive;
  color: #222222;
}

.fundraise-blog-each h3 {
  margin-bottom: 8px;
}

.fundraise-blog-hding:hover {
  color: #74181b;
}

.fundraise-blog-col {
  margin-bottom: 25px;
}

.fundraise-blog-row {
  margin-bottom: -25px;
  --bs-gutter-x: 30px;
}

.fundraise-blog-each p {
  font-size: 13px;
  color: #aaa;
  line-height: 1.1;
}

.fundraise-catalog .section-header {
  margin-bottom: 20px;
}

/*support pp.c 28/12/2023*/
.single-product .related_pro_wrap .category-innr figure {
  width: 100%;
  height: 250px;
  border: 1px solid #efefef;
  border-radius: 15px;
  overflow: hidden;
}

.single-product .related_pro_wrap .category-innr>a {
  width: 100%;
  display: inline-block;
}

.single-product .related_pro_wrap .category-innr {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}

.single-product .related_pro_wrap .relate-slide .category-each {
  padding: 15px 12px;
}

.single-product .related_pro_wrap .relate-slide .slick-list {
  margin: 0 -12px;
}

.single-product .related_pro_wrap .category-innr:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.2);
}

.single-product .related_pro_wrap .category-innr figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-product.woocommerce .entry-summary form .cust_pro_dtl table {
  width: 100%;
  margin: 5px 0 15px;
  border: 1px solid #ece9e5;
}

.single-product.woocommerce .entry-summary form .cust_pro_dtl table td {
  padding: 6px 13px;
}

.post-type-archive-product ul.products li.product.berocket_lgv_grid a.woocommerce-LoopProduct-link {
  width: 100%;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list a.woocommerce-LoopProduct-link {
  width: 100%;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list+.berocket_lgv_additional_data a.lgv_link {
  margin-bottom: 10px;
  display: inline-block;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list+.berocket_lgv_additional_data a.lgv_link h3 {
  font-family: "Purple Purse", cursive;
  text-transform: capitalize;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list .add_to_cart_button {
  margin-top: 0;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list .new_imagewrapper {
  margin-bottom: 15px;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list+.berocket_lgv_additional_data .lgv_price {
  margin-top: 10px;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list+.berocket_lgv_additional_data .lgv_price .price {
  color: #74181b;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list+.berocket_lgv_additional_data .lgv_meta {
  margin-top: 10px;
  font-weight: 500;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list+.berocket_lgv_additional_data .lgv_meta .posted_in a {
  color: #74181b;
  transition: 0.5s;
  font-weight: 700;
}

.post-type-archive-product ul.products li.product.berocket_lgv_list+.berocket_lgv_additional_data .lgv_meta .posted_in a:hover {
  opacity: 0.5;
}

.post-type-archive-product .woof_block_html_items .woof_list .iradio_square-red {
  position: absolute;
  top: 3px;
  left: 0;
}

.post-type-archive-product .woof_list .iradio_square-red span {
  display: none;
}

.post-type-archive-product .woof_block_html_items .woof_list label.woof_radio_label {
  position: static;
}

.post-type-archive-product .filter_wrapp .woof_submit_search_form_container {
  display: inline-block;
}

/* 29-12-2023 start */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  color: #302f41;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #ffffff;
  background: #302f41;
  clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%, 20px 50%);
  padding: 6px 23px 6px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.92em;
  margin-left: -18px;
  margin-bottom: 4px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
  color: #ffffff;
  background: #74181b;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:first-child {
  margin-left: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb .w_bc_last {
  color: #ffffff;
  background: #74181b;
  clip-path: polygon(0 0, 84% 0%, 100% 50%, 84% 100%, 0 100%, 20px 50%);
  padding: 6px 25px 6px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -18px;
  font-weight: 500;
}

.post-type-archive-product ul.products li.product .loop-product-wrap,
.tax-product_cat ul.products li.product .loop-product-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 29-12-2023 end */

/* 11.01.24 start */

.top-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* 11.01.24 end */

/* 12/01/2024 dm */

.single-product-template .product .woocommerce-product-gallery {
  width: 35% !important;
}

.single-product-template .product .summary.entry-summary {
  width: 65% !important;
  padding-left: 40px;
}

.single-product-template .profit-sec.catalog-profit {
  right: -5px;
}

.single-product-template .profit-sec {
  width: 60px;
  height: 60px;
}

.single-product-template .profit-head {
  width: 50px;
  height: 50px;
  font-size: 6px;
}

.single-product-template .profit-head span {
  font-size: 20px;
}

/* 12/01/2024 dm */
/* CSS modification 17.01.24 */
.single-product-template .product {
  display: block;
  column-count: 2;
  margin: 0;
  column-gap: 30px;
}

.single-product-template .product>* {
  padding: 0;
  break-inside: avoid;
}

.single-product-template .product .woocommerce-product-gallery,
.single-product-template .product .summary.entry-summary {
  width: auto !important;
  padding-left: 0;
  padding-right: 0;
}

.single-product-template .product .form_wrap {
  padding-top: 40px;
}

.form_wrap input[type="number"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  padding: 0 16px;
  outline: none !important;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  font-family: "Red Hat Text", sans-serif;
  font-size: 15px;
  color: #757575;
  line-height: 38px;
}

.form_wrap input[type="submit"] {
  background: #74181b;
  height: 42px;
  padding: 6px 17px;
  min-width: unset;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.form_wrap input[type="submit"]:hover {
  background: #36374b;
}

.form_row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form_wrap h3 {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.form_wrap label {
  color: #222222;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: capitalize;
}

.form_wrap h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.form_wrap h5 span {
  font-weight: 700;
}

.form_wrap h5:last-child {
  margin-bottom: 0;
}

/* CSS modification 17.01.24 */
/* CSS modification 18.01.24 */
.form_wrap input[type="number"] {
  -moz-appearance: textfield;
}

.form_wrap input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form_row.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

/* CSS modification 18.01.24 */
/* CSS modification 19.01.24 */
.cust_pro_dtl {
  min-height: 120px;
}

/* CSS modification 19.01.24 */

/* 19.1.2024 */
.fa-shopping-cart {
  color: #74181b;
}

/* 19.1.2024 */

/* 01-03-2024 start */
.product_faq .section-header .htwo {
  max-width: 100%;
  text-align: center;
  margin: 0 0 46px;
}

/* 01-03-2024 end */

/* 11.03.24 start */

.rgt-tab ul.nav {
  /* margin-bottom: 25px; */
  border-bottom: 1px solid #74181b;
}

.rgt-tab .tab-content {
  border: 1px solid #74181b;
  border-top: none;
  padding: 25px 20px;
}

.rgt-tab-inner .list-table {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rgt-tab-inner li {
  padding: 10px 0;
  border-bottom: 1px solid #202020;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.rgt-tab-inner li span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1;
  top: 3px;
}

.rgt-tab-inner li>span {
  display: inline-flex;
  align-items: center;
}

.rgt-tab-inner li span>span {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 0 0;
}

.rgt-tab-inner li span.ratio_value {
  transform: translateY(3px);
}

.rgt-tab-inner li span span img:not(:last-child) {
  margin-right: 5px;
}

/* .rgt-tab ul.nav li:not(:last-child) {
  margin-right: 10px;
} */
.rgt-tab .nav-link {
  border: 2px solid #74181b;
  border-radius: 0;
  padding: 12px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  min-width: 160px;
  min-height: 52px;
  transition: 0.5s all;
  background-color: #74181b;
  color: #fff;
  margin-bottom: -2px;
}

.rgt-tab .nav-link i {
  width: 18px;
  margin-right: 10px;
  transition: 0.5s all;
}

.rgt-tab .nav-link.active {
  background-color: transparent;
  color: #2a2b38;
  border-bottom-color: #fff;
}

.rgt-tab .nav-link i {
  flex: 0 0 auto;
  filter: brightness(0) invert(1);
}

.rgt-tab .nav-link.active i {
  filter: none;
}

.rgt-tab-inner .future_list {
  padding: 0;
  margin: 0;
}

.rgt-tab-inner .future_list li {
  font-weight: normal;
  padding: 0 0 15px 0;
  border: none;
}

.rgt-tab-inner .future_list li i {
  margin-right: 20px;
  width: 20px;
}

.fallbutton.right_side_btn_grup {
  padding-top: 25px;
  display: flex;
  align-items: center;
}

.fallbutton.right_side_btn_grup a:not(:last-child) {
  margin-right: 10px;
}

.prfit_calculator_modal .modal-content {
  box-shadow: 10px 35px 35px rgba(54, 55, 75, 0.1);
  border: none;
  border-radius: 15px;
  position: relative;
}

.prfit_calculator_modal .btn-close {
  width: 30px;
  height: 30px;
  background: url(images/close-icon.svg) center no-repeat #74181b;
  background-size: 12px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 1;
  border-radius: 50%;
}

.prfit_calculator_modal .btn-close:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.prfit_calculator_modal .modal-body {
  padding: 40px 20px;
}

.prfit_calculator_modal .modal-body h3 {
  margin-bottom: 15px;
  font-weight: bold;
}

.prfit_calculator_modal .field_wrap:not(:last-child) {
  margin-bottom: 15px;
}

.prfit_calculator_modal .field_wrap label {
  font-weight: bold;
  display: inline-block;
  color: #74181b;
  margin-bottom: 5px;
}

.prfit_calculator_modal .field_wrap input {
  transition: 0.5s all;
  font-size: 16px;
  font-weight: 600;
}

.prfit_calculator_modal .field_wrap input:focus {
  border-color: #74181b;
}

.fall-catalog.extra {
  padding-bottom: 20px;
}

.fundraise_way_hdr h3 {
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "Purple Purse", cursive;
  text-transform: capitalize;
  color: #222222;
}

.fundraise_way_hdr p {
  font-weight: 500;
  margin-bottom: 6px;
}

.fundraise_way_hdr p.green_txt {
  color: #74181b;
  font-weight: 700;
  margin-bottom: 8px;
}

.fundraise_way_hdr {
  margin-bottom: 20px;
}

.fundraise_way_wrap>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.fundraise_way_wrap>ul li {
  padding-left: 20px;
  position: relative;
}

.fundraise_way_wrap>ul li:not(:last-child) {
  margin-bottom: 10px;
}

.fundraise_way_wrap>ul li::before {
  position: absolute;
  content: "";
  background-color: #74181b;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  border-radius: 50%;
}

/* 11.03.24 end */

.section-header span.dl-clo {
  color: #656565;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 0 6px;
  top: -3px;
}

.section-header span.rslt_tg {
  top: 0;
  font-size: 30px;
  font-weight: bold;
  top: -3px;
}

.tl-p {}

.prfit_calculator_modal .field_wrap label.lbl {
  line-height: 1;
  display: flex;
  color: #74181b;
  margin-bottom: 0;
  align-content: center;
  margin-top: 28px;
}

/* 13/03/2024 dm */

/* .section-header span {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
} */

.started-area {
  border: 1px solid #74181b;
  border-radius: 15px;
  height: 100%;
}

.started-area .fall-con {
  padding: 10px;
}

/* 13/03/2024 dm */

/* 14/03/2024 dm */

.section-header h1 {
  max-width: 100%;
}

.new-section .homebanner_right {
  justify-content: center;
}

.programs {
  padding-top: 130px;
}

/* 14/03/2024 dm */

/* 15.03.24 css */
.rgt-tab ul.nav li.nav-item {
  width: 20%;
}

.single-donation .rgt-tab ul.nav li.nav-item {
  width: 25%;
}

.rgt-tab ul.nav li.nav-item button {
  width: 100%;
  min-width: 1px;
}

/* .single-donation .rgt-tab ul.nav li.nav-item button {
  min-width: 160px;
} */

/* 15.03.24 css */

/* 20.03.24 open */
.faq-tabs .nav-tabs .nav-link {
  border: 2px solid #74181b;
  margin: 0 4px 8px 4px;
  background-color: #f3e3e0;
}

/* 20.03.24 close */
/* CSS Modification 26.03.24 */
.new_bnnr_img_box {
  padding-top: 20px;
}

.new_bnnr_img_box .row.homebanner_right {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fundarea-sec-icon.fundarea-sec figure {
  position: relative;
}

.fundarea-sec-icon.fundarea-sec img {
  max-width: 216px;
  min-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.new_bnnr_img_box .contactbtn {
  background: transparent;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.indvdl_col_new {
  width: calc(100% / 5);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* CSS Modification 26.03.24 */

/* 27.03.24 start */
/* .bannerimages .row.homebanner_right {
  --bs-gutter-y: 14px;
}

.main-banner {
  background-repeat: no-repeat;
  background-size: cover;
}

.main-banner-bg {
  z-index: 2;
}

.main-banner-con {
  position: relative;
  z-index: 3;
}

.main-banner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ffffff70 70%, transparent);
  z-index: 1;
}

.banner-pattern2,
.banner-pattern3,
.banner-pattern4,
.banner-pattern5 {
  display: none;
} */

/* 27.03.24 end */

/* 29.03.24 start */

.faq_header {
  -webkit-box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 15px 0;
  font-family: "Montserrat", sans-serif;
}

.container-fluid.faq_header .wrapper {
  max-width: 1400px;
  padding: 0 30px;
  margin: 0px auto;
  position: relative;
  width: 100%;
}

.hdr-row {
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq_header .brand-logo {
  display: inline-block;
  max-width: 184px;
  width: 100%;
  margin-right: auto;
}

.faq_header .brand-logo img {
  width: 100%;
}

.navbar .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .right-nav .ned_hlp_lnk {
  margin-right: 10px;
  font-size: 17px;
}

.login-reg-btn-wpr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-reg-btn-wpr ul li {
  margin-right: 10px;
}

.login-reg-btn-wpr ul li:last-child {
  margin: 0;
}

.login-reg-btn-wpr ul li a {
  color: #000;
  font-size: 16px;
  line-height: 1;
  position: relative;
  font-weight: normal;
  padding: 12px 15px;
  border: 1px solid #000;
  border-radius: 10px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login-reg-btn-wpr ul li a:hover {
  color: #fff;
  background-color: #e55760;
  border: 1px solid #e55760;
}

.footer-faq {
  padding: 20px 0;
  position: relative;
  background: #e55760;
  font-family: "Montserrat", sans-serif;
}

.footer-faq::before {
  position: absolute;
  content: "";
  background: url(images/footr_shape.svg) no-repeat top center;
  width: 100%;
  height: 12px;
  background-size: 100% auto;
  top: -6px;
  left: 0;
  right: 0;
  z-index: 1;
}

.footr_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footr_col {
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% / 5);
  position: relative;
}

.footr_col::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 104px;
  width: 1px;
  background: #f87981;
  -webkit-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.25);
}

.footr_col:last-child::before {
  display: none;
}

.footr_box {
  text-align: center;
}

.footr_lnk_logo {
  width: 100px;
  height: 100px;
  margin: 0 auto 22px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border: 1px dashed #fff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.footr_box p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.footr_lnk_logo::before {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  z-index: -2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.footr_lnk_logo::after {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.footr_lnk_logo img {
  width: 30%;
  height: 30%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footr_box:hover .footr_lnk_logo {
  border-style: solid;
}

.footr_box:hover .footr_lnk_logo::before {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.footr_box:hover .footr_lnk_logo::after {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.footr_col:nth-child(5n + 2) .footr_lnk_logo::after,
.footr_col:nth-child(5n + 5) .footr_lnk_logo::after {
  background: #2998d0;
}

.footr_col:nth-child(5n + 3) .footr_lnk_logo::after {
  background: #1ca318;
}

.started-block .row {
  --bs-gutter-y: 30px;
}

.home_banner .contactbtn {
  background-color: #fff !important;
}

.home_banner .contactbtn:hover {
  background-color: rgba(116, 24, 27, 0.9) !important;
}

.gform_required_legend {
  display: none;
}

.faq-tabs .tab-content>.active {
  overflow: visible;
}

/* 29.03.24 end */

/* support css 01-04-2024 start */
.fd_btn {
  display: flex;
  justify-content: center;
  padding: 12px 0 0;
}

.fd_btn .cmn-btn {
  padding: 8px 18px;
  font-size: 12px;
  margin: 0 4px;
}

.fd_btn .cmn-btn.outline {
  border: 1px solid #74181b;
  background: #ffffff;
  color: #74181b;
}

.fd_btn .cmn-btn.outline:hover {
  background: #74181b;
  color: #ffffff;
}

.btn_view_box {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  background: #74181b;
  border: none;
  color: #ffffff;
  padding: 14px 18px;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  z-index: 9;
  font-weight: bold;
  font-size: 15px;
  min-width: 150px;
  border-radius: 6px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.btn_view_box img {
  width: 36px;
  margin: 0 0 8px;
}

.fundarea-sec:hover .btn_view_box {
  opacity: 1;
}

.btn_view_box:hover {
  background: #36374b;
}

.catalog_modal {
  max-width: 850px;
  width: 100%;
  padding: 0;
}

.catalog_modal .df-bg {
  background-color: rgb(216, 168, 162) !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
  -moz-text-align-last: left !important;
  text-align-last: left !important;
  padding-left: 12px !important;
  width: 135px;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-year {
  -moz-text-align-last: left;
  text-align-last: left;
  padding-left: 12px !important;
  width: 98px;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

/* support css 01-04-2024 end */

/*support pp.c 2/4/2024*/

.post-type-archive-product .filter_wrapp .widget_price_filter .price_slider,
.tax-product_cat .filter_wrapp .widget_price_filter .price_slider {
  width: 100%;
}

.post-type-archive-product .filter_wrapp .price_slider .ui-slider-range,
.tax-product_cat .filter_wrapp .price_slider .ui-slider-range {
  background-color: #e0b8b2;
}

.post-type-archive-product .filter_wrapp .price_slider .ui-slider-handle,
.tax-product_cat .filter_wrapp .price_slider .ui-slider-handle {
  background-color: #74181b;
  border-color: #74181b;
}

.post-type-archive-product .filter_wrapp .price_slider_wrapper,
.tax-product_cat .filter_wrapp .price_slider_wrapper {
  margin-top: 20px;
  max-width: 80%;
}

.post-type-archive-product .filter_wrapp .price_slider_amount,
.tax-product_cat .filter_wrapp .price_slider_amount {
  display: flex;
  flex-direction: column;
}

.post-type-archive-product .filter_wrapp .price_slider_amount .price_label,
.tax-product_cat .filter_wrapp .price_slider_amount .price_label {
  float: none;
  order: 1;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
}

.post-type-archive-product .filter_wrapp .price_slider_amount .button,
.tax-product_cat .filter_wrapp .price_slider_amount .button {
  float: none;
  order: 2;
  margin-top: 15px;
}

.post-type-archive-product .widget_price_filter .price_slider_wrapper .ui-widget-content,
.tax-product_cat .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #3e090d;
}

.post-type-archive-product .filter_wrapp .woof_list_checkbox li .woof_checkbox_label_selected {
  color: #000000;
}

.post-type-archive-product .custom-count-wrapper .woocommerce-ordering select,
.tax-product_cat .custom-count-wrapper .woocommerce-ordering select {
  padding-right: 30px !important;
}

.post-type-archive-product .filter_wrapp .woof_reset_search_form,
.tax-product_cat .filter_wrapp .woof_reset_search_form {
  display: none;
}

/*support pp.c 2/4/2024*/

/* 02.04.24 start */

.post-type-archive-product ul.products>*,
.tax-product_cat ul.products>* {
  margin-bottom: 25px !important;
}

/* .post-type-archive-product .filter_wrapp .woof_list_checkbox li .woof_checkbox_label_selected,
.tax-product_cat .filter_wrapp .woof_list_checkbox li .woof_checkbox_label_selected {
  position: relative;
} */
/* .post-type-archive-product .icheckbox_square-red,
.tax-product_cat .icheckbox_square-red {
  background: transparent !important;
} */
.post-type-archive-product .filter_wrapp .woof_list_checkbox li .icheckbox_square-red,
.tax-product_cat .filter_wrapp .woof_list_checkbox li .icheckbox_square-red {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(116, 24, 27, 0.2);
  transition: 0.5s all;
  background: transparent !important;
}

.post-type-archive-product .filter_wrapp .woof_list_checkbox li .icheckbox_square-red::before,
.tax-product_cat .filter_wrapp .woof_list_checkbox li .icheckbox_square-red::before {
  position: absolute;
  content: "";
  background: url(images/white-tick.svg) center no-repeat;
  background-size: 10px;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  transition: 0.5s all;
  transform: scale(0);
}

.post-type-archive-product .filter_wrapp .woof_list_checkbox li .icheckbox_square-red.checked,
.tax-product_cat .filter_wrapp .woof_list_checkbox li .icheckbox_square-red.checked {
  background: #74181b !important;
  border-color: #74181b !important;
}

.post-type-archive-product .filter_wrapp .woof_list_checkbox li .icheckbox_square-red.checked::before,
.tax-product_cat .filter_wrapp .woof_list_checkbox li .icheckbox_square-red.checked::before {
  transform: scale(1);
}

/* 02.04.24 end */

/* css update start RN 03-04-2024 */
.woof_search_is_going nav.woocommerce-breadcrumb {
  display: block;
}

.profit-sec {
  top: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  clip-path: none;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-left: 0;
  margin: 0;
  position: relative;
  padding: 0 30px 0 50px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb .w_bc_last {
  clip-path: none;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-left: 0;
  margin: 0;
  position: relative;
  text-transform: capitalize;
}

.woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a::after {
  position: absolute;
  right: -10px;
  top: 0;
  width: 40px;
  height: 34.5px;
  clip-path: polygon(55% 0, 100% 50%, 55% 100%, 0% 100%, 0 49%, 0% 0%);
  content: "";
  background: #302f41;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a::before {
  position: absolute;
  right: -20px;
  top: -1px;
  width: 40px;
  height: 36px;
  clip-path: polygon(55% 0, 100% 50%, 55% 100%, 0% 100%, 0 49%, 0% 0%);
  content: "";
  background: #fff;
  z-index: 3;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb .w_bc_last::after {
  position: absolute;
  right: -20px;
  top: -1px;
  width: 40px;
  height: 36px;
  clip-path: polygon(55% 0, 100% 50%, 55% 100%, 0% 100%, 0 49%, 0% 0%);
  content: "";
  background: #74181b;
  z-index: 3;
}

.woocommerce-breadcrumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px !important;
}

.woocommerce-breadcrumb::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 40px;
  height: 36px;
  clip-path: polygon(55% 0, 100% 50%, 55% 100%, 0% 100%, 0 49%, 0% 0%);
  content: "";
  background: #fff;
  z-index: 3;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover::after {
  background: #74181b;
}

/* css update end RN 03-04-2024 */

/* 04.04.24 start */

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
  background: #36374b !important;
}

.form-row.place-order .woocommerce-input-wrapper {
  width: 40%;
  position: relative;
  border: 2px dashed #74181b;
  border-radius: 10px;
  padding: 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-row.place-order .woocommerce-input-wrapper input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.form-row.place-order .woocommerce-input-wrapper .custom_upload_span {
  color: #74181b;
  font-weight: 600;
}

/* 04.04.24 end */

#uploadfrm label {
  padding-bottom: 10px;
}

/* 9/4/24 work start */
/* .fundarea-sec:hover .btn_view_box{
  opacity: 0;
} */

.fundarea-sec .fd_btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.fundarea-sec .fd_btn .cmn-btn {
  padding: 6px 14px;
  font-size: 11px;
}

/* 9/4/24 work end */
/* support-css-12-04-2024 */

.gform_wrapper.gravity-theme select {
  padding: 8px 42px 8px 8px !important;
}

.gform_wrapper.gravity-theme input[type="number"] {
  border: 1px solid #cfcfcf;
}

.gform_wrapper.gravity-theme input[type="number"]:focus-visible {
  outline: initial;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  border-radius: 5px;
  height: 40px;
  color: #757575;
}

.start-fund .gform_wrapper.gravity-theme .ginput_complex label {
  margin-bottom: 8px;
}

.fundarea-sec:hover figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-form .gform_button_select_files {
  background-color: #3f6745;
  border: none;
  padding: 10px 15px;
  border-radius: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.contact-form .gform_button_select_files:hover {
  background-color: #74181b;
}

.contact-form .gform_wrapper.gravity-theme .gform_drop_area {
  background-color: rgba(116, 24, 27, 0.2);
}

.contact-form .gform_confirmation_message_10 {
  text-align: center;
  color: #74181b;
  font-size: 17px;
  font-weight: 700;
}

.fundarea-sec .btn_view_box {
  background: transparent;
  color: #fff;
}

/* support-css-12-04-2024 */

/* support css 23-04-2024 start */

/* support css 23-04-2024 end */

/* support starts 07.06.2024  */
.catalog-img {
  margin: 0;
  height: 100%;
  position: relative;
}

.catalog-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.catalog-img .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 2;
}

.catalog-img .play-button img {
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(64%) saturate(3836%) hue-rotate(345deg) brightness(74%) contrast(93%);
}

.catalog-img .play-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background-color: rgb(255 255 255 / 50%);
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: waves 2s ease-in-out infinite;
  animation: waves 2s ease-in-out infinite;
}

@keyframes waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.2, 0.2);
    transform: translate(-50%, -50%) scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 0.9);
    transform: translate(-50%, -50%) scale(0.9, 0.9);
    opacity: 0;
  }
}

.feature-img {
  background: #ffffff;
  width: 69px;
  height: 69px;
  flex: 0 0 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
}

.feature-img-innr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.feature-text h5 {
  font-weight: 500;
}

.step-success-sec {
  padding-top: 70px;
}

.step-inner-wppr .choose-works-con {
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  padding: 21px 30px 24px;
  text-align: center;
  position: relative;
}

.step-inner-wppr .choose-works-con::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #74181b;
}

.step-inner-wppr .choose-works-con.no-dash::before {
  display: none;
}

.step-inner-wppr .choose-works-img h3 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.step-inner-wppr .choose-works-img {
  position: relative;
}

.step-success-sec .section-header h2 {
  margin-bottom: 20px;
}

.step-row:not(:last-child) {
  margin-bottom: 30px;
}

.step-success-sec .section-header span {
  margin-right: 0;
}

/* support ends 07.06.2024  */

/* support 10.06.24 start*/
.super-feature-row .feature-text h5 {
  font-family: "Purple Purse", cursive;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #303041;
  max-width: 317px;
  margin: 0 auto;
  margin-bottom: 14px;
}

.error404 .main-banner2 .main-banner-con img {
  width: 100%;
}

.fund-feature-new-row {
  --bs-gutter-y: 40px;
  justify-content: center;
}

.fund-feature-new-row .prgrm-con p {
  font-weight: 500;
  color: #222222;
}

.fund-feature-new .section-header h2 span {
  margin-right: 1px;
  display: inline-block;
}

.single-donation .play-button img {
  margin-left: 4px;
}

.fund-feature-new-row .fd_btn {
  justify-content: space-between;
}

/* support 10.06.24 ends */

/* 18/06/2024 dm */

.donation-why-us-block.why-us-block .row-padding-1:nth-child(odd) .col-padding1:first-child {
  order: 2;
}

.donation-why-us-block.why-us-block .row-padding-1:nth-child(even) .col-padding1:first-child {
  order: inherit;
}

.donation-why-us-block.why-us-block .row-padding-1:nth-child(odd) .col-padding1:last-child {
  padding-left: 12px;
  padding-right: 77px;
}

.donation-why-us-block.why-us-block .row-padding-1:nth-child(even) .col-padding1:last-child {
  padding-right: 12px;
  padding-left: 77px;
}

.donation-why-us-block .us-con {
  padding-left: 0;
}

.donation-why-us-block .why-us-area ul li:not(:last-child),
.donation-why-us-block .why-us-area p:not(:last-child) {
  margin-bottom: 10px;
}

.donation-why-us-block .why-us-area h3 {
  margin-bottom: 15px;
}

/* 18/06/2024 dm */

/* support start 27-6-24 */
.navbar-nav>li>a {
  font-size: 13px;
}

.bottom-footer-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.single-donation .profit-sec.catalog-profit {
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
}

/* support end 27-6-24 */

/*support pp.c 28/6/2024*/
.navbar-nav>li.current-menu-parent>a {
  color: #74181b;
}

.bottom-footer-right ul li.current-menu-item a {
  color: #ffffff;
}

.bottom-footer-right .ftr_btm_menu li {
  padding: 0 25px;
}

.bottom-footer-right .ftr_btm_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 -25px;
  list-style: none;
}

.branddrive-salesec {
  padding: 45px 0;
}

.brnddrive-sale-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brnddrive-sale-imgbx {
  width: 100%;
  margin-bottom: 0;
}

.brnddrive-sale-imgbx img {
  width: 100%;
}

.brnddrive-sle-subhd {
  margin-bottom: 16px;
  line-height: 1.3;
}

.brnddrive-sale-copyprt .cmn-btn {
  margin-top: 25px;
}

.brnddrive-sale-copyprt ul {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}

.brnddrive-sale-copyprt ul li {
  position: relative;
  padding-left: 15px;
  list-style: none;
}

.brnddrive-sale-copyprt ul li:not(:last-child) {
  margin-bottom: 12px;
}

.brnddrive-sale-copyprt ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #74181b;
  left: 0;
  top: 8px;
}

.brnddrive-sale-copyprt {
  padding-left: 40px;
}

.brnddrive-sale-wrpr:nth-child(even) .brnddrive-sale-copyprt {
  padding-left: 0;
  padding-right: 40px;
}

.brnddrive-sale-wrpr:not(:last-child) {
  margin-bottom: 40px;
}

.brnddrive-sale-wrpr:nth-child(even) .brnddrive-sale-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*support pp.c 28/6/2024*/

/* home redesign css start */
.new-main-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

/*
.new-main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgb(0 0 0 / 50%); */
/*background: linear-gradient(240deg, rgba(100, 100, 150, 0.2) 10%, #333355 90%);
  z-index: -1;
}*/
.new-main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Darker gradient on the right and lighter on the left */
  background: linear-gradient(60deg, rgba(0, 0, 0, 0.7) 10%, rgba(255, 255, 255, 0.1) 90%);
  z-index: -1;
}

.pstn-rltv {
  position: relative;
  z-index: 1;
}

.new-spcltxts,
.new-subtext,
.new-ban-con h1,
.new-ban-con p {
  color: #ffffff;
}

.new-ban-con {
  max-width: 472px;
}

.new-spcltxts {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 29px;
  display: block;
  text-transform: uppercase;
}

.new-subtext {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 29px;
}

.new-ban-con h1 {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.new-why-choose .new-rowspan {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 40px;
  justify-content: center;
  text-align: center;
}

.new-why-choose .section-header,
.new-programs-sec .section-header,
.new-hybrid-sec .section-header {
  margin-bottom: 45px;
  text-align: center;
}

.new-why-choose .section-header h2 {
  margin-bottom: 0;
}

.new-choose-head a {
  font-size: 20px;
  font-weight: 500;
}

.new-choose-figure a {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 90%;
  box-shadow: 10px 10px 5px 2px rgba(46, 49, 65, 0.4);
  border-radius: 5%;
  overflow: hidden;
}

.new-catalogs-items,
.new-testimonial-item {
  padding: 0 13px;
}

.new-catalogs-slider .slick-list,
.new-testimonial-slider .slick-list {
  margin: 0 -13px;
}

.custom-btnSlider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.custom-btnSlider .new-cmn-arrow:not(:last-child) {
  margin-right: 15px;
}

.new-cmn-arrow {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.new-cmn-arrow img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 25px;
}

.new-cmn-arrow:hover {
  background: #000000;
}

.new-cmn-arrow:hover img {
  filter: brightness(0) invert(1);
}

.new-donatio-sec .new-rowspan {
  --bs-gutter-y: 30px;
  align-items: center;
}

.new-donatio-cont h2 {
  margin-bottom: 30px;
}

.new-donatio-ul li:not(:last-child),
.direct-sale-blk ul li:not(:last-child) {
  margin-bottom: 15px;
}

.new-donatio-ul ol {
  padding-left: 16px;
  margin-bottom: 30px;
}

.new-donatio-cont {
  padding-left: 100px;
  max-width: 660px;
}

.new-donatio-fig img {
  width: 100%;
}

/* .new-donatio-ul li {
  font-size: 18px;
  font-weight: 500;
} */
.new-hybrid-sec .new-rowspan {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 50px;
  justify-content: center;
}

.new-hybrid-blk {
  text-align: center;
}

.new-hybrid-box h3 {
  max-width: 280px;
  margin: 0 auto 25px;
}

.new-hybrid-fig img {
  width: 100%;
  border-radius: 15px;
}

.new-hybrid-fig {
  margin-bottom: 25px;
}

.new-direct-sale .new-rowspan {
  --bs-gutter-y: 30px;
  align-items: center;
}

.direct-sale-cont {
  max-width: 500px;
}

.direct-sale-fig,
.new-donatio-fig {
  margin-bottom: 0;
}

.direct-sale-fig img {
  width: 100%;
}

.new-hybrid-fig a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.top-nav-menu-midland .navbar-nav>li.menu-item-has-children>a,
.top-nav-menu-midland .navbar-nav>li>a {
  color: #f3e3e0;
}

.top-nav-menu-midland .navbar-nav>li.menu-item-has-children:hover>a,
.top-nav-menu-midland .navbar-nav>li>a:hover {
  color: #fff;
}

.top-nav-menu-midland .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 20px;
  width: calc(100% - 66px);
}

.top-nav .hdr_social {
  justify-content: flex-end;
}

.top-nav-menu-midland .navbar-nav>li>.clickD {
  filter: brightness(0) invert(1);
}

.get-admin img {
  filter: brightness(0) invert(1);
}

.search-img .fa-shopping-cart {
  color: #ffffff;
}

.hcart_icon .cart-item {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  width: 25px;
  height: 25px;
  font-size: 11px;
  top: -6px;
}

.top-nav {
  background: #36374b;
  padding: 8px 0;
}

.navbar-brand {
  width: 150px;
}

.navbar-nav>li>a {
  font-size: 15px;
}

.new-hybrid-sec {
  background: #f5f4f0;
}

.new-testimonial-card-btm {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.new-testimonial-card-btm i {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #ffffff;
}

.new-testimonial-card-btm p {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.new-testimonial-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
}

.new-testimonial-card i {
  margin-bottom: 15px;
  display: inline-block;
}

.new-testimonial-card i img {
  max-height: 40px;
  object-fit: contain;
  filter: brightness(0);
}

.new-testimonial-card-btm i img {
  max-height: 40px;
  object-fit: contain;
  object-position: center;
}

.new-testimonial-card-btm p {
  font-weight: 500;
}

.new-donatio-cont h2 span,
.direct-sale-cont h2 span {
  font-family: "Brownhill Script";
  font-weight: normal;
  color: #74181b;
  font-size: 55px;
  top: -10px;
  position: relative;
  text-transform: none;
}

.programs.new-programs-sec .section-header span {
  margin-right: 0;
}

.top-nav-blk {
  display: flex;
  align-items: center;
}

.footer-phn-con p {
  margin-bottom: 0;
}

.top-nav .hdr_social {
  width: 150px;
}

.top-nav-menu-midland {
  width: calc(100% - 150px);
  padding-right: 18px;
  display: flex;
  align-items: center;
}

.top-nav-menu-midland ul li:last-child {
  margin-left: auto;
}

.top-nav .footer-phn-con {
  margin-right: 0;
}

.search-img {
  width: 71px;
}

.get-admin {
  margin-left: 32px;
}

.mblclss {
  display: none;
}

.get-admin img {
  min-width: 18px;
}

/* home redesign css end */

/* support starts 10.07.2024  */
.home .programs.new-programs-sec {
  background-color: #f5f4f0;
}

.home .programs.new-programs-sec .program-pattern {
  z-index: 2;
}

.home .programs.new-programs-sec .container {
  position: relative;
  z-index: 3;
}

.home .programs.new-programs-sec .programs:after {
  display: none;
}

.cmn-pattern {
  z-index: 1;
}

.home .programs {
  padding-top: 100px;
}

.new-ban-con .cmn-btn.greencolor:hover {
  background-color: #74181b;
}

.new-category-sec .new-section-header {
  text-align: center;
  margin-bottom: 50px;
}

/* support ends 10.07.2024  */

/* 10-07-2024 start KM */
.category-bnr-rgt ul {
  padding: 0;
  margin: 0;
}

.category-bnr-rgt li {
  margin-bottom: 14px;
  position: relative;
  background: url(images/re-check.svg) 0 6px no-repeat transparent;
  list-style: none;
  padding: 0 0 0 30px;
  background-size: 16px;
  font-size: 18px;
}

.category-bnr-lft {
  width: 100%;
  max-width: 510px;
}

.category-bnr-lft img {
  width: 100%;
  box-shadow: 10px 10px 5px 2px rgba(46, 49, 65, 0.4);
  border-radius: 5%;
  overflow: hidden;
}

.new-hybrid-fig>a {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.new-hybrid-fig img {
  transition: all .4s ease-in-out;
}

.new-hybrid-fig:hover img {
  transform: scale(1.1);
}

.new-hybrid-fig>a .profit-sec {
  z-index: 3;
}

.top-nav-menu-midland .navbar-nav {
  padding-left: 0;
}

.search-img {
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.top-nav .hdr_social {
  width: 245px;
}

.top-nav-menu-midland {
  width: calc(100% - 245px);
}

.top-nav-menu-midland .navbar-nav {
  width: 100%;
}

/* .new-testimonial-slider .slick-track {
  display: flex;
}

.new-testimonial-slider .slick-slide {
  height: auto;
}

.new-testimonial-card {
  height: calc(100% - 100px);
}

.new-testimonial-card-wrapper {
  height: 100%;
} */

.new-testimonial-para .morecontent span {
  display: none;
}

.new-testimonial-para .morelink {
  display: inline;
  font-weight: 500;
}

/* 10-07-2024 end KM */

/* 30.07.24 start */

.direct-sale-fig,
.new-donatio-fig {
  position: relative;
  padding: 0 20px 20px 0;
}

.direct-sale-fig::before,
.new-donatio-fig::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #f3e3e0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.new-choose-figure a img {
  width: 100%;
}

.desktop-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.desktop-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-img-bg {
  display: none;
}

/* 30.07.24 end */


/* 30/08/2024 dm */

.new-donation-banner-wrp {
  position: relative;
}

.new-donation-banner-wrp .banner-left-shape {
  position: absolute;
  bottom: 122px;
  left: -48px;
  max-width: 62px;
}

.new-donation-banner-wrp .banner-right-shape {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 11px;
  transform: translateY(-50%);
}

.new-donation-banner {
  position: relative;
  padding-top: 62px;
  padding-bottom: 103px;
}

.new-donation-banner-inner {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  max-height: 377px;
  z-index: 2;
}

.new-donation-banner-inner>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-donation-banner-inner .new-donation-video-btn-inner-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.new-donation-banner-inner .new-donation-video-btn-inner-wrap::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  background: #fff;
  opacity: 0.5;
  border-radius: 100%;
}

.new-donation-banner-inner .new-donation-video-btn-inner-wrap::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}

.new-donation-banner-inner .new-donation-video-btn-inner-wrap>svg {
  width: 32px;
  height: 32px;
  color: #DEDEDE;
}


.fund-raiser-sec {
  padding-bottom: 230px;
}

.fund-raiser-sec h2 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 35px;
  font-weight: 600;
}

.fund-raiser-sec h2 span {
  font-family: "Nanum Brush Script", cursive;
  color: #74181B;
  font-size: 64px;
}

.fund-raiser-sec .rgt-tab ul.nav li.nav-item {
  width: 33.33%;
}

.fund-raiser-sec .rgt-tab {
  position: relative;
}

.fund-raiser-sec .rgt-tab .tab-right-shape {
  position: absolute;
  top: 70px;
  right: -50px;
  max-width: 62px;
  z-index: -1;
}

.fund-raiser-sec .rgt-tab .tab-content {
  background: #fff;
}

.success-sec {
  position: relative;
  padding-top: 35px;
  padding-bottom: 81px;
  background: #F5F4F0;
}

.success-sec .top-shape {
  position: absolute;
  bottom: 91%;
  ;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.success-sec .success-row {
  position: relative;
  z-index: 2;
}

.success-left figure img {
  width: 100%;
}

.success-left figure {
  margin-bottom: 0;
}

.success-sec .success-row {
  align-items: center;
}

.success-sec .top-left-shape {
  position: absolute;
  top: -137px;
  left: 44px;
  max-width: 123px;
  z-index: 2;
  pointer-events: none;
}

.success-sec .top-right-cross {
  position: absolute;
  bottom: 100%;
  right: 113px;
  max-width: 20px;
  margin-bottom: 5.5%;
}

.success-cont {
  position: relative;
}

.success-cont .top-star {
  position: absolute;
  top: -15px;
  right: -18px;
  z-index: 2;
  max-width: 40px;
  pointer-events: none;
}

.succes-right-cont {
  padding-left: 26px;
}

.succes-right-cont h2 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.succes-right-cont h2 span {
  display: block;
  font-family: "Nanum Brush Script", cursive;
  color: #74181B;
  font-size: 40px;
  font-weight: 400;
}

.success-sec .success-row:nth-child(even) {
  flex-direction: row-reverse;
}

.success-sec .success-row:nth-child(even) .succes-right-cont {
  padding-left: 0;
  padding-right: 26px;
}

.success-sec .success-row:not(:last-child) {
  margin-bottom: 80px;
}

.success-sec .top-left-middle-shpe {
  position: absolute;
  top: 55%;
  left: 25px;
  transform: translateY(-50%);
  max-width: 55px;
  pointer-events: none;
}

.donation-cmn-head {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.donation-cmn-head span {
  font-size: 40px;
  display: block;
  font-family: "Nanum Brush Script", cursive;
  color: #74181B;
  font-size: 40px;
  font-weight: 400;
}

.empower-head-sec {
  max-width: 511px;
  margin: 0 auto 47px auto;
  text-align: center;
}

.empower-card {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}


.empower-card .card-image {
  position: relative;
  text-align: center;
  margin-bottom: 54px;
}

.empower-card .card-image figure {
  background: #FFFFFF;
  box-shadow: 10px 35px 35px rgba(54, 55, 75, 0.1);
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
}

.empower-card .card-image figure img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.empower-card .card-image span {
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, #E0B8B2 0%, #74181B 100%);
  border-radius: 100%;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.empower-card .card-cont h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.empower-card .card-cont p {
  color: #656565;
}

.empower-sec .empower-col:last-child .empower-card {
  margin-left: auto;
  margin-right: 0;
}

.empower-sec .empower-col:first-child .empower-card {
  margin-left: 0;
}

.empower-card .arrow {
  position: absolute;
  top: 70px;
  right: -160px;
}


.succes-bottom-left-shape {
  position: absolute;
  bottom: 15%;
  left: 0;
  max-width: 70px;
}

.bottom-circle {
  position: absolute;
  bottom: -5px;
  left: 7%;
  transform: translateX(-100%);
  max-width: 12px;
}

.empower-sec {
  position: relative;
}

.empower-sec .bottom-star {
  position: absolute;
  top: 100%;
  margin-top: 9px;
  right: 100%;
  margin-right: 65px;
  max-width: 36px;
}

.empower-sec .empower-right-shape {
  position: absolute;
  bottom: 119px;
  left: 100%;
  margin-left: 40px;
  max-width: 55px;
}


.fundraised-online .online-row:nth-child(even) {
  flex-direction: row-reverse;
}

.online-image-sec img {
  width: 100%;
}

.online-cont-sec {
  padding-left: 26px;
}

.online-cont-sec h2 {
  margin-bottom: 13px;
}

.fundraised-online .online-row:nth-child(even) .online-cont-sec {
  padding-left: 0;
  padding-right: 26px;
}

.online-cont-sec .donation-cmn-head span {
  display: inline;
}

.fundraised-online .online-row:not(:last-child) {
  margin-bottom: 80px;
}

.fundraised-online .online-row {
  align-items: center;
}

.online-cont-sec p strong {
  display: block;
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}


.drive-sec {
  background: linear-gradient(100.82deg, #FAEBD9 4.04%, #E0B8B2 102.27%);
  position: relative;
}

.donation-sec-cmn-head {
  text-align: center;
}

.donation-sec-cmn-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.donation-sec-cmn-head span {
  font-family: "Nanum Brush Script", cursive;
  color: #74181B;
  font-size: 60px;
}

.drive-sec .donation-sec-cmn-head {
  margin-bottom: 40px;
}


.drive-card {
  background: #fff;
  border-radius: 20px;
  padding: 63px 25px 34px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
  position: relative;
}

.drive-card .drive-card-cont {
  padding-right: 11px;
}

.drive-card .drive-card-cont p strong {
  display: block;
  color: #222222;
  font-size: 18px;
  margin-bottom: 10px;
}

.drive-card .drive-card-cont p:not(:last-child) {
  margin-bottom: 15px;
}

.drive-card .drive-row {
  align-items: center;
}

.drive-cont .drive-card {
  margin-bottom: 25px;
}

.drive-cont .drive-bottom-para {
  max-width: 982px;
  margin: 0 auto;
  text-align: center;
}

.drive-cont {
  position: relative;
}

.drive-cont .top-right-star {
  position: absolute;
  top: 232px;
  left: 100%;
  max-width: 40px;
  margin-left: 36px;
}

.drive-cont .bottom-left-shape {
  position: absolute;
  right: 100%;
  bottom: 202px;
  margin-right: 40px;
  max-width: 55px;
}

.drive-sec.white-bg {
  background: #fff;
}

.drive-sec.white-bg .drive-head {
  max-width: 783px;
  margin: 0 auto;
}

.drive-sec.white-bg .drive-row {
  flex-direction: row-reverse;
}

.drive-sec.white-bg .drive-card .drive-card-cont {
  padding-right: 0;
  padding-left: 11px;
}

.drive-sec.white-bg .drive-bottom-para {
  max-width: 726px;
}


.donation-faq-tab {
  background: linear-gradient(100.82deg, #FAEBD9 4.04%, #E0B8B2 102.27%);
  position: relative;
}

.donation-faq-tab .faq-tabs .accordion-button+button {
  display: none;
}

.faq-cont {
  position: relative;
}

.faq-cont .bottom-left-shape {
  position: absolute;
  top: 65%;
  right: 100%;
  transform: translateY(-50%);
  max-width: 55px;
  margin-right: 44px;
}

.faq-cont .top-right-star {
  position: absolute;
  top: 24%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 43px;
  max-width: 40px;
}

.blog-card .card-image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}

.blog-card .card-image img {
  width: 100%;
}

.blog-card .blog-cont h3 {
  position: relative;
  padding-top: 10px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-card .blog-cont h3::before {
  content: "";
  position: absolute;
  top: 0;
  width: 31px;
  height: 1px;
  background: #E0B8B2;
}

.blog-card .blog-cont h3 a span {
  font-weight: 300;
}

.blog-card .blog-cont h3 a {
  color: #222222;
}

.blog-card .blog-cont h3 a:hover {
  color: #74181B;
}

/* 30/08/2024 dm */

/* 03/09/2024 dm */

.blog-card .card-image {
  min-height: 230px;
}

.blog-card .card-image img {
  min-height: 230px;
  object-fit: cover;
  object-position: center;
}

/* 03/09/2024 dm */

/* satwik 13_09_24 */
.for-fund-raiser-sec h2 span {
  font-family: "Brownhill Script";
  font-weight: 400;
  font-size: 55px;
  text-transform: capitalize;
}

.for-fund-raiser-sec h2 {
  margin-bottom: 16px;
}

.for-fund-raiser-sec .rgt-tab ul.nav li.nav-item button {
  height: 100%;
}

.for-fund-raiser-sec .profit-sec {
  width: 70px;
  height: 70px;
  right: 0;
}

.for-success-sec .top-shape {
  bottom: 92%;
}

.cd-wrapper:first-child {
  background: linear-gradient(100.82deg, #FAEBD9 4.04%, #E0B8B2 102.27%);
}

.cd-wrapper:nth-child(even) .row.online-row {
  flex-direction: row-reverse;
}

.cd-wrapper:last-child {
  background: #F5F4F0;
}

/* AD 17/09/2024 */
.for-success-sec .fundraiser-image-wrapper.mobile,
.online-image-sec.mobile {
  display: none;
}

.single-our-donation h2 span {
  font-family: "Brownhill Script";
  padding-right: 10px;
}

/* AD 17/09/2024 END */

/* support starts 20.09.2024  */
.our-donation-template-default .empower-sec {
  padding-top: 70px;
}

.cd-wrapper.wrapper-padding {
  padding-bottom: 70px;
}

.our-donation-template-default .success-sec .success-row:not(:last-child) {
  margin-bottom: 0;
}

/* SM 26_09_24 */

.success-sec.for-success-sec .top-shape {
  z-index: -1;
}

.for-singletext {
  margin-top: 30px !important;
}

.for-cd-wrapper .online-row {
  align-items: center !important;
}

.for-h2-gbl .donation-sec-cmn-head {
  font-size: 25px;
}

.for-h2-gbl .donation-sec-cmn-head span {
  font-size: 40px;
  font-weight: 400;
}

.for-fund-raiser-sec .rgt-tab-inner li {
  font-weight: normal !important;
  align-items: start;
}

/* 30/10/2024 */
#alg_checkout_files_upload_form_1 {
  margin-bottom: 25px;
  margin-top: 10px;
}

#alg_checkout_files_upload_form_1 input#alg_checkout_files_upload_button_1 {
  opacity: 0;
  position: absolute;
}

#alg_checkout_files_upload_form_1 table {
  width: 100%;
}

#alg_checkout_files_upload_form_1 tbody tr:first-child td label {
  border: 3px dashed #74181b;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  color: #74181b;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  border-radius: 14px;
  display: block;
}

#alg_checkout_files_upload_form_1 tbody tr:first-child td label::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #74181b url(images/upload.png) no-repeat center / 28px;
  margin: 0 auto 10px;
  border-radius: 100%;
}

#alg_checkout_files_upload_form_1 tbody tr:first-child td label::after {
  content: "*";
  display: inline-block;
}

#alg_checkout_files_upload_form_1 tbody tr:first-child td label+.required {
  display: none;
}

#alg_checkout_files_upload_form_1 tbody tr:nth-child(2) td .alg_checkout_files_upload_result_1 {
  background: #fafafa;
  padding-right: 50px;
  border: 1px dashed #ccc;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 10px 15px 0 #00000017;
}

#alg_checkout_files_upload_form_1 tbody tr:nth-child(2) .alg_checkout_files_upload_result_image {
  flex-shrink: 0;
}

#alg_checkout_files_upload_form_1 tbody tr:nth-child(2) td .alg_checkout_files_upload_result_delete {
  width: 25px;
  height: 25px;
  display: inline-flex;
  position: absolute;
  right: 10px;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-size: 28px;
  padding: 0;
  transform: translateY(-50%);
  top: 50%;
  overflow: hidden;
  margin: 0;
}

/* KM 14-11-2024 START */
.contact-form h5 {
  line-height: 1.5;
}

.contact-form .gchoice.gchoice_15_9_1 {
  margin-bottom: 10px;
}

.contact-form .gchoice.gchoice_15_9_1 label,
.contact-form [type="checkbox"] {
  cursor: pointer;
}

.contact-form [type="checkbox"] {
  accent-color: #74181b;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
  font-family: "Red Hat Text", sans-serif;
}

.gform_confirmation_message {
  color: #36374b;
  background: rgba(28, 137, 0, 0.25);
  padding: 24px;
  font-weight: 600;
  font-size: 16px;
}

.contact-form {
  position: relative;
  z-index: 1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  border: none !important;
}

/* KM 14-11-2024 END */

/* 15.11.2024 css start */
.new-main-banner::before {
  display: none;
}

.new-ban-con {
  max-width: 464px;
  border-radius: 20px;
  padding: 25px 25px 30px 35px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
}

.new-spcltxts {
  font-size: 19px;
  margin-bottom: 22px;
  line-height: 1.2;
}

.new-ban-con h1 {
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 22px;
  text-transform: initial;
}

.new-subtext {
  font-size: 20px;
  margin-bottom: 20px;
}

.new-ban-con p {
  font-size: 16px;
}

.new-ban-con p strong {
  font-weight: 600;
}

.new-spcltxts,
.new-subtext,
.new-ban-con h1,
.new-ban-con p {
  color: #000000;
}

.new-ban-con .greencolor {
  background-color: #000000;
  text-transform: capitalize;
  font-weight: 400;
  min-width: 1px;
  font-size: 17px;
  font-family: "Red Hat Text", sans-serif;
  padding: 9px 23px;
}

/* 15.11.2024 css end */

/* Change text color of WooCommerce error messages to red */
.woocommerce-error {
  color: red !important; /* Change text color */
  border-color: red !important; /* Change border color */
}





/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  /* .navbar-nav .clickD {
        display: none;
    } */

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .footer-faq .container {
    width: 100%;
    max-width: 1224px;
  }
}

@media (min-width: 1280px) {
  .program-body .new-cmn-arrow {
    position: absolute;
    top: 50%;
    margin: 0px;
    z-index: 3;
    transform: translate(0px, -50%);
  }

  .program-body .new-cmn-arrow.prev-arrows {
    left: -62px;
  }

  .program-body .new-cmn-arrow.next-arrows {
    right: -62px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }

  .bottom-circle {
    left: 15%;
  }

  .drive-cont .top-right-star {
    margin-right: 87px;
  }

  .success-sec .top-right-cross {
    margin-bottom: 4%;
  }

  .faq-cont .bottom-left-shape {
    margin-right: 80px;
  }

  .success-sec .top-shape {
    bottom: 89%;
  }

  .success-sec .top-left-shape {
    top: -130px;
  }

  /* satwik 13_09_24 */
  .for-success-sec .top-shape {
    bottom: 91%;
  }

}

@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }

  .programs {
    padding-top: 160px;
  }

  .mainbanner-img-sec {
    width: 85%;
  }

  .banner-pattern1 {
    right: 0;
  }

  .banner-pattern3 {
    top: 118px;
    left: 70px;
  }

  .banner-pattern4 {
    bottom: 32%;
    left: 54px;
  }

  .banner-pattern2 {
    top: 42%;
    left: 28px;
  }

  .choose-pattern-5 {
    right: 136px;
  }

  .choose-pattern-3 {
    right: 202px;
  }

  .choose-pattern-7 {
    left: 24px;
  }

  .testmain:before {
    width: 1440px;
  }

  .mls-listing-arrow {
    max-width: 1570px;
  }

  .choose-pattern-6 {
    top: 48px;
    right: -25px;
  }

  .choose-pattern-4 {
    top: 62px;
    left: 161px;
  }

  .get-started-sec {
    padding-top: 200px;
  }

  /* ======== 29/06/2022 ========= */

  .main-banner.home_banner h1 {
    font-size: 85px;
  }

  .main-banner.home_banner h1 span {
    font-size: 105px;
  }

  .main-banner.home_banner .fundarea-sec figure {
    min-height: 213px;
  }

  .main-banner.home_banner .bnr_content p {
    font-size: 25px;
  }

  /* ======== 29/06/2022 END ========= */

  /* support start RN 13-10-2023 */
  .new_blok_blogg figure {
    height: 305px;
  }

  /* support end RN 13-10-2023 */


  .success-sec .top-right-cross {
    margin-bottom: 5%;
  }

  .success-sec .top-left-shape {
    top: -150px;
  }

  .success-sec .top-shape {
    bottom: 88%;
  }

  /* satwik 13_09_24 */
  .for-success-sec .top-shape {
    bottom: 90%;
  }

}

@media (max-width: 1600px) {
  /* 30.06.22 */

  .start-now-btn {
    display: flex;
    justify-content: center;
  }

  .start-now-btn .cmn-btn {
    min-width: 215px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .program-body-block figure,
  .fundarea-sec figure {
    height: 335px;
  }

  /* Modification CSS 17.08.22 */
  .top-nav-menu ul li {
    padding: 0 8px;
  }

  .top-nav-menu ul li a {
    font-size: 12px;
  }

  /* Modification CSS 17.08.22 */
  /*support paulomi 27/9/2023*/
  .new_blok_blogg figure {
    height: 515px;
  }

  /*support paulomi 27/9/2023*/
  /* support start RN 13-10-2023 */
  .new_blok_blogg figure {
    height: 305px;
  }

  /* support end RN 13-10-2023 */

  /* css update start RN 26-12-2023 */

  .header-btn {
    margin-left: 25px;
  }

  .heade-ri8-menu {
    padding-left: 10px;
  }

  .hdr-end {
    padding-left: 16px;
  }

  .navbar-brand {
    min-width: 150px;
    width: 150px;
  }

  .navbar-nav>li {
    margin: 0 7px;
  }

  .header-btn .cmn-btn {
    font-size: 12px;
  }

  /* css update end RN 26-12-2023 */
}


@media(min-width:1800px) {
  .success-sec .top-shape {
    bottom: 84%;
  }

  .fund-raiser-sec {
    padding-bottom: 12%;
  }

  /* satwik 13_09_24 */
  .for-success-sec .top-shape {
    bottom: 88.6%;
  }

}


/* 19.1.2024 */
@media (max-width: 1599px) {
  .navbar-nav>li.menu-item-has-children {
    padding-right: 15px !important;
  }

  .navbar-nav>li>a {
    font-size: 12px !important;
  }

  .navbar-nav>li {
    margin: 0 6px;
  }

  .navbar-nav>li.menu-item-has-children>a {
    padding-right: 2px;
  }

  .hdr-end {
    padding-left: 10px !important;
  }

  .navbar-brand {
    min-width: 130px;
    width: 130px;
  }

  .bottom-nav {
    padding: 16px 0 19px;
  }

  /* 15.03.24 css */
  .rgt-tab .nav-link {
    font-size: 16px;
    min-width: 130px;
  }

  /* 15.03.24 css */
  /* CSS Modification 26.03.24 */
  .new_bnnr_img_box .fundbtn- .cmn-btn {
    min-width: 190px;
  }

  /* CSS Modification 26.03.24 */

  /* css 01-04-2024 start */
  .fd_btn .cmn-btn {
    padding: 8px 16px;
    font-size: 10px;
    margin: 0 4px;
  }

  /* css 01-04-2024 start */

  /* support start 27-6-24 */
  .navbar-nav>li {
    margin: 0 4px;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 10px !important;
  }

  .start-fund .padding-col {
    padding-left: 30px;
  }

  /* support end 27-6-24 */

  /* home redesign css start */
  .navbar-nav>li>a {
    font-size: 13px !important;
  }

  /* home redesign css end */
}

/* 19.1.2024 */
@media (max-width: 1499px) {

  /* support start RN 13-10-2023 */
  .new_blok_blogg figure {
    height: 260px;
  }

  /* support end RN 13-10-2023 */
}

@media (max-width: 1400px) {
  .testmain:before {
    width: 95%;
  }

  .mls-listing-arrow {
    padding: 28px 8px;
    width: 99%;
  }

  .testimonial-section .slick-arrow {
    width: 35px;
    height: 35px;
    padding: 13px;
  }

  .programs:before {
    height: calc(100% - 170px);
  }

  .program-pattern {
    top: 13%;
    left: 1%;
  }

  .program-pattern1 {
    right: 0;
  }

  .program-pattern2 {
    bottom: 5%;
    left: 0%;
  }

  .program-pattern3 {
    bottom: 16%;
  }

  .test-pattern {
    bottom: 4%;
    left: 0%;
  }

  .privacy-pattern-2 {
    width: 30px;
    right: 0;
  }

  .privacy-pattern-4 {
    top: 31%;
  }

  .raiserpattern2 {
    right: 0;
  }

  .raiserpattern3 {
    right: 0;
  }

  .raiserpattern6 {
    right: 0;
  }

  .raiserpattern5 {
    left: 0;
  }

  .test-inner {
    max-width: 1075px;
    margin: 0 auto;
    margin-top: 44px;
  }

  .getpattern2 {
    left: 0;
    width: 30px;
  }

  .getpattern3 {
    right: 0;
    width: 30px;
  }

  .privacy-pattern-5 {
    width: 30px;
  }

  .us-pattern2 {
    left: 0;
    width: 30px;
  }

  .us-pattern3 {
    left: 0;
    width: 30px;
  }

  .us-pattern4 {
    width: 30px;
  }

  .us-pattern7 {
    right: 0;
    bottom: 0;
    width: 30px;
  }

  .us-pattern11 {
    right: 0;
    width: 30px;
  }

  /* css update start RN 27-12-2023 */
  .fundraise-catalog-icon {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 1366px) {
  .login-reg-btn-wpr ul li a {
    font-size: 12px;
  }
}

@media(max-width:1280px) {
  .new-donation-banner-wrp .banner-left-shape {
    left: -23px;
    max-width: 41px;
  }

  .new-donation-banner-wrp .banner-right-shape {
    margin-left: -12px;
    max-width: 37px;
  }

  .fund-raiser-sec .rgt-tab .tab-right-shape {
    right: -20px;
    max-width: 30px;
  }

  .success-sec .top-right-cross {
    margin-bottom: 124px;
  }

  .success-sec .top-left-middle-shpe {
    left: 4px;
    max-width: 32px;
  }

  .empower-sec .bottom-star {
    margin-right: 10px;
    max-width: 25px;
  }

  .drive-cont .top-right-star,
  .faq-cont .top-right-star {
    max-width: 30px;
    margin-left: 4px;
  }

  .drive-cont .bottom-left-shape,
  .faq-cont .bottom-left-shape {
    margin-right: 4px;
    max-width: 30px;
  }

}

@media (max-width: 1199px) {
  .start-now-btn {
    position: relative;
    bottom: 0;
  }

  .main-banner-info .section-header h1 {
    max-width: inherit;
    text-align: center;
  }

  .main-banner-info p {
    max-width: inherit;
    text-align: center;
  }

  .start-now-btn {
    text-align: center;
  }

  .main-banner-info {
    margin-bottom: 45px;
  }

  .mainbanner-img-sec {
    margin: auto;
  }

  .main-banner {
    padding-bottom: 63px;
  }

  .top-nav-menu ul {
    justify-content: center;
  }

  h1 {
    font-size: 55px;
  }

  .section-header h1 span {
    font-size: 60px;
  }

  .main-banner .section-header h1 span {
    right: 0;
  }

  .choose-body .extraspace:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .choose-body .extraspace:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .testimonial-section {
    padding-bottom: 50px;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  h2,
  .htwo {
    font-size: 40px;
  }

  .section-header span {
    font-size: 45px;
  }

  .programs {
    padding-top: 100px;
  }

  .top-footer {
    padding: 40px 0;
  }

  .bottom-footer {
    padding: 20px 0;
  }

  .pr-footer {
    margin-top: 35px;
  }

  .prgrm-con h5 {
    font-size: 16px;
  }

  .program-pattern2 {
    width: 60px;
  }

  .privacy-policy .section-header h2 {
    margin-bottom: 22px;
  }

  .privacy-con p {
    margin-bottom: 18px;
  }

  .privacy-con ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
  }

  .contact-us .section-header h2 {
    margin-bottom: 15px;
  }

  .raiserpattern1 {
    top: 0;
    right: 0;
  }

  .testimonial-section .section-header {
    margin-bottom: 10px;
  }

  .top-footer p {
    font-size: 12px;
  }

  .how-it-works .section-header {
    margin-bottom: 15px;
  }

  .how-it-works .section-header h2 {
    margin-bottom: 0;
    line-height: 1;
  }

  .how-works-pattern1 {
    left: 0;
    top: 0;
    width: 30px;
  }

  .works-pattern1 {
    right: 0;
    top: 0;
    width: 30px;
  }

  .works-pattern3 {
    width: 30px;
  }

  .works-pattern2 {
    right: 0;
  }

  .works-pattern4 {
    left: 0;
    width: 30px;
  }

  .choose-works-con {
    padding: 20px;
  }

  .program-body .extraspace {
    padding: 15px 13px;
  }

  .program-body .rowspace {
    margin: -15px -13px;
  }

  .fundpattern-1 {
    right: 0;
  }

  .fundpattern-2 {
    right: 0;
    bottom: 0;
  }

  .fundpattern-3 {
    bottom: 0;
  }

  .fundpattern-4 {
    left: 0;
  }

  .fundpattern-5 {
    left: 0;
  }

  .fundpattern-6 {
    left: 0;
    top: 0;
  }

  .inner-about {
    padding-top: 49px;
  }

  .inner-about .section-header {
    margin-bottom: 8px;
  }

  .band-pattern1 {
    left: 0;
  }

  .band-pattern2 {
    right: 0;
  }

  .band-pattern3 {
    left: 0;
  }

  .band-pattern4 {
    right: 0;
  }

  .band-pattern6 {
    left: 0;
  }

  .band-pattern7 {
    right: 0;
    top: 0;
  }

  .band-sec .section-header {
    margin-bottom: 50px;
  }

  .band-sec .section-header h2 span {
    font-size: 55px;
  }

  .us-pattern13 {
    right: 0;
    top: 0;
    width: 30px;
  }

  .us-pattern1 {
    left: 0;
    top: 0;
    width: 30px;
  }

  .us-pattern5 {
    left: 0;
    bottom: 0;
    width: 30px;
  }

  .us-pattern6 {
    left: 0;
  }

  .us-pattern8 {
    right: 0;
    width: 30px;
  }

  .us-pattern9 {
    right: 0;
    width: 30px;
  }

  .us-pattern10 {
    right: 0;
    width: 30px;
  }

  .us-pattern12 {
    width: 30px;
  }

  .us-block {
    margin-bottom: 15px;
  }

  .why-us .section-header {
    margin-bottom: 20px;
  }

  .get-started-sec {
    padding-top: 120px;
  }

  .catpattern1 {
    top: 0;
    right: 0;
    width: 30px;
  }

  .catpattern2 {
    right: 0;
    width: 30px;
  }

  .catpattern3 {
    bottom: 0;
    right: 0;
  }

  .catpattern4 {
    left: 0;
    top: 0;
    width: 30px;
  }

  .getpattern1 {
    right: 0;
    z-index: 1;
  }

  .getpattern4 {
    left: 0;
  }

  .getpattern5 {
    left: 0;
  }

  .getpattern6 {
    width: 30px;
  }

  .start-fund .padding-col {
    padding-left: 20px;
  }

  .fall-funder h2 {
    font-size: 30px;
  }

  .abtt-pattern1 {
    top: 0;
    right: 0;
    width: 30px;
  }

  .main-banner-info {
    position: relative;
    margin-top: 50px;
  }

  /* 08.06.22 */

  .new_stac .fallbutton {
    padding-top: 25px;
  }

  .new_stac .cmn-btn.contactbtn {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  .new_stac .cmn-btn {
    width: 100%;
  }

  .top-nav-menu ul li {
    padding: 0 9px;
  }

  .top-nav-menu ul li a {
    font-size: 12px;
  }

  .hdr_social .footer-phn-con a {
    color: #f3e3e0;
    font-size: 13px;
  }

  /* ============= 29/06/2022 ========== */
  .main-banner.home_banner .section-header h1 {
    font-size: 55px;
  }

  .main-banner .section-header h1 span {
    margin-right: 0;
  }

  .bannerimages .row.homebanner_right {
    --bs-gutter-x: 24px;
    margin-top: 25px;
  }

  .main-banner.home_banner .profit-sec {
    width: 70px;
    height: 70px;
  }

  .main-banner.home_banner .profit-head {
    width: 60px;
    height: 60px;
    font-size: 9px;
  }

  .main-banner.home_banner .profit-head span {
    font-size: 18px;
  }

  .main-banner.home_banner .prgrm-con h5 {
    font-size: 16px;
  }

  .main-banner.home_banner .fundbtn- .cmn-btn {
    padding: 9px 10px;
    min-width: 190px;
    font-size: 12px;
  }

  .main-banner.home_banner .fundbtn- {
    bottom: 35px;
  }

  .start-now-btn {
    margin-top: 45px;
  }

  /* ============= 29/06/2022 END ========== */

  /* 30.06.22 */

  .program-body-block figure {
    height: 275px;
  }

  .fundarea-sec figure {
    height: 385px;
  }

  .main-banner.home_banner .fundarea-sec figure {
    height: 385px !important;
  }

  .fall-catalog .section-header h1 span {
    font-size: 45px;
  }

  /* ========= 29/06/2022 =========== */
  .main-banner.home_banner .bannerimages {
    padding-left: 0;
  }

  /* ========= 29/06/2022 END =========== */

  /* ========= 21/07/2022 START =========== */
  .navbar-nav>li {
    margin: 0 4px;
  }

  .navbar-nav>li>a {
    font-size: 11px !important;
  }

  .sub-menu {
    width: 232px;
  }

  .sub-menu>li>a {
    font-size: 13px;
  }

  .fall-catalog .section-header h1 {
    max-width: 100%;
  }

  /* ========= 21/07/2022 end =========== */
  /* Modification CSS 17.08.22 */
  .top-nav-menu ul li {
    padding: 0 6px;
  }

  .top-nav-menu ul li a {
    font-size: 10px;
  }

  /* Modification CSS 17.08.22 */
  /* update start 07/02/2023 */
  .catpattern1 {
    top: 20px;
  }

  /* update end 07/02/2023 */
  /*support paulomi 27/9/2023*/
  .new_blok_blogg figure {
    height: 380px;
  }

  /*support paulomi 27/9/2023*/
  /* support start RN 13-10-2023 */
  .new_blok_blogg figure {
    height: 210px;
  }

  /* support end RN 13-10-2023 */
  /*support pp.c 20/12/2023*/
  .post-type-archive-product ul.products li.product.berocket_lgv_grid {
    width: 33.3%;
  }

  /*support pp.c 20/12/2023*/

  /*20.12.23 css*/
  .post-type-archive-product .section-header h1 span {
    font-size: 45px;
  }

  /*20.12.23 css*/
  /* css update start RN 26-12-2023 */

  .navbar-brand {
    min-width: 100px;
    width: 100px;
  }

  .header-btn .cmn-btn {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-btn {
    margin-left: 15px;
  }

  .heade-ri8-menu {
    padding-left: 5px;
  }

  /* css update end RN 26-12-2023 */

  /* css update start RN 27-12-2023 */
  .secrete-revealed-left p {
    font-size: 16px;
  }

  .schedule-guide-list li a {
    min-width: 180px;
    min-height: 50px;
  }

  .schedule-guide-left {
    padding-right: 20px;
  }

  .fundraiser-idea-each-right h3 {
    font-size: 22px;
  }

  .fundraiser-idea-each-right {
    padding-left: 15px;
  }

  .fundraiser-idea-col {
    margin-bottom: 25px;
  }

  .fundraiser-idea-row {
    margin-bottom: -25px;
  }

  .midland-fundraise .section-header {
    margin-bottom: 30px;
  }

  .midland-fundraise .section-header .pg-btn {
    margin-top: 25px;
  }

  .midland-fundraise-row {
    --bs-gutter-x: 24px;
  }

  .fundraiser-today {
    padding: 60px 0 25px;
  }

  .fundraiser-today-img {
    padding-right: 0;
  }

  .fundraiser-today-img img {
    max-width: 230px;
  }

  .fundraiser-today .section-header .cmn-btn {
    min-width: 180px;
    min-height: 50px;
  }

  .fundraiser-today .section-header .pg-btn {
    margin-top: 25px;
  }

  .fundraise-catalog-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }

  .fundraise-catalog-row {
    --bs-gutter-x: 24px;
    margin-bottom: -25px;
  }

  .fundraise-catalog-col {
    margin-bottom: 25px;
  }

  .funds-tipstricks-cont p {
    font-size: 16px;
  }

  .funds-tipstricks-cont .section-header h2 br {
    display: none;
  }

  /* .funds-tipstricks-cont .section-header h2{
    font-size: 22px;
  } */
  .funds-tipstricks-cont-each:not(:last-child) {
    margin-bottom: 15px;
  }

  .funds-tipstricks-cont {
    padding-left: 10px;
  }

  .tips-tricks-subcont {
    margin: 25px auto 0;
    font-size: 16px;
  }

  .funds-tipstricks {
    padding: 60px 0;
  }

  .fundraise-blog {
    padding: 50px 0;
  }

  .fundraise-blog-row {
    --bs-gutter-x: 24px;
  }

  .schedule-guide-list {
    padding-right: 0;
  }

  .funds-tipstricks-cont-each h3 {
    font-size: 22px;
  }

  .midland-fund-shape {
    width: 350px;
  }

  .funds-tipstricks-shape {
    width: 300px;
    top: 150px;
  }

  .secrete-revealed .section-header h1 span {
    font-size: 45px;
  }

  /* css update end RN 27-12-2023 */
  /*support pp.c 28/12/2023*/
  .post-type-archive-product ul.products li.product.berocket_lgv_list {
    width: 30.05%;
  }

  /*support pp.c 28/12/2023*/
  /* CSS modification 18.01.24 */
  .single-product-template .product {
    column-gap: 20px;
  }

  .form_wrap label {
    font-size: 13px;
  }

  /* CSS modification 18.01.24 */
  /* 15.03.24 css */
  .rgt-tab .nav-link {
    font-size: 15px;
    min-width: 1px;
  }

  /* 15.03.24 css */
  /* CSS Modification 26.03.24 */
  .indvdl_col_new {
    width: calc(100% / 3);
  }

  /* CSS Modification 26.03.24 */

  /* 29.03.24 start */

  .navbar .brand-logo {
    max-width: 164px;
    margin-right: 25px;
  }

  .login-reg-btn-wpr ul li a {
    font-size: 11px;
    padding: 10px 10px;
  }

  .navbar .right-nav .ned_hlp_lnk {
    margin-right: 8px;
    font-size: 15px;
  }

  .footer-faq::before {
    top: -3px;
  }

  .footr_row {
    margin-left: 0 !important;
  }

  /* 29.03.24 end */

  /* 04.04.24 start */

  .single-product-template .product .summary.entry-summary .product_title {
    font-size: 40px;
  }

  /* 04.04.24 end */

  /* 19.06.24 start */

  .single-donation .rgt-tab .nav-link {
    padding: 12px 5px;
  }

  /* 19.06.24 end */

  /* support start 27-6-24 */
  .navbar-nav>li.menu-item-has-children {
    padding-right: 10px !important;
  }

  .navbar-nav .clickD {
    background-size: 7px;
    right: -1px;
  }

  .navbar-nav>li>a {
    font-size: 10px !important;
  }

  .fundraiser-accordian1 .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
  }

  /* support end 27-6-24 */
  /*support pp.c 28/6/2024*/
  .bottom-footer-right .ftr_btm_menu li {
    padding: 0 9px;
  }

  .bottom-footer-right .ftr_btm_menu {
    margin: 0 -9px;
  }

  .brnddrive-sale-copyprt {
    padding-left: 0;
  }

  .brnddrive-sale-wrpr:nth-child(even) .brnddrive-sale-copyprt {
    padding-left: 0;
    padding-right: 0;
  }

  /*support pp.c 28/6/2024*/

  /* home redesign css start */
  .new-main-banner {
    min-height: 400px;
    padding: 50px 0;
  }

  .new-spcltxts {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .new-subtext {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .new-why-choose .new-rowspan {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 26px;
  }

  .new-why-choose .section-header,
  .new-programs-sec .section-header,
  .new-hybrid-sec .section-header {
    margin-bottom: 35px;
  }

  .new-donatio-cont {
    padding-left: 15px;
    max-width: inherit;
  }

  /* .new-donatio-ul li {
    font-size: 16px;
  } */
  .new-donatio-ul li:not(:last-child),
  .direct-sale-blk ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .new-donatio-cont h2 {
    margin-bottom: 20px;
  }

  .new-hybrid-sec .new-rowspan {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 26px;
  }

  .new-hybrid-box h3 {
    max-width: 220px;
    margin: 0 auto 18px;
    font-size: 22px;
  }

  .new-ban-con h1 {
    font-size: 45px;
  }

  .new-section-header h2,
  .direct-sale-cont h2,
  .new-donatio-cont h2 {
    font-size: 35px;
  }

  .new-choose-head a {
    font-size: 18px;
  }

  .programs .new-section-header span {
    margin-right: 0px;
  }

  .new-section-header h2 span,
  .new-donatio-cont h2 span,
  .direct-sale-cont h2 span {
    font-size: 40px;
  }

  .navbar-nav>li>a {
    font-size: 11px !important;
  }

  .new-testimonial-card-btm i {
    width: 60px;
    height: 60px;
  }

  .top-nav .hdr_social {
    width: 238px;
  }

  .top-nav-menu-midland {
    width: calc(100% - 128px);
  }

  /* home redesign css end */

  /* 10-07-2024 start KM */
  /* .new-testimonial-card {
    height: calc(100% - 80px);
  } */
  /* 10-07-2024 end KM */

  .success-sec .top-right-cross {
    margin-bottom: 98px;
  }

  .empower-card .arrow {
    right: -70px;
    max-width: 126px;
  }

  .empower-sec .bottom-star {
    margin-right: 0;
  }

  .drive-cont .top-right-star,
  .faq-cont .top-right-star {
    max-width: 21px;
    margin-left: 2px;
  }

  .drive-cont .bottom-left-shape,
  .faq-cont .bottom-left-shape {
    margin-right: 2px;
    max-width: 22px;
  }

  .success-sec .top-shape {
    bottom: 93%;
  }

  /* satwik 13_09_24 */

  .for-fund-raiser-sec {
    padding-bottom: 19%;
  }

  .success-sec .top-shape {
    bottom: 93%;
  }

  /* support starts 20.09.2024  */
  .empower-card .card-image figure {
    width: 160px;
    height: 160px;
  }

  .empower-card .card-image figure img {
    height: 80px;
  }
}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 36px;
    height: 20px;
    /* background: url(images/sort-down.svg) center center no-repeat; */
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
  /* .................16.5.22.............................. */
  .test-inner {
    max-width: 850px;
  }

  /* ========= 21/07/2022 START =========== */

  .seo-item {
    padding: 30px 0 50px;
  }

  /* ========= 21/07/2022 end =========== */

  /* css update start RN 26-12-2023 */
  .navbar-nav>li.menu-item-has-children>a {
    padding-right: 0;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 15px;
  }

  .navbar-nav .clickD {
    top: 22px;
    width: 10px;
    height: 10px;
  }

  .navbar-brand {
    min-width: 115px;
    width: 115px;
  }

  /* css update end RN 26-12-2023 */

  /* support start 27-6-24 */
  .navbar-nav .clickD {
    top: 25px;
    background-size: 7px;
  }

  .privacy-padding {
    padding-left: 18px;
  }

  /* support end 27-6-24 */

  /* home redesign css start */
  .top-nav-menu-midland .navbar-nav>li,
  .bottom-nav .navbar-nav>li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-nav-menu-midland .navbar-nav>li>.clickD {
    top: 8px;
  }

  .bottom-nav .navbar-nav>li>.clickD {
    top: 9px;
  }

  /* home redesign css end */

  .success-sec .top-shape {
    bottom: 95%;
  }

}

@media (max-width: 991px) {
  .thank_you_page.fall-catalog .section-header h1 {
    font-size: 31px;
  }

  .thank_you_page .catalog-content {
    text-align: left;
  }

  .fall-catalog .section-header h1 {
    text-align: left !important;
    font-size: 36px;
  }

  .catalog-content nav {
    font-size: 16px;
  }

  .single_blog_page .catalog-content {
    text-align: left;
  }

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 15px;
    right: 26px !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px !important;
  }

  .navbar-nav>li>a {
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    font-size: 15px !important;
  }

  .sub-menu>li>a {
    padding-left: 32px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0 !important;
    padding: 0 0 12px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  /* body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden !important;
  } */

  /* push nav end */

  /* ................13.5.22.................... */

  .main-banner-info {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .choose-list {
    display: block;
  }

  .choose-body .extraspace:last-child {
    display: flex;
    justify-content: center;
  }

  .top-nav-menu ul li {
    padding: 0 10px;
  }

  .header-btn .cmn-btn {
    font-size: 12px;
    padding: 10px 12px;
  }

  .heade-ri8-menu {
    padding-left: 12px;
  }

  .programs:before {
    height: calc(100% - 120px);
  }

  .program-body .extraspace {
    padding: 15px calc(var(--bs-gutter-x) * 0.5);
  }

  .program-body .rowspace {
    margin: -15px calc(var(--bs-gutter-x) * -0.5);
  }

  .test-inner {
    padding: 25px;
    max-width: inherit;
  }

  .bottom-footer-both {
    justify-content: center;
    text-align: center;
  }

  .top-footer .footer-col:first-child {
    width: 100%;
  }

  .top-footer .footer-col:nth-child(2) {
    width: 42%;
  }

  .top-footer .footer-col:nth-child(3) {
    width: 34%;
  }

  .top-footer .footer-col:last-child {
    width: 11%;
  }

  .footer-about p {
    max-width: inherit;
  }

  .footer-about {
    text-align: center;
  }

  .choose-con p {
    max-width: inherit;
    margin-bottom: 10px;
  }

  .navbar-brand {
    width: 170px;
  }

  .banner-pattern1 {
    right: 0;
    width: 30px;
    top: 0;
  }

  .banner-pattern2 {
    left: 0;
    width: 30px;
  }

  .banner-pattern4 {
    left: 0;
  }

  .banner-pattern3 {
    width: 30px;
  }

  .banner-pattern5 {
    right: 0;
  }

  .choose-list {
    margin-top: 10px;
  }

  .choosecon br {
    display: none;
  }

  .footer-social.cmn-footer-padding,
  .footer-phone.cmn-footer-padding,
  .footer-contact-with.cmn-footer-padding {
    margin-bottom: 0;
  }

  .bottom-footer {
    padding: 15px 0;
  }

  .top-footer {
    padding: 30px 0;
  }

  .cmn-footer-padding h6 {
    margin-bottom: 12px;
  }

  .test-pattern {
    bottom: 0;
    width: 40px;
  }

  .test-pattern1 {
    top: 0;
    right: 0;
    width: 30px;
  }

  .program-pattern1 {
    width: 30px;
  }

  .program-pattern2 {
    bottom: 0;
    width: 30px;
  }

  .program-pattern3 {
    width: 30px;
  }

  .program-pattern4 {
    bottom: 0;
    right: 0;
    width: 30px;
  }

  .program-pattern {
    left: 0;
    width: 30px;
  }

  .prgrm-con {
    text-align: center;
  }

  .span-div {
    margin-bottom: 2px;
  }

  .prgrm-con h5 {
    margin-bottom: 14px;
  }

  .programs .section-header h2 {
    margin-bottom: 30px;
  }

  .section-header h1 {
    margin-bottom: 10px;
  }

  .main-banner-info p {
    margin-bottom: 15px;
  }

  .choose-pattern-3 {
    right: 0;
  }

  .choose-pattern-4 {
    left: 0;
    top: 0;
  }

  .choose-pattern-5 {
    right: 0;
    width: 40px;
  }

  .choose-pattern-6 {
    right: 0;
    top: 0;
    width: 40px;
  }

  .choose-pattern1 {
    right: 0;
    top: -20px;
    width: 30px;
  }

  .choose-pattern-2 {
    left: 0;
    width: 20px;
    bottom: 50%;
  }

  .choose-pattern-33 {
    left: 0;
    width: 40px;
  }

  .privacy-pattern-1 {
    top: 0;
    right: 0;
    width: 30px;
  }

  .privacy-pattern-3 {
    right: 0;
    width: 30px;
  }

  .privacy-pattern-4 {
    right: 0;
    width: 30px;
  }

  .privacy-pattern-5 {
    bottom: 0;
    top: auto;
  }

  .privacy-policy .section-header h2 {
    margin-bottom: 6px;
  }

  .privacy-con h6 {
    margin-bottom: 8px;
    line-height: 1;
  }

  .contact-pattern-1 {
    top: 0;
    right: 0;
  }

  .contact-pattern-2 {
    right: 0;
  }

  .contact-pattern-3 {
    right: 0;
  }

  .contact-pattern-4 {
    right: 0;
  }

  .contact-pattern-5 {
    left: 0;
  }

  .contact-pattern-6 {
    left: 0;
    bottom: 0;
  }

  .contact-us .section-header h2 {
    margin-bottom: 8px;
  }

  .contact-form {
    max-width: inherit;
    padding: 36px 26px;
  }

  .contact-form .rowspace {
    margin: -9px calc(var(--bs-gutter-x) * -0.5);
  }

  .contact-form .extraspace {
    padding: 9px calc(var(--bs-gutter-x) * 0.5);
  }

  .submitbtn {
    margin-top: 25px;
    text-align: center;
  }

  .contact-form h5 {
    text-align: center;
  }

  .testmain:before {
    display: none;
  }

  .mls-listing-arrow:after {
    display: none;
  }

  .mls-listing-arrow {
    padding: 28px 0px;
    width: 100%;
  }

  .padding-col0 {
    width: 100%;
  }

  .padding-col {
    width: 100%;
  }

  .start-fund .padding-col {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .start-fund .section-header {
    margin-bottom: 10px;
    text-align: center;
  }

  .holiday-wishes {
    margin-bottom: 25px;
  }

  .addbtn1 {
    margin-top: 30px;
    justify-content: center;
  }

  .start-submitbtn {
    margin-top: 30px;
    text-align: center;
  }

  .createbtn {
    margin-top: 30px;
    text-align: center;
  }

  .raiserpattern6 {
    bottom: 0;
  }

  .raiserpattern1 {
    width: 30px;
  }

  .raiserpattern5 {
    top: 0;
    width: 30px;
  }

  .faqaccordion .accordion-body .rowspace {
    margin: -10px calc(var(--bs-gutter-x) * -0.5);
  }

  .faqaccordion .accordion-body .extraspace {
    padding: 10px calc(var(--bs-gutter-x) * 0.5);
  }

  .raiserpattern4 {
    bottom: 0;
    left: 0;
    width: 30px;
  }

  .bottom-nav {
    padding: 16px 0;
  }

  .edit-page .raiserpattern4 {
    bottom: 0;
    left: 0;
  }

  .fundraiser-area- h6 {
    margin-bottom: 15px;
  }

  .mls-listing-arrow {
    top: auto;
    bottom: -60px;
    padding: 0;
    width: 10%;
  }

  .testimonial-section {
    padding-bottom: 100px;
  }

  .heart-img {
    max-width: inherit;
    width: 100%;
  }

  .test-inner h4 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .footer-logo {
    width: 90px;
  }

  .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .bottom-footer-left {
    width: 100%;
    justify-content: center;
  }

  .bottom-footer-right {
    width: 100%;
  }

  .header-btn {
    margin-left: 20px;
  }

  .inner-about {
    text-align: center;
  }

  .inner-pattern2 {
    left: 0;
  }

  .inner-pattern3 {
    right: 0;
    top: 0;
  }

  .inner-pattern4 {
    right: 0;
    top: 0;
  }

  .about-block1 {
    text-align: center;
    margin-bottom: 20px;
  }

  .aboutarea-para {
    text-align: center;
  }

  .abtus-pattern-1 {
    left: 0;
    top: auto;
    bottom: 0;
  }

  .abtus-pattern-2 {
    left: 0;
  }

  .abtus-pattern-3 {
    bottom: 0;
    right: 0;
  }

  .abtus-pattern-0 {
    right: 0;
  }

  .about-us-sec .extraspace:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .about-us-sec .extraspace:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .band-con .row-padding:nth-child(odd) .order-col:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .band-con .row-padding .order-col:last-child {
    width: 50%;
  }

  .band-con .row-padding .order-col:first-child {
    width: 50%;
  }

  .band-con .row-padding:nth-child(even) .order-col:last-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .band-sec .section-header {
    margin-bottom: 40px;
  }

  .band-pattern3 {
    top: -12px;
  }

  .band-pattern1 {
    top: -12px;
  }

  .band-pattern2 {
    top: -12px;
    z-index: 1;
  }

  .band-pattern4 {
    top: -12px;
  }

  .band-pattern5 {
    left: auto;
    right: 0;
    width: 30px;
  }

  .band-pattern0 {
    display: none;
  }

  .band-span-div {
    margin-bottom: 10px;
  }

  .band-prgrm-con p {
    margin-bottom: 20px;
  }

  .band-sec .section-header h2 span {
    font-size: 45px;
  }

  .band-sec .section-header h2 {
    font-size: 30px;
  }

  .why-us-block .row-padding-1:nth-child(odd) .col-padding1:last-child {
    padding-left: 20px;
  }

  .why-us-block .row-padding-1:nth-child(even) .col-padding1:last-child {
    padding-right: 20px;
  }

  .why-us .section-header h2 {
    font-size: 30px;
  }

  .why-us .section-header h2 span {
    font-size: 45px;
  }

  .fall-con {
    text-align: center;
    margin-top: 8px;
  }

  .get-started-sec:before {
    height: calc(100% - 81px);
  }

  .started-area {
    /* margin-bottom: 30px; */
    height: 100%;
  }

  .started-block .margin-col {
    margin-bottom: 30px;
  }

  .started-block .margin-col:last-child {
    margin-bottom: 0;
  }

  .started-block .margin-col:last-child .started-area {
    margin-bottom: 0;
  }

  .fall-catalog .section-header {
    margin-top: 25px;
    text-align: center;
  }

  .catalog-content {
    text-align: center;
    margin-bottom: 25px;
  }

  .fallbutton {
    text-align: center;
  }

  .padding-col {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .profit-sec.catalog-profit {
    right: 0;
  }

  .fall-catalog .section-header h2 {
    margin-bottom: 10px;
  }

  .catalogblock ul {
    margin-bottom: 10px;
  }

  .season-row .extraspace {
    padding: 10px calc(var(--bs-gutter-x) * 0.5);
  }

  .season-row .rowspace {
    margin: -10px calc(var(--bs-gutter-x) * -0.5);
  }

  /* 08.06.22 */

  .new_stac .cmn-btn.contactbtn {
    margin-left: 15px;
    margin-top: 0;
    width: inherit;
  }

  .new_stac .cmn-btn {
    width: inherit;
  }

  .top-nav .hdr_social {
    justify-content: center;
    margin-top: 3px;
  }

  /* ============== 29/06/2022 =========== */
  .start-fund .profit-sec {
    right: 0;
  }

  .start-now-btn {
    margin-top: 35px;
  }

  /* ============== 29/06/2022 END =========== */

  /* 30.06.22 */

  .fundarea-sec figure {
    height: 435px;
  }

  .fall-catalog .section-header h1 {
    text-align: center;
  }

  h2,
  .htwo {
    font-size: 35px;
  }

  /* Modification CSS 17.08.22 */
  .top-nav-menu ul li a {
    font-size: 11px;
  }

  /* Modification CSS 17.08.22 */

  /* update start 07/02/2023 */
  .program_cont_wrap {
    padding-left: 15px;
  }

  .blog_prog_wrap {
    margin-bottom: 15px;
  }

  /* update end 07/02/2023 */

  /* support-css-14-02-2023-start */
  .single-post .single_blog_page .blog_prog_wrap .col-md-5 {
    width: 100%;
  }

  .single-post .single_blog_page .blog_prog_wrap .col-md-7 {
    width: 100%;
  }

  .single-post .single_blog_page h3 {
    font-size: 22px;
  }

  /* support-css-14-02-2023-end */

  /* AD 08/09/2023 */
  .df-ui-btn.df-ui-next.ti-angle-right,
  .df-ui-btn.df-ui-prev.ti-angle-left,
  .df-ui-wrapper.df-ui-controls {
    display: none !important;
  }

  /* AD 08/09/2023 end */
  /*support paulomi 27/9/2023*/
  .new_blok_blogg figure {
    height: 280px;
  }

  /*support paulomi 27/9/2023*/

  /* 12/10/2023 dm */

  .program-body.desktop_display .new_row_blogg .desktop-col {
    width: 25%;
  }

  /* 12/10/2023 dm */
  /* support start RN 13-10-2023 */
  .new_blok_blogg figure {
    height: 200px;
  }

  /* support end RN 13-10-2023 */
  /*support pp.c 20/12/2023*/
  .post-type-archive-product .custom-count-wrapper .berocket_lgv_widget,
  .tax-product_cat .custom-count-wrapper .berocket_lgv_widget {
    display: none;
  }

  .post-type-archive-product .custom-count-wrapper .woocommerce-counterwrap,
  .tax-product_cat .custom-count-wrapper .woocommerce-counterwrap {
    margin-left: auto;
  }

  .post-type-archive-product ul.products li.product .new_imagewrapper {
    height: 155px;
  }

  /*support pp.c 20/12/2023*/

  /*20.12.23 css*/
  .post-type-archive-product .section-header h1 {
    font-size: 35px;
  }

  /*20.12.23 css*/

  /* 21-12-2023 */
  .single-product-template .product .summary.entry-summary .product_title {
    font-size: 40px;
  }

  .related_pro_wrap .relate-slide .category-innr .category-txt h3 {
    font-size: 20px;
    margin: 0 0 6px;
  }

  .related_pro_wrap .relate-slide .category-innr .related-product-btn {
    padding: 14px 0 0;
  }

  .related_pro_wrap .relate-slide .category-innr .related-product-btn .cmn-btn {
    font-size: 11px;
    padding: 8px 15px;
  }

  .faq-tabs .nav-tabs .nav-link {
    padding: 8px 18px;
    font-size: 17px;
  }

  .faq-tabs .accordion-button {
    font-size: 18px;
  }

  .navbar-toggler {
    order: 1;
    margin-left: 18px;
  }

  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 28px;
    margin-top: 16px;
  }

  /* 21-12-2023 */

  /* css update start RN 26-12-2023 */
  .post-type-archive-product ul.products li.product .loop-product-wrap>a.woocommerce-loop-product__link,
  .tax-product_cat ul.products li.product .loop-product-wrap>a.woocommerce-loop-product__link {
    display: block;
    width: 100%;
  }

  .post-type-archive-product ul.products li.product .new_imagewrapper,
  .tax-product_cat ul.products li.product .new_imagewrapper {
    height: 200px;
  }

  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering {
    width: 135px;
  }

  .post-type-archive-product .woocommerce-result-count,
  .tax-product_cat .woocommerce-result-count {
    font-size: 14px;
  }

  .post-type-archive-product .woocommerce-perpage span,
  .tax-product_cat .woocommerce-perpage span {
    font-size: 14px;
  }

  /* css update end RN 26-12-2023 */

  /* css update start RN 27-12-2023 */
  .schedule-guide-list li a {
    min-width: 140px;
  }

  .schedule-guide-left,
  .schedule-guide-right {
    width: 100%;
    padding: 0 12px;
  }

  .schedule-guide-left {
    margin-bottom: 15px;
  }

  .schedule-guide-list {
    justify-content: flex-start;
  }

  .fundraiser-idea-each-right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .fundraiser-idea-each-left {
    width: 100%;
  }

  .fundraiser-today-img img {
    max-width: 200px;
  }

  .midland-fund-shape {
    top: 70px;
  }

  .funds-tipstricks-shape {
    top: 100px;
  }

  /* css update end RN 27-12-2023 */
  /*support pp.c 28/12/2023*/
  .post-type-archive-product ul.products li.product.berocket_lgv_grid {
    width: 50%;
  }

  .single-product.woocommerce .entry-summary form .cust_pro_dtl table {
    font-size: 14px;
  }

  .single-product.woocommerce .entry-summary form .cust_pro_dtl table td {
    padding: 6px 10px;
  }

  .post-type-archive-product ul.products li.product.berocket_lgv_list {
    width: 33.3%;
  }

  .single-product .entry-summary a.button {
    margin-top: 10px;
  }

  /*support pp.c 28/12/2023*/

  /* 11.01.24 start */

  .top-nav-menu {
    flex-direction: column;
  }

  .top-nav-menu ul {
    margin-bottom: 15px;
  }

  /* 11.01.24 end */

  /* 12/01/2024 dm */

  .single-product-template .product .woocommerce-product-gallery {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 30px !important;
  }

  .single-product-template .product .summary.entry-summary {
    width: 100% !important;
    padding-left: 12px;
  }

  .single-product-template .profit-sec.catalog-profit {
    right: 10px;
  }

  /* 12/01/2024 dm */
  /* CSS modification 18.01.24 */
  .single-product-template .product {
    column-count: unset;
    column-gap: 0;
  }

  .single-product-template .product .summary.entry-summary {
    padding-left: 0;
  }

  .single-product-template .product .summary.entry-summary,
  .single-product-template .product .form_wrap {
    padding-top: 30px;
  }

  .single-product .entry-summary a.button {
    margin-top: 0;
  }

  .form_wrap label {
    font-size: 14px;
  }

  /* CSS modification 18.01.24 */

  /* 11.03.24 start */

  .fundraise_way_rw {
    --bs-gutter-y: 30px;
    justify-content: center;
  }

  .fallbutton.right_side_btn_grup {
    justify-content: center;
  }

  .rgt-tab-inner {
    text-align: left;
  }

  /* 11.03.24 end */
  /* CSS Modification 26.03.24 */
  .indvdl_col_new {
    width: calc(100% / 2);
  }

  /* CSS Modification 26.03.24 */

  /* 29.03.24 start */

  .navbar .right-nav {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 10;
  }

  .navbar .right-nav.show {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    -webkit-box-shadow: -2px 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.2);
  }

  .right-nav .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  .navbar .right-nav .ned_hlp_lnk {
    margin-top: 80px;
    padding: 0 20px;
    margin-right: 0;
    text-align: center;
  }

  .navbar .login-reg-btn-wpr {
    margin: 20px 0 0 !important;
    padding: 0 20px 40px 20px;
  }

  .login-reg-btn-wpr ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login-reg-btn-wpr ul li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .login-reg-btn-wpr ul li a {
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    display: block;
  }

  .footr_lnk_logo {
    width: 80px;
    height: 80px;
  }

  .footr_box p {
    font-size: 14px;
  }

  .started-block .row {
    --bs-gutter-y: 0px;
  }

  /* 29.03.24 end */

  /* 04.04.24 start */

  .woocommerce-breadcrumb::before {
    width: 20px;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    padding: 0 10px 0 30px;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a::before {
    width: 20px;
    right: -15px;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a::after {
    width: 20px;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb .w_bc_last {
    padding: 6px 15px 6px 25px;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb .w_bc_last::after {
    width: 20px;
    right: -10px;
  }

  #customer_details>*:first-child {
    margin-bottom: 30px;
  }

  .page-template-request-info .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 125px;
  }

  .form-row.place-order .woocommerce-input-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }

  /* 04.04.24 end */

  /* support-css-12-04-2024 */

  .fall-catalog .section-header .modal-content {
    text-align: left;
  }

  /* support-css-12-04-2024 */

  /* suport starts 07.06.2024  */
  .step-inner-wppr .choose-works-con::before {
    display: none;
  }

  .step-success-sec {
    padding-top: 40px;
  }

  .step-inner-wppr .choose-works-con {
    padding: 15px 20px 15px;
  }

  .choose-works-img {
    width: 50px;
    height: 50px;
  }

  .step-inner-wppr .choose-works-img h3 {
    font-size: 24px;
  }

  .donation-why-us-block.why-us-block .row-padding-1:nth-child(odd) .col-padding1:last-child {
    padding-right: 20px;
  }

  .donation-why-us-block.why-us-block .row-padding-1:nth-child(even) .col-padding1:last-child {
    padding-left: 20px;
  }

  .donation-why-us-block .why-us-area h3 {
    font-size: 22px;
  }

  /* support start 27-6-24 */
  .bottom-footer-right {
    justify-content: center;
    margin-top: 10px;
  }

  /* support end 27-6-24 */

  /* home redesign css start */
  .new-hybrid-box h3 {
    max-width: inherit;
    font-size: 19px;
  }

  .direct-sale-cont {
    max-width: inherit;
  }

  .new-direct-sale .new-rowspan {
    flex-direction: column-reverse;
  }

  .top-nav-menu-midland .navbar-nav {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .top-nav-menu-midland .navbar-nav>li>.clickD {
    top: 18px;
  }

  .top-nav-menu-midland {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-nav .navbar-nav>li>.clickD {
    top: 17px;
  }

  .new-testimonial-card {
    padding: 20px;
  }

  .new-ban-con h1 {
    font-size: 40px;
  }

  .new-section-header h2,
  .direct-sale-cont h2,
  .new-donatio-cont h2 {
    font-size: 30px;
  }

  .new-section-header h2 span,
  .new-donatio-cont h2 span,
  .direct-sale-cont h2 span {
    font-size: 35px;
  }

  .new-spcltxts {
    font-size: 18px;
  }

  .new-subtext {
    font-size: 18px;
  }

  .top-nav-menu-midland ul li:last-child {
    margin-left: 0;
  }

  .top-nav-blk {
    flex-direction: column;
  }

  .top-nav .hdr_social {
    width: 100%;
  }

  .dsktpclss {
    display: none;
  }

  .mblclss {
    display: flex;
    align-items: center;
  }

  .top-nav .footer-phn-con {
    margin-right: 15px;
  }

  .get-admin {
    margin-left: 37px;
  }

  .top-nav-menu-midland .navbar-nav li .sub-menu {
    position: absolute;
    padding: 10px 0;
  }

  .top-nav-menu-midland .navbar-nav li .sub-menu>li>a {
    padding-left: 15px;
  }

  /* home redesign css end */

  /* 10-07-2024 start KM */
  .category-bnr-rgt li {
    font-size: 16px;
  }

  /* 10-07-2024 end KM */

  /* 30.07.24 start */

  .new-choose-figure a {
    max-width: 100%;
  }

  /* 30.07.24 end */


  .new-donation-banner {
    padding-top: 22px;
    padding-bottom: 53px;
  }

  .new-donation-banner-inner .new-donation-video-btn-inner-wrap {
    width: 62px;
    height: 62px;
  }

  .new-donation-banner-inner .new-donation-video-btn-inner-wrap>svg {
    width: 22px;
    height: 22px;
  }

  .new-donation-banner-inner .new-donation-video-btn-inner-wrap::before {
    width: 76px;
    height: 76px;
  }

  .new-donation-banner-inner .new-donation-video-btn-inner-wrap::after {
    width: 130px;
    height: 130px;
  }

  .fund-raiser-sec h2 span {
    font-size: 44px;
  }

  .fund-raiser-sec h2 {
    margin-bottom: 20px;
  }

  .fund-raiser-sec .rgt-tab .nav-link {
    font-size: 13px;
    padding: 8px 5px;
  }

  .rgt-tab .nav-link i {
    width: 14px;
    margin-right: 5px;
  }

  .success-sec .top-right-cross {
    margin-bottom: 71px;
  }

  .success-sec .top-left-shape {
    max-width: 99px;
    top: -81px;
  }

  .succes-right-cont {
    padding-left: 0;
  }

  .success-sec .success-row:nth-child(even) .succes-right-cont {
    padding-right: 0;
  }

  .succes-right-cont h2 span {
    font-size: 30px;
  }

  .success-sec .success-row:not(:last-child) {
    margin-bottom: 40px;
  }

  .empower-card .card-image figure {
    width: 110px;
    height: 110px;

  }

  .empower-card .arrow {
    right: -60px;
    max-width: 95px;
  }


  .empower-card .card-image figure img {
    height: 47px;
  }

  .online-cont-sec {
    padding-left: 0;
  }

  .fundraised-online .online-row:nth-child(even) .online-cont-sec {
    padding-right: 0;
  }

  .fundraised-online .online-row:not(:last-child) {
    margin-bottom: 50px;
  }

  .donation-cmn-head {
    font-size: 25px;
  }

  .drive-card .drive-card-cont {
    padding-right: 0;
  }

  .drive-card .drive-card-cont p strong {
    font-size: 16px;
  }

  .drive-card {
    padding: 25px;
  }

  .donation-sec-cmn-head {
    font-size: 25px;
  }

  .donation-sec-cmn-head span {
    font-size: 40px;
  }

  .drive-sec.white-bg .drive-card .drive-card-cont {
    padding-left: 0;
  }

  .fund-raiser-sec {
    padding-bottom: 150px;
  }

  .drive-card .drive-left {
    margin-bottom: 30px;
  }

  .drive-card .drive-right figure {
    text-align: center;
  }

  .blog-row {
    justify-content: center;
  }

  .blog-sec .blog-col:not(:last-child) {
    margin-bottom: 30px;
  }

  .blog-card .card-image,
  .blog-card .card-image img {
    min-height: 215px;
  }

  /* satwik 13_09_24 */
  .for-fund-raiser-sec h2 span {
    font-size: 45px;
  }

  .for-fund-raiser-sec h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .for-fund-raiser-sec .section-header {
    margin-top: 40px;
  }

  /* support starts 20.09.2024  */
  .empower-card .arrow {
    top: 50px;
  }

}

@media (max-width: 767px) {

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .choose-program.cmn-gap {
    padding-top: 0 !important;
  }

  /* ................16.5.22......................... */

  .top-footer .footer-col:nth-child(2) {
    width: 100%;
  }

  .top-footer .footer-col:nth-child(3) {
    width: 100%;
  }

  .top-footer .footer-col:last-child {
    width: 100%;
  }

  .footer-address {
    justify-content: center;
  }

  .footer-phone-no {
    justify-content: center;
  }

  .footer-social-list ul {
    justify-content: center;
  }

  .footer-col {
    text-align: center;
  }

  .bottom-footer-left {
    justify-content: center;
  }

  .copyright-txt {
    margin: 10px 0;
  }

  .choose-pattern-2 {
    left: auto;
    right: 0;
  }

  .choose-pattern-33 {
    left: auto;
    right: 0;
  }

  .programs:before {
    height: calc(100% - 55px);
  }

  .programs {
    padding-top: 80px;
  }

  .footer-phone.cmn-footer-padding,
  .footer-contact-with.cmn-footer-padding {
    margin-bottom: 22px;
  }

  input[type="submit"].additionalbtn {
    min-width: 220px;
    font-size: 12px;
    background-size: 30px;
    padding: 15px 15px;
  }

  .mls-listing-arrow {
    width: 14%;
  }

  .testimonial-section {
    padding-bottom: 90px;
  }

  .top-nav-menu ul li a {
    font-size: 11px;
  }

  .top-nav-menu ul li {
    line-height: 1.2;
  }

  .band-con .row-padding .order-col:first-child {
    width: 100%;
  }

  .band-con .row-padding .order-col:last-child {
    width: 100%;
  }

  .band-con .row-padding:nth-child(even) .order-col:first-child {
    order: inherit;
  }

  .band-pattern0 {
    display: none;
  }

  .band-prgrm-con {
    text-align: center;
  }

  .why-us-block .row-padding-1:nth-child(even) .col-padding1:first-child {
    order: inherit;
  }

  .why-us-area {
    text-align: center;
  }

  .us-block {
    margin-top: 15px;
    justify-content: center;
  }

  .row-padding-1 {
    margin-bottom: 35px;
  }

  .why-us-block .row-padding-1:nth-child(odd) .col-padding1:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .why-us-block .row-padding-1:nth-child(even) .col-padding1:last-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .row-padding-1 {
    margin-bottom: 30px;
  }

  .catalogblock ul li {
    width: 100%;
  }

  .catalogblock ul li:nth-child(odd) {
    margin-right: 0;
  }

  .catalogblock ul li:nth-child(even) {
    margin-left: 0;
  }

  .catalogblock ul li:nth-last-child(-n + 2) {
    margin-bottom: 14px;
  }

  .catalogblock h5 {
    margin-bottom: 18px;
  }

  .works-sec h4 {
    max-width: inherit;
  }

  /* 30.06.22 */

  .program-body-block figure,
  .fundarea-sec figure {
    height: 320px;
  }

  .main-banner.home_banner .fundarea-sec figure {
    height: 320px !important;
  }

  h2,
  .htwo {
    font-size: 30px;
  }

  /* Modification CSS 17.08.22 */
  .top-nav-menu ul li a {
    font-size: 12px;
  }

  /* Modification CSS 17.08.22 */
  /* update start 07/02/2023 */
  .program_cont_wrap {
    padding-left: 0;
  }

  .blog_prog_wrap {
    margin-bottom: 0px;
  }

  /* update end 07/02/2023 */

  /* support-css-14-02-2023-start */

  .single-post .fall-catalog .section-header h1 {
    font-size: 30px;
  }

  .single-post h2 {
    font-size: 25px;
  }

  .single-post div#ez-toc-container p.ez-toc-title {
    font-size: 20px;
  }

  .single-post .extra_ul li {
    font-size: 16px;
  }

  /* support-css-14-02-2023-end */

  /* support KM 26-09-2023 start */
  .main-banner.single_banner {
    padding-bottom: 16px;
  }

  /* support KM 26-09-2023 end */
  /*support paulomi 27/9/2023*/
  .new_row_blogg {
    --bs-gutter-x: 1rem;
  }

  .new_blok_blogg figure {
    height: 218px;
  }

  .new_blok_blogg .profit-sec {
    width: 60px;
    height: 60px;
  }

  .new_blok_blogg .profit-head {
    width: 55px;
    height: 55px;
  }

  .new_blok_blogg .profit-head span {
    font-size: 20px;
  }

  /*support paulomi 27/9/2023*/

  /* 12/10/2023 dm */

  .program-body.desktop_display {
    display: none;
  }

  .program-body.mobile_display {
    display: block;
  }

  /* 12/10/2023 dm */
  /* support start RN 13-10-2023 */
  .new_blok_blogg figure {
    height: 205px;
  }

  /* support end RN 13-10-2023 */
  /*support pp.c 20/12/2023*/
  .post-type-archive-product ul.products li.product.berocket_lgv_grid {
    width: 50% !important;
  }

  .post-type-archive-product ul.products li.product .new_imagewrapper {
    height: 200px;
  }

  /*support pp.c 20/12/2023*/
  /*20.12.23 css*/
  .post-type-archive-product .section-header h1 {
    font-size: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  /*20.12.23 css*/
  /* 21-12-2023 */
  .single-product-template .product .woocommerce-product-gallery,
  .single-product-template .product .summary.entry-summary {
    width: 100% !important;
  }

  .single-product-template {
    padding: 20px 0 0;
  }

  .single-product-template .product .woo-product-gallery-slider .wpgs-nav {
    margin: 14px 0 28px;
  }

  .single-product-template .product form.cart {
    margin-bottom: 0 !important;
  }

  .product_faq.cmn-gap {
    padding-top: 22px;
  }

  .faq-tabs .nav-tabs .nav-link {
    padding: 8px 14px;
    font-size: 14px;
    border-width: 1px;
  }

  .faq-tabs .accordion-button {
    font-size: 15px;
    padding: 12px 15px;
  }

  .actions .coupon [type="text"] {
    width: 150px !important;
    font-size: 14px;
    margin-right: 12px !important;
  }

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    padding: 10px 12px !important;
    font-size: 12px;
    min-width: 120px;
  }

  /* 21-12-2023 */

  /* css update start RN 26-12-2023 */
  .post-type-archive-product .custom-count-wrapper,
  .tax-product_cat .custom-count-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .post-type-archive-product .custom-count-wrapper .woocommerce-counterwrap,
  .tax-product_cat .custom-count-wrapper .woocommerce-counterwrap {
    margin: 10px 0 0 0;
  }

  .post-type-archive-product .woof_container .woof_container_inner h4,
  .tax-product_cat .woof_container .woof_container_inner h4 {
    font-size: 18px;
  }

  .post-type-archive-product .woof_container,
  .tax-product_cat .woof_container {
    margin-bottom: 15px;
  }

  .post-type-archive-product .woof_container,
  .tax-product_cat .woof_container {
    width: 50%;
  }

  .woof_redraw_zone {
    display: flex;
    flex-wrap: wrap;
  }

  /* css update end RN 26-12-2023 */

  /* css update start RN 27-12-2023 */
  .secrete-revealed .section-header p {
    font-size: 16px;
  }

  .secrete-revealed {
    padding: 35px 0 30px;
  }

  .secrete-revealed-main-col-left {
    width: 100%;
    order: 2;
  }

  .secrete-revealed-main-col-right {
    width: 60%;
    order: 1;
    margin: 0 auto 15px;
  }

  .secrete-revealed-right {
    padding-left: 0;
  }

  .schedule-guide-left h2 {
    font-size: 25px;
  }

  .schedule-guide-list li {
    padding: 0 5px;
  }

  .schedule-guide-list {
    margin: 0 -5px;
  }

  .fundraiser-today-left-col {
    margin-bottom: 30px;
  }

  .fundraiser-today .section-header {
    text-align: center;
    padding: 0;
  }

  .funds-tipstricks-col-right {
    width: 100%;
  }

  .funds-tipstricks-col-left {
    width: 60%;
    margin: 0 auto 30px;
  }

  .funds-tipstricks-cont {
    padding-left: 0;
  }

  .funds-tipstricks-cont-each h3,
  .fundraiser-idea-each-right h3 {
    font-size: 20px;
  }

  .tips-tricks-subcont {
    text-align: left !important;
  }

  .fundraise-blog .section-header {
    margin-bottom: 15px;
  }

  .fundraise-blog-img {
    margin-bottom: 15px;
  }

  .fundraise-blog-each {
    text-align: center;
  }

  /* css update end RN 27-12-2023 */
  /*support pp.c 28/12/2023*/
  .single-product .entry-summary a.button {
    margin-top: 0;
  }

  /*support pp.c 28/12/2023*/
  /* CSS modification 18.01.24 */
  .form_wrap h3 {
    margin-bottom: 15px;
  }

  /* CSS modification 18.01.24 */

  /* 11.03.24 start */

  .rgt-tab {
    padding-top: 15px;
  }

  .rgt-tab .nav-link {
    border: 1px solid #74181b;
    padding: 10px 15px;
    /* font-size: 16px;
    min-width: 150px; */
  }

  .rgt-tab .nav-link i {
    width: 15px;
    margin-right: 5px;
  }

  .rgt-tab .tab-content {
    padding: 20px 15px;
  }

  /* 11.03.24 end */

  /* 15.03.24  css */
  .rgt-tab .nav-link {
    min-height: 42px;
  }

  /* 15.03.24  css */

  /* 29.03.24 start */

  .footr_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  .footr_row .footr_col {
    width: 50%;
    margin-bottom: 30px;
  }

  .footr_row .footr_col:nth-child(even)::before {
    display: none;
  }

  /* 29.03.24 end */
  /*support pp.c 2/4/2024*/
  .post-type-archive-product .filter_wrapp .woof_submit_search_form_container {
    width: 100%;
  }

  /*support pp.c 2/4/2024*/

  /* 04.04.24 start */

  .woocommerce-breadcrumb::before,
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a::after,
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb .w_bc_last::after {
    display: none !important;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    padding: 0 20px 0 0;
    background: transparent;
    color: #302f41;
    margin-right: 10px;
    min-height: inherit;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a::before {
    content: ">";
    font-size: 18px;
    color: #302f41;
    top: 1px;
    left: inherit;
    right: 0;
    width: inherit;
    height: inherit;
    line-height: 1;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb .w_bc_last {
    padding: 0;
    background: transparent;
    color: #74181b;
    min-height: inherit;
  }

  .page-template-request-info .gform_wrapper.gravity-theme .gfield input.small {
    width: 100%;
  }

  /* 04.04.24 end  */

  .donation-why-us-block.why-us-block .row-padding-1:nth-child(odd) .col-padding1:first-child,
  .donation-why-us-block.why-us-block .row-padding-1:nth-child(even) .col-padding1:first-child {
    order: inherit;
    margin-bottom: 30px;
  }

  .donation-why-us-block.why-us-block .row-padding-1:nth-child(odd) .col-padding1:last-child {
    padding-right: 12px;
  }

  .donation-why-us-block.why-us-block .row-padding-1:nth-child(even) .col-padding1:last-child {
    padding-left: 12px;
  }

  .donation-why-us-block .why-us-area {
    text-align: left;
  }

  /* 19.06.24 start */

  .single-donation .rgt-tab ul.nav li.nav-item {
    width: 50%;
  }

  .why-us-img {
    margin-bottom: 25px;
  }

  /* 19.06.24 end */

  /* support start 27-6-24 */
  .fundraiser-accordian1 .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }

  .fundraiser-accordian1 .gform_wrapper.gravity-theme .ginput_complex span {
    flex: 0 0 100%;
    margin-bottom: 8px;
  }

  /* support end 27-6-24 */
  /*support pp.c 28/6/2024*/
  .brnddrive-sale-imgbx {
    margin-bottom: 20px;
  }

  .brnddrive-sle-subhd {
    margin-bottom: 13px;
  }

  .brnddrive-sale-copyprt .cmn-btn {
    margin-top: 19px;
  }

  /*support pp.c 28/6/2024*/

  /* home redesign css start */
  .top-nav-menu-midland .navbar-nav>li.menu-item-has-children>a,
  .top-nav-menu-midland .navbar-nav>li>a {
    padding: 8px 1px;
  }

  .top-nav-menu-midland .navbar-nav>li>.clickD {
    top: 13px;
  }

  .new-ban-con h1 {
    font-size: 35px;
  }

  .new-section-header h2,
  .direct-sale-cont h2,
  .new-donatio-cont h2 {
    font-size: 30px;
  }

  /* home redesign css end */

  /* 10-07-2024 start KM */
  .category-bnr-rgt {
    margin-top: 30px;
  }

  /* 10-07-2024 end KM */

  /* 30.07.24 start */

  .new-choose-figure a {
    max-width: 85%;
  }

  .mobile-img-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  .mobile-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desktop-img-bg {
    display: none;
  }

  /* 30.07.24 end */


  .success-sec .top-shape {
    display: none;
  }

  .fund-raiser-sec {
    padding-bottom: 60px;
  }

  .success-sec {
    padding: 60px 0;
  }

  .success-sec .top-right-cross {
    margin-bottom: -4px;
  }

  .success-sec .top-left-shape {
    max-width: 66px;
    top: -8px;
  }

  .success-cont .top-star {
    top: -25px;
    right: -25px;
    max-width: 25px
  }

  .success-cont .success-left {
    margin-bottom: 30px;
  }

  .empower-sec .empower-col:first-child .empower-card,
  .empower-sec .empower-col:last-child .empower-card {
    margin: 0 auto;
  }

  .empower-sec .empower-col:not(:last-child) {
    margin-bottom: 30px;
  }

  .empower-card .arrow {
    display: none;
  }

  .fundraised-online .online-left {
    margin-bottom: 30px;
  }

  .donation-sec-cmn-head span {
    font-size: 40px;
  }

  .donation-sec-cmn-head {
    font-size: 25px;
  }

  .fund-raiser-sec .rgt-tab ul.nav li.nav-item {
    width: 50%;
  }

  .fund-raiser-sec .rgt-tab ul.nav li.nav-item:last-child {
    width: 100%;
  }

  .new-donation-banner-inner,
  .new-donation-banner-inner>img {
    min-height: 240px;
  }

  /* satwik 13_9_24 */
  .for-fund-raiser-sec {
    padding-bottom: 60px;
  }


  /* AD 17/09/2024 */
  .for-success-sec .fundraiser-image-wrapper,
  .online-image-sec {
    display: none;
  }

  .for-success-sec .fundraiser-image-wrapper.mobile,
  .online-image-sec.mobile {
    display: block;
  }

  /* AD 17/09/2024 END */
  /* SM 26_09_24 */
  .for-singletext {
    margin-top: 10px !important;
  }

  /* KM 14-11-2024 START */
  .contact-form [type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .contact-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
  }

  .contact-form .gchoice.gchoice_15_9_1 label {
    font-size: 13px !important;
  }

  .woocommerce-cart .privacy-policy .cart-wrp {
    background: rgba(54, 55, 75, 0.06);
    padding: 20px 14px 0;
    border-radius: 6px;
    position: relative;
    z-index: 1;
  }

  .woocommerce-cart .privacy-policy .cart-wrp table.shop_table {
    background: #ffffff;
  }

  .woocommerce-cart .privacy-policy .cart-wrp td .coupon {
    flex-direction: column;
  }

  .woocommerce-cart .privacy-policy .cart-wrp td .coupon [type="text"] {
    width: 100% !important;
    margin: 0 !important;
  }

  .woocommerce-cart .privacy-policy .cart-wrp td .coupon [type="submit"] {
    width: 100% !important;
    margin: 8px 0 0;
  }

  /* KM 14-11-2024 END */

  /* 15.11.2024 css start */
  .new-ban-con {
    max-width: 282px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 30px 23px 26px;
    backdrop-filter: none;
  }

  .new-subtext,
  .new-spcltxts {
    font-size: 17px;
  }

  .new-ban-con h1 {
    font-size: 38px;
    margin-bottom: 19px;
  }

  .new-ban-con p {
    font-size: 15px;
  }

  .new-ban-con .greencolor {
    font-size: 15px;
  }
  .new-main-banner {
    padding: 39px 0 64px;
  }
  .mobile-img-bg {
    top: 0;
    left: 0;
  }
  .new-spcltxts {
    max-width: 205px;
    margin-bottom: 12px;
}


  /* 15.11.2024 css end */

}

@media (max-width: 575px) {
  .heade-ri8-menu {
    padding-left: 8px;
  }

  .navbar-brand {
    width: 120px;
  }

  h1 {
    font-size: 35px;
  }

  .section-header h1 span {
    font-size: 47px;
  }

  .main-banner-info p {
    font-size: 15px;
  }

  .privacy-pattern-2 {
    width: 15px;
    top: 15%;
  }

  .privacy-pattern-4 {
    width: 15px;
    top: 32%;
  }

  .privacy-pattern-3 {
    width: 15px;
    top: 27%;
  }

  .contact-form {
    padding: 20px;
  }

  .detailsbtn {
    margin-left: 0;
    margin-top: 10px;
  }

  input[type="submit"].additionalbtn {
    min-width: 249px;
  }

  .form-head-main {
    order: 2;
    width: 100%;
  }

  .organization-btn {
    margin-bottom: 10px;
    width: 100%;
  }

  .faqaccordion .accordion-body .organization-block .form-head-main h5 {
    text-align: center;
  }

  .organization-block {
    text-align: center;
  }

  .form-head-main {
    text-align: center;
  }

  .form-head {
    text-align: center;
  }

  .mls-listing-arrow {
    width: 20%;
  }

  .learnbtn .cmn-btn {
    max-width: 260px;
  }

  .copyright-txt {
    padding-left: 0;
  }

  .copyright-txt {
    width: 100%;
  }

  .bottom-footer-left {
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .banner-pattern1 {
    top: -25px;
    width: 20px;
  }

  .band-sec .section-header {
    margin-bottom: 30px;
  }

  .season-img {
    position: relative;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height: inherit;
  }

  .us-pattern2 {
    top: 26%;
  }

  .us-pattern9 {
    top: 24%;
  }

  .us-pattern4 {
    bottom: 24%;
  }

  .us-pattern10 {
    width: 16px;
    top: 27%;
  }

  .us-pattern11 {
    top: 8%;
  }

  .us-pattern3 {
    top: 58%;
  }

  /* =========== 29/06/2022 ========== */
  .main-banner.home_banner .section-header h1 {
    font-size: 35px;
  }

  /* =========== 29/06/2022 END ========== */

  /* 30.06.22 */

  .program-body-block figure,
  .fundarea-sec figure {
    height: inherit;
  }

  .main-banner.home_banner .fundarea-sec figure {
    height: inherit !important;
  }

  /* ========= 21/07/2022 START =========== */
  .seo-item {
    padding: 10px 0 50px;
  }

  .blog_catalog {
    padding: 30px 0;
  }

  /*support paulomi 27/9/2023*/
  .new_blok_blogg figure {
    height: 219px;
  }

  .new_row_blogg {
    --bs-gutter-x: 0.5rem;
  }

  /*support paulomi 27/9/2023*/
  /* support start RN 13-10-2023 */
  .new_blok_blogg figure {
    height: 188px;
  }

  /* support end RN 13-10-2023 */
  /* ========= 21/07/2022 end =========== */

  /* 21-12-2023 */
  .single-product-template .product .summary.entry-summary .product_title {
    font-size: 32px;
  }

  .related_pro_wrap .relate-slide .category-innr,
  .related_pro_wrap .relate-slide .category-innr:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }

  .related_pro_wrap h2 {
    margin-bottom: 10px;
  }

  .product_faq.cmn-gap {
    padding-top: 32px;
  }

  .faq-tabs .nav-tabs li {
    width: 50%;
    margin-bottom: 10px;
  }

  .faq-tabs .nav-tabs .nav-link {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  /* 21-12-2023 */
  /*support 28/12/2023*/
  .single-product .related_pro_wrap .category-innr {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  }

  .single-product .related_pro_wrap .category-innr:hover {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  }

  /*support 28/12/2023*/
  /* CSS modification 18.01.24 */
  .form_row .form_col:last-child {
    text-align: center;
  }

  .form_wrap input[type="submit"] {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form_wrap h3 {
    font-size: 22px;
  }

  .single-product-template .product .form_wrap {
    padding-top: 30px;
  }

  /* CSS modification 18.01.24 */

  /* 11.03.24 start */

  .fallbutton.right_side_btn_grup {
    flex-direction: column;
  }

  .fallbutton.right_side_btn_grup a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .fallbutton.right_side_btn_grup a {
    min-width: 180px;
  }

  /* 11.03.24 end */
  /* 15.03.24 css */
  .rgt-tab ul.nav li.nav-item {
    width: 50%;
  }

  .rgt-tab .nav-link {
    width: 100%;
  }

  /* 15.03.24 css */
  /* CSS Modification 26.03.24 */
  .new_bnnr_img_box .fundarea-sec figure {
    height: 320px;
  }

  .footer-faq::before {
    background-size: auto;
  }

  /* CSS Modification 26.03.24 */

  /* css 01-04-2024 start */
  .gravity-theme.ui-datepicker {
    max-width: 290px !important;
  }

  .gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-year {
    padding-left: 8px !important;
    width: 72px;
    background: url(images/poly-arrow.svg) no-repeat calc(100% - 8px) center #ffffff !important;
    font-size: 13px !important;
  }

  .gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
    padding-left: 8px !important;
    width: 106px;
    font-size: 13px !important;
    margin-right: 5px !important;
    background: url(images/poly-arrow.svg) no-repeat calc(100% - 8px) center #ffffff !important;
  }

  .fd_btn .cmn-btn {
    padding: 8px 22px;
    font-size: 12px;
  }

  /* css 01-04-2024 end */

  /* 9/4/24 work start */
  .fundarea-sec .fd_btn .cmn-btn {
    padding: 6px 12px;
    font-size: 10px;
  }

  /* 9/4/24 work end */
  /* support-css-12-04-2024 */
  .modal-body h3 {
    font-size: 23px;
  }

  .prfit_calculator_modal .field_wrap input {
    padding-left: 12px;
  }

  .section-header span.rslt_tg,
  .section-header span.dl-clo {
    font-size: 25px;
  }

  input[type="submit"] {
    padding: 10px 20px;
    min-width: 158px;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px;
  }

  .start-fund .gform_wrapper.gravity-theme .gfield_description {
    padding-top: 0;
  }

  /* support-css-12-04-2024 */

  .donation-why-us-block .why-us-area h3 {
    font-size: 18px;
  }

  /* support start 27-6-24 */
  .fundraiser-accordian1 .gform_wrapper.gravity-theme .gfield input.small,
  .gform_wrapper.gravity-theme .gfield select.small {
    width: 100%;
  }

  /* support end 27-6-24 */

  /* home redesign css start */
  .top-nav-menu-midland .navbar-nav>li.menu-item-has-children>a,
  .top-nav-menu-midland .navbar-nav>li>a {
    font-size: 12px;
  }

  /* home redesign css end */

  .new-donation-banner-wrp .banner-left-shape {
    left: -11px;
    max-width: 23px;
  }

  .new-donation-banner-wrp .banner-right-shape {
    margin-left: -5px;
    max-width: 16px;
  }

  .fund-raiser-sec h2 span {
    font-size: 35px;
  }

  .fund-raiser-sec .rgt-tab .tab-right-shape {
    right: -8px;
    max-width: 15px;
  }

  .success-sec .top-right-cross {
    max-width: 12px;
  }

  .success-cont .top-star {
    top: -30px;
    right: -8px;
    max-width: 20px;
  }

  .success-sec .top-left-middle-shpe {
    left: 0;
    max-width: 15px;
  }

  .succes-bottom-left-shape {
    max-width: 30px;
  }

  .empower-sec .bottom-star {
    right: auto;
    left: 0;
  }

  .donation-sec-cmn-head span {
    font-size: 30px;
  }

  .drive-sec .donation-sec-cmn-head {
    margin-bottom: 31px;
  }

  .donation-sec-cmn-head {
    font-size: 20px;
  }

  .for-h2-gbl .donation-sec-cmn-head {
    font-size: 18px;
  }

  .for-h2-gbl .donation-sec-cmn-head span {
    font-size: 30px;
  }

}

@media (max-width: 479px) {
  .navbar.navbar-expand-lg {
    justify-content: center;
  }

  /* .search-img {
    padding-left: 12px;
  } */

  input[type="submit"].subbtn1 {
    min-width: 250px;
    font-size: 12px;
    padding: 15px 15px;
    background-position: right 16px center;
    background-size: 30px;
  }

  .faqaccordion .accordion-body {
    padding: 20px 11px;
  }

  .start-submitbtn {
    margin-top: 20px;
  }

  input[type="submit"].additionalbtn {
    min-width: 220px;
  }

  .bottom-nav {
    padding: 14px 0 8px;
  }

  .mls-listing-arrow {
    width: 26%;
  }

  .us-pattern3 {
    width: 15px;
  }

  .us-pattern11 {
    width: 15px;
  }

  .fallbutton {
    display: block;
  }

  .catalogblock .cmn-btn.contactbtn {
    margin-left: 10px;
    margin-top: 15px;
    max-width: 173px;
  }

  .video-con {
    width: 38px;
    height: 38px;
  }

  .play-gif img {
    width: 13px;
  }

  /* 30.06.22 */

  .start-now-btn {
    justify-content: center;
    flex-wrap: wrap;
  }

  .start-now-btn .cmn-btn {
    margin-bottom: 10px;
  }

  .start-now-btn .cmn-btn:last-child {
    margin-bottom: 0;
  }

  .fall-catalog .fallbutton .cmn-btn.contactbtn {
    margin-top: 15px;
    margin-left: 0px;
  }

  .fall-catalog .fallbutton .cmn-btn {
    padding: 15px 45px;
  }

  /* ========= 21/07/2022 START =========== */
  .seo-item p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .seo-item h2 {
    margin-bottom: 17px;
  }

  /* ========= 21/07/2022 end =========== */
  /*support paulomi 27/9/2023*/

  .new_blok_blogg figure {
    height: 180px;
  }

  .new_blok_blogg .profit-sec {
    width: 50px;
    height: 50px;
  }

  .new_blok_blogg .profit-head {
    width: 46px;
    height: 46px;
  }

  .new_blok_blogg .profit-head span {
    font-size: 15px;
  }

  .new_blok_blogg .profit-head {
    font-size: 7px;
  }

  /*support paulomi 27/9/2023*/
  /* support start RN 13-10-2023 */
  .new_blok_blogg figure {
    height: 145px;
  }

  /* support end RN 13-10-2023 */
  /*support pp.c 20/12/2023*/
  .post-type-archive-product ul.products li.product.berocket_lgv_grid {
    width: 100% !important;
  }

  /*support pp.c 20/12/2023*/
  /* css update start RN 26-12-2023 */
  .single-product-template .product .summary.entry-summary .quantity {
    margin-right: 5px;
  }

  .single-product-template .product .summary.entry-summary .single_add_to_cart_button {
    margin-right: 5px;
  }

  .single-product-template .product .summary.entry-summary .single_add_to_cart_button {
    font-size: 12px;
    padding: 10px 12px !important;
    min-width: inherit;
  }

  .single-product-template .product .summary.entry-summary .quantity [type="number"] {
    width: 50px;
  }

  .post-type-archive-product ul.products li.product .new_imagewrapper,
  .tax-product_cat ul.products li.product .new_imagewrapper {
    height: 150px;
  }

  .post-type-archive-product .woocommerce-counterwrap,
  .tax-product_cat .woocommerce-counterwrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering {
    margin: 10px 0 0 0;
    width: 100%;
  }

  .post-type-archive-product .section-header,
  .tax-product_cat .section-header {
    padding-top: 25px;
  }

  /* css update end RN 26-12-2023 */

  /* css update start RN 27-12-2023 */
  .secrete-revealed-main-col-right {
    max-width: 80%;
  }

  .fundraiser-today .section-header h3 {
    font-size: 16px;
  }

  .fundraise-catalog-icon {
    width: 80px;
    height: 80px;
  }

  .funds-tipstricks-col-left {
    width: 80%;
  }

  .funds-tipstricks-shape {
    width: 240px;
  }

  .midland-fund-shape {
    width: 260px;
  }

  .fundraiser-bigimg {
    padding: 40px 0;
  }

  .midland-fundraise {
    padding: 50px 0;
  }

  .fundraiser-today {
    padding: 50px 0 25px;
  }

  .funds-tipstricks {
    padding: 50px 0;
  }

  /* css update end RN 27-12-2023 */
  /*support pp.c 28/12/2023*/
  .post-type-archive-product ul.products li.product.berocket_lgv_grid .new_imagewrapper {
    height: 220px;
  }

  .single-product.woocommerce .entry-summary form .cust_pro_dtl table td {
    padding: 6px 6px;
  }

  .post-type-archive-product ul.products li.product.berocket_lgv_list .new_imagewrapper {
    height: 180px;
  }

  /*support pp.c 28/12/2023*/
  /* CSS modification 18.01.24 */
  .single-product-template .product .summary.entry-summary .single_add_to_cart_button {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* CSS modification 18.01.24 */

  /* 11.03.24 start */

  /* .rgt-tab .nav-link {
      min-width: 148px;
    } */
  .rgt-tab-inner li {
    flex-direction: column;
  }

  .fallbutton.right_side_btn_grup .cmn-btn.contactbtn {
    margin-top: 0;
  }

  .fallbutton.right_side_btn_grup a {
    padding: 10px 15px !important;
  }

  /* 11.03.24 end */
  /* 15.03.24 css */
  .rgt-tab-inner .future_list li i {
    margin-right: 0;
    margin-bottom: 5px;
  }

  /* 15.03.24 css */
  /* CSS Modification 26.03.24 */
  .indvdl_col_new {
    width: 100%;
  }

  .fundarea-sec-icon.fundarea-sec img {
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    /* max-width: 80px;
    max-height: 80px; */
    min-height: 120px;
  }

  .new_bnnr_img_box .fundarea-sec figure {
    height: inherit;
  }

  /* CSS Modification 26.03.24 */

  /* 29.03.24 start */

  .container-fluid.faq_header .wrapper {
    padding: 0 15px;
  }

  .faq_header .navbar.navbar-expand-lg {
    justify-content: space-between;
  }

  .footr_lnk_logo {
    margin: 0 auto 15px;
  }

  .footr_lnk_logo img {
    width: 25%;
    height: 25%;
  }

  .footr_box p {
    font-size: 12px;
  }

  /* 29.03.24 end */

  /* 04.04.24 start */

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    padding: 0 15px 0 0;
  }

  .single-product-template .product .summary.entry-summary .product_title {
    font-size: 28px;
  }

  .page-template-request-info .gform_wrapper.gravity-theme .gfield input.large,
  .page-template-request-info .gform_wrapper.gravity-theme .gfield select.large,
  .page-template-request-info .gform_wrapper.gravity-theme .gfield input.small,
  .page-template-request-info .gform_wrapper.gravity-theme .gfield select.small {
    height: 40px;
  }

  .page-template-request-info .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 90px;
  }

  /* 04.04.24 end */
  /* support-css-12-04-2024 */

  .prfit_calculator_modal .btn-close {
    width: 26px;
    height: 26px;
    background-size: 10px;
  }

  .start-fund .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }

  .contact-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }

  .contact-form .gform_button_select_files {
    font-size: 13px;
    padding: 8px 15px;
  }

  /* support-css-12-04-2024 */

  /* 19.06.24 start */

  .single-donation .rgt-tab .nav-link {
    padding: 10px 14px;
  }

  /* 19.06.24 end */

  /* home redesign css start */
  .top-nav-menu-midland .navbar-nav>li.menu-item-has-children>a,
  .top-nav-menu-midland .navbar-nav>li>a {
    padding-right: 17px !important;
  }

  .top-nav-menu-midland .navbar-nav>li>.clickD {
    right: 13px !important;
  }

  /* home redesign css end */

  /* 30.07.24 start */

  .new-choose-figure a {
    max-width: 100%;
  }

  .rgt-tab ul.nav li.nav-item button {
    width: 100%;
  }

  .succes-right-cont h2 {
    font-size: 18px;
  }

  .succes-right-cont h2 span {
    font-size: 26px;
  }


  .donation-cmn-head span {
    font-size: 30px;
  }

  .empower-card .card-cont h3 {
    font-size: 16px;
  }

  .donation-cmn-head {
    font-size: 18px;
  }

  .online-cont-sec p strong {
    font-size: 16px;
  }

  .drive-card .drive-right figure {
    margin-bottom: 0;
  }

  .drive-card .drive-right figure img {
    width: 100%
  }

  .fund-raiser-sec .rgt-tab ul.nav li.nav-item {
    width: 100%;
  }

  /* 30.07.24 end */
  #alg_checkout_files_upload_form_1 tbody tr:first-child td label {
    padding: 20px 10px;
    font-size: 15px;
  }

  #alg_checkout_files_upload_form_1 tbody tr:nth-child(2) td .alg_checkout_files_upload_result_1 {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  input[type="submit"].subbtn1 {
    min-width: 225px;
    background-size: 23px;
  }

  .createbtn {
    margin-top: 20px;
  }

  .mls-listing-arrow {
    width: 32%;
  }

  .band-learnbtn .cmn-btn {
    min-width: 236px;
    padding: 10px 21px;
  }

  .why-us-img {
    padding: 0 15px 15px 0;
  }

  .why-us-img::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }

  .video-con {
    width: 30px;
    height: 30px;
    top: 36%;
  }

  .play-gif img {
    width: 10px;
  }

  /*support paulomi 27/9/2023*/
  .new_blok_blogg figure {
    height: 130px;
  }

  /*support paulomi 27/9/2023*/
  /* support start RN 13-10-2023 */
  .new_blok_blogg figure {
    height: 118px;
  }

  /* support end RN 13-10-2023 */
  /* css update start RN 26-12-2023 */
  .navbar-brand {
    min-width: 120px;
    width: 120px;
  }

  .search-img {
    padding-left: 0;
  }

  .hdr-end {
    padding-left: 7px;
  }

  .product_table_wrap_inner table {
    width: 420px;
  }

  .product_table_wrap_inner {
    overflow-x: auto;
  }

  .post-type-archive-product ul.products li.product .new_imagewrapper,
  .tax-product_cat ul.products li.product .new_imagewrapper {
    height: 100px;
  }

  .post-type-archive-product .woof_container,
  .tax-product_cat .woof_container {
    width: 100%;
  }

  .post-type-archive-product .woof_container,
  .tax-product_cat .woof_container {
    margin-bottom: 10px;
  }

  /* css update end RN 26-12-2023 */

  /* css update start RN 27-12-2023 */
  .secrete-revealed-main-col-right,
  .funds-tipstricks-col-left {
    width: 100%;
    max-width: 100%;
  }

  .schedule-guide-left h2 {
    font-size: 20px;
  }

  .schedule-guide {
    padding: 10px 0 40px;
  }

  .fundraiser-bigimg {
    padding: 30px 0;
  }

  .faq-tabs .nav-tabs .nav-link {
    font-size: 12px;
  }

  /* css update end RN 27-12-2023 */

  /* support start 27-6-24 */
  .bottom-footer-right a {
    font-size: 13px;
  }

  .bottom-footer-right .privacy-padding {
    padding-left: 11px;
  }

  /* support end 27-6-24 */
  /*support pp.c 28/6/2024*/
  .bottom-footer-right .ftr_btm_menu li {
    padding: 0 5px;
  }

  .bottom-footer-right .ftr_btm_menu {
    margin: 0 -5px;
  }

  /*support pp.c 28/6/2024*/

  /* home redesign css start */
  /* home redesign css end */


  /* 30.07.24 start */

  .direct-sale-fig,
  .new-donatio-fig {
    padding: 0 15px 15px 0;
  }

  .direct-sale-fig::before,
  .new-donatio-fig::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }

  /* 30.07.24 end */
}