
/* ========= forOrganizations_wrapper =========== */

.forOrganizations_wrapper {
    background-size: cover;
    position: relative;
    padding: 130px 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.forOrganizations_wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(91deg, #FFF 28.77%, rgba(255, 255, 255, 0.84) 36.33%, rgba(255, 255, 255, 0.66) 40.07%, rgba(255, 255, 255, 0.25) 46.4%, rgba(255, 255, 255, 0.00) 52.07%), url(), #d3d3d305 269px -78.137px / 81.319% 131.255% no-repeat;
}



.hero_text:last-child {
    margin-bottom: 0px;
}

.hero_button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.hero_btn {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 30px;
    border: 1px solid #E53F9E;
    display: inline-block;
    border-radius: 4px;
    background: #E53F9E;
}

.hero_btn.check_btn {
    background: rgba(194, 147, 69, 0.00);
    color: #E53F9E;
}

.hero_btn.check_btn:hover {
    background: #E53F9E;
    border: 1px solid #E53F9E;
    color: #fff;
}

.hero_btn:hover {
    background: transparent;
    border: 1px solid #E53F9E;
}
.information_text {
    color: #393939;
    font-size: 28px;
    font-weight: 500;
}
.hero_text {
    margin-bottom: 15px;
    color: #425466;
    font-size: 18px;
    font-weight: 500;
    mix-blend-mode: luminosity;
}

/*  */

@media (min-width: 992px) and (max-width: 1199.98px) {
 
.forOrganizations_wrapper {
    padding: 52px 0px;
    }
    .home_card_title {
    font-size: 20px;
    }
    .icons_box svg {
    width: 50px;
    height: 50px;
    min-width: 50px;
    }
    .section_text {
    font-size: 16px;
    }
            
    .information_text {
    font-size: 18px;
    }
   .forOrganization-shap  .hero_block .hero-heading::before {
        width: 456px;
        top: 60px;
    }
}
@media (max-width: 991.98px) {

    .forOrganizations_wrapper {
    padding: 56px 0px;
    }
    .information_text {
    font-size: 15px;
    }
    .home_card_wrapper {
    padding: 40px 0px 40px;
    }
    .home_card_title {
    font-size: 19px;
    }
    .section_text {
    font-size: 15px;
    }
    .icons_box svg {
    width: 45px;
    height: 45px;
    min-width: 45px;
    }
    .hero_block .hero-heading {
    font-size: 45px;
    margin-bottom: 20px;
    letter-spacing: normal;
    }
    .hero_block .hero-heading::before {
    width: 375px;
    top: 54px;
    }

    .hero_text {
    font-size: 15px;
    margin-bottom: 6px;
    }
    .hero_button {
    margin-top: 20px;
    }
    .hero_btn {
    font-size: 15px;
    }
  
}
@media (max-width: 767.98px) {
    .location_searchBox {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        gap: 11px;
    }
    .contact_map iframe {
        height: 400px;
    }
    .hero_block .hero-heading::before {
        width: 226px;
        top: 40px;
        background-size: 230px 9px;
    }
} 
@media (min-width: 576px) and (max-width: 767.98px) {
    /* ========= forOrganizations_wrapper =========== */
   
    
    .hero_text {
    font-size: 14px;
    margin-bottom: 4px;
    }
    .hero_btn {
    font-size: 13px;
    }
    .hero_button {
    margin-top: 15px;
    }
  
    
    .forOrganizations_wrapper {
    padding: 33px 0px;
    }
    .hero_text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    }
   
    .information_text b {
    font-size: 26px;
    }
}
@media (max-width: 575.98px) {
    
.forOrganizations_wrapper {
    padding: 25px 0px;
  }
  .hero_block .hero-heading {
    font-size: 30px;
    margin-bottom: 15px;

  }
  .hero_block .hero-heading::before {
    width: 250px !important;
    top: 31px;
  }
.pricing_banner_block .hero_block .hero-heading::before {
  top: 40px;
  width: 100%;
  transform: translateX(37%);
  background-size: 140px 12px;
}
.icons_box svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
}
.home_card_title {
    font-size: 17px;
}

.forOrganization-shap .hero_block .hero-heading::before {
    width: 230px !important;
    top: 39px;
    background-size: 269px 9px;
}
}