body {
	margin: 0;
	font-family: "Mulish";
}
html {
  scroll-behavior: smooth;
}
header{display:none;}
p {
	font: 400 16px/28px "Mulish", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #313131;
}
.pendants-bracelets {
	padding: 50px 0 0px 0px;
}
.pendants-bracelets-img {
	margin: 60px 0  0px 0px;
}
.back-relative{
	position: relative;
}
.back-block{
	display: block;
}
.back-relative a {
	position: absolute;
	left: 0;
	right: auto;
	display: flex;
	align-items: center;
	font: 700 24px/33px "Mulish", Helvetica, sans-serif;
    color: #001e29;
	transition: all 0.5s;
	text-decoration: none;
	bottom: auto;
	top: 5px;
	display: inline-block;
}
.back-relative a i{
	margin:  0 10px 0 0;
	font-size: 17px;
}
.back-relative a:hover{
	color: #555;
}
.tabal-section .pendants-bracelets{
	padding: 0;
}
.navbar-brand {
	width: 78px;
	padding: 0;
	margin: 0;
}
.pendants-bracelets .about-us-text p {
	font: 400 18px/33px "Mulish", Helvetica, sans-serif;
	color: #191919;
	margin: -20px 0 15px 0;
}
.header.main_wrapper.fixed-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	background:rgba(0, 0, 0, 0.8);
	z-index: 1;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	/* animation:slide-down 0.7s; */
}
.fixed-head .login-btn a:hover{
	background: rgba(0, 0, 0, 0.8);
}
.fixed-head .header-wrapper{
	padding: 0;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}
.order-text{
	order: 2;
}
p#error-msg {
    margin: 0px;
}
.inner-page .banner-section::after{
	display: none;
}
/* header start*/
#header {
	background: #001e29;
	padding: 15px 60px;
	text-align: center;
}
.navbar-nav li{
	margin: 0 0 0 45px;
}
.navbar-nav li a { 
	font: 400 18px/20px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #fff !important;
	padding: 7px 0 !important;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li a::after {
	height: 2px;
	width: 0px;
	background: #e0bf5e;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	right: 0;
	margin: 0 auto;
	transition: all 0.5s;
}
.navbar-nav li:hover a::after, .navbar-nav li.active a::after{
	width: 100%;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #e0bf5e !important;
}
.reviews-button {
	margin: 7px 0 0 20px;
}
.jusify-center{
	justify-content: space-between;
}
.navbar-nav li.reviews-button a {
	font: 400 14px/22px "Mulish", Helvetica, sans-serif;
	color: #fff !important;
	background: #e0bf5e;
	padding: 7px 17px !important;
	text-transform: uppercase;
}
.slider-text h3, .about-us-text-content h2{
	font: 700 40px/42px "Mulish", Helvetica, sans-serif;
	color: #000;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	border-left: 4px solid #e0bf5e;
}
.about-us-text-row {
    margin: 100px 0;
}
.about-us-text-row:last-child{
	margin-bottom: 0;
}
.about-us .slider-text p, .about-us-text-content p{
	font: 500 20px/40px "Mulish", Helvetica, sans-serif;
	color: #000;
	margin: 0;
}
.slider-text h2 b{
	font-weight: 700;
}
.align-center{
	align-items: center;
}
.navbar-nav li.reviews-button a:hover{
	background: #fff;
	color: #000 !important;
}
.container-iped .slider-form {
	display: grid;
	align-items: end;
	height: 605px;
	background: none;
	border: none;
	margin: auto;
}
.container-iped .slider-img {
	padding: 0;
}
.navbar{
	background: none !important;
	padding: 0;
}
.about-commen-padding{
	padding: 80px 0 0;
}
.about-us-text {
	text-align: center;
}
.about-us-img {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.about-us-row .about-us-img img, .about-us-row02 .about-us-img img{
	transition: all 0.5s;
}
.about-us-row:hover .about-us-img img, .about-us-row02:hover .about-us-img img{
	transform: scale(1.1);
}
.about-us-text h2 {
	margin: 0 0 40px 0;
	font: 700 34px/36px "Mulish", Helvetica, sans-serif;
	color: #001e29;
	padding: 0;
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 0 60px;
}
.about-us-text h2::after {
	width: 38px;
	height: 4px;
	background-color: #001e29;
	left: 0;
	right: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	content: "";
	position: absolute;
}
.about-us-text h2::before {
	width: 38px;
	height: 4px;
	background-color: #001e29;
	right: 0;
	left: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	content: "";
	position: absolute;
}
.about-us-row02 .order-02{
	order: 2;
}
.about-us-row{
	align-items: center;
}
.about-us-desc p {
	font: 400 18px/33px "Mulish", Helvetica, sans-serif;
	color: #191919;
	margin: 0 0 15px 0;
}
.jewlery-commen-padding{
	padding: 80px 0;
}
#extra-page{
	padding: 117px 0 0 0;
}
.inner-top{
	padding-top: 120px;
}
/* header End*/
/* slider start*/
.fixed {
	background-image: url(../images/slider.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: cover;
	z-index: 1;
	background-position: left;
}
.about-us .fixed{
	background-image: url(../images/about-slider.jpg);
	background-position: center;
}
.lab-grown-diamonds.about-us .fixed{
	background-image: url(../images/about-slider-02.jpg);
	background-position: center;
}
.lab-grown-diamonds.about-us .slider-img {
	padding: 231px 0 150px;
}
.lab-grown-diamonds.about-us .slider-text h3{
	color: #fff;
	border-color: #fff;
}
.lab-grown-diamonds.about-us .slider-text p{
	color: #fff;
}
.about-us .slider-text{
	text-align: left;
}
.header.main_wrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	background: #001e29;
}
.slider-img {
	position: relative;
	display: flex;
	justify-content: end;
	padding: 320px 0 200px;
	align-items: center;
}
.container-iped .slider-img{
	background-image: url(../images/mobile-slider.jpg);
}
.inner-page{
	background: #fafafa;
}
.inner-page .fixed {
	min-height: auto;
}
.banner-section {
	background: #0c1240;
	padding: 21px;
	text-align: center;
	position: relative;
}
.banner-link {
	display: inline-block;
	position: relative;
}
.banner-link h3 {
	font: 600 20px/24px "Mulish", Helvetica, sans-serif;
	background: #bbb;
	color: #111;
	margin: 0;
	padding: 15px 20px;
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 0;
	transition: all 0.5s;
	width: auto;
	text-align: left;
}
.banner-link h3::after {
	width: 0;
	height: 0;
	border-right: 34px solid transparent;
	border-bottom: 54px solid #bbb;
	top: 0px;
	left: auto;
	right: -34px;
	content: "";
	display: inline-block;
	position: absolute;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.banner-section::after {
	width: 0;
	height: 0;
	border-right: 55px solid transparent;
	border-bottom: 55px solid #504f4d;
	top: -14px;
	left: 0;
	right: 0;
	content: "";
	display: inline-block;
	position: absolute;
	transform: rotate(135deg);
	transition: all 0.5s;
	margin: auto;
	bottom: auto;
	z-index: 1;
}
.banner-wrapper:last-child{
	margin: 0;
}
.banner-link:hover h3{
	background: #fff;
	color: #111;
}
.banner-link:hover h3::after{
	border-bottom: 54px solid #fff;
}
.slider-form {
	height: 455px;
	background: rgba(0, 30, 41, 0.8);
	padding: 30px;
	border-radius: 0;
	width: 415px;
	margin: 0 auto;
	border: 1px solid #7f8e94;
}
.slider-form-head h2 {
	font: 500 22px/35px "Mulish", Helvetica, sans-serif;
	color: #fff;
	padding: 0;
	border-bottom: none;
	margin: 0 0 15px 0;
}
.round {
  position: relative;
  padding: 0 0 0 20px;
}
.slider-form .form-group span {
	margin: -4px 0 0 26px;
	display: block;
	left: 0;
	position: relative;
	right: 0;
	width: 140px;
}
.round label {
	background-color: none;
	border: 2px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
	margin: auto;
}

.round label::after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 2px;
	opacity: 0;
	position: absolute;
	top: 4px;
	transform: rotate(-45deg);
	width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
	background: none;
	border-color: #fff;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.slider-form .login100-form-btn {
	font: 600 16px/24px "Mulish", Helvetica, sans-serif;
	text-decoration: none;
	border-radius: 0;
	padding: 10px;
	border: none;
	display: block;
	width: 100%;
	cursor: pointer;
	transition: all 0.5s;
	color: #151515;
	background-image: linear-gradient(#ead57b, #d9b54f);
}
.forgot-pass p{
	font: 600 15px/24px "Mulish", Helvetica, sans-serif;
	margin: 10px 0;
	color: #fff;
}
.slider-form .login100-form-btn:hover{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.slider-form .form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 25px 0;
}
.slider-form .form-group a, .slider-form .form-group span {
	font: 500 14px/24px "Mulish", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}
/*.fixed{
	min-height: 100vh;
}*/
.slider-form .form-group a:hover {
	color: #dbb954;
}
.slider-form .form-group a img{
	margin: -2px 5px 0 0;
}
.input-form input {
	background: rgba(0, 0, 0, 0.5) !important;
	box-shadow: none !important;
	border: 1px solid #444947 !important;
	outline: none;
	color: #bbb !important;
	opacity: 1;
	border-radius: 0;
	padding: 11px;
}
.input-form input::placeholder{
	color: #bbb;
} 
.form-register p {
	font: 500 16px/24px "Mulish", Helvetica, sans-serif;
	margin: 15px 0 0 0;
	color: #fff;
	width: 100%;
}
.form-register p a {
	color: #dbb954;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.5s;
	margin: 0 0 0 30px;
}
.form-register p a:hover{
	color: #bbb;
}
.form-register{
	text-align: center;
}
.input-form label {
	font: 500 16px/24px "Mulish", Helvetica, sans-serif;
	margin:10px 0;
	color: #fff;
}
.desktop-hide{
	display: none;
}
.form-register .mobile-login {
	font: 700 22px/24px "Mulish", Helvetica, sans-serif;
	background: #bbb;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 60px;
	border: none;
	cursor: pointer;
	transition: all 0.5s;
	color: #111;
	display: inline-block;
	margin: 0 0 10px 0; 
}
.form-register .mobile-login:hover {
	background: #fff;
	color: #000;
}
.input-group-addon{
	position: relative;
}
.input-group-addon a {
	position: absolute;
	right: 10px;
	left: auto;
	display: inline-block;
	/* z-index: 1; */
	top: 0;
	bottom: 0;
	height: 16px;
	margin: auto;
}
.input-group-addon a i {
	color: #fff;
	font-size: 22px;
	line-height: 16px;
}
/* slider End*/
/* img-section Start*/
.img-section {
	background-image: url(../images/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: cover;
	padding: 202px 0 105px;
	margin: -117px 0 0 0;
}
.main-img-section a{
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.main-img-section a img{
	transition: all 0.5s;
}	
.main-img-section a:hover img{
	transform: scale(1.10);
}
.main-img-section {
	margin: 0 0 30px 0;
}
.img-section-margin{
	margin: 0;
}
.main-img-section .img-heading {
	background-image: linear-gradient(#124b60, #01202c);
	text-align: center;
	padding: 10px 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	bottom: 0;
	top: auto;
	z-index: 0;
}
.main-img-section .img-heading::after {
	background: linear-gradient(#ead57b, #d9b54f);
	text-align: center;
	padding: 10px 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	content: "";
	z-index: -1;
	transition: all 0.5s;
}
.main-img-section:active .img-heading::after{
	opacity: 1;
}
.main-img-section:active .img-heading h2{
	color: #111;
}
#contact-us {
	background: #001e29;
	padding: 55px 0;
}
.footer-heading{
	margin: 0 0 20px 0;
}
.footer-heading:last-child{
	margin: 0;
}
.img-section h3 {
	font: 800 44px/60px "Nunito", Helvetica, sans-serif;
	margin: 0 0 40px 0;
	text-align: center;
}
.img-section h2 {
	font: 500 20px/32px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	transition: all 0.5s;
}
.mobile-img{
	display: none;
}
/* img-section End*/
/* footer start*/
.footer-right {
	text-align: center;
}
.footer-right p{
	margin: 0;
}
.footer-left ul {
	margin: 0;
	padding: 0;
}
.footer-left ul h3 {
	font: 700 22px/24px "Nunito", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #fff;
}
.footer-right p{
	font: 400 15px/31px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #fff;
}
.bottom-footer {
	background: #012d3e;
	padding: 17px 0;
}
.footer-row{
	justify-content: space-between;
}
.footer-left ul li a, .footer-left ul li, .footer-left ul li p {
	font: 400 15px/31px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	display: flex;
	align-items: center;
}
.location ul li{
	align-items: start;
}
.footer-left ul li a i {
	margin: 0 10px 0 0;
	font-size: 14px;
}
.location ul li i {
	margin: 10px 10px 0 0;
	font-size: 16px;
}
.footer-left ul li {
	list-style: none;
	margin: 0 0 6px 0;
}
.footer-left ul li:last-child{
	margin: 0;
}
.footer-left ul li a:hover{
	color: #e0bf5e;
}

.footer-right p a{
	font: 600 16px/18px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}
.footer-right p a:hover{
	color: #e0bf5e;
}
.footer-left a i {
	color: #fff;
	font-size: 20px;
	transition: all 0.5s;
}
.footer-left a:hover i{
	color: #e0bf5e;
}
.footer-left a{
	display: inline-block;
	margin: 0 15px 0 0;
}
.footer-heading h3{
	margin:0 0 10px 0 !important;
}
/* footer End*/
/* internal Start*/
.internal-img-section{
	text-align: center;
}
.internal-img-heading {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	top: 50px;
	bottom: auto;
	text-align: center;
}
.internal-img-heading h2{
	font: 600 42px/60px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #fff;
}
.internal-img-section {
	background-size: cover;
	height: 100vh;
	background-position: center;
	background-image: url(../images/img-06.jpg);
}
.internal-col-section:last-child .internal-img-section {
	background-image: url(../images/img-07.jpg);
}
.internal-img-section .internal-img-icon {
	position: absolute;
	bottom: 30px;
	right: 30px;
	top: auto;
	left: auto;
}
.internal-img-section .internal-img-icon i {
	border: 2px solid #fff;
	width: 35px;
	height: 35px;
	font-size: 14px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	color: #fff;
	transition: all 0.5s;
	padding-left: 2px;
}
.internal-img-section:hover .internal-img-icon i {
	background: #e0bf5e;
	color: #000;
	border: 2px solid #e0bf5e;
}
.internal-img-section a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
/* internal End*/
/* extra-page Start*/

.extra-page-content h2 {
	font: 700 28px/32px "Mulish", Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
.extra-page-content p, .extra-page-content ul li {
	font: 500 16px/30px "Mulish", Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
.extra-page-content {
	padding: 0;
}
.extra-page-content p a{
	color: #3030F1;
	transition: all 0.5s;
	text-decoration: none;
}
.extra-page-content p a:hover{
	color: #000;
}
.contact-us-desc p {
	font: 500 16px/30px "Mulish", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #191919;
}
.contact-us-desc p b {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 5px 0;
	display: inline-block;
}
.contact-us-desc p a{
	color: #e0bf5e;
	text-decoration: none;
	transition: all 0.5s;
}
.contact-us-row {
	padding: 0 0 85px 0;	
	align-items: center;
}
.contact-us-desc p a:hover{
	color: #777;
}
.tabal-section h3{
	font: 700 35px/40px "Nunito", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #191919;
	text-align: center;
}
.table-full-width02 {
	font: 700 21px/30px "Nunito", Helvetica, sans-serif;
	margin: 0;
	color: #191919;
	text-align: center;
	border: 1px solid #dee2e6;
	border-bottom: 0;
	padding: 8px;
}
.tabal-section tr {
	border: 1px solid #dee2e6;
}
.tabal-section .table td, .tabal-section .table th {
	border-right: 1px solid #dee2e6;
	text-align: center;
	font: 400 16px/18px "Mulish", Helvetica, sans-serif;
	color: #191919;
	width: 25%;
	border-bottom: none;
}
.table-section-commen-padding{
	padding: 15px 0;
}
.tabal-section .table th {
	font-weight: 800;
	font-size: 18px;
	    vertical-align: middle;
}
.tabal-section p, .tabal-section p a{
	font: 400 18px/30px "Mulish", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #191919;
	text-align: center;
}
.tabal-section {
	padding: 50px 0;
}
.tabal-img{
	text-align: center;
}
.tabal-section p a{
	font-weight: 700;
	transition:  all 0.5s;
	text-decoration: none;
}
.tabal-section p a:hover{
	color: #e0bf5e;
}
/* extra-page End*/
/* Responsive start*/
@media (max-width: 1500px) {
	.slider-img{
		padding: 220px 0 100px;
	}
}
@media (max-width: 1300px) {
	.slider-form{
		width: 375px;
	}
}
@media (max-width: 1024px) {
	.desktop-hide {
		display: block;
	}
	.fixed{
		background-image: url(../images/slider-iped.jpg);
		background-position: center;
	}
	.slider-form form {
		display: none;
	}
	.slider-form {
		width: 375px;
		height: auto;
	}
	.slider-img {
		padding: 260px 0 40px;
	}
	.form-col {
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	.inner-top {
		padding-top: 0;
	}
	.form-register .mobile-login {
		background: #dbb954;
		margin: 0;
	}
	.slider-form {
		width: auto;
		padding: 35px 55px;
		display: inline-block;
		margin: 0 auto;
	}
	.header.main_wrapper{
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.navbar-nav li {
		margin: 0 0 0 25px;
	}
	.about-commen-padding {
		padding: 60px 0 0;
	}
	.navbar-nav li a{
		font-size: 16px;
	}
	.img-section {
		padding: 145px 0 45px;
	}
	.img-section h3{
		margin: 0 0 30px 0;
		font-size: 38px;
		line-height: 50px;
	}
	.internal-img-heading h2{
		font-size: 35px;
		line-height: 52px;
	}
}
@media (min-width: 992px) {
	.navbar-toggler{
		display: none !important;
	}
}
@media (max-width: 991px) {
	.about-us-text h2{
		font-size: 28px;
		line-height: 33px;
	}
	.navbar-brand{
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.tabal-section {
		padding: 20px 0;
	}
	.tabal-section h3{
		font-size: 28px;
		line-height: 36px;
	}
	.tabal-section .table th{
		font-size: 16px;
	}
	.tabal-section .table td, .tabal-section .table th{
		font-size: 15px;
	}
	.footer-left{
		margin: 0 0 40px 0;
	}
	#contact-us{
		padding: 40px 0 0 0;
	}
	#extra-page {
		padding: 100px 0 0 0;
	}
	.img-section{
		margin: -97px 0 0 0;
	}
	.about-us-desc p{
		font-size: 16px;
		line-height: 27px;
	}
	#header{
		padding: 36px 60px;
	}
	.about-us-row {
		align-items: start;
	}
	.about-commen-padding {
		padding: 20px 0 0;
	}
	.jewlery-commen-padding {
		padding: 30px 0;
	}
	#navbarNav .navbar-nav {
		padding: 15px 20px 30px 20px;
	}
	#navbarNav {
		position: absolute;
		left: 0;
		right: 0;
		top: 64px;
		z-index: 1;
		background: #001e29;
		padding: 0;
		border-radius: 0;
		box-shadow: 0px 5px 10px -2px rgba(60, 60, 60, 0.2);
		text-align: center;
		border: 2px solid #013446;
	}
	.navbar-light .navbar-toggler{
		outline: none !important;
		border: none !important;
	}
	.navbar-nav li a{
		display: inline-block;
	}
	.navbar-nav li {
		margin: 0 0 10px 0;
	}
	.navbar-nav li:last-child{
		margin: 0;
	}
	.img-section-margin{
		margin: 0 0 30px 0;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.img-section h2{
		font-size: 17px;
	}
	.back-relative a {
		position: static;
		justify-content: end;
		margin: 0 0 15px 0;
		width: auto;
		display: inline-block;
		text-align: left;
	}
	.back-block {
		text-align: left;
	}
	.tabal-section h3 {
		font-size: 19px;
		line-height: 28px;
		margin: 0 0 10px 0;
	}
	.tabal-section p, .tabal-section p a{
		font-size: 16px;
		line-height: 28px;
	}
	.tabal-section .table td, .tabal-section .table th {
		font-size: 13px;
		padding: 12px 5px;
	}
	.contact-us-row {
		padding: 0 0 50px 0;
	}
	iframe {
		height: 300px;
		margin: 30px 0 0 0;
	}
	.img-section h3 {
		font-size: 33px;
		line-height: 30px;
	}
	.internal-img-section {
		height: 50vh;
	}
	.internal-img-heading h2 {
		font-size: 28px;
		line-height: 42px;
	}
	.about-us-img{
		margin: 0 0 20px 0;
	}
	.about-us-row02 .order-02 {
		order: inherit;
	}
}
@media (max-width: 575px) {
	.main-img-section{
		text-align: center;
	}
	.img-section {
		padding: 130px 0 0;
	}
	.footer-right{
		margin: 0;
	}
	#header {
		padding: 36px 15px;
	}
	.footer-left a{
		margin: 0 7px;
	}
	.desktop-img{
		display: none;
	}
	.mobile-img{
		display: inline-block;
	}
}
@media (max-width: 543px) {

}
@media (max-width: 480px) {
	.slider-form{
		padding: 25px 15px;
	}
	.pendants-bracelets .about-us-text p{
		font-size: 16px;
	}
	.pendants-bracelets {
		padding: 10px 0;
	}
	.table-full-width02{
		font-size: 16px;
	}
	iframe {
		height: 250px;
		margin: 30px 0 0 0;
	}
	.about-us-text h2{
		font-size: 28px;
		line-height: 36px;
	}
	.fixed{
		background-image: url(../images/slider-mobile.jpg);
	}
	.contact-us-desc p{
		font-size: 17px;
		line-height: 30px;
	}
	.contact-us-desc p b{
		font-size: 19px;
	}
	.slider-img {
		padding: 220px 0 30px;
	}
	.extra-page-content h2{
		font-size: 24px;
		line-height: 36px;
	}
	.internal-img-heading{
		top: 20px;
	}
	.img-section h3 {
		font-size: 24px;
		line-height: 27px;
		margin: 0 0 20px 0;
	}
	.main-img-section {
		margin: 0 0 15px 0;
	}
	.img-section-margin {
		margin: 0 0 15px 0;
	}
}
@media (max-width: 360px) {
	.form-register p a{
		margin: 0 0 0 8px;
	}
	.table-section-commen-padding {
		padding: 4px 0;
	}
	.tabal-section .table td, .tabal-section .table th{
		font-size: 12px;
	}
	iframe {
		height: 150px;
		margin: 10px 0 0 0;
	}
	.about-us-text h2{
		font-size: 26px;
		line-height: 32px;
	}
	.about-us-text h2::before, .about-us-text h2::after {
		width: 23px;
	}
	.about-us-text h2 {
		font-size: 20px;
		line-height: 29px;
		padding: 0 38px;
		margin: 0 0 20px 0;
	}
	.img-section h3 {
		font-size: 22px;
		line-height: 27px;
		margin: 0 0 20px 0;
	}
	.footer-right {
		margin: 0;
	}
}
/* Responsive end*/