﻿body {
    font-family: Lato, sans-serif
}

.position-relative {
    position: relative !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.row-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.text-justify {
    text-align: justify !important
}

[data-toggle="modal"] {
    cursor: pointer;
}

th.ShortingCarat2.sorting_disabled.sorted-asc {
    display: block !important
}

#CaratfinderTable td,
#CaratfinderTable th {
    width: 10% !important
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.ttf) format('ttf'), url(../fonts/Lato-Black.ttf) format('ttf'), url(../fonts/Lato-BlackItalic.ttf) format('ttf'), url(../fonts/Lato-Bold.ttf) format('ttf'), url(../fonts/Lato-Italic.ttf) format('ttf'), url(../fonts/Lato-BoldItalic.ttf) format('ttf'), url(../fonts/Lato-Hairline.ttf) format('ttf'), url(../fonts/Lato-HairlineItalic.ttf) format('ttf'), url(../fonts/Lato-Light.ttf) format('ttf'), url(../fonts/Lato-LightItalic.ttf) format('ttf')
}

@font-face {
    font-family: Gill_Sans;
    src: url(../fonts/GillSans.dfont) format('dfont'), url(../fonts/GillSans-Italic.dfont) format('dfont'), url(../fonts/GillSans-Light.dfont) format('dfont'), url(../fonts/GillSans-LightItalic.dfont) format('dfont'), url(../fonts/GillSans-Bold.dfont) format('dfont'), url(../fonts/GillSans-BoldItalic.dfont) format('dfont')
}

@font-face {
    font-family: futura_md_btmedium;
    src: url(futura_medium_bt-webfont.woff2) format('woff2'), url(futura_medium_bt-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: webfontregular;
    src: url(humanist_777_light_bt-webfont.woff2) format('woff2'), url(humanist_777_light_bt-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Humanist777BT-LightB;
    src: url(Humanist777BT-LightB.eot) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Humnst777 BT';
    src: url(Humanist777BT-RomanB.woff2) format('woff2'), url(Humanist777BT-RomanB.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --DarkPink: #ebbabf;
    --LightPink: #f3d3d6;
    --LightestPink: #f6e8e8;
    --DarkBlue: #00396d;
    --DarkGray: #bbbaba;
    --LightGray: #c6c8c8;
    --LightestGray: #ebebeb
}

h1 {
    font-size: 24px !important;
    font-weight: 700;
    color: #000;
    padding: 10px 0 20px 0;
    font-family: Lato, sans-serif
}

h2 {
    font-family: Lato, sans-serif;
    font-size: 28px !important;
    font-weight: 500;
    color: #000;
    padding: 10px 0 10px 0;
    margin: 10px 0 0 0;
    text-transform: uppercase
}

h5 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 10px 20px;
    letter-spacing: .5px
}

.h3,
h3 {
    font-size: 17px !important
}

a {
    color: #333;
    font-family: Lato, sans-serif;
    font-family: Lato
}

.persearch h3 a {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.clr-pink-light {
    background-color: #efc6c7 !important
}

.clr-pink-dark {
    background-color: #9c6165 !important
}

.clr-gray-dark {
    background-color: #284467 !important
}

.clr-pink-dark:hover .clr-gray-dark:hover,
.clr-pink-light:hover {
    opacity: "0.7"
}

.container-fluid {
    margin: 0;
    padding: 0
}

.footer_top ul.listBox2 li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding-left: 5px;
    color: #333
}

.footer_top ul.listBox2 li {
    display: block
}

.footer_top ul.listBox h4 {
    text-align: left
}

.footer_top ul.listBox li h5 {
    font-family: Lato, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    padding: 0 !important;
    margin: 10px 0 0 0
}

.page-head {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.page-head.page-head-scrolled .navbar-padTop {
    margin-top: 10px
}

.padding {
    padding: 0
}

.mt-10 {
    margin-top: 10px !important
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.finddimond {
    font-size: 26px;
    text-transform: uppercase;
    background: #ef5e24;
    padding: 10px 50px
}

header {
    margin: 0;
    width: 100%;
    float: none;
    position: absolute;
    top: 50px;
    left: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.logo {
    padding: 15px 0 0 0
}

.bannertop {
    padding: 15px 0 0 0
}

.topright {
    padding: 15px 0 0 0
}

.socialmedia {
    padding: 0
}

.socialmedia li {
    float: left;
    list-style-type: none;
    margin: 0 3px
}

.socialmedia li.search {
    background: #333;
    padding: 5px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.socialmedia li.search a {
    color: #fff
}

.navbar-default {
    background: 0 0
}

.sidebar-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    padding: 0 17px 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.sidebar-contact.active {
    left: 472px;
    z-index: 9;
    display: block;
    background-color: #e6e5e5;
    height: 360px
}

.sidebar-contact img .active {
    display: block
}

.visitingbtn {
    background: url(../images/orabgebtn.png);
    padding: 10px 10px 10px 30px;
    position: relative;
    z-index: 9999111119999999999;
    bottom: 1px;
    width: 50%;
    color: #fff;
    left: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 36px;
    float: left;
    background: #e99c2f
}

.visitingbtn:hover {
    background: #e99c2f
}

.visitingbtn span {
    font-size: 17px;
    font-family: Lato, sans-serif;
    margin: 12px 0 0 0;
    display: inline-block;
    font-weight: 400
}

.visitingbtn a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 24px;
    display: block
}

.visitingbtn a {
    text-decoration: none
}

.btnarrow {
    position: absolute;
    right: 24px !important;
    font-size: 70px !important;
    top: 9px;
    font-weight: 400 !important
}

.visitingbtn1 {
    background: url(../images/btntrans.png);
    right: 0;
    padding: 10px 10px 10px 30px;
    position: relative;
    z-index: 9999111119999999999;
    bottom: 1px;
    width: 50%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 36px;
    float: right;
    background: #83c34c
}

.visitingbtn1:hover {
    background: #83c34c;
    text-decoration: none
}

.visitingbtn1 span {
    font-size: 17px;
    font-family: Lato, sans-serif;
    margin: 12px 0 0 0;
    display: inline-block;
    font-weight: 400
}

.visitingbtn1 a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 24px;
    display: block
}

.visitingbtn1 a {
    text-decoration: none
}

.navbar-fixed-top {
    background: url(../images/navbg.png);
    height: 100px
}

.socialmedia li.twt {
    background: #00bdf6;
    padding: 5px 7px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.socialmedia li.twt a {
    color: #fff
}

.socialmedia li.linkedin {
    background: #0076ca;
    padding: 4px 7px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 500%;
    -webkit-border-radius: 500%;
    -moz-border-radius: 500%;
    -ms-border-radius: 500%;
    -o-border-radius: 500%
}

.socialmedia li.linkedin a {
    color: #fff
}

.socialmedia li.youtube {
    background: red;
    padding: 4px 7px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.socialmedia li.youtube a {
    color: #fff
}

.register {
    background: #c2177d;
    padding: 20px 10px 10px;
    display: inline-block;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px
}

.register li {
    float: left;
    list-style-type: none;
    margin: 0 3px
}

.register li a {
    color: #fff;
    font-size: 16px;
    border-right: #d45da4 solid 1px;
    padding: 0 10px 0
}

.date {
    color: #000;
    font-size: 20px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    margin: 0
}

.date span {
    color: #00a2e3;
    font-size: 20px;
    font-family: Lato, sans-serif
}

.gallery_bg {
    margin-bottom: 30px
}

.gallery_bg .galleryimg {
    width: 24.6%;
    padding: 0;
    margin: 1px !important
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: -55px;
    z-index: 100;
    border-top: 0
}

.navbar-nav>li>a {
    font-size: 14px;
    padding: 12px 10px
}

.navbar-nav {
    float: left;
    margin: 0;
    display: table;
    position: relative;
    width: 100%
}

.caret {
    display: none !important
}

.carousel-caption {
    bottom: 28%;
    left: 12%;
    right: 12%
}

.carousel-caption h2 {
    color: #606060 !important;
    font-size: 37px !important;
    text-transform: none;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: 3px
}

.carousel-caption span {
    color: #333 !important;
    font-size: 28px !important
}

.carousel-caption p {
    font-size: 22px;
    font-weight: 550;
    text-align: center;
    width: 100%;
    color: #5e5e60;
    margin: 10px auto 20px;
    border-bottom: 0 solid #fff;
    border-top: 0 solid #000;
    padding: 10px;
    border-radius: 13px;
    text-transform: none;
    text-shadow: none;
    clear: both;
    line-height: 35px;
    letter-spacing: 1px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px
}

.carousel-caption a {
    color: #333;
    padding: 0 50px;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none !important;
    text-transform: none !important
}

.carousel-caption .btn_slider {
    background: var(--DarkPink);
    padding: 8px 50px;
    min-width: 376px;
    color: #333;
    margin: 20px auto;
    font-size: 25px;
    border: none !important;
    border-radius: 1px 30px;
    margin-top: 27px;
    text-shadow: none;
    text-decoration: none !important;
    text-transform: none !important;
    -webkit-border-radius: 1px 30px;
    -moz-border-radius: 1px 30px;
    -ms-border-radius: 1px 30px;
    -o-border-radius: 1px 30px
}

.carousel-caption .btn_slider:hover {
    background: var(--LightPink)
}

.carousel-indicators {
    bottom: 15px !important
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #333 !important
}

.glyphicon-chevron-right {
    margin-top: -80px !important;
    margin-right: -60px !important
}

.glyphicon-chevron-left {
    margin-top: -80px !important;
    margin-left: -60px !important
}

.glyphicon-chevron-right:before {
    font-size: 0
}

.glyphicon-chevron-left:before {
    font-size: 0
}

.gp_products_carousel_wrapper {
    background-color: transparent !important
}

.gp_products_carousel_control_icons {
    font-size: 20px !important;
    line-height: 65px !important
}

.toggle {
    position: absolute;
    top: 180px;
    right: -134px;
    width: auto;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    padding: 5px 15px;
    background-color: var(--DarkPink);
    transform: rotate(-90deg);
    font-weight: 700;
    letter-spacing: 2px;
    content: "Close";
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.dropdown-menu {
    background-color: #eee
}

.dropdown-menu>li>a {
    padding: 8px 20px;
    color: #fff;
    background: url(../images/menu_arrow.png) no-repeat 5px 50%
}

.contentmain {
    margin: 0
}

.contentmain ul {
    margin: 20px 0 0 0;
    padding: 0;
    padding-left: 25px
}

.showinfomain {
    background-image: linear-gradient(to right, #31a2e3, #e7f6fe, #e7f6fe)
}

.showinfo {
    padding: 15px 0 30px;
    color: #000;
    background: url(../images/showfact3.jpg) 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: contain
}

.showinfo h1 {
    color: #31a2e3;
    font-weight: 700;
    text-align: center;
    font-size: 36px !important;
    font-family: Lato, sans-serif
}

.showinfo ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.showinfo ul li {
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 2.1;
    color: #333;
    background: url(../images/bullet.png) left 10px no-repeat;
    padding-left: 20px
}

.visitor-sec {
    background: #00a2e3;
    padding: 20px 0 50px;
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 1.7;
    color: #fff
}

.visitor-sec h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 36px !important;
    font-family: Lato, sans-serif
}

.visitor-sec ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.visitor-sec ul li {
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 2.1;
    color: #fff;
    background: url(../images/bullet-white.png) left 10px no-repeat;
    padding-left: 20px
}

.triangle-top {
    display: block;
    border-style: solid;
    border-width: 0 0 40px 98vw;
    border-color: transparent transparent #00a2e3 transparent;
    width: 100%;
    margin-top: 30px
}

.showinfobox {
    display: inline-block
}

.sponsorpartner {
    padding: 20px 0 20px 0;
    background: #f5f5f5
}

.side-links {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    top: 7%;
    width: auto;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -moz-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important
}

.side-links .s-media-side {
    min-height: 50px;
    background: #88bd2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.side-links .book-now-btn {
    min-height: 50px;
    background: #88bd2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.side-links .book-now-btn a {
    color: #fff;
    text-decoration: none !important;
    font-family: Lato, sans-serif;
    font-size: 1.4rem
}

.side-links .book-now-btn.btnblue {
    background: #00a2e3
}

.side-links .book-now-btn.btngreen {
    background: #88bd2f
}

.side-links .book-now-btn.btnblue:hover {
    background: #0c62aa;
    color: #fff
}

.side-links .book-now-btn.btngreen:hover {
    background: #384d19;
    color: #fff
}

.side-links .book-now-btn a:hover {
    color: #111
}

.side-links .book-now-btn.btnblue a:hover,
.side-links .book-now-btn.btngreen a:hover {
    color: #fff
}

.side-links .s-media-side ul {
    margin: 0;
    padding: 0
}

.side-links .s-media-side li {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    overflow: hidden;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.side-links .s-media-side li a {
    position: relative;
    display: block;
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.side-links .s-media-side li a:before {
    color: #fff;
    font-size: 2rem;
    content: "";
    text-indent: 0;
    font-family: Lato, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.side-links .s-media-side li a[href*=linkedin]:before {
    content: "";
    -webkit-transition: .25s;
    transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=instagram]:before {
    content: "\f16d";
    -webkit-transition: .25s;
    transition: .25s;
    color: #fff;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=twitter]:before {
    content: "";
    -webkit-transition: .25s;
    transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=facebook]:before {
    content: "";
    -webkit-transition: .25s;
    transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=linkedin]:hover:before {
    color: #007bb6
}

.side-links .s-media-side li a[href*=instagram]:hover:before {
    color: #517fa4
}

.side-links .s-media-side li a[href*=twitter]:hover:before {
    color: #00aced
}

.side-links .s-media-side li a[href*=facebook]:hover:before {
    color: #3b5998
}

.fixed-smedia a.search-btn {
    cursor: pointer
}

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
        -moz-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        -o-transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
        -moz-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        -o-transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
        -moz-transform: skew(4deg);
        -ms-transform: skew(4deg);
        -o-transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
        -moz-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
        -o-transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0)
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
        -moz-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        -o-transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
        -moz-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        -o-transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
        -moz-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
        -o-transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0)
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0)
}

.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.navbar-brand {
    font-size: 24px;
    padding: 0
}

.navbar-container {
    padding: 0
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8)
}

.navbar-brand.fixed-theme {
    font-size: 18px
}

.navbar-container.fixed-theme {
    padding: 0
}

.navbar-brand,
.navbar-brand.fixed-theme,
.navbar-container,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s
}

img {
    max-width: 100%
}

.sidebar_btnimgwthrtxt {
    margin: 0 0 20px
}

.btnrbox {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    text-align: left;
    -ms-transition: all .5s ease-in-out
}

.btnrbox a.blue {
    background: #00a3e4;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.blue span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.btnrbox a.green {
    background: #84c44c;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.green span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #fff
}

.btnrbox a.grey {
    background: #e99c2f;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.grey span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.btnrbox a.sky {
    background: #7cd6e9;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.sky span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #fff
}

.ftbottom {
    font-size: 13px;
    padding: 40px 0 15px 0;
    border-top: 1px solid #c5e0d5
}

.contact_img {
    float: left;
    width: 23%
}

.member_details {
    float: right;
    width: 74%
}

.member_details h2 {
    font-size: 16px !important;
    color: #84c44c;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;
    margin: 0;
    text-transform: uppercase
}

.greybg {
    background: #d5d5d8;
    padding: 5px 5px
}

.search-top {
    width: 200px;
    float: right;
    position: relative
}

.search-top input[type=text] {
    border: solid 1px #bbb;
    height: 30px
}

.search-top input[type=image] {
    position: absolute;
    top: 7px;
    right: 5px
}

.top-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right
}

.top-icons li {
    float: left;
    border-left: solid 1px #999
}

.top-icons li:first-of-type {
    border-left: none
}

.top-icons li a {
    padding: 0 10px
}

.top-icons li a img {
    width: 25px
}

.top-icons li a img.topbar-contact {
    padding-right: 6px
}

.top-icons li a span {
    font-size: 12px;
    color: #333
}

.navbar-padTop {
    margin-top: 20px
}

.navbar {
    margin-bottom: 0;
    clear: both;
    background-color: transparent !important;
    border-radius: 4px 4px 0 0;
    border: none;
    padding: 0;
    padding-left: 0;
    margin-top: 32px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0
}

.cartbox3 {
    position: absolute;
    right: 0
}

.navbar ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center
}

.navbar ul li {
    padding: 10px 30px;
    float: left;
    outline: 0
}

.navbar ul li a,
.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    color: #595555;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    outline: 0;
    letter-spacing: .5px
}

.navbar ul li a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #101010;
    text-decoration: none
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent !important
}

.countdownleft {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 700;
    background: #88bd2f;
    padding: 10px 14px;
    color: #fff
}

.countdownleft td {
    padding: 6px
}

.countdownleft td .numbers {
    border: solid 2px #31a2e3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 49px;
    background: #fff;
    color: #333
}

.navbar-nav>li>.dropdown-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin: 0;
    left: 0;
    border-top: none;
    padding-bottom: 20px;
    background: #ededed;
    padding: 32px 82px 48px 83px;
    column-count: 3
}

.dropdown-menu {
    background: #ededed
}

.dropdown-menu>li>a {
    color: #333;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
    background: 0 0 !important;
    display: inline-block;
    font-family: Lato, sans-serif
}

.dropdown-menu>li>a:hover {
    color: #333
}

#navigation ul li ul li,
#navigation ul li ul li:hover {
    display: inline-block;
    width: 100%;
    height: auto;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 0;
    margin-bottom: 10px;
    font-family: Lato, sans-serif
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu ul {
    display: block !important;
    position: static !important;
    border: none !important;
    box-shadow: none;
    background: 0 0 !important;
    column-count: 1 !important;
    padding: 0 !important;
    width: 100%
}

.dropdown-submenu ul li {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    height: auto !important
}

.dropdown-submenu ul li a {
    padding: 5px 0 0 7px;
    font-weight: 400 !important;
    position: relative;
    font-family: Lato, sans-serif;
    white-space: inherit
}

.dropdown-submenu ul li a:before {
    content: "\203A";
    font-family: Lato, sans-serif;
    font-size: 14px;
    position: absolute;
    top: 4px;
    left: 0
}

.dropdown-submenu ul li a:hover {
    color: #00a2e3 !important
}

div#homebtn {
    background: #00a2e3;
    border-radius: 4px;
    padding: 20px 0;
    margin-top: 15px
}

div#homebtn p {
    margin-bottom: 1em;
    color: #fff;
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 700
}

div#homebtn a {
    width: 13.45em;
    font-size: 16px;
    background: #0c62aa;
    padding: .61em .8em .61em 1.15em;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 3px 5px;
    line-height: 23px;
    min-height: 28px;
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    color: #fff;
    font-family: Lato, sans-serif
}

.exhibitors-btns a.btn:hover,
div#homebtn a:hover {
    background: #0b4c83 !important
}

.exhibitors-btns a.btn:before,
div#homebtn a:before {
    content: "\203A";
    position: absolute;
    top: .55em;
    left: .64em
}

ul.homepage-mid-logo {
    display: table;
    padding-left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0 10%
}

ul.homepage-mid-logo li {
    display: table-cell;
    vertical-align: top;
    width: 33.33%
}

ul.homepage-mid-logo strong {
    font-size: 14px;
    display: block
}

#HomePartnersection h2 {
    font-size: 32px !important;
    font-family: Lato, sans-serif;
    color: #333;
    font-weight: 700
}

footer {
    background: #00a2e3;
    padding: 50px 0;
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    font-family: Lato, sans-serif
}

footer strong {
    font-size: 16px
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer a {
    color: #fff;
    font-family: Lato, sans-serif
}

footer a:hover {
    color: #fff !important;
    text-decoration: none
}

.s-media li {
    float: left;
    margin-right: 5px
}

footer h3 {
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: .2em
}

.whitebgcont {
    background: #fff;
    padding: 15px;
    font-size: 13px
}

.copyright-sec {
    font-family: Lato, sans-serif
}

.copyright-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.copyright-sec ul li {
    display: inline-block
}

.copyright-sec ul li a {
    color: #848484;
    font-size: 12px;
    text-decoration: none
}

.copyright-sec ul li a:hover {
    color: #000
}

.copyright-sec p {
    color: #848484;
    font-size: .9em;
    line-height: 1.5em
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00a2e3 !important;
    display: none !important
}

.wpf-demo-3 {
    display: block;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: #148bbb solid 2px
}

.wpf-demo-3 img {
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.wpf-demo-3:hover img {
    -moz-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%)
}

.view-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.wpf-demo-3 .view-caption {
    background-color: #148bbb;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 10px;
    height: 24%
}

.wpf-demo-3 .view-caption h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    border: none
}

#FieldRow7 .control_field_full {
    background: #acb4b7 !important;
    padding: 5px 10px !important
}

.news-sec {
    border: solid 2px #31a3e4;
    text-align: center;
    padding: 100px 0;
    background: #eee;
    font-size: 20px
}

.col-md-3.col-sm-3.col-xs-12.galleryimg {
    margin-bottom: 20px
}

.basket-sec span {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff0017;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center
}

.basket-sec a {
    color: #fff;
    font-size: 14px
}

.basket-sec a em {
    vertical-align: middle;
    font-size: 26px;
    margin-right: 8px
}

.search-banner {
    background: url(../images/banner-1.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    float: left;
    padding: 12% 0
}

.search-banner h1 {
    font-size: 56px !important;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 25px
}

.search-banner .search-sec {
    width: 60%;
    float: none;
    margin: 0 auto
}

.search-banner .search-sec input[type=text] {
    width: 70%;
    float: left;
    border: none;
    padding: 15px;
    font-family: Lato, sans-serif;
    height: 50px
}

.search-banner .search-sec input[type=submit] {
    width: 30%;
    border: none;
    padding: 0;
    background: #fd1f1f;
    text-align: center;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px
}

.navigation-top {
    width: 100%;
    float: left;
    box-shadow: 0 0 5px #bbb
}

.navigation-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table
}

.navigation-top ul li {
    display: table-cell
}

.navigation-top ul li a {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    font-family: Lato, sans-serif;
    text-align: center;
    display: block
}

footer {
    background: #062939;
    width: 100%;
    float: left;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #7e9aa7
}

footer .section {
    padding: 25px 0;
    border-bottom: 1px solid #294c5e
}

footer .section h3 {
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: .2em
}

footer .section .newsletter-sec input[type=text] {
    width: 70%;
    float: left;
    border: none;
    padding: 15px;
    font-family: Lato, sans-serif
}

footer .section .newsletter-sec input[type=submit] {
    width: 30%;
    border: none;
    padding: 15px;
    background: #fd1f1f;
    text-align: center;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.smedia-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

.smedia-sec ul li {
    float: left;
    color: #fff;
    margin: 10px 0 10px 20px
}

.smedia-sec ul li a {
    color: #7e9aa7;
    font-size: 20px
}

.list-unstyled a {
    color: #7e9aa7
}

.list-unstyled li.hotline {
    font-size: 20px;
    font-weight: 700
}

.top-header {
    font-family: Lato, sans-serif;
    font-size: 12px !important;
    background: 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .36);
    position: absolute;
    width: 100%;
    padding: 14px 0 0 0;
    top: 0;
    z-index: 333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.55em
}

.top-header .phone-shopping {
    color: #333
}

.top-header ul.topUl {
    list-style: none;
    float: right
}

.top-header ul.topUlLeft {
    list-style: none;
    float: left;
    display: flex
}

.top-header-seller ul.topUlLeft {
    list-style: none;
    float: left;
    display: flex
}

.top-header ul.topUl li {
    padding: 0 10px;
    float: left
}

.top-header ul.topUl li a {
    color: #021a38;
    text-decoration: none;
    outline: 0;
    font-style: normal
}

.top-header ul.topUlLeft li a {
    color: #021a38;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    margin-right: 22px;
    font-size: 17px
}

.top-header-seller ul.topUlLeft li a {
    color: #021a38;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    margin-right: 13px
}

.top-header ul.topUl li a:hover {
    color: var(--DarkPink) !important
}

.top-header ul.topUl li a.social {
    font-size: 14px
}

.top-header ul.topUl li a.social:hover {
    color: var(--DarkPink) !important
}

.carat-finder {
    background: url(../images/banner-2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 50px 0
}

.carat-finder h2 {
    font-size: 42px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 25px
}

.carat-finder p {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif
}

.carat-finder a.learn-more {
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    padding: 15px 50px;
    border: solid 1px #fff;
    text-transform: uppercase;
    display: inline-block
}

.details-section {
    width: 100%;
    float: left;
    padding: 50px 0 0
}

.details-section h2 {
    font-size: 24px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    font-family: Lato, sans-serif;
    margin-bottom: 15px
}

.details-section p {
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    font-family: Lato, sans-serif
}

.details-section .col-md-3 {
    width: 23%;
    box-shadow: 0 0 3px #bbb;
    margin: 1%;
    padding: 20px 10px
}

.how-it-works {
    width: 100%;
    float: left;
    padding: 50px 0
}

.how-it-works h2 {
    font-size: 42px;
    color: #333;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 50px
}

.how-it-works img.icon-img {
    float: left;
    margin-right: 15px
}

.how-it-works span {
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    font-family: Lato, sans-serif;
    padding-top: 10px
}

.how-it-works img.arrow-top {
    position: absolute;
    bottom: 120%;
    left: 80%
}

.how-it-works img.arrow-bottom {
    position: absolute;
    top: 120%;
    left: 80%
}

.what-customers-says {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: url(../images/Excellent.jpg) center center no-repeat
}

.what-customers-says h2 {
    font-size: 32px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 25px
}

.what-customers-says p {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif
}

.what-customers-says p i {
    color: #c39052
}

.what-customers-says .carousel .carousel-inner .item img.headshot {
    width: 60px;
    border-radius: 50%;
    border: solid 1px #babab4;
    float: left;
    margin-right: 15px;
    margin-bottom: 15%
}

.what-customers-says .carousel .carousel-inner .item {
    background: #fff;
    padding: 20px
}

.what-customers-says .carousel .carousel-inner .item h2 {
    font-size: 20px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    font-family: Lato, sans-serif;
    margin-bottom: 10px;
    margin-top: 0
}

.what-customers-says .carousel .carousel-inner .item p {
    font-size: 16px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    font-family: Lato, sans-serif
}

.what-customers-says .carousel .carousel-control.right {
    width: 30px;
    background: 0 0;
    left: 103%
}

.what-customers-says .carousel .carousel-control.left {
    width: 30px;
    background: 0 0;
    right: 103%;
    left: auto
}

.copyright-bottom {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    border-top: solid 1px #bbb;
    margin-top: 30px
}

.progress-bar {
    background-color: var(--DarkPink)
}

.searchboxpopup {
    padding: 5px;
    background: #f3f3f3;
    margin-bottom: 10px
}

.searchboxpopup h3 {
    font-weight: 700;
    font-size: 16px !important;
    margin: 5px 0 5px 7px
}

.searchboxpopup a {
    display: inline-block;
    padding: 5px 5px !important;
    box-shadow: 0 0 5px #c7c7c7;
    margin: 5px;
    min-width: 25px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: none;
    border: 1px solid var(--LightGray)
}

.searchboxpopup a.selected,
.searchboxpopup a:hover {
    background: var(--DarkPink);
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--LightPink)
}

.slider-handle {
    top: -3px !important;
    width: 12px !important;
    height: 25px !important;
    background-color: var(--LightestGray);
    background-image: -webkit-linear-gradient(top, var(--LightestGray) 0, var(--LightestGray) 100%) !important;
    background-image: -o-linear-gradient(top, var(--LightestGray) 0, var(--LightestGray) 100%) !important;
    background-image: linear-gradient(to bottom, var(--LightestGray) 0, var(--LightestGray) 100%) !important;
    background-repeat: repeat-x;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 1px solid var(--DarkGray) !important;
    border-radius: 0 !important
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, var(--DarkPink) 0, var(--DarkPink) 100%) !important;
    background-image: -o-linear-gradient(top, var(--DarkPink) 0, var(--DarkPink) 100%) !important;
    background-image: linear-gradient(to right, var(--LightestPink) 0, var(--DarkPink) 100%) !important;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.searchboxpopup .modal-content {
    border-radius: 0;
    border: 5px solid #00a2e3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.btnshape {
    position: relative
}

.shapebox {
    width: 100%;
    height: 30px;
    appearance: button;
    -webkit-appearance: button;
    position: relative;
    cursor: pointer
}

.iconround {
    position: absolute;
    top: 8px;
    left: 18px;
    width: 20px;
    height: 20px;
    background: url(../images/diamond-search.svg) no-repeat;
    background-position: -139px 0
}

.side-filter {
    background: #fff;
    padding: 10px
}

#sidebar-filter {
    background: #fff;
    float: left;
    width: 100%
}

.no-pad {
    padding-left: 0;
    padding-right: 0
}

.dmd-shape {
    margin-bottom: 25px
}

.padding-1p {
    padding-left: 1px;
    padding-right: 1px
}

.theme_main_wrapper {
    padding: 0;
    background: #eee
}

.theme_header {
    text-align: center;
    background: #171717;
    padding: 25px 0 25px 0
}

.theme_header img {
    width: 150px
}

.theme_header h3 {
    color: #fff;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif
}

.theme_navbar_wrapper {
    border: 0;
    padding: 10px 0 0 0;
    background: #000
}

.theme_main_menu_bar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    background: 0 0
}

.theme_menu_bar_header>button>span,
.theme_menu_bar_header>button>span:hover {
    background: #fff !important
}

.theme_menu_bar_toggle,
.theme_menu_bar_toggle:visited {
    margin-top: 10px;
    border: none !important;
    border-radius: 0 !important;
    background: #3e4548 !important;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important
}

.theme_menu_bar_toggle:active,
.theme_menu_bar_toggle:focus,
.theme_menu_bar_toggle:hover {
    background: #ced4df !important
}

.theme_menu_collapse {
    border-top: none !important
}

.theme_menu_bar_nav {
    float: none;
    display: inline-block
}

.theme_menu_bar_nav>li>a:link,
.theme_menu_bar_nav>li>a:visited {
    font-size: 13px;
    padding-top: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #fff !important;
    font-family: Lato, sans-serif;
    background: 0 0 !important;
    -webkit-transition: color .3s ease-out 0s;
    transition: color .3s ease-out 0s;
    -moz-transition: color .3s ease-out 0s;
    -ms-transition: color .3s ease-out 0s;
    -o-transition: color .3s ease-out 0s
}

.theme_menu_bar_nav>li>a:active,
.theme_menu_bar_nav>li>a:focus,
.theme_menu_bar_nav>li>a:hover {
    color: #feb600 !important;
    background: 0 0 !important
}

.sz-navbar-direction-icon {
    margin-left: 5px;
    font-size: 8px !important
}

.theme_navbar_wrapper.affix {
    top: 0;
    width: 100%;
    z-index: 10;
    position: fixed;
    border-bottom: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s
}

.theme_carousel_intro {
    color: #171717;
    background: #feb600;
    padding: 25px 50px 25px 50px
}

.theme_carousel_intro>hr {
    width: 10%;
    border: 1px solid #feb600
}

.theme_carousel_intro h1 {
    font-weight: 700;
    font-family: Lato, sans-serif
}

.theme_carousel_intro p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-family: Lato, sans-serif
}

.theme_carousel_intro a,
.theme_carousel_intro a:visited {
    width: 150px;
    height: 50px;
    display: block;
    color: #feb600;
    line-height: 50px;
    text-align: center;
    background: #171717;
    text-decoration: none;
    font-family: Lato, sans-serif;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s
}

.theme_carousel_intro a:active,
.theme_carousel_intro a:hover {
    background: rgba(23, 23, 23, .8)
}

.theme_features_wrapper {
    text-align: center;
    background: #171717;
    padding: 25px 0 25px 0
}

.theme_features_wrapper>hr {
    width: 10%;
    border: 1px solid #feb600
}

.theme_features_wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: Lato, sans-serif
}

.theme_features_list {
    padding: 0;
    color: #fff;
    list-style-type: none
}

.theme_features_list li {
    font-size: 20px;
    font-family: Lato, sans-serif
}

.theme_demos_wrapper {
    padding: 50px 100px 50px 100px
}

.theme_demos_wrapper h1 {
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.theme_demos_wrapper>hr {
    width: 5%;
    margin-bottom: 50px;
    border: 2px solid #feb600
}

.theme_demos_columns {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 25px
}

.theme_demos_columns h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.theme_demos_columns div {
    padding: 5px;
    border-radius: 5px;
    background: #171717;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.theme_demos_columns div img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.theme_footer_wrapper {
    padding: 25px;
    background: #171717
}

.theme_footer {
    margin: auto;
    width: 200px;
    text-align: center
}

.theme_footer ul {
    list-style-type: none;
    padding: 0
}

.theme_footer ul li {
    margin-top: 5px
}

.theme_footer ul li a {
    padding: 15px;
    color: #171717;
    display: block;
    background: #feb600;
    text-decoration: none;
    font-family: Lato, sans-serif;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s
}

.theme_footer ul li a:active,
.theme_footer ul li a:hover {
    color: #feb600;
    background: rgba(254, 182, 0, .7)
}

.theme_footer_wrapper h5 {
    color: #fff;
    margin-top: 25px;
    text-align: center
}

.theme_new {
    position: relative
}

.theme_new>span {
    top: 0;
    left: 0;
    color: #fff;
    background: red;
    font-weight: 800;
    position: absolute;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    border-radius: 5px 0 0 0;
    font-family: Lato, sans-serif;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0
}

.heading {
    padding: 10px 0 25px 0;
    text-align: center
}

.heading h2 {
    font-size: 26px !important;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Lato, sans-serif;
    padding: 10px 0 0 0;
    color: #0c396c
}

a.btn-1 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #1f4d80;
    border-radius: 3px;
    padding: 10px 35px;
    margin: 10px 0;
    height: 50px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 50px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

a.btn-1:focus,
a.btn-1:hover {
    color: var(--DarkBlue);
    background: var(--LightPink);
    border: 1px solid #f7bfcb;
    outline: 0 !important
}

a.btn-2 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px 50px;
    padding: 10px 35px;
    margin: 10px 0;
    height: 50px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 50px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 20px 50px;
    -moz-border-radius: 20px 50px;
    -ms-border-radius: 20px 50px;
    -o-border-radius: 20px 50px
}

a.btn-1:focus,
a.btn-2:hover {
    color: var(--DarkBlue);
    background: var(--LightPink);
    border-radius: 20px 50px;
    outline: 0 !important
}

a.btn-3 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid var(--DarkBlue);
    border-radius: 3px;
    padding: 0 35px;
    margin: 10px 0;
    height: 40px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 40px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

a.btn-3:focus,
a.btn-3:hover {
    color: #fff;
    background: var(--LightPink);
    border: 1px solid var(--DarkPink);
    outline: 0 !important
}

.dialog-Login {
    position: relative;
    padding: 15px
}

input.btn-1 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid var(--DarkBlue);
    border-radius: 3px;
    padding: 0 35px;
    margin: 10px 0;
    height: 40px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 40px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

input.btn-1:focus,
input.btn-1:hover {
    color: var(--LightestPink);
    background: var(--DarkBlue);
    border: 1px solid var(--DarkBlue);
    outline: 0 !important
}

.popular {
    padding: 20px 0;
    position: relative;
    background-color: #fff
}

.popular .itemBox {
    padding: 10px 0
}

.popular .itemBox .item {
    text-align: center;
    background-color: var(--LightestPink);
    padding: 10px 2px;
    transition: 1s;
    height: 330px
}

.popular .itemBox .item:hover {
    text-align: center;
    background-color: var(--DarkPink)
}

.popular .itemBox .item h3 {
    text-align: center;
    font-size: 22px;
    font-family: Lato, sans-serif;
    margin-bottom: 10px
}

.popular .itemBox .item .line {
    display: block;
    width: 30%;
    margin: 0 auto;
    border: 1px solid var(--DarkPink)
}

.popular .itemBox .item img {
    height: 260px;
    object-fit: contain;
    width: 260px
}

.popular .itemBox .item a {
    color: #333
}

.popular .itemBox .item a:hover {
    color: #a06867;
    text-decoration: none
}

.new_product {
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7
}

.new_product .itemnew {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 25px
}

.new_product .itemnew:hover {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.new_product .itemnew span.text {
    background: #f7b0be;
    height: 60px;
    width: 60px;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px
}

.new_product .itemnew .pro_img {
    width: 88%;
    margin: 0 auto;
    display: table;
    overflow: hidden
}

.new_product .itemnew img.prod_img {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.new_product .itemnew img.prod_img:hover {
    transform: scale(1.3);
    transition: 1s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.new_product .itemnew .shop_cart {
    text-align: center;
    line-height: 35px;
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3
}

.new_product .itemnew .shop_cart a.list {
    border-right: 1px solid #a3a3a3;
    padding: 10px;
    color: #333
}

.new_product .itemnew .shop_cart a.list:hover {
    background: #a07936;
    color: #fff
}

.new_product .itemnew .shop_cart a.eye {
    padding: 10px;
    color: #333
}

.new_product .itemnew .shop_cart a.eye:hover {
    background: #a07936;
    color: #fff
}

.new_product .itemnew .shop_cart a.heart {
    border-left: 1px solid #a3a3a3;
    padding: 10px;
    color: #333
}

.new_product .itemnew .shop_cart a.heart:hover {
    background: #a07936;
    color: #fff
}

.new_product .itemnew .curabit {
    padding-top: 17px
}

.new_product .itemnew .curabit .nameStar {
    float: left;
    text-align: left
}

.new_product .itemnew .curabit .nameStar a {
    color: #333
}

.new_product .itemnew .curabit span.rupes {
    float: right;
    position: relative
}

.new_product .itemnew .curabit span.doller {
    text-decoration: line-through
}

.Shop_now {
    background-image: url(../images/home_banner_image.jpg?v=3);
    background-size: cover;
    background-position: center;
    height: auto
}

.Shop_now .Shop {
    padding: 51px 51px 55px 51px
}

.Shop_now .Shop .text_img {
    margin: 0 auto;
    display: table
}

.Shop_now .Shop .contents_shop {
    text-align: center;
    color: #333
}

.Shop_now .Shop a.now_shops {
    background: var(--DarkBlue);
    padding: 9px 53px;
    color: #fff;
    border-radius: 20px 50px
}

.itemBox a.now_shops {
    background: var(--DarkBlue);
    padding: 9px 53px;
    color: #fff !important;
    border-radius: 20px 50px;
    margin: 15px 0;
    -webkit-border-radius: 20px 50px;
    -moz-border-radius: 20px 50px;
    -ms-border-radius: 20px 50px;
    -o-border-radius: 20px 50px
}

.Shop_now .Shop a.now_shops:hover {
    background: var(--LightPink);
    color: var(--DarkBlue);
    font-weight: 500
}

.latest_news {
    padding: 50px 0;
    position: relative;
    background-color: #fff
}

.latest_news .LATEST {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.latest_news .Month_Sec {
    border: 1px solid #a07936;
    border-radius: 32px;
    margin-top: 20px
}

.latest_news .Month_Sec h4.month {
    background: #a07936;
    text-align: center;
    padding: 10px;
    margin: 0;
    color: #fff;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0
}

.latest_news .Month_Sec h3.date {
    text-align: center;
    font-size: 42px !important
}

.latest_news .Sample {
    margin-top: 20px
}

.latest_news .Sample span.sample_blog {
    font-size: 21px;
    color: #a07936
}

.latest_news .Sample span.sample_blog:hover {
    text-decoration: none
}

.latest_news .Alkaid {
    margin-top: 7px;
    word-spacing: 2px;
    margin-bottom: 9px
}

.feature_product {
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7
}

.news_letter {
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7
}

.news_letter .news_Box {
    text-align: center
}

.news_letter .group_input {
    width: 570px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: 15px
}

.news_letter form input {
    width: 570px;
    height: 40px;
    display: inline-block;
    zoom: 1;
    color: rgba(0, 0, 0, .5)
}

.news_letter .unpadding-top {
    display: inline-block;
    zoom: 1;
    position: absolute;
    top: 0;
    right: 0
}

.news_letter .unpadding-top button {
    height: 34px;
    line-height: 40px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background-color: #a07936;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.recent_view {
    padding: 20px 0;
    position: relative;
    background-color: #f7f7f7
}

.footer_top {
    padding: 12px 0;
    position: relative;
    background-color: #f7f7f7;
    border-top: 1px solid #333
}

.footer_top .heading {
    padding: 10px 0;
    text-align: center;
    font-size: 28px
}

.footer_top img {
    width: auto;
    height: auto;
    padding: 0;
    text-align: center
}

.footer_top p {
    padding: 20px 0;
    text-align: center
}

.footer_top ul.listBox {
    list-style: none
}

.footer_top ul.listBox li {
    padding: 2px 0;
    text-align: left
}

.footer_top ul.listBox li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding-left: 5px;
    color: #333
}

.footer_top ul.listBox li a:hover {
    color: #a06866
}

.footer_top ul.listBox li i.listIcon {
    text-align: center;
    padding-right: 5px;
    font-size: 15px
}

.footer_top ul.listBox li i.social {
    text-align: center;
    margin-right: 10px;
    font-size: 30px
}

.footer_bottom {
    padding: 8px 0 !important;
    background: #333;
    font-family: Lato, sans-serif;
    font-size: 12px !important
}

.footer_bottom .leftSide {
    color: rgba(255, 255, 255, .8);
    font-weight: 400
}

.footer_bottom .rightSide {
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    text-align: right
}

.footer_bottom .rightSide a {
    font-weight: 400;
    color: #fff
}

.aboutCarat {
    padding: 20px 0;
    position: relative;
    background-color: #f7f7f7
}

.aboutCarat .aboutCaratItem {
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.aboutCarat .aboutCaratItem:hover {
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px)
}

.howItWork {
    padding: 20px 0;
    position: relative;
    background-color: #fff
}

.howItWork h3 {
    padding: 10px 0
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.nav__inner_box {
    background-color: transparent
}

.navbar.nav__inner_box ul {
    list-style: none
}

.navbar.nav__inner_box ul li {
    padding: 10px 15px;
    float: left
}

.navbar__new_box {
    background-color: transparent !important
}

.content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 220px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.my-cont {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 190px;
    margin-bottom: 10px;
    border-radius: 0;
    border-radius: 8px;
    padding: 0 0 10px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.bred-crum {
    margin: 5px 35px 10px 3px;
    border-bottom: 2px solid var(--DarkPink);
    padding-bottom: 5px;
    text-align: center
}

.top-header-seller {
    font-family: Lato, sans-serif;
    font-size: 12px !important;
    background: 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .36);
    position: absolute;
    width: 100%;
    padding: 5px 0 5px 0;
    top: 0;
    z-index: 333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 5.55em
}

.logo_seller {
    max-width: 100%
}

.productdescription {
    padding-left: 50px
}

.item-container {
    margin-top: 150px
}

.carousel-control,
.carousel-control.left,
.carousel-control.right {
    display: none !important
}

.top-header .phone-shopping .desktop-view {
    display: block
}

.top-header .phone-shopping .mobile-view {
    display: none
}

.modal-dialog {
    width: 900px !important
}

.modal-dialog iframe {
    min-height: 380px
}

.certi {
    position: absolute;
    top: 25%;
    transform: rotate(-90deg);
    left: -61px;
    z-index: 5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.navbar-toggle {
    display: none
}

.btn-primary {
    color: #fff;
    background-color: var(--DarkBlue) !important;
    border-color: var(--DarkBlue) !important
}

.vendorDetail {
    padding: 20px 0;
    position: relative
}

.vendorDetail .vendorIcon {
    text-align: center;
    padding: 5px
}

.vendorDetail .vendorIcon img {
    max-width: 50%
}

.vendorDetail .vendortext {
    padding: 10px 5px;
    line-height: 20px
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 140px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content a {
    color: #000;
    padding: 6px 8px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: var(--LightestGray)
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41
}

.banner-content {
    position: absolute;
    top: 57%;
    background: #f6eaebe8;
    padding: 10px;
    width: 72%
}

.footer_bg {
    background-image: url(../Content/images/TransparentDiamonds.jpg);
    background-size: cover
}

.footer_bg::before {
    background-color: rgba(255, 255, 255, .37);
    content: '';
    display: block;
    position: absolute;
    width: 100%
}

.footer-left li {
    list-style: none
}

img.footer-left-img {
    font-size: inherit;
    width: 20px;
    height: auto;
    margin-right: 22px;
    margin-bottom: 15px
}

ul.footer-left {
    width: 60%;
    font-size: 20px;
    line-height: 42px;
    position: relative;
    top: -51px;
    color: #646464;
    background: #ffffff8c;
    width: 45%
}

a.slider-section {
    background: #ebc4c9;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 6px;
    text-align: center;
    color: #605a5c;
    font-size: 23px;
    font-weight: 600;
    bottom: 85px;
    letter-spacing: 1px
}

a.slider-section:hover {
    text-decoration: none
}

.page-head.page-head-scrolled img.logo_new {
    width: 27%
}

.page-head.page-head-scrolled .navbar {
    margin-top: 30px
}

.carousel-caption {
    text-shadow: none !important
}

b.carat-fin1 {
    font-size: 53px;
    margin-top: 14px;
    display: inline-block;
    font-weight: 900;
    color: #0b3774;
    margin-bottom: 24px
}

span.our_val {
    font-weight: 600 !important;
    font-size: 27px;
    color: #0d3977
}

span.the-birth {
    color: #0b3774;
    font-size: 43px;
    margin-bottom: 23px;
    display: inline-block;
    margin-top: 16px
}

h2.valuess {
    text-align: left;
    margin-top: -3px
}

@media (min-width:992px) and (max-width:1200px) {
    .carousel-caption {
        bottom: 10px !important;
        font-size: 15px;
        display: block;
        bottom: 20% !important;
        padding-bottom: 0
    }

    p {
        margin: 0 37px 10px
    }

    .navbar ul {
        margin-top: -43px
    }

    .left-tab a {
        font-size: 13px !important
    }

    .banner-content {
        width: 100%;
        position: absolute;
        top: 607px
    }

    b.carat-fin1 {
        margin-bottom: 0;
        line-height: 54px;
        margin-top: -4px
    }

    .page-head.page-head-scrolled {
        height: 130px
    }

    p.occasion {
        padding: 20px
    }

    b,
    strong {
        font-weight: 700;
        padding: 20px 10px 20px 0
    }

    h1 {
        padding: 20px
    }

    .small,
    small {
        font-size: 85%;
        padding: 20px
    }

    .navbar ul li {
        padding: 10px 30px !important
    }

    .carousel-caption h2 {
        font-size: 42px !important
    }

    .carousel-caption p {
        font-size: 15px;
        margin: 10px auto 20px;
        padding: 10px
    }

    .navbar {
        top: 25px;
        padding-left: 0
    }

    .navbar-toggle {
        display: none
    }

    .navbar ul li {
        padding: 5px;
        float: left;
        margin-top: 20px
    }

    .basket-sec {
        padding: 5px 0
    }

    .basket-sec span {
        right: -8px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .page-head.page-head-scrolled img.logo_new {
        width: 63%;
        padding: 0
    }

    .page-head {
        margin-top: 20px
    }

    div#Divleftside {
        margin-top: 50px
    }

    .product-wrapp ul {
        height: 55px
    }

    .page-head.page-head-scrolled {
        height: 103px;
        margin-top: 0
    }

    div#changes_pas {
        display: none
    }

    .message {
        display: inline-flex
    }

    td.buys21 td {
        background: #fff;
        padding: 14px
    }

    div#serach2 {
        font-size: 22px
    }

    div#serach2 {
        font-size: 22px
    }

    input#cphContents_btnupdate {
        margin-top: 19px;
        margin-right: 15px
    }

    .left-tab {
        top: 50px;
        position: relative
    }

    t-left {
        margin-top: 15px
    }

    .top-header ul.topUl li {
        padding: 0 0;
        float: left
    }

    h2.valuess {
        text-align: center
    }

    ul.footer-left {
        line-height: 37px;
        position: relative;
        top: 3px;
        text-align: right;
        width: 85%
    }

    p.occasion {
        padding: 0 20px 0 20px
    }

    span.the-birth {
        margin-bottom: 0;
        margin-top: 16px;
        margin-left: 29px
    }

    .content-wrapper {
        margin-top: 115px
    }

    .banner-content {
        position: relative;
        width: 100%
    }

    .navbar-header {
        float: none
    }

    p {
        margin: 0 37px 10px
    }

    b,
    strong {
        font-weight: 700;
        padding: 20px
    }

    h1 {
        padding: 20px
    }

    ul.footer-left li img {
        position: relative;
        top: 34px;
        margin: 0 auto;
        display: table;
        left: -96px;
        font-size: 27px
    }

    .small,
    small {
        font-size: 85%;
        padding: 20px
    }

    .vendorDetailItem {
        height: 277px
    }

    .navbar-toggle {
        display: block
    }

    .ui-btn {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .navbar-nav>li {
        padding: 4px 0 4px;
        list-style-position: outside;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }

    .navbar-nav>li>a {
        font-size: 12px !important
    }

    .caret {
        float: right;
        margin-top: 10px
    }

    .date {
        text-align: center;
        background: #00a3e4;
        padding: 10px;
        margin-top: 0 !important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-fixed-top {
        position: relative
    }

    #DivbtnRegister {
        display: none;
        visibility: hidden
    }

    .homeshowlogo img {
        max-width: 75%
    }

    #table_section li .control_field {
        width: 100% !important
    }

    input[type=text],
    select,
    textarea {
        width: 100% !important
    }

    .formobileclass tr td:nth-child(1) input[type=text] {
        width: 75px !important
    }

    .formobileclass tr td:nth-child(2) input[type=text] {
        width: 85px !important
    }

    .formobileclass tr td:nth-child(3) input[type=text] {
        width: 100px !important
    }

    .searcho {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .slidermascot {
        display: none;
        visibility: hidden
    }

    .theme_navbar_wrapper.affix {
        position: static
    }

    header {
        top: 17px
    }

    header img {
        position: relative;
        z-index: 4
    }

    .navbar {
        top: 10px;
        right: 20px;
        padding-left: 0;
        position: fixed;
        z-index: 9999
    }

    .navbar-header {
        margin-top: 0
    }

    .basket-sec span {
        top: 0;
        right: 0;
        z-index: 5
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #efbdcc;
        background-color: #efbdcc
    }

    .navbar ul li {
        float: none;
        text-align: left
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333
    }

    .top-header {
        padding: 5px 0 0 0;
        background-color: #ffffff00 !important
    }

    .top-header .phone-shopping {
        font-size: 16px;
        text-align: left;
        color: #000;
        margin-bottom: 1px
    }

    .top-header .phone-shopping .desktop-view {
        display: none
    }

    .top-header .phone-shopping .mobile-view {
        display: block
    }

    .top-header-seller {
        line-height: 20px
    }

    .text-cent {
        text-align: center
    }

    .top-header-seller .phone-shopping {
        font-size: 11px;
        text-align: center
    }

    .top-header-seller .phone-shopping .desktop-view {
        display: none
    }

    .top-header-seller .phone-shopping .mobile-view {
        display: block
    }

    .top-header ul.topUl {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: right;
        font-size: 11px
    }

    .top-header ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px
    }

    .top-header-seller ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px
    }

    .top-header ul.topUl>li {
        color: #000;
        padding: 0 2px;
        font-size: 11px
    }

    .top-header ul.topUl>li:nth-child(1) {
        padding: 0 2px 0 0
    }

    .top-header ul.topUl>li:nth-child(4) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(5) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(6) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(7) {
        display: none
    }

    .top-header ul.topUl li a {
        color: #000;
        font-size: 14px
    }

    .top-header ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    .top-header-seller ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    .carousel-caption {
        font-size: 12px;
        display: block;
        bottom: 38%;
        padding-bottom: 0
    }

    .carousel-caption h2 {
        font-size: 32px !important
    }

    .carousel-caption p {
        font-size: 16px;
        line-height: 15px;
        margin: 5px auto 10px;
        padding: 5px;
        line-height: 24px
    }

    .carousel-control,
    .carousel-control.left,
    .carousel-control.right {
        display: none !important
    }

    .carousel-caption .btn_slider {
        background: #d69f85;
        padding: 8px 20px;
        min-width: 176px;
        color: #fff;
        margin: 20px auto;
        font-size: 20px;
        border: none !important;
        border-radius: 1px 10px;
        margin-top: 20px;
        text-shadow: none;
        text-decoration: none !important;
        text-transform: none !important;
        -webkit-border-radius: 1px 10px;
        -moz-border-radius: 1px 10px;
        -ms-border-radius: 1px 10px;
        -o-border-radius: 1px 10px
    }

    .modal-dialog {
        width: 95% !important
    }

    .popular .itemBox .item {
        margin: 10px 0
    }

    .my-cont {
        padding: 25px;
        margin-top: 100px
    }
}

@media screen and (min-width:300px) and (max-width:766px) {
    .listBox5 h4 {
        text-align: center
    }

    ul.footer-left {
        top: -5px;
        width: 84%
    }

    .message {
        width: 100%;
        display: inherit
    }

    img#cphContents_gvMessage_Image2_0 {
        width: 100% !important;
        height: auto !important
    }

    input#cphContents_btnupdate {
        display: inline-block;
        margin-top: 20px;
        text-align: left;
        display: inherit;
        margin-left: 17px
    }

    .product-wrapp ul {
        border: 1px solid
    }

    div#changes_pas {
        display: none
    }

    div#serach2 {
        text-align: left;
        font-size: 19px;
        margin-top: 10px
    }

    td.buys21 td {
        background: #fff;
        text-align: center;
        width: 100%
    }

    div#date-buyer {
        font-size: 15px
    }

    span.our_val {
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        display: table
    }

    ul.footer-left li {
        font-size: 16px;
        line-height: 16px;
        position: relative;
        top: -7px;
        color: #646464;
        background: #ffffff8c;
        width: 100%;
        text-align: right
    }

    ul.footer-left li img {
        position: relative;
        top: 20px;
        margin: 0 auto;
        display: table;
        left: -96px;
        font-size: 27px
    }

    .vendorDetailItem {
        height: 187px;
        margin-bottom: 50px
    }

    b.carat-fin1 {
        font-size: 32px;
        margin-top: 14px;
        display: inline-block;
        font-weight: 900;
        color: #003874;
        margin-bottom: 24px
    }

    .signin {
        padding-left: 15px
    }

    .search {
        padding-right: 0
    }

    .page-head.page-head-scrolled {
        padding: 24px 0 !important
    }

    .page-head.page-head-scrolled {
        background: #f1f1f1 !important
    }

    .banner-content {
        position: relative;
        width: 100%;
        bottom: 13px
    }

    img.logo_new {
        width: 100% !important;
        right: 42px
    }

    a.btn-1 {
        font-size: 13px;
        padding: 5px 15px;
        margin: 10px 0;
        height: 30px;
        line-height: 20px
    }

    a.slider-section {
        top: 25px !important;
        font-size: 18px
    }

    input.btn-1 {
        font-size: 13px;
        padding: 5px 15px;
        margin: 25px 0;
        height: 30px;
        line-height: 20px
    }

    a.btn-2 {
        font-size: 15px;
        font-family: Lato, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        border-radius: 20px 50px;
        padding: 10px 35px;
        margin: 10px 0;
        height: 50px;
        color: #fff;
        background-color: #1f4d80;
        line-height: 50px;
        letter-spacing: .05em;
        text-decoration: none;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        outline: 0;
        -webkit-border-radius: 20px 50px;
        -moz-border-radius: 20px 50px;
        -ms-border-radius: 20px 50px;
        -o-border-radius: 20px 50px
    }

    a.btn-1:focus,
    a.btn-2:hover {
        color: #333;
        background: #f7bfcb;
        border-radius: 20px 50px;
        outline: 0 !important;
        -webkit-border-radius: 20px 50px;
        -moz-border-radius: 20px 50px;
        -ms-border-radius: 20px 50px;
        -o-border-radius: 20px 50px
    }

    a.btn-3 {
        font-size: 15px;
        font-family: Lato, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid #1f4d80;
        border-radius: 3px;
        padding: 0 30px;
        margin: 10px 0;
        height: 30px;
        color: #fff;
        background-color: #1f4d80;
        line-height: 30px;
        letter-spacing: .05em;
        text-decoration: none;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        outline: 0
    }

    a.btn-3:focus,
    a.btn-3:hover {
        color: #333;
        background: #f7bfcb;
        border: 1px solid #b58176;
        outline: 0 !important
    }

    header {
        top: 17px
    }

    .basket-sec-mob {
        display: block;
        margin-top: 2px;
        float: right;
        position: fixed;
        padding: 4px 5px;
        border-radius: 5px;
        width: 40px;
        height: 36px;
        top: 26px;
        right: 65px;
        overflow: hidden;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px
    }

    .basket-sec-mob span {
        position: absolute;
        top: 0;
        right: 2px;
        background: #ff0017;
        color: #fff;
        padding: 3px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 14px;
        text-align: center;
        z-index: 4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }

    .basket-sec-mob a {
        color: #fff;
        font-size: 14px
    }

    .basket-sec a em {
        vertical-align: middle;
        font-size: 26px;
        margin-right: 8px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        padding-right: 5px;
        padding-left: 5px;
        border-color: #efbdcc;
        background-color: #efbdcc
    }

    .navbar ul {
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding-left: 0
    }

    .navbar ul li {
        float: none;
        text-align: left;
        font-size: 11px !important;
        line-height: 16px !important
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333;
        display: block
    }

    .ui-btn {
        display: block
    }

    .top-header {
        padding: 5px 0 0 0;
        background-color: #fff !important
    }

    .top-header .phone-shopping {
        font-size: 11px;
        text-align: left;
        color: #000
    }

    .top-header .phone-shopping .desktop-view {
        display: none
    }

    .top-header .phone-shopping .mobile-view {
        display: block
    }

    .top-header-seller {
        line-height: 20px
    }

    .text-cent {
        text-align: center
    }

    .top-header-seller .phone-shopping {
        font-size: 11px;
        text-align: center
    }

    .top-header-seller .phone-shopping .desktop-view {
        display: none
    }

    .top-header-seller .phone-shopping .mobile-view {
        display: block
    }

    .top-header ul.topUl {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: right;
        font-size: 11px
    }

    .top-header ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px;
        margin-left: 9px
    }

    .top-header-seller ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px;
        margin-left: 20px
    }

    .top-header ul.topUl>li {
        color: #000;
        padding: 0 2px;
        font-size: 9px
    }

    .top-header ul.topUl>li:nth-child(1) {
        padding: 0 2px 0 0
    }

    .top-header ul.topUl>li:nth-child(4) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(5) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(6) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(7) {
        display: none
    }

    .top-header ul.topUl li a {
        color: #000;
        font-size: 10px
    }

    .top-header ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    .top-header-seller ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    #navbar {
        background: rgba(2, 2, 2, .95);
        padding: 0 0;
        max-height: none
    }

    .navbar {
        top: 2px;
        right: 5px;
        padding-left: 0;
        position: fixed;
        z-index: 9999
    }

    .navbar-nav {
        float: none !important
    }

    .caret {
        float: right;
        margin-top: 10px
    }

    .navbar ul li {
        padding: 5px
    }

    .navbar-nav>li>a {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        font-size: 12px !important
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff
    }

    .date {
        text-align: center;
        padding: 5px;
        color: #fff !important
    }

    .navbar-toggle {
        margin-right: 5px;
        margin-bottom: 5px
    }

    .ui-page-theme-a .ui-btn {
        color: #fff;
        text-shadow: none !important;
        padding: 10px
    }

    button.ui-btn {
        width: auto !important;
        margin: 8px 0 3px
    }

    .navbar-fixed-top {
        position: relative
    }

    .carousel-caption {
        font-size: 11px;
        display: block;
        bottom: 8%;
        padding-bottom: 0
    }

    .carousel-caption h2 {
        font-size: 22px !important;
        padding: 2px 0
    }

    .carousel-caption p {
        font-size: 11px;
        line-height: 13px;
        margin: 5px auto 10px;
        padding: 5px
    }

    .carousel-caption .btn_slider {
        background: #f7bfcb;
        padding: 8px 10px;
        min-width: 100px;
        color: #333;
        margin: 20px auto;
        font-size: 14px;
        border: none !important;
        border-radius: 1px 5px;
        margin-top: 10px;
        text-shadow: none;
        text-decoration: none !important;
        text-transform: none !important;
        -webkit-border-radius: 1px 5px;
        -moz-border-radius: 1px 5px;
        -ms-border-radius: 1px 5px;
        -o-border-radius: 1px 5px
    }

    .carousel-control.left,
    .carousel-control.right {
        display: none
    }

    .carousel-indicators {
        z-index: 0
    }

    .gp_products_carousel_wrapper {
        padding: 0 !important
    }

    #DivbtnRegister {
        display: none;
        visibility: hidden
    }

    .searcho {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .slidermascot {
        display: none;
        visibility: hidden
    }

    .showinfo {
        background: 0 0
    }

    .showinfo ul {
        padding-left: 20px
    }

    footer p {
        display: none
    }

    .copyright-sec,
    .whitebgcont {
        text-align: center
    }

    .navbar-default .navbar-collapse {
        max-height: inherit;
        position: absolute;
        width: 100%;
        z-index: 999
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: #e0e0e0
    }

    .popular .itemBox .item {
        margin: 10px 0
    }

    .footer_top ul.listBox {
        padding: 0
    }

    .footer_top ul.listBox h4 {
        text-align: center
    }

    .footer_top ul.listBox li {
        padding: 2px 10%
    }

    .footer_bottom .leftSide {
        text-align: center
    }

    .footer_bottom .rightSide {
        text-align: center
    }

    .content-wrapper {
        margin-top: 100px;
        text-align: center;
        padding: 0 10px;
        margin-left: 0;
        margin-right: 0
    }

    .my-cont {
        margin-top: 100px;
        margin-left: 20px
    }

    .item-container {
        margin-top: 60px
    }

    #sidebar-filter {
        background: #fff;
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto
    }

    .contentmain {
        margin-top: 65px !important
    }

    .productdescription {
        padding-left: 0 !important;
        margin-top: 186px
    }

    .small-img {
        width: 260px !important
    }

    .small-img .icon-left {
        left: -21px
    }

    .small-img .icon-right {
        right: 0
    }

    .certi {
        left: -54px
    }

    .modal-dialog {
        width: 95% !important
    }

    .modal-dialog iframe {
        min-height: 500px
    }

    .btn {
        margin-bottom: 5px
    }

    .dropdown {
        position: relative;
        display: inline-block
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 100px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        z-index: 1
    }

    .dropdown-content a {
        color: #000;
        padding: 6px 8px;
        text-decoration: none;
        display: block;
        line-height: 12px !important
    }

    .dropdown-content a:hover {
        background-color: #ddd
    }

    .dropdown:hover .dropdown-content {
        display: block
    }

    .dropdown:hover .dropbtn {
        background-color: #3e8e41
    }
}

@media screen and (min-width:300px) and (max-width:500px) {
    .carat-fin1 {
        font-size: 32px;
        margin-top: 14px;
        display: inline-block;
        font-weight: 900;
        color: #003874;
        margin-bottom: 24px
    }

    .banner-content {
        position: relative;
        width: 100%;
        bottom: 13px
    }

    .carousel-caption {
        font-size: 10px;
        display: block;
        bottom: 18%;
        left: 10%;
        right: 10%;
        padding-bottom: 0
    }

    .carousel-caption h2 {
        font-size: 13px !important;
        padding: 2px 0
    }

    .carousel-caption p {
        font-size: 10px;
        line-height: 10px;
        margin: 5px auto;
        padding: 5px
    }

    .carousel-caption .btn_slider {
        padding: 6px;
        margin: 20px auto;
        font-size: 11px
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333;
        position: relative;
        float: right;
        padding: 6px 5px;
        margin-top: -4px;
        margin-right: 5px;
        margin-bottom: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px
    }

    .ui-btn {
        display: block
    }

    .basket-sec-mob img {
        max-width: 70%;
        top: 3px;
        right: 5px
    }
}

b.carat-fin {
    color: #333;
    background-color: transparent;
    border: 1px solid #efc6c7b0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.form-control:focus {
    border-color: #efc6c7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #efc6c7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #efc6c7
}

.clr-pink-light {
    background-color: #efc6c7 !important
}

.clr-pink-dark {
    background-color: #9c6165 !important
}

.clr-gray-dark {
    background-color: #284467 !important
}

.clr-pink-dark:hover .clr-gray-dark:hover,
.clr-pink-light:hover {
    opacity: "0.7"
}

.container-fluid {
    margin: 0;
    padding: 0
}

.page-head {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.page-head.page-head-scrolled .navbar-padTop {
    margin-top: 10px
}

.padding {
    padding: 0
}

.finddimond {
    font-size: 26px;
    text-transform: uppercase;
    background: #ef5e24;
    padding: 10px 50px
}

header {
    margin: 0;
    width: 100%;
    float: none;
    position: absolute;
    top: 50px;
    left: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.logo {
    padding: 15px 0 0 0
}

.bannertop {
    padding: 15px 0 0 0
}

.topright {
    padding: 15px 0 0 0
}

.socialmedia {
    padding: 0
}

.socialmedia li {
    float: left;
    list-style-type: none;
    margin: 0 3px
}

.socialmedia li.search {
    background: #333;
    padding: 5px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.socialmedia li.search a {
    color: #fff
}

.navbar-default {
    background: 0 0
}

.visitingbtn {
    background: url(../images/orabgebtn.png);
    padding: 10px 10px 10px 30px;
    position: relative;
    z-index: 9999111119999999999;
    bottom: 1px;
    width: 50%;
    color: #fff;
    left: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 36px;
    float: left;
    background: #e99c2f
}

.visitingbtn:hover {
    background: #e99c2f
}

.visitingbtn span {
    font-size: 17px;
    font-family: Lato, sans-serif;
    margin: 12px 0 0 0;
    display: inline-block;
    font-weight: 400
}

.visitingbtn a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 24px;
    display: block
}

.visitingbtn a {
    text-decoration: none
}

.btnarrow {
    position: absolute;
    right: 24px !important;
    font-size: 70px !important;
    top: 9px;
    font-weight: 400 !important
}

.visitingbtn1 {
    background: url(../images/btntrans.png);
    right: 0;
    padding: 10px 10px 10px 30px;
    position: relative;
    z-index: 9999111119999999999;
    bottom: 1px;
    width: 50%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 36px;
    float: right;
    background: #83c34c
}

.visitingbtn1:hover {
    background: #83c34c;
    text-decoration: none
}

.visitingbtn1 span {
    font-size: 17px;
    font-family: Lato, sans-serif;
    margin: 12px 0 0 0;
    display: inline-block;
    font-weight: 400
}

.visitingbtn1 a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 24px;
    display: block
}

.visitingbtn1 a {
    text-decoration: none
}

.navbar-fixed-top {
    background: url(../images/navbg.png);
    height: 100px
}

.socialmedia li.twt {
    background: #00bdf6;
    padding: 5px 7px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.socialmedia li.twt a {
    color: #fff
}

.socialmedia li.linkedin {
    background: #0076ca;
    padding: 4px 7px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 500%;
    -webkit-border-radius: 500%;
    -moz-border-radius: 500%;
    -ms-border-radius: 500%;
    -o-border-radius: 500%
}

.socialmedia li.linkedin a {
    color: #fff
}

.socialmedia li.youtube {
    background: red;
    padding: 4px 7px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.socialmedia li.youtube a {
    color: #fff
}

.register {
    background: #c2177d;
    padding: 20px 10px 10px;
    display: inline-block;
    border-radius: 0 0 10px 10px
}

.register li {
    float: left;
    list-style-type: none;
    margin: 0 3px
}

.register li a {
    color: #fff;
    font-size: 16px;
    border-right: #d45da4 solid 1px;
    padding: 0 10px 0
}

.date {
    color: #000;
    font-size: 20px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    margin: 0
}

.date span {
    color: #00a2e3;
    font-size: 20px;
    font-family: Lato, sans-serif
}

.gallery_bg {
    margin-bottom: 30px
}

.gallery_bg .galleryimg {
    width: 24.6%;
    padding: 0;
    margin: 1px !important
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: -55px;
    z-index: 100;
    border-top: 0
}

.navbar-nav>li>a {
    font-size: 14px;
    padding: 12px 10px
}

.navbar-nav {
    float: left;
    margin: 0;
    display: table;
    position: relative;
    width: 100%
}

.caret {
    display: none !important
}

.carousel-caption {
    bottom: 28%;
    left: 12%;
    right: 12%
}

.carousel-caption h2 {
    color: #606060 !important;
    font-size: 37px !important;
    text-transform: none;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: 3px
}

.carousel-caption span {
    color: #333 !important;
    font-size: 28px !important
}

.carousel-caption p {
    font-size: 22px;
    font-weight: 550;
    text-align: center;
    width: 100%;
    color: #5e5e60;
    margin: 10px auto 20px;
    border-bottom: 0 solid #fff;
    border-top: 0 solid #000;
    padding: 10px;
    border-radius: 13px;
    text-transform: none;
    text-shadow: none;
    clear: both;
    line-height: 35px;
    letter-spacing: 1px
}

.carousel-caption a {
    color: #333;
    padding: 0 50px;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none !important;
    text-transform: none !important
}

.carousel-caption .btn_slider {
    background: var(--DarkPink);
    padding: 8px 50px;
    min-width: 376px;
    color: #333;
    margin: 20px auto;
    font-size: 25px;
    border: none !important;
    border-radius: 1px 30px;
    margin-top: 27px;
    text-shadow: none;
    text-decoration: none !important;
    text-transform: none !important
}

.carousel-caption .btn_slider:hover {
    background: var(--LightPink)
}

.carousel-indicators {
    bottom: 15px !important
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #333 !important
}

.glyphicon-chevron-right {
    margin-top: -80px !important;
    margin-right: -60px !important
}

.glyphicon-chevron-left {
    margin-top: -80px !important;
    margin-left: -60px !important
}

.glyphicon-chevron-right:before {
    font-size: 0
}

.glyphicon-chevron-left:before {
    font-size: 0
}

.gp_products_carousel_wrapper {
    background-color: transparent !important
}

.gp_products_carousel_control_icons {
    font-size: 20px !important;
    line-height: 65px !important
}

.dropdown-menu {
    background-color: #eee
}

.dropdown-menu>li>a {
    padding: 8px 20px;
    color: #fff;
    background: url(../images/menu_arrow.png) no-repeat 5px 50%
}

.contentmain {
    margin: 0
}

.contentmain ul {
    margin: 20px 0 0 0;
    padding: 0;
    padding-left: 25px
}

.showinfomain {
    background-image: linear-gradient(to right, #31a2e3, #e7f6fe, #e7f6fe)
}

.showinfo {
    padding: 15px 0 30px;
    color: #000;
    background: url(../images/showfact3.jpg) 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: contain
}

.showinfo h1 {
    color: #31a2e3;
    font-weight: 700;
    text-align: center;
    font-size: 36px !important;
    font-family: Lato, sans-serif
}

.showinfo ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.showinfo ul li {
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 2.1;
    color: #333;
    background: url(../images/bullet.png) left 10px no-repeat;
    padding-left: 20px
}

.visitor-sec {
    background: #00a2e3;
    padding: 20px 0 50px;
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 1.7;
    color: #fff
}

.visitor-sec h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 36px !important;
    font-family: Lato, sans-serif
}

.visitor-sec ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.visitor-sec ul li {
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 2.1;
    color: #fff;
    background: url(../images/bullet-white.png) left 10px no-repeat;
    padding-left: 20px
}

.triangle-top {
    display: block;
    border-style: solid;
    border-width: 0 0 40px 98vw;
    border-color: transparent transparent #00a2e3 transparent;
    width: 100%;
    margin-top: 30px
}

.showinfobox {
    display: inline-block
}

.sponsorpartner {
    padding: 20px 0 20px 0;
    background: #f5f5f5
}

.side-links {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    top: 7%;
    width: auto;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -moz-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important
}

.side-links .s-media-side {
    min-height: 50px;
    background: #88bd2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.side-links .book-now-btn {
    min-height: 50px;
    background: #88bd2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.side-links .book-now-btn a {
    color: #fff;
    text-decoration: none !important;
    font-family: Lato, sans-serif;
    font-size: 1.4rem
}

.side-links .book-now-btn.btnblue {
    background: #00a2e3
}

.side-links .book-now-btn.btngreen {
    background: #88bd2f
}

.side-links .book-now-btn.btnblue:hover {
    background: #0c62aa;
    color: #fff
}

.side-links .book-now-btn.btngreen:hover {
    background: #384d19;
    color: #fff
}

.side-links .book-now-btn a:hover {
    color: #111
}

.side-links .book-now-btn.btnblue a:hover,
.side-links .book-now-btn.btngreen a:hover {
    color: #fff
}

.side-links .s-media-side ul {
    margin: 0;
    padding: 0
}

.side-links .s-media-side li {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    overflow: hidden;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.side-links .s-media-side li a {
    position: relative;
    display: block;
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.side-links .s-media-side li a:before {
    color: #fff;
    font-size: 2rem;
    content: "";
    text-indent: 0;
    font-family: Lato, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.side-links .s-media-side li a[href*=linkedin]:before {
    content: "";
    -webkit-transition: .25s;
    transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=instagram]:before {
    content: "\f16d";
    -webkit-transition: .25s;
    transition: .25s;
    color: #fff;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=twitter]:before {
    content: "";
    -webkit-transition: .25s;
    transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=facebook]:before {
    content: "";
    -webkit-transition: .25s;
    transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=linkedin]:hover:before {
    color: #007bb6
}

.side-links .s-media-side li a[href*=instagram]:hover:before {
    color: #517fa4
}

.side-links .s-media-side li a[href*=twitter]:hover:before {
    color: #00aced
}

.side-links .s-media-side li a[href*=facebook]:hover:before {
    color: #3b5998
}

.fixed-smedia a.search-btn {
    cursor: pointer
}

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
        -moz-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        -o-transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
        -moz-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        -o-transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
        -moz-transform: skew(4deg);
        -ms-transform: skew(4deg);
        -o-transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
        -moz-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
        -o-transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0)
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
        -moz-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        -o-transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
        -moz-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        -o-transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
        -moz-transform: skew(4deg);
        -ms-transform: skew(4deg);
        -o-transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
        -moz-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
        -o-transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0)
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0)
}

.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.navbar-brand {
    font-size: 24px;
    padding: 0
}

.navbar-container {
    padding: 0
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8)
}

.navbar-brand.fixed-theme {
    font-size: 18px
}

.navbar-container.fixed-theme {
    padding: 0
}

.navbar-brand,
.navbar-brand.fixed-theme,
.navbar-container,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s
}

.sidebar_btnimgwthrtxt {
    margin: 0 0 20px
}

.btnrbox {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    text-align: left;
    -ms-transition: all .5s ease-in-out
}

.btnrbox a.blue {
    background: #00a3e4;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.blue span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.btnrbox a.green {
    background: #84c44c;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.green span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #fff
}

.btnrbox a.grey {
    background: #e99c2f;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.grey span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.btnrbox a.sky {
    background: #7cd6e9;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.sky span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #fff
}

.ftbottom {
    font-size: 13px;
    padding: 40px 0 15px 0;
    border-top: 1px solid #c5e0d5
}

.contact_img {
    float: left;
    width: 23%
}

.member_details {
    float: right;
    width: 74%
}

.member_details h2 {
    font-size: 16px !important;
    color: #84c44c;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;
    margin: 0;
    text-transform: uppercase
}

.greybg {
    background: #d5d5d8;
    padding: 5px 5px
}

.search-top {
    width: 200px;
    float: right;
    position: relative
}

.search-top input[type=text] {
    border: solid 1px #bbb;
    height: 30px
}

.search-top input[type=image] {
    position: absolute;
    top: 7px;
    right: 5px
}

.top-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right
}

.top-icons li {
    float: left;
    border-left: solid 1px #999
}

.top-icons li:first-of-type {
    border-left: none
}

.top-icons li a {
    padding: 0 10px
}

.top-icons li a img {
    width: 25px
}

.top-icons li a img.topbar-contact {
    padding-right: 6px
}

.top-icons li a span {
    font-size: 12px;
    color: #333
}

.navbar-padTop {
    margin-top: 20px
}

.navbar {
    margin-bottom: 0;
    clear: both;
    background-color: transparent !important;
    border-radius: 4px 4px 0 0;
    border: none;
    padding: 0;
    padding-left: 0;
    margin-top: 32px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0
}

.cartbox3 {
    position: absolute;
    right: 0
}

.navbar ul li {
    padding: 10px 30px;
    float: left;
    outline: 0
}

.navbar ul li a,
.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    color: #595555;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    outline: 0;
    letter-spacing: .5px
}

.navbar ul li a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #101010;
    text-decoration: none
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent !important
}

.countdownleft {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 700;
    background: #88bd2f;
    padding: 10px 14px;
    color: #fff
}

.countdownleft td {
    padding: 6px
}

.countdownleft td .numbers {
    border: solid 2px #31a2e3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 49px;
    background: #fff;
    color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.navbar-nav>li>.dropdown-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin: 0;
    left: 0;
    border-top: none;
    padding-bottom: 20px;
    background: #ededed;
    padding: 32px 82px 48px 83px;
    column-count: 3
}

.dropdown-menu {
    background: #ededed
}

.dropdown-menu>li>a {
    color: #333;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
    background: 0 0 !important;
    display: inline-block;
    font-family: Lato, sans-serif
}

.dropdown-menu>li>a:hover {
    color: #333
}

#navigation ul li ul li,
#navigation ul li ul li:hover {
    display: inline-block;
    width: 100%;
    height: auto;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 0;
    margin-bottom: 10px;
    font-family: Lato, sans-serif
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu ul {
    display: block !important;
    position: static !important;
    border: none !important;
    box-shadow: none;
    background: 0 0 !important;
    column-count: 1 !important;
    padding: 0 !important;
    width: 100%
}

.dropdown-submenu ul li {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    height: auto !important
}

.dropdown-submenu ul li a {
    padding: 5px 0 0 7px;
    font-weight: 400 !important;
    position: relative;
    font-family: Lato, sans-serif;
    white-space: inherit
}

.dropdown-submenu ul li a:before {
    content: "\203A";
    font-family: Lato, sans-serif;
    font-size: 14px;
    position: absolute;
    top: 4px;
    left: 0
}

.dropdown-submenu ul li a:hover {
    color: #00a2e3 !important
}

div#homebtn {
    background: #00a2e3;
    border-radius: 4px;
    padding: 20px 0;
    margin-top: 15px
}

div#homebtn p {
    margin-bottom: 1em;
    color: #fff;
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 700
}

div#homebtn a {
    width: 13.45em;
    font-size: 16px;
    background: #0c62aa;
    padding: .61em .8em .61em 1.15em;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 3px 5px;
    line-height: 23px;
    min-height: 28px;
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    color: #fff;
    font-family: Lato, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.exhibitors-btns a.btn:hover,
div#homebtn a:hover {
    background: #0b4c83 !important
}

.exhibitors-btns a.btn:before,
div#homebtn a:before {
    content: "\203A";
    position: absolute;
    top: .55em;
    left: .64em
}

ul.homepage-mid-logo {
    display: table;
    padding-left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0 10%
}

ul.homepage-mid-logo li {
    display: table-cell;
    vertical-align: top;
    width: 33.33%
}

ul.homepage-mid-logo strong {
    font-size: 14px;
    display: block
}

#HomePartnersection h2 {
    font-size: 32px !important;
    font-family: Lato, sans-serif;
    color: #333;
    font-weight: 700
}

footer {
    background: #00a2e3;
    padding: 50px 0;
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    font-family: Lato, sans-serif
}

footer strong {
    font-size: 16px
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer a {
    color: #fff;
    font-family: Lato, sans-serif
}

footer a:hover {
    color: #fff !important;
    text-decoration: none
}

.s-media li {
    float: left;
    margin-right: 5px
}

footer h3 {
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: .2em
}

.whitebgcont {
    background: #fff;
    padding: 15px;
    font-size: 13px
}

.copyright-sec {
    font-family: Lato, sans-serif
}

.copyright-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.copyright-sec ul li {
    display: inline-block
}

.copyright-sec ul li a {
    color: #848484;
    font-size: 12px;
    text-decoration: none
}

.copyright-sec ul li a:hover {
    color: #000
}

.copyright-sec p {
    color: #848484;
    font-size: .9em;
    line-height: 1.5em
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00a2e3 !important;
    display: none !important
}

.wpf-demo-3 {
    display: block;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: #148bbb solid 2px
}

.wpf-demo-3 img {
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.wpf-demo-3:hover img {
    -moz-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%)
}

.view-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.wpf-demo-3 .view-caption {
    background-color: #148bbb;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 10px;
    height: 24%
}

.wpf-demo-3 .view-caption h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    border: none
}

#FieldRow7 .control_field_full {
    background: #acb4b7 !important;
    padding: 5px 10px !important
}

.news-sec {
    border: solid 2px #31a3e4;
    text-align: center;
    padding: 100px 0;
    background: #eee;
    font-size: 20px
}

.col-md-3.col-sm-3.col-xs-12.galleryimg {
    margin-bottom: 20px
}

.basket-sec {
    float: right;
    position: relative;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.basket-sec-mob {
    display: none
}

.basket-sec span {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff0017;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.basket-sec a {
    color: #fff;
    font-size: 14px
}

.basket-sec a em {
    vertical-align: middle;
    font-size: 26px;
    margin-right: 8px
}

.search-banner {
    background: url(../images/banner-1.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    float: left;
    padding: 12% 0
}

.search-banner h1 {
    font-size: 56px !important;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 25px
}

.search-banner .search-sec {
    width: 60%;
    float: none;
    margin: 0 auto
}

.search-banner .search-sec input[type=text] {
    width: 70%;
    float: left;
    border: none;
    padding: 15px;
    font-family: Lato, sans-serif;
    height: 50px
}

.search-banner .search-sec input[type=submit] {
    width: 30%;
    border: none;
    padding: 0;
    background: #fd1f1f;
    text-align: center;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px
}

.navigation-top {
    width: 100%;
    float: left;
    box-shadow: 0 0 5px #bbb
}

.navigation-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table
}

.navigation-top ul li {
    display: table-cell
}

.navigation-top ul li a {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    font-family: Lato, sans-serif;
    text-align: center;
    display: block
}

footer {
    background: #062939;
    width: 100%;
    float: left;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #7e9aa7
}

footer .section {
    padding: 25px 0;
    border-bottom: 1px solid #294c5e
}

footer .section h3 {
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: .2em
}

footer .section .newsletter-sec input[type=text] {
    width: 70%;
    float: left;
    border: none;
    padding: 15px;
    font-family: Lato, sans-serif
}

footer .section .newsletter-sec input[type=submit] {
    width: 30%;
    border: none;
    padding: 15px;
    background: #fd1f1f;
    text-align: center;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.smedia-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

.smedia-sec ul li {
    float: left;
    color: #fff;
    margin: 10px 0 10px 20px
}

.smedia-sec ul li a {
    color: #7e9aa7;
    font-size: 20px
}

.list-unstyled a {
    color: #7e9aa7
}

.list-unstyled li.hotline {
    font-size: 20px;
    font-weight: 700
}

.top-header {
    font-family: Lato, sans-serif;
    font-size: 12px !important;
    background: 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .36);
    position: absolute;
    width: 100%;
    padding: 14px 0 0 0;
    top: 0;
    z-index: 333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.55em
}

.top-header .phone-shopping {
    color: #333
}

.top-header ul.topUl {
    list-style: none;
    float: right
}

.top-header ul.topUlLeft {
    list-style: none;
    float: left;
    display: flex
}

.top-header-seller ul.topUlLeft {
    list-style: none;
    float: left;
    display: flex
}

.top-header ul.topUl li {
    padding: 0 10px;
    float: left
}

.top-header ul.topUl li a {
    color: #021a38;
    text-decoration: none;
    outline: 0;
    font-style: normal
}

.top-header ul.topUlLeft li a {
    color: #021a38;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    margin-right: 22px;
    font-size: 17px
}

.top-header-seller ul.topUlLeft li a {
    color: #021a38;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    margin-right: 13px
}

.top-header ul.topUl li a:hover {
    color: var(--DarkPink) !important
}

.top-header ul.topUl li a.social {
    font-size: 14px
}

.top-header ul.topUl li a.social:hover {
    color: var(--DarkPink) !important
}

.carat-finder {
    background: url(../images/banner-2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 50px 0
}

.carat-finder h2 {
    font-size: 42px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 25px
}

.carat-finder p {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif
}

.carat-finder a.learn-more {
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    padding: 15px 50px;
    border: solid 1px #fff;
    text-transform: uppercase;
    display: inline-block
}

.details-section {
    width: 100%;
    float: left;
    padding: 50px 0 0
}

.details-section h2 {
    font-size: 24px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    font-family: Lato, sans-serif;
    margin-bottom: 15px
}

.details-section p {
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    font-family: Lato, sans-serif
}

.details-section .col-md-3 {
    width: 23%;
    box-shadow: 0 0 3px #bbb;
    margin: 1%;
    padding: 20px 10px
}

.how-it-works {
    width: 100%;
    float: left;
    padding: 50px 0
}

.how-it-works h2 {
    font-size: 42px;
    color: #333;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 50px
}

.how-it-works img.icon-img {
    float: left;
    margin-right: 15px
}

.how-it-works span {
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    font-family: Lato, sans-serif;
    padding-top: 10px
}

.how-it-works img.arrow-top {
    position: absolute;
    bottom: 120%;
    left: 80%
}

.how-it-works img.arrow-bottom {
    position: absolute;
    top: 120%;
    left: 80%
}

.what-customers-says {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: url(../images/Excellent.jpg) center center no-repeat
}

.what-customers-says h2 {
    font-size: 32px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 25px
}

.what-customers-says p {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif
}

.what-customers-says p i {
    color: #c39052
}

.what-customers-says .carousel .carousel-inner .item img.headshot {
    width: 60px;
    border-radius: 50%;
    border: solid 1px #babab4;
    float: left;
    margin-right: 15px;
    margin-bottom: 15%
}

.what-customers-says .carousel .carousel-inner .item {
    background: #fff;
    padding: 20px
}

.what-customers-says .carousel .carousel-inner .item h2 {
    font-size: 20px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    font-family: Lato, sans-serif;
    margin-bottom: 10px;
    margin-top: 0
}

.what-customers-says .carousel .carousel-inner .item p {
    font-size: 16px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    font-family: Lato, sans-serif
}

.what-customers-says .carousel .carousel-control.right {
    width: 30px;
    background: 0 0;
    left: 103%
}

.what-customers-says .carousel .carousel-control.left {
    width: 30px;
    background: 0 0;
    right: 103%;
    left: auto
}

.copyright-bottom {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    border-top: solid 1px #bbb;
    margin-top: 30px
}

.progress-bar {
    background-color: var(--DarkPink)
}

.searchboxpopup {
    padding: 5px;
    background: #f3f3f3;
    margin-bottom: 10px
}

.searchboxpopup h3 {
    font-weight: 700;
    font-size: 16px !important;
    margin: 5px 0 5px 7px
}

.searchboxpopup a {
    display: inline-block;
    padding: 5px 5px !important;
    box-shadow: 0 0 5px #c7c7c7;
    margin: 5px;
    min-width: 25px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: none;
    border: 1px solid var(--LightGray)
}

.searchboxpopup a.selected,
.searchboxpopup a:hover {
    background: var(--DarkPink);
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--LightPink)
}

.slider-handle {
    top: -3px !important;
    width: 12px !important;
    height: 25px !important;
    background-color: var(--LightestGray);
    background-image: -webkit-linear-gradient(top, var(--LightestGray) 0, var(--LightestGray) 100%) !important;
    background-image: -o-linear-gradient(top, var(--LightestGray) 0, var(--LightestGray) 100%) !important;
    background-image: linear-gradient(to bottom, var(--LightestGray) 0, var(--LightestGray) 100%) !important;
    background-repeat: repeat-x;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 1px solid var(--DarkGray) !important;
    border-radius: 0 !important
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, var(--DarkPink) 0, var(--DarkPink) 100%) !important;
    background-image: -o-linear-gradient(top, var(--DarkPink) 0, var(--DarkPink) 100%) !important;
    background-image: linear-gradient(to right, var(--LightestPink) 0, var(--DarkPink) 100%) !important;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.searchboxpopup .modal-content {
    border-radius: 0;
    border: 5px solid #00a2e3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.btnshape {
    position: relative
}

.shapebox {
    width: 100%;
    height: 30px;
    appearance: button;
    -webkit-appearance: button;
    position: relative;
    cursor: pointer
}

.iconround {
    position: absolute;
    top: 8px;
    left: 18px;
    width: 20px;
    height: 20px;
    background: url(../images/diamond-search.svg) no-repeat;
    background-position: -139px 0
}

.side-filter {
    background: #fff;
    padding: 10px
}

#sidebar-filter {
    background: #fff;
    float: left;
    width: 100%
}

.no-pad {
    padding-left: 0;
    padding-right: 0
}

.dmd-shape {
    margin-bottom: 25px
}

.padding-1p {
    padding-left: 1px;
    padding-right: 1px
}

.theme_main_wrapper {
    padding: 0;
    background: #eee
}

.theme_header {
    text-align: center;
    background: #171717;
    padding: 25px 0 25px 0
}

.theme_header img {
    width: 150px
}

.theme_header h3 {
    color: #fff;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif
}

.theme_navbar_wrapper {
    border: 0;
    padding: 10px 0 0 0;
    background: #000
}

.theme_main_menu_bar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    background: 0 0
}

.theme_menu_bar_header>button>span,
.theme_menu_bar_header>button>span:hover {
    background: #fff !important
}

.theme_menu_bar_toggle,
.theme_menu_bar_toggle:visited {
    margin-top: 10px;
    border: none !important;
    border-radius: 0 !important;
    background: #3e4548 !important;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important
}

.theme_menu_bar_toggle:active,
.theme_menu_bar_toggle:focus,
.theme_menu_bar_toggle:hover {
    background: #ced4df !important
}

.theme_menu_collapse {
    border-top: none !important
}

.theme_menu_bar_nav {
    float: none;
    display: inline-block
}

.theme_menu_bar_nav>li>a:link,
.theme_menu_bar_nav>li>a:visited {
    font-size: 13px;
    padding-top: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #fff !important;
    font-family: Lato, sans-serif;
    background: 0 0 !important;
    -webkit-transition: color .3s ease-out 0s;
    transition: color .3s ease-out 0s;
    -moz-transition: color .3s ease-out 0s;
    -ms-transition: color .3s ease-out 0s;
    -o-transition: color .3s ease-out 0s
}

.theme_menu_bar_nav>li>a:active,
.theme_menu_bar_nav>li>a:focus,
.theme_menu_bar_nav>li>a:hover {
    color: #feb600 !important;
    background: 0 0 !important
}

.sz-navbar-direction-icon {
    margin-left: 5px;
    font-size: 8px !important
}

.theme_navbar_wrapper.affix {
    top: 0;
    width: 100%;
    z-index: 10;
    position: fixed;
    border-bottom: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s
}

.theme_carousel_intro {
    color: #171717;
    background: #feb600;
    padding: 25px 50px 25px 50px
}

.theme_carousel_intro>hr {
    width: 10%;
    border: 1px solid #feb600
}

.theme_carousel_intro h1 {
    font-weight: 700;
    font-family: Lato, sans-serif
}

.theme_carousel_intro p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-family: Lato, sans-serif
}

.theme_carousel_intro a,
.theme_carousel_intro a:visited {
    width: 150px;
    height: 50px;
    display: block;
    color: #feb600;
    line-height: 50px;
    text-align: center;
    background: #171717;
    text-decoration: none;
    font-family: Lato, sans-serif;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s
}

.theme_carousel_intro a:active,
.theme_carousel_intro a:hover {
    background: rgba(23, 23, 23, .8)
}

.theme_features_wrapper {
    text-align: center;
    background: #171717;
    padding: 25px 0 25px 0
}

.theme_features_wrapper>hr {
    width: 10%;
    border: 1px solid #feb600
}

.theme_features_wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: Lato, sans-serif
}

.theme_features_list {
    padding: 0;
    color: #fff;
    list-style-type: none
}

.theme_features_list li {
    font-size: 20px;
    font-family: Lato, sans-serif
}

.theme_demos_wrapper {
    padding: 50px 100px 50px 100px
}

.theme_demos_wrapper h1 {
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.theme_demos_wrapper>hr {
    width: 5%;
    margin-bottom: 50px;
    border: 2px solid #feb600
}

.theme_demos_columns {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 25px
}

.theme_demos_columns h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.theme_demos_columns div {
    padding: 5px;
    border-radius: 5px;
    background: #171717
}

.theme_demos_columns div img {
    width: 100%;
    border-radius: 5px
}

.theme_footer_wrapper {
    padding: 25px;
    background: #171717
}

.theme_footer {
    margin: auto;
    width: 200px;
    text-align: center
}

.theme_footer ul {
    list-style-type: none;
    padding: 0
}

.theme_footer ul li {
    margin-top: 5px
}

.theme_footer ul li a {
    padding: 15px;
    color: #171717;
    display: block;
    background: #feb600;
    text-decoration: none;
    font-family: Lato, sans-serif;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s
}

.theme_footer ul li a:active,
.theme_footer ul li a:hover {
    color: #feb600;
    background: rgba(254, 182, 0, .7)
}

.theme_footer_wrapper h5 {
    color: #fff;
    margin-top: 25px;
    text-align: center
}

.theme_new {
    position: relative
}

.theme_new>span {
    top: 0;
    left: 0;
    color: #fff;
    background: red;
    font-weight: 800;
    position: absolute;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    border-radius: 5px 0 0 0;
    font-family: Lato, sans-serif;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0
}

.heading h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Lato, sans-serif;
    padding: 10px 0 0 0;
    color: #0c396c
}

a.btn-1 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #1f4d80;
    border-radius: 3px;
    padding: 10px 35px;
    margin: 10px 0;
    height: 50px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 50px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0
}

a.btn-1:focus,
a.btn-1:hover {
    color: var(--DarkBlue);
    background: var(--LightPink);
    border: 1px solid #f7bfcb;
    outline: 0 !important
}

a.btn-2 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px 50px;
    padding: 10px 35px;
    margin: 10px 0;
    height: 50px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 50px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 20px 50px;
    -moz-border-radius: 20px 50px;
    -ms-border-radius: 20px 50px;
    -o-border-radius: 20px 50px
}

a.btn-1:focus,
a.btn-2:hover {
    color: var(--DarkBlue);
    background: var(--LightPink);
    border-radius: 20px 50px;
    outline: 0 !important
}

a.btn-3 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid var(--DarkBlue);
    border-radius: 3px;
    padding: 0 35px;
    margin: 10px 0;
    height: 40px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 40px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

a.btn-3:focus,
a.btn-3:hover {
    color: var(--DarkBlue);
    background: var(--LightPink);
    border: 1px solid var(--DarkPink);
    outline: 0 !important
}

.dialog-Login {
    position: relative;
    padding: 15px
}

input.btn-1 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid var(--DarkBlue);
    border-radius: 3px;
    padding: 0 35px;
    margin: 10px 0;
    height: 40px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 40px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

input.btn-1:focus,
input.btn-1:hover {
    color: var(--LightestPink);
    background: var(--DarkBlue);
    border: 1px solid var(--DarkBlue);
    outline: 0 !important
}

.popular {
    padding: 20px 0;
    position: relative;
    background-color: #fff
}

.popular .itemBox {
    padding: 10px 0
}

.popular .itemBox .item {
    text-align: center;
    background-color: var(--LightestPink);
    padding: 10px 2px;
    transition: 1s
}

.popular .itemBox .item:hover {
    text-align: center;
    background-color: var(--DarkPink)
}

.popular .itemBox .item h3 {
    text-align: center;
    font-size: 22px;
    font-family: Lato, sans-serif;
    margin-bottom: 10px
}

.popular .itemBox .item .line {
    display: block;
    width: 30%;
    margin: 0 auto;
    border: 1px solid var(--DarkPink)
}

.popular .itemBox .item a {
    color: #333
}

.popular .itemBox .item a:hover {
    color: #a06867;
    text-decoration: none
}

.new_product {
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7
}

.new_product .itemnew {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 25px
}

.new_product .itemnew:hover {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.new_product .itemnew span.text {
    background: #f7b0be;
    height: 60px;
    width: 60px;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.new_product .itemnew .pro_img {
    width: 88%;
    margin: 0 auto;
    display: table;
    overflow: hidden
}

.new_product .itemnew img.prod_img {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.new_product .itemnew img.prod_img:hover {
    transform: scale(1.3);
    transition: 1s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.new_product .itemnew .shop_cart {
    text-align: center;
    line-height: 35px;
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3
}

.new_product .itemnew .shop_cart a.list {
    border-right: 1px solid #a3a3a3;
    padding: 10px;
    color: #333
}

.new_product .itemnew .shop_cart a.list:hover {
    background: #a07936;
    color: #fff
}

.new_product .itemnew .shop_cart a.eye {
    padding: 10px;
    color: #333
}

.new_product .itemnew .shop_cart a.eye:hover {
    background: #a07936;
    color: #fff
}

.new_product .itemnew .shop_cart a.heart {
    border-left: 1px solid #a3a3a3;
    padding: 10px;
    color: #333
}

.new_product .itemnew .shop_cart a.heart:hover {
    background: #a07936;
    color: #fff
}

.new_product .itemnew .curabit {
    padding-top: 17px
}

.new_product .itemnew .curabit .nameStar {
    float: left;
    text-align: left
}

.new_product .itemnew .curabit .nameStar a {
    color: #333
}

.new_product .itemnew .curabit span.rupes {
    float: right;
    position: relative
}

.new_product .itemnew .curabit span.doller {
    text-decoration: line-through
}

.itemBox a.now_shops {
    background: var(--DarkBlue);
    padding: 9px 53px;
    color: #fff !important;
    border-radius: 20px 50px;
    margin: 15px 0;
    -webkit-border-radius: 20px 50px;
    -moz-border-radius: 20px 50px;
    -ms-border-radius: 20px 50px;
    -o-border-radius: 20px 50px
}

.Shop_now .Shop a.now_shops:hover {
    background: var(--LightPink);
    color: var(--DarkBlue);
    font-weight: 500
}

.latest_news {
    padding: 50px 0;
    position: relative;
    background-color: #fff
}

.latest_news .LATEST {
    transition: 1s
}

.latest_news .Month_Sec {
    border: 1px solid #a07936;
    border-radius: 32px;
    margin-top: 20px
}

.latest_news .Month_Sec h4.month {
    background: #a07936;
    text-align: center;
    padding: 10px;
    margin: 0;
    color: #fff;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0
}

.latest_news .Month_Sec h3.date {
    text-align: center;
    font-size: 42px !important
}

.latest_news .Sample {
    margin-top: 20px
}

.latest_news .Sample span.sample_blog {
    font-size: 21px;
    color: #a07936
}

.latest_news .Sample span.sample_blog:hover {
    text-decoration: none
}

.latest_news .Alkaid {
    margin-top: 7px;
    word-spacing: 2px;
    margin-bottom: 9px
}

.feature_product {
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7
}

.news_letter {
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7
}

.news_letter .news_Box {
    text-align: center
}

.news_letter .group_input {
    width: 570px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: 15px
}

.news_letter form input {
    width: 570px;
    height: 40px;
    display: inline-block;
    zoom: 1;
    color: rgba(0, 0, 0, .5)
}

.news_letter .unpadding-top {
    display: inline-block;
    zoom: 1;
    position: absolute;
    top: 0;
    right: 0
}

.news_letter .unpadding-top button {
    height: 34px;
    line-height: 40px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background-color: #a07936;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.recent_view {
    padding: 20px 0;
    position: relative;
    background-color: #f7f7f7
}

.footer_top {
    padding: 12px 0;
    position: relative;
    background-color: #f7f7f7;
    border-top: 1px solid #333
}

.footer_top .heading {
    padding: 10px 0;
    text-align: center;
    font-size: 28px
}

.footer_top img {
    width: auto;
    height: auto;
    padding: 0;
    text-align: center
}

.footer_top p {
    padding: 20px 0;
    text-align: center
}

.footer_top ul.listBox li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding-left: 5px;
    color: #333
}

.footer_top ul.listBox li a:hover {
    color: #a06866
}

.footer_top ul.listBox li i.listIcon {
    text-align: center;
    padding-right: 5px;
    font-size: 15px
}

.footer_top ul.listBox li i.social {
    text-align: center;
    margin-right: 10px;
    font-size: 30px
}

.footer_bottom {
    padding: 8px 0 !important;
    background: #333;
    font-family: Lato, sans-serif;
    font-size: 12px !important
}

.footer_bottom .leftSide {
    color: rgba(255, 255, 255, .8);
    font-weight: 400
}

.footer_bottom .rightSide {
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    text-align: right
}

.footer_bottom .rightSide a {
    font-weight: 400;
    color: #fff
}

.aboutCarat {
    padding: 20px 0;
    position: relative;
    background-color: #f7f7f7
}

.aboutCarat .aboutCaratItem {
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.aboutCarat .aboutCaratItem:hover {
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px)
}

.howItWork {
    padding: 20px 0;
    position: relative;
    background-color: #fff
}

.howItWork h3 {
    padding: 10px 0
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.nav__inner_box {
    background-color: transparent
}

.navbar.nav__inner_box ul {
    list-style: none
}

.navbar.nav__inner_box ul li {
    padding: 10px 15px;
    float: left
}

.navbar__new_box {
    background-color: transparent !important
}

.my-cont {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 190px;
    margin-bottom: 10px;
    border-radius: 0;
    border-radius: 8px;
    padding: 0 0 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.bred-crum {
    margin: 5px 35px 10px 3px;
    border-bottom: 2px solid var(--DarkPink);
    padding-bottom: 5px;
    text-align: center
}

.top-header-seller {
    font-family: Lato, sans-serif;
    font-size: 12px !important;
    background: 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .36);
    position: absolute;
    width: 100%;
    padding: 5px 0 5px 0;
    top: 0;
    z-index: 333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 5.55em
}

.logo_seller {
    max-width: 100%
}

.productdescription {
    padding-left: 50px
}

.item-container {
    margin-top: 150px
}

.carousel-control,
.carousel-control.left,
.carousel-control.right {
    display: none !important
}

.top-header .phone-shopping .desktop-view {
    display: block
}

.top-header .phone-shopping .mobile-view {
    display: none
}

.modal-dialog {
    width: 900px !important
}

.modal-dialog iframe {
    min-height: 380px
}

.certi {
    position: absolute;
    top: 25%;
    transform: rotate(-90deg);
    left: -61px;
    z-index: 5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.navbar-toggle {
    display: none
}

.btn-primary {
    color: #fff;
    background-color: var(--DarkBlue) !important;
    border-color: var(--DarkBlue) !important
}

.vendorDetail {
    padding: 20px 0;
    position: relative
}

.vendorDetail .vendorIcon {
    text-align: center;
    padding: 5px
}

.vendorDetail .vendorIcon img {
    max-width: 50%
}

.vendorDetail .vendortext {
    padding: 10px 5px;
    line-height: 20px
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 140px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content a {
    color: #000;
    padding: 6px 8px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: var(--LightestGray)
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41
}

.banner-content {
    position: absolute;
    top: 57%;
    background: #f6eaebe8;
    padding: 10px;
    width: 72%
}

.footer_bg {
    background-image: url(../Content/images/TransparentDiamonds.jpg);
    background-size: cover
}

.footer_bg::before {
    background-color: rgba(255, 255, 255, .37);
    content: '';
    display: block;
    position: absolute;
    width: 100%
}

.footer-left li {
    list-style: none
}

img.footer-left-img {
    font-size: inherit;
    width: 20px;
    height: auto;
    margin-right: 22px;
    margin-bottom: 15px
}

ul.footer-left {
    width: 60%;
    font-size: 20px;
    line-height: 42px;
    position: relative;
    top: -51px;
    color: #646464;
    background: #ffffff8c;
    width: 45%
}

a.slider-section {
    background: #ebc4c9;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 6px;
    text-align: center;
    color: #605a5c;
    font-size: 23px;
    font-weight: 600;
    bottom: 85px;
    letter-spacing: 1px
}

a.slider-section:hover {
    text-decoration: none
}

.page-head.page-head-scrolled img.logo_new {
    width: 27%
}

.page-head.page-head-scrolled .navbar {
    margin-top: 30px
}

.carousel-caption {
    text-shadow: none !important
}

b.carat-fin1 {
    font-size: 53px;
    margin-top: 14px;
    display: inline-block;
    font-weight: 900;
    color: #0b3774;
    margin-bottom: 24px
}

span.our_val {
    font-weight: 600 !important;
    font-size: 27px;
    color: #0d3977
}

span.the-birth {
    color: #0b3774;
    font-size: 43px;
    margin-bottom: 23px;
    display: inline-block;
    margin-top: 16px
}

h2.valuess {
    text-align: left;
    margin-top: -3px
}

@media (min-width:992px) and (max-width:1200px) {
    .carousel-caption {
        bottom: 10px !important;
        font-size: 15px;
        display: block;
        bottom: 20% !important;
        padding-bottom: 0
    }

    p {
        margin: 0 37px 10px
    }

    .navbar ul {
        margin-top: -43px
    }

    .left-tab a {
        font-size: 13px !important
    }

    .banner-content {
        width: 100%;
        position: absolute;
        top: 607px
    }

    b.carat-fin1 {
        margin-bottom: 0;
        line-height: 54px;
        margin-top: -4px
    }

    .page-head.page-head-scrolled {
        height: 130px
    }

    p.occasion {
        padding: 20px
    }

    b,
    strong {
        font-weight: 700;
        padding: 20px 10px 20px 0
    }

    h1 {
        padding: 20px
    }

    .small,
    small {
        font-size: 85%;
        padding: 20px
    }

    .navbar ul li {
        padding: 10px 30px !important
    }

    .carousel-caption h2 {
        font-size: 42px !important
    }

    .carousel-caption p {
        font-size: 15px;
        margin: 10px auto 20px;
        padding: 10px
    }

    .navbar {
        top: 25px;
        padding-left: 0
    }

    .navbar-toggle {
        display: none
    }

    .navbar ul li {
        padding: 5px;
        float: left;
        margin-top: 20px
    }

    .basket-sec {
        padding: 5px 0
    }

    .basket-sec span {
        right: -8px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .page-head.page-head-scrolled img.logo_new {
        width: 63%;
        padding: 0
    }

    .page-head {
        margin-top: 20px
    }

    div#Divleftside {
        margin-top: 50px
    }

    .product-wrapp ul {
        height: 55px
    }

    .page-head.page-head-scrolled {
        height: 103px;
        margin-top: 0
    }

    div#changes_pas {
        display: none
    }

    .message {
        display: inline-flex
    }

    td.buys21 td {
        background: #fff;
        padding: 14px
    }

    div#serach2 {
        font-size: 22px
    }

    div#serach2 {
        font-size: 22px
    }

    input#cphContents_btnupdate {
        margin-top: 19px;
        margin-right: 15px
    }

    .left-tab {
        top: 50px;
        position: relative
    }

    t-left {
        margin-top: 15px
    }

    .top-header ul.topUl li {
        padding: 0 0;
        float: left
    }

    h2.valuess {
        text-align: center
    }

    ul.footer-left {
        line-height: 37px;
        position: relative;
        top: 3px;
        text-align: right;
        width: 85%
    }

    p.occasion {
        padding: 0 20px 0 20px
    }

    span.the-birth {
        margin-bottom: 0;
        margin-top: 16px;
        margin-left: 29px
    }

    .content-wrapper {
        margin-top: 115px
    }

    .banner-content {
        position: relative;
        width: 100%
    }

    .navbar-header {
        float: none
    }

    h1 {
        padding: 20px
    }

    ul.footer-left li img {
        position: relative;
        top: 34px;
        margin: 0 auto;
        display: table;
        left: -96px;
        font-size: 27px
    }

    .small,
    small {
        font-size: 85%;
        padding: 20px
    }

    .vendorDetailItem {
        height: 277px
    }

    .navbar-toggle {
        display: block
    }

    .ui-btn {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .navbar-nav>li {
        padding: 4px 0 4px;
        list-style-position: outside;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }

    .navbar-nav>li>a {
        font-size: 12px !important
    }

    .caret {
        float: right;
        margin-top: 10px
    }

    .date {
        text-align: center;
        background: #00a3e4;
        padding: 10px;
        margin-top: 0 !important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-fixed-top {
        position: relative
    }

    #DivbtnRegister {
        display: none;
        visibility: hidden
    }

    .homeshowlogo img {
        max-width: 75%
    }

    #table_section li .control_field {
        width: 100% !important
    }

    input[type=text],
    select,
    textarea {
        width: 100% !important
    }

    .formobileclass tr td:nth-child(1) input[type=text] {
        width: 75px !important
    }

    .formobileclass tr td:nth-child(2) input[type=text] {
        width: 85px !important
    }

    .formobileclass tr td:nth-child(3) input[type=text] {
        width: 100px !important
    }

    .searcho {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .slidermascot {
        display: none;
        visibility: hidden
    }

    .theme_navbar_wrapper.affix {
        position: static
    }

    header {
        top: 17px
    }

    header img {
        position: relative;
        z-index: 4
    }

    .navbar {
        top: 10px;
        right: 20px;
        padding-left: 0;
        position: fixed;
        z-index: 9999
    }

    .navbar-header {
        margin-top: 0
    }

    img.logo_new {
        margin-top: 10px
    }

    .basket-sec span {
        top: 0;
        right: 0;
        z-index: 5
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #efbdcc;
        background-color: #efbdcc
    }

    .navbar ul li {
        float: none;
        text-align: left
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333
    }

    .top-header {
        padding: 5px 0 0 0;
        background-color: ivory !important
    }

    .top-header .phone-shopping {
        font-size: 16px;
        text-align: left;
        color: #000;
        margin-bottom: 1px
    }

    .top-header .phone-shopping .desktop-view {
        display: none
    }

    .top-header .phone-shopping .mobile-view {
        display: block
    }

    .top-header-seller {
        line-height: 20px
    }

    .text-cent {
        text-align: center
    }

    .top-header-seller .phone-shopping {
        font-size: 11px;
        text-align: center
    }

    .top-header-seller .phone-shopping .desktop-view {
        display: none
    }

    .top-header-seller .phone-shopping .mobile-view {
        display: block
    }

    .top-header ul.topUl {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: right;
        font-size: 11px
    }

    .top-header ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px
    }

    .top-header-seller ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px
    }

    .top-header ul.topUl>li {
        color: #000;
        padding: 0 2px;
        font-size: 11px
    }

    .top-header ul.topUl>li:nth-child(1) {
        padding: 0 2px 0 0
    }

    .top-header ul.topUl>li:nth-child(4) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(5) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(6) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(7) {
        display: none
    }

    .top-header ul.topUl li a {
        color: #000;
        font-size: 14px
    }

    .top-header ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    .top-header-seller ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    .carousel-caption {
        font-size: 12px;
        display: block;
        bottom: 38%;
        padding-bottom: 0
    }

    .carousel-caption h2 {
        font-size: 32px !important
    }

    .carousel-caption p {
        font-size: 16px;
        line-height: 15px;
        margin: 5px auto 10px;
        padding: 5px;
        line-height: 24px
    }

    .carousel-control,
    .carousel-control.left,
    .carousel-control.right {
        display: none !important
    }

    .carousel-caption .btn_slider {
        background: #d69f85;
        padding: 8px 20px;
        min-width: 176px;
        color: #fff;
        margin: 20px auto;
        font-size: 20px;
        border: none !important;
        border-radius: 1px 10px;
        margin-top: 20px;
        text-shadow: none;
        text-decoration: none !important;
        text-transform: none !important
    }

    .modal-dialog {
        width: 95% !important
    }

    .popular .itemBox .item {
        margin: 10px 0
    }

    .my-cont {
        padding: 25px;
        margin-top: 100px
    }
}

@media screen and (min-width:300px) and (max-width:766px) {
    ul.footer-left {
        top: -5px;
        width: 84%
    }

    .message {
        width: 100%;
        display: inherit
    }

    img#cphContents_gvMessage_Image2_0 {
        width: 100% !important;
        height: auto !important
    }

    input#cphContents_btnupdate {
        display: inline-block;
        margin-top: 20px;
        text-align: left;
        display: inherit;
        margin-left: 17px
    }

    .product-wrapp ul {
        border: 1px solid
    }

    div#changes_pas {
        display: none
    }

    div#serach2 {
        text-align: left;
        font-size: 19px;
        margin-top: 10px
    }

    td.buys21 td {
        background: #fff;
        text-align: center;
        width: 100%
    }

    div#date-buyer {
        font-size: 15px
    }

    span.our_val {
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        display: table
    }

    ul.footer-left li {
        font-size: 16px;
        line-height: 16px;
        position: relative;
        top: -7px;
        color: #646464;
        background: #ffffff8c;
        width: 100%;
        text-align: right
    }

    ul.footer-left li img {
        position: relative;
        top: 20px;
        margin: 0 auto;
        display: table;
        left: -96px;
        font-size: 27px
    }

    .vendorDetailItem {
        height: 187px;
        margin-bottom: 50px
    }

    b.carat-fin1 {
        font-size: 32px;
        margin-top: 14px;
        display: inline-block;
        font-weight: 900;
        color: #003874;
        margin-bottom: 24px
    }

    .search {
        padding-right: 0
    }

    .page-head.page-head-scrolled {
        padding: 24px 0 !important
    }

    .page-head.page-head-scrolled {
        background: #f1f1f1 !important
    }

    .banner-content {
        position: relative;
        width: 100%;
        bottom: 13px
    }

    img.logo_new {
        width: 100% !important;
        right: 42px
    }

    a.btn-1 {
        font-size: 13px;
        padding: 5px 15px;
        margin: 10px 0;
        height: 30px;
        line-height: 20px
    }

    a.slider-section {
        top: 25px !important;
        font-size: 18px
    }

    input.btn-1 {
        font-size: 13px;
        padding: 5px 15px;
        margin: 25px 0;
        height: 30px;
        line-height: 20px
    }

    a.btn-2 {
        font-size: 15px;
        font-family: Lato, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        border-radius: 20px 50px;
        padding: 10px 35px;
        margin: 10px 0;
        height: 50px;
        color: #fff;
        background-color: #1f4d80;
        line-height: 50px;
        letter-spacing: .05em;
        text-decoration: none;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        outline: 0;
        -webkit-border-radius: 20px 50px;
        -moz-border-radius: 20px 50px;
        -ms-border-radius: 20px 50px;
        -o-border-radius: 20px 50px
    }

    a.btn-1:focus,
    a.btn-2:hover {
        color: #333;
        background: #f7bfcb;
        border-radius: 20px 50px;
        outline: 0 !important
    }

    a.btn-3 {
        font-size: 15px;
        font-family: Lato, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid #1f4d80;
        border-radius: 3px;
        padding: 0 30px;
        margin: 10px 0;
        height: 30px;
        color: #fff;
        background-color: #1f4d80;
        line-height: 30px;
        letter-spacing: .05em;
        text-decoration: none;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        outline: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px
    }

    a.btn-3:focus,
    a.btn-3:hover {
        color: #333;
        background: #f7bfcb;
        border: 1px solid #b58176;
        outline: 0 !important
    }

    header {
        top: 17px
    }

    header img {
        position: relative;
        z-index: 4;
        top: 14px;
        max-width: 190px
    }

    .basket-sec-mob {
        display: block;
        margin-top: 2px;
        float: right;
        position: fixed;
        padding: 4px 5px;
        border-radius: 5px;
        width: 40px;
        height: 36px;
        top: 26px;
        right: 65px;
        overflow: hidden;
        text-align: center
    }

    .basket-sec-mob span {
        position: absolute;
        top: 0;
        right: 2px;
        background: #ff0017;
        color: #fff;
        padding: 3px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 14px;
        text-align: center;
        z-index: 4
    }

    .basket-sec-mob a {
        color: #fff;
        font-size: 14px
    }

    .basket-sec a em {
        vertical-align: middle;
        font-size: 26px;
        margin-right: 8px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        padding-right: 5px;
        padding-left: 5px;
        border-color: #efbdcc;
        background-color: #efbdcc
    }

    .navbar ul li {
        float: none;
        text-align: left;
        font-size: 11px !important;
        line-height: 16px !important
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333;
        display: block
    }

    .ui-btn {
        display: block
    }

    .top-header {
        padding: 5px 0 0 0;
        background-color: #ffffff00 !important
    }

    .top-header .phone-shopping {
        font-size: 11px;
        text-align: left;
        color: #000
    }

    .top-header .phone-shopping .desktop-view {
        display: none
    }

    .top-header .phone-shopping .mobile-view {
        display: block
    }

    .top-header-seller {
        line-height: 20px
    }

    .text-cent {
        text-align: center
    }

    .top-header-seller .phone-shopping {
        font-size: 11px;
        text-align: center
    }

    .top-header-seller .phone-shopping .desktop-view {
        display: none
    }

    .top-header-seller .phone-shopping .mobile-view {
        display: block
    }

    .top-header ul.topUl {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: right;
        font-size: 11px
    }

    .top-header ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px;
        margin-left: 9px
    }

    .top-header-seller ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px;
        margin-left: 20px
    }

    .top-header ul.topUl>li {
        color: #000;
        padding: 0 2px;
        font-size: 9px
    }

    .top-header ul.topUl>li:nth-child(1) {
        padding: 0 2px 0 0
    }

    .top-header ul.topUl>li:nth-child(4) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(5) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(6) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(7) {
        display: none
    }

    .top-header ul.topUl li a {
        color: #000;
        font-size: 10px
    }

    .top-header ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    .top-header-seller ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    #navbar {
        background: rgba(2, 2, 2, .95);
        padding: 0 0;
        max-height: none
    }

    .navbar-nav {
        float: none !important
    }

    .caret {
        float: right;
        margin-top: 10px
    }

    .navbar ul li {
        padding: 5px
    }

    .navbar-nav>li>a {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        font-size: 12px !important
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff
    }

    .date {
        text-align: center;
        padding: 5px;
        color: #fff !important
    }

    .navbar-toggle {
        margin-right: 5px;
        margin-bottom: 5px
    }

    .ui-page-theme-a .ui-btn {
        color: #fff;
        text-shadow: none !important;
        padding: 10px
    }

    button.ui-btn {
        width: auto !important;
        margin: 8px 0 3px
    }

    .navbar-fixed-top {
        position: relative
    }

    .carousel-caption {
        font-size: 11px;
        display: block;
        bottom: 8%;
        padding-bottom: 0
    }

    .carousel-caption h2 {
        font-size: 22px !important;
        padding: 2px 0
    }

    .carousel-caption p {
        font-size: 11px;
        line-height: 13px;
        margin: 5px auto 10px;
        padding: 5px
    }

    .carousel-caption .btn_slider {
        background: #f7bfcb;
        padding: 8px 10px;
        min-width: 100px;
        color: #333;
        margin: 20px auto;
        font-size: 14px;
        border: none !important;
        border-radius: 1px 5px;
        margin-top: 10px;
        text-shadow: none;
        text-decoration: none !important;
        text-transform: none !important
    }

    .carousel-control.left,
    .carousel-control.right {
        display: none
    }

    .carousel-indicators {
        z-index: 0
    }

    .gp_products_carousel_wrapper {
        padding: 0 !important
    }

    #DivbtnRegister {
        display: none;
        visibility: hidden
    }

    .searcho {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .slidermascot {
        display: none;
        visibility: hidden
    }

    .showinfo {
        background: 0 0
    }

    .showinfo ul {
        padding-left: 20px
    }

    footer p {
        display: none
    }

    .copyright-sec,
    .whitebgcont {
        text-align: center
    }

    .navbar-default .navbar-collapse {
        max-height: inherit;
        position: absolute;
        width: 100%;
        z-index: 999
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: #e0e0e0
    }

    .popular .itemBox .item {
        margin: 10px 0
    }

    .footer_top ul.listBox {
        padding: 0
    }

    .footer_top ul.listBox h4 {
        text-align: center
    }

    .footer_top ul.listBox li {
        padding: 2px 10%
    }

    .footer_bottom .leftSide {
        text-align: center
    }

    .footer_bottom .rightSide {
        text-align: center
    }

    .content-wrapper {
        margin-top: 100px;
        text-align: center;
        padding: 0 10px;
        margin-left: 0;
        margin-right: 0
    }

    .my-cont {
        margin-top: 100px;
        margin-left: 20px
    }

    .item-container {
        margin-top: 60px
    }

    #sidebar-filter {
        background: #fff;
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto
    }

    .contentmain {
        margin-top: 65px !important
    }

    .productdescription {
        padding-left: 0 !important;
        margin-top: 186px
    }

    .small-img {
        width: 260px !important;
        position: relative;
        left: -17px;
        z-index: 3;
        background: #fff
    }

    .small-img .icon-left {
        left: -21px
    }

    .small-img .icon-right {
        right: 0
    }

    .certi {
        left: -54px
    }

    .modal-dialog {
        width: 95% !important
    }

    .modal-dialog iframe {
        min-height: 500px
    }

    .btn {
        margin-bottom: 5px
    }

    .dropdown {
        position: relative;
        display: inline-block
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 100px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        z-index: 1
    }

    .dropdown-content a {
        color: #000;
        padding: 6px 8px;
        text-decoration: none;
        display: block;
        line-height: 12px !important
    }

    .dropdown-content a:hover {
        background-color: #ddd
    }

    .dropdown:hover .dropdown-content {
        display: block
    }

    .dropdown:hover .dropbtn {
        background-color: #3e8e41
    }
}

@media screen and (min-width:300px) and (max-width:500px) {
    .carat-fin1 {
        font-size: 32px;
        margin-top: 14px;
        display: inline-block;
        font-weight: 900;
        color: #003874;
        margin-bottom: 24px
    }

    .banner-content {
        position: relative;
        width: 100%;
        bottom: 13px
    }

    .carousel-caption {
        font-size: 10px;
        display: block;
        bottom: 18%;
        left: 10%;
        right: 10%;
        padding-bottom: 0
    }

    .carousel-caption h2 {
        font-size: 13px !important;
        padding: 2px 0
    }

    .carousel-caption p {
        font-size: 10px;
        line-height: 10px;
        margin: 5px auto;
        padding: 5px
    }

    .carousel-caption .btn_slider {
        padding: 6px;
        margin: 20px auto;
        font-size: 11px
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333;
        position: relative;
        float: right;
        padding: 6px 5px;
        margin-top: -4px;
        margin-right: 5px;
        margin-bottom: 8px;
        border-radius: 4px
    }

    .ui-btn {
        display: block
    }

    .basket-sec-mob img {
        max-width: 70%;
        top: 3px;
        right: 5px
    }
}

b.carat-fin {
    color: #333;
    background-color: transparent;
    border: 1px solid #efc6c7b0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.form-control:focus {
    border-color: #efc6c7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #efc6c7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #efc6c7
}

.clr-pink-dark {
    background-color: #9c6165 !important
}

.clr-gray-dark {
    background-color: #284467 !important
}

.clr-pink-dark:hover .clr-gray-dark:hover,
.clr-pink-light:hover {
    opacity: "0.7"
}

.container-fluid {
    margin: 0;
    padding: 0
}

.page-head {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.page-head.page-head-scrolled .navbar-padTop {
    margin-top: 10px
}

.padding {
    padding: 0
}

.finddimond {
    font-size: 26px;
    text-transform: uppercase;
    background: #ef5e24;
    padding: 10px 50px
}

header {
    margin: 0;
    padding: 0 !important;
    display: inline-block;
    width: 100%;
    float: none;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -ms-transition: all ease-out .5s
}

header.active {
    background-color: #f9f9f9;
    height: 125px;
    z-index: 999
}

header.active .navbar-nav {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    top: -20px
}

.logo {
    padding: 15px 0 0 0
}

.bannertop {
    padding: 15px 0 0 0
}

.topright {
    padding: 15px 0 0 0
}

.socialmedia {
    padding: 0
}

.socialmedia li {
    float: left;
    list-style-type: none;
    margin: 0 3px
}

.socialmedia li.search {
    background: #333;
    padding: 5px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%
}

.socialmedia li.search a {
    color: #fff
}

.navbar-default {
    background: 0 0
}

.visitingbtn {
    background: url(../images/orabgebtn.png);
    padding: 10px 10px 10px 30px;
    position: relative;
    z-index: 9999111119999999999;
    bottom: 1px;
    width: 50%;
    color: #fff;
    left: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 36px;
    float: left;
    background: #e99c2f
}

.visitingbtn:hover {
    background: #e99c2f
}

.visitingbtn span {
    font-size: 17px;
    font-family: Lato, sans-serif;
    margin: 12px 0 0 0;
    display: inline-block;
    font-weight: 400
}

.visitingbtn a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 24px;
    display: block
}

.visitingbtn a {
    text-decoration: none
}

.btnarrow {
    position: absolute;
    right: 24px !important;
    font-size: 70px !important;
    top: 9px;
    font-weight: 400 !important
}

.visitingbtn1 {
    background: url(../images/btntrans.png);
    right: 0;
    padding: 10px 10px 10px 30px;
    position: relative;
    z-index: 9999111119999999999;
    bottom: 1px;
    width: 50%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 36px;
    float: right;
    background: #83c34c
}

.visitingbtn1:hover {
    background: #83c34c;
    text-decoration: none
}

.visitingbtn1 span {
    font-size: 17px;
    font-family: Lato, sans-serif;
    margin: 12px 0 0 0;
    display: inline-block;
    font-weight: 400
}

.visitingbtn1 a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 24px;
    display: block
}

.visitingbtn1 a {
    text-decoration: none
}

.navbar-fixed-top {
    background: url(../images/navbg.png);
    height: 100px
}

.socialmedia li.twt {
    background: #00bdf6;
    padding: 5px 7px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.socialmedia li.twt a {
    color: #fff
}

.socialmedia li.linkedin {
    background: #0076ca;
    padding: 4px 7px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 500%;
    -webkit-border-radius: 500%;
    -moz-border-radius: 500%;
    -ms-border-radius: 500%;
    -o-border-radius: 500%
}

.socialmedia li.linkedin a {
    color: #fff
}

.socialmedia li.youtube {
    background: red;
    padding: 4px 7px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.socialmedia li.youtube a {
    color: #fff
}

.register {
    background: #c2177d;
    padding: 20px 10px 10px;
    display: inline-block;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px
}

.register li {
    float: left;
    list-style-type: none;
    margin: 0 3px
}

.register li a {
    color: #fff;
    font-size: 16px;
    border-right: #d45da4 solid 1px;
    padding: 0 10px 0
}

.date {
    color: #000;
    font-size: 20px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    margin: 0
}

.date span {
    color: #00a2e3;
    font-size: 20px;
    font-family: Lato, sans-serif
}

.gallery_bg {
    margin-bottom: 30px
}

.gallery_bg .galleryimg {
    width: 24.6%;
    padding: 0;
    margin: 1px !important
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: -55px;
    z-index: 100;
    border-top: 0
}

.navbar-nav>li>a {
    font-size: 14px;
    padding: 12px 10px
}

.navbar-nav {
    float: left;
    margin: 0;
    display: table;
    position: relative;
    width: 100%
}

.caret {
    display: none !important
}

.carousel-caption {
    bottom: 28%;
    left: 12%;
    right: 12%
}

.carousel-caption h2 {
    color: #606060 !important;
    font-size: 37px !important;
    text-transform: none;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: 3px
}

.carousel-caption span {
    color: #333 !important;
    font-size: 28px !important
}

.carousel-caption p {
    font-size: 22px;
    font-weight: 550;
    text-align: center;
    width: 100%;
    color: #5e5e60;
    margin: 10px auto 20px;
    border-bottom: 0 solid #fff;
    border-top: 0 solid #000;
    padding: 10px;
    border-radius: 13px;
    text-transform: none;
    text-shadow: none;
    clear: both;
    line-height: 35px;
    letter-spacing: 1px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px
}

.carousel-caption a {
    color: #333;
    padding: 0 50px;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none !important;
    text-transform: none !important
}

.carousel-caption .btn_slider {
    background: var(--DarkPink);
    padding: 8px 50px;
    min-width: 376px;
    color: #333;
    margin: 20px auto;
    font-size: 25px;
    border: none !important;
    border-radius: 1px 30px;
    margin-top: 27px;
    text-shadow: none;
    text-decoration: none !important;
    text-transform: none !important;
    -webkit-border-radius: 1px 30px;
    -moz-border-radius: 1px 30px;
    -ms-border-radius: 1px 30px;
    -o-border-radius: 1px 30px
}

.carousel-caption .btn_slider:hover {
    background: var(--LightPink)
}

.carousel-indicators {
    bottom: 15px !important
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #333 !important
}

.glyphicon-chevron-right {
    margin-top: -80px !important;
    margin-right: -60px !important
}

.glyphicon-chevron-left {
    margin-top: -80px !important;
    margin-left: -60px !important
}

.glyphicon-chevron-right:before {
    font-size: 0
}

.glyphicon-chevron-left:before {
    font-size: 0
}

.gp_products_carousel_wrapper {
    background-color: transparent !important
}

.gp_products_carousel_control_icons {
    font-size: 20px !important;
    line-height: 65px !important
}

.dropdown-menu {
    background-color: #eee
}

.dropdown-menu>li>a {
    padding: 8px 20px;
    color: #fff;
    background: url(../images/menu_arrow.png) no-repeat 5px 50%
}

.contentmain {
    margin: 0
}

.contentmain ul {
    margin: 20px 0 0 0;
    padding: 0;
    padding-left: 25px
}

.showinfomain {
    background-image: linear-gradient(to right, #31a2e3, #e7f6fe, #e7f6fe)
}

.showinfo {
    padding: 15px 0 30px;
    color: #000;
    background: url(../images/showfact3.jpg) 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: contain
}

.showinfo h1 {
    color: #31a2e3;
    font-weight: 700;
    text-align: center;
    font-size: 36px !important;
    font-family: Lato, sans-serif
}

.showinfo ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.showinfo ul li {
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 2.1;
    color: #333;
    background: url(../images/bullet.png) left 10px no-repeat;
    padding-left: 20px
}

.visitor-sec {
    background: #00a2e3;
    padding: 20px 0 50px;
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 1.7;
    color: #fff
}

.visitor-sec h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 36px !important;
    font-family: Lato, sans-serif
}

.visitor-sec ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.visitor-sec ul li {
    font-size: 16px;
    font-family: Lato, sans-serif;
    line-height: 2.1;
    color: #fff;
    background: url(../images/bullet-white.png) left 10px no-repeat;
    padding-left: 20px
}

.triangle-top {
    display: block;
    border-style: solid;
    border-width: 0 0 40px 98vw;
    border-color: transparent transparent #00a2e3 transparent;
    width: 100%;
    margin-top: 30px
}

.showinfobox {
    display: inline-block
}

.sponsorpartner {
    padding: 20px 0 20px 0;
    background: #f5f5f5
}

.side-links {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    top: 7%;
    width: auto;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -moz-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important
}

.side-links .s-media-side {
    min-height: 50px;
    background: #88bd2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.side-links .book-now-btn {
    min-height: 50px;
    background: #88bd2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.side-links .book-now-btn a {
    color: #fff;
    text-decoration: none !important;
    font-family: Lato, sans-serif;
    font-size: 1.4rem
}

.side-links .book-now-btn.btnblue {
    background: #00a2e3
}

.side-links .book-now-btn.btngreen {
    background: #88bd2f
}

.side-links .book-now-btn.btnblue:hover {
    background: #0c62aa;
    color: #fff
}

.side-links .book-now-btn.btngreen:hover {
    background: #384d19;
    color: #fff
}

.side-links .book-now-btn a:hover {
    color: #111
}

.side-links .book-now-btn.btnblue a:hover,
.side-links .book-now-btn.btngreen a:hover {
    color: #fff
}

.side-links .s-media-side ul {
    margin: 0;
    padding: 0
}

.side-links .s-media-side li {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    overflow: hidden;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.side-links .s-media-side li a {
    position: relative;
    display: block;
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.side-links .s-media-side li a:before {
    color: #fff;
    font-size: 2rem;
    content: "";
    text-indent: 0;
    font-family: Lato, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.side-links .s-media-side li a[href*=linkedin]:before {
    content: "";
    -webkit-transition: .25s;
    transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=instagram]:before {
    content: "\f16d";
    -webkit-transition: .25s;
    transition: .25s;
    color: #fff;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=twitter]:before {
    content: "";
    -webkit-transition: .25s;
    transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=facebook]:before {
    content: "";
    -webkit-transition: .25s;
    transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.side-links .s-media-side li a[href*=linkedin]:hover:before {
    color: #007bb6
}

.side-links .s-media-side li a[href*=instagram]:hover:before {
    color: #517fa4
}

.side-links .s-media-side li a[href*=twitter]:hover:before {
    color: #00aced
}

.side-links .s-media-side li a[href*=facebook]:hover:before {
    color: #3b5998
}

.fixed-smedia a.search-btn {
    cursor: pointer
}

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
        -moz-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        -o-transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
        -moz-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        -o-transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
        -moz-transform: skew(4deg);
        -ms-transform: skew(4deg);
        -o-transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
        -moz-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
        -o-transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0)
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
        -moz-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        -o-transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
        -moz-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        -o-transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
        -moz-transform: skew(4deg);
        -ms-transform: skew(4deg);
        -o-transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
        -moz-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
        -o-transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0)
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0)
}

.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.navbar-brand {
    font-size: 24px;
    padding: 0
}

.navbar-container {
    padding: 0
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8)
}

.navbar-brand.fixed-theme {
    font-size: 18px
}

.navbar-container.fixed-theme {
    padding: 0
}

.navbar-brand,
.navbar-brand.fixed-theme,
.navbar-container,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s
}

.sidebar_btnimgwthrtxt {
    margin: 0 0 20px
}

.btnrbox {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    text-align: left;
    -ms-transition: all .5s ease-in-out
}

.btnrbox a.blue {
    background: #00a3e4;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.blue span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.btnrbox a.green {
    background: #84c44c;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.green span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #fff
}

.btnrbox a.grey {
    background: #e99c2f;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.grey span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.btnrbox a.sky {
    background: #7cd6e9;
    padding: 10px 10px;
    margin: 0 0 5px 0;
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none
}

.btnrbox a.sky span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #fff
}

.ftbottom {
    font-size: 13px;
    padding: 40px 0 15px 0;
    border-top: 1px solid #c5e0d5
}

.contact_img {
    float: left;
    width: 23%
}

.member_details {
    float: right;
    width: 74%
}

.member_details h2 {
    font-size: 16px !important;
    color: #84c44c;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;
    margin: 0;
    text-transform: uppercase
}

.greybg {
    background: #d5d5d8;
    padding: 5px 5px
}

.search-top {
    width: 200px;
    float: right;
    position: relative
}

.search-top input[type=text] {
    border: solid 1px #bbb;
    height: 30px
}

.search-top input[type=image] {
    position: absolute;
    top: 7px;
    right: 5px
}

.top-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right
}

.top-icons li {
    float: left;
    border-left: solid 1px #999
}

.top-icons li:first-of-type {
    border-left: none
}

.top-icons li a {
    padding: 0 10px
}

.top-icons li a img {
    width: 25px
}

.top-icons li a img.topbar-contact {
    padding-right: 6px
}

.top-icons li a span {
    font-size: 12px;
    color: #333
}

.navbar-padTop {
    margin-top: 20px
}

.cartbox3 {
    position: absolute;
    right: 0
}

.navbar ul li {
    padding: 10px 30px;
    float: left;
    outline: 0
}

.navbar ul li a,
.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    color: #595555;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    outline: 0;
    letter-spacing: .5px
}

.navbar ul li a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #101010;
    text-decoration: none
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent !important
}

.countdownleft {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 700;
    background: #88bd2f;
    padding: 10px 14px;
    color: #fff
}

.countdownleft td {
    padding: 6px
}

.countdownleft td .numbers {
    border: solid 2px #31a2e3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 49px;
    background: #fff;
    color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.navbar-nav>li>.dropdown-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin: 0;
    left: 0;
    border-top: none;
    padding-bottom: 20px;
    background: #ededed;
    padding: 32px 82px 48px 83px;
    column-count: 3
}

.dropdown-menu {
    background: #ededed
}

.dropdown-menu>li>a {
    color: #333;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
    background: 0 0 !important;
    display: inline-block;
    font-family: Lato, sans-serif
}

.dropdown-menu>li>a:hover {
    color: #333
}

#navigation ul li ul li,
#navigation ul li ul li:hover {
    display: inline-block;
    width: 100%;
    height: auto;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 0;
    margin-bottom: 10px;
    font-family: Lato, sans-serif
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu ul {
    display: block !important;
    position: static !important;
    border: none !important;
    box-shadow: none;
    background: 0 0 !important;
    column-count: 1 !important;
    padding: 0 !important;
    width: 100%
}

.dropdown-submenu ul li {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    height: auto !important
}

.dropdown-submenu ul li a {
    padding: 5px 0 0 7px;
    font-weight: 400 !important;
    position: relative;
    font-family: Lato, sans-serif;
    white-space: inherit
}

.dropdown-submenu ul li a:before {
    content: "\203A";
    font-family: Lato, sans-serif;
    font-size: 14px;
    position: absolute;
    top: 4px;
    left: 0
}

.dropdown-submenu ul li a:hover {
    color: #00a2e3 !important
}

div#homebtn {
    background: #00a2e3;
    border-radius: 4px;
    padding: 20px 0;
    margin-top: 15px
}

div#homebtn p {
    margin-bottom: 1em;
    color: #fff;
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 700
}

div#homebtn a {
    width: 13.45em;
    font-size: 16px;
    background: #0c62aa;
    padding: .61em .8em .61em 1.15em;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 3px 5px;
    line-height: 23px;
    min-height: 28px;
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    color: #fff;
    font-family: Lato, sans-serif
}

.exhibitors-btns a.btn:hover,
div#homebtn a:hover {
    background: #0b4c83 !important
}

.exhibitors-btns a.btn:before,
div#homebtn a:before {
    content: "\203A";
    position: absolute;
    top: .55em;
    left: .64em
}

ul.homepage-mid-logo {
    display: table;
    padding-left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0 10%
}

ul.homepage-mid-logo li {
    display: table-cell;
    vertical-align: top;
    width: 33.33%
}

ul.homepage-mid-logo strong {
    font-size: 14px;
    display: block
}

#HomePartnersection h2 {
    font-size: 32px !important;
    font-family: Lato, sans-serif;
    color: #333;
    font-weight: 700
}

footer {
    background: #00a2e3;
    padding: 50px 0;
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    font-family: Lato, sans-serif
}

footer strong {
    font-size: 16px
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer a {
    color: #fff;
    font-family: Lato, sans-serif
}

footer a:hover {
    color: #fff !important;
    text-decoration: none
}

.s-media li {
    float: left;
    margin-right: 5px
}

footer h3 {
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: .2em
}

.whitebgcont {
    background: #fff;
    padding: 15px;
    font-size: 13px
}

.copyright-sec {
    font-family: Lato, sans-serif
}

.copyright-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.copyright-sec ul li {
    display: inline-block
}

.copyright-sec ul li a {
    color: #848484;
    font-size: 12px;
    text-decoration: none
}

.copyright-sec ul li a:hover {
    color: #000
}

.copyright-sec p {
    color: #848484;
    font-size: .9em;
    line-height: 1.5em
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00a2e3 !important;
    display: none !important
}

.wpf-demo-3 {
    display: block;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: #148bbb solid 2px
}

.wpf-demo-3 img {
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.wpf-demo-3:hover img {
    -moz-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%)
}

.view-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.wpf-demo-3 .view-caption {
    background-color: #148bbb;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 10px;
    height: 24%
}

.wpf-demo-3 .view-caption h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    border: none
}

#FieldRow7 .control_field_full {
    background: #acb4b7 !important;
    padding: 5px 10px !important
}

.news-sec {
    border: solid 2px #31a3e4;
    text-align: center;
    padding: 100px 0;
    background: #eee;
    font-size: 20px
}

.col-md-3.col-sm-3.col-xs-12.galleryimg {
    margin-bottom: 20px
}

.basket-sec-mob {
    display: none
}

.basket-sec span {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff0017;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center
}

.basket-sec a {
    color: #fff;
    font-size: 14px
}

.basket-sec a em {
    vertical-align: middle;
    font-size: 26px;
    margin-right: 8px
}

.search-banner {
    background: url(../images/banner-1.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    float: left;
    padding: 12% 0
}

.search-banner h1 {
    font-size: 56px !important;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 25px
}

.search-banner .search-sec {
    width: 60%;
    float: none;
    margin: 0 auto
}

.search-banner .search-sec input[type=text] {
    width: 70%;
    float: left;
    border: none;
    padding: 15px;
    font-family: Lato, sans-serif;
    height: 50px
}

.search-banner .search-sec input[type=submit] {
    width: 30%;
    border: none;
    padding: 0;
    background: #fd1f1f;
    text-align: center;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px
}

.navigation-top {
    width: 100%;
    float: left;
    box-shadow: 0 0 5px #bbb
}

.navigation-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table
}

.navigation-top ul li {
    display: table-cell
}

.navigation-top ul li a {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    font-family: Lato, sans-serif;
    text-align: center;
    display: block
}

footer {
    background: #062939;
    width: 100%;
    float: left;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #7e9aa7
}

footer .section {
    padding: 25px 0;
    border-bottom: 1px solid #294c5e
}

footer .section h3 {
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: .2em
}

footer .section .newsletter-sec input[type=text] {
    width: 70%;
    float: left;
    border: none;
    padding: 15px;
    font-family: Lato, sans-serif
}

footer .section .newsletter-sec input[type=submit] {
    width: 30%;
    border: none;
    padding: 15px;
    background: #fd1f1f;
    text-align: center;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.smedia-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

.smedia-sec ul li {
    float: left;
    color: #fff;
    margin: 10px 0 10px 20px
}

.smedia-sec ul li a {
    color: #7e9aa7;
    font-size: 20px
}

.list-unstyled a {
    color: #7e9aa7
}

.list-unstyled li.hotline {
    font-size: 20px;
    font-weight: 700
}

.top-header {
    font-family: Lato, sans-serif;
    font-size: 12px !important;
    background: 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .36);
    position: absolute;
    width: 100%;
    padding: 14px 0 0 0;
    top: 0;
    z-index: 333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.55em
}

.top-header .phone-shopping {
    color: #333
}

.top-header ul.topUl {
    list-style: none;
    float: right
}

.top-header ul.topUlLeft {
    list-style: none;
    float: left;
    display: flex
}

.top-header-seller ul.topUlLeft {
    list-style: none;
    float: left;
    display: flex
}

.top-header ul.topUl li {
    padding: 0 10px;
    float: left
}

.top-header ul.topUl li a {
    color: #021a38;
    text-decoration: none;
    outline: 0;
    font-style: normal
}

.top-header ul.topUlLeft li a {
    color: #021a38;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    margin-right: 22px;
    font-size: 17px
}

.top-header-seller ul.topUlLeft li a {
    color: #021a38;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    margin-right: 13px
}

.top-header ul.topUl li a:hover {
    color: var(--DarkPink) !important
}

.top-header ul.topUl li a.social {
    font-size: 14px
}

.top-header ul.topUl li a.social:hover {
    color: var(--DarkPink) !important
}

.carat-finder {
    background: url(../images/banner-2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 50px 0
}

.carat-finder h2 {
    font-size: 42px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 25px
}

.carat-finder p {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif
}

.carat-finder a.learn-more {
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    padding: 15px 50px;
    border: solid 1px #fff;
    text-transform: uppercase;
    display: inline-block
}

.details-section {
    width: 100%;
    float: left;
    padding: 50px 0 0
}

.details-section h2 {
    font-size: 24px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    font-family: Lato, sans-serif;
    margin-bottom: 15px
}

.details-section p {
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    font-family: Lato, sans-serif
}

.details-section .col-md-3 {
    width: 23%;
    box-shadow: 0 0 3px #bbb;
    margin: 1%;
    padding: 20px 10px
}

.how-it-works {
    width: 100%;
    float: left;
    padding: 50px 0
}

.how-it-works h2 {
    font-size: 42px;
    color: #333;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 50px
}

.how-it-works img.icon-img {
    float: left;
    margin-right: 15px
}

.how-it-works span {
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    font-family: Lato, sans-serif;
    padding-top: 10px
}

.how-it-works img.arrow-top {
    position: absolute;
    bottom: 120%;
    left: 80%
}

.how-it-works img.arrow-bottom {
    position: absolute;
    top: 120%;
    left: 80%
}

.what-customers-says {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: url(../images/Excellent.jpg) center center no-repeat
}

.what-customers-says h2 {
    font-size: 32px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 25px
}

.what-customers-says p {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    font-family: Lato, sans-serif
}

.what-customers-says p i {
    color: #c39052
}

.what-customers-says .carousel .carousel-inner .item img.headshot {
    width: 60px;
    border-radius: 50%;
    border: solid 1px #babab4;
    float: left;
    margin-right: 15px;
    margin-bottom: 15%
}

.what-customers-says .carousel .carousel-inner .item {
    background: #fff;
    padding: 20px
}

.what-customers-says .carousel .carousel-inner .item h2 {
    font-size: 20px;
    color: #333;
    font-weight: lighter;
    text-align: left;
    font-family: Lato, sans-serif;
    margin-bottom: 10px;
    margin-top: 0
}

.what-customers-says .carousel .carousel-inner .item p {
    font-size: 16px;
    color: #333;
    font-weight: lighter;
    text-align: justify;
    font-family: Lato, sans-serif
}

.what-customers-says .carousel .carousel-control.right {
    width: 30px;
    background: 0 0;
    left: 103%
}

.what-customers-says .carousel .carousel-control.left {
    width: 30px;
    background: 0 0;
    right: 103%;
    left: auto
}

.copyright-bottom {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    border-top: solid 1px #bbb;
    margin-top: 30px
}

.progress-bar {
    background-color: var(--DarkPink)
}

.searchboxpopup {
    padding: 5px;
    background: #f3f3f3;
    margin-bottom: 10px
}

.searchboxpopup h3 {
    font-weight: 700;
    font-size: 16px !important;
    margin: 5px 0 5px 7px
}

.searchboxpopup a {
    display: inline-block;
    padding: 5px 5px !important;
    box-shadow: 0 0 5px #c7c7c7;
    margin: 5px;
    min-width: 25px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: none;
    border: 1px solid var(--LightGray)
}

.searchboxpopup a.selected,
.searchboxpopup a:hover {
    background: var(--DarkPink);
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--LightPink)
}

.slider-handle {
    top: -3px !important;
    width: 12px !important;
    height: 25px !important;
    background-color: var(--LightestGray);
    background-image: -webkit-linear-gradient(top, var(--LightestGray) 0, var(--LightestGray) 100%) !important;
    background-image: -o-linear-gradient(top, var(--LightestGray) 0, var(--LightestGray) 100%) !important;
    background-image: linear-gradient(to bottom, var(--LightestGray) 0, var(--LightestGray) 100%) !important;
    background-repeat: repeat-x;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 1px solid var(--DarkGray) !important;
    border-radius: 0 !important
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, var(--DarkPink) 0, var(--DarkPink) 100%) !important;
    background-image: -o-linear-gradient(top, var(--DarkPink) 0, var(--DarkPink) 100%) !important;
    background-image: linear-gradient(to right, var(--LightestPink) 0, var(--DarkPink) 100%) !important;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.searchboxpopup .modal-content {
    border-radius: 0;
    border: 5px solid #00a2e3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.btnshape {
    position: relative
}

.shapebox {
    width: 100%;
    height: 30px;
    appearance: button;
    -webkit-appearance: button;
    position: relative;
    cursor: pointer
}

.iconround {
    position: absolute;
    top: 8px;
    left: 18px;
    width: 20px;
    height: 20px;
    background: url(../images/diamond-search.svg) no-repeat;
    background-position: -139px 0
}

.side-filter {
    background: #fff;
    padding: 10px
}

#sidebar-filter {
    background: #fff;
    float: left;
    width: 100%
}

.no-pad {
    padding-left: 0;
    padding-right: 0
}

.dmd-shape {
    margin-bottom: 25px
}

.padding-1p {
    padding-left: 1px;
    padding-right: 1px
}

.theme_main_wrapper {
    padding: 0;
    background: #eee
}

.theme_header {
    text-align: center;
    background: #171717;
    padding: 25px 0 25px 0
}

.theme_header img {
    width: 150px
}

.theme_header h3 {
    color: #fff;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif
}

.theme_navbar_wrapper {
    border: 0;
    padding: 10px 0 0 0;
    background: #000
}

.theme_main_menu_bar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.theme_menu_bar_header>button>span,
.theme_menu_bar_header>button>span:hover {
    background: #fff !important
}

.theme_menu_bar_toggle,
.theme_menu_bar_toggle:visited {
    margin-top: 10px;
    border: none !important;
    border-radius: 0 !important;
    background: #3e4548 !important;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s
}

.theme_menu_bar_toggle:active,
.theme_menu_bar_toggle:focus,
.theme_menu_bar_toggle:hover {
    background: #ced4df !important
}

.theme_menu_collapse {
    border-top: none !important
}

.theme_menu_bar_nav {
    float: none;
    display: inline-block
}

.theme_menu_bar_nav>li>a:link,
.theme_menu_bar_nav>li>a:visited {
    font-size: 13px;
    padding-top: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #fff !important;
    font-family: Lato, sans-serif;
    background: 0 0 !important;
    -webkit-transition: color .3s ease-out 0s;
    transition: color .3s ease-out 0s;
    -moz-transition: color .3s ease-out 0s;
    -ms-transition: color .3s ease-out 0s;
    -o-transition: color .3s ease-out 0s
}

.theme_menu_bar_nav>li>a:active,
.theme_menu_bar_nav>li>a:focus,
.theme_menu_bar_nav>li>a:hover {
    color: #feb600 !important;
    background: 0 0 !important
}

.sz-navbar-direction-icon {
    margin-left: 5px;
    font-size: 8px !important
}

.theme_navbar_wrapper.affix {
    top: 0;
    width: 100%;
    z-index: 10;
    position: fixed;
    border-bottom: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s
}

.theme_carousel_intro {
    color: #171717;
    background: #feb600;
    padding: 25px 50px 25px 50px
}

.theme_carousel_intro>hr {
    width: 10%;
    border: 1px solid #feb600
}

.theme_carousel_intro h1 {
    font-weight: 700;
    font-family: Lato, sans-serif
}

.theme_carousel_intro p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-family: Lato, sans-serif
}

.theme_carousel_intro a,
.theme_carousel_intro a:visited {
    width: 150px;
    height: 50px;
    display: block;
    color: #feb600;
    line-height: 50px;
    text-align: center;
    background: #171717;
    text-decoration: none;
    font-family: Lato, sans-serif;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s
}

.theme_carousel_intro a:active,
.theme_carousel_intro a:hover {
    background: rgba(23, 23, 23, .8)
}

.theme_features_wrapper {
    text-align: center;
    background: #171717;
    padding: 25px 0 25px 0
}

.theme_features_wrapper>hr {
    width: 10%;
    border: 1px solid #feb600
}

.theme_features_wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-family: Lato, sans-serif
}

.theme_features_list {
    padding: 0;
    color: #fff;
    list-style-type: none
}

.theme_features_list li {
    font-size: 20px;
    font-family: Lato, sans-serif
}

.theme_demos_wrapper {
    padding: 50px 100px 50px 100px
}

.theme_demos_wrapper h1 {
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.theme_demos_wrapper>hr {
    width: 5%;
    margin-bottom: 50px;
    border: 2px solid #feb600
}

.theme_demos_columns {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 25px
}

.theme_demos_columns h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.theme_demos_columns div {
    padding: 5px;
    border-radius: 5px;
    background: #171717;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.theme_demos_columns div img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.theme_footer_wrapper {
    padding: 25px;
    background: #171717
}

.theme_footer {
    margin: auto;
    width: 200px;
    text-align: center
}

.theme_footer ul {
    list-style-type: none;
    padding: 0
}

.theme_footer ul li {
    margin-top: 5px
}

.theme_footer ul li a {
    padding: 15px;
    color: #171717;
    display: block;
    background: #feb600;
    text-decoration: none;
    font-family: Lato, sans-serif;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s
}

.theme_footer ul li a:active,
.theme_footer ul li a:hover {
    color: #feb600;
    background: rgba(254, 182, 0, .7)
}

.theme_footer_wrapper h5 {
    color: #fff;
    margin-top: 25px;
    text-align: center
}

.theme_new {
    position: relative
}

.theme_new>span {
    top: 0;
    left: 0;
    color: #fff;
    background: red;
    font-weight: 800;
    position: absolute;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    border-radius: 5px 0 0 0;
    font-family: Lato, sans-serif;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0
}

.heading h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Lato, sans-serif;
    padding: 10px 0 0 0;
    color: #0c396c
}

a.btn-1 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #1f4d80;
    border-radius: 3px;
    padding: 10px 35px;
    margin: 10px 0;
    height: 50px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 50px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

a.btn-1:focus,
a.btn-1:hover {
    color: var(--DarkBlue);
    background: var(--LightPink);
    border: 1px solid #f7bfcb;
    outline: 0 !important
}

a.btn-2 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px 50px;
    padding: 10px 35px;
    margin: 10px 0;
    height: 50px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 50px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 20px 50px;
    -moz-border-radius: 20px 50px;
    -ms-border-radius: 20px 50px;
    -o-border-radius: 20px 50px
}

a.btn-1:focus,
a.btn-2:hover {
    color: var(--DarkBlue);
    background: var(--LightPink);
    border-radius: 20px 50px;
    outline: 0 !important;
    -webkit-border-radius: 20px 50px;
    -moz-border-radius: 20px 50px;
    -ms-border-radius: 20px 50px;
    -o-border-radius: 20px 50px
}

a.btn-3 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid var(--DarkBlue);
    border-radius: 3px;
    padding: 0 20px;
    margin: 10px 0;
    height: 40px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 40px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

a.btn-3:focus,
a.btn-3:hover {
    color: #fff;
    background: var(--LightPink);
    border: 1px solid var(--DarkPink);
    outline: 0 !important
}

.dialog-Login {
    position: relative;
    padding: 15px
}

input.btn-1 {
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid var(--DarkBlue);
    border-radius: 3px;
    padding: 0 35px;
    margin: 10px 0;
    height: 40px;
    color: #fff;
    background-color: var(--DarkBlue);
    line-height: 40px;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    outline: 0
}

input.btn-1:focus,
input.btn-1:hover {
    color: var(--LightestPink);
    background: var(--DarkBlue);
    border: 1px solid var(--DarkBlue);
    outline: 0 !important
}

.popular {
    padding: 20px 0;
    position: relative;
    background-color: #fff;
    top: 0;
    left: 0
}

.popular .itemBox {
    padding: 10px 0
}

.popular .itemBox .item {
    text-align: center;
    background-color: var(--LightestPink);
    padding: 10px 2px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.popular .itemBox .item:hover {
    text-align: center;
    background-color: var(--DarkPink)
}

.popular .itemBox .item h3 {
    text-align: center;
    font-size: 22px;
    font-family: Lato, sans-serif;
    margin-bottom: 10px
}

.popular .itemBox .item .line {
    display: block;
    width: 30%;
    margin: 0 auto;
    border: 1px solid var(--DarkPink)
}

.popular .itemBox .item a {
    color: #333
}

.popular .itemBox .item a:hover {
    color: #a06867;
    text-decoration: none
}

.new_product {
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7
}

.new_product .itemnew {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 25px
}

.new_product .itemnew:hover {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.new_product .itemnew span.text {
    background: #f7b0be;
    height: 60px;
    width: 60px;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px
}

.new_product .itemnew .pro_img {
    width: 88%;
    margin: 0 auto;
    display: table;
    overflow: hidden
}

.new_product .itemnew img.prod_img {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.new_product .itemnew img.prod_img:hover {
    transform: scale(1.3);
    transition: 1s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.new_product .itemnew .shop_cart {
    text-align: center;
    line-height: 35px;
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3
}

.new_product .itemnew .shop_cart a.list {
    border-right: 1px solid #a3a3a3;
    padding: 10px;
    color: #333
}

.new_product .itemnew .shop_cart a.list:hover {
    background: #a07936;
    color: #fff
}

.new_product .itemnew .shop_cart a.eye {
    padding: 10px;
    color: #333
}

.new_product .itemnew .shop_cart a.eye:hover {
    background: #a07936;
    color: #fff
}

.new_product .itemnew .shop_cart a.heart {
    border-left: 1px solid #a3a3a3;
    padding: 10px;
    color: #333
}

.new_product .itemnew .shop_cart a.heart:hover {
    background: #a07936;
    color: #fff
}

.new_product .itemnew .curabit {
    padding-top: 17px
}

.new_product .itemnew .curabit .nameStar {
    float: left;
    text-align: left
}

.new_product .itemnew .curabit .nameStar a {
    color: #333
}

.new_product .itemnew .curabit span.rupes {
    float: right;
    position: relative
}

.new_product .itemnew .curabit span.doller {
    text-decoration: line-through
}

.itemBox a.now_shops {
    background: var(--DarkBlue);
    padding: 9px 53px;
    color: #fff !important;
    border-radius: 20px 50px;
    margin: 15px 0;
    -webkit-border-radius: 20px 50px;
    -moz-border-radius: 20px 50px;
    -ms-border-radius: 20px 50px;
    -o-border-radius: 20px 50px
}

.Shop_now .Shop a.now_shops:hover {
    background: var(--LightPink);
    color: var(--DarkBlue);
    font-weight: 500
}

.latest_news {
    padding: 50px 0;
    position: relative;
    background-color: #fff
}

.latest_news .LATEST {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.latest_news .Month_Sec {
    border: 1px solid #a07936;
    border-radius: 32px;
    margin-top: 20px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px
}

.latest_news .Month_Sec h4.month {
    background: #a07936;
    text-align: center;
    padding: 10px;
    margin: 0;
    color: #fff;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0
}

.latest_news .Month_Sec h3.date {
    text-align: center;
    font-size: 42px !important
}

.latest_news .Sample {
    margin-top: 20px
}

.latest_news .Sample span.sample_blog {
    font-size: 21px;
    color: #a07936
}

.latest_news .Sample span.sample_blog:hover {
    text-decoration: none
}

.latest_news .Alkaid {
    margin-top: 7px;
    word-spacing: 2px;
    margin-bottom: 9px
}

.feature_product {
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7
}

.news_letter {
    padding: 50px 0;
    position: relative;
    background-color: #f7f7f7
}

.news_letter .news_Box {
    text-align: center
}

.news_letter .group_input {
    width: 570px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: 15px
}

.news_letter form input {
    width: 570px;
    height: 40px;
    display: inline-block;
    zoom: 1;
    color: rgba(0, 0, 0, .5)
}

.news_letter .unpadding-top {
    display: inline-block;
    zoom: 1;
    position: absolute;
    top: 0;
    right: 0
}

.news_letter .unpadding-top button {
    height: 34px;
    line-height: 40px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background-color: #a07936;
    color: #fff
}

.recent_view {
    padding: 20px 0;
    position: relative;
    background-color: #f7f7f7
}

.footer_top {
    padding: 12px 0;
    position: relative;
    background-color: #f7f7f7;
    border-top: 1px solid #333
}

.footer_top .heading {
    padding: 10px 0;
    text-align: center;
    font-size: 28px
}

.footer_top img {
    width: auto;
    height: auto;
    padding: 0;
    text-align: center
}

.footer_top p {
    padding: 20px 0;
    text-align: center
}

.footer_top ul.listBox h4 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    padding: 0
}

.footer_top ul.listBox2 h4 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    padding: 0
}

.footer_top ul.listBox li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding-left: 5px;
    color: #333
}

.footer_top ul.listBox li a:hover {
    color: #a06866
}

.footer_top ul.listBox li i.listIcon {
    text-align: center;
    padding-right: 5px;
    font-size: 15px
}

.footer_top ul.listBox li i.social {
    text-align: center;
    margin-right: 10px;
    font-size: 30px
}

.footer_bottom {
    padding: 8px 0 !important;
    background: #333;
    font-family: Lato, sans-serif;
    font-size: 12px !important
}

.footer_bottom .leftSide {
    color: rgba(255, 255, 255, .8);
    font-weight: 400
}

.footer_bottom .rightSide {
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    text-align: right
}

.footer_bottom .rightSide a {
    font-weight: 400;
    color: #fff
}

.aboutCarat {
    padding: 20px 0;
    position: relative;
    background-color: #f7f7f7
}

.aboutCarat .aboutCaratItem {
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.aboutCarat .aboutCaratItem:hover {
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px)
}

.howItWork {
    padding: 20px 0;
    position: relative;
    background-color: #fff
}

.howItWork h3 {
    padding: 10px 0
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.nav__inner_box {
    background-color: transparent
}

.navbar.nav__inner_box ul {
    list-style: none
}

.navbar.nav__inner_box ul li {
    padding: 10px 15px;
    float: left
}

.navbar__new_box {
    background-color: transparent !important
}

.my-cont {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 190px;
    margin-bottom: 10px;
    border-radius: 0;
    border-radius: 8px;
    padding: 0 0 10px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.bred-crum {
    margin: 5px 35px 10px 3px;
    border-bottom: 2px solid var(--DarkPink);
    padding-bottom: 5px;
    text-align: center
}

.top-header-seller {
    font-family: Lato, sans-serif;
    font-size: 12px !important;
    background: 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .36);
    position: absolute;
    width: 100%;
    padding: 5px 0 5px 0;
    top: 0;
    z-index: 333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 5.55em
}

.logo_seller {
    max-width: 100%
}

.productdescription {
    padding-left: 50px
}

.item-container {
    margin-top: 150px
}

.carousel-control,
.carousel-control.left,
.carousel-control.right {
    display: none !important
}

.top-header .phone-shopping .desktop-view {
    display: block
}

.top-header .phone-shopping .mobile-view {
    display: none
}

.modal-dialog {
    width: 900px !important
}

.modal-dialog iframe {
    min-height: 380px
}

.certi {
    position: absolute;
    top: 25%;
    transform: rotate(-90deg);
    left: -61px;
    z-index: 5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.navbar-toggle {
    display: none
}

.btn-primary {
    color: #fff;
    background-color: var(--DarkBlue) !important;
    border-color: var(--DarkBlue) !important
}

.vendorDetail {
    padding: 20px 0;
    position: relative
}

.vendorDetail .vendorIcon {
    text-align: center;
    padding: 5px
}

.vendorDetail .vendorIcon img {
    max-width: 50%
}

.vendorDetail .vendortext {
    padding: 10px 5px;
    line-height: 20px
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 140px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content a {
    color: #000;
    padding: 6px 8px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: var(--LightestGray)
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41
}

.banner-content {
    position: absolute;
    top: 57%;
    background: #f6eaeb;
    padding: 10px;
    width: 72%
}

p.occasion {
    margin: 0 0 10px;
    font-size: 19px;
    color: #1d1c1c;
    line-height: 30px;
    letter-spacing: .5px;
    text-align: justify
}

.footer_bg {
    background-image: url(../Content/images/TransparentDiamonds.jpg);
    background-size: cover
}

.footer_bg::before {
    background-color: rgba(255, 255, 255, .37);
    content: '';
    display: block;
    position: absolute;
    width: 100%
}

.footer-left li {
    list-style: none
}

img.footer-left-img {
    font-size: inherit;
    width: 20px;
    height: auto;
    margin-right: 22px;
    margin-bottom: 15px
}

ul.footer-left {
    width: 60%;
    font-size: 20px;
    line-height: 42px;
    position: relative;
    top: -51px;
    color: #646464;
    background: #ffff8c;
    width: 45%
}

img.logo_new {
    margin-top: 15px
}

a.slider-section {
    background: #ebc4c9;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 6px;
    text-align: center;
    color: #605a5c;
    font-size: 23px;
    font-weight: 600;
    bottom: 85px;
    letter-spacing: 1px
}

a.slider-section:hover {
    text-decoration: none
}

.page-head.page-head-scrolled img.logo_new {
    width: 27%
}

.page-head.page-head-scrolled .navbar {
    margin-top: 15px
}

.carousel-caption {
    text-shadow: none !important
}

b.carat-fin1 {
    font-size: 53px;
    margin-top: 14px;
    display: inline-block;
    font-weight: 900;
    color: #0b3774;
    margin-bottom: 24px
}

span.our_val {
    font-weight: 600 !important;
    font-size: 27px;
    color: #0d3977
}

span.the-birth {
    color: #0b3774;
    font-size: 43px;
    margin-bottom: 23px;
    display: inline-block;
    margin-top: 16px
}

h2.valuess {
    text-align: left;
    margin-top: -3px
}

@media (min-width:992px) and (max-width:1200px) {
    .carousel-caption {
        bottom: 10px !important;
        font-size: 15px;
        display: block;
        bottom: 20% !important;
        padding-bottom: 0
    }

    p {
        margin: 0 10px 10px
    }

    header.active .navbar-nav {
        float: left;
        margin: 0;
        position: relative;
        width: 100%;
        top: -90px
    }

    .navbar ul {
        margin-top: -43px
    }

    .left-tab a {
        font-size: 13px !important
    }

    .banner-content {
        width: 100%;
        position: absolute;
        top: 607px
    }

    b.carat-fin1 {
        margin-bottom: 0;
        line-height: 54px;
        margin-top: -4px
    }

    .page-head.page-head-scrolled {
        height: 130px
    }

    p.occasion {
        padding: 20px
    }

    b,
    strong {
        font-weight: 700;
        padding: 20px 10px 20px 0
    }

    h1 {
        padding: 20px
    }

    .small,
    small {
        font-size: 85%;
        padding: 20px
    }

    .navbar ul li {
        padding: 10px 30px !important
    }

    .carousel-caption h2 {
        font-size: 42px !important
    }

    .carousel-caption p {
        font-size: 15px;
        margin: 10px auto 20px;
        padding: 10px
    }

    .navbar {
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 115px;
        padding-left: 0
    }

    .navbar .active {
        top: 80px;
        padding-left: 0
    }

    .navbar-toggle {
        display: none
    }

    .navbar ul li {
        padding: 5px;
        float: left;
        margin-top: 20px
    }

    .basket-sec {
        padding: 5px 0
    }

    .basket-sec span {
        right: -8px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .page-head.page-head-scrolled img.logo_new {
        width: 63%;
        padding: 0
    }

    .ui-page-theme-a .ui-btn:focus {
        margin-right: 10px
    }

    .col-lg-3.col-md-3.col-sm-6.col-xs-12.url {
        float: right
    }

    .col-lg-3.col-md-3.col-sm-4.col-xs-12 {
        width: 32%;
        padding: 0 !important;
        margin: 0 !important
    }

    .col-lg-3.col-md-3.col-sm-4.col-xs-12.url {
        width: 35%;
        padding: 0 !important;
        margin: 0 !important
    }

    .col-lg-3.col-md-3.col-sm-4.col-xs-12.office ul.listBox5 p {
        margin: 0 !important
    }

    .col-lg-3.col-md-3.col-sm-4.col-xs-12.text-center.logofooter {
        display: none
    }

    header.header-style-one.page-head-scrolled.active .basket-sec {
        top: 40px
    }

    header.header-style-one.page-head-scrolled.active .logo_new {
        top: 10px
    }

    .footer_top ul.listBox5 li {
        text-decoration: none;
        font-style: normal;
        font-weight: 400;
        padding-left: 5px;
        color: #333;
        display: block
    }

    header.active {
        background-color: rgba(255, 255, 255, 1);
        top: inherit
    }

    .page-head {
        margin-top: 20px
    }

    div#Divleftside {
        margin-top: 50px
    }

    .product-wrapp ul {
        height: 55px
    }

    .page-head.page-head-scrolled {
        height: 103px;
        margin-top: 0
    }

    div#changes_pas {
        display: none
    }

    .message {
        display: inline-flex
    }

    td.buys21 td {
        background: #fff;
        padding: 14px
    }

    div#serach2 {
        font-size: 22px
    }

    div#serach2 {
        font-size: 22px
    }

    input#cphContents_btnupdate {
        margin-top: 19px;
        margin-right: 15px
    }

    .left-tab {
        top: 50px;
        position: relative
    }

    t-left {
        margin-top: 15px
    }

    .top-header ul.topUl li {
        padding: 0 0;
        float: left
    }

    h2.valuess {
        text-align: center
    }

    ul.footer-left {
        line-height: 37px;
        position: relative;
        top: 3px;
        text-align: right;
        width: 85%
    }

    p.occasion {
        padding: 0 20px 0 20px
    }

    span.the-birth {
        margin-bottom: 0;
        margin-top: 16px;
        margin-left: 29px
    }

    .content-wrapper {
        margin-top: 115px
    }

    .banner-content {
        position: relative;
        width: 100%
    }

    .navbar-header {
        float: none
    }

    b,
    strong {
        font-weight: 700;
        padding: 20px
    }

    h1 {
        padding: 20px
    }

    ul.footer-left li img {
        position: relative;
        top: 34px;
        margin: 0 auto;
        display: table;
        left: -96px;
        font-size: 27px
    }

    .small,
    small {
        font-size: 85%;
        padding: 20px
    }

    .vendorDetailItem {
        height: 277px
    }

    .navbar-toggle {
        display: block
    }

    .ui-btn {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .navbar-nav>li {
        padding: 4px 0 4px;
        list-style-position: outside;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }

    .navbar-nav>li>a {
        font-size: 12px !important
    }

    .caret {
        float: right;
        margin-top: 10px
    }

    .date {
        text-align: center;
        background: #00a3e4;
        padding: 10px;
        margin-top: 0 !important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-fixed-top {
        position: relative
    }

    #DivbtnRegister {
        display: none;
        visibility: hidden
    }

    .homeshowlogo img {
        max-width: 75%
    }

    #table_section li .control_field {
        width: 100% !important
    }

    input[type=text],
    select,
    textarea {
        width: 100% !important
    }

    .formobileclass tr td:nth-child(1) input[type=text] {
        width: 75px !important
    }

    .formobileclass tr td:nth-child(2) input[type=text] {
        width: 85px !important
    }

    .formobileclass tr td:nth-child(3) input[type=text] {
        width: 100px !important
    }

    .searcho {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .slidermascot {
        display: none;
        visibility: hidden
    }

    .theme_navbar_wrapper.affix {
        position: static
    }

    header {
        top: 17px
    }

    header img {
        position: relative;
        z-index: 4
    }

    .basket-sec {
        display: block;
        margin-top: 2px;
        float: right;
        position: fixed;
        padding: 4px 5px;
        border-radius: 5px;
        width: 40px;
        height: 36px;
        top: 41px;
        right: 110px;
        overflow: hidden;
        text-align: center
    }

    .navbar-header {
        margin-top: 0
    }

    .basket-sec span {
        top: 0;
        right: 0;
        z-index: 5
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #efbdcc;
        background-color: #efbdcc
    }

    .navbar ul li {
        float: none;
        text-align: left
    }

    .navbar {
        top: 10px;
        right: 0;
        padding-left: 0;
        position: fixed;
        z-index: 9999;
        width: 100%
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333;
        margin-right: 50px;
        top: -10px
    }

    .top-header {
        padding: 5px 0 0 0;
        background-color: #fff !important
    }

    .top-header .phone-shopping {
        font-size: 16px;
        text-align: left;
        color: #000;
        margin-bottom: 1px
    }

    .top-header .phone-shopping .desktop-view {
        display: none
    }

    .top-header .phone-shopping .mobile-view {
        display: block
    }

    .top-header-seller {
        line-height: 20px
    }

    .text-cent {
        text-align: center
    }

    .top-header-seller .phone-shopping {
        font-size: 11px;
        text-align: center
    }

    .top-header-seller .phone-shopping .desktop-view {
        display: none
    }

    .top-header-seller .phone-shopping .mobile-view {
        display: block
    }

    .top-header ul.topUl {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: right;
        font-size: 11px
    }

    .top-header ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px
    }

    .top-header-seller ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px
    }

    .top-header ul.topUl>li {
        color: #000;
        padding: 0 2px;
        font-size: 11px
    }

    .top-header ul.topUl>li:nth-child(1) {
        padding: 0 2px 0 0
    }

    .top-header ul.topUl>li:nth-child(4) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(5) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(6) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(7) {
        display: none
    }

    .top-header ul.topUl li a {
        color: #000;
        font-size: 14px
    }

    .top-header ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    .top-header-seller ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    .carousel-caption {
        font-size: 12px;
        display: block;
        bottom: 38%;
        padding-bottom: 0
    }

    .carousel-caption h2 {
        font-size: 32px !important
    }

    .carousel-caption p {
        font-size: 16px;
        line-height: 15px;
        margin: 5px auto 10px;
        padding: 5px;
        line-height: 24px
    }

    .carousel-control,
    .carousel-control.left,
    .carousel-control.right {
        display: none !important
    }

    .carousel-caption .btn_slider {
        background: #d69f85;
        padding: 8px 20px;
        min-width: 176px;
        color: #fff;
        margin: 20px auto;
        font-size: 20px;
        border: none !important;
        border-radius: 1px 10px;
        margin-top: 20px;
        text-shadow: none;
        text-decoration: none !important;
        text-transform: none !important
    }

    .modal-dialog {
        width: 95% !important
    }

    .popular .itemBox .item {
        margin: 10px 0
    }

    .my-cont {
        padding: 25px;
        margin-top: 100px
    }
}

@media screen and (min-width:300px) and (max-width:766px) {
    ul.footer-left {
        margin-left: 75px;
        top: -5px;
        width: 84%
    }

    .message {
        width: 100%;
        display: inherit
    }

    img#cphContents_gvMessage_Image2_0 {
        width: 100% !important;
        height: auto !important
    }

    input#cphContents_btnupdate {
        display: inline-block;
        margin-top: 20px;
        text-align: left;
        display: inherit;
        margin-left: 17px
    }

    .product-wrapp ul {
        border: 1px solid
    }

    div#changes_pas {
        display: none
    }

    div#serach2 {
        text-align: left;
        font-size: 19px;
        margin-top: 10px
    }

    td.buys21 td {
        background: #fff;
        text-align: center;
        width: 100%
    }

    div#date-buyer {
        font-size: 15px
    }

    span.our_val {
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        display: table
    }

    ul.footer-left li {
        font-size: 16px;
        line-height: 16px;
        position: relative;
        top: -7px;
        color: #646464;
        background: #ffffff8c;
        width: 100%;
        text-align: left
    }

    ul.footer-left li img {
        position: relative;
        top: 20px;
        margin: 0 auto;
        display: table;
        left: -156px;
        font-size: 27px
    }

    .vendorDetailItem {
        height: 187px;
        margin-bottom: 50px
    }

    b.carat-fin1 {
        font-size: 32px;
        margin-top: 14px;
        display: inline-block;
        font-weight: 900;
        color: #003874;
        margin-bottom: 24px
    }

    .search {
        padding-right: 0
    }

    .page-head.page-head-scrolled {
        padding: 24px 0 !important
    }

    .page-head.page-head-scrolled {
        background: #f1f1f1 !important
    }

    .banner-content {
        position: relative;
        width: 100%;
        bottom: 13px
    }

    img.logo_new {
        width: 65% !important;
        right: 30px
    }

    a.btn-1 {
        font-size: 13px;
        padding: 5px 15px;
        margin: 10px 0;
        height: 30px;
        line-height: 20px
    }

    a.slider-section {
        top: 25px !important;
        font-size: 18px
    }

    input.btn-1 {
        font-size: 13px;
        padding: 5px 15px;
        margin: 25px 0;
        height: 30px;
        line-height: 20px
    }

    a.btn-2 {
        font-size: 15px;
        font-family: Lato, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        border-radius: 20px 50px;
        padding: 10px 35px;
        margin: 10px 0;
        height: 50px;
        color: #fff;
        background-color: #1f4d80;
        line-height: 50px;
        letter-spacing: .05em;
        text-decoration: none;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        outline: 0
    }

    a.btn-1:focus,
    a.btn-2:hover {
        color: #333;
        background: #f7bfcb;
        border-radius: 20px 50px;
        outline: 0 !important
    }

    a.btn-3 {
        font-size: 12px;
        font-family: Lato, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid #1f4d80;
        border-radius: 3px;
        padding: 0 10px;
        margin: 10px 0;
        height: 30px;
        color: #fff;
        background-color: #1f4d80;
        line-height: 30px;
        letter-spacing: .05em;
        text-decoration: none;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        outline: 0;
        position: relative;
        left: 7px
    }

    a.btn-3:focus,
    a.btn-3:hover {
        color: #fff;
        background: #f7bfcb;
        border: 1px solid #b58176;
        outline: 0 !important
    }

    header.active {
        background-color: #f9f9f9;
        top: 0;
        height: 65px;
        z-index: 999
    }

    .basket-sec-mob {
        display: block;
        margin-top: 2px;
        float: right;
        position: fixed;
        padding: 4px 5px;
        border-radius: 5px;
        width: 40px;
        height: 36px;
        top: 28px;
        right: 65px;
        overflow: hidden;
        text-align: center
    }

    .basket-sec-mob span {
        position: absolute;
        top: 0;
        right: 2px;
        background: #ff0017;
        color: #fff;
        padding: 3px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 14px;
        text-align: center;
        z-index: 4
    }

    .basket-sec-mob a {
        color: #fff;
        font-size: 14px
    }

    .basket-sec a em {
        vertical-align: middle;
        font-size: 26px;
        margin-right: 8px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: relative;
        left: 0;
        top: 0
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        padding-right: 5px;
        padding-left: 5px;
        border-color: #efbdcc;
        background-color: #efbdcc
    }

    .navbar ul {
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding-left: 0;
        z-index: 99999
    }

    .navbar ul li {
        float: none;
        text-align: left;
        font-size: 11px !important;
        line-height: 16px !important
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333;
        display: block
    }

    .ui-btn {
        display: block
    }

    div#DivMiddle {
        right: 51px;
        position: relative;
        width: 440px
    }

    .top-header {
        padding: 5px 0 0 0;
        background-color: #ffffff00 !important
    }

    .table>tbody>tr>td {
        text-align: center !important
    }

    html {
        overflow-x: hidden
    }

    .top-header .phone-shopping {
        font-size: 11px;
        text-align: left;
        color: #000
    }

    .top-header .phone-shopping .desktop-view {
        display: none
    }

    .top-header .phone-shopping .mobile-view {
        display: block
    }

    .top-header-seller {
        line-height: 20px
    }

    .text-cent {
        text-align: center
    }

    .top-header-seller .phone-shopping {
        font-size: 11px;
        text-align: center
    }

    .top-header-seller .phone-shopping .desktop-view {
        display: none
    }

    .top-header-seller .phone-shopping .mobile-view {
        display: block
    }

    .top-header ul.topUl {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: right;
        font-size: 11px
    }

    .top-header ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px;
        margin-left: 9px
    }

    .top-header-seller ul.topUlLeft {
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        float: left;
        font-size: 11px;
        margin-left: 20px
    }

    .top-header ul.topUl>li {
        color: #000;
        padding: 0 0 0 10px;
        font-size: 11px
    }

    .top-header ul.topUl>li:nth-child(1) {
        padding: 0 2px 0 0
    }

    .top-header ul.topUl>li:nth-child(4) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(5) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(6) {
        display: none
    }

    .top-header ul.topUl>li:nth-child(7) {
        display: none
    }

    .top-header ul.topUl li a {
        color: #000;
        font-size: 10px
    }

    .top-header ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    .top-header-seller ul.topUlLeft li a {
        color: #021a38;
        text-decoration: none;
        outline: 0;
        font-style: normal;
        margin-right: 13px
    }

    #navbar {
        background: rgba(2, 2, 2, .95);
        padding: 0 0;
        max-height: none
    }

    .navbar {
        top: 10px;
        right: 0;
        padding-left: 0;
        position: fixed;
        z-index: 9999;
        width: 100%
    }

    .caret {
        float: right;
        margin-top: 10px
    }

    .navbar ul li {
        padding: 5px
    }

    .navbar-nav>li>a {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        font-size: 12px !important
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff
    }

    .date {
        text-align: center;
        padding: 5px;
        color: #fff !important
    }

    .navbar-toggle {
        margin-right: 5px;
        margin-bottom: 5px
    }

    .ui-page-theme-a .ui-btn {
        color: #fff;
        text-shadow: none !important;
        padding: 10px
    }

    button.ui-btn {
        width: auto !important;
        margin: 8px 0 3px
    }

    .navbar-fixed-top {
        position: relative
    }

    .carousel-caption {
        font-size: 11px;
        display: block;
        bottom: 8%;
        padding-bottom: 0
    }

    .carousel-caption h2 {
        font-size: 22px !important;
        padding: 2px 0
    }

    .carousel-caption p {
        font-size: 11px;
        line-height: 13px;
        margin: 5px auto 10px;
        padding: 5px
    }

    .carousel-caption .btn_slider {
        background: #f7bfcb;
        padding: 8px 10px;
        min-width: 100px;
        color: #333;
        margin: 20px auto;
        font-size: 14px;
        border: none !important;
        border-radius: 1px 5px;
        margin-top: 10px;
        text-shadow: none;
        text-decoration: none !important;
        text-transform: none !important
    }

    .carousel-control.left,
    .carousel-control.right {
        display: none
    }

    .carousel-indicators {
        z-index: 0
    }

    .gp_products_carousel_wrapper {
        padding: 0 !important
    }

    #DivbtnRegister {
        display: none;
        visibility: hidden
    }

    .searcho {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .slidermascot {
        display: none;
        visibility: hidden
    }

    .showinfo {
        background: 0 0
    }

    .showinfo ul {
        padding-left: 20px
    }

    footer p {
        display: none
    }

    .copyright-sec,
    .whitebgcont {
        text-align: center
    }

    .navbar-default .navbar-collapse {
        max-height: inherit;
        position: absolute;
        width: 100%;
        z-index: 999
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: #e0e0e0
    }

    .popular .itemBox .item {
        margin: 10px 0
    }

    .footer_top ul.listBox {
        padding: 0;
        width: 100%
    }

    .footer_top ul.listBox2 {
        padding: 0;
        width: 100%
    }

    .footer_top ul.listBox2 h4 {
        text-align: center
    }

    .footer_top ul.listBox2 li {
        padding: 2px 20%;
        position: relative;
        left: 43px;
        text-decoration: none;
        display: block
    }

    .footer_top ul.listBox2 li a {
        text-decoration: none;
        font-style: normal;
        font-weight: 400;
        padding-left: 5px;
        color: #333
    }

    .footer_top ul.listBox1 {
        padding: 0;
        width: 250px;
        position: relative;
        left: 38px
    }

    .footer_top ul.listBox1 h4 {
        text-align: center
    }

    .footer_top ul.listBox h4 {
        text-align: center
    }

    .footer_top ul.listBox li h5 {
        font-family: Lato, sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        padding: 10px 0
    }

    .footer_top ul.listBox li {
        padding: 2px 8%;
        text-align: center
    }

    .footer_bottom .leftSide {
        text-align: center
    }

    .footer_bottom .rightSide {
        text-align: center
    }

    .content-wrapper {
        margin-top: 100px;
        text-align: center;
        padding: 0 10px;
        margin-left: 0;
        margin-right: 0
    }

    .my-cont {
        margin-top: 100px;
        margin-left: 20px
    }

    .item-container {
        margin-top: 60px
    }

    #sidebar-filter {
        background: #fff;
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto
    }

    .contentmain {
        margin-top: 65px !important
    }

    .productdescription {
        padding-left: 0 !important;
        margin-top: 210px
    }

    .small-img .icon-left {
        left: -21px
    }

    .small-img .icon-right {
        right: 0
    }

    .certi {
        left: -54px
    }

    .modal-dialog {
        width: 95% !important
    }

    .modal-dialog iframe {
        min-height: 500px
    }

    .btn {
        margin-bottom: 5px
    }

    .dropdown {
        position: relative;
        display: inline-block
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 100px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        z-index: 99999
    }

    .dropdown-content a {
        color: #000;
        padding: 6px 8px;
        text-decoration: none;
        display: block;
        line-height: 12px !important
    }

    .dropdown-content a:hover {
        background-color: #ddd
    }

    .dropdown:hover .dropdown-content {
        display: block
    }

    .dropdown:hover .dropbtn {
        background-color: #3e8e41
    }

    .fixed-header .header.header-style-one.page-head .col-lg-8.col-md-8.col-sm-6.col-xs-6 {
        margin-left: 12%;
        width: 70%
    }

    .fixed-header .header.header-style-one.page-head .col-lg-4.col-md-4.text-right .basket-sec-mob {
        right: -1rem;
        top: -10px !important
    }

    .fixed-header .header.header-style-one.page-head .col-lg-4.col-md-4.text-right .basket-sec-mob img {
        top: 0
    }
}

@media screen and (min-width:300px) and (max-width:500px) {
    .carat-fin1 {
        font-size: 32px;
        margin-top: 14px;
        display: inline-block;
        font-weight: 900;
        color: #003874;
        margin-bottom: 24px
    }

    .banner-content {
        position: relative;
        width: 100%;
        bottom: 13px
    }

    .carousel-caption {
        font-size: 10px;
        display: block;
        bottom: 18%;
        left: 10%;
        right: 10%;
        padding-bottom: 0
    }

    .carousel-caption h2 {
        font-size: 13px !important;
        padding: 2px 0
    }

    .carousel-caption p {
        font-size: 10px;
        line-height: 10px;
        margin: 5px auto;
        padding: 5px
    }

    .carousel-caption .btn_slider {
        padding: 6px;
        margin: 20px auto;
        font-size: 11px
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333;
        position: relative;
        float: right;
        padding: 6px 5px;
        margin-top: -5px;
        margin-right: 27px;
        margin-bottom: 8px;
        border-radius: 4px
    }

    .basket-sec span {
        position: absolute;
        top: 10px
    }

    .cartbox3.basket-sec {
        position: relative;
        top: -30px;
        right: 70px
    }

    .ui-btn {
        display: block
    }

    .basket-sec-mob img {
        max-width: 70%;
        top: 3px;
        right: 5px
    }

    span.the-birth {
        font-size: 22px
    }

    .modal-content {
        width: 356px !important
    }

    a#cphContents_HyperLink1 {
        position: relative;
        top: -25px;
        float: right;
        padding-right: 20px
    }

    a#cphContents_HyperLink2 {
        position: relative;
        top: -25px;
        float: right;
        padding-right: 20px
    }

    a#cphContents_HyperLink3 {
        position: relative;
        top: -25px;
        float: right;
        padding-right: 20px
    }

    a#cphContents_HyperLink4 {
        position: relative;
        top: -25px;
        float: right;
        padding-right: 20px
    }

    .toggle img {
        width: 70% !important;
        height: auto;
        position: relative;
        right: 57px
    }

    .show {
        height: 295px !important;
        top: 0
    }

    .sidebar-contact {
        position: absolute;
        top: -10px;
        left: 16px;
        width: 307px;
        padding: 8px 26px 5px;
        transition: .5s ease-in-out;
        padding: 0 !important
    }

    .sidebar-contact.active {
        position: absolute;
        left: 16px;
        z-index: 99999;
        width: 307px;
        padding: 0 !important;
        background-color: #e6e5e5;
        height: 307px
    }

    header.active .navbar-nav {
        top: 0
    }

    img.logo_new {
        margin-top: -57px
    }

    header.header-style-one.page-head-scrolled.active img.logo_new {
        margin-top: 5px
    }

    header.header-style-one.page-head-scrolled.active .navbar {
        margin-top: 20px
    }

    header.header-style-one.page-head-scrolled.active .basket-sec-mob {
        top: 15px
    }

    .sidebar-contact.active img {
        display: block;
        height: 231px !important;
        position: relative;
        top: -2px
    }
}

@media screen and (max-width:767px) {
    .toggle {
        position: absolute;
        top: 92px;
        width: auto
    }

    .sidebar-contact.active img {
        display: block;
        height: 231px !important;
        position: relative;
        top: -2px;
        left: 0
    }

    .toggle.active {
        position: absolute;
        top: 92px;
        width: auto;
        transform: rotate(-90deg);
        font-weight: 700;
        letter-spacing: 2px;
        content: "Close";
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg)
    }

    .toggle {
        right: -122px
    }

    .form-control {
        width: 88%
    }

    .ShortingCarat1 {
        display: none
    }

    .ShortingColor2 {
        display: none
    }

    .fixed-header .header.header-style-one #cart.cartbox3 {
        right: 4.645rem;
        z-index: 9999
    }

    b.carat-fin {
        color: #333;
        background-color: transparent;
        border: 1px solid #efc6c7;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px transparent;
        box-shadow: inset 0 1px 1px transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

    .form-control:focus {
        border-color: #efc6c7;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #efc6c7;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #efc6c7
    }
}

.shapeMobileslide {
    margin: 0;
    padding: 16px 6px 14px 10px;
    list-style-type: none;
    overflow-x: auto;
    white-space: nowrap;
    background: #fff;
    height: auto;
    display: none
}

.shapeItem26 {
    display: inline-block;
    border-radius: 4px;
    padding: 0 5.5px;
    font-size: 1.2rem;
    text-align: center;
    color: #231535;
    text-transform: capitalize;
    vertical-align: top;
    line-height: 13px;
    height: 98px;
    background-color: #fff
}

.shapeItemImg26 {
    margin-bottom: 7px;
    padding-top: 0;
    position: relative;
    background: #f5dde0;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    border-radius: 4px
}

.shapeItemImg26 img {
    position: relative
}

.shapeItemText26 {
    display: block;
    width: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
    font-size: 14px
}

.hmobile {
    display: none
}

header.active {
    top: inherit !important
}

.round-diamond-box {
    padding: 20px 0 20px
}

.round-diamond-box .mb-30 {
    margin-bottom: 30px !important
}

.round-diamond-box .person {
    position: relative;
    border-radius: 6px;
    height: 100%;
    box-shadow: 0 5px 20px 0 rgb(9 29 62 / 10%);
    transition: all .3s linear;
    -webkit-box-shadow: 0 5px 20px 0 rgb(9 29 62 / 10%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.round-diamond-box .person::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 2px;
    transform: scaleX(0);
    transition: transform .3s linear;
    background-color: #0c396c;
    transition-delay: .4s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear
}

.round-diamond-box .person .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.round-diamond-box .person .blog-img img {
    max-width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.round-diamond-box .person .blog-body {
    position: relative;
    z-index: 3;
    padding: 20px 20px
}

.round-diamond-box .person .blog-body h3 {
    color: #0c396c;
    font-size: 22px !important;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0 !important;
    margin-bottom: 10px
}

.round-diamond-box .person .blog-body p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 1rem
}

.round-diamond-box .person:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px)
}

.round-diamond-box .person:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1)
}

.round-diamond-box .person .blog-body .blogbtn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    color: #0c396c;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin-top: 8px;
    height: 42px !important;
    background-color: transparent;
    border-color: transparent;
    border-radius: 50px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.round-diamond-box .person .blog-body .blogbtn em,
.round-diamond-box .person .blog-body .blogbtn i,
.round-diamond-box .person .blog-body .blogbtn span {
    margin: 0 4px
}

.round-diamond-box .person .blog-body .blogbtn em,
.round-diamond-box .person .blog-body .blogbtn i {
    width: auto;
    height: auto;
    margin-left: 3px;
    color: #0c396c;
    background-color: transparent !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.person:hover .blog-body .blogbtn {
    padding: 12px 20px;
    color: #fff;
    background-color: #0c396c
}

.person:hover .blog-body .blogbtn em,
.person:hover .blog-body .blogbtn i {
    color: #fff
}

.wrapRap {
    display: flex;
    flex-wrap: wrap
}

.justify-content-center {
    justify-content: center !important
}

.single-blog {
    padding: 40px 0 20px 0
}

.single-blog .entry-single {
    padding: 20px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.single-blog .entry-single .entry-img {
    max-height: 440px;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.single-blog .entry-single .entry-img img {
    object-fit: cover;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%
}

.single-blog .entry-single .entry-content p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 1rem
}

.single-box-blog {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #d7d7d7
}

.single-box-blog .singleblog-box {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    height: 265px;
    flex-shrink: 0;
    overflow: hidden
}

.single-box-blog .singleblog-box img {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 100%;
    object-position: center center
}

.single-box-blog .entry-single {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%
}

.single-box-blog .entry-single h2 {
    font-size: 21px !important;
    font-weight: 700;
    color: #292929;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0
}

.single-box-blog .entry-single h3 {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 14px
}

.single-box-blog .entry-single p {
    font-size: 16px;
    color: #292929;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0
}

.single-box-blog .entry-single .ReadMore {
    margin-top: 16px
}

.single-box-blog .entry-single .ReadMore a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.single-box-blog .entry-single .ReadMore a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #00396d;
    transition: width .3s;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s
}

.single-box-blog .entry-single .ReadMore a:hover {
    color: #00396d;
    text-decoration: none
}

.single-box-blog .entry-single .ReadMore a:hover::after {
    width: 100%
}

.menuonmobile.hidden-lg {
    display: none !important
}

.menuonmobile {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(40%, -15%);
    -webkit-transform: translate(40%, -15%);
    -moz-transform: translate(40%, -15%);
    -ms-transform: translate(40%, -15%);
    -o-transform: translate(40%, -15%)
}

.menuonmobile .menu-ul {
    list-style: none;
    margin: 2px 0 2px
}

.menuonmobile .menu-ul li {
    position: relative;
    cursor: pointer;
    color: #00396d;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 4px
}

.menuonmobile .menu-ul li span {
    color: #333333;
}

.menuonmobile .menu-ul li .span {
    display: inline-block;
    color: #333;
    padding-bottom: 1px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.menuonmobile .menu-ul li .span::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #00396d;
    transition: width .3s;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s
}

.menuonmobile .menu-ul li .span:hover,
.menuonmobile .menu-ul li:hover {
    color: #00396d;
    text-decoration: none
}

.menuonmobile .menu-ul li:hover .span::after {
    width: 100%
}

.menuonmobile .menu-ul.second-ul {
    position: relative;
    top: 2.125rem;
    display: block
}

.moadlcfguid .modal-dialog {
    width: 100% !important
}

.moadlcfguid .closebtn {
    position: relative;
    float: right;
    height: 30px;
    z-index: 9
}

.moadlcfguid .modal-title {
    font-size: 24px !important;
    color: #0c396c;
    font-weight: 600;
    line-height: 1.5;
    font-family: GillSans
}

.moadlcfguid .modal-content {
    background: #f8eff0;
    background-color: #f8eff0
}

.moadlcfguid .modal-content {
    width: 94% !important;
    padding: 10px
}

.moadlcfguid .modal-content .modal-body {
    position: relative;
    padding: 18px 5px 15px
}

.moadlcfguid .colrbg h3 {
    font-size: 22px !important;
    text-decoration: underline;
    color: #0c396c;
    font-weight: 600;
    text-align: left;
    font-family: GillSans;
    padding: 10px 10px 0
}

.moadlcfguid .colrbg p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-family: sans-serif;
    text-align: justify;
    padding: 0 10px;
    background: 0 0;
    background-color: transparent
}

.moadlcfguid .colrbg h4 {
    padding: 10px 10px 0;
    text-align: center;
    font-size: 25px;
    font-family: playball, cursive;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px
}

.moadlcfguid .colrbg h4 span {
    color: #f38097
}

.bottomMenuonmobile.hidden-lg {
    display: none !important
}

.moadlcfguid .modal-content.Bgwhite {
    background: #fff !important;
    background-color: #fff !important
}

.Bgwhite {
    background: #fff !important;
    background-color: #fff !important
}

.BGgrey {
    background: #efefef !important;
    background-color: #efefef !important
}

.moadlcfguid .modal-content .colrbg.Bgwhite h3 {
    text-decoration: underline;
    font-size: 17px !important;
    color: #0c396c;
    font-weight: 600;
    text-align: center;
    font-family: sans-serif
}

.bottomMenuonmobile {
    position: absolute;
    bottom: .825rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.bottomMenuonmobile a {
    position: relative;
    cursor: pointer;
    color: #00396d;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0
}

.bottomMenuonmobile a span {
    display: inline-block;
    color: #00396d;
    padding-bottom: 1px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.bottomMenuonmobile a span::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #00396d;
    transition: width .3s;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s
}

.bottomMenuonmobile a span:hover,
.bottomMenuonmobile a:hover {
    color: #00396d;
    text-decoration: none
}

.bottomMenuonmobile a:hover span::after {
    width: 100%
}

.moadlcfguid .modal-content table {
    border: #333 solid 1px;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.moadlcfguid .modal-content table td,
.moadlcfguid .modal-content table th {
    border: #333 solid 1px;
    padding: 5px 5px;
    width: 50%
}

.moadlcfguid .modal-content.Bgwhite.BGgrey {
    background: #efefef !important;
    background-color: #efefef !important
}

body {
    font-family: Lato;
    color: #000;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 30px
}

input.btn-1 {
    font-family: Lato
}

.timmer {
    float: left;
    margin-right: 5px
}

.slidermascot {
    position: absolute;
    top: 40px;
    left: 0;
    width: 180px;
    height: 361px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px
}

.homelogin .dropdown-menu {
    margin: 0;
    padding: 0
}

.homelogin .dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.homelogin .dropdown-menuli {
    margin: 0;
    padding: 0
}

.homelogin .dropdown-menu li {
    border-bottom: 1px solid #ccc;
    width: 100%
}

.homelogin .dropdown-menu li a {
    padding: 5px 10px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize
}

.h3 {
    font-size: 20px !important;
    color: #000;
    line-height: 30px
}

.section-light p {
    font-size: 16px;
    line-height: 25px;
    color: #000
}

.h3:after {
    content: "";
    position: absolute;
    bottom: -.3em;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 3px;
    background: #000;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.sign-in-d {
    float: right;
    margin-top: -2px
}

.sign-in-d .dropdown-menu {
    margin: 0;
    padding: 0
}

.sign-in-d .dropdown-menu a {
    text-decoration: none !important;
    line-height: 30px
}

.sign-in-d .btn {
    padding: 0;
    font-size: 12px
}

.page-head {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.page-head.page-head-scrolled {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 999;
    background: #f9f9f9;
    padding: 10px 0
}

.page-head.page-head-scrolled .navbar-padTop {
    margin-top: 10px
}

.owl-stage {
    margin: 0 auto !important
}

.carousel-inner .gp_products_inner {
    max-width: 100%
}

.carousel-inner ul {
    list-style-type: none;
    padding: 0
}

.gp_products_item_caption {
    background: var(--DarkBlue);
    color: #fff;
    padding: 6px 5px
}

.gp_products_caption_name {
    margin-bottom: 0 !important
}

.cfdiamondcol {
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
}

.cfdiamondcol figure,
.cfdiamondcol figcaption {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.cfdiamondcol figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.cfdiamondcol figure::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    border-radius: 50% 50% 0 0;
    background: #f7dfe4;
    -webkit-border-radius: 50% 50% 0 0;
    -moz-border-radius: 50% 50% 0 0;
    -ms-border-radius: 50% 50% 0 0;
    -o-border-radius: 50% 50% 0 0;
}

.cfdiamondcol figcaption {
    padding: 6px 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: #00396d;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.cfdiamondcol figcaption h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 17px !important;
    line-height: 1.5;
}

.display-fix-center {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    /*-ms-flex-align: center!important;
    align-items: center!important;*/
}

.imgbg-box .menuonmobile {
    top: 11%;
    left: 15px;
    width: 84%;
    transform: translate(15px,10%);
    -webkit-transform: translate(15px,10%);
    -moz-transform: translate(15px,10%);
    -ms-transform: translate(15px,10%);
    -o-transform: translate(15px,10%);
}

.imgbg-box .menuonmobile .menu-ul {
    padding: 0;
}

.imgbg-box .menuonmobile .menu-ul li {
    margin-bottom: 6px;
    cursor: default;
}

.imgbg-box .menuonmobile .menu-ul.first-ul {
    margin-top: 2.525rem;
}

.imgbg-box .menuonmobile .menu-ul li span p {
    color: #00396d;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

.imgbg-box .menuonmobile .menu-ul li span p span {
    color: #00396d;
    display: inline-block;
    width: 40%;
}

.single-box-blog .entry-single h3 {
    line-height: 1.4;
    margin-bottom: 12px;
}

.blogsingleContent {
    position: relative;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.blogsingleContent figure {
    max-height: 540px;
    border-radius: 2px;
    margin: 0 0 20px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.blogsingleContent figure img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.blogsingleContent p {
    color: #444444;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blogsingleContent .section-title {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    padding-bottom: 20px;
}

.blogsingleContent .section-title h2 {
    color: #000;
    font-size: 33px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.blogsingleContent blockquote {
    overflow: hidden;
    padding: 45px 60px;
    border-left: 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    margin: 15px 0;
    background-color: #fafafa;
}

.blogsingleContent blockquote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #0c396c;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blogsingleContent blockquote p {
    color: #444444;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}

.blogsingleContent blockquote p .fa-quote-left {
    position: relative;
    top: -5px;
    padding-right: 5px;
}

.blogsingleContent blockquote p .fa-quote-right {
    position: relative;
    bottom: -6px;
    padding-left: 6px;
}

.blogsingleContent::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 2px;
    transform: scaleX(0);
    transition: transform .3s linear;
    background-color: #0c396c;
    transition-delay: .4s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
}

.blogsingleContent:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.whatsappbox {
    position: relative;
    z-index: 996;
}

.whatsappbox .whatsappbtn {
    position: fixed;
    right: 7.125rem;
    bottom: 2.425rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: #25D366;
    text-decoration: none !important;
    box-shadow: 1px 1px 8px #999;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all .4s;
    -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 4px rgba(0,0,0,.1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.whatsappbox .whatsappbtn:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}









    @media screen and (max-width:768px) {
        .gp_products_item.cloneditem-1, .gp_products_item.cloneditem-2, .gp_products_item.cloneditem-3 {
        display: none
    }
}

@media only screen and (min-device-width :320px) and (max-device-width :767px) {
    .shapeMobileslide {
        display: block;
        margin-top: 74px
    }

    #carousel-example-generic {
        display: none
    }

    .hmobile {
        display: block
    }

    .hmobile h2 {
        color: #606060 !important;
        font-size: 16px !important;
        text-transform: none;
        font-family: Lato, sans-serif;
        font-weight: 700;
        letter-spacing: 3px;
        text-align: center
    }

    .hmobile p {
        font-size: 12px;
        font-weight: 550;
        text-align: center;
        width: 100%;
        color: #5e5e60;
        margin: 0;
        border-bottom: 0 solid #fff;
        border-top: 0 solid #000;
        padding: 10px;
        border-radius: 13px;
        text-transform: none;
        text-shadow: none;
        clear: both;
        line-height: 18px;
        letter-spacing: 1px
    }

    .hidemobile {
        display: none
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333;
        position: relative;
        float: left;
        padding: 6px 5px;
        margin-top: -5px;
        margin-left: 10px;
        margin-bottom: 8px;
        border-radius: 4px
    }

    .fixed-header .header.header-style-one #cart.cartbox3 {
        right: 10px
    }

    img.logo_new {
        width: 65% !important;
        right: 1px
    }

    a.slider-section {
        width: auto;
        border-radius: 4px;
        top: 16px !important
    }

    header.active {
        top: 0 !important
    }

    .single-product-area .product .show {
        height: 100% !important;
        min-height: 295px !important;
        max-height: 436px !important
    }

    .round-diamond-box .row,
    .single-blog row,
    .wrapRap {
        display: block !important
    }

    .comparewithsimiarbox .my-cont {
        margin-left: 0 !important
    }

    .comparewithsimiarbox .col-md-10.col-lg-10.col-sm-12,
    .comparewithsimiarbox .container {
        padding-right: 0;
        padding-left: 0
    }

    .comparewithsimiarbox .col-md-10.col-lg-10.col-sm-12 {
        width: 100%;
        max-width: 100%
    }

    .comparewithsimiarbox .container .flexbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .comparewithsimiarbox .gp_products_item.cloneditem-1,
    .comparewithsimiarbox .gp_products_item.cloneditem-2,
    .comparewithsimiarbox .gp_products_item.cloneditem-3 {
        display: block !important
    }

    .comparewithsimiarbox .col-xs-6.gp_products_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        float: none
    }

    .comparewithsimiarbox .carousel-inner .gp_products_inner {
        height: 100%;
        background: var(--DarkPink)
    }

    .comparewithsimiarbox .col-xs-6.gp_products_item {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 20px
    }

    .comparewithsimiarbox .carousel-inner ul li.pull-right a .my-cross {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
    }

    .comparewithsimiarbox .gp_products_item_caption p,
    .comparewithsimiarbox .gp_products_item_caption ul li,
    .comparewithsimiarbox .gp_products_item_caption ul li a {
        font-size: 14px;
        line-height: 1.7
    }

    .comparewithsimiarbox .gp_products_item_caption p {
        line-height: 1.5
    }

    .comparewithsimiarbox .gp_products_item_caption {
        padding: 6px 4px;
        margin-top: 8px
    }

    .comparewithsimiarbox .container-fluid#MainContent_Div1 {
        margin-top: 26px
    }

    .comparewithsimiarbox .container .row .col-md-12 {
        padding-left: 10px;
        padding-right: 10px
    }

    .menuonmobile.hidden-lg.visible-xs {
        display: block !important
    }

    .bottomMenuonmobile.hidden-lg.visible-xs {
        display: block !important
    }

    .persearch h3 a {
        font-size: 14px
    }

    .cfdiamondcol figcaption h3 {
        font-size: 16px !important;
        margin-bottom: 5px;
    }
}



