.contact img {
  max-width: 100%;
}
.contact .title {
  text-align: left;
font-family: Lab Grotesque !important;
  margin: 10px 0;
  color: #d3d3d3;
}
.contact .form__message {
  align-items: flex-start;
}
.contact .icon-success {
  margin-top: 2px;
}
.contact .field {
  margin-bottom: 15px;
  background-color: #1a1a1a;
  border-radius: 8px;
}
.contact .field__info {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .contact .field {
    margin-bottom: 42px;
  }
  .contact .field__info {
    margin-bottom: 30px;
  }
}
.contact__button {
  /* margin-top: 30px; */
  /* text-align: center; */
}
.contact__button .button {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #fff;
}
.field__input{
    color: #d3d3d3;
}
/* css开始 */
.send-msg-section-flex-bg{
    background-color: #000;
}
.send-msg-section-flex{
    background-color: #000;
    display: flex;
    width: 96%;
    margin: 0 auto;
    justify-content: space-between;
}
.send-msg-left-section{
    width: 49%;
}
.send-msg-right-section{
    width: 49%;
    background-color: #313131;
    padding: 64px;
    border-radius: 10px;
}
.send-msg-desc{
    font-size: 16px;
    color: #d3d3d3;
    padding: 10px 0 30px 0;
}
.section-padding-none{
    padding-left: 0;
    padding-right: 0;
}
.field__label{
    color: #d3d3d3;
}
.send-msg-right-section .send-msg-right-section-container .send-msg-right-h2 {
    font-family: Lab Grotesque !important;
    font-size: 32px;
    color: #f5f5f5;
    margin-bottom: 30px;
}
.send-msg-right-social-links{
    margin-top: 20px;
}
.send-msg-right-social-links .send-msg-right-social-links-ul {
    display: flex;
        padding: 0;
}
.send-msg-right-social-links .send-msg-right-social-links-ul li{
    list-style: none;
    margin-right: 10px;
}
.send-msg-right-social-links .send-msg-right-social-links-ul li a img {
    width: 24px;
    height: auto;
}
.send-msg-right-section .send-msg-right-section-container .send-msg-right-phone-and-email {
    font-family: Inter, sans-serif;
    font-size:16px;
    color: #f5f5f5;
}
.send-msg-right-section .send-msg-right-section-container .send-msg-right-phone-and-email a{
    font-family: Inter, sans-serif;
    font-size: 16px;
    color: #f5f5f5;
}
.send-msg-right-section .send-msg-right-section-container .send-msg-right-h3 {
    font-family: Lab Grotesque !important;
    font-size: 24px;
    color: #f5f5f5;
    margin: 40px 0 16px;
}
.send-msg-right-section .send-msg-right-section-container .send-msg-right-monday {
    font-family: Inter, sans-serif;
    font-size: 16px;
    color: #f5f5f5;
}
.text-area{
    min-height: 150px;
}
.field__input-name{
    /* position: relative; */
}
.field__description{
    position: relative;
    bottom: 46px;
    white-space: nowrap;
    /* width: 100%; */
    /* background: red; */
    color: #d5d5d5;
}   
.field__description-message{
    position: relative;
    bottom: 94px;
    white-space: nowrap;
    /* width: 100%; */
    /* background: red; */
    color: #d5d5d5;   
}
@media screen and (max-width: 959px) {
    .send-msg-section-flex{
        flex-direction: column;
    }
    .send-msg-left-section{
        width: 100%;
    }
     .send-msg-right-section{
        width: 100%;
    }
    .contact .field{
        margin-bottom: 40px;
    }
    .contact .title{
        font-size: 24px;
    }
    .message-filed{
        margin-bottom: 15px !important;
    }
    .send-msg-right-section{
        padding: 32px;
        margin-top: 30px;
    }
}
/* css结束 */
@media screen and (min-width: 960px) {
  .contact__button {
    /* margin-top: 40px; */
  }
}
@media screen and (min-width: 960px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    
  }
}
@media screen and (min-width: 960px) {
  .contact .title {
    /* margin-bottom: 30px; */
  }
}

/* 手风琴 */
@media screen and (min-width: 960px) {
.the_collapsible-content .contact_collapsible-content{
    grid-template-columns: 1fr 2fr;
    grid-gap: 6.4rem;
    display: grid;
}
.contact_collapsible-content >*{
    width: 100%;
}
.the_collapsible-content .collapsible_width{
    padding-left: 0;
    padding-right: 0;
}
.the_collapsible-content .accordion__content{
    padding: 0 15px !important;
}
}
@media screen and (max-width: 959px) {
.the_collapsible-content .collapsible_width {
        padding-left: 10px;
        padding-right: 10px;
    }
.collapsible-content .accordion summary{
    border: none;
}
.left-heading-h1{
    font-size: 23px !important;
    font-weight: 900;
}
.left-heading-container-p {
    margin-bottom: 0;
}
.the_collapsible-content .collapsible-content .accordion:first-child{
        margin-top: 0 !important;
}
.the_collapsible-content .collapsible-content .accordion summary{
    padding: 6px 24px !important;
}
.the_collapsible-content .collapsible-content .accordion__title{
    font-size: 18px;
    font-family: Inter, sans-serif;
}
.the_collapsible-content .accordion__content{
    padding: 0 29px;
    font-size: 16px;
}
}






/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
