@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*=========Fonts=======*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

	
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
CSS FOR TOP STRIP
------------------------*/		
.top_strip{
	float:left;
	width:100%;
	background:#d27768;
	padding:4px 0;
	}
.top_strip p{
	font-size:17px;
	line-height:21px;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	}
	
/*-----------------------
CSS FOR HEADER
------------------------*/	
.header{
	background:#fff;
	float:left;
	width:100%;
	padding:18px 0;
	}
.logo{
	display:inline-block;
	vertical-align:top;
	width:210px;
	}		
 	
/*-----------------------
		BANNER
------------------------*/	
.banner_section{
	background:url(../images/bnr-bg.webp) no-repeat center top;
	float:left;
	width:100%;
	padding:55px 0;
	background-size:cover;
	position:relative;
	}		
.bnr_content{
	width:68%;
	text-align:left;
	}
.bnr_reviews_text{
	font-size:16px;
	line-height:16px;
	color:#fff;
	}	
.bnr_reviews_text img{
	display:inline-block;
	vertical-align:middle;
	width:105px;
	margin:-8px 10px 0 0;
	}	
.bnr_heading{
    font-size: 56px;
    line-height: 62px;
	color:#fff;
	font-weight:bold;
	margin-top:12px;
	}
.bnr_heading span{ color:#d27768;}
.bnr_text{
    font-size: 20px;
    line-height: 30px;
	color:#fff;
	margin-top:20px;
	}	

ul.bnr_list{
	width: 100%;
    max-width: 500px;
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.bnr_list li{
	float:left;
    text-align: center;
	position:relative;
	}	
ul.bnr_list li:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-35px;
	border-left:1px solid #3e3e3e;
	}	
ul.bnr_list li:last-child:before{ display:none;}	
.bnr_list_icnbx{
	margin:0 auto 0;
	display:block;
	width:32px;
	}	
.bnr_list_icnbx img{
    margin: 0 auto 0;
    display: block;
	}		
ul.bnr_list li p{
	font-size:16px;
	line-height:22px;
	color:#fff;
	}
	
/*====Button====*/
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}
.button_box_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:460px;
	}		
.button_shipp{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
	}
.button_shipp li{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	font-size:14px;
	line-height:14px;
	color:#fff;
	padding:0 10px;
	column-gap:5px;
	}
.button_shipp li.green_dot{
	padding-left:25px;
	border-right:1px solid #fff;
	position:relative;
	}
.red{ color:#f63214; font-weight:bold;}	
.green_dot:after{
	content: '';
    position: absolute;
    top: 4px;
    left: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #15bb0b;
    animation: breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}
	
@keyframes fade{
0%{ opacity:100%;}
50%{ opacity:20%;}
75%{ opacity:100%;}
100%{ opacity:100%;}
	}
.hourglass{
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0px 0 0;
    width: 10px;
    animation: rotateP 2.5s ease-in-out forwards infinite;
	}	
@keyframes rotateP{
	0%{transform:rotate(0)}
	50%{transform:rotate(180deg)}
	100%{transform:rotate(180deg)}
	} 
@keyframes rotate{
	0%{transform:rotate(00deg)}
	100%{transform:rotate(360deg)}
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}		
.low_stock{
    display:flex;
	display:-webkit-flex;
	justify-content:space-between;
    width:60px;
    margin:0 3px;
	}
.low_stock span{
	float:left;
	width:17%;
	height:10px;
	background:#e6e6e6;
	transition: 0.5s;
	}
.low_stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	}
.common_button{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 65px;
    color: #000;
    font-size: 25px;
    line-height: 65px;
    font-weight: 800;
    position: relative;
    text-align: center;
    background: #ffc257;
	}
.common_button img{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin: -2px 0 0 15px;
	}
	
ul.btn_list{
	float:left;
	width:100%;
	margin:12px auto 0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    column-gap: 35px;
    align-items: center;
	}
ul.btn_list li{
	font-size:15px;
	line-height:15px;
	color:#fff;
	position:relative;
	padding-left:14px;
	}
ul.btn_list li:before{
	content:'';
	position:absolute;
	width:4px;
	height:4px;
	background:#fff;
	border-radius:50%;
	top:50%;
	left:0;
	margin-top:-2px;
	}	
.bnr-product{
    position: absolute;
    top: 362px;
    right: 180px;
	}
	
.button_shipp li.button_shipp--blk{
	color:#000;     
	border-right: 1px solid #000;
	}	
.button_shipp li:last-child.button_shipp--blk{ border:none;}		
ul.btn_list-blk li{ color:#000;}
ul.btn_list-blk li:before{ background:#000;}
.common_button--blk{
	background:#000;
	border:1px solid #bb9f66;
	color:#fff;
	box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.1);
	}
.common_button--blk img{ filter: brightness(0) invert(1);}	

/*-----------------------
Brand Strip
------------------------*/	
.brand_strip{
	float:left;
	width:100%;
	padding:26px 0;
	background:#fbf5f1;
	}
.brand_box{
    width: 100%;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
	}	
.feature_text{
	font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 1px solid #000;
    padding: 15px 40px 15px 0;
	}	
ul.brand_list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	column-gap:60px;
	}
ul.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}		
ul.brand_list li img{
	margin:0 auto 0;
	display:block;
	height:44px;
	width:auto;
	}
			
/*-----------------------
 Section 1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 75px;
	}
.common_sub_heading{
	font-size:22px;
	line-height:28px;
	color:#ad7b57;
	font-weight:600;
	margin-bottom:12px;
	}
.color_text{ color:#e70404;}		
.common_heading{
    font-size: 45px;
    line-height: 50px;
	color:#000;
	font-weight: 600;
	}
.common_text{
    font-size: 18px;
    line-height: 28px;
	color:#000;
	margin-top:20px;
	}
ul.s1_dimond_list{
	margin:35px auto 0;
	width:100%;
	max-width:410px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.s1_dimond_list li{
	text-align:center;
	width:50%;
	position:relative;
	}	
ul.s1_dimond_list li:before{
    content: '';
    position: absolute;
    top: 50px;
    bottom: 5px;
    right: 0;
    border-left: 1px solid #cccccc;
	}	
ul.s1_dimond_list li:last-child:before{ display:none;}			
ul.s1_dimond_list li p{
	font-size:22px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.s1-dimond-image{
	margin:12px auto 0;
	display:block;
	width:140px;
	}
.s1-point-arrow1{
    position: absolute;
    top: 20px;
    left: 5px;
    width: 22px;
	}
.s1-point-arrow2{
    position: absolute;
    top: 20px;
    right: 5px;
    width: 22px;
    transform: scaleX(-1);
	}	
	
.massive_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width:830px;
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 20px 30px 0;
    margin-top: 30px;
	}	
.massive_heading{
	font-size:30px;
	line-height:36px;
	color:#000;
	font-weight:600;
	}	
.massive_text{ margin-top:12px;}
.massive_text2{
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 800;
    margin: 24px 0 -8px;
	}
.massive_text2 span{
	background:#fff;
	z-index:2;
	padding:0 14px;
	}
	
.s1_wrap{
	margin:50px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.s1_box{
	width:31.5%;
	background:#fff;
	text-align:center;
	border-radius:10px;
	box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 6px 4px rgba(0,0,0,0.1);
	overflow:hidden;
	}	
.s1_imagebox{
	float:left;
	width:100%;
	padding:20px 20px 0;
	}	
.s1_imagebox img{
	margin:0 auto 0;
	display:block;
	border-radius:10px;
	}	
.s1_contentbox{
	float:left;
	width:100%;
	padding:20px 18px 20px;
	}		
.s1_contentbox h3{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}	
.s1_contentbox p{ margin-top:12px;}	
	
.s1_btm_text{
	font-size:30px;
	line-height:38px;
	color:#000;
	font-weight:600;
	margin-top:45px;
	}	
.s1_btm_text span{ color:#cc955d;}		
	
/*-----------------------
 Section 2
------------------------*/
.section_2{
	background:#fff9f5;
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	}	
.section_2:before{
	content:'';
	position:absolute;
	top:-32px;
	left:50%;
	background:url(../images/s2-top-img.webp) no-repeat center center;
	background-size:65px;
	width:65px;
	height:72px;
	margin-left:-32px;
	}	
	
.s2_video_wrap{
	margin:50px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}		
.s2_video_box{
	width: 48.9%;
	padding:5px;
	box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	cursor:pointer;
	overflow:hidden;
	position:relative;
	}
.s2-video-img, .s2_video_box video{
    display: block;
    margin: 0 auto 0;
    width: 100%;
    height: 326px;
    object-fit: cover;
	}
.s2-video-play-button{
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	background:url(../images/play-button.webp) no-repeat center center;
	background-size:100%;
	width:110px;
	height:110px;
	animation: pulse 1.725s ease-out infinite forwards;
	margin-top:-55px;
	margin-left:-55px;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.3);
	border-radius:50%;
	}
@keyframes pulse {
    45% {
        opacity: 0.8;
		transform:scale(0.8);
    }

    55% {
        opacity: 1
		transform:scale(1);
    }
}

		
	
.s2_video_content_box{
	width:48.5%;
	text-align:left;
	}	
.common_text--mt0{ margin-top:0 !important;}	
.common_text--mt30{ margin-top:30px !important;}	
	
.master_jewelers_heading{
	font-size:28px;
	line-height:36px;
	color:#000;
	font-weight:bold;
	margin-top:45px;
	}	
.master_jewelers_wrap{
	margin:22px auto 0;
	width:100%;
	max-width:635px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.master_jewelers_box{
	width:47.2%;
	background:#ffffff;
	border:1px solid #cca386;
	text-align:center;
	padding:0 20px 25px;
	}	
.master_jewelers_box img{
	margin:0 auto 0;
	display:block;
	width:224px;
	}	
.master_jewelers_box p{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
	}	
	
	
.s2_image_slider{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	margin-top:60px;
	}
.s2_image_slider_col{
	width: auto;
	display:flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 30s linear infinite;
	}
.s2_imageBox{
	display:inline-block;
	vertical-align:top;
	width:263px !important;
	margin:0 10px;
	}
.s2_slide_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}	
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}	
	

/*-----------------------
 Section 3
------------------------*/
.section_3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}		
.s3_wrap{
	margin:50px auto 0;
	width:100%;
	max-width:972px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.s3_prodbox{
    width: 47.5%;
    margin-top: 38px;
	position:relative;
	z-index:2;
	}
.s3_prodbox img{
	margin:0 auto 0;
	display:block;
	}	
	
.s3_contentbox{
	width:49%;
	text-align:left;
	}	
ul.s3_contbx_list{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	row-gap:28px;
	}	
ul.s3_contbx_list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	}
ul.s3_contbx_list li:before{
    content: "";
    position: absolute;
    top: 11px;
	left:0;
	}	
ul.s3_contbx_list li:nth-child(1):before{
	background: url(../images/s3-list-line1.webp) no-repeat;
	left: -280px;
	width: 242px;
    height: 46px;
	}
ul.s3_contbx_list li:nth-child(2):before, ul.s3_contbx_list li:nth-child(4):before, ul.s3_contbx_list li:nth-child(5):before{
	background: url(../images/s3-list-line2.webp) no-repeat;
	left: -312px;
	width: 273px;
    height: 9px;
	}
ul.s3_contbx_list li:nth-child(3):before{
	background: url(../images/s3-list-line3.webp) no-repeat;
	top:-25px;
	left: -278px;
	width: 238px;
    height: 45px;
	}
					
ul.s3_contbx_list li h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}	
ul.s3_contbx_list li p{ line-height:26px; margin-top:4px !important;}	
	
/*-----------------------
 Section 4
------------------------*/
.section_4{
	background:#fff9f5;
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	overflow:hidden;
	}		
.s4_content{
	float:left;
	width:62%;
	text-align:left;
	}	
.s4-product{
    position: absolute;
    top: -20px;
    right: -120px;
	}	
	
.s4_wrap{
	margin:35px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.s4_box{
	width:23.5%;
	background:#fff;
	text-align:center;
	border-radius:10px;
	box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 6px 4px rgba(0,0,0,0.1);
	overflow:hidden;
	}	
.s4_imagebox{
	float:left;
	width:100%;
	padding:17px 17px 0;
	}	
.s4_imagebox img{
	margin:0 auto 0;
	display:block;
	border-radius:8px;
	}	
.s4_contentbox{
	float:left;
	width:100%;
	padding:18px 15px 20px;
	}		
.s4_contentbox h3{
	font-size:21px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}	
.s4_contentbox p{ margin-top:12px;}	
		
/*-----------------------
 Section 5
------------------------*/
.section_5{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s5_wrap{
    margin: 50px auto 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
	}	
.s5_image_box{ width: 48.6%;}	
.s5_image_box img{
	margin:0 auto 0;
	display:block;
	border:1px solid #cca386;
	border-radius:10px;
	}	

.s5_content_box{
	width:49%;
	background:#fff9f5;
	border:1px solid #cca386;
	border-radius:8px 8px 0 0;
	}	
.s5-product{
	margin:-40px auto -20px;
	display:block;
	}	
.s5_contbx_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	padding:0 20px;
	font-weight:500;
	}	
	
.s5_table{
	margin:25px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	row-gap:12px;
	}	
.s5_tbl_row{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	border-top:2px solid #dec1ad;
	border-bottom:2px solid #dec1ad;
	text-align:left;
	font-size:20px;
	line-height:26px;
	color:#000;
	}	
.s5_tbl_row:last-child{ border-bottom:none;}	
.s5_tbl_row_col{
    min-height: 46px;
    background: #f2e3d9;
    border-right: 2px solid #dec1ad;
    padding: 0 16px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}	
.s5_tbl_row_col span{ font-weight:normal; padding:0 10px;}		
.s5_tbl_row_col.fl{ width:40%;}	
.s5_tbl_row_col.fr{
	background:#fff9f5;
	width:60%;
	font-weight:600;
	border-right: none;
	}		

/*-----------------------
 Section 6
------------------------*/
.section_6{
	background:#fff9f5;
	float:left;
	width:100%;
	}
.s6_content{
	float:left;
	width:69%;
	text-align:left;
	padding:60px 0 70px;
	}	
.s6-product{
    float: right;
    margin: -18px -36px 0 -110px;
	}	
.gift_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:635px;
	background:url(../images/gift-box-bg.webp) no-repeat center top;
	background-size:cover;
	border:1px solid #cca386;
	position:relative;
	text-align:left;
	padding:22px 165px 25px 75px;
	margin-top:40px;
	}	
.gift_box h3{
	font-size:28px;
	line-height:32px;
	color:#ffd98b;
	font-weight:800;
	}	
.gift_box p{
	font-size:18px;
	line-height:26px;
	color:#fff;
	margin-top:5px;
	}		
.gift-ribon-img{
	position:absolute;
	top:0;
	left:0;
	}	
.gift-image{
    position: absolute;
    top: -30px;
    right: 12px;
    width: 145px;
	}	
	
.s6_imagebox{
	float:right;
	width:290px;
	background:#f5e6da;
	padding:34px 19px;
	}	
.s6_imagebox_inner{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	row-gap:25px;
	}	
.s6_imagebx_col{
	float:left;
	width:100%;
	}	
.s6_imagebx_col img{
	margin:0 auto 0;
	display:block;
	border:1px solid #ddd2c4;
	border-radius:12px;
	box-sizing: content-box;
	}	

/*-----------------------
 Section 7
------------------------*/
.section_7{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 10px;
	}
.compare_box{
    width: 100%;
    max-width: 700px;
    margin: 110px auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.compare_col1{
    width: 38%;
    position: relative;
    border: 1px solid #fff;
	}
.compare_top{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    text-align: center;
	}
.compare_top h3{
	font-size:18px;
	line-height:24px;
	color:#fff;
	font-weight:800;
	}
.compare_list{
	float:left;
	width:100%;
	border-top:1px solid #ecdfd6;
	}
.compare_list li{
	width:100%;
	height: 80px;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:800;
	padding:15px;
	text-align:left;
	border-bottom:1px solid #ecdfd6;
	
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}
.compare_list li:last-child{ border-bottom:none; height:55px;}		
.compare-product{
    position: absolute;
    top: -78px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
	}
.compare_col1 .compare_list li{	text-align:left; flex-direction: row; justify-content: flex-start; padding-left:10px;}
.compare_right_text{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
	} 
.compare_col2{
	width: 30%;
    background: #151515;
    position: relative;
    border: 1px solid #151515;
	}
.compare-product1{
	display:block;
	margin: -75px auto 7px;
	width:106px;
	}
.compare_col2 .compare_list{ border-top: 1px solid #6b5e56;}	
.compare_col2 .compare_list li{
	border-bottom:1px solid #6b5e56;
	}
.compare_col2 .compare_list li:last-child{ border-bottom:none; height:55px;}	
.compare_col_line .compare_list li:last-child{ border-bottom:none;}	
.compare_col2 .compare_list li p, .compare_col3 .compare_list li p{
	font-size: 18px;
    line-height: 20px;
    color: #ffd98b;
    font-weight: normal;
    margin-top: 6px;
	}
.compare-icon{
	width:26px;
	}
.compare_col_line{ width:2%;}		
.compare_col3{ 
	width: 30%;
	background:#f6f6f6;
	border:1px solid #acacac;
	position:relative;
	}
.compare_col3 .compare_list li:last-child{ border-bottom:none; height:55px;}	
.compare_col3 .compare_right_text{ color:#919191;}
.compare_col3 .compare_list li p{ color:#000;}
	
.guarantee_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:833px;
	margin-top:70px;

	border:8px solid transparent;
    border-image-source: url(../images/guarantee-frame.webp);
    -webkit-border-image-source: url(../images/guarantee-frame.webp);
    border-image-repeat: repeat;
    border-image-slice:8;
	border-image:url(../images/guarantee-frame.webp) fill 8 repeat;
	position:relative;
	padding: 10px 55px 40px;
	}	
	
.guarantee-patch{
	margin:0 auto 0;
	display:block;
	width:437px;
	}
.guarantee_sub_heading{
	font-size:16px;
	line-height:20px;
	color:#ffd98b;
	margin-top:6px;
	}	
.guarantee_heading{
	font-size:38px;
	line-height:45px;
	color:#fff;
	font-weight:600;
	margin-top:10px;
	}
.guarantee_tag{
    display: inline-block;
    vertical-align: top;
    background: #120d08;
    border-radius: 35px;
    font-size: 20px;
    line-height: 20px;
    color: #ffd98b;
    font-weight: 600;
    padding: 8px 20px 10px;
    margin-top: 18px;
	}		
.guarantee_text{
	font-size:18px;
	line-height:28px;
	color:#fff;
	margin-top:20px;
	}		
	
/*-----------------------
 Section 8
------------------------*/
.section_8{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s8_product{
	display:block;
	margin:40px auto 0;
	width:492px;
	}

.s8_mid_wrap{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
	margin:20px auto 10px;
	row-gap:45px;
	}
.s8_mid_wrp_inr{
	display:-webkit-flex;
	display:flex;
	align-items:center;
	width:32%;
	}
.s8_mid_wrp_imgbx{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width: 155px;
    height: 155px;
    padding: 5px;
	border:1px solid #cca386;
	border-radius:10px;
	position:relative;
	flex-shrink: 0;
	}
.s8_mid_wrp_imgbx img{
	display:block;
	margin:0 auto;
	width:135px;
	}	
.s8_mid_wrp_cont{
	padding-left:25px;
	text-align:left;
	}
.s8_mid_wrp_cont h3{
	font-size:19px;
	line-height:25px;
	color:#000;
	font-weight:800;
	}
.s8_mid_wrp_cont p{
	font-size:17px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	}		
		
/*-----------------------
 Section 9
------------------------*/
.section_9{
	float:left;
	width:100%;
	background:#fff9f5;
	padding:60px 0 70px;
	}
	
.s9_image_slider{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	margin-top:35px;
	}
.s9_image_slider_col{
	width: auto;
	display:flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 30s linear infinite;
	}
.s9_imageBox{
	display:inline-block;
	vertical-align:top;
	width:233px !important;
	margin:0 4px;
	}
.s9_slide_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}	
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}	


.testi_block{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;

	width:100%;
	margin:60px auto 10px;
	row-gap:40px;
	}
.testi_box{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
    width:48.55%;
    background: #fff;
    border: 1px solid #cca386;
    border-radius: 12px;
    padding: 25px 18px 18px;
	}
.testi_box_lft{
	width: calc(100% - 52px);
	display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.testi_box_cont{
	width:100%;
	text-align: left;
	}
.testi_head{
	font-size:21px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	}
.testi_star{
	width:75px;
    margin-top:12px;
	}
.testi_txt{
	font-size:17px;
	line-height:25px;
    color:#000;
	margin-top:15px;
	}
.customer{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: left;
	}
.customer_info{
	font-size:19px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	}
.verified_txt{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:500;
	}
.verified_txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 3px 0 4px;
	width:15px;
	}

.testi_box_rgt{
    margin: -40px 0 0 0;
    width: 52px;
	position:relative;
	}
.teinkl{
	display:block;
	margin:0 auto;
	width:30px;
	}
.border_line{
    display: inline-block;
    vertical-align: top;
    height: 85%;
    border-left: 2px dotted #dcc0ac;
	}
.testi_img{
    border-radius: 50%;
    width: 52px;
    position: absolute;
    left: 0;
    bottom: 0;
	}
	
/*-----------------------
 Section 10
------------------------*/
.section_10{
	float:left;
	width:100%;
	background:#ffffff;
	padding:60px 0 70px;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	text-align:center;
	margin-top:30px;
	}
.up-slide-dwn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    background: #fff9f5;
    border-radius: 8px;
    padding: 0 20px;
    margin-top: 18px;
	}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
	background: url(../images/close.webp) no-repeat no-repeat right 0 center;
	background-size:17px !important;
   	font-size: 20px;
    line-height: 26px;
    font-weight:bold;
    color: #000;
    padding:23px 35px 25px 0;
    cursor: pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat right 0 center;
	}
.acdn-content{
    float: left;
    width: 100%;
	padding: 18px 0 10px;
    border-top: 1px solid #dadada;
	}
.acdn-para{
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
	}
					
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:35px 0 40px;
	border-top:1px solid #d7d7d7;
	}
.footer_logo{
	display:block;
	margin:0 auto 20px;
	width:160px;
	}
.footer_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:7px;
	}
.footer_text a{ color:#000; padding:0 10px;}	

/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr_reviews_text{ font-size:15px; line-height:15px;}
.bnr_heading{ font-size: 48px; line-height: 54px;}
.bnr_text{ font-size: 18px; line-height: 28px;}
.bnr-product{ top: 375px; right: 120px; width: 390px;}

.common_sub_heading{ font-size: 20px; line-height: 26px;}
.common_heading{ font-size: 38px; line-height: 44px;}

.video-wrapper{ min-height: 271px;}

ul.s3_contbx_list{ row-gap: 24px;}
.s4_contentbox h3{ font-size: 20px; line-height: 24px;}

.s5_wrap{ align-items: flex-start;}
.s5_image_box{ width: 45%;}
.s5_content_box{ width:52%;}
.s5_contbx_text{ font-size: 18px; line-height: 26px;}
.s5_tbl_row{ font-size:18px; line-height:26px;}

.common_text--mt30{ margin-top: 25px !important;}

.s6-product{ margin: -18px -20px 0 -103px; width: 287px;}

.s8_mid_wrp_imgbx{ width:130px; height:130px;}
.s8_mid_wrp_cont{ padding-left:15px;}
.s8_mid_wrp_cont h3{ font-size: 18px; line-height: 24px;}
.s8_mid_wrp_cont p{ font-size: 16px; line-height: 23px; margin-top: 10px;}

}

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner_section{ padding:45px 0 50px; background-position: right 43% top;}
.bnr_content{ width: 72%;}
.bnr_reviews_text{ font-size: 15px; line-height: 15px;}
.bnr_reviews_text img{ width: 92px; margin: -8px 7px 0 0;}
.bnr_heading{ font-size: 38px; line-height: 44px;}
.bnr_text{ font-size: 17px; line-height: 27px; margin-top: 12px;}
ul.bnr_list{ margin-top:35px;}
.bnr-product{ top: 370px; right: 0; width: 280px;}

.feature_text{ font-size: 17px; line-height: 17px; padding: 15px 25px 15px 0;}
.brand_box{ column-gap: 25px;}
ul.brand_list{ column-gap: 40px;}

.section_1{ padding:50px 0 60px;}
.common_sub_heading{ font-size: 18px; line-height: 24px;}
.common_heading{ font-size: 32px; line-height: 38px;}
.common_text{ font-size: 16px; line-height: 25px;}
ul.s1_dimond_list li p{ font-size: 20px; line-height: 22px;}
.s1-dimond-image{ width:130px;}
.massive_heading{ font-size: 26px; line-height: 32px;}
.s1_imagebox{ padding: 15px 15px 0;}	
.s1_contentbox{ padding: 15px 15px 20px;}	
.s1_contentbox h3{ font-size: 20px; line-height: 26px;}	
.s1_btm_text{ font-size: 24px; line-height: 32px; margin-top: 40px;}	
	
.section_2{ padding: 50px 0 60px;}	
.section_2:before{ background-size: 58px; width: 58px; height: 65px; margin-left: -29px;}	
.play-btn{ width: 60px; margin: -30px 0 0 -30px;}	
.master_jewelers_heading{ font-size: 26px; line-height: 32px;}	
.s2_image_slider{ margin-top:50px;}
.s2_imageBox{ width: 220px !important;}	
.s2-video-img, .s2_video_box video{ height: 229px;}
.s2-video-play-button{ width:90px; height:90px; margin-top: -45px; margin-left: -45px;}

.section_3{ padding: 50px 0 60px;}	
.s3_wrap{ margin: 40px auto 0;}	
.s3_prodbox{ width: 43%; margin-top: 28px;}
.s3_contentbox{ width: 42%;}
ul.s3_contbx_list{ row-gap: 15px;}
ul.s3_contbx_list li h3{ font-size: 20px; line-height: 26px;}
ul.s3_contbx_list li p{ line-height: 25px;}	
	
.section_4{ padding: 50px 0 60px;}	
.s4_content{ width: 70%;}		
.s4-product{ width:470px;}
.s4_imagebox{ padding:12px 12px 0;}
.s4_contentbox{ padding: 15px 12px 20px;}
.s4_contentbox h3{ font-size: 18px; line-height: 22px;}

.section_5{ padding: 50px 0 60px;}
.s5_tbl_row_col{ padding:0 10px;}	
.s5_image_box{ width: 40%;}
.s5_content_box{ width:58%;}
.s5-product{ width:150px;}
.s5_contbx_text{ font-size: 16px; line-height: 24px;}
.s5_tbl_row{ font-size:16px; line-height:22px;}

.s6_content{ padding: 50px 0 60px;}
.s6-product{ width:187px;}
.s6_imagebox{ width:210px; padding: 104px 15px;}
.s6_imagebox_inner{ row-gap: 45px;}
.common_text--mt30{ margin-top: 20px !important;}
.gift_box{ margin-top:30px;}
.gift_box h3{ font-size: 24px; line-height: 26px;}
.gift_box p{ font-size: 16px; line-height: 24px;}

.section_7{ padding: 50px 0 10px;}
.compare_right_text{ font-size: 18px; line-height: 24px;}
.guarantee_box{ margin-top:60px;}
.guarantee_heading{ font-size: 34px; line-height: 42px;}
.guarantee_text{ font-size: 16px; line-height: 26px;}

.section_8{ padding: 50px 0 60px;}
.s8_product{ width:390px;}
.s8_mid_wrp_inr{ width:49%;}

.section_9{ padding: 50px 0 60px;}
.s9_imageBox{ width: 200px !important;}
.testi_head{ font-size:20px; line-height:24px;}
.testi_txt{ font-size: 16px; line-height: 24px;}

.section_10{ padding: 50px 0 60px;}
.accordion{ font-size: 19px; line-height: 23px;}
.acdn-para{ font-size: 16px; line-height: 24px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ padding:6px 0 4px;}
.top_strip p{ font-size: 12px; line-height: 14px;}

.header{ padding:8px 0;}
.logo{ width:140px;}

.banner_section{ background:#fff; padding:0 0 30px;}
.bnr_content{ background:url(../images/bnr-bg-mob.webp) no-repeat center top; background-size:cover;  width:calc(100% + 30px); padding:30px 110px 117px 15px; margin-left:-15px; letter-spacing:-0.6px;}
.bnr_reviews_text{ font-size: 12px; line-height: 12px;}
.bnr_reviews_text img{ width: 62px; margin: -7px 5px 0 0;}
.bnr_heading{ font-size: 30px; line-height: 34px; font-weight:600;}
.bnr_offer_text{ display:inline-block; vertical-align:top; background:#f2cdb2; padding:5px 13px 6px 7px; font-size:20px; line-height:22px; color:#000; font-weight:bold; border-left:4px solid #d27768; position:relative; margin-top:17px;}
.bnr_offer_text span{ position:relative; z-index:2;}
.polygon-img-m{ position:absolute; top:-1px; right:-17px;}
.bnr_text{font-size: 14px; line-height: 20px; margin-top:17px; padding-right:15px;}
.bnr-product-m{ float: left; width: 356px; margin: -95px 0 -20px;}
ul.bnr_list{ margin: 10px auto 0; padding: 0; border: none; justify-content: space-between; max-width: 335px;}
ul.bnr_list li{ text-align: center; flex-direction: column; width:25%;}
ul.bnr_list li:before{ display:none;}
ul.bnr_list li p{ font-size:14px; line-height:18px; color:#000; margin-top:8px;}
.bnr_list_icnbx img{  filter: brightness(0);}

.button_box{ margin-top:30px;}
.button_shipp{ margin-bottom:8px;}
.button_shipp li{ font-size:12px; line-height:12px;}
.hourglass{ margin:0; width: 9px;}
.green_dot:after{ top:1.2px;}
.common_button{ height: 52px; font-size: 17px; line-height: 50px;}
.common_button img{ width: 20px; margin: -2px 0 0 10px;}
ul.btn_list{ margin: 8px auto 0;}
ul.btn_list li{ font-size: 12px; line-height: 12px; padding-left: 12px; font-weight:500;}

.brand_strip{ padding:14px 0 20px;}
.brand_box{ column-gap: normal; flex-direction: column;}
.feature_text{ font-size: 12px; line-height: 12px; padding: 0; border: none;}
ul.brand_list{ column-gap: 25px; margin:18px auto 0;}
ul.brand_list li img{ height:30px;}

.section_1{ padding:25px 0 55px;}
.common_sub_heading{ font-size: 16px; line-height: 22px; letter-spacing: -0.2px;}
.common_heading{ font-size: 30px; line-height: 36px;}
.common_text{ font-size: 15px; line-height: 21px; margin-top: 15px; letter-spacing:-0.3px;}
.s1_reviews_box{ display:inline-block; vertical-align:top; width:100%; max-width:400px;background:#fff; border:1px solid #e7c8b2; padding:10px; margin-bottom:30px;}
.s1_reviews_box_inner{ display: -webkit-flex; display: flex; align-items: center;}
.s1_rev_imgbx{ width:98px; flex-shrink: 0;}
.s1_rev_imgbx img{ margin:0 auto 0; display:block;}
.s1_rev_contbx{ width:calc(100% - 98px); text-align:left; padding-left:20px;}
.s1_rev_star{ display:block; width:56px;}
.s1_rev_txt{ font-size:14px; line-height:18px; color:#000; font-style:italic; margin-top:10px;}
.s1_customer_info{ font-size:13px; line-height:13px; color:#000; font-weight:bold; margin-top:12px;}
.s1_customer_info span{ font-size:12px; line-height:12px; color:#000; font-weight:normal;}
.s1_customer_info img{ display:inline-block; vertical-align:middle; width:10px; margin: -1px 4px 0 5px;}
ul.s1_dimond_list{ margin: 20px auto 0; max-width: 340px;}
ul.s1_dimond_list li p{ font-size: 17px; line-height: 19px;}
.s1-dimond-image{ width: 112px; margin: 10px auto 0;}
.s1-point-arrow1{ top: 16px; left: 15px; width: 16px;}
.s1-point-arrow2{ top: 16px; right: 15px; width: 16px;}
ul.s1_dimond_list li:before{ top: 42px; bottom: 20px;}
.massive_box{ max-width: 400px; padding: 14px 20px 0; margin-top: 15px;}
.massive_heading{ font-size: 22px; line-height: 28px;}
.massive_text{ margin-top:10px !important;}
.massive_text2{ font-size: 14px; line-height: 18px; margin: 19px 0 -10px;}
.massive_text2 span{ padding: 0 8px; display:inline-block;}
.s1_wrap{ margin: 35px auto 0; row-gap:14px;}
.s1_box{ width:100%; display: -webkit-flex; display: flex; align-items: center; border-radius: 5px; box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); padding:8px;}
.s1_contentbox{ padding: 0 5px; text-align: left;}
.s1_contentbox h3{ font-size: 18px; line-height: 22px; font-weight: 600; letter-spacing:-0.4px;}
.s1_contentbox p{ margin-top: 5px;}
.s1_imagebox{ padding: 0; width: 124px; flex-shrink: 0;}
.s1_imagebox img{ border-radius: 5px;}
.s1_btm_text{ font-size: 22px; line-height: 28px; margin-top: 24px;}
.section_2:before{ background-size: 50px; width: 50px; height: 56px; margin-left: -25px; top: -28px;}

.section_2{ padding: 40px 0 35px;}
.s2_video_wrap{ margin: 25px auto 0; justify-content: center;}
.s2_video_box{ width: 100%; background: #fff9f5;}
.s2-video-img, .s2_video_box video{ height: 225px;}
.s2-video-play-button{ width:60px; height:60px; margin-top: -30px; margin-left: -30px;}
.s2_video_content_box{ width: 100%; margin-top:20px;}
.common_text--mt30{ margin-top: 15px !important;}
.master_jewelers_heading{ font-size: 18px; line-height: 28px; margin-top: 25px;}
.master_jewelers_wrap{ margin: 18px auto 0; max-width: 390px;}
.master_jewelers_box{ padding: 0 5px 15px;}
.master_jewelers_box img{ margin: -5px auto -6px;}
.master_jewelers_box p{ font-size: 14px; line-height: 20px;}
.s2_image_slider{ margin-top: 35px;}
.s2_imageBox{ width: 190px !important; margin: 0 6px;}
.s2_slide_img{ border-radius:5px;}

.section_3{ padding: 30px 0 35px; overflow:hidden;}
.s3_wrap{ margin: 25px auto 0; max-width: 360px; position:relative;}
.s3_contentbox{ width: 46%;}
.text_left_mob{ text-align:left;}
ul.s3_contbx_list{ row-gap: 30px;}
ul.s3_contbx_list li h3{ font-size: 18px; line-height: 24px;}
ul.s3_contbx_list li p{ line-height: 20px;}
ul.s3_contbx_list li:nth-child(1):before{ background: url(../images/s3-list-line1-m.webp) no-repeat; top: 33px; left: 175px; width: 139px; height:94px;}
ul.s3_contbx_list li:nth-child(2):before, ul.s3_contbx_list li:nth-child(3):before, ul.s3_contbx_list li:nth-child(4):before{ background: url(../images/s3-list-line2-m.webp) no-repeat; top:20px; left: 132px; width: 186px; height: 9px;}
ul.s3_contbx_list li:nth-child(3):before{ left: 145px;}
ul.s3_contbx_list li:nth-child(4):before{ top:10px;}
ul.s3_contbx_list li:nth-child(5):before{ background: url(../images/s3-list-line5-m.webp) no-repeat; top: -60px; left: 175px; width: 172px; height:77px;}
.s3-product-m{ position: absolute; top: 88px; right: -35px; width: 195px; z-index: 2;}

.section_4{ padding: 30px 0 35px;}
.s4_content{ width: 100%; text-align: center;}
.s4_content .common_text{ position:relative; z-index:2;}
.s4-product-m{ margin: -10px auto -30px; max-width: none; width: calc(100% + 30px); margin-left: -15px;}
.s4_wrap{ margin: 0 auto 0; row-gap:14px;}
.s4_box{ width:100%; display: -webkit-flex; display: flex; align-items: center; flex-direction: row-reverse; border-radius: 5px; box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); padding:8px;}
.s4_contentbox{ padding: 0 5px; text-align: left;}
.s4_contentbox h3{ font-size: 18px; line-height: 22px;}
.s4_contentbox p{ margin-top: 5px;}
.s4_imagebox{ padding: 0; width: 124px; flex-shrink: 0;}
.s4_imagebox img{ border-radius: 5px; height: 110px; object-fit: cover;}
	
.section_5{ padding: 30px 0 35px;}	
.s5_wrap{ justify-content: center; max-width: 400px; margin: 25px auto 0; row-gap:80px;}	
.s5_image_box{ width:100%;}
.s5_content_box{ width:100%;}	
.s5-product{ width: 160px; margin: -40px auto -15px;}	
.s5_contbx_text{ font-size: 14px; line-height: 20px; padding: 0 5px;}
.s5_table{ margin: 15px auto 0; row-gap: 6px;}
.s5_tbl_row{ font-size: 13px; line-height: 19px; border-top: 1px solid #dec1ad; border-bottom: 1px solid #dec1ad;}
.s5_tbl_row_col{ border-right: 1px solid #dec1ad; min-height: 32px; padding: 0 6px;}

.section_6{ padding: 0 0 35px;}	
.s6_top_mob{ position:relative; width:100%; margin:0 auto 0; position:relative;}	
.s6-top-image{ width:calc(100% + 30px); max-width:none; margin-left:-15px;}	
.s6-prod-mob{ width: 232px; position: absolute; bottom: 28px; left: -20px;}
.s6_imagebox_inner{ row-gap: 8px;}
.s6_imagebox{ position: absolute; top: 30px; right: 0; width: 150px; padding: 8px; border-radius: 10px; background: #6E4632;
background: linear-gradient(180deg, rgba(110, 70, 50, 1) 0%, rgba(245, 230, 218, 1) 70%);}
.s6_imagebx_col img{ box-sizing: border-box;}
.s6_content{ padding:0; width:100%;}
.s6_cont_mob{ width: 100%; max-width:200px; padding: 10px 0 25px;}	
.gift_box{ margin-top: 30px; padding: 20px 120px 22px 40px;}
.gift_box h3{ font-size: 20px; line-height: 24px;}
.gift_box p{ font-size: 14px; line-height: 20px;}
.gift-ribon-img{ width: 50px;}	
.gift-image{ top: -8px; right: 8px; width: 105px;}

.section_7{ padding: 30px 0 10px;}		
.compare_box{ margin: 100px auto 0;}	
.compare_list li{ font-size:16px; line-height:20px; padding:9px; height:70px;}	
.compare_col1 .compare_list li{ padding-left:0;}
.compare_list li:last-child{ height:25px;}
.compare_top{ height:56px;}
.compare_right_text{ font-size: 14px; line-height: 18px;}
.compare-icon{ width: 18px;}
.compare_col2 .compare_list li p, .compare_col3 .compare_list li p{ font-size: 14px; line-height: 18px;}
.compare_col2 .compare_list li:last-child, .compare_col3 .compare_list li:last-child{ height:25px;}

.guarantee_box{ padding: 20px 12px 25px; margin-top: 45px; border-image: none; background: url(../images/guarantee-frame-m.webp) no-repeat center top; background-size: cover; border: 5px solid #fad387;}
.guarantee_sub_heading{ font-size: 14px; line-height: 18px; margin-top: 12px;}
.guarantee_heading{ font-size: 28px; line-height: 34px;}
.guarantee_tag{ font-size: 17px; line-height: 17px; padding: 5px 15px 7px; margin-top: 20px;}
.guarantee_text{ font-size: 14px; line-height: 20px; padding: 0 6px; margin-top: 15px;}

.section_8{ padding: 30px 0 35px;}	
.s8_prodbx_mob{ display:inline-block; vertical-align:top; width:100%; max-width:360px; margin-top:40px; position:relative;}
.s8-id-report{ width:247px; margin:0 auto 0 35px; display:block;}
.s8_product{ float: left; width: 195px; margin: 20px 0 0 0;}
.s8-gift-image{ position: absolute; bottom: 20px; right: -5px; width: 146px;}
.s8-seal-img{ position: absolute; top: -30px; right: 24px; width: 73px;}
.s8_mid_wrap{ row-gap: normal; margin:10px auto 0;}
.s8_mid_wrp_inr{ width:100%; border-bottom: 1px solid #e1e1e1; padding:15px 0;}
.s8_mid_wrp_inr:last-child{ border-bottom: none;}
.s8_mid_wrp_imgbx{ width: 118px; height: 118px; border-radius: 5px;}
.s8_mid_wrp_cont{ padding-left: 20px;}
.s8_mid_wrp_cont p{ font-size: 14px; line-height: 20px; margin-top: 6px;}

.section_9{ padding: 30px 0 35px;}	
.s9_image_slider{ float: none; max-width: 400px; margin: 25px auto 0; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; row-gap:5px; padding: 0 15px; overflow: visible;}
.s9_imageBox{ width: 24% !important; margin:0;}
.s9_slide_img{ border-radius:5px;}
.testi_block{ margin: 35px auto 5px; row-gap: 22px;}
.testi_box{ width: 100%; border-radius: 8px; padding: 17px 15px 15px;}
.testi_head{ font-size: 16px; line-height: 22px;}
.testi_star{ width: 64px; margin-top: 8px;}
.testi_txt{ font-size: 14px; line-height: 20px; margin-top: 8px;}
.customer_info{ font-size: 14px; line-height: 14px;}
.verified_txt{ font-size: 11px; line-height: 11px;}
.verified_txt img{ width: 11px;}
.testi_box_rgt{ width:44px; margin: -33px 0 0 0;}

.section_10{ padding: 30px 0 35px;}	
.faq-container{ margin-top:14px;}
.up-slide-dwn{ padding:0 15px; margin-top:10px;}
.accordion{ font-size: 16px; line-height: 22px; background-size: 14px !important; padding:18px 20px 20px 0;}
.acdn-content{ padding: 15px 0 5px 0;}
.acdn-para{ font-size: 14px; line-height: 20px; margin-bottom: 15px;}

.footer{ padding: 20px 0;}
.footer_logo{ margin: 0 auto 15px; width: 140px;}
.footer_text{ font-size: 14px; line-height: 20px; margin-top: 7px;}
}

@media only screen and (max-width:375px){	
ul.brand_list li img{ height: 28px;}
.common_sub_heading{ font-size: 15px; line-height: 21px;}
.common_heading{ font-size: 29px; line-height: 35px;}
.master_jewelers_heading{ font-size: 17px; line-height: 27px;}
.gift_box{ padding-right:107px;}
.compare_list li{ font-size:15px; line-height:19px;}
.guarantee_heading{ font-size: 27px; line-height: 33px;}
.s3-product-m{ top:107px;}
}