* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}

.special_head {
    font-family: 'Cormorant Infant', serif;
}

.custom_para {
    font-family: 'Nunito Sans', sans-serif;
}

a:hover {
    color: #000;
}

/* @font-face {
    font-family: 'italianaregular';
    src: url('assets/fonts/italiana/italiana-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/italiana/italiana-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

a {
    color: black;
    text-decoration: none;
}

/* a:hover {
    color: black;
} */

h2, h1, h3, h4, h5, h6 {
    font-family: 'Cormorant Infant', 'serif';
}

h2, h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    color: #000 !important;
}

p {
    margin-bottom: 0 !important;
}

nav#custom-navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.custom-conatiner {
    max-width: 1700px;
    width: 100%;
}

.custom-1820 {
    max-width: 1820px;
    width: 100%;
}

nav#custom-navbar {
    position: sticky;
    top: 0;
    z-index: 10000;
    background: #fff;
}

#custom-navbar a.navbar-brand img {
    width: 139px;
}

#custom-navbar .right-bar {
    flex: 0 auto;
    padding-bottom: 5px;
}

#custom-navbar .right-bar ul.navbar-nav.custom-navbar-nav {
    justify-content: end;
}

#custom-navbar .c-collapse-nav {
    justify-content: space-between;
    align-items: center !important;
}

.dropdown-item.active {
    background-color: unset !important;
}

button.userButton {
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
    color: #000000;
}

li.dropdown ul.dropdown-menu li {
    padding: 4px 10px;
    transition: 0.3s;
}

li.dropdown ul.dropdown-menu li:hover {
    background-color: #d2a66e;
}

li.dropdown ul.dropdown-menu li:hover a {
    color: #fff !important;
}
li.dropdown ul.dropdown-menu li:hover a svg path {
    color: #fff !important;
    fill: #fff !important;
}
li.dropdown ul.dropdown-menu li a svg path {
    transition: 0.3s;
}

button.userButton img {
    width: 20px;
    height: 20px;
}

/* ------------ */

span#show_page_range,
.be-pagination span {
    text-transform: lowercase;
}

.dropdown-sort-by span {
    color: #333 !important;
}

.page-data span {
    color: #333;
}

.be-pagination .statistics {
    text-transform: lowercase !important;
}

.glowing-border-red {
    outline: none;
    border: 2px solid #ff3333;
}

.modal-dialog .pop-image {
    width: 338px !important;
    top: -54px !important;
    position: absolute;
    right: -134px !important;
}

.alert-danger {
    color: #ff0029;
    border-color: #ff0029;
}

.alert-success {
    color: #3c763d;
    border-color: #3c763d;
}

div#page-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.22);
    z-index: 9999;
}

div#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #000;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: black;
    text-shadow: 0 0 20px black;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 4;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(237, 237, 237, 0.42);
}

.loader-logo {
    z-index: 5;
    width: auto;
    height: 110px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
}

.loader-circle img {
    width: 100px;
    height: auto;
}

.loader-circle {
    border-top: 3px solid #d2a66e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.25s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ----------- */

#custom-navbar .nav-container, #custom-navbar .custom-navbar-nav {
    gap: 26px;
    flex: 1 auto;
    justify-content: center;
    align-items: center;
}

#custom-navbar .custom-navbar-nav .nav-item .nav-link {
    font-family: 'Cormorant Infant', 'serif';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    white-space: nowrap;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    /* opacity: 1!important; */
}

#custom-navbar .custom-navbar-nav .nav-item .nav-link::after {
    color: #000;
}

#custom-navbar ul.dropdown-menu.dropdown-hover.header_dropdown.show li a {
    font-size: 16px;
    font-family: 'Cormorant Infant', 'serif' !important;
    font-family: 'Nunito Sans';
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
    transition: all 0.3s;
}

#custom-navbar ul.dropdown-menu.dropdown-hover.header_dropdown.show li {
    padding: 3px 10px;
}

#custom-navbar .custom-navbar-nav .nav-item .nav-link .hover_border {
    width: 0;
    height: 2px;
    background: #d2a66e;
    top: 86%;
    left: 0;
    position: absolute;
    content: '';
    transition: 0.5s;
}

#custom-navbar .custom-navbar-nav .nav-item .nav-link:hover .hover_border {
    width: 100%;
}

#custom-navbar .custom-navbar-nav .nav-item .nav-link.active .hover_border {
    width: 100% !important;
}

#custom-navbar .custom-navbar-nav input[type=text] {
    padding: 7px 20px;
    margin-top: 0px;
    font-size: 17px;
    border: none;
    /* border: 1px solid #000; */
    border-radius: 30px 0px 0px 30px;
    background: #d9d9d9;
    opacity: 50%;
}

#custom-navbar .custom-navbar-nav input[type=text]:focus-visible {
    border: none;
    outline: none;
}

#custom-navbar .custom-navbar-nav .search-container button {
    padding: 5px 15px;
    /* margin-top: 0px; */
    /* margin-right: 0px; */
    background: #c79f58;
    font-size: 18px;
    border: none;
    cursor: pointer;
    margin: 0px;
    /* position: absolute; */
    border-radius: 0pc 30px 30px 0px;
    color: #fff;
}

#custom-navbar .custom-navbar-nav .search-container .input-group {
    flex-wrap: nowrap !important;
}

#custom-navbar .navbar-toggler-icon {
    background-image: url(../../images/menu-bar.png);
    background-size: 22px;
}

/* banner-section */

.right-bar ul {
    list-style: none;
    gap: 0 18px;
}

.right-bar ul li a img {
    width: 20px;
    height: 20px;
}

.right-bar ul li.search-header {
    position: relative;
}

.right-bar ul li a:hover {
    color: #000 !important;
}

/* ------------------- */
.search-header .search-box {
    position: absolute;
    top: 42px;
    right: -150%;
    z-index: 15;
    display: flex;
}

.searchBox {
    display: none;
}

.search-header .search-box .search_caret {
    position: absolute;
    top: -21px;
    right: 27px;
    width: 24px;
}

.search-header .search-box input[type="text"] {
    width: 250px;
    padding: 5px 10px;
    border: 1px solid #d1ad6d;
    outline: none;
    height: 46px;
}

.search-header .search-box button.searchButton {
    width: 76px;
    padding: 5px 0;
    background: #d1ad6d;
    color: #fff;
    border: 1px solid #d1ad6d;
    outline: none;
    cursor: pointer;
    height: 46px;
}

/* -------- */

#banner-section .slick-list.draggable {
    height: 100%;
}

#banner-section .slick-track {
    height: 100%;
}

#banner-section .slide {
    position: relative;
    transition: 1s;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    /* padding-bottom: 120px; */
}

#banner-section .slide_img-right img {
    margin-left: auto;
}

#banner-section .slide .slide__img {
    height: auto;
    overflow: hidden;
    flex: 1;
    padding: 0px 0px 35px 0px;
    margin-top: auto;
    padding-left: 75px;
}

#banner-section .slide_img-right {
    overflow: hidden;
    flex: 1;
    height: 100%;
    position: relative;
}

#banner-section .slide_img-right .banner-arrow {
    padding: 8px 15px;
    background: rgba(244, 238, 238, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 47%;
    right: 6%;
    border-radius: 50%;
    z-index: 12;
}

#banner-section .slide_img-right .banner-arrow i {
    font-size: 20px;
    color: #000;
}

#banner-section .slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
}

#banner-section .slide__content.slide__content__right a.Explore {
    position: absolute;
    top: -2px;
    right: 90%;
    transform: rotate(-90deg);
    z-index: 99;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
}

#banner-section .slide__content.slide__content__right a.Explore:after {
    /* position: absolute !important; */
    display: block;
    content: '';
    border-bottom: 0.1px solid #000;
    font-weight: 900;
    left: 148px;
    right: 0;
    width: 150px;
    line-height: 1px;
    height: 2px;
    position: relative;
    top: -14px;
    font-size: 15px;
    letter-spacing: -1px;
    margin: auto;
    padding: 0px 0px;
}

#banner-section .slide__content {
    position: absolute;
    max-width: 727px;
    height: 395px;
    margin: auto;
    padding: 50px;
    background-color: rgb(255 255 255 / 80%);
    /* bottom: 0; */
    opacity: 1;
    z-index: 10;
    left: 39%;
    /* top: 0%; */
    /* transform: translate(-41%,-50%); */
}

#banner-section .slide__content.slide__content__right .slide__content--headings {
    max-width: 599px;
    height: 310px;
    margin-left: auto;
    width: 100%;
}

#banner-section.slide__content.slide__content__right .slide__content--headings h1 {
    font-family: Italiana;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
}

#banner-section .slide__content.slide__content__right .slide__content--headings .bg-text {
    position: relative;
}

#banner-section .slide__content.slide__content__right .slide__content--headings .text {
    font-family: 'Nunito Sans';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    top: 10px;
    color: #000 !important;
    margin-bottom: 0px;
    text-transform: capitalize;
}

/* -----------banner slider ------------ */

#banner-section .banner-image img {
    width: 100%;
    height: 100%;
}

#banner-section .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

#banner-section .banner-slide .slick-next {
    right: 28px !important;
}

#banner-section .banner-slide .slick-prev {
    left: 28px !important;
}

#banner-section .slick-prev:before, #banner-section .slick-next:before {
    /* font-family: 'Cormorant Upright'!important; */
    font-size: 0px;
    line-height: 1;
    opacity: 1 !important;
    color: #000 !important;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    /* display: block; */
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 3px #e5e5e5b0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner-section .banner-slide .slick-prev:before {
    background: url(../../../assets/images/left1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

#banner-section .banner-slide .slick-next:before {
    background: url(../../../assets/images/right1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

#banner-section .slick-arrow {
    z-index: 1;
}

/* banner-section-end */

/* jewelry-style */

section#jewelry-style {
    padding: 50px 0px;
    background-color: #F5F5EE;
}

#jewelry-style .title-box {
    text-align: center;
    padding-bottom: 40px;
}

#jewelry-style .title-box span {
    font-weight: 500;
    font-size: 20px;
    color: #000 !important;
    padding-bottom: 2px;
    line-height: 30px;
    letter-spacing: 0em;
    text-transform: capitalize;
}

#jewelry-style .title-box p {
    font-family: Cormorant Upright;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
}

#jewelry-style .product_row {
    justify-content: center;
    gap: 15px;
}

#jewelry-style .collection_card {
    flex: 0 25%;
    width: 100%;
    /* height: 428px; */
}

#jewelry-style .collection_card .media_box {
    border-radius: 8px;
    overflow: hidden;
}

#jewelry-style .collection_card .media_box img {
    width: 100%;
    /* height: 100%; */
    transition: all 0.5s ease-in-out;
}

.collection_card:hover .media_box img {
    transform: scale(1.1);
}

#jewelry-style .collection_card .content_box {
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
}

/* jewelry-style end */

/* ----404 page css--- */

.notfound-btn {
    border: 2px solid #d2a66e;
    background: #d2a66e;
    color: #fff;
}

.notfound-btn:hover {
    background: transparent;
    color: #d2a66e;
    border: 2px solid #d2a66e;
}

/* footer  */

#footer {
    background-color: #F5F5EE;
    /* padding-top: 50px; */
}

.footer_logo .navbar-brand img {
    width: 230px;
    height: 182px;
}

.footer__ .container-footer {
    max-width: 1410px;
    width: 100%;
    padding: 20px;
    margin: auto;
}

.footer__ .text-panel .text-center, .footer-column {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer__ .address {
    text-align: left;
    line-height: 22px;
}

.footer__ .text-panel .text-center .img-tag img {
    width: 36px;
    height: 36px;
}

.footer-column .img-tag img {
    width: 20px;
    height: 20px;
}

.footer__ .text-panel .text-center .img-tag {
    padding: 12px;
    background: #d2b479;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.border-column {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

a.footer-column {
    margin-bottom: 8px;
}

.text-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column .img-tag {
    padding: 8px;
    background: #d2b479;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.footer_container-fluid {
    border-top: 1px solid #cfcdcd;
}

.footer_container-fluid .policy-link {
    display: flex;
    list-style: none;
    gap: 50px;
    justify-content: end;
}

.copyright-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-sec p {
    font-size: 14px;
}

.footer_container-fluid .policy-link a {
    font-size: 14px;
}
#birthslide .slick-slide {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


#birthslide .slick-slide img {
    max-width: 100%;
    transition: all 0.4s ease-in-out;
}

#birthslide .slick-center {
    transform: scale(1);
}

section#birthslide {
    /* background-color: #F5F5EE; */
    padding: 15px;
}
section#birthslide .banner-slide .slick-prev {
    left: 28px !important;
}
section#birthslide .banner-slide .slick-next {
    right: 28px !important;
}
section#birthslide .slick-arrow {
    z-index: 1;
}
section#birthslide .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}
section#birthslide .slick-prev:before {
    background: url(../../../assets/images/left1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
section#birthslide .slick-next:before {
    background: url(../../../assets/images/right1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
section#birthslide .slick-prev:before, section#birthslide .slick-next:before {
    font-size: 0px;
    line-height: 1;
    opacity: 1 !important;
    color: #000 !important;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 3px #e5e5e5b0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1120px) {
    .footer__ p.address, a.footer-column p {
        font-size: 15px;
    }

    .footer_logo .navbar-brand img {
        width: 198px;
        height: 160px;
    }

    .footer__ .text-panel .text-center, .footer-column {
        gap: 10px;
    }

    .footer__ .text-panel .text-center .img-tag img {
        width: 32px;
        height: 32px;
    }

    .footer__ .text-panel .text-center .img-tag {
        padding: 10px;
    }

    .footer-column .img-tag img {
        width: 18px;
        height: 18px;
    }

    .footer-column .img-tag {
        padding: 6px;
    }
}

@media (max-width:992px) {
    .border-column {
        border-right: 1px solid #ddd;
        border-left: none;
    }

    .footer_logo .navbar-brand img {
        width: 160px;
        height: 130px;
    }

    .address-box {
        padding: 50px;
    }

    .footer_logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .copyright-sec p {
        font-size: 12px;
    }

    .footer_container-fluid .policy-link a {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media(max-width:800px) {
    .address-box {
        padding: 32px;
    }
}

@media (max-width:650px) {
    .address-box {
        padding: 0px;
    }
}

@media (min-width:425px) and (max-width:628px) {
    #set_apart .card {
        width: calc(50% - 12px) !important;
    }
}

@media (max-width:576px) {
    #set_apart .card {
        height: 288px !important;
        padding: 12px 8px !important;
    }

    ul.preview-thumbnail.nav.nav-tabs .thumbnail-img {
        width: 100px;
        margin-bottom: 15px;
    }

    #chat__box .chat .message a {
        height: 250px !important;
    }

    #chat__box main footer {
        padding: 0 !important;
    }

    #gemstone_select .Shape_section img {
        width: 90px;
        height: 90px;
    }

    #set_apart .card .heading h3 {
        font-size: 24px !important;
        margin: 0 !important;
    }

    #set_apart .card .png-image {
        margin-bottom: 12px !important;
    }

    #set_apart .card .text p {
        font-size: 16px !important;
        margin: 12px 0px !important;
    }
}

/* @media (max-width:476px){

} */

@media (max-width:768px) {
    .copyright-sec {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .copyright-sec p {
        order: 2;
    }

    /* .product-gallery_preview a {
        padding: 6px;
        width: 8% !important;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    } */

    .footer_container-fluid .policy-link {
        order: 1;
    }
}

@media (max-width:576px) {
    .text-panel {
        width: 100%;
        /* margin: auto; */
    }

    .border-column {
        border-right: none;
        border-left: none;
        margin-bottom: 10px;
    }

    .footer__ .text-panel .text-center .img-tag img {
        width: 22px;
        height: 22px;
    }

    .footer__ .text-panel .text-center .img-tag {
        padding: 4px;
    }

    .col-lg-3.col-md-6.col-sm-6.address-box.d-flex.align-items-center {
        padding-left: 12px;
    }

    .footer__ .container-footer {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

    .copyright-sec p {
        text-align: center;
    }

    .footer_container-fluid .policy-link a {
        font-size: 13px;
        font-weight: 600;
    }

    .footer_logo {
        margin-bottom: 36px;
    }
}

@media (max-width:425px) {
    .footer_logo .navbar-brand img {
        width: 139px;
        height: 103px;
    }

    .footer_logo {
        margin-bottom: 20px;
    }

    .footer__ p.address, a.footer-column p {
        font-size: 14px;
    }

    .border-column {
        margin-bottom: 6px;
    }

    .text-panel {
        gap: 6px;
    }
}

/* 
@media (max-width:1320px){

} */

/* #footer .quick_link a {
    list-style: none;
    color: #000;
    text-decoration: none;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    font-family: 'cormorant infant';
    font-weight: 700;
} */

/* #footer .quick_link a.nav-link.dropdown-toggle {
    padding: 0!important;
} */

/* #footer .footer_logo_text {
    text-align: center;
    line-height: 25px;
    padding: 0px 15px;
} */
/* #footer .footer_nav_link {
    padding: 0;
    list-style: none;
    line-height: 30px;
    display: flex;
    justify-content: center;
    gap: 5PX 45px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin: 10px 0px;
 
    white-space: nowrap;
    flex-wrap: wrap;
    position: relative;
} */
/* #footer .quick_link_icon .footer_nav_link  li {
    font-size: 16px;
} */

/* #footer .quick_link_icon .footer_nav_link li a img {
    width: 18px;
} */


/* #footer .quick_link .footer_nav_link:before {
 
    position: absolute !important;
    content: '';
    border-bottom: 0.5px solid #000000c2;
    font-weight: 900;
    left: -155px;

    max-width: 156px;
    width: 100%;
    line-height: 1px;
    height: 1px;
    position: relative;
    top: 14px;
    font-size: 15px;
    letter-spacing: -1px;

    padding: 0px 0px;
} */
/* #footer .quick_link .footer_nav_link:after {

    position: absolute !important;
    content: '';
    border-bottom: 0.5px solid #000000c2;
    font-weight: 900;

    right: -155px;
    max-width: 156px;
    width: 100%;
    line-height: 1px;
    height: 1px;
    position: relative;
    top: 14px;
    font-size: 15px;
    letter-spacing: -1px;

    padding: 0px 0px;
} */

/* #footer .copyright-section{

} */

/* .copyright-section .footer-legal-info ul {
    display: grid;
    list-style: none;
    max-width: 500px;
    width: 100%;
    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: auto;
    margin: auto!important;
} */

/* .copyright-section .footer-legal-info ul li{
    padding: 5px;
    text-align: center;
}

.copyright-section .footer-legal-info ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #8c8c8c;
    letter-spacing: 0.5px;
} */

/* .copyright-section .footer-legal-info ul li:not(:last-child){
    border-right: 1px solid #ddd;
}

.copyright-section .footer-legal-info p{
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
} */

/* media */

/* @media (min-width:1573px) and (max-width:1646px){
    #footer .quick_link .footer_nav_link:before{
        left: -166px;
    }

    #footer .quick_link .footer_nav_link:after{
        right: -166px;
    }
} */

/* @media (min-width:1409px) and (max-width:1450px){
    #footer .quick_link .footer_nav_link:after {
        right: -170px;
    }

    #footer .quick_link .footer_nav_link:before {
        left: -170px;
    }
    } */

@media (min-width:468px) and (max-width:510px) {
    .img_box {
        gap: 15px 18px !important;
    }
}

@media (min-width:576px) and (max-width:1120px) {
    .product-section .product-box .img-box {
        height: 215px !important;
    }
}


@media(max-width: 1300px) {
    #locate .custom-nav-tab .nav-item .address_info_link .address_info_block h2 {
        font-size: 32px;
    }

    #locate .custom-nav-tab .nav-item .address_info_link .address_info_block .address_info li {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #set_apart .apart-chart-block .card_box:hover .card_content_box h3 {
        left: unset;
        line-height: inherit;
    }

    #set_apart .apart-chart-block .card_box .card_content_box h3 {
        font-size: 22px;
    }
}


@media(max-width: 1200px) {
    #set_apart .apart-chart-block .card_box {
        /*flex: 1 100%;
    width: 100%;*/
        flex-direction: column;
        gap: 0px;
        /*border: 1px solid #ddd;*/
        border-radius: 5px;
        box-shadow: 0px 4px 10px 1px #ddd;
        padding: 15px;
    }

    #set_apart .apart-chart-block .card_box:hover {
        box-shadow: none;
    }

    #set_apart .apart-chart-block .card_box .card_img_box {
        margin: 0px;
    }

    #set_apart .apart-chart-block .card_box .card_img_box::before {
        position: unset;
    }

    #set_apart .apart-chart-block .card_box svg {
        bottom: 0;
        top: 0;
    }

    #set_apart .apart-chart-block .card_box .card_content_box {
        padding-top: 0px;
        width: 100%;
        height: unset;
        text-align: center;
    }

    #set_apart .apart-chart-block .card_box .card_content_box h3 {
        font-size: 22px;
        text-align: center;
        position: unset;
    }
}


@media(min-width: 992px) and (max-width: 1024px) {
    #mobile-app .app-download-box .text_box {
        position: absolute;
        right: 0;
        left: 45%;
        top: 33%;
        /* bottom: 4px; */
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #mobile-app .app-download-box .text_box h2 {
        font-size: 30px;
        line-height: normal;
    }
}

@media(max-width: 991px) {
    #custom-navbar .c-collapse-nav {
        flex-basis: 100%;
        margin: 25px 0;
    }

    #why_choose .banner-content {
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 75px;
        background-color: #ffffff94;
    }

    #why_choose .banner-content h2 {
        line-height: normal;
        font-size: 30px;
    }

    #mobile-app .app-download-box .text_box {
        position: unset;
    }

    #our_promise .main-box {
        justify-content: center;
        gap: 20px
    }

    #our_promise .box {
        flex: 0 0 45%;
    }

    #our_promise .box:nth-child(odd) {
        transform: translateY(0px);
    }

    #locate .custom-nav-tab {
        position: unset;
    }

    #locate .custom-nav-tab .nav-item .address_info_link .address_info_block h2 {
        font-size: 26px;
    }

    #footer .quick_link {
        padding: 0px;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .container.block-height {
        width: 100%;
        max-width: 100%;
    }

    #nature-love .right-content .img_box {
        margin-bottom: 15px;
        text-align: center;
    }

    #nature-love .right-content .text p, #nature-love .right-content .text h2 {
        text-align: center;
    }

    #nature-love .right-content {
        width: 100%;
        padding: 50px;
    }

    #mobile-app .app-download-box {
        flex-direction: column;
    }

    #mobile-app .app-download-box .text_box {
        position: unset;
        padding-top: 15px;
    }

    #why_choose .banner-content h2 {
        line-height: normal;
        font-size: 28px;
    }

    #set_apart .apart-chart-block .card_box {
        flex: 1 100%;
        width: 100%;
    }

    h2,
    #mobile-app .app-download-box .text_box h2,
    #set_apart h2,
    #our_promise .content h2.title,
    #nature-love .right-content .text h2,
    #why_choose .banner-content h2 {
        line-height: normal;
        font-size: 38px;
    }

    #access_inventory .c-btn {
        font-size: 24px;
    }

    #locate .custom-nav-tab .nav-item {
        flex: 1 47%;
    }

    #footer .footer_logo_text, #footer .quick_link {
        padding: 15px;
        text-align: center;
    }

    #footer .newsletter, #footer .social_icon {
        text-align: center;
        justify-content: center;
    }
}


@media(max-width: 575px) {
    #nature-love .right-content {
        padding: 15px;
        padding-top: 50px;
    }

    #why_choose .banner-content {
        padding: 25px;
    }

    #access_inventory .c-btn {
        font-size: 20px;
    }

    .table-c-margin {
        margin-bottom: 5px;
    }
}

@media(max-width: 498px) {
    #our_promise .box {
        flex: 1 0 50%;
    }

    #footer .quick_link_icon .footer_nav_link li {
        font-size: 12px !important;
    }
}


.new_row_design {
    FLEX-FLOW: row-reverse;
}

#Contact-page_update_design {
    padding: 50px 12px 0;
}

#Contact-page_update_design .new_row_design {
    flex-direction: row-reverse;
    margin: 0px;
    flex-wrap: wrap;
}

#Contact-page_update_design .text-med p {
    display: flex;
    gap: 40px;
    align-items: center;
    color: #161616;
}

p.address_info i {
    width: 40px !important;
    height: 40px !important;
    font-size: 22px !important;
    padding: 12px;
}

#Contact-page_update_design .location_section {
    padding: 70px 60px;
    background-color: #c7dbfb;
    color: #343434;
}

#Contact-page_update_design .form-bag {
    /* background: #fff; */
    padding: 70px 60px;
    color: #343434;
}

#Contact-page_update_design .btn-blue {
    border: 1px solid #D2A66E;
    border-radius: 0px;
    padding: 10px 50px;
    text-transform: capitalize;
    font-size: 16px;
    transition: 0.5s;
    background: #D2A66E;
}

#Contact-page_update_design .btn-blue:hover {
    background: transparent;
    color: #D2A66E;
}

#Contact-page_update_design .custom_container {
    max-width: 1200px;
    width: 100%;
    height: auto;
}

.contact-page h1.text-white {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 17px;
}

#Contact-page_update_design .new_row_design h2 {
    text-transform: uppercase;
    font-size: 31px;
    text-align: center;
    font-weight: 400;
    font-family: 'Nunito Sans';
}

#Contact-page_update_design .form-control {
    border-radius: 0;
    border: none;
    /* background: #f1f1f1; */
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    border: 0.5px solid #dee2e6;
}

#Contact-page_update_design .form-control:focus {
    background: none;
    border-color: #D2A66E;
}

#Contact-page_update_design .form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
}

#Contact-page_update_design .form-part {
    padding: 2px 12px;
}

.contact-page .banner_section {
    position: relative;
}

.contact-page h1:after {
    display: block;
    content: '';
    border-bottom: 1px solid #fff;
    font-weight: 900;
    left: 0;
    right: 0;
    width: 157px;
    line-height: 1px;
    height: 1px;
    position: relative;
    top: 0px;
    font-size: 15px;
    letter-spacing: -1px;
    margin: auto;
    padding: 5px 0px;
}

/* ------------contact new design-------*/

.contact-page .contact_detail div.col-lg-4 {
    padding: 12.5px;
}

.contact-page .contact_detail div.address, .contact-page .contact_detail div.call-us, .contact-page .contact_detail div.email {
    border: 0.5px solid #dee2e6;
    height: 250px;
    padding: 20px 0;
}

.contact-page .contact_detail div.address, .contact-page .contact_detail div.call-us, .contact-page .contact_detail div.email {
    transition: 0.5s;
}

.contact-page .contact_detail div.address:hover, .contact-page .contact_detail div.call-us:hover, .contact-page .contact_detail div.email:hover {
    border-color: #D2A66E;
}

.col-lg-12.col-md-12.col-sm-12.col-xs-12.mx-auto .alert.alert-dismissable.fade.show.radius-flat.d-flex.justify-content-between {
    max-width: 1174px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    z-index: 999;
}

.contact-page .contact_detail .info-box-content.mt-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.contact-page .contact_detail .info-box-icon {
    text-align: center;
}

.contact-page .contact_detail .info-box-content p.col-title.text-center {
    font-size: 14px;
    color: #000000b3;
    font-weight: 700;
}

.contact-page .contact_detail .info-box-content p.col-value.text-center {
    font-size: 17px;
    font-weight: 500;
}

.contact-page .contact_detail .info-box-content p.map-link.text-center a {
    text-decoration: underline;
}

.contact-form .contact-heading h3, .about-sec .custom_container h2.heading {
    font-size: 50px;
    /* font-family: 'Nunito Sans'; */
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}

@media(max-width:576px) {

   
    #Contact-page_update_design .form-control {
        font-size: 14px;
        padding: 10px;
    }

    .contact-form .contact-heading h3 {
        font-size: 42px;
    }

    body .product-options_header h3, body .product-price.product_title.font-additional.font-weight-normal.customColor, body .color-diamond-detail .product-price.product_title.font-additional.font-weight-normal.customColor {
        font-size: 18px !important;
    }

    .product-options_header small.font-additional.font-weight-bold.text-uppercase.sku, .color-diamond-detail .color_sku small.font-additional.font-weight-bold.text-uppercase.product-sku {
        font-size: 18px !important;
    }

    .color-diamond-detail .product-description-main-body .product-description-head .product-description-title {
        font-size: 20px !important;
    }

    .product-price.font-additional.font-weight-normal.customColor {
        font-size: 18px !important;
    }
    section.similar-products .product-price.font-additional.font-weight-normal.customColor{
        font-size: 14px !important;
    }

    .product-options_header.clearfix.wow.fadeInUp {
        margin-top: 10px !important;
    }

    .gemstone_detail button.btn, .cart-email-btn button.btn {
        font-size: 14px;
    }

    .product-detail .product-options_header.clearfix.wow.fadeInUp {
        margin-top: 30px !important;
    }

    #Contact-page_update_design .new_row_design h2 {
        font-size: 26px;
        font-weight: 500;
    }

    .copyright-section .footer-legal-info ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px 0;
    }

    .copyright-section .footer-legal-info ul li {
        padding: 1px 5px;
    }

    .copyright-section .footer-legal-info ul li:nth-child(2) {
        border-right: none;
    }

    .whatsapp-icon img {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:1199px) and (min-width:992px) {
    #Contact-page_update_design .form-bag {
        padding: 70px 20px;
    }
}

@media(max-width:992px) and (min-width:769px) {
    .search_filter_cut.tps_filter.row .col-sm-4.col-md-6.col-lg-5.col-12, .row.new_add .col-sm-4.col-md-6.col-lg-5.col-12 {
        padding-left: 0px;
    }

    .col-sm-3.col-md-12.col-lg-2.col-xl-2.col-12.price_box, .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-12.row.new_add .col-sm-3.col-md-12.col-lg-2.col-xl-2.col-12 {
        padding: 0px;
    }

    /* -----------additional css--------------- */

    #gemstone_select .Shape_section p {
        font-size: 16px !important;
        margin-top: 25px !important;
    }

    #gemstone_select .Shape_section {
        margin-top: 46px !important;
    }

    #new_arrivals .container .text-center {
        padding-bottom: 35px !important;
    }

    #new_arrivals {
        padding: 50px 0px !important;
    }

    #customize_jewlery {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #customize_jewlery .container .row .col-9 .custom_h2 {
        line-height: 56px !important;
    }

    /* section#jewelry-style{
        margin-top: 80px!important;
    } */

}

@media(max-width:992px) {
    #custom-navbar .right-bar {
        display: flex;
        justify-content: start;
        padding-left: 20px;
        padding-bottom: 0 !important;
    }

    section#jewelry-style {
        padding: 0px;
        background-color: #F5F5EE;
        padding-top: 40px;
    }

    #custom-navbar .right-bar ul li ul.dropdown-menu li a {
        font-size: 16px;
    }

    #custom-navbar .right-bar ul li ul.dropdown-menu li {
        padding: 3px 10px;
    }

    #custom-navbar .right-bar {
        padding-bottom: 24px;
    }

    #new_arrivals .slick-prev:before, #new_arrivals .slick-next:before {
        font-size: 15px;
        width: 36px;
        height: 36px;
    }

    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        padding: 5px 7px;
        font-size: 14px;
    }

    #custom-navbar ul.dropdown-menu.dropdown-hover.header_dropdown.show li a {
        font-size: 14px;
        padding: 8px;
    }

    #banner-section .banner-slide .slick-prev:before, #banner-section .banner-slide .slick-next:before {
        /* font-size: 15px; */
        width: 36px;
        height: 36px;
        background-size: 18px;
    }

    #banner-section .banner-slide .slick-prev {
        left: 0px !important;
    }

    #banner-section .banner-slide .slick-next {
        right: 0 !important;
    }

}

@media(max-width:702px) {
    .search-header .search-box:before {
        right: 206px;
    }
}

@media(max-width:350px) {
    .search-header .search-box input[type="text"] {
        width: 200px;
        height: 40px;
    }

    .product-gallery_preview a {
        width: 12% !important;
    }

    .search-header .search-box button.searchButton {
        width: 60px;
        height: 40px;
    }

    .search-header .search-box .search_caret {
        left: 0px;
    }

    .search-header .search-box {
        right: -1500% !important;
    }

    .search-header .search-box:before {
        right: 183px;
    }
}

section#tab-hover {
    position: relative;
    /* padding: 0; */
    width: 100%;
    height: 650px;
    margin-top: 50px;
    margin-bottom: 50px;
}

section#tab-hover .tab {
    position: absolute;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    align-content: flex-end;
    margin: 0px;
}

section#tab-hover .tab-content {
    height: 650px;
    overflow: hidden;
}

section#tab-hover .tab-content img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

section#tab-hover .tab .info-col h2 {
    /*font-family: "NoeDisplay-Medium";*/
    font-size: 1.75rem;
    line-height: 40px;
    font-weight: 600;
}

section#tab-hover .tab .info-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
}

section#tab-hover .tab .info-col p {
    margin-bottom: 0;
    max-height: 0%;
    overflow: hidden;
    transition: max-height .3s ease-out;
}

section#tab-hover .tab .info-col:hover p {
    max-height: 100%;
    transition: max-height .8s ease-out;
}

/* select your gemston */
#gemstone_select {
    position: relative;
    padding: 50px 0px;
    background-color: #fff;
    box-shadow: 0px 2px 30px #e5e5e5;
}

#gemstone_select .Shape_section {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 0;
}

#gemstone_select .Shape_section p {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #000;
    margin-bottom: 0px;
    white-space: nowrap;
    font-weight: 500;
    font-family: 'Nunito Sans';
}

#gemstone_select .Shape_section .img-box {
    /* margin: auto; */
    text-align: center;
    flex: 1;
    object-fit: contain;
}

#gemstone_select .Shape_section img {
    /* height:123px; */
    margin: auto;
}

/* select your gemstone end*/

/* new arrivals css start */
#new_arrivals {
    padding: 80px 0px;
    background-color: #fff;
}

#new_arrivals .img-box {
    position: relative;
    /* max-width: 350px; */
    width: 300px;
    margin: auto;
    height: 300px;
}

#new_arrivals .img-box img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

#new_arrivals .img-box .hover_img {
    opacity: 0;
}

#new_arrivals .img-box img.img-fluid.non-hover_img {
    position: absolute;
    opacity: 1;
}

#new_arrivals .shape-detail:hover .hover_img {
    opacity: 1 !important;
    transition: opacity 1s cubic-bezier(.4, 0, .6, 1);
}

#new_arrivals .shape-detail:hover .non-hover_img {
    opacity: 0 !important;
    /* transition:opacity 1s cubic-bezier(.4,0,.6,1); */
    transition: opacity 1s cubic-bezier(.4, 0, .6, 1), visibility 1s cubic-bezier(.4, 0, .6, 1), height 1s cubic-bezier(.4, 0, .6, 1), color 1s cubic-bezier(.4, 0, .6, 1);
}

#new_arrivals .button_box {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 35%;
    opacity: 0;
}

#new_arrivals .button_box button {
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #000;
    width: 80%;
    margin: 20px;
    font-family: 'Cormorant Infant', serif;
}

#new_arrivals .shape-detail:hover .button_box {
    opacity: 1 !important;
    transition: opacity 1s cubic-bezier(.4, 0, .6, 1), visibility 1s cubic-bezier(.4, 0, .6, 1), height 1s cubic-bezier(.4, 0, .6, 1), color 1s cubic-bezier(.4, 0, .6, 1);
}

#new_arrivals .product_box {
    width: 300px;
    margin: auto;
    position: relative;
}

#new_arrivals .product_box .heading, #new_arrivals .product_box .star {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Nunito Sans';
    font-weight: 400;
}

#new_arrivals .product_box .sub-heading, #new_arrivals .product_box .price {
    font-size: 16px;
    color: #777777;
    text-transform: capitalize;
    letter-spacing: 1px;
}

#new_arrivals .product_box .price {
    color: #DAA14C !important;
}

#new_arrivals .product_box .text-box {
    margin-top: 10px;
    text-align: center;
}

#new_arrivals .slick-prev:before, #new_arrivals .slick-next:before {
    /* font-family: 'cormorant infant'; */
    font-size: 0px;
    line-height: 1;
    opacity: 1 !important;
    color: #000 !important;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    /* display: block; */
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px #e5e5e5b0;
    display: flex;
    justify-content: center;
    align-items: center;

}

#new_arrivals .slick-prev:before {
    background: url(../../../assets/images/left1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

#new_arrivals .slick-next:before {
    background: url(../../../assets/images/right1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

#new_arrivals .product_box .slick-next {
    right: -45px;
}

#new_arrivals .product_box .slick-prev {
    left: -45px;
}

/* new arrivals css end */
/* customize jewelry section start*/
#customize_jewlery {
    background-image: url('../../dia-home/images/customize-background.png');
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 55px;
}

#customize_jewlery .col-9 p {
    font-size: 20px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
}

#customize_jewlery .col-9 button {
    border: 1px solid #000;
    color: #000;
    text-transform: capitalize;
    padding: 8px 36px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    font-family: 'Nunito Sans';
}

#customize_jewlery .col-9 {
    margin: auto;
}

/* customize jewelry section  end*/
/* four section start */
#set_apart .card {
    width: 387px;
    height: 320px;
    text-align: center;
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px solid #ccccccc4;
    justify-content: center;
    transition: 0.5s;
}

#set_apart {
    padding: 100px 0px;
    background-color: #fff;
}

#set_apart .card .heading h3 {
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin: 15px 0px;
}

#set_apart .card .text p {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin: 15px 0px;
}

#set_apart .card:hover {
    transform: scale(1);
    box-shadow: 0px 0px 20px 3px #eeeeeec4;
    transition: transform 5s ease-in-out;
    border: 1px solid transparent;
}

.png-image {
    transition: all 0.5s ease-in;
    /* display: none; */
    opacity: 0;
}

#set_apart .card:hover .png-image {
    display: block;
    opacity: 1;
}

#set_apart .card .png-image img {
    display: none;
    margin: auto;
    transition: all 0.5s ease-in;
}

#set_apart .card:hover .png-image img {
    display: block !important;
}

/* four section end */

@media(max-width:1600px) {
    #custom-navbar .custom-navbar-nav {
        gap: 0px;
    }

    /* #custom-navbar .custom-navbar-nav .search-container button {
        padding: 4px 5px;
    } */

    #custom-navbar .custom-navbar-nav input[type=text] {
        padding: 7px 5px;
    }
}

@media (min-width:992px) and (max-width:1300px) {
    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        padding: 5px 15px;
        font-size: 13px;
    }

    #custom-navbar a.navbar-brand img {
        width: 100px;
    }

    #custom-navbar ul.dropdown-menu.dropdown-hover.header_dropdown.show li a {
        font-size: 13px;
    }

    button.userButton {
        font-size: 13px;
    }

    #custom-navbar .right-bar .icon-white-nowrap span {
        font-size: 13px;
    }

    li.dropdown ul.dropdown-menu li a {
        font-size: 13px;
    }
}

@media (min-width:1186px) and (max-width:1520px) {
    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        padding: 5px 6px;
        font-size: 14px;
        margin: 0 2px;
    }

    #custom-navbar a.navbar-brand img {
        width: 106px;
    }

    #custom-navbar ul.dropdown-menu.dropdown-hover.header_dropdown.show li a {
        font-size: 14px;
    }

    button.userButton {
        font-size: 14px;
    }

    #custom-navbar .right-bar .icon-white-nowrap span {
        font-size: 14px;
    }

    li.dropdown ul.dropdown-menu li a {
        font-size: 14px;
    }
}

@media (min-width:992px) and (max-width:1186px) {
    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        padding: 5px 8px;
        font-size: 12px;
    }

    #custom-navbar a.navbar-brand img {
        width: 129px;
    }

    #custom-navbar ul.dropdown-menu.dropdown-hover.header_dropdown.show li a {
        font-size: 12px;
    }

    button.userButton {
        font-size: 12px;
    }

    #custom-navbar .right-bar .icon-white-nowrap span {
        font-size: 12px;
    }

    li.dropdown ul.dropdown-menu li a {
        font-size: 12px;
    }
}

@media(max-width:1408px) {
    #footer .footer_nav_link {
        gap: 5px 18px;
        font-size: 15px;
    }

    #footer .quick_link_icon .footer_nav_link li {
        font-size: 16px;
    }

    .right-bar ul li a img {
        width: 16px;
        height: 16px;
    }

    button.userButton img {
        width: 16px;
        height: 16px;
    }

    .right-bar ul li a svg {
        width: 18px;
        height: 18px;
    }

    .right-bar ul {
        gap: 0 12px;
    }
}

@media(max-width:1230px) and (min-width:992px) {
    .right-bar ul li a img {
        width: 13px;
        height: 13px;
    }

    .right-bar ul {
        gap: 0 8px;
    }

    button.userButton img {
        width: 13px;
        height: 13px;
    }

    .right-bar ul li a svg {
        width: 16px;
        height: 16px;
    }

    .right-bar ul li a {
        white-space: nowrap;
    }
}

@media(max-width:1245px) {
    #gemstone_select .Shape_section {
        justify-content: space-evenly;
    }
}

@media(max-width:1165px) {
    #custom-navbar .nav-container {
        gap: 0px;
    }

    #custom-navbar .custom-navbar-nav .search-container:hover input[type=text] {
        display: block !important;
    }

    #custom-navbar .custom-navbar-nav .search-container input[type=text] {
        width: 115px;
    }

    #custom-navbar .custom-navbar-nav .search-container:hover button {
        border-radius: 0px 30px 30px 0px !important;
    }

    #footer .footer_nav_link {
        font-size: 15px;
    }

    #footer .quick_link_icon .footer_nav_link li {
        font-size: 14px;
    }
}

@media(max-width:1023px) {
    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        padding: 5px 4px;
        margin: 0 2px;
    }

    #customize_jewlery .container .row .col-9 .custom_h2 {
        line-height: 46px !important;
    }

    #customize_jewlery .col-9 p {
        margin: 8px 0;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        display: inline-block;
    }
}

@media (min-width:576px) and (max-width:768px) {
    #custom-navbar .custom-navbar-nav .nav-item .nav-link {
        /* width: 35%; */
        display: inline-block;
    }

}

@media(max-width:991px) {
    #custom-navbar .nav-container, #custom-navbar .custom-navbar-nav {
        flex: 1 auto;
        justify-content: space-between;
    }

    #jewelry-style .product_row {
        /* flex-wrap: wrap; */
        gap: 0;
        justify-content: space-evenly;
    }

    .search-header .search-box .search_caret {
        left: 13px;
    }

    .search-header .search-box:before {
        display: none;
    }

    .search-header .search-box {
        right: -1844%;
    }

    #jewelry-style .collection_card {
        height: auto !important;
        flex: 0 23% !important;

    }

    #jewelry-style .collection_card .media_box img {
        height: auto !important;
    }

    .navbar-toggler {
        border: 1px solid #c79f58;
        opacity: 1;
        background-color: #c79f58;
        padding: 2px 8px;
    }

    #custom-navbar .custom-navbar-nav .nav-item .nav-link, #custom-navbar .custom-navbar-nav .search-container .input-group {
        justify-content: center;
        /* text-align: center; */
        /* padding-left: 20px; */
        padding: 8px 20px;
        display: inline-block;
    }

    #custom-navbar ul.dropdown-menu.dropdown-hover.header_dropdown.show {
        border: none;
    }

    #custom-navbar .custom-navbar-nav .nav-item {
        width: 100%;
    }

    #custom-navbar .custom-navbar-nav input[type=text] {
        display: block;
    }

    #custom-navbar .custom-navbar-nav .search-container button {
        border-radius: 0px 30px 30px 0px;
    }

    #custom-navbar .custom-navbar-nav .search-container input[type=text] {
        width: auto;
    }

    #footer .quick_link .footer_nav_link:after {
        right: -100px;
        max-width: 100px;
    }

    #footer .quick_link .footer_nav_link:before {
        left: -100px;
        max-width: 100px;
    }

    #set_apart .card {
        width: 290px;
    }

    #set_apart .card .heading h3 {
        font-size: 25px;
    }

    #gemstone_select .Shape_section .img-box {
        flex: 1 0 25% !important;
    }

    #customize_jewlery .col-9 p, #jewelry-style .title-box span {
        font-size: 16px;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings .text {
        font-size: 20px;
    }

    #jewelry-style .collection_card .content_box {
        font-size: 14px;
    }

    h2, h1 {
        font-size: 40px;
    }
}

@media(max-width:767px) {
    #footer .quick_link .footer_nav_link:after {
        display: none;
    }

    #footer .quick_link .footer_nav_link:before {
        display: none;
    }


    #jewelry-style .product_row {
        flex-wrap: wrap;
        gap: 15px;
    }

    #jewelry-style .product_row .collection_card {
        flex: 0 47% !important;
    }


    /* --------additional css----------------- */

    #gemstone_select .Shape_section p {
        font-size: 16px !important;
        margin-top: 25px !important;
    }

    #gemstone_select .Shape_section {
        margin-top: 46px !important;
    }

    #new_arrivals .container .text-center {
        padding-bottom: 35px !important;
    }

    #new_arrivals {
        padding: 50px 0px !important;
    }

    #customize_jewlery {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #customize_jewlery .container .row .col-9 .custom_h2 {
        line-height: 56px !important;
    }

    #set_apart {
        padding: 60px 0 !important;
    }

    .custom__row {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .submit__btn {
        justify-content: center !important;
    }

}

@media (max-width:575px) {

    body .gemstone_detail .product-gallery_preview {
        margin: 0px 0% 0 !important;
    }

    .product-detail .product-cart.product-details-narrow.col-lg-6.col-md-12.col-sm-12.col-xs-12.clearfix {
        position: unset;
    }


    .product-detail .product-gallery_preview {
        margin: 50px 0% 0 !important;
    }

    #jewelry-style .collection_card {
        flex: 0 47% !important;
    }

    #banner-section .slide_img-right .banner-arrow {
        right: 2%;
    }

    #new_arrivals .slick-prev:before, #new_arrivals .slick-next:before {
        /* font-size: 10px; */
        width: 32px;
        height: 32px;
        background-size: 16px;
    }

    #new_arrivals .container .diamond-shapes-slider .slick-next {
        right: 4px !important;
    }

    #banner-section .slick-prev:before, #banner-section .slick-next:before {
        /* font-size: 10px; */
        width: 32px !important;
        height: 32px !important;
        background-size: 16px !important;
    }

    #gemstone_select .container {
        max-width: 100%;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings h1 {
        font-size: 30px !important;
        line-height: 26px !important;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings .text {
        font-size: 16px !important;
        line-height: 24px;

    }

    #customize_jewlery .col-9 p, #jewelry-style .title-box span {
        font-size: 16px !important;
    }

    h2 {
        font-size: 30px;
    }

    #customize_jewlery .container .row .col-9 .custom_h2 {
        line-height: 38px !important;
    }

    ul.preview-thumbnail.nav.nav-tabs {
        gap: 5px !important;
    }

    ul.preview-pic.tab-content {
        margin-bottom: 0px;
    }

    /* ------------additional css----------- */
    #customize_jewlery .col-9 button {
        margin-top: 15px !important;
    }

    #set_apart {
        padding: 50px 0 !important;
    }

    /* section#jewelry-style{
    margin-top: 50px!important;
} */

    #gemstone_select .Shape_section p {
        font-size: 14px !important;
        margin-top: 16px !important;
    }

    #jewelry-style .collection_card .content_box {
        font-size: 14px;
    }

    #banner-section .slide__content {
        padding: 10px 10px;
    }

    #footer .footer_nav_link {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}


/* media */
@media (min-width:1200px) and (max-width: 1400px) {
    h2, h1 {
        font-size: 50px;
    }

    #banner-section .slide__content {
        height: fit-content;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings {
        height: auto;
    }

}


@media (min-width: 1024px) and (max-width: 1199px) {
    #banner-section .slide .slide__img {
        padding: 0px 0px 12px 0px;
        padding-left: 30px;
    }

    #banner-section .slide__content.slide__content__right a.Explore {
        right: 89%;
        top: -21px;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings {
        max-width: 599px;
        height: auto;
        margin-left: auto;
        width: 100%;
    }

    #banner-section .slide__content {
        position: absolute;
        max-width: 485px;
        height: fit-content;
        margin: auto;
        padding: 50px;
        background-color: #ffffff;
        bottom: 0;
        top: 0;
        opacity: 80%;
        left: 35%;
    }

    h2, h1 {
        font-size: 38px;
        line-height: 40px;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings .text {
        font-size: 20px;
    }

    #customize_jewlery {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    #set_apart {
        padding: 80px 0;
    }

}

@media (max-width:992px) {
    .product-gallery_preview a {

        padding: 5px;
        width: 6%;
        margin-bottom: 0px;

    }
}

@media(max-width: 1024px) {
    #banner-section .slide .slide__img {
        display: none;
    }

    #banner-section .slide__content .slide__content__right_img {
        display: block !important;
        width: 75%;
        margin: auto;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings {
        height: auto;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings h1 {
        font-size: 30px;
        line-height: 40px;
    }

    #banner-section .slide__content {
        position: unset;
        flex: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #banner-section .slide__content.slide__content__right a.Explore {
        position: relative;
        padding: 8px 14px;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        z-index: unset;
        vertical-align: middle;
        line-height: normal;
        transform: unset;
        border: 1px solid #ccc;
        width: fit-content;
    }

    #banner-section .slide__content.slide__content__right a.Explore:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        content: "";
    }

    #banner-section .slide__content.slide__content__right a.Explore:after {
        display: none;
    }

}

@media(max-width: 992px) {

    /* .mid-ban.text-center h2 {
    font-size: 25px;
    line-height: 35px;
} */

    #banner-section .slide__content .slide__content__right_img {
        display: none !important;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings {
        height: 100%;
        padding: 20px 0px;
    }

    .section-top-inner.change-password-page .sidenav-user ul,
    .section-top-inner.profile-page .sidenav-user ul {
        display: flex;
        /* gap: 15px; */
    }

    .section-top-inner.profile-page .sidenav-user ul li,
    .section-top-inner.change-password-page .sidenav-user ul li {
        flex: 1;
    }

    .section-top-inner.change-password-page .sidenav-user ul li a,
    .section-top-inner.profile-page .sidenav-user ul li a {
        border-radius: 0;
    }

}

@media(max-width: 768px) {

    #custom-navbar a.navbar-brand img {
        width: 90px;
    }

    #banner-section .slide {
        flex-wrap: wrap;
    }

    #banner-section .slide__content {
        position: absolute;
        flex: 0 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        gap: 5px;
        left: 0;
        right: 0;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings {
        height: 100%;
        padding: 20px 0px 0 0;
        margin: auto;
    }

    #banner-section .slide_img-right {
        overflow: hidden;
        flex: 0 100%;
        height: fit-content;
    }


    .diamond-shapes-slider .slick-next {
        right: 25px;
    }

    .diamond-shapes-slider .slick-prev {
        left: 25px;
    }



}

@media(max-width:470px) {
    #gemstone_select .Shape_section .img-box {
        flex: 0 0 50% !important;
    }
}

/* -----------------------additional css------------------------------------------ */

.custom_container_new_arrival {
    max-width: 1540px;
    width: 100%;
    margin: auto;
}

#new_arrivals .container .text-center {
    padding-bottom: 46px;
}

#customize_jewlery .container .row .col-9 .custom_h2 {
    line-height: 62px;
}

.custom_small {
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 22px;
}

.sub-heading {
    font-weight: 550;
    padding-top: 5px;
}

/* #new_arrivals .product_box .text-box .heading .custom */

#new_arrivals .container .slick-arrow {
    z-index: 1;
}

#new_arrivals .container .slick-slide {
    min-height: 0px !important;
}

#new_arrivals .container .diamond-shapes-slider .slick-prev {
    left: 0px !important;
}

#new_arrivals .container .diamond-shapes-slider .slick-next {
    right: 30px;
}

/* --------------additional media query------------ */

@media (min-width:992px) and (max-width:1644px) {
    #set_apart .card {
        flex: 0 1 22%;
    }
}

@media (min-width:992px) and (max-width:1500px) {
    #set_apart .card .text p {
        font-size: 15px;
        margin: 10px 0px;
    }

    #set_apart .card .heading h3 {
        font-size: 32px;
        margin: 10px 0px;
    }

    #set_apart .card:hover .png-image img {
        width: 76px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #set_apart .card .heading h3 {
        font-size: 28px;
        margin-bottom: 8px;
        margin-top: 12px;
    }

    #set_apart .card .text p {
        font-size: 14px;
        margin: 10px 0px;
    }

    #set_apart .card:hover .png-image img {
        width: 60px;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    #set_apart .card {
        padding: 20px 12px;
    }
}

@media(max-width:1440px) {
    #customize_jewlery {
        background-position: center;
    }
}

@media (max-width:442px) {
    #banner-section .slide__content.slide__content__right .slide__content--headings h1 {
        font-size: 28px !important;
        line-height: 28px !important;
    }

    h2 {
        font-size: 28px;
    }

    #banner-section .slide__content.slide__content__right .slide__content--headings .text {
        font-size: 15px !important;
    }

    #banner-section .slide__content.slide__content__right a.Explore {
        font-size: 15px;
    }

    #banner-section .slide__content {
        gap: 12px;
    }

    #customize_jewlery .col-9 p, #jewelry-style .title-box span {
        font-size: 15px !important;
    }
}

/* ----------------flipbook css------------- */

.flipbook-mobile {
    width: 100%;
    height: 1000px;
    padding: 20px;
    background: #f5f5ee;
}

@media (min-width:992px) and (max-width:1032px) {
    .flipbook-mobile {
        height: 724px;
    }
}

@media (min-width:650px) and (max-width:992px) {
    .flipbook-mobile {
        height: 724px !important;
    }
}

@media (min-width:425px) and (max-width:650px) {
    .flipbook-mobile {
        height: 500px !important;
    }
}

@media (max-width:425px) {
    .flipbook-mobile {
        height: 420px !important;
        padding: 10px;
    }
}

@media (max-width:768px) {
    .copyright-section .footer-legal-info ul li a {
        font-size: 12px;
        white-space: nowrap;
    }
}

@media (max-width:425px) {
    #jewelry-style .collection_card .content_box {
        font-size: 12px;
    }

    #gemstone_select .Shape_section p {
        font-size: 12px !important;
    }

}

/* ----------------modal header--------- */

.modal-header {
    background: #D2A66E;
    color: #fff;
    position: relative;
    padding: 10px 16px;
}

.modal-title {
    font-family: 'Nunito Sans';
}

/* alert message css */

.alertify-notifier.ajs-top {
    top: 120px !important;
}

@media(min-width:991px) and (max-width:1200px) {
    .profile-page .card .card-body .new_add .control-label,
    .change-password-page .card .card-body .new_add .control-label {
        padding-left: 5px;
        padding-right: 0px;
    }
}

.dataTables_scroll .panel-body #example tbody tr td a {
    color: #000;
}

/* ----search btn ---- */

.searchInput {
    border: 1px solid #bbb;
    outline: none;
    border-radius: 4px;
}

.searchInput input {
    border: 0px;
    padding-left: 5px;
}

.searchInput button {
    width: 40px;
    border-left: 1px solid #bbb;
    border-radius: 0;
}

.searchInput input:focus-visible {
    outline: none !important;
}

.btn-primary {
    /* background-color: transparent!important; */
    border-color: #fff !important;
}

.offcanvas-body .searchInput {
    width: 100%;
    margin-bottom: 14px;
}

.offcanvas-body .searchInput input {
    width: 80%;
}

.offcanvas-body .searchInput button {
    width: 20%;
}

.product-section_main .filter-box {
    justify-content: center;
    gap: 16px !important;
}

.whatsapp-icon img {
    z-index: 1080;
    max-width: 40px;
    object-fit: contain;
}

/* design detail page css */

.design__detail {
    padding: 60px 10px;
    background: #f8fafc;
    position: relative;
}

.design__detail img.my-tooltip.my-dropdown.pull-right {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: auto;
}

.preview-pic.tab-content ul.ulist_design-detail {
    padding-left: 0;
}

/* .preview-pic.tab-content ul.ulist_design-detail{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
} */

.design__detail .preview-pic.tab-content li {
    list-style: none;
    padding: 10px;
    background: #ffff;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /* border: 1px solid #ccc; */
    /* min-height: 100px; */
}

.design__detail .preview-pic.tab-content li {
    margin-bottom: 12px;
}

.design__detail .preview-pic.tab-content li p {
    color: #8f8f8f;
    font-weight: 700;
    font-size: 15px;
    margin-top: 2px;
}

.row.message_section {
    padding: 30px 0 30px 0;
}

.row.message_section .heading h2 {
    font-family: 'nunito-sans', sans-serif;
    font-size: 28px;
}

.row.message_section table, .row.message_section table tr, .row.message_section table tr th, .row.message_section table tr td {
    border: 1px solid #ddd;
}

.row.message_section table th {
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    background-color: #d2b479;
    color: #fff;
}

.row.message_section table tbody tr td {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}

.reply__box label {
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
}

.reply__box .card {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    min-height: 108px;
}

.reply__box .form-group textarea {
    width: 100%;
    display: block;
    /* height: auto; */
    border-radius: 5px;
    border: 1px solid #ddd;
    min-height: 108px;
    padding: 10px 15px;
    background-color: transparent;
}

.reply__box .form-group textarea:focus, .reply__box .card:focus {
    border-color: #d2b479;
    outline: none;
}

.custom__row {
    display: flex;
    gap: 12px;
}

.submit__btn input, .submit__btn input:focus {
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #D2A66E;
    padding: 10px 19px;
    border: 2px solid #D2A66E;
    border-radius: 5px;
    transition: 0.5s;

}

.submit__btn input:hover {
    background-color: transparent;
    color: #D2A66E;
    border: 2px solid #D2A66E !important;
}

ul.preview-thumbnail.nav.nav-tabs {
    /* float: left; */
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 520px; */
    gap: 10px;
    border-bottom: 0;
}

.thumbnail-img {
    padding: 5px;
    width: 120px;
    height: 100px;
    min-height: 55px;
    display: flex;
    align-items: center;
}

td.date-td {
    white-space: nowrap;
}

@media(max-width:1399px) {
    .thumbnail-img {
        width: 100px;
    }
}

@media(max-width:1199px) {
    .product-gallery_preview {
        margin: 20px 0 0 !important;
    }

    .thumbnail-img {
        width: 80px;
    }
}

@media (max-width:991px) {
    .sh-portfolio-single-left.col-lg-7.col-md-12.col-sm-12.col-xs-12 {
        margin-top: 18px;
    }
}

@media (max-width:768px) {
    .row.message_section .heading h2 {
        margin-bottom: 12px;
    }
}

@media(min-width:575px) and (max-width:991px) {
    .thumbnail-img {
        width: 120px;
    }

    ul.preview-thumbnail.nav.nav-tabs {
        justify-content: flex-start;
        margin-left: 5px;
    }
}

.table-responsive-sm::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive-sm::-webkit-scrollbar:vertical {
    width: 4px;
}

.table-responsive-sm::-webkit-scrollbar:horizontal {
    height: 4px;
}

.table-responsive-sm::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    /* border-radius: 10px; */
    /* border: 2px solid #ffffff; */
}

.table-responsive-sm::-webkit-scrollbar-track {
    /* border-radius: 10px;   */
    background-color: #ffffff;
}

@media (max-width:576px) {
    .design__detail .preview-pic.tab-content li {
        padding: 6%;
    }

    .design__detail .sh-portfolio-single-left.col-lg-7.col-md-12.col-sm-12.col-xs-12 .preview-pic.tab-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .sh-portfolio-single-right.col-lg-5.col-md-12.col-sm-12.col-xs-12.clearfix ul.preview-pic.tab-content {
        max-height: 300px !important;
    }

    .sh-portfolio-single-right.col-lg-5.col-md-12.col-sm-12.col-xs-12.clearfix ul.preview-pic.tab-content li.tab-pane {
        height: 300px !important;
    }

    .sh-portfolio-single-left.col-lg-7.col-md-12.col-sm-12.col-xs-12, .sh-portfolio-single-right.col-lg-5.col-md-12.col-sm-12.col-xs-12.clearfix {
        padding-left: 0;
        padding-right: 0;
    }

    .row.message_section {
        padding: 22px 0 22px 0;
    }

    .row.message_section .heading h2 {
        font-size: 22px;
    }

    .row.message_section table tr td a.custom-img-responsive img {
        width: 50px;
    }

    div.row.reply__box .custom__row .form-group {
        margin-bottom: 0;
    }

    .col-lg-12.attach-file, .col-lg-12.padding-right-text {
        padding-right: 0;
    }
}

@media(max-width:445px) {
    .design__detail .preview-pic.tab-content li {
        /* white-space: nowrap; */
        font-size: 14px;
        padding: 12px 10px;
    }

    .design__detail .preview-pic.tab-content li p {
        font-size: 14px;
    }

    #chat__box main header h2 {
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .design__detail {
        padding: 50px 0px 30px;
        /* background: #f8fafc; */
    }
}

@media(max-width:378px) {
    .thumbnail-img {
        width: 65px;
    }

    .reply__box .card input#userfile {
        width: 70%;
    }
}

.approve-img-box {
    width: 100%;
    background-color: #fff;
    margin-bottom: 12px;
    height: 400px;
    padding: 24px;
}

.approve-img-box img {
    width: 100%;
    height: 100%;
    display: block;
}

/* chat box css */
#chat__box {
    /* max-width:750px; */
    max-height: 800px;
    background: #eff3f7;
    margin: 0 auto;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
    line-height: normal;
}

#chat__box .attach-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chat__box main {
    /* width:490px; */
    width: 100%;
    max-height: 800px;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

#chat__box h2,
#chat__box h3 {
    margin: 0;
    line-height: normal;
    font-family: 'Nunito Sans', sans-serif;
}

#chat__box .status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

#chat__box .green {
    background-color: #58b666;
}

#chat__box .orange {
    background-color: #ff725d;
}

#chat__box .blue {
    background-color: red;
    margin-right: 0;
    margin-left: 7px;
}

#chat__box main header {
    height: 60px;
    padding: 30px 20px 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chat__box main header>* {
    display: inline-block;
    vertical-align: top;
}

#chat__box main header img:first-child {
    border-radius: 50%;
}

#chat__box main header img:last-child {
    width: 24px;
    margin-top: 8px;
}

#chat__box main header div {
    margin-left: 10px;
    margin-right: 145px;
}

#chat__box main header h2 {
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
    font-family: 'Cormorant Infant', 'serif';
}

#chat__box main header h3 {
    font-size: 14px;
    font-weight: normal;
    color: #7e818a;
}

#chat__box .chat {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: auto;
    min-height: 450px;
    max-height: 450px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    scrollbar-width: thin;
}

#chat__box .chat li {
    padding: 10px 30px;
}

#chat__box .chat h2, .chat h3 {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

#chat__box .chat h3 {
    color: #b1b1b1;
    font-weight: 600;
}

#chat__box .chat .entete {
    margin-bottom: 5px;
}

#chat__box .chat .message {
    padding: 6px 8px 19px 9px;
    color: #000;
    line-height: 20px;
    max-width: 90%;
    min-width: 10%;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
    position: relative;
}

#chat__box .chat .message a {
    max-width: 350px;
    width: 100%;
    height: 350px;
    /* object-fit: contain; */
    display: flex;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

#chat__box .chat .message a img {
    width: 100%;
    height: 100%;
    display: inline;
    object-fit: contain;
}

#chat__box .chat .message a .content-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#chat__box .chat .message a .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#chat__box .chat .message a .content-overlay.active {
    opacity: 1;
}

#chat__box .chat .message a .content-details {
    top: 0;
    left: 50%;
    opacity: 0;
}

#chat__box .chat .message a .content-details.active {
    top: 50%;
    opacity: 1;
}

#chat__box .chat .message a .content-details .d-flex {
    justify-content: center;
    gap: 10px;
}

#chat__box .chat .message a .content-details .d-flex button {
    width: 150px;
    padding: 8px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #fff;
    position: relative;
}

#chat__box .chat .message a .content-details .d-flex button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#chat__box .chat .message a .content-details .d-flex button:nth-child(1) {
    border: 1px solid #8bc34a;
    background-color: #8bc34a;
}

#chat__box .chat .message a .content-details .d-flex button:nth-child(1):hover {
    color: #8bc34a;
}

#chat__box .chat .message a .content-details .d-flex button:nth-child(2):hover {
    color: #ff3547;
}

#chat__box .chat .message a .content-details .d-flex button:nth-child(2) {
    border: 1px solid #ff3547;
    background-color: #ff3547;
}

#chat__box .chat .message a .content-details .d-flex button:hover {
    background: transparent;
    color: #d2a66e;
}

/* #chat__box .chat .message a .fadeIn-bottom.active{
    top: 80%;
  } */

#chat__box .chat .message a .chat-img-bar {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 999;
}

#chat__box .chat .me {
    text-align: right;
}

#chat__box .chat .you .message {
    background-color: #ffffff;
}

#chat__box .chat .me .message {
    background-color: #d9fdd3;
}

#chat__box .chat .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
}

#chat__box .chat .you .triangle {
    border-color: transparent transparent #ffffff transparent;
    margin-left: 15px;
}

#chat__box .chat .me .triangle {
    border-color: transparent transparent #d9fdd3 transparent;
    /* margin-right: 375px; */
    margin-left: 97%;
}

#chat__box main footer {
    /* min-height: 70px!important; */
    /* display: flex; */
    /* align-items: center; */
    width: 100%;
}

#chat__box main footer p#blank_chat_err {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 52px;
}

ul.ulist_design-detail li.sh-portfolio-single-info-item.sh-table {
    padding-left: 24px;
}

#chat__box main footer textarea {
    resize: none;
    box-sizing: border-box;
    flex: 1 1 auto;
    border: none;
    border-radius: 6px;
    min-width: 0;
    /* min-height: 20px; */
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
    padding: 6px 10px;
}

#chat__box main footer textarea::placeholder {
    color: #ddd;
}

#chat__box main footer img {
    height: 30px;
    cursor: pointer;
}

#chat__box .sendable-area {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
}

#chat__box main footer a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #6fbced;
    vertical-align: top;
    /* margin-left: 333px; */
    /* margin-top: 5px; */
    display: inline-block;
    border: 1px solid black;
    padding: 8px 20px;
}

#chat__box .submit__btn {
    position: relative;
}

#chat__box .submit__btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#chat__box .processing-status {
    color: #667781;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    right: 8px;
    text-transform: capitalize;
}

.existing_order_section .table>tbody>tr>td, .existing_order_section .table>tbody>tr>th {
    white-space: nowrap;
}

@media(max-width:576px) {
    #chat__box main header {
        padding: 20px 10px 20px 10px;
    }

    #chat__box .chat li {
        padding: 10px 12px;
    }

    #chat__box main footer {
        /* height: 155px; */
        padding: 14px 10px 14px 10px;
    }

    #chat__box .chat .message {
        min-width: 30% !important;
    }
}

section.content .box-header.bg-primary {
    background-color: #d2a66e;
    padding: 14px 0 14px 5px;
}

section.content .box-header.bg-primary h3 {
    margin: unset;
}
.right-bar ul li.order-3.icon-white-nowrap {
    display: none;
}
.content-wrapper {
    margin-bottom: 25px;
}
.content-image {
    position: relative;
    overflow: hidden;
}
.content-text {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
}
.content-text.one {
    top: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 36%;
}
.sub-title p {
    font-size: 14px;
    color: #777777;
}
.cat-head h3 {
    font-size: 38px;
    color: #222222;
    text-align: center;
    font-weight: 600;
}
.content-text.two .cat-head h3 ,
.content-text.three .cat-head h3 ,
.content-text.four .cat-head h3 {
    font-size: 25px;
        text-align: left;
}

.content-text.two {
    top: 10%;
    left: 5%;
}
.content-text.three  ,
.content-text.four  {
        top: 10%;
    left: 10%;
}

.content-text.five .cat-head h3 ,
.content-text.six .cat-head h3 {
    font-size: 28px;
}
.content-text.five, .content-text.six {
    font-size: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 30%;
    left: 10%;
}
.for-page a {
    font-size: 14px;
    color: #222222;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-weight: 600;
    position: relative;
}
 .for-page a:before {
    transform-origin: right;
    transform: scaleX(1) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    fill: #222222;
}

 .for-page a:before {
    content: '';
    position: absolute;
    left: 0;
    border-bottom: 2px solid;
    bottom: -3px;
    width: 100%;
}
 .for-page a:after {
    transform-origin: left;
    transform: scaleX(0) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    fill: #222222;
}

 .for-page a:after {
    content: '';
    position: absolute;
    left: 0;
    border-bottom: 2px solid;
    bottom: -3px;
    width: 100%;
}
 .for-page a:after {
    border-color: #222222;
}

 .for-page a:hover:before {
    transform: scaleX(0) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
 .for-page a:hover:after {
    transform: scaleX(1) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.content-image img.img-fluid {
    transition: transform .5s cubic-bezier(0,0,.44,1.18);
}
.content-image:hover img.img-fluid{
    transform: scale(1.09);
}

section#jewl-category {
    margin: 50px 0px;
}
section#dia-shape {
    margin: 50px 0;
}
section#dia-shape h1 {
    font-family: "Josefin Slab", serif;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.dia-allshape .shape {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.dia-allshape .shape img.img-fluid {
    max-width: 100px;
    height: 100px;
}
.dia-allshape .shape p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #000;
}
@media(max-width:1400px){
    .mid-ban.text-center h2 {
    font-size: 42px;
}
    .content-text.one {
    top: 65%;
}
}
@media(max-width:1200px){
    .gems-btn a {
    padding: 8px !important;
    width: 280px !important;
    font-size: 16px !important;
}
        .mid-ban.text-center h2 {
    font-size: 34px;
            line-height: 40px;
}
    .content-text.two .cat-head h3, .content-text.three .cat-head h3, .content-text.four .cat-head h3 {
    font-size: 20px;
}
.cat-head h3,
.content-text.five .cat-head h3, .content-text.six .cat-head h3 {
    font-size: 24px;
}
.for-page a {
    font-size: 12px;
}
.for-page a:before {
    border-bottom: 1px solid;
}
}
@media(max-width:576px){
    .content-text.five, .content-text.six {
    top: 15%;
}
.content-text.one .cat-head h3 br {
    display: none;
}
.content-text.one {
    left: 25%;
}
.content-text.three, .content-text.four {
    top: 6%;
    left: 5%;
}
.content-text.five, .content-text.six {
    left: 5%;
}
.cat-head h3,
.content-text.five .cat-head h3, .content-text.six .cat-head h3 {
    font-size: 20px;
}
}
section#gemstone-bg {
    /* background-image: url(../../images/gems-banner.jpg); */
    /* height: 526px; */
    width: 100%;
    padding: 65px 10px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
}
.gems-btn a {
    border: 2px solid #818181;
    padding: 10px;
    /* max-width: 349px; */
    width: 350px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    /* color: #818181; */
    margin-top: 30px;
}
.gems-btn a:hover {
    background-color: #fff;
}
section#gemstone-bg .container-fluid {
    max-width: 1600px;
}
section#birthstone {
    background-color: #F5F5EE;
}
.mid-ban.text-center {
    margin-bottom: 50px;
}
@media(max-width: 992px) {
        .gems-btn a {
    width: 230px !important;
    font-size: 14px !important;
}
    .mid-ban.text-center h2 {
    font-size: 25px;
    line-height: 35px;
}}
@media(max-width: 768px) {
    .mid-ban.text-center h2 {
    font-size: 50px;
    line-height: 55px;
}
.mid-ban.text-center {
    margin: 71px 0;
}
.gems-btn a {
    padding: 8px !important;
    width: 280px !important;
    font-size: 16px !important;
}
}
@media(max-width: 576px) {
    .gems-btn a {
    width: 230px !important;
    font-size: 14px !important;
}
    .mid-ban.text-center h2 {
    font-size: 34px;
    line-height: 40px;
}
}