/*

Plugin Name: Multi Drop Down Mobile menu
version: 1.0
Author: Sujon Mahamud
Desc: 



*/

/*Base css*/

@media screen and (max-width: 769px) {
    * {
        margin: 0;
        padding: 0;
    }
    body {
        font-size: 16px;
        font-family: "arial", sans-serif;
    }

    a,
    a:hover {
        outline: none;
        text-decoration: none;
    }

    ul,
    li {
        list-style: none;
    }

    .mobile-logo {
        width: 22%;
    }
    /*Menu Css*/

    .mobile-logo a {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
    }

    .mobile-logo-unick {
        margin-top: -30px;
        margin-bottom: 10px;
    }

    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 17px 0;
        z-index: 999;
        background: #fff;
    }

    .mobile-header.mobile-header-main {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 17px 0;
        z-index: 999;
        background: #070127;
    }

    .mobile-header-elements {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-nav-icon {
        font-size: 23px;
        border: 1px solid;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        color: #ffffff;
    }

    .mobile-nav-icon {
        font-size: 23px;
        border: 1px solid;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        color: #ffffff;
    }

    .mobile-sidebar {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #070127;
        z-index: 9999;
        padding: 40px 30px;
        left: -100%;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }

    .mobile-sidebar .contact-icon {
        background: #fff;
    }

    .mobile-sidebar.mobile-menu-active {
        left: 0;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s;
        padding-top: 55px;
        max-height: 100%;
        overflow-y: scroll;
    }

    .menu-close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 25px;
        color: #ffffff;
        cursor: pointer;
    }

    .mobile-nav li a {
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
        padding: 10px 0;
        display: block;
        font-weight: 600;
    }

    ul.mobile-nav-list {
        margin-top: 30px;
    }

    li.has-children {
        position: relative;
        z-index: 2;
    }

    span.mobile-nav-menu-icon {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
    }

    ul.mobile-menu-sub {
        display: none;
        position: relative;
        left: 0;
        padding-left: 10px;
        transition: all 0.3s;
    }

    ul.mobile-menu-sub.sub-menu-active {
        display: block;
        position: relative;
        transition: all 0.3s;
    }

    .mobile-nav li {
        position: relative;
        z-index: 2;
    }

    span.submenu-button {
        position: absolute;
        width: 100%;
        height: 44px;
        top: 0;
        left: 0;
        z-index: 3;
        transition: all 0.3s;
    }

    span.submenu-button:after,
    span.submenu-button:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 2px;
        background: #000;
        top: 12px;
        right: 9px;
        transition: all 0.3s;
    }

    span.submenu-button:before {
        height: 2px;
        width: 20px;
        right: 0px;
        top: 22px;
    }

    span.submenu-button.submenu-opened:after {
        visibility: hidden;
        opacity: 0;
    }

    .sub-menu {
        display: none;
        padding-left: 15px;
    }

    span.multi-drop-icon {
        position: absolute;
        right: 10px;
        width: 20px;
        height: 100%;
        top: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    ul.mobile-nav-list {
        max-height: 500px;
        overflow-y: scroll;
    }

    .single-footer.single-footer-menu.single-footer4 h3 {
        margin-bottom: 0;
    }

    .social.social4-menu.social4 {
        margin-top: 0;
    }

    a.mobile-menu-button.hash-nav {
        /* background: blue; */
        padding: 15px;
        border-radius: 5px;
        margin-top: 20px;
        border: 1px solid;
        text-align: center;
        margin-bottom: 20px;
    }
    .caption-top {
        margin-top: 55% !important;
    }
    .caption-top h5 {
        font-weight: 400;
        font-size: 45px !important;
        text-align: center;
        vertical-align: middle;
    }
    .carousel-control-prev {
        left: 15px !important;
    }
    .carousel-control-next {
        left: 70px !important;
    }
    .carousel-control-prev,
    .carousel-control-next {
        bottom: -20px !important;
    }
    .slider-text-bottom-left {
        font-size: 17px !important;
        margin-bottom: 40px;
        margin-left: -20px;
    }
    .heading1 h1,
    .heading1 p {
        text-align: center !important;
    }
    .heading1 p {
        font-size: 17px !important;
    }
    .sub-heading h1 {
        font-size: 26px !important;
    }
    .sub-heading p {
        font-size: 16px !important;
    }
    .spy {
        padding: 30px 0px 30px 0px !important;
    }
    .service-title {
        margin-top: 30px !important;
    }
    .single-footer-items {
        text-align: center;
    }

    .footer-social {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer-social a img {
        max-width: 40px;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .single-footer-items .contact-box {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }

    .single-footer-items .contact-box .icon {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .single-footer-items .contact-box .icon img {
        display: block;
        margin: 0 auto;
    }
    .footer1 .single-footer-items .contact-box .pera p {
        font-size: 14px !important;
    }
    .dropdown-text {
        margin-top: 20px;
    }
    .copyright-text {
        font-size: 15px;
    }

    .hero7 .row {
        flex-direction: column;
        text-align: center;
        align-items: center !important;
    }

    .hero7 .main-heading {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .hero7-images {
        margin-top: 20px;
        text-align: center;
    }

    .hero7-images img {
        max-width: 100%;
        height: auto;
    }
    .main {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }

    .main .aos-init {
        width: 100%;
    }

    .main > div:last-child {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .get-started {
        margin: 5px auto !important;
    }
    .plans-section {
        background-size: contain !important;
    }
    .service-img-first img {
        height: 60vh !important;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .service-heading h1 {
        font-size: 26px !important;
        text-align: center !important;
    }
    .service-heading p {
        font-size: 15px !important;
        text-align: center;
        margin-top: 10px;
        line-height: 25px !important;
        color: #9da2ad !important;
    }
    .list-unstyled li span {
        font-size: 15px !important;
        margin-top: 10px !important;
    }
    .theme-btn20,
    .theme-btn18 {
        border-radius: 10px !important;
        margin: 0px 10px;
        padding: 10px 12px !important;
    }
    .selected-date {
        font-size: 14px !important;
        font-weight: 800 !important;
    }
    .time-text {
        font-size: 10px;
    }
    .heading,
    .small-text,
    .small-red-text {
        font-size: 9px !important;
    }
    .f1-boxes {
        text-align: center !important;
        border-radius: 10px;
        padding: 2px !important;
        border: 1px solid #ccc;
        display: flex;
        font-size: 13px !important;
        align-items: center;
        justify-content: center;
    }
    .f1-boxes i{
        padding: 10px !important;
    }
    .contact-space{
        margin-top: 10%;
    }
    .bg-color{
        margin-top: 10%;
    }
}

.mobile-menu-a a {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.mobile-menu-icon-box {
    display: flex;
    align-items: start;
    padding: 5px 0;
}

.mobile-menu-icon {
    padding-right: 8px;
}

.mobile-menu-social h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}
