@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;
    }
}

.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;
}