.mb__page-poly .content1 {
    min-height: 720px;
    width: 100%;
    display: block!important;
    z-index: 99999999999999;
}
.def-form-wrapper1 {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    /* border: .2rem solid #f8f9fa; */
    /* border-width: .2rem 0 0; */
    height: fit-content;
    /* border-radius: 15px; */
}
.success-message {
    color: green;
    font-weight: bold;
}

.error-message {
    color: red;
    font-weight: bold;
}
.def-form-wrapper1.row ,
.def-form-wrapper1 .row{
    width: 100% !important;
}

.form-floating>label {
    right: auto!important;
    left: 0!important;
    font-size: 1em;
    color: rgba(var(--bs-body-color-rgb),.75) !important;
    transform: scale(.85) translateY(-.5rem) translateX(1.25rem) !important;
}
.form-control.is-invalid, 
.was-validated .form-control:invalid,
.form-control.is-valid, 
.was-validated .form-control:valid {
    background-position: right calc(.375em + .1875rem) center!important;
}
.form-switch.form-switch-sm label {
    margin-top: .1em;
    cursor: pointer;
}
.form-switch.form-switch-m label {
    margin-top: .2rem;
    cursor: pointer;
}
.form-switch.form-switch-lg label {
    margin-top: .4rem;
    cursor: pointer;
}
.form-switch.form-switch-xl label {
    margin-top: .8rem;
    cursor: pointer;
}

.form-select-lg{
    font-size: 1rem;
}

.form-check.form-check-inline input {
    float: left !important;
    margin-right: .5em;
    vertical-align: middle;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}


.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}


.form-switch.form-switch-lg .form-check-input {
  height: 1.75rem;
  width: calc(2.5rem + 0.75rem);
  border-radius: 3rem;
}


.form-switch.form-switch-xl .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-floating>label {
    padding: .8rem 0rem;
 
}
.form-select {
    background-position: right .75rem center;
    padding: .375rem 1rem .375rem 2.25rem;
 }

 .dltr{
     direction: ltr;
 }

.isreq label:after {
    content: '*' !important;
    color: red;
    background-color: transparent !important;
    position: static !important;
    inset: unset !important;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
     background-color: transparent !important;

}
.side-contact-img {
    width: 25%;
    height: 30rem;
    overflow: hidden;
    margin-bottom: 0;
}
.side-contact-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}