﻿@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/
/* 06 - RESPONSIVE STYLE*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
a:focus {
    outline: 0;
}

*:focus {
    outline: none;
    outline-width: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline-width: 0;
}

a {
    color: #0b219f;
    transition: color ease-in .3s;
    -moz-transition: color ease-in .3s;
    -webkit-transition: color ease-in .3s;
}

    a:active, a:hover, a:focus {
        outline: 0;
        color: #0b219f;
        text-decoration: none;
    }

::-moz-selection {
    background: #051c7b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #051c7b;
    color: #fff;
    text-shadow: none;
}

*, *:before, *:after {
    box-sizing: border-box;
}

li {
    list-style: none;
}

.form-control-login.acct-input.acct2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #8f8f8f;
}

.form-control-login.acct-input.acct2::-moz-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #8f8f8f;
}

.form-control-login.acct-input.acct2:-ms-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #8f8f8f;
}

.form-control-login.acct-input.acct2:-moz-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #8f8f8f;
}

.form-control-login.acct-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #000;
}

.form-control-login.acct-input::-moz-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #000;
}

.form-control-login.acct-input:-ms-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #000;
}

.form-control-login.acct-input:-moz-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #000;
}


.form-control-login.pwd-txt-nw::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #cfcfcf;
}

.form-control-login.pwd-txt-nw::-moz-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #cfcfcf;
}

.form-control-login.pwd-txt-nw:-ms-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #cfcfcf;
}

.form-control-login.pwd-txt-nw:-moz-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #cfcfcf;
}


a.chge-pwd:hover {
    text-decoration: underline;
}



.form-control-login.acct-input.clrop::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #8f8f8f;
}

.form-control-login.acct-input.clrop::-moz-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #8f8f8f;
}

.form-control-login.acct-input.clrop:-ms-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #8f8f8f;
}

.form-control-login.acct-input.clrop:-moz-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #8f8f8f;
}

select.form-control-login.acct-input.clrop {
    color: #8f8f8f;
}

a.cart-remove span {
    background: url(../img/social-icons.png)no-repeat !important;
    width: 20px !important;
    height: 24px !important;
    display: inline-block !important;
    background-position: -266px -27px !important;
    vertical-align: bottom !important;
    
}
a.cart-remove {
    color: #0b219f !important;
}

a.r-tm.cart-remove {
    text-decoration: none;
    /* margin-left: -90px;*/
    margin-top: 10px;
}
/*---------------------------------------------------------  Raji  -------------------------------------------------------------*/
body {
    color: #212121;
    background: #fff;
    font-family: 'Quattrocento';
    padding-right: 0 !important;
    letter-spacing: 0.1px;
    -webkit-overflow-scrolling: touch;
}

@font-face {
    font-family: 'Quattrocento';
    src: url('../fonts/Quattrocentod41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Quattrocento.woff') format('woff'), url('../fonts/Quattrocento.ttf') format('truetype'), url('../fonts/Quattrocento.svg#Quattrocento') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quattrocento-Bold';
    src: url('../fonts/Quattrocento-Boldd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Quattrocento-Bold.woff') format('woff'), url('../fonts/Quattrocento-Bold.html') format('truetype'), url('../fonts/Quattrocento-Bold.svg#Quattrocento-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header-top {
    max-height: 40px;
    padding: 5px 55px;
    background: #eaecf0;
}

.social-icons-top {
    margin: 0;
    padding-left: 0;
}

    .social-icons-top li {
        display: inline-block;
        margin-right: 7px;
    }

        .social-icons-top li a {
            vertical-align: middle;
            display: inline-block;
            border: 1px solid #282828;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

            .social-icons-top li a i {
                background: url(../img/social-icons.png)no-repeat;
                width: 28px;
                height: 28px;
                display: block;
            }

                .social-icons-top li a i.facebook {
                    background-position: 10px 8px;
                }

                .social-icons-top li a i.twitter {
                    background-position: -30px 8px;
                }

                .social-icons-top li a i.pinterest {
                    background-position: -69px 8px;
                }

                .social-icons-top li a i.google-plus {
                    background-position: -110px 8px;
                }

                .social-icons-top li a i.instagram {
                    background-position: 1px -33px;
                }

.top-right-menu {
    margin: 0;
    padding: 5px 0px;
}

    .top-right-menu li {
        display: inline-block;
        vertical-align: middle;
    }

        .top-right-menu li:first-child {
            margin-right: 20px;
        }

        .top-right-menu li a {
            font-size: 13px;
            color: #282828;
            text-transform: uppercase;
        }

            .top-right-menu li a span {
                background: url(../img/social-icons.png)no-repeat;
                width: 19px;
                height: 15px;
                display: inline-block;
            }

                .top-right-menu li a span.email {
                    background-position: -153px 2px;
                }

                .top-right-menu li a span.user {
                    background-position: -183px 2px;
                    height: 17px;
                }

.header-inner {
    background: #000000;
    padding: 15px 70px;
    position: relative;
    min-height: 150px;
    max-height: 150px;
}

div.logo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.logo img {
    display: block;
    margin: 0 auto;
}

.shopping-cnt li a span {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/social-icons.png)no-repeat;
    vertical-align: middle;
}

.shopping-cnt li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px 0 15px;
    border-right: 1px solid #565656;
}

    .shopping-cnt li a {
        font-size: 14px;
        color: #c2c2c2;
    }

        .shopping-cnt li a span.search {
            background-position: -234px -4px;
        }

        .shopping-cnt li a span.login {
            background-position: -272px -4px;
        }

        .shopping-cnt li a span.cart {
            background-position: -315px -4px;
        }

    .shopping-cnt li:last-child {
        padding-right: 0;
        border-right: 0;
    }

.menu {
    background: #373737;
    padding: 0px 0px;
    min-height: 51px;
}

.navbar-nav > li > a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 35px;
}
.shadedtext {
    background-color: #fafafa;
    padding-right: 0 !important;
    padding: 25px;
    color: #a59999 !important;
    font-weight: 600;
    font-size: 24px !important;
}

    .shadedtext span {
        font-weight: 600;
        font-size: 24px;
    }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-part {
    background: #373737;
}

.carousel-indicators li {
    background-color: #f9fafb;
    border: 2px solid #d4dbe0;
    border-radius: 50%;
    height: 12px;
    margin: 0 4px !important;
    width: 12px;
}

.carousel-indicators .active {
    background-color: grey;
    height: 12px;
    margin: 0 12px;
    width: 12px;
    border-color: grey;
}

.carousel-indicators {
    bottom: -45px;
}

.item .carousel-caption {
    left: 0;
    padding-bottom: 30px;
    right: 0;
    text-align: left;
    top: 10%;
    text-shadow: none;
}

.item:nth-child(even) .carousel-caption {
    left: 0;
    right: 0;
    text-align: right;
    top: 14%;
}
.carousel-caption h1 {
    font-size: 47px;
    font-style: italic;
    color: #fff;
    box-shadow: none;
    letter-spacing: 0.5px;
    margin: 20px 0 10px;
}
.carousel-caption h2 {
    font-size: 48px;
    font-style: italic;
    color: #fff;
    box-shadow: none;
    letter-spacing: 0.5px;
}
h1.design-head {
    font-size: 42px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}
.banner-member-bg h1 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 15px;
}
.posabs-abt h1 {
    font-size: 24px;
    color: #fff;
}
.cust-view h1 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 22px;
}
h1.jewelry-head {
    color: #fff;
    margin: 0;
    font-size: 48px;
    font-family: 'Quattrocento-Bold';
    font-style: italic;
    text-align: center;
}
.carousel-caption.des-handmade h1 {
    text-align: center;
    font-style: normal;
}
.carousel-caption p {
    font-size: 34px;
    color: #fff;
    box-shadow: none;
    letter-spacing: 0.5px;
}

.carousel-caption a {
    font-size: 24px;
    margin: 30px 0;
    padding: 10px 30px;
}
/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.carousel-caption p {
    animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.carousel-caption a {
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.nicescroll-rails {
    z-index: 9999 !important;
}

.nicescroll-cursors {
    border: 0 !important;
    background: #373737 !important;
}

.bg1 {
    background: url(../img/banner/banner1.png)no-repeat;
    min-height: 445px;
    width: 100%;
    background-size: cover;
}

.bg2 {
    background: url(../img/banner/banner2.png)no-repeat;
    min-height: 445px;
    width: 100%;
    background-size: cover;
}

.container, .swiper-wrapper {
    position: relative;
}

a.btn-read {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    width: 140px;
    height: 50px;
    background-color: rgba(255,255,255,0);
    border: solid 1px #bbbcbd;
    display: block;
    padding: 14px 20px;
    margin: 25px 0;
}

.btn-readhover {
    color: #fff;
}

.banner-static-bg {
    background: transparent url(../img/diamond-bg.png)no-repeat;
    min-height: 207px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

.bn-img, .bn-text {
    display: inline-block;
    vertical-align: middle;
}

.bn-text {
    font-size: 22px;
    color: #c2c2c2;
    text-align: left;
    padding: 128px 0px 0 270px;
}

.out-story {
    display: table;
    padding: 60px 0;
}

.our-story-img {
    display: table-cell;
    vertical-align: middle;
}

.our-story-cnt h3 {
    color: #000000;
    font-size: 40px;
    font-style: italic;
    margin: 0 0 10px;
}

.our-story-cnt span {
    color: #000000;
    font-size: 18px;
    font-family: 'Quattrocento-Bold';
    display: block;
    margin-bottom: 15px;
}

.our-story-cnt p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}

.our-story-cnt {
    padding-right: 25px;
}

.gr-bg {
    background: #e6e6e4;
    min-height: 540px;
    padding: 72px 20px;
}

.lnk-txt {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    cursor: pointer;
}

.ar-rgt img {
    display: inline-block;
}
.edu-txt h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 2em;
}
span.ar-rgt {
    display: inline-block !important;
    margin-left: 10px;
}

.gr-bg h2 {
    color: #000000;
    font-size: 34px;
    font-style: italic;
    margin: 0;
    text-align: center;
}

.gr-bg img {
    margin: 30px auto;
}

.gr-bg h2 span {
    font-size: 26px;
}

.gr-bg h2.fnt-st {
    font-style: inherit;
}

.top-right-menu i {
    font-style: normal;
}

.blk-bg {
    background: #030303;
    padding: 60px 0;
}

.swiper-container .swiper-slide.swiper-slide-active {
    width: 100% !important;
}

.bn-para {
    font-size: 20px;
    color: #c2c2c2;
    line-height: 30px;
    display: block;
}

.swiper-slide.slider-thumb {
    min-height: 280px;
    background: #fff;
}

.swiper-container2.swiper-container-horizontal {
    overflow: hidden;
}

.caption-img {
    background: #ededed;
    color: #000000;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 -30px 0 -31px;
    padding: 20px 20px;
}

h3.head-slider {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 28px;
}

    h3.head-slider span {
        font-size: 28px;
    }


.mt-30{
    margin-top: 30px;
}
.info-text {
    font-size: 22px;
    color: #a4a4a4;
    margin-top: 35px;
}

.portfolio-text{
    font-size:17px;
    text-align:center;
    line-height:30px;
}

.font-15 {
    font-size: 15px;
}

.exit-refer-table .portfolio-text {
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

.lnk-txt2, .lnk-txt2:hover, .lnk-txt2:focus {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin-top: 12px;
    cursor: pointer;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.contant-part .homepage-title {
    background: url("../img/svg/bg-program.html") no-repeat center center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 500;
    line-height: 190px;
    margin: 60px auto;
    min-height: 190px;
    text-align: center;
}

.blue-bg {
    background: #fff;
    padding: 20px;
    min-height: 416px;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .blue-bg:before {
        display: none;
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        top: 0;
        right: 0;
        background: white;
        background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
        box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width, height;
        transition-property: width, height;
    }

    .blue-bg:hover:before, .blue-bg:focus:before, .blue-bg:active:before, .blue-hover:hover .blue-bg:before, .blue-hover:hover .blue-bg:focus:before, .blue-hover:hover .blue-bg:active:before {
        width: 40px;
        height: 40px;
    }

.bluebg-img2:before {
    display: none;
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.bluebg-img2:hover:before, .bluebg-img2:focus:before, .bluebg-img2:active:before {
    width: 15px;
    height: 15px;
}

.bluebg-img2 {
    background: #fff;
}

    .bluebg-img2 h3 {
        margin-top: 0
    }

.three-part-home img {
    width: 100%;
    max-height: 416px;
}

.blue-bg h3 {
    color: #000000;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
}

.y-auto {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

.blue-bg h3 span {
    font-size: 30px;
    text-transform: none;
    font-style: italic;
    display: block;
}

.blue-bg h4 {
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.blue-bg p {
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    line-height: 34px;
    padding-top: 10px;
}

.apply-now-img {
    padding: 40px 0;
}

.apply-now-des {
    padding-top: 90px;
}

    .apply-now-des h3 {
        color: #000000;
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 30px;
    }

.blue-hover img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.blue-hover:hover img { /*-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-o-transform: scale(1.15);-ms-transform: scale(1.15);transform: scale(1.15);*/
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.our-mission-part {
    background: url("../img/polygon-bg.html") no-repeat center top;
}

.overflow-hid {
    overflow: hidden
}

.btn-new {
    width: 263px;
    height: 40px;
    letter-spacing: 0.5px;
    background-color: #9c9293;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
}

    .btn-new:hover {
        color: #fff;
    }

.unique-jewel li {
    margin-bottom: 12px;
    list-style: none;
    display: block;
    background: url(../img/arrw-rgt-white.png)no-repeat;
    font-size: 22px;
    color: #a4a4a4;
    text-align: left;
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 20px;
    background-position: center left;
}

    .unique-jewel li a {
        color: #a4a4a4;
    }

ul.unique-jewel {
    padding: 20px 0px 20px 100px;
}

.unique-jewel li:last-child {
    background: none;
    margin: 20px 0 0;
}

.img-auto {
    margin: 0 auto;
    display: block;
}

.blk-bg.blk2 {
    padding: 60px 0 20px;
}

.modal-body.about-vedio iframe {
    width: 100%;
    height: 600px;
}

.read-mre {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    display: block;
    width: 133px;
    height: 40px;
    background-color: #9c9293;
    border-top: 1px solid #645c5d;
    border-bottom: 1px solid #645c5d;
}

.whtebg2 {
    padding: 60px 0;
}

.card.mb-4.box-shadow {
    padding: 0 0px;
}

.read-mre:hover {
    color: #fff;
}

.art-hd {
    text-align: center;
    font-size: 40px;
    color: #000000;
    margin-bottom: 30px;
}

h4.hd-txt {
    font-size: 18px;
    color: #000000;
    font-family: 'Quattrocento-Bold';
    margin: 20px 0 20px;
}

.card-text {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
}

.box-shadow:hover {
    -webkit-box-shadow: 0 0 10px rgba(222,222,222,.54);
    -moz-box-shadow: 0 0 10px rgba(222,222,222,.54);
    box-shadow: 0 0 10px rgba(222,222,222,.54);
    border: solid 1px #d5d4d4;
}

img.card-img-top {
    width: 100%;
}

.box-shadow {
    border: 1px solid transparent;
}

.swiper-container3 {
    overflow: hidden;
}

    .swiper-container3 .swiper-slide.slider-thumb {
        min-height: inherit;
    }

    .swiper-container3 .swiper-button-next, .swiper-container3 .swiper-button-prev {
        margin-top: 22px;
    }

.white-bg.cust-view {
    padding: 60px 0 10px;
    border-bottom: 1px solid #000;
}

.cust-view h3 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 22px;
}

.info-hd h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #343538;
    margin: 0;
}

.str-grp, .feefo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.fa-star.checked {
    background: url(../img/star.png)no-repeat;
    vertical-align: middle;
    width: 23px;
    height: 21px;
    display: inline-block;
    font-size: 0;
}

.fa-star {
    background: url(../img/star-unchecked.png)no-repeat;
    vertical-align: middle;
    width: 23px;
    height: 21px;
    display: inline-block;
}

.feefo {
    font-size: 24px;
    color: #0e0e0e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

    .feefo span {
        color: #5c5b5b;
    }

.feefo-icon {
    display: inline-block;
    vertical-align: super;
}

.hgt-lne {
    display: inline-block;
    font-weight: 100;
    color: #ececec;
    width: 1px;
    height: 18px;
    background: #ececec;
    margin: 0 4px;
}

p.fe-txt {
    color: #8f8f8f;
    font-size: 15px;
    margin: 10px 0;
}

    p.fe-txt a {
        color: #167ab8;
        cursor: pointer;
    }

.mt-40 {
    margin-top: 45px;
    display: block;
}

    .mt-40 img {
        margin: 0 auto;
        display: block;
    }

.fa-star2.checked {
    background: url(../img/star2.png)no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    display: inline-block;
}

.fa-star2 {
    background: url(../img/star-unchecked2.png)no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    display: inline-block;
}

.cust-rev-part {
    margin: 50px 0;
}

    .cust-rev-part h4 {
        font-size: 16px;
        color: #000000;
        font-family: 'Quattrocento-Bold';
        margin: 5px 0 10px;
    }

    .cust-rev-part p {
        font-size: 15px;
        color: #000000;
        line-height: 23px;
    }

        .cust-rev-part p span {
            display: block;
            color: #8f8f8f;
            font-size: 14px;
        }

.whte-bginner {
    padding: 30px 0 20px;
}

.gia-text {
    margin: 0;
    padding: 0;
}

    .gia-text li {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        color: #343538;
        font-family: 'Quattrocento-Bold';
    }

        .gia-text li span {
            display: inline-block;
            margin: 0 15px;
        }

        .gia-text li a {
            color: #343538;
        }

.foot-text {
    font-size: 26px;
    color: #fff;
    margin-bottom: 50px;
}

.foot-brand-img {
    margin: 0 80px;
}

#myModal-2colearnmore h2.background span:before, #myModal-2colearnmore h2.background span:after {
    width: 37%;
}

.m-b-35 {
    margin-bottom: 35px;
}

.logo-grp {
    margin: 30px 0 0;
    padding: 0;
}

    .logo-grp li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

.footer-container {
    background: #1a1e22;
    padding: 45px 0 30px;
}

    .footer-container h4 {
        margin: 0 0 20px;
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'Quattrocento-Bold';
    }

    .footer-container ul {
        margin: 0;
        padding: 0;
    }

    .footer-container li a {
        display: block;
        font-size: 12px;
        color: #fff;
        line-height: auto;
        text-transform: uppercase;
        line-height: normal;
        margin-bottom: 16px;
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
    }

        .footer-container li a:hover {
            padding-left: 5px;
        }

.form-cnt-new {
    color: #8d8d8d;
    font-size: 14px;
    padding: 10px 10px;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    margin-bottom: 10px;
}

.pl-5 {
    padding-left: 3px !important;
}

.pr-5 {
    padding-right: 3px !important;
}

.email-part {
    width: 100%;
    position: relative;
}

.email-send {
    background: url(../img/email-send.png)no-repeat;
    width: 45px;
    height: 40px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.form-cnt-new.eml-addr {
    padding-right: 55px;
}
/*.blue-bg:hover {background: #ededed;color: #fff;}*/
h4.flw-us {
    margin: 25px 0 8px;
}

.social-icons-top.social-btm li a {
    border: 1px solid #ffffff;
}

    .social-icons-top.social-btm li a i.facebook {
        background-position: 10px -12px;
    }

    .social-icons-top.social-btm li a i.instagram {
        background-position: -24px -33px;
    }

.social-icons-top.social-btm li {
    margin-right: 3px;
}

    .social-icons-top.social-btm li a i.twitter {
        background-position: -30px -12px;
    }

    .social-icons-top.social-btm li a i.pinterest {
        background-position: -69px -12px;
    }

    .social-icons-top.social-btm li a i.google-plus {
        background-position: -110px -12px;
    }

.footer-container ul.contact-info {
    margin: 15px 0 0;
    padding: 0;
}

.contact-info li {
    display: block;
}

    .contact-info li a {
        display: block;
        font-size: 14px;
        color: #fff;
        text-transform: none;
    }

    .contact-info li span {
        background: url(../img/social-icons.png)no-repeat;
        width: 20px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
    }

        .contact-info li span.ph {
            background-position: -185px -20px;
        }

        .contact-info li span.ml {
            background-position: -152px -20px;
        }

.mt-30 {
    margin-top: 40px;
}

.footer-btm {
    background: #131619;
    padding: 13px 0;
    border-top: 1px solid #282c30;
}

.cr-grp {
    margin: 0;
    padding: 15px 0;
}

    .cr-grp li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

.foot-btn {
    width: 100%;
    height: 63px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #1d2022;
}

.rev {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 10px;
}

    .rev img {
        display: inline-block;
        vertical-align: middle;
    }

.cnt-rev {
    font-size: 14px;
    color: #74777a;
    text-align: left;
}

.copyright {
    padding: 21px 0;
    font-size: 14px;
    color: #74777a;
    margin: 0;
    width: 300px;
}

.our-story-img img {
    width: auto;
}

.our-story-img {
    width: 288px;
}

.carousel-caption {
    position: relative !important;
    left: inherit;
    right: inherit;
}
/**
 * Swiper 4.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: auto;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
        background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
        background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
        background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
        background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
        background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
        background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
        background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 27px;
    margin-top: -13.5px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../img/thumb-slider/prev.png)no-repeat;
    left: -45px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../img/thumb-slider/next.png)no-repeat;
    right: -45px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: .2s top, .2s -webkit-transform;
            transition: .2s top, .2s -webkit-transform;
            -o-transition: .2s transform, .2s top;
            transition: .2s transform, .2s top;
            transition: .2s transform, .2s top, .2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: .2s left, .2s -webkit-transform;
        transition: .2s left, .2s -webkit-transform;
        -o-transition: .2s transform, .2s left;
        transition: .2s transform, .2s left;
        transition: .2s transform, .2s left, .2s -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-slide.slider-thumb {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.contact-info li a:hover {
    text-decoration: underline;
}

.btn-read {
    cursor: pointer;
}

    .btn-read:hover, .btn-new:hover, .read-mre:hover, .btn-read:focus, .btn-new:focus, .read-mre:focus {
        background-color: #0b219f;
        background-image: -webkit-linear-gradient(left, #062090, #000);
        color: #fff;
        background-image: -moz-linear-gradient(left, #062090, #000);
        background-image: -o-linear-gradient(left, #062090, #000);
        background-image: -ms-linear-gradient(left, #062090, #000);
        background-image: linear-gradient(to right, #062090, #000);
        color: #fff;
        text-shadow: none;
    }

.footer-container .social-icons-top li a:hover {
    padding-left: 0;
}

/*------------------------------------------------------------
-------- DEMO Code
------------------------------------------------------------*/
/* Outer */
.popup {
    width: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99
}

.popup-inner {
    padding: 50px 0;
    width: 100%;
    top: 40px;
    position: absolute;
    border-radius: 0px;
    background: #fff;
    z-index: 99
}

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 35px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: url(../img/close.png)no-repeat;
    width: 20px;
    height: 20px;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        text-decoration: none;
    }

.location span.cnt-icon {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #0b219f;
    margin: 0 auto 18px;
}

.location h4 {
    font-family: 'Quattrocento-Bold';
    font-size: 20px;
    color: #0b219f;
    font-weight: 600;
    margin-bottom: 24px;
}

.location address span {
    display: block;
    color: #4f5152;
    font-size: 15px;
    font-family: 'Quattrocento-Bold';
    font-weight: 600;
}

.location address {
    line-height: 22px;
    font-size: 14px;
    color: #4f5152;
}

.brdrrgt {
    border-right: 1px solid #eaecf0;
}

.m0 {
    margin-bottom: 0;
}

.call-us span {
    color: #4f5152;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
    display: block;
}

.call-us li {
    display: block;
    line-height: 20px;
    color: #4f5152;
    font-family: Arial, Helvetica, sans-serif;
}

    .call-us li span, .call-us li a {
        line-height: 20px;
        color: #4f5152;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        margin-bottom: 0;
    }

    .call-us li img {
        margin-right: 6px;
    }

.call-us ul {
    margin: 0 0 10px;
    padding: 0;
}

.call-us li span {
    font-weight: 400 !important;
}

.mailsend {
    display: block;
    font-size: 14px;
    color: #4f5152;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

    .mailsend:hover {
        text-decoration: underline;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #fff;
    color: #000000;
}

.navbar {
    border: 0 !important;
}

.navbar-nav > li.mega-dropdown {
    position: static !important;
}

.navbar-default {
    z-index: 99;
}

.mega-dropdown .dropdown-menu {
    position: absolute;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 0px 0 0;
    z-index: 999999 !important;
    background: #fff;
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #222;
                padding: 3px 5px
            }

    .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none
    }

    .mega-dropdown-menu li a {
        font-size: 14px;
        color: #000000;
        text-transform: uppercase;
        line-height: 24px;
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
    }

    .mega-dropdown-menu ul {
        margin: 24px 0 0px;
        padding: 0 0 0 35px;
    }

        .mega-dropdown-menu ul.m24 {
            margin-bottom: 20px !important;
        }

    .mega-dropdown-menu li.dropdown-header {
        font-size: 14px;
        color: #000000;
        font-family: 'Quattrocento-Bold';
        text-transform: uppercase;
        margin-bottom: 8px;
        text-align: left;
        padding: 0;
    }

    .mega-dropdown-menu li a:hover {
        padding-left: 5px;
        color: #061f8b;
    }

.vertical-align {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/********************************************* GEM DETAILS ************************************/
.breadcrumb.bread-new {
    background: transparent;
    margin: 15px 0 20px;
}

    .breadcrumb.bread-new > li + li:before {
        content: url(../img/rgt-arrw.png);
        padding: 0 8px;
    }

    .breadcrumb.bread-new li a {
        font-size: 13px;
        color: #0b219f;
    }

        .breadcrumb.bread-new li a.act {
            color: #131619;
        }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        display: block;
        margin: 0 auto;
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 0px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

    .flexslider .slides {
        zoom: 1;
    }

        .flexslider .slides img {
            height: auto;
            -moz-user-select: none;
        }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

#slider .flex-direction-nav .flex-prev, #slider .flex-direction-nav .flex-next {
    display: none;
}

.flex-direction-nav .flex-prev {
    left: 0px;
    background-size: contain;
    background: url(../img/grm-slider/slide-prev.png)no-repeat;
    width: 30px;
    height: 110px;
    font-size: 0;
    top: 21px;
}

.flex-direction-nav .flex-next {
    right: 0px;
    background-size: contain;
    top: 21px;
    font-size: 0;
    text-align: right;
    background: url(../img/grm-slider/slide-next.png)no-repeat;
    width: 30px;
    height: 110px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10 overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:hover {
        opacity: 1;
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

.img-sld li {
    width: 110px;
    height: 110px;
    border: 2px solid #cccccc;
    margin-right: 27px;
    float: left;
    display: block;
}

.img-sld ul {
    margin: 10px 0 0;
    padding: 0;
}

.slides.no-ani li {
    float: left;
    margin-right: 30px;
    display: block;
}

    .slides.no-ani li:last-child {
        margin-right: 0;
    }

.grade-des h3 {
    color: #000000;
    font-size: 35px;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0;
}

.slider {
    margin-top: 85px;
}

.grade-des h4 {
    font-size: 26px;
    color: #000000;
    font-family: 'Quattrocento-Bold';
    letter-spacing: 1.5px;
    margin: 12px 0 20px;
}

.free-shipping {
    margin: 0;
    padding: 0;
}

    .free-shipping li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        letter-spacing: 0.5px;
    }

        .free-shipping li:last-child {
            margin-right: 0;
        }

        .free-shipping li span {
            display: inline-block;
            width: 20px;
            height: 16px;
            background: url(../img/social-icons.png)no-repeat;
            vertical-align: middle;
            background-position: -356px -10px;
        }

.btn-new.btn-purchase {
    margin: 18px 0 20px;
    width: 368px;
    height: 40px;
    letter-spacing: 1px;
}

.shre-part {
    margin: 0;
    padding: 0;
}

    .shre-part li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px;
        letter-spacing: 0.5px;
        font-size: 12px;
        color: #212121;
        text-transform: uppercase;
    }

        .shre-part li span {
            display: inline-block;
            width: 23px;
            height: 22px;
            background: url(../img/social-icons.png)no-repeat;
            vertical-align: middle;
        }

            .shre-part li span.wishlist {
                background-position: -384px -8px;
            }

            .shre-part li span.wishlist2 {
                background-position: -384px -33px;
            }

            .shre-part li span.share {
                background-position: -416px -8px;
            }

            .shre-part li span.hint {
                background-position: -440px -8px;
            }

            .shre-part li span.gemologist {
                background-position: -468px -8px;
            }

        .shre-part li:last-child {
            margin-right: 0;
        }

.ship-txt {
     margin: 0 -30px;
    /*margin: 0 -35px;*/
    padding: 27px 0 0;
}

    .ship-txt li {
        display: block;
        font-size: 14px;
        color: #212121;
        line-height: 24px;
        background: url(../img/info.png)no-repeat;
        background-position: left center;
        padding-left: 25px;
    }

        .ship-txt li a {
            color: #212121;
        }

.quality-graph {
    background: #f2f2f2;
    margin: 0px 0;
}

.pad-0 {
    padding: 0 !important;
}

.graph-cnt {
    min-height: 432px;
    max-height: 432px;
    padding: 24px 0;
}

.quality-graph .nav-tabs {
    border: 0px solid #cacaca;
}

    .quality-graph .nav-tabs li {
        border: 1px solid #cacaca;
        text-align: center;
        color: #131619;
        font-size: 16px;
        font-family: 'Quattrocento-Bold';
        text-transform: uppercase;
    }

    .quality-graph .nav-tabs > li > a {
        padding: 14px 0;
        border-radius: 0;
        margin: 0;
        text-align: center;
        color: #131619;
        font-size: 16px;
        font-family: 'Quattrocento-Bold';
        text-transform: uppercase;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #9c9293;
    border: 1px solid #5d5d5d;
    color: #131619;
    margin: 0 -1px;
}

.graph-cnt h3 {
    margin: 0 0 8px;
    font-size: 20px;
    text-align: center;
    color: #8e8d8d;
    font-family: 'Quattrocento-Bold';
    font-style: italic;
}

.m40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.graph-cnt p {
    font-size: 16px;
    color: #7b7979;
    line-height: 24px;
    padding: 0 40px;
    margin-bottom: 24px;
}

.graph-cnt h4 {
    margin: 0px 0 12px;
    text-align: center;
    color: #8e8d8d;
    font-family: 'Quattrocento-Bold';
    font-size: 16px;
}

.graph-cnt ul {
    margin: 12px 0 26px;
    padding: 0;
}

.graph-cnt li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #8e8d8d;
    font-family: 'Quattrocento-Bold';
    margin-right: 30px;
    background: url(../img/info-ble.png)no-repeat;
    background-position: left center;
    padding-left: 20px;
}

    .graph-cnt li a {
        font-size: 14px;
        color: #7b7979 !important;
        text-transform: none;
    }

    .graph-cnt li:last-child {
        margin-right: 0;
    }

.nav-tabs > li > a:hover {
    border: 0px solid transparent;
    background: #9c9293;
}

.quality-graph .nav-tabs > li:hover {
    border: 1px solid #5d5d5d;
    background: #9c9293;
}

.graph-cnt.pad20 {
    padding: 30px 10px !important;
}

    .graph-cnt.pad20 p {
        margin-top: 20px;
    }

ul.mining {
    margin: 0;
    padding: 0;
}

    ul.mining li {
        background: #c9c3c3;
        min-height: 246px;
        padding: 10px;
        border: 1px solid #4e4c4d;
        vertical-align: top;
    }

h4.lst-hd {
    font-size: 16px;
    font-weight: bolder;
    color: #000;
    font-family: 'Quattrocento-Bold';
    margin: 3px 0 6px;
}

.txt-info {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #7b7979;
    margin: 0px -2px 8px;
    text-transform: uppercase;
}

.explore {
    display: block;
    color: #06208d !important;
    font-size: 14px;
    font-family: 'Quattrocento-Bold';
    margin: 10px 0 0px;
    text-transform: uppercase;
}

.s-txt {
    display: block;
    color: #7b7979;
    font-size: 13.5px;
    margin: 0px 0px 0;
}

.graph-cnt.graph2 li {
    vertical-align: top;
    min-height: 262px;
}

.mining.mn2 {
    margin-top: 38px;
}

.nav.nav-tabs.nav-tabnw {
    border: 0;
}

    .nav.nav-tabs.nav-tabnw li a {
        border: 1px solid #cacaca !important;
        margin-right: 0;
    }

    .nav.nav-tabs.nav-tabnw li {
        border: 0;
    }

        .nav.nav-tabs.nav-tabnw li.active a, .nav.nav-tabs.nav-tabnw li.active a {
            border: 1px solid #5d5d5d !important;
        }

        .nav.nav-tabs.nav-tabnw li a:hover, .nav.nav-tabs.nav-tabnw li a:focus, .nav.nav-tabs.nav-tabnw li.active a {
            background: #9c9293 url(../img/strip.png)no-repeat;
            background-position: bottom center;
            border: 1px solid #5d5d5d !important;
            font-family: 'Quattrocento-Bold';
        }

.banner-des {
    padding-bottom: 20px;
}

    .banner-des h3 {
        font-size: 40px;
        color: #000000;
        text-align: center;
        margin-bottom: 22px;
        margin-top: 50px;
    }

    .banner-des p {
        color: #000000;
        font-size: 15.5px;
        font-style: italic;
        line-height: 25px;
        margin-bottom: 32px;
        text-align: center;
        padding: 0 12px;
    }

        .banner-des p:last-child {
            font-style: normal;
        }

.grey-bg {
    background: #f2f2f2;
    padding: 20px 0 40px 0;
    position: relative
}

    .grey-bg h3 {
        text-align: center;
        color: #000000;
        font-size: 40px;
    }

    .grey-bg p {
        color: #000000;
        font-size: 16px;
        text-align: center;
        margin: 16px 0 0;
        line-height: 30px;
    }

.d-part {
    margin: 0 0 28px;
    padding: 0 0 0 100px;
}

    .d-part li {
        color: #000000;
        font-size: 16px;
        line-height: 28px;
    }

        .d-part li span, .gia-pt li span {
            font-family: 'Quattrocento-Bold';
        }

.gia-pt {
    margin: 0 0;
    padding: 0 0 0 100px;
}

    .gia-pt li a {
        color: #0b219f;
        text-transform: uppercase;
    }

    .gia-pt li {
        color: #000000;
        font-size: 16px;
        line-height: 28px;
        background: url(../img/info-ble.png)no-repeat;
        background-position: left center;
        padding-left: 25px;
    }

#myModal-tsavorite .modal-body iframe {
    width: 100%;
    height: 390px;
}

.gia-pt li:last-child {
    padding: 0;
    background: none;
    margin: 20px 0 0
}

.ptb-50 {
    padding: 50px 20px;
}

.mine-bg {
    padding: 65px 0;
}

.pb-0 {
    padding-bottom: 0;
}

.mine-bg h3 {
    font-size: 40px;
    text-align: center;
    color: #000000;
    margin: 0 0 50px;
}

p.mne-txt {
    font-size: 16px;
    text-align: center;
    color: #000000;
    line-height: 25px;
    padding: 0 80px;
}

.img-view {
    position: absolute;
    bottom: -3%;
    padding: 0;
    right: 37%;
}

    .img-view li, .img-view li a {
        color: #000000;
        font-size: 14px;
    }

        .img-view li span {
            display: inline-block;
            vertical-align: baseline;
            margin-right: 5px;
        }
/*.blue-hover:hover .blue-bg{background: #ededed;}*/
.blk-bg.rare-gems {
    background: #ffffff;
    padding: 50px 0 40px;
    border-bottom: 1px solid #e5e5e5;
}

    .blk-bg.rare-gems h3.head-slider {
        color: #000000;
    }

.caption-img.cp-img2 {
    background: transparent;
    margin: 0;
}

.swiper-container4.swiper-container-horizontal {
    overflow: hidden;
}

.swiper-container4 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../img/grm-slider/prev.png)no-repeat;
    left: -30px;
    top: 65%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    right: auto;
    width: 13px;
    height: 27px;
    z-index: 9;
    background-size: contain;
}

.swiper-container4 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../img/grm-slider/next.png)no-repeat;
    right: -35px;
    top: 65%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    left: auto;
    width: 13px;
    height: 27px;
    z-index: 9;
    background-size: contain;
}

.pad-mdl-nrfrm {
    padding: 15px 20px 0 !important;
}

.modal-dialog.modal-lg-nw .modal-content {
    border-radius: 0;
    box-shadow: none;
    margin: 50px 0;
    padding: 15px 20px 0;
}

.modal-backdrop.in {
    opacity: .73;
}

.close.popup-close {
    z-index: 999;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 30px;
    transition: ease 0.25s all;
    opacity: 1;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: url(../img/cls2.png)no-repeat;
    width: 20px;
    height: 20px;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

button.close.popup-close.popup-close2 {
    background: url(../img/cls3.png)no-repeat;
}

h2.background {
    text-align: center;
    position: relative;
    font-size: 28px;
    color: #0b219f;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase;
}

    h2.background span {
        display: inline-block;
        vertical-align: middle;
    }

        h2.background span:before, h2.background span:after {
            border-top: 1px solid #dadddf;
            display: block;
            height: 1px;
            content: " ";
            width: 42%;
            position: absolute;
            left: 0;
            top: 50%;
        }

        h2.background span:after {
            right: 0;
            left: auto;
        }

.pp-list {
    margin: 0 0 24px;
    padding: 0;
}

    .pp-list li {
        display: block;
        font-size: 16px;
        color: #000000;
        padding-left: 25px;
        margin-bottom: 12px;
        background: url(../img/list.png)no-repeat;
        background-position: left top;
        line-height: 20px;
    }

        .pp-list li span {
            margin: 0 12px;
        }

.modal-body p {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 20px;
    padding-right: 10px;
}

.modal-footer {
    padding: 20px 10px;
}

.modal-body {
    position: relative;
    padding: 15px 10px 0;
}
/* tooltip link */
.tip {
    display: inline-block;
    cursor: pointer;
    color: #212121;
}

.tooltip-inner {
    min-width: 352px;
    border-radius: 10px;
    padding: 15px 20px 4px;
    background: rgba(0,0,0,0.87);
    border: 0;
}

.tooltip h2 {
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Quattrocento-Bold';
    margin: 0;
    text-align: left;
    margin-bottom: 8px;
}
/* demo styles */
.tip-content {
    width: 352px;
    border-radius: 10px;
    padding: 15px;
}

.tooltip p {
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
    text-align: left;
    padding-right: 5px;
}

.tooltip.top .tooltip-arrow {
    bottom: -15px;
    margin-left: -5px;
    border-width: 20px 16px 0;
    border-top-color: rgba(0,0,0,0.87);
}

h2.background span.exp-txt:before, h2.background span.exp-txt:after {
    width: 11%;
}

h2.background span.offer-txt::before, h2.background span.offer-txt::after {
    width: 19%;
}

.modal-body iframe {
    width: 100%;
    height: 498px;
}

.modal-body.m-map {
    padding: 10px 0px 15px;
}

h2.background span.geo-txt:before, h2.background span.geo-txt:after {
    width: 26%;
}

.right-content {
    background: #dbd7d8;
    padding: 10px 20px;
}

.left-content h4 {
    color: #131619;
    font-size: 16px;
    font-family: 'Quattrocento-Bold';
    margin-bottom: 20px;
}

.modal-body .left-content p {
    font-size: 16px;
    color: #000000;
    padding: 0 30px;
    line-height: 22px;
}

.left-content img {
    margin-bottom: 20px;
}

.left-content span {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    padding: 0 35px;
    display: block;
}

.right-content h4 {
    font-size: 18px;
    color: #0a0001;
    font-family: 'Quattrocento-Bold';
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}

.modal-body .right-content p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.8px;
}

.tooltip p {
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
    text-align: left;
    padding-right: 5px;
}

.tooltip.top .tooltip-arrow {
    bottom: -15px;
    margin-left: -5px;
    border-width: 20px 16px 0;
    border-top-color: rgba(0,0,0,0.87);
}

h2.background span.exp-txt:before, h2.background span.exp-txt:after {
    width: 11%;
}

h2.background span.offer-txt::before, h2.background span.offer-txt::after {
    width: 19%;
}

.modal-body iframe {
    width: 100%;
    height: 498px;
}

.modal-body.m-map {
    padding: 10px 0px 15px;
}

h2.background span.geo-txt:before, h2.background span.geo-txt:after {
    width: 26%;
}

.right-content {
    background: #dbd7d8;
    padding: 10px 20px;
}

.left-content h4 {
    color: #131619;
    font-size: 16px;
    font-family: 'Quattrocento-Bold';
    margin-bottom: 20px;
}

.modal-body .left-content p {
    font-size: 16px;
    color: #000000;
    padding: 0 30px;
    line-height: 22px;
}

.left-content img {
    margin-bottom: 20px;
}

.left-content span {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    padding: 0 35px;
    display: block;
}

.right-content h4 {
    font-size: 18px;
    color: #0a0001;
    font-family: 'Quattrocento-Bold';
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}

.modal-body .right-content p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.8px;
}

/***************************************** Purchase Details **************************/
.purchase-tanzanite {
    background-color: #f4f4f4;
    background-image: -webkit-linear-gradient(bottom, #fff, #7a8f9d);
    background-image: -moz-linear-gradient(bottom, #fff, #7a8f9d);
    background-image: -o-linear-gradient(bottom, #fff, #7a8f9d);
    background-image: -ms-linear-gradient(bottom, #fff, #7a8f9d);
    background-image: linear-gradient(to top, #fff, #7a8f9d);
    min-height: 421px;
    padding: 60px 0;
}

.carousel-caption {
    text-shadow: none;
}

    .carousel-caption.c-ap {
        padding: 10px 0 30px;
    }

        .carousel-caption.c-ap h2 {
            color: #fff;
        }

        .carousel-caption.c-ap p {
            color: #fff;
        }

        .carousel-caption.c-ap .bn-para {
            color: #fff;
        }

        .carousel-caption.c-ap a.btn-read {
            border: 1px solid #000000;
            color: #fff;
        }

    .carousel-caption.c-tan a.btn-read {
        width: auto;
        max-width: inherit;
        display: inline-block;
    }

.taz-wh {
    background: #fff;
    padding: 60px 0 60px;
    border-bottom: 1px solid #ebebeb;
}

    .taz-wh h3 {
        color: #000000;
        font-size: 40px;
        margin: 0 0 40px;
    }

.req-lft, .req-rgt {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

    .req-lft h4 {
        font-size: 14px;
        color: #131619;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0 0 5px;
    }

.taz-wh .req-rgt h3 {
    color: #0a0001;
    font-size: 18px;
    font-family: 'Quattrocento-Bold';
    font-style: italic;
    line-height: 32px;
    margin: 0 0 2px;
}

.btn-new.btn-request {
    max-width: 313px;
    min-width: 313px;
    margin: 10px 0 0;
    letter-spacing: 1px;
}

.gr-bg-tanz {
    background: #e6e6e4;
    padding: 50px 0 70px;
}

.head-slider.hd-tanz-new {
    text-align: center;
    color: #000000;
}

.swiper-container5 {
    overflow: hidden;
}

    .swiper-container5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background: url(../img/purchase-tanzanite/prev.png)no-repeat;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin: 0;
        right: auto;
        width: 13px;
        height: 27px;
        z-index: 9;
        background-size: contain;
    }

    .swiper-container5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background: url(../img/purchase-tanzanite/next.png)no-repeat;
        right: -45px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin: 0;
        left: auto;
        width: 13px;
        height: 27px;
        z-index: 9;
        background-size: contain;
    }

    .swiper-container5 .swiper-slide.slider-thumb {
        min-height: 381px;
        max-height: 381px;
        border: 1px solid #d7d7d5;
    }

    .swiper-container5 .caption-img.cp-img2 {
        padding: 0 0;
    }

        .swiper-container5 .caption-img.cp-img2 h4 {
            font-size: 22px;
            color: #000000;
            font-family: 'Quattrocento-Bold';
            margin: 0 0 6px;
        }

        .swiper-container5 .caption-img.cp-img2 span {
            display: block;
            font-size: 18px;
            color: #212121;
            text-transform: none;
            letter-spacing: 1px;
            line-height: 30px;
        }

            .swiper-container5 .caption-img.cp-img2 span.prce {
                display: block;
                font-size: 18px;
                color: #0b219f;
                margin-bottom: 10px;
            }

h3.head-slider.txtdispl {
    display: inline-block;
    color: #000000;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.form-inline.inblk {
    display: inline-block;
    vertical-align: middle;
}

.tanzanite-gemstone {
    background: #ffffff;
    padding: 40px 0 10px;
}

.form-control-new {
    position: relative;
    color: #000000;
    font-size: 16px;
    width: auto;
    height: 41px;
    background-color: #fff;
    border: solid 1px #ccc;
    opacity: 1;
    text-transform: uppercase;
    padding: 0 20px;
    padding: 4px 62px 4px 10px;
    margin: 0 3px;
    min-width: 130px;
}

select.form-control-new {
    background: url(../img/select-arrw.png)no-repeat;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-position: 95% center;
}

.caret {
    background: url(../img/select-arrw.png)no-repeat;
    border: 0;
    width: 20px;
    height: 10px;
    float: inherit;
    position: absolute;
    right: 10px;
    top: 18px;
}

.form-group .dropdown-menu {
    right: 0;
    left: inherit;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

    .form-group .dropdown-menu li a {
        padding: 10px 24px;
    }

.form-control-new.search-icon {
    background: url(../img/frn-search.png)no-repeat;
    text-transform: none;
    background-position: 95% center;
    max-width: 200px;
    min-width: auto;
}

.brdr-btm {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.form-inline .form-group {
    vertical-align: top;
}

.form-control-new.filter {
    background-position: 95% center;
    color: #000000;
    font-size: 16px;
    width: auto;
    height: 41px;
    background-color: transparent;
    display: inline-block;
    padding: 10px 12px;
    text-align: left;
    min-width: 180px;
}
/*form-control-new.filter.collapsed{background:url(../img/plus.png)no-repeat; transform:none;}
form-control-new.filter{transform:rotate(90deg);}*/
.search-page span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.shw-pge {
    padding: 22px 0;
}

.form-control-per-page {
    background: #fff url(../img/select-arrw.png)no-repeat;
    border: solid 1px #ccc;
    opacity: 1;
    text-transform: uppercase;
    padding: 2px 20px 2px 15px;
    width: 63px;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 90% center;
    margin: 0 6px;
}

.prev-slide, .next-slide {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: #ece9e6;
    border: 1px solid #cccccc;
    margin-left: 8px;
    vertical-align: middle;
}

.next-slide {
    background: #ece9e6 url(../img/pge-nxt.png)no-repeat;
    background-position: center;
}

.prev-slide {
    background: #ece9e6 url(../img/pge-prev.png)no-repeat;
    background-position: center;
    opacity: 0.3
}

.search-page span {
    color: #000000;
    font-size: 16px;
}

.qnty {
    width: 40px;
    height: 30px;
    border: 1px solid #cccccc;
    text-align: center;
    color: #000;
    margin-right: 8px;
    padding: 0 15px
}

.pge-txt {
    color: #000000;
    font-size: 16px;
}

.filter-box {
    position: absolute;
    width: 100%;
    background: #f3f3f3;
    z-index: 9;
}

.brdr-btm {
    z-index: 99;
    position: relative;
}

.form-control-new.filter:before {
    float: right;
    content: url(../img/close-filter.png);
}

.form-control-new.filter.collapsed:before {
    float: right;
    content: url(../img/plus.png);
}

.fllft.text-right {
    float: right;
}

.tnz-gem h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Quattrocento-Bold';
    margin-top: 20px;
}

.mb40 {
    margin-top: 40px;
    margin-bottom: 70px;
}

.mb30 {
    margin-bottom: 50px;
}

.tnz-gem p {
    font-size: 18px;
    color: #212121;
    color: #212121;
    line-height: 30px;
    margin: 0;
}

.ble-txt {
    display: block;
    color: #0b219f;
    letter-spacing: 1px;
}

.strke-txt {
    display: block;
    font-size: 16px;
    color: #v;
    text-decoration: line-through;
}

p.dsct-prce {
    font-size: 18px;
    color: #ff0000;
    margin: 0;
}

.fllft {
    display: inline-block;
    vertical-align: top;
}

.btn-new.btn-gem {
    max-width: 263px;
    margin: 45px auto 0;
}

h2.background.reg span:before, h2.background.reg span:after {
    width: 29%;
}

.modal-dialog.modal-lg-nw-reg {
    border-radius: 0;
}

.reg-form label {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: inherit;
}

.form-control-pp {
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    padding: 4px 10px;
    font-size: 14px;
    color: #8f8f8f;
}

.reg-form .form-group {
    margin-bottom: 25px;
}

.red {
    color: #ff0018;
}

.reg-form h4 {
    font-size: 18px;
    color: #000000;
    margin: 0 0 20px;
}

.btn-new.btn-sgn {
    width: 100%;
    margin-bottom: 30px;
}

select.form-control-pp {
    background: #fff url(../img/select-arrw-pp.png)no-repeat;
    background-position: 95% center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn-new.btn-sub {
    margin: 0 auto 30px;
    max-width: 273px;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 23px;
    top: 22px;
}

.shw-pge {
    padding: 22px 0;
}

.form-control-per-page {
    background: #fff url(../img/select-arrw.png)no-repeat;
    border: solid 1px #ccc;
    opacity: 1;
    text-transform: uppercase;
    padding: 2px 20px 2px 15px;
    width: 63px;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 90% center;
    margin: 0 6px;
}

.prev-slide, .next-slide {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: #ece9e6;
    border: 1px solid #cccccc;
    margin-left: 8px;
    vertical-align: middle;
}

.next-slide {
    background: #ece9e6 url(../img/pge-nxt.png)no-repeat;
    background-position: center;
}

.prev-slide {
    background: #ece9e6 url(../img/pge-prev.png)no-repeat;
    background-position: center;
    opacity: 0.3
}

.search-page span {
    color: #000000;
    font-size: 16px;
}

.qnty {
    width: 40px;
    height: 30px;
    border: 1px solid #cccccc;
    text-align: center;
    color: #000;
    margin-right: 8px;
    padding: 0 15px
}

.pge-txt {
    color: #000000;
    font-size: 16px;
}

.filter-box {
    position: absolute;
    width: 100%;
    background: #f3f3f3;
    z-index: 9;
}

.brdr-btm {
    z-index: 99;
    position: relative;
}

.form-control-new.filter:before {
    float: right;
    content: url(../img/close-filter.png);
}

.form-control-new.filter.collapsed:before {
    float: right;
    content: url(../img/plus.png);
}

.fllft.text-right {
    float: right;
}

.tnz-gem h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Quattrocento-Bold';
    margin-top: 20px;
}

.mb40 {
    margin-top: 40px;
    margin-bottom: 70px;
}

.mb30 {
    margin-bottom: 50px;
}

.tnz-gem p {
    font-size: 18px;
    color: #212121;
    color: #212121;
    line-height: 30px;
    margin: 0;
}

.ble-txt {
    display: block;
    color: #0b219f;
    letter-spacing: 1px;
}

.strke-txt {
    display: block;
    font-size: 16px;
    color: #v;
    text-decoration: line-through;
}

p.dsct-prce {
    font-size: 18px;
    color: #ff0000;
    margin: 0;
}

.fllft {
    display: inline-block;
    vertical-align: top;
}

.btn-new.btn-gem {
    max-width: 263px;
    margin: 45px auto 0;
}

h2.background.reg span:before, h2.background.reg span:after {
    width: 29%;
}

.modal-dialog.modal-lg-nw-reg {
    border-radius: 0;
}

.reg-form label {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: inherit;
}

.form-control-pp {
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    padding: 4px 10px;
    font-size: 14px;
    color: #8f8f8f;
}

.reg-form .form-group {
    margin-bottom: 25px;
}

.red {
    color: #ff0018;
}

.reg-form h4 {
    font-size: 18px;
    color: #000000;
    margin: 0 0 20px;
}

.btn-new.btn-sgn {
    width: 100%;
    margin-bottom: 30px;
}

select.form-control-pp {
    background: #fff url(../img/select-arrw-pp.png)no-repeat;
    background-position: 95% center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn-new.btn-sub {
    margin: 0 auto 30px;
    max-width: 273px;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 23px;
    top: 22px;
}
    /* Hide the browser's default checkbox */
    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0px;
    height: 28px;
    width: 28px;
    border-radius: 0;
    border: 2px solid #bbbbbb;
    background: #fff;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #243cae; /*background-image: -webkit-linear-gradient(left, #062090, #000);
background-image: -moz-linear-gradient(left, #062090, #000);background-image: -o-linear-gradient(left, #062090, #000);
background-image: -ms-linear-gradient(left, #062090, #000);	background-image: linear-gradient(to right, #062090, #000);*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.modal-body.reg-form {
    padding: 10px 0;
}

.slider-labels strong {
    display: none;
}

.imgwd100 {
    width: 231px;
    max-width: inherit;
}

.panel-body-filter {
    padding: 40px 40px;
    border-radius: 0;
}

    .panel-body-filter h4 {
        font-size: 16px;
        color: #000000;
        display: inline-block;
        text-decoration: underline;
        font-family: 'Quattrocento-Bold';
        margin: 0 0 40px;
        text-transform: uppercase;
    }

.slider-labels {
    margin-top: 10px;
}

    .slider-labels span {
        display: block;
        font-size: 16px;
        color: #343538;
        margin: 4px 0
    }
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        left: -2px;
        top: -10px;
        background: url(../img/range-slider.png)no-repeat;
    }

/* Styling;
 */
.noUi-background {
    background: #f3f3f3;
    border: 1px solid #cccccc;
    border-radius: 10px;
    height: 9px;
}

.noUi-connect {
    background: #3f53c4;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 12px;
}

.noUi-target {
    border-radius: 12px;
    ;
}

    .noUi-target.noUi-connect {
    }

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        background-clip: padding-box;
        left: -14px;
        top: -10px;
    }

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

span.label-text {
    font-size: 16px;
    color: #000000;
    font-family: 'Quattrocento';
}

.form-check {
    margin-bottom: 30px;
}

.col-xs-6.text-right.caption {
    text-align: inherit;
}

.btn-new.btn-app {
    max-width: 163px;
    margin-bottom: 40px;
}

/*************************************** GEM SOLDOUT  ********************/
.gem-sold h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #46454a;
    line-height: 38px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.dtb {
    display: table;
}

    .dtb span {
        display: table-cell;
        vertical-align: middle;
        font-size: 11px;
        color: #363636;
        line-height: 14px;
    }

        .dtb span img {
            width: 31px;
            margin-right: 5px;
            height: 39px;
        }

.gem-sold-rgt p {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0 16px;
}

    .gem-sold-rgt p strong {
        font-family: 'Quattrocento-Bold';
        display: block;
        font-weight: inherit;
    }

    .gem-sold-rgt p span {
        font-family: 'Quattrocento-Bold';
        display: inline-block;
    }

.mb10 {
    margin-bottom: 10px;
}

/*************************************** Product Details Designer  ********************/
.design-details label {
    font-size: 16px;
    color: #000000;
}

.form-pdd {
    width: 151px;
    height: 41px;
    background: #fff url(../img/select-arrw-pp.png)no-repeat;
    background-position: 94% center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    center;
    border: solid 1px #ccc;
    margin: 0 12px;
    padding: 0 6px;
    color: #000000;
    font-size: 16px;
}

.sizing-guide {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/social-icons.png)no-repeat;
    width: 20px;
    height: 20px;
    background-position: -489px -6px;
    background-position: -488px -5px;
}

.design-details span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000000;
}

.form-inline.design-details .form-group {
    vertical-align: middle;
}

.form-inline.design-details {
    margin-bottom: 20px;
}

.grade-des h4.prce-dd {
    margin: 12px 0 12px;
}

.slider.slidermgr0 {
    margin: 0;
}

    .slider.slidermgr0 .flexslider.bgslide {
        margin: 28px 0 48px;
    }

.ppdslidebrdr li img {
    border: 2px solid #cccccc;
}

.abt-the-des {
    min-height: 345px;
    max-height: 345px;
}

.grade-des h3.hdmtp {
    margin-top: 23px;
}

.abt-the-des {
    padding: 20px 10px 0px 20px;
    display: table;
    width: 100%;
    height: 345px;
}

    .abt-the-des img {
        display: table-cell;
        max-width: inherit;
    }

.abt-des-cnt {
    display: table-cell;
    padding-left: 12px;
    vertical-align: top;
}

.quality-graph.quality-graph2 {
    background: #edecec;
}

.abt-des-cnt p {
    font-size: 16px;
    color: #212121;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 10px 0px;
}

.abt-des-cnt a {
    font-size: 16px;
    color: #06208d;
    letter-spacing: 0.5px;
    display: block;
    line-height: 24px;
}

.abt-des-cnt.abt-des-cnt2 p {
    font-size: 16px;
    color: #212121;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0px 0px 8px;
}

.abt-des-cnt.abt-des-cnt2 i {
    font-size: 18px;
    color: #212121;
    line-height: 24px;
}

.graph-cnt.certmin {
    padding: 20px 20px;
    min-height: 345px;
    max-height: 345px;
}

.mining.mn3 {
    margin: 20px 0 0 0;
}

.graph-cnt.certmin li {
    vertical-align: top;
    min-height: 262px;
}

.banner-des.p-des h3 {
    margin: 40px 0 22px;
}

.banner-des.p-des p {
    font-style: normal;
    margin-bottom: 15px;
}

.grey-bg p.manftre-des {
    text-align: left;
    margin: 0 0 10px;
}

    .grey-bg p.manftre-des span {
        font-family: 'Quattrocento-Bold';
    }

.gia-ptinblk {
    display: inline-block;
    vertical-align: top;
}

.details-cnt2 {
    padding-left: 100px;
}

    .details-cnt2 ul {
        padding: 0;
        margin-bottom: 20px;
    }

        .details-cnt2 ul li {
            color: #000000;
            font-size: 16px;
            line-height: 28px;
        }

            .details-cnt2 ul li span {
                font-family: 'Quattrocento-Bold';
            }

        .details-cnt2 ul.list-info li {
            background: url(../img/info-ble.png)no-repeat;
            background-position: left center;
            padding-left: 25px;
        }

    .details-cnt2 li a {
        color: #0b219f;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 5px;
    }

.gia-ptinblk.w35 {
    width: 33%;
}

.add-gem {
    font-family: 'Quattrocento-Bold';
    display: block;
    color: #000000;
    font-size: 18px;
    margin-bottom: 2px;
}

.gia-ptinblk h4 {
    color: #000000;
    text-decoration: underline;
    font-family: 'Quattrocento-Bold';
    font-size: 16px;
}

img.mrgleft {
    margin-left: 24.5%;
    margin-top: -8%;
}

p.uniq-mr {
    margin: 20px 0 0;
}

.ring-unique-cls {
    margin: 0;
    padding: 0;
}

    .ring-unique-cls li {
        display: inline-block;
        vertical-align: middle;
        margin: 20px 15px 0;
        background: url(../img/diamond-ring/diamond.png)no-repeat;
        background-position: left center;
        padding-left: 20px;
        color: #000000;
        font-size: 16px;
    }

.grey-bg.grbgg2 {
    padding-top: 40px;
}

.purchase-tanzanite.tanzanite {
    background: #000000;
}

.gr-bg.tz-gr-bg img {
    margin: 0px auto;
}

.btn-new.btn-tz-nw {
    width: 331px;
    margin: 40px auto 0;
}

.swiper-container-tanz, .swiper-container-tanz-edu {
    overflow: hidden;
}

.caption-img.cp-im-nw {
    margin: 0;
}

.swiper-container-tanz .swiper-button-next, .swiper-container-tanz .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.brdr-bx {
    border: 1px solid #e0e0e0;
}

.card-body.pad-cr-bdy {
    padding: 20px 16px 30px;
}

    .card-body.pad-cr-bdy h4 {
        margin: 0 0 10px;
        text-align: left;
        line-height: 24px;
    }

    .card-body.pad-cr-bdy p {
        text-align: left;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 15px;
        margin-bottom: 0;
    }

.edu-res {
    margin: 0;
    padding: 0;
}

    .edu-res li {
        text-align: left;
        display: block;
        font-size: 16px;
        color: #167ab8;
        background: url(../img/tanzanite/bullets.png)no-repeat;
        background-position: left center;
    }

        .edu-res li a {
            display: block;
            font-size: 16px;
            color: #167ab8;
            padding: 10px 20px;
            border-bottom: 1px solid #e7e7e7;
        }

    .edu-res.res2 li {
        background: url(../img/tanzanite/bullets2.png)no-repeat;
        background-position: left center;
    }

        .edu-res.res2 li a {
            display: block;
            font-size: 16px;
            color: #167ab8;
            padding: 8px 20px 8px 25px;
            border-bottom: 1px solid #e7e7e7;
        }

.swiper-container-tanz-edu .swiper-button-next, .swiper-container-tanz-edu .swiper-container-rtl .swiper-button-prev {
    background: url(../img/tanzanite/next.png)no-repeat;
    top: 55%;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
}

.swiper-container-tanz-edu .swiper-button-prev, .swiper-container-tanz-edu .swiper-container-rtl .swiper-button-next {
    background: url(../img/tanzanite/prev.png)no-repeat;
    top: 55%;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
}

.edu-res li a:hover {
    color: #051b78;
    text-decoration: underline;
}

.tanz-faq {
    background: #f4f3f3;
    padding: 20px 0 60px;
    border-bottom: 1px solid #cccccc;
}

    .tanz-faq h3 {
        font-size: 40px;
        color: #000000;
        text-align: center;
        margin: 30px 60px 20px;
    }

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #dfdede;
    border-width: 0 0 1px 0;
    background: transparent;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
}

.panel-title {
    font-size: 18px;
    color: #0b219f;
    font-family: 'Quattrocento-Bold';
}

    .panel-title > a {
        display: block;
        padding: 20px 0;
        text-decoration: none;
    }

        .panel-title > a:hover {
            font-family: 'Quattrocento-Bold';
            color: #0b219f;
        }

.panel-group .panel-body {
    background: transparent !important;
    border: 0 !important;
    padding: 0 25px 0px;
}

.panel-body p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
}

.glyphicon-plus:before {
    font-size: 0px;
    content: url(../img/tanzanite/plus.png);
}

.glyphicon {
    top: 0;
    padding-right: 10px;
}

.glyphicon-minus:before {
    font-size: 0px;
    content: url(../img/tanzanite/minus.png);
}

.padlftrgt {
    padding: 0 30px;
}

.mouse-over {
    min-height: 481px;
    padding: 20px 20px;
    border: 1px solid transparent;
}

    .mouse-over:hover {
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgba(222,222,222,.54);
        -moz-box-shadow: 0 0 10px rgba(222,222,222,.54);
        box-shadow: 0 0 10px rgba(222,222,222,.54);
        border: solid 1px #d5d4d4;
    }

.btn-new.mouse-over-btn {
    background: #e6e6e4;
    width: 100%;
    color: #000000;
    font-size: 14px;
    border-top: 1px solid #d0d0ce;
    border-bottom: 1px solid #d0d0ce;
    margin-top: 12px;
}

.mouse-over a {
    display: none;
}

.mouse-over:hover a {
    display: block;
}

.btn-new.mouse-over-btn:hover, a.btn-new.mouse-over-btn.mem-btn:hover {
    background-color: #0b219f;
    background-image: -webkit-linear-gradient(left, #062090, #000);
    background-image: -moz-linear-gradient(left, #062090, #000);
    background-image: -o-linear-gradient(left, #062090, #000);
    background-image: -ms-linear-gradient(left, #062090, #000);
    background-image: linear-gradient(to right, #062090, #000);
    color: #fff;
    text-shadow: none;
}

.login-part {
    padding: 80px 0 80px;
    border-bottom: 1px solid #000000;
}

    .login-part h3 {
        margin-top: 0;
        color: #000000;
        font-size: 26px;
        font-style: italic;
        margin-bottom: 12px;
    }

    .login-part p {
        color: #000000;
        font-size: 16px;
        line-height: 28px;
    }

        .login-part p a {
            text-transform: uppercase;
            font-size: 16px;
            color: #167ab8;
        }

a.btn-new.mouse-over-btn.mem-btn {
    background: #f5f1f1;
    margin: 25px 0;
    max-width: 390px;
    border-top: 1px solid #645c5d;
    border-bottom: 1px solid #645c5d;
}

.lgn-member label {
    font-size: 16px;
    color: #000000;
    display: block;
    text-align: left;
}

.form-control-login {
    height: 46px;
    background-color: #fff;
    border: solid 1px #dadddd;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    color: #000000;
}

.lgn-member .form-group {
    margin-bottom: 25px;
}

.btn-new.frm-btn {
    border-top: 1px solid #645c5d;
    border-bottom: 1px olid #645c5d;
    width: 100%;
    margin: 40px 0 25px;
}

.frgt-pwd {
    font-size: 15px;
    color: #167ab8;
}

.login-part h3.exit {
    margin-bottom: 3px;
}

.login-part p.al-mem {
    margin-bottom: 25px;
}

.frgt-pwd:hover {
    text-decoration: underline;
}

.account-profile {
    padding: 75px 0 65px;
    border-bottom: 1px solid #000000;
}

.container.pad100 {
    padding: 0 70px;
}

.acct-info h4 {
    font-size: 16px;
    color: #000000;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase;
    margin: 0px 0;
    padding: 10px 15px;
    border-bottom: 1px solid #e8ebeb;
}

.acct-info ul {
    margin: 0;
    padding: 0;
}

.acct-info li {
    display: block;
    padding: 1px 0px;
    border-bottom: 1px solid #e8ebeb;
}

    .acct-info li a {
        font-size: 14px;
        color: #167ab8;
        padding: 18px 15px;
        display: block;
        text-transform: uppercase;
    }

        .acct-info li a:hover {
            background: #e6e6e4;
            color: #000000;
        }

.acct-bx {
    min-height: 236px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    margin-bottom: 20px;
}

    .acct-bx h4 {
        background: #e6e6e4;
        margin: 0;
        padding: 18px 15px;
        text-transform: uppercase;
        font-size: 16px;
        color: #000000;
        font-family: 'Quattrocento-Bold';
    }

.pad-bx-20 {
    padding: 20px 15px;
}

.acct-bx label {
    font-size: 16px;
    color: #000;
}

.form-control-login.acct-input {
    height: 40px;
}

a.chge-pwd {
    display: block;
    font-size: 16px;
    color: #167ab8;
    margin: 6px 0 0;
}

.mt-10 {
    margin-top: 12px;
}

.acct-bx .form-group {
    margin-bottom: 28px;
}

select.form-control-login.acct-input {
    background: #fff url(../img/select-arrw-pp.png)no-repeat;
    background-position: 95% center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn-new.btn-update {
    max-width: 133px;
    height: 40px;
    margin: 0 0;
}

.acct-info li.active-acct a {
    background: #e6e6e4;
    color: #000;
    padding: 18px 15px
}

.padclr {
    padding: 0 !important;
}

.brdr0 {
    border: 0 !important;
}

.marginclr {
    margin-top: 0 !important;
}

.newsletter-sign-up {
    border-top: 1px solid #e8ebeb;
    padding: 40px 0 0;
    margin: 45px 0 0;
}

    .newsletter-sign-up h3 {
        font-size: 34px;
        color: #000000;
        margin-bottom: 5px;
    }

        .newsletter-sign-up h3 span {
            font-size: 26px;
        }

.news-slet {
    color: #212121;
    font-size: 16px;
}

.newsletter-sign-up a {
    color: #167ab8;
    font-size: 15px;
    display: block;
    margin: 12px 0;
}

.btn-group.email-part.email-part2 {
    max-width: 300px;
    margin: 10px auto 15px;
}

input.form-cnt-new.eml-addr.eml-addr2 {
    border: 1px solid #ebebeb;
}

.btn-group.email-part.email-part2 .email-send {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.newsletter-sign-up p {
    color: #8f8f8f;
    font-size: 16px;
}

.order-history-page h4 {
    color: #000000;
    font-size: 24px;
    font-style: italic;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8ebeb;
}

    .order-history-page h4 span {
        font-size: 18px;
        text-transform: none;
    }

.order-table {
    margin: 22px 0 0;
}

.hd-bg {
    background: #e6e6e4;
}

.order-table .table td, .order-table .table th {
    padding: 15px 15px;
}

.order-table .table th {
    font-size: 14px;
    color: #000000;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase;
    border: 0;
}

    .order-table .table th span {
        color: #167ab8;
        font-size: 18px;
        font-family: 'Quattrocento';
        padding: 0 3px;
        font-weight: 400;
    }

.tab-bg {
    background: #f6f6f5;
}

.order-table .table .tab-bg td, .order-table .table .tab-bg td a {
    border: 0;
    line-height: 20px;
    color: #212121;
    font-size: 14px;
}

.hd-txt-tble {
    display: block;
    font-size: 16px;
    color: #212121;
    font-family: 'Quattrocento-Bold';
    line-height: 24px;
}

.br-rgt {
    border-right: 1px solid #e6e6e4;
}

.order-table .table {
    margin: 0;
}

.order-table2, .ern-grm2 {
    border: 1px solid #e8e8e8;
    border-top: 0;
}

    .order-table2 .table td {
        padding: 18px 18px;
        font-size: 14px;
        line-height: 22px;
        vertical-align: middle;
    }

    .ern-grm2 .table td {
        padding: 18px 18px;
        font-size: 16px;
        line-height: 22px;
        vertical-align: middle;
        border-top: 0;
    }

.ern-grm2 {
    margin-bottom: 20px;
}

.earn-gem.en-gm th {
    font-family: 'Quattrocento';
}

.ern-grm2 .table {
    margin: 0;
}

.order-table2 .table td span {
    font-family: 'Quattrocento-Bold';
}

.img-order {
    width: 84px;
    height: 84px;
}

.img-order, .img-content {
    display: table-cell;
    ;
    vertical-align: top;
}

.img-content {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    min-width: 300px;
}

    .img-content span {
        display: block;
        font-family: 'Quattrocento-Bold';
    }

    .img-content a {
        text-decoration: underline;
        color: #167ab8;
        font-size: 15.2px;
    }

.qty {
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #212121;
    font-family: 'Quattrocento-Bold';
    display: block;
    border: 0;
}

.brdr0-table td {
    border: 0 !important;
}

.order-table2 .table {
    margin: 0;
}

img.media-object {
    padding-bottom: 12px;
}

.threesixty-iframe {
    border: 0px;
    max-width: 100%;
    height: 520px;
    width: 520px;
}

.media p {
    font-size: 15px;
    color: #212121;
    line-height: 24px;
    letter-spacing: 0.5px;
}

    .media p a {
        color: #167ab8;
    }

.order-history-page {
    letter-spacing: 0.5px;
}

.order-table-new {
    border: 1px solid #e8e8e8;
}

    .order-table-new .table th {
        padding: 15px 15px;
        font-size: 14px;
        color: #000000;
        font-family: 'Quattrocento-Bold';
        text-transform: uppercase;
        border: 0;
    }

    .order-table-new .table td {
        padding: 18px 18px;
        vertical-align: middle;
        font-size: 16px;
        border: 0;
    }

.img-content.img-suto {
    min-width: auto !important;
}

.img-order.img-wish {
    width: 74px;
    height: 74px;
}

.wish-text {
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    letter-spacing: 0;
    margin: 15px 0;
    padding-right: 15px;
}

.order-table-new tr.lbg {
    background: url(../img/order-details/line-bg.png)no-repeat;
    background-position: center bottom;
}

    .order-table-new tr.lbg:last-child {
        background: none;
    }

.order-table-new .table {
    margin: 0;
}

.table-hover-new tr.lbg:hover { /*background:#f6f6f6 url(../img/order-details/line-bg2.png)no-repeat; background-position:center bottom;*/
}

a.btn-read.btn-update:hover, a.btn-read.btn-update:focus {
    color: #fff;
}

/**************************************** Dashboard *********************************/
.shopping-cnt li a span.caret2 {
    background: url(../img/caret2.png)no-repeat;
    background-position: center center;
}

.dropdown-menu.drp-dwn {
    max-width: 197px;
    min-width: 197px;
    border-radius: 0;
    transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #dbdbdb;
    background: #ffffff;
    margin: 0;
    padding: 0;
    box-shadow: none;
    top: 32px;
}

    .dropdown-menu.drp-dwn li {
        display: block;
        font-size: 16px;
        color: #858282;
        border-right: 0;
        padding: 0 0;
    }

        .dropdown-menu.drp-dwn li a {
            padding: 12px 12px;
            display: block;
            border-bottom: 1px solid #e6e5e5;
            font-size: 16px;
            color: #858282;
        }

        .dropdown-menu.drp-dwn li span {
            background: url(../img/dashboard-img/icons.png)no-repeat;
            width: 22px;
            height: 24px;
            margin-right: 12px;
        }

        .dropdown-menu.drp-dwn li:last-child a {
            border-bottom: 0;
        }

        .dropdown-menu.drp-dwn li.activer a {
            background: #f2f1f1;
            color: #000000;
        }

        .dropdown-menu.drp-dwn li.dashboard.activer span {
            background-position: -40px 0px;
        }

        .dropdown-menu.drp-dwn li.order-history span {
            background-position: 0px -52px;
        }

        .dropdown-menu.drp-dwn li.acct-profile span {
            background-position: 0px -102px;
        }

        .dropdown-menu.drp-dwn li.logout span {
            background-position: 0px -151px;
        }

        .dropdown-menu.drp-dwn li:hover a {
            color: #000000;
        }

        .dropdown-menu.drp-dwn li.dashboard:hover span, .dropdown-menu.drp-dwn li.dashboard.activer span {
            background-position: -40px 0px;
        }

        .dropdown-menu.drp-dwn li.order-history:hover span, .dropdown-menu.drp-dwn li.order-history.activer span {
            background-position: -40px -52px;
        }

        .dropdown-menu.drp-dwn li.acct-profile:hover span, .dropdown-menu.drp-dwn li.acct-profile.activer span {
            background-position: -40px -102px;
        }

        .dropdown-menu.drp-dwn li.logout:hover span, .dropdown-menu.drp-dwn li.logout.activer span {
            background-position: -40px -151px;
        }

.member-part span, .member-part h3 {
    color: #000000;
    font-size: 20px;
    font-family: 'Quattrocento-Bold';
    font-style: italic;
    display: inline-block;
}

.member-part .btn-new.btn-view {
    display: inline-block;
    vertical-align: middle;
    max-width: 159px;
    margin: 0 25px;
}

.member-part {
    margin: 10px 0;
    position: relative;
}

    .member-part h3 {
        margin: 10px 0 0;
    }

.dah-hd {
    display: block;
    color: #000000;
    font-size: 20px;
    font-family: 'Quattrocento-Bold';
    font-style: italic;
    margin-bottom: 6px;
}

.media.media-dash p {
    font-size: 16px;
}

.media-left.mdlft {
    padding-right: 15px;
    padding-bottom: 5px;
}

.gg-bgg {
    background: #e6e6e4;
    padding: 10px 48px 20px;
    margin-top: 10px;
    position: relative;
}

.swiper-container-dashboard.swiper-container-horizontal {
    overflow: hidden;
}

.gg-bgg .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 15px;
    overflow: visible;
    z-index: 99;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    margin-top: 5px;
}

.gg-bgg .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 15px;
    overflow: visible;
    z-index: 99;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    margin-top: 5px;
}

.gg-bgg h3 {
    color: #000000;
    font-size: 26px;
    text-align: center;
    font-family: 'Quattrocento';
    margin-bottom: 26px;
}

p.s-txt {
    color: #000000;
    font-size: 16px;
    font-family: 'Quattrocento';
    text-align: center;
    margin-top: 25px;
}

.acct-brdr0 {
    border-bottom: 0 !important;
}

.brdrtop1 {
    border-top: 1px solid #000;
}

.dash-whte-bg {
    border-top: 1px solid #e8ebeb;
}

    .dash-whte-bg h3 {
        font-size: 40px;
        color: #000000;
        letter-spacing: 0.5px;
        margin: 0 0 15px;
    }

    .dash-whte-bg p {
        font-size: 16px;
        color: #212121;
        line-height: 28px;
        margin-bottom: 20px;
    }

        .dash-whte-bg p span {
            font-family: 'Quattrocento-Bold';
            display: block;
            font-size: 18px;
        }

.dash-gem h3.gemological-hd {
    color: #000000;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 50px;
    line-height: 34px;
}

    .dash-gem h3.gemological-hd span {
        font-size: 22px;
        text-transform: none;
        font-style: italic;
    }

.ft-txt {
    display: block;
    font-size: 16px;
    font-family: 'Quattrocento';
    text-align: center;
    line-height: 26px;
}

.card-body.pad-cr-bdy.dash-gem {
    padding: 20px 20px 20px;
}

.read-mre.all-art {
    max-width: auto;
    width: 208px;
    margin: 18px auto 0;
}

.edu-res.gem-list li a {
    color: #212121;
    padding: 20px 0px 20px 20px;
}

.edu-res.gem-list li {
    background-position: left top 25px;
}

.card-body.pad-cr-bdy p.st-earn {
    border: 0;
    text-align: center;
    line-height: 24px;
}

.card-body.pad-cr-bdy h4.ct-bal {
    color: #212121;
    font-size: 16px;
    text-align: center;
    font-family: 'Quattrocento-Bold';
    margin: 35px 0 38px;
}

    .card-body.pad-cr-bdy h4.ct-bal span {
        font-family: 'Quattrocento';
    }

.dash-grey-bg {
    background: #e6e6e4;
    padding: 40px 0;
}

section.dash-grey-bg.tanz-faq h3 {
    line-height: 54px;
}

.reports {
    background: #ffffff;
    padding: 1px;
    margin-top: 15px;
}

.reports-hd {
    background: #ededed;
    min-height: 57px;
    text-align: center;
    padding: 13px 12px;
    font-size: 22px;
    text-align: center;
    font-family: 'Quattrocento-Bold';
}

.pad20 {
    padding: 0 11px !important;
}

.reports-inner p {
    font-size: 20px;
    line-height: 32px;
    color: #167ab8;
    text-align: center;
}

.reports-inner {
    padding: 20px 20px;
}

.dash-grey-bg.tanz-faq {
    padding: 35px 0 70px;
}

.reports-list {
    margin: 0;
    padding: 0 30px;
}

    .reports-list li {
        list-style: none;
        background: url(../img/dashboard-img/list.png)no-repeat;
        background-position: left center;
        padding-left: 25px;
        margin-bottom: 21px;
    }

        .reports-list li a {
            display: block;
            font-size: 20px;
            line-height: 32px;
            color: #167ab8;
            text-align: left;
        }

.whte-bg-social-media h3 {
    color: #000000;
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
}

    .whte-bg-social-media h3 span {
        color: #0b219f;
    }

.whte-bg-social-media {
    padding: 40px 0 80px;
}

.recent-act-hd {
    color: #000000;
    font-size: 14px;
    text-align: left;
    padding: 7px 7px 7px 15px;
    height: 32px;
    background: #eeeff4;
    font-family: 'Quattrocento-Bold';
    border-bottom: 1px solid #e0e0e0;
}

.recent-activity {
    border: 1px solid #e0e0e0;
}

.recent-inner {
    padding: 0px 0px;
    letter-spacing: 0.3px
}

    .recent-inner ul li span, .recent-inner ul li span img {
        display: table-cell;
        vertical-align: top;
        margin-right: 12px;
    }

    .recent-inner ul {
        margin: 0;
        padding: 12px 10px 5px;
        display: table;
        border-bottom: 0.5px solid #d1d2d4;
        width: 100%;
    }

        .recent-inner ul li {
            vertical-align: top;
            margin-bottom: 10px;
        }

            .recent-inner ul li span.grey-txt {
                display: inline-block !important;
                color: #8f8f8f;
                margin-right: 0;
            }

            .recent-inner ul li span {
                font-size: 14px;
                color: #167ab8;
                line-height: 24px;
            }

                .recent-inner ul li span.like {
                    display: inline-block !important;
                    color: #212121;
                    margin-right: 0;
                }

                .recent-inner ul li span.txt-bld {
                    display: inline-block !important;
                    color: #167ab8;
                    margin-right: 0;
                    font-family: 'Quattrocento-Bold';
                }

.border0 {
    border: 0 !important;
}

ul.lat-ul {
    padding: 8px 10px 2px;
}

.recent-act-hd.ins-fed {
    background: #000000;
    color: #fff;
}

.recent-inner ul.instagram-feed {
    display: block;
    padding: 12px 16px;
    border-bottom: 0;
    min-height: 368px;
}

    .recent-inner ul.instagram-feed li {
        vertical-align: middle;
        display: inline-block;
        padding: 0 0;
    }

.flt-rgt {
    float: right;
}

.recent-inner ul.tweets {
    display: block;
    padding: 0;
    border-bottom: 0px solid #d1d2d4;
    min-height: 368px;
}

    .recent-inner ul.tweets li span {
        color: #000000;
        font-family: 'Quattrocento-Bold';
        line-height: 20px;
        letter-spacing: 0.2px;
    }

        .recent-inner ul.tweets li span.grey-txt {
            color: #8f8f8f;
        }

        .recent-inner ul.tweets li span.beat-blue {
            color: #167ab8;
            display: inline-block;
        }

        .recent-inner ul.tweets li span.flrgt-txt {
            float: right;
            text-align: right;
            margin-top: 0px;
            color: #8f8f8f;
        }

    .recent-inner ul.tweets li {
        padding: 12px 0px 12px 10px;
        border-bottom: 1px solid #ebebeb;
        margin: 0;
    }

        .recent-inner ul.tweets li:last-child {
            border-bottom: 0;
        }

        .recent-inner ul.tweets li span.medal, .recent-inner ul.tweets li span.medal img {
            display: inline-block;
            margin: 0;
        }

.special-offer-left-part {
    border: 1px solid #ebecec;
}

.mrsp-tbtm {
    margin-top: 15px;
    margin-bottom: 15px;
}

.special-offer-right-cnt h3 {
    font-size: 28px;
    color: #000000;
    font-style: italic;
    margin-top: 0;
}

.special-offer-right-cnt h4, .order-history-page .special-offer-right-cnt h4 {
    color: #000000;
    font-size: 26px;
    font-family: 'Quattrocento-Bold';
    margin-bottom: 15px;
}

.read-mre.sp-offer {
    margin: 20px 0 0px;
    max-width: 374px;
    width: auto;
}

.normal-price, .member-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

    .normal-price span, .member-price span {
        color: #0b219f;
        font-size: 20px;
        font-family: 'Quattrocento';
        margin: 0 3px;
    }

.normal-price {
    color: #212121;
}

.member-price {
    float: right;
}

.member-price {
    color: #138500;
}

.order-history-page .special-offer-right-cnt h4 {
    padding-bottom: 0;
    border-bottom: 0;
    font-style: inherit;
    text-transform: none;
    margin-top: 15px;
}

.special-offer-right-cnt p {
    letter-spacing: 0;
}
/********************************************* Order History *****************************************/
.history-content {
    margin: 15px 0 15px;
}

    .history-content p {
        color: #212121;
        font-size: 15.5px;
        font-family: 'Quattrocento';
    }

p.para-mbtm {
    margin-bottom: 23px;
}

.hd-bg2 {
    background: #e6e6e4;
    min-height: 50px;
}

.table > thead > tr.hd-bg2 > th {
    border-bottom: 0;
}

.order-hist .table tr.hd-bg2 th {
    color: #000000;
    font-size: 14px;
    font-family: 'Quattrocento-Bold';
    height: 52px;
    padding: 15px 18px;
    text-transform: uppercase;
}

.order-table2.order-hist .table td {
    padding: 18px 18px;
    font-size: 16px;
    border-top: 0;
}

.dash-brdr {
    background: #f8f7f7;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

.brdr-btm-table {
    border-bottom: 1px solid #f1f1f1;
}

.order-hist .img-order, .order-hist .img-content {
    vertical-align: top;
}

.media.media-shipping h5 {
    font-size: 16px;
    color: #212121;
    font-family: 'Quattrocento-Bold';
    margin: 5px 0 5px;
}

.media.media-shipping p {
    font-size: 15.5px;
    color: #212121;
    line-height: 24px;
    margin-bottom: 20px;
}

    .media.media-shipping p span {
        font-size: 16px;
        color: #212121;
        font-family: 'Quattrocento-Bold';
        text-transform: uppercase;
    }

.country-choose {
    display: block;
    font-family: 'Quattrocento-Bold';
    color: #212121;
    font-size: 14.56px;
    margin-bottom: 10px;
    display: block;
}

.country-select td {
    cursor: pointer;
    border: 1px solid #dddddd;
    height: 80px;
    vertical-align: middle;
    text-align: center;
}

    .country-select td a {
        color: #212121;
        padding: 20px 0px;
        font-size: 14.56px;
        font-family: 'Quattrocento';
        text-align: center;
        vertical-align: middle;
        min-height: 80px;
        max-height: 80px;
    }

.sel-grey {
    background: #faf8f8;
}

.tooltiper {
    cursor: pointer;
}
/* tooltip content */
.tooltip h2 {
    white-space: nowrap;
}

.country-select .tooltip {
    position: absolute;
}

.tooltiper {
    position: relative;
}

.country-select .tooltip .tooltip-inner {
    min-width: 510px;
}

    .country-select .tooltip .tooltip-inner p {
        font-style: normal;
        text-align: left;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        letter-spacing: 0px;
        padding-right: 15px;
    }

/****************************************************** Earn A Gem ********************************************/
.progress-bx {
    width: 100%;
    min-height: 264px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 17px rgba(238,243,245,.75);
    -moz-box-shadow: 0 0 17px rgba(238,243,245,.75);
    box-shadow: 0 0 17px rgba(238,243,245,.75);
    border: solid 2px #f0f1f6;
    margin-top: 10px;
    padding: 20px 20px;
}

    .progress-bx h4 {
        font-size: 16px;
        color: #000000;
        font-family: 'Quattrocento-Bold';
        letter-spacing: 0.5px;
        margin: 0 0;
        border-bottom: 2px solid #f0f1f6;
        padding-bottom: 15px;
    }

.progress-nw {
    position: relative;
    margin: 44px 0px 0;
    text-align: center;
}

.barOverflow {
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 110px;
    margin: 0 auto 10px;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eee;
    border-bottom-color: #1284d8;
    border-right-color: #1284d8;
}

.range-text {
    width: 220px;
    margin: 0 auto;
    position: relative;
}

    .range-text p {
        font-size: 14px;
        color: #212121;
        position: absolute;
    }

.min-value {
    left: -10px;
}

.max-value {
    right: -20px;
}

.range-value {
    position: relative;
}

    .range-value h4 {
        color: #000000;
        font-size: 27px;
        font-family: 'Quattrocento-Bold';
        text-align: center;
        width: 120px;
        margin: 60px auto;
    }

.earn-gem th {
    height: 50px;
    background: #e6e6e4;
    padding: 10px 20px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase;
}

    .earn-gem th:first-child {
        text-align: left;
        padding: 16px 20px;
    }

    .earn-gem th:last-child {
        padding: 16px 20px;
    }

.earn-gem-part {
    margin-top: 25px;
    margin-bottom: 10px;
}

.inner-rw p {
    font-size: 16px;
    color: #212121;
    font-size: 16px;
    color: #212121;
    padding: 16px 10px 20px 0px;
    letter-spacing: 0.1px;
    line-height: 24px;
}

.gem-program {
    height: 50px;
    background: #e6e6e4;
}

    .gem-program td {
        padding: 10px 15px;
        color: #000000;
        font-size: 16px;
        font-family: 'Quattrocento-Bold';
    }

        .gem-program td img {
            margin-left: 10px;
        }

.ble-txt-table {
    color: #167ab8;
    font-size: 16px;
    font-family: 'Quattrocento-Bold';
    font-style: italic;
}

.form-group-gem {
    display: block;
    margin: 22px 0;
}

    .form-group-gem input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group-gem label {
        position: relative;
        cursor: pointer;
        font-size: 16px;
        color: #212121;
    }

        .form-group-gem label a {
            color: #167ab8;
        }

        .form-group-gem label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #dedede;
            padding: 14px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 15px;
        }

    .form-group-gem input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 12px;
        width: 9px;
        height: 21px;
        border: solid #167ab8;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.btn-new.btn-continue {
    max-width: 154px;
    margin: 0;
}

.view-tutorial {
    border-top: 1px solid #e6e6e4;
    border-bottom: 1px solid #e6e6e4;
    margin-top: 30px;
}

    .view-tutorial a {
        display: block;
        padding: 12px 0;
        font-size: 16px;
        color: #212121;
    }

        .view-tutorial a span img {
            margin-right: 5px;
        }

        .view-tutorial a span.vw-txt {
            color: #167ab8;
        }

.scrollbar.scbar-nw {
    height: 490px;
    margin-bottom: 15px;
}

    .scrollbar.scbar-nw h5 {
        font-size: 16px;
        color: #000000;
        font-family: 'Quattrocento-Bold';
        font-style: italic;
    }

    .scrollbar.scbar-nw p {
        padding-right: 4px;
        letter-spacing: 0px;
    }

.earn-gem-part .order-table2 {
    margin-bottom: 20px;
}

.table > thead > tr > th {
    border: 0;
}

span.info-inline-blk {
    display: inline-block !important;
    margin: 0 3px;
}

.order-table2.ern-grm2 .table tbody td {
    border-top: 0;
    font-size: 16px;
}

.bld-ble {
    color: #167ab8;
    font-family: 'Quattrocento-Bold';
}

.ern-table0 .table {
    margin: 0;
}

.green-txt img {
    margin-left: 2px !important;
    vertical-align: top;
}

.green-txt {
    color: #138500;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase;
}

.tab {
    overflow: hidden;
}

    .tab button {
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 2px 2px;
        transition: 0.3s;
        font-size: 17px;
    }

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

button.tablinks {
    border: 0;
    background: inherit;
    position: relative;
}

div#new-refer, div#new-refer2 {
    border: 2px solid #c98706;
    margin: -2px 0px 0px;
}

div#exist-refer, div#exist-refer2 {
    border: 2px solid #0b219f;
    margin: -2px 0px 0px;
}

.tablinks.exist_refer.active, .tablinks.exist_refer2.active {
    height: 112px;
    background: #fff;
    border: 2px solid #0b219f;
    border-bottom: 0;
}

.btn-ble {
    background: #0b219f;
    display: block;
    width: 100%;
    padding: 14px;
}

.tablinks.exist_refer, .tablinks.exist_refer2 {
    background: #fff;
    display: block;
    height: 94px;
    background-size: contain;
    border: 2px solid #0b219f;
    padding: 4px;
}

.tablinks.new_refer.active, .tablinks.new_refer2.active {
    height: 112px;
    background: #fff;
    border: 2px solid #c98706;
    border-bottom: 0;
}

.tablinks.new_refer, .tablinks.new_refer2 {
    background: #fff;
    display: block;
    height: 94px;
    background-size: contain;
    border: 2px solid #c98706;
    padding: 4px;
}

.btn-org {
    background: #c98706;
    display: block;
    width: 100%;
    padding: 14px;
}

.tablinks.new_refer.active .btn-org, .tablinks.exist_refer.active .btn-ble, .tablinks.new_refer2.active .btn-org, .tablinks.exist_refer2.active .btn-ble {
    padding: 14px 14px 40px;
}

.btn-arrw {
    background: url(../img/earn-gem/btn-arrw.png)no-repeat;
    display: block;
    top: 40px;
    position: absolute;
    right: 35px;
    width: 22px;
    height: 13px
}

.tablinks.new_refer.active .btn-arrw, .tablinks.exist_refer.active .btn-arrw, .tablinks.new_refer2.active .btn-arrw, .tablinks.exist_refer2.active .btn-arrw {
    transform: rotate(180deg)
}

.new_refer2 .btn-arrw, .exist_refer2 .btn-arrw {
    top: 36px;
    right: 25px
}

.mrgbtm30 {
    margin-bottom: 20px
}

.tablinks.exist_refer2, .tablinks.new_refer2, .tablinks.exist_refer2.active, .tablinks.new_refer2.active {
    height: auto
}

.news-form label {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px
}

.news-form {
    padding: 20px 10px
}

.form-control.refer-form {
    color: #8f8f8f;
    font-size: 14px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #dedede;
    border-radius: 0;
    box-shadow: none
}

select.form-control.refer-form {
    background: #fff url(../img/earn-gem/select-arrw.png)no-repeat;
    background-position: 96% center;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

textarea.form-control.refer-form {
    min-height: 90px;
    resize: none
}

.news-form .form-group {
    margin-bottom: 20px
}

.tabcontent.exit-refer-pad {
    padding: 4px
}

.gr-bg-tab {
    background: #e6e6e4;
    height: 50px
}

.exit-refer-table td {
    padding: 14px 25px;
    font-size: 16px;
    color: #000
}

.gr-bg-tab td {
    font-size: 14px;
    color: #000;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase
}

.tablinks {
    cursor: pointer
}

.lgt {
    display: block;
    text-align: center;
    cursor: pointer
}

h2.background-css {
    position: relative;
    z-index: 1;
    font-size: 28px;
    color: #0b219f;
    margin-top: -15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Quattrocento-Bold'
}

    h2.background-css:before {
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1
    }

    h2.background-css span {
        background: #fff;
        padding: 0 10px;
        font-style: inherit;
        color: #0b219f;
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'Quattrocento-Bold'
    }

.exclusive-box {
    background: #fbf8f8;
    border: 1px solid #dadddf;
    margin-top: 40px;
    padding: 0 10px 10px;
    margin-bottom: 20px
}

.fntst {
    font-style: inherit !important
}

.member-price.flrgtinht {
    float: inherit
}

.grade-des h5 {
    color: #000;
    font-size: 25px;
    margin: 15px 0 10px;
    font-family: 'Quattrocento-Bold'
}

.gr-bld-txt {
    display: block;
    color: #138500;
    font-size: 25px;
    font-family: 'Quattrocento-Bold'
}

.bl-bld-txt {
    display: block;
    color: #79a1de;
    font-size: 18px;
    font-family: 'Quattrocento-Bold';
    margin: -3px 0px 4px;
}

.quality-graph.qlty-grph-mrg {
    margin-top: 10px
}

.frm-spcl {
    display: inline-block;
    vertical-align: middle;
    width: 264px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #dedede;
    font-size: 16px;
    color: #9e9e9e;
    padding: 0 10px;
    margin-right: 15px
}

.btn-new.btn-sub {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: 140px
}

.special-offcode {
    margin: 15px 0 20px
}

.btn-new.btn-sub2 {
    margin: 0 auto 30px;
    max-width: 273px
}

.gg-bg-nw {
    background: #f2f2f2;
    padding: 60px 0
}

    .gg-bg-nw h3 {
        font-size: 40px;
        color: #000;
        text-align: center;
        font-family: 'Quattrocento';
        margin: 0 0 20px
    }

    .gg-bg-nw p {
        font-size: 16.9px;
        color: #000;
        font-family: 'Quattrocento';
        line-height: 25px
    }

p.gems-parambtm {
    margin-bottom: 50px
}

.blk-bg.collector-gallery {
    background: #fff
}

    .blk-bg.collector-gallery h3 {
        text-align: center;
        color: #000;
        font-size: 40px;
        font-family: 'Quattrocento';
        margin: 0 0 15px
    }

    .blk-bg.collector-gallery p {
        font-size: 16px;
        color: #000;
        text-align: center;
        padding: 0 20px;
        line-height: 25px;
        margin-bottom: 50px
    }

.caption-img.cg-img2 {
    padding: 0;
    background: transparent;
    text-transform: inherit;
    width: 270px;
    margin: 0 auto;
}

.cg-img2 h4 {
    font-size: 20px;
    color: #343538;
    font-family: 'Quattrocento-Bold';
    line-height: normal;
    margin-bottom: 5px;
}

.cg-img2 a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #06208d;
    font-family: 'Quattrocento-Bold'
}

.cg-img2 span {
    font-size: 16px;
    color: #4f5152;
    font-family: 'Quattrocento';
    display: block;
    margin-bottom: 5px
}

.slider-img-part img {
    margin: 0 auto
}

.sh-list {
    margin: 0;
    padding: 0
}

    .sh-list li {
        display: inline-block
    }

        .sh-list li a {
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 50px;
            background: #0b219f;
            margin: 0 3.4em;
            font-family: 'Quattrocento';
            display: inline-block;
            color: #000;
            font-size: 24px;
            position: relative
        }

            .sh-list li a::before {
                content: '';
                position: absolute;
                top: .9em;
                left: -8em;
                width: 220px;
                height: .1em;
                background: #0b219f;
                z-index: -1
            }

        .sh-list li.active span, .sh-list li span.ble {
            color: #0b219f
        }

        .sh-list li span {
            display: block;
            color: #000;
            font-size: 16px;
            text-transform: uppercase;
            margin-top: 10px;
            font-family: 'Quattrocento';
            letter-spacing: .2px
        }

        .sh-list li:first-child a::before {
            display: none
        }

    .sh-list .active a {
        background: #0b219f;
        color: #fff
    }

    .sh-list .active ~ li a {
        background: #d4d4d4
    }

        .sh-list .active ~ li a::before {
            background: #d4d4d4
        }

.shopping-part {
    padding: 20px 0 60px
}

.shopping-cart h3 {
    color: #000;
    letter-spacing: 1.5px;
    font-size: 24px;
    font-style: italic;
    margin-top: 30px;
    border-bottom: 1px solid #e8ebeb;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.sh-box {
    border: 1px solid #e8e8e8
}

    .sh-box h1, .sh-box a.lgn-hd {
        background: #e6e6e4;
        font-size: 14px;
        color: #000;
        font-family: 'Quattrocento-Bold';
        margin: 0;
        padding: 18px;
        text-transform: uppercase;
        display: block
    }

.inner-sh-bx {
    padding: 20px 18px
}

    .inner-sh-bx p {
        color: #212121;
        font-size: 16px;
        line-height: 24px
    }

    .inner-sh-bx .frm-sh-bx h3 {
        color: #000;
        font-size: 18px;
        text-transform: uppercase;
        font-style: normal;
        border-bottom: 0;
        padding-bottom: 0;
        margin: 0;
        letter-spacing: 0
    }

.frm-sh-bx h4 {
    color: #212121;
    font-size: 16px;
    font-family: 'Quattrocento-Bold';
    text-transform: none;
    margin-bottom: 26px
}

.frm-sh-bx {
    padding: 30px 20px 10px
}

    .frm-sh-bx label {
        text-align: left !important;
        color: #212121;
        font-size: 16px
    }

.brdrrgt-dashed {
    border-right: 1px dashed #ddd
}

.btn-new.frm-btn2 {
    max-width: 160px;
    margin: 0;
    padding: 10px
}

.btn-new.frm-btn3 {
    max-width: 160px;
    margin: 0 0 18px;
    padding: 10px
}

.shopping-part .form-group {
    margin-bottom: 18px
}

a.fgr-pwd {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .4px;
    background: transparent;
    padding: 0;
    font-family: 'Quattrocento'
}

.pad-lft-sh {
    padding-left: 60px
}

    .pad-lft-sh p {
        line-height: 28px
    }

.shopping-cart {
    padding: 0 30px
}

.sh-list li a img {
    vertical-align: middle;
    margin: 12px auto
}

a.lgn-hd.bil-info {
    font-size: 16px;
    padding: 15px 12px;
    color: #000
}

p.bil-txt {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px
}

.bil-bx {
    margin-bottom: 10px
}

.control-labeler {
    text-align: left;
    font-size: 16px;
    color: #000
}

.reder {
    color: #ff0018;
    vertical-align: -webkit-baseline-middle
}

.bill-frm {
    padding: 0 40px
}

.bill-right-side {
    margin-top: 87px
}

.frgt {
    float: right;
    color: #0b219f;
    font-size: 14px;
    cursor: pointer
}

.bil-bx ul {
    margin: 0;
    padding: 0
}

    .bil-bx ul li {
        padding: 15px;
        border-bottom: 1px dashed #ddd
    }

.d-imd-tab {
    display: table
}

.bil-img, .img-bil-txt {
    display: table-cell;
    vertical-align: top
}

    .bil-img img {
        margin-right: 15px
    }

.img-bil-txt {
    font-size: 16px;
    color: #000
}

.rgt-content-bil h4 {
    margin: 0 0 5px;
    color: #212121;
    font-size: 16px;
    font-family: 'Quattrocento-Bold';
    line-height: 24px
}

    .rgt-content-bil h4 span {
        display: block;
        font-family: 'Quattrocento'
    }

.tt-part {
    text-align: left;
    color: #212121;
    font-size: 18px;
    font-family: 'Quattrocento-Bold';
    width: 57%;
    display: inline-block
}

.vle {
    color: #212121;
    font-size: 18px
}

.mrgbtmclr {
    margin-bottom: 0 !important
}

.tot-part {
    margin-bottom: 15px
}

.bil-bx ul li:last-child {
    border-bottom: 0;
    background: #f6f5f5;
    padding: 12px 15px
}

ul.snd-bil-bx li {
    border-bottom: 1px solid #e8e8e8;
    color: #212121;
    font-size: 16px;
    padding: 15px 18px;
    line-height: 24px
}

    ul.snd-bil-bx li span {
        display: block;
        font-family: 'Quattrocento-Bold'
    }

    ul.snd-bil-bx li:last-child {
        background: transparent;
        margin-bottom: 30px
    }

.inner-sh-bx address {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px;
    margin-bottom: 10px
}

    .inner-sh-bx address span {
        font-family: 'Quattrocento-Bold'
    }

.btn-new.bill-btn {
    background: #f5f1f1;
    color: #000;
    margin: 0
}

.cnt-btn {
    max-width: 124px !important
}

.ship-info input[type="checkbox"], .ship-info input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.ship-info label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2.5em;
    height: 3em;
    line-height: 2.1em;
    cursor: pointer;
    font-size: 15px
}

    .ship-info label::before, .ship-info label::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 30px;
        height: 30px
    }

    .ship-info label::before {
        content: " ";
        border: 1px solid #dedede;
        width: 30px;
        height: 30px
    }

.ship-info input[type="checkbox"] + label::after {
    content: "\2714";
    color: #2c3e50;
    line-height: 2.1;
    text-align: center
}

.ship-info input[type="radio"] + label::before {
    border-radius: 50%
}

.ship-info input[type=radio] + label::after {
    content: " ";
    top: .25em;
    left: .25em;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 50%
}

.ship-info input[type="checkbox"] + label::after, .ship-info input[type=radio] + label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.ship-info input[type="checkbox"]:checked + label::after, .ship-info input[type=radio]:checked + label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ship-info label::before, .ship-info label::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease
}

.ship-cart .table tr.hd-bg2 th {
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: 'Quattrocento-Bold';
    color: #000
}

.ship-cart .table tr td {
    padding: 25px 20px;
    vertical-align: middle;
    font-size: 16px;
    color: #212121
}

.ship-cart {
    border: 1px solid #e8e8e8;
    border-top: 0;
    margin-bottom: 20px
}

.ship-hd-cnt {
    display: block;
    font-family: 'Quattrocento-Bold';
    margin-bottom: 16px
}

a.v-tm, a.r-tm {
    display: block;
    font-size: 14px;
    color: #0b219f !important;
    margin-bottom: 4px
}

.img-content.img-cnt2 {
    min-width: auto
}

a.v-tm span {
    background: url(../img/social-icons.png)no-repeat;
    width: 20px;
    height: 14px;
    display: inline-block;
    background-position: -227px -34px;
    vertical-align: text-top
}

a.r-tm span {
    background: url(../img/social-icons.png)no-repeat;
    width: 20px;
    height: 24px;
    display: inline-block;
    background-position: -266px -27px;
    vertical-align: bottom
}

.ship-cart .table tr td {
    max-width: 320px
}

.dash-brdr.shp-brdr td {
    background: none;
    border-top: 0;
    border-bottom: 1pxs dashed #ddd
}

.dash-brdr.shp-brdr {
    background: none;
    border-top: 0
}

.img-order.img-ordr2 {
    width: auto;
    height: auto
}

.sbal-part {
    display: block;
    margin: 22px 0 0
}

    .sbal-part p {
        font-size: 14px;
        color: #212121
    }

        .sbal-part p span {
            font-family: 'Quattrocento-Bold';
            display: block;
            font-size: 16px;
            margin-bottom: 3px
        }

.ship-cart .table tr td.tp {
    vertical-align: top
}

.ship-cost span {
    display: block;
    font-size: 14px;
    font-family: 'Quattrocento-Bold';
    margin-bottom: 12px;
    letter-spacing: .3px
}

    .ship-cost span.i-ble {
        font-style: italic;
        color: #1b30a5;
        letter-spacing: .3px
    }

.plce-text {
    width: 230px;
    height: 40px;
    margin-right: 8px;
    background-color: #fff;
    border: solid 1px #dedede;
    color: #8f8f8f;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle
}

.read-mre.all-art.app-ordr {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.shp-brdr.brdr00 {
    border: 0
}

    .shp-brdr.brdr00 td {
        border: 0
    }

.sb-tot {
    font-size: 20px;
    font-family: 'Quattrocento-Bold'
}

.table.table2 {
    margin: 0
}

.mrg3 {
    margin-bottom: 10px
}

.payment-icons {
    margin: 0;
    padding: 0;
    text-align: right;
    margin: 20px 0 20px
}

    .payment-icons li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 2px
    }

.fltrgt {
    float: right
}

    .fltrgt a {
        max-width: 173px !important
    }

.lgn-hd.shp-hd {
    text-transform: inherit;
    font-size: 16px
}

.snd-bil-bx.happens-next li, .snd-bil-bx.happens-next li:last-child {
    border: 0;
    padding: 8px 15px
}

.snd-bil-bx.happens-next {
    padding: 15px 0
}

    .snd-bil-bx.happens-next li:last-child {
        margin: 0
    }

    .snd-bil-bx.happens-next li a {
        color: #0b219f
    }

.redclr {
    color: #ec0505 !important
}

.ship-info.shop-cart label::before {
    content: url(../img/shopping-cart/radio.png);
    border: 0 solid #dedede;
    width: 16px;
    height: 16px;
    top: 2px
}

.ship-info.shop-cart input[type="radio"] + label::after, .ship-info.shop-cart input[type="checkbox"] + label::after {
    content: url(../img/shopping-cart/radio-checked.png);
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    border: 0
}

.ship-info.shop-cart label {
    padding: 0 0 0 1em
}

.inner-shd {
    font-size: 18px;
    font-family: 'Quattrocento-Bold';
    margin: 10px 0 15px
}

a.read-mre.all-art.chge-bill-btn {
    margin: 10px 10px 30px;
    clear: both;
    width: 260px;
    padding: 5px;
    letter-spacing: .4px
}

.rgt-cnt {
    color: #212121;
    font-size: 16px
}

    .rgt-cnt span {
        font-family: 'Quattrocento-Bold'
    }

    .rgt-cnt p {
        margin-top: 10px
    }

.payment-icons2 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px
}

.payment-icons2 {
    margin: 0;
    padding: 0 0 0 10px
}

.pa-act label span {
    font-size: 16px;
    color: #000;
    font-family: 'Quattrocento-Bold';
    display: inline-block;
    padding-left: 10px
}

.ship-info.shop-cart .form-group label::after, .ship-info.shop-cart .form-group label::before {
    display: none
}

.ship-info.shop-cart .form-group label {
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #000;
    font-size: 16px
}

.sec-div {
    padding: 30px 0 10px
}

.sec-img, .sec-txt {
    display: table-cell;
    vertical-align: middle
}

.sec-img {
    padding-right: 20px
}

.sec-txt {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px
}

    .sec-txt a {
        color: #167ab8
    }

.ship-info.shop-cart .pa-act label {
    height: inherit
}

.pa-act {
    margin-bottom: 10px
}

.info-paypal {
    margin-bottom: 30px
}

address.pad0 {
    padding: 0
}

.rev-cls {
    color: #000;
    font-size: 16px;
    margin-bottom: 27px
}

.inner-shd.inner-shd2 {
    font-size: 16px;
    margin-bottom: 10px
}

.brdrdash {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin: 0 0 20px !important
}

.inner-sh-bx.sh-bx2 {
    padding: 20px 28px
}

span.sm {
    font-size: 14px;
    font-style: italic;
    font-family: 'Quattrocento' !important
}

.fltrgt2 {
    float: right
}

.btn-new.btn-smp {
    max-width: 213px;
    margin: 0
}

.infrm-txt {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0
}

    .infrm-txt a {
        color: #212121;
        font-family: 'Quattrocento-Bold'
    }

h3.thk-msg {
    color: #0b219f
}

.thn-txt {
    color: #000;
    font-size: 16px;
    margin: 26px 0 20px;
    letter-spacing: .4px
}

.btn-new.btn-acc {
    max-width: 266px;
    margin: 0 0 30px
}

h1.lgn-hd.hd2 {
    font-size: 16px !important
}

.transfer-content {
    padding: 20px 28px
}

    .transfer-content p {
        color: #000;
        font-size: 16px;
        line-height: 24px;
        padding-right: 30px;
        margin-bottom: 30px;
        letter-spacing: .4px
    }

        .transfer-content p:last-child {
            margin-bottom: 0
        }

.mrg-bx {
    margin-bottom: 20px
}

.sh-box.bil-bx.bil-bx2 li:last-child {
    margin-bottom: 0
}

.mrg0 {
    margin: 0 !important
}

.pad-0 {
    padding: 0 !important
}

.transfer-content1 {
    padding: 14px 8px
}

    .transfer-content1 address, .transfer-content1 a {
        color: #000;
        font-size: 16px;
        line-height: 28px;
        padding: 0 10px;
        margin-bottom: 10px
    }

        .transfer-content1 address span, .transfer-content1 a {
            font-family: 'Quattrocento-Bold'
        }

.transfer-content3 {
    padding: 44px 8px
}

.c-ap.c-ap2 h2 {
    font-size: 42px;
    text-align: center;
    margin-top: 20px;
}

.c-ap.c-ap2 p {
    font-size: 20px;
    text-align: center
}

.c-ap.c-ap2 h3 {
    color: #fff;
    margin: 0;
    font-size: 48px;
    font-family: 'Quattrocento-Bold';
    font-style: italic;
    text-align: center
}

.brdr-ard {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
    padding: 6px;
    margin: 16px auto;
    width: 84%
}

.carousel-caption.c-ap.c-ap2 {
    margin: 0;
    padding: 0 68px
}

.purchase-jewelry {
    background: #000;
    min-height: 425px;
    padding: 50px 0 50px
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-inner img {
    margin: 0 auto
}

.cp-gem.cp-gem2 {
    min-height: 100px
}

    .cp-gem.cp-gem2 h2 {
        line-height: 28px;
        font-size: 21px
    }

    .cp-gem.cp-gem2 span.ble-txt {
        font-size: 20px
    }

.t-j-new {
    margin: 0;
    padding: 0
}

    .t-j-new li {
        display: inline-block;
        vertical-align: middle
    }

        .t-j-new li a {
            font-size: 28px;
            color: #a3a3a3;
            margin-right: 75px
        }

        .t-j-new li:first-child a {
            display: inline-block;
            color: #000;
            vertical-align: middle;
            font-size: 40px;
            /*border-bottom: 5px solid #373737*/
        }

        .t-j-new li a span {
            font-size: 28px
        }

section.purchase-tanzanite.tanzanite.abt-us {
    min-height: initial;
    padding: 22px 0
}

.purchase-tanzanite.tanzanite.abt-us h3 {
    font-size: 40px;
    color: #fff;
    letter-spacing: .4px
}

.about-white-bg {
    padding: 70px 0
}

.abt1 img {
    margin: 0 auto;
    padding-bottom: 70px
}

.abt1 {
    border-bottom: 1px solid #eaeaea
}

h4.profess-txt {
    color: #000;
    font-size: 40px;
    font-style: italic;
    padding: 50px 0 30px;
    text-align: center
}

.brdrtop1px {
    border-top: 1px solid #ccc
}

.abt-bx {
    border: 1px solid #e2e2e2;
    padding: 44px 40px;
    min-height: 445px
}

    .abt-bx h2 {
        color: #06070b;
        font-size: 28px;
        font-style: italic;
        margin-bottom: 12px;
        line-height: 36px
    }

    .abt-bx p {
        color: #06070b;
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 26px;
        letter-spacing: .3px
    }

        .abt-bx p:last-child {
            margin-bottom: 0
        }

.pad20-ex {
    padding: 0 20px !important
}

.card-body.pad-abt-bdy {
    padding: 20px 6px
}

.pad-abt-bdy h5 {
    color: #0b219f;
    font-size: 26px
}

.card.mb-4.box-shadow.min-abt-bx.brdr-bx {
    min-height: 405px
}

.swiper-container-abt {
    overflow: hidden;
    position: relative
}

.wabt-bg .swiper-button-next {
    background: url(../img/abt-us/next.png)no-repeat;
    width: 21px;
    height: 40px
}

.wabt-bg .swiper-button-prev {
    background: url(../img/abt-us/prev.png)no-repeat;
    width: 21px;
    height: 40px
}

.swiper-container-abt .swiper-pagination {
    bottom: -40px
}

.swiper-container-abt .swiper-pagination-bullet {
    background: #c1c1c1;
    width: 30px;
    height: 5px;
    border-radius: 0;
    margin: 0 8px !important;
    opacity: 1
}

.swiper-container-abt .swiper-pagination-bullet-active {
    background: #0b219f
}

.white-bg.whtebg2.wabt-bg {
    padding: 40px 0 100px
}

.art-hd.art-hd {
    margin-bottom: 45px
}

.flexslider.flex-about {
    background: transparent;
    border: 0
}

    .flexslider.flex-about .flex-direction-nav .flex-prev {
        background: url(../img/thumb-slider/prev.png)no-repeat;
        opacity: 1;
        left: -45px;
        right: auto;
        width: 17px;
        top: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        height: 27px
    }

    .flexslider.flex-about .flex-direction-nav .flex-next {
        background: url(../img/thumb-slider/next.png)no-repeat;
        opacity: 1;
        right: -55px;
        width: 17px;
        top: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        height: 27px;
        left: auto
    }

        .flexslider.flex-about .flex-direction-nav .flex-next.flex-disabled, .flexslider.flex-about .flex-direction-nav .flex-prev.flex-disabled {
            opacity: .5 !important;
            z-index: 9;
            cursor: default
        }

.caption-imger {
    background: #ededed;
    color: #000;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 18px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    bottom: 0
}

.posrel {
    position: relative
}

.test-txt {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    top: 50%;
    width: 100%
}

section.slider-about {
    margin-top: 40px
}

.testimonial-text {
    margin-top: 30px;
    display: block
}

.flexslider.flex-about .flex-active-slide .caption-imger {
    position: relative
}

    .flexslider.flex-about .flex-active-slide .caption-imger:after, .flexslider.flex-about .flex-active-slide .caption-imger:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .flexslider.flex-about .flex-active-slide .caption-imger:after {
        background: url(../img/abt-us/arrow-after.png)no-repeat;
        width: 22px;
        height: 20px;
        margin: -3px
    }

.text-mhgt li {
    min-height: 305px
}

.flexslider.flex-about .slider-img-part img {
    width: 100%
}

h4.profess-txt2 {
    color: #000;
    font-size: 40px;
    font-style: italic;
    padding: 30px 0 20px;
    text-align: center
}

.aget-dash-bg {
    padding: 34px 0 14px;
    background: #000;
    background-position: top center;
    min-height: 180px
}

    .aget-dash-bg h3 {
        font-size: 40px;
        color: #fff;
        letter-spacing: .4px
    }

.progress-bx.progress-bx2 {
    border: 1px solid #e8e8e8;
    min-height: 310px;
    padding: 0;
    box-shadow: none
}

.progress-bx2 h5 {
    background: #e6e6e4;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Quattrocento-Bold';
    margin: 0;
    padding: 16px 15px
}

    .progress-bx2 h5 span {
        font-family: 'Quattrocento';
        font-style: italic;
        text-transform: none
    }

.progress-bx2 h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Quattrocento-Bold';
    letter-spacing: .5px;
    margin: 0;
    border-bottom: 2px solid #f0f1f6;
    padding-bottom: 15px
}

.progress-bx.progress-bx2 .progress-nw {
    margin: 64px 0 0
}

.text-cen {
    display: table;
    width: 100%;
    padding: 20px;
    text-align: center;
    min-height: 250px
}

    .text-cen p {
        display: table-cell;
        vertical-align: middle;
        color: #000;
        font-size: 40px;
        font-family: 'Quattrocento-Bold';
        width: 100%
    }

.q-txt {
    color: #000;
    font-size: 14px;
    display: block;
    margin: 18px 0 24px;
    text-align: center
}

.text-cen img {
    padding: 16px 0
}

.art-hd.art-hd3 {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 30px
}

.brdrtp2 {
    border: 1px solid #ccc
}

.white-bg.agent-dbg {
    padding: 20px 0 50px
}

.agent-dbg .swiper-button-next, .agent-dbg .swiper-button-prev {
    margin-top: 10px
}

.ble-new {
    color: #0b219f;
    font-size: 14px;
    font-family: 'Quattrocento'
}

.cap {
    text-transform: uppercase
}

.inner-agent td {
    text-align: center;
    padding: 15px;
    color: #000;
    font-size: 16px
}

.brdr-tab td table td {
    border: 1px solid #e8e8e8;
    color: #000;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    vertical-align: top
}

.org-bg {
    background: #fff4e4
}

.tble-resnw table {
    border-collapse: collapse
}

.blee-bg {
    background: #e7f7ff
}

.pnk-bg {
    background: #ffeffb
}

.b-hd td {
    font-family: 'Quattrocento-Bold'
}

.whte-bg td {
    background: #fff
}

.tdrgt {
    text-align: right !important;
    padding-right: 30px !important
}

.tabsp {
    display: block;
    color: #0b219f;
    font-size: 14px;
    padding: 0 20px;
    text-align: left
}


/********************************** How WE Ship *****************************/
.hd-ship-txt {
    font-size: 40px;
    color: #000;
    text-align: center;
    margin: 0 0 60px;
    line-height: 54px
}

.wh-bg-new {
    padding: 60px 0
}

.para-part p {
    font-size: 18px;
    color: #000;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center
}

    .para-part p:last-child {
        margin-bottom: 0;
    }
/*.para-part{padding:86px 80px 86px 10px}*/
.ship-grey-bg {
    padding: 65px 0 52px;
    background: #eaeaea
}

    .ship-grey-bg p {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 28px;
        font-style: italic;
        font-family: 'Quattrocento-Bold';
        padding: 30px 200px 0
    }

.shipping-costs-cnt span {
    background: #fff;
    border: 2px solid #2235a7;
    width: 77px;
    height: 77px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 30px
}

.shipping-costs-cnt h4 {
    color: #000;
    font-size: 16px;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase
}

.t-j-new li:first-child a {
    display: inline-block;
    color: #000;
    vertical-align: middle;
    font-size: 36px !important;
    /*border-bottom: 5px solid #373737*/
}

.ship-grey-bg .shipping-costs-cnt p {
    font-style: normal;
    padding: 0 48px;
    font-family: 'Quattrocento';
    line-height: 25px
}

.terms-head {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.m-t-0 {
    margin-top: 0px;
}

.cst-txt {
    display: table-cell;
    padding-left: 15px
}

.ic-cnt {
    display: table-cell;
    vertical-align: top;
    width: 81px;
    height: 81px;
    padding-top: 12px
}

.cst-sp {
    display: table
}

.cst-txt h4 {
    color: #000;
    font-size: 16px;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase
}

.cst-txt p {
    font-style: normal;
    font-size: 16px;
    font-family: 'Quattrocento';
    line-height: 25px;
    padding-right: 16px
}

.wh-bg-new.wh-bg-new2 {
    padding: 60px 0 50px
}

.top-img ul {
    margin: 0 auto;
    padding: 0
}

    .top-img ul li {
        display: inline-block;
        vertical-align: top
    }

.top-img p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    padding: 40px 147px 0
}

.hd-ship-txt.hd-ship-txt2 {
    margin-bottom: 40px
}

.ship-grey-bg p.text-cont {
    padding: 20px 199px 0
}

.ship-grey-bg .text-cont2 p {
    font-style: normal;
    font-family: 'Quattrocento'
}

.text-bold {
    font-family: 'Quattrocento-Bold'
}

.ship-grey-bg.ship-grey-bg2 {
    padding: 32px 0 52px
}

.text-cont3 {
    margin: 0;
    padding: 0
}

    .text-cont3 li {
        display: inline-block;
        font-size: 16px;
        color: #000;
        background: url(../img/returns-insurance/green-circle.png) no-repeat;
        padding-left: 29px;
        text-align: center;
        line-height: 35px;
        background-position: left top 7px;
        padding-right: 30px
    }

.return-proc-bg {
    padding: 70px 0 47px
}

.padclr0 {
    padding-left: 0 !important;
    margin-left: -25px
}

.pad-rght0 {
    padding-right: 0 !important
}

.return-proc-bg h4 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: 'Quattrocento-Bold'
}

.return-proc-bg p {
    font-size: 16px;
    color: #000;
    margin: 0 -58px 15px 0;
    line-height: 25px
}

.img-position {
    margin: 36px 0
}

.return-proc-bg .text-cont4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    line-height: 28px;
    font-style: italic;
    font-family: 'Quattrocento-Bold'
}

.cust-title {
    margin-bottom: 0
}

.top-img.cust-textalign p {
    padding: 0 200px
}

.tablewidth {
    max-width: 757px;
    margin: 0 auto
}

    .tablewidth table {
        background: #FFF;
        margin-bottom: 20px
    }

.ship-grey-bg .tooltip-inner p {
    padding: 0
}

span.why-mem {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 26px
}

ul.nav.nav-tabs.menu-list-dropdown {
    margin: 0;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    max-height: 60px;
    border-bottom: 1px solid rgba(55,55,55,0.08)
}

    ul.nav.nav-tabs.menu-list-dropdown li {
        display: inline-block;
        float: inherit;
        padding: 0;
        border: 0
    }

        ul.nav.nav-tabs.menu-list-dropdown li a {
            padding: 18px 22px;
            margin: 0 14px;
            font-size: 14px;
            color: #000;
            font-family: 'Quattrocento-Bold';
            border: 0;
            letter-spacing: .5px
        }

        ul.nav.nav-tabs.menu-list-dropdown li.active a {
            border: 0;
            background: none
        }

        ul.nav.nav-tabs.menu-list-dropdown li a:hover {
            padding: 18px 22px;
            border: 0;
            background: transparent
        }

.dropdown-menu.mega-dropdown-menu.row.clearfix {
    box-shadow: 0 11px 30px rgba(0,0,0,0.09);
    min-height: 445px;
    max-height: 445px;
    border-bottom: 1px solid rgba(55,55,55,0.08)
}

.drp-part {
    padding: 0 50px 0 170px;
    display: table;
    width: 100%
}

    .drp-part img {
        float: right;
        margin: 34px 0
    }

.dropdwn-left-part h3 {
    color: #000;
    font-size: 30px;
    font-style: italic;
    margin: 0 0 15px
}

.dropdwn-left-part {
    text-align: left
}

    .dropdwn-left-part p {
        color: #000;
        font-size: 16px;
        line-height: 28px
    }

.mega-dropdown-menu .dropdwn-left-part ul {
    margin: 15px 0;
    padding: 0;
    float: left;
    padding-right: 100px
}

    .mega-dropdown-menu .dropdwn-left-part ul li {
        font-size: 16px;
        color: #000;
        margin-bottom: 10px
    }

.distab-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3px;
    width: 460px
}

    .distab-cell.wdth57 {
        width: 460px
    }

    .distab-cell.wdth80 {
        width: 450px
    }

.btn-new.btn-drop-dwn {
    margin: 10px 0 0;
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 8px 25px
}

.mnwdth {
    min-width: 360px
}

.mnwdth2 {
    min-width: 260px
}

.banner-gemstone-bg {
    background-position: top center;
    background: url(../img/our-gemstone-bg.png)no-repeat;
    background-size: cover;
    min-height: 445px;
    padding: 122px 0 102px
}

    .banner-gemstone-bg h3 {
        font-size: 40px;
        color: #fff;
        font-style: italic;
        margin: 0 0 15px
    }

    .banner-gemstone-bg p {
        padding: 0 260px;
        font-size: 20px;
        color: #fff;
        line-height: 30px
    }

.whte-bg-gemstone {
    background: #fff;
    padding: 70px 0
}
#myModal-bettercommissions .pp-list li {
    font-size: 16px;
    color: #000000;
    padding-left: 25px;
    margin-bottom: 12px;
    background: none;
    line-height: 28px;
}
.q-txt a {
    color: #000;
}
.whte-bg-gemstone h3 {
    font-size: 40px;
    color: #000;
    font-style: italic;
    margin: 0 0 14px
}

    .whte-bg-gemstone p {
        font-size: 16px;
        margin-bottom: 12px;
        color: #000;
        line-height: 25px
    }

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.mining-rep {
    background: #f2f2f2;
    min-height: 575px;
    border: 1px solid #d1cfcf
}

.grey-bg-gemstone {
    padding: 50px 0;
    background: #f2f2f2
}

    .grey-bg-gemstone h2 {
        font-size: 39px;
        color: #000;
        margin-bottom: 20px
    }

    .grey-bg-gemstone p {
        font-size: 16px;
        color: #000;
        line-height: 26px
    }

.whte-bg-gemstone p:last-child {
    margin-bottom: 0
}

.cnt-pad {
    padding: 0 105px
}

.mining-rep {
    margin: 20px 8px
}

    .mining-rep span.test-og {
        padding: 7px 20px;
        position: absolute;
        width: 100%;
        height: 45px;
        bottom: 0;
        background: rgba(0,0,0,0.79);
        color: #fff;
        font-size: 24px;
        text-transform: uppercase
    }

.og-cnt ul {
    margin: 0;
    padding: 15px 20px
}

.og-cnt li {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px
}

    .og-cnt li span {
        font-family: 'Quattrocento-Bold'
    }

    .og-cnt li:last-child {
        margin-bottom: 0
    }

.whte-bg-gemstone.whtegrey-bg-gemstone {
    background: #f2f2f2
}

.brdrtogrey {
    border-top: 1px solid rgba(0,0,0,0.20)
}

.whte-bg-gemstone.gem-mine h3 span {
    display: block;
    font-size: 30px;
    font-style: normal
}

.whte-bg-gemstone.gem-mine h3 {
    font-size: 36px;
    font-style: normal;
    line-height: 40px;
    margin-bottom: 10px
}

.whte-bg-gemstone.gem-mine h4 {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-bottom: 16px
}

.minmax-hgt-img img {
    margin: 0 auto
}

.minmax-hgt-img {
    min-height: 300px;
    width: 100%;
    background: #fff;
    max-height: 300px
}

.purchase-tanz {
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    min-height: 300px;
    max-height: 300px;
    background: #f7f7f7;
    text-align: center;
    padding: 14px 2px
}

    .purchase-tanz img {
        margin: 0 auto;
        max-height: 190px;
    }

    .purchase-tanz p, .gem-bdy p {
        font-size: 20px;
        color: #df1155;
        font-family: 'Quattrocento-Bold'
    }

        .purchase-tanz p span, .gem-bdy p span {
            font-size: 15px;
            color: #000;
            text-decoration: line-through
        }

a.btn-new.btn-tz-nw.mre-det {
    width: 85%;
    margin: 0 auto
}

.geomologist-pick {
    min-height: 580px;
    max-height: 580px;
    background: #fff;
}

.geo-hd {
    color: #000;
    font-size: 26px;
    background: #ece9e9;
    height: 48px;
    padding: 6px 10px
}

.gem-bdy {
    padding: 35px 0
}

    .gem-bdy img {
        margin: 0 auto
    }

a.btn-new.btn-tz-nw.mre-detgem {
    margin: 5px auto;
    width: 194px
}

.mrgtop20 {
    margin-top: 20px
}

.w-38 {
    width: 40% !important;
    margin-bottom: 20px;
    float: left
}

.w-20 {
    width: 20% !important;
    margin-bottom: 20px;
    float: left
}

.m-20 {
    margin-bottom: 20px
}

.view-more-btn {
    width: 211px;
    height: 50px;
    transition: none;
    background-color: rgba(255,255,255,0);
    border: solid 1px #bbbcbd;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 15px 0
}

    .view-more-btn:hover {
        background-color: #0b219f;
        background-image: -webkit-linear-gradient(left,#062090,#000);
        color: #fff;
        background-image: -moz-linear-gradient(left,#062090,#000);
        background-image: -o-linear-gradient(left,#062090,#000);
        background-image: -ms-linear-gradient(left,#062090,#000);
        background-image: linear-gradient(to right,#062090,#000);
        color: #fff
    }

.white-bg.whwgrey {
    background: #f8f8f8
}

.find-bg {
    padding: 20px 0;
    background: #9c9293
}

.find-bx {
    width: 582px;
    border: 1px dashed #d8d8d8;
    margin: 0 auto;
    min-height: 150px;
    padding: 23px 10px
}

h3.f-hd {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial;
    margin: 0 0 10px
}

p.fnd-txt {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: Arial
}

a.btn-new.btn-request.btn-fnd {
    background: #f5f1f1;
    color: #000;
    border-color: #645c5d
}

.btn-fnd span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

.edu-sec {
    padding: 60px 0 40px
}

    .edu-sec h3 {
        font-size: 40px;
        color: #000;
        text-align: center;
        margin: 0 0 12px
    }

    .edu-sec h4 {
        font-size: 20px
    }

.edu-img, .edu-txt {
    display: table-cell;
    vertical-align: top
}

.edu-sec ul {
    margin: 40px 0 0;
    padding: 0
}

    .edu-sec ul li {
        text-align: left;
        margin-bottom: 30px
    }

.edu-img img {
    margin-right: 15px
}

.edu-txt h2 {
    color: #000;
    font-size: 17px;
    font-family: 'Quattrocento-Bold';
    margin: 0 0 10px
}
.edu-txt h2 {
    font-family: inherit !important;
    font-weight: 500;
    line-height: 1.1;
    color: inherit !important;
    font-size: 2em !important;
}
.edu-txt p {
    color: #212121;
    font-size: 15.5px
}

.edu-txt span {
    color: #a6a6a6;
    font-size: 14px
}

.edu-sec ul.padleft {
    padding-left: 30px
}

section.whte-bg-gemstone.gem-mine.blk-bg {
    background: #030303
}

.gem-mine.blk-bg h3 {
    color: #fff;
    font-style: italic;
    font-size: 30px
}

.gem-mine.blk-bg h4 {
    color: #fff
}

.gem-mine.blk-bg h3 span {
    display: inline-block;
    font-style: italic
}

.tanz-faq.tanz-faq2 {
    background: #fff;
    border: 0
}

    .tanz-faq.tanz-faq2 .panel-title {
        background: #fff
    }

.panel-body p a {
    color: #0b219f;
    font-size: 16px;
    text-decoration: underline
}

.panel-body ul {
    margin: 0;
    padding: 0
}

.panel-body li {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    margin-bottom: 15px
}

.mdl-hd {
    background: #000;
    min-height: 150px;
    margin-bottom: 20px
}

.modal-dialog.modal-lg-nw .modal-content.mdl-reg.mdlpad0 {
    padding: 0 !important
}

.req-part2 {
    margin: 0 auto;
    width: 60%;
    padding: 21px 0
}

.dsp-tcell {
    display: table-cell;
    vertical-align: middle
}

    .dsp-tcell p {
        color: #fff;
        font-size: 16px;
        text-align: left;
        line-height: 28px;
        font-family: 'Quattrocento';
        margin: 0
    }

    .dsp-tcell img {
        width: 115px;
        margin-right: 25px;
        max-width: 115px
    }

.quality-graph.graph-cnt-bg {
    background: transparent
}

.rt-deg {
    display: inline-block;
    margin: 15px 0
}

.slider-property {
    margin: 0 88px;
    padding: 0
}

    .slider-property li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: 28.333%;
        float: inherit;
        height: auto;
        border: 2px solid #ccc;
        margin-right: 6px
    }

        .slider-property li:last-child {
            margin-right: 0
        }

.slider-part {
    margin: 0 0 38px
}

    .slider-part img {
        margin: 0 auto
    }

.shre-part li {
    cursor: pointer
}

.mng-tble {
    display: table
}

.mng-img, .mngcnt {
    display: table-cell;
    vertical-align: top
}

    .mngcnt h4 {
        font-size: 16px;
        font-family: 'Quattrocento';
        margin: 0 0 5px;
        padding: 0 0 0 20px
    }

    .mngcnt ul {
        margin: 0;
        padding: 0 0 0 20px
    }

    .mngcnt li {
        list-style: none;
        display: block;
        text-align: left;
        background: none;
        padding: 0;
        font-family: 'Quattrocento';
        line-height: 20px
    }

        .mngcnt li span {
            font-family: 'Quattrocento-Bold'
        }

.ming-cen a {
    display: block;
    color: #7b7979;
    font-size: 14px;
    text-transform: uppercase;
    margin: 7px
}

.left-content h4 {
    font-size: 16px;
    margin-bottom: 8px
}

.min-map {
    margin: 10px auto
}

.mining.mn-new2 li {
    width: 33.333333%;
    float: left;
    margin: 0 0 10px;
    background: transparent;
    text-align: center;
    padding: 0 12px;
    border: 1px solid transparent
}

.mining.mn-new2 img {
    margin: 0 auto 15px
}

.mining.mn-new2.mn2 {
    margin: 0 auto
}

.mngcnt h4 {
    text-align: left
}

.m-map.m-map2 {
    padding-bottom: 25px
}

.overline {
    text-decoration: line-through
}

.discount-amt {
    color: #980101;
    font-family: 'Quattrocento-Bold'
}

.gem-soldoutmargin {
    margin-bottom: 20px
}

.item h4 {
    text-align: center;
    margin: 15px 0 0;
    color: #fff;
}

.w-30 {
    width: 30% !important;
    margin-bottom: 20px;
    float: left
}

.mtb20 {
    margin-top: 20px
}

.purchase-tanz.t-jewel {
    padding: 18px
}

.t-img-hgt {
    background: #d8d8d6
}

a.btn-new.btn-tz-nw.mre-det-tj {
    margin: 5px 0 0;
    width: 100%
}

.t-img-hgt.t-img-hgt2 {
    background: transparent
}

.mtb-btn {
    margin-bottom: 20px;
    margin-top: 20px
}

.custom-tj-bg {
    background: #e6e6e4;
    padding: 40px 0 60px
}

    .custom-tj-bg h3 {
        font-size: 40px;
        color: #000
    }

    .custom-tj-bg p {
        font-size: 16px;
        color: #212121;
        line-height: 28px;
        margin: 20px 50px 30px
    }

a.btn-new.btn-tj {
    border-top: 1px solid #645c5d;
    border-bottom: 1px solid #645c5d
}

.hnm-txt {
    text-align: center;
    padding: 0 74px;
    color: #000;
    font-size: 16px;
    line-height: 25px
}

.brtop {
    border-top: 1px solid #e6e6e4
}

section.purchase-tanzanite.designer {
    padding: 35px 0;
    background: url(../img/designer/designer-bg.png)no-repeat;
    background-size: cover;
    background-position: top center
}

.img-center {
    margin: 0 auto
}

.carousel-caption.des-handmade h2 {
    text-align: center;
    font-style: normal
}

.carousel-caption.des-handmade h6 {
    font-size: 14px;
    letter-spacing: 2.5px;
    text-align: center
}

.carousel-caption.des-handmade h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 20px 20px 0
}

.carousel-caption.des-handmade {
    padding: 0
}

.dse-prt {
    padding: 0 80px 0 50px
}

    .dse-prt h4 {
        color: #000;
        font-size: 40px;
        font-style: italic;
        margin: 0 0 16px
    }

    .dse-prt p {
        color: #000;
        font-size: 16px;
        line-height: 25px
    }

section.custom-tj-bg.custombg2 {
    background: #f2f2f2
}

.custom-tj-bg p.cs-wrk {
    margin: 12px 20px 10px
}

a.btn-new.btn-cst {
    display: inline-block;
    padding: 10px 30px;
    width: auto;
    margin: 10px 0 0
}

section.custom-tj-bg.custombg2 h3 {
    margin-bottom: 22px
}

.portfolio p {
    font-size: 16px;
    color: #000;
    line-height: 26px
}

.edu-sec ul.prt-cnt {
    margin: 0;
    padding: 0
}

    .edu-sec ul.prt-cnt li {
        display: inline-block;
        min-height: auto;
        margin: 10px 0;
        padding: 0 6px;
        min-width: 300px;
        vertical-align: top
    }

        .edu-sec ul.prt-cnt li select.form-control-new {
            width: 100%
        }

        .edu-sec ul.prt-cnt li a.btn-new.btn-cst {
            min-width: 100%;
            margin: 0 3px
        }

.port-img {
    position: relative;
    margin: 10px 0 0
}

.search-opt {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/designer/search-opt.png)no-repeat;
    z-index: 999;
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 99
}

.prt-sort {
    padding: 0 4px
}

.edu-sec .prt-sort h4 {
    text-align: center;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 15px 0 0;
    line-height: unset
}

.pad-cust {
    padding: 0 20px;
    margin-bottom: 15px
}

a.view-more-btn.v-btn-pt {
    margin: 0
}

.image {
    display: block;
    width: 100%;
    height: auto
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.74)
}

.port-img:hover .overlay {
    opacity: 1
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%
}

    .text p {
        font-size: 14px;
        color: #fff;
        line-height: 22px;
        padding: 20px;
        margin: 0
    }

.edu-sec ul.prt-cnt li:last-child {
    width: 194px;
    min-width: auto
}

.slider-part.sliderpart-jewel {
    margin: 0 60px 0 0
}

ul.slider-property.ewel-property {
    margin: 8px auto 0;
}

ul.ship-txt.j-d-txt li {
    background: none;
    padding: 0
}

ul.ship-txt.j-d-txt {
    padding: 8px 0
}

.abt-the-des-jewelimg, .abt-des-cnt-jewel {
    display: table-cell;
    vertical-align: top
}

.abt-the-des-jewel {
    display: table
}

.abt-the-des-jewelimg {
    width: 299px
}

.abt-des-cnt-jewel {
    padding-left: 20px
}

.graph-cnt .abt-des-cnt-jewel p {
    padding: 0;
    text-align: left;
    font-size: 15.5px;
    margin: 30px 0 0
}

.abt-des-txt, .abt-des-txt:hover {
    font-size: 15.5px;
    text-align: left;
    margin-top: 10px;
    color: #7b7979;
    display: block
}

.banner-des p.mrgbtm20 {
    margin-bottom: 20px
}

.mng-img {
    width: 219px
}

.mngcnt.jewel-min {
    padding-left: 15px;
    text-align: center
}

    .mngcnt.jewel-min p {
        padding: 0;
        font-size: 15.5px;
        margin: 0 -30px 12px 0
    }

    .mngcnt.jewel-min ul {
        text-align: center;
        margin: 0 0 18px
    }

        .mngcnt.jewel-min ul li {
            text-align: center;
            margin: 0
        }

.mb-0 {
    margin-bottom: 0
}

.minmax-hgt-img.gem-jewel {
    background: #f7f7f7
}

.gem-jewel {
    display: table
}

.gem-jewl-cnt {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 52px;
    text-align: center
}

.gem-jewel p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px
}

    .gem-jewel p:last-child {
        margin-bottom: 0
    }

.footer-container li a.f-active {
    color: #616467
}

.padclr {
    padding: 0 !important
}

a.send-hint {
    color: #212121 !important
}

.rgt-send-hintbg {
    min-height: 548px;
    background: #fcfafa;
    padding: 0 20px
}

.hint-txt p {
    color: #000;
    font-size: 18px;
    line-height: 30px
}

.send-hinter {
    color: #000;
    font-size: 26px;
    font-style: italic;
    margin: 0 0 18px
}

.hnt-frm .form-control-pp {
    height: 46px
}

a.btn-new.btn-hnt {
    max-width: 217px
}

.modal-content.mdl-sendhint {
    padding: 15px 20px 20px !important
}

.form-group.cpta {
    height: 76px;
    background: #f9f9f9;
    border: 1px solid #dedede;
    position: relative
}

.rbt {
    padding: 3px 5px;
    display: inline-block;
    vertical-align: middle
}

.capta {
    position: absolute;
    right: 6px;
    top: 6px
}

.modal-body.reg-form.hnt-frm .form-group {
    margin-bottom: 20px
}

.hint-txt p span {
    color: #167ab8
}

.hnt-frm .check-container {
    left: 10px
}

.hnt-mdl span {
    background: #fff;
    padding: 0 25px;
    position: relative;
    z-index: 1
}

    .hnt-mdl span:before, .hnt-mdl span:after {
        display: none !important
    }

.hnt-mdl:before {
    background: #dadddf;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0
}

.ask-gem {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin: 10px 0 40px
}

.send-hinter span {
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-bottom: 20px
}

.form-control-pp.txthgt {
    resize: none;
    min-height: 76px
}

a.btn-new.btn-ask {
    width: auto;
    max-width: 150px;
    margin: 30px auto 10px
}

.ask-gem-div .form-group-gem label:before {
    padding: 10px;
    border: 1px solid #dadddd
}

.ask-gem-div .form-group-gem label {
    font-size: 15px;
    display: table;
}

.ask-gem-div .form-group-gem input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 13px
}

.ask-send {
    font-style: italic
}

.btn-new.btn-ask.btn-sendmsg {
    margin: 10px auto
}

.caption-img.cg-img2.capfntfamily h4, .caption-img.cg-img2.capfntfamily span, .caption-img.cg-img2.capfntfamily a {
    font-family: Arial,Helvetica,sans-serif
}

.swiper-container4.swipe-collect .swiper-button-prev {
    background: url(../img/grm-slider/prev-new.png)no-repeat;
    width: 21px;
    height: 40px
}

.swiper-container4.swipe-collect .swiper-button-next {
    background: url(../img/grm-slider/next-new.png)no-repeat;
    width: 21px;
    height: 40px
}

.global-reg-bg {
    background: url(../img/global-verification/global-bg.png)no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 394px
}

.purchase-tanzanite.tanzanite.global-reg-bger {
    padding: 25px 0
}

.global-reg-bg h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
    font-style: italic
}

.global-reg-bg p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 0 270px
}

.global-reg-bg {
    padding: 90px 0
}

.global-cnt-part {
    background: #fff;
    padding: 0 10px
}

.jewelry-verifier {
    min-height: 744px;
    background: #e6e6e6
}

.jewl-ver-part h4 {
    color: #000;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px
}

.jewl-ver-part h6 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 40px
}

.lgn-member.glb-regpadclr {
    padding: 0
}

.jewl-ver-part {
    padding: 50px 180px
}

    .jewl-ver-part p {
        font-size: 16px;
        color: #000;
        line-height: 24px;
        margin-bottom: 18px;
        letter-spacing: .6px
    }

.btn-new.vw-reg {
    width: 100%;
    margin: 30px 0 50px
}

.navbar-default .navbar-nav > li.m-active > a {
    background: #fff;
    color: #000
}

.para-part p a {
    color: #0b219f
}

.ble-clr {
    color: #0b219f
}

.m-b40 {
    margin-bottom: 7px
}

.media-left-flt {
    float: left;
    margin-right: 25px;
    margin-top: 50px
}

.sub-txt {
    color: #000;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px
}

.media-ship {
    padding: 0
}

.media-body-flt {
    color: #000;
    font-size: 17px;
    line-height: 25px
}

    .media-body-flt p {
        margin-bottom: 15px
    }

        .media-body-flt p.ita-style {
            font-style: italic
        }

    .media-body-flt ul li {
        margin-bottom: 10px
    }

    .media-body-flt ul {
        margin-bottom: 20px;
        padding: 0
    }

.b-tit {
    font-family: 'Quattrocento-Bold';
    display: block;
    margin-bottom: 4px
}

.media-body-flt p:last-child {
    margin-bottom: 25px
}

.hgt-brdr {
    padding: 10px 0;
    border-right: 1px solid #ddd
}

.form-group.cpta.cpta-login {
    margin: 30px 0 -10px;
}

input.form-control-login.placblk::-webkit-input-placeholder {
    color: #000;
}

input.form-control-login.placblk::-moz-placeholder {
    color: #000;
}

input.form-control-login.placblk:-ms-input-placeholder {
    color: #000;
}

input.form-control-login.placblk:-moz-placeholder {
    color: #000;
}

.sp-off {
    position: absolute;
    right: 0;
    top: 0;
}

span.mrg-spce {
    margin: 17px 0;
}

.ordr-div {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.thbrdr {
    border-right: 1px solid #000000;
}

a.btn-new.btn-update.btn-cart {
    max-width: 170px;
    margin: 20px 0 0;
}

.media.media-dash {
    padding-right: 1px;
}

.dsinblk {
    display: inline-block;
}

span.gr-bld-txt.dsinblk {
    margin-left: 20px;
}

.banner-gemstone-bg.contact-us-bg {
    background: url(../img/contact-us-bg.png)no-repeat;
    background-size: cover;
    min-height: 445px;
    padding: 0;
    background-position: center;
}

.contact-part h3 {
    font-size: 40px;
    text-align: center;
    font-style: normal;
    margin-bottom: 20px;
}

.contact-txtprt {
    border: 1px solid #e7e9e9;
    margin-top: 30px;
    min-height: 430px
}

.contact-b-part, .contact-b-part2 {
    padding: 16px 20px;
}

.grey-cnt-bg {
    background: #f9f8f8;
    padding: 15px;
}

    .grey-cnt-bg h4 {
        color: #0b219f;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    .grey-cnt-bg span {
        display: block;
        width: 54px;
        height: 54px;
        border: 1px solid #0b219f;
        margin: 0 auto 15px;
        border-radius: 50%;
    }

.cnt-t-f li:first-child > span {
    display: block;
    font-size: 16px;
    color: #000000;
    font-family: 'Quattrocento-Bold';
    margin-bottom: s0px;
}

.cnt-t-f {
    margin: 0 0 10px;
}

    .cnt-t-f li img {
        margin-right: 10px;
    }

    .cnt-t-f li {
        font-size: 16px;
        color: #000000;
        margin-bottom: 10px;
    }

        .cnt-t-f li a {
            color: #000000;
        }

.contact-b-part p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}

    .contact-b-part p span, .contact-b-part2 p span {
        font-family: 'Quattrocento-Bold';
    }

.pad20nw {
    padding: 0 16px;
}

.contact-b-part2 p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.contact-b-part address {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

    .contact-b-part address span {
        font-family: 'Quattrocento-Bold';
        display: block;
    }

.contact-txtprt.mght2 {
    min-height: 311px;
}

.location p span {
    display: inline-block;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.location p {
    font-size: 14px;
    color: #4f5152;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

.banner-member-bg {
    padding: 110px 0;
    background: url(../img/why-member/member-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 447px;
}

    .banner-member-bg h3 {
        color: #ffffff;
        font-size: 48px;
        margin-bottom: 15px;
    }

    .banner-member-bg p {
        color: #ffffff;
        font-size: 20px;
        padding: 0 100px;
        line-height: 30px;
    }

.porel {
    position: relative;
    width: 100%;
}

.posabs {
    position: absolute;
    top: 70px;
    width: 370px;
    height: 264px;
    left: 50%;
    transform: translateX(-58%);
    -webkit-box-shadow: 0 0 17px rgba(238,243,245,.75);
    -moz-box-shadow: 0 0 17px rgba(238,243,245,.75);
    box-shadow: 0 0 17px rgba(238,243,245,.75);
}

a.read-mre.sp-offer.member-btn {
    margin: 0 auto 70px;
}

.sold-out-text {
    display: table;
    padding: 15px 0 35px;
}

.S-txt, .sp-txt {
    display: table-cell;
    vertical-align: middle;
}

.S-txt {
    font-size: 34px;
    color: #c40505;
    font-family: 'Quattrocento-Bold';
    padding-right: 15px;
}

.sp-txt {
    color: #c40505;
    font-size: 16px;
    font-family: 'Quattrocento';
}

.scrollbar.scrol-color-grade {
    max-height: 1820px;
}

.cl-gdr p span {
    font-family: 'Quattrocento-Bold';
    margin: 0;
    font-size: 18px;
}

.pp-list.clr-grade li {
    background: none;
    padding: 0;
}

.cl-gdr img {
    margin-top: 40px;
    margin-bottom: 20px;
}

.scrollbar.scrol-color-grade.dimension-chart {
    height: 410px;
}

.btn-new.btn-purchase.gem-dimen {
    margin: 40px auto 0;
}

.imgmrg {
    margin: 20px 0 !important;
}

.clarity-survey-part img {
    margin: 0 auto 10px;
}

.pad60 {
    padding: 0 80px;
}

.clarity-survey-part {
    margin-bottom: 24px;
}

.cl-grey-bg {
    background: #efeee4;
    padding: 25px 25px 25px;
    margin-bottom: 25px;
    margin-right: 10px;
}

hr.org-line {
    background: #ef9303;
    width: 100%;
    height: 10px;
    margin: 10px 0 30px;
}

.pad30 {
    padding: 0 30px;
}

.cl-grade {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    .cl-grade li {
        font-size: 16px;
        color: #000000;
        line-height: 26px;
    }

        .cl-grade li:first-child {
            margin-bottom: 10px;
        }

        .cl-grade li span {
            font-family: 'Quattrocento-Bold';
        }

.cl-grey-bg ul {
    margin: 0 0 20px;
    padding: 0;
}

.cl-grey-bg h3 {
    font-size: 18px;
    color: #000;
    font-family: 'Quattrocento-Bold';
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 24px;
}

    .cl-grey-bg h3 span {
        display: block;
        font-size: 16px;
        color: #000000;
        font-family: 'Quattrocento';
        text-transform: none;
    }

.cl-grey-bg ul li span {
    font-family: 'Quattrocento-Bold';
    font-size: 18px;
}

.cl-grey-bg ul li {
    color: #000000;
    font-size: 16px;
    line-height: 23px;
}

.modal-body .cl-grey-bg p {
    margin-bottom: 8px;
}

    .modal-body .cl-grey-bg p span {
        font-size: 16px;
    }

.cl-grey-bg ul li span.slant {
    font-family: 'Quattrocento';
    font-style: italic;
}

.gr-txt {
    font-family: 'Quattrocento-Bold';
    color: #000000;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    line-height: 22px;
    margin-bottom: 20px;
}

.scrol-color-grade.clarity-gdr .scroll-wrapper {
    max-height: 6200px;
}

.scrol-color-grade .scroll-wrapper {
    max-height: 1816px;
}

.scrol-color-grade.dimension-chart .scroll-wrapper {
    max-height: 410px;
}

.scrol-color-grade.treatment .scroll-wrapper {
    max-height: 1470px;
}

.scrol-color-grade.clarity-survey .scroll-wrapper {
    max-height: 1250px;
}

.minmax-hgt-img.ruby-border img {
    max-height: 286px;
}

.minmax-hgt-img.ruby-border {
    background: #fff;
    /* border: 1px solid #eee;*/
}

.mrg-btm40 {
    margin-bottom: 20px;
}

#hover_div:hover {
    border: 1px solid #df1155;
    cursor: pointer;
}

.purchase-tanz {
    border: 1px solid transparent;
}

#hover_div:hover img {
    max-height: 100px;
}

#hover_div:hover .hover-block {
    display: block !important;
}

#hover_div:hover .hover-none {
    display: none;
}

.hover-block span {
    font-size: 12px;
    color: #787878;
    line-height: 22px;
    margin: 30px 0 10px;
    display: block;
}

.purchase-tanz.purchase-tanz2 {
    min-height: 254px;
    max-height: 254px;
    padding: 5px;
}

a.btn-new.btn-tz-nw.mre-det2 {
    margin: 5px 0;
    width: 100%;
}

.purchase-tanz.purchase-tanz2 .hover-block span {
    margin: 10px 0 0px;
}

.content-part1.our-storybg {
    background: url(../img/Our-Story-bg.png)no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.gr-bg.lgtbggrey {
    width: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 10px 16px;
}

.lgtbggrey h3 {
    font-size: 34px;
}

.lgtbggrey p {
    font-size: 16px;
    margin-bottom: 18px;
}

.lgtbggrey h4 {
    text-align: center;
    font-size: 24px;
}

.gem-hd {
    color: #212121;
    font-size: 16px;
    font-family: 'Quattrocento-Bold';
}

.media-dash.ask-media p {
    color: #212121;
    font-size: 14px;
    padding-right: 40px;
    line-height: 24px;
}

h3.gem-hd-inner {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #212121;
}

    h3.gem-hd-inner span {
        font-family: 'Quattrocento-Bold';
    }

.txt-ask {
    border: 1px solid #dadddd;
    height: 82px;
    width: 100%;
    resize: none;
    padding: 10px;
}

.btn-new.btn-gem {
    display: block;
    width: 100%;
    margin: 42px -10px 0;
    border-top: 1px solid #645c5d;
    border-bottom: 1px solid #645c5d;
}

.padrgtclr {
    padding-right: 0 !important;
}

.com-part h2 {
    color: #0b219f;
    font-size: 26px;
    font-style: italic;
    margin-top: 6px;
}

.rec-quetn {
    text-transform: none;
    font-family: 'Quattrocento-Bold';
    font-size: 16px;
    color: #000000;
}

.tme-txt {
    color: #818080;
    font-size: 16px;
    font-family: 'Quattrocento' !important;
    font-weight: 400;
    text-transform: none;
    display: block;
}

.tb-cnt {
    color: #212121;
    font-size: 16px;
    margin: 0 0 4px;
}

.action-part {
    margin: 0;
    padding: 0;
    float: right;
    width: 240px;
}

    .action-part li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
    }

        .action-part li a {
            color: #4f5152;
            font-size: 16px;
            padding: 0 7px;
            border-right: 1px solid #4f5152;
        }

            .action-part li a:hover {
                color: #0b219f;
            }

        .action-part li span {
            width: 15px;
            height: 15px;
            background: url(../img/ask-a-gem/sprite.png)no-repeat;
            display: inline-block !important;
            vertical-align: text-top;
            margin-right: 3px;
        }

        .action-part li:last-child a {
            padding-right: 0;
            border-right: 0;
        }

        .action-part li.read span {
            background-position: 0 0;
        }

        .action-part li.reply span {
            background-position: -75px 0px;
        }

        .action-part li.delete span {
            background-position: -154px 0;
        }

        .action-part li a.active {
            color: #0b219f;
        }

        .action-part li.read a.active span {
            background-position: 0px -30px;
        }

        .action-part li.reply a.active span {
            background-position: -75px -30px;
        }

        .action-part li.delete a.active span {
            background-position: -154px -30px;
        }

        .action-part li.read:hover span {
            background-position: 0px -30px;
        }

        .action-part li.reply:hover span {
            background-position: -75px -30px;
        }

        .action-part li.delete:hover span {
            background-position: -154px -30px;
        }

.ask-table td {
    vertical-align: top !important;
}

.mb4 {
    margin-bottom: 6px;
}

.d-in {
    display: inline-block;
    vertical-align: middle;
}

span.hd-profle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

th.padth {
    padding: 2px 25px 4px !important;
    width: 100%;
}

.d-in p {
    text-transform: none;
    font-size: 16px;
    margin: 0;
}

.d-in span {
    font-weight: 400;
    color: #818080;
    font-size: 16px;
    font-family: 'Quattrocento' !important;
    text-transform: none;
}

.in-msg {
    margin: 20px 0 0;
    padding: 0;
}

    .in-msg li {
        list-style: none;
        display: block;
        margin-bottom: 10px;
        color: #212121;
        font-size: 16px;
        background: url(../img/ask-a-gem/list-circle.png)no-repeat;
        background-position: left top 10px;
        padding-left: 16px;
    }


.btn-gem2 {
    display: inline-block;
    max-width: 132px;
    border-top: 1px solid #645c5d;
    border-bottom: 1px solid #645c5d;
    margin: 12px 5px 0 0px;
}

.rep-txt p:last-child {
    margin-bottom: 0;
}





.search2 {
    width: 88px;
    box-sizing: border-box;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    color: #c2c2c2;
    text-transform: uppercase;
    background-color: transparent;
    background-image: url(../img/frn-search.png);
    background-position: 5px 4px;
    background-repeat: no-repeat;
    padding: 4px 0px 4px 35px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    cursor: pointer;
}

    .search2:focus {
        width: 89%;
        background-color: #fff;
        padding: 4px 5px 4px 35px;
    }

    .search2::-webkit-input-placeholder {
        color: #c2c2c2;
    }

    .search2::-moz-placeholder {
        color: #c2c2c2;
    }

    .search2:-ms-input-placeholder {
        color: #c2c2c2;
    }

    .search2:-moz-placeholder {
        color: #c2c2c2;
    }

.tanzanite-gemstone.rby {
    background: #f7f7f7;
}

#hover_div {
    background: #fff;
}

.abt-usbg {
    position: relative;
    background: url(../img/aboutus-bg.png)no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 612px;
}

.icon-play.white {
    border-left: 7px solid #fff;
}

.icon-play {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #e27b5b;
    margin-right: 8px;
    top: -1px;
}

.abt-usbg h3 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}

.play-video {
    margin-top: 50px;
    color: #fff;
    display: block;
    font-weight: 500;
}

    .play-video:hover, .play-video:focus {
        color: rgba(255,255,255,0.5);
    }

.play-video {
    font-family: "futura-pt",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9em;
    line-height: normal;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.posabs-abt {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.about-violet-bg {
    background: #e8e7e7;
    padding: 30px 0;
}

    .about-violet-bg h3 {
        font-size: 36px;
        color: #070000;
    }

.abt-cnt-table {
    display: table;
    padding: 30px 0;
}

.tab-abt-img, .abt-rgt-cnt {
    display: table-cell;
    vertical-align: middle
}

.abt-rgt-cnt {
    padding-left: 60px
}

    .abt-rgt-cnt p {
        font-size: 24px;
        color: #070000;
        margin-bottom: 20px
    }

.tab-abt-img {
    width: 284px
}

.abt-rgt-cnt a {
    color: #1c0b54;
    font-size: 18px;
    margin-top: 20px;
    display: block
}

.bg1.bg1nw {
    background: url(../img/banner/banner4.png)no-repeat;
    background-size: cover
}

.bg2.bg2nw {
    background: url(../img/banner/banner5.png)no-repeat;
    background-size: cover
}

.bg3.bg3nw {
    background: url(../img/banner/banner6.png)no-repeat;
    background-size: cover
}

.bg3 {
    min-height: 445px;
    width: 100%;
    background-size: cover
}

.listnone li {
    background: none !important;
    padding-left: 0 !important
}

    .listnone li a {
        margin-right: 5px !important
    }

.banner-member-bg.banner-whyus-bg {
    background: url(../img/whyus/why-us.png)no-repeat;
    background-position: center;
    min-height: auto
}

.whyus-part p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 12px;
    padding-right: 66px;
    padding-top: 0
}

.whyus-part h2, .whyus-part1 h2 {
    font-size: 40px;
    color: #000;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 0
}

.y-auto.whyus-part {
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
    margin: 50px 0
}

.whyus-part1 p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 12px;
    padding-top: 0
}

.three-part-home.whyusimg img {
    height: auto;
    max-height: inherit
}

.y-auto.whyus-part1 {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin: 0;
    padding: 16px 15px
}

.why-cnt-part h4 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 14px;
    font-style: italic
}

.why-cnt-part p {
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

.imgg-why-img img {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 8px 0
}

.reputation-his {
    padding: 50px 0
}

    .reputation-his h4 {
        color: #000;
        font-size: 40px;
        margin-bottom: 25px
    }

    .reputation-his p {
        font-size: 16px;
        color: #000;
        line-height: 25px;
        text-align: left;
        padding-right: 0;
        margin-bottom: 12px
    }

.w-brdr {
    border: 1px solid #e2e2e2;
    min-height: 416px;
    margin-top: 15px
}

.txt-sp {
    color: #000;
    font-size: 16px;
    text-align: center
}

.blast p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: center
}

.blast {
    padding: 0 120px
}

.bb-div {
    background: #fff;
    margin-top: 12px;
    padding: 1px
}

.img-txt {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 13px 10px
}

.price-bg p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    padding-right: 52px
}

.price-bg h4 {
    color: #000;
    font-size: 22px;
    font-style: italic;
    margin: 40px 0 0
}

.mdl-blk .modal-content {
    background: #000 !important
}

.vd-mdl img {
    margin: 0 auto 20px
}

.v-txt p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 12.8px !important;
    line-height: 20px;
}

.v-txt {
    margin-top: 6px
}

.close.popup-close.cl3 {
    background: url(../img/cls3.png)no-repeat
}

.mdlhdrnew {
    margin-bottom: 20px
}

.v-txt p.v-hd {
    font-size: 18px !important
}

.carousel-control.left, .carousel-control.right {
    background: transparent
}

.chevron-left, .chevron-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.slider-property {
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center
}

.vd-mdl .cover img {
    margin-bottom: 0 !important
}

.mh540 {
    min-height: 540px
}

.cl-gdr p span.dblk {
    display: block
}

#hover_div.hover_big:hover img {
    max-height: 370px
}

p.sgn-in-reg {
    font-size: 14px !important
}

    p.sgn-in-reg a {
        text-transform: inherit !important;
        font-size: 14px !important
    }

.purchase-tanz.purchase-tanz2.purchase-tanz3:hover {
    padding: 25px
}

.purchase-tanz.purchase-tanz2.purchase-tanz3 {
    padding: 0;
    transition: none
}

#hover_div.hover_big:hover img {
    max-height: 370px !important
}

section.tanzanite-gemstone.tanznew {
    background: #f9f9f9
}

span.grde-tan {
    font-size: 18px;
    display: block;
    margin: 12px 0 0
}

a.tan-rdmre {
    padding: 0;
    font-size: 20px;
    color: #fff
}

.popup-inner2 {
    background: rgba(0,0,0,0.92);
    min-height: 680px;
    position: relative
}

.search-bx {
    width: 840px;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    top: 50%;
}

input.sech-txt {
    background: transparent;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #4a4a4a;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 0;
}

span.zoom-icon {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

input.sech-txt::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

input.sech-txt::-moz-placeholder {
    color: #fff;
    opacity: 1
}

input.sech-txt:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

input.sech-txt:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.popup-inner2 a {
    font-size: 14px;
    color: #c2c2c2;
    float: right;
    margin: 100px 200px
}

span.popup-close.popup-close2 {
    background: url(../img/clsnew.png)no-repeat;
    right: 174px;
    top: 80px
}

.header-inner .dropdown-menu {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: inherit;
    width: 540px
}

.dropdown-centered {
    left: -100px
}

.animation {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideDownIn {
    0% {
        -webkit-transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0)
    }

    0% {
        -webkit-transform: translateY(-20)
    }
}

@keyframes slideDownIn {
    0% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }

    0% {
        transform: translateY(-20px)
    }
}

.slideDownIn {
    -webkit-animation-name: slideDownIn;
    animation-name: slideDownIn
}

@-webkit-keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0)
    }

    0% {
        -webkit-transform: translateY(20px)
    }
}

@keyframes slideUpIn {
    0% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0)
    }

    0% {
        transform: translateY(20px)
    }
}

.slideUpIn {
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn
}

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes floating {
    0% {
        transform: translateY(0%)
    }

    50% {
        transform: translateY(1%)
    }

    100% {
        transform: translateY(0%)
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%)
    }

    50% {
        -webkit-transform: translateY(1%)
    }

    100% {
        -webkit-transform: translateY(0%)
    }
}

.shopping-cnt li a span.crt2 {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fa0000;
    border-radius: 50%;
    top: -10px;
    right: -4px;
    font-size: 14px;
    text-align: center;
    color: #fff
}

.shopping-cnt li a span {
    position: relative
}

.login-drop {
    padding: 20px 20px 0
}

.shopping-cnt .cartdrop {
    margin: 0;
    padding: 0
}

    .shopping-cnt .cartdrop li {
        margin: 0;
        padding: 0;
        width: 100%
    }

.login-drop h2 {
    font-size: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px
}

table.table.table-hover-cart td {
    border: 0;
    padding: 20px 0;
    vertical-align: top
}

.table-responsive.order-table-new.cart-table {
    border: 0
}

.sub-cart-tot {
    font-size: 20px;
    color: #212121;
    font-family: 'Quattrocento-Bold'
}

.cstotal-part {
    display: block;
    margin: 20px 26px 20px 0
}

.ch-btn {
    dispaly: block;
    margin: 30px 0
}

    .ch-btn a.btn-new.btn-tz-nw.mre-det2 {
        color: #fff
    }

.close.cls-cart {
    position: absolute;
    right: 30px;
    top: 15px;
    opacity: 1
}

.container-example1 {
    height: 220px;
    max-width: 100%;
    margin: auto
}

.sb-container {
    position: relative;
    overflow: hidden;
    padding-right: 10px
}

.sb-content {
    height: 100%;
    width: 120%;
    padding-right: 20%;
    overflow-y: scroll;
    box-sizing: border-box
}

.sb-scrollbar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 9px;
    background: #cbcbcb;
    border-radius: 10px
}

.sb-container-noscroll .sb-scrollbar-container {
    right: 0
}

.sb-scrollbar {
    position: absolute;
    right: 0;
    min-height: 153px;
    width: 8px;
    border-radius: 0;
    background: #a6a5a5
}

    .sb-scrollbar:hover {
        background: rgba(0,0,0,0.5)
    }

.table-hover-cart .img-content span {
    font-family: 'Quattrocento'
}

.unique-image {
    margin: 0;
    padding: 0;
    text-align: center
}

    .unique-image li {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px
    }

.fancybox-caption {
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 15px
}

    .fancybox-caption p {
        margin-bottom: 0
    }

.unique-image li:first-child {
    margin: 0
}

.grid-div .col-md-5.w-38.span1 {
    grid-row-end: span 1
}

.purchase-tanz.purchase-tanznewdes {
    max-height: 225px;
    min-height: 225px;
    padding: 0;
    transition: none
}

    .purchase-tanz.purchase-tanznewdes:hover {
        padding: 10px
    }

    .purchase-tanz.purchase-tanznewdes .hover-block span {
        margin: 10px 0 0
    }

.grid-div.grid-div2 {
    grid-auto-rows: 265px;
    grid-gap: 23px
}

.geomologist-pick.designer-pick {
    min-height: 518px;
    max-height: 518px
}

#hover_div.designer-pick.hover_big:hover img {
    max-height: 320px !important
}

.minmax-hgt-img.tjewel-new img {
    max-height: 270px;
    min-height: 270px
}

.minmax-hgt-img.tjewel-new {
    background: #000;
    min-height: inherit;
    max-height: inherit
}

.bordertopgreynew {
    border-top: 1px solid #e6e6e4
}

.modal-header-nw.modal-header-nw2 {
    padding: 20px
}

.brdr-bx-certificate {
    border: 1px solid #e2e2e2;
    padding: 10px
}

.cer-pad {
    padding: 0 20px
}

.modal-content {
    border-radius: 0
}

.certif-right img {
    margin: 0 auto;
    display: block
}

.certif-right p {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0 20px
}

.text-part {
    margin: 85px 0
}

.modal-dialog.modal-lg-nw2 {
    width: 95%
}

.purchase-tanz p.priceblk, .gem-bdy p.priceblk {
    color: #000 !important
}

.purchase-tanz img {
    max-height: 190px
}

.purchase-tanz.purchase-tanznewdes img {
    max-height: inherit
}

.banner-articles {
    background: #05060a
}

.navbar-default .navbar-nav > li.active > a {
    background: #fff;
    color: #000
}

.banner-articles h3 {
    font-size: 40px;
    color: #fff;
    padding: 36px 0;
    margin: 0
}

.bn-img {
    position: absolute;
    left: 80px
}

.art-bx {
    min-height: 223px;
    border: 1px solid #dddee1;
    background: #f5f5f5;
    padding: 23px 20px;
    margin-bottom: 60px
}

.article-part {
    padding: 100px 0 70px
}

.art-bx-img, .art-bx-content {
    display: table-cell;
    vertical-align: top
}

.tbl-art-bx {
    display: table
}

.art-bx-img img {
    width: 280px;
    margin-right: 15px
}

.art-bx-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #000;
    line-height: 26px;
    text-transform: uppercase
}

.art-bx-content p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    min-height: 83px;
    padding-right: 20px
}

a.art-rd-mre {
    color: #000;
    float: right;
    display: block
}

.art-bx:last-child {
    margin-bottom: 0
}

.cate-list {
    margin: 0;
    padding: 0
}

    .cate-list li {
        list-style: none;
        color: #000;
        font-size: 18px;
        font-family: 'Quattrocento-Bold'
    }

.article-right-part h3 {
    font-size: 40px;
    margin: 35px 0 15px
}

.cate-list li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
    cursor: pointer;
}

.tbl-list span {
    cursor: pointer;
}

.wdthartleft {
    width: 70.666667% !important
}

.wdthartright {
    width: 28.333333% !important;
    margin-left: 1%
}

.categories-list {
    margin: 0;
    padding: 0;
    display: table
}

    .categories-list li {
        margin-bottom: 10px;
        background: #f4f4f4;
        min-height: 68px;
        padding: 0 18px;
        font-size: 16px;
        color: #000
    }

.tbl-list {
    display: table-cell;
    vertical-align: middle;
    height: 68px
}

.view-more-btn.v-btnnew {
    margin: 70px 0 0
}

.rght-search input {
    border: 0;
    background: #f5f5f5;
    padding: 10px 120px 10px 10px;
    height: 42px;
    color: #8f8f8f;
    font-size: 14px;
    width: 100%;
    position: relative;
    box-sizing: border-box !important
}

a.srch-art-btn {
    position: absolute;
    right: 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 9px 0;
    top: 0;
    width: 133px;
    height: 42px;
    background: #9c9293;
    border-top: 1px solid #645c5d;
    border-bottom: 1px solid #645c5d
}

.rght-search {
    position: relative
}

.news-bg {
    min-height: 100px;
    box-shadow: 2px 0 22px rgba(0,0,0,0.18);
    -webkit-box-shadow: 2px 0 22px rgba(0,0,0,0.18)
}

.breadcrumb-new::after {
    display: inline-block;
    content: url(../img/art-blog/arrw-blog.png);
    margin: 0 8px
}

.hme-menu {
    margin: 0;
    padding: 56px 0 0
}

    .hme-menu li {
        display: inline-block;
        vertical-align: middle
    }

        .hme-menu li a {
            display: inline-block;
            font-size: 13px;
            color: #131619
        }

        .hme-menu li.breadcrumb-new a {
            color: #0b219f
        }
.pl-20{
    padding-left: 20px;
}
.gem-art {
    box-shadow: inset 0 11px 8px -10px #CCC,inset 0 -11px 8px -10px #CCC
}

.art-det-leftpart h4 {
    font-size: 14px;
    color: #000;
    margin: 30px 0
}

.art-det-leftpart h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 45px
}

.art-det-leftpart p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding-right: 50px;
    margin-bottom: 30px
}

.art-det-leftpart .media.media-dash p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.article-bg {
    padding: 40px 0
}

.article-socialpart {
    margin: 0;
    padding: 0
}

    .article-socialpart li {
        list-style: none;
        display: block;
        vertical-align: top;
        font-size: 20px;
        color: #000;
        line-height: 32px;
        margin-bottom: 20px
    }

.art-soc-icon ul li span {
    background: url(../img/art-blog/social-sprite.png)no-repeat;
    display: table-cell;
    width: 100px;
    height: 70px
}

    .art-soc-icon ul li span.fce {
        background-position: 0 0
    }

    .art-soc-icon ul li span.no-bg {
        background: none
    }

    .art-soc-icon ul li span.twit {
        background-position: 0 -70px
    }

    .art-soc-icon ul li span.print {
        background-position: 0 -140px
    }

.art-soc-icon, .article-socialpart {
    display: table-cell;
    vertical-align: top
}

.table-article {
    display: table
}

.art-soc-icon {
    padding-top: 10px
}

    .art-soc-icon ul {
        margin: 0;
        padding: 0 10px
    }

.article-socialpart ul {
    margin: 0;
    padding: 0 75px 0 0
}

.article-socialpart {
    margin: 0;
    padding: 0 0 0 30px
}

    .article-socialpart p {
        font-size: 20px;
        color: #000;
        margin-bottom: 20px;
        line-height: 33px;
        padding-right: 70px
    }

    .article-socialpart img {
        /*margin: 16px 0*/
    }

.abt-author {
    background: #f6f6f6;
    padding: 30px;
    margin-top: 70px
}

.article-bg {
    padding: 80px 0 0
}

.abt-author .media-body {
    padding-left: 21px;
    padding-right: 10px
}

.abt-author .dah-hd {
    font-size: 18px;
    font-style: normal
}

.abt-author img.media-object {
    padding-bottom: 0
}

.abt-author .dah-hd span {
    font-size: 24px
}

h4.hd-txt.hd-art-txt {
    margin: 20px 6px 10px;
    line-height: 26px;
    min-height: 52px
}

h3.art-hd.art-lat {
    margin-bottom: 15px
}

.art-det-leftpart .media-left, .art-det-leftpart .media-right, .art-det-leftpart .media-body {
    vertical-align: middle
}

.abt-author p {
    color: #000
}

#more {
    display: none
}

.social-icons-top li a i.youtube {
    background-position: -54px -33px
}

.social-icons-top.social-btm li a i.youtube {
    background-position: -79px -33px
}

.shre-part li a {
    color: #212121
}

.req-part2.ask-gem-part {
    width: 100%;
    padding: 11px 60px 11px 20px
}

    .req-part2.ask-gem-part h4 {
        color: #fff;
        font-size: 20px;
        font-family: 'Quattrocento-Bold';
        margin: 0 0 8px
    }

    .req-part2.ask-gem-part .dsp-tcell p {
        line-height: 24px
    }

.modal-lg-nw-ask .form-control-pp {
    height: 46px
}

.modal-lg-nw-ask .reg-form h4 {
    font-size: 16px
}

.modal-lg-nw-ask textarea.form-control-pp.ask-questn {
    height: 76px;
    resize: none;
    padding: 10px;
    color: rgba(0,0,0,0.43)
}

.modal-lg-nw-ask .form-group-gem {
    margin: 0
}


.tbcell {
    display: table-cell;
    font-size: 14px;
    line-height: 24px
}


.social-share {
    border: 2px solid #ececec;
    position: absolute;
    top: 30px;
    min-width: 208px;
    left: inherit;
    min-height: 47px;
    right: 0;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
    padding: 7px 10px;
}

    .social-share:after, .social-share:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .social-share:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #ececec;
        border-width: 16px;
        margin-left: 65px;
    }

    .social-share:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 12px;
        margin-left: 69px;
    }

    .social-share li a {
        padding: 0 1px;
        margin: 0
    }

.zoom {
    display: inline-block;
    position: relative
}

    .zoom:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(icon.html)
    }

    .zoom img {
        display: block
    }

        .zoom img::selection {
            background-color: transparent
        }

.modal-appraisal-box {
    border: 2px solid #000;
    padding: 20px
}

.imgrgt {
    float: right;
    width: 100%
}

    .imgrgt img {
        float: right;
        margin: 5px 0
    }

.app-no {
    display: block
}

.print-part {
    text-align: right;
    margin: 0 0 10px
}

.print-table td {
    border: 0 !important
}

.mdl-h-txt h2 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 600
}

.print-txt p {
    margin-bottom: 10px;
    padding: 0;
    font-size: 15.5px
}

.margtbtm {
    margin-top: 40px
}

.mtop20 {
    margin-top: 10px
}
.sold-out-text.display-block {
    display: block;
    padding: 0px 0 35px;
}
.display-block .sp-txt {
    padding-top: 20px;
}
.display-block .S-txt, .display-block .sp-txt {
    display: block;
    vertical-align: middle;
}
.print-txt h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.print-txt.print-terms p {
    margin-bottom: 20px
}

.print-terms ol {
    margin: 0 0 30px
}

.print-terms li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    position: relative
}

body {
    counter-reset: section
}

.print-terms ol li::before {
    counter-increment: section;
    content: "" counter(section) ": ";
    position: absolute;
    left: 0
}

.content {
    visibility: hidden;
    position: absolute
}

.text-block {
    background: #000;
    background: rgba(0,0,0,.85);
    padding: 0 20px 20px;
    color: #fff;
    position: absolute;
    width: 250px;
    border: 2px solid #fff;
    box-shadow: 4px 4px 2px -2px rgba(0,0,0,0.4)
}

#instructions {
    visibility: visible;
    top: 200px;
    left: 100px;
    width: 657px;
    text-align: center
}

#photography {
    top: 50px;
  /*  left: 271px;*/
    width: 350px
}
.photoJewelry {
    top: -40px !important;
    left: 292px !important;
    width: 480px !important;
}
#micro-laser-inscription {
    /* top: 275px;
    left: 271px;
    width: 350px*/
    top: 1px;
    left: 647px;
    width: 350px
}

#mineral-species {
    /* top: 155px;*/
    top: 0px;
    left: 50px;
    width: 700px
}

#mineral-variety {
    top: 165px;
    left: 50px;
    width: 700px
}

#carat-weight {
    top: 50px;
    left: 466px;
    width: 300px
}

#measurements {
    top: 50px;
    left: 100px;
    width: 600px
}

#shape {
    top: 280px;
    left: 100px;
    width: 600px
}

#cutting-style {
    top: 290px;
    left: 50px;
    width: 700px
}

#refractive-index {
    top: 280px;
    left: 100px;
    width: 600px
}

#pleochroism {
    top: 290px;
    left: 50px;
    width: 700px
}

#barcode {
    /*top: 50px;
    left: 325px;*/
    top: 322px;
    left: 636px;
    width: 300px
}

#grading-system {
    top: 150px;
    left: 150px;
    width: 550px
}
.gradingSystem {
    top: 55px !important;
    left: 150px !important;
    width: 550px !important;
}
#gia-color-grade {
    top: 50px;
    left: 466px;
    width: 300px;
    height: 400px;
    overflow-y: scroll
}

#gia-clarity-grade {
    top: 50px;
    /* left: 466px;*/
    left: 650px;
    width: 300px;
    height: 290px;
    /*overflow-y: scroll*/
}

#gia-clarity-type {
    top: 60px;
    left: 50px;
    width: 700px
}

#treatments {
    top: 100px;
    left: 466px;
    width: 300px
}

#origins {
    top: 165px;
    left: 150px;
    width: 550px
}

#hologram {
    top: 475px;
    /*left: 320px;*/
    left: 113px;
    width: 450px
}

#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/colorbox-controls.html) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

    #cboxClose:hover {
        background-position: -25px -25px
    }

.modal-body.modal-body-imgmap .text-block p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px
}

.text-block h2 {
    font-size: 18px;
    font-family: 'Quattrocento-Bold'
}

.brdr-img img {
    border: 1px solid #c1cddb;
    padding: 20px
}

.text-block a {
    text-decoration: underline;
    color: #fff
}

.content-change {
    min-height: 350px;
    max-height: 350px;
    border-top: 6px solid #5C87B2;
    overflow-y: scroll
}

    .content-change .active {
        display: block
    }

    .content-change .hide {
        display: none
    }

    .content-change h4 {
        font-size: 20px;
        line-height: inherit;
        font-weight: 600
    }

p.clickme, p.clickme a {
    margin: 0;
    color: #000
}

.list ul {
    margin: 0
}

.list li {
    display: block;
    font-size: 16px;
    margin-bottom: 12px
}

.list p a {
    color: #0b219f
}

.modal-lg-nw95 .vertical-align {
    align-items: initial
}

.print-report-soldout h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.print-report-soldout ul {
    margin: 0;
    padding: 0
}

.print-report-soldout li {
    list-style: none;
    display: block;
    margin: 0 0 12px;
    font-size: 16px
}

.sld-txt td {
    border: 0 !important;
    padding: 0 !important
}

.sld1 {
    display: inline-block;
    vertical-align: middle;
    width: 27%
}

.brd-soldout-table {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding: 10px 0
}

.modal-body p.txt-lnew {
    font-size: 9px;
    color: #9aa4ab;
    margin: 0
}

.sld1.graph-report-bx {
    width: 50%
}

.sld1.sld12 {
    width: 22%
}

.mnght-th-msg {
    padding: 50px 0
}

.modal-body p.thnk-gr-msg {
    text-align: center;
    font-size: 22px;
    color: green;
    line-height: 13px;
    margin-bottom: 0
}

.para-tnk-msg {
    font-weight: 700;
    font-size: larger;
    margin: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px
}

.swiper-container-dashboard .slider-img-part img {
    max-height: 160px;
    height: auto;
    width: 100%;
}


@media(min-width:320px) and (max-width:480px) {
    .banner-slider iframe {
        height: 340px;
    }
}

@media(min-width:481px) and (max-width:767px) {
    .banner-slider iframe {
        height: 390px;
    }
}

@media(max-width:767.98px) {
    .art-soc-icon, .article-socialpart {
        display: inline;
        vertical-align: top
    }

    .article-bg {
        padding: 20px 0 0;
    }

    .header-top {
        padding: 5px 0
    }

    .social-icons-top li {
        margin-right: 0
    }

    .top-right-menu li:first-child {
        margin-right: 4px
    }

    .header-inner {
        min-height: auto;
        max-height: auto;
        padding: 15px 20px
    }

    .menu {
        padding: 0
    }

    div.logo {
        position: relative;
        margin: 0 auto;
        transform: none;
        top: inherit;
        left: inherit
    }

    .our-story-img {
        width: 70%;
        display: block;
        margin: 0 auto
    }

    .out-story {
        display: block;
        padding: 20px 0
    }

    .gr-bg {
        min-height: auto;
        padding: 42px 20px
    }

    .our-story-cnt h3 {
        font-size: 30px
    }

    .our-story-cnt span {
        font-size: 16px
    }

    .our-story-cnt p {
        font-size: 14px;
        line-height: 24px
    }

    .gr-bg h2 {
        font-size: 24px
    }

        .gr-bg h2 span {
            font-size: 18px
        }

    .gr-bg img {
        margin: 0 auto
    }

    .blk-bg {
        padding: 10px 0 30px
    }

    h3.head-slider {
        font-size: 30px
    }

        h3.head-slider span {
            font-size: 20px;
            line-height: 20px
        }

    .swiper-slide.slider-thumb {
        min-height: auto
    }

    .caption-img {
        margin: 0;
        padding: 10px;
        font-size: 14px
    }

    .info-text {
        font-size: 18px;
        margin-top: 20px
    }

    .our-story-cnt {
        padding-right: 0
    }

    .y-auto {
        transform: none;
        left: inherit;
        right: inherit;
        position: relative
    }

    .blue-bg {
        min-height: auto
    }

    .btn-new {
        width: 100%
    }

    .blue-bg h3 span {
        font-size: 26px
    }

    .blue-bg h3 {
        font-size: 30px
    }

    .blk-bg.blk2 {
        padding: 10px 0 20px
    }

    ul.unique-jewel {
        padding: 0 0 0 20px
    }

    .unique-jewel li {
        line-height: 32px;
        font-size: 15px
    }

        .unique-jewel li:last-child img {
            max-width: 86%
        }

    .whtebg2 {
        padding: 10px 0
    }

    .art-hd {
        font-size: 30px
    }

    .card.mb-4.box-shadow {
        margin-bottom: 15px
    }

    .card-text {
        font-size: 15px
    }

    .white-bg.cust-view {
        padding: 10px 0
    }

    .cust-view h3 {
        font-size: 24px
    }

    .mt-40 {
        margin-top: 25px
    }

    .cust-rev-part {
        margin: 18px 0
    }

    .gia-text li {
        font-size: 16px
    }

        .gia-text li span {
            margin: 0 8px
        }

    .footer-container h4 {
        margin: 20px 0
    }

    .footer-container {
        padding: 40px 0 30px
    }

    h4.mrclr {
        margin-top: 18px !important
    }

    .brdrxs {
        border-bottom: 1px solid #282c30
    }

    .pr-5 {
        padding-right: 10px !important
    }

    .pl-5 {
        padding-left: 10px !important
    }

    .copyright {
        padding: 0;
        font-size: 16px;
        text-align: center
    }

    .cr-grp li {
        margin: 5px
    }

    .carousel-caption {
        position: relative;
        right: inherit;
        left: inherit
    }

        .carousel-caption h2 {
            font-size: 26px
        }

        .carousel-caption p {
            font-size: 20px
        }

    .bn-para {
        font-size: 14px;
        line-height: 24px
    }

    a.btn-read {
        width: 120px;
        height: 40px;
        padding: 10px
    }

    .swiper-container {
        min-height: auto !important
    }

    .mt-30 {
        margin-top: 0
    }

    .bg1 {
        background-size: cover;
        width: 100%;
        min-height: 130px;
        background-position: right
    }

    .bg2, .bg3 {
        background-size: cover;
        width: 100%;
        min-height: 130px;
        background-position: right
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none
    }

    .card-text {
        padding: 0 3px
    }

    .brdrrgt {
        border-bottom: 1px solid #eaecf0;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .shopping-cnt {
        padding: 20px 0
    }

        .shopping-cnt li {
            padding-bottom: 15px
        }

            .shopping-cnt li:last-child {
                padding-bottom: 0
            }

    .navbar-nav > li > a {
        border-bottom: 1px solid #565656
    }

    .navbar-nav {
        margin: 0 -10px
    }

    .vcenter {
        display: block
    }

    .mega-dropdown-menu li.dropdown-header {
        color: #fff
    }

    .mega-dropdown-menu li a {
        color: #fff
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0
    }

    .slider {
        margin-top: 20px
    }

    .flex-direction-nav .flex-next {
        right: 0
    }

    .flex-direction-nav .flex-prev {
        left: 0
    }

    .ship-txt {
        margin: 0;
        padding: 8px 0 0
    }

    .slides.no-ani {
        text-align: center
    }

        .slides.no-ani li {
            float: inherit;
            margin: 0 27px 0 0;
            display: inline-block;
            text-align: center
        }

    .quality-graph .nav-tabs > li > a, .graph-cnt h4 {
        font-size: 9px
    }

    .graph-cnt {
        min-height: auto;
        max-height: inherit;
        padding: 30px
    }

    .btn-new.btn-purchase {
        width: 100%
    }

    .graph-cnt p {
        font-size: 14px;
        color: #212121;
        line-height: 22px;
        padding: 0;
        margin-bottom: 20px
    }

    ul.mining {
        margin: 0;
        padding: 0;
        text-align: center
    }

        ul.mining li {
            margin: 0 0 4px
        }

    .graph-cnt li {
        margin-right: 9px
    }

    .nav.nav-tabs.nav-tabnw li a {
        min-height: 70px
    }

    .banner-des h3, .grey-bg h3, .mine-bg h3 {
        font-size: 24px;
        margin: 40px 0 20px
    }

    .banner-des {
        padding-bottom: 0
    }

    .grey-bg p {
        margin: 20px 0
    }

    .d-part, .gia-pt {
        padding: 0
    }

        .gia-pt li {
            background-position: left top 5px
        }

    .mine-bg {
        padding: 25px 0
    }

    p.mne-txt {
        padding: 0
    }

    .img-view {
        position: relative;
        bottom: inherit;
        padding: 0;
        right: inherit
    }

    .blk-bg.rare-gems {
        padding: 10px 0 20px
    }

    .swiper-container4 .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-container4 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none
    }

    .modal-body p {
        font-size: 14px;
        padding-right: 0
    }

    .pp-list li {
        font-size: 14px
    }

    h2.background span::before, h2.background span::after {
        width: 28%
    }

    .tooltip-inner {
        min-width: 300px;
        width: 100%;
        margin-left: 10px
    }

    h2.background {
        font-size: 20px
    }

    .right-content {
        margin-top: 20px
    }

    .btn-new.btn-request {
        min-width: 100%;
        max-width: inherit
    }

    .taz-wh .req-rgt h3 {
        font-size: 16px
    }

    .taz-wh {
        padding: 30px 0
    }

        .taz-wh h3 {
            font-size: 30px
        }

    .carousel-caption.c-ap {
        padding: 0
    }

    .purchase-tanzanite {
        padding: 20px 0
    }

    .mb40 {
        margin-top: 0;
        margin-bottom: 0
    }

    .cp-gem {
        margin-bottom: 35px
    }

    .gr-bg-tanz {
        background: #e6e6e4;
        padding: 20px 0 40px
    }

    .fllft.text-right {
        float: inherit;
        text-align: left
    }

    .tctinheritxs {
        text-align: left !important
    }

    .shw-pge {
        padding: 12px 0
    }

    .brdr-btm {
        padding-bottom: 0
    }

    .abt-the-des img {
        max-width: 100%;
        display: block;
        margin: 0 auto 10px
    }

    .abt-the-des {
        display: block;
        padding: 10px;
        height: auto;
        min-height: inherit;
        max-height: inherit
    }

    .abt-des-cnt.abt-des-cnt2 p {
        font-size: 14px
    }

    abt-des-cnt.abt-des-cnt2 i {
        font-size: 16px
    }

    .abt-des-cnt a, .abt-des-cnt ps {
        font-size: 14px
    }

    .graph-cnt.certmin {
        padding: 20px 10px;
        min-height: inherit;
        max-height: inherit
    }

    .banner-des p {
        font-size: 14px
    }

    .banner-des.p-des h3 {
        margin: 0 0 12px
    }

    .details-cnt2 {
        padding-left: 0
    }

    .gia-ptinblk.w35 {
        width: 100%
    }

    img.mrgleft {
        margin: 20px auto 0
    }

    .details-cnt2 ul li, .d-part li, .gia-pt li {
        font-size: 14px
    }

    .grey-bg p {
        line-height: 24px;
        font-size: 14px
    }

    .ring-unique-cls li {
        font-size: 14px;
        margin: 10px 15px 0
    }

    .maxwd100 {
        width: 300px;
        margin: 0 auto
    }

    .slider.slidermgr0 .flexslider.bgslide {
        margin: 8px 0
    }

    .maxwd80 {
        max-width: 86%;
        margin: 0 auto
    }

    .grade-des h3 {
        font-size: 26px
    }

    .grade-des h4 {
        font-size: 24px
    }

    .details-cnt2 ul.list-info li {
        background-position: left top 6px
    }

    .gem-sold-rgt p {
        margin: 10px 0 0
    }

    .gem-sold h4 {
        font-size: 18px;
        text-transform: uppercase;
        color: #46454a;
        line-height: 28px;
        letter-spacing: 1px;
        margin-bottom: 10px
    }

    .btn-new.btn-tz-nw {
        width: 100%;
        height: inherit
    }

    .panel-title {
        font-size: 16px
    }

    .tanz-faq h3 {
        font-size: 30px;
        margin: 18px 0 10px
    }

    .panel-body p {
        font-size: 14px;
        color: #000;
        line-height: 24px
    }

    .tanz-faq {
        padding: 20px 0 30px
    }

    .padlftrgt {
        padding: 0 10px
    }

    .mouse-over {
        min-height: 540px
    }

    .mb30 {
        margin-bottom: 10px
    }

    .login-part {
        padding: 20px 0 40px
    }

        .login-part h3 {
            font-size: 22px
        }

        .login-part p, .login-part p a {
            font-size: 14px;
            line-height: 24px
        }

    .container.pad100 {
        padding: 0 10px
    }

    .account-profile {
        padding: 25px 0
    }

    .padclr {
        padding: 20px 0 0 !important
    }

    .order-table .table th {
        display: block
    }

    .order-table .table, .hd-bg, .order-table .table thead, .order-table .table .tab-bg td, .order-table .table tbody, .tab-bg {
        display: block
    }

    .br-rgt {
        border-bottom: 1px solid #e6e6e4;
        border-right: 0;
        padding-bottom: 15px
    }

    .order-table .table {
        margin: 0
    }

    .order-table {
        border: 0
    }

    .order-history-page {
        margin-top: 50px
    }

    .order-table2 .table, .order-table2 .table td, .order-table2 .table tr, .order-table2 .table tbody {
        display: block
    }

        .order-table2 .table td {
            border: 0
        }

        .order-table2 .table tr {
            border-bottom: 1px solid #e3e3e3;
            padding: 10px
        }

    .img-content {
        min-width: auto
    }

    .order-table2 .table td {
        text-align: left;
        padding: 5px 4px
    }

    .qty {
        display: inline-block
    }

    .order-table2 .table tr:last-child {
        border-bottom: 0
    }

    .order-table-new .hd-bg {
        display: table-row
    }

    .img-content.img-suto, .img-order.img-wish {
        display: table-cell
    }

    .img-content.img-suto {
        min-width: 130px !important
    }

    .wish-text {
        font-size: 14px
    }

    .order-table-new .table td, .order-table .table td, .order-table2 .table td {
        font-size: 14px
    }

    .order-table-new .table th, .order-table .table th, .order-table2 .table th, .order-table .table th span {
        font-size: 13px
    }

    .order-table .table td, .order-table .table th {
        padding: 10px 5px !important;
    }

    .gg-bgg {
        padding: 10px 18px 20px
    }

    .recent-activity {
        margin-top: 20px
    }

    .recent-inner ul.instagram-feed li img {
        width: 100%;
        padding: 0 5px
    }

    .dash-whte-bg h3 {
        font-size: 30px
    }

    .media.media-dash p {
        font-size: 14px
    }

    .member-part span, .member-part h3, .dah-hd {
        font-size: 16px
    }

    .media.media-dash img.media-object {
        width: 100px
    }

    .media-left.mdlft img.media-object {
        width: 150px;
        margin: 0 auto;
    }

    .media-left, .media-right, .media-body {
        display: table-cell;
    }

    .member-part .btn-new.btn-view {
        margin: 8px 5px;
        max-width: inherit
    }

    .dash-whte-bg p {
        font-size: 14px;
        line-height: 24px
    }

    section.dash-grey-bg.tanz-faq h3 {
        line-height: 42px
    }

    .reports-hd {
        font-size: 20px
    }

    .reports-inner p {
        font-size: 17px;
        line-height: 26px
    }

    .reports-list li a {
        font-size: 16px;
        line-height: 22px
    }

    .dash-grey-bg.tanz-faq {
        padding: 15px 0 40px
    }

    .whte-bg-social-media h3 {
        font-size: 30px;
        margin-bottom: 5px
    }

    .whte-bg-social-media {
        padding: 20px 0 40px
    }

    .navbar-nav .open .dropdown-menu.drp-dwn {
        display: block !important;
        position: relative;
        top: 0;
        margin: 0;
        background: #fff
    }

        .navbar-nav .open .dropdown-menu.drp-dwn > li > a, .navbar-nav .open .dropdown-menu.drp-dwn .dropdown-header {
            padding: 10px
        }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: transparent;
        border-color: transparent
    }

    .special-offer-right-cnt h3 {
        margin-top: 20px
    }

    .read-mre.sp-offer {
        font-size: 12px;
        margin: 40px 0 0
    }

    .special-offer-right-cnt h4 {
        font-size: 22px
    }

    .order-table2.order-hist .table td {
        padding: 8px 5px
    }

    .order-table2.order-hist .table tr.hd-bg2 th {
        display: block;
        padding: 8px 10px
    }

    .order-table2.order-hist .table.list-table tr.hd-bg2 th {
        padding: 8px 16px !important;
    }

    .order-table2.order-hist .table thead {
        width: 100%;
        display: block
    }

    .media.media-shipping p {
        font-size: 14px
    }

    .country-select td a {
        font-size: 12px
    }

    .media.media-shipping h5, .media.media-shipping p span {
        font-size: 14px;
        line-height: 24px
    }

    .country-select .tooltip .tooltip-inner {
        min-width: 300px
    }

    .scrollbar.scbar-nw h5 {
        font-size: 14px
    }

    .form-group-gem label, .ble-txt-table, .gem-program td, .inner-rw p {
        font-size: 14px
    }

    .ern-grm2 .table tr.earn-gem.en-gm {
        padding: 0
    }

    .ern-grm2 .table td {
        padding: 14px 8px;
        display: table-cell
    }

    .ern-grm2 .table tbody td {
        font-size: 14px
    }

    .earn-gem.en-gm th, .earn-gem.en-gm th:first-child {
        padding: 14px 8px
    }

    .news-form label {
        font-size: 15px
    }

    div#exist-refer2, div#new-refer2 {
        border-top: 0
    }

    .tabcontent {
        padding: 3px 4px
    }

    .exit-refer-table td {
        padding: 14px 12px
    }

    .special-offer-left-part {
        background: #fff
    }

    .member-price {
        float: inherit
    }

    h2.background-css span {
        font-size: 20px
    }

    .cg-img2 span {
        font-size: 13px
    }

    .cg-img2 h4 {
        font-size: 15px
    }

    .cg-img2 a {
        font-size: 12px
    }

    .blk-bg.collector-gallery h3 {
        font-size: 30px;
        margin: 20px 0 15px
    }

    .gg-bg-nw h3 {
        font-size: 30px
    }

    .gg-bg-nw {
        padding: 40px 0
    }

    p.gems-parambtm {
        margin-bottom: 20px
    }

    .pad-lft-sh {
        padding-left: 10px
    }

    .brdrrgt-dashed {
        border-bottom: 1px dashed #ddd;
        border-right: 0;
        margin-bottom: 30px
    }

    .inner-sh-bx p {
        font-size: 14px
    }

    .frm-sh-bx {
        padding: 10px 0
    }

    .sh-list li a::before {
        content: '';
        position: absolute;
        top: -5em;
        left: 19px;
        width: .1em;
        height: 140px;
        background: #0b219f;
        z-index: -1
    }

    .sh-list li {
        display: inline-block;
        margin: 30px 0
    }

        .sh-list li span {
            background: #fff;
            margin: 0;
            padding: 5px 0 0
        }

    .bill-frm {
        padding: 0
    }

    .shopping-cart h3 {
        font-size: 20px
    }

    a.lgn-hd.bil-info, .control-labeler, .form-control-login, .img-bil-txt, ul.snd-bil-bx li {
        font-size: 14px
    }

    .tt-part {
        width: 53%
    }

    .tt-part, .vle {
        font-size: 16px
    }

    .bill-right-side {
        margin-top: 10px
    }

    .shopping-cart {
        padding: 0
    }

    .payment-icons {
        text-align: center
    }

        .payment-icons li {
            margin: 4px 2px
        }

    .fltrgt {
        float: inherit;
        width: 100%
    }

        .fltrgt a {
            text-align: center;
            margin: 0 auto 20px !important
        }

    .ship-cart .table tr td {
        max-width: inherit;
        min-width: 280px
    }

    .shp-brdr .img-content {
        font-size: 14px
    }

    .inner-shd {
        font-size: 16px
    }

    a.read-mre.all-art.chge-bill-btn {
        width: auto
    }

    .rgt-cnt, .sec-txt, .thn-txt {
        font-size: 14px
    }

    .pa-act label span {
        font-size: 13px
    }

    .pa-act {
        margin-bottom: 0
    }

    .ship-info.shop-cart label {
        height: inherit
    }

    .sec-img, .sec-txt {
        display: block;
        vertical-align: middle;
        text-align: center
    }

    .sec-img {
        padding-right: 0;
        margin-bottom: 15px
    }

    .brdrdash {
        margin: 0 -15px 20px !important
    }

    .inner-sh-bx address, .infrm-txt {
        font-size: 14px
    }

    .inner-shd.inner-shd2 {
        font-size: 14px;
        margin-bottom: 6px
    }

    .brdrdash {
        padding-bottom: 0
    }

    h1.lgn-hd.hd2 {
        font-size: 15px !important
    }

    .transfer-content p {
        font-size: 14px;
        padding-right: 0
    }

    .transfer-content {
        padding: 20px 18px
    }

    .transfer-content1 address, .transfer-content1 a {
        font-size: 14px
    }

    .c-ap.c-ap2 h2 {
        font-size: 22px
    }

    .carousel-caption.c-ap.c-ap2 {
        margin: 0;
        padding: 0 10px
    }

    .c-ap.c-ap2 h3 {
        font-size: 28px
    }

    .c-ap.c-ap2 p, .brdr-ard {
        font-size: 16px
    }

    .t-j-new li a {
        /*font-size: 15px;*/
        margin-right: 14px
    }

    .t-j-new li:first-child a {
        font-size: 20px
    }

    /*.t-j-new li a span {
        font-size: 14px
    }*/
    .t-j-new li a span {
        font-size: 36px;
    }

    .t-j-new {
        margin: 0 0 20px
    }

    .cp-gem.cp-gem2 {
        min-height: 140px
    }

    .text-mhgt li {
        margin-right: 24px !important
    }

    section.slider-about {
        overflow: hidden
    }

    .caption-imger {
        font-size: 14px
    }

    .text-mhgt li {
        min-height: auto;
        padding-bottom: 15px
    }

    li.info-text {
        font-size: 16px
    }

    .abt-bx p {
        font-size: 14px
    }

    .abt-bx {
        padding: 10px 15px 30px;
        margin-top: 20px;
        min-height: auto
    }

        .abt-bx h2 {
            font-size: 20px;
            line-height: 30px
        }

    h4.profess-txt {
        font-size: 30px;
        padding: 20px 0 0
    }

    .purchase-tanzanite.tanzanite.abt-us h3 {
        font-size: 30px;
        font-size: 24px;
        margin: 0
    }

    .about-white-bg {
        padding: 40px 0
    }

    .abt1 img {
        margin: 0 auto;
        padding-bottom: 40px
    }

    .art-hd.art-hd3 {
        font-size: 18px
    }

    .aget-dash-bg h3 {
        font-size: 20px
    }

    h4.profess-txt2 {
        font-size: 30px;
        padding: 10px 0 0
    }

    .progress-bx2 h5 {
        font-size: 14px
    }

    .q-txt {
        margin: 8px 0 10px
    }

    .text-cen p {
        font-size: 30px
    }

    .hd-ship-txt {
        font-size: 21px;
        margin: 0 0 20px;
        line-height: 38px
    }

    .wh-bg-new {
        padding: 20px 0
    }

    .para-part {
        padding: 30px 10px
    }

        .para-part p {
            font-size: 14px;
            line-height: 24px;
        }

    .ship-grey-bg {
        padding: 40px 0
    }

        .ship-grey-bg .shipping-costs-cnt p {
            padding: 0 12px;
            margin-bottom: 40px
        }

        .shipping-costs-cnt h4, .ship-grey-bg p, .cst-txt h4, .cst-txt p {
            font-size: 14px;
            line-height: 22px
        }

        .ship-grey-bg p {
            padding: 0
        }

    .wh-bg-new.wh-bg-new2 {
        padding: 30px 0
    }

    .ic-cnt {
        width: 61px;
        height: 61px
    }

    .top-img ul li {
        max-width: 30%
    }

        .top-img ul li:last-child {
            max-width: 17.9%
        }

    .top-img p {
        font-size: 14px;
        line-height: 23px;
        padding: 20px 15px 0
    }

    .hd-ship-txt.hd-ship-txt2 {
        margin-bottom: 25px
    }

    .text-cont3 li {
        font-size: 14px;
        text-align: left;
        line-height: 25px;
        margin-bottom: 10px;
        background-position: left top 3px
    }

    .text-cont3 {
        text-align: left
    }

    .ship-grey-bg p.text-cont {
        padding: 10px 0 0
    }

    .ship-grey-bg.ship-grey-bg2 {
        padding: 32px 0 25px
    }

    .pad-rght0 {
        padding-right: 10px !important
    }

    .return-proc-bg {
        padding: 0 0 47px
    }

    .padclr0 {
        padding-left: 10px !important;
        margin-left: 0
    }

    .return-proc-bg p {
        font-size: 14px;
        margin: 0 5px 15px 0;
        line-height: 22px
    }

    .img-position {
        margin: 26px 0
    }

    .return-proc-bg {
        padding: 0 0 27px
    }

    .top-img.cust-textalign p {
        padding: 0 10px
    }

    .hd-ship-txt.cust-title {
        margin-bottom: 0
    }

    .dropdown-menu.mega-dropdown-menu.row.clearfix {
        background: rgba(255,255,255,0.89)
    }

    ul.nav.nav-tabs.menu-list-dropdown {
        max-height: inherit;
        border: 0;
        padding: 0
    }

        ul.nav.nav-tabs.menu-list-dropdown li a, ul.nav.nav-tabs.menu-list-dropdown li a:hover, ul.nav.nav-tabs.menu-list-dropdown li a:focus {
            padding: 9px 12px;
            margin: 0
        }

        ul.nav.nav-tabs.menu-list-dropdown li {
            display: block
        }

    .drp-part {
        padding: 20px 30px;
        display: block;
        width: 100%;
        background: #fff
    }

    .dropdown-menu.mega-dropdown-menu.row.clearfix {
        min-height: inherit;
        max-height: inherit
    }

    .dropdwn-left-part h3 {
        font-size: 24px
    }

    .dropdwn-left-part p {
        font-size: 14px
    }

    .mega-dropdown-menu .dropdwn-left-part ul li {
        font-size: 14px
    }

    .distab-cell.wdth57 {
        width: 100%
    }

    .distab-cell {
        display: block
    }

    .mega-dropdown-menu .dropdwn-left-part ul {
        padding-right: 30px
    }

    .distab-cell {
        width: 100%
    }

    .drp-part img {
        float: inherit;
        margin: 0 auto
    }

    .hvr-underline-from-center::before {
        height: 2px !important
    }

    .btn-new.btn-drop-dwn {
        margin: 20px 0;
        max-width: 100%;
        white-space: normal;
        height: auto;
        width: 100%
    }

    .distab-cell.wdth80 {
        width: 100%
    }

    .banner-gemstone-bg h3 {
        font-size: 26px
    }

    .banner-gemstone-bg {
        background-position: center;
        background-size: cover;
        min-height: auto;
        padding: 40px 0
    }

        .banner-gemstone-bg p {
            padding: 0;
            font-size: 16px;
            line-height: 24px
        }

    .vertical-align {
        display: block
    }

    .whte-bg-gemstone {
        padding: 40px 0
    }

        .whte-bg-gemstone h3, .grey-bg-gemstone h2 {
            font-size: 28px;
            margin: 0 0 14px
        }

        .whte-bg-gemstone p, .grey-bg-gemstone p {
            font-size: 14px;
            margin-right: 0
        }

    .cnt-pad {
        padding: 0 10px
    }

    .grey-bg-gemstone {
        padding: 20px 0
    }

    .whte-bg-gemstone img {
        margin: 15px 0
    }

    .btn-read.btn-dis-inline {
        margin: 20px auto 10px;
    }

    .w-20, .w-38, .w-30 {
        width: 100% !important;
    }

    .find-bx {
        width: 100%
    }

    .req-lft, .req-rgt {
        display: table-cell
    }

    h3.f-hd {
        font-size: 17px
    }

    .req-rgt {
        padding-left: 20px
    }

    p.fnd-txt {
        font-size: 12px
    }

    .edu-sec h3, .custom-tj-bg h3 {
        font-size: 30px
    }

    .edu-sec h4 {
        font-size: 16px
    }

    .edu-txt p, .edu-txt span {
        font-size: 13.5px
    }

    .edu-txt h2 {
        font-size: 15px
    }

    .edu-sec ul.padleft {
        padding-left: 0;
        margin: 0
    }

    .edu-sec ul li {
        margin-bottom: 15px
    }

    .edu-sec {
        padding: 40px 0 30px
    }

    .req-part2 {
        width: 90%
    }

    .dsp-tcell {
        display: block;
        vertical-align: middle;
        margin: 0 auto
    }

        .dsp-tcell img {
            width: 70px;
            max-width: 70px;
            margin: 0 auto 15px
        }

        .dsp-tcell p {
            line-height: 19px;
            padding-right: 0
        }

    .mdl-hd {
        min-height: auto
    }

    a.btn-new.btn-request.btn-fnd {
        font-size: 11px
    }

    .btn-fnd span {
        margin: 0 1px
    }

    h2.background.sgn span::before, h2.background.sgn span::after {
        width: 8%
    }

    .mng-img, .mngcnt {
        display: block;
        margin-top: 20px;
    }

    .mng-img, .mngcnt {
        display: block
    }

        .mng-img img {
            margin: 0 auto
        }

        .mngcnt ul, .mngcnt h4 {
            padding: 0
        }

    .mining.mn-new2 li {
        width: 33.33333333%;
        float: left;
        margin-bottom: 10px
    }

    h2.background span.geo-txt::before, h2.background span.geo-txt::after {
        width: 8%
    }

    .slider-property li {
        width: 23.2%;
        height: auto;
        margin-bottom: 20px
    }

    .grade-des h4 {
        font-size: 18px
    }

    .hnm-txt {
        padding: 0;
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 20px
    }

    .custom-tj-bg p {
        font-size: 14px;
        line-height: 22px
    }

    .carousel-caption.des-handmade h4 {
        font-size: 15px;
        line-height: 21px
    }

    .carousel-caption.des-handmade h6 {
        font-size: 12px
    }

    .maxwdth50 {
        max-width: 50%
    }

    .dse-prt {
        padding: 20px 10px 0
    }

        .dse-prt h4 {
            font-size: 30px
        }

        .dse-prt p, .portfolio p {
            font-size: 14px
        }

    a.btn-new.btn-cst {
        height: auto
    }

    .text p {
        font-size: x-small;
        color: #fff;
        padding: 0 5px;
        line-height: inherit
    }

    .pad-cust {
        padding: 0 10px
    }

    .edu-sec .prt-sort h4 {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .edu-sec ul.prt-cnt li {
        width: 48.5%;
        min-width: auto
    }

        .edu-sec ul.prt-cnt li select.form-control-new {
            margin: 0 auto;
            font-size: 12px;
            padding: 0 7px
        }

    .slider-part.sliderpart-jewel {
        margin: 0
    }

    ul.slider-property.ewel-property {
        width: 80%
    }

        ul.slider-property.ewel-property li {
            width: 31.5%
        }

    .abt-the-des-jewelimg {
        width: 299px;
        margin: 0 auto
    }

    .abt-the-des-jewelimg, .abt-des-cnt-jewel {
        display: block
    }

    .graph-cnt.jewel-mhgt {
        padding: 15px 0
    }

    .mngcnt.jewel-min p {
        font-size: 14px;
        margin: 0 0 15px
    }

    .graph-cnt .abt-des-cnt-jewel p {
        font-size: 14px
    }

    .mng-img {
        margin: 0 auto
    }

    .abt-des-cnt-jewel, .mngcnt.jewel-min {
        padding-left: 0
    }

    .gem-jewl-cnt {
        padding: 20px 32px
    }

    .gem-jewel p {
        font-size: 16px;
        line-height: 23px
    }

    a.btn-new.btn-hnt {
        margin-bottom: 20px
    }

    .rgt-send-hintbg {
        min-height: auto;
        padding: 0 20px 20px
    }

    .reg-form h4 {
        font-size: 16px;
        line-height: 26px
    }

    .send-hinter {
        font-size: 20px
    }

    .ask-gem-div .form-group-gem {
        margin: 0 0 20px
    }

    .global-reg-bg p {
        padding: 0 10px;
        font-size: 14px;
        line-height: 24px
    }

    .jewl-ver-part {
        padding: 10px
    }

    .global-reg-bg h3 {
        font-size: 30px
    }

    .global-reg-bg {
        padding: 40px 0
    }

    .jewl-ver-part h4 {
        font-size: 22px
    }

    .jewl-ver-part p, .jewl-ver-part h6 {
        font-size: 14px
    }

    .purchase-tanzanite.tanzanite.global-reg-bger, .global-reg-bg, .jewelry-verifier {
        min-height: auto
    }

    .media-left-flt {
        float: inherit;
        margin-right: 0;
        margin-top: 0
    }

    .sub-txt {
        font-size: 20px;
        margin: 10px 0
    }

    .media-body-flt {
        font-size: 14px;
        line-height: 23px
    }

    .ship-cart .table tr td {
        font-size: 14px
    }

    .sp-off {
        position: relative;
        right: inherit;
        top: inherit;
        margin: 10px 0 0;
        display: block;
    }

    span.gr-bld-txt.dsinblk {
        margin-left: 0;
    }

    .graph-cnt.gem-sp-mem {
        padding: 20px 0;
        max-height: inherit;
        min-height: inherit;
    }

    .cnt-t-f li {
        margin-bottom: 0;
    }

    .banner-gemstone-bg.contact-us-bg {
        min-height: 125px;
    }

    .grey-cnt-bg span img {
        margin: 0;
    }

    .banner-member-bg h3 {
        font-size: 30px;
    }

    .banner-member-bg p {
        font-size: 14px;
        padding: 0 10px;
        line-height: 22px
    }

    .banner-member-bg {
        padding: 90px 0
    }

    .modal-body.cl-gdr p {
        padding-right: 20px
    }

    .modal-body.cl-gdr {
        padding: 0
    }

    .cl-gdr p span {
        font-size: 16px
    }

    .pad60 {
        padding: 0 20px
    }

    .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
        display: none !important
    }

    .cl-grey-bg ul li {
        font-size: 14px
    }

        .cl-grey-bg ul li span {
            font-size: 16px
        }

    .purchase-tanz.purchase-tanz2 {
        min-height: 280px;
        max-height: 280px
    }

    #hover_div:hover img {
        max-height: 100px
    }

    .grid-div2 #hover_div:hover img {
        max-height: 77px
    }

    .btn-new.btn-gem {
        width: 100%;
        margin: 12px 0 20px;
        max-width: 130px
    }

    .media-dash.ask-media p {
        font-size: 12px;
        padding-right: 0;
        line-height: 19px
    }

    h3.gem-hd-inner {
        font-size: 16px
    }

    .action-part {
        float: none
    }

    span.hd-profle {
        display: table-cell;
        vertical-align: top
    }

    .d-in {
        padding-left: 10px;
        display: table-cell;
        vertical-align: top
    }

    .order-hist .table tr.hd-bg2 th {
        height: auto
    }

    th.padth {
        height: auto !important
    }

    .d-in span, .d-in p, .tb-cnt, .in-msg li {
        font-size: 14px
    }

    .btn-gem2 {
        max-width: 110px
    }

    .abt-usbg {
        min-height: 282px
    }

    .posabs-abt {
        width: 100%
    }

    .abt-usbg h3 {
        font-size: 28px
    }

    .about-violet-bg h3 {
        font-size: 28px
    }

    .tab-abt-img, .abt-rgt-cnt {
        display: block
    }

    .abt-rgt-cnt {
        padding-left: 0
    }

        .abt-rgt-cnt p {
            font-size: 16px
        }

        .abt-rgt-cnt a {
            font-size: 14px
        }

    .tab-abt-img {
        width: auto
    }

        .tab-abt-img img {
            margin: 0 auto
        }

    .whyus-part h2, .whyus-part1 h2 {
        font-size: 25px
    }

    .whyus-part p, .whyus-part1 p {
        font-size: 14px;
        line-height: 23px;
        padding-right: 0;
        padding-top: 0
    }

    .y-auto.whyus-part1 {
        padding: 16px 0
    }

    .why-cnt-part h4 {
        font-size: 20px;
        margin: 20px 0 14px
    }

    .why-cnt-part p {
        font-size: 14px;
        line-height: 20px
    }

    .imgg-why-img img {
        margin: 20px 0 auto
    }

    .reputation-his h4 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .reputation-his p, .blast p {
        font-size: 14px;
        line-height: 22px
    }

    .blast {
        padding: 0 20px
    }

    .price-bg p {
        font-size: 14px;
        padding-right: 0;
        line-height: 22px
    }

    .price-bg {
        padding-top: 20px
    }

    .w-brdr {
        min-height: auto
    }

    .txt-sp, .img-txt {
        font-size: 14px;
        padding: 10px;
        display: block
    }

    .carousel-control.right {
        right: -15px
    }

    .carousel-control.left {
        left: -35px
    }

    .chevron-right img, .chevron-left img {
        width: 15px
    }

    .v-txt p {
        font-size: 12px !important;
        line-height: 17px
    }

    .modal-dialog.modal-lg-nw.mdl-blk.sldeshowmdl {
        margin: 0 -20px
    }

    .cover, .cover.current {
        width: 300px !important;
        background: #000;
        height: 250px !important
    }

        .cover img, .cover canvas {
            width: 300px !important
        }

        .cover canvas {
            display: none !important
        }

    .mh540 {
        min-height: auto
    }

    .purchase-tanz.purchase-tanz2.purchase-tanz3 img {
        height: 238px
    }

    a.tan-rdmre {
        font-size: 16px
    }

    .popup-inner2 a {
        margin: 0
    }

    span.popup-close.popup-close2 {
        background: url(../img/clsnew.png)no-repeat;
        right: 0;
        top: 10px
    }



    .popup-inner2 a {
        margin: 20px 50px
    }

    span.popup-close.popup-close2 {
        right: 30px;
        top: 30px
    }

    .popup-inner2 {
        min-height: 170px
    }

    .login-drop {
        padding: 20px 0 0
    }

    .close.cls-cart {
        position: absolute;
        right: 0
    }

    .unique-image li:first-child {
        max-width: 22%
    }

    .unique-image li:nth-child(2) {
        max-width: 15%;
    }

    .unique-image li {
        max-width: 30%
    }

    .grid-div.grid-div2, .grid-div {
        grid-auto-rows: inherit;
        grid-gap: 10px;
        grid-template-columns: none
    }

    .purchase-tanz.purchase-tanznewdes:hover {
        padding: 10px 0
    }

    .purchase-tanz.purchase-tanznewdes {
        max-height: 240px;
        min-height: 240px
    }

    .certif-right p {
        padding: 0 30px !important
    }

    .text-part {
        margin: 25px 0
    }

    .wdthartright {
        width: 100% !important;
        margin-left: 0
    }

    .wdthartleft {
        width: 100% !important
    }

    .art-bx-img, .art-bx-content {
        display: block
    }

        .art-bx-img img {
            width: 130px;
            margin-bottom: 20px
        }

        .art-bx-content h3 {
            font-size: 15px;
            line-height: 24px
        }

        .art-bx-content p {
            font-size: 14px;
            padding-right: 0
        }

    .art-bx:last-child, .art-bx {
        margin-bottom: 30px
    }

    .article-right-part h3 {
        font-size: 30px
    }

    .cate-list li {
        font-size: 16px
    }

    .view-more-btn.v-btnnew {
        margin: 50px 0 0
    }

    .tbl-art-bx {
        display: block;
        float: left
    }

    .art-bx-img {
        float: left
    }

    .banner-articles h3 {
        font-size: 20px;
        padding: 12px 0
    }

    .bn-img {
        width: 80px;
        left: 0
    }

    .hme-menu {
        margin: 0;
        padding: 36px 0 0
    }

    .art-det-leftpart h3 {
        font-size: 26px;
        line-height: 33px;
        margin: 0 0 15px
    }

    .art-det-leftpart p {
        font-size: 16px;
        line-height: 26px;
        padding-right: 0;
        margin-bottom: 20px
    }

    .gem-art {
        padding-bottom: 30px
    }

    .article-socialpart li {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 24px
    }

    .article-socialpart ul {
        margin: 0;
        padding: 0
    }

    .art-soc-icon {
        width: 60px
    }

    .article-socialpart {
        padding: 0 0 0 10px
    }

        .article-socialpart p {
            font-size: 16px !important;
            margin-bottom: 15px;
            line-height: 24px;
            padding-right: 0
        }
        .article-socialpart .MsoTableLightShading p span {
            font-size: 12px !important;
        }
        .article-socialpart .MsoTableLightShading td, th {
            padding: 1px !important;
        }
    .abt-author .dah-hd {
        font-size: 14px
    }

        .abt-author .dah-hd span {
            font-size: 16px
        }

    .about-pop .modal-dialog {
        width: 400px;
        margin: 60px auto;
    }

    .mdl-h-txt h2 {
        margin: 20px 0 10px;
    }

    .modal-appraisal-box .modal-body p {
        margin-bottom: 0;
    }

    .modal-appraisal-box .text-right {
        text-align: left;
    }

    .margtbtm {
        margin-top: 0;
    }

    .text-block {
        display: none;
    }

    .modal-appraisal-box .modal-body p {
        fot-size: 14px;
    }

    .cer-pad {
        padding: 0 0px;
    }

    .modal-lg-nw95 .cer-pad {
        padding: 0 20px;
    }
}

@media(min-width:768px) {
    .edu-sec .edu-img img {
        height: auto;
        width: 120px;
    }
    .policy-section {
        padding: 0px 20px;
    }

    .gulpty {
        margin-top: 30px;
    }

    .mart.tes {
        padding-left: 10px;
    }

    .pr0 {
        padding-right: 0 !important
    }

    .pl0 {
        padding-left: 0 !important
    }

    .logo img {
        max-width: 70%;
        margin: 0
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none
    }

    .cr-grp li {
        margin: 0 1px
    }

    .blue-bg {
        min-height: 246px
    }

    h4.hd-txt {
        min-height: auto
    }

    .card-text {
        min-height: 100px;
        padding: 0 3px
    }

    .caption-img {
        margin: 0 -4px
    }

    .swiper-slide.slider-thumb {
        min-height: auto
    }

    .our-story-cnt {
        padding-right: 0
    }

    .gr-bg img {
        margin: 50px auto
    }

    .navbar-nav > li > a {
        font-size: 13px;
        text-transform: uppercase;
        padding: 15px 5px
    }

    .bg1, .bg2, .bg3 {
        min-height: 235px
    }

    .carousel-caption h2 {
        font-size: 28px;
        margin: 20px 0 0
    }

    .carousel-caption p {
        font-size: 20px
    }

    .carousel-caption {
        padding: 0
    }

    .bn-para {
        font-size: 14px;
        line-height: 20px
    }

    .gr-bg {
        min-height: auto
    }

        .gr-bg img {
            margin: 30px auto
        }

    .shopping-cnt li {
        padding: 0 8px 0 3px
    }

        .shopping-cnt li a {
            font-size: 12px
        }

    .header-inner {
        min-height: 110px;
        max-height: 110px
    }

    div.logo {
        margin: 0;
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        -webkit-transform: inherit;
        display: inline-block;
        max-width: auto;
        float: left;
        max-width: 57%
    }

    /*.shopping-cnt {
        margin: 0;
        padding: 28px 0
    }*/

    a.btn-read {
        margin: 15px 0
    }

    .unique-jewel li {
        font-size: 16px
    }

    ul.unique-jewel {
        padding: 20px 0 20px 80px
    }

    .card.mb-4.box-shadow {
        padding: 0;
        margin-bottom: 20px
    }

    .rev {
        margin: 12px -1px
    }

    .cr-grp li {
        max-width: 40px
    }

    .popup-inner {
        max-height: 398px
    }

    .location:hover {
        margin-top: -10px
    }

    .location {
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

    p.mne-txt {
        padding: 0 40px
    }

    .swiper-container4 .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-container4 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none
    }

    .ship-txt {
        margin: 0
    }

    .slides.no-ani li {
        margin-bottom: 10px
    }

    .graph-cnt {
        min-height: auto;
        max-height: inherit
    }

        .graph-cnt li {
            margin-bottom: 30px
        }

    .ship-txt {
        padding: 10px 0 0
    }

    h2.background.reg span::before, h2.background.reg span::after {
        width: 12%
    }

    .purchase-tanzanite {
        min-height: auto
    }

    .fllft.text-right {
        float: right;
        margin-top: 0px
    }

    .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%
    }

    .mb10 {
        margin-bottom: 10px
    }

    img.mrgleft {
        margin: 0 auto
    }

    .abt-the-des {
        padding: 20px 10px 0 20px;
        display: block;
        width: 100%;
        min-height: 345px
    }

        .abt-the-des img {
            float: left;
            max-width: 40%
        }

    .abt-des-cnt {
        float: left;
        max-width: 60%;
        padding-left: 12px;
        vertical-align: top
    }

    .graph-cnt.certmin {
        padding: 20px;
        min-height: auto;
        max-height: inherit
    }

    .nav.nav-tabs.nav-tabnw li a {
        min-height: 82px
    }

    .card.mb-4.box-shadow {
        min-height: 470px
    }

    .mouse-over {
        min-height: 470px
    }

    .left-part-login {
        padding-left: 25px
    }

    .lgn-member {
        padding-right: 25px;
        padding-left: 30px
    }

    .login-part p {
        font-size: 14px
    }

    .login-part h3 {
        font-size: 22px
    }

    .container.pad100 {
        padding: 0 10px
    }

    .order-table .table th {
        vertical-align: top
    }

    .order-table .table td, .order-table .table th {
        padding: 15px 10px
    }

    .order-table2 .table td span {
        display: block
    }

    .img-content {
        min-width: auto
    }

    .reports-inner p, .reports-list li a {
        font-size: 18px
    }

    .recent-inner ul.instagram-feed li img {
        width: 100%;
        padding: 0 5px
    }

    .recent-activity {
        margin-top: 20px
    }

    .normal-price, .member-price {
        font-size: 17px
    }

    .sb-tot {
        font-size: 17px
    }

    .cp-gem.cp-gem2 {
        min-height: 140px
    }

    .carousel-caption.c-ap.c-ap2 {
        padding: 0 8px
    }

    .t-j-new li a {
        font-size: 18px;
        margin-right: 10px;
    }

    .t-j-new li:first-child a {
        font-size: 24px !important;
    }

    .t-j-new li a span {
        font-size: 24px;
    }

    .wh-bg-new {
        padding: 28px 0
    }

    .top-img p {
        line-height: 26px;
        padding: 30px 6px 0
    }

    .ship-grey-bg.ship-grey-bg2 {
        padding: 2px 0 52px
    }

    .ship-grey-bg p {
        padding: 30px 70px 0
    }

    .text-cont3 li {
        text-align: left;
        line-height: 27px;
        padding-right: 30px;
        margin-bottom: 10px;
        background-position: left top 5px
    }

    .ship-grey-bg p.text-cont {
        padding: 20px 20px 0
    }

    .ship-grey-bg.ship-grey-bg2 {
        padding: 2px 0 32px
    }

    .return-proc-bg {
        padding: 40px 0 47px
    }

        .return-proc-bg p {
            margin: 0 0 15px
        }

    .padclr0 {
        padding-left: 10px !important;
        margin-left: 0
    }

    .pad-rght0 {
        padding-right: 10px !important
    }

    .imgstucenter {
        margin: 0 auto 40px
    }

    .top-img.cust-textalign p {
        padding: 0 30px
    }

    .customstop {
        padding: 30px 0
    }

    .distab-cell {
        width: 510px
    }

        .distab-cell.wdth57 {
            width: 500px
        }

        .distab-cell.wdth80 {
            width: 500px
        }

    .drp-part {
        padding: 0 50px 0 100px
    }

    .cnt-pad {
        padding: 0 10px
    }

    .banner-gemstone-bg p {
        padding: 0 46px
    }

    .banner-gemstone-bg {
        background-position: top center;
        background-size: cover;
        min-height: auto;
        padding: 40px 0
    }

    .whte-bg-gemstone h3, .grey-bg-gemstone h2 {
        font-size: 27px
    }

    .btn-read.btn-dis-inline.tan-exp {
        margin-left: 15px
    }

    .req-part2 {
        width: 73%
    }

    h2.background.sgn span::before, h2.background.sgn span::after {
        width: 13%
    }

    .mng-img img {
        width: 100%
    }

    .mngcnt li {
        margin-bottom: 0 !important
    }

    .graph-cnt ul {
        margin: 2px 0 0
    }

    .graph-cnt p, .mngcnt h4 {
        font-size: 14px
    }

    .grade-des h3 {
        font-size: 28px
    }

    .grade-des h4 {
        font-size: 18px
    }

    .edu-sec .prt-sort h4 {
        min-height: 40px
    }

    .edu-sec ul.prt-cnt li {
        min-width: 216px
    }

    .dse-prt {
        padding: 0 10px 0 20px
    }

    .carousel-caption.des-handmade h4 {
        font-size: 18px;
        margin: 20px 0 0
    }

    .abt-the-des-jewelimg {
        width: 129px
    }

    .mng-img {
        width: 129px
    }

    .mngcnt.jewel-min p {
        margin: 0 0 12px
    }

    .global-reg-bg p {
        padding: 0 40px
    }

    .jewl-ver-part {
        padding: 50px
    }

    span.gr-bld-txt.dsinblk {
        margin: 0 0 10px;
    }

    .contact-txtprt {
        min-height: 440px;
    }

        .contact-txtprt.mght2 {
            min-height: 331px;
        }

    .gr-bg.lgtbggrey {
        width: 468px;
    }

    span.hd-profle {
        display: table-cell;
        vertical-align: middle;
    }

    .d-in {
        padding-left: 10px;
        display: table-cell;
        vertical-align: middle;
    }

    .whyus-part h2, .whyus-part1 h2 {
        font-size: 30px;
    }

    .whyus-part p, .whyus-part1 p {
        font-size: 14px;
        line-height: 18px;
    }

        .whyus-part p:last-child, .whyus-part1 p:last-child {
            margin-bottom: 0;
        }

    .modal-dialog.modal-lg-nw.mdl-blk, .modal-dialog.modal-lg-nw.mdlslider {
        width: 300px;
    }

    .popup-inner2 {
        min-height: 550px;
    }



    span.popup-close.popup-close2 {
        background: url(../img/clsnew.png)no-repeat;
        right: 30px;
        top: 30px;
    }

    .grid-div {
        grid-template-columns: repeat( auto-fill, minmax( 130px, 1fr ) ) !important;
    }

    .purchase-tanz.purchase-tanznewdes {
        max-height: 130px;
        min-height: 130px;
        overflow: hidden;
    }

    .minmax-hgt-img.tjewel-new img {
        max-height: 175px;
        min-height: 175px;
    }

    .grid-div.grid-div2 {
        grid-auto-rows: 165px;
    }

    #hover_div:hover img {
        max-height: 38px;
    }

    .geomologist-pick.designer-pick {
        min-height: 320px;
        max-height: 320px;
    }

    .gem-bdy img {
        max-height: 400px !important;
    }

    #hover_div.designer-pick.hover_big:hover img {
        max-height: 120px !important;
    }

    .banner-articles h3 {
        font-size: 30px;
    }

    .bn-img {
        left: 0px;
    }

    .art-soc-icon {
        width: 60px;
    }

    .art-det-leftpart h3 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 25px 0;
    }

    .art-det-leftpart p {
        font-size: 16px;
        line-height: 24px;
        padding-right: 0;
    }

    .article-socialpart li {
        font-size: 18px;
        line-height: 28px;
    }

    .article-socialpart p {
        font-size: 18px;
        line-height: 28px;
        padding-right: 0;
    }

    h4.hd-txt.hd-art-txt {
        min-height: 82px;
    }

    .banner-slider iframe {
        height: 390px;
    }

    .modal-dialog.modal-lg-nw95 {
        width: 95%;
    }

    .overflow-hid {
        max-height: 246px;
    }
    .Kind-gems {
        max-height: initial;
    }
    .index-video video {
        min-height: 252px;
        max-height: 252px;
    }

    .threesixty-iframe {
        border: 0px;
        max-width: 100%;
        height: 520px !important;
        width: 520px;
    }
}


@media(min-width:960px) {
    .pr0 {
        padding-right: 0 !important
    }

    .pl0 {
        padding-left: 0 !important
    }

    .logo img {
        max-width: 70%;
        margin-right: 100px
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none
    }

    .cr-grp li {
        margin: 0 1px
    }

    .blue-bg {
        min-height: 319px
    }

    h4.hd-txt {
        min-height: auto
    }

    .card-text {
        min-height: 100px;
        padding: 0 3px
    }

    .caption-img {
        margin: 0
    }

    .swiper-slide.slider-thumb {
        min-height: auto
    }

    .our-story-cnt {
        padding-right: 0
    }

    .gr-bg img {
        margin: 50px auto
    }

    .navbar-nav > li > a {
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px
    }

    .bg1, .bg2, .bg3 {
        min-height: 265px;
    }

    .carousel-caption h2 {
        font-size: 34px;
        margin: 20px 0 0
    }

    .carousel-caption p {
        font-size: 26px
    }

    .carousel-caption {
        padding: 0
    }

    .bn-para {
        font-size: 16px;
        line-height: 20px
    }

    .gr-bg {
        min-height: 652px
    }

        .gr-bg img {
            margin: 60px auto
        }

    .shopping-cnt li {
        padding: 0 8px 0 3px
    }

        .shopping-cnt li a {
            font-size: 12px
        }

    .navbar-nav > li > a {
        padding: 15px 16px
    }

    .header-inner {
        min-height: 130px;
        max-height: 130px
    }

    div.logo {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        float: inherit;
        max-width: inherit
    }

    . /*shopping-cnt {
        margin: 0;
        padding: 48px 0
    }*/
    a.btn-read {
        margin: 24px 0
    }

    .unique-jewel li {
        font-size: 20px
    }

    .cr-grp li {
        max-width: inherit
    }

    img.mrgleft {
        margin: 0 auto
    }

    .container-faq {
        padding: 0 40px
    }

    .container.pad100 {
        padding: 0 60px
    }

    .whte-bg-gemstone h3, .grey-bg-gemstone h2 {
        font-size: 32px
    }

    .cnt-t-f {
        padding: 0 0;
    }

        .cnt-t-f li {
            font-size: 15px;
        }
}


@media(max-width:991px) {
    .slides.thumbslide.ppdslidebrdr li {
        height: auto !important;
        width: 77px !important
    }

    .slides.no-ani.thumbslide li {
        width: 77px
    }

    .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
        width: 24px;
        height: 76px;
        background-size: contain
    }

    .maxwd100 {
        max-width: 300px;
        margin: 0 auto
    }

    .nav.nav-tabs.nav-tabnw li a {
        min-height: 68px
    }

    .recent-activity {
        margin-top: 20px;
        min-height: 408px
    }

    .read-mre.sp-offer.sp-offer2 {
        margin-top: 20px
    }

    .text-block {
        display: none;
    }

    .sld1, .sld1.graph-report-bx, .sld1.sld12 {
        display: block;
        vertical-align: middle;
        width: 100%;
    }

    .print-report-soldout li {
        font-size: 14px;
    }

    .sld1 .table-responsive {
        border: 0;
    }
}


@media(min-width:768px) and (max-width:992px) {
    .tnz-gem h2 {
        font-size: 16px
    }

    .tnz-gem p {
        font-size: 15px
    }

    p.dsct-prce {
        font-size: 14px
    }

    .dash-gem h3.gemological-hd {
        padding: 0
    }

    .read-mre.all-art {
        width: auto
    }

    section.dash-grey-bg.tanz-faq h3 {
        line-height: 44px
    }

    .tanz-faq h3 {
        font-size: 30px
    }

    .reports-inner p, .reports-list li a {
        font-size: 16px
    }

    .reports-inner p {
        line-height: 24px
    }

    .reports-hd {
        font-size: 20px
    }

    .reports-list {
        margin: 0;
        padding: 0 10px
    }

    .tablinks.exist_refer.active, .tablinks.exist_refer2.active, .tablinks.new_refer.active, .tablinks.new_refer2.active {
        height: 96px
    }

    .btn-arrw {
        right: 25px;
        top: 30px
    }

    .tablinks.new_refer, .tablinks.new_refer2, .tablinks.exist_refer, .tablinks.exist_refer2 {
        height: 77px
    }

    .btn-ble {
        padding: 11px 14px
    }

    .btn-org {
        padding: 11px 14px 17px
    }

    .tablinks.new_refer.active .btn-org, .tablinks.exist_refer.active .btn-ble, .tablinks.new_refer2.active .btn-org, .tablinks.exist_refer2.active .btn-ble {
        padding: 11px 14px 40px
    }

    .c-ap.c-ap2 h3 {
        font-size: 34px
    }

    .c-ap.c-ap2 h2 {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 10px
    }

    .brdr-ard, .c-ap.c-ap2 p {
        font-size: 16px
    }

    .cp-gem.cp-gem2 h2 {
        font-size: 18px
    }

    ul.nav.nav-tabs.menu-list-dropdown li a, ul.nav.nav-tabs.menu-list-dropdown li a:hover {
        padding: 18px 8px;
        margin: 0 3px
    }

    .drp-part {
        padding: 0 50px
    }

    .mega-dropdown-menu .dropdwn-left-part ul {
        padding-right: 40px
    }

    .dropdwn-left-part h3 {
        margin: 10px 0 15px
    }

    .btn-read.btn-dis-inline {
        display: inline-block;
        vertical-align: top;
        max-width: 260px !important;
        font-size: 14px;
        padding: 17px 6px;
    }

    .brdrxs {
        min-height: 360px
    }

    .gem-bdy {
        padding: 0
    }

    .geomologist-pick {
        min-height: 480px;
        max-height: 480px;
    }

    a.btn-new.btn-tz-nw.mre-det {
        width: 87%
    }

    .purchase-tanz, .minmax-hgt-img {
        min-height: 250px;
        max-height: 250px
    }

        .purchase-tanz.t-jewel {
            min-height: 210px;
            max-height: 210px
        }

        .minmax-hgt-img.tj-hgt-img {
            min-height: 210px;
            max-height: 210px
        }

    .geomologist-pick.tj-hgt.text-center {
        min-height: 440px;
        max-height: 440px
    }

    .hnm-txt {
        padding: 0 10px
    }

    .edu-sec ul li {
        min-height: 190px
    }

    .slider-part.sliderpart-jewel {
        margin: 0 16px 0 0
    }

    .quality-graph .nav-tabs > li > a {
        font-size: 12.5px
    }

    .jewl-ver-part h4 {
        font-size: 22px
    }

    .jewl-ver-part p, .jewl-ver-part h6 {
        font-size: 14px;
        line-height: 20px
    }

    .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
        display: none !important;
    }

    .clarity-survey-part img {
        min-height: 150px;
    }

    .purchase-tanz.purchase-tanz2 {
        /*min-height: 205px;
        max-height: 205px;*/
        padding: 5px;
    }

    .banner-member-bg p {
        font-size: 18px;
    }

    .y-auto.whyus-part {
        margin: 30px 0;
    }

    .imgg-why-img img {
        width: 45%;
    }

    .w-brdr {
        min-height: 356px;
    }

    .blast {
        padding: 0 20px;
    }

    .price-bg {
        padding: 20px 0;
    }

    #hover_div.hover_big:hover img {
        max-height: 300px !important;
    }

    .unique-image li:first-child {
        max-width: 130px;
    }

    .unique-image li:nth-child(2) {
        max-width: 100px;
    }

    .unique-image li {
        max-width: 190px;
    }

    .text-part {
        margin: 29px 0;
    }

    .certif-right p {
        font-size: 14px;
        padding: 0;
        line-height: 24px;
    }

    .art-bx-img img {
        width: 200px;
    }

    .art-bx-content h3 {
        margin: 0 0 4px;
        font-size: 16px;
    }

    .art-bx-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .article-right-part h3 {
        font-size: 26px;
    }

    .wdthartright {
        width: 30.333% !important;
        margin-left: 0;
    }

    .wdthartleft {
        width: 68.667% !important;
    }

    .categories-list li {
        padding: 0 10px;
        font-size: 14px;
    }

    .cate-list li {
        font-size: 16px;
    }

    .art-bx {
        margin-bottom: 40px;
    }

    a.srch-art-btn {
        width: 100px;
    }

    .tbl-art-bx {
        display: block;
        float: left;
    }

    .art-bx-img {
        float: left;
    }

    .banner-articles h3 {
        font-size: 20px;
        padding: 12px 0;
    }

    .bn-img {
        width: 80px;
        left: 0;
    }

    .text-part.text-part2 {
        margin: 93px 0;
    }
    .geomologist-pick {
        min-height: 530px;
        max-height: 530px;
    }

    a.btn-new.btn-tz-nw.mre-detgem {
        width: 100%;
    }

    .geomologist-pick {
        min-height: 580px;
        max-height: 580px;
    }
}


@media(min-width:992px) {
    .logo img {
        max-width: 70%
    }

    .unique-image li {
        margin: 0 4px;
    }

    .shopping-cnt li {
        padding: 0 8px 0 3px
    }

        .shopping-cnt li a {
            font-size: 12px
        }

    .navbar-nav > li > a {
        padding: 16px 15px
    }

    .bg1, .bg2, .bg3 {
        min-height: 285px;
    }

    .carousel-caption h2 {
        font-size: 33px;
        margin: 20px 0 10px
    }

    .carousel-caption p {
        font-size: 24px
    }

    .carousel-caption {
        padding: 0
    }

    .bn-para {
        font-size: 16px;
        line-height: 20px
    }

    .gr-bg {
        min-height: 652px
    }

        .gr-bg img {
            margin: 60px auto
        }

    .caption-img {
        margin: 0
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none
    }

    .blue-bg {
        min-height: 342px
    }

    .rev {
        margin: 12px -1px;
        max-width: inherit
    }

    h4.hd-txt {
        min-height: 39px
    }

    .card-text {
        min-height: 120px;
        padding: 0 1px
    }

    .cr-grp li {
        margin: 0 4px
    }

    .unique-jewel li {
        font-size: 22px
    }

    ul.unique-jewel {
        padding: 20px 0 20px 100px
    }

    .card.mb-4.box-shadow {
        padding: 0;
        margin-bottom: 20px
    }

    .popup-inner {
        max-height: 383px
    }

    .navbar-default .navbar-nav > li > a {
        letter-spacing: 1.5px
    }

    .mega-dropdown-menu ul {
        margin: 24px 0 0;
        padding: 0 0 0 20px
    }

    .slider {
        margin-top: 110px
    }

    p.mne-txt {
        padding: 0 80px
    }

    .ship-txt {
        margin: 20px 0 0 -58px
    }

    .graph-cnt li {
        margin-bottom: 0
    }

    .ship-txt {
         margin: 0 -30px;
        /*margin: 0 -35px;*/
        padding: 27px 0 0
    }

    .modal-dialog.modal-lg-nw {
        width: 898px;
        margin: 0 auto
    }

    .modal-dialog.modal-lg-nw-reg {
        width: 898px;
        margin: 0 auto
    }

    .imgwd100 {
        width: 100%
    }

    .check-container {
        left: 18px;
        top: 16px
    }

    .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
        width: 14.285714285714%;
        *width: 14.285714285714%
    }

    .nav.nav-tabs.nav-tabnw li a {
        min-height: 52px;
    }

    .mouse-over {
        min-height: 520px
    }

    .login-part p {
        font-size: 16px
    }

    .login-part h3 {
        font-size: 26px
    }

    .wdth28 {
        width: 28% !important
    }

    .wdth72 {
        width: 72% !important
    }

    .recent-inner ul.instagram-feed li img {
        width: 130px
    }

    .recent-inner ul li span {
        font-size: 13px
    }

    .recent-activity {
        margin-top: 0
    }

    .btn-org {
        padding: 14px 14px 21px
    }

    .btn-arrw {
        right: 25px
    }

    .wdth72 {
        width: 72% !important
    }

    .wdth28 {
        width: 28% !important
    }

    .bill-frm {
        padding: 0 100px
    }
    /*.para-part{padding:54px 8px}*/
    .btn-read.btn-dis-inline {
        display: inline-block;
        vertical-align: top
    }

        .btn-read.btn-dis-inline.tan-exp {
            margin-left: 15px
        }

    .edu-sec ul li {
        min-height: 140px
    }

    .modal-dialog.modal-lg-nw.modal-lg-nw-sgn {
        width: 848px
    }

    h2.background.sgn span::before, h2.background.sgn span::after {
        width: 23%
    }

    .slider-part.sliderpart-jewel {
        margin: 0 16px 0 0
    }

    #hover_div:hover img {
        max-height: 150px;
    }

    .btn-new {
        font-size: 14px;
    }

    .purchase-tanz p span, .gem-bdy p span {
        font-size: 18px;
    }

    .purchase-tanz p, .gem-bdy p {
        font-size: 22px;
    }

    .hover-block span {
        font-size: 14px;
    }

    .modal-dialog.modal-lg-nw.mdl-blk, .modal-dialog.modal-lg-nw.mdlslider {
        width: 400px;
    }

        .modal-dialog.modal-lg-nw.mdl-blk.sldeshowmdl {
            width: 800px;
        }

    .tanznew #hover_div:hover img {
        max-height: 120px;
    }

    .grid-div {
        grid-template-columns: repeat( auto-fill, minmax( 150px, 1fr ) ) !important;
    }

    .purchase-tanz.purchase-tanznewdes {
        max-height: 183px;
        min-height: 183px;
    }

    .minmax-hgt-img.tjewel-new img {
        max-height: 230px;
        min-height: 230px;
    }

    .grid-div.grid-div2 {
        grid-auto-rows: 225px;
    }

    .geomologist-pick.designer-pick {
        min-height: 430px;
        max-height: 430px;
    }

    #hover_div.designer-pick.hover_big:hover img {
        max-height: 120px !important;
    }

    .grid-div2 #hover_div:hover img {
        max-height: 80px;
    }

    .grid-div2 .gem-bdy img {
        max-height: 260px !important;
    }

    .modal-dialog.modal-lg-nw-report {
        width: 625px;
    }

    .text-part.text-part2 p {
        padding: 13px 0;
    }

    .overflow-hid {
        max-height: 341px;
    }
    .Kind-gems {
        max-height: 450px;
    }
    .index-video video {
        min-height: 341px;
        max-height: 341px;
    }
}


@media(min-width:768px) and (max-width:1024px) {
    /*h1.logo{margin:0;position:relative;top:inherit;left:inherit;transform:none;-webkit-transform:inherit;display:inline-block;max-width:auto;float:left;max-width:57%}*/
    div.logo {
        margin: 0;
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        -webkit-transform: inherit;
        display: inline-block;
        max-width: auto;
        float: left;
        max-width: 57%
    }

    .header-inner {
        padding: 15px 25px;
    }

    .header-top {
        padding: 5px 15px;
    }

    .price-bg p {
        font-size: 15px;
        padding-right: 0px;
    }

    .banner-member-bg h3 {
        font-size: 38px;
    }

    .purchase-tanz.purchase-tanz2.purchase-tanz3:hover {
        padding: 14px;
    }

    a.srch-art-btn {
        width: 100px;
    }
}


@media(min-width:1024px) {
    /*.h1.logo{position: relative !important;left: 27% !important;top: -10px !important;}*/
    .logo img {
        max-width: 100%;
        margin-right: 0;
    }

    .ship-txt {
        margin: 0 0 0 -40px
    }

    .graph-cnt {
        min-height: 398px;
        max-height: 398px
    }

        .graph-cnt.gem-sp-mem {
            min-height: 380px;
            max-height: 380px;
        }

        /* .graph-cnt.jewel-mhgt {
            min-height: 378px;
            max-height: 378px
        }*/
        /*Modify on 26/2*/
        .graph-cnt.jewel-mhgt {
            min-height: 300px;
            max-height: 350px
        }

    .check-container {
        left: 13px;
        top: 12px
    }

    .imgwd100 {
        width: 100%
    }

    .modal-content.mdl-reg, .pad-mdl-nrfrm {
        padding: 15px 40px 0 !important
    }

    h2.background.reg span::before, h2.background.reg span::after {
        width: 24%
    }

    .mb10 {
        margin-bottom: 20px
    }

    img.mrgleft {
        margin-left: 17%;
        margin-top: -8%
    }

    .abt-the-des {
        padding: 20px 10px 0 20px;
        display: block;
        width: 100%;
        min-height: 345px
    }

        .abt-the-des img {
            float: left;
            max-width: 40%
        }

    .abt-des-cnt {
        float: left;
        max-width: 60%;
        padding-left: 12px;
        vertical-align: top
    }

        .abt-des-cnt.abt-des-cnt2 p, .abt-des-cnt p, .abt-des-cnt a {
            font-size: 15px
        }

        .abt-des-cnt.abt-des-cnt2 i {
            font-size: 17px
        }

    .grade-des h3 {
        font-size: 30px
    }

    .slider.slidermgr0 .flexslider.bgslide {
        margin: 28px 0 68px
    }

    .blue-bg {
        min-height: 341px
    }

    .slides.thumbslide.ppdslidebrdr li {
        height: auto !important;
        width: 100px !important
    }

    .slides.no-ani.thumbslide li {
        width: 100px
    }

    .maxwd100 {
        max-width: 368px;
        margin: 0 auto
    }

    .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
        height: 100px
    }

    .btn-new.btn-tz-nw {
        width: 100%;
        margin: 40px auto 0
    }

    .gr-bg.tz-gr-bg {
        padding: 42px 20px 20px;
        min-height: 590px
    }

    .our-story-cnt p.tan-pad-rgt {
        padding-right: 80px
    }

    .container-faq {
        padding: 0 100px
    }

    .left-part-login {
        padding-left: 25px
    }

    .lgn-member {
        padding-right: 30px;
        padding-left: 20px
    }

    .container.pad100 {
        padding: 0 40px
    }

    .reports-inner p, .reports-list li a {
        font-size: 20px
    }

    .member-price.flrgtinht {
        float: right
    }

    .flexslider.flxdlidemrg {
        margin-top: 90px
    }

    .btn-new.btn-sub {
        max-width: 110px
    }

    .gg-bg-nw p {
        padding: 0 20px
    }

    .t-j-new li a {
        margin-right: 28px
    }

    .abt-bx {
        min-height: 495px
    }

    .imgstucenter {
        margin: 140px auto 40px
    }

    .purchase-tanz.t-jewel, .minmax-hgt-img.tj-hgt-img {
        min-height: 250px;
        max-height: 250px
    }

    .geomologist-pick.tj-hgt.text-center {
        min-height: 520px;
        max-height: 520px
    }

    .geomologist-pick.tj-hgt .gem-bdy {
        padding: 0
    }

    .reputation-his p {
        padding-right: 60px;
    }

    .modal-dialog.modal-lg-nw.mdl-blk.sldeshowmdl {
        width: 1000px;
    }

    .text-part {
        margin: 45px 0;
    }

    #hover_div:hover img {
        max-height: 80px;
    }

    .article-right-part h3 {
        font-size: 34px;
    }

    .text-part.text-part2 {
        margin: 85px 0;
    }
}


@media(min-width:1200px) {
    .logo img {
        max-width: 80%;
        margin-right: 0
    }

    .shopping-cnt li {
        padding: 0 18px 0 15px
    }

    .c-ap.c-ap2 p {
        line-height: 30px;
    }

    .shopping-cnt li a {
        font-size: 14px
    }

    .navbar-nav > li > a {
        padding: 16px 33px
    }

    .bg1, .bg2, .bg3 {
        min-height: 356px;
    }

    .carousel-caption {
        padding: 10px 0 30px
    }

        .carousel-caption h2 {
            font-size: 44px;
            margin: 20px 0 0
        }

        .carousel-caption p {
            font-size: 30px
        }

    .bn-para {
        font-size: 20px;
        line-height: 30px
    }

    .gr-bg {
        min-height: 480px;
    }

        .gr-bg img {
            margin: 30px auto
        }

    .caption-img {
        margin: 0 -23px
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: block
    }

    .blue-bg {
        min-height: 396px
    }

    .rev {
        margin: 12px 10px
    }

    h4.hd-txt, .card-text {
        min-height: auto
    }

    h4.hd-txt {
        font-size: 17px
    }

    .card-text {
        font-size: 15px
    }

    .header-inner {
        min-height: 150px;
        max-height: 150px
    }

    .our-story-cnt {
        padding-right: 15px
    }

    .popup-inner {
        max-height: 383px
    }

    .navbar-collapse {
        padding: 0
    }

    .container-fluid.cntwdthlg {
        width: 1150px;
        margin: 0 auto;
        position: relative;
        padding: 0
    }

    .navbar-nav {
        text-align: left
    }

    .mega-dropdown-menu ul {
        margin: 24px 0 0;
        padding: 0 0 0 34px
    }

    .maxwd80 {
        max-width: 85%;
        margin: 0 auto 30px
    }

    .slider {
        margin-top: 95px
    }

    p.mne-txt {
        padding: 0 80px
    }

    .swiper-container4 .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-container4 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: block
    }

    .slides.no-ani li {
        margin-bottom: 0
    }

    .ship-txt {
        margin: 0 -35px
    }

    .mega-dropdown .dropdown-menu {
        min-width: 1150px
    }

    .img-right {
        float: right
    }

    .carousel-caption.c-ap {
        padding: 10px 0 30px 30px
    }

    .form-control-new {
        padding: 4px 32px 4px 10px;
        min-width: 120px
    }

    .modal-dialog.modal-lg-nw-reg {
        width: 1164px;
        margin: 0 auto
    }

    .check-container {
        left: 23px;
        top: 22px
    }

    .imgwd100 {
        width: 100%
    }

    h2.background.reg span::before, h2.background.reg span::after {
        width: 29%
    }

    .purchase-tanzanite {
        min-height: 445px
    }

    .fllft.text-right {
        float: right;
        margin-top: 2px
    }

    .check-container {
        left: 10px;
        top: 23px
    }

    .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
        width: 14.285714285714%;
        *width: 14.285714285714%
    }

    .mb10 {
        margin-bottom: 20px
    }

    .padlrt30 {
        padding: 0 59px !important
    }

    .maxwd100 {
        max-width: 100%
    }

    .padlrt30 {
        padding: 0 46px !important
    }

    .abt-des-cnt.abt-des-cnt2 p {
        font-size: 15.5px
    }

    img.mrgleft {
        margin-left: 24.5%;
        margin-top: -8%
    }

    .abt-the-des {
        padding: 20px 10px 0 20px;
        display: table;
        width: 100%;
        height: 345px
    }

        .abt-the-des img {
            display: table-cell;
            max-width: inherit;
            float: inherit
        }

    .abt-des-cnt {
        display: table-cell;
        padding-left: 15px;
        vertical-align: top;
        max-width: inherit;
        float: inherit
    }

        .abt-des-cnt.abt-des-cnt2 p, .abt-des-cnt p, .abt-des-cnt a {
            font-size: 15.5px
        }

        .abt-des-cnt.abt-des-cnt2 i {
            font-size: 18px
        }

    .grade-des h3 {
        font-size: 35px
    }

    .slider.slidermgr0 .flexslider.bgslide {
        margin: 28px 0 48px
    }

    .slides.thumbslide.ppdslidebrdr li {
        height: auto !important;
        width: 110px !important
    }

    .slides.no-ani.thumbslide li {
        width: 110px
    }

    .maxwd100 {
        max-width: 400px;
        margin: 0 auto
    }

    .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
        height: 110px
    }

    .graph-cnt.certmin {
        padding: 20px;
        min-height: 345px;
        max-height: 345px
    }

    .product-soldoutmargin {
        margin-top: 25px;
        margin-bottom: 45px
    }

    .marlrgt-m {
        margin: 0 0 0 -25px
    }

    .carousel-caption.c-tan {
        margin-right: -140px;
        padding: 0
    }

    .our-story-cnt p.tan-pad-rgt {
        padding-right: 60px
    }

    .gr-bg.tz-gr-bg {
        padding: 42px 20px 50px;
        min-height: auto
    }

    .blk-bg.tanz-blk-bg {
        padding: 40px 0
    }

    .container-faq {
        padding: 0 100px
    }

    .card.mb-4.box-shadow {
        min-height: auto
    }

    .tnz-gem {
        padding: 0 25px !important
    }

    .mouse-over {
        max-height: 515px;
        min-height: 515px
    }

    .cp-gem {
        min-height: 124px
    }

    .left-part-login {
        padding-left: 60px
    }

    .lgn-member {
        padding-right: 75px;
        padding-left: 20px
    }

    .container.pad100 {
        padding: 0 40px
    }

    .order-table .table td, .order-table .table th {
        padding: 15px 10px
    }

    .img-content {
        min-width: 100px
    }

    .container.contpdlrgt {
        padding: 0 70px
    }

    .recent-inner ul.instagram-feed li img {
        width: 100%;
        padding: 0 5px
    }

    .recent-inner ul li span {
        font-size: 14px
    }

    .recent-inner ul.tweets, .recent-inner ul.instagram-feed {
        min-height: 418px
    }

    .dash-gem h3.gemological-hd.art-hd {
        margin-bottom: 9px;
        margin-top: 0
    }

    .reports-inner p, .reports-list li a {
        font-size: 19px
    }

    .card-body.pad-cr-bdy.dash-gem {
        min-height: 405px
    }

    .order-table2.order-hist .table td {
        padding: 18px 20px;
        text-align: left;
    }

    .order-hist .table tr.hd-bg2 th {
        padding: 0 20px !important;
        vertical-align: middle;
    }

    .media.media-shipping {
        padding-right: 52px
    }

    h2.background span.exp-txt.earn-txt:before, h2.background span.exp-txt.earn-txt:after {
        width: 15%
    }

    .btn-org {
        padding: 14px
    }

    .btn-arrw {
        right: 35px
    }

    .normal-price, .member-price {
        font-size: 18px
    }

    .flexslider.flxdlidemrg {
        margin-top: 67px
    }

    .btn-new.btn-sub {
        max-width: 140px
    }

    .gg-bg-nw p {
        padding: 0
    }

    .shopping-cart {
        padding: 0 40px
    }

    .bill-frm {
        padding: 0 140px
    }

    .sb-tot {
        font-size: 20px
    }

    address.adfnt {
        font-size: 16px
    }

    .t-j-new li a {
        margin-right: 65px
    }

    .carousel-caption.c-ap.c-ap2 {
        padding: 0 48px
    }

    .cp-gem.cp-gem2 {
        min-height: 100px
    }

    .t-j-new li a {
        font-size: 28px
    }

    .abt-bx {
        min-height: 445px
    }
    /*.para-part{padding:86px 80px 86px 10px}*/
    .wh-bg-new {
        padding: 60px 0
    }

    .top-img p {
        line-height: 28px;
        padding: 40px 147px 0
    }

    .ship-grey-bg.ship-grey-bg2 {
        padding: 32px 0 52px
    }

    .ship-grey-bg p {
        padding: 30px 200px 0
    }

    .text-cont3 li {
        text-align: center;
        line-height: 35px;
        padding-right: 30px;
        margin-bottom: 10px;
        background-position: left top 8px
    }

    .ship-grey-bg p.text-cont {
        padding: 20px 179px 0
    }

    .ship-grey-bg.ship-grey-bg2 {
        padding: 32px 0 52px
    }

    .return-proc-bg {
        padding: 70px 0 47px
    }

        .return-proc-bg p {
            margin: 0 -58px 15px 0
        }

    .padclr0 {
        padding-left: 0 !important;
        margin-left: -25px
    }

    .pad-rght0 {
        padding-right: 0 !important
    }

    .imgstucenter {
        margin: 36px 0
    }

    .top-img p {
        line-height: 28px;
        padding: 40px 150px 0
    }

    .top-img.cust-textalign p {
        padding: 0 200px
    }

    .customstop {
        padding: 65px 0 52px
    }

    .col-cnt:first-child {
        padding: 0 60px 0 0
    }

    .col-cnt {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0 50px;
        min-height: 280px;
    }

    .distab-cell {
        width: 460px
    }

        .distab-cell.wdth57 {
            width: 480px
        }

        .distab-cell.wdth80 {
            width: 480px
        }

    .drp-part {
        padding: 0 50px 0 120px
    }

    ul.nav.nav-tabs.menu-list-dropdown {
        text-align: center
    }

        ul.nav.nav-tabs.menu-list-dropdown li a {
            margin: 0 24px
        }

    .imgfrggt {
        float: right
    }

    .cnt-pad {
        padding: 0 105px
    }

    .banner-gemstone-bg p {
        padding: 0 260px
    }

    .whte-bg-gemstone h3 {
        font-size: 40px
    }

    .grey-bg-gemstone h2 {
        font-size: 39px
    }

    .whte-bg-gemstone p {
        margin-right: -15px
    }

    img.start-link.align-img {
        width: 100%;
    }

    .banner-gemstone-bg {
        background-position: top center;
        background: url(../img/our-gemstone-bg.png)no-repeat;
        background-size: cover;
        min-height: 445px;
        padding: 122px 0 102px
    }

    .btn-read.btn-dis-inline.tan-exp {
        margin-left: 15px;
        min-width: 280px;
    }

    .btn-read.btn-dis-inline {
        display: inline-block;
    }

    .edu-sec ul li {
        min-height: 120px
    }

    .req-part2 {
        width: 60%
    }

    .wdthlft45 {
        width: 47% !important
    }

    .wdthrgt65 {
        width: 53% !important
    }

    .slider-property li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: 123px;
        height: 123px;
        border: 2px solid #ccc;
        margin-right: 10px
    }

    .graph-cnt p, .mngcnt h4 {
        font-size: 16px
    }

    .graph-cnt ul {
        margin: 2px 0 0
    }

    .grade-des h3 {
        font-size: 35px
    }

    .grade-des h4 {
        font-size: 26px
    }

    .purchase-tanz.t-jewel, .minmax-hgt-img.tj-hgt-img {
        min-height: 300px;
        max-height: 300px
    }

    .geomologist-pick.tj-hgt.text-center {
        min-height: 620px;
        max-height: 620px
    }

    .geomologist-pick.tj-hgt .gem-bdy {
        padding: 45px 0
    }

    .t-img-hgt {
        min-height: 218px;
        background: transparent
    }

    .edu-sec .prt-sort h4 {
        min-height: 40px
    }

    .edu-sec ul.prt-cnt li {
        min-width: 300px
    }

    .dse-prt {
        padding: 0 80px 0 50px
    }

    .carousel-caption.des-handmade h4 {
        font-size: 20px;
        margin: 20px 20px 0
    }

    .graph-cnt .abt-des-cnt-jewel p {
        /* margin: 30px -20px 0 0*/
        margin: 30px 0 0 0
    }

    .slider-part.sliderpart-jewel {
        margin: 0 60px 0 0
    }

    .abt-the-des-jewelimg {
        width: 299px
    }

    .abt-the-des-jewelimg, .abt-des-cnt-jewel {
        vertical-align: bottom
    }

    .mng-img {
        width: 219px
    }

    .mngcnt.jewel-min p {
        margin: 0 -30px 12px 0
    }

    .gem-soldoutmargin.jewel-soldout {
        min-height: 222px
    }

    .padleft50 {
        padding-right: 30px
    }

    .global-reg-bg p {
        padding: 0 50px
    }

    .jewl-ver-part {
        width: 412px;
        margin: 0 auto;
        padding: 50px 0
    }

    span.gr-bld-txt.dsinblk {
        margin: 0 0 0px 30px;
    }

    .cnt-t-f {
        padding: 0 40px;
    }

        .cnt-t-f li {
            font-size: 16px;
        }

    .contact-txtprt {
        min-height: 430px;
    }

        .contact-txtprt.mght2 {
            min-height: 311px;
        }

    .container-fld {
        width: 1400px;
        margin: 0 auto;
    }

    .price-bg p {
        font-size: 16px;
        padding-right: 52px;
    }

    .whyus-part h2, .whyus-part1 h2 {
        font-size: 40px;
    }

    .whyus-part p, .whyus-part1 p {
        font-size: 16px;
        line-height: 25px;
    }

    .purchase-tanz.purchase-tanz2.purchase-tanz3 img {
        height: 252px;
    }

    .popup-inner2 {
        min-height: 680px;
    }

    input.sech-txt {
        width: 830px;
    }

    span.popup-close.popup-close2 {
        background: url(../img/clsnew.png)no-repeat;
        right: 174px;
        top: 110px;
    }

    .grid-div {
        grid-template-columns: repeat( auto-fill, minmax( 204px, 1fr ) ) !important;
    }

        .grid-div .col-md-5.w-38.span1 {
            grid-row-end: span 1;
        }

    .purchase-tanz.purchase-tanznewdes {
        max-height: 225px;
        min-height: 225px;
        padding: 0;
        transition: none;
    }

        .purchase-tanz.purchase-tanznewdes:hover {
            padding: 10px 10px;
        }

        .purchase-tanz.purchase-tanznewdes .hover-block span {
            margin: 0px 0 0px;
            line-height: 18px
        }

    .grid-div.grid-div2 {
        grid-auto-rows: 265px;
        grid-gap: 23px;
    }

    .geomologist-pick.designer-pick {
        min-height: 518px;
        max-height: 518px;
    }

    .grid-div2 .gem-bdy img {
        max-height: 400px !important;
    }

    #hover_div.designer-pick.hover_big:hover img {
        max-height: 320px !important;
    }

    .minmax-hgt-img.tjewel-new img {
        max-height: 270px;
        min-height: 270px;
    }

    .minmax-hgt-img.tjewel-new {
        background: #000;
        min-height: inherit;
        max-height: inherit;
    }

    .grid-div2 #hover_div:hover img {
        max-height: 120px !important;
    }

    .modal-dialog.modal-lg-nw2 {
        width: 1167px;
    }

    .text-part {
        margin: 85px 0;
    }

    #hover_div:hover img {
        max-height: 125px;
    }

    .banner-articles h3 {
        font-size: 40px;
    }

    .bn-img {
        left: 48px;
    }

    .article-right-part h3 {
        font-size: 40px;
    }

    .art-det-leftpart h3 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 45px 0;
    }

    .art-det-leftpart p {
        font-size: 18px;
        line-height: 26px;
        padding-right: 50px;
    }

    .article-socialpart li {
        font-size: 19px;
        line-height: 32px;
    }

    .article-socialpart p {
        font-size: 19px;
        line-height: 33px;
        padding-right: 82px;
    }

    h4.hd-txt.hd-art-txt {
        min-height: 52px;
    }

    .abt-author .media-body {
        vertical-align: middle;
    }

    .modal-dialog.modal-lg-nw.modal-lg-nw-ask {
        width: 1165px;
    }

    .overflow-hid {
        max-height: 397px;
    }

    .index-video video {
        min-height: 397px;
        max-height: 397px;
    }
}


@media(min-width:1300px) {
    .caption-img {
        margin: 0 -30px
    }

    .logo img {
        max-width: inherit;
        margin-right: 0
    }

    h4.hd-txt {
        font-size: 18px
    }

    .card-text {
        font-size: 16px
    }

    .bg1, .bg2, .bg3 {
        min-height: 445px;
    }

    .carousel-caption {
        padding: 40px 0 30px
    }

        .carousel-caption h2 {
            font-size: 47px;
            margin: 20px 0 10px
        }

        .carousel-caption p {
            font-size: 34px
        }

    .bn-para {
        font-size: 20px;
        line-height: 30px
    }

    .blue-bg {
        min-height: 416px;
    }

    .maxwd80 {
        max-width: 81%;
        margin: 0 auto 30px
    }

    .ship-txt {
        margin: 0 -20px
    }

    .form-control-new {
        padding: 4px 42px 4px 10px;
        min-width: 130px
    }

    .padlrt30 {
        padding: 0 59px !important
    }

    .abt-des-cnt.abt-des-cnt2 p {
        font-size: 16px
    }

    .abt-des-cnt.abt-des-cnt2 p, .abt-des-cnt p, .abt-des-cnt a {
        font-size: 16px
    }

    .shopping-cnt li {
        padding: 3px 28px 0 25px
    }

    .our-story-cnt p.tan-pad-rgt {
        padding-right: 100px
    }

    .container.pad100 {
        padding: 0 70px
    }

    .recent-inner ul.instagram-feed li img {
        width: auto
    }

    .recent-inner ul.tweets, .recent-inner ul.instagram-feed {
        min-height: 368px
    }

    .reports-inner p, .reports-list li a {
        font-size: 20px
    }

    .shopping-cart {
        padding: 0 60px
    }

    .carousel-caption.c-ap.c-ap2 {
        padding: 0 42px
    }

    .whte-bg-gemstone p {
        margin-right: -5px
    }

    .edu-sec .prt-sort h4 {
        min-height: auto;
    }

    .popup-inner2 a {
        margin: 100px 200px;
    }

    .grid-div {
        grid-template-columns: repeat( auto-fill, minmax( 204px, 1fr ) ) !important;
    }

    .bn-img {
        left: 80px;
    }

    .article-socialpart li, .article-socialpart p {
        font-size: 20px;
    }

    .overflow-hid {
        max-height: 419px;
    }
   
    .Kind-gems {
        max-height: 525px;
    }
    .index-video video {
        min-height: 419px;
        max-height: 419px;
    }
}


@media(min-width:1600px) {
    .caption-img {
        margin: 0 -25px
    }

    .maxwd80 {
        max-width: 81%;
        margin: 0 auto 30px
    }

    .t-j-new li a {
        margin-right: 73px
    }
}




/*************** SCROLLBAR BASE CSS ***************/
.scrollbar {
    max-height: 424px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 5px;
    overflow-x: hidden;
}

.force-overflow {
    min-height: 80px
}
/*#style-2::-moz-scrollbar-track{border-radius:10px;background-color:#cbcbcb;}
#style-2::-moz-scrollbar{width:7px;background-color:#cbcbcb;border-radius:10px;}
#style-2::-moz-scrollbar-thumb{border-radius:10px;width:5px;background-color:#b0b0b0}

#style-2::scrollbar-track{border-radius:10px;background-color:#cbcbcb;}
#style-2::scrollbar{width:7px;background-color:#cbcbcb;border-radius:10px;}
#style-2::scrollbar-thumb{border-radius:10px;width:5px;background-color:#b0b0b0}

#style-2::-webkit-scrollbar-track{border-radius:10px;background-color:#bcbbbb;}
#style-2::-webkit-scrollbar{width:7px;background-color:#cbcbcb;border-radius:10px;}
#style-2::-webkit-scrollbar-thumb{border-radius:10px;width:5px;background-color:#8e8e8e}*/

#scrollUp {
    background: url(../img/icon-arrow.svg) no-repeat;
    height: 60px;
    width: 60px;
    opacity: .9;
    right: 10px;
    bottom: 10px;
    text-indent: -9999px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
        background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform,opacity;
        transition-property: transform,opacity
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px)
        }

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden
}

    .hvr-underline-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: -2px;
        background: #494949;
        height: 6px;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.arrow_box {
    position: relative;
    background: #88b7d5;
    border: 6px solid #494949
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .arrow_box:after {
        border-color: rgba(136,183,213,0);
        border-bottom-color: #88b7d5;
        border-width: 30px;
        margin-left: -30px
    }

    .arrow_box:before {
        border-color: rgba(194,225,245,0);
        border-bottom-color: #c2e1f5;
        border-width: 36px;
        margin-left: -36px
    }

label {
    position: relative;
    font-weight: inherit
}

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    right: 9000px
}

    input[type="checkbox"] + .label-text:before {
        content: url(../img/check.png);
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top
    }

    input[type="checkbox"]:checked + .label-text:before, input[type="radio"]:checked + .label-text:before {
        content: url(../img/checked.png);
        animation: effect 250ms ease-in
    }

    input[type="checkbox"]:disabled + .label-text {
        color: #aaa
    }

        input[type="checkbox"]:disabled + .label-text:before {
            content: "\f0c8";
            color: #ccc
        }

    input[type="radio"] + .label-text:before {
        content: url(../img/check.png);
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top
    }

    input[type="radio"]:checked + .label-text:before {
        content: url(../img/checked.png);
        animation: effect 250ms ease-in
    }

    input[type="radio"]:disabled + .label-text {
        color: #aaa
    }

        input[type="radio"]:disabled + .label-text:before {
            content: "\f111";
            color: #ccc
        }

.toggle input[type="radio"] + .label-text:before {
    content: "\f204";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px
}

.toggle input[type="radio"]:checked + .label-text:before {
    content: "\f205";
    color: #16a085;
    animation: effect 250ms ease-in
}

.toggle input[type="radio"]:disabled + .label-text {
    color: #aaa
}

    .toggle input[type="radio"]:disabled + .label-text:before {
        content: "\f204";
        color: #ccc
    }

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden
}

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #373737;
        height: 3px;
        -webkit-transition-property: left,right;
        transition-property: left,right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before, ul.nav.nav-tabs.menu-list-dropdown li.active a.hvr-underline-from-center:before {
        left: 0;
        right: 0
    }


.chk-cls[type="checkbox"]:checked,
.chk-cls[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .chk-cls[type="checkbox"]:checked + label,
    .chk-cls[type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .chk-cls[type="checkbox"]:checked + label:before,
        .chk-cls[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 10px;
            top: -12px;
            width: 24px;
            height: 24px;
            border: 1px solid #a7a7a7;
            background: #fff;
        }

        .chk-cls[type="checkbox"]:checked + label:after,
        .chk-cls[type="checkbox"]:not(:checked) + label:after {
            content: url(../img/chk-tic.png);
            width: 8px;
            height: 8px;
            position: absolute;
            top: -7px;
            left: 14px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .chk-cls[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .chk-cls[type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }



/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0 10px 0 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }




/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #fff;
}

    .scrollbar-rail > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-rail > .scroll-element .scroll-element_size {
        background-color: #353535;
        width: 3px;
        /*  background-color: rgba(0, 0, 0, 0.3);*/
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
        background-color: #353535;
        /*  background-color: rgba(0, 0, 0, 0.5);*/
    }

    .scrollbar-rail > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        min-width: 100%;
        padding: 3px 0 2px;
        width: 100%;
    }

    .scrollbar-rail > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        padding: 0 2px 0 3px;
        right: -5px;
        top: 0;
        width: 12px;
    }

    .scrollbar-rail > .scroll-element .scroll-bar {
        background-color: #353535;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}

/* changes made by dev team */

.gr-bg {
    min-height: 540px
}

.div-img-mhgt img {
    min-height: 140px;
    max-height: 140px;
}

.dy-txt {
    margin: 30px 0;
}

#searchbyweight {
    cursor: pointer;
}

#txtShapid {
    cursor: pointer;
}

#ddlListPerPage {
    cursor: pointer;
}

#sortby {
    cursor: pointer;
}

.error {
    border: 1px dashed red !important;
}

.img-auto.m40 table img {
    float: left;
    margin-right: -65px;
}

.mouse-over img {
    max-height: 220px;
    min-height: 220px;
}

.hover-bk-none:hover, hover-bk-none:focus {
    background: #9c9293 !important;
}

.hover-bk-none.chkbk_clr {
    background-color: #0b219f !important;
    background-image: -webkit-linear-gradient(left, #062090, #000) !important;
}

#searchbyweight {
    cursor: pointer;
}

#txtShapid {
    cursor: pointer;
}

#ddlListPerPage {
    cursor: pointer;
}

#sortby {
    cursor: pointer;
}

.error {
    border: 1px dashed red !important;
}

.dashboardportofolio .slider-img-part {
    min-height: 220px;
    max-height: 220px;
}

.hd-ship-txt {
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 54px;
}

.ship-grey-bg {
    padding: 65px 0 52px;
    background: #eaeaea;
}

.img-auto.m40 table img {
    float: left;
}

.search2 {
    width: 88px;
    box-sizing: border-box;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    color: #c2c2c2;
    text-transform: uppercase;
    background-color: transparent;
    background-image: url(../img/frn-search.png);
    background-position: 5px 4px;
    background-repeat: no-repeat;
    padding: 4px 0px 4px 35px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    cursor: pointer;
}

    .search2:focus {
        width: 100%;
        background-color: #fff;
        padding: 4px 5px 4px 35px;
    }

    .search2::-webkit-input-placeholder {
        color: #c2c2c2;
    }

    .search2::-moz-placeholder {
        color: #c2c2c2;
    }

    .search2:-ms-input-placeholder {
        color: #c2c2c2;
    }

    .search2:-moz-placeholder {
        color: #c2c2c2;
    }

.geomologist-pick.tj-hgt.text-center {
    min-height: 620px;
    max-height: 620px;
    margin-bottom: 20px;
}

.purchase-tanz.t-jewel {
    padding: 18px;
    margin-bottom: 20px;
}

.form-control-new.filter {
    background-color: transparent !important;
}










/********** Sureka  ***********/
.w-100 {
    width: 100% !important;
}

.mb-20, .mbtm20 {
    margin-bottom: 20px;
}

.w-60 {
    width: 60% !important;
}



@media (min-width: 992px) {

    #hover_div:hover img {
        max-height: 130px;
        padding: 10px 0;
    }
}

.minmax-hgt-img {
    background-color: transparent !important;
}

/*.ship-txt li {
    background: url(../img/info-ble.png)no-repeat !important;
}*/

.slider-img-part img {
    width: 220px !important;
    height: 220px !important;
}

.about-slider .slider-img-part img {
    width: 100% !important;
}


.mega-dropdown-menu li a {
    text-transform: none !important;
}


.header-inner .dropdown-menu {
    top: 40px;
    right: 0px;
}

ul.dropdown-menu.drp-dwn {
    left: 120px;
}

/****** Suriya ********/

feefowidget-global .feefowidget-global-container .feefowidget-global-container-body-content-controls-sorting, feefowidget-global .feefowidget-global-container .feefowidget-global-container-body-content-controls-filtering {
    z-index: 1 !important;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {

    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
        overflow: visible !important;
        border: 2px solid;
        page-break-inside: avoid;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }
}

@media all {
    .page-break {
        display: none;
    }
}





/**** Suriya*****/
.grid-div {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fill,minmax(224px,1fr));
    grid-auto-rows: 299px
}

    .grid-div .w-38 {
        width: 100% !important;
        margin-bottom: 20px;
        float: none;
        grid-row-end: span 2;
        grid-column: span 2;
        padding: 0
    }

    .grid-div .w-20 {
        width: 100% !important;
        margin-bottom: 20px;
        float: none;
        padding: 0
    }

.view-more-btn {
    margin-top: 20px
}

a.read-mre.all-art.chge-bill-btn {
    margin: 10px 10px 30px;
    clear: both;
    width: 260px;
    padding: 9px !important;
    letter-spacing: .4px
}

.gem-bdy img {
    margin: 0 auto;
    max-height: 400px
}

.details-cnt2 ul.list-info li {
    background: none;
    background-position: left center;
    padding-left: 0;
}

.gia-pt li {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    background: none;
    background-position: left center;
    padding-left: 25px
}

.close.popup-close {
    z-index: 99999
}

.scrol-color-grade.clarity-gdr .scroll-wrapper {
    max-height: 6064px
}

.scrol-color-grade .scroll-wrapper {
    max-height: 1810px
}

.scrol-color-grade.dimension-chart .scroll-wrapper {
    max-height: 410px
}

.scrol-color-grade.treatment .scroll-wrapper {
    max-height: 1400px
}

.scrol-color-grade.clarity-survey .scroll-wrapper {
    max-height: 1230px
}

.minmax-hgt-img.ruby-border img {
    max-height: 286px
}

#hover_div.hover_big img {
    margin: 15px auto 0
}

div#hover_div {
    border: 1px solid transparent
}

p.countrypriceblock {
    font-size: 22px;
    font-family: 'Quattrocento-Bold'
}

.grid-div {
    margin-bottom: 20px
}

.hover_big .gem-bdy {
    padding: 5px 0
}

.mega-dropdown-menu li a {
    color: #000
}

.simplebar, [data-simplebar-direction] {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

    .simplebar .simplebar-scroll-content, [data-simplebar-direction] .simplebar-scroll-content {
        overflow-y: scroll;
        overflow-x: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -ms-overflow-style: none
    }

.simplebar-scroll-content::-webkit-scrollbar {
    display: none
}

[data-simplebar-direction="horizontal"] .simplebar-scroll-content, .simplebar.horizontal .simplebar-scroll-content {
    overflow-x: scroll;
    overflow-y: auto
}

.simplebar-track {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px
}

    .simplebar-track .simplebar-scrollbar {
        position: absolute;
        right: 2px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        min-height: 10px;
        width: 7px;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -ms-transition: opacity .2s linear;
        transition: opacity .2s linear;
        background: #6c6e71;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding
    }

    .simplebar-track:hover .simplebar-scrollbar {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: .7;
        -webkit-transition: opacity 0 linear;
        -moz-transition: opacity 0 linear;
        -o-transition: opacity 0 linear;
        -ms-transition: opacity 0 linear;
        transition: opacity 0 linear
    }

    .simplebar-track .simplebar-scrollbar.visible {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: .7
    }

[data-simplebar-direction="horizontal"] .simplebar-track, .simplebar.horizontal .simplebar-track {
    top: auto;
    left: 0;
    width: auto;
    height: 11px
}

    [data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar, .simplebar.horizontal .simplebar-track .simplebar-scrollbar {
        right: auto;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto
    }

#myElement {
    height: 170px;
    width: 400px
}

.mngcnt.jewel-min p {
    margin: 0 10px 12px 0
}

.quality-graphnew {
    background: #fff;
    width: 570px;
    margin: 20px auto 30px 12px
}

.para-text {
    color: #fff !important;
    padding-top: 20px;
    text-align: left;
}

.terms-head {
    font-size: 16px;
    text-align: left;
}

h3.m-t-0.text-center {
    font-size: 16px;
}

#ask-gem .dsp-tcell {
    width: auto;
}

.gbfe-quality {
    width: 100%
}

    .gbfe-quality img {
        margin: 0 -52px 0 0;
        float: right;
        max-width: 77%
    }

.color-part.clearfix {
    display: block;
    width: 100%;
    padding: 4px 0
}

.dsply-block-clr-part {
    display: inline-block;
    width: 50px;
    text-align: left
}

.bar-grph {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    float: right;
    width: 80%
}

    .bar-grph img {
        float: left;
        margin: 5px 0 0
    }

.scrol-color-grade .scrollbar-rail.newscroll {
    max-height: 1350px
}

.social-icons-share {
    margin: 0;
    padding: 0
}

    .social-icons-share li {
        display: inline-block;
        margin-right: 7px
    }

video {
    width: 100%;
    background-size: cover;
    background: url();
}

.index-video video {
    width: 100%;
    background: #000;
}

.ming-cen.pl-90 {
    padding-left: 90px;
    text-align: left;
}

.readmore-img {
    height: 10px;
    margin-right: 15px;
}

@media(max-width:767px) {
    .object-fit .slider-img-part img {
        object-fit: none;
    }
    .caption-img.cg-img2 {
        width: auto;
        margin: 0 auto;
    }
    .order-table2 .table tr {
        padding: 0px;
    }

    .order-table-new .table td, .order-table .table td, .order-table2 .table td {
        font-size: 13px;
    }

    .order-history-page .img-content {
        font-size: 13px;
        padding-left: 0;
    }

    .order-hist .table tr.hd-bg2 th {
        font-size: 13px;
    }

    .mng-tble {
        display: block;
    }

    #myModal-tsavorite .modal-body iframe {
        width: 100%;
        height: 230px;
    }

    .media-left, .media-right, .media-body {
        display: inline;
    }

    .col-md-5.w-38.span1 video {
        width: 100% !important;
    }

    a.btn-new.mouse-over-btn.mem-btn {
        max-width: 100%;
    }

    .quality-graphnew {
        background: #fff;
        width: 300px;
        margin: 20px auto 30px 0
    }

    .gbfe-quality img {
        margin: 0 -14px -0 0;
        float: right;
        width: 90%;
        background-size: contain
    }

    .dsply-block-clr-part {
        width: 60px
    }

    .testimg {
        display: block;
    }

    .logo {
        text-align: center;
    }

    .purchase-tanz.purchase-tanz2 img {
        width: auto;
    }
}

.dsp-tcell {
    padding: 0;
    width: initial;
}

.form-group.cpta {
    background: #fff;
    border: 0;
}

@media(min-width:768px) and (max-width:992px) {
    .quality-graphnew {
        background: #fff;
        width: 400px;
        margin: 20px auto 30px 0
    }

    .gbfe-quality img {
        margin: 0 -42px -0 0;
        float: right;
        width: 90%;
        background-size: contain
    }

    .dsply-block-clr-part {
        width: 60px
    }

    .testimg {
        display: block;
    }

    .logo {
        text-align: center;
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .quality-graphnew {
        background: #fff;
        width: 540px;
        margin: 20px auto 30px 0
    }

    .gbfe-quality img {
        margin: 0 -58px -0 0;
        float: right;
        width: 90%;
        background-size: contain
    }

    .dsply-block-clr-part {
        width: 60px
    }

    .testimg {
        display: block;
    }

    .logo {
        text-align: center;
    }

    .unique-image li:first-child {
        max-width: 130px;
    }

    .unique-image li:nth-child(2) {
        max-width: 100px;
    }

    .unique-image li {
        max-width: 190px;
    }

    .img-view {
        bottom: -10%;
    }
}

@media(min-width:1200px) {
    /*.unique-image li:first-child { 
        max-width: 130px;
    }
    .unique-image li:nth-child(2) {
        max-width: 100px;
    }
    
    .unique-image li {
        max-width: 190px;
    }*/
    .slider-img-part img {
        width: 220px !important;
        height: 220px !important;
    }

    .about-slider .slider-img-part img {
        width: 100% !important;
    }

    .testimg {
        display: flex;
    }

    .jewel-image img {
        width: 185px !important;
        height: 185px !important;
    }
}

@media (min-width: 1300px) {
    .edu-sec .prt-sort h4 {
        min-height: 57px
    }

    .testimg {
        display: flex;
    }
}

@media(min-width:1600px) {
    .caption-img {
        margin: 0 -25px
    }

    .maxwd80 {
        max-width: 81%;
        margin: 0 auto 30px
    }

    .t-j-new li a {
        margin-right: 73px
    }

    .bg1, .bg2, .bg3 {
        min-height: 523px
    }

    .testimg {
        display: flex;
    }

    .edu-img img {
        margin-right: 15px;
        width: 120px;
        height: 120px;
    }


    .social-share:after {
        border-color: rgba(136,183,213,0);
        border-bottom-color: #fff;
        border-width: 12px;
        margin-left: 44px !important;
    }

    .social-share:before {
        border-color: rgba(194,225,245,0);
        border-bottom-color: #ececec;
        border-width: 16px;
        margin-left: 40px !important;
    }


    .social-share {
        border: 2px solid #ececec;
        position: absolute;
        top: 30px;
        min-width: 162px !important;
        left: inherit;
        min-height: 47px;
        right: 0;
        box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
        padding: 7px 10px;
    }
}

.modal.about-pop {
    background: #222222 !important;
}

.about-pop .modal-dialog {
    width: 1200px;
    margin: 60px auto;
}

.about-pop .modal-body {
    position: relative;
    padding: 0;
    height: 600px !important;
}

.about-pop .close {
    display: block;
    font-size: 4em;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 99;
    padding: 30px;
    line-height: normal;
    font-weight: 500;
    color: #fff !important;
    opacity: 1 !important;
}

.posabs-abt h3 {
    color: #fff;
}

.overlay-video {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
}

.playpause {
    background-image: url(img/play-button.html);
    background-repeat: no-repeat;
    width: 7%;
    height: 50%;
    position: absolute;
    left: 2%;
    right: 0%;
    top: 35%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
}


.dsp-tcell {
    text-align: center;
    padding: 0;
    width: initial;
}

.search-cnt {
    width: 20%;
    text-align: center;
    padding: 74px 0px;
}

    .search-cnt a {
        color: #c2c2c2;
    }

.search-cnt2 {
    width: 21%;
    text-align: center;
    padding: 64px 0px 94px;
}

    .search-cnt2 a {
        color: #c2c2c2;
    }

.shopping-cnt {
    margin-top: -7%;
}

.search {
    color: #c2c2c2;
}


.mrl-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.lineclr {
    border-color: #000;
    margin-top: 56px;
}

.foncls {
    font-size: 40px;
    font-family: 'Quattrocento';
    text-align: center;
    padding: 30px 0px 10px 0px;
}

.subhed {
    font-size: 26px;
    font-family: 'Quattrocento';
}

.fonpara {
    font-size: 16px;
    font-family: 'Quattrocento';
    line-height: 30px;
}

.pa8 {
    padding-left: 20px;
}

.gulpty {
    margin-top: 70px;
}

.lisite {
    padding-left: 0px;
}

.imt {
    list-style-type: none;
    position: relative;
    padding-left: 0px;
    margin-top: 7px;
}

    .imt:before {
        content: "\25BA \0020";
        font-size: 15px;
        position: absolute;
        top: 0px;
        left: -20px;
        color: black;
    }

.cr-grp1 {
    padding-left: 0px;
    margin-bottom: 30px
}

    .cr-grp1 li {
        display: inline-block;
        margin-bottom: 10px;
    }

.imgpay {
    margin-top: 5px;
    margin-bottom: 15px;
}

a.left-menu:active, a.left-menu:focus {
    outline: 0;
    color: #f50c0e;
    text-decoration: none;
}

a.left-menu, .left-menu:hover {
    color: #000;
    cursor: pointer;
}

.fonpara.imt.active a.left-menu {
    color: #f50c0e;
}

.mart.tes {
    padding-left: 100px;
}

@media(max-width: 1600px) {
    .shopping-cnt {
        margin-top: -9%;
    }
}

@media(max-width: 1440px) {
    .about-pop .modal-dialog {
        width: 1000px;
        margin: 80px auto;
    }

    .shopping-cnt {
        margin-top: -11%;
    }
}

@media(max-width:1366px) {
    .mart.tes {
        padding-left: 0px;
    }
}

@media(max-width: 1200px) {
    .about-pop .modal-dialog {
        width: 990px;
        margin: 38% auto;
    }

    a.play-video {
        font-size: 18px;
    }

    .grid-div2 #hover_div:hover img {
        max-height: 80px;
    }

    .shopping-cnt {
        margin-top: -13%;
    }
}

#EarnAGemLearnMore .modal-content {
    width: 780px !important;
    /*height: 514px !important;*/
}

@media (max-width: 768px) {
    .ming-cen.pl-90 {
        padding-left: 40px;
    }

    .order-hist .table tr.hd-bg2 th {
        font-size: 12px;
        padding: 10px 8px;
    }

    .order-table2.order-hist .table td {
        padding: 18px 6px;
    }

    .policy-section {
        padding: 0px 20px;
    }

    .gulpty {
        margin-top: 30px;
    }

    .mart.tes {
        padding-left: 10px;
    }

    #EarnAGemLearnMore iframe {
        width: 560px;
    }

    #EarnAGemLearnMore .modal-content {
        width: 100% !important;
    }

    .start-link {
        width: 77%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #EarnAGemLearnMore .modal-content {
        height: 600px !important;
    }

    #EarnAGemLearnMore iframe {
        width: 450px;
        margin: 0 40px;
    }

    .start-link {
        width: 540px;
        margin-right: 0;
        margin-top: -60px;
    }
    .slider-vedio {
        width: 100% !important;
    }
    .text-cen.total-graph {
        margin: 0 auto;
    }
}

@media (max-width: 1366px) and (min-width:1024px) {
    img.start-link.align-img {
        width: 100%;
    }

    #EarnAGemLearnMore .modal-content {
        width: 900px !important;
        padding: 80px 0 0 80px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .slider-vedio {
        width: 100% !important;
    }
    .about-slider .flexslider.flex-about .flex-direction-nav .flex-next {
        right: 0;
    }

    .about-slider .flexslider.flex-about .flex-direction-nav .flex-prev {
        left: 20px;
    }

    div.logo {
        position: absolute;
        top: 0;
        left: 260px;
    }

    iframe.ifram-vedio {
        width: 100%;
        height: 220px;
    }

    .img-view {
        bottom: -10%;
    }

    iframe.ifram-gemstone {
        width: 100%;
        height: 350px;
    }

    .col-md-5.w-38.span1 video {
        height: 230px !important;
    }
    .text-cen.total-graph {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .about-pop .modal-dialog {
        width: 750px;
        margin: 34% auto;
    }

    .shopping-cnt {
        margin-top: -18%;
    }
}

@media (max-width: 767px) {
    .whatis-pop.modal-dialog {
        width: 100% !important;
        margin: 0;
        padding: 10px;
    }

    .terms-head {
        font-weight: bold;
        font-size: 19px;
        text-align: left;
    }

    h3.m-t-0.text-center {
        font-size: 19px;
    }

    .terms-content ul {
        padding-left: 20px;
    }

    #ask-gem .dsp-tcell {
        padding: 40px 0px 0px 35px;
    }

    .about-pop .modal-dialog {
        width: 370px;
        margin: 55% auto;
    }

    .threesixty-iframe {
        height: 360px !important;
    }

    .about-pop .close {
        font-size: 3em;
    }

    a.play-video {
        font-size: 14px;
    }

    input.sech-txt {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .about-pop .modal-dialog {
        width: 330px;
        margin: 55% auto;
    }
}


.gr-bld-txt {
    color: #138500;
    font-size: 23px !important;
    font-family: 'Quattrocento-Bold';
}

@media (min-width: 1200px) {
    span.gr-bld-txt.dsinblk {
        margin: 0 0 0px 24px !important;
    }
}

.req-part3 .ask-gem-part {
    width: 100%;
    padding: 49px 60px 11px 171px;
}

.dsp-tcell h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Quattrocento-Bold';
    margin: 0 0 8px;
}


.req-part3.ask-gem-part {
    width: 100%;
    padding: 43px 0px 5px 219px;
}

    .req-part3.ask-gem-part h4 {
        color: #fff;
        font-size: 20px;
        font-family: 'Quattrocento-Bold';
        margin: 10px 0 8px;
        text-align: center;
    }


#myModal-askagem .form-control-pp {
    height: 46px
}

#myModal-askagem .reg-form h4 {
    font-size: 16px
}

#myModal-askagem textarea.form-control-pp.ask-questn {
    height: 76px;
    resize: none;
    padding: 10px;
    color: rgba(0,0,0,0.43)
}

#myModal-askagem .form-group-gem {
    margin: 0
}


.thankyou-msg {
    text-align: center;
    padding: 10px !important;
}

.mdl-hd button.close.popup-close.popup-close2.popup-close3 {
    background: url(../img/Close-2.png)no-repeat;
    background-size: 17px;
}


.payment-head {
    color: #475168;
    letter-spacing: 1.5px;
    font-size: 24px;
    font-style: normal;
    margin-top: 30px;
    border-bottom: 1px solid #e8ebeb;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}




.accepted-change {
    text-align: center;
    padding: 50px !important;
}

.product {
    margin: 25px 0px 20px 0px !important;
}

.f-b {
    font-weight: 600;
}

.jewelsearch {
    min-width: auto;
    width: 153px !important;
    cursor: pointer;
    font-size: 14px;
}


@media(max-width: 992px) {
    .hover-block span  {
        font-size: 10px;
        line-height: 18px;
    }

    .search-bx {
        width: 620px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .geomologist-pick {
        min-height: 530px;
        max-height: 530px;
    }

    a.btn-new.btn-tz-nw.mre-detgem {
        width: 100%;
    }

    .geomologist-pick {
        min-height: 580px;
        max-height: 580px;
    }
}
@media(max-width: 1200px) {
    .t-j-new li a  {
        margin-right: 55px;
    }

    .purchase-tanz.purchase-tanznewdes .hover-block span {
        margin: 0px;
        line-height: 16px;
    }

    #hover_div:hover img {
        max-height: 90px;
        padding: 10px 0;
    }

    span.popup-close.popup-close2 {
        right: 150px;
        top: 110px;
    }
}




@media(max-width: 375px) {
    /* .t-j-new li:first-child a {
        font-size: 16px !important;
    } */

    .t-j-new li a  {
        /* font-size: 12px !important; */
        margin-right: 10px !important;
    }
}


.width-100 img {
    width: 100% !important;
    object-fit: cover !important;
}

.video-popup .modal-dialog.modal-lg-nw.mdl-blk {
    width: 850px !important;
}

.video-popup .modal-body {
    text-align: center !important;
}

.video-popup video {
    width: 640px !important;
    height: 360px !important;
}

@media (max-width: 768px) {
    .col-md-5.w-38.span1 video {
        height: 180px !important;
    }

    a.btn-new.btn-hnt {
        margin-bottom: 20px;
    }

    .req-part3.ask-gem-part {
        width: 100%;
        padding: 43px 0px 5px 60px;
    }

    .dsp-tcell {
        padding: 0;
    }

    .form-group.cpta {
        margin: 20px 120px;
    }

    .video-popup video {
        width: 500px !important;
        height: 300px !important;
    }

    .video-popup .modal-dialog.modal-lg-nw.mdl-blk {
        width: 600px !important;
    }

    .hover-block span {
        line-height: 13px;
        font-size: 11px;
    }

    .purchase-tanz.purchase-tanznewdes .hover-block span {
        margin: 0;
        line-height: 11px;
        font-size: 10px;
    }

    #hover_div:hover img {
        max-height: 60px !important;
        padding: 10px 0;
    }

    div.logo {
        position: absolute;
        top: 10px;
        left: 250px;
    }

    .logo img {
        max-width: 60%;
        margin: 0;
    }

    .search-cnt2 {
        width: 21%;
        text-align: center;
        padding: 34px 0px 94px;
    }

    .search-cnt2 {
        width: 21%;
        text-align: center;
        padding: 34px 0px 94px;
    }

    .ifram-vedio {
        width: auto;
        height: 195px;
    }

    a.btn-new.btn-hnt {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .responsiveAlign {
        width: 50% !important;
        float: left;
        text-align: left;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .product {
        margin: 25px 0px 10px 0px !important;
    }
    .accepted-change {
        padding: 15px !important;
    }
    .order-table2.order-hist .table td {
        display: table-cell;
    }

    .order-table2.order-hist .table tr.hd-bg2 th {
        display: table-cell;
    }

        .order-table2.order-hist .table tr.hd-bg2 th:first-child {
            width: 150px;
        }

    .order-history-page ul {
        padding-left: 0;
    }

    .order-history-page .pager li > a, .order-history-page .pager li > span {
        padding: 0px 4px;
    }

    .order-history-page .order-table2 .table td {
        display: table-cell;
    }

    .order-history-page .img-order {
        display: block;
        width: 77px;
    }

    .order-history-page .order-table .table th {
        font-size: 12px;
    }

    .ordr-div {
        padding: 0;
    }

    .order-table2.order-hist .table tr.hd-bg2 th {
        width: 150px;
    }

    .order-table2.order-hist .table td {
        width: 200px;
    }

    .nav.nav-tabs.nav-tabnw li a {
        min-height: 50px;
    }

    .s-txt {
        font-size: 13.5px;
    }

    .req-part3.ask-gem-part {
        width: 100%;
        padding: 43px 20px 5px 20px;
    }

    .dsp-tcell {
        padding: 0;
    }

    .form-group.cpta {
        margin: 20px 120px;
    }

    .terms-head {
        font-weight: bold;
        font-size: 19px;
        text-align: left;
    }

    h3.m-t-0.text-center {
        font-size: 19px;
    }

    .terms-content ul {
        padding-left: 20px;
    }

    #ask-gem .dsp-tcell {
        padding: 40px 0px 0px 35px;
    }

    span.popup-close.popup-close2 {
        right: 30px;
        top: 30px;
    }

    .popup-inner2 a {
        margin: 20px 60px;
    }

    .search-bx {
        width: 100%;
        padding: 0px 20px;
    }

    .video-popup .modal-dialog.modal-lg-nw.mdl-blk {
        width: 340px !important;
        margin: 0 auto;
    }

    span.zoom-icon {
        right: 25px;
        top: 5px;
        width: 18px;
    }

    .search-cnt2 {
        width: 100%;
        text-align: left;
        padding: 0px 0px 0;
    }

    .shopping-cnt {
        margin-top: 0;
    }

    .video-popup video {
        width: 280px !important;
        height: 200px !important;
    }

    .carousel-caption {
        text-align: center;
    }

    .form-control-new {
        width: 100%;
    }

        .form-control-new.filter {
            min-width: 100%;
        }

    .brdr-btm {
        text-align: center;
    }

    .footer-container {
        text-align: center;
    }

    .grid-div {
        display: block;
    }

    #hover_div:hover img {
        object-fit: contain;
        height: 175px;
    }

    #hover_div:hover {
        border: 1px solid #df1155;
        cursor: pointer;
    }

    .purchase-tanz.purchase-tanz2 img {
        width: auto;
    }

    .fllft.text-right
      {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .purchase-tanz img {
        max-height: 240px !important;
        width: 100%;
        object-fit: contain;
    }

    a.btn-new.btn-tz-nw.mre-detgem {
        width: 100% !important;
    }

    .purchase-tanz.purchase-tanznewdes  {
        max-height: 250px;
        min-height: 250px;
    }

    .grid-div {
        display: block !important;
    }

    .footer-container  {
        padding: 40px 0 30px;
        text-align: center;
    }

    .geomologist-pick.designer-pick  {
        min-height: 365px !important;
        max-height: 365px !important;
    }

    .brdr-btm  {
        text-align: center !important;
    }

    /* .t-j-new li:first-child a {
        font-size: 18px !important;
    } */
    .t-j-new li:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-control-new {
        min-width: 100% !important;
    }

    .purchase-tanz.purchase-tanznewdes:hover {
        padding: 10px 0;
        max-height: 120px;
        min-height: 290px;
    }

    #hover_div:hover img {
        max-height: 100px !important;
        object-fit: contain;
    }

    .hover-block span {
        font-size: 12px !important;
        color: #787878;
        line-height: 22px !important;
        margin: 30px 0 10px !important;
        display: block;
    }

    .table-article div {
        width: 100%;
        display: block !important;
        padding-left: 0 !important;
    }

    .article-socialpart ul {
        padding-right: 0px !important;
        padding-left: 10px !important;
    }

    .table-article img {
        width: 290px;
        height: auto;
    }

    .article-socialpart {
        padding: 0;
    }

    .art-soc-icon ul {
        padding: 0;
        display: flex;
        margin: 0 auto;
        width: 200px;
    }

    div.logo {
        position: relative;
        margin: 0 auto;
        transform: none;
        top: inherit;
        left: inherit;
    }

    .logo img {
        margin: 0 auto;
    }

    .quality-graphnew {
        background: #fff;
        width: 460px;
        margin: 20px auto 30px 0
    }

    .ifram-vedio {
        width: 100%;
        height: 235px;
    }
    /*.nav.nav-tabs.nav-tabnw li {
        width: 100%;
    }*/
    .sh-list li {
        display: block;
        margin: 70px 0;
    }

    .fancybox-opened {
        width: 300px !important;
        left: 150px !important;
    }

    .fancybox-skin {
        padding: 0 !important;
    }

    .fancybox-inner {
        width: 300px !important;
        height: 300px !important;
    }

    .foot-brand-img {
        margin: 30px 150px;
    }

    .foot-text {
        margin-bottom: 20px;
    }

    .slider-img-part img {
        margin: 30px;
    }
    .table-article iframe {
        width: 100%;
    }

    .table-article {
        display: block;
    }

        .table-article .shadedtext {
            padding: 0.1px;
        }
    #gemstonecollectionlist .panel-body-filter {
        padding: 40px 25px;
        border-radius: 0;
    }

    .responsiveAlign span.label-text {
        font-size: 16px;
        color: #000000;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Quattrocento';
    }

    .responsiveAlign {
        width: 50%;
        float: left;
        text-align: left;
        padding: 0px;
    }
    .respImage{
        height: 120px;
        width: 120px;
        object-fit: cover;
    }
    #divJewelryportfolioList .edu-sec .prt-sort h4 {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #divJewelryportfolioList .port-img img {
        height: auto !important;
    }
    .responInline .form-inline .form-group {
        width: 50%;
        float: left;
        padding-left: 5px;
    }
    .fllft.text-right {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .start-link {
        width: 300px;
        margin-right: 200px;
        margin-top: -180px;
    }

    #EarnAGemLearnMore .modal-content {
        height: 500px !important;
    }

    .order-table2.order-hist .table tr.hd-bg2 th:first-child {
        width: 100px;
    }

    .order-table2.order-hist .table tr.hd-bg2 th {
        width: auto;
    }

    .order-table2.order-hist .table td {
        width: auto;
    }

    .foot-brand-img {
        margin: 30px 50px;
    }

    #EarnAGemLearnMore iframe {
        width: 350px;
        margin: 0;
        height: 280px;
    }

    .start-link {
        width: 310px;
        margin-right: 0;
    }

    .lapigem-logo {
        position: absolute;
        bottom: 180px;
        left: 60px;
    }

    .form-group.cpta {
        margin: 20px 20px;
    }

    .quality-graphnew {
        width: 300px;
    }

    .fancybox-opened {
        width: 300px !important;
        left: 55px !important;
    }

    .slider-img-part img {
        min-height: 180px;
        max-height: 180px;
        margin: 0px;
    }
}

@media (max-width: 375px) {
    .order-hist .table tr.hd-bg2 th {
        color: #000000;
        font-size: 9px;
    }

    .ifram-vedio {
        width: 100%;
        height: 220px;
    }

    #EarnAGemLearnMore iframe {
        width: 300px;
        margin: 10px;
        height: 270px;
    }

    .form-group.cpta {
        margin: 20px 0px;
    }

    .fancybox-opened {
        left: 35px !important;
    }
}

@media (max-width: 360px) {
    .ifram-vedio {
        width: 100%;
        height: 205px;
    }

    .fancybox-opened {
        left: 30px !important;
    }
}

@media (max-width: 320px) {
    .order-table2 .table td {
        font-size: 10px;
    }

    .order-history-page .img-content {
        font-size: 11px;
    }

    .order-table2.order-hist .table tr.hd-bg2 th {
        padding: 8px 6px;
    }

    .order-table2.order-hist .img-content {
        font-size: 13px;
        padding-left: 0;
    }

    .order-table2.order-hist .table td {
        font-size: 13px;
    }

    .rc-anchor-normal .rc-anchor-content {
        width: 156px !important;
    }

    .rc-anchor-normal .rc-anchor-pt {
        margin: 2px 13px 0 0 !important;
        right: 50px !important;
        width: 96px !important;
    }

    .rc-anchor-normal {
        height: 74px !important;
        width: 255px !important;
    }

    .video-popup video {
        width: 250px !important;
        height: 200px !important;
    }

    .video-popup .modal-dialog.modal-lg-nw.mdl-blk {
        width: 300px !important;
        margin: 0 auto;
    }

    input.sech-txt {
        font-size: 12px;
    }

    .ifram-vedio {
        width: 100%;
        height: 190px;
    }

    .form-group.cpta {
        left: -22px !important;
    }

    .graph-cnt {
        padding: 12px 0;
    }

    .gbfe-quality img {
        margin: 0 -7px 0 0;
        width: 85%;
    }

    .quality-graph .nav-tabs > li > a, .graph-cnt h4 {
        font-size: 8px;
    }

    #EarnAGemLearnMore iframe {
        width: 250px;
        margin: 10px;
        height: 220px;
    }

    .start-link {
        width: 260px;
        margin-right: 0;
    }

    .lapigem-logo {
        position: absolute;
        bottom: 210px;
        left: 30px;
    }

    .fancybox-opened {
        width: 260px !important;
        left: 30px !important;
    }

    .fancybox-inner {
        width: 260px !important;
        height: 260px !important;
    }

    .t-j-new li:first-child a {
        font-size: 26px !important;
    }

    .t-j-new li a span {
        font-size: 26px;
    }

    .t-j-new li a {
        font-size: 22px;
    }

    .caption-img {
        font-size: 12px;
    }
}

h2.hd-txt.gem-tagh2 {
    font-size: 2em;
}
h1.gems-h1 span {
    font-size: 28px;
}
h1.gems-h1 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 28px;
}

.sold-text {
    font-size: 18px;
    color: #c40505;
    font-family: 'Quattrocento-Bold';
    padding-right: 15px;
}

.maintenance {
    background-color: #FC0;
    padding: 2px;
}

.possible {
    font-family: Quattrocento;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 26px;
}

.recent-inner ul.instagram-feed {
    min-height: 364px;
    height: 268px;
    overflow-y: auto;
}
/*landing page*/

.landing-gems .carousel-caption h1 {
    letter-spacing: 1px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Quattrocento";
    font-size: 58px;
    font-style: normal;
}

.landing-gems .carousel-caption.c-tan {
    margin-right: 0;
    padding: 0;
    margin-left: 35px;
}

.landing-gems .bn-para {
    font-size: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Quattrocento";
    word-spacing: 1px;
}

.landing-gems .carousel-caption.c-tan a.btn-read {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Quattrocento";
    text-align: center;
    background: #fff;
    min-width: 200px;
    margin-left: 0;
}

.landing-gems .landing-nonbannner {
    width: 88%;
    margin: auto;
}

    .landing-gems .landing-nonbannner h1 {
        font-size: 35px;
        letter-spacing: 1px;
        line-height: 35px;
        color: #000000;
        font-weight: 400;
        font-family: "Quattrocento";
        text-align: center;
        font-style: italic;
    }

    .landing-gems .landing-nonbannner .bn-para {
        font-size: 15px;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
        font-family: "Quattrocento";
        text-align: center;
        margin: 20px 0 10px;
    }

    .landing-gems .landing-nonbannner .btn-read.btn-dis-inline.tan-exp {
        min-width: 180px !important;
        height: 45px;
        background-color: rgba(255,255,255,0);
        border: 1px solid #bbbcbd;
        font-size: 15px;
        line-height: 45px;
        color: #000000;
        font-weight: 400;
        font-family: "Quattrocento";
        text-align: center;
        display: block;
        margin: auto;
        padding: 0;
        margin-bottom: 35px;
        margin-top: 30px;
    }

        .landing-gems .landing-nonbannner .btn-read.btn-dis-inline.tan-exp span {
            font-size: 22px;
            line-height: 43px;
            color: #ffffff;
            font-weight: 400;
            font-family: "Quattrocento";
            text-align: center;
            width: 47px;
            height: 43px;
            background-color: #000000;
            font-style: italic;
            float: left;
            border: 1px solid #fff;
            padding-right: 6px;
        }

    .landing-gems .landing-nonbannner .btn-read:hover, .landing-gems .landing-nonbannner .btn-new:hover,
    .landing-gems .landing-nonbannner .read-mre:hover, .landing-gems .landing-nonbannner .btn-read:focus,
    .landing-gems .landing-nonbannner .btn-new:focus, .landing-gems .landing-nonbannner .read-mre:focus {
        background-color: transparent;
        background-image: none;
        color: initial;
        text-shadow: none;
    }

.landing-gems-section2 {
}

    .landing-gems-section2 img {
        margin: auto;
        width: 335px;
    }

    .landing-gems-section2 .landing-nonbannner .bn-para {
        padding-left: 32px;
        padding-right: 32px;
    }

.landing-gems-section2 {
    /*background-image: url(../img/landing-page/landing-banner2.png);
    background-size: contain;
    background-position: center center;*/
    background: #f1f0f1;
    min-height: 400px;
    padding: 0;
}

    .landing-gems-section2 .bg-section2 {
        background-image: url(../img/landing-page/landing_ring.html);
        background-position-y: 25px;
        background-repeat: no-repeat;
        background-size: contain;
    }

.create-video {
    margin: auto;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: "Quattrocento";
    margin-top: 4px;
}

.step-page.product-page .page-title {
    margin: 0px auto;
    font-size: 32px;
    color: #9e979a;
    font-weight: 400;
    font-family: "Quattrocento";
    text-align: center;
}

    .step-page.product-page .page-title span {
        font-size: 50px;
        letter-spacing: 3px;
        line-height: 48px;
        color: #797676;
        font-family: "Palace Script MT";
    }

.create-video span:last-child {
    position: relative;
    top: 2px;
}

.step-page .progress-bar__steps--text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #3d3b3b;
    font-family: "Calibri";
    margin: 0;
}

    .step-page .progress-bar__steps--text p strong {
        font-size: 19px;
        line-height: 1.25;
        color: #3d3b3b;
        font-family: "Calibri";
        text-align: center;
    }

.step-page .stone-type,
.step-page .stone-setting,
.step-page .stone-ring {
    font-size: 19px;
    font-weight: 500;
    line-height: 34px;
    color: #3d3b3b;
    font-family: "Calibri";
    text-align: center;
    position: relative;
    top: 7px;
}

.step-page .bar-image {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 22px;
}

.step-page .progress-bar__steps:last-child .progress-bar__steps--text {
    font-size: initial;
    font-weight: normal;
    position: initial;
    top: inherit;
}

.step-page .progress-bar__steps:last-child .progress-bar__steps--numbers:before {
    top: -10px;
}

.step-page .stone-ring-size {
    font-weight: normal;
    line-height: 0;
    color: #3d3b3b;
    font-family: "Calibri";
    margin: 0;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

.step-page .sub-title {
    font-size: 18px;
    line-height: 26px;
    color: #8e8d8d;
    font-family: "Calibri";
    text-align: center;
    padding: 25px 62px;
    margin-bottom: 0;
}

.gem-large-section {
    background-color: #fff;
    padding-bottom: 30px;
    height: 504px;
}

    .gem-large-section h2 {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
        font-family: "Quattrocento";
        text-align: center;
        background-color: #ece9e9;
        margin: 0;
        padding: 15px;
    }

    .gem-large-section p, .gem-small-section p {
        font-size: 14px;
        line-height: 25px;
        color: #787878;
        font-weight: 400;
        font-family: "Quattrocento";
        text-align: center;
        margin-bottom: 0;
    }

.gem-img-large {
    margin: 25px auto;
    display: block;
    width: 300px;
}

#hover_div:hover img {
    width: auto;
}

.price-tag {
    font-size: 14px;
    display: block;
    color: #787878;
    font-weight: 400;
    font-family: "Quattrocento";
    text-align: center;
    margin-bottom: 0;
}

.gem-small-section {
    background-color: #fff;
    height: 244px;
}

.gem-img-small {
    display: block;
    margin: auto;
    height: 160px;
    width: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.step-page .w-38, .step-page .w-20 {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
}

.step-page .grid-div {
    margin-bottom: 16px;
}

.step-page .grid-div {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill,minmax(206px,1fr));
    grid-auto-rows: 260px;
}
/*tab section*/
.filter-section .collapse.navbar-collapse {
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.filter-section .dropdown-toggle::after {
    /*  display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;*/
    display: inline-block;
    width: .5em;
    height: .5em;
    margin: -.45em 0 0 .5em;
    vertical-align: middle;
    content: "";
    border: .3em solid;
    border-width: 0 .15em .15em 0;
    transform: rotateZ(45deg);
}

.filter-section .open .dropdown-toggle::after {
    transform: rotateZ(225deg);
    margin: 0.3em 0 0 .5em;
}

.filter-section .navbar-nav > li.mega-dropdown {
    position: relative !important;
}

.filter-section .dropdown-menu.mega-dropdown-menu.row.clearfix {
    box-shadow: 0 11px 30px rgb(0 0 0 / 9%);
    min-height: 280px;
    max-height: 280px;
    border-bottom: 1px solid rgba(55,55,55,0.08);
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.filter-section .filter-shape .dropdown-menu.mega-dropdown-menu.row.clearfix {
    box-shadow: 0 11px 30px rgb(0 0 0 / 9%);
    min-height: 310px;
    max-height: 310px;
    border-bottom: 1px solid rgba(55,55,55,0.08);
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.filter-section .filter-weight .dropdown-menu.mega-dropdown-menu.row.clearfix,
.filter-section .filter-price .dropdown-menu.mega-dropdown-menu.row.clearfix {
    box-shadow: 0 11px 30px rgb(0 0 0 / 9%);
    min-height: 120px;
    max-height: 120px;
    border-bottom: 1px solid rgba(55,55,55,0.08);
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.filter-section .navbar-nav > li > a {
    padding: 12px 30px 12px 30px;
    font-size: 15px;
    line-height: 34px;
    color: #000000;
    font-family: "Calibri";
    border: 1px solid #ffffff;
}

.filter-section .navbar-nav > li:last-child > a {
    padding: 12px 30px 12px 30px;
}

.filter-section .navbar-nav > li:last-child {
    float: right
}

.filter-section .navbar-nav > li.open > a {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-bottom: 1px solid #fff;
    z-index: 99999999 !important;
}

.filter-section .dropdown-menu {
    top: 99%;
    width: auto;
    min-width: auto;
}

.filter-section .nav > li > a:hover, .filter-section .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}

.filter-section .form-group {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 14px;
}

    .filter-section .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .filter-section .form-group label {
        position: relative;
        cursor: pointer;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        font-weight: 400;
        font-family: "Quattrocento";
        position: relative;
        cursor: pointer;
    }

        .filter-section .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #cccccc;
            box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
            padding: 9px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 20px;
            position: relative;
            top: -2px;
        }

    .filter-section .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 8px;
        width: 6px;
        height: 12px;
        border: solid #1f2cd2;
        border-width: 0 2px 2px 0;
        transform: rotate( 45deg );
    }


.filter-section .gem-type .dropdown-menu {
    width: 500px;
    min-width: 500px;
}

.filter-section .filter-shape .dropdown-menu {
    width: 250px;
    min-width: 250px;
}

.filter-section .filter-weight .dropdown-menu, .filter-section .filter-price .dropdown-menu {
    width: 350px;
    min-width: 350px;
}

.filter-section .padd-left {
    padding-left: 25px;
}

.filter-section .collapse.navbar-collapse .navbar-nav {
    margin-left: -30px;
    margin-right: -30px;
}

.filter-section .filter-weight .price-tag, .filter-section .filter-price .price-tag {
    margin-bottom: 30px;
    width: 90%;
    padding: 15px;
    margin-top: 30px;
}

.filter-section .filter-weight .slider-labels span#slider-range-value11, .filter-section .filter-price .slider-labels span#slider-range-value1 {
    text-align: left;
}

.filter-section .filter-sort .dropdown-menu {
    top: 98%;
    width: 220px;
    min-width: 220px;
    left: -110px;
    float: right;
}

.filter-section .pricelist-filter {
    padding-left: 0;
    margin-top: 0;
}

    .filter-section .pricelist-filter li {
        text-align: left;
        padding: 16px;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        font-weight: 400;
        font-family: "Quattrocento";
    }

        .filter-section .pricelist-filter li:last-child {
            border-bottom: 1px solid transparent;
        }

.filter-section .filter-sort .dropdown-menu.mega-dropdown-menu.row.clearfix {
    box-shadow: 0 11px 30px rgb(0 0 0 / 9%);
    min-height: 178px;
    max-height: 178px;
    border-bottom: 1px solid rgba(55,55,55,0.08);
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

#selectedringsize.form-pdd {
    width: 100%;
    margin: 0 0px;
}

.design-details label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.form-control.engraving:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.engraving {
    border-radius: 0;
    height: 41px;
    border: solid 1px #ccc;
}

#choosefont.form-pdd {
    width: 100%;
    margin: 0;
}


/* Engraving Font family on 1st Mar 2021*/
@font-face {
    font-family: 'Arial';
    src: url('../fonts/font/arial/ariald41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/arial/ArialMT.woff') format('woff'), url('../fonts/font/arial/arial.ttf') format('truetype'), url('../fonts/font/arial/ArialMT.svg') format('svg'),url('../fonts/font/arial/Arial-Italic.html') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial-Italic';
    src: url('../fonts/font/arial/Arial-Italic-2.html') format('woff'), url('../fonts/font/arial/Arial-Italic-3.html') format('truetype'), url('../fonts/font/arial/Arial-Italic.html') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BookAntiqua';
    src: url('../fonts/font/Antiqua/BookAntiqua.svg#BookAntiqua') format('svg'), url('../fonts/font/Antiqua/BookAntiqua.woff') format('woff'),url('../fonts/font/Antiqua/book-antiquad41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Antiqua/book-antiqua.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bahaus93';
    src: url('BAUHS93.html');
    src: url('../fonts/font/Bahaus/BAUHS93d41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Bahaus/BAUHS93.woff2') format('woff2'),url('../fonts/font/Bahaus/Bauhaus93.svg#Bauhaus93') format('svg'), url('../fonts/font/Bahaus/Bauhaus93.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BodoniMTBlack';
    src: url('../fonts/font/Bodoni/BodoniMTBlack.svg#BodoniMTBlack') format('svg'), url('../fonts/font/Bodoni/BodoniMTBlack.woff') format('woff'),url('../fonts/font/Bodoni/bodoni-mt-blackd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Bodoni/bodoni-mt-black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BradleyHandITC';
    src: url('../fonts/font/Bradley/BradleyHandITC.svg#BradleyHandITC') format('svg'), url('../fonts/font/Bradley/BradleyHandITC.woff') format('woff'),url('../fonts/font/Bradley/bradhitcd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Bradley/bradhitc.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalistoMT';
    src: url('../fonts/font/Calisto/CalistoMT.svg#CalistoMT') format('svg'), url('../fonts/font/Calisto/CalistoMT.woff') format('woff'),url('../fonts/font/Calisto/calistd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Calisto/calist.woff2') format('woff2'), url('../fonts/font/Calisto/calist.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalistoMTBold';
    src: url('../fonts/font/Calisto/CalistoMT.svg#CalistoMT') format('svg'), url('../fonts/font/Calisto/CALISTB.woff') format('woff'),url('../fonts/font/Calisto/CALISTBd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Calisto/CALISTB.woff2') format('woff2'), url('../fonts/font/Calisto/CALISTB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cambria-Bold';
    src: url('../fonts/font/Cambria/Cambria-Bold.svg#Cambria-Bold') format('svg'), url('../fonts/font/Cambria/Cambria-Bold.woff') format('woff'),url('../fonts/font/Cambria/cambria-boldd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Cambria/cambria-bold.woff2') format('woff2'),url('../fonts/font/Cambria/cambria-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ColonnaMT';
    src: url('../fonts/font/Colonna/ColonnaMT.svg#ColonnaMT') format('svg'), url('../fonts/font/Colonna/ColonnaMT.woff') format('woff'), url('../fonts/font/Colonna/colonna-mtd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Colonna/colonna-mt.woff2') format('woff2'), url('../fonts/font/Colonna/colonna-mt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Edwardian';
    src: url('../fonts/font/EdwardianScript/ITCEDSCR.woff') format('woff'), url('../fonts/font/EdwardianScript/ITCEDSCRd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/EdwardianScript/ITCEDSCR.woff2') format('woff2'), url('../fonts/font/EdwardianScript/ITCEDSCR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EngraversMT';
    src: url('../fonts/font/Engravers/EngraversMT.svg#EngraversMT') format('svg'), url('../fonts/font/Engravers/EngraversMT.woff') format('woff'),url('../fonts/font/Engravers/engrd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Engravers/engr.woff2') format('woff2'),url('../fonts/font/Engravers/engr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FreestyleScript-Regular';
    src: url('../fonts/font/Freestyle/FreestyleScript-Regular.svg#FreestyleScript-Regular') format('svg'), url('../fonts/font/Freestyle/FreestyleScript-Regular.woff') format('woff'),url('../fonts/font/Freestyle/freescptd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Freestyle/freescpt.woff2') format('woff2'), url('../fonts/font/Freestyle/freescpt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrenchScriptMT';
    src: url('../fonts/font/French/FrenchScriptMT.svg#FrenchScriptMT') format('svg'), url('../fonts/font/French/FrenchScriptMT.woff') format('woff'),url('../fonts/font/French/frscriptd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/French/frscript.woff2') format('woff2'), url('../fonts/font/French/frscript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond-Bold';
    src: url('../fonts/font/Garamond/Garamond-Bold.svg#Garamond-Bold') format('svg'), url('../fonts/font/Garamond/Garamond-Bold.woff') format('woff'),url('../fonts/font/Garamond/Garamondd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Garamond/Garamond.woff2') format('woff2'), url('../fonts/font/Garamond/Garamond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gabriola';
    src: url('Gabriola.html');
    src: url('../fonts/font/Gabriola/Gabriolad41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Gabriola/Gabriola.svg#Gabriola') format('svg'), url('../fonts/font/Gabriola/Gabriola.woff') format('woff'), url('../fonts/font/Gabriola/Gabriola.woff2') format('woff2'), url('../fonts/font/Gabriola/Gabriola.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mistral';
    src: url('../fonts/font/Mistral/Mistral.svg#Mistral') format('svg'), url('../fonts/font/Mistral/Mistral.woff') format('woff'),url('../fonts/font/Mistral/mistrald41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Mistral/mistral.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ScriptBold';
    src: url('../fonts/font/ScriptBold/SCRIPTBL.woff') format('woff'),url('../fonts/font/ScriptBold/SCRIPTBLd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/ScriptBold/SCRIPTBL.woff2') format('woff2'), url('../fonts/font/ScriptBold/SCRIPTBL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Snap';
    src: url('../fonts/font/Snap/SNAP.woff') format('woff'),url('../fonts/font/Snap/SNAPd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Snap/SNAP.woff2') format('woff2'), url('../fonts/font/Snap/SNAP.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StencilRegular';
    src: url('Stencil%20Regular.html');
    src: url('../fonts/font/Stencil/StencilRegulard41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Stencil/StencilRegular.woff2') format('woff2'),url('../fonts/font/Stencil/Stencil.svg#Stencil') format('svg'), url('../fonts/font/Stencil/Stencil.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VinerHandITC';
    src: url('../fonts/font/Viner/VinerHandITC.svg#VinerHandITC') format('svg'), url('../fonts/font/Viner/VinerHandITC.woff') format('woff'),url('../fonts/font/Viner/vineritcd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Viner/vineritc.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vivaldi';
    src: url('../fonts/font/Vivaldi/VIVALDII.woff') format('woff'),url('../fonts/font/Vivaldi/VIVALDIId41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Vivaldi/VIVALDII.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vladimir';
    src: url('../fonts/font/Vladimir/VLADIMIR.woff') format('woff'),url('../fonts/font/Vladimir/VLADIMIRd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/font/Vladimir/VLADIMIR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*Apr 22nd, 2021*/
#myModal-miningreportview .modal-header-nw.modal-header-nw2, #modalviewreport .modal-header-nw.modal-header-nw2 {
    position: absolute;
    right: 0;
}
#myModal-miningreportview .close.popup-close, #modalviewreport .close.popup-close {
    top: 12px;
    right: 12px;
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    background: none;
}
#myModal-miningreportview .cer-pad, #modalviewreport .cer-pad {
    padding: 0;
}
#myModal-miningreportview .text-part.text-part2:first-child p, #modalviewreport .text-part.text-part2:first-child p {
    font-size: 22px;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    padding: 13px 18px;
}
#myModal-miningreportview .text-part.text-part2:first-child, #modalviewreport .text-part.text-part2:first-child {
    margin-bottom: 0;
    margin-top: 85px;
}
#myModal-miningreportview .text-part.text-part2 p, #modalviewreport .text-part.text-part2 p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: Arial, Sans-Serif;
    padding: 13px 18px;
}
#myModal-miningreportview .text-part.text-part2, #modalviewreport .text-part.text-part2 {
    margin-bottom: 50px;
    margin-top: 0;
}
.bg-mine {
    background: #000;
}
@media (min-width: 992px) {
    .modal-dialog.modal-lg-nw-report {
        width: 670px;
    }
}
#myModal-miningreportview .brdr-bx-certificate, #modalviewreport .brdr-bx-certificate {
    border: 1px solid #e2e2e2;
    padding: 0;
    margin: 20px 10px;
}
#myModal-miningreportview .certif-right img, #modalviewreport .certif-right img {
    padding: 0px 5px;
}

/*view Gemstone Certificate*/
#myModal-gemgradingcertificate .modal-header-nw.modal-header-nw2, #myModal-certificate .modal-header-nw.modal-header-nw2 {
    position: absolute;
    right: 0;
}
#myModal-gemgradingcertificate .close.popup-close, #myModal-certificate .close.popup-close {
    top: 12px;
    right: 12px;
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    background: none;
}
#myModal-gemgradingcertificate .cer-pad, #myModal-certificate .cer-pad {
    padding: 0;
}

#myModal-gemgradingcertificate .brdr-bx-certificate, #myModal-certificate .brdr-bx-certificate {
    padding: 20px 0px 20px 10px;
}
#myModal-gemgradingcertificate .certif-right .text-part:first-child p, #myModal-certificate .certif-right .text-part:first-child p {
    font-size: 22px;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    padding: 13px 18px;
    color: #fff;
}
#myModal-gemgradingcertificate .certif-right .text-part:first-child, #myModal-certificate .certif-right .text-part:first-child {
    margin-bottom: 0;
    margin-top: 50px;
}
#myModal-gemgradingcertificate .certif-right .text-part p, #myModal-certificate .certif-right .text-part p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: Arial, Sans-Serif;
    padding: 13px 18px;
}
#myModal-gemgradingcertificate .certif-right .text-part, #myModal-certificate .certif-right .text-part {
    margin-bottom: 50px;
    margin-top: 0;
}
#myModal-gemgradingcertificate .certif-right img, #myModal-certificate .certif-right img {
    padding: 0px 15px;
}
.usSymbol {
    display: inline-block !important;
}
