.form_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 120px;
}

.form_content form {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    column-gap: 20px;
    row-gap: 43px;
}

.form_content form .field {
    flex: 0 0 calc((100% / 2) - 10px);
}

.form_content form .field.message {
    flex: 0 0 100%;
}

.form_content form .field label {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    color:  #000000;
    display: block;
}

.form_content form .field input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 15px;
    height: 60px;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid;
}

.form_content form .field input::placeholder {
    color: #C1C1C1;
}
.contact_main {
    padding: 64px 0;
}
.form_content form #submit {
    background: #00B249;
    border: 0;
    padding: 16px 40px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    border-radius: 40px;
    cursor: pointer;
}

.form_content img {
    width: 100%;
    max-width: 600px;
}
main{
    margin-bottom: 64px;
}

main.contact-us-page .page_title_main h1.page_title::after{
    content: '';
    background-image: url(../images/border.png);
    width: 14%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 100%;
    left: 53%;
    transform: translateX(-50%) rotate(-4deg);
}
main.contact-us-page .page_title_main .scan_img::after{
    display: none;
}


@media screen and (min-width: 1025px) {
    .contact_wrapper .contact-form {
        flex: 1;
    }
}
@media screen and (max-width: 1280px) {
    .form_content {
        column-gap: 40px;
    }

    .form_content img {
        max-width: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .form_content {
        row-gap: 40px;
    }

    .form_content form {
        flex: 0 0 100%;
    }

    .form_content img {
        max-width: 100%;
    }

    .service_img {
        width: 100%;
    }
    .contact_main {
        padding: 30px 0;
    }
    main{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .form_content form {
        row-gap: 20px;
    }

    .form_content form .field {
        flex: 0 0 100%;
    }

    .form_content form .field input {
        height: 40px;
    }

    main.contact-us-page .page_title_main h1.page_title::after{
          width: 17%;
    }

}

@media screen and (max-width: 575px) {
    .form_content form button {
        width: 100%;
    }

    main.contact-us-page .page_title_main h1.page_title::after{
        width : 27%;
        left: 60%;
    }
}

/* bbpress login links */


.bbpressloginlinks{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bbpressloginlinks a{
    text-decoration : none ;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.bbpressloginlinks a:hover{
    text-decoration: underline;
    color: #00B249;
}


@media (max-width : 480px){
    .bbpressloginlinks{
        padding-right: 0px !important;
    }

    .bbpressloginlinks a{
        font-size: 14px;
        line-height: 18px;
    }
}

/* bbpress login links */