@media(min-width:992px)and (max-width:1600px) {}

@media (max-width: 1239px) {}

@media only screen and (min-width: 1240px) {

    .container {
        max-width: 1220px;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 1054px) {}

@media (min-width: 992px) {
    .navbar-brand {
        display: none;
    }

    .w-20 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (max-width: 992px) {
    .logo_img {
        display: none;
    }
}

@media (min-width: 767px) {
    .heading_sec h2 span:first-child {
        margin-left: 10%;
    }

    .heading_sec h2 span:nth-child(2) {
        text-align: left;
    }

    .heading_sec h2 span:nth-child(3) {
        text-align: right;
    }

    .product-cats__item:before {
        bottom: 40px;
        right: 40px;
    }

    .product-cats__item-img {
        right: -50px;
    }

    .page_banner .banner_text {
        justify-content: end;
    }

}

@media(max-width:767px) {
    .navbar-brand {
        width: 65%;
        margin: 0;
        padding: 10px 0;
    }

    /* .banner_slider .item img {
        height: calc(25vh);
    } */

    .about_sec {
        padding: 40px 0;
    }

    #shop_by_shape {
        margin-bottom: 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        line-height: 36px;
        padding: 0;
    }

    .Collection-1 .collection-text h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .heading_sec h2 {
        font-size: 34px;
        line-height: 50px;
        margin: 0;
        width: 100%;
    }

    .heading_sec h2 i {
        font-size: 36px;
    }

    .heading_sec h2 img {
        margin: 0 8px;
    }

    .heading_sec p {
        margin-top: 30px;
        width: 100%;
    }

    .product-cats__item {
        width: 50%;
        padding-top: 75%;
    }

    .product-cats__item:before {
        bottom: 30px;
        right: 30px;
    }

    .product-cats__item-letter {
        font-size: 42px;
        line-height: 42px;
        left: 30px;
        top: 30px;
    }

    .product-cats__item:nth-child(1) .product-cats__item-letter span {
        background-position: 0% top;
    }

    .product-cats__item:nth-child(2) .product-cats__item-letter span {
        background-position: 15% top;
    }

    .product-cats__item:nth-child(3) .product-cats__item-letter span {
        background-position: 40% top;
    }

    .product-cats__item-title {
        bottom: 30px;
        left: 30px;
        font-size: 12px;
    }

    .product-cats__item-img {
        right: -30px;
    }

    .product-cats .product-cats__item:last-child {
        padding-top: 80%;
    }

    .diamonds-box {
        width: 100%;
        flex-flow: column;
        text-align: center;
    }

    .diamonds-content .diamonds-heading h3 {
        font-size: 24px;
    }

    .domond_d_flex {
        padding: 0px 15px;
    }

    .footer_widget {
        margin-top: 30px;
    }

    .page-title-section .page-header h1 {
        font-size: 26px;
    }

    .about_sec .card {
        margin: 15px 0;
    }

    .about_text h2 {
        font-size: 26px;
        line-height: 42px;
    }

    .capbility_wrap {
        padding: 0;
        margin-top: 30px;
    }

    .capability_tabs .nav.nav-tabs {
        flex-direction: row !important;
    }

    .capability_tabs .nav-tabs.nav-pills .nav-link {
        background-color: #fdfdfd;
        padding: 10px;
        font-size: 16px;
        margin: 0 5px;
    }

    .capability_tabs .tab-content {
        margin-top: 15px;
    }

    .flow_img {
        margin-bottom: 10px;
    }

    .w-20 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .collection_sec {
        padding: 40px 10px;
    }

    .map_sec {
        margin-top: 30px;
    }

    .title,
    .sectitle .title {
        font-size: 22px;
        padding: 0;
    }

    .ab-pg {
        padding: 0;
    }

    .contact-text {
        line-height: 24px;
        font-size: 16px;
    }
}

@media (max-width: 600px) {}

@media (max-width: 550px) {}

@media (max-width: 498px) {}

@media (max-width: 280px) {}

@media (max-width: 991px) {
    .rrd-logo {
        width: 100px;
    }

    /* .banner_slider .item img {
        height: 350px;
        object-fit: contain;
        position: relative;

    } */

    .middleman-img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    nav.navbar.navbar-expand-lg.p-0 {
        background: #000000;
    }

    .cate_sec {
        padding: 0;
    }

    .Skip_middleman {
        text-align: center;
    }

    .ring-img {
        width: 90px;
    }

    .ring-img-t {
        width: 60px;
    }

    .section-header h2 {
        margin-top: 20px;
    }

    .product-cats__item-img {
        right: 0px;
    }
}