.form-design-contact {
    background: #f7f7f7;
    padding: 20px;
    box-shadow: 0 5px 15px 0 rgba(255, 255, 255, 0.6);
    float: left;
    border-radius: 20px;
}

.main-contact-form-area {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.main-contact-form-area.pdtop90 {
    padding-top: 90px;
}

.main-contact-form-area .sec-title {
    margin-top: -12px;
}

.text-booking {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    margin-left: 7px;
    color: #858585;
    margin-bottom: 5px;
    width: 100%;
}

.default-form input {
    background: #fff;
    border: 1px solid #ececec;
    color: #999999;
    font-size: 14px;
    height: 50px;
    margin-bottom: 50px;
    padding: 6px 12px;
    width: 100%;
    transition: all 500ms ease;
}

.default-form textarea {
    background: #fff;
    border: 1px solid #ececec;
    color: #999999;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 12px;
    width: 100%;
    transition: all 500ms ease;
}

.book-button {
    float: left;
    background: #00405e;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.book-button:hover {
    background: #333;
}

.panel-list-btn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.panel-list-btn p {
    color: #999;
}

.panel-list-btn input {
    display: none;
}

.panel-list-btn input[type=checkbox]+label {
    width: 100%;
    position: relative;
    z-index: 10;
    float: left;
    border: 1px solid #d7d7d7;
    color: #333;
    padding: 10px 3px 0 3px !important;
    margin-bottom: 0;
    min-height: 75px;
}

.panel-list-btn input[type=checkbox]:hover+label {
    width: 100%;
    float: left;
    border: 1px solid #66bb6a;
}

.panel-list-btn input[type=checkbox]:checked+label {
    width: 100%;
    float: left;
    background: #006df0;
    color: #fff;
    padding: 10px 3px;
}

.form-group img {
    width: auto;
}

.panel-list-btn input[type=radio]+label {
    width: 100%;
    float: left;
    border: 1px solid #d7d7d7;
    color: #333;
    padding: 10px 3px !important;
    margin-bottom: 0;
}

.panel-list-btn input[type=radio]:hover+label {
    width: 100%;
    float: left;
    border: 1px solid #66bb6a;
}

.panel-list-btn input[type=radio]:checked+label {
    width: 100%;
    float: left;
    background: #006df0;
    color: #fff;
    padding: 10px 3px;
}

.panel-list-btn1 {
    width: 100%;
    float: left;
    text-align: center;
}

.panel-list-btn1 a {
    width: 100%;
    float: left;
    background: #d7d7d7;
    color: #000;
    padding: 10px 3px;
}

.panel-list-btn1 a i {
    margin-top: 2px;
}

.panel-list-btn input[type="checkbox"]+label::after {
    display: none;
}

.panel-list-btn input[type="checkbox"]+label::before {
    display: none;
}

.panel-list-btn input[type="radio"]+label::after {
    display: none;
}

.panel-list-btn input[type="radio"]+label::before {
    display: none;
}

.select {
    padding: 6px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ececec;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    line-height: 34px;
}

select:focus {
    border-color: #3452ff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    transition: all 500ms ease;
}