/*.popup-form {
    font-family: "Inter Tight", sans-serif;
}*/

.modal-backdrop.fade.show {
    background: #2b2b2b !important;
    opacity: 0.85 !important;
    z-index: 99998 !important;
}
.popup-form.modal {
    z-index: 99999 !important;
}
.popup-form .modal-content {
    background: transparent;
    border: none;
}


/* Popup Form Left Section */
.popup-form-left {
    background-color: #0a73cd;
    color: #fff;
    padding: 55px 40px;
    text-align: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    max-width: 484px;
}
/*.popup-form-left .form-logo {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}*/
.popup-form-left .left-text1 {
    color: #fff;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
    display: grid;
}
.popup-form-left .Blue-Divd50 {
    position: relative;
    width: 50px;
    height: 3px;
    background-color: #183974;
    margin: 25px auto;
}
.popup-form-left .left-text2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.popup-form-left .left-text3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}
/*.popup-form-left a.btn {
    font-size: 15px;
    font-weight: 600;
    color: #2b2b2b;
    border-radius: 3px;
    border-color: #ffffff;
    background-color: #ffffff;
    padding: 16px 50px;
    text-transform: uppercase;
    text-align: center;
}
.popup-form-left a.btn:hover {
    color: #0a73cd;
}*/



/* Popup Form Right Section */

.popup-form-right {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 50px 45px;
    box-shadow: 0px 0 50px rgba(01, 30, 61, 0.1);
    max-width: 540px;
}

.popup-form-right .row {
    --bs-gutter-x: 16px;
}
.popup-form-right .sec-head {
  position: relative;
  margin: 0 0 25px;
}
.popup-form-right .sec-head h3 {
  color: #2b2b2b;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.popup-form-right .sec-head p {
  color: #555a64;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 400;
}
.popup-form-right .sec-head .req-ind {
    color: #313745;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 15px;
}
.popup-form-right strong {
    color: #cf1919;
    font-size: 18px;
    display: inline-block;
}

.popup-form-right .form-group {
    margin-bottom: 16px;
}
/*.popup-form-right .form-group label {
    color: #0a1e46;
    font-size: 16px;
    margin-bottom: 5px;
}*/
.popup-form-right .form-control {
    font-size: 15px;
    padding: 12px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    color: #777a7c;
    background: #ffffff;
    /*box-shadow: 5px 0 10px rgba(35,73,131,0.15);*/
}
.popup-form-right .form-control:focus {
    box-shadow: none !important;
    border-color: #86b7fe !important;
    color: #212529 !important;
}
/*.popup-form-right .form-control:focus-visible {
    border: none !important;
    outline: none !important;
}*/

.popup-form-right form select {
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url('../images/select_arrow.png') no-repeat 95% 25px !important;
    word-wrap: normal;
    color: #777a7c;
}
.popup-form-right form select.form-control:not([size]):not([multiple]) {
    height: inherit !important;
}

.popup-form-right textarea {
    min-height: 116px;
}
.form-control:focus {
    border-color: #c9c9c9;
    box-shadow: 0px 3px 10px rgba(35,73,131,0.1);
    transition: all 0.3s ease 0s;
}
.form-control::placeholder {
    color: #777a7c;
    font-size: 15px;
}

.popup-form-right .submit-btn {
    background: #0a73cd;
    border-color: #0a73cd;
    border-radius: 3px;
    padding: 14px 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.popup-form-right .submit-btn:hover {
    background: #0d6efd;
    border-color: #0d6efd;
}


.popup-form-right .form-disclaimer {
    text-align: center;
    margin-top: 30px;
}
.popup-form-right .form-disclaimer p {
    color: #626c8e;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0px;
}
.popup-form-right .form-disclaimer p a {
    color: #0a73cd;
    font-weight: 600;
}

/* Close Button */
.popup-form .btn-close {
    opacity: 1;
    position: absolute;
    right: 2%;
    top: 3%;
    background: url("../images/close-popup.svg") no-repeat !important;
    width: 36px;
    height: 36px;
    padding: 0;
    z-index: 99999;
}
/*.popup-form .btn-close:hover {
    opacity: 1;
}*/
.popup-form .btn-close:focus {
    box-shadow: none;
}

.popup-form .p-lr-0 {
    padding-left: 0px; padding-right: 0px;
}

/*@media (min-width: 500px) and (max-width: 768px) {
    .popup-form .p-lr-0 {
        padding-left: 20px; padding-right: 20px;
    }
}*/

.msg.success-msg {
  color: #333;
  margin: 15px 0 5px 0;
  padding: 5px;
  text-align: center;
  border: 2px solid #42a263;
  font-size: 20px;
  font-weight: 600;
}
.msg.success-msg p {
  margin: 0;
}
.msg.error-msg {
  color: #333;
  margin: 15px 0 5px 0;
  padding: 5px;
  text-align: center;
  border: 2px solid red;
  font-size: 20px;
  font-weight: 600;
}
.msg.error-msg p {
  margin: 0;
}



@media (min-width: 768px) and (max-width: 1200px) {
    .popup-form .modal-lg, .popup-form .modal-xl {
        max-width: 90%;
    }
    .popup-form-left a.btn {
        padding: 16px 20px;
    }
    .popup-form-left .left-text1 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .popup-form .modal-lg, .popup-form .modal-xl {
        max-width: 95%;
    }
    .popup-form-left {
        padding: 30px 30px;
    }
    .popup-form-left a.btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    .popup-form-left .left-text1 {
        font-size: 20px;
    }
    .popup-form-left .left-text2 {
        font-size: 18px;
    }
    .popup-form-right {
        padding: 35px 30px 40px 30px;
    }
    .popup-form-right .sec-head h3 {
        font-size: 30px;
    }
    .popup-form .btn-close {
        height: 20px;
        width: 20px;
        right: 1%;
        top: 3%;
    }
}

@media (max-width: 767.98px) {
    .popup-form .modal-body {
        padding: 2rem 1rem;
    }
    .popup-form-left {
        border-radius: 10px;
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
        position: relative;
        padding: 50px 20px 50px 20px;
    }
    .popup-form-right {
        border-radius: 10px;
        z-index: 2;
        margin-top: -50px;
        padding: 80px 30px 50px 30px;
    }
    .popup-form .btn-close {
        height: 20px;
        width: 20px;
        right: 3%;
        top: 3%;
    }

}

@media (max-width: 576px) {
    .popup-form-left a.btn {
        padding: 16px 30px;
    }
    .popup-form-left .left-text1 {
        font-size: 20px;
    }
    .popup-form-left .left-text2 {
        font-size: 18px;
    }
    .popup-form-right .sec-head h3 {
        font-size: 28px;
    }
    .popup-form-right .sec-head p {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .popup-form-left a.btn {
        padding: 16px 10px;
        font-size: 14px;
    }
   /* .popup-form-left {
        padding: 40px 20px;
    }
    .popup-form-right {
        padding: 40px 30px;
    }*/
}

/*@media (max-width: 992px) {
    .popup-form .modal-dialog {
        max-width: 100%;
    }

    .popup-form .modal-lg, .popup-form .modal-xl {
        max-width: 900px;
    }
}*/