.drop__box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}
.free__trial h3 {
    font-size: 24px !important;
    font-weight: 400;
    color: #2e2e2e;
}
.trial__input,
.trial__input:focus {
    background: #dbd7d761;
    box-shadow: none !important;
    border: 1px solid #dbd7d761;
}

.free__trial textarea::placeholder {
    color: #55595b;
    font-size: 1rem;
    font-weight: 400;
}

.free__trial-img-description {
    width: 100% !important;
    font-size: 18px;
}

.free__trial-upload-image {
    padding: 10px;
    border: 1px solid #3eb12d;
}

.free__trial-upload-image1 {
    padding: 10px;
    border: 1px solid #dee2e6;
}

.free__trial-upload-image1:before {
    position: absolute;
    background: #3eb12d;
    height: 2px;
    content: '';
    width: 33%;
    bottom: -2px;
    left: 0;
}

.free__trial-upload-image2 {
    padding: 10px;
    border: 1px solid #dee2e6;
}

.free__trial-upload-image2:before {
    position: absolute;
    background: #3eb12d;
    height: 2px;
    content: '';
    width: 67%;
    bottom: -2px;
    left: 0;
}

.free__trial-upload-image3 {
    padding: 10px;
    border: 1px solid #dee2e6;
}

.free__trial-upload-image3:before {
    position: absolute;
    background: #3eb12d;
    height: 2px;
    content: '';
    width: 100%;
    bottom: -2px;
    left: 0;
}

.free__trial-upload-link {
    padding: 10px;
    background: #dad7d763;
    border: 1px solid #dad7d763;
}

.free__trial-upload-link a {
    color: #605d5d;
    text-decoration: none;
    font-weight: 500;
}

.bi-cloud-arrow-up {
    color: #3eb12d;
    font-size: 60px;
}
.drop__box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed #3eb12d;
    border-radius: 5px;
    background: #dbd7d761;
}

.drop__box px {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

.drop__box .btn {
    text-decoration: none;
    background-color: #3eb12d;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
}

.drop__box .btn:hover {
    text-decoration: none;
    background-color: #3eb12d;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #3eb12d;
}

.drop__box p {
    width: 100% !important;
    text-align: center !important;
}

.brand__color {
    color: #3eb12d;
}
.card {
    min-height: 20px !important;
}

.free-trial-icon-lottie {
    height: 270px !important;
    width: 270px;
}

.free-trial-icon-lottie-sm {
    height: 100px !important;
    width: 100px;
}

.drop-zone {
    max-width: 200px;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #009578;
    border-radius: 10px;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  