.img-abt {
     position: absolute; 
    left: -170px;
     /* bottom: 0;  */
    width: 500px;
    margin-top: 30px;
/* z-index: -99; */
/* bottom: -100px; */
}

.form {
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
}

.form::-webkit-scrollbar {
    display: none;
}


.contact-sec h1 {
    font-size: 58px;
    color: var(--orange);
    font-weight: 600;
    margin-bottom: 30px;
}

p {
    font-size: 20px;
    line-height: 32px;
    color: #514D63;
}

h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

input,
textarea {
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    padding: 8px 20px;
    display: block;
    width: 100%;
    color: #C4C4C4;
    margin-bottom: 20px;
    height: 55px;
}

textarea {
    height: 300px;
}

input::placeholder {
    color: #C4C4C4 !important;
    font-size: 18px;
    font-style: italic;
}

.height {
    overflow-y: scroll;
    height: 500px;
    overflow-x: clip;
}

.height::-webkit-scrollbar {
    display: none !important;
}

.contact-tag {
    background-color: var(--green);
    border-radius: 30px;
    color: #36314B;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
}

.gap-20 {
    gap: 10px 5px;
}

@media (max-width:767px) {
    .contact-sec h1 {
        font-size: 36px;
    }

    .height {
        overflow-y: unset;
        height: 100%;
        overflow-x: unset;
        padding: 30px 0;
    }
}

input,
textarea {
    color: #000;
}