﻿.loader-bg {
    background: #ffffff;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0 0 0 0;
    z-index: 100000;
    top: 0;
}

.titlelink {
    margin: 0 0 10px;
    font-size: 18px;
    color: #000;
    line-height: 26px;
    text-transform: uppercase;
}


.progress-bar {
    list-style: none;
    overflow: hidden;
    font: 14px Helvetica;
    font-weight: 600;
    display: -webkit-box;
    display: flex;
    counter-reset: li;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #e7e7e7;
    background: transparent;
}
#divJewelryportfolioList ul.row {
    padding-left: 0px;
}
.progress-bar__steps:first-child {
    width: 20%;
}
    .progress-bar__steps {
    background: #fff;
    color: #666;
    width: 36.5%;
    position: relative;
    cursor: default;
    list-style-image: none;
    list-style-type: none;
    padding: 20px 5px;
    text-align: center;
}


    .progress-bar__steps {
        padding: 10px 0 10px 42px;
        text-align: left;
    }



    .progress-bar__steps:first-child {
        padding: 10px 0 10px 30px;
    }



    .progress-bar__steps:after {
        border-bottom: 50px solid transparent;
        border-top: 50px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 0;
        border-left: 30px solid #fff;
        z-index: 2;
    }



    .progress-bar__steps:before {
        border-bottom: 50px solid transparent;
        border-top: 50px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 0;
        border-left: 30px solid #e7e7e7;
        z-index: 1;
        margin-left: 1px;
    }


.progress-bar .current {
    background: #f7f7f7;
    color: #666;
}

    .progress-bar .current:after {
        border-left: 30px solid #f7f7f7;
    }


    .progress-bar__steps--numbers:before {
        content: counter(li) " ";
        counter-increment: li;
        margin-right: 15px;
        /*   background: transparent;
        border: 1px solid #666;
        border-radius: 50%;*/
        display: inline-block;
        /*height: 20px;*/
        line-height: 20px;
        text-align: center;
        width: 20px;
        font-size: 35px;
        font-weight: normal;
        position: relative;
        top: -10px;
        color: #090101;
    }


.current .progress-bar__steps--numbers:before {
        background: transparent;
    color: #090101;
}

.progress-bar__steps--text p {
    font-family: 'Quattrocento';
    font-size: 14px;
    color: #090101;
    font-weight:normal;
}
    .progress-bar__steps--text p strong {
        font-size: 18px;
       /* letter-spacing: 1px;*/
        line-height: 24px;
        color: #090101;
        /*font-family: "Garamond";*/
        text-align: center;
        font-weight:500;
    }
.progress-bar__steps--text {
    display:inline-block;
}

    .progress-bar__steps:last-child .progress-bar__steps--numbers:before {
        content: counter(li) " ";
        counter-increment: li;
        margin-right: 15px;
        display: inline-block;
        /* height: 20px; */
        line-height: 20px;
        text-align: center;
        width: 20px;
        font-size: 35px;
        font-weight: normal;
        position: relative;
        top: 18px;
    }

.stone-type {
    font-size: 16px;
    font-weight: 500;
}
.stone-name {
    font-weight: normal;
    font-size: 12px;
    font-family: 'Quattrocento-Bold';
}
.stone-achor a {
    font-weight: normal;
    color: #303336;
    text-decoration: underline;
    line-height: 1.5;
    padding-right: 8px;
    font-size: 14px;
    font-family: "Calibri";
}
.stone-setting {
    font-weight: normal;
    color: #090101;
    font-size:14px;
}
.progress-bar__steps:last-child .progress-bar__steps--text {
  font-size:14px;
  font-weight:normal;
  position:relative;
  top:12px;
 }
.bar-image{
    display: inline-block;
    position: absolute;
    right: 0px;
}
.progress-bar__steps:last-child .bar-image {
    right: 15px;
}
.bar-image img {
    width: 50px !important;
    object-fit: contain;
}
.product-page .page-title {
    margin: 16px auto;
    text-align: center;
}

.product-page .create-video {
    margin: auto;
   
}
    .product-page .create-video > span > img {
        display: inline-block;
        padding-right: 15px;
    }

    /*23/6/2021*/
.free-shipping {
    padding: 0;
    margin: 0 10px;
    padding-top: 14px;
}
    .free-shipping li, .step-page .ship-txt li {
        white-space: nowrap;
    }
.step-page .ship-txt {
    margin: 0px 10px;
    padding: 32px 0 0;
}
.tooltip.btncart {
    position: relative;
    display: inline-block;
    opacity: 1;
    background-color: black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 100%;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 18px 18px;
        position: absolute;
        z-index: 1;
        bottom: 165%;
        left: 0;
        right: 0;
        margin-left: 0;
        text-transform: initial;
        font-size: 12px;
        line-height: 19px;
        font-family: 'Quattrocento';
        
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -10px;
            border-width: 15px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
.designOwnCenter {
    position: relative;
    max-width: 100%;
    text-align: center;
}
    .designOwnCenter:before {
        content: "";
        display: block;
        width: 25%;
        height: 1px;
        background: #ccc;
        left: 0;
        top: 50%;
        position: absolute;
    }
    .designOwnCenter:after {
        content: "";
        display: block;
        width: 25%;
        height: 1px;
        background: #ccc;
        right: 0;
        top: 50%;
        position: absolute;
    }
#myModal-selectsetting .cer-pad {
    padding: 10px 20px;
   /* background: #f8f7f7;06/06/2022*/
}
#myModal-selectsetting h2.background {
    margin-top: 15px;
    background: #f8f7f7;
    margin-bottom: 15px;
    font-size:20px;
}

#myModal-selectsetting h2 .background span {   
    background: #f8f7f7;
}

h2.background span {
    display: inline-block;
    vertical-align: middle;
    background: #f8f7f7;
}
.setting-select span {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 8px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    /*6-6-2022*/
}
    .setting-select img {
        padding: 8px;
    }
#myModal-selectsetting .text-part.text-part2:first-child {
    margin-bottom: 0;
    margin-top: 10px;
}
.active-select {
    opacity: 0.6;
    cursor: not-allowed;
}
#myModal-selectsetting{
    z-index:10002;
}
.modal-backdrop {
    z-index: 10000;
}
#myModal-selectsetting .btn-new {
    width: 26%;
}
#myModal-selectsetting .close.popup-close {
    top:15px;
}
.grade-des h1 {
    margin-top: -14px;
}

.step-page .btn-new.btn-purchase {
    width: 100%;
}

.step-page .progress-bar__steps--text p {
    font-weight: normal;
    /* font-size: 18px; */
    line-height: 25px;
    color: #3d3b3b;
    font-family: calibri;
    font-weight: 500 !important;
}
.step-page .graph-cnt p, .step-page .graph-cnt h4, .step-page .graph-cnt ul {
    margin-left: 30px;
}
/*.step-page .quality-graphnew {   
    margin: 20px 47px 15px 12px;
}*/
.step-page .graph-cnt {
    min-height: 380px;
    max-height: 380px;
}
.step-page .modal-dialog.modal-lg-nw-report {
    width: 740px;
}
.step-page .modal-dialog {
    /*top: 40px;*/
    top: 0px;
}
.step-page .slider-labels span {
    margin: 14px 0;
    font-family: 'Quattrocento-Bold';
}
.step-page .shre-part {   
    margin-top: 61px;
    margin-left: 35px;
    font-family: 'Quattrocento-Bold';
    opacity: 0.8;
}
.attentionBan{
    margin-bottom:93px;
}
a#viewMoreOwnGem {
    font-family: 'Quattrocento-Bold';
    opacity: 0.6;
}
/*.step-page .threesixty-iframe {
    height: 470px !important;
}*/
#myModal-addcartOrder.modal {
    z-index: 10002;
}
.step-page .btn-new.btn-purchase {
    z-index: 1;
}
.step-page .steppageTab {
    width: 100%;
    direction: rtl;
    clear:both;
}
.step-page .steppage-Tabpanel .graph-cnt {
    min-height: auto;
    max-height: inherit;
}

/* Slider Image starts*/
.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;
    }
/* Slider image ends*/
/*Banner image content 27th April 2022*/
.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;
    font-family: 'Quattrocento';
}
.unique-image {
    margin: 0;
    padding: 0;
    text-align: center;
}
    .unique-image li:first-child {
        margin: 0;
    }
    .unique-image li {
        display: inline-block;
        vertical-align: top;
       /* width: 32%;*/
    }
ul.img-view.wow.fadeInLeft li {
    display: block;
    width: auto;
}
@media (min-width: 992px) {
    .unique-image li {
        margin: 0 4px;
    }
}
@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}
/*27th April 2022 End*/
.close.popup-close {
    z-index: 99999;
}
.social-share.dropdown-menu {
    border: 2px solid #ececec;
    position: absolute;
    top: 30px;
    min-width: 208px;
    left: inherit;
    min-height: 47px;
    right: 0;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 10%);
    padding: 7px 10px;
    text-align: left;
}
.social-share:before {
    border-color: rgba(194, 225, 245, 0) !important;
    border-bottom-color: #ececec !important;
    border-width: 16px !important;
    margin-left: 65px !important;
}
.social-share:after {
    border-color: rgba(136, 183, 213, 0) !important;
    border-bottom-color: #fff !important;
    border-width: 12px !important;
    margin-left: 69px !important;
}
    .social-share:after, .social-share:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
 .shre-part li a {
    padding: 0 !important;
}
 /*28/4/2022*/
.close.popup-close {   
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 30px;
    transition: ease 0.25s all;
    opacity: 1;   
    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;
}
h2.background {
    text-align: center;
    position: relative;
    font-size: 28px;
    color: #0b219f;
    font-family: 'Quattrocento-Bold';
    text-transform: uppercase;
}
.hnt-mdl:before {
    background: #dadddf;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.modal-body.reg-form {
    padding: 10px 0;
}
    .modal-body.reg-form.hnt-frm .form-group {
        margin-bottom: 20px;
    }
.modal-body p {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 20px;
    padding-right: 10px;
}
.send-hinter {
    color: #000;
    font-size: 26px;
    font-style: italic;
    margin: 0 0 18px;
    font-family: 'Quattrocento' !important;
    text-transform:inherit;
}
.modal-body.reg-form.hnt-frm .form-group {
    margin-bottom: 20px;
}
.reg-form label {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: inherit;
}
.hnt-frm .form-control-pp {
    height: 46px;
}
.form-control-pp {
    width: 100%;
    border: 1px solid #dedede;   
    padding: 4px 10px;
    font-size: 14px;
    color: #8f8f8f;
}
.rgt-send-hintbg {
    min-height: 548px;
    background: #fcfafa;
    padding: 0 20px;
}
.img-center {
    margin: 0 auto;
}
.hint-txt p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}
.modal-dialog.modal-lg-nw .modal-content {
    border-radius: 0;
    box-shadow: none;
    margin: 50px 0;    
}
.modal-content.mdl-sendhint {
    padding: 15px 20px 20px !important;
}
.hnt-mdl span {    
    padding: 0 25px;
    position: relative;
    z-index: 1;
}
.fancybox-caption {
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 15px;
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
        float: left;
    }
    .modal-dialog.modal-lg-nw {
        width: 898px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .padleft50 {
        padding-right: 30px;
    }
}
#send-hint {
    z-index: 10001;
}
.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px;
}
.rc-anchor-content {
    display: inline-block;
    position: relative;
}
.rc-inline-block {
    display: inline-block;
    height: 100%;
}
.rc-anchor-light {
    background: #f9f9f9;
    color: #000;
}
.modal {
    font-family: 'Quattrocento';
    color: #333;
}
/* 6/6/2022 */
button.close.popup-close.remove-closebg {
    background: none;
    width: 200px;
    color: #000;
    right: 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    top: 20px !important;
}
    button.close.popup-close.remove-closebg img {
        width: 16px;
        vertical-align: top;
    }
#myModal-selectsetting .background.hnt-mdl::before,
#myModal-selectsetting .background.hnt-mdl::after{
    display:none;
}
#myModal-selectsetting h2.background {
    padding-top: 50px;
    background: #fff;
    padding-bottom: 30px;
    font-size: 25px;
    color: #000;
}
#myModal-selectsetting h2.background span {
    background: #fff;
}
.step-page #myModal-selectsetting .modal-dialog.modal-lg-nw-report {
    /* width: 68%;
    margin-bottom: 80px;*/
    width: 55%;
    margin-bottom: 80px;
}
#btnPopupJewel.btn-new {
    width: 225px;
    height: 45px;
    letter-spacing: 0.5px;
    background-color: #c3bdad;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #c3bdad;
    border-bottom: 1px solid #c3bdad;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
    opacity: 1 !important;
}
#myModal-selectsetting .modal-footer h6 {
    font-family: "Palace Script MT";
    font-size: 48px;
    text-align: center;
    margin: 0;
}
#myModal-selectsetting .modal-footer h2 {
    text-align: center;
    font-size: 26.5px;
    background: -webkit-linear-gradient(#aea8ab, #585556);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

#myModal-selectsetting .modal-footer h3 {
    font-size: 21px;
    text-align: center;
    margin-top: 25px;
}


/* venki 20/6/2022 */

#myModal-SignInUp {
    z-index: 100000;
}

#myModal-SignInUp h2
{
  font-size: 20px;
  text-align: center;
  font-family: 'Quattrocento';
  color: #000000;
 
 }

 #myModal-SignInUp .modal-dialog.modal-lg-nw-report {
   width: 525px;
 }

    #myModal-SignInUp .close.popup-close {
        background: url(../img/close-bgigreey.png)no-repeat;
        top: 0;
        right: 0;
    }
 #myModal-SignInUp .modal-content {
        padding: 30px;
  }

    #myModal-SignInUp .form-control-login {
        height: 46px;
        background-color: #fff;
        border: solid 1px #dadddd;
        width: 100%;
        padding: 10px 12px;
        font-size: 18px;
        color: #000000;
    }
    #myModal-SignInUp .modal-content  button{
        border-left: 0;
        border-right: 0;
    }
    #myModal-SignInUp .modal-content .exit {
        text-align: left;
        font-style: italic;
        font-size: 18px;
    }
    #myModal-SignInUp .modal-content p{
        font-size: 18px;
        color: #000;
    }
    #myModal-SignInUp  label{
        font-size: 18px;
    }
    #myModal-SignInUp .frgt-pwd {
        font-size: 16px;
        color: #167ab8;
        text-decoration: underline;
    }

    #myModal-SignInUp .linebefore-after {
        /*     max-width: 600px;*/
        position: relative;
        font-size: 18px;
        text-align:center
    }

        #myModal-SignInUp .linebefore-after:before {
            content: "";
            display: block;
            width: 45%;
            height: 1px;
            background: #d6cccc;
            left: 0px;
            top: 50%;
            position: absolute;
        }

        #myModal-SignInUp .linebefore-after:after {
            content: "";
            display: block;
            width: 45%;
            height: 1px;
            background: #d6cccc;
            right: 0px;
            top: 50%;
            position: absolute;
        }
/* 19/9/2022*/
.CCdservices-landing.purchase-jewelry {
    background: #afacac;
    min-height: 250px;
    padding: 0px;
    border-bottom: 5px solid #000;
}

.CCdservices-landing .carousel-caption.c-ap p.spoke-content-land-content {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
    color: #010000;
    font-family: "Arial";
    text-align: center;
    padding: 15px 14%;
    margin-bottom: 0;
}

.process-section {
    margin: 35px;
}

    .process-section h2 {
        font-family: 'Arial';
        font-size: 20px;
        text-align: center;
        margin: 0px;
        padding-bottom: 30px;
    }

    .process-section .process-colm .spoke-steps {
        font-family: 'Arial';
        font-size: 15px;
        text-transform: uppercase;
        background: #000;
        color: #fff;
        text-align: center;
        padding: 16px;
        font-style: normal;
        margin-bottom: 5px;
    }

    .process-section .process-colm .spoke-img img {
        width: 100%;
    }

    .process-section .process-colm .spoke-img {
        height: 165px;
    }

    .process-section .process-colm .spoke-title {
        color: #000;
        text-align: center;
        font-family: 'Quattrocento-Bold';
        padding-top: 35px;
    }

    .process-section .process-colm .Spoke-content {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 24px;
        color: #050000;
        font-family: "Times New Roman";
        text-align: center;
        padding-top: 25px;
    }

    .process-section .spoke-selected-diamond {
        display: flex;
        padding: 50px 0px;
        text-align: center;
    }

        .process-section .spoke-selected-diamond .spoke-inline p {
            font-size: 16px;
            letter-spacing: 1px;
            line-height: 24px;
            color: #080000;
            font-style: italic;
            font-family: "Times New Roman";
            text-align: center;
            margin-bottom: 0;
        }

            .process-section .spoke-selected-diamond .spoke-inline p:first-child {
                font-style: normal;
            }

        .process-section .spoke-selected-diamond .spoke-inline a {
            text-align: center;
            margin: auto;
            color: #313336;
            font-family: 'Quattrocento-Bold';
            text-decoration: underline;
        }

.spoke-search-section {
    background: #f5f5f5;
    padding: 35px 0px;
}

    .spoke-search-section .c-ap.c-ap2 h2 {
        font-size: 25px;
        color: #313335;
        font-style: normal;
        color: #050000;
        font-family: "Times New Roman";
    }

    .spoke-search-section .c-ap.c-ap2 p, .spoke-search-section .c-ap.c-ap2 span {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 24px;
        color: #050000;
        font-family: "Times New Roman";
        text-align: center;
        padding-top: 0;
        margin: 0;
    }

    .spoke-search-section .c-ap.c-ap2 span {
        font-weight: bold;
    }

    .spoke-search-section .custom-design-service {
        padding: 25px 60px 0;
    }

        .spoke-search-section .custom-design-service .btn-new.btn-purchase.search-btn {
            width: 100%;
            margin: 0;
            font-size: 16px;
            height: auto;
        }

.search-list {
    margin-top: 20px;
}

    .search-list .search-list-img {
        height: 256px;
        margin: auto;
    }

        .search-list .search-list-img img {
            width: 100%;
            height: 100%;
        }

.spoke-search-section .c-ap.c-ap2 .search-list p {
    padding: 10px;
}

/* venki 20/6/2022 */

#myModal-SignInUp {
    z-index: 100000;
}

    #myModal-SignInUp h2 {
        font-size: 20px;
        text-align: center;
        font-family: 'Quattrocento';
        color: #000000;
    }

    #myModal-SignInUp .modal-dialog.modal-lg-nw-report {
        width: 525px;
    }

    #myModal-SignInUp .close.popup-close {
        background: url(../img/close-bgigreey.png)no-repeat;
        top: 0;
        right: 0;
    }

    #myModal-SignInUp .modal-content {
        padding: 30px;
    }

    #myModal-SignInUp .form-control-login {
        height: 46px;
        background-color: #fff;
        border: solid 1px #dadddd;
        width: 100%;
        padding: 10px 12px;
        font-size: 18px;
        color: #000000;
    }

    #myModal-SignInUp .modal-content button {
        border-left: 0;
        border-right: 0;
    }

    #myModal-SignInUp .modal-content .exit {
        text-align: left;
        font-style: italic;
        font-size: 18px;
    }

    #myModal-SignInUp .modal-content p {
        font-size: 18px;
        color: #000;
    }

    #myModal-SignInUp label {
        font-size: 18px;
    }

    #myModal-SignInUp .frgt-pwd {
        font-size: 16px;
        color: #167ab8;
        text-decoration: underline;
    }

    #myModal-SignInUp .linebefore-after {
        /*     max-width: 600px;*/
        position: relative;
        font-size: 18px;
        text-align: center
    }

        #myModal-SignInUp .linebefore-after:before {
            content: "";
            display: block;
            width: 45%;
            height: 1px;
            background: #d6cccc;
            left: 0px;
            top: 50%;
            position: absolute;
        }

        #myModal-SignInUp .linebefore-after:after {
            content: "";
            display: block;
            width: 45%;
            height: 1px;
            background: #d6cccc;
            right: 0px;
            top: 50%;
            position: absolute;
        }

/*venki-2/9/2022*/
.carousel-caption h1.gradient-title {
    font-style: normal;
    text-transform: uppercase;
    font-size: 3rem;
    text-align: center;
    background: -webkit-linear-gradient(#c7c7c7, #433f3f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    padding-bottom: 20px;
}

.c-ap.c-ap2 p.afterbeforegradient {
    font-family: "Palace Script MT";
    font-size: 4.5rem;
    text-align: center;
    margin: 0;
    font-weight: 300;
    letter-spacing: 3px;
}

.carousel-caption h1.non-gradient-title {
    font-style: normal;
    text-transform: uppercase;
    font-size: 3.2rem;
    text-align: center;
    padding: 20px;
}

.c-ap.c-ap2 p.afterbeforegradient::before,
.c-ap.c-ap2 p.afterbeforegradient::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #fff;
    width: 112px;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

.padding-52 {
    padding: 52px;
}

.bespoke-title {
    font-size: 28px;
    text-align: center;
    font-family: Quattrocento;
}

    .bespoke-title > b {
        text-decoration: underline;
    }

.custom-design-service .form-control-login.acct-input {
    height: 46px;
}

.custom-design-service label {
    font-size: 19px;
    font-family: 'Quattrocento-Bold';
    opacity: 0.9;
}

.custom-design-service {
    padding: 60px 60px 0;
    margin: auto;
}

.form-control-pp.Descriptionbespoke {
    height: auto;
    font-size: 16px;
}

    .form-control-pp.Descriptionbespoke::-webkit-input-placeholder {
        color: #8f8f8f;
        opacity: 0.6;
    }

    .form-control-pp.Descriptionbespoke:-moz-placeholder { /* Firefox 18- */
        color: #8f8f8f;
        opacity: 0.6;
    }

    .form-control-pp.Descriptionbespoke::-moz-placeholder { /* Firefox 19+ */
        color: #8f8f8f;
        opacity: 0.6;
    }

    .form-control-pp.Descriptionbespoke:-ms-input-placeholder {
        color: #8f8f8f;
        opacity: 0.6;
    }

    .form-control-pp.Descriptionbespoke::placeholder {
        color: #8f8f8f;
        opacity: 0.6;
    }

.customselectbespoke select {
    padding: 5px 5px 5px 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*  border-radius: 3px;*/
    border: solid 1px #dadddd;
    background: white;
    z-index: 1;
    text-indent: 10px;
}

.customselectbespoke .img-select {
    position: relative;
}

.customselectbespoke .img-option {
    position: absolute;
    width: 50px;
    height: 44px;
    margin: 0;
    z-index: 2;
    line-height: 39px;
    font-size: 16px;
    padding: 4px;
    text-align: center;
    background: #e8e9e9;
    border: 1px solid #fff;
    overflow: hidden;
    top: 1px;
    left: 1px;
}

.customselectbespoke ul.ship-txt.j-d-txt li {
    display: inline-block;
    width: 25%;
    line-height: 38px;
    padding-top: 3px;
}

.bespoke-image {
    margin: auto;
    text-align: center;
    background: #fff;
    padding: 30px;
    padding-bottom: 15px;
}

.bespoke-left {
    margin: auto;
    text-align: center;
    background: #fff;
    padding-bottom: 30px;
}

.bespoke-image img {
    width: 142px;
}

.bespoke-content {
    width: 70%;
    margin: auto;
}

    .bespoke-content h3 {
        font-size: 19px;
        font-family: 'Quattrocento-Bold';
        opacity: 0.8;
        line-height: 30px;
        word-spacing: 2px;
        margin-top: 10px;
    }

    .bespoke-content h4 {
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 2px;
        padding: 5px;
        margin: 0;
    }

    .bespoke-content .prices-gem {
        font-weight: 600;
        font-size: 25px;
        margin: 0;
        font-family: 'Quattrocento-Bold';
    }

    .bespoke-content a {
        padding-right: 25px;
        text-decoration: underline;
        padding-left: 25px;
    }

.content-step2 {
    font-size: 19px;
    text-align: center;
    line-height: 35px;
    padding-top: 25px;
    font-weight: 500;
}

.besokebtn {
    display: flex;
    align-items: center;
}

    .besokebtn span {
        padding: 15px 25px;
        font-size: 19px;
    }

.custom-file {
    position: relative;
    /* display: inline-block;*/
    width: 50%;
    height: 44px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 44px;
    margin: 0;
    opacity: 0;
    font-family: 'Quattrocento';
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0px;
    z-index: 1;
    height: 44px;
    padding: 0.375rem 0.75rem;
    line-height: 34px;
    color: #9c9293;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    padding-left: 26%;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Quattrocento';
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Choose File";
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 42px;
    padding: 0.375rem 2.75rem;
    line-height: 34px;
    color: #fff;
    content: "Choose File";
    background-color: #9c9293;
    border-left: inherit;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #fff;
    font-family: 'Quattrocento';
}

.label-sketch {
    font-size: 14px;
    font-family: 'Quattrocento-Bold';
    opacity: 0.7;
    padding-bottom: 10px;
}

#txtyourlink {
    display: block;
    height: 44px;
    font-size: 16px;
    color: #9c9293;
}

.text-postion {
    position: relative;
    width: 50%;
}

    .text-postion a, .custom-file a {
        position: absolute;
        top: 0;
        right: -60px;
    }

.margin-space {
    margin-bottom: 50px;
    margin-top: 30px;
}

.file-upload-image {
    padding-top: 20px;
    display: flex;
}

.file-link-content {
    padding-left: 15px;
    align-items: center;
    margin-top: 20px;
}

    .file-link-content h2 {
        font-size: 16px;
        font-family: 'Quattrocento-Bold';
        opacity: 0.68;
        align-items: center;
    }

    .file-link-content a {
        text-decoration: underline;
        align-items: center;
    }

.activebtn {
    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;
}

.pa-size {
    font-size: 19px;
    text-align: center;
    padding: 0px 65px;
    margin-bottom: 30px;
}

.text-postion2 {
    position: relative;
    width: 45%;
    display: flex;
    align-items: center;
    margin: auto;
}

.search-part {
    width: 30% !important;
    margin: auto !important;
    /* align-items: flex-start; */
    left: 16px;
    position: relative;
}

ul .align-change-menu.nav.nav-tabs.menu-list-dropdown li {
    float: left;
}

.cad-owndesign .drp-part {
    padding: 0px 60px 0 60px;
}

    .cad-owndesign .drp-part .dropdwn-left-part h3 {
        font-size: 24px;
        font-family: 'Quattrocento-Bold';
        font-style: normal;
        word-spacing: 6px;
        text-align: left;
    }

    .cad-owndesign .drp-part .dropdwn-left-part p {
        word-spacing: 0px;
        font-size: 14px;
        font-family: 'Quattrocento-Bold';
        letter-spacing: 0.5px;
        text-align: left;
    }

    .cad-owndesign .drp-part .dropdwn-left-part {
        /*  width: 72%;*/
        text-align: center;
        padding-top: 50px;
    }

        .cad-owndesign .drp-part .dropdwn-left-part .view-more-btn,
        .cad-owndesign .drp-part .dropdwn-left-part .btn-new.btn-drop-dwn {
            margin: 10px 0 0;
            width: 200px;
            white-space: nowrap;
            display: inline-block;
            padding: 8px 25px;
            line-height: 22px;
            border: solid 2px #9c9293;
            height: 40px;
        }

    .cad-owndesign .drp-part .distab-cell1 {
        display: table-cell;
        vertical-align: middle;
        padding: 0 3px;
    }

    .cad-owndesign .drp-part img {
        float: inherit;
        margin: initial;
        width: 100%;
        padding: 35px;
    }

/*28/9/2020 Popup*/
#myModal-selectsetting h2.telhead {
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 20px;
    font-family: 'Quattrocento';
    letter-spacing: 0px;
}

#myModal-selectsetting h5.telhead {
    text-align: left;
    font-size: 21px;
    color: #000;
    padding: 15px 30px;
    font-family: 'Quattrocento';
    margin: 0;
}

#myModal-selectsetting .form-group {
    padding: 0px 25px;
}

#myModal-selectsetting .form-control-pp {
    color: #000;
    height: 48px;
    font-size: 18px;
}

#myModal-selectsetting .close.popup-close {
    background: url(../img/close-bgigreey.png)no-repeat;
    background-size: 22px 22px;
    width: 28px;
    top: 24px;
    right: 24px;
}

#myModal-selectsetting input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

#myModal-selectsetting inpu::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

#myModal-selectsetting inpu:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

#myModal-selectsetting inpu:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

#myModal-selectsetting .afterbefore {
    margin: 25px auto;
    text-align: center;
}

    #myModal-selectsetting .afterbefore:after, #myModal-selectsetting .afterbefore:before {
        display: inline-block;
        content: "";
        border-top: 1px solid #d9d9d9;
        width: 40%;
        margin: 0 1rem;
        transform: translateY(-0.5rem);
    }

#myModal-selectsetting .btn-tz-nw.mre-det2 {
    margin: 10px auto 20px !important;
}

#myModal-selectsetting label {
    position: relative;
    font-weight: inherit;
    font-size: 16px;
    color: #000;
}
/*29/9/2022*/

#myModal-selectsetting2 .process-section h2 {
    padding-bottom: 10px;
    font-size: 15px;
}

#myModal-selectsetting2 .close.popup-close {
    background: url(../img/close-bgigreey.png)no-repeat;
    background-size: 22px 22px;
    width: 28px;
    top: 24px;
    right: 24px;
}

#myModal-selectsetting2 .process-section .process-colm .spoke-steps {
    margin-bottom: 5px;
    padding: 12px;
    font-size: 14px;
}

#myModal-selectsetting2 .process-section .process-colm .spoke-title {
    padding-top: 10px;
    font-size: 15px;
}

#myModal-selectsetting2 .process-section .process-colm .Spoke-content {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0;
}

#myModal-selectsetting2 .CCdservices-landing.purchase-jewelry {
    background: #fff;
}

#myModal-selectsetting2 .c-ap.c-ap2 h3 {
    color: #000;
    margin: 0;
    font-size: 22px;
    font-style: normal;
    text-align: center;
    font-family: 'Arial';
    padding-top: 25px;
}

#myModal-selectsetting2 .c-ap.c-ap2 h5 {
    color: #000;
    margin: 0;
    font-size: 18px;
    text-align: center;
    font-family: 'Arial';
    padding: 35px 0px;
}

#myModal-selectsetting2 .content-popup-part1 {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'Quattrocento';
    width: 72%;
    margin: auto;
    margin-bottom: 25px;
}

#myModal-selectsetting2 .bg-ADD-CAD {
    padding: 16px;
    text-align: center;
    font-size: 16px;
   /* background-color: #e3e7e8;*/
    color: #000;
    font-family: 'Arial';
    width: 50%;
    margin: auto;
    margin-bottom: 25px;
}
/*17/7/2023 responsive*/

@media (max-width: 767.98px)  {
    ul .align-change-menu.nav.nav-tabs.menu-list-dropdown li {
        float: inherit;
    }
    .btn-new {
        padding: 10px 0px;
        line-height: 14px;
        font-size: 12px;
    }
    .besokebtn span {
        padding: 5px ;
        font-size: 12px;
        vertical-align: middle;
    }
    .bespoke-title {
        font-size: 16px !important;
    }
  
    }
@media (max-width: 1365px) {
    .free-shipping li, .step-page .ship-txt li {
        white-space: normal;
    }
}
@media (max-width: 1200px) {
    .color-bg-black  img {
        width:100%;
    }
    .besokebtn span {
        padding: 15px 14px;
        font-size: 12px;
    }
    #divLinkImage .besokebtn .btn-new.btn-new.btn-tz-nw.mre-det2 {
        height: auto;
    }
	
	#btnPopupJewel.btn-new {
		height:auto;
		font-size: 14px;
	}
	#myModal-selectsetting .modal-footer h3 {
    font-size: 16px;}
	#myModal-selectsetting .modal-footer h2 {
    font-size: 16.5px;}
	#myModal-selectsetting .modal-footer h6 {
    font-size: 35px;}
	.setting-select span {
    font-size: 14px;}
	#myModal-selectsetting h2.background {
    padding-top: 21px;
    padding-bottom: 0;
    font-size: 18px;
    color: #000;
}
   
}
@media (max-width: 1199px) { 
    .btn-new.btn-purchase{

height:auto;
}
}
@media (max-width: 1124px) {
    .product-page .create-video > span > img {
        width: 40px;
    }

    .create-video {
        font-size: 12px;
    }

    .step-page.product-page .page-title {
        font-size: 25px;
    }

        .step-page.product-page .page-title span {
            font-size: 48px;
        }

    .step-page .progress-bar__steps--text p {
        font-size: 15px;
    }

        .step-page .progress-bar__steps--text p strong {
            font-size: 18px;
        }

    .step-page .stone-type, .step-page .stone-setting, .step-page .stone-ring {
        font-size: 18px;
        top: 12px;
    }

    .progress-bar__steps--numbers:before {
        top: -10px;
        font-size: 25px;
    }

    .bar-image img {
        width: 35px !important;
    }
    .progress-bar li.progress-bar__steps:nth-child(3) span img {
        height: 24px;
        width: auto !important;
    }

    .progress-bar__steps:last-child .progress-bar__steps--numbers:before {
        font-size: 25px;
    }

    .step-page .progress-bar__steps:last-child .progress-bar__steps--numbers:before {
        top: -10px;
    }

    .step-page .bar-image {
        top: 30px !important;
    }

    .progress-bar__steps {
        padding: 10px 0 10px 35px;
    }

    .dropdwn-left-part p br {
        display: none;
    }

    .step-page.product-page .align-middlebespoke p.newstyle:after,
    .step-page.product-page .align-middlebespoke p.newstyle:before,
    .step-page.product-page .align-middlebespoke .page-title span:before,
    .step-page.product-page .align-middlebespoke .page-title span:after {
        width: 18% !important;
    }

    .carousel-caption h1.gradient-title {
        font-size: 25px;
    }


    .carousel-caption h1.non-gradient-title {
        font-size: 20px;
        padding: 15px 0;
    }

    .bespoke-title {
        font-size: 20px;
    }
    .padding-52 {
        padding: 10px;
    }
    #myModal-selectsetting2 .bg-ADD-CAD {
        line-height: 45px;
        width: 100%;
    }
  

}

    @media (max-width: 991px) {
        .progress-bar__steps:first-child {
            display: none;
        }
        .bespoke-image img {
            margin: auto !important;
        }
        .custom-file-label {
            text-align:center;
        }
        .custom-file {
            width: 80%;
        }
        .content-step2 {
            font-size: 16px;
        }
        .spoke-search-section .custom-design-service .btn-new.btn-purchase.search-btn {
            width: auto !important;
        }
        .step-page #myModal-selectsetting .modal-dialog.modal-lg-nw-report {
    width: 95%;
    margin-bottom: 80px;
    margin: auto;

   
        }
		.btn-new.btn-purchase{height:auto;}
		
	}


    @media (max-width: 767px) {
        .progress-bar__steps:last-child .progress-bar__steps--numbers:before, .progress-bar__steps--numbers:before {
            margin-right: 0;
        }

        .progress-bar__steps {
            padding: 10px 0 10px 0px;
            text-align: center;
        }

        .step-page .sub-title {
            padding: 20px;
        }
        .besokebtn {
            align-items: center;
            justify-content: center;
            text-align: center;
            flex-direction: column;
        }
        .carousel-caption {
            bottom: 0px;
        }

        .process-section .process-colm .spoke-img {
            height: auto;
        }
        .stone-achor {
            display:flex;
        }
        .step-page .steppageTab {
            direction: initial;
        }
        }

    @media (max-width: 720px) {
        .bar-image img {
            width: 35px !important;
            margin: auto;
        }

        .step-page .bar-image {
            display: block;
            position: initial;
            text-align: center;
            margin: 5px auto;
        }

        .step-page.product-page .align-middlebespoke p.newstyle:before,
        .step-page.product-page .align-middlebespoke p.newstyle:after,
        .c-ap.c-ap2 p.afterbeforegradient::before,
        .c-ap.c-ap2 p.afterbeforegradient::after,
        .step-page.product-page .align-middlebespoke .page-title span:before,
        .step-page.product-page .align-middlebespoke .page-title span:after {
            display: none !important;
        }

        .bespoke-left {
            margin-top: 15px !important;
            padding-bottom: 15px;
        }
      
        .bespoke-content h3 {
            font-size: 16px;
        }
            .bespoke-content .prices-gem {
            font-size: 18px;
        }
        .bespoke-content h4 {
            font-size: 18px;
        }
        .bespoke-content h3 {
            font-size: 16px;
        }
        .custom-design-service label {
            font-size: 16px;
        }
        .custom-design-service {
            padding: 20px 20px 0;
        }
        .content-step2 {
            font-size: 16px;
            line-height: 20px;
        }
        .custom-file-label, .custom-file-label::after {
            font-size: 12px;
            padding: 5px;
            text-align: right;
        }
        #btnProceed {
            width: 95% !important;
        }
        .progress-bar__steps--text {
            position:initial !important;
        }
        .stone-achor {
            align-items: center;
            justify-content: center;
            position: initial !important;
        }
        .progress-bar__steps {
         padding:0px;   
        }
        }

    @media (max-width: 640px) {
        .progress-bar__steps:last-child .progress-bar__steps--numbers:before, .progress-bar__steps--numbers:before {
            margin-right: 0;
            margin-left: 0;
            position: initial;
            display: block;
            margin: auto;
            font-size: 20px;
        }

        .step-page .stone-type, .step-page .stone-setting, .step-page .stone-ring {
            font-size: 14px;
            display: block;
            position: initial;
            line-height: 18px;
        }

        .progress-bar__steps--text br {
            display: none;
        }

        .step-page .stone-ring-size {
            display: none;
        }

        .progress-bar__steps:before {
            border-left: 5px solid #e7e7e7;
        }

        .progress-bar__steps:after {
            border-left: 5px solid #fff;
        }

        .progress-bar .current:after {
            border-left: 5px solid #f7f7f7;
        }

        .step-page.product-page .page-title span {
            font-size: 34px;
        }

        .step-page.product-page .page-title {
            font-size: 20px;
        }

        .progress-bar__steps {
            padding: 5px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .step-page.product-page .align-middlebespoke p.newstyle {
            width:100% !important;
        }

        #myModal-selectsetting2 .bg-ADD-CAD a {
            font-size: 12px !important;
            padding: 9px !important;
            white-space: nowrap;
        }
        #myModal-selectsetting2 .bg-ADD-CAD {
            padding: 0px !important;
            font-size: 12px !important;
            line-height: 45px;
        }
        #myModal-selectsetting2 .c-ap.c-ap2 h3, #myModal-selectsetting2 .c-ap.c-ap2 h5 {
            font-size: 16px !important;
        }
        #myModal-selectsetting2 .c-ap.c-ap2 p {
            padding-left: 0;
            padding-right: 0;
        }
        #divPortfolioSel {
            text-align: center;
        }
        #imgPortfolioSel {
            display: block;
            margin: auto;
            padding-bottom: 15px;
        }
     
    }
@media (max-width:415px) {
    #myModal-selectsetting2 .bg-ADD-CAD a {
        font-size: 10px !important;
        padding: 6px 0px !important;
    }

}

    @media (max-width: 375px) {
        .step-page .stone-type, .step-page .stone-setting, .step-page .stone-ring {
            font-size: 12px;
            white-space: nowrap;
        }

        .progress-bar__steps:last-child .progress-bar__steps--numbers:before, .progress-bar__steps--numbers:before {
            font-size: 16px;
        }
     
        }

.dropdwn-left-part .view-more-btn {
    margin: auto !important;
}
.dropdwn-left-part  br {
    display:none;
}
ul.unique-image li img {
    margin: auto;
}