.form {
    font-size: 0;
    padding: 30px;
}

.form__left,
.form__right {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    font-size: 16px;
    text-align: center;
}

.form__right {
    width: 60%;
}

.form__title {
    text-transform: uppercase;
    color: #139775;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.1
}

.price {
    font-weight: 700;
    margin-bottom: 20px;
}

.price .text1 {
    color: #5e8acc;
    font-size: 18px;
}

.price .text2 {
    color: #db0000;
    font-size: 25px;
}

.form select,
.form input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    max-width: 300px;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: #fff url(../img/sel.png) no-repeat 4% 50%;
}

input[type='tel'] {
    text-align: right;
    direction: ltr;
}

.checkbox {
    display: block;
    text-align: center;
    color: #000;
    margin-top: 0.625rem;
    margin-bottom: 20px;
}

.checkbox input {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.form .btn {
    width: 100%;
    max-width: 300px;
}
.oldPriceAndLabelForLandingInfoApi{
  text-decoration:line-through;
}
@media(max-width:991px) {

    .form__left,
    .form__right {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .form__title {
        font-size: 29px;
    }
}