.elementor-18995 .elementor-element.elementor-element-d2792b2{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-99000c6 */.elementor-18995 .elementor-element.elementor-element-99000c6 input:valid,
        .elementor-18995 .elementor-element.elementor-element-99000c6 select:valid {
            background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="green"><path d="M9.281 14.719l-4.5-4.5 1.406-1.406L9.28 12.313l7.313-7.312 1.407 1.406z"/></svg>');
            background-repeat: no-repeat;
            background-position: right center;
        }

        .elementor-18995 .elementor-element.elementor-element-99000c6 input:valid {
            background-size: 30px 25px;
            padding-right: 30px;
        }

        .elementor-18995 .elementor-element.elementor-element-99000c6 select:valid {
            background-size: 50px 25px;
            padding-right: 50px;
        }

        input:focus:invalid,
        select:focus:invalid {
            border-color: #ffa525 !important;
        }

        input,
        input[type="password"],
        textarea,
        select {
            outline: none;
        }

        input:required:valid,
        select:required:valid {
            border-color: #17e817 !important;
        }

        .hide {
            display: none !important;
        }

        .form-row {
            position: relative;
            margin: 0 auto;
            width: 100%;
        }

        .form-column {
            width: 100%;
        }

        #spinnerLoader {
            position: absolute;
            z-index: 99999;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            background-color: #b4b4b58c;
            display: none;
        }

        .loader {
            width: 48px;
            height: 48px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
        }

        .loader::after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 50%;
            top: 0;
            background: #ff3d00;
            width: 3px;
            height: 24px;
            transform: translateX(-50%);
        }

        @keyframes rotation {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* form */
        .form-container {
            min-width: 100%;
            border-radius: 20px;
            margin: auto;
            padding: 0px;
            box-sizing: border-box;
        }

        input,
        select {
            width: 100%;
            height: 50px;
            background: white;
            border: 1px solid #8692A6;
            border-radius: 6px;
            box-sizing: border-box;
            font-size: 15px;
            color: #222;
            margin: 10px 0;
        }

        .elementor-18995 .elementor-element.elementor-element-99000c6 input,
        .elementor-18995 .elementor-element.elementor-element-99000c6 select {
            padding-left: 10px;
        }

        .iti {
            width: 100%;
            margin: 10px 0;
        }

        .iti__selected-dial-code {
            color: #8692A6;
        }

        ::placeholder {
            font-weight: 300 !important;
            font-size: 14px !important;
            line-height: 13px !important;
            letter-spacing: 0.172571px;
            color: #8692A6 !important;
            padding-left: 10px !important;
        }

        strong {
            font-weight: 600 !important;
        }

        .form-button {
            background: #31B826;
            border-radius: 6px;
            width: 100%;
            height: 50px;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            text-transform: capitalize;
            color: #F2F3F7;
            cursor: pointer;
            margin-top: 20px;
            border: none;
        }

        .form-button:hover {
            background: #3ecf31;
        }

        .form-notification {
            margin-top: 20px;
        }

        .form-notification p,
        .risk-container {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.172571px;
            color: #222;
            margin: 6px 0;
        }

        .form-notification p:first-child,
        #errorLabel {
            font-size: 14px;
            line-height: 22px;
            font-weight: 600;
        }

        #errorLabel {
            margin: 0;
        }

        .form-notification p:first-child {
            margin: 0 0 17px 0;
        }

        .form-notification a {
            color: #0052cc;
            font-weight: 600;
        }

        .suggested-notification,
        #suggestedCountry {
            font-weight: 500;
            letter-spacing: 0.172571px;
            color: #222;
            margin: 5px 0px;
            font-size: 11px;
            line-height: 16px;
        }

        #suggestedCountry a {
            color: #0A4FFF;
        }

        #errorLabel {
            color: #ed1c24;
            text-align: center;
            font-size: 11px;
        }

        .suggested-notification>div {
            border: 1px solid #8692a6;
            padding: 5px;
            border-radius: 5px;
        }

        .suggested-notification div {
            margin-bottom: 5px !important;
        }

        .suggested-country a {
            text-decoration: underline;
        }

        .risk-container {
            text-align: center;
            margin-top: 14px;
            color: #222;
        }

        @media only screen and (max-width: 600px) {
            .form-container {
                max-width: 95%;
            }

            .form-row {
                padding: 0px!important;
            }

            .header-of-form {
                margin-bottom: 10px;
            }

            input,
            select {
                width: 100%;
            }

            .input-wrap {
                padding: 5px 0;
            }

            .form-notification p,
            .risk-container {
                font-size: 10px;
                line-height: 15px;
            }

            .form-notification p:first-child {
                margin: 10px 0px;
            }

            .suggested-country,
            .suggested-notification {
                font-size: 9px;
                line-height: 15px;
            }
        }/* End custom CSS */