.contact-content-wrap {
    width: 72.92%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 160px;
  }
.contact-content-wrap .content {
    width: 100%;
  }
.contact-content-wrap .content form .top_form {
    position: relative;
    margin-bottom: 42px;
  }
.contact-content-wrap .content form .top_form h3 {
    font-family: 'SUIT';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
  }
  /*.contact-content-wrap .content form .top_form .bg {
    position: absolute;
    width: 100%;
    height: 250px;
    z-index: -1;
    background: #F6FAFD;
    border: 1px solid #DDDDDD;
    top: 0;
  } */
.contact-content-wrap .content form .top_form .text-box {
    width: 100%;
    height: 200px;
    padding: 30px 40px;
    overflow: auto;
    margin-bottom: 21px;
    border: solid 1px #DDDDDD;
    background: rgba(11, 122, 12, .05);
    ;
  }
.contact-content-wrap .content form .top_form .text-box p {
    font-family: 'SUIT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
  }
.contact-content-wrap .content form .top_form .text-box p span{
    font-family: 'SUIT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;    
    margin-left: 12px;
  }
.contact-content-wrap .content form .top_form .text-box::-webkit-scrollbar {
    width: 5px;
  }
.contact-content-wrap .content form .top_form .text-box::-webkit-scrollbar-thumb {
    background: #0B7A0C;
    border-radius: 10px;
  }
.contact-content-wrap .content form .top_form .text-box::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    margin: 20px;


}
.contact-content-wrap .content form .top_form .radio-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
.contact-content-wrap .content form .top_form .radio-box p {
    font-family: 'SUIT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;    
    margin-right: 10px;
  }
.contact-content-wrap .content form .top_form .radio-box label {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    margin-left: 10px;
    position: relative;
  }
.contact-content-wrap .content form .top_form .radio-box label span {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    left: -30px;
    top: -2px;
    transition: all 0.3s;
    cursor: pointer;
  }
.contact-content-wrap .content form .top_form .radio-box label span::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #DDDDDD;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
  }
.contact-content-wrap .content form .top_form .radio-box label span.active {
    background: #0B7A0C;
    transition: all 0.3s;
    cursor: initial;
  }
.contact-content-wrap .content form .top_form .radio-box label span.active::after {
    background: #FFFFFF;
    transition: all 0.3s;
  }
.contact-content-wrap .content form .top_form .radio-box input {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    opacity: 0;
  }
.contact-content-wrap .content form .middle_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px 24px;
    width: 100%;
    margin-bottom: 10px;
  }
.contact-content-wrap .content form .middle_form > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 24px;
  }
.contact-content-wrap .content form .middle_form > div > label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
  }
.contact-content-wrap .content form .middle_form > div > input {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    padding: 12px 20px;
    font-family: "SUIT";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
  }
.contact-content-wrap .content form .middle_form > div > input:placeholder {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
  }
.contact-content-wrap .content form .middle_form > div .option-radiobox {
    display: flex;
    align-items: center;
    height: 43px;
  }
.contact-content-wrap .content form .middle_form > div .option-radiobox label {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-left: 10px;
    position: relative;
  }
.contact-content-wrap .content form .middle_form > div .option-radiobox label span {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: url(../imgs/check-btn.png) no-repeat center center #FFFFFF;
    border: 1px solid #DDDDDD;
    left: -30px;
    transition: all 0.3s;
    cursor: pointer;
  }
.contact-content-wrap .content form .middle_form > div .option-radiobox label span.active {
    background-color: #0B7A0C;
    transition: all 0.3s;
    cursor: initial;
  }
.contact-content-wrap .content form .middle_form > div .option-radiobox label:nth-child(2) {
    margin-right: 40px;
  }
.contact-content-wrap .content form .middle_form > div .option-radiobox > input {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
.contact-content-wrap .content form .bottom_form {
    width: 100%;
    margin-bottom: 48px;
  }
.contact-content-wrap .content form .bottom_form .message {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
.contact-content-wrap .content form .bottom_form .message label {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
  }
.contact-content-wrap .content form .bottom_form .message textarea {
    width: 100%;
    height: 240px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    padding: 10px 20px;
    font-family: "SUIT";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
  }
.contact-content-wrap .content form .bottom_form .message textarea:placeholder {
    font-family: "SUIT";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
  }
.contact-content-wrap .content form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 48px;
    background: #0B7A0C;
    cursor: pointer;
    margin: 0 auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    border: 0;
    transition: 0.3s;
  }
.contact-content-wrap .content form button:hover{
    background-color:#075009;
  }



  



  @media (max-width:900px){
.contact-content-wrap {
      width: 100%;
      margin-bottom: 80px;
    }
.contact-content-wrap > h3 {
      margin-bottom: 24px;
    }
.contact-content-wrap .content form .top_form {
      margin-bottom: 24px;
    }
.contact-content-wrap .content form .top_form > h3 {
      font-size: 16px;
    }
.contact-content-wrap .content form .top_form .bg {
      height: 100px;
    }
.contact-content-wrap .content form .top_form .text-box {
      width: 100%;
      height: 100px;
      padding: 20px 20px;
      margin-bottom: 24px;
    }
.contact-content-wrap .content form .top_form .radio-box {
      justify-content: flex-start;
      flex-wrap: wrap;
    }
.contact-content-wrap .content form .top_form .radio-box p {
      font-size: 14px;
      margin-right: 0;
      margin-bottom: 10px;
      word-break: keep-all;
      width: 100%;
    }
.contact-content-wrap .content form .middle_form {
      grid-template-columns: 1fr;
      grid-template-rows: unset;
    }
.contact-content-wrap .content form .middle_form > div .option-radiobox label {
      font-size: 14px;
      word-break: keep-all;
    }
.contact-content-wrap .content form .middle_form > div .option-radiobox label:nth-child(2) {
      margin-right: 15px;
    }
  }