/* Max width */
@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .more-section{
        padding-bottom: 60px;
    }
}


@media (max-width: 991.98px) {
    .sidebar-inner {
        left: -115%;
        top: 0;
        transition: all 0.4s ease;
    }

    .main-container {
        width: 100%;
        padding-left: 0;
    }

    .sidebar-wrap.active .sidebar-inner {
        left: 0;
        transition: all 0.4s ease;
    }

    .sidebar-wrap.active .sidebar .bg-shadow {
        visibility: visible;
        opacity: 0.4;
    }

    .dashboard-content {
        padding: 15px;
    }
    .main-nav a.nav-link,
    .subnav-links a{
        font-size: 18px;
    }
    .hero-slider .slider-contant h1{
        max-width: 675px;
    }
    .networking-section .bg-red-lg{
        margin: 0 0 20px;
    }
    .contact-section{
        padding-bottom: 65px;
    }
    .contact-section .btn {
        font-size: 28px;
        min-height: 65px;
        min-width: 249px;
    }
    .success-section h2.fs-35-bold{
        max-width: unset;
    }
    .footer-links{
        gap: 15px;
    }
    .footer-links a:not(:last-child)::after{
        padding-left: 15px;
    }
    .footer-links a{
        font-size: 18px;
    }
    footer {
        padding: 40px 0 30px;
    }
    .social-links{
        margin-bottom: 30px;
    }
}


@media (max-width: 767.98px) {
    .main-nav a.nav-link,
    .subnav-links a {
        font-size: 16px;
    }

    .main-nav .navbar-brand {
        max-width: 115px;
        margin-right: 0;
    }

    .hero-slider .slider-contant h1 {
        font-size: 41px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .hero-slider .slider-contant .btn {
        font-size: 18px;
        padding: 7px 25px;
    }

    .hero-slider img{
        height: 408px;
    }

    .hero-slider .swiper-horizontal>.swiper-pagination-bullets, .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .hero-slider .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px;
    }
    .hero-slider .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
    }

    .bg-red-lg::after{
        width: 198px;
        height: 198px;
    }

    .networking-section .bg-red-lg {
        max-width: 300px;
    }
    .bg-red-lg {
        position: relative;
        padding-top: 21px;
        padding-left: 20px;
    }

    .benefit-card  p{
        max-width: unset;
    }
    .benefit-card .fs-22-bold {
        margin-bottom: 15px;
    }
    .benefit-card .bg-red-md {
        margin: 0 0 20px;
    }
    .footer-links {
        gap: 5px;
    }
    .footer-links a {
        font-size: 16px;
    }
    .social-links{
        gap: 15px;
    }
    .social-links img {
        max-width: 48px;
    }
    .footer-links a:not(:last-child)::after {
        padding-left: 2px;
    }
    .buttons {
        column-gap: 18px;
        row-gap: 20px;
        margin: 10px auto 60px;
    }

    .btn.large-btn {
        font-size: 17px;
        width: 249px;
        height: 88px;
    }
}

@media (max-width: 575.98px) {
    .dashboard-header .header-elements {
        gap: 16px;
    }

    .dashboard-header .profile .body {
        display: none;
    }

    .report-row>div:not(:last-child) {
        border-bottom: 1px solid var(--border);
    }

    .main-nav .nav-item:not(:last-child) a.nav-link::after{
        content: none;
    }
    .main-nav a.nav-link{
        padding-bottom: 10px !important;
    }
    .hero-slider .slider-contant{
        left: 15px;
    }
    .hero-slider .slider-contant h1 {
        font-size: 28px;
    }
    .hero-slider .slider-contant .btn {
        font-size: 16px;
        padding: 6px 20px;
    }
    .networking-section .fs-35-bold{
        margin-bottom: 18px;
        margin-top: 0;
    }
    .fs-35-bold {
        font-size: 28px;
        line-height: normal;
    }
    .col-sm-6:nth-child(3n-2) .organization-card {
        background-color: #FBFBFB;
    }
    .col-sm-6:nth-child(2n-1) .organization-card {
        background-color: #F4F4F4;
    }
    .contact-section .btn {
        font-size: 22px;
        min-height: 52px;
        min-width: 219px;
    }
    .contact-section {
        padding: 40px 0 30px;
    }
    .success-card p{
        max-width: unset;
    }
    .success-section {
        padding: 0px 0 20px;
    }
}

/* Min width */
@media (min-width: 576px) {
    .report-row>div:nth-child(odd) {
        border-right: 1px solid var(--border);
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .sidebar-toggle {
        display: none;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
    .report-row>div:not(:last-child) {
        border-right: 1px solid var(--border);
    }
}
