form input,
form select {
    width: 45%;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 1550px) {

    form input,
    form select {
        width: 45% !important;
    }
}




@media only screen and (max-width: 1100px) and (min-width: 700px) {

    form input,
    form select {
        width: 46%;
        margin: 6px;
    }
}

.modal-head-background {
    background-color: #182132;
}

.modal-header .btn-close {
    margin: inherit !important;
}

.modal-footer {
    justify-content: center !important;
}

@media (min-width: 576px) {
    .modal-body-p {
        font-size: 23px;
    }

    .modal-body-p1 {
        font-size: 16px;
    }

    .service-modal-body {
        display: flex;
        gap: 20px;
        align-items: flex-start
    }

    .modal-body-img {
        width: 206px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 5px;
    }

    .modal-body {
        padding: 25px;
    }

    .modal-dialog {
        max-width: 580px !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-body-p {
        font-size: 18px;
        margin-top: 10px;
    }

    .modal-body-p1 {
        font-size: 14px;
    }

    .modal-body-img {
        width: 270px;
        object-fit: cover;
        border-radius: 5px;
    }
}