.elementor-170 .elementor-element.elementor-element-1cb5706{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b4dc03e */* {
            box-sizing: border-box;
        }

        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;
        }

        #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 {
            width: 100%;
            background: transparent;
            border: none;
            margin: auto;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            max-width: 750px;
        }

        .form-row {
            display: flex;
            gap: 30px;
            padding-bottom: 30px;
        }

        .form-column {
            display: flex;
            flex-direction: column;
            width: 100%;
            position: relative;
        }

        label {
            color: #232323;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 5px;
            line-height: 24px;
        }

        .form-column label:after {
            content: " *";
            color: #FF4700;
        }

        input,
        select {
            font-weight: 500;
        }

        input,
        select,
        .iti {
            height: 48px;
            background: transparent;
            border-radius: 0px;
            box-sizing: border-box;
            font-size: 16px;
            color: #232323;
            margin: 0px;
            width: 100%;
        }

        input[type="text"],
        input[type="email"],
        input[type="password"],
        input[type="tel"],
        select {
            border: 1px solid #E5E4DB;
            padding-right: 40px;
            border-radius: 6px;
            padding-left: 10px;
            background: #fff;
        }

        .input-icon-right {
            position: absolute;
            right: 10px;
            top: 51px;
            transform: translateY(-50%);
            width: 25px;
            height: 16px;
            /* pointer-events: none; */
            opacity: 0.5;
            z-index: 99;
            cursor: pointer;
        }

        .input-icon-right.active {
            opacity: 1;
        }

        .iti {
            border: none;
        }

        .iti input[type=tel] {
            width: 100%;
        }

        .iti--separate-dial-code .iti__selected-flag {
            background-color: rgba(0, 0, 0, 0) !important;
        }

        .form-column .iti__arrow {
            margin-left: 0px;
            width: 15px;
            height: 15px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z" fill="%232B2137"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            border: none;
        }

        ::placeholder,
        select option:first-child {
            font-weight: 400 !important;
            font-size: 15px !important;
            color: #232323 !important;
            opacity: 0.5 !important;
        }

        strong {
            font-weight: 600 !important;
        }

        .form-row-button {
            display: flex;
            justify-content: center;
        }

        .form-button {
            background: #FF4700 !important;
            border-radius: 30px !important;
            max-width: 556px;
            width: 100%;
            height: 48px;
            cursor: pointer;
            margin-top: 48px;
            border: none;
            color: #fff !important;
            text-align: center;
            font-size: 18px !important;
            font-weight: 600 !important;
            padding: 20px 0 !important;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
        }

        .form-notification {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .form-notification div {
            display: flex;
        }

        .form-notification p {
            margin: 0;
            font-weight: 600;
            color: #232323;
            font-size: 16px;
            line-height: 150%;
        }

        .form-notification label,
        .form-notification label a {
            color: #232323;
            font-size: 16px;
            font-weight: 400;
            line-height: 130%;
            letter-spacing: 0.24px;
        }

        .form-notification label a {
            color: #232323;
            text-decoration: underline;
        }

        #errorLabel {
            font-size: 14px;
            line-height: 18px;
            font-weight: 600;
            margin: 0;
            color: #ed1c24;
            text-align: center;
        }

        @media (max-width: 1024px) {

            /* ::placeholder {
                font-size: 12px !important;
            } */

            input,
            select,
            .iti {
                height: 50px;
            }

            .form-row {
                gap: 25px;
                padding-bottom: 25px;
            }

            .form-button {
                height: 60px;
            }
        }

        @media (max-width: 600px) {
            .form-row {
                padding-bottom: 0;
                flex-direction: column;
                gap: 0;
            }

            .form-column {
                margin-bottom: 15px;
            }

            /* label {
                font-size: 14px;
                margin-bottom: 5px;
            } */

            /* input,
            select,
            .iti {
                height: 40px;
                font-size: 12px;
            } */

            .password-pattern {
                font-size: 10px;
                line-height: 15px;
            }

            .form-notification {
                gap: 7px;
                padding-top: 20px;
            }

            .form-notification label,
            .form-notification label a {
                font-size: 14px;
                line-height: 20px;
            }

            .form-button {
                height: 48px;
                width: 100%;
                margin-top: 20px;
            }

            .already-container,
            .already-container a {
                font-size: 14px;
                padding-top: 14px;
            }
        }/* End custom CSS */