.block-form-1 .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.block-form-1 .form-group label:not(.error) {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-bottom: 0; /* Override default `<label>` margin */
    color: #BBB;
    padding: 0 4px;
    transform: translateY(-50%);
    transition: all 200ms ease;
    cursor: text;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}

.block-form-1 .form-group input:focus + label:not(.error),
.block-form-1 .form-group input.focus-visible + label:not(.error),
.block-form-1 .form-group input:visited + label:not(.error),
.block-form-1 .form-group input:not(:placeholder-shown) + label:not(.error) {
  font-size: 70%;
  transform: translate3d(0, -50%, 0);
  top: 0;
  color: #999;
  background-color: #FFF;
}

.block-form-1 .form-group input::-webkit-input-placeholder {
    opacity: 0;
}
.block-form-1 .form-group input:-ms-input-placeholder {
    opacity: 0;
}
.block-form-1 .form-group input::-moz-placeholder {
    opacity: 0;
}

.block-form-1 .form-control.border-bottom {
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.block-form-1 .form-control.border-bottom + label:not(.error) {
    left: 0;
    color: #BBb !important;
}
        .share-btn-container a i {
                    font-size: 32px;
                    margin-left: 5px;
          }

       

        .share-btn-container a:hover {
        transform: scale(1.2);
        }
        .share-btn-container a:hover {
        transform: scale(1.2);
        }

        .share-btn-container .fa-facebook {
        color: #3b5998;
        }

        .share-btn-container .fa-twitter {
        color: #1da1f2;
        }

        .share-btn-container .fa-linkedin {
        color: #0077b5;
        }

        .share-btn-container .fa-pinterest {
        color: #bd081c;
        }

        .share-btn-container .fa-whatsapp {
        color: #25d366;
        }
        .fcolor{
            background: #1ABC9C;
        }
        .tcolor{
            color: #1ABC9C;
        }
        .bcolor{
            background: #f9f9f9;
        }
        .border-color{
            border-color:#1ABC9C;
        }
        .apply-shadow{
            box-shadow : 0 1px 5px 0 rgb(0 0 0 / 10%);
        }
        .close-button:hover{
            background-color: white;
            border-color:#0a0a0a !important;
            color: #0a0a0a;
            
        }
        .close-button{
            cursor: pointer;
        }
        