/*---New CSS added on 28-09-2023 ---*/

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

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

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner_content p {
        font-size: 25px;
        line-height: 40px;
        max-width: 624px;
    }

    .process_wrapper {
        gap: 50px;
    }

    .process_card::after {
        width: 110px;
        left: 95%;
        height: 24.736px;
    }

    .process_card h3 {
        font-size: 14px;
        line-height: 20px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .process_card h3 {
        height: 75px;
    }
}

@media (max-width: 575.98px) {
    header.header {
        padding: 20px 0;
        height: inherit;
    }

    .header-area-home {
        justify-content: center;
        gap: 20px;
    }

    .banner_content h1 {
        font-size: 35px;
        text-align: center;
    }

    .banner_content p {
        font-size: 20px;
        line-height: 41px;
        text-align: center;
    }

    .sign_form {
        margin-bottom: 50px;
        padding: 30px 20px;
        border:1px solid #e7e7e7;
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10)  !important;
    }

    .process_card::after {
        content: "";
        background: url(../images/down-arrow.svg);
        position: absolute;
        top: 200px;
        left: 47%;
        height: 65px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .process_area {
        padding-top: 40px;
    }

    .copyright_wrapper {
        justify-content: center;
        gap: 10px;
    }

    .copyright_wrapper p {
        line-height: 25px;
        text-align: center;
    }
    .shape {
        display: none;
    }
    .banner .row {
        flex-flow: column-reverse;
    }
    .document_wrapper {
        display: block;
    }

    .menu_bar {
        display: flex;
    }
    .close_btn {
        display: grid;
    }
    .sidebar {
        position: absolute;
        z-index: 9;
        width: 230px;
        left: -350px;
        transition: .3s;
    }
    .sidebar.show {
        left: 0;
    }
    .user_area {
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .navbar {
        gap: 20px;
    }
    .document_area .table td {
        white-space: nowrap;
    }
    .zoom_btn {
    	justify-content: center;
    	margin:10px 0;
    }
    .m-b-btn {
    	margin-bottom:15px;
    }
}

@media screen and (max-width: 575.98px) and (min-width: 320px) {
    .process_card h3 {
        height: 75px;
    }
    .process_card::after {
        top: 218px;
    }
  }