body {font-family: Sailec !important; font-size: 16px; font-weight: 400; line-height: 28px;color: #284162 !important; letter-spacing: 1px;}
.checkerBoxHome { margin-bottom: 50px; margin-top: 30px;}
.homeTitle { font-family: 'Times New Roman';  font-size: 36px;    line-height: 44px;    text-align: left;    color: #284162;    margin-bottom: 20px;    margin-top: 0;}

.checkerBoxHome .checkerBoxText p.smallText{font-size: 13px;color:#406BA2; }
.checkerBoxHome .checkerBoxText p.bigText{color: #284162; font-weight: 300;margin-bottom: 40px;padding-right: 50px;}
.checkerBoxHome .checkerBoxText a.btnHome{font-size: 12px;color: #fff;background: #284162;border-radius: 5px; text-transform: uppercase; padding: 15px 50px;}
a.btnHomeblue {font-size: 12px;color: #284162;background: #F0F7FF;border-radius: 5px;  text-transform: uppercase; padding: 15px 70px;}

.shopbyCategorySlider { margin-bottom: 50px;}
.shopbyCategorySlider .shopbycategoryBox a span {display: block; text-align: center; color: #284162;  line-height: 46px; font-weight: 300;font-family: 'Sailec';} 
.shopbycategoryBox .sliderImg {overflow: hidden;}
.shopbycategoryBox .sliderImg  img { transition: 0.5s ease-in-out;}
.shopbycategoryBox .sliderImg:hover img {  transform: scale(1.1);}
.shopbyCategorySlider .owl-nav {
    position: absolute;
    top:-60px;
    width: auto;
    display: flex;
    justify-content: end;
    right: 45px;
}
.shopbyCategorySlider .owl-theme .owl-nav [class*=owl-] {margin: 0;}
.shopbyCategorySlider .owl-nav span {
    font-size: 0;
    background: url(../images/home/up-arrow.png);
    background-repeat: repeat;
    background-size: auto;
    width: 12px;
    height: 19px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    left: 16px;
    position: absolute;
    top: 13px;
    text-align: center;
    margin: auto;
}
.shopbyCategorySlider .owl-nav button {
    width: 46px;
    height:46px;
}
.shopbyCategorySlider .owl-carousel .owl-prev {
    left: 30px;
    top: -20px;
    background-color: #F0F7FF !important;
    position: relative;
    border-radius: 50% !important;
    text-align: center;
}
.shopbyCategorySlider .owl-carousel .owl-next {
    right: -50px;
    top: -20px;
    background-color: #F0F7FF !important;
    position: relative;
    border-radius: 50% !important;
}
.shopbyCategorySlider .owl-nav .owl-prev span {
    transform: rotate(269deg);
}
.shopbyCategorySlider .owl-nav .owl-next span {
    transform: rotate(90deg);
}



.limitedSlider { margin-bottom: 50px;}
.limitedSlider .limitedBox a span {display: block; text-align: center; color: #284162;  line-height: 46px; font-weight: 300;font-family: 'Sailec';} 
.limitedBox .sliderImg {overflow: hidden;border: 1px solid #C7D7EA; border-radius: 5px;}
.limitedBox .sliderImg  img { transition: 0.5s ease-in-out;}
.limitedBox .sliderImg:hover img {  transform: scale(1.1);}
.limitedSlider .owl-nav {
    position: absolute;
    top:-60px;
    width: auto;
    display: flex;
    justify-content: end;
    right: 45px;
}
.limitedSlider .owl-theme .owl-nav [class*=owl-] {margin: 0;}
.limitedSlider .owl-nav span {
    font-size: 0;
    background: url(../images/home/up-arrow.png);
    background-repeat: repeat;
    background-size: auto;
    width: 12px;
    height: 19px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    left: 16px;
    position: absolute;
    top: 13px;
    text-align: center;
    margin: auto;
}
.limitedSlider .owl-nav button {
    width: 46px;
    height:46px;
}
.limitedSlider .owl-carousel .owl-prev {
    left: 10px;
    top: -20px;
    background-color: #F0F7FF !important;
    position: relative;
    border-radius: 50% !important;
    text-align: center;
}
.limitedSlider .owl-carousel .owl-next {
    right: -20px;
    top: -20px;
    background-color: #F0F7FF !important;
    position: relative;
    border-radius: 50% !important;
}
.limitedSlider .owl-nav .owl-prev span {
    transform: rotate(269deg);
}
.limitedSlider .owl-nav .owl-next span {
    transform: rotate(90deg);
}

.shopbyShape { background-color: #F0F7FF; padding: 50px 30px; margin-bottom: 50px; border-radius: 10px;}
.shopbyShapeSection .shopbyShape{ padding:50px;}
.shopbyShapeDimaonds {width: 100%;}
.diamondShapesList {
    display: flex;
    flex-wrap: wrap;
}
.diamondShapesList li {
    width: 20%;
    text-align: center;
}
.diamondShapesList li label {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.diamondShapesList li label .img-box {
    width: 100px;
    margin: auto;
}
.diamondShapesList li label .img-box img {
    transition: 0.5s 
ease-in-out;
    width: 100%;
    height: 100%;
}
.diamondShapesList li label span {
    width: 100%;
    color: #284162;
    line-height: 20px;
    margin: 10px 0;
    font-weight: 300;
}
.brLeft {
    border-left: solid 1px #748FB2;
}
.diamondShapesList li label:hover img {
    transform: scale(1.1);
}

.ringGuard { margin-bottom: 50px;}
.ringguardBg { background-color: #284162; border-radius: 10px 0 0 10px;   width: 100%;height: 500px; display: flex;align-items: center;}
.ringGuardText {padding: 0 30px;}
.ringGuardText .homeTitle {color: #fff;}
.ringGuardText p {color: #fff;font-weight: 300; margin-bottom: 30px;}
.ringGuardText a.btnHomeWhite {font-size: 12px;color: #284162;background: #fff;border-radius: 5px;  text-transform: uppercase; padding: 15px 50px;}

.ourStory { margin-bottom: 50px;}
.ourStoryBg { background-color: #284162; border-radius: 0 10px 10px 0; width: 100%; height: 500px;    display: flex;align-items: center;}
.ourStoryText {padding:0 30px;}
.ourStoryText .homeTitle {color: #fff;}
.ourStoryText p {color: #fff;font-weight: 300; margin-bottom: 30px;}
.ourStoryText a.btnHomeWhite {font-size: 12px;color: #284162;background: #fff;border-radius: 5px;  text-transform: uppercase; padding: 15px 50px;}

.subscribeBoxNew {
    background: #EAF2FC;
    padding: 48px 0;
}
.subscribeBoxNew #contactEmail {
    box-shadow: 0 3px 16px #0000000A;
    border: 1px solid #D8DDD6;
    border-radius: 5px 0 0 5px;
    height: 60px;
    font-weight: 300;
    padding-left: 36px;
}
.subscribeBoxNew .form-control {padding: 6px 12px 3px 12px;}
.subscribeBoxNew .subscribeButton {
    height: 60px;
    background: rgb(49 63 78);
    color: #fff;
    box-shadow: 0 3px 16px #0000000A;
    border-radius: 0 5px 5px 0;
    width: 120px;
    font-size:12px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 400;
}
.subscribeBoxNew .subscribeButton:hover{color: #fff;}
.subscribeBoxNew .input-group { display: flex;}

.subscribeBoxNew h4 {
     font-family: 'Times New Roman';
    font-size: 36px;
    text-align: left;
    color:#284162;
    margin-bottom: 10px;
    line-height: 47px;
}
.subscribeBoxNew p {
    text-align: left;
    line-height: 28px;
    color: #284162;
}
@media only screen and (min-width: 990px) 
{
    .ringGuardImg img{height: 500px;object-fit: cover;border-radius: 0 10px 10px 0;}
    .ourStoryImg img {height: 500px;object-fit: cover;border-radius: 10px 0 0 10px;}
}

@media only screen and (max-width: 990px) {
    .diamondShapesList li label .img-box img {
        width: 50px;
    }
    .diamondShapesList li label .img-box {
        width: 40px;
    }
    .shopbyShapeText .homeTitle {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}
 .shopbyShapeText p {text-align: center; font-size: 15px; line-height: 22px;}
 .diamondShapesList { margin-top: 20px;}
 .diamondShapesList li label span {
    font-size: 14px;
    line-height: 20px;
}
.brLeft {
    border-left: none;
}
.ringguardBg {
        border-radius: 0;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 15px;
        margin-right: 15px;
        height: auto;
    }
    .ringGuardText {padding: 50px 30px;}
      .checkerBoxText { margin-bottom: 30px;}
      .ourStoryBg {
        border-radius: 0;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 15px;
        margin-right: 15px;
        height: auto;
    }

}
@media screen and (max-width:768px){
.homeTitle {
    font-size: 26px;
    line-height: 34px;
}
.shopbyCategorySlider .owl-nav button {
    width: 36px;
    height: 36px;
}
.shopbyCategorySlider .owl-nav span {
    left: 13px;
    top: 8px;
}
.shopbyCategorySlider .owl-carousel .owl-next {
    right: -35px;
    top: 0;}
    .shopbyCategorySlider .owl-carousel .owl-prev {
    left: 25px;
    top: 0;
}
.limitedSlider .owl-nav button {
    width: 36px;
    height: 36px;
}
.limitedSlider .owl-nav span {
    left: 13px;
    top: 8px;
}
.limitedSlider .owl-carousel .owl-next {
    right: -35px;
    top: 0;}
    .limitedSlider .owl-carousel .owl-prev {
    left: 25px;
    top: 0;
}
.limitedSlider {
    margin-bottom: 20px;
}
.shopbyCategorySlider {
    margin-bottom: 20px;
}
.checkerBoxHome {
    margin-bottom: 20px;
}
.shopbyShapeSection .container {
    padding: 30px 20px;
}
.ourStoryText {
    padding: 30px 15px;
}
body {
    font-size: 16px !important;
    line-height: 28px !important;
}
.subscribeBoxNew h4 {
    font-size: 32px;
    line-height: 36px;
}
.subscribeBoxNew {
    padding: 30px 0;
}
.subscribeBoxNew #contactEmail {

    height: 50px;
}
.subscribeBoxNew .subscribeButton {
    height: 50px;}
.limitedSlider .limitedBox a span {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
}
.shopbyCategorySlider .shopbycategoryBox a span{
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
}
.checkerBoxText { margin-top: 20px;}
.checkerBoxHome .checkerBoxText p.bigText{padding-right: 0;}

}

@media only screen and (max-width: 500px) {
    .diamondShapesList li label span {
        font-size: 11px;
    }
}