/* this css file loads only on home page */

.elementor-heading-title{color: var(--tps-black-color) !important;}

.home.wp-custom-logo .grid-container.container{
    max-width: 100% !important;
    padding: 0 0 !important;
} 

.home.wp-custom-logo .container.grid-container .inside-article{
    padding: 0 0 !important;
}

.tps-hp-prdimg-box{position: relative;}

.tps-hp-prouct-box .tps-hp-prdimg-box:hover .elementor-widget-image img{
    box-shadow: 0px 3px 13px 0px rgb(171 170 168 / 78%);
    cursor: pointer;
    text-decoration: underline;
    transition: box-shadow .6s;
}

.tps-hp-prouct-box .tps-hp-prdimg-box:hover .tps-hp-prd-text p{
    text-decoration: underline;
    transition: box-shadow .6s;
}

.tps-hp-prouct-box{margin-top: 20px !important;}

.tps-hp-prd-text p{
    position: absolute;
    bottom: 30px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300 !important;
    font-family: 'Montserrat' !important;
    cursor: pointer;
    transition: box-shadow .6s;
}

.tps-hp-desgnown{position: relative;}

.tps-hp-desgnown,
.tps-hp-desgnown .elementor-element{
    padding: 0 0 !important;
}
 
.tps-hp-desgnown .e-con-inner{z-index: 1;}

.tps-imgdesgin-hp-own{position: relative;}

.tps-imgdesgin-hp-own::after{
    content: 'design your own';
    position: absolute;
    right: 0;
    left: -100%;
    margin: auto;
    display: block;
    width: 200%;
    color: var(--home-page-bg-color);
    text-align: center;
    font-size: 120px;
    top: 10px;
}

.tps-imgdesgin-hp-own img{
    position: relative;
    z-index: 1;
}

.tps-hp-desgnown::after{
    content: '';
    position: absolute;
    top: 130px;
    width: 100%;
    min-height: 235px;
    background-color: var(--home-page-bg-color);
}

.tps-hp-engtxt span.elementor-heading-title{
    font-size: 30px;
    font-weight: 300;
    font-family: 'Montserrat' !important;
}

.tps-hp-engtxt h1.elementor-heading-title{
    font-size: 42px;
    font-weight: bold;
    font-family: 'Alchemin';
}

.tps-hp-engtxt p.elementor-heading-title{
font-weight: 300;
width: 85%;
line-height: 30px;
font-size: 22px;
margin-bottom: 10px;
 font-family: 'Montserrat' !important;
}

.tps-eng-btn-hm{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 23px;
}

.tps-eng-btn-hm a{
    background-color: transparent;
    border: 1px solid var(--tps-black-color);
    color: var(--tps-black-color);
    width: 275px !important;
    padding: 10px 0px 9px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    font-family: 'Montserrat' !important;
    position: relative;
}

.tps-eng-btn-hm a:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tps-black-color);
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease-out;
}
.tps-eng-btn-hm a:hover:before{
    transform: scaleY(1);
}

.tps-eng-btn-hm a:hover{
/*    background-color: var(--tps-black-color);*/
    color: var(--tps-white-color);
}

.tps-eng-btn-hm span{
    padding: 0px 15px;
}

.tps-focus-hp-hed h2.elementor-heading-title{
    font-size: 42px;
    font-weight: bold !important;
    font-family: 'Alchemin' !important;
}

.tps-focus-hp-jewl h3.elementor-heading-title{
    font-size: 42px;
    transform: rotate(270deg);
    position: absolute;
    left: -82px;
    top: 230px;
    font-weight: bold;
    font-family: 'Alchemin';
}
.tps-jewllry_sect-img {
    overflow: hidden;
}
.tps-jewllry_sect-img img {
     transition: transform .5s ease;
    backface-visibility: hidden;
}
.tps-jewllry_sect-img:hover img {
    transform: scale(1.1);
}
.tps-focus-bx-main span.elementor-heading-title{
    font-size: 22px;
    font-weight: 300;
    font-family: 'Montserrat' !important;
}

.tps-hp-engring-bx{
    margin-top: 80px !important;
    margin-bottom: 100px !important;
}

.tps-hp-engring-bx,
.tps-hp-engring-bx .elementor-element{
    padding: 0 0 !important;
}

.tps-hp-engring-bx img{display: block !important;}

.tps-hp-engring-bx h4.elementor-heading-title,
.tps-img-box-web-rng h4.elementor-heading-title{
    font-size: 42px;
    font-weight: bold;
    font-family: 'Alchemin';
}

.elementor-element.tps-engagmentring-box-hp{
    padding-left: 0px !important;
}

.tps-hp-engring-bx p.elementor-heading-title{
    font-weight: 300;
    width: 85%;
    line-height: normal;
    font-size: 22px;
    font-family: 'Montserrat' !important;
}

.tps-hp-look-bx{
    margin-top: 80px !important;
}

.tps-hp-look-bx .tps-look-ptxt{position: relative;}

.tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title{
    font-size: 42px;
    transform: rotate(270deg);
    position: absolute;
    left: 70px;
    top: 230px;
    font-family: 'Alchemin' !important;
    font-weight: 600;
}    

.tps-look-img-hp{position: relative;}

.tps-hp-look-bx-right {
    position: absolute !important;
    top: 70px !important;
    bottom: 0px;
    width: 200px;
    height: 200px;
    background: var(--tps-white-color);
     box-shadow: -3px 0px 16px -4px rgb(42 42 42); 
    background-size: cover;
    z-index: 1;
    left: -70px;
}
.tps-hp-look-bx-left {
    position: absolute !important;
    right: -60px;
    /* top: auto; */
    width: 200px;
    height: 200px;
    background: var(--tps-white-color);
    box-shadow: 7px 5px 16px -4px rgba(148,148,148,1);
    background-size: cover;
    bottom: 90px;
    z-index: 9;
}
.tps-look-btn a{
    background-color: transparent !important;
    color: var(--tps-white-color) !important;
    border-bottom: 1px solid var(--tps-white-color) !important;
    position: absolute;
    top: -70px;
    border-radius: 0px;
    padding: 0 0 !important;
    font-family: 'Montserrat' !important;
    text-decoration: none;
    left: 50%;
    transform: translateX(-50%);
}
.tps-look-btn a:hover{
    color: var(--tps-maincolor);
}
.tps-weddingring-hp,
.tps-weddingring-hp .elementor-element{
    padding: 0 0 !important;
}

.tps-weddingring-hp img{
    display: block !important;
    width: 100%;
}

.tps-weeding-hp-txt.elementor-element{padding-left: 20px !important;}

.tps-weeding-hp-txt h4.elementor-heading-title{
    font-size: 42px;
    font-weight: bold;
    font-family: 'Alchemin';
}

.tps-weeding-hp-txt p.elementor-heading-title{
    font-weight: 300;
    width: 85%;
    line-height: normal;
    font-size: 22px;
    font-family: 'Montserrat' !important;
}

.tps-contjewel-box{
    position: relative;
    padding: 0 0 !important;
}

.tps-contjewel-box-txt{
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28% !important;
    margin-left: unset !important;
} 

.tps-contjewel-box-txt h4.elementor-heading-title{
    font-size: 22px;
    color: var(--tps-black-color) !important;
    text-align: center;
    font-family: 'Montserrat' !important;
    font-weight: 500;
}

.tps-contjewel-box-txt p.elementor-heading-title{
    font-size: 20px;
    color: var(--tps-black-color) !important;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    font-family: 'Montserrat' !important;
}
.tps-eng-slider-modile-wrapper {
    position: absolute;
    background: var(--tps-white-color);
    height: 100%;
    width: 11%;
    z-index: 9;
}
.tps-eng-slider-modile-wrapper .tps-best-seller-eng-rings-title-section {
    font-size: 42px;
    transform: rotate(270deg);
    position: absolute;
    left: -32px;
    top: 180px;
    font-weight: bold;
    font-family: 'Alchemin';
    z-index: 9;
}
 .tps-home-eng-ring a.elementor-button{
    background-color: transparent;
    border: 1px solid var(--tps-black-color);
    color: var(--tps-black-color);
    width: 150px !important;
    padding: 10px 0px 9px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
 }
 .tps-home-eng-ring a.elementor-button:hover{
/*    background-color: var(--tps-white-color);*/
    color: var(--tps-white-color);
}

.tps-contjewel-box-txt a.elementor-button{
    background-color: transparent;
    border: 1px solid var(--tps-black-color);
    color: var(--tps-black-color);
    width: 180px !important;
    padding: 12px 0px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Montserrat' !important;
    position: relative;
}
.tps-contjewel-box-txt a.elementor-button:before{
        content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tps-white-color) !important;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease-out;
}
.tps-contjewel-box-txt a.elementor-button:hover{
     color: var(--tps-white-color) !important;
     border-color:var(--tps-white-color);
}
.tps-contjewel-box-txt a.elementor-button:hover:before{
/*    background-color: var(--tps-white-color);*/
    color: var(--tps-black-color) !important;
}

.tps-discover-bx,
.tps-discover-bx .elementor-element{
    padding: 0 0 !important;
}

.tps-discover-bx img{display: block;}

.tps-discover-txt{
    position: absolute !important; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 65%);
    width: 20% !important;
}

.tps-discover-txt .e-con-inner{
    padding: 40px 20px !important;
}

.tps-discover-txt h4.elementor-heading-title{
    font-size: 24px;
}

.tps-discover-txt p.elementor-heading-title{
    font-size: 30px;
    color: var(--tps-black-color);
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat' !important;
}

.tps-discover-txt span.elementor-heading-title{
    font-size: 25px;
    color: var(--tps-black-color);
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat' !important;
}

.tps-discover-txt a.elementor-button{
    background-color: transparent;
    border: 1px solid var(--tps-black-color);
    color: var(--tps-black-color);
    width: 150px !important;
    padding: 11px 0px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Montserrat' !important;
}

.tps-discover-txt a.elementor-button:hover{
    color: var(--tps-white-color);  
}

.tps-art-bx{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    position: relative;
}

.tps-art-txt.tps-jointhe-circle {
    position: relative;
    /*left: -110px;*/
    border: 1px solid var(--tps-black-color);
    background-color: var(--tps-white-color);
    padding: 40px;
    height: 320px;
    width: 35%;
    margin-top: 4% !important;
}
.tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4{
    font-size: 32px !important;
    line-height: 42px !important;
    margin-bottom: 5px;
    letter-spacing: normal;
    font-weight: bold;
    font-family: 'Alchemin' !important;
}

.tps-art-txt .tps-art-bx-inr h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: normal;
    font-family: 'Montserrat' !important;
}

.tps-art-txt .tps-art-bx-inr p, .tps-jointhe-circle p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: normal;
    font-family: 'Montserrat' !important;
}

.tps-art-txt .tps-art-bx-inr a, .tps-jointhe-circle a{
    background-color: transparent !important;
    border: 1px solid var(--tps-black-color);
    color: var(--tps-black-color) !important;
    width: 160px !important;
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 20px;
    display: block;
    font-weight: normal !important;
    text-align: center;
    font-family: 'Montserrat'!important;
}

.tps-art-txt .tps-art-bx-inr a:hover, .tps-jointhe-circle a:hover{
/*    background-color: var(--tps-black-color) !important;*/
    color: var(--tps-white-color) !important;
}

.tps-ebq-hm-txt h5{
    font-size: 20px;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
}

.tps-hp-retuns-bx h6{
    font-size: 20px;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
}

.icon-fotter-hp{
    width: 100%;
    display: block;
    margin-top: 30px;
    position: relative;

}
/*
.tps-join-cir-par{
    transition-duration: 1.5s;
     opacity: 0;
}
.tps-join-cir-button{
    transition-duration: 2s;
     opacity: 0;
}
.aos-animate .tps-join-cir-par, .aos-animate .tps-join-cir-button{
    opacity: 1;
    transform: translateZ(0);
}*/


.icon-fotter-hp:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    height: 3px;
    background-color: var(--tps-black-color);
    top: -35px;
    margin: auto;
    display: block;
}

.icon-fotter-hp ul{
    list-style-type: none;
    padding: 0 0;
    margin: 0 0;
    text-align: center;
}

.icon-fotter-hp ul li{
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.icon-fotter-hp ul li a.hp-icn{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url(../images/Social-media-sprite.svg);
}

.icon-fotter-hp ul li a.hp-icn.fb-cion{background-position: -6px -5px;}

.icon-fotter-hp ul li a.hp-icn.in-cion{background-position:-56px -5px;}

.icon-fotter-hp ul li a.hp-icn.itune-cion{background-position:-105px -5px;}

.icon-fotter-hp ul li a.hp-icn.yt-cion{background-position:-154px -5px;}

.icon-fotter-hp ul li a.hp-icn.link-cion{background-position:-203px -5px;}

.icon-fotter-hp ul li a.hp-icn.pst-cion{background-position:-252px -5px;}

.icon-fotter-hp ul li a.hp-icn.watp-cion{background-position:-301px -5px;}

.tps-hp-icon-logo{margin-bottom: 30px;}

.tps-hp-retuns-bx-main{
    margin-top: 10px !important;
    margin-bottom: 35px !important;
}

.tps-hp-retuns-bx p{
    font-size: 20px;
    font-weight: 300 !important;
    font-family: 'Montserrat' !important;
}

.tps-hp-retuns-bx a.elementor-button{
    background-color: transparent;
    border: 1px solid var(--tps-black-color);
    color: var(--tps-black-color);
    width: 200px !important;
    padding: 15px 0px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    font-family: 'Montserrat'!important;
    position: relative;
}
.tps-hp-retuns-bx a.elementor-button:hover{
    color: var(--tps-white-color);
}
.tps-hp-retuns-bx a.elementor-button:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tps-black-color) !important;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease-out;
}
.tps-hp-retuns-bx a.elementor-button:hover{
    background-color: var(--tps-black-color);
}
.tps-hp-retuns-bx a.elementor-button:hover:before{
/*    background-color: var(--tps-black-color);*/
    color: var(--tps-white-color); 
        transform: scaleY(1);
}

.tps-homeslider,
.tps-homeslider .elementor-element{
    padding: 0 0 !important;
}

.tps-homeslider.elementor-element .swiper .elementor-swiper-button svg{fill: hsl(0deg 0% 0% / 90%);}

.tps-homeslider .elementor-slide-heading{
    color: var(--tps-black-color);
    font-size: 45px !important;
    font-family: 'Montserrat' !important;
    line-height: 60px !important;
    font-weight: 500 !important;
}

.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button{
    border: 1px solid var(--tps-black-color);
    color: var(--tps-black-color);
    width: 320px;
    padding: 14px 0px;
    font-size: 20px;
    border-radius: 0px;
    font-weight: normal;
    font-family: 'Montserrat' !important;
    position: relative !important;
}

.tps-homeslider .swiper-slide-inner{
    justify-content: right !important;
    right: 15% !important;
}

.tps-homeslider .swiper-pagination{display: none !important;}

.tps-hp-collection-slid{
    margin-top: 50px !important;
}
.tps-best-seller-wedding-ring{
    width: auto !important;
}
.tps-hp-slid-wedring,
.tps-hp-slid-engring,
.tps-hp-collection-slid{
    padding: 0 0 !important;
}

.tps-hp-collection-slid h4.tps-jewelery-collection-title{
    text-align: center;
    color: var(--tps-black-color);
    font-size: 42px;
    font-family: 'Alchemin';
    font-weight: 600;
    text-transform: uppercase;
}

.tps-hp-collection-slid .tps-jewelery-collection-list{
  padding: 0% 5%;
}

.tps-hp-collection-slid .tps-jewelery-collection-item img, .tps-hp-collection-slid .tps-jewelery-collection-item a{
    text-align: center;
    margin: auto;
}

.tps-hp-collection-slid .tps-jewelery-collection-list .slick-slide{
    margin: 0px 10px;
}
.tps-hp-collection-slid .tps-jewelery-collection-list .slick-slide .tps-jewelery-collection-item{
    border: 1px solid transparent;
}
.tps-hp-collection-slid .tps-jewelery-collection-list .slick-slide .tps-jewelery-collection-item:hover{
   border: 1px solid var(--tps-black-color); 
}
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data{
    width: 100%;
    display: block;
    text-align: center;
        font-family: 'Montserrat'!important;
}

.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title{
    font-family: 'Alchemin';
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    display: block;
    margin: 20px 0px 10px;
}

.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr,
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr{
    font-family: 'Montserrat'!important;
    font-weight: 300;
    font-size: 22px;
    line-height: normal;
    display: block;
    margin-bottom: 8px;
}

.tps-hp-collection-slid button.slick-prev.slick-arrow{
    left: 40px;
    display: block;
    height: 35px;
}

.tps-hp-collection-slid button.slick-next.slick-arrow{
    right: 40px;
    display: block;
    height: 35px;
}

.tps-hp-collection-slid button.slick-prev:before{
    font-size: 0px;
    width: 30px;
    height: 35px;
    background-image: url(../images/Homepage-Arrows.svg);
    background-position: -30px -117px;
    display: block;
}

.tps-hp-collection-slid button.slick-next:before{
    font-size: 0px;
    width: 30px;
    height: 35px;
    background-image: url(../images/Homepage-Arrows.svg);
    background-position: -74px -120px;
    display: block;
}

.tps-hp-slid-engring .tps-best-seller-eng-rings-title-section{
    text-align: center;
    z-index: 1;
    position: relative;
}

.tps-hp-slid-engring{
    margin-top: 110px;
    margin-bottom: 60px;
    position: relative;
}

.tps-hp-slid-engring::after {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 100px;
    background-color: var(--home-page-bg-color);
    top: -28px;
}

.tps-hp-slid-engring .tps-best-seller-eng-rings-title-section span.tps-best-seller-eng-rings-title{
    font-family: 'Montserrat'!important;
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
}

.tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle{
    font-family: 'Alchemin';
    font-size: 42px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.tps-hp-slid-engring .tps-best-seller-eng-rings-list .tps-best-seller-eng-ring img{
    margin: auto;
        transition: transform .5s ease;
    backface-visibility: hidden;
}
.tps-hp-slid-engring .tps-best-seller-eng-rings-list .tps-best-seller-eng-ring img:hover{
        transform: scale(1.1);
}
.tps-hp-slid-engring .tps-best-seller-eng-rings-list .slick-current.slick-active .tps-best-seller-eng-ring img{
    transform: scale(1.53);
    transition: 0.8s;
}

.tps-hp-slid-engring .tps-eng-ring-item-meta-data {
    text-align: center;
    position: relative;
    z-index: 1; 
}

.tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span{
    display: block;
    font-size: 25px;
    font-family: 'Montserrat' !important;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
}
.tps-eng-ring-item-meta-data.tps-eng-ring-item-meta-data-single {
    display: none;
}
.tps-hp-slid-engring .tps-best-seller-eng-rings-list .slick-slide.slick-current.slick-active.slick-center .tps-eng-ring-item-meta-data.tps-eng-ring-item-meta-data-single {
    display: block;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
}
.tps-hp-slid-engring .tps-eng-ring-item-meta-data span.tps-eng-ring-item-descr{
    display: block;
    font-size: 20px;
    font-family: 'Montserrat'!important;
    font-weight: 300;
}

.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
    left: 33%;
    top: auto;
    bottom: -8%;
    width: 60px;
    height: 28px;
    background-image: url(../images/Homepage-Arrows.svg);
    background-position: -156px -219px;
    z-index: 1;
    font-size: 0px;
}

.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow{
    right: 33%;
    top: auto;
    bottom: -8%;
    width: 60px;
    height: 28px;
    background-image: url(../images/Homepage-Arrows.svg);
    background-position: -225px -219px;
    font-size: 0;
    z-index: 1;
}

.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev:before,
.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next:before{
    font-size: 0px;
}

.tps-weddingring-hp{
    margin-top: 50px !important;
    margin-bottom:50px !important;
}

.tps-hp-slid-wedring {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    position: relative;
}

.tps-hp-slid-wedring .tps-best-seller-wedding-rings-title-section{
    text-align: center;
     z-index: 1;
    position: relative;   
}

.tps-hp-slid-wedring::after{
    content: '';
    position: absolute;
    width: 100%;
    min-height: 122px;
    background-color: var(--home-page-bg-color);
    top: -38px;
}

.tps-hp-slid-wedring .tps-best-seller-wedding-ring img{
    margin: auto;
        transition: transform 1s ease;
    backface-visibility: hidden;
}
.tps-hp-slid-wedring .tps-best-seller-wedding-ring img:hover{
        transform: scale(1.1);
}

.tps-hp-slid-wedring .slick-current.slick-active .tps-best-seller-wedding-ring img{
    transform: scale(1.53);
    transition: 0.8s;
}

.tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper span.tps-best-seller-wedding-rings-title{
    font-family: 'Montserrat'!important;
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
}

.tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle,
 .tps-hp-slid-engring .tps-best-seller-wedding-rings-subtitle h4 {
    font-family: 'Alchemin' !important;
    font-size: 30px;
    line-height: normal;
    font-weight: bold !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.tps-hp-slid-wedring button.slick-prev.slick-arrow{
    left: 33%;
    top: auto;
    bottom: -9%;
    width: 60px;
    height: 28px;
    background-image: url(../images/Homepage-Arrows.svg);
    background-position: -156px -219px;
    z-index: 1;
    font-size: 0px;
}

.tps-hp-slid-wedring button.slick-next.slick-arrow{
    right: 33%;
    top: auto;
    bottom: -9%;
    width: 60px;
    height: 28px;
    background-image: url(../images/Homepage-Arrows.svg);
    background-position: -225px -219px;
    font-size: 0;
    z-index: 1;
}

.tps-hp-slid-wedring button.slick-prev:before,
.tps-hp-slid-wedring button.slick-next:before{
    font-size: 0px;
}

.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: -40px;
}

.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title{
    display: block;
    font-size: 25px;
    font-family: 'Montserrat'!important;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-descr {
    display: block;
    font-size: 20px;
    font-family: 'Montserrat'!important;
    font-weight: 300;
}

.tps-home-slider,
.tps-home-slider .elementor-element{
    padding: 0 0 !important;
}

.tps-home-slider{
    margin-top: 70px !important;
    margin-bottom: 60px !important;
    position: relative;
}

.tps-home-slider::after{
    content: '';
    position: absolute;
    width: 100%;
    min-height: 122px;
    background-color: var(--home-page-bg-color);
    top: -38px;
}

.tps-home-slider .tps-best-seller-eng-rings-title-section{
    text-align: center;
    z-index: 1;
    position: relative;
}

.tps-home-slider .elementor-widget-heading{z-index: 1;}

.tps-home-slider .elementor-widget-heading h4{
    font-family: 'Montserrat'!important;
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 0px;
    text-transform: uppercase;
    display: block;
}

.tps-home-slider .elementor-widget-heading h4{
    font-family: 'Alchemin'  !important;
    font-size: 42px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: -15px;
}
.tps_explore_diamonds h4.elementor-heading-title{
    font-family: 'Montserrat' !important;
    margin-bottom: -4px;
}

.tps-diamond-shapes-list-wrapper{
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Montserrat'!important;
}

.tps-home-slider .tps-diamond-shapes-list button.slick-prev{
    left: 33%;
    top: auto;
    bottom: 11%;
    width: 60px;
    height: 28px;
    background-image: url(../images/Homepage-Arrows.svg);
    background-position: -156px -214px;
    z-index: 1;
    font-size: 0px;
}

.tps-home-slider .tps-diamond-shapes-list button.slick-next{
    right: 33%;
    top: auto;
    bottom: 11%;
    width: 60px;
    height: 28px;
    background-image: url(../images/Homepage-Arrows.svg);
    background-position: -225px -214px;
    font-size: 0;
    z-index: 1;
}

.tps-home-slider .tps-diamond-shapes-list button.slick-prev:before,
.tps-home-slider .tps-diamond-shapes-list button.slick-next:before{
    font-size: 0px;
}

.tps-home-slider .tps-diamond-shape-div img {
    margin: auto;
    width: 250px;
      transition: transform .5s ease;
    backface-visibility: hidden;
}
.tps-home-slider .tps-diamond-shape-div img:hover{
        transform: scale(1.1);
}

.tps-home-slider .slick-current.slick-active .tps-diamond-shape-div img{
    transform: scale(1.4);
    transition: 0.8s;
}

.tps-home-slider .tps-diamond-shape-meta-data{
    text-align: center;
}

.tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title{
    display: block;
    font-size: 25px;
    font-family: 'Montserrat'!important;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-descr{
    display: block;
    font-size: 20px;
    font-family: 'Montserrat'!important;
    font-weight: 300;
}

.tps-engdesgn-mob{
    display: none !important;
}

.tps-img-box-web-rng h4,
.tps-img-box-web-rng p{
    display: none;
}

/****************/

.tps-ringbuilder-spinner-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.timeline-item {
    background: var(--tps-white-color);
    border-bottom: 1px solid #f2f2f2;
    padding: 25px;
    margin: 0 auto;
}

.tps-ringbuilder-animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 900px 204px;
    height: 40px;
    position: relative;
}

.tps-ringbuilder-animated-background.tps_grid_animated-background {
    height: 300px;
}

.tps-ringbuilder-spinner-grid-container .tps_grid_meta_section {
    bottom: 0px;
    left: 0%;
    width: 100%;
    background-color: var(--tps-white-color);
    height: 90px;
}
.tps-ringbuilder-background-masker {
    background: var(--tps-white-color);
    position: absolute;
}

.tps-ringbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
    bottom: 50px;
    background: #eeeeee;
    width: 90%;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.tps-ringbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_price {
    bottom: 15px;
    background: #eeeeee;
    width: 40%;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
}

/****************/

/************* rtl diraction design start ****************************/
 [dir=rtl] .tps-imgdesgin-hp-own::after {
        left: 0;
        width: 100%;
    }
   [dir=rtl] .slick-next{
        left: auto;
   }
  [dir=rtl] .tps-best-seller-eng-rings-list .slick-slide, [dir=rtl] .tps-jewelery-collection-list.slick-slider,
  [dir=rtl] .tps-best-seller-eng-rings-list.slick-slider,
  [dir=rtl] .tps-best-seller-wedding-rings-list.slick-slider,
  [dir=rtl] .tps-diamond-shapes-list.slick-slider,
  [dir=rtl] .tps-mobile-ring-collection-list.slick-slider,
  [dir=rtl] .tps-mobile-focus-collection-list.slick-slider {
    direction: ltr !important;
}
[dir=rtl] .tps-diamond-shapes-list.slick-slider .slick-slide, [dir=rtl] .tps-best-seller-wedding-rings-list.slick-slider .slick-slide,  [dir=rtl] .tps-best-seller-eng-rings-list.slick-slider .slick-slide{
    float: inline-start;
}
[dir=rtl] .tps-weeding-hp-txt.elementor-element {
    padding-left: 0px !important;
    padding-right: 20px !important;
}
[dir=rtl] .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title {
    left: 180px;
}

/************* rtl diraction design end ****************************/
/* home page Subscribe section design */

.tps-subscriber-form-wrapper {
    color: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #0000008c;
    z-index: 99999999;
    left: 0;
    top: 0;
}
.tps-subscriber-form-wrapper .tps-subscriber-form-bg {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 450px;
    min-width: 450px;
    margin: auto;
    height: 100%;
    min-height: 480px;
}
.tps-subscriber-form-wrapper .tps-subscriber-form-bg .tps-subscriber-form-content{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: var(--tps-white-color);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    max-width: 450px;
    min-width: 450px;
    justify-content: center;
    align-items: center;
}
.tps-subscriber-form-wrapper .tps-subscriber-form-bg .tps-subscriber-form-content h6 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Montserrat'!important;
    font-weight: normal !important;
    color: var(--tps-black-color) !important;
    max-width: 320px;
    margin: auto;
}
.tps-subscriber-form-wrapper .tps-subscriber-form-bg .tps-subscriber-form-content h6 strong{
    font-weight: normal !important;
}
.tps-subscriber-form-wrapper .tps-subscriber-form-bg .tps-subscriber-form-content .mailpoet_recaptcha_container > div iframe {
    width: 46%;
    height: auto;
}
.tps-subscriber-form-wrapper .tps-subscriber-form-bg .tps-subscriber-form-content .mailpoet_recaptcha_container > div {
    width: 100% !important;
    height: auto !important;  
}
.mailpoet_message .mailpoet_validate_success,
.mailpoet_message .mailpoet_validate_error{
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Montserrat'!important;
    font-weight: normal !important;
    color: var(--tps-black-color) !important;
    max-width: 320px;
    margin: auto;
}
.rc-anchor-compact{
    width: 307px;
    display: flex;
    align-items: center;
    height: auto;
}
span.tps-subscriber-form-close {
    width: 35px;
    height: 35px;
    background-image: url(../images/Homepage-Arrows.svg);
    z-index: 999;
    background-position: -276px -116px;
    position: absolute;
    right: 2px;
    top: 0;
    cursor: pointer;
}
span.tps-subscriber-form-close:hover{
    background-position: -334px -116px;
}


/*end*/



/*home page 80% chagens*/
.tps-homeslider .elementor-slide-heading{
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: normal !important;
}
.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button,
.tps-eng-btn-hm a,
.tps-eng-btn-hm span,
.tps-home-eng-ring a.elementor-button,
.tps-contjewel-box-txt a.elementor-button,
.tps-discover-txt a.elementor-button,
.tps-art-txt .tps-art-bx-inr a, .tps-jointhe-circle a,
.tps-hp-retuns-bx a.elementor-button{
    font-size: 15px;
    position: relative;
}
.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button:before,
.tps-eng-btn-hm a:before,
.tps-eng-btn-hm span:before,
.tps-home-eng-ring a.elementor-button:before,
.tps-contjewel-box-txt a.elementor-button:before,
.tps-discover-txt a.elementor-button:before,
.tps-art-txt .tps-art-bx-inr a:before, .tps-jointhe-circle a:before,
.tps-hp-retuns-bx a.elementor-button:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tps-black-color) !important;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease-out;
}
.tps-discover-txt a.elementor-button:before{
    z-index: 0;
}
.tps-discover-txt a.elementor-button span{
    z-index: 1;
}
.tps-contjewel-box-txt a.elementor-button:before{
     background-color: var(--tps-white-color) !important;
}
.tps-contjewel-box-txt a.elementor-button:hover span{
    color: var(--tps-black-color) !important;
}
.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button{
   z-index: 9;
}
.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button:before{
    background-color: var(--tps-white-color) !important;
}
.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button:hover{
    color: #000;
}
.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button:hover:before,
.tps-eng-btn-hm a:hover:before,
.tps-eng-btn-hm span:hover:before,
.tps-home-eng-ring a.elementor-button:hover:before,
.tps-contjewel-box-txt a.elementor-button:hover:before,
.tps-discover-txt a.elementor-button:hover:before,
.tps-art-txt .tps-art-bx-inr a:hover:before, .tps-jointhe-circle a:hover:before,
.tps-hp-retuns-bx a.elementor-button:hover:before{
    transform: scaleY(1); 
}
.tps-hp-engtxt h1.elementor-heading-title{
    font-weight: normal;
    font-size: 30px;
}   
.tps-hp-engtxt p.elementor-heading-title,
.tps-hp-engring-bx p.elementor-heading-title,
.tps-weeding-hp-txt p.elementor-heading-title,
.tps-art-txt .tps-art-bx-inr p, .tps-jointhe-circle p{
    width: 100%;
    line-height: 28px;
    font-size: 18px;
    max-width: 500px;
}
.tps-contjewel-box-txt p.elementor-heading-title{
    line-height: 28px;
    font-size: 18px;
}
.tps-hp-engtxt span.elementor-heading-title,
.tps-home-slider .elementor-widget-heading h4{
    font-size: 22px;
}
.tps-hp-engtxt h1.elementor-heading-title,
.tps-focus-hp-hed h2.elementor-heading-title,
.tps-hp-collection-slid h4.tps-jewelery-collection-title,
.tps-hp-engring-bx h4.elementor-heading-title,
.tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle,
.tps-weeding-hp-txt h4.elementor-heading-title,
.tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle,
.tps-home-slider .elementor-widget-heading h4,
.tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle h4,
.tps-focus-hp-jewl h3.elementor-heading-title,
.tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title,
.tps-img-box-web-rng h4.elementor-heading-title{
    font-size: 30px;
}
.tps-home-slider .elementor-widget-heading h4
.tps-hp-engtxt h1.elementor-heading-title{
    font-size: 30px !important;
    line-height: 30px !important;
}
.tps_explore_diamonds h4.elementor-heading-title{
   font-size: 22px;
   font-weight:300;
   margin-bottom:20px;
}

.tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4{
    font-size: 28px !important;
    line-height: 35px !important;
    max-width: 300px;
}
.tps-focus-hp-jewl h3.elementor-heading-title{
    left: -44px;
}
.tps-focus-bx-main span.elementor-heading-title,
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title,
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr{
        line-height: 28px;
    font-size: 18px;
}
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title{
    margin: 20px 0px 10px;
}
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-price,
.tps-hp-slid-engring .tps-eng-ring-item-meta-data span.tps-eng-ring-item-descr,
.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-descr,
.tps-home-slider .elementor-widget-heading .tps-diamond-shapes-list-title,
.tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-descr{
    font-size: 16px;
}
.tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title,
.tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title,
.tps-discover-txt span.elementor-heading-title{
    font-size: 22px;    
}
.tps-hp-slid-wedring .tps-best-seller-wedding-ring a,
.tps-hp-slid-wedring .tps-best-seller-wedding-ring{
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}
.tps-hp-retuns-bx h6{
    font-size: 18px;
}
.tps-hp-retuns-bx p{
    font-size: 16px;
    font-weight: 300 !important;
    font-family: 'Montserrat' !important;
    line-height: 18px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}
.tps-hp-look-bx-right:hover {
    border: 1px solid var(--tps-black-color);
}
.tps-look-wrapper.tps-init-animate .tps-hp-look-bx-right figcaption.widget-image-caption.wp-caption-text, .tps-look-wrapper.tps-init-animate .tps-hp-look-bx-left figcaption.widget-image-caption.wp-caption-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .25s ease;
    opacity: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: var(--tps-black-color);
    font-family: 'Montserrat' !important;
    font-weight: 500;
}

.tps-look-wrapper.tps-init-animate .tps-hp-look-bx-right:hover figcaption.widget-image-caption.wp-caption-text, .tps-look-wrapper.tps-init-animate .tps-hp-look-bx-left:hover figcaption.widget-image-caption.wp-caption-text {
    opacity: 1;
}
.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data,
.tps-hp-slid-engring .tps-eng-ring-item-meta-data,
.tps-home-slider .tps-diamond-shape-meta-data{
    margin-top: -15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}   

.tps-home-slider .tps-diamond-shape-meta-data{
    margin-top: -25px;
}   
.tps-home-slider .tps-diamond-shapes-list button.slick-prev,
.tps-home-slider .tps-diamond-shapes-list button.slick-next{
    bottom: -20%;
}
.elementor .elementor-element[data-id="24a0dfd"],
.otgs-development-site-front-end{
    display: none !important;
}
/*End*/

/*home page animation*/
.tps-eng-right-animation{
    position: relative;
}
.tps-eng-right-animation .tps-animation-diamond{
    position: absolute;
    top: 0px;
    z-index: 99;
    transform: rotateZ(1deg);
    left: calc(50% - 54px);
    width: 180px; 
}
.tps_home_shape_slider{
    padding-bottom: 100px !important;
}

.tps_animation_left_top_heading{
    transition: all 0.3s ease;
}
.tps_animation_left_top_heading.tps_animate_heading{
    margin-top: -20px;
}
.tps-hp-desgnown .e-con-inner{
    align-items: center !important;
}
.tps-hp-desgnown .tps-hp-engtxt{
    height: fit-content;
}

.tps-jewelery-grid-parent .tps-jewelery-grid-cr{
    flex-direction: row !important;
    grid-gap: 0px !important;
    --widgets-spacing: 20px 0px !important;
}
.tps-hp-desgnown .tps-diamond-angle {
    position: absolute;
    top: 12px;
    left: calc(50% - 72px);
    width: 220px;
    z-index: 9999;
}
.tps-look-btn a{

}
/*End*/

.tps-hp-slid-wedring .slick-track .slick-slide,
.tps-hp-slid-engring .slick-track .slick-slide{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 40px 0px 0px 0px;
    margin: auto;
}
.tps-diamond-shapes-list-wrapper .slick-track .slick-slide{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 60px 0px 0px 0px;
    margin: auto;
}
.tps-hp-slid-wedring .slick-track .slick-slide .tps-best-seller-wedding-ring-link,
.tps-hp-slid-engring .slick-track .slick-slide .tps-best-seller-eng-ring-link,
.tps-diamond-shapes-list-wrapper .slick-track .slick-slide .tps-diamond-shape-link{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span, 
.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title,
.tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title{
    max-width: 360px;
    margin-bottom: 0px;
}

.tps-hp-slid-engring .tps-eng-ring-item-meta-data span.tps-eng-ring-item-descr {
margin-bottom: 0;
}
.tps-weddingring-hp .tps_home_en_heading {
    padding-left: 30px !important;
}

.tps-diamond-slider-section {
    grid-row-gap: 0px !important;
}
.tps-diamond-slider-section .tps-diamond-title-section-sub p{
    font-size: 17px;
    line-height: 26px;
    font-family: 'Montserrat';
    color: var(--tps-black-color);
    font-weight: normal;
    margin-top: 6px;
}
.tps-hp-slid-engring .tps-eng-ring-item-title{
    max-width: 360px;
    margin-bottom: 0px;
    display: block;
    font-size: 20px;
    font-family: 'Montserrat' !important;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: normal;
}
.tps-hp-slid-wedring .tps-wedding-ring-item-title{
   font-size: 20px;
  font-family: 'Montserrat' !important;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
}
.tps_shop_diamond_shape .elementor-swiper-button svg{
    display: none;
}
.tps_shop_diamond_shape .elementor-swiper-button{
    width: 30px;
    height: 30px;
    background-image: url(../images/Homepage-Arrows.svg);
}
.tps_shop_diamond_shape .elementor-swiper-button.elementor-swiper-button-prev{
    background-position: -30px -120px;
}
.tps_shop_diamond_shape .elementor-swiper-button.elementor-swiper-button-next{
    background-position: -66px -120px;
}
.tps-diamond-slider-section .elementor-image-carousel-caption{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat' !important;
    color: var(--tps-black-color);
    text-transform: uppercase;
}   

.tps-diamond-slider-section .swiper-slide::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: -1px;
    border-top: 1px solid var(--tps-black-color) !important;
    border-left: 1px solid var(--tps-black-color) !important;
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

.tps-diamond-slider-section .swiper-slide::after{
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
    top: 0;
    right: 0;
    border-bottom: 1px solid var(--tps-black-color) !important;
    border-right: 1px solid var(--tps-black-color) !important;
    position: absolute;
    content: "";
}

.tps-diamond-slider-section .swiper-slide:hover::before,
.tps-diamond-slider-section .swiper-slide:hover::after{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}
.tps-diamond-slider-section .swiper-slide a{
    z-index: 9;
    position: relative;
}
.tps-no-carousel{
   display: flex;
   flex-wrap: wrap;
   grid-gap: 20px 0.5%;
   justify-content: center;
   padding: 0px 20px;
}
.tps-no-carousel .tps-best-seller-wedding-ring, 
.tps-no-carousel .tps-best-seller-eng-ring{
   width: 24.5% !important;
   margin-left: unset;
   margin-right: unset;
   padding: 5px 5px 10px 5px;
}
.tps-no-carousel .tps_no_carousal_slide{
  width: 100%;
  display: block;
  overflow: hidden;
}
.tps-no-carousel .tps-eng-ring-item-meta-data-single,
.tps-no-carousel .tps-wedding-ring-item-meta-data-single{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tps-best-seller-wedding-rings-list.tps-no-carousel{
   margin-bottom: 30px;
}
.tps-no-carousel .tps-eng-ring-item-title,
.tps-no-carousel .tps-wedding-ring-item-title{
   font-size: 18px;
   font-weight: 500;
}
.tps-no-carousel .tps-wedding-ring-item-descr,
.tps-no-carousel .tps-eng-ring-item-descr{
   font-size: 15px;
   font-weight:300;
}
.tps_home_contempory_jewelery h4.elementor-heading-title{
    font-size: 22px;
    color: var(--tps-black-color) !important;
    font-family: 'Montserrat' !important;
    font-weight: 500;
}
.tps_home_contempory_jewelery p.elementor-heading-title{
    line-height: 28px;
    font-size: 18px;
    color: var(--tps-black-color) !important;
    font-weight: normal;
    font-family: 'Montserrat' !important;
}
.tps_home_contempory_jewelery a.elementor-button{
    background-color: transparent;
    border: 1px solid var(--tps-black-color);
    color: var(--tps-black-color);
    width: 180px !important;
    padding: 12px 0px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat' !important;
    position: relative;
}
.tps_home_contempory_jewelery a.elementor-button::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tps-white-color) !important;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease-out;
}
.tps_home_contempory_jewelery a.elementor-button:hover {
    border-color: var(--tps-white-color);
}
.tps_home_contempory_jewelery a.elementor-button:hover::before{
    transform: scaleY(1);
}
.tps_home_contempory_jewelery a.elementor-button:hover span {
    color: var(--tps-black-color) !important;
    z-index: 1;
}
.tps_contempory_jewlery_content{
    max-width: 530px;
}

.tps-hp-desgnown .tps-hp-engtxt{
   top: unset !important;
}

@media(min-width:825px){
    .tps-look-wrapper.tps-init-animate .tps-look-center-imge {
       transform: translateY(0);
      opacity: 1;
    }
    .tps-look-wrapper .tps-look-center-imge{
      transform: translateY(100px);
      opacity: 0;
      transition: 1s all ease;
    }


    .tps-init-animate .tps-hp-look-bx-right {
        transition: transform 0.5s ease;
    }
    .tps-init-animate .tps-hp-look-bx-left {
         transition: transform 0.5s ease;
    }
    .tps-look-wrapper .tps-hp-look-bx-right, .tps-look-wrapper .tps-hp-look-bx-left{
        opacity: 0;
    }
    .tps-look-wrapper.tps-init-animate .tps-hp-look-bx-right, .tps-look-wrapper.tps-init-animate .tps-hp-look-bx-left{
        opacity: 1;
        transform: scale(1.3);
        cursor: pointer;
    }
    @keyframes fadeIn {  
       from {  
           opacity:0;  
       }  

       to {  
           opacity:1;  
       }  
    }
    .tps-look-wrapper.tps-init-animate .tps-look-text-left-home{
        left: 77px;
      animation: slideRight 0.5s ease forwards;
    }
    @keyframes slideRight {
      to {
        left: -10%;
      }
    }
    @keyframes slideRightToLeft {
      to {
        right: 0;
      }
    }
    .tps-join-us-wrapper .tps-jointhe-circle{
        right: 0%;    
    }
    .tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle{
         transform: translatex(-23%);
        animation: slideRightToLeft 0.5s ease forwards;
    }
    .tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle h4 {
        animation:fadeInUp 1s ease backwards;
    }
    .tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle p{
         animation:fadeInUp 2s ease backwards;
    }
    .tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle .tps-join-cir-button{
         animation:fadeInUp 4s ease backwards;
    }

    @keyframes fadeInUp{
      0%{transform:translate(0px, 100px); opacity: 0;}
      100%{transform:translate(0px, 0); opacity: 1;}
    }
}
@media(min-width:1700px){
    .tps-no-carousel .tps_no_carousal_slide{
      height: 200px;
      min-height: 350px;
    }
}
@media(max-width: 1600px){

    .tps-hp-slid-engring .tps-best-seller-eng-rings-list .slick-current.slick-active .tps-best-seller-eng-ring img {
        transform: scale(1.43);
    }
    .elementor-element.tps-engagmentring-box-hp {
        padding-left: 40px !important;
    }


}

@media(max-width: 1440px){

.tps-homeslider.elementor-element .swiper-slide{
    height: 480px !important;
}

.tps-homeslider .elementor-slide-heading{
    font-size: 42px !important;
}

.tps-homeslider .swiper-slide-inner{
    padding: 0 !important;
}

.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button {
    width: 300px;
    padding: 14px 0px;
    font-size: 18px;
}

.tps-discover-txt {
    width: 28% !important;
}

.tps-home-slider .tps-diamond-shapes-list button.slick-prev,
.tps-hp-slid-wedring button.slick-prev.slick-arrow,
.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
    left: 32%;
}

.tps-home-slider .tps-diamond-shapes-list button.slick-next,
.tps-hp-slid-wedring button.slick-next.slick-arrow,
.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow {
    right: 32%;
}



.tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span{
    font-size: 24px;
    margin-top: 70px;
}
.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data .tps-eng-ring-item-title,
.tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
.tps-home-slider .tps-diamond-shape-meta-data .tps-eng-ring-item-title{
     margin-top: 10px;
}
.tps-home-slider .tps-diamond-shape-meta-data {
    margin-top: -63px;
}
.elementor-element.tps-hp-engtxt{
    padding-left: 20px !important;
}

.elementor-element.tps-engagmentring-box-hp{
    padding-left: 20px !important;
}

.tps-hp-slid-wedring .slick-current.slick-active .tps-best-seller-wedding-ring img {
    transform: scale(1.40);
}

.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title{
    font-size: 24px;
}

.tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title{
    font-size: 24px;
    margin-top: 70px;
}

/*home page 80% chagens*/
.tps-homeslider .elementor-slide-heading{
    font-size: 28px !important;
    line-height: 38px !important;
}
.tps-hp-engtxt h1.elementor-heading-title, .tps-focus-hp-hed h2.elementor-heading-title, 
.tps-hp-collection-slid h4.tps-jewelery-collection-title, .tps-hp-engring-bx h4.elementor-heading-title, 
.tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle, 
.tps-weeding-hp-txt h4.elementor-heading-title, 
.tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle, 
.tps-home-slider .elementor-widget-heading h4, 
.tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle h4, 
.tps-focus-hp-jewl h3.elementor-heading-title, 
.tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title,
.tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4,
.tps-img-box-web-rng h4.elementor-heading-title{
    font-size: 26px;
}
.tps-hp-engtxt h1.elementor-heading-title{
    font-size: 26px !important;
    line-height: 26px !important;
}
.tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4{
     font-size: 26px !important;    
}
.tps-hp-engtxt span.elementor-heading-title, 
.tps-home-slider .elementor-widget-heading:nth-child(1) h4,
.tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span, 
.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
.tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
.tps-discover-txt span.elementor-heading-title,
.tps_explore_diamonds h4.elementor-heading-title,
.tps-hp-slid-engring .tps-eng-ring-item-title{
    font-size: 20px;
}
.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button, 
.tps-eng-btn-hm a, .tps-eng-btn-hm span, .tps-home-eng-ring a.elementor-button, 
.tps-contjewel-box-txt a.elementor-button, .tps-discover-txt a.elementor-button, 
.tps-art-txt .tps-art-bx-inr a, 
.tps-jointhe-circle a, .tps-hp-retuns-bx a.elementor-button {
    font-size: 14px;
    line-height: 24px;
}
.tps-focus-bx-main span.elementor-heading-title, 
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title, 
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
.tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
    font-size: 18px;
}
.tps-hp-engtxt p.elementor-heading-title, 
.tps-hp-engring-bx p.elementor-heading-title, 
.tps-weeding-hp-txt p.elementor-heading-title,
.tps-art-txt .tps-art-bx-inr p, 
.tps-jointhe-circle p {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    max-width: 450px;
}
.tps-contjewel-box-txt p.elementor-heading-title,
.tps_home_contempory_jewelery p.elementor-heading-title{
    line-height: 26px;
    font-size: 16px;
}
.tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
.tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
.tps-discover-txt span.elementor-heading-title,
.tps-hp-slid-engring .tps-eng-ring-item-title{
    font-size: 20px;
}
.tps-hp-retuns-bx h6 {
    font-size: 16px;
}
.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow,
.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
    bottom: -33px;
}
.tps-hp-slid-wedring button.slick-prev.slick-arrow,
.tps-hp-slid-wedring button.slick-next.slick-arrow{
    bottom: -31px;
}
.tps-diamond-slider-section .tps_explore_diamonds .elementor-heading-title{
    font-size: 18px;
}
/*End*/
.tps-no-carousel .tps-eng-ring-item-title,
.tps-no-carousel .tps-wedding-ring-item-title{
   font-size: 16px;
   font-weight: 500;
}
.tps-no-carousel .tps-wedding-ring-item-descr,
.tps-no-carousel .tps-eng-ring-item-descr{
   font-size: 14px;
   font-weight:300;
}
.tps-no-carousel {
  margin-top: 50px;
}
.tps_contempory_jewlery_content {
    max-width: 400px;
}

.tps-imgdesgin-hp-own::after{
    top: -5px;
}
.tps-hp-desgnown::after{
    top: 120px;
}
.tps-hp-desgnown::after{
    min-height: 269px;
    top: 52px;
}
.tps-hp-desgnown .tps-hp-engtxt {
    top: -56px !important;
}
.tps-imgdesgin-hp-own::after {
   top: -85px;
}

}

@media(max-width: 1400px){

    .tps-home-slider .tps-diamond-shapes-list button.slick-prev,
    .tps-hp-slid-wedring button.slick-prev.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
        left: 32%;
    }
    
    .tps-home-slider .tps-diamond-shapes-list button.slick-next,
    .tps-hp-slid-wedring button.slick-next.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow {
        right: 32%;
    }

    .tps-imgdesgin-hp-own::after{font-size: 110px;}

    .tps-contjewel-box-txt{
        top: 45%;
        transform: translate(-50%, -55%);
    }

}

@media(max-width:1420px){
    .tps-hp-desgnown::after {
        min-height: 255px;
        top: 38px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -74px !important;
    }
}

@media(max-width:1350px){
    .tps-eng-right-animation .tps-animation-diamond{
        left: calc(50% - 44px);
        width: 150px;
    }
    .tps-hp-desgnown .tps-diamond-angle{
        left: calc(50% - 71px);
        width: 209px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: 18px !important;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 130px;
    }
    .tps-imgdesgin-hp-own::after {
        top: -27px;
    }

    .tps-hp-desgnown::after{
        min-height: 269px;
        top: 52px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -33px !important;
    }
    .tps-imgdesgin-hp-own::after {
       top: -100px;
    }
}
@media(max-width:1310px){
    .tps-hp-desgnown .tps-diamond-angle {
        left: calc(50% - 71px);
        width: 204px;
    }
    .tps-hp-desgnown::after{
        min-height: 220px;
    }
    .tps_contempory_jewlery_content {
        max-width: 640px;
        padding-top: 4% !important;        
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: 14px !important;
    }
    .tps-hp-desgnown::after{
        min-height: 269px;
        top: 52px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -33px !important;
    }
    .tps-imgdesgin-hp-own::after {
       top: -100px;
    }

}
@media(max-width: 1280px){

    .tps-homeslider.elementor-element .swiper-slide{
        height: 400px !important;
    }

    .tps-hp-prd-text p{font-size: 14px;}

    .tps-homeslider .elementor-slide-heading{
        font-size: 38px !important;
    }
    
    .tps-imgdesgin-hp-own::after{
        font-size: 90px;
        top: 25px;
    }

    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title {
        font-size: 20px;
    }

    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
        font-size: 18px;
    }

    .tps-hp-slid-wedring button.slick-prev.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
        left: 28%;
    }
    
    .tps-hp-slid-wedring button.slick-next.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow {
        right: 28%;
    }

    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
    .tps-hp-slid-engring .tps-eng-ring-item-title{
        font-size: 22px;
    }
    
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title{
        font-size: 22px;
    }

    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title{
        font-size: 22px;
    }

    /*home page 80% chagens*/
    .tps-homeslider .elementor-slide-heading{
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .tps-hp-engtxt h1.elementor-heading-title, .tps-focus-hp-hed h2.elementor-heading-title, 
    .tps-hp-collection-slid h4.tps-jewelery-collection-title, .tps-hp-engring-bx h4.elementor-heading-title, 
    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle, 
    .tps-weeding-hp-txt h4.elementor-heading-title, 
    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle, 
    .tps-home-slider .elementor-widget-heading h4, 
    .tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle h4, 
    .tps-focus-hp-jewl h3.elementor-heading-title, 
    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-size: 24px;
    }
    .tps-hp-engtxt h1.elementor-heading-title{
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4{
        font-size: 24px !important;    
    }
    .tps-hp-engtxt span.elementor-heading-title, 
    .tps-home-slider .elementor-widget-heading:nth-child(1) h4,
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span, 
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title,
    .tps_explore_diamonds h4.elementor-heading-title,
    .tps-hp-slid-engring .tps-eng-ring-item-title{
        font-size: 18px;
    }
    .tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button, 
    .tps-eng-btn-hm a, .tps-eng-btn-hm span, .tps-home-eng-ring a.elementor-button, 
    .tps-contjewel-box-txt a.elementor-button, .tps-discover-txt a.elementor-button, 
    .tps-art-txt .tps-art-bx-inr a, 
    .tps-jointhe-circle a, .tps-hp-retuns-bx a.elementor-button {
        font-size: 14px;
    }
    .tps-focus-bx-main span.elementor-heading-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
        font-size: 16px;
    }
    .tps-hp-engtxt p.elementor-heading-title, 
    .tps-hp-engring-bx p.elementor-heading-title, 
    .tps-weeding-hp-txt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr p, 
    .tps-jointhe-circle p {
        width: 100%;
        line-height: 26px;
        font-size: 16px;
        max-width: 450px;
    }
    .tps-contjewel-box-txt p.elementor-heading-title{
        line-height: 26px;
        font-size: 16px;
    }
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title,
    .tps-hp-slid-engring .tps-eng-ring-item-title{
        font-size: 18px;
    }
    .tps-hp-retuns-bx h6 {
        font-size: 16px;
    }
   /* .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
        bottom: 16px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-next{
        bottom: 13px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev{
        bottom: 18px;
    }*/
    /*End*/

    .tps-eng-right-animation .tps-animation-diamond {
        left: calc(50% - 37px);
        width: 137px;
    }

    .tps-home-slider .tps-diamond-shape-meta-data{
        margin-top: -55px;
    }
   
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev, 
    .tps-home-slider .tps-diamond-shapes-list button.slick-next {
        bottom: -57px;
    }
    .tps-weddingring-hp .tps_home_en_heading {
        padding-left: 0px !important;
    }
    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title{
        left: 120px;
    }
    .tps-contjewel-box-txt{
     width: 50% !important;
    }
    /*.tps_home_shape_slider {
        padding-bottom: 60px !important;
    }*/
    .tps-imgdesgin-hp-own::after {
        font-size: 117px;
        top: 0px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: 17px !important;
    }
    .tps-hp-desgnown::after {
        min-height: 246px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 117px;
        top: -29px;
    }
    .tps-hp-desgnown::after {
        top: 102px;
    }
    .tps-hp-desgnown::after {
        top: 66px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 117px;
        top: -67px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -25px !important;
    }

}

@media(max-width:1250px){
    .tps-hp-desgnown .tps-diamond-angle {
        width: 199px;
    }
    .tps-hp-desgnown::after {
        min-height: 210px;
    }
    .tps-contjewel-box-txt{

    }
    .tps-hp-desgnown::after {
        min-height: 237px;
    }
    .tps-hp-desgnown::after {
        top: 66px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 117px;
        top: -67px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -25px !important;
    }
}
@media(max-width:1220px){
    .tps-hp-desgnown .tps-diamond-angle {
        width: 184px;
        left: calc(50% - 62px);
    }
    .tps-contjewel-box-txt {
        top: 50%;
        transform: translate(-50%, -53%);
        grid-gap: 5px !important;
    }
    /*.tps-hp-desgnown .tps-hp-engtxt {
        top: 30px !important;
    }*/
}

@media(max-width: 1199px){

    .tps-homeslider.elementor-element .swiper-slide{
        height: 380px !important;
    }

    .tps-homeslider .elementor-slide-heading{
        font-size: 36px !important;
        margin-bottom: 15px !important;
    }

    .tps-hp-desgnown .tps-hp-engtxt{
        padding-left: 15px !important;
    }

    .tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button {
        width: 270px;
        padding: 12px 0px;
        font-size: 18px;
    }

    .tps-hp-engtxt {
        z-index: 1;
    }

    .tps-focus-hp-jewl h3.elementor-heading-title {
        font-size: 38px;
    }

    .tps-focus-hp-hed h2.elementor-heading-title {
        font-size: 38px;
    }

    .tps-focus-bx-main span.elementor-heading-title {
        font-size: 20px;
    }

    .tps-hp-collection-slid h4.tps-jewelery-collection-title {
        font-size: 38px;
    }

    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title {
        font-size: 20px;
        margin: 15px 0px 8px;
    }

    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .tps-hp-engring-bx h4.elementor-heading-title,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-size: 38px;
    }

    .tps-hp-engring-bx p.elementor-heading-title {
        font-size: 20px;
    }

    .tps-weeding-hp-txt h4.elementor-heading-title{
        font-size: 38px;
    }

    .tps-weeding-hp-txt p.elementor-heading-title{
        font-size: 20px;
    }

    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper span.tps-best-seller-wedding-rings-title {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle {
        font-size: 38px;
    }

    .tps-hp-slid-wedring::after {
        min-height: 100px;
    }

    .tps-contjewel-box-txt p.elementor-heading-title {
        font-size: 18px;
        line-height: 20px;
    }

    .tps-contjewel-box-txt a.elementor-button {
        width: 170px !important;
        padding: 10px 0px;
        font-size: 18px;
    }

    .tps-contjewel-box-txt {
        width: 40% !important;
    }

    .tps-home-slider .elementor-widget-heading h4 {
        font-size: 28px;
    }

    .tps-home-slider .elementor-widget-heading h4 {
        font-size: 38px;
    }

    .tps-discover-txt {
        width: 35% !important;
    }
    .tps-mobile-ring-collection-carousel-loader-wrapper .tps-ringbuilder-spinner-grid-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
     .tps-mobile-ring-collection-carousel-loader-wrapper .tps-ringbuilder-animated-background.tps_grid_animated-background {
        height: 200px;
    }
    .tps-ringbuilder-spinner-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .elementor-element.tps-hp-engtxt {
        z-index: 1;
    }

    .tps-home-slider .tps-diamond-shapes-list button.slick-prev,
    .tps-hp-slid-wedring button.slick-prev.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
        left: 26%;
    }
    
    .tps-home-slider .tps-diamond-shapes-list button.slick-next,
    .tps-hp-slid-wedring button.slick-next.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow {
        right: 26%;
    }

    .tps-homeslider .swiper-slide-inner {
        right: 8% !important;
    }

    /*home page 80% chagens*/
    .tps-homeslider .elementor-slide-heading{
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .tps-hp-engtxt h1.elementor-heading-title, .tps-focus-hp-hed h2.elementor-heading-title, 
    .tps-hp-collection-slid h4.tps-jewelery-collection-title, .tps-hp-engring-bx h4.elementor-heading-title, 
    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle, 
    .tps-weeding-hp-txt h4.elementor-heading-title, 
    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle, 
    .tps-home-slider .elementor-widget-heading h4, 
    .tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle h4, 
    .tps-focus-hp-jewl h3.elementor-heading-title, 
    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-size: 24px;
    }
    .tps-hp-engtxt h1.elementor-heading-title{
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4{
        font-size: 24px !important;    
    }
    .tps-hp-engtxt span.elementor-heading-title, 
    .tps-home-slider .elementor-widget-heading:nth-child(1) h4,
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span, 
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title,
    .tps_explore_diamonds h4.elementor-heading-title,
    .tps-hp-slid-engring .tps-eng-ring-item-title{
        font-size: 18px;
    }
    .tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button, 
    .tps-eng-btn-hm a, .tps-eng-btn-hm span, .tps-home-eng-ring a.elementor-button, 
    .tps-contjewel-box-txt a.elementor-button, .tps-discover-txt a.elementor-button, 
    .tps-art-txt .tps-art-bx-inr a, 
    .tps-jointhe-circle a, .tps-hp-retuns-bx a.elementor-button {
        font-size: 14px;
    }
    .tps-focus-bx-main span.elementor-heading-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
        font-size: 16px;
    }
    .tps-hp-engtxt p.elementor-heading-title, 
    .tps-hp-engring-bx p.elementor-heading-title, 
    .tps-weeding-hp-txt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr p, 
    .tps-jointhe-circle p {
        width: 100%;
        line-height: 26px;
        font-size: 16px;
        max-width: 450px;
    }
    .tps-contjewel-box-txt p.elementor-heading-title{
        line-height: 26px;
        font-size: 16px;
    }
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title,
    .tps-hp-slid-engring .tps-eng-ring-item-title{
        font-size: 18px;
    }
    .tps-hp-retuns-bx h6 {
        font-size: 16px;
    }
    /*.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
        bottom: 16px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-next{
        bottom: 13px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev{
        bottom: 18px;
    }*/
    /*End*/

    .tps-hp-desgnown .tps-diamond-angle {
        width: 174px;
        left: calc(50% - 59px);
    }
    .tps-no-carousel .tps-eng-ring-item-title,
    .tps-no-carousel .tps-wedding-ring-item-title{
       font-size: 14px;
    }
    .tps-diamond-slider-section .swiper-slide::before,
    .tps-diamond-slider-section .swiper-slide::after{
        display: none !important;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -10px !important;
    }
    .tps-hp-desgnown::after {
        min-height: 223px;
    }

}
@media(max-width:1090px){
   .tps-hp-desgnown::after {
        min-height: 216px;
        top: 110px;
    }
    .tps-eng-btn-hm{
        margin-top: 10px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 117px;
        top: -62px;
    }
    .tps-hp-desgnown::after {
        min-height: 216px;
        top: 73px;
    }


}

@media(max-width: 1080px){


    .tps-homeslider .elementor-slide-heading {
/*        font-size: 34px !important;*/
        margin-bottom: 10px !important;
    }


    /*.tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button {
        width: 250px;
        padding: 12px 0px;
        font-size: 16px;
    }
*/
    .tps-hp-desgnown .tps-hp-engtxt {
        z-index: 1;
    }

    .tps-imgdesgin-hp-own::after {
        font-size: 80px;
        top: 15px;
    }

    .tps-hp-engtxt span.elementor-heading-title {
       /* font-size: 20px;
        line-height: 20px;*/
    }

   /* .tps-hp-engtxt h1.elementor-heading-title {
        font-size: 34px !important;
        line-height: 34px !important;
    }
*/


    .tps-hp-desgnown::after {
        top: 100px;
        min-height: 180px;
    }

   /* .tps-eng-btn-hm a {
        width: 265px !important;
        font-size: 16px;
    }*/

   /* .tps-focus-hp-hed h2.elementor-heading-title {
        font-size: 34px;
    }

    .tps-focus-hp-jewl h3.elementor-heading-title {
        font-size: 34px;
    }

    .tps-hp-collection-slid h4.tps-jewelery-collection-title {
        font-size: 34px;
    }*/

    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title {
/*        font-size: 18px;*/
        margin: 10px 0px 8px;
    }

    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
/*        font-size: 16px;*/
        margin-bottom: 5px;
    }

    .tps-hp-engring-bx h4.elementor-heading-title, .tps-img-box-web-rng h4.elementor-heading-title{font-size: 34px;}

    .tps-hp-engring-bx p.elementor-heading-title {
/*        font-size: 18px;*/
        width: 90%;
    }

    .tps-hp-slid-engring::after {
        min-height: 90px;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section span.tps-best-seller-eng-rings-title {
/*        font-size: 26px;*/
        margin-bottom: 0px;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle {
/*        font-size: 38px;*/
        margin-bottom: 10px;
    }

    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span {
/*        font-size: 22px;*/
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .tps-hp-slid-engring .tps-eng-ring-item-meta-data span.tps-eng-ring-item-descr {
/*        font-size: 18px;*/
    }

    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title {
/*        font-size: 34px;*/
        top: 170px;
    }

    .tps-look-img-hp::after {
        right: -125px;
        top: 50px;
        width: 170px;
        height: 170px;
    }

    .tps-hp-look-bx .tps-look-ptxt::after {
        left: 110px;
        top: 430px !important;
        bottom: 0px;
        width: 170px;
        height: 160px;
    }

   /* .tps-weeding-hp-txt h4.elementor-heading-title {
        font-size: 34px;
    }

    .tps-weeding-hp-txt p.elementor-heading-title {
        font-size: 18px;
    }*/

    .tps-hp-slid-wedring::after {
        min-height: 90px;
    }

    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title {
/*        font-size: 22px;*/
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .tps-contjewel-box-txt h4.elementor-heading-title {
/*        font-size: 20px;*/
    }

    .tps-contjewel-box-txt p.elementor-heading-title {
       /* font-size: 16px;
        line-height: 26px;*/
    }

    .tps-contjewel-box-txt a.elementor-button {
        width: 155px !important;
        padding: 10px 0px;
/*        font-size: 16px;*/
    }

    .tps-home-slider::after {
        min-height: 90px;
    }

    /*.tps-home-slider .elementor-widget-heading h4 {
        font-size: 24px;
    }

    .tps-home-slider .elementor-widget-heading h4 {
        font-size: 36px;
    }*/

    .tps-home-slider .tps-diamond-shapes-list button.slick-next {
        right: 32%;
    }
    
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev {
        left: 32%;
    }

    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title {
/*        font-size: 22px;*/
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-descr {
/*        font-size: 18px;*/
    }

    .tps-discover-txt .e-con-inner {
        padding: 30px 15px !important;
    }

    .tps-discover-txt p.elementor-heading-title {
/*        font-size: 26px;*/
    }

    .tps-discover-txt span.elementor-heading-title {
/*        font-size: 22px;*/
    }

    .tps-discover-txt a.elementor-button {
        width: 140px !important;
        padding: 11px 0px;
/*        font-size: 18px;*/
    }

   /* .tps-art-txt .tps-art-bx-inr h4 {
        font-size: 26px;
    }

    .tps-art-txt .tps-art-bx-inr p {
        font-size: 18px;
    }*/

    .tps-art-txt .tps-art-bx-inr a {
        width: 135px !important;
        padding: 8px 0px;
/*        font-size: 18px;*/
    }

    .tps-art-txt .tps-art-bx-inr {
        top: -120px;
    }

    .tps-art-bx {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .tps-hp-collection-slid button.slick-prev.slick-arrow {
        left: 15px;
    }

    .tps-hp-collection-slid button.slick-next.slick-arrow {
        right: 15px;
    }
   
    .tps-home-slider .tps-diamond-shape-meta-data {
        margin-top: -26px;
    }

   
    .tps-hp-slid-engring .tps-ringbuilder-spinner-grid-container .white-widget:nth-last-child(1),
    .tps-hp-slid-wedring .tps-ringbuilder-spinner-grid-container .white-widget:nth-last-child(1),
    .tps-diamond-shapes-carousel-loader-wrapper .tps-ringbuilder-spinner-grid-container .white-widget:nth-last-child(1){
        display: none;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-next{
        background-position: -225px -216px;
    }
    
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title{
        margin-top: 9px;
        margin-bottom: 0px;
    }
    .tps-hp-slid-wedring button.slick-prev.slick-arrow, .tps-hp-slid-wedring button.slick-next.slick-arrow {
        bottom: -40px;
    }
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data, .tps-hp-slid-engring .tps-eng-ring-item-meta-data, .tps-home-slider .tps-diamond-shape-meta-data{
        width: 255px;
    }   
    .tps-imgdesgin-hp-own::after {
        font-size: 117px;
        top: -88px;
    }
    .tps-hp-desgnown::after {
        min-height: 216px;
        top: 45px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -32px !important;
    }

}
@media (min-device-width:769px) and (max-device-width:1024px){
   .tps-art-txt.tps-jointhe-circle {
        height: 363px;
        width: 43%;
        margin-top: 0% !important;
    }
}

@media(max-width:1050px){
    .tps-hp-desgnown .tps-diamond-angle {
        width: 156px;
        left: calc(50% - 53px);
    }
    .tps-hp-desgnown::after {
        min-height: 213px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 96px;
        top: -70px;
    }
}

@media(min-width:1025px){
    .tps_slider_loader_container{
        display: none;
    }
}
  
@media(max-width: 1024px){
  

    .tps-homeslider.elementor-element .swiper-slide{
        height: 330px !important; 
    }

 
    .tps-hp-prouct-box .elementor-element.tps-hp-prdimg-box {
        width: 32.9%;
        display: inline-block;
    }

    .tps-hp-prd-text p{bottom: 12px;}

    .tps-homeslider .elementor-slide-heading{
        font-size: 32px !important;
    }

    .tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button {
        width: 230px;
    }
    
    .tps-hp-prouct-box {
        margin-top: 10px !important;
    }

    .tps-hp-engtxt h1.elementor-heading-title {
        font-size: 32px !important;
        line-height: 34px !important;
    }

    .tps-hp-engtxt p.elementor-heading-title {
        font-size: 18px;
    }

    .tps-hp-desgnown::after {
        top: 100px;
    }

    .tps-imgdesgin-hp-own::after {
        font-size: 90px;
        top: -7px;
    }

    .tps-eng-btn-hm {
        justify-content: flex-start;
    }

    .tps-eng-btn-hm a {
        width: 200px !important;
        font-size: 15px;
    }

    .tps-focus-hp-hed h2.elementor-heading-title {
        font-size: 32px;
    }

    .tps-focus-hp-jewl h3.elementor-heading-title {
        font-size: 30px;
        left: -68px;
        top: 210px;
    }

    .tps-hp-collection-slid {
        margin-top: 60px !important;
    }

    .tps-hp-collection-slid h4.tps-jewelery-collection-title {
        font-size: 32px;
    }

    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title {
        font-size: 16px;
    }

    .tps-hp-engring-bx h4.elementor-heading-title,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-size: 32px;
    }

    .tps-hp-slid-engring::after {
        min-height: 80px;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section span.tps-best-seller-eng-rings-title {
        font-size: 24px;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span {
        font-size: 20px;
    }

    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title {
        font-size: 32px;
    }

    .tps-hp-look-bx .tps-look-ptxt::after {
        left: 130px;
        width: 160px;
        height: 150px;
    }

    .tps-look-img-hp::after {
        right: -120px;
        width: 160px;
        height: 150px;
    }

    .tps-weeding-hp-txt h4.elementor-heading-title {
        font-size: 32px;
    }

    .tps-hp-slid-wedring::after {
        min-height: 80px;
    }

    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper span.tps-best-seller-wedding-rings-title {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle {
        font-size: 36px;
    }

    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title {
        font-size: 20px;
    }

    .tps-home-slider::after {
        min-height: 80px;
    }

    .tps-hp-engtxt span.elementor-heading-title {
        font-size: 26px;
    }

    .tps-home-slider .elementor-widget-heading h4 {
        font-size: 34px;
    }

    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title {
        font-size: 20px;
    }

    .tps-discover-txt p.elementor-heading-title {
        font-size: 24px;
    }

    .tps-discover-txt span.elementor-heading-title {
        font-size: 20px;
    }

    .tps-discover-txt a.elementor-button {
        width: 120px !important;
        font-size: 16px;
    }

    .tps-art-txt .tps-art-bx-inr h4 {
        font-size: 24px;
    }

    .tps-art-txt .tps-art-bx-inr a {
        width: 130px !important;
        font-size: 16px;
    }

    .tps-hp-retuns-bx h6 {
        font-size: 18px;
    }

    .tps-hp-retuns-bx p {
        font-size: 16px;
        line-height: 22px;
    }

    .tps-hp-retuns-bx a.elementor-button {
        width: 170px !important;
        padding: 12px 0px;
        font-size: 18px;
    }

    .tps-slider-mob-diamond,
    .tps-focus-mob-blck{padding: 0px !important;}

    .tps-slider-mob-diamond button.slick-arrow,
    .tps-focus-mob-blck button.slick-arrow{display: none !important;}

    .tps-slider-mob-diamond .tps-ring-item-meta-data,
    .tps-focus-mob-blck .tps-focus-item-meta-data {
        text-align: center;
    }

    .tps-mobile-ring-collection-wrapper .tps-mobile-ring-collection-list.slick-initialized .slick-slide {
        margin: 8px;
    }


    /*home page 80% chagens*/
    .tps-homeslider .elementor-slide-heading{
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .tps-hp-engtxt h1.elementor-heading-title, .tps-focus-hp-hed h2.elementor-heading-title, 
    .tps-hp-collection-slid h4.tps-jewelery-collection-title, .tps-hp-engring-bx h4.elementor-heading-title, 
    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle, 
    .tps-weeding-hp-txt h4.elementor-heading-title, 
    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle, 
    .tps-home-slider .elementor-widget-heading h4, 
    .tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle h4, 
    .tps-focus-hp-jewl h3.elementor-heading-title, 
    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-size: 24px !important;
    }
    .tps-home-slider .elementor-widget-heading:nth-child(1) h4{
        font-size: 20px !important;
    }
    .tps-hp-engtxt h1.elementor-heading-title{
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4{
        font-size: 24px !important;    
    }
    .tps-hp-engtxt span.elementor-heading-title, 
    .tps-home-slider .elementor-widget-heading:nth-child(1) h4,
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span, 
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title{
        font-size: 18px;
    }
    .tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button, 
    .tps-eng-btn-hm a, .tps-eng-btn-hm span, .tps-home-eng-ring a.elementor-button, 
    .tps-contjewel-box-txt a.elementor-button, .tps-discover-txt a.elementor-button, 
    .tps-art-txt .tps-art-bx-inr a, 
    .tps-jointhe-circle a, .tps-hp-retuns-bx a.elementor-button {
        font-size: 14px;
    }
    .tps-focus-bx-main span.elementor-heading-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
        font-size: 16px;
    }
    .tps-hp-engtxt p.elementor-heading-title, 
    .tps-hp-engring-bx p.elementor-heading-title, 
    .tps-weeding-hp-txt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr p, 
    .tps-jointhe-circle p {
        width: 100%;
        line-height: 26px;
        font-size: 16px;
        max-width: 450px;
    }
    .tps-contjewel-box-txt p.elementor-heading-title,
    .tps-hp-slid-engring .tps-eng-ring-item-title{
        line-height: 26px;
        font-size: 16px;
    }
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title {
        font-size: 18px;
    }
    .tps-hp-retuns-bx h6 {
        font-size: 16px;
    }
    /*.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
        bottom: 16px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-next{
        bottom: 13px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev{
        bottom: 18px;
    }*/
    .tps-focus-hp-jewl h3.elementor-heading-title{
        left: -40px;
    }
    /*End*/

    .tps-hp-prouct-box.tps_home_shape_slider{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .tps-hp-prouct-box.tps_home_shape_slider .elementor-element.tps-hp-prdimg-box{
        padding: 8px !important;
    }
    .tps-hp-prd-text p {
        position: absolute;
        padding: 10px 0px 0px 0px;
        text-align: center;
        right: 0;
        left: 0;
    }
    .tps-hp-prd-text p {
        font-size: 16px;
    }
    .tps_shape_slider_cont{
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    .tps-hp-prouct-box.tps_home_shape_slider .elementor-element.tps-hp-prdimg-box{
        width: auto ;
    }
    .tps_shape_slider_cont{
        opacity: 0;
    }

    .tps-eng-right-animation .tps-animation-diamond {
        left: calc(50% - 27px);
        width: 105px;
    }
    .tps-no-carousel .tps-eng-ring-item-title,
    .tps-no-carousel .tps-wedding-ring-item-title{
       font-size: 15px;
       line-height: 20px;
    }
    .tps_shop_diamond_shape .elementor-swiper-button{
        width: 40px;
        height: 40px;
    }
    .tps_shop_diamond_shape .elementor-swiper-button.elementor-swiper-button-next {
        background-position: -62px -115px;
    }
    .tps_shop_diamond_shape .elementor-swiper-button.elementor-swiper-button-next {
        background-position: -62px -115px;
    }
    .tps-hp-desgnown::after {
        min-height: 211px;
        top: 100px;
    }
    .tps-contjewel-box-txt {
        top: 15px;
        transform: translateX(-50%);
    }
    .tps-hp-desgnown::after {
        min-height: 213px;
        top: 45px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 96px;
        top: -70px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -20px !important;
    }
    
}

@media(max-width:1000px){
        .tps-hp-desgnown .tps-hp-engtxt {
        top: -20px !important;
    }
}

@media(max-width: 991px){
.tps-subscriber-form-wrapper .tps-subscriber-form-bg .tps-subscriber-form-content{
    width: 100%;
    min-width: 95%;
    max-width: 95%;
}
    .tps-homeslider.elementor-element .swiper-slide{
        height: 300px !important;
    }

    .tps-eng-btn-hm span {
        padding: 0px 10px;
        display: block !important;
        text-align: center;
    }

    .tps-homeslider .elementor-slide-heading{
        font-size: 28px !important;
    }

    .tps-hp-engtxt span.elementor-heading-title {
        font-size: 24px;
    }

    .tps-hp-engtxt h1.elementor-heading-title {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .tps-hp-engtxt p.elementor-heading-title {
        font-size: 16px;
    }

    .tps-hp-desgnown.elementor-element{
        margin-top: 30px !important;
    }

    .tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button {
        width: 260px;
        padding: 10px 0px;
        font-size: 16px;
    }

    .tps-imgdesgin-hp-own::after {
        font-size: 40px;
        top: 0px;
    }

    .tps-hp-desgnown::after {
        top: 50px;
        min-height: 100px;
    }

    .tps-focus-hp-hed h2.elementor-heading-title {
        font-size: 30px;
    }

    .tps-focus-hp-jewl h3.elementor-heading-title {
        font-size: 28px;
        top: 130px
    }

    .tps-focus-bx-main span.elementor-heading-title {
        font-size: 18px;
    }

    .tps-hp-collection-slid h4.tps-jewelery-collection-title {
        font-size: 30px;
    }

    .tps-hp-collection-slid {
        margin-top: 40px !important;
    }

    .tps-hp-engring-bx h4.elementor-heading-title,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-size: 30px;
    }

    .tps-hp-engring-bx p.elementor-heading-title {
        font-size: 16px;
        width: 95%;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section span.tps-best-seller-eng-rings-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .tps-hp-slid-engring::after {
        min-height: 71px;
        top: -20px;
    }

    .tps-hp-slid-wedring button.slick-next.slick-arrow, 
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow {
        right: 22%;
    }

    .tps-hp-slid-wedring button.slick-prev.slick-arrow, 
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow {
        left: 22%;
    }

    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title {
        font-size: 32px;
        top: 210px;
    }

    .tps-weeding-hp-txt h4.elementor-heading-title {
        font-size: 30px;
    }

    .tps-weeding-hp-txt p.elementor-heading-title {
        font-size: 16px;
    }

    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper span.tps-best-seller-wedding-rings-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle {
        font-size: 21px;
    }

    .tps-hp-slid-wedring {
        margin-top: 75px !important;
        margin-bottom: 50px !important;
    }

    .tps-home-slider {
        margin-top: 75px !important;
        margin-bottom: 50px !important;
    }

    .tps-home-slider .elementor-widget-heading h4 {
        font-size: 22px;
    }

    .tps-home-slider .elementor-widget-heading h4 {
        font-size: 23px;
    }

    .tps-diamond-shapes-list-wrapper {
        padding: 0px 30px;
        margin-bottom: 18px;
    }

    .tps-home-slider .tps-diamond-shapes-list button.slick-next {
        right: 28%;
    }

    .tps-home-slider .tps-diamond-shapes-list button.slick-prev {
        left: 28%;
    }

    .tps-discover-txt .e-con-inner {
        padding: 20px 12px !important;
    }

    .tps-discover-txt {
        width: 40% !important;
    }

    .tps-art-txt .tps-art-bx-inr h4 {
        font-size: 22px;
    }

    .tps-art-txt .tps-art-bx-inr p {
        font-size: 16px;
    }

    .tps-art-txt .tps-art-bx-inr a {
        width: 124px !important;
        padding: 6px 0px;
        font-size: 16px;
    }

    .tps-hp-retuns-bx p {
        font-size: 16px;
    }

    .tps-hp-retuns-bx a.elementor-button {
        width: 140px !important;
        font-size: 16px;
    }

    .tps-ringbuilder-spinner-grid-container {
        grid-template-columns: 1fr 1fr;
    }

    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title,
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title,
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span{
        font-size: 18px;
    }

    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-descr,
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-descr,
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data span.tps-eng-ring-item-descr {
        font-size: 16px;
    }


    /*home page 80% chagens*/
    .tps-homeslider .elementor-slide-heading{
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .tps-hp-engtxt h1.elementor-heading-title,
    .tps-focus-hp-hed h2.elementor-heading-title, 
    .tps-hp-collection-slid h4.tps-jewelery-collection-title, .tps-hp-engring-bx h4.elementor-heading-title, 
    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle, 
    .tps-weeding-hp-txt h4.elementor-heading-title, 
    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle, 
    .tps-home-slider .elementor-widget-heading h4, 
    .tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle h4, 
    .tps-focus-hp-jewl h3.elementor-heading-title, 
    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-size: 22px !important;
    }
    .tps-hp-engtxt h1.elementor-heading-title{
        font-size: 22px !important;
        line-height: 22px !important;
    }
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4{
        font-size: 22px !important;    
    }
    .tps-hp-engtxt span.elementor-heading-title, .tps-home-slider .elementor-widget-heading h4,
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span, 
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title{
        font-size: 18px;
    }
    .tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button, 
    .tps-eng-btn-hm a, .tps-eng-btn-hm span, .tps-home-eng-ring a.elementor-button, 
    .tps-contjewel-box-txt a.elementor-button, .tps-discover-txt a.elementor-button, 
    .tps-art-txt .tps-art-bx-inr a, 
    .tps-jointhe-circle a, .tps-hp-retuns-bx a.elementor-button {
        font-size: 13px;
    }
    .tps-focus-bx-main span.elementor-heading-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
        font-size: 16px;
    }
    .tps-hp-engtxt p.elementor-heading-title, 
    .tps-hp-engring-bx p.elementor-heading-title, 
    .tps-weeding-hp-txt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr p, 
    .tps-jointhe-circle p {
        width: 100%;
        line-height: 26px;
        font-size: 16px;
        max-width: 450px;
    }
    .tps-contjewel-box-txt p.elementor-heading-title{
        line-height: 24px;
        font-size: 14px;
        margin: 10px 0px;
    }
    .tps_home_contempory_jewelery p.elementor-heading-title{
         line-height: 24px;
        font-size: 14px;
    }
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title,
    .tps-hp-slid-engring .tps-eng-ring-item-title{
        font-size: 18px;
    }
    .tps-hp-retuns-bx h6 {
        font-size: 16px;
    }
    /*.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
        bottom: 16px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-next{
        bottom: 13px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev{
        bottom: 18px;
    }*/
    .tps-focus-hp-jewl h3.elementor-heading-title{
        left: -40px;
    }
    .tps-eng-btn-hm span{
      padding: 0px 15px;
    }   
    /*End*/
   
   .tps-eng-right-animation .tps-animation-diamond {
        left: calc(50% - 23px);
        width: 99px;
    }
    .tps-hp-desgnown .tps-diamond-angle {
        width: 153px;
        left: calc(50% - 53px);
    }
    .tps-ringbuilder-spinner-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

     .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title {
        left: 100px;
        top: 65px;
    }

    .tps-contjewel-box .tps-contjewel-box-txt .e-con-inner{
        grid-gap: 0px !important;
    }

    .tps-no-carousel .tps-eng-ring-item-title,
    .tps-no-carousel .tps-wedding-ring-item-title{
       font-size: 15px;
       line-height: 20px;
    }
    .tps-no-carousel .tps-best-seller-wedding-ring, .tps-no-carousel .tps-best-seller-eng-ring {
        width: 32.5% !important;
    }
    .tps-hp-desgnown::after {
        top: 90px;
        min-height: 186px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 80px;
        top: 1px;
    }
    .tps-contjewel-box-txt {
        width: 70% !important;
    }
    .tps_contempory_jewlery_content{
        padding-top: 2% !important;
        max-width: 500px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 103px;
        top: -88px;
    }
    .tps-hp-desgnown::after {
        top: 30px;
        min-height: 223px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -21px !important;
    }
}
@media(max-width:920px){
    .tps-hp-desgnown .tps-hp-engtxt {
        top: -24px !important;
    }
}
@media(max-width:900px){
    .tps-eng-right-animation .tps-animation-diamond {
        left: calc(50% - 28px);
        width: 99px;
    }
    .tps-hp-desgnown .tps-diamond-angle {
        width: 138px;
        left: calc(50% - 45px);
    }
    .tps-hp-desgnown::after {
        top: 78px;
        min-height: 180px;
    }
    .tps-hp-desgnown::after {
        top: 16px;
        min-height: 223px;
    }
     .tps-imgdesgin-hp-own::after {
        font-size: 90px;
        top: -80px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 90px;
        top: -87px;
    }
}
@media(max-width:850px){
    /*.tps-hp-desgnown::after {
        top: 67px;
        min-height: 180px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 80px;
        top: -22px;
    }*/
    .tps_home_shape_slider {
        padding-bottom:60px !important;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: 0px !important;
    }
}
@media(max-width: 825px){
    .tps-subscriber-form-wrapper .tps-subscriber-form-bg {
        max-width: 100%;
        min-width: 100%;
    }
    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title {
        font-size: 32px;
        top: 90px;
    }
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4 {
        font-size: 22px !important;
        line-height: 32px !important;
     }
     .tps-art-txt .tps-art-bx-inr p, .tps-jointhe-circle p {
        font-size: 17px;
        line-height: 26px;
    }
    .tps-art-txt.tps-jointhe-circle {
        height: 290px;
        width: 70%;
    }
    .tps-art-txt.tps-jointhe-circle [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
    }
    .tps-art-txt.tps-jointhe-circle {
        height: 310px;
        width: 70%;
        margin: auto;
        left: 0;
    }

    /*home page 80% chagens*/
    .tps-homeslider .elementor-slide-heading{
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .tps-hp-engtxt h1.elementor-heading-title, .tps-focus-hp-hed h2.elementor-heading-title, 
    .tps-hp-collection-slid h4.tps-jewelery-collection-title, .tps-hp-engring-bx h4.elementor-heading-title, 
    .tps-hp-slid-engring .tps-best-seller-wedding-rings-subtitle h4, 
    .tps-weeding-hp-txt h4.elementor-heading-title, 
    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle, 
    .tps-home-slider .elementor-widget-heading h4, 
    .tps-join-us-wrapper.tps-init-animate .tps-jointhe-circle h4, 
    .tps-focus-hp-jewl h3.elementor-heading-title, 
    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-size: 22px;
    }
    .tps-hp-engtxt h1.elementor-heading-title{
        font-size: 22px !important;
        line-height: 22px !important;
    }
    .tps-art-txt .tps-art-bx-inr h4, .tps-jointhe-circle h4{
        font-size: 22px !important;    
    }
    .tps-hp-engtxt span.elementor-heading-title, .tps-home-slider .elementor-widget-heading h4,
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span, 
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title{
        font-size: 18px;
    }
    .tps-homeslider .elementor-slides .swiper-slide-inner .elementor-slide-button, 
    .tps-eng-btn-hm a, .tps-eng-btn-hm span, .tps-home-eng-ring a.elementor-button, 
    .tps-contjewel-box-txt a.elementor-button, .tps-discover-txt a.elementor-button, 
    .tps-art-txt .tps-art-bx-inr a, 
    .tps-jointhe-circle a, .tps-hp-retuns-bx a.elementor-button {
        font-size: 14px;
    }
    .tps-focus-bx-main span.elementor-heading-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
        font-size: 16px;
    }
    .tps-hp-engtxt p.elementor-heading-title, 
    .tps-hp-engring-bx p.elementor-heading-title, 
    .tps-weeding-hp-txt p.elementor-heading-title,
    .tps-art-txt .tps-art-bx-inr p, 
    .tps-jointhe-circle p {
        width: 100%;
        line-height: 26px;
        font-size: 16px;
        max-width: 450px;
    }
    .tps-contjewel-box-txt p.elementor-heading-title{
        line-height: 24px;
        font-size: 14px;
        margin: 3px 0px;
    }
    .tps-diamond-slider-section .elementor-image-carousel-caption{
        font-size: 14px;
        line-height: 24px;
    }
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title, 
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title, 
    .tps-discover-txt span.elementor-heading-title,
    .tps-hp-slid-engring .tps-eng-ring-item-title{
        font-size: 18px;
    }
    .tps-hp-retuns-bx h6 {
        font-size: 16px;
    }
    /*.tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow,
    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow{
        bottom: 16px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-next{
        bottom: 13px;
    }
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev{
        bottom: 18px;
    }*/
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev, .tps-home-slider .tps-diamond-shapes-list button.slick-next {
        bottom: -49px;
    }
    .tps-focus-hp-jewl h3.elementor-heading-title{
        left: -40px;
    }
    .tps-eng-btn-hm span{
      padding: 0px 15px;
    }   
    .tps-eng-btn-hm a{
        width: 160px !important;
    }
    /*End*/
    .tps-eng-right-animation .tps-animation-diamond {
        left: calc(50% - 23px);
        width: 85px;
    }
    .tps-hp-desgnown .tps-diamond-angle {
        width: 115px;
        left: calc(50% - 39px);
    }
    .tps-art-txt.tps-jointhe-circle{
        margin-top: 0px !important;
    }
    .tps-no-carousel .tps-eng-ring-item-title,
    .tps-no-carousel .tps-wedding-ring-item-title{
       font-size: 15px;
       line-height: 20px;
    }
    .tps-hp-desgnown::after {
        top: 48px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 85px;
        top: -62px;
    }
    .tps-hp-desgnown::after {
        top: 10px;
        min-height: 213px;
    }
    .tps-imgdesgin-hp-own::after {
        font-size: 90px;
        top: -80px;
    }
    .tps-hp-desgnown .tps-hp-engtxt {
        top: 12px !important;
    }
    .tps-hp-desgnown::after {
        top: 16px;
        min-height: 223px;
    }

}
@media(max-width:800px){
        .tps-imgdesgin-hp-own::after {
        font-size: 74px;
        top: -71px;
    }
}

@media(min-width:768px) and (max-width:991px){
    .tps-contjewel-box img{
        height: 320px !important;
        object-fit: cover;
    }
}
@media(max-width:780px){
   /* .tps-hp-desgnown::after {
        top: 39px;
    }*/
    .tps-hp-desgnown .tps-hp-engtxt {
        top: 20px !important;
    }
}
@media(max-width:768px){
  .tps-homepg-slider-mob .swiper-slide-contents{
     max-width: 100% !important;
     margin-bottom: 11%;
  }

}
@media(max-width: 767px){

    .elementor-element.tps-homepg-slider-mob{padding: 0 0 !important;}

    .elementor-element.tps-homepg-slider-mob .swiper .elementor-swiper-button svg{
        fill: hsl(0deg 0% 0% / 90%);
    }

    .elementor-element.tps-homepg-slider-mob .elementor-slide-heading{
        font-size: 30px !important;
        font-family: 'Montserrat' !important;
        line-height: 60px !important;
        font-weight: normal !important;
        margin-bottom: 0px !important;
    }

    .elementor-element.tps-homepg-slider-mob .elementor-slides .swiper-slide-inner .elementor-slide-button{
        border: 1px solid var(--tps-white-color) !important;
        color: var(--tps-white-color) !important;
        font-size: 14px !important;
        font-family: 'Montserrat' !important;
        font-weight: 500 !important;
    }

    .elementor-element.tps-homepg-slider-mob .swiper-slide-inner{
        top: 65%;
    }

    .elementor-element.tps-homepg-slider-mob .swiper-pagination{
       display: none;
    }

    .tps-hp-engtxt p.elementor-heading-title{display: none !important;}

    .tps-hp-engtxt .tps-eng-btn-hme-desk{display: none !important;}

    .tps-hp-desgnown .tps-hp-engtxt{
        text-align: center;
        padding-left: 0px !important;
    }

    .tps-hp-desgnown::after {
        top: 56px;
        min-height: 110px;
    }

    .tps-imgdesgin-hp-own::after{display: none;}

    .tps-hp-engtxt span.elementor-heading-title{
        margin-top: 70px;
    }

    .tps-eng-btn-hm {
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
    }

    .tps-engdesgn-mob{
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .tps-focus-hp-hed{
        margin-top: 50px !important;
    }

      .tps-hp-collection-slid button.slick-prev.slick-arrow {
        left: 10px;
    }

      .tps-hp-collection-slid button.slick-next.slick-arrow {
        right: 10px;
    }

    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-title {
        font-size: 18px;
    }

    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr, 
    .tps-hp-collection-slid .tps-jewelery-collection-item-meta-data span.tps-jewelery-collection-item-descr {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow {
        right: 14%;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow {
        left: 14%;
    }

    .elementor-element.tps-hp-look-bx{
        padding: 0px !important;
    }

    .elementor-element.tps-hp-look-bx .elementor-element.tps-look-img-hp{
        padding: 0px !important;
    }

    .tps-look-btn a {
        top: 30px;
    }

    .tps-img-box-web-rng {
        text-align: center !important;
    }

    .tps-img-box-web-rng h4{
        font-weight: bold;
        font-family: 'Alchemin';
        display: block;
        font-size: 36px;
    }

    .tps-img-box-web-rng p{
        font-weight: 300;
        line-height: normal;
        font-size: 22px;
        font-family: 'Montserrat'!important;
        display: block;
    }

    .elementor-element.tps-look-slider-mob .swiper-slide{
        padding-bottom: 30px;
    }
    

    .elementor-element.tps-look-slider-mob .swiper-slide-inner .elementor-slide-button{
        border: none;
        color: var(--tps-black-color) !important;
          font-size: 16px !important;
          font-family: 'Montserrat' !important;
          font-weight: 300 !important;
          padding: 0 0 !important;
      }
  
      .elementor-element.tps-look-slider-mob .swiper-slide-inner {
          bottom: 0% !important;
          top: auto !important;
          padding: 0 !important;
      }
  
      .elementor-element.tps-look-slider-mob .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
          bottom: -25px !important;
      }

    .elementor-element.tps-engagmentring-box-hp {
        padding-left: 0px !important;
        text-align: center;
        padding-top: 30px !important;
    }

    .tps-hp-engring-bx p.elementor-heading-title {
        width: 100%;
        font-size: 18px;
        padding: 0px 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .tps-hp-slid-wedring button.slick-next.slick-arrow {
        right: 12%;
    }

    .tps-hp-slid-wedring button.slick-prev.slick-arrow {
        left: 12%;
    }

    .tps-contjewel-box-txt {
        position: unset !important;
        left: 25%;
        top: 50%;
        transform: translate(-0%, -0%);
        width: 100% !important;
    }


.tps-contjewel-box-txt h4.elementor-heading-title {
    font-size: 20px;
    color: var(--tps-black-color) !important;
}

.tps-contjewel-box-txt p.elementor-heading-title {
    color: var(--tps-black-color) !important;
}

.tps-contjewel-box-txt a.elementor-button{
    color: var(--tps-black-color);
    border: 1px solid var(--tps-black-color);
}

.tps-home-slider .tps-diamond-shapes-list button.slick-next {
    right: 15%;
    top: auto;
/*    bottom: 6%;*/
}

.tps-home-slider .tps-diamond-shapes-list button.slick-prev {
    left: 17%;
    top: auto;
/*    bottom: 6%;*/
}

.tps-discover-txt {
    width: 50% !important;
}

.tps-art-txt .tps-art-bx-inr {
    text-align: center;
}

.tps-art-txt .tps-art-bx-inr a{
    margin: auto;
}

    

    .tps-art-txt .tps-art-bx-inr {
        position: absolute;
        left: 0;
        width: 80%;
        top: -160px;
        border: 1px solid var(--tps-black-color);
        background-color: var(--tps-white-color);
        padding: 20px;
        right: 0;
        margin: auto;
    }

    .tps-hp-look-bx .tps-look-ptxt::after,
    .tps-look-img-hp::after{
        display: none;
    }

    .tps-look-btn a {
        top: -46px;
    }
   
    .tps-img-box-web-rng{
        text-align: center;
    }

    .tps-img-box-web-rng h4.elementor-heading-title {
        font-size: 22px;
        font-weight: bold;
        font-family: 'Alchemin';
    }

    .tps-img-box-web-rng p.elementor-heading-title {
        font-weight: 300;
        line-height: normal;
        font-size: 18px;
        font-family: 'Montserrat'!important;
        padding: 0px 30px;
        line-height: 25px;
    }

    .tps-slider-mob-diamond .swiper-android .swiper-slide{
        width: 90% !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .tps-slider-mob-diamond,
    .tps-focus-mob-blck{padding: 0px !important;}

    .tps-slider-mob-diamond button.slick-arrow,
    .tps-focus-mob-blck button.slick-arrow{display: none !important;}

    .tps-slider-mob-diamond .tps-ring-item-meta-data,
    .tps-focus-mob-blck .tps-focus-item-meta-data {
        text-align: center;
    }

    .tps-weddingring-hp{
        text-align: center;
    }


    .tps-eng-btn-hm span {
        padding: 10px 10px;
    }

    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title{
        z-index: 1;
    color: var(--tps-white-color) !important;
    top: 300px;
    }

    .tps-mobile-ring-collection-wrapper .tps-mobile-ring-collection-list.slick-initialized .slick-slide{
        margin: 5px;
    }

    .tps-mobile-focus-collection-wrapper .tps-mobile-focus-collection-list.slick-initialized .slick-slide{
        margin: 5px;
    }
    .tps-hp-prouct-box.tps_home_shape_slider .elementor-element.tps-hp-prdimg-box {
        padding: 5px !important;
    }

    .tps_home_shape_slider {
         padding-bottom: 0px !important; 
    }
    .tps-eng-right-animation .tps-animation-diamond + .elementor-widget-image img{
        max-width: 400px;
        margin: auto;
    }
    .tps-eng-right-animation .tps-animation-diamond {
        left: calc(50% - 33px);
        width: 100px;
    }
    .tps-jewelery-grid-parent .tps-jewelery-grid-cr .elementor-widget-image a,
    .tps-jewelery-grid-parent .tps-jewelery-grid-cr .elementor-widget-image a img{
        width: 100% !important;
    }
    .tps-jewelery-grid-parent .tps-jewelery-grid-cr .tps-focus-bx-main{
        padding: 0px 5px !important;
    }
    .tps-focus-hp-jewl h3.elementor-heading-title{
        top: -25px;
        left: -65px;
    }
    .tps-jewelery-grid-parent{
        position: relative;
    }
    .tps-jewelery-grid-parent .tps-jewelery-text-cr{
        position: absolute;
        left: 0;
        height: 100%;
        background-color: #fff;
        z-index: 9;
        width: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tps-hp-desgnown .tps-diamond-angle {
        width: 123px;
        left: calc(50% - 43px);
    }
    .tps-hp-desgnown .tps-hp-engtxt{
        margin-bottom: 80px;
    }
    .tps-contjewel-box .elementor-widget-container{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .tps-diamond-shapes-list-wrapper{
        padding-left: 0px;
        padding-right: 0px;
    }
    .tps-discover-bx{
       height: 400px !important;
       justify-content: center !important;
    }
    .tps-discover-bx .elementor-element-cb3b367{
        background-image: none !important;
        max-width: 275px !important;
        margin: auto !important;
        width: 100% !important;
    }
    .tps-discover-bx .e-con.e-flex>.e-con-inner{
        justify-content: center;
    }
    .tps-hp-engring-bx h4.elementor-heading-title,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-family: 'Alchemin' !important;
    }
    .tps-look-btn a{
        line-height: 20px !important;
    }
    .tps-jointhe-circle h4{
        text-align: center;
    }
    .tps-art-txt.tps-jointhe-circle{
        height: 320px;
    }
    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title {
        top: 500px;
    }
    .tps-hp-look-bx img{
        height: auto !important; 
    }
    .tps-diamond-slider-section .elementor-image-carousel-caption {
        font-size: 16px;
        line-height: 26px;
    }
    .tps-home-slider .elementor-widget-heading:nth-child(1) h4 {
        font-size: 16px !important;
    }
    .tps-look-slider-mob{
        transform: none !important;
    }
    .tps-look-slider-mob .elementor-swiper-button{
        display: none !important;
    }
    .tps-look-slider-mob .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 8px !important;
       height: 8px !important;
    }
    .tps-no-carousel .tps-best-seller-wedding-ring, .tps-no-carousel .tps-best-seller-eng-ring {
        width: 49.5% !important;
    }
    .tps_shop_diamond_shape .elementor-swiper-button {
        width: 50px;
        height: 50px;
    }
    .tps_shop_diamond_shape .elementor-swiper-button.elementor-swiper-button-next {
        background-position: -54px -110px;
    }
    .tps_shop_diamond_shape .elementor-swiper-button.elementor-swiper-button-prev {
        background-position: -20px -110px;
    }
    .tps-eng-btn-hm a {
        width: 200px !important;
    }
    .elementor-element.tps-homepg-slider-mob .swiper-slide-contents{
        margin-right: auto;
        margin-left: auto;
    }
    .tps_home_contempory_jewelery{
        background-image: none !important;
    }
    .tps_contempory_jewlery_content {
        padding: 0px  15px !important;
        max-width: 100%;
    }
    .tps_home_contempory_jewelery p.elementor-heading-title{
        font-size: 16px;
        line-height: 26px;
    }
    
}

@media(max-width: 639px){

    .elementor-element.tps-homepg-slider-mob .swiper-slide{
        height: 660px !important;
    }

    .elementor-element.tps-homepg-slider-mob .swiper-slide-contents{
        max-width: 100% !important;
    }

    .tps-hp-desgnown::after {
        min-height: 85px;
    }

    .tps-diamond-shapes-list-wrapper{
        padding: 0px 0px
    }
    .tps-subscriber-form-wrapper .tps-subscriber-form-bg .tps-subscriber-form-content {
        max-width: 95%;
        min-width: 95%;
    }
    .tps-art-txt.tps-jointhe-circle {
        width: 80%;
        height: auto;
        text-align: center;
        margin-top: -14% !important;
    }
    .tps-art-txt.tps-jointhe-circle {
        padding: 30px;
     }

     .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data, 
     .tps-hp-slid-engring .tps-eng-ring-item-meta-data, 
     .tps-home-slider .tps-diamond-shape-meta-data{
        max-width: 220px;
     }      

}

@media(max-width:600px){
    .tps-no-carousel .tps-best-seller-wedding-ring, .tps-no-carousel .tps-best-seller-eng-ring {
        width: 100% !important;
    }
    .tps-homepg-slider-mob .swiper-slide-contents{
        margin-bottom: 9%;
    }
}

@media(max-width: 580px){
    .tps-mobile-ring-collection-carousel-loader-wrapper .tps-ringbuilder-spinner-grid-container {
        grid-template-columns: 1fr 1fr;
    }
    .tps-mobile-ring-collection-carousel-loader-wrapper .timeline-item{
        padding: 10px;
    }
    .elementor-element.tps-homepg-slider-mob .swiper-slide{
        height: 620px !important;
    }

    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title{
       left: 40px;
       top: 250px;
    }

    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title,
    .tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-title,
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data .tps-eng-ring-item-title span,
    .tps-hp-slid-engring .tps-eng-ring-item-title{
        font-size: 14px;
        font-weight: 500;
    }

    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-descr,
.tps-hp-slid-wedring .tps-wedding-ring-item-meta-data span.tps-wedding-ring-item-descr,
    .tps-hp-slid-engring .tps-eng-ring-item-meta-data span.tps-eng-ring-item-descr {
        font-size: 14px;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow,
    .tps-hp-slid-wedring button.slick-next.slick-arrow,
    .tps-home-slider .tps-diamond-shapes-list button.slick-next {
        right: 8%;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow,
    .tps-hp-slid-wedring button.slick-prev.slick-arrow,
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev {
        left: 8%;
    }

    .tps_slider_loader_container .tps-mobile-ring-collection-carousel-loader-wrapper .tps-ringbuilder-spinner-grid-container .white-widget:nth-last-child(1),
    .tps_slider_loader_container .tps-mobile-ring-collection-carousel-loader-wrapper .tps-ringbuilder-spinner-grid-container .white-widget:nth-last-child(2){
        display: none !important;
    }

   .tps-hp-desgnown .tps-hp-engtxt {
        margin-bottom: 65px;
    }
    .tps-look-btn a {
        top: -66px;
    }
    .tps_home_shape_slider .slick-dots li {
        margin: 0;
    }
    .tps_home_shape_slider .slick-dots li button:before{
        font-size: 9px;
    }
    .tps-home-slider .tps-diamond-shape-meta-data span.tps-diamond-shape-title{
        margin-bottom: 2px;
    }
    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title {
        top: 335px;
    }
    .tps-diamond-slider-section .tps-diamond-title-section-sub p{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }


}


@media(max-width: 480px){
      .elementor-element.tps-homepg-slider-mob .swiper-slide{
        height: 500px !important;
    }

    .elementor-element.tps-homepg-slider-mob .elementor-slide-heading {
        font-size: 28px !important;
        font-family: 'Montserrat' !important;
        line-height: 40px !important;
        font-weight: normal !important;
        margin-bottom: 20px !important;
    }

    .elementor-element.tps-homepg-slider-mob .swiper-slide-inner {
        top: 55%;
    }

    .tps-hp-engtxt span.elementor-heading-title {
        margin-top: 20px;
    }

    .tps-hp-desgnown::after {
        top: 22px;
        min-height: 70px;
    }

    .tps-hp-engring-bx {
        margin-top: 50px !important;
        margin-bottom: 70px !important;
    }

    .tps-hp-look-bx {
        margin-top: 40px !important;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-next.slick-arrow,
    .tps-hp-slid-wedring button.slick-next.slick-arrow,
    .tps-home-slider .tps-diamond-shapes-list button.slick-next {
        right: 1%;
/*        bottom: 5%;*/
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-list button.slick-prev.slick-arrow,
    .tps-hp-slid-wedring button.slick-prev.slick-arrow,
    .tps-home-slider .tps-diamond-shapes-list button.slick-prev {
        left: 1%;
/*        bottom: 5%;*/
    }

    .tps-ringbuilder-spinner-grid-container {
        grid-template-columns: 1fr;
    }
    .tps-homepg-slider-mob .swiper-slide-contents {
        margin-bottom: 6%;
    }
    .tps-hp-desgnown.elementor-element {
        margin-top: 15px !important;
    }
    .tps-hp-desgnown::after {
        top: 45px;
        min-height: 70px;
    }


}
@media(max-width:440px){
   .elementor-element.tps-homepg-slider-mob .elementor-slide-heading{
       font-size: 25px !important;
       line-height: 35px !important;
       margin-bottom: 10px !important;
       max-width: 310px;
   }
    .tps-homepg-slider-mob .swiper-slide-contents {
        margin-bottom: 4%;
    }
}
 @media(max-width: 430px){
   
}
@media(max-width: 420px){

    .elementor-element.tps-homepg-slider-mob .swiper-slide{
        height: 450px !important;
    }

   

    
    .tps-eng-btn-hm a {
        font-size: 14px;
    }

    .tps-focus-hp-hed h2.elementor-heading-title {
        font-size: 28px;
    }

    .tps-hp-collection-slid h4.tps-jewelery-collection-title {
        font-size: 28px;
    }

    .tps-hp-collection-slid button.slick-next:before {
        background-position: -62px -120px;
    }

    .tps-hp-collection-slid button.slick-prev:before {
        background-position: -37px -117px;
    }

    .tps-hp-collection-slid button.slick-prev.slick-arrow {
        left: 5px;
    }

    .tps-hp-engring-bx h4.elementor-heading-title,
    .tps-img-box-web-rng h4.elementor-heading-title{
        font-size: 28px;
    }
    
    .tps-hp-engring-bx p.elementor-heading-title {
        font-size: 16px;
    }    

    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section span.tps-best-seller-eng-rings-title {
        font-size: 20px;
    }

    .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .tps-img-box-web-rng h4.elementor-heading-title {
        font-size: 28px;
    }

    .tps-img-box-web-rng p.elementor-heading-title {
        font-size: 16px;
        padding: 0px 20px;
    }

    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper span.tps-best-seller-wedding-rings-title {
        font-size: 20px;
    }

    .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle {
        font-size: 28px;
    }

    .tps-contjewel-box-txt p.elementor-heading-title {
        font-size: 16px;
    }

    .tps-home-slider .elementor-widget-heading h4 {
        font-size: 20px;
    }

    .tps-home-slider .elementor-widget-heading h4 {
        font-size: 28px;
    }

    .tps-discover-txt {
        position: unset !important;
        transform: translate(0%, 0%);
        width: 100% !important;
    }

    .tps-art-txt .tps-art-bx-inr {
        width: 85%;
        top: -140px;
        padding: 10px;
    }

    .tps-art-txt .tps-art-bx-inr h4 {
        font-size: 20px;
    }

    .tps-art-txt .tps-art-bx-inr p {
        font-size: 15px;
    }

    .tps-ebq-hm-txt h5 {
        font-size: 18px;
    }

    .tps-hp-retuns-bx-main {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .tps-hp-retuns-bx h6 {
        font-size: 16px;
    }

    .tps-hp-look-bx .tps-look-ptxt p.elementor-heading-title{
        left: 20px;
        top: 300px;
     }

     .tps-eng-right-animation .tps-animation-diamond + .elementor-widget-image img{
        max-width: 380px;
        margin: auto;
    }
    .tps-eng-right-animation .tps-animation-diamond {
        left: calc(50% - 27px);
        width: 90px;
    }

     .tps-focus-hp-jewl h3.elementor-heading-title{
        left: -66px;
    }
    .tps-focus-hp-hed h2.elementor-heading-title,
   .tps-hp-collection-slid h4.tps-jewelery-collection-title,
   .tps-hp-engring-bx h4.elementor-heading-title,
   .tps-hp-slid-engring .tps-best-seller-eng-rings-title-section h4.tps-best-seller-eng-rings-subtitle,
   .tps-hp-slid-wedring .tps-best-seller-wedding-rings-wrapper h4.tps-best-seller-wedding-rings-subtitle,
   .tps-home-slider .elementor-widget-heading h4,
   .tps-img-box-web-rng h4.elementor-heading-title{
      font-size: 22px !important;
   }
    .tps-homepg-slider-mob .swiper-slide-contents {
        margin-bottom: 2%;
    }

}


@media(max-width: 390px){

    .elementor-element.tps-homepg-slider-mob .swiper-slide{
        height: 480px !important;
    }

    
    
}
@media(max-width:380px){
    .tps-eng-right-animation .tps-animation-diamond + .elementor-widget-image img {
        max-width: 350px;
        margin: auto;
    }
    .tps-eng-right-animation .tps-animation-diamond {
        left: calc(50% - 22px);
        width: 77px;
    }
    .tps-hp-desgnown .tps-diamond-angle{
        top: 7px;
        width: 110px;
        left: calc(50% - 39px);
    }
}
@media(max-width: 360px){

}




