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

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

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

@media (max-width: 1199.98px) {
    .sidebar {
        top: 80px;
    }

    .project__card_img {
        width: 200px;
    }

    .sticky__fixed.sticky {
        top: 55px;
    }

    .dashboard-sidebar {
        top: 80px;
    }

    .step-progress {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 10px;
        padding: 15px 20px 20px;
    }

    .step {
        width: 100%;
        background-color: rgb(40 167 69 / 10%);
        padding: 10px;
        border-radius: 0 5px 5px 0;
        border: 2px solid rgb(40 167 69 / 20%);
    }

    .step::after {
        position: absolute;
        left: -2px;
        top: -2px;
        height: calc(100% + 4px);
        width: 2px;
        z-index: 2;
    }

    .step:last-child::after {
        display: block;
    }

    .step-date {
        left: 120px;
        top: 10px;
        bottom: auto;
        background-color: var(--bs-white);
    }
}

@media (max-width: 991.98px) {
    .desktop__nav {
        display: none;
    }

    .banner__text {
        font-size: 14px;
    }

    .banner-bg {
        max-height: 450px;
    }

    .h1,
    h1 {
        font-size: calc(1rem + 1.5vw);
    }

    .h2,
    h2 {
        font-size: calc(1rem + .9vw);
    }

    .h3,
    h3 {
        font-size: calc(0.9rem + .6vw);
    }

    .banner-carousel.owl-carousel .owl-nav .owl-prev,
    .banner-carousel.owl-carousel .owl-nav .owl-next {
        left: 0;
        top: auto;
        bottom: -10px;
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .banner-carousel.owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 0;
    }

    .sidebar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        max-width: 320px;
        width: 100%;
        border-radius: 0;
        z-index: 9999;
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transform: translate3d(-100%, 0, 0);
    }
}

@media (max-width: 767.98px) {
    .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
        z-index: 999;
        position: relative;
    }

    .consultant-btn {
        padding: 7px 12px 7px;
        font-size: 13px;
        border-radius: 3px;
    }

    .section-padding {
        padding-block: 40px;
    }

    .video-section {
        height: 400px;
    }

    .video-title {
        font-size: 24px;
    }

    .video-wrap a {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .video-wrap a::after {
        width: 60px;
        height: 60px;
    }

    .video-wrap a::before {
        width: 60px;
        height: 60px;
    }

    .about-section {
        padding-block: 40px;
    }

    .page-title-section {
        height: 180px;
    }

    .about-section {
        padding-block: 40px;
    }

    .contact__wrapper {
        padding: 20px;
        border-radius: 20px 20px 0px 20px;
    }

    .map-wrapper {
        border-radius: 20px 20px 0px 20px;
    }

    .contact__form {
        padding: 20px 15px;
        border-radius: 20px 20px 0px 20px;
    }

    .contact__form .btn,
    .contact__form .form-control {
        border-radius: 8px 8px 0px 8px;
    }

    .project__card_top {
        flex-direction: column;
    }

    .project__card_img {
        width: 100%;
    }

    .project__card_info {
        padding-inline: 0;
        padding-block: 15px;
    }

    .project__card_bottom {
        position: relative;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .copyright-section {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
    }

    .counter-item::before {
        display: none;
    }

    .counter-title {
        margin-block: 10px;
    }

    .counter-wrap {
        padding: 20px;
        margin-block: 0;
    }

    .feature__title {
        font-size: 18px;
    }

    .feature__desc {
        font-size: 14px;
        margin-bottom: 0;
    }

    .process__item {
        font-size: 13px;
        padding-left: 50px;
    }

    .book-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .btn {
        padding: 9px 15px 7px;
        font-size: 13px;
        border-radius: 3px;
    }

    .btn__account {
        padding: 0;
    }

    .btn-sm {
        padding: 5px 12px;
        font-size: 12px;
        border-radius: 2px;
    }

    .newsletter-form .form-control {
        height: 40px;
        font-size: 14px;
    }

    .newsletter-form .btn {
        height: 40px;
        margin-top: 5px;
    }

    .logo-item img {
        height: auto;
        padding-inline: 5px;
        height: 100px;
        object-fit: cover;
        width: 100%;
    }

    .testimonial__text {
        font-size: 16px;
    }

    .service__title {
        font-size: 18px;
    }

    .service__desc {
        font-size: 14px;
    }

    .text-base {
        font-size: 14px;
    }

    .about__item .item__title {
        font-size: 16px;
    }

    .about__item .item__icon {
        width: 42px;
        height: 42px;
    }

    .about__item .item__icon img {
        height: 24px;
        width: auto;
    }

    .footer__link {
        padding-block: 5px;
        font-size: 13px;
    }

    .footer__text {
        font-size: 13px;
    }

    .banner__subtitle {
        font-size: 14px;
    }

    .page-title-section {
        height: 140px;
    }

    .project__meta_nav {
        padding-inline: 6px;
        gap: 8px;
    }

    .box__card {
        padding: 10px 12px;
        border-radius: 5px;
    }

    .invest__btn {
        top: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project__meta {
        padding-right: 0;
        padding-top: 30px;
    }

    .image__information {
        flex-direction: column;
        gap: 15px;
    }

    .image__area {
        max-width: 250px;
        width: 100%;
    }

    .dashboard-user .user-thumb {
        width: 80px;
        height: 80px;
    }

    .dashboard-user {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .dashboard-user .user-content .user-option li a {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .logo-slider .owl-nav .owl-prev,
    .logo-slider .owl-nav .owl-next {
        width: 28px;
        height: 28px;
        font-size: 12px !important;
        border-radius: 2px;
    }

    .logo-slider .owl-nav .owl-prev {
        left: -16px;
    }

    .logo-slider .owl-nav .owl-next {
        right: -16px;
    }

    .btn-login {
        padding: 4px 12px;
        font-size: 11px;
        border-radius: 2px;
    }

    .section__head_title {
        font-size: 16px;
        line-height: 18px;
    }

    .card-grid .card-grid-lg {
        height: 200px;
    }

    .card-grid .card-grid-sm {
        height: calc(100px - var(--bs-gutter-y) / 2);
    }

    .gallery__item {
        border-radius: 5px;
    }

    .header-bottom .navbar-nav .nav-link {
        font-size: 13px;
        text-transform: capitalize;
        border-bottom: 1px solid var(--bs-gray-200);
    }

    .dropdown-menu {
        padding: 10px;
        padding-bottom: 8px;
        font-size: 13px;
    }

    .dropdown__list a {
        padding: 5px 8px;
        margin-top: 3px;
    }

    .dropdown-menu .avatar {
        width: 26px;
        height: 26px;
    }

    .scrollTop {
        right: 15px;
        bottom: 15px;
        font-size: 20px;
        padding: 0;
        padding-top: 8px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

    .form-control {
        padding: .2rem .75rem;
        min-height: 30px;
        font-size: 12px;
    }

    .checkout-box {
        padding: 10px;
    }
}
