@media (min-width: 768px) {
    #customTourModalLabel {
        font-size: 35px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    #healthCareModalLabel {
        font-size: 35px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    #customTourModalLabel .modal-title.h1,
    .modal-title.display-5,
    .h1,
    .display-5 {
        font-size: inherit !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

#customTourModal #healthCareModal .modal-header {
    border-bottom: none !important;
}

#customTourModal .modal-header .btn {
    margin-bottom: 0 !important;
}

#healthCareModal .modal-header .btn {
    margin-bottom: 0 !important;
}

/* alttaki svg için */
#customTourModal .mt-6 {
    margin-top: 0rem !important;
}

#healthCareModal .mt-6 {
    margin-top: 0rem !important;
}

/* title altındaki line yüksekliği için */
#customTourModal .mt-4{
    margin-top: 1.2rem !important;
}

#healthCareModal .mt-4 {
    margin-top: 1.2rem !important;
}

#customTourModal select,
#customTourModal input,
#customTourModal textarea,
#customTourModal .choices__inner,
#customTourModal .form-select,
#customTourModal .form-control {
    font-size: medium !important;
}

#healthCareModal select,
#healthCareModal input,
#healthCareModal textarea,
#healthCareModal .choices__inner,
#healthCareModal .form-select,
#healthCareModal .form-control {
    font-size: medium !important;
}

#healthCareModal .js-choice {
    border: none;
    margin-bottom: 0px;
}

#customTourModal .js-choice {
    border: none;
    margin-bottom: 0px;
}