.from {
    background: linear-gradient(180deg, #ffffff 33.85%, #f9f9f9 100%);
    box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    padding: 40px;
}
.from .alert-info button{
    display: none;
}
.from .alert-info{
    background: #54b049;
    color: #fff;
}
.form__label {
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
}
.form__label span {

    position: absolute;
    display: inline-block;
    padding: 5px;
    left: 12px;
    top: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.54);
    box-sizing: border-box;
    background: #fff;
    transition: 0.3s all;
}
.form__label textarea:not(:placeholder-shown) + span,
.form__label input:not(:placeholder-shown) + span,
.form__label select:not(:placeholder-shown) + span,
.form__label textarea + span,
.form__label input + span {
    transform: translateY(-29px) scale(1);
    color: #54b049;
}

.form__label textarea,
.form__label input,
.form__label select {
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.54);
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px 16px;
    margin-bottom: 10px;
    outline: none;
}
.form__label textarea:not(:placeholder-shown),
.form__label input:not(:placeholder-shown),

.form__label textarea:focus,
.form__label select:focus,
.form__label input:focus {
    border-color: #54b049;
}

.form_heading {
    margin: 0 0 20px;
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #263238;

}
.form_para {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.44px;
    color: #6d6d6d;
    margin-bottom: 45px;
}
.contact__para {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: rgba(38, 50, 56, 0.8);
}
.contact__para a{
    color: #54b049;
    text-decoration: none;
}
.contact__para a.phone {
    color: rgba(38, 50, 56, 0.8);
    text-decoration: none;
}
.contact__para strong {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #54b049;
}
.form__send {
    background: linear-gradient(180deg, #459d18 16.15%, #34870b 87.5%);
    border-radius: 12px;
}

@media (max-width: 992px) {
    .contact__para {
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        color: rgba(38, 50, 56, 0.8);
    }
    .contact__para strong {
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        color: #54b049;
    }
}
@media (max-width: 768px) {
    .subHeading {
        margin-left: auto;
        display: table;
        margin-right: auto;
    }
    .from {
        margin-top: 95px;
    }
}

@media (max-width: 500px) {
    .form__label textarea, .form__label input, .form__label select {
        padding-top: 20px !important;
    }
}

.form__label span + span {
    display: none;
}

.help-block { color: indianred !important; }

.from .custom-checkbox {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
}

.from input::placeholder {
    color: lightgray;
    opacity: 1;
    font-weight: 300;
}

select.iOSselect {
    -webkit-appearance: none;
    background-color: white;
    background-image: url(data:image/png;base64,ivborw0kggoaaaansuheugaaabiaaaajcayaaaa/33wpaaaavkleqvqofy2qmqqembbfv7era/emxkgw11k8qbdxzun4bhv7qo6ifugj7v4uadlvm8uwf+b9yzjisnlqrfeuzvlinucnbgkajgghbihoylyfkiocbdvecpyreyvo/ma2bajrgtbac58kcdz1rz7nl/4/4d5eso/7nzl7iutodbexmmagarrs+06jlmvcnwmaov2w/c/tmayd58dxrogsmvxffmdxoos6lliwbxecuzokxrbrojryvqqqqvye+qdmdz1d6yuj9waaaabjru5erkjggg==);
    background-position : right center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
}