.quote-content{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.quote-contact{
    width: 48%;
}
.quote-contact .title,
.quote-contact .description{
    text-align: left;
}
.quote-contact .quote-contact-line{
    width: 100%;
    height: 1px;
    background: #CECECE;
    margin: 20px 0;
}
.quote-contact .quote-contact-group{
    width: 100%;
    display: flex;
}
.quote-contact .quote-contact-item{
    width: 50%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.quote-contact .quote-contact-item img{
    width: 50px;
    height: 50px;
}
.quote-contact .quote-contact-item .quote-contact-item-content{
    width: calc( 100% - 70px );
}
.quote-contact .quote-contact-item .quote-contact-item-title{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 25px;
}
.quote-contact .quote-contact-item .quote-contact-item-text{
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}
.quote-contact .quote-contact-item.quote-contact-address{
    width: 100%;
}
.quote-contact .quote-contact-link-title{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.quote-contact .quote-contact-link{
    display: flex;
    margin-top: 20px;
}


.quote-form{
    width: 48%;
}
.quote-form .quote-form-item{
    width: 100%;
    background: transparent;
    margin-bottom: 20px;
}
.quote-form .quote-form-item .quote-form-item-title,
.quote-form .quote-form-message .quote-form-message-title{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 17px;
    margin-bottom: 10px;
}
.quote-form .quote-form-item .quote-form-item-title span,
.quote-form .quote-form-message .quote-form-message-title span{
    color: #FF0000;
}
.quote-form .quote-form-item .quote-form-item-input,
.quote-form .quote-form-item .contact-product{
    width: 100%;
    background: transparent;
    border: 1px solid #ECECEC;
    outline: none;
    padding-left: 16px;
    line-height: 42px;
}
.intl-tel-input{
    width: 100%;
}
.searchable-select{
    width: 100%;
    border: 1px solid #ECECEC;
}
.searchable-select-holder{
    height: 42px;
    line-height: 42px;
    border-radius: 0;
}
.quote-form .quote-form-message{
    width: 100%;
    margin-top: 20px;
}
.quote-form .quote-form-message .quote-form-message-title{
    line-height: 24px;
}
.quote-form .quote-form-message .quote-form-item-textarea{
    width: 100%;
    height: 128px;
    padding: 10px;
    background: transparent;
    border: 1px solid #ECECEC;
    outline: none;
    resize: none;
}
.quote-form .quote-form-submit{
    width: 120px;
    height: 46px;
    background: #0056B3;
    border-radius: 8px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {

}
@media only screen and (max-width: 1000px) {
    .quote-contact .quote-contact-item img{
        width: 40px;
        height: 40px;
    }
    .quote-contact .quote-contact-item .quote-contact-item-content{
        width: calc(100% - 50px);
    }
    .quote-contact .quote-contact-item .quote-contact-item-title{
        font-size: 14px;
        line-height: 20px;
    }
    .quote-contact .quote-contact-item .quote-contact-item-text{
        font-size: 12px;
        line-height: 20px;
    }
    .quote-contact .quote-contact-link .quote-contact-link-item img{
        width: 40px;
        height: 40px;
    }

    .quote-form .quote-form-item{
        margin-bottom: 10px;
    }
    .quote-form .quote-form-item .quote-form-item-title, .quote-form .quote-form-message .quote-form-message-title{
        font-size: 14px;
    }
    .quote-form .quote-form-item .quote-form-item-input, .quote-form .quote-form-item .contact-product{
        line-height: 36px;
    }
    .quote-form .quote-form-message{
        margin-top: 10px;
    }
    .quote-form .quote-form-message .quote-form-item-textarea{
        height: 100px;
    }
}