@media (max-width: 1439px) {
    .hero-desc h1 {
        font-size: 4rem;
        line-height: 74px;
    }

    .request-form h2 {
        font-size: 1.5rem;
    }

    .mrq-section marquee p {
        font-size: 1.5rem;
    }

    .mrq-section {
        height: 100px;
    }

    .data-list ul li {
        font-size: 1rem;
    }

    .logo-box {
        height: 160px;
    }

    .logo-box img {
        height: 70px;
    }

    .scrap-list .scrap-list-item p {
        font-size: 1.1rem;
    }

    .work-box {
        padding: 50px 15px;
    }

    .h-shape img {
        max-width: 200px;
    }

    .section-title {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .cta-box {
        padding: 50px;
    }

    .address p {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {



    .hero-desc h1 {
        font-size: 3rem;
        line-height: 60px;
    }

    .hero-section {
        height: auto;
        padding: 70px 0;
    }

    .hero-desc .hero-btn-grp {
        flex-direction: column;
    }

    .h-shape img {
        max-width: 160px;
    }

    .btn {
        padding: 12px 55px 12px 15px;
    }

    .address-menu,
    .cont-menu {
        padding: 30px 0px 0;
    }

    .nav-right {
        position: initial;
    }

    button.navbar-toggler:focus {
        box-shadow: none;
    }


    button.navbar-toggler {
        padding: 0;
        border: 0;
        opacity: 1;
    }

    .navbar-collapse.show {
        height: calc(100vh - 44px);
        position: fixed !important;
        background: #fff;
        top: 44px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
        overflow: hidden;
    }

    .navbar-collapse ul.navbar-nav {
        height: 90%;
    }

    header.fixed-top {
        position: fixed;
        left: 0;
        right: 0;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: none;
    }

    .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:after {
        display: inline-block;
        content: "\00d7";
        font-size: 50px;
        line-height: 0;
        color: #000;
        top: 15px;
        position: relative;
    }
}

@media (max-width: 992px) {
    .logo-box {
        height: 120px;
    }

    .logo-box img {
        height: 50px;
    }

    .work-box h3 {
        font-size: 1.1rem;
    }

    .work-box {
        padding: 30px 15px;
    }

    .scrap-list {
        padding-left: 0;
        padding-top: 30px;
    }

    .how-box {
        padding: 15px;
    }

    .how-desc h3 {
        font-size: 1.1rem;
    }

    .how-desc p {
        font-size: 0.9rem;
    }

    .h-shape {
        top: 40px;
    }

    .h-shape img {
        max-width: 120px;
    }

    .how-box .h-img {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .how-box .h-img img {
        max-width: 40px;
    }

    .cta-box {
        padding: 35px;
    }

    .footer-social a img {
        max-width: 100%;
    }

    .hero-section {
        max-height: 100%;
    }

    .request-glass {
        margin: 50px auto 0;
    }

    .hero-desc .hero-btn-grp {
        flex-direction: row;
    }

    .pad-120 {
        padding: 70px 0px;
    }

    .pad-bottom-120 {
        padding-bottom: 70px;
    }

    .pad-top-120 {
        padding-top: 70px;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .footer-menu.address-menu h3 {
        width: 100%;
    }

    .footer-menu.address-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-menu.address-menu .address {
        width: 50%;
    }
}

@media (max-width: 767px) {
    header {
        padding: 4px 5px;
    }

    .navbar-brand img {
        height: 31px;
    }

    header .navbar {
        padding: 0;
    }

    .hero-section {
        background-repeat: repeat;
        background-size: 200%;
        padding: 20px 0;
    }

    .hero-section::before {
        content: '';
        filter: blur(150px);
        background: rgba(247, 58, 73, 1);
        position: absolute;
        width: 270px;
        height: 304px;
        border-radius: 50%;
        left: -111px;
        bottom: -170px;
        top: auto;
    }

    .hero-section::after {
        content: '';
        filter: blur(140px);
        background: rgba(247, 58, 73, 1);
        position: absolute;
        width: 190px;
        height: 213px;
        border-radius: 50%;
        right: -20px;
        top: -40px;
    }

    .hero-desc h1 {
        font-size: 2.14rem;
        line-height: 40px;
        margin: 20px 0 10px 0;
    }

    .hero-desc .blink-box {
        padding: 6px 15px;
        font-size: 0.725rem;
        display: inline-flex;
        align-items: center;
        box-shadow: 1px 1px 1px 3px rgba(52, 27, 27, 1);
    }

    .hero-desc .blink-box label {
        width: 10px;
        height: 10px;
    }

    .hero-desc p {
        font-size: 1rem;
        line-height: 20px;
    }

    .hero-desc .hero-btn-grp {
        flex-wrap: wrap;
    }

    .hero-desc .h-box-desc {
        margin-bottom: 30px;
    }

    .hero-desc .hero-btn-grp {
        flex-wrap: wrap;
        gap: 15px;
    }

    .request-glass {
        margin: 30px auto 0;
        padding: 10px;
    }

    .request-form {
        padding: 15px;
    }

    .request-form h2 {
        font-size: 1.43rem;
    }

    html,
    body {
        font-size: 14px;
    }

    .pad-120 {
        padding: 40px 0px;
    }

    .pad-top-120 {
        padding-top: 40px;
    }

    .pad-bottom-120 {
        padding-bottom: 40px;
    }

    .section-title {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1.1;
    }

    .section-subline {
        font-size: 1rem;
    }

    .marketplace-data .pad-bottom-120 {
        padding-bottom: 20px;
    }

    .mrq-section {
        display: none;
    }

    .data-box {
        padding: 20px;
    }

    .data-box .data-number span {
        font-size: 1.5rem;
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .data-box .data-number {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .data-list ul li span {
        width: 10px;
        height: 10px;
    }

    .expert-box h3 {
        font-size: 1.8rem;
    }

    .expert-box {
        padding: 20px;
    }

    .logo-box {
        height: 100px;
    }

    .logo-box img {
        height: 40px;
    }

    .ecommerce-box {
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }

    .ecom-desc h3 {
        font-size: 1.8rem;
        line-height: 40px;
        font-weight: 700;
    }

    .ecom-img {
        width: 53px;
        height: 53px;
        line-height: 53px;
        margin-bottom: 30px;
    }

    .ecom-img img {
        width: 25px;
    }

    .ecom-desc p {
        font-size: 1rem;
        line-height: 22px;
    }

    .scrap-list .scrap-list-item {
        padding: 10px 15px;
    }

    .scrap-list .scrap-list-item p {
        font-size: 1.3rem;
        line-height: normal;
    }

    .work-box img {
        width: 35px;
    }

    .col:nth-child(2) .work-box {
        border-radius: 0px 20px 0 0;
    }

    .col:last-child .work-box {
        border-radius: 0px 0 20px 20px;
    }

    .how-box .h-img {
        border-radius: 20px;
    }

    .how-desc h3 {
        font-size: 1.75rem;
    }

    .how-desc p {
        font-size: 1.12rem;
        margin-bottom: 0;
    }

    .how-box {
        padding: 15px 15px 150px;
    }

    .how-it-work .row .col:nth-child(3) .how-box {
        padding-bottom: 0px;
    }

    .h-shape {
        bottom: 1%;
        left: 0;
        right: 0;
        top: auto;
    }

    .h-shape img {
        max-width: 132px;
        margin: auto;
    }

    .h-shape .desktop-shape {
        display: none;
    }

    .h-shape .mobile-shape {
        display: block;
    }

    .cta-box {
        background-image: url(../images/cta-bg-mobile.png);
        height: 720px;
        padding: 25px;
        justify-content: flex-start;
    }

    .btn-grp {
        flex-wrap: wrap;
        gap: 15px;
    }

    .cta .section-title {
        font-size: 2.15rem;
    }

    .cta .section-subline {
        font-size: 1.12rem;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-social {
        margin-bottom: 15px;
        padding: 0;
    }

    footer {
        padding: 20px 5px 0;
    }

    .footer-social img {
        height: 30px;
    }

    .footer-menu.address-menu .address {
        width: 100%;
    }

    .footer-menu {
        padding: 0 0 30px;
    }

    .other-link a {
        word-break: break-all;
    }

    .footer-menu.address-menu {
        padding-bottom: 0;
    }

    .footer-menu.address-menu .address:last-child {
        margin-bottom: 0;
    }

    .footer-menu.address-menu .address:last-child p {
        margin-bottom: 0;
    }

    .faq-accordian .accordion-item .accordion-button {

        font-size: 1.15rem;
    }

    .accordion-button::after {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}