html, body {
  overflow-x: hidden !important;
}

.green{
    color:#00887a;
}
.green1{
  color: #13b495; 
}
.font{
    font-size: 3.40rem;
}
.clr{
    background-color: #13b495 !important;
}
button{
    border: none !important;
}
.font-1{
    font-size: 13px;
}
.orange{
    color:orange;
}
.size{
    font-size: 12px !important;
}

.crm-for-img {
    width: 50px !important;
}
hr.new1 {
    border-top: 1px solid;
     width:80%;
    text-align:center;
  }

.clr1{
  background-color:#00887a!important;
}

  .tool {
    position: relative;
    cursor: pointer;
  }
  
  .tooltip-text {
    visibility: hidden;
    width: 300px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    z-index: 1000;
    bottom: 125%; /* above the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
  }
  
  .tool:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  
  .tooltip-inner {
    max-width: 300px;        /* Optional: wider tooltip */
    padding: 10px 15px;      /* Space inside the tooltip */
    text-align: left;        /* Align text to the left */
    font-size: 13px;         /* Optional: smaller font */
    line-height: 1.5;        /* Better readability */
  }
   .info_icon {
    color: #ccc; /* Light gray */
    cursor: pointer;
  }

  .info_icon:hover {
    color: #999; /* Slightly darker on hover */
  }


  .save .click{
    vertical-align: text-top;
    margin-top: -60px;
  }

  /* Move "Save 16%" text a bit higher */
.save-text {
  position: relative;
  top: -22px; /* Adjust as needed */
}

  .even-bg li:nth-child(even) {
    background-color: #F7F8F4 !important;
  }

  .fcard:hover {
    transform: translateY(-10px);
    transition: .3s ease-in-out;
    box-shadow: 0 5px 0 #13B495;
}





legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
}

legend {
    display: block !important;
    float: none !important;
    width: 50px !important;
    height: 50px;
    /* padding: 0.5em 0.8em !important; */
    /* border-width: 1px !important; */
    /* border-style: solid !important; */
    border-image: initial !important;
    background: #13B495;
}




@media only screen and (max-width: 768px) {
    .font{
        font-size: 20px !important;
    } 
    .btn-1{
        width:70% !important;
    }
    .banner_starimg{
        display: none;
    }
}

@media (max-width: 767px) {
  .logos .card1 {
    width: 50% !important;
  }

  .logos .logo-1 {
    flex-direction: column !important;
    align-items: center !important;
  }
}


@media screen and (max-width: 768px) {
    .pricing-toggle-wrapper {
        flex-direction: column;
        align-items: flex-start !important;
        padding-left: 15px !important;
        margin-left: 0 !important;
        gap: 10px;
    }

    .pricing-toggle-wrapper .save {
        width: 20px; /* smaller icon */
        margin-top: 5px;
    }

    .save-text{
     position: relative !important;
    top: -22px !important;
    left: -30px !important;

    }
 }
