/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2025 | 07:26:34 */
.custom-select-wrapper {
            position: relative !important;
            display: inline-block;
            user-select: none;
        }

        .custom-select-wrapper select {
            display: none;
        }

        .custom-select,
        #wpforms-302-field_14,  .custom-select,
        #wpforms-40912-field_14 {
            position: relative;
            display: inline-block;
        }

div#wpforms-40912-field_11-container {
    width: 49%;
    float: left;
    clear: inherit;
}

div#wpforms-40912-field_12-container {
    width: 49%;
    float: right;
    clear: inherit;
}
.custom-select.opened .custom-options, #wpforms-40912-field_14.opened .custom-options {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    transform: translateY(0) !important;
    z-index: 9;
}


        .custom-select-trigger {
            position: relative !important;
            display: block !important;
            width: 370px !important;
            padding: 0 22px 0 22px !important;
            font-size: 16px !important;
            font-weight: 400 !important;
            color: #fff !important;
            line-height: 46px !important;
            background: #192B3A !important;
            border-radius: 16px !important;
            cursor: pointer !important;
        }
div#wpforms-302-field_12-container .custom-select-trigger {
    width: 181px !important;
}
div#wpforms-40912-field_12-container .custom-select-trigger {
    width: 181px !important;
}
        .custom-select-trigger:after {
            position: absolute !important;
            display: block !important;
            content: "" !important;
            width: 10px !important;
            height: 10px !important;
            top: 50% !important;
            right: 15px !important;
            margin-top: -3px !important;
            border-bottom: 1px solid #fff !important;
            border-right: 1px solid #fff !important;
            transform: rotate(45deg) translateY(-50%) !important;
            transition: all 0.2s ease-in-out !important;
            transform-origin: 50% 0 !important;
        }

        .custom-select.opened .custom-select-trigger:after,
        #wpforms-302-field_14.opened .custom-select-trigger:after {
            margin-top: 3px;
            transform: rotate(-135deg) translateY(-50%) !important;
        }
.custom-select.opened .custom-select-trigger:after,
        #wpforms-40912-field_14.opened .custom-select-trigger:after {
            margin-top: 3px;
            transform: rotate(-135deg) translateY(-50%) !important;
        }

        .custom-options {
            position: absolute !important;
            display: block !important;
            top: 50px !important;
            left: 0 !important;
            right: 0 !important;
            min-width: 100% !important;
            margin-top: -15px !important;
            border-radius: 0px 0px 16px 16px !important;
            box-sizing: border-box;
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
            background: #192B3A !important;
            transition: all 0.4s ease-in-out !important;
            opacity: 0 !important;
            visibility: hidden !important;
            pointer-events: none;
            transform: translateY(-15px) !important;
        }

        .custom-select.opened .custom-options,
        #wpforms-302-field_14.opened .custom-options {
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: all !important;
            transform: translateY(0) !important;
        }
.custom-select.opened .custom-options,
        #wpforms-40912-field_14.opened .custom-options {
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: all !important;
            transform: translateY(0) !important;
        }


        .option-hover:before {
            background: #192B3A;
        }

        .custom-option {
            position: relative !important;
            display: block !important;
            padding: 0 22px !important;
            font-size: 16px !important;
            font-weight: 500 !important;
            color: #b5b5b5;
            line-height: 30px;
            cursor: pointer;
            transition: all 0.4s ease-in-out !important;
        }

        .custom-option:hover {
            color: #66D67D;
        }

        .custom-option:first-of-type {
            margin-top: 10px;
        }

        .custom-option:last-of-type {
            border-bottom: 0;
            border-radius: 0 0 4px 4px;
        }

        .custom-option:hover,
        .custom-option.selection {
            background: #ffffff00;
        }

#wpforms-form-40912 .custom-option {
    position: relative !important;
    display: block !important;
    padding: 0 22px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #b5b5b5;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.4s ease-in-out !important;
}

#wpforms-form-40912 .switch-field ul {
    display: inline-block !important;
    overflow: hidden !important;
    background-color: #192B3A !important;
    border-radius: 50px;
    height: 40px;
}

button#wpforms-submit-40912 {
    background-color: #66D67D;
    border: none;
    display: block;
    padding: 10px 60px;
    font-size: 18px;
    border-radius: 50px;
    text-transform: uppercase;
	 margin-top: -40px;
}


button#wpforms-submit-40933 {
    background-color: #66D67D;
    border: none;
    display: block;
    padding: 10px 60px;
    font-size: 18px;
    border-radius: 50px;
    text-transform: uppercase;
    width: 100%;
    min-width: 325px;
    margin-top: 45px !important;
}

button#wpforms-submit-40932 {
    background-color: #66D67D;
    border: none;
    display: block;
    padding: 10px 60px;
    font-size: 18px;
    border-radius: 50px;
    text-transform: uppercase;
    width: 100%;
    min-width: 325px;
    margin-top: 45px !important;
}


div.wpforms-container-full #wpforms-form-40912 .wpforms-list-inline ul li {
    display: inline-block !important;
    vertical-align: top !important;
    margin: 8px 3px 5px 4px!important;
}

.dropdown-menu .elementor-icon-box-title {
    line-height: 100%;
}