@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

/* @import "../fonts/DancingScript/dancing-script.css"; */

.header-toolbar-icons li:first-child {
    margin-right: 0;
}

.header-toolbar-icons li:first-child a#searchBtn {
    cursor: pointer;
    color: #000 !important;
}

.full-width-search {
    height: 0%;
    position: fixed;
    width: 100%;
    height: 0%;
    z-index: 999999;
    background: #fff;
    top: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.full-width-search.show {
    height: 100%;
}

.full-width-search .inner-search-section {
    padding: 50px 50px;
    height: 100%;
}

.search-form__submit {
    min-width: 7.5rem;
    height: 5.5rem;
}

.search-form__input {
    height: 5.5rem;
    font-size: 1.8rem;
}

.inner-search-section .serach-results {
    margin-top: 35px;
}

.search-view .product_list {
    display: flex;
    padding: 15px;
    margin: 0 0 15px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
    background: #f5f5f5;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
}

.search-view .product_list .product-details {
    padding-left: 20px;
    width: 66%;
    text-align: left;
}

.search-view .product_list .product-details p.pname {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.search-view .product_list .product-details p.purity {
    color: #8c8c8c;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0;
}

.search-view .product_list .product-details p.weight {
    margin: 0;
}

.search-view .product_list .product-details p b {
    margin-right: 5px;
}

.search-view .product_list .imagesearch img {
    border-radius: 10px;
}

.search-form-wrapper.search-form-wrapper-2 .serach-results {
    border: none !important;
}

.inner-search-section .serach-results {
    overflow: hidden;
    overflow-y: auto;
    max-height: 80vh;
    padding: 0;
    padding-right: 10px;
    min-height: 80vh;
}

.search-view a.product-card:hover {
    background: #b48825;
}

.search-view .product_list .imagesearch {
    width: 34%;
}

.full-width-search .search-form-wrapper.search-form-wrapper-2 {
    width: 100%;
    position: relative;
}

.full-width-search .search-form-wrapper.search-form-wrapper-2 .closesearch {
    position: absolute;
    right: 0;
    top: 0;
    min-width: unset;
    width: 60px;
    font-size: 24px;
}

.full-width-search .search-form-wrapper.search-form-wrapper-2 input#search {
    padding: 5px 75px 5px 20px;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    border-style: dashed;
}

.inner-search-section .serach-results::-webkit-scrollbar {
    width: 2px;
}

.serach-results .productSearch .row {
    margin-right: -7px;
    margin-left: -7px;
}

.serach-results .productSearch .row .col-md-3 {
    padding: 0 7px;
}

.inner-search-section .serach-results {
    position: relative;
}

.inner-search-section .serach-results .searchloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
}

.inner-search-section .serach-results .searchloader.show {
    display: flex;
}

.inner-search-section .serach-results .searchloader p {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.header-bottom button#searchBtn {
    display: none;
}

.site-title-view {
    text-align: center;
    margin-bottom: 20px;
}

.our-brands-slider {
    padding: 40px 0;
}

.site-title-view p {
    font-size: 36px;
    font-weight: 700;
    color: #b58b44;
    position: relative;
    font-family: dancing script, cursive;
    margin: 0;
}

.site-title-view p span {
    color: #000;
    font-family: "Dancing Script", cursive;
}

.brand-box .imageshow {
    background: #f5f5f5;
    overflow: hidden;
    border: 1px dashed #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px #ccc;
}

.brand-box .imageshow:hover img {
    transform: scale(1.05);
}

.brand-box .imageshow img {
    transition: 0.5s;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu {
    padding: 25px 10%;
    align-items: center;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.banner-menu-tab {
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    display: none;
    justify-content: space-between;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.banner-menu-tab.active {
    visibility: visible;
    opacity: 1;
    display: flex;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.banner-menu-tab .brand-logo {
    width: 25%;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.banner-menu-tab .brand-banner {
    width: 72%;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.brand-menu-collection {
    text-align: left;
    margin-bottom: 5px;
    width: max-content;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.brand-menu-collection a {
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.brand-menu-collection.active {}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.brand-menu-collection.active a {
    color: #b58b44;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.tabmenu {
    width: 20%;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.tabbody {
    width: 80%;
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.banner-menu-tab .brand-logo:after {
    content: "";
    background: #ddd;
    height: 30%;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.mainmenu__item.menu-item-has-children>ul.megamenu.brands-megamenu li.banner-menu-tab .brand-logo:before {
    content: "";
    background: #ddd;
    height: 30%;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.brand-view-slider button.slide-arrow {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 0;
    color: #000;
    margin: 0;
    font-size: 18px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.brand-view-slider .slider-image {
    margin: 0;
}

.brand-view-slider button.slide-arrow.next-arrow {
    right: 15px;
}

.brand-view-slider button.slide-arrow.prev-arrow {
    left: 15px;
}

.brand-product-section.shop_page {
    padding: 40px 0 50px;
}

.brand-product-section.shop_page .row {
    margin: 0 -5px;
}

.brand-product-section.shop_page .row .col-md-3 {
    padding: 0 5px;
    /* flex: 0 0 20%;
    max-width: 20%; */
}

.brant_total__box {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brant_total__box p.title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.brant_total__box p.desc {
    font-size: 16px;
    margin-bottom: 15px;
}

.brant_total__box .targetlink a {
    color: #b58b44;
    font-family: dancing script, cursive;
    width: max-content;
    position: relative;
    z-index: 1;
    font-size: 24px;
}

.brant_total__box p.title span.count {
    font-size: 80px;
    color: #b58b44;
    opacity: 0.3;
    line-height: 1;
    padding-right: 10px;
}

.brant_total__box .targetlink {
    position: relative;
    width: max-content;
}

.brant_total__box .targetlink:after {
    content: "";
    content: "";
    height: 1px;
    position: absolute;
    display: block;
    width: 40px;
    transition: width 0.3s ease-in-out;
    background-color: #b58b44;
    z-index: 0;
    bottom: 0;
}

.brant_total__box .targetlink:hover:after {
    width: 100%;
}

.site-title-view .brand-description {
    width: 40%;
    margin: 0 auto;
}

.site-title-view .brand-description p {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    line-height: 1.3;
}

.brand-product-section.shop_page .linktarget {
    text-align: center;
    margin-top: 15px;
}

.brand-product-section.shop_page .linktarget a {
    font-family: dancing script, cursive;
    font-size: 26px;
    color: #b58b44;
    color: #000;
    position: relative;
    font-weight: 600;
}

.brand-product-section.shop_page .linktarget a:after {
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    top: 60%;
    height: 1px;
    background: #b58b44;
    width: 30px;
    transform: translateY(-50%);
    transition: width 0.5s;
}

.brand-product-section.shop_page .linktarget a:before {
    content: "";
    position: absolute;
    right: calc(100% + 20px);
    top: 60%;
    height: 1px;
    background: #b58b44;
    width: 30px;
    transform: translateY(-50%);
    transition: width 0.5s;
}

.brand-product-section.shop_page .linktarget a:hover:before,
.brand-product-section.shop_page .linktarget a:hover:after {
    width: 50px;
}

.product-coming-soon {
    text-align: center;
    background: #f5f5f5;
    width: 30%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 7px 10px;
    margin-top: 30px;
}

.product-coming-soon p {
    font-size: 18px;
    font-weight: 600;
}

.site-title-view.left {
    text-align: left;
    margin: 0;
}

.site-title-view.left p {
    font-size: 32px;
}

.blog-area.blog__area-custom .blog-carousel_custom {
    height: 100%;
}

.blog-carousel_custom .blog {
    height: 100%;
}

.blog-carousel_custom .blog .blog__content {
    height: 100%;
}

.fixed-instagram-section a {
    position: fixed;
    bottom: 65px;
    background: #fff;
    left: 15px;
    z-index: 99;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient( circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    border-radius: 10px;
    color: #fff;
    font-size: 36px;
}

.fixed-instagram-section a:hover {
    color: #fff !important;
}

.serach-results .productSearch .row .category-searchview {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 25px;
}

.serach-results .productSearch .row .category-searchview p.titlecat {
    font-size: 18px;
    font-weight: 600;
    color: #b58b44;
}

.serach-results .productSearch .row .category-searchview ul {
    list-style: circle;
    padding-left: 20px;
}

.serach-results .productSearch .row .category-searchview ul li {}

.serach-results .productSearch .row .category-searchview ul li .details {}

.serach-results .productSearch .row .category-searchview ul li .details p.pname {
    margin: 0;
}

.brand-page-aboutus {
    padding-top: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}

.brand-page-aboutus .row {
    align-items: center;
}

.brand-page-aboutus .brand-about-image {
    text-align: center;
}

.brand-page-aboutus .brand-about-image img {
    /* background: #f7f7f7; */
    border-radius: 10px;
    height: 175px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.brand-page-aboutus .brand-about-description {
    /* padding-left: 2%; */
    text-align: center;
}

.brand-page-aboutus .brand-about-description ol li {
    padding-bottom: 7px;
}

.brand-page-aboutus .brand-about-description h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}

.brands-main-description {
    padding: 40px 2%;
    border-top: 1px solid #eee;
}

.brand-page-aboutus .brand-about-description h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.sitelink-section h3 {
    text-align: center;
    font-size: 18px;
    background: #eee;
    margin: 0;
    padding: 10px 10px;
}

.sitelink-section {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 25px;
}

.sitelink-section .sitelink-box-main {
    padding: 15px 18px;
}

.sitelink-section .sitelink-box-main ul {
    list-style: circle;
    margin: 0 !important;
    padding-left: 15px;
}

.sitelink-section .sitelink-box-main ul li {
    margin: 0;
    margin-bottom: 3px;
    padding: 0;
}

.sitelink-section .sitelink-box-main ul li a {
    font-size: 14px;
}

.sitelink-section .sitelink-box-main ul li::marker {
    color: #777;
}

.sitelink-section.designtypes {}

.sitelink-section.designtypes .sitelink-box-main {}

.sitelink-section.designtypes .sitelink-box-main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sitelink-section.designtypes .sitelink-box-main ul li {
    width: 25%;
}

.seocontentnearfooter {
    padding: 0 0 30px;
}

.social-round .social__link svg {
    width: 16px;
}

.fixed-contact-whatsapp {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    z-index: 99;
}

.fixed-contact-whatsapp a {}

.fixed-contact-whatsapp a img {
    height: 50px;
}

.fact-area.ind p {
    color: #898989;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

.fact-area.ind h3,
.fact-area.ind span {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0;
    color: #000;
}

.fact-area.ind .col-lg-3.col-sm-6 {
    flex: 0 0 20%;
    max-width: 20%;
}

.featured-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    border: 1px dashed #ccc;
    padding: 30px 25px;
    border-radius: 15px;
}

.featured-section .featured__box {
    text-align: center;
    width: 20%;
}

.featured-section .featured__box .featured__icon span {
    background: #f1f1f1;
    background: rgb(220 195 108 / 24%);
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #b58b44;
}

.featured-section .featured__box .featured__icon {
    min-height: 62px;
}

.featured-section .featured__box .featured__icon img {
    background: #f1f1f1;
    background: rgb(220 195 108 / 24%);
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #b58b44;
}

.featured-section .featured__box .featured__text {
    padding: 0 0px;
    min-height: 45px;
}

.featured-section .featured__box .featured__text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.single-products-area .product-details-action-bottom a:not(:last-child) {
    margin-bottom: 1.5rem !important;
}

.schedule-video-call {
    margin-top: 30px;
    width: 100%;
}

.schedule-video-call .schedule-video-box {
    background: transparent;
    border-radius: 15px;
    padding: 15px;
    border: 3px dashed #eee;
    display: flex;
}

.schedule-video-call .schedule-video-box .video-box-image {
    width: 25%;
}

.schedule-video-call .schedule-video-box .video-box-description {
    width: 75%;
    padding-left: 30px;
}

.schedule-video-call .schedule-video-box .video-box-description p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
}

.schedule-video-call .schedule-video-box .video-box-description p.desc {
    font-weight: 400;
    color: #898989;
    font-size: 14px;
    margin-bottom: 15px;
}

.schedule-video-call .schedule-video-box .video-box-description .btn-video-call {
    background: rgb(220 195 108 / 27%);
    color: #b58b44;
    font-size: 15px;
    padding: 12px 20px;
    height: auto;
    min-height: auto;
    line-height: normal;
    border-radius: 25px;
    width: 100%;
    font-weight: 700;
    box-shadow: none;
}

.featured-section .featured__box .featured__text p.des {
    font-size: 14px;
    font-weight: 400;
    color: #898989;
}

#videoCallModal {
    z-index: 1000000;
    pointer-events: none;
}

#videoCallModal.show .modal-dialog {
    top: 0;
}

#videoCallModal .modal-dialog {
    max-width: unset;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#videoCallModal .modal-dialog .modal-content {
    background: #fff;
    max-width: 30%;
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
}

#videoCallModal .modal-dialog .modal-content .modal-header {
    margin: 0;
    border: 0;
    background: #f5f5f5;
    justify-content: center;
    padding: 15px 15px;
}

#videoCallModal .modal-dialog .modal-content .modal-header p.modal-title {
    border: 0 !important;
    font-size: 18px;
    text-transform: unset;
    text-align: center;
    font-weight: 700;
    color: #000;
}

#videoCallModal .modal-dialog .modal-content .modal-header button.close {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    font-size: 26px;
    line-height: 1;
}

#videoCallModal .videoCall__inquiryForm {}

#videoCallModal .videoCall__inquiryForm .form-group {
    margin-bottom: 20px;
}

#videoCallModal .videoCall__inquiryForm .form-group .form-control {
    background: #f5f5f5;
    border: 1px solid transparent;
    height: 50px;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 10px;
    color: #000;
}

#videoCallModal .videoCall__inquiryForm .form-group textarea.form-control {
    height: unset;
    resize: none;
}

#videoCallModal .videoCall__inquiryForm form {}

#videoCallModal .videoCall__inquiryForm .btn-schedule {
    width: 100%;
    border-radius: 13px;
    background: #000;
    font-size: 16px;
    min-height: unset;
    line-height: normal;
    height: 45px;
}

#videoCallModal .modal-dialog .modal-content .modal-body {
    padding: 25px 35px;
}

#videoCallModal .videoCall__inquiryForm .form-group .form-control:focus {
    border-color: #ccc;
}

.goldrate__section {
    padding: 50px 0;
}

.goldrate__section .goldrate-img {
    display: flex;
    align-items: center;
}

.goldrate__section .goldrate-img img {
    height: 75px;
}

.goldrate__section .goldrate-img .information {
    margin-left: 15px;
}

.goldrate__section .goldrate-img .information p {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: normal;
    color: #1a1a1a;
}

.goldrate__section .goldrate-img .information p.date {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin: 0;
}

.goldrate__section .goldrateview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 20px 25px;
    border-radius: 15px;
    margin-top: 10px;
}

.goldrate__section .goldrateview .goldrate-box {
    width: 25%;
    text-align: center;
    position: relative;
}

.goldrate__section .goldrateview .goldrate-box:not(:first-child):before {
    content: "";
    width: 2px;
    background: #d3dae1;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.goldrate__section .goldrateview .goldrate-box .goldrate-description {}

.goldrate__section .goldrateview .goldrate-box .goldrate-description p.name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.goldrate__section .goldrateview .goldrate-box .goldrate-description p.rate {
    font-size: 24px;
    font-weight: 700;
    color: #be954c;
}

.goldrate__section .goldrate__section__inner {
    border-radius: 10px;
    padding: 35px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.goldrate__section .goldrateview .goldrate-box .goldrate-description p.name span {
    color: #787878;
    font-weight: 400;
    font-size: 13px;
}

.seocontentnearfooter {}

.seocontentnearfooter h1 {
    font-weight: 700;
    margin-bottom: 25px;
    /* font-size: 28px; */
}

.seocontentnearfooter h6 {
    font-size: 20px;
    font-weight: 600;
}

.seocontentnearfooter p {
    /* font-size: 16px; */
    margin-bottom: 10px;
}

.seocontentnearfooter h2 {
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    /* font-size: 26px; */
}

.seocontentnearfooter h3 {
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    /* font-size: 24px; */
}

.seocontentnearfooter h4 {
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    /* font-size: 20px; */
}

.seocontentnearfooter ul {
    list-style: circle;
    padding-left: 30px;
    margin-top: 15px;
}

.seocontentnearfooter ul li {
    margin-bottom: 5px;
}

.giftdescription {
    background: rgb(220 195 108 / 27%);
    width: max-content;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 2px dashed #b58b44;
}

.giftdescription p {
    color: #000;
    font-weight: 600;
}

.achievement-section {
    padding: 80px 0;
}

.achievement-section .first-title {
    margin-bottom: 25px;
}

.achievement-section .first-title p {
    font-size: 34px;
    font-family: dancing script, cursive;
    text-align: center;
    font-weight: 600;
}

.achievement-section .achievement-section-inner {
    /* background: #f7f7f7;
    padding: 25px 35px; */
    background: rgb(190 149 76 / 7%);
    padding: 25px;
}

.achievement-section .achievement-section-inner .first-image img {
    --s: 10px;
    padding: var(--s);
    border: calc(2 * var(--s)) solid #0000;
    outline: 1px solid #000;
    outline-offset: calc(-1 * var(--s));
    background: conic-gradient(from 90deg at 1px 1px, #0000 25%, #000 0);
    width: 100%;
}

.achievement-section .first-title p span {
    color: #be954c;
    font-family: dancing script, cursive;
}

.achievement-section .achievement-section-inner .description {
    margin-top: 35px;
}

.achievement-section .achievement-section-inner .description p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.achievement-section .achievement-section-inner .description ul {
    list-style: circle;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.achievement-section .achievement-section-inner .description ul li {
    margin-bottom: 10px;
}


/* .achievement-section .achievement-section-inner .description ul li a {
    color: #be954c;
    font-weight: 500;
} */

.achievement-section .achievement-section-inner .description p a,
.achievement-section .achievement-section-inner .description li a {
    color: #be954c;
    font-weight: 500;
}

.achievement-section .achievement-section-inner .description p span {
    font-weight: 700;
    color: #be954c;
}

.product-details-action-bottom .btn-whatsapp-inquiry {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2ecc71;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.product-details-action-bottom .btn-whatsapp-inquiry i {
    font-size: 20px;
    padding-top: 3px;
}

#forMoreDetails {
    z-index: 1000000;
    pointer-events: none;
}

#forMoreDetails.show .modal-dialog {
    top: 0;
}

#forMoreDetails .modal-dialog {
    max-width: unset;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#forMoreDetails .modal-dialog .modal-content {
    background: #fff;
    max-width: 30%;
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
}

#forMoreDetails .modal-dialog .modal-content .modal-header {
    margin: 0;
    border: 0;
    background: #f5f5f5;
    justify-content: center;
    padding: 15px 15px;
}

#forMoreDetails .modal-dialog .modal-content .modal-header p.modal-title {
    border: 0 !important;
    font-size: 18px;
    text-transform: unset;
    text-align: center;
    font-weight: 700;
    color: #000;
}

#forMoreDetails .modal-dialog .modal-content .modal-header p.modal-title span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    color: #555;
}

#forMoreDetails .modal-dialog .modal-content .modal-header button.close {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    font-size: 26px;
    line-height: 1;
}

#forMoreDetails .videoCall__inquiryForm .form-group {
    margin-bottom: 20px;
}

#forMoreDetails .videoCall__inquiryForm .form-group .form-control {
    background: #f5f5f5;
    border: 1px solid transparent;
    height: 50px;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 10px;
    color: #000;
}

#forMoreDetails .videoCall__inquiryForm .form-group textarea.form-control {
    height: unset;
    resize: none;
}

#forMoreDetails .videoCall__inquiryForm .btn-schedule {
    width: 100%;
    border-radius: 13px;
    background: #000;
    font-size: 16px;
    min-height: unset;
    line-height: normal;
    height: 45px;
}

#forMoreDetails .modal-dialog .modal-content .modal-body {
    padding: 25px 35px;
}

#forMoreDetails .videoCall__inquiryForm .form-group .form-control:focus {
    border-color: #ccc;
}


/* ------- diamond-bar css ------ */

section.diamond-bar {
    padding: 20px 0;
    /* background: #f8f8f8; */
}

.custom-container {
    margin: 0 90px;
}

section.diamond-bar .page-content,
section.labgrown-diamond .page-content {
    margin-top: 30px;
}

section.diamond-bar .page-content .title p,
section.shapes-section .page-content .title p,
section.princess-cut-section .page-content .title p,
section.labgrown-diamond .page-content .title p,
section.color-section .page-content .title p,
section.clarity-chart .page-content .title p,
section.diamond-carat-section .page-content .title p {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

section.diamond-bar .banner-image img,
section.labgrown-diamond .banner-image img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.four-c-inner-section .content-box {
    max-width: 500px;
    background: #f7f7f7;
    border: 2px dashed #be954c;
    padding: 40px 30px;
    border-radius: 40px 0px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.four-c-inner-section .title p {
    font-size: 28px;
    font-weight: bold;
    color: #be954c;
    margin-bottom: 10px;
    /* font-family: "Montserrat", sans-serif; */
}

.four-c-inner-section .content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    /* font-family: "Montserrat", sans-serif; */
}

section.diamond-bar .page-content .description p,
section.shapes-section .page-content .description p,
section.princess-cut-section .page-content .description p,
section.labgrown-diamond .page-content .description p,
section.color-section .page-content .description p,
section.clarity-chart .page-content .description p,
section.diamond-carat-section .page-content .description p {
    font-size: 16px;
    font-weight: 400;
}

section.diamond-bar .banner-image {
    margin-top: 40px;
}

section.clarity-section,
section.clarity-chart,
section.princess-cut-section {
    margin-top: 60px;
}

.clarity-section .left-image {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 100%;
}

.clarity-section .left-image img {
    /* height: 800px; */
    /* height: 100%; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.clarity-section .right-content .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.clarity-section .right-content .content {
    font-size: 16px;
    font-weight: 400;
}

.clarity-section .right-content p.sub-title {
    font-size: 20px;
    font-weight: 800;
    color: #be954c;
}

.clarity-section .right-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
}

.clarity-section .right-content ul li b {
    color: #be954c;
}

section.shapes-section {
    margin-top: 40px;
}

section.shapes-section .shapes {
    background: #f5f5f5;
    padding: 40px 45px 65px;
    border-radius: 15px;
    margin-top: 40px;
}

section.shapes-section .shapes .shape-images .shape-img-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-evenly;
    gap: 18px;
    overflow-y: scroll;
}

.shapes .title p {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 34px;
    text-align: center;
    color: #000;
}

section.shapes-section .shapes .shape-images .shape-img-wrapper .diamond-shape {
    width: 100%;
}

section.shapes-section .shapes .title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

section.shapes-section .shapes .shape-images .shape-img-wrapper .diamond-shape .shape-img-desc {
    cursor: pointer;
    display: flex;
    padding: 14px 20px 20px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 45px 0;
    background: #fff;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.08);
    width: 12;
    border: 1px dashed #be954c;
}

section.shapes-section .shapes .shape-images .shape-img-wrapper .diamond-shape .shape-img-desc p {
    color: #be954c;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 0 !important;
}

section.diamond-carat-section {
    position: relative;
}

section.diamond-carat-section .diamond-size-image {
    text-align: center;
}

section.diamond-carat-section .diamond-size-image img {
    max-width: 100%;
    width: 100%;
}

section.diamond-carat-section .page-content {
    padding: 90px 40px 90px 0;
    /* margin-right: -45%; */
    z-index: 1;
    position: relative;
    max-width: 662px;
    /* background: #be954c; */
}

.diamond-carat-section .image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.diamond-carat-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.four-c-wrapper.desktop-section {
    position: relative;
    max-width: 1600px;
    width: 96%;
    margin: 0 auto;
}

.four-c-wrapper.desktop-section img {
    display: block;
    width: 100%;
}

.four-c-wrapper.desktop-section .four-c-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
}

.four-c-wrapper.desktop-section .four-c-content .content-box {
    display: flex;
    flex-direction: column;
}

section.diamond-carat-section .diamond-size {
    text-align: center;
}

section.diamond-carat-section .image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.diamond-carat-section .image-container img {
    max-width: 100%;
    height: auto;
    display: none;
}

section.diamond-carat-section .image-container img.active {
    display: block;
}

section.diamond-carat-section .slider-container {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

section.diamond-carat-section input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0;
}

section.diamond-carat-section input[type="range"]::-webkit-slider-runnable-track {
    background: #b58b44;
    height: 10px;
    border-radius: 3px;
}

section.diamond-carat-section input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    background: white;
    border: 3px solid #be954c;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -7px;
}

section.diamond-carat-section .range-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #555;
    font-weight: 600;
}

section.diamond-carat-section .range-labels span.active {
    color: #be954c;
    font-weight: bold;
}

section.color-section {
    margin-top: 40px;
}

section.color-section .color-img {
    text-align: center;
}

section.color-section .color-img img {
    width: auto;
}

section.shop-button {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
}

section.shop-button a.btn.btn-medium {
    background: #be954c;
    border: 1px solid #be954c;
    color: #fff;
    transition: 0.3s ease-out;
}

section.shop-button a.btn.btn-medium:hover {
    background: #fff;
    color: #be954c;
}

section.clarity-chart li {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 23px;
}

section.clarity-chart li i.fa.fa-diamond,
section.clarity-section .right-content ul li i.fa.fa-diamond {
    font-size: 16px;
    margin-right: 8px;
    color: #be954c;
}

section.clarity-chart li b {
    color: #be954c;
}

section.four-c-inner-section {
    margin-top: 20px;
}

.four-c-wrapper.desktop-section {
    display: block;
}

.four-c-wrapper.mobile-section {
    display: none;
}

.social-round .social__item:not(:last-child) {
    margin-right: 8px;
}

.header-toolbar {
    align-items: center;
}

.social-round .social__link {
    width: 24px;
    height: 24px;
    transform: scale(1);
    transition: 0.4s all ease-in-out;
    line-height: normal;
}

.social-round .social__link:hover {
    transform: scale(1.1);
}

.header-toolbar .header-toolbar-icons {
    margin-right: 1.5rem;
}

a.btn.btn-sm.social-apps {
    font-size: 12px;
}

.footer-widget .playstorelink {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.footer-widget .playstorelink a.btn.btn-sm.social-apps:hover {
    transform: scale(0.9);
}

.footer-widget .playstorelink a.btn.btn-sm.social-apps {
    font-size: 14px;
    align-items: center;
    vertical-align: ce;
    display: flex;
    gap: 8px;
    margin: 0;
    background: transparent;
    color: #be954c;
    border: 2px solid #be954c;
    font-weight: 800;
    transform: scale(1);
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.playstorelink a img {
    height: 26px;
}

.blog-masonry-grid {
    column-count: 3;
    gap: 20px;
}

.blog-masonry-grid .blog-carousel_custom.blog-item {
    margin-bottom: 20px;
}


/* ---------------------- polki jewellery page css --------------------- */

.polki-jewellery-page {
    /* margin: 60px 0; */
    /* background-color: #f5e7d6; */
}

.polki-jewellery-page .page-main-title,
.polki-jewellery-page section.polki-set-section .set-content .page-main-title {
    font-size: 34px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    /* max-width: 450px; */
}

.polki-jewellery-page .main-banner-section {
    background: #f5e7d6;
    padding: 45px 0 70px;
}

.polki-jewellery-page .main-banner-section .polki-jewellery-image {
    text-align: center;
}

.polki-jewellery-page .main-banner-section .polki-jewellery-image img {
    border: 4px solid #b58b44;
    border-radius: 50% 50% 0 0;
    padding: 15px;
}

.polki-jewellery-page .main-banner-section .polki-jewellery-content p {
    font-size: 18px;
}

.polki-jewellery-page .main-banner-section .content-box {
    /* padding: 0px 0 0 40px; */
    display: block;
}

.polki-jewellery-page section.story-of-jewellery .story-of-jewellery-container .story-img img.story-img-1 {
    top: -75px;
    position: relative;
}

.polki-jewellery-page section.story-of-jewellery .story-of-jewellery-container .story-img img.story-img-2 {
    position: relative;
    bottom: -76px;
}

.polki-jewellery-page .jewellery-care-section .jewellery-care-container {
    background: linear-gradient(to right, #e3bb76 24%, #f5e7d6 24%);
    padding: 60px 0;
}

.polki-jewellery-page .jewellery-care-section .polki-jewellery-image {
    text-align: right;
}

.polki-jewellery-page .jewellery-care-section .jewellery-care-image img {
    border: 30px solid #fff;
    height: 565px;
    width: 100%;
}

.polki-jewellery-page .jewellery-care-section .polki-jewellery-content p {
    font-size: 16px;
}

.polki-jewellery-page .jewellery-care-section .content-box {
    padding: 0px 0 0 40px;
    display: block;
}

.polki-jewellery-page .jewellery-care-section .content-box .jewellery-care-content ul.unorder-list li {
    margin-bottom: 20px;
    font-size: 16px;
}

.polki-jewellery-page .jewellery-care-section .content-box .jewellery-care-content ul.unorder-list li b {
    line-height: 30px;
    font-size: 18px;
}

.polki-jewellery-page .jewellery-care-section .content-box .jewellery-care-content ul.unorder-list {
    list-style: disc;
}

.polki-jewellery-page .section-title p {
    font-size: 34px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 50px;
}

section.polki-set-section {
    padding: 80px 0;
    background: #f5e7d6;
}

.polki-jewellery-page section.jewellery-care-section {
    margin-top: 80px;
}

.polki-jewellery-page section.beyond-gender-section,
.polki-jewellery-page section.need-help-section,
section.visit-store-section {
    margin-top: 80px;
}

.polki-jewellery-page section.polki-set-section .set-content {
    padding-left: 30px;
}

.polki-jewellery-page section.story-of-jewellery .story-of-jewellery-container .story-img {
    padding-bottom: 25px;
    text-align: center;
}

.polki-jewellery-page section.story-of-jewellery .story-wrapper .row {
    align-items: stretch;
}

.polki-jewellery-page section.story-of-jewellery .story-wrapper .story-img-left {
    align-self: flex-start;
}

.polki-jewellery-page section.story-of-jewellery .story-wrapper .story-img-right {
    align-self: flex-end;
}

.polki-jewellery-page section.story-of-jewellery .story-wrapper .story-content-box {
    padding: 80px 8px 80px;
    text-align: center;
}

.polki-jewellery-page section.beyond-gender-section .box-content {
    padding: 50px 40px;
    background: #f5e7d6;
    /* background: #efe2d9; */
    height: 100%;
}

.polki-jewellery-page section.beyond-gender-section .box-content .diamond-svg svg {
    width: 100%;
    height: 50px;
    padding-bottom: 15px;
}

.polki-jewellery-page section.beyond-gender-section .box-content-para p {
    font-size: 16px;
    font-weight: 500;
}

.polki-jewellery-page section.need-help-section .need-help-container {
    background: #f5e7d6;
}

.polki-jewellery-page section.need-help-section .need-help-container .need-help-image img {
    width: 100%;
}

.polki-jewellery-page section.need-help-section .need-help-container .content-box {
    padding: 0px 50px;
}

.polki-jewellery-page section.need-help-section .need-help-container .content-box .need-help-content p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.polki-jewellery-page section.need-help-section .need-help-container .content-box .need-help-content a.btn.lets-chat-btn i.fa.fa-whatsapp {
    font-size: 20px;
    padding-left: 6px;
}

.polki-jewellery-page section.need-help-section .need-help-container .content-box .need-help-content .lets-chat-btn {
    text-align: center;
}

.polki-jewellery-page section.need-help-section .need-help-container .content-box .need-help-content a.btn.lets-chat-btn {
    border-radius: 0;
    width: 215px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
    transition: ease-in-out 0.4s;
}

.polki-jewellery-page section.need-help-section .need-help-container .content-box .need-help-content a.btn.lets-chat-btn:hover {
    background: transparent;
    color: #2e2e2e !important;
    border: 1px solid#2e2e2e;
    font-weight: 600;
}

.polki-jewellery-page section.polki-set-section .set-content p {
    font-size: 16px;
    font-weight: 500;
}

.polki-jewellery-page section.polki-set-section .set-content p.inner-para {
    font-size: 16px;
    font-weight: 700;
}

.polki-jewellery-page section.visit-store-section .store-image {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.polki-jewellery-page section.visit-store-section .store-card {
    /* background: #fff;
  padding: 18px; */
    border-radius: 50% 50% 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.polki-jewellery-page section.visit-store-section .store-image img {
    border-radius: 50% 50% 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.polki-jewellery-page section.visit-store-section .store-details {
    padding: 25px 20px;
    background: #fff;
}

.polki-jewellery-page section.visit-store-section .store-details ul li {
    font-size: 16px;
    padding-bottom: 15px;
}

section.visit-store-section {
    background-color: #e3bb76;
}

section.visit-store-section .main-title p.page-main-title {
    font-size: 58px;
    font-family: dancing script, cursive;
}

.polki-jewellery-page section.visit-store-section .visit-store-container {
    background: #e3bb76;
    padding: 70px 0 60px;
}

.polki-jewellery-page section.visit-store-section .visit-store-container .content-box {
    padding: 0 50px;
}

.polki-jewellery-page section.visit-store-section .visit-store-container .content-box .store-details ul li {
    font-size: 18px;
    padding-bottom: 20px;
}

.polki-jewellery-page section.visit-store-section .store-wrapper .store-map {
    width: 100%;
    height: 84%;
    padding: 20px 20px 0 40px;
}

.polki-jewellery-page section.visit-store-section .store-wrapper .store-map iframe {
    width: 100%;
    height: 100%;
}

.polki-jewellery-page section.visit-store-section .store-wrapper .mobile-title {
    display: none;
}


/* .shape-img-wrapper .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.shape-img-wrapper .slick-slide {
  display: flex !important;
  justify-content: center;
}
.shape-img-wrapper .slick-slide img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.slick-initialized .diamond-shape.slick-slide{
  margin: 15px 5px 0 !important;
} */

@media (max-width: 767px) {
    .header-bottom button#searchBtn {
        display: block;
        position: absolute;
        background-color: #fff;
        color: #000;
        top: 0.8rem;
        right: 1rem;
        border-radius: 4px;
        padding: 3px 6px;
        border: 1px solid #ccc;
        z-index: 999;
    }
    .full-width-search .inner-search-section {
        padding: 15px 15px;
        height: 100%;
    }
    .header-toolbar-icons li:first-child {
        display: none;
    }
    .fixed-contact-whatsapp {
        width: 35px;
        height: 35px;
    }
    .fact-area.ind .col-lg-3.col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .featured-section .featured__box {
        width: 50%;
        margin-bottom: 35px;
    }
    .featured-section {
        justify-content: center;
        margin-top: 0;
        flex-wrap: wrap;
        padding: 0;
        border: 0;
    }
    .single-products-area .product-details-action-bottom {
        width: 100%;
        margin-bottom: 10px;
    }
    button.btn.btn-medium.btn-style-2.add-to-cart {
        margin: 0 !important;
        width: 48%;
        text-align: center;
    }
    .single-products-area .product-details-action-bottom a.wishlistaction {
        margin: 0px 0 0 10px !important;
        width: 48% !important;
    }
    .schedule-video-call .schedule-video-box {
        flex-wrap: wrap;
    }
    .schedule-video-call .schedule-video-box .video-box-image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .schedule-video-call .schedule-video-box .video-box-image img {
        width: 100px;
    }
    .schedule-video-call .schedule-video-box .video-box-description {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #videoCallModal .modal-dialog .modal-content {
        max-width: 95%;
    }
    #videoCallModal .modal-dialog .modal-content .modal-header p.modal-title {
        font-size: 16px;
    }
    #videoCallModal .modal-dialog .modal-content .modal-header {
        padding: 10px 10px;
    }
    #videoCallModal .modal-dialog .modal-content .modal-header button.close {
        top: 5px;
    }
    #videoCallModal .modal-dialog .modal-content .modal-body {
        padding: 15px 25px;
    }
    #videoCallModal .videoCall__inquiryForm .form-group .form-control {
        height: 40px;
    }
    #videoCallModal .videoCall__inquiryForm .btn-schedule {
        font-size: 14px;
        height: 40px;
    }
    .goldrate__section .goldrateview {
        flex-wrap: wrap;
    }
    .goldrate__section .goldrateview .goldrate-box {
        width: 100%;
    }
    .goldrate__section .goldrateview .goldrate-box:not(:first-child):before {
        left: 50%;
        top: -20px;
        height: 1px;
        width: 50px;
        transform: translateX(-50%);
    }
    .goldrate__section .goldrateview .goldrate-box:not(:first-child) {
        margin-top: 35px;
    }
    .breadcrumb-area .page-title {
        margin-bottom: 0px;
    }
    .goldrate__section .goldrate__section__inner {
        padding: 20px;
    }
    .goldrate__section .goldrate-img .information p {
        font-size: 20px;
    }
    .goldrate__section .goldrate-img .information p.date {
        font-size: 15px;
    }
    .goldrate__section .goldrate-img .information {
        margin-left: 10px;
    }
    .goldrate__section .goldrate-img img {
        height: 70px;
    }
    .achievement-section {
        padding: 40px 0;
    }
    .achievement-section .achievement-section-inner {
        padding: 25px 15px;
    }
    .achievement-section .first-title p {
        font-size: 22px;
        line-height: 1.3;
    }
    .achievement-section .first-title p br {
        display: none;
    }
    .achievement-section .achievement-section-inner .first-image img {
        --s: 7px;
    }
    .achievement-section .achievement-section-inner .description {
        margin-top: 10px;
    }
    .achievement-section .achievement-section-inner .description p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .achievement-section .achievement-section-inner .description ul {
        margin-top: 15px;
        margin-bottom: 10px;
        padding-left: 15px;
    }
    .achievement-section .achievement-section-inner .description ul li a {
        font-size: 14px;
    }
    .achievement-section .achievement-section-inner .description ul li {
        margin-bottom: 7px;
    }
    .achievement-section .achievement-section-inner .row.mt-5 {
        margin-top: 1rem !important;
    }
    .achievement-section .achievement-section-inner .description.second p:last-child {
        margin-bottom: 0;
    }
    .achievement-section .achievement-section-inner .first-image img {
        margin-bottom: 10px;
    }
    #forMoreDetails .modal-dialog .modal-content {
        max-width: 95%;
    }
    #forMoreDetails .modal-dialog .modal-content .modal-header p.modal-title {
        font-size: 16px;
    }
    #forMoreDetails .modal-dialog .modal-content .modal-header {
        padding: 10px 10px;
    }
    #forMoreDetails .modal-dialog .modal-content .modal-header button.close {
        top: 5px;
    }
    #forMoreDetails .modal-dialog .modal-content .modal-body {
        padding: 15px 25px;
    }
    #forMoreDetails .videoCall__inquiryForm .form-group .form-control {
        height: 40px;
    }
    #forMoreDetails .videoCall__inquiryForm .btn-schedule {
        font-size: 14px;
        height: 40px;
    }
    /* -----diamond-page css-----*/
    .custom-container {
        margin: 0 15px;
    }
    section.diamond-bar .page-content,
    section.labgrown-diamond .page-content {
        margin-top: 16px;
    }
    section.diamond-bar .page-content .title p,
    section.shapes-section .page-content .title p,
    section.princess-cut-section .page-content .title p,
    section.labgrown-diamond .page-content .title p,
    section.color-section .page-content .title p,
    section.clarity-chart .page-content .title p,
    section.diamond-carat-section .page-content .title p {
        font-size: 16px;
        font-weight: 800;
        color: #b58b44;
    }
    section.diamond-bar .page-content .description p,
    section.shapes-section .page-content .description p,
    section.princess-cut-section .page-content .description p,
    section.labgrown-diamond .page-content .description p,
    section.color-section .page-content .description p,
    section.clarity-chart .page-content .description p,
    section.diamond-carat-section .page-content .description p {
        font-size: 14px;
    }
    .four-c-wrapper.desktop-section {
        display: none !important;
    }
    .four-c-wrapper.mobile-section {
        display: block !important;
        padding: 0 15px !important;
    }
    .four-c-wrapper.mobile-section img.basicDiamond.mobileImage {
        width: 100%;
    }
    .four-c-wrapper.mobile-section .content-box {
        padding: 25px 15px;
    }
    .four-c-wrapper.mobile-section .title p {
        font-size: 14px;
        font-weight: 800;
        color: #b58b44;
    }
    section.four-c-inner-section .description {
        margin-top: 20px;
    }
    section.four-c-inner-section .description p,
    .four-c-inner-section .content p,
    .clarity-section .right-content .content,
    .clarity-section .right-content ul li,
    section.clarity-chart li {
        font-size: 14px;
    }
    .clarity-section .right-content {
        margin-top: 20px;
    }
    .clarity-section .right-content .title {
        font-size: 16px;
        font-weight: 800;
        color: #b58b44;
    }
    .clarity-section .right-content p.sub-title {
        font-size: 15px;
    }
    section.clarity-section {
        margin-top: 30px;
    }
    section.clarity-chart,
    section.diamond-carat-section {
        margin-top: 20px;
    }
    section.diamond-carat-section .diamond-size {
        margin-top: 20px;
    }
    section.diamond-carat-section .page-content {
        padding: 0;
    }
    section.shapes-section .shapes {
        background: #ffffff;
        padding: 0;
        border-radius: none;
        margin-top: 30px;
    }
    section.princess-cut-section {
        margin-top: 50px;
    }
    .slick-initialized .diamond-shape.slick-slide {
        margin: 15px 5px 0 !important;
    }
    section.shapes-section .shapes .shape-images .shape-img-wrapper .diamond-shape .shape-img-desc p {
        font-size: 16px;
    }
    section.diamond-bar {
        padding: 0;
    }
    section.labgrown-diamond {
        margin-top: 30px;
    }
    .site-title-view .brand-description {
        width: 100%;
    }
    .polki-jewellery-page .page-main-title,
    .polki-jewellery-page section.polki-set-section .set-content .page-main-title {
        font-size: 24px;
    }
    .polki-jewellery-page .main-banner-section .content-box {
        margin-bottom: 20px;
    }
    .polki-jewellery-page section.story-of-jewellery .story-wrapper .story-content-box {
        padding: 0;
        margin: 35px 0;
    }
    .polki-jewellery-page .polki-set-section .set-content {
        margin-top: 35px;
    }
    .polki-jewellery-page section.beyond-gender-section .box-content {
        padding: 50px 20px;
    }
    .polki-jewellery-page section.beyond-gender-section .col-md-6 {
        padding: 0;
    }
    .polki-jewellery-page .jewellery-care-section .jewellery-care-container {
        background: linear-gradient(to right, #e3bb76 50%, #f5e7d6 50%);
        padding: 60px 0 40px;
    }
    .polki-jewellery-page .jewellery-care-section .content-box {
        padding: 40px 0 0 40px;
    }
    .polki-jewellery-page section.need-help-section .need-help-container .content-box {
        padding: 40px 0 50px;
    }
    .polki-jewellery-page section.visit-store-section .visit-store-container {
        background: #e3bb76;
        padding: 50px 15px 50px;
    }
    .polki-jewellery-page .main-banner-section .polki-jewellery-content p {
        font-size: 16px;
    }
    .polki-jewellery-page section.story-of-jewellery .story-of-jewellery-container .story-img img.story-img-1 {
        top: 0;
    }
    .polki-jewellery-page section.story-of-jewellery .story-of-jewellery-container .story-img {
        padding-bottom: 0;
    }
    .polki-jewellery-page section.story-of-jewellery .story-of-jewellery-container .story-img img.story-img-2 {
        bottom: 0;
        padding-bottom: 0;
    }
    .polki-jewellery-page section.story-of-jewellery {
        margin: 60px 0;
    }
    section.polki-set-section,
    .polki-jewellery-page section.beyond-gender-section,
    .polki-jewellery-page section.need-help-section,
    section.visit-store-section,
    .polki-jewellery-page section.jewellery-care-section {
        margin-top: 0;
    }
    .polki-jewellery-page section.polki-set-section .set-content {
        padding-left: 0;
    }
    .polki-jewellery-page section.visit-store-section .store-wrapper .mobile-title {
        display: block;
    }
    section.visit-store-section .main-title {
        display: none;
    }
    section.visit-store-section .store-title p.page-main-title {
        font-size: 34px;
        font-family: dancing script, cursive;
    }
    .polki-jewellery-page section.visit-store-section .store-wrapper .store-map {
        width: 100%;
        height: 100%;
        padding: 20px 0 0;
    }
    .polki-jewellery-page .jewellery-care-section .jewellery-care-image {
        padding: 0 15px;
    }
    .blog-masonry-grid {
        column-count: 1;
    }
    .polki-jewellery-page section.beyond-gender-section .col-md-12 {
        padding: 0;
    }
    .polki-jewellery-page section.need-help-section .need-help-container p {
        font-size: 20px;
    }
    section.polki-set-section {
        padding: 60px 0;
    }
    .polki-jewellery-page .jewellery-care-section .jewellery-care-image img {
        height: 100%;
    }
    .polki-jewellery-page section.need-help-section .need-help-container .content-box .need-help-content a.btn.lets-chat-btn {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .polki-jewellery-page .jewellery-care-section .jewellery-care-image img {
        height: 100%;
    }
    .polki-jewellery-page .jewellery-care-section .content-box {
        padding: 0px 0 0 18px;
    }
    .polki-jewellery-page .page-main-title,
    .polki-jewellery-page section.polki-set-section .set-content .page-main-title {
        font-size: 20px;
    }
    .polki-jewellery-page .main-banner-section {
        padding: 45px 0 120px;
    }
    .polki-jewellery-page section.story-of-jewellery .story-wrapper .story-content-box {
        padding: 56px 0px 56px;
    }
    .polki-jewellery-page section.visit-store-section .store-wrapper .store-map {
        height: 88%;
        padding: 20px 20px 0 20px;
    }
    section.visit-store-section .main-title p.page-main-title {
        font-size: 32px;
    }
    .polki-jewellery-page section.beyond-gender-section img {
        width: 100%;
        padding: 0 15px;
    }
    .polki-jewellery-page section.beyond-gender-section .box-content {
        text-align: center;
    }
    .blog-masonry-grid {
        column-count: 2;
    }
}

.header-top.flashSale_top {
    background: #b58b44 !important;
}

.flashSale_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.flashSale_section .saleContent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flashSale_section .saleContent p.title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.flashSale_section .saleContent p.desc {
    font-size: 16px;
    color: #fff;
}

.flashSale_section .saleContent p.desc span {
    font-weight: 700;
}

.flashSale_section .flashSaleTimer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.flashSale_section .flashSaleTimer p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.flashSale_section .flashSaleTimer p span {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .flashSale_section {
        flex-wrap: wrap;
        gap: 7px;
    }
    .flashSale_section marquee {
        width: 100%;
    }
}

section.book-an-appointment .appointment-form .form-header {
    background: #b58b44;
    border-radius: 5px 5px 0 0;
    padding: 20px 30px;
    text-align: center;
}

section.book-an-appointment .appointment-form .form-header p.main-title {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}

section.book-an-appointment {
    padding: 80px 0;
}

section.book-an-appointment .appointment-form .form-header {
    background: #b58b44;
    border-radius: 5px 5px 0 0;
    padding: 20px 30px;
    text-align: center;
}

section.book-an-appointment .appointment-form .form-header p.main-title {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}

section.book-an-appointment .appointment-form .form-header p.sub-title {
    font-size: 20px;
    color: #fff;
    line-height: normal;
}

section.book-an-appointment .appointment-form form.book-an-appointment-form label {
    color: #b58b44;
    font-weight: 600;
    font-size: 16px;
}

section.book-an-appointment .appointment-form form.book-an-appointment-form .form__input {
    border-color: #b58b44;
    background: #fff;
    border-radius: 5px !important;
}

section.book-an-appointment .appointment-form form.book-an-appointment-form .form__input.has-icon {
    padding-left: 35px;
    position: relative;
}

section.book-an-appointment .appointment-form .form-body {
    padding: 60px 120px;
}

section.book-an-appointment .appointment-form .form-group {
    margin-bottom: 30px;
}

section.book-an-appointment .appointment-form .form-body small.form-text {
    font-size: 14px;
    color: #b58b44;
    margin-top: 6px;
}

section.book-an-appointment .appointment-form {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

section.book-an-appointment .appointment-form form.book-an-appointment-form .select2-container--default .select2-selection--single {
    border-radius: 5px;
}

section.book-an-appointment .appointment-form form.book-an-appointment-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #b58b44 transparent transparent transparent;
}

section.book-an-appointment .appointment-form .form-body .form-row i,
section.book-an-appointment .appointment-form .form-body .form-row span {
    position: absolute;
    float: left;
    left: 20px;
    top: 12px;
    z-index: 2;
    font-size: 18px;
    color: #d1b586;
    /* color: #aeaeae; */
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #b58b44 !important;
    color: #fff !important;
    border-color: #b58b44 !important;
}

.flatpickr-day {
    color: #b58b44 !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: #aeaeae !important;
}

.flatpickr-day.today {
    border-color: #b58b44 !important;
}

.user-dashboard-tab p.title {
    font-size: 24px;
    font-weight: 700;
}

.user-dashboard-tab p.title span {
    color: #b58b44;
}

.user-dashboard-tab .titlHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-dashboard-tab .titlHeader p:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
}

.user-dashboard-tab .titlHeader p:nth-child(2) span {
    color: #b58b44;
}

@media screen and (max-width: 767px) {
    section.book-an-appointment .appointment-form .form-body {
        padding: 50px 30px;
    }
    section.book-an-appointment .appointment-form .form-header p.main-title {
        font-size: 20px;
    }
    section.book-an-appointment .appointment-form .form-header p.sub-title {
        font-size: 16px;
    }
    section.book-an-appointment .appointment-form form.book-an-appointment-form .form-row .half-col {
        margin-bottom: 20px;
    }
    section.book-an-appointment .appointment-form form.book-an-appointment-form .form-submit-btn button:hover {
        border: 1px solid #b58b44 !important;
        background-color: transparent !important;
        color: #b58b44 !important;
    }
    section.book-an-appointment .appointment-form form.book-an-appointment-form .form__input::placeholder {
        font-size: 14px;
    }
    section.book-an-appointment .appointment-form form.book-an-appointment-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
}