.s011 {
    min-height: auto
}

.form-icon {
    position: absolute !important;
    left: 10px;
    top: 18px;
    width: 20px
}

.spn-dep,
.spn-rtn {
    width: 100%
}

.calendar-sc {
    display: flex;
    align-items: center;
    justify-content: start
}

.spn-dep {
    margin-right: 5px
}

.container-custom {
    border-radius: 15px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%)
}

.main-form {
    background: #fff;
    padding: 10px 25px 15px;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media only screen and (max-width:767px) {
    .main-form {
        background: 0 0;
        padding: 0
    }

    .container-custom {
        padding: 30px 15px
    }

    .myforms-radio {
        margin-bottom: 0 !important
    }

    .check_container {
        border-radius: 0 !important
    }

    .home-form {
        padding: 50px 0 !important
    }

    .hm_og_hm_dest {
        font-size: 14px
    }

    .from_price,
    .hm_dep_hm_ret,
    .per_prsn {
        font-size: 12px
    }
}