body{
	overflow-x:hidden !important;
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700;
    display: none;
}

.home-slide .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 120px;
  overflow-x: hidden;
}
.home-slide .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}
.home-slide .marquee span {
    font-size: 70px;
    font-weight: 800;
    margin: 20px;
}

.donate-grid .give-form-grid-content button {
    background: #36A18F!important;
    padding: 8px 25px !important;
    width: 100%;
}
.donate-grid .give-form-grid-content span{
	color:#fff !important
}
.give-form-grid-progress-bar .give-progress-bar {
    background: #B2ECEB;
}

.my-tab .elementor-tab-content table td {
    border: 0;
    background-color: transparent !important;
}

.my-tab .elementor-tab-title.elementor-active {
    background: #00bf63;
}
.my-tab .elementor-tab-title {
    border-radius: 8px;
    border: solid 1px #00bf63 !important;
    padding: 15px 25px !important;
}
.my-tab .elementor-tab-desktop-title {
   display:inline-block !important;
	  margin-right: 10px !important;
}
.my-tab .elementor-tab-content {
    padding: 40px 0 !important;
}
.my-tab .elementor-tab-mobile-title {
    margin-bottom: 15px;
}
.scale-col .elementor-column:hover {
    scale: 1.05;
}
.scale-col .elementor-column {
    transition:0.3s
}

.single #submit {
    background: #36a18f;
    border: #36a18f;
    color: #fff;
}
 ul.ekit_socialshare a:hover {
    background-color: transparent !important;
}


div#wcdp {
    width: 100%;
    margin: auto;
    box-shadow: 0px 3px 48px #0000001A;
    padding: 25px;
    border-radius: 15px;
}
.wcdp_options>li>label {
    padding: 40px 10px !important;
    font-size: 35px;
    font-weight: 700;
    background: #36A18F !important;
    color: #fff !important;
	border-radius: 10px;
}
.wcdp-variation-heading, .wcdp-row>label {
    margin-bottom: 15px;
}
div#wcdp-step-2 h3 {
    font-size: 22px;
}

@media(max-width:767px){
	.home-slide .marquee span {
    font-size: 30px;
}
	.home-slide .marquee {
  height: 60px;
}
.my-tab	.nav-tabs li.elementkit-nav-item {
    width: 100%;
    margin-bottom: 15px !important;
}
.wcdp_options>li>label {
    padding: 25px 10px !important;
    font-size: 25px;
}
}

@media (max-width:1024px){
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    height: 94vh;
    background: url(https://haridasfoundation.com/wp-content/uploads/2023/12/Mask-Group-109-3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}
	
div#wcdp {
    width: 100%;
}
}

@media (min-width:1025px){
.elementor-sticky--effects .my-logo img {
    width: 60% !important;
	}
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}