.message_box {
    width: 100%;
    padding-top: calc(28px + 5rem);
    padding-bottom: calc(84px + 5rem);
}

.message {
    max-width: 1480px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
}

.message_from {
    width: 58.1081%;
}


.message_from .fc-form-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(1px + 1rem);
}

.message_from .form-group:nth-of-type(1) {
    width: 32.093%;
    padding: 0 calc(6px + 0.5rem);
    height: calc(17px + 2rem) !important;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    display: flex;
    justify-content: flex-start;
}
.message_from .form-group:nth-of-type(2) {
    width: 32.093%;
    padding: 0 calc(6px + 0.5rem);

    height: calc(17px + 2rem) !important;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    display: flex;
    justify-content: flex-start;
}
.message_from .form-group:nth-of-type(3) {
    width: 32.093%;
    padding: 0 calc(6px + 0.5rem);

    height: calc(17px + 2rem) !important;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    display: flex;
    justify-content: flex-start;
}

.message_from .form-group:nth-of-type(1) label {
    padding-top: calc(10px + 0.2rem);
    color: red;
}

.message_from .form-group:nth-of-type(2) label {
    padding-top: calc(10px + 0.2rem);
     color: red;
}

.message_from .form-group:nth-of-type(3) label {
    padding-top: calc(10px + 0.2rem);
     color: red;
}

.message_from .form-group:nth-of-type(4) {
    width: 49.0698%;
}

.message_from .form-group:nth-of-type(5) {
    width: 49.0698%;
}

.message_from .form-group:nth-of-type(6) {
    width: 100%;
}


.message_from .form-group:nth-of-type(1) input {
    width: 100% !important;
    height: 100% !important;
    background: #FFFFFF;
   border: none;
   
}
.message_from .form-group:nth-of-type(2) input {
    width: 100% !important;
    height: 100% !important;
    background: #FFFFFF;
   border: none;
   
}
.message_from .form-group:nth-of-type(3) input {
    width: 100% !important;
    height: 100% !important;
    background: #FFFFFF;
   border: none;
   
}

.message_from .form-group:nth-of-type(4) input {
    width: 100% !important;
    height: calc(17px + 2rem) !important;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    padding: 0 calc(6px + 0.5rem);
   
}

.message_from .form-group:nth-of-type(5) input {
    width: 100% !important;
    height: calc(17px + 2rem) !important;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    padding: 0 calc(6px + 0.5rem);
   
}

.message_from .form-group textarea {
    width: 100% !important;
    height: calc(43px + 5rem) !important;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    padding: calc(9px + 0.5rem) calc(6px + 0.5rem);

}

.message_from .form-group:nth-of-type(7) {
    width: 100%;
}

.message_from .form-group:nth-of-type(7) input {
    width: calc(6px + 0.5rem) !important;
    height: calc(6px + 0.5rem) !important;
}

.message_from .form-group:nth-of-type(8) {
    width: 100%;
}

.message_from .form-group:nth-of-type(8) input {
    width: calc(6px + 0.5rem) !important;
    height: calc(6px + 0.5rem) !important;
}

.message_from .form-group:nth-of-type(7) .mt-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.25rem);
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(4px + 0.5rem);
    color: #898989;
}

.message_from .form-group:nth-of-type(8) .mt-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.25rem);
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(4px + 0.5rem);
    color: #898989;
}

.submit1 {
    width: calc(60px + 5rem);
    height: calc(10px + 2rem);
    background: #98B8AC;
    margin-top: calc(9px + 1rem);
}

.submit1 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #FFFFFF;
}

@media (max-width: 1100px){
    .message_box {
        padding-bottom: calc(60px + 1rem);
    }
    .message{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 3rem);
    }
    .message_from{
        width: 100%;
    }
    .message_from .form-group:nth-of-type(7) .mt-checkbox{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .message_from .form-group:nth-of-type(8) .mt-checkbox{
        font-size: calc(10px + 1rem);
        line-height: 1.5; 
    }
    .message_from .form-group:nth-of-type(7) input {
        width: calc(26px + 0.5rem) !important;
        height: calc(14px + 0.5rem) !important;
    }
    .message_from .form-group:nth-of-type(8) input {
        width: calc(26px + 0.5rem) !important;
        height: calc(14px + 0.5rem) !important;
    }
    .submit {
        width: calc(62px + 5rem);
        height: calc(20px + 2rem);
    
    }
    .submit a{
        font-size: calc(10px + 1rem);
    }
    .message_from .form-group{
        width: 100% !important;
       
    }
    .message_from .form-group:nth-of-type(4) {
        width: 100%;
    }
    .message_from .form-group:nth-of-type(5) {
        width: 100%;
    }
    .message_from .form-group input {
      
        height: calc(26px + 2rem) !important;
        
    }
    .message_from .form-group textarea {
       
        height: calc(80px + 5rem) !important;
       
    }
    .message_from .fc-form-body {
      
        row-gap: calc(10px + 1rem);
    }
    
    .message_from .form-group:nth-of-type(1) {
    height: calc(17px + 8rem) !important;
}
 .message_from .form-group:nth-of-type(2) {
    height: calc(17px + 8rem) !important;
}
 .message_from .form-group:nth-of-type(3) {
    height: calc(17px + 8rem) !important;
}
.message_from .form-group:nth-of-type(4) input{
    height: calc(17px + 8rem) !important;
}
.message_from .form-group:nth-of-type(5) input{
    height: calc(17px + 8rem) !important;
}
.submit1{
        height: calc(25px + 2rem);
}
.submit1 a{
    font-size: calc(10px + 1rem);
}
}