.about-section {
    background: #ffffff;
    padding: 0 0 70px 0px;
}
.about-line{
    width: 15%;
    height: 3px;
    border-left: 40px solid #A0C486;
    background: #0D383B ;
    margin: 20px 0;
}
.about-section .section-title p {
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #0D383B;
    font-size: 36px;
    font-weight: bold;
    font-family: "UbuntuM", sans-serif;
}
.about-section .single-team {
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-out 0s;
    background: #2A5052 0% 0% no-repeat padding-box;
    border-radius: 0px 40px;
    opacity: 0.88;
    width: 100%;
    height: 255px;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}
.about-section .single-team:hover {
    background: #0D383B 0% 0% no-repeat padding-box;
}
.about-section .single-team:hover .info {

}

.about-section .single-team .image {
    /*max-width: 300px;*/
    width: 100%;
    /*border-radius: 50%;*/
    overflow: hidden;
    margin: auto;
    /*padding: 0 30px;*/
}

.about-section .single-team .image img {
    width: 100%;
}

/*.about-section .single-team .info {*/
/*    background: #FBFFF8 0% 0% no-repeat padding-box;*/
/*    box-shadow: 0px 3px 6px #0000001A;*/
/*    opacity: 1;*/
/*    border-radius: 10px;*/
/*    padding: 145px 25px 30px;*/
/*    margin-top: -115px;*/
/*    transition: all 0.3s ease-out 0s;*/
/*    border-bottom: 5px solid transparent;*/
/*}*/

.about-section .single-team .info  h6 {
    font-weight: 300;
    margin-top: 1.5rem;
    color: #ffffff;
    font-size: 20px;
    font-family: "ubuntu", sans-serif;
}
.contact-area .contact-right img{
    width: 100%;
    height: 100%;
}
.contact-area{
    background: #EFEFF0 0% 0% no-repeat padding-box;
    padding: 0;
    /*opacity: 0.67;*/
}
.contact-area .row>*{
   
}
.contact-area .about-line{
    width: 10%;
    height: 3px;
    border-left: 35px solid #A0C486;
    background: #0D383B;
    margin: 20px 0;
}
.contact-area .section-title{
    margin-top: 3rem;
    padding-bottom: 1rem;
}
.contact-area .section-title p {
    margin-bottom: 0;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0D383B;
    font-family: "UbuntuM", sans-serif;
}
.contact-form .input_name{
    color: #174041;
}

.contact-form{
    padding-right: 4rem;
}
.form-control{
    width: 84.5%;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    padding: .5rem 0;
    /*margin-right: 78px;*/
    /*width: 20rem;*/
    /*margin-bottom: 1.5rem;*/
    font-size: 18px;
    outline: none;
    background: #EFEFF0 0% 0% no-repeat padding-box;

}
.form-control:focus,.custom-select{outline: none;box-shadow: none;background: none;}
.custom-select{
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    padding: .5rem 0;
    background: #EFEFF0 0% 0% no-repeat padding-box;
    color: #1C1C1C;
    width: 84.5%;
    display: block;
    font-size: 18px;
}
.contact-btn{
    background: #0D383B 0% 0% no-repeat padding-box;
    border-radius: 27px;
    color: #FFFFFF;
    border: none;
    width: 10rem;
    height: 3.8rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    transition: 1s ease
}
.contact-btn:hover{

    background: #A0C486 0% 0% no-repeat padding-box;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.form-label{
    font-weight: bold;
    margin-bottom:0px;
    font-size: 1.1rem;
    font-family: 'UbuntuB';
}
#myForm .select- {
    position: relative;

}
#myForm .select- .circle {
    position: absolute;
    left: 0px; /* 或者你想要的任何位置 */
    top: 3.8rem;
    /*transform: translateY(-50%);*/
}
#myForm label{
    margin-top: 1.5rem;
    font-size: 20px;
}
#myForm .select-  select {
    padding-left: 1.5rem; /* 这应该与图标的宽度相匹配 */
}
@media (max-width: 1024px)  {
    .contact-area .sd{flex-direction: column-reverse;}
    .contact-area .row .wid{width: 100%;}
    .form-control{width: 100%;}
    .custom-select{width: 100%;}
    .about-section .section-title p{font-size: 30px;}
    .about-section .single-team .info h6{font-size: 18px;}
    .contact-area .section-title p{font-size: 30px;}
    #myForm label{font-size: 18px;}
    .form-control,.custom-select{font-size: 16px;}
    .contact-btn{margin-bottom: 4rem;}

}
@media (max-width: 767px)  {
    .contact-area{
        
    }
    .about-section .section-title p{font-size: 24px;}
    .about-section .single-team .info h6{font-size: 16px;}
    .contact-area .section-title p{font-size: 24px;}
    #myForm label{font-size: 16px;}
    .form-control,.custom-select{font-size: 14px;}
    #myForm .select- .circle{top: 3.3rem;}
}

