@media only screen and (min-width:1199px) {

    .header-main .col-auto .site-logo {
        display: block !important;
        width: 100px;
    }

    .header-btn.d-xl-none {
        display: none;
    }

    .header-main .col .site-logo {
        display: none;
    }

    .header-btn .d-xl-inline-block.d-none {
        display: inline-block !important;
    }

}

@media only screen and (min-width:1025px) {
    .navbar-main .nav-menu-main>ul>li>a:hover {
        color: var(--blue);
    }

    .navbar-main .nav-menu-main>ul>li>a:hover+.arrow {
        border-color: var(--blue);
    }

    .blog-list-box .read-more {
        transition: all .3s ease-in-out;
        margin-top: 10px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(30px);
    }

    .blog-list-box:hover .read-more {
        transform: translateY(10px);
        visibility: visible;
        opacity: 1;
    }

    .blog-list-box:hover .read-more i {
        background-color: #fff;
    }

    .blog-list-box:hover .blog-list-con .cms-con p,
    .blog-list-box:hover .latest-blog-title,
    .blog-list-box:hover .read-more {
        color: #fff;
    }

    .blog-list-box:hover .blog-list-con {
        background-color: var(--blue);
    }

    .blog-list-box:hover .latest-blog-date {
        background-color: var(--light-black);
    }

    .side-bar .post-title:hover {
        color: var(--blue);
    }
}

@media only screen and (max-width:1919px) {

    .crowning-jewels-row .crowning-jewels-col:first-child .crowning-jewels-back-title,
    .crowning-jewels-row .crowning-jewels-col:nth-child(3) .crowning-jewels-back-title {
        left: -150px;
    }

    .crowning-jewels-row .crowning-jewels-col:nth-child(2) .crowning-jewels-back-title,
    .crowning-jewels-row .crowning-jewels-col:nth-child(4) .crowning-jewels-back-title {
        right: -110px;
    }
}


@media only screen and (max-width:1699px) {

    .crowning-jewels-row .crowning-jewels-col:first-child .crowning-jewels-back-title,
    .crowning-jewels-row .crowning-jewels-col:nth-child(3) .crowning-jewels-back-title {
        left: -100px;
    }
}

@media only screen and (max-width:1599px) {}

@media only screen and (max-width:1499px) {
    .header-main {
        padding: 15px;
    }

    .header .header-main.has_sticky {
        padding: 15px;
    }

    .diamond-inspection-sec {
        background-position: left -230px top;
    }

    .crowning-jewels-row .crowning-jewels-col:first-child .crowning-jewels-back-title,
    .crowning-jewels-row .crowning-jewels-col:nth-child(3) .crowning-jewels-back-title {
        left: 0;
    }

    .crowning-jewels-row .crowning-jewels-col:nth-child(2) .crowning-jewels-back-title,
    .crowning-jewels-row .crowning-jewels-col:nth-child(4) .crowning-jewels-back-title {
        right: 0;
    }

    .crowning-jewels-back-title {
        font-size: 100px;
        bottom: -60px;
    }
}

@media only screen and (max-width:1399px) {
    .pp-overlay-card .category-title {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    .info-caption .sec-title,
    .call-to-action-con .sec-title {
        font-size: 40px;
    }

    .info-caption .sec-title span {
        font-size: 20px;
    }

    .call-to-action-img,
    .info-caption {
        min-height: 420px;
    }

    .info-call {
        font-size: 20px;
        text-align: center;
    }

    .info-phone a {
        font-size: 30px;
    }

    .info-phone img {
        width: 34px;
        margin-right: 10px;
    }

    .hero-banner-slide-con .offer-text {
        font-size: 52px;
    }

    .hero-banner-slide-con .third-text {
        font-size: 32px;
    }

    .hero-banner-slide .btn {
        padding: 20px;
    }

    .sparkle-title {
        font-size: 140px;
        height: 120px;
    }

    .diamond-inspection-sec,
    .diamond-bg,
    .diamond-inspection-sec .container {
        height: 600px;
    }

    .gia-bg {
        background-size: contain;
        width: 145px;
        height: 655px;
    }

    .main-product-card-con {
        top: 72%;
    }

    .crowning-jewels-row .crowning-jewels-col:first-child .img-box {
        height: 447px;
        width: 587px;
    }

    .crowning-jewels-row .crowning-jewels-col:nth-child(4) .img-box {
        height: 431px;
        width: 581px;
    }
}

@media only screen and (max-width:1199px) {
    .navigation-bar {
        position: fixed;
        width: 50%;
        min-height: 100vh;
        top: 0;
        bottom: 0;
        left: -50%;
        transition: all .6s ease-in-out;
        margin: 0;
        z-index: 9999;
        height: 100vh;
        background: #fff;
        padding-top: 0;
        border-top: inherit;
    }

    .navigation-bar.slide-menu {
        left: 0;
    }

    .mb-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 25px;
        width: 100%;
        background-color: #F7F7F7;
    }

    .site-logo {
        margin: auto;
    }

    .menu-icon {
        display: inline-block;
        vertical-align: middle;
    }

    .home .header-main {
        padding: 15px 10px;
    }

    .menu-logo {
        width: 110px;
        display: block;
    }

    .body-fixed .sidebar-overlay {
        opacity: .8;
        visibility: visible;
        left: 0;
        transition: all .6s ease-in-out;
    }

    .mb-menu-logo .close-menu {
        position: relative;
        width: 25px;
        height: 25px;
        padding: 4px
    }

    .mb-menu-logo .close-menu:before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: .125rem;
        background: var(--light-black);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
        bottom: 0
    }

    .mb-menu-logo .close-menu:after {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--light-black);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        bottom: 0
    }

    .header-btn a {
        margin-right: 15px;
    }

    .header-btn a .icon {
        width: 24px;
        min-width: 24px;
    }

    .header .header-main.has_sticky {
        padding: 15px 20px;
    }

    .header-main.has_sticky .site-logo {
        width: 75px;
    }

    .nav-menu-main {
        overflow-y: auto;
        height: calc(100dvh - 100px);
        min-height: calc(100dvh - 100px);
    }

    .nav-menu-main ul {
        display: block;
        padding: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-main .nav-menu-main>ul>li {
        padding: 0;
    }

    .navbar-main .nav-menu-main>ul>li>a {
        padding: 14px 0;
    }

    .navigation-bar .navbar-main .nav-menu-main>ul>li ul {
        display: none;
        padding: 0 !important;
        position: static !important;
        transform: none !important;
        left: inherit !important;
        top: inherit !important;
        width: auto !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none !important;
        border: none;
        background-color: transparent;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li {
        border-bottom: none;
        border-left: 2px solid #F5F3F4;
    }

    .navbar-main .nav-menu-main ul li .arrow {
        position: absolute;
        right: 0;
        top: 13px !important;
        width: 100%;
        height: 25px;
        z-index: 9;
        transform: none;
        bottom: inherit;
        border: none;
    }

    .navbar-main .nav-menu-main ul li .arrow::before {
        content: "";
        position: absolute;
        left: inherit;
        right: 5px;
        top: 0;
        bottom: 0;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid var(--light-black);
        border-right: 2px solid var(--light-black);
        transform: rotate(45deg);
        margin: auto;
        transition: border .4s ease-in-out, transform .4s ease-in-out;
    }

    .navbar-main .nav-menu-main ul li:hover .arrow {
        transform: inherit;
    }

    .navbar-main .nav-menu-main ul li .arrow.minus::before {
        transform: rotate(-135deg);
        top: 1px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li a {
        padding: 10px 24px;
    }

    .header-main {
        padding: 12px 15px;
    }

    .header .header-main.has_sticky {
        padding: 15px 20px;
    }

    .about-banner-sec .container,
    .about-banner-sec {
        min-height: 610px;
    }

    .why-choose-us-sec .why-choose-us-img {
        max-width: 600px;
        margin: 0 auto 30px;
    }

    .our-vision-box .img-box {
        width: 54px;
    }

    .info-caption .sec-title,
    .call-to-action-con .sec-title {
        font-size: 30px;
    }

    .call-to-action-img,
    .info-caption {
        min-height: 350px;
    }

    .sec-title {
        font-size: 40px;
    }

    .hero-banner-slide-con .italic-text {
        font-size: 22px;
    }

    .hero-banner-slide-con {
        max-width: 420px;
    }

    .hero-banner-slide-con .offer-text {
        font-size: 30px;
    }

    .hero-banner-slide-con>* {
        margin-bottom: 7px;
    }

    .hero-banner-slide-con .third-text {
        font-size: 20px;
    }

    .hero-banner-slide .btn {
        padding: 10px 15px;
        font-size: 14px;
    }


    .categories-sec .row {
        margin: 0 -8px;
    }

    .categories-sec .row .col {
        padding: 0 8px;
    }

    .categories-title {
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 10px;
    }

    .sparkle-title {
        font-size: 70px;
        height: 60px;
    }

    .crowning-jewels-wrap .sec-head {
        width: 100%;
    }

    .crowning-jewels-box .content-box {
        height: 288px;
        padding: 20px;
        width: 313px;
    }

    .crowning-jewels-box-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .crowning-jewels-row .crowning-jewels-col:first-child .img-box {
        height: 397px;
        width: 487px;
    }

    .crowning-jewels-back-title {
        font-size: 80px;
    }

    .crowning-jewels-row .crowning-jewels-col:nth-child(2) .img-box {
        height: 484px;
        width: 440px;
    }

    .crowning-jewels-row .crowning-jewels-col:nth-child(3) .img-box {
        height: 521px;
        width: 441px;
    }

    .crowning-jewels-row .crowning-jewels-col:nth-child(4) .img-box {
        height: 401px;
        width: 460px;
    }

    .crowning-jewels-wrap {
        padding-bottom: 0;
    }

    .gia-bg {
        right: 0;
        width: 135px;
        height: 575px;
    }

    .diamond-inspection-wrap {
        max-width: 450px;
        padding-top: 140px;
    }

    .diamond-inspection-sec,
    .diamond-bg,
    .diamond-inspection-sec .container {
        height: 500px;
    }
}

@media only screen and (max-width:991px) {

    .about-banner-sec .container,
    .about-banner-sec {
        min-height: 520px;
    }

    .our-vision-sec .row {
        --bs-gutter-y: 20px;
        --bs-gutter-x: 20px;
        justify-content: center;
    }

    .call-to-action-con {
        min-height: 300px;
    }

    .call-to-action-img,
    .info-caption {
        min-height: 300px;
    }

    .sec-title {
        font-size: 34px;
    }

    .why-choose-us-sec .sec-head {
        margin-bottom: 30px;
    }

    .why-choose-us-sec .cms-con ul li::before {
        width: 40px;
        height: 40px;
    }

    .cms-con ul li::after {
        width: 13px;
        height: 13px;
        left: 14px;
        top: 14px;
    }

    .why-choose-us-sec .cms-con ul li {
        padding-left: 58px;
        margin-bottom: 20px;
    }

    .why-choose-us-sec .cms-con ul li b {
        font-size: 20px;
    }

    .header-main .row {
        --bs-gutter-y: 10px;
    }

    .categories-sec {
        margin-top: 10px;
    }

    .categories-sec .row {
        margin: 0 5px;
    }

    .categories-sec .row .col {
        padding: 0 5px;
    }

    .categories-title {
        font-size: 12px;
    }

    .categories-sec .slick-slider .slick-dots {
        position: relative;
        bottom: inherit;
        margin-top: 20px;
        left: inherit;
        display: flex;
        justify-content: center;
        transform: inherit;
    }

    .crowning-jewels-back-title {
        display: none;
    }

    .crowning-jewels-box .img-box {
        box-shadow: none;
        width: 100% !important;
        height: 300px !important;
    }

    .crowning-jewels-row {
        margin: 0 -8px;
    }

    .crowning-jewels-col {
        padding: 0 8px;
        padding-bottom: 140px;
    }

    .crowning-jewels-box-title {
        font-size: 20px;
    }

    .crowning-jewels-box .content-box {
        bottom: -80px !important;
        left: 10px;
        height: 230px;
    }

    .crowning-jewels-box .content-box p {
        font-size: 15px;
        line-height: 1.4;
    }

    .gia-bg,
    .diamond-bg {
        display: none;
    }

    .diamond-inspection-sec,
    .diamond-bg,
    .diamond-inspection-sec .container {
        height: 400px;
    }

    .diamond-inspection-wrap {
        max-width: 380px;
        padding-top: 60px;
    }

    .diamond-inspection-wrap .sec-head {
        margin-bottom: 20px;
    }

    .diamond-inspection-wrap .cms-con {
        margin-bottom: 0;
    }

    .sec-sub-title {
        font-size: 22px;
    }
}

@media only screen and (max-width:767px) {
    .container {
        padding: 0 15px;
    }

    .header-main {
        padding: 10px 3px;
    }

    .mb-menu-logo {
        padding: 15px;
    }

    .menu-logo {
        width: 90px;
    }

    .cms-con a {
        font-size: 14px;
    }

    .our-vision-box .img-box {
        width: 44px;
        margin: 0 auto 12px;
    }

    .our-vision-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .our-vision-box {
        padding: 20px;
    }

    .header .header-main.has_sticky {
        padding: 10px 15px;
    }

    .diamond-inspection-sec {
        margin-bottom: 50px;
    }

    .sec-sub-title {
        font-size: 18px;
    }

    .best-seller-slider .swiper-slide-active .img-box {
        transform: scale(1.3);
    }
    
    .categories-sec .slick-slider .slick-dots {
        margin-top: 10px;
    }
}

@media only screen and (max-width:568px) {
    .navigation-bar {
        width: 100%;
        left: -100%;
    }

    .about-banner-sec .container,
    .about-banner-sec {
        min-height: 450px;
    }

    .about-banner-img img {
        object-position: calc(100% - -130px) center;
    }

    .about-banner-con .sec-sub-title {
        font-size: 18px;
    }

    .about-banner-details p {
        font-size: 14px;
    }

    .btn {
        min-width: 160px;
    }

    .why-choose-us-sec .why-choose-us-img {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .why-choose-us-sec .cms-con ul li b {
        font-size: 18px;
    }

    .why-choose-us-sec .cms-con ul li {
        font-size: 14px;
    }

    .info-caption .sec-title,
    .call-to-action-con .sec-title {
        font-size: 24px;
    }

    .info-caption .sec-title span {
        font-size: 18px;
    }

    .info-call {
        font-size: 16px;
    }

    .info-phone a {
        font-size: 24px;
    }

    .info-phone img {
        width: 27px;
        margin-right: 6px;
    }

    .call-to-action-img,
    .info-caption {
        min-height: 260px;
    }

    .call-to-action-con {
        min-height: 260px;
    }

    p {
        font-size: 14px;
    }

    .text-with-icon-img {
        margin-bottom: 0;
        width: 40px;
        flex: 0 0 40px;
    }

    .text-with-icon-img img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: contain;
    }

    .text-with-icon-info {
        text-align: left;
        padding-left: 15px;
    }

    .text-with-icon-sec.common-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .text-with-icon-info h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .diamond-inspection-sec,
    .diamond-bg,
    .diamond-inspection-sec .container {
        height: auto;
    }

    .diamond-inspection-sec {
        background-position: left -60px top;
    }

    .diamond-inspection-wrap {
        max-width: 100%;
        padding-top: 300px;
    }

    .crowning-jewels-box .content-box {
        width: 95%;
        height: auto;
        left: 10px;
    }

    .crowning-jewels-wrap .sec-head {
        padding: 30px 0;
    }

    .sparkle-title {
        font-size: 40px;
        height: 40px;
    }

    .categories-sec .container-fluid {
        --bs-gutter-x: 0;
    }

    .best-seller-slider .swiper-slide-active .img-box {
        transform: scale(1.1);
    }
    
    .hero-image-text-sec .hero-text-sec .cms-con p {
        font-size: 16px;
    }
}

@media only screen and (max-width:489px) {
    .icon.icon-right-arrow {
        width: 10px;
        min-width: 10px;
    }

    .header-details span {
        font-size: 12px;
    }

    .header-top-con .shop-now {
        font-size: 12px;
        margin-left: 5px;
    }

    .site-logo {
        display: block;
        width: 85px;
    }

    .foot-box .foot-title {
        font-size: 16px;
    }

    .foot-box ul li a {
        font-size: 14px;
    }

    .pie-legend{
        width: 70%;
    }

    .pie-legend li {
        font-size: 11px;
    }

    

}

@media only screen and (max-width:375px) {}

@media only screen and (min-width:320px) and (max-width:767px) {
    .hero-banner-wrap .item-info .item-info-text {
        width: 100%;
    }

    .hero-banner-wrap .content-image {
        position: relative;
        padding-bottom: 100%;
    }

    .hero-banner-wrap .content-image img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-banner-wrap .btn {
        font-size: 14px;
        min-width: auto;
    }

    .common-sec {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product_tab_button ul li a {
        font-size: 16px;
        padding: 0 10px;
        line-height: 40px;
    }

    .home-banner-wrapper {
        background-size: cover;
    }

    .testimonial-sec .testimonial-title {
        font-size: 20px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer .footer-main .container .row>div {
        margin-bottom: 30px;
    }

    .footer-logo img {
        max-width: 150px;
        margin: auto;
    }

    .foot-box.social-media {
        text-align: left;
    }

    .foot-title {
        font-size: 20px;
    }

    .footer-main {
        padding-bottom: 0px;
    }

    .top-category-sec .slick-slider .slick-list .slick-slide {
        padding: 0 5px;
    }

    section.top-category-sec .slick-slider .slick-dots {
        position: static;
        transform: none;
        text-align: center;
    }

    .banner_thumb::before {
        opacity: 1;
    }

    .home_banner_two .banner_content h2 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .banner_content span {
        font-size: 12px;
    }

    .banner_content p {
        font-size: 12px;
    }

    .home_banner_two .banner_content {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 40%;
        transform: translate(0%, -50%);
    }

    .pp-overlay-card .category-title {
        min-width: 125px;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    #home-banner img.img-banner-caption {
        max-width: 120px;
    }

    .sec-title {
        font-size: 26px;
    }

    .btn {
        font-size: 14px;
        padding: 15px 30px;
    }

    .hero-image-text-sec img {
        height: 100%;
        object-fit: cover;
    }

    section.product-sec .slick-slider .slick-dots {
        position: relative;
        transform: none;
        text-align: center;
        left: auto;
        bottom: 0;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-banner-wrap .item-info .item-info-text {
        width: 50%;
    }

    .hero-banner-wrap .content-image {
        position: relative;
        padding-bottom: 50%;
    }

    .hero-banner-wrap .content-image img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .common-sec {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product_tab_button ul li a {
        font-size: 16px;
        padding: 0 10px;
        line-height: 40px;
    }

    .home-banner-wrapper {
        background-size: cover;
        min-height: 380px;
    }

    .testimonial-sec .testimonial-title {
        font-size: 20px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer .footer-main .container .row>div {
        margin-bottom: 30px;
    }

    .footer-logo img {
        max-width: 150px;
    }

    .foot-title {
        font-size: 20px;
    }

    .footer-main {
        padding-bottom: 0px;
    }

    .footer-logo {
        margin-bottom: 30px;
        text-align: left;
        display: flex;
        justify-content: start;
    }

    .foot-box.social-media {
        padding-left: 0;
        text-align: left;
    }

    .banner_thumb::before {
        opacity: 1;
    }

    .home_banner_two .banner_content h2 {
        font-size: 16px;
        margin-bottom: 6px;
        line-height: normal;
    }

    .banner_content span {
        font-size: 12px;
    }

    .banner_content p {
        font-size: 12px;
    }

    .banner_content {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 40%;
        transform: translate(0%, -50%);
    }

    #home-banner img.img-banner-caption {
        max-width: 130px;
    }

    .top-category-sec .slick-slider .slick-list .slick-slide {
        padding: 0 25px;
    }

    .pp-overlay-card .category-title {
        bottom: 20px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .social-media a {
        margin-bottom: 18px;
    }

    .foot-title {
        font-size: 20px;
    }

    #home-banner img.img-banner-caption {
        max-width: 150px;
    }

    .top-category-sec .slick-slider .slick-list .slick-slide {
        padding: 0 25px;
    }
}