@media(min-width:1400px){
    .upcomingEventRow{
        margin-left: -25px;
        margin-right: -25px;
    }
    .upcomingEventRow > div{
        padding-left: 25px;
        padding-right: 25px;
    }
}
.recentEventItem .imageCol .imageInit,
.recentEventItem .imageCol .imageInit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}
.toggle-icon, .toggle-close {
    display: none;
}
@media (max-width:1600px) {
    .headerLogo {
        max-width: 350px;
    }
    .container {
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
        margin: 0 auto;
        padding: 0;
    }
    .createdBy,
    .copyRights,
    .copyRights p {
        font-size: 14px;
        line-height: 33px;
    }
    .logoSliderSection .w-100>.textWhite {
        padding: 0 60px;
        position: relative;
        z-index: 55;
    }
    .row.memberListing {
        margin-left: -30px;
        margin-right: -30px;
    }
    .row.memberListing>div {
        padding: 0 30px;
    }
}


@media (max-width:1439px) {
    .headerLogo {
        max-width: 280px;
    }
    .menuNav {
        gap: 10px;
    }
    body h1, body .h1{
        font-size: 66px;
    }
    body h2, body .h2{
        font-size: 46px;
    }
    body .font46, body .font46 p {
        font-size: 38px;
    }
    body .font32, body .font32 p {
        font-size: 27px;
    }
    body .font28, body .font28 p {
        font-size: 23px;
    }
    .copyRights {
        min-width: 480px;
    }
    .headerInner {
        gap: 25px;
    }
    .menuNav > li > a {
        font-size: 16px;
    }
    .row.memberListing > div {
        min-width: 33.33%;
        max-width: 33.33%;
    }
    .recentEventItem .itextCol {
        padding: 25px 30px 30px 30px;
    }
    .impactPartnersSection .titleBlock .titleinit .btn {
        position: static;
        margin-top: 20px;
    }
    .weValueSection .valueBlock {
        min-height: 180px;
        max-height: 180px;
        min-width: 180px;
        max-width: 180px;
    }
    .mainContent {
        padding-top: 99px;
    }
}

@media (max-width:1199px) {
    .mainContent{
        padding-top:75px;
    }

    .main-navigation {
        position: fixed;
        height: 100vh;
        /*padding: 90px 30px 20px;*/
        background: transparent;
        width: 100%;
        transform: translate(200%, 0px);
        transition: 0.5s;
        left: 0;
        top: 0;
        z-index: 1;
        gap: 15px;
        overflow: auto;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        transition: 0.5s;
    }

    .main-navigation.active {
        transform: translate(0px, 0px);
    }
    .mn_Inner {
        background: #4d4d4d;
        height: 100vh;
        padding: 90px 30px 20px;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
    }
    .toggle-icon {
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        display: flex;
        margin: 0;
        align-items: center;
    }

    .toggle-icon svg {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .toggle-close svg {
        width: 40px;
        height: 40px;
    }

    .toggle-close svg path{
        fill: #fff;
        stroke: #fff;
    }
    .toggle-icon svg path {
        fill: #fff;
    }
    .toggle-close {
        position: absolute;
        top: 18px;
        right: 22px;
        display: block;
        cursor: pointer;
    }
    .menuNav {
        flex-direction: column;
        align-items: self-start;
        /*padding-left: 20px;*/
        gap: 5px;
    }

    .menuNav ul.sub-menu {
        position: static;
        display: block;
    }

    .menuNav > li > ul.sub-menu {
        /*display: block;*/
        position: static;
        width: 100%;
        background: transparent;
        border: none;
    }
    .menuNav > li > ul.sub-menu a{
        padding: 5px 20px;
    }

    body .menuNav li ul.sub-menu li a {
        border: none;
        background: transparent;

    }

    .menuNav > li > ul.sub-menu li {
        border-bottom: none;
    }

    .container {
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
    }
    .row.memberListing {
        margin-left: -20px;
        margin-right: -20px;
    }
    .row.memberListing>div {
        padding: 0 20px;
    }
    .logoSliderSection .w-100>.textWhite {
        padding: 0 40px;
    }
    .menuNav > li > a {
        font-size: 20px;
    }
    .headerLogo {
        max-width: 240px;
    }
    .menuNav {
        gap: 5px;
    }
    .btn {
        font-size: 15px;
        padding: 13px 22px;
    }
    body h1, body .h1{
        font-size: 56px;
    }
    body h2, body .h2{
        font-size: 38px;
    }
    body h3, body .h3{
        font-size: 30px;
    }
    body .font46, body .font46 p {
        font-size: 30px;
    }
    body .font32, body .font32 p {
        font-size: 25px;
    }
    body .font28, body .font28 p {
        font-size: 18px;
    }
    .impactPartnersBlock {
        padding: 25px;
    }
    .impactPartnersBlock .contentBlock {
        font-size: 16px;
        line-height: 23px;
    }
    .menuNav > li:last-of-type a {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    html body {
        font-size: 16px;
    }
    .impactPartnersListing .imageBlock img {
        width: auto;
        margin: 0 auto;
    }
    .impactPartnersBlock .contentBlock {
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .impactPartnersBlock .contentBlock .title {
        margin-left: auto;
        margin-right: auto;
    }
    .impactPartnersBlock .contentBlock .btnBlock {
        gap: 12px;
        flex-direction: column;
    }
    .headerInner {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 10px;
    }
    .headerLogo {
        max-width: 280px;
    }
    .homeBanner h1 {
        font-size: 7vw;
    }
    body h1, body .h1{
        font-size: 40px;
    }
    body h2, body .h2{
        font-size: 30px;
    }
    body h3, body .h3{
        font-size: 28px;
    }
    body h4, body .h4 {
        font-size: 22px;
    }
    body .font46,
    body .font46 p {
        font-size: 26px;
    }
    body .font32,
    body .font32 p {
        font-size: 23px;
    }
    body .font28, body .font28 p{
        font-size: 22px;
    }
    body .font20, body .font20 p{
        font-size: 18px;
    }
    .homeWelcomeText ul,
    .footerNewsLetter .title {
        font-size: 18px;
        line-height: 28px;
    }
    .footerLogo,
    .footerLogo a {
        align-items: center;
        justify-content: center;
    }
    .footerLogo {
        margin-bottom: 30px;
    }
    .followUsAndNav {
        /*margin-top: 30px;*/
    }
    .followUs .mailUs,
    .followUs .mailUs a {
        margin: 0 auto;
    }
    .followUs ul {
        width: auto;
        margin: 0 auto;
    }
    .footerNav ul {
        margin: 30px auto 0;
        width: auto;
        flex-direction: column;
        row-gap: 15px;
    }
    .footerNav ul li::after {
        content: none;
    }
    .copyRightAndCreatedBy {
        margin-top: 20px;
    }
    .copyRights {
        min-width: unset;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .copyRights p {
        width: auto;
        text-align: center;
        margin: 0 auto;
    }
    .createdBy {
        margin: 0 auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .allEvents .row {
        row-gap: 24px;
    }

    .padding_lg {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .padding_md {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .padding_sm {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .row.memberListing > div {
        min-width: 50%;
        max-width: 50%;
    }
    .recentEventItem .itextCol .detailInit,
    .twoBlocksWithTitleSection .container,
    .impactPartnersSection .titleBlock,
    .twoBlocksWithTitleSection .titleBlock,
    .eventBlock {
        row-gap: 30px;
    }
    .weValueSection .row .col-lg-4 .valueBlock,
    .membershipLevelsSection .row .col-lg-6 .levelBlock,
    .twoBlocksWithTitleSection .row .col-lg-6 .eventBlock {
        margin-bottom: 60px;
    }
    .weValueSection .row .col-lg-4:last-child .valueBlock,
    .membershipLevelsSection .row .col-lg-6:last-child .levelBlock,
    .twoBlocksWithTitleSection .row .col-lg-6:last-child .eventBlock {
        margin-bottom: 0px;
    }
    .recentEventItem .imageCol .imageInit,
    .recentEventItem .imageCol .imageInit img {
        height: auto;
    }
    .recentEventItem .itextCol {
        padding: 25px;
    }
    .impactPartnersBlock .row {
        row-gap: 30px;
    }
    .membershipLevelsSection .levelBlock {
        padding: 30px;
    }
    .single .featuredImg {
        margin-bottom: 30px;
    }
    .menuNav > li > a {
        font-size: 16px;
    }
    .menuNav > li > ul.sub-menu a {
        font-size: 14px;
    }
    .menuNav > li:last-of-type a{
        width: 100%;
        text-align: center;
    }
    .menuNav > li:last-of-type {
        width: 100%;
    }
    .homeWelcomeText ul li:before {
        top: 10px;
    }
    .sideTextBottom, .sideTextBottom .stbInner{
        height: auto !important;
        width: auto !important;
    }
}
@media(min-width:992px){
    .sideTextBottom .stbInner {
        padding-bottom: 0;
    }
}
@media(min-width:768px){
    .sl_div {
        position: absolute;
        right: 0;
        top: 0;
        /*        bottom: 0;
                margin: auto;*/
    }
}
@media (max-width: 767px) {
    .headerLogo {
        max-width: 200px;
    }
    .toggle-icon svg {
        width: 30px;
        height: 30px;
    }
    .mn_Inner {
        max-width: 300px;
    }
    .dateAndAddedBy {
        flex-direction: column;
        row-gap: 20px;
    }
    .membershipLevelsSection .bottomRow p {
        font-size: 16px;
        line-height: normal;
    }
    .membershipLevelsSection .levelBlock {
        padding: 25px;
    }
    .membershipLevelsSection .levelBlock .title {
        font-size: 22px;
        line-height: 26px;
    }
    .membershipLevelsSection .levelBlock,
    .membershipLevelsSection .bottomRow {
        font-size: 16px;
        line-height: 26px;
    }
    .twoBlocksWithTitleSection .titleBlock img {
        max-width: 100%;
    }
    .homeWelcomeText ul {
        flex-direction: column;
        display: flex;
        width: auto;
        margin: 0 auto;
    }
    .homeWelcomeText ul li {
        width: auto;
    }
    .container {
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
    .logoSliderSection .w-100>.textWhite {
        padding: 0 30px;
    }
    .eventBox .eventBoxText {
        padding: 18px;
    }
    .btnSmall {
        font-size: 14px;
        padding: 10px 14px;
    }
    .eventBox .eventBoxText .d-flex.flex-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        row-gap: 15px !important;
    }
    .sliderShadow {
        width: 80px;
    }
    .copyRights p {
        width: auto;
        text-align: center;
        margin: 0 auto;
        flex-direction: column;
    }
    .footerNewsLetter .title {
        text-align: center;
        width: 100%;
    }
    .footerNewsLetter .formInit form {
        align-items: center;
        flex-direction: column;
        row-gap: 15px;
    }
    .recentEventItem .itextCol .topDetail,
    .footerNav ul li a,
    .followUs .mailUs,
    .followUs .mailUs a {
        font-size: 16px;
    }
    .createdBy,
    .copyRights,
    .copyRights p {
        font-size: 12px;
        line-height: 26px;
    }
    .homeBannerSlider .hSlide .slideText img {
        max-width: 140px;
    }
    .row.memberListing > div {
        min-width: 100%;
        max-width: 100%;
    }
    .memberBlock .detailInit {
        padding-bottom: 0;
    }
    .row.memberListing {
        row-gap: 50px;
    }
    .nav.eventsBtns {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .spRow {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .spRow .item {
        padding: 0px;
    }
    .homeBannerSlider .slick-prev {
        left: 20px;
    }
    .homeBannerSlider .slick-next {
        right: 20px;
    }
    .tab-content.allEvents {
        margin-bottom: 30px;
    }
}