.contact_section {
    margin-top: 6rem !important;
}

p {
    font-size: 16px;
    margin-top: 5px;
}

.contact__input {
    height: 50px;
    font-size: 14px;
    padding: 10px 12px;
    width: 100%;
    border-radius: 8px;
    border: none;
    outline: none;

    &:focus {
        outline: none;
        border: none;
    }
    &::placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #a2a5ae !important;
    }
}

.contact__submit {
    height: 50px;
    font-size: 18px;
    width: 100%;
    border-radius: 8px;
    background: #fa565d;
    border: none;
    color: #fff;
    /* border: 2px solid#C4C4C4; */
}

.contact__area {
    font-size: 14px !important;
    padding: 10px 12px;
    width: 100%;
    border-radius: 8px;
    line-height: normal !important;
    resize: none;
    border: none;
    outline: none;

    &:focus {
        outline: none;
        border: none;
    }
    &::placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #a2a5ae !important;
    }
}

.contact__label {
    display: block;
    font-size: 14px;
    font-weight: 500 !important;
    font-weight: normal;
    color: #05103c;
    padding-bottom: 0.5em;
}

.contact__para {
    font-size: 16px !important;
    color: #0c2e60;
    /* padding: 0em 3em; */
}

.contact__input_main {
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;

    /* flex-flow: wrap; */
}

.contact__input_box {
    display: flex;
    flex-direction: column;
    flex-basis: 45%;
    text-align: left;
    margin-bottom: 1.2rem;
}

.contact__textarea_box {
    display: flex;
    flex-direction: column;
    flex-basis: 95%;
    text-align: left;
}

.contact__submit_box {
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    text-align: left;
    margin-top: 32px !important;
}

.contact_form_main {
    flex-basis: 80%;
    height: auto;
    padding: 24px;
    background: #f7f8fc;
    z-index: 2;
    /* box-shadow: 0px 5px 14px 2px #dfdfdf; */
    text-align: center;
    border-radius: 20px;
}
.contact_section {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px;
    height: 80vh;
    /* margin-bottom: 166px; */
}
.leftSide {
    padding: 25px 160px 25px 0;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 34px;
}
.rightSide {
    width: 50%;
}
.contactHeader {
    h1 {
        margin-bottom: 8px;
        color: #05103c;
    }
    p {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px !important;
    }
}

.contactPointsMain {
    display: flex;
    gap: 12px;
}
.contactImage {
    background-color: #fdf1ea;
    border-radius: 8px;
    height: max-content;
    width: max-content;
    padding: 7px;
    img {
        width: 26px;
        height: 26px;
    }
}
.contactPointsOuter {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 24px;
}
.contactPoints {
    span {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #232631 !important;
    }
    p {
        color: #232631 !important;

        font-weight: 400;
        font-size: 14px;
        line-height: 22px !important;
        margin: 0 !important;
    }
}
@media (max-width: 1024px) {
    .leftSide {
        padding: 25px 25px 25px 0;
    }
       .contact_form_main{
        flex-basis: 100%;
    }
}
@media (max-width: 991px) {
    .contact__label {
        position: inherit;
        width: 100%;
    }

    .contact__label:after {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        background: #777;
        margin: 7px 5px;
        box-shadow: 0 10px 0 #777, 0 20px 0 #777;
    }

    .contact__input_box,
    .contact__textarea_box {
        flex-basis: 90%;
    }

    /* .contact__para {
        padding: 0em 0.4em;
    } */
}
@media (max-width: 768px) {

    .leftSide {
        padding: 25px 0 25px 0;
        width: 100%;
    }
    .rightSide {
    width: 100%;
}
.contact_section{
    flex-wrap: wrap;
}
}

.alert-success {
    color: white;
    background: green;
    display: block;
}
