@media(max-width: 991px) {
    .navbar-toggler-icon {
        width: 2.2em;
        height: 2.2em;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        background: transparent;
    }

    .nan-btn-icon {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .curent .sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: translateY(0em);
        z-index: 1;
        transition: none;
        background-color: transparent;
        /* margin-top: 2px; */
        display: block !important;
        min-width: 100%;
        left: 0 !important;
        transform: translate(0%, 0px);
    }

    .sub-menu>li>a {
        color: hsl(222.2 84% 4.9%);
        padding: 5px 0;
        font-size: 14px;
    }

    .sub-menu>li {
        border: 0;
    }

    .web-header .navbar .navbar-nav li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0px);
        -moz-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }

    .menu_overlay {
        display: none;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        display: none;
        z-index: 2;
    }

    .navbar-collapse {
        background-color: #0B1628;
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        display: none;
        height: 100% !important;
        max-height: 100% !important;
        overflow: hidden;
        overflow-x: scroll;
        display: block !important;
        transform: translateX(-260px);
        opacity: 0;
        visibility: hidden;
        padding: 0px 0 20px;
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        z-index: 3;
        padding: 18px 15px;
    }

    .navbar-collapse.menu-visible {
        transform: translateX(0px);
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        opacity: 1;
        visibility: visible;
        overflow: auto;
    }

    .sub-menu {
        display: none !important;
        position: relative;
        border: none;
        box-shadow: none;
        transform: translate(0%, 0px);
        left: 0;
        width: 100%;
        background: transparent;
    }

    .web-header .navbar .navbar-nav .nav-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0px);
        -moz-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }

    .web-header .navbar .navbar-nav .nav-item.curent .sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: translateY(0em);
        z-index: 1;
        transition: none;
        display: block !important;
        left: 0;
        transform: translate(0%, 0px);
    }

    .menu_overlay.menu-visible {
        display: block;
    }

    .nav-item .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-item {
        margin: 5px 0px;
    }

    .web-header-right {
        display: none;
    }

    .menu-bar-bottom {
        display: block;
        padding: 8px 7px;
    }

    .menu-bar-bottom p {
        margin-bottom: 20px;
        text-align: center;
    }

    .menu-bar-bottom .get-btn {
        width: 100%;
        padding: 8px 12px;
        margin-left: 0px;
        text-align: center;
    }

    .navbar-collapse {
        margin-top:0;
    }

    .gm-hero-card {
        max-width: 500px;
        margin: 0 auto;
    }

    .gm-kpi {
        width: 25%;
    }

    .gm-kpi-row {
        justify-content: center;
    }

    .work-box:nth-child(2) {
        position: relative;
        right: 0;
        top: 0;
    }

    .return-sec {
        height: auto;
    }

    .work-box:nth-child(3) {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .work-box:last-child {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .work-box {
        margin-bottom: 15px;
    }

    .arow-right-one {
        display: none;
    }

    .arow-right-two {
        display: none;
    }

    .arow-left-one {
        display: none;
    }

    .work-box {
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .value-wrapper {
        flex-wrap: wrap;
    }

    .pc-btn {
        display: none;
    }

    .mobile-btn {
        display: block;
    }

    .sign-btn {
        width: 100%;
        text-align: center;
        margin-bottom: 14px;
    }

    .get-btn {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .stats {
        grid-template-columns: repeat(5, 1fr);
    }

    .qty-buttons {
        flex-wrap: wrap;
    }

    .qty-buttons button {
        flex: unset;
        padding: 8px 20px;
    }

    .main {
        width: 100%;
    }

    .dashboard {
        display: flex;
        flex-wrap: wrap;
    }

    .checkout-wrapper {
        flex-wrap: wrap;
    }

    .details-sec {
        width: 100%;
        margin-bottom: 20px;
    }

    .summery-sec {
        width: 100%;
    }

    .tab-menu ul {
        flex-wrap: wrap;
    }

    .work-step-box {
        margin-bottom: 20px;
    }

    .work-step-right-table-sec {
        overflow: auto;
    }

    .term-box {
        margin-bottom: 20px;
    }

    .bottom-btn-sec .get-btn {
        width: auto;
    }

    .work-step-box {
        margin-bottom: 20px;
    }

    .gm-hero-actions {
        width: 30%;
    }

    .gm-hero-actions .gm-btn {
        width: auto;
    }

    .gm-hero-actions .gm-btn.gm-btn-ghost-light {
        justify-content: center;
    }
}

@media(max-width: 575px) {
    .value-box {
        width: 100%;
    }

    #hero {
        padding: 80px 0;
    }

    .gm-kpi {
        width: 50%;
        border: 0;
        margin-bottom: 15px;
    }

    .gm-kpi-row {
        gap: 0;
    }

    .dashboard-sec {
        padding-bottom: 0;
    }

    section {
        overflow: hidden;
    }

    .work-box-bottom ul li:nth-child(2) {
        margin-left: 0px;
    }

    .work-box-bottom ul li:last-child {
        margin-left: 0px;
    }

    .gm-section-dark-bg {
        display: none;
    }

    .chart-header {
        flex-wrap: wrap;
    }

    .chart-title {
        width: 100%;
        margin-bottom: 12px;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .market-head {
        flex-wrap: wrap;
    }

    .market-head .right-part {
        width: 100%;
    }

    .bedcum-sec {
        padding: 60px 0 60px 0;
    }

    .product-top-inner {
        flex-wrap: wrap;
        gap: 15px;
    }

    .product-top-inner .left-part .tab-menu ul li a {
        font-size: 10px;
        padding: 6px 16px;
    }

    .checkout-wrapper {
        margin: 0;
    }

    .delivery-list .right-part {
        display: none;
    }

    .delivery-list .left-part {
        width: 100%;
    }

    .details-wrapper {
        flex-wrap: wrap;
    }

    .details-wrapper .delivery-list {
        padding-left: 16px;
    }

    .btn-sec {
        flex-wrap: wrap;
        gap: 12px;
    }

    .btn-sec button {
        width: 100%;
    }

    .sewcure-sec {
        flex-wrap: wrap;
    }

    .sewcure-sec li {
        width: 100%;
    }

    .bedcum-inner ol {
        flex-wrap: wrap;
    }

    .bedcum-inner ol li {
        font-size: 10px;
    }

    .office-heading::before, .office-heading::after {
        width: 35%;
        top: 8px;
    }

    .location-box {
        margin-bottom: 20px;
    }

    .file-info {
        padding: 48px 5px;
    }

    .form-box-bottom p {
        font-size: 11px;
        text-align: center;
    }

    .checkbox-sec p {
        text-align: left;
    }

    .blog-top-up {
        flex-wrap: wrap;
        gap: 14px;
    }

    .search-box {
        width: 100%;
    }

    .search-box input {
        width: 100%;
    }
    .blog-box {
        padding: 12px;
    }

    .blog-dtl ul {
        flex-wrap: wrap;
        gap: 8px;
    }
    .blog-dtl ul li {
        width: 100%;
        padding: 0;
    }
    .about-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .about-box {
        width: 33.33%;
        border: 0;
    }

    .gm-cta {
        padding-bottom: 0 !important;
    }

    .flow-wrapper {
        gap: 0px;
    }

    .loan-summary .amount {
        font-size: 25px;
    }

    .borrow-list-sec {
        flex-wrap: wrap;
    }

    .borrow-box {
        width: 50%;
        margin-bottom: 12px;
    }
    .borrow-box:nth-child(2) {
        border: 0;
    }
    .borrow-box:last-child {
        border: 0;
    }
    .ltv-value {
        font-size: 10px;
    }
    .ltv-title {
        font-size: 11px;
    }
    .lend-counter-sec {
        flex-wrap: wrap;
        gap: 20px;
    }
    .lend-counter-sec .left-part {
        width: 100%;
    }
    .lend-counter-sec .right-part {
        width: 100%;
    }
    .lend-counter-sec .right-part ul li h4 {
        font-size: 14px;
    }
    .lend-counter-sec .right-part ul li p {
        font-size: 12px;
    }

    .gm-hero-title {
        font-size: 2.1rem;
        line-height: 46px;
    }

    #hero {
        padding: 40px 0;
    }

    .lead-wrapper .how-box {
        width: 100%;
    }

    .holdings-sec h4 {
        font-size: 18px;
    }

    .lend-counter-sec {
        padding-top: 20px;
    }

    .metal-sec {
        padding: 40px 0;
    }

    .work-step-box h3 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .work-step-box ul li {
        display: flex;
        align-items: flex-start;
        gap: 2px;
    }

    .metal-sec {
        padding: 40px 0;
    }
    .work-step-right-top {
        flex-wrap: wrap;
        gap: 10px;
    }

    .chart-card .stats {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
    }
    .chart-card .stat {
        width: 50%;
        margin-bottom: 10px;
    }
     .chart-card .stat:nth-child(4) {
        border: 0;
     }
    .chart-card .stat:nth-child(2) {
        border: 0;
     }

     .market-head h3 {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .gm-hero-actions {
        width: 100%;
    }

    .gm-hero-card {
        margin-top: 20px;
    }

    .bedcum-inner h1 {
        font-size: 44px;
    }

    .web-header-top-left {
        display: none;
    }
    
    .web-header-top-right {
        width: 100%;
    } 

}

@media(max-width: 480px) {
    .tab-menu ul {
        gap: 8px;
        flex-wrap: wrap;
    }

    .metal-box-top {
        flex-wrap: wrap;
    }

    .web-header-top-left {
        display: none;
    }

    .gm-cta-title {
        font-size: 30px;
    }

    .preciouys-metal-sec {
        padding: 33px 20px;
        overflow: hidden;
    }

    .bedcum-inner h1 {
        font-size: 32px;
    }

    .bedcum-inner p {
        font-size: 12px;
    }

    .sidebar {
        width: 340px;
    }

    .main {
        max-width: 340px;
    }

    .about-sec {
        padding-top: 0;
    }
    .about-inner {
        gap: 0;
    }
    .about-box {
        width: 50%;
    }
    .about-box p {
        font-size: 12px;
    }
    .about-box h4 {
        font-size: 16px;
    }
    .about-box {
        margin-bottom: 20px;
    }

    .mission-sec {
        padding: 30px 0;
    }

    .message-box {
        margin-bottom: 20px;
    }

    .gm-video-thumb {
        height: auto;
    }
    .overview-catagory-sec ul {
        flex-wrap: wrap;
    }
    .overview-catagory-sec ul li {
        width: 100%;
    }

    .step-box {
        flex-wrap: wrap;
        gap: 15px;
    }
    .step-box .right-part {
        width: 100%;
        justify-content: space-between;
    }
    .amount {
        font-size: 16px;
    }
     .stats {
        grid-template-columns: repeat(1, 1fr);
    }

    .gm-pill {
        font-size: 12px;
    }

    .gm-hero-actions .gm-btn {
        justify-content: center;
    }

    .dashboard-sec {
        padding: 40px 0;
    }

    .gm-brand-text {
        font-size: 25px;
    }
    .gm-hero-sub {
        font-size: 14px;
    }
    .gm-kpi-row {
        padding: 0;
    }
    .view-learge-text {
        font-size: 25px;
    }
    .work-box-top p {
        font-size: 12px;
    }
    .live-marker-list { 
        flex-wrap: wrap;
    }
    .live-market-list-box:first-child {
        width: 100%;
    }
    .work-box .work-box-bottom{}
    .work-box .work-box-bottom img{ max-width:100%;}
    .work-box:first-child .work-box-bottom {
        padding: 0px;
    }
    .work-box:first-child .work-box-bottom img{
        max-width:100%;
    }
    .work-box:nth-child(3) .work-box-bottom {
        padding: 0;
    }
    .work-box:nth-child(3) .work-box-bottom img{
        max-width:100%;
    }

    .gm-section {
        padding-top: 0;
    }
    .buy-metal-sec {
        padding: 40px 0;
    }
    .chart-title h2 {
        font-size: 19px;
    }
    .chart-title .green {
        font-size: 12px;
    }

    .coin .info h4 {
        font-size: 13px;
    }
    .gm-section {
        padding: 40px 0;
    }
    .bedcum-inner h1 {
        font-size: 25px;
    }
    .bedcum-sec {
        padding: 40px 0;
    }
    .how-box p {
        font-size: 12px;
    }
    .gm-fade-delay {
        margin-top: 0;
    }
    .earning-box p {
        font-size: 12px;
    }
    .mission-sec {
        padding-top: 0;
    }
    .step-wrapper-sec {
        padding-top: 40px;
    }
    .heading-wrapper h2 {
        font-size: 27px;
    }
    .heading-wrapper {
        gap: 0;
    }
    tbody td {
        font-size: 11px;
    }
    .gm-section {
        padding-top: 0;
    }
    .qty-buttons button {
        flex: unset;
        padding: 5px 16px;
    }
    .work-step-box h3 {
        font-size: 22px;
    }
    .loan-summary .amount {
        font-size: 22px;
    }

    .path-sec {
        padding-top: 40px;
    }

    #about {
        padding-top: 40px;
    }
    .gm-brand-text {
        font-size: 22px;
    }
    .gm-footer-about {   
        font-size: 14px;   
        margin-bottom: 10px;
    }
    .tab-menu ul li a {
        font-size: 11px;
        padding: 8px 21px;
    }
    .work-right-sec .gm-video-thumb {
        height: auto;
    }
    .gm-footer-list li {
        margin-bottom: 5px;
    }
    .gm-footer-list a {   
        font-size: 14px;
        line-height: 1.4;    
    }
    .live-market-list-box:last-child span {
        font-size: 10px;
    }
    .finance-card .stats h4 {
        font-size: 18px;
    }
    .finance-card .get-btn {
        margin-top: 0;
    }
    .bedcum-sec {
        padding: 30px 0 30px 0;
    }
    .bedcum-inner h1 {
        font-size: 24px;
        line-height: 1.4;
    }
    .buy-metal-sec {  
        padding: 40px 0;
    }
    .about-box {
        text-align: left;
    }
    .about-inner {
        justify-content: start;
    }
    .mission-sec {
        padding-top: 40px;
    }
    .mission-left-sec h2 {
        font-size: 23px;
    }
    .gm-section-tight {
        padding-top: 30px;
    }
    .form-box-bottom {
        padding: 15px;
    }
    .form-box-bottom p {
        margin-top: 12px;
    }
    .stats {
        grid-template-columns: repeat(1, 1fr);
    }
    .loan-calculator .stat-box p { 
        margin-top: 0px;
    }
    .checkout-sec {
        padding: 40px 0;
    }
    .edit-btn {
        font-size: 12px;
        gap: 5px;
    }
    .badge {
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 9px;
    }
    .summery-sec .feature {
        text-align: left;
        font-size: 11px;
    }
    .summery-sec .product {
        padding: 16px 12px;
    }
    .details-box-top .info {
        width: 70%;
    }
    .details-sec {
        padding: 0;
    }
    .web-header-bottom-inner .nav-link {
        font-size: 13px;
        padding: 0;
    }
    .gm-cta-title {
        font-size: 25px;
    }
    .gm-cta-sub {
        font-size: 14px;
    }
    .account-btn {    
        font-size: 12px;
        padding: 6px 16px;    
    }
    .blog-dtl p {
        font-size: 13px;
    }
    .read-more-btn {
        font-size: 13px;
    }
    .product-sec {
        padding-bottom: 0;
    }
    .gm-brand-text {
        font-size: 24px;  
    }
    .account-btn {    
        font-size: 12px;
        padding: 6px 16px;    
    }
    .gm-cta-title {
        font-size: 25px;
    }
    .gm-cta-sub {
        font-size: 14px;
    }
    .product-top-inner .left-part {
        flex-wrap: wrap;
    }
    .product-top-inner .right-part .dropdown-toggle {
        font-size: 12px;
    }
    .product-img .tag {
        font-size: 10px;
    }
    .gm-accordion .accordion-button {
        font-size: 13px;      
    }
    .gm-accordion .accordion-button::after {    
        font-size: 22px;    
        top: 21px;   
    }
    .gm-accordion .accordion-body {
        font-size: 12px;
        line-height: 1.4;
    }
    .gm-section {
        padding: 40px 0;
    }
    .gm-testimonial p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .step-sec {
        padding-top: 0;
    }
    .live-marker-list {
        width: 350px;
    }
    .live-market-list-box:first-child {
        width: 25%;
    }
    .live-market-list-box {
        font-size: 13px;
    }
    .total-value h3 {
        font-size: 18px;
    }
    .finance-card {
        padding: 16px;
    }
    .finance-card h3 {
        font-size: 20px;
        font-weight: 500;
    }
    .step-wrapper {
        overflow: auto;
    }
    .step-box {
        width: 400px;
        flex-wrap: nowrap;
    }
    .step-box .left-part {
        width: 70%;
    }
    .step-box .right-part {
        width: 30%;
    }
    .nan-btn-icon { 
        width: 23px;
    }

}
