.Contact-modal .modal-dialog{max-width:550px}@media only screen and (max-width:576px){.Contact-modal .modal-dialog{margin:1.5rem!important}}.Contact-modal .custom-modal-header h2{display:flex;flex-direction:column;color:#2d2d2e;font-size:26px;font-weight:700;gap:3px;text-align:center;justify-content:center}.Contact-modal .custom-modal-header h2 span{font-size:16px;font-weight:400}.Contact-modal .custom-modal-body{margin-top:1.5rem}.Contact-modal .custom-modal-body .selected-plan-details-wrapper{display:flex;flex-direction:column;gap:10px}.Contact-modal .custom-modal-body .selected-plan-details-wrapper p{font-size:14px;color:#2d2d2e}.Contact-modal .custom-modal-body .selected-plan-details-wrapper .selected-plan-details{background-color:#f9fafe;border:1px solid #eff0f5;padding:1rem;border-radius:8px;display:flex;flex-direction:column;gap:8px}.Contact-modal .custom-modal-body .selected-plan-details-wrapper .selected-plan-details h2{font-size:16px;color:#2d2d2e;font-weight:700}.Contact-modal .custom-modal-body .selected-plan-details-wrapper .selected-plan-details h3{color:#0e53e2;font-size:36px;font-weight:600;display:flex;align-items:center;gap:5px}.Contact-modal .custom-modal-body .selected-plan-details-wrapper .selected-plan-details h3 span{font-size:.9rem;color:#2d2d2e;font-weight:500}.Contact-modal .custom-modal-body .selected-plan-details-wrapper .selected-plan-details p{color:#a3a3a3;font-size:12px}.Contact-modal .custom-modal-body .form-field .custom-select-field{position:relative}.Contact-modal .custom-modal-body .form-field .custom-select-field label{position:absolute;top:13px;left:10px;font-size:14px;color:#a3a3a3;pointer-events:none;transition:all .4s cubic-bezier(.25,.8,.25,1)}.Contact-modal .custom-modal-body .form-field .custom-select-field label.filled{top:4px;font-size:12px}.Contact-modal .custom-modal-body .form-field .input-field{width:100%;position:relative}.Contact-modal .custom-modal-body .form-field .input-field label{position:absolute;top:13px;left:10px;font-size:14px;color:#a3a3a3;pointer-events:none;transition:all .4s cubic-bezier(.25,.8,.25,1)}.Contact-modal .custom-modal-body .form-field .input-field label.filled{top:4px;font-size:12px}.Contact-modal .custom-modal-body .form-field .input-field .dropdown-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.Contact-modal .custom-modal-body .form-field .input-field input,.Contact-modal .custom-modal-body .form-field .input-field select,.Contact-modal .custom-modal-body .form-field .input-field textarea{width:100%;border:1px solid #e4e4e4;height:45px;border-radius:10px;font-size:14px;font-weight:500;padding:0 10px;outline:none;box-shadow:none;color:#555;background:#f9fafe;transition:all .4s cubic-bezier(.25,.8,.25,1)}.Contact-modal .custom-modal-body .form-field .input-field input::placeholder,.Contact-modal .custom-modal-body .form-field .input-field select::placeholder,.Contact-modal .custom-modal-body .form-field .input-field textarea::placeholder{color:#a3a3a3}.Contact-modal .custom-modal-body .form-field .input-field input.filled,.Contact-modal .custom-modal-body .form-field .input-field input:focus,.Contact-modal .custom-modal-body .form-field .input-field select.filled,.Contact-modal .custom-modal-body .form-field .input-field select:focus,.Contact-modal .custom-modal-body .form-field .input-field textarea.filled,.Contact-modal .custom-modal-body .form-field .input-field textarea:focus{padding-top:1rem}.Contact-modal .custom-modal-body .form-field .input-field input.filled+label,.Contact-modal .custom-modal-body .form-field .input-field input:focus+label,.Contact-modal .custom-modal-body .form-field .input-field select.filled+label,.Contact-modal .custom-modal-body .form-field .input-field select:focus+label,.Contact-modal .custom-modal-body .form-field .input-field textarea.filled+label,.Contact-modal .custom-modal-body .form-field .input-field textarea:focus+label{top:4px;font-size:12px}.Contact-modal .custom-modal-body .form-field .input-field input:-webkit-autofill,.Contact-modal .custom-modal-body .form-field .input-field select:-webkit-autofill,.Contact-modal .custom-modal-body .form-field .input-field textarea:-webkit-autofill{background-color:#f9fafe!important;-webkit-box-shadow:inset 0 0 0 1000px #f9fafe!important}.Contact-modal .custom-modal-body .form-field .input-field textarea{height:100px;resize:none}.Contact-modal .custom-modal-body .form-field .input-field select{padding-right:1.5rem}.Contact-modal .custom-modal-footer{display:flex;gap:1rem;justify-content:flex-end}.Contact-modal .custom-modal-footer button{max-width:150px;width:100%;outline:none;height:40px;font-size:14px;background:rgba(0,0,0,0);text-transform:capitalize;background:#0e53e2;white-space:nowrap;color:#fff;transition:all .5s;border:1px solid #0e53e2;padding:10px 15px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:10px}.Contact-modal .custom-modal-footer button:hover{background:#fff;color:#0e53e2;box-shadow:0 0 8px #0e53e2,0 0 15px #0e53e2;border-color:#0e53e2}