@media (max-width: 1399px) {
    .about-gold-inner {
        width: 100%;
    }
    .about-gold {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }
}

@media (max-width: 1199px) {
    .card-package-grid {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
    }

    ul.price-card-list {
        min-height: 250px;
    }

    /* -- Permit-request page css-- */
    span.check-icon i {
        font-size: 16px;
    }

    .check-icon {
        width: 30px;
        height: 30px;
    }

    a.request-bar-link {
        font-size: 14px;
        gap: 5px;
    }

    /* Request Quote Page Css */
    .left-quote-inner {
        padding-right: 10px;
    }

    .right-quote-inner {
        padding-left: 10px;
    }


    /* Dashboard Page Css */
    .dashboard-head {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        gap: 30px;
    }

    .sub-message-text {
        font-size: 18px;
    }

    .permit-head {
        font-size: 32px;
    }

    .permit-prog-btn {
        padding: 13px 60px !important;
    }

    /* Route Cost Css */
    .theme-table th {
        padding: 18px 30px;
    }

    .theme-table th {
        font-size: 16px;
    }

    .theme-table td {
        font-size: 14px;
    }

    .space-form-top {
        padding-top: 20px;
    }

    /* Route Cost Css */
    .track-table tr td {
        padding: 20px 15px;
        font-size: 15px;
    }

    .track-table tr th {
        padding: 20px 15px;
        font-size: 16px;
    }

    /* Profile Page Css */
    .profile-upload {
        padding: 12px 15px;
    }

    .profile-content {
        height: 80vh;
    }

    .route-btn-unset {
        width: unset !important;
        padding: 15px 30px !important;
    }
}

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

    .signin-wrapper.role-wrapper .right-side-cont {
        padding: 60px 20px;
    }

}

@media (max-width: 991px) {

    /* -- Permit-request page css-- */
    .request-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 0;
        flex-wrap: wrap;
        gap: 20px;
    }

    a.request-bar-link {
        min-width: 180px;
    }

    .permit-btn {
        padding-top: 26px;
    }

    .permit-btn a:first-child,
    .add-ons-btn a:first-child,
    .add-ons-btn a:nth-child(2) {
        padding: 14px 26px !important;
    }

    .permit-btn a:nth-child(2),
    .add-ons-btn a:nth-child(3) {
        padding: 15px 68px !important;
    }

    /* Request Quote Page Css */

    .left-quote-inner,
    .right-quote-inner {
        padding: 0;
    }

    /* Dashboard Page Css */
    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: flex;
        flex-direction: column;
        display: flex;
        flex-direction: column;
        height: 250px;
    }

    .progress-container-cstm::before {
        content: '';
        height: 100%;
        width: 4px;
        top: 0;
        left: 11px;
        transform: unset;
    }

    .progress-bar-cstm {
        height: 25%;
        width: 5px;
        top: 0;
        left: 10px;
        transform: unset;
    }

    .progress-container-cstm .circle-progress:nth-child(2) span {
        min-width: 240px;
        left: 40px;
    }

    .circle-progress span {
        top: 0px;
        min-width: 240px;
        text-align: left;
        left: 40px;
    }

    .progress-container-cstm .circle-progress:last-child span {
        text-align: left;
        right: unset;
    }

    .circle-progress {
        height: 24px;
        width: 24px;
    }

    .permit-progress-bar h6 {
        padding-bottom: 30px;
    }

    /* Navbar Page Css */
    .navbar-nav {
        gap: 20px;
    }

    .nav-icons {
        font-size: 24px !important;
    }

    /* Route Cost Css */
    .theme-table th {
        padding: 18px 30px;
    }

    .theme-table {
        width: 900px;
    }

    /* Route Cost Css */
    .track-table {
        width: 940px;
    }

    /* Profile Page Css */
    .profile-tab-main {
        flex-direction: column;
    }

    .profile-tab-nav {
        width: 100%;
    }

    .profile-content {
        width: 100%;
    }

    .profile-content {
        height: unset;
    }

    /* Order-deatil Page Css */

    .ord-permit-btn .permit-prog-btn {
        padding: 15px 30px !important;
    }

    .for-order-full {
        height: 100%;
    }

    /* Membership Page Css */
    .question-about {
        bottom: 10px;
    }

    .nav-link {
        font-size: 14px;
    }

    .moving-main {
        position: static;
    }
}

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

    .signin-wrapper .right-side-cont {
        position: unset;
        transform: unset;
    }

    .signin-wrapper,
    .container,
    .row {
        height: unset;
    }

    .leftsideimg {
        height: 150px;
    }

    .container {
        height: unset;
    }

    .signin-wrapper {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .signin-wrapper .right-side-cont {
        padding: 30px;
    }

    .signin-wrapper .right-side-cont .right-side-heading h1 {
        font-size: 34px;
        line-height: unset;
    }

    .leftsideimg::before,
    .leftsideimg::after {
        display: none;
    }

    ul.price-card-list {
        min-height: 300px;
    }

    .theme-footer {
        padding: 24px 30px;
    }

    .footer-left {
        gap: 20px;
    }

    .footer-link {
        font-size: 15px;
    }
}


/*Medium Mobile device css */
@media (max-width: 767px) {

    .noti-icon-badge {
        font-size: 13px;
        top: -4px;
        width: 16px;
        height: 16px;
    }

    .for-mobile-none {
        display: none;
    }

    .card-package-grid {
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto;
    }

    ul.price-card-list {
        min-height: 300px;
    }

    .theme-footer {
        padding: 20px 30px;
    }

    .footer-inner {
        flex-direction: column;
        gap: 10px;
    }

    /* Dashboard Page Css */
    .dashboard-head {
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto;
        gap: 30px;
    }

    .sub-message-text {
        font-size: 16px;
        line-height: 26px;
    }

    .navbar-nav {
        gap: 10px;
    }

    .nav-link-cstm {
        gap: 5px;
    }

    .nav-link {
        padding: 0;
    }

    .nav-icons {
        font-size: 20px;
    }

    .nav-link {
        font-size: 15px;
    }

    .theme-table {
        width: 900px;
    }

    /* Profile Page Css */

    .route-btn-unset {
        width: 100% !important;
    }

    .route-btn-unset {
        margin-bottom: 20px;
    }

    /* Order-deatil Page Css */
    .ord-permit-btn {
        gap: 10px;
    }

    .ord-permit-btn .permit-prog-btn {
        padding: 15px 11px !important;
    }

    /* Privacy-policy Page Css */

    .privacy-content p {
        font-size: 16px;
        line-height: 30px;
    }

    /* Membership Page Css */
    .question-about {
        bottom: 8px;
    }

    .btn {
        width: 100%;
    }

    .secondary-btn {
        width: 100%;
    }

    .permit-btn,
    .add-ons-btn {
        flex-direction: column;
    }

    ul.navbar-nav {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 20px;
    }

    .nav-link-cstm {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .nav-icons {
        font-size: 25px !important;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .for-mobile-only {
        display: block;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    .routs-left.mobile-width {
        width: 100%;
    }

    .routs-left .permits-no {
        text-align: center;
    }

    .routs-rows {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 30px;
    }

    .signin-wrapper .right-side-cont {
        position: unset;
        transform: unset;
    }

    .signin-wrapper,
    .container,
    .row {
        height: unset;
    }

    .leftsideimg {
        height: 150px;
    }

    .container {
        height: unset;
    }

    .sitelogo {
        width: 220px;
    }

    .signin-wrapper {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .signin-wrapper .right-side-cont {
        padding: 30px;
    }

    .signin-wrapper .right-side-cont .right-side-heading h1 {
        font-size: 24px;
        line-height: unset;
    }

    /* navbar css */
    .navbar {
        height: unset;
    }

    .navbar .navbar-brand img {
        width: 150px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        transform: unset;
    }

    .signin-wrapper::before {
        width: 0;
        height: 0;
    }

    .leftsideimg::before,
    .leftsideimg::after {
        display: none;
    }

}

/*small Mobile device css */
@media (max-width: 575px) {

    .signin-wrapper .container {
        height: 100% !important;
    }

    .navbar {
        padding: 20px 32px;
    }

    .navbar .navbar-brand img {
        width: 125px !important;
    }

    .navbar-toggler {
        padding: 5px 8px !important;
    }

    .nav-icons {
        font-size: 20px !important;
    }

    .routs-left.mobile-width {
        width: 100%;
    }

    .routs-left .permits-no {
        text-align: center;
    }

    .routs-rows {
        align-items: flex-start!important;
        flex-direction: column;
        gap: 30px;
    }

    .signin-wrapper .right-side-cont {
        position: unset;
        transform: unset;
    }

    .signin-wrapper,
    .container,
    .row {
        height: unset;
    }

    .leftsideimg {
        height: 150px;
    }

    .container {
        height: unset;
    }

    .sitelogo {
        width: 220px;
    }

    .signin-wrapper {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 100%; */
    }

    .signin-wrapper.role-wrapper {
        height: unset;
    }

    .signin-wrapper .right-side-cont {
        padding: 30px;
    }

    .signin-wrapper .right-side-cont .right-side-heading h1 {
        font-size: 24px;
        line-height: unset;
    }

    /* navbar css */
    .navbar {
        height: unset;
    }

    .navbar .navbar-brand img {
        width: 150px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        transform: unset;
    }

    .signin-wrapper::before {
        width: 0;
        height: 0;
    }

    .role-inner-cont {
        gap: 30px;
        flex-direction: column;
    }

    .role-wrapper .role-inner-items {
        width: 100% !important;

    }

    .leftsideimg::before,
    .leftsideimg::after {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .notifi-inner p {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #00394D;
        margin-bottom: 6px;
        width: 230px;
    }

    /* Footer css */
    .footer-inner {
        flex-direction: column;
        gap: 15px;
    }

    .footer-left {
        gap: 15px;
        flex-direction: column;
        justify-content: center;
    }

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

    .footer-right span.footer-link {
        display: none;
    }

    /* Membership page css */
    .Membership-title-wrapper h1 {
        font-size: 28px;
    }

    .choose-plan-wrapper h2 {
        font-size: 25px;
        margin-bottom: 10px !important;
    }

    .member-pop-inner {
        padding: 15px;
    }

    /* -- Permit-request page css-- */
    .permit-wrapper {
        padding: 0 0;
    }

    .permit-head {
        font-size: 30px;
    }

    /* Upload Documents Page Css */
    .form-control.upload-input {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        font-size: 14px;
    }

    .upload-input input {
        width: -webkit-fill-available;
    }

    /* Add ons Page Css */
    .add-ons-btn,
    .permit-btn {
        align-items: flex-start;
        flex-direction: column;
    }

    .add-ons-btn a:first-child,
    .add-ons-btn a:nth-child(2),
    .add-ons-btn a:nth-child(3),
    .permit-btn a:nth-child(2),
    .permit-btn a:first-child {
        width: 100%;
    }

    /* Dashboard Page Css */
    .permit-prog-btn {
        width: 100%;
    }

    /* Available Routes Css */
    .routs-left a {
        padding: 11px 40px !important;
    }

    /* Route Cost Css */
    .tabs-theme {
        width: 100%;
    }

    .tab-cstm-btn {
        width: 50%;
        padding: 10px 0 !important;
        font-size: 14px !important;
        text-align: center;
    }

    /* Profile Page Css */
    .profile-tab .tab-cstm-btn {
        width: 100%;
    }

    /* Order-deatil Page Css */
    .ord-permit-btn {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .secondary-btn {
        width: 100%;
    }

    .permit-btn,
    .add-ons-btn {
        flex-direction: column;
    }

    .page_full_view {
        height: unset;
    }

    .nav-link {
        font-size: 14px;
    }

    .dropdown-menu.show {
        right: unset;
        left: -205px;
        top: 30px;
    }

    .signin-wrapper .right-side-cont {
        max-width: 100%;
    }
}