/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.lineHeadings {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    right: 65px !important;
}

.lineHeadings .center {
        top: 50%;
        left:50%;
    transform: translate(50%, 50%);
}

.laywerform .elementor-field-group:not(.elementor-field-type-checkbox):not(.elementor-field-type-textarea) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: end;
    gap: 3px;
}

.laywerform .elementor-field-type-checkbox {
    margin-top: 50px;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px !important;
}

.laywerform .elementor-field-type-checkbox label {
    font-size: 55px;
}

.laywerform .elementor-field-type-checkbox .elementor-field-subgroup {
    justify-content: center;
    gap: 50px;
}

.laywerform .elementor-field-type-checkbox .elementor-field-subgroup label {
    font-size: 30px !important;
    color: #DBC274 !important;
}

.laywerform .elementor-field-type-textarea {
    margin-bottom: 50px !important;
}
.laywerform a {
    color: #DBC274 !important;
}
.laywerform .elementor-field-type-checkbox input[type="checkbox"] {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    box-sizing: content-box !important;
    flex-shrink: 0;
    cursor: pointer;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #DBC274;
    border-radius: 3px;
}

/* Checkmark when checked */
.laywerform .elementor-field-type-checkbox input[type="checkbox"]:checked {
    background-color: transparent;
    border-color: #DBC274;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23DBC274' stroke-width='2' d='M2 8l4 4 8-8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
@media screen and (min-width: 768px) {
	.privacy.Inters {
    position: absolute !important;
    left: 0 !important;
    bottom: 100px!important;
}
}


@media (max-width: 900px) {
.laywerform .elementor-field-type-checkbox .elementor-field-subgroup label {
    font-size: 18px !important;
}

.laywerform .elementor-field-type-checkbox input[type="checkbox"] {
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
}

.laywerform .elementor-field-type-checkbox .elementor-field-subgroup {
    gap: 25px;
}

.laywerform .elementor-field-type-checkbox input[type="checkbox"]:checked {
    background-size: 10px;
}

.laywerform .elementor-field-type-checkbox {
    gap: 20px;
}

.laywerform .elementor-field-type-checkbox {
    margin-top: 20px;
    margin-bottom: 35px !important;
}

.lineHeadings {
    right: 0 !important;
}

.noBr br {
    display: none !important;
}

}