.ac-content_widget
    *
    :not(
        .wp-core-ui,
        .wp-editor-wrap,
        .tmce-active,
        .wp-editor-tools,
        .hide-if-no-js,
        .wp-media-buttons,
        .button,
        .insert-media,
        .add_media,
        .wp-media-buttons-icon,
        .wp-editor-tabs,
        .wp-switch-editor,
        .switch-tmce,
        .switch-html,
        .wp-editor-container,
        .quicktags-toolbar,
        .mce-tinymce,
        .mce-container,
        .mce-panel,
        .mce-container-body,
        .mce-stack-layout,
        .mce-top-part,
        .mce-stack-layout-item,
        .mce-first,
        .mce-menubar,
        .mce-toolbar,
        .mce-flow-layout,
        .mce-widget,
        .mce-btn,
        .mce-menubtn,
        .mce-flow-layout-item,
        .mce-btn-has-text,
        .mce-txt,
        .mce-caret,
        .mce-last,
        .mce-toolbar-grp,
        .mce-btn-group,
        .mce-disabled,
        .mce-ico,
        .mce-i-undo,
        .mce-i-redo,
        .mce-i-bold,
        .mce-i-italic,
        .mce-i-alignleft,
        .mce-i-aligncenter,
        .mce-i-alignright,
        .mce-i-alignjustify,
        .mce-i-outdent,
        .mce-i-indent,
        .mce-edit-area,
        .mce-statusbar,
        .mce-path,
        .mce-path-item,
        .mce-resizehandle,
        .mce-i-resize,
        .mce-branding,
        .mce-label,
        .wp-editor-area
    ) {
    /* font-family: 'Baloo Thambi 2', sans-serif !important;
*/
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    border: none;
    box-sizing: border-box !important;
}
.ac-thumbnail_multiple {
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#multi_images_container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.ac-field input,
.ac-field select,
.ac-field textarea {
    padding: 13px 20px !important;
    background-color: white !important;
    border: 1px solid #a4bfde66 !important;
    border-radius: 10px !important;
    color: black !important;
    width: 100% !important;
    min-height: 50px;
}
.ac-field input:-webkit-autofill,
.ac-field input:-webkit-autofill:focus,
.ac-field input:-webkit-autofill:hover,
.ac-field input:-webkit-autofill:active {
    -webkit-box-shadow: inset 0 0 0 50px white;
    -webkit-text-fill-color: #333;
}
.ac-field label:not(.ac-not_label) {
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    font-size: 15px;
    font-weight: 500;
    background: white;
    padding: 0 5px !important;
    color: #495665;
    transition: all 0.3s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ac-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.ac-grid [class*="col-"] {
    box-sizing: border-box;
    padding: 15px 10px !important;
    min-height: 1px;
    position: relative;
    width: 100%;
}
.ac-content_widget .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.ac-content_widget .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.ac-content_widget .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.ac-content_widget .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.ac-content_widget .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.ac-content_widget .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.ac-content_widget .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.ac-content_widget .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.ac-content_widget .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.ac-content_widget .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.ac-content_widget .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.ac-content_widget .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.ac-content_widget .ac-row {
    margin: 0 -10px;
}
.ac-dflex{
    display: flex;
}
@media screen and (max-width: 900px) {
    .ac-content_widget .ac-grid {
        gap: 10px;
    }
    .ac-content_widget .col-md-1 {
        flex: 0 0 calc(100% / 12 * 1) !important;
        max-width: calc(100% / 12 * 1) !important;
    }
    .ac-content_widget .col-md-2 {
        flex: 0 0 calc(100% / 12 * 2) !important;
        max-width: calc(100% / 12 * 2) !important;
    }
    .ac-content_widget .col-md-3 {
        flex: 0 0 calc(100% / 12 * 3) !important;
        max-width: calc(100% / 12 * 3) !important;
    }
    .ac-content_widget .col-md-4 {
        flex: 0 0 calc(100% / 12 * 4) !important;
        max-width: calc(100% / 12 * 4) !important;
    }
    .ac-content_widget .col-md-5 {
        flex: 0 0 calc(100% / 12 * 5) !important;
        max-width: calc(100% / 12 * 5) !important;
    }
    .ac-content_widget .col-md-6 {
        flex: 0 0 calc(100% / 12 * 6) !important;
        max-width: calc(100% / 12 * 6) !important;
    }
    .ac-content_widget .col-md-7 {
        flex: 0 0 calc(100% / 12 * 7) !important;
        max-width: calc(100% / 12 * 7) !important;
    }
    .ac-content_widget .col-md-8 {
        flex: 0 0 calc(100% / 12 * 8) !important;
        max-width: calc(100% / 12 * 8) !important;
    }
    .ac-content_widget .col-md-9 {
        flex: 0 0 calc(100% / 12 * 9) !important;
        max-width: calc(100% / 12 * 9) !important;
    }
    .ac-content_widget .col-md-10 {
        flex: 0 0 calc(100% / 12 * 10) !important;
        max-width: calc(100% / 12 * 10) !important;
    }
    .ac-content_widget .col-md-11 {
        flex: 0 0 calc(100% / 12 * 11) !important;
        max-width: calc(100% / 12 * 11) !important;
    }
    .ac-content_widget .col-md-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 576px) {
    .ac-content_widget .col-sm-1 {
        flex: 0 0 calc((100% / 12 * 1) - 5px) !important;
        max-width: calc((100% / 12 * 1) - 5px) !important;
    }
    .ac-content_widget .col-sm-2 {
        flex: 0 0 calc((100% / 12 * 2) - 5px) !important;
        max-width: calc((100% / 12 * 2) - 5px) !important;
    }
    .ac-content_widget .col-sm-3 {
        flex: 0 0 calc((100% / 12 * 3) - 5px) !important;
        max-width: calc((100% / 12 * 3) - 5px) !important;
    }
    .ac-content_widget .col-sm-4 {
        flex: 0 0 calc((100% / 12 * 4) - 5px) !important;
        max-width: calc((100% / 12 * 4) - 5px) !important;
    }
    .ac-content_widget .col-sm-5 {
        flex: 0 0 calc((100% / 12 * 5) - 5px) !important;
        max-width: calc((100% / 12 * 5) - 5px) !important;
    }
    .ac-content_widget .col-sm-6 {
        flex: 0 0 calc((100% / 12 * 6) - 5px) !important;
        max-width: calc((100% / 12 * 6) - 5px) !important;
    }
    .ac-content_widget .col-sm-7 {
        flex: 0 0 calc((100% / 12 * 7) - 5px) !important;
        max-width: calc((100% / 12 * 7) - 5px) !important;
    }
    .ac-content_widget .col-sm-8 {
        flex: 0 0 calc((100% / 12 * 8) - 5px) !important;
        max-width: calc((100% / 12 * 8) - 5px) !important;
    }
    .ac-content_widget .col-sm-9 {
        flex: 0 0 calc((100% / 12 * 9) - 5px) !important;
        max-width: calc((100% / 12 * 9) - 5px) !important;
    }
    .ac-content_widget .col-sm-10 {
        flex: 0 0 calc((100% / 12 * 10) - 5px) !important;
        max-width: calc((100% / 12 * 10) - 5px) !important;
    }
    .ac-content_widget .col-sm-11 {
        flex: 0 0 calc((100% / 12 * 11) - 5px) !important;
        max-width: calc((100% / 12 * 11) - 5px) !important;
    }
    .ac-content_widget .col-sm-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.elementor-section{
    height: 1080px !important;
    max-height: 1080px !important;
}
body.post-template-default, main#content, div.page-content, .site-main{
    width: 1920px !important;
    max-width: 1920px !important;
}
.ac-text{
    margin: 0px;
}