* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 15px;
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

h4 {
    color: #eb6224;
    font-weight: 300;
}

img {
    max-width: 100%;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

/* :focus {
            outline: none;
        } */

.wrapper {
    margin: 20px 0;
}

.inner {
    display: flex;
    justify-content: center;
}

.slider {
    margin-left: -20px;
}

.option {
    color: #eb6224;
    text-align: center;
    width: 30px;
    font-weight: 300
}

.baydin-form {
    background: white;
    padding-top: 63px;
    padding-left: 49px;
    padding-right: 50px;
    margin-top: -10px;
    width: 600px;
    margin-right: 10px;
    border: 2px solid #eb6224;
    border-radius: 25px;
    padding-bottom: 50px;
}

.container {
    margin-top: 50px;
}

h3 {
    text-align: center;
    margin-bottom: 38px;
    color: white;
}

.form-wrapper {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.form-wrapper label {
    width: 32.92%;
}

.form-wrapper label.label-input {
    transform: translateY(5px);
}

label {
    color: #eb6224;
    font-weight: 200px;
}

.form-wrapper label.label-comment {
    transform: translateY(-18px);
}

.form-wrapper.form-select {
    margin-bottom: 10px;
}

.form-wrapper.form-price {
    margin-bottom: 19px;
}

.form-holder {
    position: relative;
}

.form-holder i {
    position: absolute;
    transform: translateY(-21px);
    left: 22px;
}

.form-control {
    width: 67.08%;
    height: 25px;
    display: block;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #eb6224;
    background: none;
    color: #eb6224;
    font-weight: 200px;
    padding: 0;
    margin-bottom: 20px;
}

/* input:focus, textarea:focus {
            border-bottom: 1px solid rgba(255, 255, 255, 0.8);
         } */

select.form-control {
    cursor: pointer;
    width: 60px;
    font-size: 15px;
    transform: translateY(-1px);
}


.baydin-btn {
    height: 42px;
    padding: 10px;
    border-radius: 7.5cm;
    display: inline-flex;
    border: none;
    font-size: 13px;
    color: #222;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    background: #feed91;
    padding-bottom: 5px;
    margin-right: 15px;
}

button {
    height: 42px;
    width: 100px;
    border-radius: 7.5cm;
    display: inline-flex;
    border: none;
    font-weight: 200;
    font-size: 13px;
    color: white;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    background: #eb6224;
    padding-bottom: 5px;
    margin-right: 15px;
}

.btn {
    height: 42px;
    width: 100px;
    border-radius: 7.5cm;
    display: inline-flex;
    border: none;
    font-weight: 200;
    font-size: 13px;
    color: white;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    background: #eb6224;
    padding-bottom: 5px;
    margin-right: 15px;
}

button:hover {
    background-size: 200% auto;
    background-position: right center;
}

.detail-address {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.address-width {
    width: 160px !important;
}

.select-wrapper {
    display: flex;
}

.ml-15 {
    margin-left: 15px;
}

.placeholder-color {
    padding-bottom: 8px !important;
}

.placeholder-color::placeholder {
    color: #eb6224;
    padding-left: 10px;
}

@media (max-width: 590px) {
    .baydin-form {
        height: auto;
        margin-left: auto;
        margin-top: 40px;
        padding-left: 30px;
    }

    h4 {
        font-size: 19px;
    }

    .wrapper {
        float: none;
    }

    .slider {
        margin-left: -0.5em;
        margin-right: -0.9em;
    }

    .inner {
        min-width: auto;
        margin-left: 0;
    }

    form {
        padding-top: 30px;
        padding-bottom: 33px;
    }

    select.form-control {
        font-size: 13px;
    }

    h2 {
        font-size: 14px;
    }

    .slider {
        margin-right: -1.2em;
    }

    .select-wrapper {
        display: block;
    }

    .ml-15 {
        margin-left: 0;
    }
}

@media (max-width: 890px) {
    .baydin-form {
        height: auto;
        width: auto;
        padding-left: 30px;
        margin: 40px 0;
    }

    h4 {
        font-size: 19px;
    }

    .inner {
        margin-left: auto;
    }

    select.form-control {
        font-size: 13px;
        margin-left: 10px;
    }

    div .row {
        margin-left: 10px;
    }

    .wrapper {
        background: none;
        float: none;
    }

    .select-wrapper {
        display: block;
    }

    .ml-15 {
        margin-left: 0;
    }
}

@media (max-width: 1190px) {}