/*
Theme Name: Doodle Elementor
Version: V.1.0
Author: Doodletech team
Author URI: doodletech.ae
Text Domain: doodleelementor
*/


html,
body {
    margin: 0px;
}

html *,
body * {
    margin: 0px;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    box-sizing: border-box;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
    box-sizing: border-box;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.d-block {
    display: block;
}

.w-100 {
    width: 100%;
    min-width: 100%;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.sevc_bnr {}

.sevc_bnr .lakit-bannerlist__content {
    position: unset !important;
}

.sevc_bnr .lakit-bannerlist__content-inner {
    position: unset !important;
}

.lst_abot .bdt-fancy-list-group li {
    display: flex;
}

.lst_abot .bdt-fancy-list-wrap {
    display: flex;
    width: 100%;
}


.lst_abot .bdt-fancy-list-content {
    flex: 1;
}

.wpcf7-textarea {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .small_menu .lakit-nav.lakit-nav--vertical {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .small_menu .menu-item {
        width: 50%;
        text-align: left;
        justify-content: left;
    }

    .small_menu .menu-item-link-top {
        text-align: left;
        justify-content: left !important;
    }
}

@media (max-width: 880px) {
    .grt_menu .menu-item {
        width: 100%;
    }

    .grt_menu .lakit-nav-link-inner {
        flex: 1;
    }
}