img {
    max-width: 100%;
    height: auto;
}
.emg-sec {
    padding: 100px 0;
}
.section-title {
    font-size: 25px;
    font-weight: bold;
    color: #2b1e16;
}
.has-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.emg-sec-banner {
    padding: 140px 0 100px 0;
    box-sizing: border-box;
    position: relative;
}
.emg-sec-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}
.emg-banner-content {
    position: relative;
    z-index: 2;
}
.emg-sec-banner h1 {
    font-size: 20px;
    font-weight: bold;
}
.emg-sec-banner p {
    font-size: 15px;
}
.btn-main {
    background: #0778bc;
    color: #fff;
    border: 1px solid #0778bc;
    padding: 10px 30px;
}
.btn-main:hover {
    background: #0666a0;
    color: #fff;
}
.btn-transparent {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-transparent:hover {
    background: Rgba(0,0,0,0.15);
    color: #fff;
}
.emg-banner-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.btn-main,
.btn-transparent {
    border-radius: 0;
}
.emg-banner-btns a.btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
}
.emg-banner-btns a.btn:last-child {
    margin-right: 0;
}

.emg-stone-image img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.emg-stone-title h3 {
    font-weight: bold;
    font-size: 18px;
    color: #2b1e16;
}

.emg-vmc-catalog-container {
    position: relative;
}
.emg-sec-catalog {
    background-image: url(../images/catalog/catalog-bg.jpg);
    background-size: cover;
    padding: 135px 0 100px 0;
}
.emg-vmc-catalog:last-child {
    margin-bottom: 0 !important;
}
.emg-catalog-icon {
    position: absolute;
    top: -25px;
    left: 25px;
    width: 50px;
    height: 50px;
    background: #0778bc;
    padding: 10px;
}
.emg-catalog-icon img {
    width: 30px;
    height: 30px;
}
.emg-catalog-image img {
    max-width: 100%;
    height: auto;
}
.emg-catalog-title {
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: calc(100% - 45px);
}
.emg-catalog-url {
    display: flex;
    justify-content: space-between;
    background: Rgb(255,255,255,0.8);
    align-items: center;
    padding: 10px 20px;
}
.emg-catalog-url h3 {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
}
.emg-sec-content {
    background: #f8f8f8;
}
.emg-touch-form {
    background: #fff;
    padding: 20px;
}
.emg-touch-form h3 {
    font-weight: bold;
    font-size: 25px;
    color: #2b1e16;
}
.emg-touch-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px !important;
}
#gform_41 #gform_submit_button_41 {
    margin-left: 0;
}
.emg-touch-form input,
.emg-touch-form textarea {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    height: 50px;
}
.emg-touch-form .gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 0;
    text-transform: uppercase;
    background: #0778bc;
    color: #fff;
    border: 1px solid #0778bc;

}
.emg-touch-form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.emg-touch-form .gfield .validation_message {
    display: block;
}
.emg-mobile-stores {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.emg-sec-brands {
    background: #133647;
}
.emg-brands {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.emg-brand-img {
    text-align: center;
}
.emg-brands .emg-brand-img img {
    max-width:  150px;
}
.emg-sec-location {
    background: #ebf9ff;
}

.location-item-map {
    display: none;
}
.location-item-map.active {
    display: block;
}
ul.emg-locations {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.emg-locations li {
    position: relative;
    background: white;
    border: 1px solid #ccc;
    padding: 20px 20px 20px 40px;
    font-size: 17px;
}
ul.emg-locations li:not(:first-child) {
    cursor: pointer;
}
ul.emg-locations li::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 21px;
    background-image: url('../images/home/location/map-marker-gray.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
ul.emg-locations li:hover {
    background-color: #0075bb;
    color: #fff;
}
ul.emg-locations li.location-item-title.active {
    background-color: #0075bb;
    color: #fff;
}
ul.emg-locations li:hover::before {
    background-image: url('../images/home/location/map-marker-white.webp');
}
ul.emg-locations li.location-title {
    background: #f7fafc;
    font-size: 22px;
    font-weight: bold;
    color: #0075BB;
    font-weight: bold;
    padding-left: 20px;
}
ul.emg-locations li.location-title:before {
    content: none;
}
.emg-location-maps,
.location-item-map {
    width: 100%;
    height: 100%;
}

/* Header & footer */
.header-top-wrap {
    align-items: center;
}
.header-wrap {
    align-items: center;
}
ul.nav.vmcnav > li {
    min-height: unset;
}

.emg-header-top {
    background: #231f20;
    display: none;
}
.emg-header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}
.emg-mail-link img {
    margin-right: 5px;
}
.header-top-wrap a {
    color: #bdbcbc;
}
.emg-header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.emg-header-top-right .tools.header-tools {
    max-width: 100%;
    flex: 1;
}
.emg-header-top-right ul li:first-child {
    position: relative;
}
.emg-header-top-right ul li:first-child:after {
    position: absolute;
    content: '';
    background: #bdbcbc;
    width: 2px;
    height: 14px;
    right: -10px;
    top: 4px;
}
.emg-header-top-right ul li {
    padding: 0 20px;
}
.emg-header-top-right .wishlist-icon a {
    position: relative;
    padding: 0;
}
.emg-header-top-right .fav_count {
    font-size: 10px;
    right: -11px;
    top: -4px;
    width: 16px;
    height: 16px;
    left: unset;
}
.emg-header-top-right a.singin {
    padding-left: 0;
    padding-right: 0;
    padding-right: 22px;
    background: url('../images/header/arrow-down-gray.png') no-repeat right;
    background-size: 12px;
}
.emg-header-top ul.dropdown-menu {
    padding: 0px 19px 19px;
}
.emg-header-top .tools ul.singin-dropdown li {
    margin: 0;
    padding: 0;
}
.emg-header-top .tools ul.singin-dropdown li a {
    display: inline;
    float: left;
    border-bottom: 1px solid transparent;
    width: auto;
    padding: 11px 0 0 0;
}
.emg-header-top .tools a.dropdown-item:hover {
    border-bottom: 1px solid #5C5F65;
}
.emg-header-top a.dropdown-item:first-child:hover {
    opacity: 0.8;
}
.emg-header-top .tools a.dropdown-item.tooltext:hover {
    background: none;
}
.emg-header-top .tools ul.singin-dropdown li a:nth-child(2) {
    margin-top: 0px;
}
.emg-header-top .tools .dropdown-item:active {
    background-color: transparent;
}
.emg-header-top .dropdown-menu-right {
    right: 24px;
    left: auto;
}
.emg-header-top-right form {
    background: #777575;
    position: relative;
}
.emg-header-top-right .top-search {
    width: 240px;
    background-color: #777575;
}
.emg-header-top-right .top-search-btn {
    position: absolute;
    top: 0;
    right: 0;
}
a.emg-call-link {
    display: flex;
    gap: 11px;
    color: #2b1e16;
    align-items: center;
}
.emg-call-icon {
    background: #009247;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-text {
    font-size: 12px;
}
.call-number {
    font-weight: bold;
    font-size: 12px;
}
.header-main .vmcnav > li:hover>a, .header-main .vmcnav > li.hover>a {
    padding-bottom: 0;
}
.mobile-call-icon {
    display: flex;
    align-items: center;
}

footer.emg-footer {
    background: #161921;
    color: #fff;
    padding: 60px 0;
}
ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
ul.social-icons li {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
ul.emg-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.emg-footer a {
    color: #fff;
    font-size: 17px;
}
.footer-contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.footer-contact-item img {
    object-fit: contain;
}
.emg-copyright {
    margin-top: 80px;
}

@media (min-width: 480px) {
    .emg-sec-banner h1 {
        font-size: 25px;
    }
}
/* Location Template */
.emg-vmc-locations {
    background: #fff;
}
.emg-vmc-locations .emg-location-title {
    font-weight: bold;
    color: #0075bb;
    background: #f7fafc;
    padding: 10px;
    border: 1px solid #cccfd0;
}
.emg-vmc-locations .emg-location-item {
    padding: 10px;
    display: flex;
    gap: 20px;
    border: 1px solid #ebebeb;
    border-top: none;
}
.emg-vmc-locations .emg-location-item .emg-location-icon img {
    width: 44px;
    height: 44px;
}
.emg-vmc-locations .emg-location-item .emg-location-content p {
    font-size: 14px;
}
.emg-vmc-locations .emg-location-item .emg-location-content h3 {
    font-size: 14px;
    font-weight: bold;
}

body .emg-location-thumbnail-carousel {
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 20px
}
body .emg-location-thumbnail-carousel .owl-nav .owl-prev,
body .emg-location-thumbnail-carousel .owl-nav .owl-next {
    width: 40px;
    height: 50px;
    color: transparent;
}
body .emg-location-thumbnail-carousel .owl-nav button.owl-prev,
body .emg-location-thumbnail-carousel .owl-nav button.owl-prev.disabled {
    left: -40px;
    background-image: url(../images/location/arrow-right.svg);
    transform: rotate(180deg);
    background-size: 16px 33px;
    top: 0 !important;
    background-position: right center;
}
body .emg-location-thumbnail-carousel .owl-nav button.owl-next,
body .emg-location-thumbnail-carousel .owl-nav button.owl-next.disabled {
    right: -40px;
    background-image: url(../images/location/arrow-right.svg);
    background-size: 16px 33px;
    top: 0 !important;
    background-position: right center;

}
body .emg-location-thumbnail-carousel .owl-nav button.owl-prev.disabled,
body .emg-location-thumbnail-carousel .owl-nav button.owl-next.disabled {
    background-image: url(../images/location/arrow-right-gray.svg);
    display: block;
}
body .emg-location-thumbnail-carousel .owl-item img {
    height: 50px;
    cursor: pointer;
}

.emg-sec-review {
    background: #0778bc;
}
.emg-reviews-carousel {
    width: calc(100% - 80px);
    margin: 0 auto;
}
.emg-review-inner {
    background: #fff;
    padding: 30px;
}
.emg-review-head-left {
    display: flex;
    gap: 15px;
}
.emg-review-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.emg-review-author img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
}
.emg-review-author-name {
    font-weight: bold;
}
.emg-review-date {
    font-size: 14px;
}
.emg-review-head-right {
    width: 34px;
    height: auto;;
}
.emg-star {
    width: 17px;
    height: 16px;
    display: inline-block;
}
.emg-full-star {
    background: url(../images/location/star.svg) no-repeat;
}
.emg-gray-star {
    background: url(../images/location/star-gray.svg) no-repeat;
}
.emg-review-content {
    height: 220px;
    overflow-y: auto;
    margin-top: 15px;
}
body .emg-reviews-carousel .owl-nav button.owl-prev,
body .emg-reviews-carousel .owl-nav button.owl-next {
    background-image: url(../images/location/arrow-right-gray.svg);
    width: 24px;
}
body .emg-reviews-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
    left: -40px;
}
.emg-reviews-carousel .owl-nav button.owl-next {
    right: -40px;
}
.emg-reviews-carousel .owl-dots {
    margin-top: 30px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.emg-reviews-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #63aad5;
    border-radius: 50%;
}
.emg-reviews-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.emg-reviews-carousel .owl-dots .owl-dot.active {
    background: #8dd7f7;
}
body .emg-location-form .gform_wrapper .gform_body ul.gform_fields {
    padding: 30px !important;
    background: #fff;
}
.emg-location-form .gform_wrapper .gform_body .top_label li.msg-cntct.gfield,
.emg-location-form .gform_wrapper .gform_body .top_label li.name-cntct.gfield,
.emg-location-form .gform_wrapper .gform_body .top_label li.tele-cntct.gfield,
.emg-location-form .gform_wrapper .gform_body .top_label li.email-cntct.gfield {
    width: 100% !important;
    padding: 0;
}

/* City Template */
.location-item-map {
    min-height: 300px;
}

@media (min-width: 480px) {
    .emg-sec-banner h1 {
        font-size: 25px;
    }
}

/* standard page */
.emg-content-sec {
    padding: 20px 0 60px 0;
}
/* Contact Us Page */
.emg-contact-form {
    background: #f8f8f8;
}
.contact-second-heading {
    font-size: 22px;
}

/* Blog archive */
.vmc-post-card {
    margin-bottom: 50px;
    overflow: auto;
}
.vmc-post-card .post-thumbnail {
    margin-bottom: 30px;
}
.vmc-post-card .entry-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}
.vmc-post-card .entry-meta li:not(:last-child) {
    margin-right: 10px;
}
.vmc-post-card .entry-meta li {
    list-style: none;
    color: #333 !important;
    line-height: 1.3;
    word-break: break-word;
}
.vmc-post-card .entry-meta li:not(:last-child) {
    margin-right: 6px;
    padding-right: 10px;
    border-right: 2px solid #ddd;
}
.vmc-post-card .entry-meta li,
.vmc-post-card .entry-meta li a {
    font-weight: 600 !important;
    font-size: 15px;
}
.vmc-post-card .entry-meta li a {
    color: rgb(rgb(var(--primary-color))) !important;
}
.vmc-post-card .entry-meta li a:hover {
    text-decoration: underline !important;
}
article.vmc-post-card h2 {
    font-size: 32px;
}
.vmc-pagination {
    margin-top: 50px;
    margin-bottom: 50px;
}
ul.page-numbers {
    display: block;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    max-width: initial;
    width: initial;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: center;
}
ul.page-numbers li {
    display: inline-block;
}
.page-numbers li a {
    margin: 0 5px;
    color: #0075BB;
    font-size: 14px;
    font-weight: 400;
    padding: 19px 23px;
    line-height: 1.2;
    border-radius: 5px;
    display: block;
}
span.page-numbers.current {
    margin: 0 5px;
    background: #0075BB;
    font-size: 14px;
    font-weight: 400;
    padding: 19px 23px;
    line-height: 1.2;
    border-radius: 5px;
    display: block;
    color: #fff;
}

/* Blog post */
.vmc-main-sec {
    padding-top: 80px;
}
.vmc-main-sec h1,
.vmc-main-sec h2,
.vmc-main-sec h3,
.vmc-main-sec h4,
.vmc-main-sec h5,
.vmc-main-sec h6 {
  line-height: 1.3;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

.vmc-main-sec h1 { font-size: 2rem; }
.vmc-main-sec h2 { font-size: 1.75rem; }
.vmc-main-sec h3 { font-size: 1.5rem; }
.vmc-main-sec h4 { font-size: 1.25rem; }
.vmc-main-sec h5 { font-size: 1rem; }
.vmc-main-sec h6 { font-size: 0.875rem; }

@media (min-width: 576px) {
    .emg-sec-banner h1 {
        font-size: 33px;
    }
    .emg-sec-banner p {
        font-size: 18px;
    }
    .emg-banner-btns {
        flex-direction: row;
    }
    .section-title {
        font-size: 30px;
    }
    .emg-catalog-icon {
        position: absolute;
        top: -35px;
        left: 25px;
        width: 70px;
        height: 70px;
        padding: 15px;
    }
    .emg-catalog-icon img {
        width: 40px;
        height: 40px;
    }
    .emg-touch-form {
        padding: 40px;
    }
    .emg-mobile-stores {
        flex-direction: row;
        align-items: start;
    }
    body .emg-location-thumbnail-carousel .owl-item img {
        height: 70px;
    }
}

@media (min-width: 768px) {
    .emg-banner-content {
        max-width: 90%;
        margin: 0 auto;
    }
    .emg-sec-banner h1 {
        font-size: 40px;
    }
    .emg-sec-banner p {
        margin-bottom: 10px;
    }
    .section-title {
        font-size: 35px;
    }
    .emg-stone-title h3 {
        font-size: 21px;
    }
    .emg-vmc-catalog:nth-last-child(-n+2) {
        margin-bottom: 0 !important;
    }
    .location-item-map {
        min-height: 400px;
    }
    .vmc-main-sec h1 { font-size: 2.5rem; }
    .vmc-main-sec h2 { font-size: 2rem; }
    .vmc-main-sec h3 { font-size: 1.75rem; }
    .vmc-main-sec h4 { font-size: 1.5rem; }
    .vmc-main-sec h5 { font-size: 1.25rem; }
    .vmc-main-sec h6 { font-size: 1rem; }
}

@media (min-width: 992px) {
    .emg-banner-content {
        max-width: 100%;
    }
    .emg-sec-banner h1 {
        font-size: 60px;
    }
    .emg-sec-banner p {
        margin-bottom: 10px;
    }
    .emg-stone-image img {
        width: 220px;
        height: 220px;
    }
    .section-title {
        font-size: 40px;
    }
    ul.emg-footer-menu {
        align-items: center;;
    }

    body .emg-location-thumbnail-carousel .owl-item img {
        height: 50px;
    }
    .contact-second-heading {
        font-size: 25px;
    }
    .vmc-main-sec h1 { font-size: 3rem; }
    .vmc-main-sec h2 { font-size: 2.5rem; }
    .vmc-main-sec h3 { font-size: 2rem; }
    .vmc-main-sec h4 { font-size: 1.5rem; }
    .vmc-main-sec h5 { font-size: 1.25rem; }
    .vmc-main-sec h6 { font-size: 1rem; }
    .vmc-pagination {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .emg-call-icon {
        width: 54px;
        height: 54px;
    }
    .call-text {
        font-size: 16px;
    }
    .call-number {
        font-size: 20px;
    }
    .emg-sec-banner h1 {
        font-size: 70px;
    }
    .emg-sec-banner p {
        font-size: 21px;
    }
    .section-title {
        font-size: 44px;
    }
    .emg-vmc-catalog:nth-last-child(-n+4) {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 1024px) {
    .emg-sec-banner {
        padding: 200px 0 100px 0;
    }
    .emg-header-top {
        display: block;
    }
    .vmc-main-sec {
        padding-top: 155px;
    }
    .vmc-post-card .post-thumbnail {
        float: left;
        margin-right: 30px;
        max-width: 300px;
    }
    .vmc-post-card .blog-page-post-body {
        overflow: hidden;
    }
}
@media (min-width: 1350px) {
    .emg-brands .emg-brand-img img {
        max-width:  250px;
    }
}
