/** Shopify CDN: Minification failed

Line 1064:42 Expected ":"

**/

/* ----- Education---------- */
.template-page .page-container .breadcrumb{
  padding-top: 20px;
}
.more_help_wrapper {
    background: url(https://dl2vs6wk2ewna.cloudfront.net/showcase/education-web/help.png) no-repeat 100% 0 / cover;
    height: 380px;
    margin:50px 0 0;
}
.template_wedding-ring-education  .mb-5.col-lg-4.col-md-6 H2 {
    font-size: 25px;
}
.education-boxes-wrpr {
    padding:60px 0 20px;
}
.wedding-rings h2 {
    FONT-SIZE: 24PX;
}
.ed_banner .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
}
.ed_banner .banner {
    position: relative;
}
.banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
    margin-bottom: 20px;
}
.banner h1 {
    font-size: 35px;
    color: #FFF;
}

.edu-breadcrumb ol {
    background: transparent;
    justify-content: center;
    padding: 0;
    gap: 5px;
    color: #fff;
}
.edu-breadcrumb li a, .edu-breadcrumb li, .edu-breadcrumb li::before {
    color:#fff;
}
.breadcrumb-item+.breadcrumb-item::before {
   color: #fff;
}
.info-box {
    background-color: var(--primary-color);
}
.breadcrumb-item.active {
    color: #fff;
}
.info-box h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 50px;
    width: 80%;
    margin: 0px auto !important;
    padding: 50px 0;
}

.education-box {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.education-box > img {
    width: 100%;
    transition: 0.3s all ease-in-out;
    height: 100%;
    object-fit: cover;
}

.education-box .content {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.education-box .content h2 {
    color: #FFF;
    font-size: 24px;
}

.education-box .content a.viewmore {
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
    transition: 0.3s all ease-in-out;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.education-box:hover .content a.viewmore {
    color:#fff;
}

.education-box .content a.viewmore:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background:#fff; 
    transition: 0.3s all ease-in-out;
}

.education-box:hover .content a.viewmore:before {
    width: 100%;
}

.education-box .content img {
    width: 34px;
    height: 34px;
    padding-top: 7px;
    filter: blur(0px);
}

.education-box:hover > img {
    transform: scale(1.1);
    filter: blur(3px);
}

.education-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 20px;
}
/* 
.education-box:nth-child(2) {
    grid-row: 1 / 3;
    grid-column: 2;
    height: 100%;
} */

/* .education-box:nth-child(2) .content {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
} */

/* .education-box:nth-child(2) img {
    height: 100%;
    max-height: 855px;
} */


.more_help_wrapper h2 {
    font-size: 35px;
    color: #FFF;
    margin-bottom: 15px;
}

.more_help_wrapper p {
    color: #FFF;
    font-size: 14px;
}

.edu-btn {
    background:#000;
    color: #fff;
    border-radius: 0;
    width: 190px;
    line-height: 47px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}

.content-wrapper {
       padding: 60px 0 30px;
    scroll-behavior: smooth;

}

.content-wrapper .heading {
    font-size:30px;
    scroll-margin-top: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.content-wrapper img {
    max-width: 100%;
}

.sub-heading {
    font-size:25px;
    margin-bottom: 10px;
}

.content-wrapper p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 23px;
}

@media only screen and (min-width: 1366px) {
    .content-wrapper .container {
        max-width: 1280px !important;
    }

    .edu-container {
        max-width: 1280px !important;
    }
}

.table-of-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: space-between;
    grid-gap: 12px;
}

.table-of-content li {
    background: #F9F9F9;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    position: relative;
    overflow: hidden;
}

.table-of-content li a {
    color: #000;
    display: block;
    width: 78%;
}

.table-of-content li h4 {
    font-size: 16px;
}

.table-of-content li p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.table-of-content li img {
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    transition: 0.3s right ease-in-out;
}

.table-of-content li:hover,
.table-of-content li.is-current {
    background-color: var(--primary-color);
}
.table-of-content li:hover *{
  color:#fff;
}

.table-of-content li:hover img,
.table-of-content li.is-current img {
    right: 0;
}

html {
    scroll-behavior: smooth;
}

.sticky-breadcrumb {
    position: sticky;
    top: 170px;
    width: 320px;
    margin-left: 15px;
}

.sticky-breadcrumb h4 {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.sticky-breadcrumb li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.sticky-breadcrumb li {
    list-style: none;
    padding: 7px 10px;
    border-left: 4px solid #FFF;
}

.sticky-breadcrumb li:hover {
    background-color: #fbfbfb;
}

.sticky-breadcrumb li.is-current {
    border-color: var(--primary-color);
    background-color: #fbfbfb;
}

.sticky-breadcrumb li.is-current a {
    text-transform: uppercase;
    font-weight: 700;
}
.section-overlap {
    margin-top: -400px;
}

.sticky-breadcrumb {
    margin-top: 100px;
}

.diamond-types img {
    width:50px;
    height:50px;
}
.diamond-types h2 {
    font-size:20px;
}
.diamond-tabs {
    border: none;
}

.diamond-tabs li button {
    background: transparent !important;
    border: 0 !important;
    font-size:18px;
    color: #808080;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    transform: scale(0.8, 1);
}

.diamond-tabs li button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
}

.diamond-tabs li button.active::after { 
    background: #000;
}
#section-6 {
    background-color: rgb(249, 249, 249);
}
.diamond-tabs li button.active {
    color: #000 !important;

    /* transform: scale(1.05); */
}

.diamond-tabs li {
    position: absolute;
}

.diamond-tabs li:first-child {
    top: -30px;
    left: 210px;
}

.diamond-tabs li:nth-child(2) {
    left: 400px;
    top: 50%;
    transform: translateY(-50%);
}

.diamond-tabs li:nth-child(3) {
    bottom: -25px;
    left: 200px;
}

.diamond-tabs li:last-child {
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.diamond-tabs-wrapper > img {
    margin: 0 70px;
}
.diamond-tabs-wrapper > .tab-content {
    width: 62%;
    align-self: center;
    margin-left: auto;
    min-height: 350px;
    padding-left: 40px;
}
.tab-content>.tab-pane{
  opacity:1;
}

.section-overlap.loose-diamond-page {
    margin-top: 0;
}

.education-tabs h3 {
    font-size: 17px;
    color: #b3b3b3;
    margin: 0;
}

.education-tabs li.active h3 {
    color: #000;
}

.education-tabs li a {
    text-align: center;
}

.education-tabs li img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px;
}

.education-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.education-tabs li {
  list-style: none;
    padding: 0 30px 20px;
    border-bottom: 2px solid #ddd;
    position: relative;
}

.education-tabs li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background: #DDD;
}

.education-tabs li:last-child:after {
    display: none;
}

.education-tabs li.active {
    border-color: #000;
}

.education-tabs li.active img {
    filter: invert(83%) sepia(32%) saturate(319%) hue-rotate(354deg) brightness(103%) contrast(102%);
}
.banner h4 {
    margin: 20px 0 0;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
    width: 50%;
    text-align: center;
    line-height: 1.5;
}

.education-home {
    background-position: 100% 40% !important;
}


@media only screen and (max-width:1500px) {
    .main-content .col-xl-8 {
        max-width: 100% !important;
        flex: 1;
    }

    .education-box > img {
        height: 100%;
        object-fit: cover;
    }

    .education-box {
        height: 300px;
    }

    .info-box h3 {
        font-size: 22px;
        line-height: 42px;
        width: 75%;
    }

    .table-of-content {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .sticky-breadcrumb {
        margin-top: 100px;
    }

    .content-wrapper .heading {
        font-size:26px;
    }

    .banner {
        height: 320px;
    }

    .education-tabs h3 {
        font-size: 18px;
    }

    .education-tabs li {
        padding: 0 30px 20px;
    }

    .sticky-breadcrumb {
        width: auto;
        padding: 0 !important;
    }

    .diamond-tabs-wrapper > img {
        max-width: 22%;
        padding-left: 22px;  
    }

    .diamond-tabs li:first-child {
        top: 5px;
        left: 180px;
    }

    .diamond-tabs li button {
        font-size: 18px;
    }

    .diamond-tabs li button.active {
        transform: scale(1);
    }

    .diamond-tabs li:nth-child(3) {
        bottom: 5px;
        left: 175px;
    }

    .diamond-tabs li:nth-child(2) {
        left: 340px;
    }

    .banner h4 {
        width: 70%;
    }
}

@media only screen and (max-width: 1024px) {
.diamond-tabs li:nth-child(3) {
    top: 51%;
}
    .education-tabs h3 {
        font-size: 16px;
    }

    .content-wrapper .heading {
        font-size: 28px;
    }

    .diamond-tabs li:last-child {
        left: 0;
    }

    .diamond-tabs li:first-child {
        top: 25px;
        left: 160px;
    }

    .diamond-tabs li:nth-child(3) {
        bottom: 30px;
        left: 155px;
    }

    .diamond-tabs li:nth-child(2) {
        left: 300px;
    }

    .content-wrapper p {
        font-size: 13px;
        line-height: 20px;
    }

    .content-wrapper .heading {
        font-size: 25px;
    }

    .sub-heading {
        font-size: 21px;
    }

    .grid-section h2 {
        font-size: 20px;
    }

    .edu-breadcrumb li a, .edu-breadcrumb li, .edu-breadcrumb li::before {
        font-size: 14px;
    }



    .education-box .content {
        width: 100%;
    }

    .education-box .content h2 {
        font-size: 20px;
    }

    .banner h4 {
        width: 75%;
        font-size: 20px;
    }
} 

 @media only screen and (min-width: 795px) and (max-width: 993px) {
.diamond-tabs-wrapper>img {
    max-width: 13% !important;
}
    }

@media only screen and (max-width: 993px) {
    .education-tabs li {
        padding: 0 20px 15px;
    }

    .education-tabs h3 {
        font-size: 14px;
    }

    .table-of-content {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .table-of-content li p {
        font-size:13px;
        line-height:1.5;
    }

    .loose-diamond-page .diamond-tabs-wrapper {
        flex-direction: column;
    }

    .diamond-tabs-wrapper > img {
              max-width: 23%;
        /* max-width: 30%; */
    }

    .diamond-tabs li:first-child {
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .diamond-tabs-wrapper > .tab-content {
        width: 100%;
        margin-top: 80px;
    }

    .diamond-tabs li:nth-child(2) {
       left: auto;
        top: 90px;
        right: 17%;
        /* left: 480px;
        top: 90px; */
        transform: translateY(0);
    }

    .diamond-tabs li:nth-child(3) {
        bottom: auto;
        left: 50%;
        /* top:35%; */
        transform: translateX(-50%);
        /* bottom: auto;
        left: 50%;
        top: 230px;
        transform: translateX(-50%); */
    }

    .diamond-tabs li:last-child {
      left:18%;
        /* left: 180px; */
        top: 90px;
        transform: translateY(0);
    }

    .diamond-tabs-wrapper > .tab-content {
        margin-top: 80px;
        text-align: center;
        padding: 0 80px;
        min-height: auto;
    }

    div[id*="section-"] {
        margin-top: 30px;
    }

    .more_help_wrapper h2 {
        font-size: 22px;
    }
.content-wrapper p {
    font-size: 13px;
    line-height: 1.5;
}

    .template-page  .edu-btn {
        width: 140px;
        line-height: 35px;
        font-size: 13px;
    }

    .more_help_wrapper {
        height: 240px;
        margin: 50px 0 0;
    }

    .banner {
        height: 240px;
    }

    .metal-wrapper > img {
        width: 45%;
    }

    .banner h4 {
        width: 80%;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 0;
    }


    .education-box .content img {
        width: 22px;
        height: 22px;
    }

    .education-box .content a.viewmore {
        font-size: 14px;
    }

    .education-box .content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .banner h1 {
        font-size: 28px;
    }

    .education-box .content {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }

    .banner h4 {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500;
    }
    
    .education-boxes {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        margin-bottom: 16px;
    }
.education-boxes-wrpr .container {
    padding: 0 10px;
}
    .banner {
        margin-bottom: 16px;
    }

    /* .education-box:nth-child(2) {
        grid-column: 1;
    } */
}


 @media only screen and (min-width: 665px) and (max-width:780px){
.diamond-tabs li:nth-child(3) {
    top: 30%;
}
 }

@media only screen and (max-width: 600px) {
.diamond-tabs li:first-child {
    top: -40px;
}
.diamond-tabs li button {
    font-size: 15px;
}  
    .table-of-content {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .content-wrapper .heading {
        font-size: 30px;
    }

    .diamond-tabs-wrapper > .tab-content {
        padding: 0;
    }

    .diamond-tabs-wrapper > img {
         /* max-width: 40%;
        max-width: 60%; */
     width: min(100%, 120px);
        max-width: max-content; 
        margin: 0;
    }

    .diamond-tabs li:nth-child(3) {
              top: 130px;
        /* top: 245px; */
    }

    .diamond-tabs li:nth-child(2) {
        left: 10px;
              top: 40px;
        /* top: 100px; */
    }

    .diamond-tabs li:last-child {
        left: calc(100% - 70px);
         top: 45px;
        /* top: 100px; */
    }

    .section-overlap div[class*="col-"] {
        padding: 0;
    }

    .grid-section {
        text-align: center;
    }

    .grid-section p {
        margin: 0 auto;
        width: 95%;
    }

    #section-8 {
        margin-top: 30px;
    }

    .sub-heading {
        margin-top: 20px;
    }

    .more_help_wrapper {
        text-align: center;
        padding: 0 40px !important;
        background-position: 20% 20%;
    }

    .education-tabs {
        flex-wrap: wrap;
        grid-gap: 10px;
    }

    .education-tabs li {
        padding: 0 20px 15px;
        width: 40%;
        border: 2px solid #DDD;
        border-radius: 8px;
    }

    .education-tabs li {
        padding: 0;
        width: 47%;
        border: 2px solid #DDD;
        border-radius: 8px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .education-tabs li::after,
    .metal-wrapper img {
        display: none;
    }


    .fine-jewelery .main-content .col-xl-8 > .container {
        padding: 0;
    }

.table-of-content li:hover img,
.table-of-content li.is-current img {
    display: none;
}
}


@media (max-width:768px){
.shopify-section .education-boxes-wrpr {
    padding: 20px 0;
} 
.template-page  .content-wrapper {
    padding:50px 0;
}
.template-page  .education-tabs {
    padding-bottom: 20px;
}
.template-page .content-wrapper .heading {
    font-size: 27px;
    margin-top: 20px;
}
  
    .mt-80 {
        margin-top: 0px;
    }
    .mt-150{
        margin-top: 80px;
        width: 100%;
    }
    .py-5{
        padding-bottom: 0px !important;
    }
    .mt-50 {
        margin-top: 0px;
    }
    .mt-30 {
        margin-top: 0px;
    }
    
}
:root {
    --primary-color:#14344a;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.nav-link.active {
  font-weight: bold;
  color: blue;
}
.more_help_wrapper .edu-btn.btn:hover {
    color: #fff;
}
.metal-wrapper>img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.metal-wrapper .mt-40.row {
    margin-bottom: 45px;
}
.wpbingo-section--newsletter {
    padding: 50px 0;
}


@media only screen and (min-width:992px) and (max-width:1200px){
.diamond-tabs li:nth-child(3) {
    top: 86%;
}
.diamond-tabs li:nth-child(2) {
    left: 310px;
}  
.diamond-tabs li:first-child {
    left: 160px;
}  
.diamond-tabs li:nth-child(3) {
    left: 148px;
}  
.diamond-tabs li:last-child {
    left: -8px;
}  
}

@media only screen and (min-width:900px) and (max-width:991px){
 .diamond-tabs li:nth-child(3) {
    top:42%;
}   
.diamond-tabs-wrapper>img {
    max-width:20% !important;
    margin-top: 18px;
    margin-bottom: 28px;
}   
}

@media only screen and (min-width:780px) and (max-width:900px){
.diamond-tabs li:nth-child(3) {
    top:40%;
}  
.diamond-tabs-wrapper>img {
    max-width: 22% !important;
    margin-top: 18px;
    margin-bottom: 28px;
} 
}

@media only screen and (min-width:601px) and (max-width:780px){
.diamond-tabs li:nth-child(3) {
    top:36%;
}   
}

@media only screen and (max-width: 600px) {
.education-boxes-wrpr .education-boxes {
    grid-template-columns: repeat(1,1fr);x;
} 
.engagement-rings #section-1, .engagement-rings #section-2, .engagement-rings #section-3, .engagement-rings #section-4, .fine-jewelery #section-2, .fine-jewelery #section-3 {
        margin-top: 30px;
    }
  .content-wrapper .heading {
    font-size: 30px;
}
}

.type_grid h2 {
    font-size: 20px;
}

.type_grid .pb-5, .py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.ring-type-wrapper h2 {
    font-size: 20px;
}
/* ------End Education---------- */
#shopify-section-footer .content-toggle .title-footer {
    display: flex;
    justify-content: space-between;
}
.bwp-footer span {
    color: #fff;
}
.bwp-footer .title-footer:before{
  display:none;
}
.content-toggle.active .accordion-icon {
    transform: rotate(-180deg);
}
.content-toggle .accordion-icon {
  display:none;
}
.bwp-footer {
    padding-bottom: 0 !important;
}
 div[id*="section-"] {
    margin-top: 0;
}
@media (min-width: 576px) {

  
    .content-wrapper.loose-diamond-page .container {
        max-width: 100% !important;
    }
}