

.mt-form {
    border: 2px solid #0084c9;
    padding: 20px;
    border-radius: 10px;
    background: #daf3f9 none;
    margin: 30px 0
}

.mt-form .heading {
    color: #0084c9;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 30px
}

.mt-form img {
    max-width: 100%;
    height: auto
}

.mt-form .img-product {
    max-width: 80%;
    margin: 15px auto;
    display: block
}

.mt-form ul {
    padding-left: 15px
}

.mt-form ul li {
    color: #0084c9;
    line-height: 1.4;
    margin-bottom: 10px
}

.mt-form .form-text .note {
    font-size: 16px;
    font-style: italic
}

.mt-form .heading-form {
    text-transform: uppercase;
    font-weight: 700;
    color: #0084c9;
    margin-bottom: 15px
}

.mt-form .form-control {
    border-color: #a8c6fd;
    border-radius: 2px
}

.mt-form [name=qty] {
    width: 80px;
    float: left;
    margin-right: 10px
}

.mt-form label {
    margin-bottom: 0
}

.mt-form .btn-submit-order {
    background: #0084c9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%
}

.mt-form .btn-submit-order:hover {
    background-color: #19499e
}

.mt-form .reason-text .heading-text {
    text-align: center;
    font-weight: 700;
    color: #c00;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3
}

.mt-form .reason-text .item {
    margin: 0 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-weight: 700;
    color: #0084c9;
    flex-wrap: wrap;
    padding-left: 65px
}

.mt-form .reason-text .item p {
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 0
}

.mt-form .reason-text .img-icon {
    display: block;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0
}