body{
    font-family: "lato" , sans-serif;
}

.header nav ul{
    margin : 0 ;
    padding : 12px 0;
    background-color: white;
}

.header nav ul li {
    padding: 10px 10px;
}
.header nav ul li a {
    text-decoration: none;
    color : #333333
}

.Product-slider{
    margin : 75px auto;
}

.Product-slider .row{
    margin-bottom: 30px;
    text-align: center;
}

.Product-slider .row h1{
    font-size : 40px;
}

.left-slider-data{
    width : 30% !important;
    padding : 15px;
}

#fullsize{
    width : 40% !important;
}

.Product-slider .slider .left-slider-data .slide-data , .Product-slider .slider .right-slider-data .slide-data {
    display: flex;
}

.Product-slider .slider .left-slider-data .slide-data img , .Product-slider .slider .right-slider-data .slide-data img{
    width : 40px;
    height : 40px;
}

.Product-slider .slider .left-slider-data .slide-data p , .Product-slider .slider .right-slider-data .slide-data p{
    margin: 0 0 0 10px;
    width: 80%;
    color : #480E0D
    /* font-size: 12px; */
}

.right-slider-data{
    width : 30%;
    padding : 15px;
}

.Product-slider .slider .slider-for{
    width : 100%;
}

.Product-slider .slider .slider-for .slick-slide{
    width : 35%;
    aspect-ratio: 1;
}

.slider-for, .slider-nav {
    margin: 20px auto;
    width: 60%;
}
.slider-nav .slick-slide {
    opacity: 0.6;
}
.slider-nav .slick-current {
    opacity: 1;
}


.slider-for img{
    margin: 20px auto;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.slider-nav{
    gap : 15px;
    display: flex;
}

.slider-nav img{
    width: 100%;
    padding : 20px;
    aspect-ratio: 1;
    border-radius: 5px;
}



.product-details{
    background : #000000;
    padding : 30px 0 0px;
}

.product-details .row h1{
    font-size: 40px;
    color: #333333;
}

.product-details .row h3{
    color :  #808080;
    font-size : 16px;
}

.product-details .row p{
    color : #CCCCCC;
}

.diamond-details h4{
    border-bottom: 1px solid #CCCCCC;
}
.metal-details h4{
    border-bottom: 1px solid #CCCCCC;

}

.diamond-details , .metal-details{
    height: fit-content;
    align-self: end;
    text-align: center;
    /* padding: 15px; */
}

.diamond-details h4 , .metal-details h4{
    margin-bottom : 20px;
}

.diamond-details ul, .metal-details ul{
    gap : 0;
    list-style-type: none;
    padding : 0;
    margin : 0;
    width: 50%;
}

.diamond-details ul li:nth-child(even){
    background-color: #f4f4f4;
}

.diamond-details ul li, .metal-details ul li{
    display: flex;
    gap : 0;
    margin : auto;
    padding : 10px;
}

.about-us-img{
    width : 30%
}

.diamond-details ul li .label , .metal-details ul li .label{
    width : 40%;
    margin: 0;
    text-align: start;
}

.diamond-details ul li .value , .metal-details ul li .value{
    color : #333333;
    font-weight : 500;
    margin: 0;
    text-align: start;
    width: 65%;
}

.product-img-container{
    width : 40%;
}

.product-img-container .product-img{
    width : 100%;
    border : 1px solid #f5f5f5;
    border-radius : 10px;
}

.diamond-details ul , .metal-details ul{
    padding : 15px;
    border : 1px solid #e7e7e7;
    border-radius : 7px;
}
.detail-parent{
    /*border: 1px solid #CCCCCC;*/
    border-radius : 10px;
    gap : 15px;
    display: flex;
    width : 100%;
}
.detail-parent p{
    font-size: 16px;
}

.diamond-details ul li  , .metal-details ul li{
    color : #808080;
}

.diamond-details ul li span , .metal-details ul li span{
    color :  white;
}


.provider-service-details{
    padding : 50px 0;
}

.provider-service-cards .provider-card{
    width : 32%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 20px 0 #0000000D;
}

.provider-service-cards .provider-card h5{
    padding: 10px 10px 0;
    margin-bottom: 0;
}

.provider-service-cards .provider-card h4{
    padding : 10px;
    margin : 0;
    background : #A07936;
    color : white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-size : 16px;
}

.provider-service-cards .provider-card h6{
    padding : 10px 10px 0;
    margin-bottom: 0;
}

.provider-service-cards .provider-card p{
    padding : 10px;
    font-size: 12px;
    margin-bottom : 0;
    color : #808080
}

.provider-service-cards .provider-card:last-child p{
    padding : 10px;
    padding-top: 0;
}

.provider-service-cards .provider-card img{
    width: 100px;
    height : 100px;
    padding: 10px;
    aspect-ratio : 1;
}


.product-diagram{
    background-color: #FAFAFA;
    padding : 50px 0 180px;
    position: relative;
}

.extra-paragraph{
    position: absolute;
    bottom: -12rem;
    left : 50%;
    transform: translateX(-50%);
}

.product-diagram .row p{
    color : #808080
}

.product-diagram .root{
    display: flex;
}


.product-diagram .root .left , .product-diagram .root .right {
    position: relative;
    width : 50%;
    height: 500px;
}

.product-diagram .product-root{
    position: relative;
    min-height: 500px;
}

.product-diagram .product-root::after{
    position : absolute;
    content: "";
    width: 2px;
    background : #CCCCCCed;
    height : 100%;
    left : 50%;
    top : 0
}

.product-diagram .product-root .root-img{
    align-items: center;
    width : 50%;
    border : none;
    box-shadow : 0px 0px 10px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding : 10px;
    display: flex;
    background-color: white;
    z-index: 1;
}
.crd img{
    width: 150px !important;
    aspect-ratio: 1 !important;
}

.product-diagram .product-root .root-img.part-1{
    position: absolute;
    left : 50%;
    top : 50%;
    transform: translate(-50% , -200%);
}

.product-diagram .product-root .root-img.part-1::after , .product-diagram .product-root .root-img.part-2::after{
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    right : 0;
    background: #CCCCCC;
    transform: translateX(100%);
    top : 50%
}

.product-diagram .product-root .root-img.part-1::before , .product-diagram .product-root .root-img.part-2::before{
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    right : 0;
    background: #CCCCCC;
    transform: translate(100% , -45%);
    top : 50%
}


.product-diagram .product-root .root-img.part-3::after , .product-diagram .product-root .root-img.part-4::after{
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    left : 0;
    background: #CCCCCC;
    transform: translateX(-100%);
    top : 50%
}

.product-diagram .product-root .root-img.part-3::before , .product-diagram .product-root .root-img.part-4::before{
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    left : 0;
    background: #CCCCCC;
    transform: translate(-100% , -45%);
    top : 50%
}

.product-diagram .product-root .root-img.part-2{
    position: absolute;
    left : 50%;
    top : 50%;
    transform: translate(-50% , 0%);
}
.product-diagram .product-root .root-img.part-3{
    position: absolute;
    left : 50%;
    top : 50%;
    transform: translate(-50% , -150%);
}
.product-diagram .product-root .root-img.part-4{
    position: absolute;
    left : 50%;
    top : 50%;
    transform: translate(-50% , 50%);
}

.product-diagram .product-root .root-img.part-5{
    position: absolute;
    width: 25%;
    bottom : 0;
    left : 50%;
    transform: translate(-50% , 100%);
}


.product-diagram .product-root .root-img img{
    width : 100px;
    height: 100px;
    /* border : 1px solid #CCCCCC; */
    border-radius: 5px;
}

.product-diagram .product-root .root-img p{
    color : #808080;
    padding-left : 10px;
    margin-bottom: 0;
    height : fit-content
}

.data-generate{
    box-shadow: 0 0 20px 0 #0000000D;
    padding : 15px;
    position: relative;
    z-index: 2;
}
.org-content #gallery{
    padding: 35px 0px;
    display: flex;
    gap: 50px;
}

.sm-side-data{
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100% !important;
    padding: 15px 30px;
    background-color: white;
}

.sm-side-data .slide-data{
    width: calc(25% - 20px);
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #0000000D;
}

#gallery #slides div ul{
    width: 86%;
    padding: 25px;
    display: flex;
    row-gap: 25px;
    overflow-x: hidden;
    flex-wrap: wrap;
    margin: auto;
}
#gallery #slides div ul li{
    width: 130px;
    margin: 0px !important;
    padding: 0px !important;
    text-align: center !important;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
#gallery #slides div ul li img{
    padding: 0%;
    margin: 0;
    width: 100%;
}

.accordion-item-hd{
    padding: 20px !important;
}

.data-generate .data-directs{
    padding: 30px;
    box-shadow: 0 0 10px 0 #0000000D;
    border-radius: 10px;
    margin : 100px auto
}

.item-ses{
    h1{
        font-size: 50px;
        color: #333333;
    }
    p{
        color: #808080;
        font-size: 18px;
    }
}

.data-generate .data-directs ul{
    border-radius: 5px;
    background-color: #F4F4F4;
}

.data-generate .data-directs ul li:first-child , .data-generate .data-directs ul li:first-child button{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.data-generate .data-directs ul li:last-child , .data-generate .data-directs ul li:last-child button{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.data-generate .data-directs ul li{
    width: 16%;
}

.data-generate .data-directs ul li .nav-link{
    background : transparent;
    width: 100%;
    border-radius: 0;
    color : #808080
}

.data-generate .data-directs ul li .nav-link.active{
    background : #A07936 !important;
    color : white;

}

.data-generate .data-directs .data-node{
    width: fit-content;
    padding : 10px;
    text-align: center;
}

.data-generate .data-directs .data-node a{
    text-decoration: none;
    color : #808080
}


.data-generate .data-directs .data-node a.active{
    color : white;
    background : #A07936
}

.education{
    background-color : #FAFAFA;
    padding : 25px 0;
}


.education .data-vector p{
    color : #808080;
    text-align : justify;

}

.education .data-vector{
    margin-bottom : 0px;
}

.education .data-vector button{
    color : #333333;
    padding : 7px;
    border : 1px solid #CCCCCC;
    border-radius : 10px;
    background: transparent;
    margin-bottom : 15px;
}


.education .data-vector:nth-of-type(odd) img{
    height : 21px;
}

.education .data-vector img{
    width : 25px;
    height : 25px;
    margin-right : 10px;
    position: relative;
    top : -1px;
}

.data-vector.mobile{
    display: none;
}

.tab-pane ul{
    background-color: unset !important;
}

.tab-pane ul li{
    width : unset !important;
}

.slider-left{
    position : absolute;
    left : 0;
    top : 50%;
    /* transform: translateY(-50%); */
    height: 100%;
}

.root-left{
    position: absolute;
    left : 0;
    top : 50%;
    height : 120%;
}

.root-right{
    position: absolute;
    right : 0;
    top : 50%;
    height : 120%;
}

.mobile-slider .slider-nav{
    display: none;
}

.mobile-slider{
    width : 45%
}

.mobile-root{
    display: none;
}

.mobile-panel-accordion{
    display : none
}

.listing-tab{
    padding: 50px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 5;
    position: relative;
    background-color : rgba(255, 255, 255, 0.75);
}
.listing-tab label{
    background-color: transparent;
}
.org-content .listing-tab label{
    background-color: #F4F4F4;
    font-size: 16px;
    text-transform: capitalize;
}
.org-content .listing-tab .start-tab{
    border-radius: 10px 0px 0px 10px;
}
.org-content .listing-tab .end-tab{
    border-radius: 0px 10px 10px 0px;
}
.listing-tab section{
    border-radius: 0px;
    padding-top: 20px;
    margiN-top: 20px !important;
}
.org-content .listing-tab section{
    background-color: transparent;

}

.org-content .specification-left{
    position: absolute;
    left: 33%;
    top: 50%;
    transform: translate(-75%, -83%);
    width: 20%;
}
.org-content .specification-right{
    position: absolute;
    right: 50%;
    top: 63%;
    WIDTH: 20%;
    transform: translate(156%, -175%);
}



.product-details{
    position: relative;
}


.slider-left{
    position : absolute;
    left : 0;
    top : 50%;
    /* transform: translateY(-50%); */
    height: 100%;
}

.root-left{
    position: absolute;
    left : 0;
    top : 50%;
    height : 120%
}

.root-right{
    position: absolute;
    right : 0;
    top : 50%;
    height : 120%;
}


.slide-data p{
    padding-left: 10px;
    margin-bottom : 0;
}

.slide-data img{
    aspect-ratio: 1;
    height: 45px;
    /*margin-right: 20px;*/
}
.slide-data p{
    text-align: start;
}

.mobile-tab .accordion-item-hd{
    background-color: transparent;
    border: 1px solid #a07936;
    color: #808080;
}
.mobile-tab .accordion-item{

}
.certificate-head{
    font-size: 12px;
    font-weight: 400;
}


@media (max-width : 1400px) and (min-width : 1100px){

    .product-diagram .product-root .root-img.part-4 {
        transform: translate(-50%, 17%);
    }

    .org-content .specification-left{
        position: absolute;
        left: 33%;
        top: 49%;
        transform: translate(-75%, -83%);
        width: 20%;
    }
    .org-content .specification-right{
        position: absolute;
        right: 50%;
        top: 43% !important;
        WIDTH: 20%;
        transform: translate(156%, -175%);
    }

    .product-diagram .product-root .root-img{
        width : 60%
    }

    .product-diagram .product-root .root-img.part-1::after, .product-diagram .product-root .root-img.part-2::after , .product-diagram .product-root .root-img.part-3::after, .product-diagram .product-root .root-img.part-4::after{
        width : 34%;
    }

    .product-diagram{
        padding-bottom : 180px;
    }

    .data-generate .data-directs{
        margin : 50px auto
    }



}

@media (max-width : 1200px){
    .org-content .specification-left{
        display: none
    }
    .org-content .specification-right{
        display: none
    }

    .product-diagram .product-root .root-img{
        width : 60%
    }
}

.mobile-tab{
    width : 100%;
    margin : 30px auto;
    padding : 30px;
    ul{
        margin: 0 10px;
    }
}

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

    .slider-left , .root-left ,.root-right{
        display: none;
    }


    .slick-slider .slick-list {
        background-color: #000000bf;
    }
    #gallery #slides div ul{
        width: 86%;
        padding: 0px;
        display: flex;
        row-gap: 25px;
        overflow-x: scroll;
        flex-wrap: nowrap;
        margin: auto;
        gap: 20px;
    }
    #gallery #slides{
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        max-width: 750px;
    }


    .mobile-slider{
        width: 100% !important;
    }

    .specification-left{
        display: none;
    }

    .specification-right{
        display: none;
    }

    .provider-card img{
        display: none;
        float: left;
    }

    .provider-card:last-child img{
        display: block !important;
        width: 40%;
        height: 40%;
    }
    .provider-card:last-child div{
        width: 100% !important;
        display: flex !important;
    }
    .tab-right{
        flex-direction: row !important;
    }

    .product-detail-main-section{
        justify-content: space-between;
    }
    .product-img-container{
        width : 80% !important;
        margin : auto;
        text-align: center;
    }

    .diamond-details , .metal-details{
        width : 48%;
        height : unset;
        min-height : 100%;
        align-self : unset;
    }

    .diamond-details ul, .metal-details ul{
        height : 100%;
    }


    .product-img-container img{
        width : 75% !important;
        margin : auto;
    }

    .product-diagram .product-root .root-img{
        width : 80%;
    }

    .product-diagram .product-root .root-img.part-5{
        width : 40% !important;
    }

    .product-diagram .product-root .root-img.part-1::after, .product-diagram .product-root .root-img.part-2::after ,  .product-diagram .product-root .root-img.part-3::after, .product-diagram .product-root .root-img.part-4::after{
        width : 13% !important;
    }

    .product-diagram .product-root .root-img.part-4{
        transform: translate(-50% , 0%) !important;
    }

    .slider-nav.desk{
        display: none;
    }

    .slider-data-inner{
        display: flex !important;
        height: 100%;
        flex-direction: column;
        gap: 15px;
    }
    .slider-data-inner p{
        text-align: center;
        padding: 0px;
    }




    .left-slider-data .slide-data, .right-slider-data .slide-data{
        width: 25% !important;
        display : block !important;
        text-align: center !important;
        padding: 5px;
    }

    .left-slider-data .slide-data .slider-data-inner, .right-slider-data .slide-data .slider-data-inner{
        box-shadow: 0 0 10px 0 #0000000D;
        padding : 10px;
    }

    .left-slider-data .slide-data p, .right-slider-data .slide-data p{
        width : 100% !important;
        margin : 0 !important;
    }

    .mobile-slider .slider-nav{
        display: block;
        width: 80%;
    }

    .slider-left , .root-left ,.root-right{
        display: none;
    }


}

@media (max-width: 600px) {

    .mobile-tab .accordion.css-accordion .accordion-item label{
        padding : 15px !important;
        align-items : center;
        font-size: 14px;
    }

    .product-img-container{
        padding : 0 !important;
        margin-bottom : 15px !important;
    }

    .hero-section img{
        object-position : 70% 0% !important;
    }

    .mobile-tab{
        padding : 30px 0 15px;
    }

    .hero-section  ,  .hero-section img{
        min-height : 350px !important;
    }

    #slides #slide1 ul{
        max-width: 600px;
        padding: 0px;
        display: flex;
        row-gap: 25px;
        overflow-x: scroll !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
        gap: 20px;
    }
    .sm-side-data .slider-data-inner{
        display: flex !important;
        flex-direction: column;
    }
    .mobile-root .root-img{
        display: flex !important;
        flex-direction: column !important;
    }
}

@media (max-width: 448px){
    .sm-side-data{
        justify-content: center;
    }
    .sm-side-data .slide-data {
        width: calc(50% - 20px);
        padding: 10px;
        margin: 10px;
        background-color: #FFFFFF;
    }
}


@media (max-width : 600px) {

    .slider-left , .root-left ,.root-right{
        display: none;
    }

    .specification-left{
        display: none;
    }

    .specification-right{
        display: none;
    }

    .provider-card img{
        display: none;
    }

    .provider-card:last-child img{
        display: block !important;
    }

    .provider-card:last-child div{
        width: 100% !important;
    }

    .data-generate .data-directs ul{
        background-color: unset;
    }

    .data-generate .data-directs ul li{
        width : 100%
    }

    .slider-nav.desk{
        display: none;
    }

    .slider-data-inner{
        display: block !important;
        height : 100%
    }

    .left-slider-data .slide-data, .right-slider-data .slide-data{
        width: 25% !important;
        display : block !important;
        text-align: center !important;
        padding: 5px;
    }

    .left-slider-data .slide-data .slider-data-inner, .right-slider-data .slide-data .slider-data-inner{
        box-shadow: 0 0 10px 0 #0000000D;
        padding : 10px;
    }

    .left-slider-data .slide-data p, .right-slider-data .slide-data p{
        width : 100% !important;
        margin : 0 !important;
    }

    .mobile-slider .slider-nav{
        display: block;
    }

    .slider-left , .root-left ,.root-right{
        display: none;
    }

    .left-slider-data .slide-data, .right-slider-data .slide-data{
        width: 50% !important;
        display : block !important;
        text-align: center !important;
        padding: 5px;
    }

    .mobile-panel-accordion{
        display : block
    }

    .slider-for img {
        margin : 0 !important;
    }

    .provider-service-details{
        padding : 0px 0 30px;
    }

    .education{
        padding : 0 !important;
        background : unset;
    }

    .education .data-vector{
        padding: 10px;
        box-shadow: 0 0 10px 0 #00000024;
        border-radius: 10px;
    }

    .education .data-vector button{
        width: 100%;
        background: #A07936;
        color: white;
        border-color : #A07936;
        padding : 10px;
    }

    .education .data-vector p{
        padding : 10px;
        text-align : justify;
    }

    .data-generate .data-directs{
        margin : 25px auto;
        padding : 0
    }

    .desk-panel{
        display: none;
    }

    .mobile-panel-accordion{
        display : block
    }

    .slider-nav img {
        width: 100% !important;
        padding: 10px !important;
        aspect-ratio: 1;
        object-fit: contain;
    }

    .slider-for, .slider-nav {
        margin: 10px auto !important;
        width: 90% !important;
        background :#0000000D ;
    }

    .Product-slider .slider .slider-for {
        width: 80% !important;
    }

    .mobile-slider{
        width: 100% !important;
    }

    .Product-slider{
        margin : 0;
        padding: 35px 0;;
    }

    .Product-slider h1{
        font-size : 28px !important;
    }


    .product-diagram{
        padding : 30px 0 10px !important
    }

    .mobile-root{
        display: block;
    }

    .mobile-root .root-img{
        width : 100% !important;
        position : relative !important;
        transform : unset !important;
        margin-bottom : 35px;
        left : 0% !important
    }

    .mobile-root .root-img:first-child{
        margin-top : 15px;
    }

    .mobile-root .root-img:last-child{
        margin-bottom : 3px;
    }

    .mobile-root .root-img.part-1::after , .mobile-root .root-img.part-2::after , .mobile-root .root-img.part-3::after , .mobile-root .root-img.part-4::after {
        position : absolute!important;
        transform : unset !important;
        width : 2px !important;
        height : 30px !important;
        left : 50% !important;
        bottom : 0 !important;
        top : unset  !important;
        transform: translateY(100%) !important;
    }

    .mobile-root .root-img.part-1::before , .mobile-root .root-img.part-2::before , .mobile-root .root-img.part-3::before , .mobile-root .root-img.part-4::before {
        position : absolute!important;
        transform : unset !important;
        left : 50% !important;
        background-color: transparent !important;
        bottom : -35px !important;
        top : unset  !important;
        border-radius: 0 !important;
        border : 7px solid !important;
        border-color : #CCCCCC transparent transparent  transparent !important;
        transform: translate(-40% , 50%) !important
    }

    .product-diagram .product-root{
        min-height: unset;
    }

    .product-diagram .product-root::after {
        height: unset;
    }

    .product-diagram .root{
        display: none;
    }

    .provider-card , .diamond-details , .product-img-container  , .metal-details{
        width : 100% !important;
        margin : 15px auto;
    }

    .data-generate{
        padding : 0 !important
    }

    .accordion-item{
        margin : 7px auto;
        border-top : 1px solid #dee2e6 !important
    }

    .accordion-item , .accordion-item .accordion-header , .accordion-item .accordion-header button{
        border-radius: 10px;
    }

    .education{

    }

}

@media (max-width: 767px){
    .sm-side-data .slide-data{
        width: calc(25% - 10px);
        padding: 9px;
        margin: 5px;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 #0000000D;
    }
    .org-content .listing-tab label{
        /*font-size: 14px;*/
    }
    .sm-side-data{
        justify-content: space-between;
        padding: 20px 10px;
    }
    .item-ses{
        h1{
            font-size: 36px;
            color: #333333;
        }
        p{
            color: #808080;
            font-size: 18px;
        }
    }
}

.hero-section{
    position: relative;
}

@media (max-width: 576px){

    .mobile-root .root-img img{
        margin-bottom : 10px;
    }

    .hero-section{
        position: relative;
        width: 100%;
        height: 190px;
        overflow: hidden;
    }
    .hero-section .urlOfImg{
        position: absolute;
        height: 100%;
        left: -90%;
    }


    .product-details{
        padding: 30px 0 25px !important;
    }
    .org-content #gallery{
        padding: 10px 0px;
        display: flex;
        gap: 5px;
    }
    .sm-side-data .slide-data {
        width: calc(50% - 14px);
        padding: 13px;
        margin: 7px;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 #0000000D;
        background: transparent;
    }


}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #gallery #slides div ul li a {
        width: 98px;
        height: 98px;
    }
    #gallery #slides div ul li a img {
        max-height: 100%;
    }
}




/*// modified gallery css started here*/

.org-background{
    float : unset
}

.product-details{
    background : #ffffff;

}

.product-details .diamond-details , .product-details .metal-details{
    background : transparent;
    border-radius : 10px;
}

.product-details .diamond-details ul h4, .product-details .metal-details ul h4{
    background : #f4f4f4;
    color : #333333;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

#fullsize{
    width: 100%;
    aspect-ratio: 1
}

.listing-tab label{
    padding : 18px 0;
}

.listing-tab .hedo section{
    border-radius : 10px;
}


.gallery-modified .gallery-modified-upper-part .modified-gallery-main{
    /*.gallery-modified-upper-part{*/
    /*    .modified-gallery-main{*/
    width: 100%;
    aspect-ratio: 1;
    /*    }*/
    /*}*/
}

.gallery-modified .gallery-modified-upper-part .modified-gallery-main img{
    aspect-ratio: 1;
    object-fit: contain;
}

.gallery-modified .gallery-modified-upper-part .modified-gallery-main{
    width : 40%;
    aspect-ratio: 1;
    overflow : hidden;
}

.gallery-modified .gallery-modified-upper-part .left-slider-data-modified , .gallery-modified .gallery-modified-upper-part .right-slider-data-modified   {
    width : 30%;
}

.gallery-modified .gallery-modified-upper-part .left-slider-data-modified .slide-data , .gallery-modified .gallery-modified-upper-part .right-slider-data-modified .slide-data  {
    width : 80%;
    margin : auto;
}

.gallery-modified .gallery-modified-upper-part .left-slider-data-modified .slide-data p, .gallery-modified .gallery-modified-upper-part .right-slider-data-modified .slide-data p {
    margin-bottom : 0;
}

.gallery-modified .gallery-modified-main-slider ul{
    display: flex;
    gap: 15px;
    list-style: none;
    justify-content: start;
    flex-wrap: unset;
    margin: 50px auto;
    max-width: 50vw;
    padding: 0;
    overflow-x: auto;
}

.gallery-modified .gallery-modified-main-slider ul li{
    width : 200px;
    height : 100px;
    aspect-ratio: 1;
}

.gallery-modified .gallery-modified-main-slider ul li img{
    object-fit : cover;
    height : 100px;
    width : 100px;
}

#listingarea{
    margin : 0;
}

.provider-service-cards .provider-card{
    border-radius : 10px;
}

.item-ses{
    margin : 50px auto 30px;
}

.education{
    padding : 50px;
}

.certificate-img{
    width : 25%;
}

.payment-method-img{
    width : 40%
}

.product-diagram .row p {
    width : 80%;
    margin : auto;
}


.similar-product{
    padding : 50px
}

.similar-product-container{
    display : flex;
}

.similar-product-container .similar-product-card{
    width : 25%;
    padding : 7px;
}

.similar-product-container .similar-product-card:first-child{
    padding-left : 0;
}

.similar-product-container .similar-product-card:last-child{
    padding-right : 0;
}

.similar-product-container .similar-product-card .similar-product-card-content{
    border : 1px solid #ccc;
    border-radius : 10px;
    height : 100%;

}

.similar-product-container .similar-product-card .similar-product-text{
    padding : 10px;
}

.similar-product-container .similar-product-card .similar-product-card-content img{
    width : 100%;
    aspect-ratio : 1;
    object-fit : cover;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

.similar-product-header{
    margin-bottom : 30px;
}

.similar-product-container .similar-product-card .similar-product-card-content .similar-product-text h5 , .similar-product-container a{
    text-decoration : none;
    font-size : 16px;
    color : #333333;
    text-align : start;
    /*text-style : justify;*/
}

.similar-product-container .similar-product-card .similar-product-card-content .similar-product-text h5{
    line-height : 18px;
    margin-bottom : 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .gallery-modified .gallery-modified-main-slider ul{
        max-width : 710px;
    }
}

@media (max-width: 768px) and (min-width: 550px) {
    .gallery-modified .gallery-modified-main-slider ul{
        max-width : 500px;
    }
}

@media (max-width: 550px) and (min-width: 450px) {
    .gallery-modified .gallery-modified-main-slider ul{
        max-width : 400px;
    }
}

@media (max-width: 450px){
    .gallery-modified .gallery-modified-main-slider ul{
        max-width : 300px;
    }
}
@media (max-width: 780px){
    .diamond-details ul, .metal-details ul{
        width : 100%;
    }
    .detail-parent{
        flex-direction : column;
    }
}

@media (max-width: 991px){

    .extra-paragraph{
        position: absolute;
        bottom: -10rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .detail-parent{
        gap : 30px;
    }

    .similar-product-header{
        margin-bottom : 15px;
    }

    .similar-product{
        padding : 50px 15px
    }

    .similar-product-container .similar-product-card .similar-product-card-content .similar-product-text h5 , .similar-product-container a{
        font-size : 12px;
    }

    .listing-tab , .education{
        padding : 50px 20px;
    }

    .product-diagram{
        padding: 45px 0 180px;
    }

    .payment-method-img{
        width : 50%
    }

    .certificate-img{
        width : 50%;
    }

    .hero-section{
        min-height : 430px;
    }

    .hero-section img{
        /*position : absolute;*/
        /*right : 0;*/
        object-fit : cover;
        object-position : center;
        min-height : 430px;
    }

    .product-img-container{
        margin-bottom: 30px;
    }

    .gallery-modified .gallery-modified-upper-part .left-slider-data-modified , .gallery-modified .gallery-modified-upper-part .right-slider-data-modified   {
        display: none !important
    }
    .sm-side-data{
        display: flex;
        padding : 15px 10px;
    }
    .slide-data p{
        text-align: center;
    }
    .gallery-modified .gallery-modified-main-slider ul {
        overflow-x : auto;
        width : 90%;
        padding-bottom : 5px;
        flex-wrap : nowrap;
        --ms-scrollbar-width : 5px;
        scrollbar-track-width : 5px;
        scrollbar-thumb-color   : rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.1); /* Set the background and color of the scrollbar */
    }

    .gallery-modified .gallery-modified-main-slider ul::-webkit-scrollbar {
        height: 5px
    }

    .gallery-modified .gallery-modified-main-slider ul::-webkit-scrollbar-thumb {
        background: rgb(199 117 18 / 0.45);
        border-radius: 3px;
    }

    .gallery-modified .gallery-modified-main-slider ul li img{
        max-width : 100px;
        height: 100%;
    }

    .gallery-modified .gallery-modified-upper-part .modified-gallery-main{
        width : 80%
    }
}

@media (max-width: 550px){

    .extra-paragraph{
        position : unset;
        left : unset;
        bottom : unset;
        transform : unset;
    }

    .warranty-right ul  , .warranty-wrong ul{
        margin : 0;
        padding : 0 0 0 20px
    }

    .similar-product{
        padding : 0 0 30px;
    }

    .similar-product-container{
        flex-wrap : wrap;
    }

    .similar-product-container .similar-product-card{
        width : 50%;
        padding : 5px;
    }

    .similar-product-container .similar-product-card:nth-of-type(odd){
        padding-left : 0;
    }

    .similar-product-container .similar-product-card:nth-of-type(even){
        padding-right : 0;
    }

    .data-vector.desk{
        display: none;
    }

    .data-vector.mobile{
        display: block;
    }

    p{
        font-size : 14px;
    }

    .certificate-img{
        width : 65%;
    }

    .product-diagram p{
        width : 90% ;
        margin : auto
    }

    .mobile-tab{
        margin : 0 auto
    }

    .product-details .diamond-details ul h4, .product-details .metal-details ul h4{
        font-size : 18px;
    }

    .accordion.css-accordion{
        border : 0;
        border-bottom : 0;
        border-top : 0 !important;
    }

    .accordion.css-accordion .accordion-item{
        border : 0;
        border-bottom : 0;
        border-top : 0 !important;
    }

    .accordion.css-accordion .accordion-item:last-child{
        margin : 0;
    }

    .accordion.css-accordion .accordion-item:first-child{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        /*border-top : 0;*/
    }

    .product-details .row h3{
        font-size : 14px;
    }

    .product-details h1{
        font-size : 24px !important;
    }

    .gallery-modified .gallery-modified-main-slider ul{
        overflow-x: auto;
        width: 100%;
        padding-bottom: 5px;
        flex-wrap: nowrap;
        --ms-scrollbar-width: 5px;
    }

    .gallery-modified .gallery-modified-upper-part .modified-gallery-main img , .gallery-modified .gallery-modified-main-slider ul li img  {
        border : 1px solid #CCCCCC;
        border-radius : 10px;
        object-fit : cover
    }
    .diamond-details ul, .metal-details ul{
        width : 100% !important;
    }

    .org-background{
        background : #ffffff
    }

    .sm-side-data{
        background : transparent;
        padding-left : 0;
    }
    .detail-parent{
        flex-direction: column;
    }
    .detail-parent ul:nth-child(2){
        border-top: 1px solid #cccccc
    }

    .sm-side-data .slide-data p{
        padding-left : 0;
    }

    .item-ses h1{
        font-size : 24px;
    }

    .item-ses p{
        font-size : 14px;
    }


    .gallery-modified .gallery-modified-main-slider ul li{
        width : fit-content;
    }

    .gallery-modified .gallery-modified-main-slider ul li img{
        height : 80%;
        max-width : 80px;
    }
}

.root-left , .root-right{
    display: none;
}

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

    .product-diagram .product-root .root-img{
        width : 90%;
    }

    .product-diagram .product-root .root-img.part-4 , .product-diagram .product-root .root-img.part-3 {
        left : 57%;
    }

    .product-diagram .product-root .root-img p{
        font-size : 12px;
    }

    .product-diagram .product-root .root-img.part-1 , .product-diagram .product-root .root-img.part-2 {
        left : 43%;
    }

    .product-diagram .product-root .root-img.part-5 {
        bottom : 40px;
    }

}

.warranty-right ul{
    list-style-image: url("https://earthstardiamonds.com/ebay/CSS/list-true.svg");
}

.warranty-wrong ul{
    list-style-image: url("https://earthstardiamonds.com/ebay/CSS/list-false.svg");
}

.warranty-right  , .warranty-wrong{
    margin : 12px auto;
}

.warranty-right h6 , .warranty-wrong h6{
    font-size : 1rem;
    font-weight : bold;
}
