.reg-modal-content {
    width: 35%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    height: 80vh;
    z-index: 9999;
    transform: none;
    display: flex;
    align-items: center;
    height: fit-content;
}

.reg-modal-body {
    display: block;
}

.reg-title {
    color: #000249;
    text-align: center;
}

.reg-form-control {
    padding: 7px 10px;
    border: 0.5px solid #e2eef2;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    color: #616c71;
    outline: none;
}

    .reg-form-control:focus {
        outline: none;
    }

input {
    padding: 0;
}

.reg-pop-inputWrapper select {
    padding: 10px;
    margin-bottom: 10px;
}

.btn-enquire {
    background: #000249;
    color: #fff;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

    .btn-enquire:hover {
        background: #000249;
        color: #fff;
    }

.enquire-btn-wrapper {
    display: flex;
    justify-content: center;
}

/* .modal.show .modal-dialog {
  transform: none;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 80vh;
} */

.quick-equiry-btn-close {
    border: none;
}

.quick-equiry-btn-close-icon {
    position: absolute;
    top: -7px;
    right: -3px;
    background-color: #dd1717;
    opacity: 0.9;
    color: #fff !important;
    padding: 2px !important;
    border: none;
    border-radius: 50% !important;
    z-index: 100;
}

.req-errors {
    font-size: 13px;
    color: #dd1717;
    padding-left: 10px;
    margin-bottom: 0px;
}

@media (max-width: 576px) {
    .reg-modal-content {
        width: 100%;
        overflow-y: scroll;
        padding-left: 0 !important;
    }
    /* .modal-content {
    margin: 10px;
  } */
    .quick-equiry-btn-close-icon {
        right: -5px;
        top: -6px
    }

    input::placeholder {
        font-size: 13px !important;
    }

    select {
        font-size: 13px;
    }

    .reg-form-control {
        font-size: 13px;
    }

    .btn-enquire {
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .reg-modal-content {
        width: 48%;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
}

@media (min-width: 1400px) and (max-width: 1920px) {
}
