.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;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px;
}
.main-form-inner{
	padding: 10px 25px 15px;
}
.mainform-header{
	background: #f5f5f5;
    border: 1px solid #dddd;
	padding:10px 25px;
}
.mainformList{
	
}
.mainformList li{
	
}
.mainformList a{
	display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}
.mainformList .mainformIcon{
	width:15px;
}
@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
    }
}