.form_start input,
.form_start select,
.form_start textarea {
    border: 1px solid #6a6a6a59;
    border-radius: 3px;
}

hr {
    background: #D8D8D8;
}

.cusotm_banner.houseing_assistance {
    background-image: url(../img/house1.png) !important;
    background-position: center right !important;
}

.select_doctor {
    display: flex;
    height: 41px;
    gap: 41px;
    align-items: center;
}

/* Custom Check Box Start Here */
.custom_check_box1 {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Poppins-Regular";
    font-size: 12px !important;
    margin-bottom: 0px !important;
    color: #CFCCD2 !important;
    text-align: start;
}
/* Hide the browser's default checkbox */
.custom_check_box1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_check_box1 .checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border: 1px solid #6a6a6a59;
    border-radius: 2px;
    background: transparent;
}

section.checkout_section .checkout_start .save_details {
    margin-top: 14px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_check_box1 input:checked~.checkmark1 {

    background: #1190CB;
}

.custom_check_box1 input:checked~.checkmark1:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_check_box1 .checkmark1:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom Check Box End Here */
.select_2 {
    background-image: url(../img/select3.png) !important;
    background-size: 12px !important;
    background-position: center right 14px !important;
}
.appartmen_reservation {
    background-image: url(../img/bannner_cus.png) !important;   
}
@media (min-width: 1200px){
    .appartmen_reservation {
        height: 310px !important;
    }
}