/*========================================================
	Main Style CSS for Taj Jewelry 2022
=========================================================*/
@font-face {
    font-family: robotolight;
    src: url("../fonts/ROBOTO-LIGHT.ttf");
}

@font-face {
    font-family: rumaysachambert;
    src: url("../fonts/rumaysachambert.otf");
}



/* Colors:

 */

/*========================================================
										RESET
=========================================================*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
sub,
sup,
dl,
dt,
dd,
ul,
li,
form,
label,
legend,
caption,
article,
aside,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*========================================================
                      Main Styles
=========================================================*/

body {
    background: #fff;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 400;
    color: #010100;
    font-size: 26px;
}

h1,
h2,
h3 {
    text-transform: capitalize;
}

h1 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
    line-height: 1.5;
}

h4 {
    font-weight: 400;
    font-size: 33px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 30px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.inline-text {
    font-weight: 700;
}

a:hover {
    color: #d2aa5c;
}

/*=======================================================
                       Main Layout
=========================================================*/
.bodyFrame {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sectionFrame {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.topWrap {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
}

.topSection1 {
    width: 20%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 97px;
}

.logoMob img {
  width: 215px;
  margin-top: 32px;
  display: block;
}

.topSection2 {
    width: 12%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 97px;
}

.topSection3 {
    width: 60%;
    overflow: hidden;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 97px;
}

.topSection4 {
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.phone p {
    text-align: right;
}

.phone span {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    padding: 5px 0;
}

.phone p a {
    display: block;
    font-size: 19px;
    color: #fff;
}

.menu ul {
    text-align: left;
}

.menu ul li.mlinks {
    display: inline-block;
}

.menu ul li.mlinks a {
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 100px;
}

.menu ul li.mlinks a:hover {
    color: #d2aa5c;
}


/*========================================================
	NAVIGATION
=========================================================*/
.menu ul li.mlogo,
.menu ul li.mphone,
.menu ul li.maddress,
.menu ul li.msocial,
.menu ul li.mmlinks,
.smobitrigger,
.mnuclose,
.icoMob,
.locMob,
.phoneMob,
.bannMobile,
.diviMob,
.imgMob {
    display: none;
}

/*========================================================
	CONTENT
=========================================================*/
.pageFull {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.pageSize {
    width: 1800px;
    margin: 0 auto;
    overflow: hidden;
}

.pageTop {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pageNew {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.pageSizeIn {
    width: 1200px;
    margin: 0 auto;
}

.topi {
    margin-top: 97px;
}

/*========================================================
	Footer
=========================================================*/
.footer {
    background: #f9f9f9;
    color: #000;
    padding-top: 60px;
}

.footerCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.fooCol1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fooCol3 {
    width: 100%;
    margin: 10px auto 20px;
    overflow: hidden;
}

.fooCol1 img {
    width: 180px;
    margin-bottom: 15px;
}

.fooTel {
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fooTel p {
    text-align: center;
}

.fooTel a {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #000;
}

.fooTel span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
}

.fooSoc {
    width: 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.fooSoc a {
    display: inline-block;
}
.fooSoc a img {
    width: 40px;
}
.footer .mlogo,
.footer .mphone,
.footer .maddress,
.footer .msocial,
.footer .mmlinks {
    display: none;
}

.fooCol3 p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fooCol3 ul {
    text-align: center;
    padding-bottom: 30px;
}

.fooCol3 ul li {
    display: inline-block;
}

.fooCol3 ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    padding: 0 20px;
}

.fooCol3 ul li a:hover {
    color: #d2aa5c;
}

.socialAndButtons {
    width: 263px;
    padding: 0 15px;
}

.twoButtons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.twoButtons a {
    width: 50%;
    padding: 5px;
}

.twoButtons a img {
    width: 100%;
}

.fcopy {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #6B777F;
    letter-spacing: 0px;
    padding: 30px 0;
}

.fcopy a {
    color: #6B777F;
}

.borderFoo {
    border-top: 1px solid #ccc;
}

/*=======================================================
    STICKY footer
=========================================================*/
.outerSticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.stickyFooter {
    background: #000;
    color: #fff;
    padding: 10px 0;
}

.innerStickyFooter {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.centeringSticky,
.centeringStickyDesk {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.innerStickyFooter p {
    display: inline-block;
    font: bold 36px Arial, sans-serif;
    vertical-align: middle;
    color: #fff;
}

footer {
    margin-bottom: 62px;
}

/*========================================================
                     BACK TO TOP
=========================================================*/
.to-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-family: 'Arial Narrow', arial, sans-serif;
    font-size: 13px;
    text-align: center;
    padding-top: 28px;
    text-indent: 0;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    background: rgba(210, 170, 92, 0.9) url(../images/to-top-arrow.svg) no-repeat center top 13px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.to-top.cd-is-visible,
.to-top.to-fade-out,
.no-touch .to-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}

.to-top.to-is-visible {
    visibility: visible;
    opacity: 1;
}

.to-top.to-fade-out {
    opacity: .5;
}

.no-touch .to-top:hover {
    background-color: #ee514a;
    opacity: 1;
}

/*========================================================
	BANNER INDEX
=========================================================*/
.banIndex {
    margin-top: 97px;
    background: url("../images/index/banner.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 1300px;
}

.banInside {
    width: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 1300px;
}

.bannRect {
    position: relative;
    /* max-width: 560px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 180px 140px 180px 140px;
    text-align: center;
}

.bannRect h1 {
    font-family: rumaysachambert;
    font-size: 100px;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #d2aa5c;

}

.bannRect h1 span {
    font-family: robotolight;
    text-transform: none;
    font-size: 33px;
    letter-spacing: 0.4em;
    display: block;
    color: #fce4b6;
}

.diamondImg,
.modernImg {
    margin-bottom: 20px;
}

/*========================================================
	eightSec Index
=========================================================*/
.eightWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.eightSingle {
    width: 25%;
    height: 640px;
    padding: 30px;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eightSingle p {
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}

.btnEight {
    line-height: 1.8;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background: #D2AA5C;
    color: #000;
}

.btnEight:hover {
    background: #fff;
    color: #000;
}

.eightBg {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.eightBg1 {
    background-image: url('../images/index/bg2.jpg');
}

.eightBg2 {
    background-image: url('../images/index/bg3.jpg');
}

.eightBg3 {
    background-image: url('../images/index/bg4.jpg');
}

.eightBg4 {
    background-image: url('../images/index/bg5.jpg');
}

.eightBg5 {
    background-image: url('../images/index/bg-earrings.jpg');
}

.eightBg6 {
    background-image: url('../images/index/bg-sets.jpg');
}

/*========================================================
	jewShow Index
=========================================================*/
.jewShow {
    padding: 90px 0;
}

.jewShowTitle {
    text-align: center;
    margin-bottom: 60px;
}

.jewShowTitle h2 {
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
}

.jewShowTitle h2 span,
.jewShowTitle h3 span {
    display: block;
    font-size: 17px;
    margin: 10px 0 5px;
}

.jewShowWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jewShowLeft {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jewShowRight {
    width: 50%;
}

.jewShowRight img {
    width: 100%;
}

.jewShowSingle {
    width: 31%;
    margin-bottom: 40px;
}

.jewShowSingle img {
    width: 100%;
    height: auto;
}

.jewShowSingle .stars,
.jewShowRight .stars {
    width: 95px;
}

.jewelDetails {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 20px;
    text-transform: capitalize;
}

.jewelDetails span {
    display: block;
}

.jewBrand {
    font-weight: 400;
    padding-top: 13px;
}

.jewPrice {
    padding-top: 5px;
}

.jewRPrice {
    padding-top: 15px;
    font-size: 19px;
}

.jewPrice,
.jewRPrice {
    color: #bfbfbf;
}

.jewShowRight p {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 20px;
    text-transform: capitalize;
}

.jewShowRight p span {
    display: block;
}

/*========================================================
	thr3Sect Index
=========================================================*/
.thr3Wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.thr3Single {
    width: 33.33%;
    height: 600px;
    padding: 50px;
    font-size: 16px;
    line-height: 1.6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thr3SingleCenter {
    align-items: center;
}

.thr3Bg1 {
    background-image: url('../images/index/bg6.jpg');
}

.thr3Bg2 {
    background-image: url('../images/index/bg7.jpg');
}

.thr3Bg3 {
    background-image: url('../images/index/bg8.jpg');
}

.btnThr3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.btnThr3:hover {
    color: #d2aa5d;
}

.thr3Single p {
    max-width: 390px;
}

.thr3Single p span {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}

.dividWhite {
    width: 100px;
    height: 1px;
    border: 1px solid #fff;
}

.divid1 {
    margin-top: 15px;
}

.thr3SingleCenter p span {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

/*========================================================
	CONTACT page
=========================================================*/
.contactbg {}

.contWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 90px 0;
}

.contLeft {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contRight {
    width: 55%;
}

.contLeft h3,
.contRight h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
}

.contLeft h3 {
    padding-bottom: 60px;
}

.contRight h3 {
    padding-bottom: 30px;
}

.contInfoRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}

.contCircle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #D2AA5C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.contIco {
    color: #fff;
    font-size: 16px;
}

.contInfoRow p {
    font-size: 21px;
    font-weight: 400;
}

.contInfoRow p span {
    display: block;
}

.contSocial {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 25px;
}

.contSocBox {
    width: 48px;
    height: 48px;
    margin: 0 6px;
    border-radius: 50%;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contSocAwe {
    font-size: 18px;
    color: #0d0d0d;
}

.callformEr {
    font-size: 32px;
    text-align: left;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
}

.erRed {
    color: #fd3f42;
    padding-bottom: 35px;
}

.erGreen {
    color: #3bbbc6;
    padding-bottom: 35px;
}

form.essoForm {
    margin: 0 auto;
    width: 100%;
}

.essoForm input[type="text"] {
    margin: 0 auto 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    transition: color 100ms, margin 100ms;
    cursor: pointer;
    color: #777;
    padding: 10px 10px 10px 25px;
    display: block;
    width: 100%;
    height: 90px;
    font-size: 18px;
    outline: none;
}

.essoForm textarea {
    margin: 30px auto;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px 25px;
    color: #777;
    font-size: 18px;
    width: 100%;
    height: 86px;
    outline: none;
    background-color: transparent;
}

.essoForm input[type="submit"] {
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 17px 38px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 600;
    border: none;
    cursor: pointer;
    outline: none;
}

.sectionMap {
    width: 100%;
}

.sectionMap iframe {
    width: 100%;
    height: 350px;
    display: block;
    border: none;
}

/*========================================================
	ABOUT page
=========================================================*/
.aboutOnebg {
    padding: 90px 0;
}

.subPageTitle {
    text-align: center;
}

.subPageTitle h1 {
    font-size: 50px;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 0;
}

.aboutp1 {
    padding-top: 130px;
}

.aboutTwobg {
    background: #f9f9f9;
    padding: 90px 0;
}

.aboutTitle {
    text-align: center;
}

.aboutTitle h3 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

.aboutColsWrap {
    width: 100%;
    margin: 90px auto 0;
    display: flex;
    flex-direction: row;
}

.aboutCol {
    width: 50%;
    padding-right: 60px;
}

.aboutCol h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
}

.aboutCol h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 35px;
}

.aboutThbg {
    padding: 90px 0;
}

.aboutThreeWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.aboutThreeLeft {
    width: 33.33%
}

.aboutThreeRight {
    width: 66.66%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.aboutThreeLeft h4 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 1.1;
    text-align: left;
}

.aboutThreeLeft p {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 15px;
}

.aboutThImg,
.aboutThList {
    width: 50%;
}

.aboutThImg img {
    width: 100%;
}

.aboutThList ul {
    padding-left: 60px;
}

.aboutThList ul li {
    background: url('../images/dot.png');
    background-position: left top 15px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 13px 0 13px 25px;
    font-size: 16px;
    text-transform: capitalize;
}

/*========================================================
	DISCLAIMER page
=========================================================*/
.centerDisclaimer {
    padding: 90px 0 0;
}

.centerDisclaimer h2 {
    padding-bottom: 20px;
    font-size: 21px;
}

.centerDisclaimer p {
    font-size: 16px;
    line-height: 1.5;
}

.centerDisclaimer article {
    padding-bottom: 20px;
}

/*========================================================
	PRODUCTS page
=========================================================*/
.productsbg {
    padding-top: 90px;
}

/*========================================================
	small 4 slider
=========================================================*/
.jewShowTitle h3 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}

.small4boxesbg {
    padding: 90px 0;
}

.small4boxesWrap {
    position: relative;
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.small4box {
    width: 22%;
}

.s4boximg {
    width: 100%;
    display: block;
}

.small4boxdetails {
    padding: 0 0 20px;
    text-align: left;
}

.stars {
    width: 90px;
}

.jewShowRight .stars {
    width: 90px;
}

/*** slider ***/
.small4boxesWrap .swiper-button-prev::after,
.small4boxesWrap .swiper-button-next:after {
    display: none;
}

.small4boxesWrap .swiper-button-prev,
.small4boxesWrap .swiper-button-next {
    font-size: 30px;
    color: #212121;
    transition: all 0.3s ease;
}

.small4boxesWrap .swiper-button-prev:hover,
.small4boxesWrap .swiper-button-next:hover {
    color: #259cce;
}

.small4boxesWrap .swiper-button-prev {
    transform: rotate(180deg);
    left: -20px;
}

.small4boxesWrap .swiper-button-next {
    right: -20px;
}

.logosinBox img {
    width: 100%;
    height: auto;
}

.logosTitle p {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 50px;
}

/*** end slider ***/
/*========================================================
	small right left section
=========================================================*/
.rightleftbg {
    padding: 0;
}

.rightLeftSec {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rightLeftSec1 {
    width: 30%;
}

.rightLeftSec2 {
    width: 67%;
    display: flex;
    flex-direction: row;
}

.rightLeftImg {
    width: 45%;
}

.rightLeftImg img {
    width: 100%;
}

.rightLeftDesc {
    width: 55%;
    padding: 60px 30px 30px;
}

.rightLeftDesc h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
}

.rightLeftDesc h3 span {
    text-transform: capitalize;
    font-size: 18px;
    padding-bottom: 5px;
    display: block;
}

.rightLeftDesc p {
    font-size: 16px;
    line-height: 1.7;
    padding: 20px 0;
}

.rightleftBtn {
    background: #000;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.rightleftBtn:hover {
    background: #d2aa5c;
}

/*========================================================
	three plus one section
=========================================================*/
.threeonebg {
    padding: 90px 0;
}

.threeoneWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.threeonebox {
    width: 23%;
}

/*========================================================
	second slider section
=========================================================*/
.secsliderSecbg {
    padding: 0 0 90px;
}

.secsliderWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.secsliderImg {
    width: 34%;
    background: url('../images/index/6.jpg') center center no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}

.secsliderImgIns {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.secsliderImgIns h3 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.secsliderImgIns h3 span {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.secsliderImgIns p {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
}

.secsliderWrapper {
    width: 65.2%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.secsliderBtn {
    display: inline-block;
    padding: 14px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #000;
}

.secsliderBtn:hover {
    background: #d2aa5c;
}

.secsliderRows {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.secsliderRow {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.secsliderBoxWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.secsliderBox {
    width: 31.5%;
    background: #f7f7f7;
    margin-bottom: 60px;
}

.secsliderBoxIns {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.secsliderItem {
    width: 35%;
}

.secsliderItem img {
    width: 100%;
}

.secsliderItemDet {
    width: 65%;
    padding: 0 30px;
}

/*========================================================
	third slider section
=========================================================*/
.thsliderSecbg {
    padding: 90px 0 50px;
    background: #f7f7f7;
}

.thsliderWrap {
    margin: 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.thsliderImg {
    width: 34%;
    background: url('../images/index/thbg.jpg')center center no-repeat;
    background-size: cover;
    height: 400px;
}

.thsliderImgDesc {
    width: 80%;
    margin: 20px 0;
    padding: 20px;
    text-align: left;
}

.thsliderImgDesc h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    text-transform: none;
}

.thsliderImgDesc h3 span {
    font-size: 35px;
    text-transform: capitalize;
    display: block;
}

.thsliderImgDesc p {
    padding-top: 70px;
    font-size: 22px;
    color: #fff;
}

.thsliderImgDesc p span {
    font-size: 100px;
    font-weight: 700;
    color: #d2aa5c;
}

.thsliderWrapper {
    width: 63.2%;
}

.thsliderBoxes {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.thsliderBox {
    width: 24%;
}

/*========================================================
	categories section
=========================================================*/
.indCatbg {
    padding: 90px 0 60px;
}

.indCatWrap {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.indCatBox {
    width: 25%;
    padding: 0 15px;
}

.indCatBox img {
    width: 100%;
}

.indCatBox p {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 30px 0;
}

/*========================================================
	Responsive CSS for Huge Jewelry 2022
=========================================================*/
/*========================================================
										General
=========================================================*/
/*========================================================
										Mobile Menu
=========================================================*/
@media only screen and (min-width: 0px) and (max-width: 1023px) {

    .phone {
        display: none;
    }

    .navi {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        height: 70px;
        width: 60%;
    }

    .phoneMob {
        display: inline-block;
    }

    .logoMob {
        height: 70px;
        width: 40%;
    }

    .menu {
        width: 60px;
    }

    .locMob {
        display: inline-block;
    }

    .phoneMob img {
      width: 40px;
      margin: 5px 20px 0 0;
    }

    .navFrame {
        border-bottom: 1px solid #ccc;
        background: #031521;
    }

    /* mobile menu */
    .smobitrigger,
    .mnuclose {
        display: inline-block;
    }

    .smobitrigger {
        color: transparent;
        width: 30%;
        margin: 0 auto;
    }

    .smobitrigger {
        background: url("../images/menuopen.png") center top 10px no-repeat;
        background-size: 50px 50px;
        width: 60px;
        height: 70px;
    }

    .mnuclose {
        background: url('../images/menuclose.png') right top no-repeat;
        color: transparent;
        height: 60px;
        margin: 0 0 10px 0;
        width: 100%;
        text-align: right;
        display: inline-block;
    }

    .menu ul {
        padding: 0 20px 10px 20px;
        overflow-y: auto;
        margin: 0 auto;
    }

    .menu ul li {
        font-size: 1.1em;
        margin: 2px 0;
        display: block;
    }

    .menu ul li.mlinks {
        text-align: left;
        width: 100%;
        line-height: inherit;
    }

    .menu ul li.mmlinks {
        display: block;
        text-align: center;
    }

    .menu ul li.mlinks a,
    .menu ul li.mmlinks a {
        font-size: 18px;
        line-height: 40px;
        height: 45px;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
    }

    .menu ul li.mlinks a::after {
        display: none;
    }

    .menu ul li.mlinks a {
        margin: 0 0;
    }

    .menu ul li.mlogo {
        margin: 20px auto 0 auto;
        height: auto;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .menu ul li.mlogo img {
        width: 200px;
        margin: 0 auto 30px auto;
    }

    .menu ul li.mphone {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-bottom: 30px;
        margin: 0 auto;
        color: #777;
    }

    .menu ul li.mphone a {
        font-size: 32px;
        display: block;
        color: #c4a971 !important;
    }

    .menu ul li.maddress {
        display: inline-block;
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
        text-transform: capitalize;
        margin: 40px auto 20px auto;
        width: 100%;
        display: inline-block;
        color: #c4a971;
    }

    .menu ul li.maddress span {
        display: block;
    }

    .menu ul li.msocial {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 200px;
        margin: 30px auto 0;
    }

    .menu ul li.msocial a {
        display: inline-block;
    }

    .menu ul li.msocial a img {
        width: 30px;
        margin: 0 auto;
        filter: invert(1);
    }

    .mobimenu {
        padding: 0;
        margin: 0px;
        width: 19.9375em;
        position: fixed;
        height: 100% !important;
        top: 0px;
        left: -24.625em;
    }

    .mnuopn {
        left: 0px !important;
    }

    .ovrActv {
        position: fixed;
        background: rgba(0, 0, 0, 0.79);
        width: 100%;
        height: 100%;
        z-index: 9998;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .topWrap {
        position: static;
    }

    .banIndex {
        margin-top: 0;
    }
}

/*========================================================
										0- 767
=========================================================*/


@media only screen and (min-width: 0px) and (max-width: 767px) {
    .mainFrame {
        width: 100%;
    }

    .demoLangCont {
        display: none;
    }

    .menu {
        border-right: 0;
    }

    .content {
        margin-top: 0;
    }

    .companyData {
        width: 100%;
    }

    .mainWrap {
        width: 90%;
        height: 80px;
    }

    .logo img {
        width: 200px;
        margin: 6px 0;
    }

    .logo {
        width: 70%;
    }

    nav {
        width: 60px;
    }

    .nav {
        text-align: right;
    }

    .faqBox,
    .mainFrame,
    .fooWrap,
    .pageFrame {
        width: 90%;
    }

    .footer {
        padding: 20px 0;
    }

    .mainList,
    .mainFrame,
    .boxicoWrap {
        padding: 25px 0;
    }

    .pageFrame {
        margin: 25px auto;
    }

    .footer {
        text-align: center;
    }

    .fcopy {
        padding: 5px 0 15px;
    }

    /****** index 767 *********/
    .banIndex {
        background: #fff;
        height: auto;
    }

    .bannMobile {
        display: block;
        width: 100%;
    }

    .bannRect {
        width: 100%;
        margin: 30px auto;
    }

    .bannRect h1 {
        font-size: 50px;
        line-height: 1;
    }

    .bannRect h1 span {
        font-size: 21px;
        letter-spacing: 0.2em;
        line-height: 1.4;
    }


    .eightSingle {
        width: 100%;
    }

    .jewShow h2 {
        font-size: 30px;
    }

    .jewShowLeft,
    .jewShowRight {
        width: 100%;
    }

    .jewShowSingle {
        width: 100%;
    }

    .jewShowRight img {
        width: 100%;
    }

    .jewShowSingle p,
    .jewShow span,
    .jewShowRight p {
        font-size: 19px;
    }

    .thr3Single {
        width: 100%;
        height: 400px;
        padding: 20px;
    }

    .thr3Single p span {
        font-size: 24px;
    }
    .posEight{
      position: relative;
    }
    .eightSingle p {
      position: absolute;
      top: -46px;
        font-size: 28px;
        text-shadow: 4px 2px 6px rgba(0,0,0,0.75);
    }

    .btnEight {
      width: 100%;
      font-size: 16px;
    }

    .btnEight i {
        display: none;
    }

    .eightSingle:nth-child(1) {
        order: 1;
    }

    .eightSingle:nth-child(2) {
        order: 2;
    }

    .eightSingle:nth-child(3) {
        order: 3;
    }

    .eightSingle:nth-child(4) {
        order: 4;
    }

    .eightSingle:nth-child(6) {
        order: 5;
    }

    .eightSingle:nth-child(5) {
        order: 6;
    }

    .eightSingle:nth-child(8) {
        order: 7;
    }

    .eightSingle:nth-child(7) {
        order: 8;
    }

    .eightSingle:nth-child(9) {
        order: 9;
    }

    .eightSingle:nth-child(10) {
        order: 10;
    }

    .eightSingle:nth-child(11) {
        order: 11;
    }

    .eightSingle:nth-child(12) {
        order: 12;
    }

    .eightSingle:nth-child(1),
    .eightSingle:nth-child(3),
    .eightSingle:nth-child(6),
    .eightSingle:nth-child(8),

    .eightSingle:nth-child(9),
    .eightSingle:nth-child(11) {
        height: 340px;
    }

    .eightSingle:nth-child(2),
    .eightSingle:nth-child(4),
    .eightSingle:nth-child(5),
    .eightSingle:nth-child(7),
    .eightSingle:nth-child(10),
    .eightSingle:nth-child(12) {
        height: 140px;
    }

    footer {
        margin-bottom: 40px;
    }

    .fcopy p {
        margin-top: 10px;
    }

    .outerSticky {
        display: inline-block;
    }

    .innerStickyFooter p {
        font-size: 30px;
    }

    .pageSizeIn {
        width: 90%;
    }

    .small4boxesWrap {
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .small4box {
        width: 100%;
    }

    .small4boxesbg {
        padding: 50px 0 0;
    }

    .rightLeftSec {
        flex-direction: column-reverse;
    }

    .rightLeftSec2,
    .rightLeftSec1 {
        width: 100%;
    }

    .rightLeftDesc {
        padding: 0;
    }

    .rightLeftSec2 {
        margin-bottom: 35px;
    }

    .threeonebg {
        padding: 50px 0 30px;
    }

    .threeoneWrap {
        flex-direction: column-reverse;
    }

    .threeoneRight {
        margin-bottom: 35px;
    }

    .threeoneLeft,
    .threeoneRight {
        width: 100%;
    }

    .secsliderWrap,
    .thsliderWrap,
    .rightLeftSec2,
    .threeoneLeft,
    .secsliderRow,
    .thsliderWrapper,
    .thsliderBoxes,
    .indCatWrap {
        flex-direction: column;
    }

    .secsliderImg,
    .thsliderImg,
    .rightLeftImg {
        margin-bottom: 35px;
    }

    .secsliderImg,
    .secsliderWrapper,
    .thsliderImg,
    .thsliderWrapper,
    .rightLeftImg,
    .rightLeftDesc,
    .threeonebox,
    .secsliderBox,
    .thsliderBox,
    .indCatBox {
        width: 100%;
    }

    .secsliderBox {
        margin-bottom: 15px;
    }

    .jewShowTitle {
        margin-bottom: 0;
    }

    .secsliderSecbg,
    .thsliderSecbg {
        padding: 0 0 35px;
    }

    .indCatbg {
        padding: 50px 0 25px;
    }

    .indCatWrap {
        width: 90%;
    }

    .indCatBox {
        padding: 0 0;
    }

    .indCatBox p {
        font-size: 24px;
    }

    .banInside {
      background: url("../images/index/bg-for-text.jpg");
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
        height: auto;
    }

    .jewShow {
        padding: 50px 0;
    }

    .jewShowTitle h2,
    .jewShowTitle h3 {
        font-size: 30px;
    }
    .diviMob {
    display: block;
    width: 136px!important;
    margin: 50px auto 0;
}
    .imgDesk {
        display: none;
    }
    .imgMob {
    display: block;
    margin-top: 35px;
}
    .imgMobB {
       width: 100%;
        margin-top: 0;
    }
    .thr3Bg1,
    .thr3Bg2,
    .thr3Bg3 {
        background-image: none;
        background-color: #000;
    }
    .thr3Single {
        height: auto;
        padding: 50px 20px;
    }

    /*** contact 767 ***/
    .contCircle {
        width: 38px;
        height: 38px;
        margin-right: 10px;
    }

    .contIco {
        font-size: 16px;
    }

    .contLeft h3,
    .contRight h3 {
        font-size: 30px;
    }

    .contWrap {
        padding: 50px 0 50px;
        flex-direction: column;
    }

    .contInfoRow p {
        font-size: 21px;
    }

    .contLeft,
    .contRight {
        width: 100%;
    }

    .contLeft h3 {
        padding-bottom: 20px;
    }

    .contRight {
        padding-top: 50px;
    }

    .contRight h3 {
        padding-bottom: 10px;
    }

    .contInfoWrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sectionMap iframe {
        height: 300px;
    }

    /*** about 768 ***/
    .subPageTitle h1 {
        font-size: 36px;
    }

    .aboutp1 {
        padding-top: 50px;
    }

    .aboutThreeLeft {
        padding-right: 20px;
    }

    .aboutTitle h3 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .aboutOnebg {
        padding: 50px 0 35px;
    }

    .aboutTwobg {
        padding: 60px 0 20px;
    }

    .aboutColsWrap {
        flex-direction: column;
        margin: 50px auto 0;
    }

    .aboutCol {
        padding-right: 0;
        width: 100%;
    }

    .aboutThbg {
        padding: 50px 0;
    }

    .aboutThreeWrap {
        flex-direction: column;
    }

    .aboutThreeLeft,
    .aboutThreeRight {
        width: 100%;
    }

    .aboutThreeLeft {
        margin-bottom: 35px;
    }

    .aboutThreeRight {
        flex-direction: column;
    }

    .aboutThImg,
    .aboutThList {
        width: 100%;
    }

    .aboutThImg {
        margin-bottom: 20px;
    }

    .centerDisclaimer {
        padding: 50px 0 0;
    }

    /*** products ***/
    .productsbg {
        padding: 35px 0 0;
    }

}

/*========================================================
										0 - 479
=========================================================*/
@media only screen and (min-width: 0px) and (max-width: 479px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    .pageSize {
        width: 90%;
    }

    .topi {
        margin-top: 0 !important;
    }

    .topSection2,
    .topSection4 {
        display: none;
    }

    .topSection3 {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .topSection1 {
        width: 60%;
        height: 70px;
    }

    .topSection3 {
        width: 40%;
        justify-content: flex-end;
    }

    .logoMob {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .logoMob img {
        width: 100px;
        margin-top: 3px;
    }

    .boxes3Section {
        flex-direction: column;
        margin: 20px auto 0;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 21px;
        line-height: 40px;
    }

    .footerCont {
        justify-content: space-around;
        flex-direction: column;
        padding-bottom: 0;
    }

    .fooCol1,
    .fooCol3 {
        width: 90%;
        margin: 0 auto;
    }

    .fooCol1 {
        margin-bottom: 30px;
    }

    .fooCol3 {
        justify-content: space-around;
    }

    .fcopy p {
        text-align: center;
    }

    .footer {
        padding-top: 30px;
    }

    .fooTel a {
        font-size: 24px;
    }

    .fooCol3 ul li {
        display: block;
        padding: 12px 0;
    }

    .fcopy span {
        display: block;
    }

    .fooTel a:nth-last-child(2) {
        padding-right: 0;
    }

    .fooTel a {
        display: block;
    }

    .fooTel {
        padding-bottom: 10px;
        flex-direction: column;
    }

    .fooTel p:nth-last-child(2) {
        padding: 20px 0;
    }

    .colorsBtn {
        width: 90%;
    }

    /****** index 479 *********/
    .banIndex {
        height: auto;
    }

    .bannRect h1 {
        font-size: 50px;
        padding-bottom: 10px;
    }
    .fooSoc {
        margin-top: 35px;
    }

    /*** about 479 ***/
    .aboutThList ul {
        padding-left: 15px;
    }

}

/*========================================================
										480 - 767
=========================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    h2,
    h3 {
        font-size: 21px;
    }

    .pageSize {
        width: 90%;
    }

    .phoneMob {
        display: inline-block;
    }

    .logoMob img {
        width: 100px;
        margin-top: 3px;
    }

    .topi {
        margin-top: 0 !important;
    }

    .topSection2,
    .topSection4 {
        display: none;
    }

    .topSection3 {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .topSection1 {
        width: 60%;
        height: 70px;
    }

    .topSection3 {
        width: 40%;
        justify-content: flex-end;
    }

    .logoMob {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .footerCont {
        justify-content: space-around;
        flex-direction: column;
    }

    .fooCol1,
    .fooCol3 {
        width: 100%;
        margin: 0 auto;
    }

    .fooCol3 {
        justify-content: space-around;
    }

    .fcopy p {
        text-align: center;
    }

    .footer {
        padding-top: 30px;
    }

    .fooTel a {
        font-size: 24px;
    }

    .fooCol3 ul li {
        display: block;
        padding: 12px 0;
    }

    .fcopy span {
        display: block;
    }

    /****** index 480 *********/
    .banIndex {
        height: auto;
    }

}

/*========================================================
										1024 -
=========================================================*/
@media only screen and (min-width: 1024px) {
    .menu ul {
        background: none !important;
    }

    .menu ul li.mlinks a {
        color: #fff !important;
    }

}

/*========================================================
										768 - 1023
=========================================================*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    .pageSize {
        width: 90%;
    }

    .topi {
        margin-top: 0 !important;
    }

    .topSection2,
    .topSection4 {
        display: none;
    }

    .topSection3 {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .topSection1 {
        width: 80%;
        height: 70px;
    }

    .topSection3 {
        width: 20%;
        justify-content: flex-end;
    }

    .logoMob {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .logoMob img {
        width: 108px;
        margin-top: 3px;
    }

    .footer {
        padding: 20px 0;
    }

    .footerCont {
        justify-content: space-around;
        flex-direction: row;
    }

    .fooCol3 {
        justify-content: space-around;
    }

    .fcopy p {
        text-align: center;
    }

    .fooCol1,
    .fooCol3 {
        margin: 0 auto;
        text-align: center;
    }

    .fooCol1 {
        width: 90%;
    }

    .fooCol3 {
        width: 100%;
    }

    .fooCol3 {
        justify-content: space-around;
    }

    .footer {
        padding-top: 30px;
    }

    .fooTel a {
        font-size: 24px;
    }

    .fooCol3 ul li a {
        padding: 0 10px;
        font-size: 14px;
    }

    .colorColBox p {
        font-size: 16px;
    }

    /****** index 768 *********/
    .banIndex,
    .banInside {
        height: 900px;
    }

    .bannRect {
        margin: 50px 0 0 0;
    }

    .bannRect h1 {
        font-size: 55px;
    }

    .bannRect h1 span {
        font-size: 18px;
    }

    /* .banInside {
        justify-content: center;
    } */

    .eightSingle {
        width: 50%;
        height: 384px;
    }

    .eightSingle p {
        font-size: 30px;
    }

    .jewShow h2,
    .jewShowTitle h2,
    .jewShowTitle h3 {
        font-size: 30px;
    }

    .jewRPrice {
        font-size: 17px;
    }

    .jewShowSingle {
        width: 48%;
    }

    .jewShowWrapper {
        flex-direction: column-reverse;
    }

    .jewShowLeft,
    .jewShowRight {
        width: 100%;
    }

    .jewShowRight img {
        width: 100%;
    }

    .jewShowRight {
        margin-bottom: 30px;
    }

    .jewShowSingle:nth-child(4),
    .jewShowSingle:nth-child(5),
    .jewShowSingle:nth-child(6) {
        margin-bottom: 0;
    }


    .thr3Single p span {
        font-size: 24px;
    }

    .pageSizeIn {
        width: 90%;
    }

    .small4boxesWrap {
        flex-wrap: wrap;
    }

    .small4box {
        width: 48%;
    }

    .small4boxesbg {
        padding: 90px 0 30px;
    }

    .rightLeftSec {
        flex-direction: column-reverse;
    }

    .rightLeftSec2,
    .rightLeftSec1 {
        width: 100%;
    }

    .rightLeftDesc {
        padding: 0 30px 30px;
    }

    .rightLeftSec2 {
        margin-bottom: 35px;
    }

    .threeonebg {
        padding: 50px 0 30px;
    }

    .threeoneRight {
        margin-bottom: 35px;
    }

    .threeoneLeft,
    .threeoneRight {
        width: 100%;
    }

    .secsliderWrap,
    .thsliderWrap {
        flex-direction: column;
    }

    .secsliderImg,
    .thsliderImg {
        margin-bottom: 35px;
    }

    .secsliderImg,
    .secsliderWrapper,
    .thsliderImg,
    .thsliderWrapper {
        width: 100%;
    }

    .secsliderSecbg,
    .thsliderSecbg {
        padding: 0 0 35px;
    }

    .indCatbg {
        padding: 60px 0 30px;
    }

    .indCatWrap {
        flex-wrap: wrap;
    }

    .indCatBox {
        width: 50%;
    }

    .indCatBox p {
        font-size: 24px;
    }
    .thr3Wrapper {
        flex-direction: column;
    }
    .thr3Single {
        width: 100%;
        height: auto;
        padding: 90px 35px;
    }
    .thr3SingleCenter {
        padding: 150px 0;
    }
    .thr3Single p {
        max-width: 300px;
    }
    .fooSoc a img {
        width: 35px;
    }

    /*** contact 768 ***/
    .contCircle {
        width: 38px;
        height: 38px;
        margin-right: 10px;
    }

    .contIco {
        font-size: 16px;
    }

    .contLeft {
        width: 45%;
    }

    .contLeft h3,
    .contRight h3 {
        font-size: 30px;
    }

    .contWrap {
        padding: 75px 0;
    }

    .contInfoRow p {
        font-size: 21px;
    }

    /*** about 768 ***/
    .subPageTitle h1 {
        font-size: 36px;
    }

    .aboutp1 {
        padding-top: 90px;
    }

    .aboutThreeLeft {
        padding-right: 20px;
    }

    .aboutTitle h3 {
        font-size: 30px;
    }

    .aboutOnebg {
        padding: 90px 0 50px;
    }

    .aboutTwobg {
        padding: 60px 0 20px;
    }

    .aboutColsWrap {
        margin: 50px auto 0;
    }

    .aboutCol {
        padding-right: 30px;
    }

    .aboutThbg {
        padding: 50px 0;
    }

    .aboutThreeWrap {
        flex-direction: column;
    }

    .aboutThreeLeft,
    .aboutThreeRight {
        width: 100%;
    }

    .aboutThreeLeft {
        margin-bottom: 35px;
    }

    /*** products ***/
    .productsbg {
        padding: 50px 0 0;
    }

}

/*========================================================
										1024 - 1300
=========================================================*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 19px;
    }

    .phone a {
        font-size: 24px;
    }

    .pageSize {
        width: 980px;
    }

    .phone p a {
        font-size: 16px;
    }

    .menu ul li.mlinks a {
        font-size: 14px;
        padding: 0 8px;
    }

    .topi {
        margin-top: 100px;
    }

    .phone p {
        width: 100%;
        float: none;
    }

    .phone span {
        padding: 5px 0 5px;
    }

    .logoMob img {
        width: 140px;
        margin-top: 3px;
    }

    .bannMain {
        height: 620px;
    }

    .footer {
        padding-top: 30px;
    }

    .fooTel a {
        font-size: 24px;
    }

    /****** index 1024 *********/
    .banIndex,
    .banInside {
        /* height: 900px; */
        height: 540px;
    }

    .bannRect {
        margin: 50px 0 0 0;
    }

    .bannRect h1 {
        font-size: 55px;
    }

    .bannRect h1 span {
        font-size: 18px;
    }

    .eightSingle {
        height: 256px;
    }

    .eightSingle p {
        font-size: 24px;
    }

    .jewShow h2 {
        font-size: 30px;
    }

    .jewShowSingle {
        width: 48%;
    }

    .jewShowRight img {
        width: 100%;
    }

    .thr3Single {
        height: 500px;
        padding: 30px;
    }

    .thr3Single p span {
        font-size: 24px;
        line-height: 1.2;
    }

    .jewShow {
        padding: 90px 0 50px;
    }

    .thr3Single p {
        width: 90%;
    }

    .thr3p {
        text-align: center;
    }

    .jewShowTitle h2,
    .jewShowTitle h3 {
        font-size: 30px;
    }

    .pageSizeIn {
        width: 900px;
    }

    .jewPrice {
        font-size: 16px;
    }

    .small4boxesbg {
        padding: 90px 0 0;
    }

    .rightLeftDesc {
        padding: 0 30px 30px;
    }

    .secsliderWrap,
    .thsliderWrap {
        flex-direction: column;
    }

    .secsliderImg,
    .thsliderImg {
        width: 600px;
        margin: 0 auto 50px;
    }

    .secsliderWrapper,
    .thsliderWrapper {
        width: 960px;
        margin: 0 auto;
    }

    .secsliderSecbg {
        padding: 0 0 50px;
    }

    .indCatWrap {
        flex-wrap: wrap;
    }

    .indCatBox {
        width: 50%;
    }

    .indCatbg {
        padding: 90px 0 30px;
    }

    .fooCol3 ul li a {
        font-size: 14px;
    }

    .indCatBox p {
        font-size: 26px;
    }
    .jewShowRight {
        padding-left: 60px;
    }
    .fooSoc a img {
        width: 35px;
    }

    /*** contact 1024 ***/
    .contCircle {
        width: 42px;
        height: 42px;
    }

    .contIco {
        font-size: 16px;
    }

    .contLeft {
        width: 40%;
    }

    .contLeft h3,
    .contRight h3 {
        font-size: 30px;
    }

    .contWrap {
        padding: 75px 0;
    }

    .contInfoRow p {
        font-size: 21px;
    }

    /*** about 1024 ***/
    .subPageTitle h1 {
        font-size: 36px;
    }

    .aboutp1 {
        padding-top: 90px;
    }

    .aboutThreeLeft {
        padding-right: 20px;
    }

    .aboutTitle h3 {
        font-size: 30px;
    }

    .aboutOnebg {
        padding: 60px 0;
    }

}

/*========================================================
										1301 - 1919
=========================================================*/
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    body {
        font-size: 21px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 19px;
    }

    .pageSize {
        width: 96%;
    }

    .bannMain {
        height: 680px;
    }

    h1.indexh1 {
        font-size: 4.2rem;
        margin: 0 0 20px 0;
    }

    .phone p a {
        font-size: 18px;
    }

    .menu ul li.mlinks a {
        font-size: 16px;
        padding: 0 12px;
    }

    /*********** index 1301 ************/
    .logoMob img {
        width: 215px;
        margin-top: 32px;
    }

    .banIndex,
    .banInside {
        height: 740px;
    }

    .bannRect {
        margin: 0 auto 0 0;
    }

    .bannRect h1 {
        font-size: 65px;
    }

    .bannRect h1 span {
        font-size: 21px;
    }

    .eightSingle {
        height: 325.25px;
    }

    .eightSingle p {
        font-size: 24px;
    }

    .jewPrice,
    .jewRPrice {
        font-size: 16px;
    }

    .jewShow h2 {
        font-size: 40px;
    }

    .jewShowRight img {
        width: 100%;
    }

    .thr3Single {
        height: 500px;
        padding: 30px;
    }

    .thr3Single p span {
        font-size: 24px;
    }

    .thr3Single p {
        max-width: 70%;
    }

    .jewShowTitle h2,
    .jewShowTitle h3 {
        font-size: 30px;
    }

    .pageSizeIn {
        width: 1100px;
    }

    .rightLeftDesc h3 span {
        font-size: 16px;
    }

    .rightLeftDesc {
        padding: 0 30px 30px;
    }

    .secsliderSecbg {
        padding: 0 0 40px;
    }

    .thsliderImgDesc {
        margin: 0;
        width: 65%;
    }

    .thsliderImg {
        height: 469px;
    }

    .thsliderSecbg {
        padding: 90px 0 0;
    }

    .fcopy {
        padding: 20px 0;
    }

    .indCatBox p {
        font-size: 26px;
    }
    .jewShowRight {
        padding-left: 60px;
    }
    .fooSoc a img {
        width: 35px;
    }

    /*** contact 1301 ***/
    .contLeft h3,
    .contRight h3 {
        font-size: 30px;
    }

    /*** about 1301 ***/
    .subPageTitle h1 {
        font-size: 36px;
    }

    .aboutp1 {
        padding-top: 90px;
    }

    .aboutThreeLeft {
        padding-right: 20px;
    }

    /*** products 1301 ***/
    .indCatWrap {
        width: 98%;
    }
}

/*========================================================
										1920 - 2559
=========================================================*/
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .pageSize {
        width: 96%;
    }

    .banIndex,
    .banInside {
        height: 1100px;
    }

    .bannRect {
        margin: 0 0 0 110px;
    }

    .eightSingle {
        height: 480px;
    }

    .jewPrice,
    .jewRPrice {
        font-size: 16px;
    }

}
