.title{
    font-weight: bold;
    font-size: 30px;
    color: #1A1A1A;
    text-align: center;
}
.contact{
    margin-top: 60px;
    display: flex;
}
.contact .contact-left{
    width: 48.8%;
}
.contact .contact-left .contact-left-content{
    font-size: 16px;
    color: #262626;
    line-height: 28px;
    margin-bottom: 20px;
}
.contact .contact-left .contact-left-content img{
    width: 60px;
    height: 60px;
    float: left;
}
.contact .contact-left .contact-left-content p{
    margin-left: 10px;
    float: left;
    margin-top: 16px;
    width: calc(100% - 166px);
}
.contact .contact-left .contact-left-content p.contact-left-content-title{
    width: 76px;
    margin-left: 20px;
}

.quote{
    width: 48.8%;
    float: right;
}
.quote input,
.quote textarea{
    border: none;
    outline: none;
    padding-left: 20px;
    line-height: 60px;
}
.quote input{
    width: calc(100% - 60px);
}
.quote .quote-phone .intl-tel-input{
    width: calc(100% - 130px);
}
.quote .quote-phone input{
    width: 100%;
}
.quote .quote-name,
.quote .quote-phone,
.quote .quote-email{
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}
.quote span{
    color: #CC0801;
}
.quote .quote-message{
    width: 100%;
    height: 280px;
    margin-top: 20px;
    resize: none;
    border: 1px solid #E6E6E6;
}
.quote input::placeholder,.quote textarea::placeholder{
    color: #333333;
}
.quote .quote-btn{
    width: 140px;
    height: 46px;
    background: #2980D3;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px){

}
@media only screen and (max-width: 1000px){
    .contact .contact-left .contact-left-content{
        font-size: 14px;
        line-height: 20px;
    }
    .contact .contact-left .contact-left-content p{
        margin-left: 0;
        width: calc(100% - 140px);
    }
    .contact .contact-left .contact-left-content p.contact-left-content-title{
        margin-left: 10px;
        width: 70px;
    }
    .quote .quote-message{
        height: 200px;
        padding-left: 10px;
    }
}