@media screen and (max-width: 768px) {


    .modal-left.img-content h3 {
        font-weight: 600 !important;
    }

    .model-card-pop-up button,
    .model-card-pop-up .join-ybf {
        width: 62% !important;
        font-size: 12px;
    }

    .footer .copyright {
        padding-top: 4px;
        text-align: center;
        display: block;
    }

    .footer .copyright p {
        font-size: 13px;
        text-align: center;
    }

    .popup-h2 {
        margin-bottom: 16px !important;
        font-size: 16px !important;
    }

    .custom-founder-row {
        flex-direction: column;
    }

    .custom-founder-title {
        font-size: 32px;
    }

    .custom-founder-name {
        font-size: 20px;
    }

    .custom-founder-description {
        font-size: 13px;
    }

    .custom-founder-button {
        padding: 10px 20px;
    }

    .custom-founder-text .content-max {
        width: 166px;
    }

    .custom-founder-text {
        padding: 0px;
        margin-left: -10px;
        margin-bottom: -35px;
    }

    .custom-blogs-heading {
        font-size: 36px;
    }

    .custom-blogs-description {
        font-size: 16px;
    }

    .custom-blogs-image,
    .custom-blogs-text {
        padding: 10px;
    }

    .custom-blogs-text .content-max {
        width: 166px;
    }

    .blog-wrapper-content {
        flex-direction: column-reverse;
    }

    .custom-blogs-container {
        padding: 0px;
    }

    .custom-event-heading {
        font-size: 48px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        color: #3173b6;
        opacity: 0.1;
        margin-bottom: -20px;
    }

    .custom-event-image {
        padding: 0;
        margin-bottom: 20px;
    }

    .event-wrapper-content {
        flex-direction: column-reverse;
    }

    .blogs-sub-text {
        font-size: 14px;
    }

    .blogs-main-title,
    .custom-founder-title {
        font-size: 28px;
    }

    .custom-event-container {
        padding: 0px;
    }

    .custom-about-heading {
        font-size: 28px;
        text-align: center;
    }

    .custom-about-paragraph {
        font-size: 16px;
        text-align: justify;
    }

    .custom-about-container {
        padding: 0 10px;
    }

    .custom-blogs-wrapper {
        height: auto !important;
    }

    .carrer-card-centent {
        padding: 20px;
    }

    .about-sec-title {
        top: 0px;
    }

    .quote-box .content-max {
        width: 166px;
    }

    .network-quote-section {
        padding-bottom: 180px;
    }

    /* Membership Comparison Mobile Adjustments */
    .comparison-container {
        flex-direction: column !important;
        margin-top: 30px !important;
        padding: 0px !important;
    }

    .comparison-container .column.without {
        border-right: 1.5px solid #2e76bc !important;
        border-bottom: none !important;
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
        border-bottom-left-radius: 0 !important;
        padding: 20px !important;
    }

    .comparison-container .column.with {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 12px !important;
        border-bottom-right-radius: 12px !important;
        padding: 30px 20px !important;
    }

    .comparison-container ul {
        padding-left: 0 !important;
    }

    .comparison-container li {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
        display: flex !important;
        align-items: flex-start !important;
    }

    .comparison-container .li-icon {
        margin-right: 10px !important;
        min-width: 20px !important;
    }
}


/* ----header----- */


nav {
    position: absolute;
    /* top: 7px; */
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    z-index: 99;
}

.nav-home {
    position: absolute;
    z-index: 999999999;
    width: 100%;
    height: 100px;
}

.nav-home li a {
    color: #fff;
    font-size: 15px;
}

.nav-home li span {
    color: #fff;
    font-size: 15px;
}

.nav-home li ul li a {
    color: #000;
    font-size: 15px;
}


nav .navbar {
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 50px;
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 30px;
    background: #ffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    min-width: 250px;
    text-align: left;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 13px;
        color: #000;
    }
}

@media (max-width:800px) {
    nav {
        /* position: relative; */
    }

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 350px;
        width: 95%;
        background: #ffffff;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
        overflow-y: auto;
        max-height: 100vh;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #ffffff;
    }

    .nav-inner .sidebar-logo i,
    .nav-inner .navbar .bx-menu {
        font-size: 25px;
        color: #000000;
    }

    .navbar .bx-close {
        color: #000;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
        padding: 0;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
        float: right;
    }

    nav .navbar .links li {
        display: block;
        padding: 5px 5px;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
        min-width: auto;
        width: 100%;
        left: 0;
        padding-left: 15px;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;
        padding: 8px 5px;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    nav .navbar .links li .sub-menu a {
        font-size: 14px;
        word-wrap: break-word;
        word-break: break-word;
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
        color: #000;
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }

    nav .navbar .links li .arrow {
        color: #000;
    }

    .sub-menu {
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 393px) and (max-width: 430px) {

    .team-img .main-container {
        min-height: auto !important;
        height: 560px;
    }

}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}


.color-change {
    color: #000 !important;
}

.color-change .black-arrow {
    color: #000 !important;
}


.nav-inner {
    position: relative;
}