/*
Theme Name:   DCG Child Theme
Description:  Child theme for the Astra theme
Template:     astra
Version:      1.0.0
Text Domain:  dcg-child-theme
*/

/* Add your custom CSS below this line */



    form.enquiry-popup-form .checkbox-inline, form.enquiry-popup-form  .radio-inline {
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

form.enquiry-popup-form .form-group {
    margin-bottom: 14px;
    border: 2px solid #00000054;
    border-radius: 10px;
}

form.enquiry-popup-form .form-group select {
    width: 100%;
    height: 33px;
    padding: 4px;
    background: #e3e8f8;
    margin-top: 5px;
    border-color: #00000045 !important;
}

p.labels {
    margin-bottom: 6px !important;
}

form.enquiry-popup-form input[type="radio"] {
    width: auto;
    margin-top: 0 !important;
    border-bottom: 0 !important;
    margin-right: 5px;
}

form.enquiry-popup-form .form-group label {
    font-size: 17px;
    top: -1px !important;
    display: inline-block;
    color: #004D40;
    transition: all .2s ease;
    z-index: 10;
    position: relative;
    pointer-events: none;
}

form.enquiry-popup-form button[type="submit"] {
    width: 100px !important;
}

form.enquiry-popup-form input {
    margin-top: 5px !important;
    padding: 2px 5px !important;
    border: 1px solid #00000045 !important;
}

.modal {
    z-index: 99999 !important;
}

.modal-content {
    background: #e3e8f8 !important; 
}

.modal-header {
    justify-content: center;
    padding: 20px 15px;
    border-color: #80010c;
}

.modal-title {
    position: absolute;
    font-size: 28px;
}

.modal-header button:hover {
    background-color: #ffe9b6;
}

.modal-body {
    padding: 20px;
}

@media (max-width: 767px) {
    form.enquiry-popup-form .form-group label {
      font-size: 15px !important;
}
   body {
        padding: 0 !important;
    }
}
