/*

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



*/

/*Base css*/
@media screen and (max-width: 767px) {
    .mobile-logo {
        width: 27% !important;
    }
    .image-wrapper,
    .image-wrapper_1 {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 40vh !important;
        overflow: hidden;
    }
    .main-image,
    .overlay-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover !important;
    }
    .text-overlay h1 span {
        color: #df5e2f;
        text-shadow: none !important;
        font-weight: bold;
        font-family: "Poppins", sans-serif;
    }
    .text-overlay h1 {
        font-size: 19px !important;
        font-family: "Poppins", sans-serif;
    }
    .text-overlay p {
        font-family: "Poppins", sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 23px !important;
    }
    .text-overlay {
        z-index: 2;
        color: rgb(0, 0, 0) !important;
        text-align: left;
        font-weight: 400;
        text-shadow: none !important;
    }

    .text-overlay_1 h1 span {
        color: #df5e2f;
        text-shadow: none !important;
        font-weight: bold;
        font-family: "Poppins", sans-serif;
    }
    .text-overlay_1 h1 {
        font-size: 25px !important;
        font-family: "Poppins", sans-serif;
    }
    .text-overlay_1 p {
        font-family: "Poppins", sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 23px !important;
    }
    .text-overlay_1 {
        z-index: 2;
        color: rgb(0, 0, 0) !important;
        text-align: left;
        font-weight: 400;
        text-shadow: none !important;
    }
    .gradiant_btn_2 {
        color: rgb(0, 0, 0) !important;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 10px;
        border: 1px solid rgb(0, 0, 0) !important;
    }
    .heading1 h2 {
        font-size: var(--f-fs-font-fs20) !important;
        line-height: normal !important;
        text-align: left !important;
    }
    .list-heading_3 h1 a {
    font-size: 17px !important;
}
    iframe{
  width:100%; 
  height:350px !important;
}
    .mob-text{
        text-align: center !important;
    }
    .slider-disc {
        font-size: 13px !important;
        text-align: left !important;
        line-height: 20px !important;
    }
    .carousel-inner img {
        height: 30vh !important;
    }
    .heading1.center-heading h2 {
        text-align: center !important;
        font-size: 24px !important;
    }
    .heading1.center-heading p {
        text-align: center !important;
        font-size: 13px !important;
    }
    .list-heading h1 {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
    .heading1 p {
        font-size: 13px !important;
        line-height: 20px !important;
        text-align: left !important;
    }
    .text-gradient span {
        font-size: 18px !important;
    }
    .text-gradient {
        font-size: 18px !important;
    }
    .text-title {
        font-size: 19px !important;
    }
    .footer1 .footer-logo {
        width: 40% !important;
        margin-bottom: 20px !important;
    }
    .heading1-w p {
        color: white;
        font-size: var(--f-fs-font-fs16) !important;
        line-height: 22px !important;
        font-weight: normal !important;
    }
    .footer-social {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-social a {
        display: inline-block;
    }
    .service-heading h1 {
        font-size: 16px !important;
    }
    .service-heading p {
        font-size: 14px !important;
        line-height: 22px;
    }
    .gradiant_btn,
    .gradiant_btn_2 {
        font-size: 16px !important;
    }
    .advantages-btn {
        font-size: 13px !important;
        padding: 10px 9px !important;
    }
    .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    /* .table tr th{
    width: 210px !important;
}
.table tr td{
    width: 210px !important;
} */
    .table {
        min-width: 1000px !important;
    }
}
@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;
    }

    /*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: transparent;
    }
    .mobile-header.mobile-header-main.scrolled {
        background: #224b9e;
        transition: background 0.3s ease;
    }

    .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: none;
        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: #fff;
        z-index: 9999;
        padding: 40px 30px;
        left: -100%;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }
    .mobile-nav {
        position: relative;
        top: 30%;
        text-align: center;
        background-color: #224b9e !important;
        color: white !important;
        border-radius: 10px !important;
    }

    .mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .fa-xmark {
        color: #224b9e;
    }
    .mobile-nav ul li {
        margin: 12px 0;
    }

    .mobile-nav ul li a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 500;
    }

    .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: #000;
        cursor: pointer;
    }

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

    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;
    }
}

.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;
}
