/*
 Theme Name:     Luxury Watch Service
 Theme URI:      https://www.luxerywatchservice.com
 Description:    Time may play tricks on you and freeze. When the movement stops, it is a part of the dream that remains unresolved. We have therefore deployed a vast network of Service Centers around the world so that your passion never stops.
 Version:        1.0.4
*/
@charset "utf-8";

.bafg_sec .main_blk,
.contact-form,
.overlay ul li ul li,
.overlay ul.mobile-menu,
.rolex_list .repeater-block .content-block .vc_column-inner,
.rolex_list .repeater-block .img-block .vc_column-inner,
.services-time_sec .text-block,
body,
ul {
    padding: 0
}

.common-btn,
body {
    font-family: Montserrat, sans-serif
}

body,
p {
    font-weight: 400;
    margin: 0;
    color: #555
}

.home-slider .container,
body {
    position: relative
}

.common-btn,
.home-slider h1,
.overlay a,
.overlay h4,
.overlay ul li a {
    text-transform: uppercase
}

html {
    scroll-behavior: smooth
}

/* Improved navbar spacing solution - maintains original design */
body {
    width: 100%;
    font-size: 19px;
    line-height: 33px;
    background: #fff;
    overflow-x: hidden;
    /* Dynamic padding will be set by JavaScript */
}

/* Reset padding for specific containers that don't need the compensation */
.navbar-default,
.overlay,
.contact-form.sticky-frm {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Main content compensation - precise positioning */
.wrap {
    /* Padding will be dynamically adjusted by JavaScript for perfect spacing */
    position: relative;
}

/* Ensure first content section doesn't add extra spacing */
.home-slider,
.inner-banner,
.main-content > section:first-child {
    margin-top: 0 !important;
}

/* Essential styles that were moved */
p {
    transition: .6s ease-in-out;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    padding: 0 0 25px;
    margin: 0;
    color: #555;
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.vc_row::before {
    clear: both
}

.common-btn {
    display: inline-block;
    font-size: 12px;
    color: #26364b;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    border: 1px solid #9f917a;
    padding: 15px 80px 15px 30px;
    margin: 0;
    background: url(images/button-arrow.png) right 25px center no-repeat;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

.blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn .vc_grid-btn-load_more a:hover,
.common-btn:hover,
.testimonials_sec .review_grid_row .review_grid .vc_pageable-load-more-btn .vc_grid-btn-load_more a:hover {
    background-position: right 20px center;
    color: #26364b
}

@media screen and (min-width:1300px) {

    .container {
        max-width: 1310px
    }
}

/* OPTIMIZED FONT LOADING - Reduced from 12 to 4 essential fonts */
/* Critical fonts only - using modern woff2 format with fallbacks */

@font-face {
    font-family: 'PreloOptimized';
    src: url('fonts/Prelo-Book.woff2') format('woff2'),
         url('fonts/Prelo-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Improves FCP performance */
}

@font-face {
    font-family: 'PreloOptimized';
    src: url('fonts/Prelo-SemiBold.woff2') format('woff2'),
         url('fonts/Prelo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PreloOptimized';
    src: url('fonts/Prelo-Bold.woff2') format('woff2'),
         url('fonts/Prelo-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TimesNowOptimized';
    src: url('fonts/TimesNowLight.woff2') format('woff2'),
         url('fonts/TimesNowLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Font variable definitions for consistent usage */
:root {
    --font-primary: 'PreloOptimized', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-secondary: 'TimesNowOptimized', Georgia, 'Times New Roman', Times, serif;
    --font-system: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-montserrat: 'Montserrat', var(--font-system);
    --navbar-height: 140px; /* Dynamic navbar height */
}

/* Better navbar spacing solution */
body {
    padding-top: var(--navbar-height);
}

/* Alternative: target main content directly */
main, .main-content, #main, .site-content {
    margin-top: 0; /* Reset any conflicting margins */
}

/* Responsive navbar height adjustments */
@media (max-width: 768px) {
    :root {
        --navbar-height: 120px; /* Smaller on mobile */
    }
}

.navbar-default {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    transition: .6s ease-in-out;
    background: #000;
}

.overlay ul.mobile-menu.bottom,
.overlay-content {
    padding: 0 0 30px
}

.navbar-default .announcement-bar {
    padding: 5px 0;
    margin: 0;
    background: #000;
    visibility: visible;
    opacity: 1;
    transition: .6s ease-in-out
}

.navbar-default .announcement-bar h6 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .04em;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0
}

.navbar-default .announcement-bar h6 strong {
    font-weight: inherit;
    line-height: normal
}

.navbar-default .header-top {
    padding: 16px 0;
    margin: 0;
    visibility: visible;
    opacity: 1;
    transition: .6s ease-in-out
}

.navbar-default .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar-default .header-top .middle-text {
    padding-left: 5.5%
}

.navbar-default .header-top .middle-text h6 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .04em;
    color: #26364b;
    text-align: center;
    padding: 0;
    margin: 0
}

.navbar-default .header-top a {
    font-family: PreloOptimized, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #26364b;
    line-height: 21px;
    font-weight: 400;
    padding: 2px 0 2px 30px;
    margin: 0;
    transition: .6s ease-in-out
}

.navbar-default .header-top a:hover,
.overlay .bottom_block a:hover,
.overlay ul li a:hover,
.overlay ul li.current-menu-item a,
.services-time_sec ul li strong {
    color: #000
}

.navbar-default .header-top .email-block,
.navbar-default .header-top .ph-block,
.owl-carousel .owl-nav {
    display: inline-block;
    padding: 0;
    margin: 0
}

.navbar-default .header-top .ph-block a {
    background: url(images/header-ph-icon-dark.png) left center no-repeat
}

.navbar-default .header-top .email-block a {
    font-size: 16px;
    background: url(images/header-email-icon-dark.png) left center no-repeat
}

.navbar-default .header-bottom {
    padding: 50px 0 57px;
    margin: 0;
    transition: .6s ease-in-out
}

.navbar-default .header-bottom .logo-block {
    width: 130px;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    transition: .6s ease-in-out;
}

@media (min-width: 1200px) {
    .navbar.navbar-default .container {
        max-width: 1320px;
    }
}

.navbar-default .header-bottom .logo-block img {
    width: 100%;
    height: auto;
    transition: .6s ease-in-out;
    filter: brightness(0) invert(1);
    filter: none;
}

.free-estimate-sec .main-block .rt-block .form-block,
.navbar-default .header-bottom .menu-block .menu-icon ul,
.navbar-default .header-bottom .navigation,
.our-testimonials-sec .bottom-block,
.watch-service-sec .img-block {
    padding: 0;
    margin: 0
}

.navbar-default.navbar-default {
    background: #000;
}

@media screen and (min-width:1200px) {

    .navbar-default.navbar-fixed {
        background: #000;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .08)
    }

    .navbar-default.navbar-fixed .header-top {
        margin-top: -85px
    }

    .navbar-default.navbar-fixed .announcement-bar {
        margin-top: -40px
    }

    .navbar-default.navbar-fixed .header-bottom {
        padding: 46px 0 42px
    }

    .navbar-default.navbar-fixed .header-bottom .logo-block {
        width: 135px;
        top: 9px
    }

    .single-post .navbar.navbar-fixed .header-bottom {
        padding-bottom: 45px
    }
}

.navbar-default .header-bottom .menu-block {
    display: none;
    float: right;
    width: 40px;
    padding: 0;
    margin: 20px 0 0;
    cursor: pointer
}

.navbar-default .header-bottom .menu-block .menu-icon {
    display: block;
    cursor: pointer
}

.navbar-default .header-bottom .menu-block .menu-icon ul li {
    display: block;
    float: right;
    width: 100%;
    height: 1px;
    background: #c3a07d;
    padding: 0;
    margin: 3.5px 0;
    border-radius: 4px;
    transition: .6s ease-in-out
}

.navbar-default .header-bottom .menu-block .menu-icon ul li:first-child {
    width: 81%
}

.navbar-default .header-bottom .menu-block .menu-icon ul li:last-child {
    width: 70%
}

.overlay {
    height: 100vh;
    width: 320px;
    position: fixed;
    top: 0;
    right: -360px;
    background-color: #fff;
    transition: .5s;
    z-index: 99999;
    overflow-y: scroll;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2)
}

.overlay-content {
    position: relative;
    top: 70px;
    width: 100%;
    text-align: center;
    margin-top: 0
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .04em;
    display: block;
    transition: .3s
}

.overlay ul li {
    position: relative;
    text-align: left;
    padding: 0;

    list-style: none;
    border-bottom: 1px solid;
}

.overlay ul li a {
    display: block;
    padding: 15px 20px;
    color: #272727;
    font-family: Montserrat, Sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.1px;
    border-bottom: 1px solid rgba(255, 255, 255, .02)
}

.overlay ul li span {
    display: block;
    width: 40px;
    height: 38px;
    font-size: 20px;
    line-height: 36px;
    color: #1f1f1f;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding-right: 15px
}

.overlay ul li span.menu-open {
    line-height: 10px
}

.overlay ul li span:before {
    display: block;
    content: "+";
    font-family: FontAwesome;
    float: right
}

.overlay ul li span.menu-open:before {
    content: "_"
}

.overlay ul li ul li span:before {
    content: "⋎"
}

.overlay ul li ul li span.menu-open:before {
    content: "⋀"
}

#footer .footer-top .social-link-block,
.home #not-homepage,
.mobile-banner_content,
.our-qualifications_sec .image-slider,
.our-testimonials-sec .post-slide .post-content .post-bar,
.our-testimonials-sec .post-slide .post-content .read-more,
.overlay .sub-menu,
.owl-carousel .owl-next::before,
.owl-carousel .owl-prev::before,
.qualifications_sec.mobile,
.repair-watch-sec .main_blk.mobile,
.services_mobile_sec,
.single-post .single-page .commentlist .children li::before,
.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c .vc_btn3-left,
.watch-service-sec.mobile {
    display: none
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 49px;
    line-height: 45px;
    font-family: initial;
    color: #fff;
    font-weight: 200;
    opacity: .7;
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);

    z-index: 999999;
    color: #000;
    text-align: center;

}

.ioi-container .ioi-style1:hover .he-content,
.overlay .closebtn:hover {
    opacity: 1
}

.overlay ul.mobile-menu li ul.sub-menu li:last-child,
.overlay ul.mobile-menu li:last-child {
    border-bottom: none !important
}

.overlay ul.mobile-menu li ul.sub-menu {
    background: 0 0 !important
}

.overlay ul.mobile-menu li ul.sub-menu li a {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, .8) !important;
    transition: .6s ease-in-out;
    padding-left: 30px
}

.overlay ul.mobile-menu li ul.sub-menu li a:hover,
.overlay ul.mobile-menu li ul.sub-menu li.active a {
    color: #2b69df !important
}

.overlay h4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    background-color: #9a7047;
    border-style: solid;
    border-width: 1px 0;
    border-color: rgba(255, 255, 255, .02);
    text-align: left;
    padding-left: 20px
}

.home-slider h1,
.home-slider_content_sec h1 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 600;
    text-align: left !important;
    letter-spacing: .02em
}

.overlay .bottom_block {
    text-align: left;
    padding: 0;
    margin: 0
}

.overlay .bottom_block .box {
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .02)
}

.overlay .bottom_block .box:last-child {
    border-bottom: 0
}

.overlay .bottom_block a {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    color: #fff;
    line-height: 21px;
    font-weight: 500;
    padding: 0 0 0 30px;
    margin: 0;
    background-size: 18px !important;
    transition: .6s ease-in-out;
    word-break: break-all
}

.overlay .bottom_block .ph-block a {
    background: url(images/header-ph-icon.png) left center no-repeat
}

.overlay .bottom_block .email-block a {
    font-size: 13px;
    background: url(images/header-email-icon.png) left top 6px no-repeat
}

.home-slider {
    padding: 175px 0 0 !important;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
    position: relative;
    z-index: 9;
    min-height: 46vw
}

.before-after-slider_sec,
.home-slider-after_sec,
.home-slider_content_sec {
    padding-top: 0 !important
}

.home-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .25) 75%, #000 100%);
    z-index: -1
}

.home-slider .text-block {
    width: 100%;
    padding: 0 30% 30px 0;
    margin: 0;
    min-height: 36vw;
    display: flex;
    align-items: center
}

.home-slider .text-block .vc_col-sm-12 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100%
}

.home-slider h1 {
    font-size: 48px;
    color: #fff;
    line-height: 50px;
    padding: 0;
    margin: 0;
    filter: drop-shadow(3px 3px 1px #26364b)
}

.home-slider h1 strong,
.home-slider_content_sec h1 strong {
    font-weight: initial;
    color: #fff
}

.home-slider .btn-review_read a,
.inner-banner .btn-review_read a {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #fff !important;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: 0 0 !important;
    animation: 1.2s linear infinite blink;
    -webkit-animation: 1.2s linear infinite blink;
    -moz-animation: 1.2s linear infinite blink;
    -ms-animation: blink 1.2s linear infinite;
    -o-animation: 1.2s linear infinite blink
}

.start-here_form h2::after,
.start-here_form h2::before {
    border-bottom: 70px solid #fff;
    border-bottom-width: 90px;
    top: 5px
}

.home-slider .btn-review_read a:hover,
.inner-banner .btn-review_read a:hover {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none
}

.home-slider .btn-review_read {
    text-align: right !important;
    margin-bottom: 0 !important;
    padding-top: 30.5vw;
    position: relative
}

.home-slider .btn-review_read.animated,
.inner-banner .btn-review_read.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.home-slider .contact-form {
    position: absolute;
    bottom: -27em;
    right: 0;
    max-width: 320px;
    background: #fff;
    transform: translateY(0);
    z-index: 99;
    display: none
}

.home-slider_content_sec h1 {
    font-size: 58px;
    color: #26364b;
    line-height: 60px;
    margin: -72px 0 0;
    text-transform: uppercase;
    padding: 15px 20px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 99
}

.home-slider_content_sec .rt_blk .wpb_wrapper {
    position: relative;
    z-index: 99
}

.home-slider_content_sec .contact-form {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 372px;
    margin-top: -172px;
    background: #fff;
    transform: translateY(0);
    z-index: 99
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%)
    }

    50% {
        clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }

    25% {
        opacity: .4
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0
    }

    25% {
        opacity: .4
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0
    }

    25% {
        opacity: .4
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

.home-slider-after_sec {
    display: none;
    background: #fff9f4
}

.repair-watch-sec {
    padding: 0 0 20px !important;
    margin: 0;
    position: relative
}

.repair-watch-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px
}

.repair-watch-sec h2 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    font-size: 57px;
    color: #26364b;
    line-height: 61px;
    padding: 50px 5% 40px 0;
    margin: 0
}

.qualification_sec .upper_blk h2 strong,
.repair-watch-sec h2 strong,
.testimonials_sec .sec_heading h2 strong,
.your-bracelet_sec h2 strong {
    display: block;
    font-weight: 400
}

.repair-watch-sec p {
    font-size: 24px;
    line-height: 39px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    color: #000;
    padding: 0
}

.contact-form h4,
.floating-btn a,
.start-here_form h2 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.repair-watch-sec .main_blk .lt_blk {
    width: 100%;
    padding-right: 0
}

.repair-watch-sec .main_blk .rt_blk {
    width: 31.3333%;
    padding-top: 0;
    padding-left: 0;
    position: relative
}

.about_sec .main_blk .content_blk .wpb_text_column,
.contact-form .form-block,
.lower_sec .important_blk .txt_blk,
.our-testimonials-sec .lrn-btn,
.repair-watch-sec .main_blk .rt_blk .vc_column-inner .wpb_wrapper .wpb_text_column,
.review_slider .wpb_raw_html,
.review_slider .wpb_text_column {
    margin-bottom: 0 !important
}

.contact-form .vc_column-inner,
.inner-banner .txt_blk .vc_col-sm-12 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.our-services-sec .repeater-block .vc_col-sm-4 .vc_column-inner,
.our-services-sec .repeater-block .vc_col-sm-8 .vc_column-inner,
.shipping-process_sec .repeater-block .vc_col-sm-6 .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.contact-form form {
    padding: 0 30px 30px
}

.contact-form.sticky-frm {
    height: 100%;
    position: fixed;
    top: 102px;
    right: 0;
    max-width: 382px;
    z-index: 9;
    background: #fff;
    box-shadow: -2px 0 16px 0 rgba(0, 0, 0, .1);
    border: 0;
    overflow: auto;
    margin-top: 0;
    transition: .4s ease-in-out
}

.contact-form .txt-block {
    margin-bottom: 20px;
    position: relative;
    padding: 15px 8% 20px
}

.contact-form .txt-block::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 40px solid #fff;
    border-right: 185px solid transparent
}

.contact-form .txt-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 40px solid #fff;
    border-left: 185px solid transparent
}

.contact-form .txt-block h4 {
    letter-spacing: .04em;
    padding: 0 !important;
    background: 0 0 !important;
    margin-bottom: 6px
}

#footer .footer-top ul li a,
.contact-form .txt-block h4 a,
.error404 .innerPage p a:hover {
    color: #26364b
}

.contact-form .txt-block h4 strong {
    display: block;
    font-weight: inherit
}

.contact-form .txt-block h5 {
    font-family: PreloCompressedW04-XtraBold;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: .04em;
    color: #26364b;
    padding: 0 35px;
    margin: 12px 0 0;
    text-shadow: 1px 2px 1px #fff;
    text-align: center
}

.contact-form .txt-block h6 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 15px;
    margin: 0;
    background: #fff;
    border-radius: 30px
}

.contact-form h4,
.start-here_form h2 {
    font-size: 18px;
    color: #26364b;
    line-height: 20px;
    margin: 0 0 13px;
    padding: 12px 20% 20px;
    position: relative
}

.start-here_form h2::before {
    content: "";
    position: absolute;
    left: 0;
    border-bottom: 70px solid #fff;
    border-right: 192px solid transparent
}

.start-here_form h2::after {
    content: "";
    position: absolute;
    right: 0;
    border-bottom: 70px solid #fff;
    border-left: 192px solid transparent
}

.contact-form .row,
.start-here_form .row {
    margin: 0 -8px
}

.contact-form .row .col-lg-12,
.contact-form .row .col-lg-6,
.start-here_form .row .col-lg-12,
.start-here_form .row .col-lg-6 {
    padding: 0 8px
}

.contact-form .block,
.start-here_form .block {
    padding: 0 0 15px;
    margin: 0
}

.about_sec .main_blk .content_blk p:last-child,
.baf-gallery-listing_sec .repeat_list:last-child,
.blog-grid_sec .post-grid_blk .vc_gitem-zone-c p:last-child,
.contact-form .block p,
.contact-form .block2 p,
.lower_sec .important_blk .txt_blk blockquote p:last-child,
.single-post .single-page .commentlist .comment-body p:last-of-type,
.start-here_form .block p,
.start-here_form .block2 p,
.testimonials_sec .review_grid_row,
.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c p:last-child,
.your-bracelet_sec p:last-child {
    padding-bottom: 0
}

.contact-form .form-control,
.start-here_form .form-control {
    display: block;
    width: 100%;
    height: 30px !important;
    font-size: 16px;
    color: #26364b;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 6px 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(149, 149, 149, .4);
    border-radius: 0;
    box-shadow: none;
    outline: 0
}

.contact-form textarea.form-control,
.start-here_form textarea.form-control {
    resize: none
}

.contact-form .submit-btn,
.start-here_form .submit-btn {
    display: inline-block;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    background: #000;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 14px 50px;
    margin: 0;
    cursor: pointer;
    transition: .3s ease-in-out
}

.contact-form .submit-btn:hover,
.error404 .innerPage .blue-hover a:hover,
.start-here_form .submit-btn:hover {
    background-position: right 15px center
}

.contact-form .block2,
.start-here_form .block2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.contact-form .block2 .wpcf7-spinner,
.start-here_form .wpcf7-spinner {
    position: absolute;
    right: calc(50% - 130px);
    top: 50%;
    transform: translateY(-50%)
}

.contact-form .block .wpcf7-not-valid-tip,
.start-here_form .wpcf7-not-valid-tip {
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    margin: 2px 0 0;
    letter-spacing: .04em
}

.contact-form .wpcf7-response-output,
.start-here_form .wpcf7-response-output {
    padding: 0;
    width: 100%;
    margin: 20px 0 0 !important;
    border: 0;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .04em;
    font-family: PreloOptimized, sans-serif;
    font-weight: 400
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: rgba(0, 0, 0, .1);
    border-width: 1px
}

.free-estimate {
    position: absolute;
    right: 10px;
    top: 180px;
    max-width: 382px;
    background-color: #fff !important;
    transition: .6s ease-in-out;
    opacity: 1;
    visibility: visible;
    z-index: 9
}

.single-post .free-estimate {
    opacity: 0;
    visibility: hidden;
    display: none
}

.floating-btn {
    position: fixed;
    top: 50%;
    right: -80px;
    width: auto;
    height: 36px;
    transform: rotate(-90deg);
    display: none;
    transition: .6s ease-in-out;
    z-index: 9
}

.floating-btn a.is-sticky {
    bottom: 0;
    transition: .6s ease-in-out
}

.floating-btn a {
    font-size: 14px;
    line-height: 16px;
    color: #26364b;
    padding: 10px 40px 10px 15px;
    margin: 0;
    border-radius: 6px 6px 0 0;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, .2);
    position: relative;
    right: 0;
    bottom: -50px;
    transition: .6s ease-in-out
}

.floating-btn a:hover {
    background: #26364b;
    color: #fff
}

.floating-btn.is-sticky a {
    margin-right: 40px
}

.floating-btn a::before {
    content: "\f0a5";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    height: 16px;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 18px;
    color: #26364b;
    margin: auto 0;
    animation: 1s linear infinite indicator
}

#footer .footer-top ul li a:hover,
.error404 .innerPage p a,
.floating-btn a:hover::before,
.single-post .single-page .comment-respond .comment-form p a,
.single-post .single-page .comment-respond .comment-form p label .required,
.single-post .single-page .sidebar_sticky #sidebar .widget_block ul li a:hover {
    color: #fff
}

.start-here_form .modal-content .modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
}

.start-here_form .block {
    padding-bottom: 20px
}

.start-here_form h2 {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px
}

.start-here_form h2::before {
    border-right-width: 255px
}

.start-here_form h2::after {
    border-left-width: 255px
}

.start-here_form .modal-content .modal-header {
    padding: 0;
    position: relative;
    border: 0
}

.start-here_form .modal-content .modal-header .btn-close {
    position: absolute;
    right: 0;
    border: 0;
    background: 0 0;
    color: #fff;
    box-shadow: none;
    font-size: 30px;
    line-height: 20px;
    top: 0;
    transform: translate(20px, -25px);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: .6s ease-in-out
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover,
.start-here_form .modal-content .modal-header .btn-close:hover {
    opacity: .7
}

.start-here_form .modal-content .modal-header .btn-close:focus {
    box-shadow: none;
    border: 0;
    outline: 0
}

.start-here_form textarea.form-control {
    height: 75px
}

.start-here_form .modal-dialog {
    margin-top: 60px
}

@keyframes indicator {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(5px)
    }
}

.service-centers-sec {
    padding: 0 0 65px;
    margin: 0;
    border-bottom: 1px solid #ebebeb
}

.service-centers-sec .main_blk .vc_col-sm-4 {
    width: 41.666667%
}

.service-centers-sec .main_blk .vc_col-sm-8 {
    width: 58.333333%
}

.service-centers-sec .img-block {
    padding: 0 55px 55px 0;
    margin: 0;
    position: relative
}

.service-centers-sec .img-block img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9
}

.service-centers-sec .img-block:before {
    content: "";
    width: calc(100% - 55px);
    height: calc(100% - 55px);
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #dfdfdf
}

.service-centers-sec .text-block {
    padding: 0 0 0 30px;
    margin: 0
}

.service-centers-sec .text-block h2 {
    font-family: TimesNowOptimized, serif;
    font-weight: 200;
    font-size: 67px;
    color: #26364b;
    line-height: 71px;
    padding: 0 0 110px;
    margin: 0 0 20px;
    position: relative
}

.service-centers-sec .text-block h2:before {
    content: "";
    width: 1px;
    height: 90px;
    position: absolute;
    left: 15px;
    bottom: 0;
    background: rgba(19, 19, 19, .2)
}

.our-services-sec {
    padding: 100px 0 0;
    margin: 0
}

.our-services-sec .repeater-block {
    padding: 0 30% 90px 0;
    margin: 0
}

.our-services-sec .repeater-block .img-block {
    padding: 0 60px 50px 0;
    margin: 0;
    position: relative
}

.our-services-sec .repeater-block .img-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 50px);
    height: calc(100% - 40px);
    background-color: #fff;
    z-index: -1
}

.before-after_sec .repeat_blk .box .img_block .vc_figure .vc_single_image-wrapper img,
.our-services-sec .repeater-block .img-block .vc_figure,
.our-services-sec .repeater-block .img-block .vc_figure .vc_single_image-wrapper,
.qualification_sec .upper_blk .lt_blk,
.qualification_sec .upper_blk .rt_blk,
.watch-service-sec .img-block .vc_figure,
.watch-service-sec .img-block .vc_figure .vc_single_image-wrapper,
.your-bracelet_sec .main_blk .vc_col-sm-4,
.your-bracelet_sec .main_blk .vc_col-sm-8 {
    width: 100%
}

.our-services-sec .repeater-block .img-block img,
.shipping-process_sec .repeater-block .img_blk img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1)
}

.our-services-sec .repeater-block .text-block {
    padding: 0 50px 0 0;
    margin: 0
}

.our-services-sec .repeater-block .text-block h3 {
    font-family: PreloCondensedLight;
    font-size: 38px;
    color: #26364b;
    letter-spacing: .02em;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0 0 32px;
    margin: 0
}

.our-services-sec .repeater-block .text-block p {
    font-size: 20px;
    line-height: 33px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    color: #000;
    padding: 0
}

.our-services-sec .repeater-block .col-lg-5,
.our-services-sec .repeater-block .col-lg-7,
.shipping-process_sec .repeater-block .vc_col-sm-6,
.watch-service-sec .col-lg-5,
.watch-service-sec .col-lg-7 {
    display: flex;
    align-items: center
}

.our-services-sec .repeater-block:nth-child(2n) .row,
.shipping-process_sec .repeater-block:nth-child(2n) {
    flex-direction: row-reverse
}

.our-services-sec .repeater-block:nth-child(2n) .text-block {
    padding-left: 50px;
    padding-right: 0
}

.our-qualifications_sec {
    padding: 50px 0 85px !important;
    margin: 0
}

.inner-banner,
.watch-service-sec {
    background-size: cover;
    background-repeat: no-repeat
}

.about_sec .main_blk,
.baf-gallery-listing_sec .repeat_list,
.inner-banner .btn-blk,
.lower_sec .important_blk,
.our-qualifications_sec .main_blk,
.our-testimonials-sec .vc_row,
.qualification_sec .gallery_blk,
.qualification_sec .upper_blk,
.shipping-process_sec .repeater-block,
.testimonials_sec .vc_row,
.your-bracelet_sec .main_blk {
    padding-right: 25%
}

.our-qualifications_sec h2.sec_heading {
    font-family: PreloCondensedLight;
    font-size: 67px;
    color: #26364b;
    line-height: 71px;
    padding: 0 0 45px;
    margin: 0
}

.our-qualifications_sec .wpb_gallery ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: inherit !important;
    margin: 0 -10px;
    height: initial !important
}

.our-qualifications_sec .wpb_gallery ul li {
    float: none !important;
    max-width: 25% !important;
    flex: 0 0 25%;
    position: inherit !important;
    padding: 0 10px 20px !important;
    margin: 0 !important
}

.our-qualifications_sec .wpb_gallery ul li a {
    border: 2px solid;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .2)
}

.our-testimonials-sec {
    padding-top: 65px !important;
    padding-left: 0;
    padding-bottom: 65px;
    padding-right: 0;
    margin: 0;
    background-size: cover
}

.our-testimonials-sec h2 {
    font-family: PreloCondensedLight;
    font-size: 67px;
    color: #fff;
    line-height: 71px;
    padding: 0 0 95px;
    margin: 0;
    position: relative
}

.our-testimonials-sec h2:before {
    content: "";
    width: 26px;
    height: 17px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    background: url(images/testimonial-top-quote-icon.png) center no-repeat;
    margin: 0 auto
}

.our-testimonials-sec h2::after {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

.our-testimonials-sec .post-slide {
    padding: 0 15% 30px;
    margin: 0 !important;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    justify-content: center;
    align-items: center
}

.our-testimonials-sec .post-slide .post-content {
    background: 0 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column-reverse
}

.our-testimonials-sec p {
    font-family: PreloCondensedLight;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-weight: 400;
    padding: 0 0 70px;
    margin: 0
}

.our-testimonials-sec p.post-description,
.our-testimonials-sec p:empty {
    padding-bottom: 0 !important;
    margin: 0 !important;
    display: none
}

.our-testimonials-sec p:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 17px;
    background: url(images/testimonial-quote-icon-left.png) center no-repeat;
    margin: 0 15px 0 0;
    position: relative;
    top: -8px
}

.our-testimonials-sec p:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 17px;
    background: url(images/testimonial-quote-icon-right.png) center no-repeat;
    margin: 0 0 0 15px;
    position: relative;
    top: 8px
}

.our-testimonials-sec .post-slide .post-img {
    display: inline-block;
    width: 65px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    bottom: 5px;
    right: calc(50% + 80px)
}

.our-testimonials-sec .post-slide .post-img img {
    border: 2px solid #ebebeb;
    border-radius: 50%
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    font-size: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    transition: .5s ease-in-out;
    opacity: 1;
    border: 0;
    margin: 0;
    position: absolute;
    bottom: 0
}

.our-testimonials-sec .post-slide:hover .post-img img {
    transform: scale(1) !important
}

.our-testimonials-sec .post-slide .post-content h3 {
    display: inline-block;
    font-size: 16px !important;
    color: #fff;
    line-height: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.our-testimonials-sec .post-slide .post-content h3 a {
    color: #fff !important
}

.our-testimonials-sec .lrn-btn a {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #fff !important;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    border: 1px solid #9f917a !important;
    padding: 15px 80px 15px 30px;
    margin: 0;
    background: url(images/button-arrow.png) right 25px center no-repeat;
    background-color: transparent !important;
    transition: .6s ease-in-out
}

.our-testimonials-sec .lrn-btn a:hover {
    background-position: right 20px center;
    background-color: #fff !important;
    color: #26364b !important
}

.owl-carousel .owl-prev {
    left: 0;
    background: url(images/testimonial-slider-arrow-left.png) center no-repeat !important
}

.owl-carousel .owl-next {
    right: 0;
    background: url(images/testimonial-slider-arrow-right.png) center no-repeat !important
}

.owl-carousel .owl-next::focus,
.owl-carousel .owl-prev:focus {
    outline: 0;
    border: 0;
    box-shadow: none
}

.our-testimonials-sec .vc_row .wpb_raw_htmlP {
    margin-bottom: 15px !important
}

.eapps-google-reviews-bacd0da1-f02f-4e1c-b62f-129efcf07c3f-custom-css-hook .Main__Container-sc-1n4ud0o-0 a[href="https://elfsight.com/google-reviews-widget/?utm_source=websites&utm_medium=clients&utm_content=google-reviews&utm_term=diligencedigitalindia.com&utm_campaign=free-widget"],
.ti-profile-details>.ti-date,
.wp-google-time {
    display: none !important
}

.watch-service-sec {
    padding: 115px 0 100px !important;
    margin: 0;
    background-position: center
}

.watch-service-sec .main_blk {
    padding-right: 30.5%
}

.watch-service-sec .text-block {
    padding: 0 5% 0 0;
    margin: 0
}

.watch-service-sec .text-block h2 {
    font-family: PreloCondensedLight;
    font-size: 57px;
    color: #26364b;
    line-height: 61px;
    padding: 0 0 30px;
    margin: 0
}

.watch-service-sec .text-block p {
    font-size: 19px;
    line-height: 30px;
    padding: 0 0 30px
}

.watch-service-sec .img-block img {
    width: 100%;
    height: auto
}

.services-time_sec {
    padding: 75px 0 70px !important
}

.services-time_sec .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%
}

.services-time_sec .text-block h2 {
    text-align: center
}

.services-time_sec p {
    padding-bottom: 20px !important
}

.services-time_sec ul {
    padding: 0 0 0 5px;
    margin: 0 0 20px
}

.services-time_sec ul li {
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #555;
    line-height: 22px;
    font-weight: 400;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    position: relative
}

.services-time_sec ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: 0 0;
    border-top: 6px solid transparent;
    border-left: 8px solid;
    border-bottom: 6px solid transparent;
    margin: auto 0
}

.free-estimate-sec {
    padding: 80px 0 0;
    margin: 0
}

.free-estimate-sec .main-block {
    padding: 0;
    margin: 0 0 -170px;
    background: #fff;
    box-shadow: 0 5px 18px 0 rgba(165, 176, 191, .35);
    position: relative
}

.free-estimate-sec .main-block .img-block {
    width: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0
}

.about_sec .main_blk .img_blk .wpb_wrapper .vc_single_image-wrapper img,
.free-estimate-sec .main-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.free-estimate-sec .main-block .rt-block {
    float: right;
    width: 50%;
    padding: 40px 30px 60px;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-left: none
}

.free-estimate-sec .main-block .rt-block h3 {
    font-family: PreloCondensedLight;
    font-size: 23px;
    color: #26364b;
    line-height: 25px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0
}

.free-estimate-sec .main-block .rt-block h2 {
    font-family: PreloCondensedLight;
    font-size: 64px;
    color: #26364b;
    line-height: 66px;
    padding: 0 0 60px;
    margin: 0
}

.free-estimate-sec .main-block .rt-block .form-block .block {
    padding: 0 0 20px;
    margin: 0
}

.free-estimate-sec .main-block .rt-block .form-block .form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #26364b;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 6px 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(149, 149, 149, .4);
    border-radius: 0;
    box-shadow: none;
    outline: 0
}

#footer .footer-top h3,
.free-estimate-sec .main-block .rt-block .form-block .submit-btn {
    letter-spacing: .12em;
    font-size: 14px;
    font-family: PreloCondensedLight;
    text-transform: uppercase
}

.free-estimate-sec .main-block .rt-block .form-block textarea.form-control {
    height: 140px;
    resize: none
}

.free-estimate-sec .main-block .rt-block .form-block .submit-btn {
    display: inline-block;
    color: #fff;
    line-height: 16px;
    font-weight: 700;
    background: url(images/submit-btn-arrow.png) right 50px center no-repeat;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 14px 80px 14px 50px;
    margin: 20px 0 0;
    cursor: pointer;
    transition: .3s ease-in-out
}

.free-estimate-sec .main-block .rt-block .form-block .submit-btn:hover {
    background-position: right 45px center
}

.free-estimate-sec .main-block .rt-block .form-block .block .wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin: 8px 0 0;
    letter-spacing: .04em
}

.free-estimate-sec .main-block .rt-block .form-block .wpcf7-response-output {
    padding: 0;
    width: 100%;
    margin: 20px 0 0;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .04em;
    font-weight: 500
}

#footer {
    padding: 80px 0 40px;
    margin: 0;
    background: url(images/footer-bg.jpg) center top/cover no-repeat;
    border-top: 1px solid #ebd5c5
}

#footer .footer-top {
    padding: 0 0 60px;
    margin: 0;
    border-bottom: 1px solid #e1e1e1
}

#footer .footer-top .footer-logo-block {
    padding: 0 40px 0 0;
    margin: 0
}

#footer .footer-top .footer-logo-block img {
    width: auto;
    max-width: 100%;
    height: auto;
    background: #000;
}

#footer .footer-top h3 {
    color: #26364b;
    line-height: 16px;
    font-weight: 700;
    padding: 0 0 30px;
    margin: 0
}

#footer .footer-top ul {
    padding: 0 16% 0 0;
    margin: 0;
    display: inline-block
}

#footer .footer-top ul li {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #26364b;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: capitalize;
    padding: 0 0 15px;
    margin: 0
}

#footer .footer-top .our-link-block ul li {
    float: left;
    width: 33.3333%;
    padding-right: 15px
}

.single-post #footer .footer-top .social-link-block {
    display: block
}

#footer .footer-top .social-link-block ul li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    transition: .6s ease-in-out
}

#footer .footer-top .social-link-block ul li a:hover i {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

#footer .footer-md {
    padding: 50px 29% 0 0;
    margin: 0
}

.single-post #footer .footer-bottom,
.single-post #footer .footer-md {
    padding-right: 0
}

#footer .footer-md p {
    font-size: 8px;
    line-height: 16px;
    color: #000
}

#footer .footer-md .sponsor-block {
    padding: 0;
    margin: 30px 0 0;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

#footer .footer-md .sponsor-block .box {
    max-width: 11.11%;
    flex: 0 0 11.11%;
    text-align: center;
    transition: .6s ease-in-out;
    cursor: pointer
}

#footer .footer-md .sponsor-block .box:nth-last-child(2) {
    text-align: right
}

#footer .footer-md .sponsor-block .box:last-child {
    text-align: right;
    padding-right: 20px
}

#footer .footer-md .sponsor-block .box img {
    width: auto;
    max-width: 100%;
    height: 40px;
    transition: .6s ease-in-out
}

#footer .footer-md .sponsor-block .box:hover img {
    filter: grayscale(1)
}

#footer .footer-md .sponsor-block:after {
    content: "";
    width: 17%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e1e1e1;
    margin: auto 0
}

#footer .footer-md .sponsor-block:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e1e1e1;
    margin: auto 0;
    width: 14.5%
}

#footer .footer-bottom {
    padding: 40px 29% 0 0;
    margin: 0
}

#footer .footer-bottom p {
    font-size: 14px;
    line-height: 18px;
    padding: 0
}

#footer .footer-bottom p a {
    color: #555
}

#footer .footer-bottom p a:hover {
    color: #c3a07d
}

.inner-banner {
    padding: 175px 0 10px !important;
    margin: 0;
    background-position: top -50px center;
    position: relative;
    z-index: 9;
    height: 43.51163vw;
    display: flex;
    align-items: flex-end
}

.inner-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .75) 50%, rgba(0, 0, 0, .95) 100%);
    z-index: -1
}

.inner-banner .txt_blk {
    width: 100%;
    padding: 0;
    margin: 0 auto
}

.inner-banner .desc {
    display: flex;
    justify-content: center
}

.inner-banner h1 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    font-size: 57px;
    color: #fff;
    line-height: 61px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: relative
}

.inner-banner .btn-review_read {
    display: block !important;
    text-align: right !important;
    margin-bottom: 0 !important;
    padding-top: 2vw
}

.page-before-after-photos .inner-banner,
.page-rolex-band-repair .inner-banner {
    background-position: center
}

.blog-grid_sec .main_blk {
    padding-right: 29%
}

.blog-grid_sec,
.qualification_sec,
.shipping-process_sec,
.testimonials_sec {
    padding: 65px 0 0 !important;
    margin: 0
}

.shipping-process_sec .repeater-block {
    padding-bottom: 90px;
    margin: 0;
    position: relative
}

.shipping-process_sec .repeater-block::after {
    display: block !important;
    position: absolute;
    left: 225px;
    bottom: 60px;
    border-bottom: 2px dashed silver;
    width: calc(50% - 182px);
    height: 100%;
    z-index: -1
}

.shipping-process_sec .repeater-block .img_blk {
    padding: 0;
    margin: 0;
    position: relative
}

.shipping-process_sec .repeater-block .img_blk::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    border-left: 2px dashed silver;
    width: 50%;
    height: 50%;
    z-index: -1
}

.shipping-process_sec .repeater-block .img_blk::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    border-left: 2px dashed silver;
    width: 50%;
    height: 50%;
    z-index: -1
}

.shipping-process_sec .repeater-block .img_blk .vc_single_image-wrapper {
    padding: 0 100px 60px 0;
    position: relative;
    z-index: 9
}

.shipping-process_sec .repeater-block .img_blk .vc_single_image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 55px);
    height: calc(100% - 55px);
    background-color: #fff;
    z-index: -1
}

.shipping-process_sec .repeater-block .content_blk {
    padding: 0 0 0 50px;
    margin: 0
}

.shipping-process_sec .repeater-block .content_blk h2 {
    font-family: PreloCondensedLight;
    font-size: 47px;
    color: #26364b;
    line-height: 51px;
    text-transform: uppercase;
    padding: 0 5% 30px 0;
    margin: 0
}

.shipping-process_sec .repeater-block .content_blk h4 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .02em;
    padding: 5px 13px;
    margin: 0 0 20px;
    display: inline-block;
    width: auto;
    height: auto;
    background: #26364b;
    border-radius: 3px 3px 3px 0;
    position: relative
}

.shipping-process_sec .repeater-block .content_blk h4::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 9px solid #26364b;
    border-right: 11px solid transparent
}

.shipping-process_sec .repeater-block .content_blk p {
    font-size: 18px;
    line-height: 29px;
    padding: 0 0 25px
}

.shipping-process_sec .repeater-block:nth-child(2n) .content_blk {
    padding: 0 50px 0 0
}

.shipping-process_sec .repeater-block:last-of-type {
    padding-bottom: 40px
}

.before-after-slider_sec .owl-carousel .item .ioi-style1:hover .box-img::after,
.before-after_sec .repeat_blk .box:hover .img_block::before,
.shipping-process_sec .repeater-block:first-child .img_blk::before,
.shipping-process_sec .repeater-block:last-of-type .img_blk::after,
.shipping-process_sec .repeater-block:last-of-type::after {
    opacity: 0;
    visibility: hidden
}

.shipping-process_sec .repeater-block:nth-child(odd) .img_blk::after,
.shipping-process_sec .repeater-block:nth-child(odd) .img_blk::before {
    transform: translateX(-2px)
}

.lower_sec {
    padding-bottom: 65px !important
}

.lower_sec .important_blk .txt_blk blockquote {
    background: rgba(204, 149, 109, .4);
    padding: 15px 20px;
    color: #fff;
    border-left: 4px solid #26364b;
    border-radius: 3px 0 0 3px
}

.lower_sec .important_blk .txt_blk blockquote p {
    color: #26364b;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: .04em
}

.about_sec {
    padding: 65px 0 75px !important;
    margin: 0
}

.about_sec .main_blk {
    margin: 0 !important
}

.about_sec .main_blk .vc_column_container .vc_column-inner {
    padding: 0 !important;
    height: 100%
}

.about_sec .main_blk .img_blk {
    flex: 0 0 50%;
    max-width: 50%
}

.about_sec .main_blk .img_blk .wpb_single_image {
    margin-bottom: 0 !important;
    padding-right: 0;
    height: 100%
}

.about_sec .main_blk .img_blk .wpb_wrapper,
.rolex_list .repeater-block .img-block img {
    width: 100%;
    height: 100%
}

.about_sec .main_blk .img_blk .wpb_wrapper .vc_single_image-wrapper {
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1
}

.about_sec .main_blk .img_blk .wpb_wrapper .vc_single_image-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #dfdfdf;
    z-index: -1
}

.about_sec .main_blk .content_blk {
    display: flex;
    align-items: center;
    padding-left: 30px;
    flex: 0 0 50%;
    max-width: 50%
}

.about_sec .main_blk .content_blk h4 {
    font-family: PreloCondensedLight;
    font-size: 20px;
    color: #26364b;
    line-height: 23px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.about_sec .main_blk .content_blk h2 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 700;
    font-size: 47px;
    color: #26364b;
    line-height: 51px;
    padding: 0;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase
}

.about_sec .main_blk .content_blk h3 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 0 0 60px;
    margin: 0 0 20px;
    position: relative
}

.about_sec .main_blk .content_blk h3:before {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    left: 15px;
    bottom: 0;
    background: rgba(19, 19, 19, .2)
}

.about_sec .main_blk .content_blk p {
    font-size: 18px;
    line-height: 29px
}

.about_sec .main_blk:nth-child(2) {
    padding-top: 50px
}

.about_sec .main_blk:nth-child(2) .content_blk {
    padding-left: 0;
    padding-right: 40px
}

.team_sec {
    padding: 65px 0 0 !important;
    margin: 0;
    display: none
}

.team_sec .sec_heading h2 {
    font-family: PreloCondensedLight;
    font-size: 67px;
    color: #26364b;
    line-height: 71px;
    padding: 0 0 60px;
    margin: 0;
    position: relative;
    text-transform: capitalize
}

.team_sec .main_blk .box .wpb_single_image {
    text-align: center !important;
    margin-bottom: 20px !important
}

.team_sec .main_blk .box .wpb_single_image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
    border: 5px solid #fff;
    box-shadow: 0 5px 12px 0 rgb(0, 0, 0, .12)
}

.team_sec .main_blk .box h2 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #26364b;
    line-height: 24px;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 0 0 5px;
    margin: 0 0 5px
}

.team_sec .main_blk .box h4 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #000;
    font-style: italic;
    line-height: 22px;
    letter-spacing: .04em;
    text-transform: capitalize;
    padding: 0 0 10px;
    margin: 0 0 20px;
    position: relative
}

.team_sec .main_blk .box h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 1px;
    background: #dfdfdf;
    margin: 0 auto
}

.team_sec .main_blk .box {
    overflow: hidden;
    cursor: pointer
}

.team_sec .main_blk .box .social-links {
    opacity: 0;
    visibility: hidden;
    transform: translateY(75px);
    margin-bottom: 0 !important;
    text-align: center;
    transition: .6s ease-in-out
}

.team_sec .main_blk .box:hover .social-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.team_sec .main_blk .box .social-links ul li {
    display: inline-block;
    margin: 0 6px
}

.team_sec .main_blk .box .social-links ul li a {
    width: 30px;
    height: 30px;
    display: block;
    color: #fff;
    font-size: 14px;
    border: 1px solid;
    border-radius: 50%;
    transition: .6s ease-in-out
}

.team_sec .main_blk .box .social-links ul li a:hover {
    background: #fff;
    color: #fff
}

.team_sec .main_blk .box .social-links ul li a i {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column
}

.qualification_sec .upper_blk {
    overflow: hidden;
    padding-bottom: 70px !important
}

.qualification_sec .upper_blk h2 {
    font-family: PreloCondensedLight;
    font-size: 57px;
    color: #26364b;
    line-height: 61px;
    padding: 0;
    margin: 0;
    display: none
}

.qualification_sec .upper_blk p {
    padding: 0;
    font-size: 18px;
    line-height: 28px
}

.qualification_sec .upper_blk .rt_blk {
    padding-top: 40px;
    padding-left: 0
}

.qualification_sec .upper_blk .rt_blk .vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-bottom: 0 !important;
    animation-delay: .3s;
    animation-duration: 4s
}

.qualification_sec .upper_blk .lt_blk .vc_column-inner .wpb_wrapper .video_blk {
    animation-delay: .3s;
    animation-duration: 4s
}

.qualification_sec .upper_blk .lt_blk .vc_column-inner .wpb_wrapper .video_blk .rll-youtube-player {
    padding-bottom: initial
}

.qualification_sec .upper_blk .lt_blk .video_blk {
    padding: 0 35px 35px 0;
    margin: 0;
    position: relative;
    z-index: 9
}

.qualification_sec .upper_blk .lt_blk .video_blk:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #dfdfdf
}

.qualification_sec .upper_blk .lt_blk .wpb_text_column {
    padding-top: 40px
}

.qualification_sec .wpb_gallery ul {
    position: inherit !important;
    margin: 0 -10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: auto !important
}

.qualification_sec .wpb_gallery ul li {
    float: none !important;
    position: inherit !important;
    padding: 0 10px 30px !important;
    margin: 0 !important
}

.qualification_sec .wpb_gallery ul li a {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .09);
    position: relative;
    padding: 2px;
    overflow: hidden
}

.qualification_sec .wpb_gallery ul li a::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    -webkit-animation: 8s linear infinite rotate;
    animation: 8s linear infinite rotate
}

.qualification_sec .wpb_gallery ul li a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #fff;
    border-radius: 5px
}

@keyframes rotate {
    100% {
        transform: rotate(1turn)
    }
}

.testimonials_sec .sec_heading h2 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    font-size: 57px;
    color: #26364b;
    line-height: 61px;
    padding: 0;
    margin: 0 0 50px;
    position: relative
}

.testimonials_sec .sec_heading h2:before {
    content: "";
    width: 28%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: rgba(0, 0, 0, .1)
}

.testimonials_sec .sec_heading h2:after {
    content: "";
    width: 28%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: rgba(0, 0, 0, .1)
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-animated-block {
    max-width: 75px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 99;
    transform: translateX(-15px);
    overflow: hidden;
    border: 2px solid #ebebeb;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .1)
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c {
    background-color: #fff !important;
    padding: 0 40px 40px 0;
    position: relative;
    margin-top: -35px;
    z-index: 9
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #dfdfdf;
    z-index: -1
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c .vc_gitem-zone-mini {
    background-color: #fff !important;
    padding: 60px 25px 30px;
    box-shadow: -5px 2px 10px 5px rgb(0, 0, 0, .02)
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c .vc_gitem-zone-mini .vc_gitem_row {
    padding: 0;
    text-align: center
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c h4 {
    display: inline-block;
    font-size: 16px !important;
    color: #fff;
    line-height: 18px;
    font-weight: 600;
    padding: 30px 0 0;
    margin: 0;
    vertical-align: middle;
    position: relative
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c h4::after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    background: rgba(255, 255, 255, .3);
    margin: 0 auto
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c .vc_col-sm-12 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c .vc_gitem-post-data-source-post_title {
    margin: 0;
    text-align: center
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    min-height: 250px;
    overflow: hidden
}

.blog-grid_sec .post-grid_blk .vc_gitem-zone-c p:empty,
.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c p:empty {
    display: none;
    padding: 0
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c p:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url(images/testimonial-quote-icon-left.png) center/20px no-repeat;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px
}

.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c p:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url(images/testimonial-quote-icon-right.png) center/20px no-repeat;
    margin: 0 0 0 10px;
    position: relative;
    top: 8px
}

.blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn .vc_grid-btn-load_more a,
.testimonials_sec .review_grid_row .lrn-btn a,
.testimonials_sec .review_grid_row .review_grid .vc_pageable-load-more-btn .vc_grid-btn-load_more a {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .06em;
    padding: 15px 80px 15px 30px;
    background: url(images/button-arrow.png) right 25px center no-repeat;
    color: #26364b;
    text-transform: uppercase;
    font-weight: 600
}

.blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn,
.rolex_list .repeater-block .img-block .img-thumb,
.testimonials_sec .review_grid_row .review_grid .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt,
.testimonials_sec .review_grid_row .review_grid .vc_pageable-load-more-btn {
    margin: 0
}

.testimonials_sec .review_grid_row .review_grid .vc_pageable-load-more-btn .vc_grid-btn-load_more {
    margin: 0;
    padding: 0 0 50px;
    border-bottom: 1px solid #ededed;
    width: 100%
}

.blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn .vc_grid-btn-load_more a,
.testimonials_sec .review_grid_row .review_grid .vc_pageable-load-more-btn .vc_grid-btn-load_more a {
    border: 1px solid #9f917a;
    margin: 50px 0 15px;
    border-radius: 0
}

.ti-widget.ti-goog .ti-col-4 .ti-review-item {
    -ms-flex: 0 0 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important
}

.ti-widget.ti-goog .ti-review-content {
    height: 180px !important;
    padding-right: 0 !important
}

.ti-widget.ti-goog .ti-footer {
    display: none !important;
    opacity: 0;
    visibility: hidden
}

.testimonials_sec .review_grid_row .lrn-btn {
    margin-bottom: 0 !important;
    display: block;
    text-align: center
}

.testimonials_sec .review_grid_row .lrn-btn a {
    border: 1px solid #9f917a !important;
    margin: 0;
    transition: .6s ease-in-out;
    background: url(images/button-arrow.png) right 25px center no-repeat, #9f917a !important;
    color: #fff !important;
    padding: 15px 60px 15px 25px !important
}

.testimonials_sec .review_grid_row .lrn-btn a:hover {
    background-position: right 20px center;
    color: #26364b;
    border-color: #9f917a;
    background-color: transparent
}

.before-after-slider_sec .owl-carousel .item .ioi-style1 img {
    max-height: 520px;
    min-height: 520px;
    overflow: hidden;
    object-fit: cover;
    object-position: center
}

.before-after-slider_sec .owl-carousel .item .ioi-style1 .box-img,
.before-after-slider_sec .owl-carousel .item .ioi-style1 .he-content {
    padding: 5px
}

.before-after-slider_sec .owl-carousel .item .ioi-style1 .box-img::after,
.before-after-slider_sec .owl-carousel .item .ioi-style1 .he-content::after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    line-height: 13px;
    color: #131313;
    padding: 6px 8px;
    font-weight: 600;
    border-radius: 0 0 10px;
    letter-spacing: .12em;
    transition: .6s ease-in-out
}

.before-after-slider_sec .owl-carousel .item .ioi-style1 .box-img::after {
    content: "Before"
}

.before-after-slider_sec .owl-carousel .item .ioi-style1 .he-content::after {
    content: "After"
}

.before-after-slider_sec .owl-carousel .owl-controls {
    top: 50%;
    transform: translateY(-50%)
}

.before-after-slider_sec .owl-carousel .owl-controls .owl-prev {
    left: -25px;
    background-color: rgba(0, 0, 0, .7) !important;
    border-radius: 50% !important
}

.before-after-slider_sec .owl-carousel .owl-controls .owl-next {
    right: -25px;
    background-color: rgba(0, 0, 0, .7) !important;
    border-radius: 50% !important
}

.before-after_sec {
    padding-bottom: 75px;
    padding-top: 65px !important;
    margin: 0;
    position: relative
}

.before-after_sec .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px
}

.before-after_sec .repeat_blk {
    width: 100%;
    float: none;
    margin: 0 0 0 -5px
}

.before-after_sec .repeat_blk .box {
    padding: 0 15px;
    transition: .6s ease-in-out
}

.before-after_sec .repeat_blk .box .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .1), 0 4px 4px rgba(0, 0, 0, .1), 0 8px 8px rgba(0, 0, 0, .1), 0 16px 16px rgba(0, 0, 0, .1)
}

.before-after_sec .repeat_blk .box .img_block {
    text-align: center;
    height: 625px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
    transition: .6s ease-in-out
}

.before-after_sec .repeat_blk .box .img_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 1;
    visibility: visible;
    transition: .6s ease-in-out;
    z-index: 1
}

.before-after_sec .repeat_blk .box .img_block::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .009) 11.7%, rgba(0, 0, 0, .034) 22.1%, rgba(0, 0, 0, .072) 31.2%, rgba(0, 0, 0, .123) 39.4%, rgba(0, 0, 0, .182) 46.6%, rgba(0, 0, 0, .249) 53.1%, rgba(0, 0, 0, .32) 58.9%, rgba(0, 0, 0, .394) 64.3%, rgba(0, 0, 0, .468) 69.3%, rgba(0, 0, 0, .54) 74.1%, rgba(0, 0, 0, .607) 78.8%, rgba(0, 0, 0, .668) 83.6%, rgba(0, 0, 0, .721) 88.7%, rgba(0, 0, 0, .762) 94.1%, rgba(0, 0, 0, .79) 100%);
    transform: translateY(0);
    transition: .6s ease-in-out
}

.before-after_sec .repeat_blk .box:hover .img_block::after {
    transform: translateY(-50%)
}

.before-after_sec .repeat_blk .box .img_block .vc_figure,
.before-after_sec .repeat_blk .box .img_block .vc_figure .vc_single_image-wrapper {
    width: 100%;
    transform: scale(1.001)
}

.before-after_sec .repeat_blk .box .img_block .vc_figure a img {
    width: 100%;
    height: 105%;
    display: block;
    object-fit: cover;
    transform: translateY(0);
    border: 0 !important;
    overflow: hidden;
    transition: .6s ease-in-out
}

.before-after_sec .repeat_blk .box:hover .img_block .vc_figure a img {
    transform: translateY(-3%)
}

.before-after_sec .repeat_blk .box .img_block h2 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 27px;
    letter-spacing: .04em;
    text-transform: uppercase;
    max-width: 130px;
    padding: 10px 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    transform: translateY(-30px);
    transition: .6s ease-in-out
}

.before-after_sec .repeat_blk .box:hover .img_block h2 {
    transform: translateY(-315px)
}

.lightbox .lb-image {
    border-radius: 0 !important;
    border-width: 1px !important
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    font-family: PreloOptimized, sans-serif;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 5px 10px !important;
    color: #fff !important;
    background: rgba(0, 0, 0, .2) !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important
}

.twentytwenty-after-label::before,
.twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
    margin-top: 0 !important;
    transform: translateY(220px);
    transition: .6s ease-in-out
}

.twentytwenty-overlay:hover .twentytwenty-after-label::before,
.twentytwenty-overlay:hover .twentytwenty-before-label::before,
.twentytwenty-overlay:hover .twentytwenty-horizontal .twentytwenty-after-label::before {
    transform: translateY(180px)
}

.bafg_sec {
    padding: 65px 0
}

.bafg_sec .main_blk .bafg-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.bafg_sec .main_blk .bafg-row .bafg-col-4 {
    width: 100%;
    float: none;
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.bafg-gallery-row .bafg-twentytwenty-container,
.bafg_gallery_filter .bafg-twentytwenty-container {
    box-shadow: -1px 2px 12px 0 rgba(0, 0, 0, .15);
    border: 3px solid #fff
}

.twentytwenty-handle {
    background: #fff
}

.twentytwenty-left-arrow {
    border-right-color: #fff !important
}

.twentytwenty-right-arrow {
    border-left-color: #fff !important
}

.baf-gallery-listing_sec {
    padding-top: 85px !important;
    padding-bottom: 45px !important
}

.baf-gallery-listing_sec .repeat_list {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 50px
}

.baf-gallery-listing_sec .repeat_list:nth-child(odd) {
    justify-content: flex-start
}

.baf-gallery-listing_sec .repeat_list:nth-child(2n) {
    justify-content: flex-end
}

.baf-gallery-listing_sec .repeat_list .img_blk .wpb_wrapper:not(figure) {
    position: relative;
    padding: 0 60px 60px 0
}

.baf-gallery-listing_sec .repeat_list .img_blk .img_thumb {
    padding: 0;
    margin-bottom: 0
}

.baf-gallery-listing_sec .repeat_list .img_blk .img_thumb figure {
    width: 100%;
    overflow: hidden
}

.baf-gallery-listing_sec .repeat_list .img_blk .wpb_wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    z-index: -1
}

.baf-gallery-listing_sec .repeat_list .img_blk .background-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    margin: 0;
    width: calc(100% - 80px);
    opacity: 0;
    visibility: hidden
}

.baf-gallery-listing_sec .repeat_list .img_blk .img_thumb h2 {
    font-family: PreloOptimized, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 8px 15px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .65);
    border-radius: 3px;
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 78px
}

.baf-gallery-listing_sec .repeat_list .content_blk {
    width: 55%
}

.baf-gallery-listing_sec .repeat_list .content_blk .text_pane {
    margin-bottom: 0;
    padding-left: 100px
}

.baf-gallery-listing_sec .repeat_list:nth-child(2n) .content_blk .text_pane {
    padding-left: 0;
    padding-right: 100px
}

.blog-grid_sec .post-grid_blk .vc_pageable-slide-wrapper {
    margin-right: -8px;
    margin-left: -7px
}

.blog-grid_sec .post-grid_blk .vc_grid-item {
    padding-bottom: 30px !important;
    padding-left: 7px !important;
    padding-right: 8px !important
}

.blog-grid_sec .post-grid_blk .vc_grid-item .vc_grid-item-mini::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    height: calc(100% - 30px);
    border: 1px solid #dfdfdf;
    z-index: -1
}

.blog-grid_sec .post-grid_blk .vc_grid-item .vc_grid-item-mini {
    padding: 0 20px 22px 0;
    position: relative;
    z-index: 99 !important
}

.blog-grid_sec .post-grid_blk .vc_gitem-zone-c {
    background-color: 30px 25px !important;
    padding: 30px 25px !important
}

.blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_gitem-col {
    padding: 0 !important
}

.blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_btn3-left,
.blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_custom_heading {
    padding: 0;
    margin: 0 !important
}

.blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_custom_heading h4 {
    display: inline-block;
    font-size: 22px !important;
    color: #26364b;
    line-height: 27px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
    vertical-align: middle;
    border-left: 0 solid;
    height: 55px;
    overflow: hidden
}

.blog-grid_sec .post-grid_blk .vc_gitem-zone-c p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    min-height: 180px
}

.blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_btn3-left .vc_btn3 {
    display: inline-block;
    font-family: PreloCondensedLight;
    font-size: 14px;
    color: #26364b;
    line-height: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    background: url(images/submit-btn-arrow-dark.png) right 25px center no-repeat;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 12px 55px 12px 20px;
    margin: 0;
    cursor: pointer;
    transition: .3s ease-in-out
}

.blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_btn3-left .vc_btn3:hover {
    background-position: right 20px center
}

.blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn .vc_grid-btn-load_more {
    margin: 0;
    padding: 0 0 30px;
    border-bottom: 0 solid #ededed;
    width: 100%
}

.blog-grid_sec .post-grid_blk .vc_gitem-animated-block {
    overflow: hidden
}

.blog-grid_sec .post-grid_blk .vc_gitem-animated-block .vc_gitem-zone {
    max-height: 200px;
    transform: scale(1);
    transition: .6s ease-in-out
}

.blog-grid_sec .post-grid_blk .vc_gitem-animated-block .vc_gitem-zone:hover {
    transform: scale(1.12)
}

.single-post .navbar .header-bottom {
    background: #000;
    padding-bottom: 60px
}

.single-post .single-page {
    padding: 190px 0 60px;
    margin: 0
}

.single-post .single-page .col-lg-9 {
    padding-right: 30px
}

.single-post .single-page .box-block {
    padding-bottom: 30px
}

.single-post .single-page .box-block .entry-content p a {
    color: #fff;
    opacity: 1
}

.single-post .single-page .box-block .entry-content p a:hover,
.single-post .single-page .commentlist .comment-body .reply .comment-reply-link:hover {
    opacity: .8
}

.single-post .single-page .box-block .bottom-box .post_title {
    display: block;
    font-size: 47px !important;
    color: #26364b;
    line-height: 51px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0 0 20px;
    vertical-align: middle
}

.single-post .single-page .box-block .bottom-box .post_meta_at .date-comment span {
    display: inline-block;
    font-size: 16px !important;
    color: #26364b;
    line-height: 18px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    padding: 0 20px 0 0;
    margin: 0 0 20px;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.single-post .single-page .box-block .bottom-box .post_meta_at .date-comment span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 5px;
    height: 1px;
    background: #000;
    margin: auto 0
}

.single-post .single-page .box-block .bottom-box .post_meta_at .date-comment span:last-child::after {
    opacity: 0
}

.single-post .single-page .box-block .bottom-box .post_meta_at .date-comment span i {
    color: #fff;
    margin-right: 6px
}

.single-post .single-page .box-block .img-block img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 30px
}

.single-post .single-page .box-block .entry-content .addtoany_content {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    flex-direction: row
}

.single-post .single-page .box-block .entry-content .addtoany_content .addtoany_list {
    line-height: initial !important;
    padding-top: 5px
}

.single-post .single-page .box-block .entry-content .addtoany_content .addtoany_list a span {
    border-radius: 0 !important
}

.single-post .single-page .box-block .entry-content .addtoany_content .addtoany_header {
    margin: 0 12px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #131313;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    display: inline-block
}

.error404 .innerPage .blue-hover a,
.single-post .single-page .comment-respond .comment-form .form-submit .submit {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: none;
    outline: 0;
    transition: .3s ease-in-out
}

.single-post .single-page .comment-respond {
    padding: 50px 0 0;
    border-top: 1px solid #dfdfdf
}

.single-post .single-page .comment-respond .comment-reply-title {
    display: inline-block;
    font-size: 27px !important;
    color: #26364b;
    line-height: 31px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0 !important;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.single-post .single-page .comment-respond .comment-form p {
    font-size: 19px !important;
    color: #26364b;
    line-height: 28px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 20px 0;
    position: relative;
    max-width: 100%;
    flex: 0 0 100%
}

.single-post .single-page .comment-respond .comment-form p input[type=text] {
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 16px
}

.single-post .single-page .comment-respond .comment-form .comment-form-comment {
    margin: 0 0 10px;
    order: 5
}

.single-post .single-page .comment-respond .comment-form .comment-form-comment textarea {
    resize: none;
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 16px
}

.single-post .single-page .comment-respond .comment-form .form-submit .submit {
    font-family: PreloCondensedLight;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    letter-spacing: .12em;
    background: url(images/submit-btn-arrow.png) right 40px center no-repeat;
    border: none;
    border-radius: 0;
    padding: 14px 70px 14px 35px;
    margin: 10px 0 0;
    cursor: pointer
}

.single-post .single-page .comment-respond .comment-form .form-submit .submit:hover {
    background-position: right 35px center
}

.single-post .single-page .comment-respond .comment-form .comment-form-comment textarea:focus,
.single-post .single-page .comment-respond .comment-form p input[type=text]:focus {
    box-shadow: none;
    outline: 0;
    border-color: #26364b;
    border-radius: 0;
    border-width: 1px
}

.single-post .single-page .comment-respond .comment-form p label {
    position: absolute;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .04em;
    font-family: PreloOptimized, sans-serif;
    font-weight: 400;
    color: #26364b;
    margin: 0;
    padding: 0 5px;
    top: -8px;
    left: 15px;
    background: #fff
}

.single-post .single-page .comment-respond .comment-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.single-post .single-page .comment-respond .comment-form .comment-notes {
    order: 1
}

.single-post .single-page .comment-respond .comment-form .comment-form-author {
    max-width: 32.3333%;
    flex: 0 0 32.3333%;
    order: 2
}

.single-post .single-page .comment-respond .comment-form .comment-form-email {
    order: 3;
    max-width: 32.3333%;
    flex: 0 0 32.3333%
}

.single-post .single-page .comment-respond .comment-form .comment-form-url {
    order: 4;
    max-width: 32.3333%;
    flex: 0 0 32.3333%
}

.single-post .single-page .comment-respond .comment-form .comment-form-cookies-consent {
    order: 6;
    margin-top: 0
}

.single-post .single-page .comment-respond .comment-form .form-submit {
    order: 7;
    margin-top: 0
}

.single-post .single-page .comment-respond .comment-form .comment-form-cookies-consent label {
    position: initial
}

.single-post .single-page #comments {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 0 0 0 10px;
    margin: 50px 0 30px;
    border-left: 3px solid;
    position: relative;
    display: block
}

.single-post .single-page #comments::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dfdfdf
}

.single-post .single-page .commentlist {
    padding: 0;
    margin: 0 0 60px
}

.single-post .single-page .commentlist li {
    list-style-type: none;
    padding: 0 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #dfdfdf;
    position: relative
}

.single-post .single-page .commentlist li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid;
    border-bottom: 8px solid transparent
}

.single-post .single-page .commentlist li:last-child,
.your-bracelet_sec .main_blk:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.single-post .single-page .commentlist li .comment-author img {
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden
}

.single-post .single-page .commentlist li .comment-author .fn {
    font-size: 17px;
    line-height: 20px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 400;
    font-style: inherit;
    letter-spacing: -.04em;
    color: #26364b
}

.single-post .single-page .commentlist li .comment-author .says {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-style: inherit;
    letter-spacing: .02em
}

.single-post .single-page .commentlist li .comment-meta a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 5px 0 10px;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.single-post .single-page .commentlist .comment-body {
    padding-bottom: 15px
}

.single-post .single-page .commentlist .comment-body p {
    font-size: 17px;
    line-height: 28px
}

.single-post .single-page .commentlist .comment-body .reply .comment-reply-link {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin: 10px 0;
    color: #fff;
    opacity: 1;
    transition: .6s ease-in-out
}

.single-post .single-page .commentlist .children {
    margin: 0 0 15px;
    padding: 15px 0 0;
    border-top: 1px solid #dfdfdf
}

.single-post .single-page .commentlist .children li {
    padding-left: 0
}

.single-post .single-page .sidebar_sticky {
    position: sticky;
    top: 125px
}

.single-post .single-page .sidebar_sticky #sidebar {
    padding: 20px;
    box-shadow: 0 12px 16px 0 rgb(0, 0, 0, .1);
    border-radius: 0;
    margin: 0 0 20px
}

.single-post .single-page .sidebar_sticky #sidebar h2 {
    font-size: 25px !important;
    color: #26364b;
    line-height: 30px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0 0 15px;
    text-transform: uppercase;
    position: relative
}

.single-post .single-page .sidebar_sticky #sidebar h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px
}

.single-post .single-page .sidebar_sticky #sidebar .widget_block ul li {
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.single-post .single-page .sidebar_sticky #sidebar .widget_block ul li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    border-bottom: 0 !important
}

.single-post .single-page .sidebar_sticky #sidebar .widget_block ul li .wp-block-latest-posts__featured-image {
    margin-right: 10px
}

.single-post .single-page .sidebar_sticky #sidebar .widget_block ul li a {
    display: inline-block;
    font-size: 16px !important;
    color: #26364b;
    line-height: 22px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    max-height: 45px;
    overflow: hidden
}

.your-bracelet_sec {
    padding: 65px 0 60px !important;
    margin: 0
}

.your-bracelet_sec h2 {
    font-family: PreloCondensedLight;
    font-size: 57px;
    color: #26364b;
    line-height: 61px;
    padding: 0 0 40px;
    margin: 0 0 10px;
    position: relative
}

.your-bracelet_sec h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 11px;
    width: 1px;
    height: 30px
}

.your-bracelet_sec p {
    font-size: 24px;
    line-height: 39px;
    font-family: PreloOptimized, sans-serif;
    font-weight: 300;
    color: #000;
    padding: 0 0 25px
}

.your-bracelet_sec .main_blk {
    padding-bottom: 60px;
    margin: 0 0 60px;
    border-bottom: 1px solid #ebebeb
}

.your-bracelet_sec .content_blk .wpb_text_column {
    margin-bottom: 0;
    padding-left: 0
}

.your-bracelet_sec .main_blk:nth-child(2n) .content_blk .wpb_text_column {
    padding-left: 0;
    padding-right: 5%
}

.rolex_list {
    border-top: 1px solid #ebebeb;
    padding-top: 80px;
    padding-bottom: 40px
}

.rolex_list .repeater-block {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dfdfdf
}

.rolex_list .repeater-block:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.rolex_list .repeater-block .text-block {
    padding: 20px 15px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    min-height: 330px
}

.rolex_list .repeater-block .text-block h3 {
    padding-bottom: 10px;
    font-size: 27px;
    line-height: 25px;
    font-family: PreloCondensedLight;
    color: #26364b;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative
}

.rolex_list .repeater-block .text-block h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    transform: translateX(-50%)
}

.rolex_list .repeater-block .text-block p {
    font-size: 16px;
    line-height: 22px
}

.rolex_list .repeater-block .content-block,
.rolex_list .repeater-block .img-block {
    margin: 0 -15px
}

.rolex_list .repeater-block .wpb_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.rolex_list .repeater-block .content-block .wpb_wrapper,
.rolex_list .repeater-block .img-block .wpb_wrapper {
    display: inherit;
    text-align: center
}

.rolex_list .repeater-block .img-block {
    width: 100%;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    float: none;
    margin-bottom: 0;
    padding: 0 30px 30px 0;
    position: relative;
    z-index: 9
}

.rolex_list .repeater-block .content-block {
    width: 100%;
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.rolex_list .repeater-block .img-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #fff;
    z-index: -1
}

.rolex_list .repeater-block .img-block .wpb_wrapper .background-img {
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    bottom: 0;
    right: 0;
    z-index: -1;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    display: none
}

.rolex_list .repeater-block .img-block .vc_figure,
.rolex_list .repeater-block .img-block .vc_figure .vc_single_image-wrapper {
    height: 100%
}

.error404 .navbar-default {
    background-color: #000
}

.innerPage {
    padding: 165px 0 65px;
    margin: 0;
    text-align: center
}

.error404 .innerPage .heading {
    padding: 65px 0 0;
    margin: 0
}

.error404 .innerPage .heading h1 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-family: PreloOptimized, sans-serif;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    position: relative;
    overflow: hidden;
    min-height: 80px;
    margin: 0;
    padding: 0;
    display: inline-block
}

.error404 .innerPage .heading h1::after {
    content: "Not Found";
    font-family: PreloOptimized, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 80px;
    transform: translateY(-50%);
    -webkit-text-fill-color: #26364b;
    animation: 4s ease-in-out infinite animate;
    -webkit-text-stroke: 0px;
    z-index: -1
}

.error404 .innerPage h4 {
    font-size: 27px;
    line-height: 31px;
    font-family: PreloCondensedBook;
    letter-spacing: .04em;
    color: #313131;
    padding: 0 0 20px;
    margin: 0
}

.error404 .innerPage p {
    font-size: 19px;
    line-height: 27px;
    font-family: PreloCondensedLight;
    letter-spacing: .02em;
    color: grey;
    padding: 0;
    margin: 0 auto;
    max-width: 40%
}

.error404 .innerPage .blue-hover {
    padding: 0;
    margin: 40px 0 0
}

.error404 .innerPage .blue-hover a {
    font-family: PreloCondensedLight;
    font-size: 14px;
    color: #26364b;
    line-height: 16px;
    letter-spacing: .12em;
    background: url(images/submit-btn-arrow-dark.png) right 20px center no-repeat;
    border: none;
    border-radius: 0;
    padding: 14px 50px 14px 25px;
    margin: 0
}

@media only screen and (orientation:landscape) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (orientation:portrait) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-width:2600px) {

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .blog-grid_sec .main_blk,
    .home #footer .footer-bottom,
    .lower_sec .important_blk,
    .our-qualifications_sec .main_blk,
    .our-services-sec .repeater-block,
    .our-testimonials-sec .vc_row,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .rolex_list .repeater-block,
    .shipping-process_sec .repeater-block,
    .single-post #footer .footer-md,
    .testimonials_sec .vc_row,
    .watch-service-sec .main_blk,
    .your-bracelet_sec .main_blk {
        padding-right: 0
    }

    .qualification_sec .upper_blk .lt_blk,
    .qualification_sec .upper_blk .rt_blk {
        width: 50%
    }

    .qualification_sec .upper_blk .rt_blk {
        padding-top: 0;
        padding-left: 20px
    }
}

@media screen and (max-width:2500px) {
    .home-slider .btn-review_read {
        padding-top: 29vw
    }
}

@media screen and (max-width:2400px) {

    .our-qualifications_sec .main_blk,
    .our-services-sec .repeater-block,
    .our-testimonials-sec .vc_row,
    .watch-service-sec .main_blk {
        padding-right: 15px
    }

    .home #footer .footer-bottom,
    .single-post #footer .footer-md {
        padding-right: 0
    }

    .home-slider .btn-review_read {
        padding-top: 29vw
    }
}

@media screen and (max-width:2000px) {

    .our-qualifications_sec .main_blk,
    .our-services-sec .repeater-block,
    .our-testimonials-sec .vc_row,
    .rolex_list .repeater-block,
    .watch-service-sec .main_blk {
        padding-right: 8%
    }

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .blog-grid_sec .main_blk,
    .lower_sec .important_blk,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .shipping-process_sec .repeater-block,
    .testimonials_sec .vc_row,
    .your-bracelet_sec .main_blk {
        padding-right: 6%
    }

    .qualification_sec .upper_blk .lt_blk,
    .qualification_sec .upper_blk .rt_blk {
        width: 100%
    }

    .qualification_sec .upper_blk .rt_blk {
        padding-top: 40px;
        padding-left: 0
    }

    .home-slider .btn-review_read {
        padding-top: 26vw;
        max-width: calc(100% - 80px)
    }

    .inner-banner .btn-review_read {
        max-width: calc(100% - 80px)
    }
}

@media screen and (max-width:1900px) {

    .our-qualifications_sec .main_blk,
    .our-services-sec .repeater-block,
    .our-testimonials-sec .vc_row,
    .watch-service-sec .main_blk {
        padding-right: 13%
    }

    .home #footer .footer-bottom,
    .single-post #footer .footer-md {
        padding-right: 8%
    }

    .blog-grid_sec .main_blk {
        padding-right: 10%
    }

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .lower_sec .important_blk,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .rolex_list .repeater-block,
    .shipping-process_sec .repeater-block,
    .testimonials_sec .vc_row,
    .your-bracelet_sec .main_blk {
        padding-right: 11%
    }

    .home-slider .btn-review_read {
        padding-top: 25vw;
        max-width: calc(100% - 135px)
    }

    .inner-banner .btn-review_read {
        max-width: calc(100% - 135px)
    }
}

@media screen and (max-width:1800px) {

    .blog-grid_sec .main_blk,
    .our-qualifications_sec .main_blk,
    .our-services-sec .repeater-block,
    .our-testimonials-sec .vc_row,
    .watch-service-sec .main_blk {
        padding-right: 15%
    }

    .home #footer .footer-bottom,
    .single-post #footer .footer-md {
        padding-right: 12%
    }

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .lower_sec .important_blk,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .shipping-process_sec .repeater-block,
    .testimonials_sec .vc_row,
    .your-bracelet_sec .main_blk {
        padding-right: 16%
    }

    .home-slider .btn-review_read {
        padding-top: 24vw;
        max-width: calc(100% - 185px)
    }

    .inner-banner .btn-review_read {
        max-width: calc(100% - 185px)
    }
}

@media screen and (max-width:1700px) {

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .lower_sec .important_blk,
    .our-qualifications_sec .main_blk,
    .our-services-sec .repeater-block,
    .our-testimonials-sec .vc_row,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .shipping-process_sec .repeater-block,
    .testimonials_sec .vc_row,
    .watch-service-sec .main_blk,
    .your-bracelet_sec .main_blk {
        padding-right: 20%
    }

    .home #footer .footer-bottom,
    .single-post #footer .footer-md {
        padding-right: 17%
    }

    .blog-grid_sec .main_blk,
    .rolex_list .repeater-block {
        padding-right: 18%
    }

    .home-slider .btn-review_read {
        padding-top: 22.5vw;
        max-width: calc(100% - 235px)
    }

    .inner-banner .btn-review_read {
        max-width: calc(100% - 235px)
    }
}

@media screen and (max-width:1600px) {

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .lower_sec .important_blk,
    .our-qualifications_sec .main_blk,
    .our-services-sec .repeater-block,
    .our-testimonials-sec .vc_row,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .shipping-process_sec .repeater-block,
    .testimonials_sec .vc_row,
    .watch-service-sec .main_blk,
    .your-bracelet_sec .main_blk {
        padding-right: 24%
    }

    .home #footer .footer-bottom,
    .single-post #footer .footer-md {
        padding-right: 23%
    }

    .blog-grid_sec .main_blk,
    .rolex_list .repeater-block {
        padding-right: 22%
    }

    .home-slider .btn-review_read {
        padding-top: 20.5vw;
        max-width: 100%
    }

    .inner-banner .btn-review_read {
        max-width: calc(100% - 0px)
    }

    .contact-form.sticky-frm {
        top: 102px
    }
}

@media screen and (max-width:1500px) {

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .home #footer .footer-bottom,
    .lower_sec .important_blk,
    .our-qualifications_sec .main_blk,
    .our-services-sec .repeater-block,
    .our-testimonials-sec .vc_row,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .shipping-process_sec .repeater-block,
    .single-post #footer .footer-md,
    .testimonials_sec .vc_row,
    .watch-service-sec .main_blk,
    .your-bracelet_sec .main_blk {
        padding-right: 27%
    }

    .blog-grid_sec .main_blk,
    .rolex_list .repeater-block {
        padding-right: 26%
    }

    .home-slider .btn-review_read {
        padding-top: 18.5vw;
        max-width: calc(100% - 0px)
    }

    .inner-banner .btn-review_read {
        max-width: calc(100% - 0px)
    }
}

@media screen and (max-width:1400px) {

    .our-qualifications_sec .main_blk,
    .our-services-sec .repeater-block,
    .our-testimonials-sec .vc_row,
    .watch-service-sec .main_blk {
        padding-right: 30%
    }

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .blog-grid_sec .main_blk,
    .home #footer .footer-bottom,
    .lower_sec .important_blk,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .shipping-process_sec .repeater-block,
    .testimonials_sec .vc_row,
    .your-bracelet_sec .main_blk {
        padding-right: 29%
    }

    .single-post #footer .footer-md,
    .single-post #footer .footer-top ul {
        padding-right: 0
    }

    .single-post .navbar .header-bottom {
        padding-bottom: 72px
    }

    .rolex_list .repeater-block {
        padding-right: 28.5%
    }

    .home-slider .btn-review_read {
        padding-top: 16.5vw
    }

    .home-slider .contact-form:not(.sticky-frm) {
        max-width: 372px;
        right: 30px
    }
}

@media screen and (max-width:1300px) {
    .navbar-default .header-bottom .logo-block {
        width: 160px;
        top: 35px
    }

    .navbar-default .header-bottom {
        padding-top: 40px;
        padding-bottom: 47px
    }

    .home-slider h1 {
        min-height: 1px
    }

    .home-slider h1::after {
        height: 70px
    }

    .home-slider .btn-review_read {
        padding-top: 18.5vw
    }

    .home-slider .contact-form:not(.sticky-frm) {
        max-width: 350px;
        top: .1rem;
        right: 10px
    }

    .home-slider .text-block {
        max-width: 100%
    }

    .home-slider .btn-review_read a {
        font-size: 13px;
        line-height: 15px
    }

    .repair-watch-sec h2,
    .your-bracelet_sec h2 {
        font-size: 54px;
        line-height: 58px
    }

    .repair-watch-sec .main_blk .lt_blk {
        width: 100%;
        padding-right: 0
    }

    .repair-watch-sec .main_blk .rt_blk {
        width: 35%
    }

    .repair-watch-sec p {
        font-size: 20px;
        line-height: 35px
    }

    .contact-form h4 {
        font-size: 17px;
        line-height: 19px
    }

    .contact-form h4::after,
    .contact-form h4::before {
        border-bottom-width: 67px;
        border-right-width: 176px
    }

    .our-services-sec .repeater-block .text-block h3 {
        font-size: 34px;
        line-height: 30px;
        padding-bottom: 26px
    }

    .our-services-sec .repeater-block .text-block p {
        font-size: 19px;
        line-height: 30px
    }

    .our-services-sec .repeater-block .text-block {
        padding-right: 40px
    }

    .our-services-sec .repeater-block:nth-child(2n) .text-block {
        padding-left: 40px
    }

    .our-qualifications_sec {
        padding-bottom: 65px !important
    }

    .our-qualifications_sec h2.sec_heading {
        font-size: 57px;
        line-height: 61px;
        padding-bottom: 40px
    }

    .our-qualifications_sec .wpb_gallery ul li {
        padding: 0 5px 15px !important
    }

    .our-testimonials-sec h2 {
        font-size: 57px;
        line-height: 61px;
        padding-bottom: 80px
    }

    .watch-service-sec .text-block h2 {
        font-size: 47px;
        line-height: 51px;
        padding-bottom: 25px
    }

    .watch-service-sec .text-block p {
        font-size: 18px;
        line-height: 28px
    }

    #footer {
        padding-top: 60px;
        padding-bottom: 30px
    }

    #footer .footer-md .sponsor-block .box img {
        height: 30px
    }

    .home #footer .footer-top {
        padding-bottom: 50px
    }

    #footer .footer-md {
        padding-top: 40px
    }

    #footer .footer-md p {
        padding-bottom: 10px
    }

    .your-bracelet_sec p {
        font-size: 22px;
        line-height: 37px
    }

    .blog-grid_sec .main_blk {
        padding-right: 26%
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c p {
        min-height: 235px
    }

    .single-post .single-page .col-lg-9 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .single-post .single-page .col-lg-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .about_sec .main_blk .content_blk h2 {
        font-size: 44px;
        line-height: 49px
    }

    .about_sec .main_blk .content_blk h3 {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width:1299px) {
    .navbar-default .header-bottom .logo-block {
        width: 150px
    }

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .lower_sec .important_blk,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .shipping-process_sec .repeater-block,
    .testimonials_sec .vc_row,
    .your-bracelet_sec .main_blk {
        padding-right: 27%
    }

    .shipping-process_sec .repeater-block::after {
        left: 204px;
        width: calc(50% - 141px)
    }

    .testimonials_sec .sec_heading h2 {
        font-size: 53px;
        line-height: 57px;
        margin-bottom: 40px
    }

    .testimonials_sec .sec_heading h2::after,
    .testimonials_sec .sec_heading h2::before {
        width: 22%
    }

    .rolex_list .repeater-block .text-block {
        min-height: 1px
    }
}

@media screen and (max-width:1199px) {
    .navbar-default .header-bottom .navigation {
        display: none
    }

    .navbar-default .header-bottom .logo-block {
        width: 110px;
        margin-left: 0;
        margin-right: auto;
        position: initial
    }

    .navbar-default .header-bottom {
        padding: 6px 0 8px;
        background: #000
    }

    .navbar-default .header-bottom .menu-block {
        display: block;
        margin-top: auto;
        margin-bottom: auto
    }

    .single-post .navbar .header-bottom {
        padding-bottom: 6px
    }

    .navbar-default .header-bottom .container {
        display: flex !important
    }

    .home-slider {
        padding-top: 170px !important;
        background-position: center left !important
    }

    .home-slider .text-block {
        align-items: flex-end;
        padding-bottom: 20px;
        min-height: 45vw
    }

    .home-slider_content_sec .contact-form {
        margin-top: -135px
    }

    .home-slider h1 {
        font-size: 40px;
        line-height: 42px
    }

    .home-slider h1::after {
        height: 65px
    }

    .contact-form textarea.form-control {
        height: 80px !important
    }

    .free-estimate {
        top: 10px
    }

    .our-qualifications_sec h2.sec_heading,
    .repair-watch-sec h2 {
        font-size: 47px;
        line-height: 51px;
        padding-bottom: 30px
    }

    .about_sec .main_blk:nth-child(2) .content_blk,
    .repair-watch-sec .main_blk .lt_blk {
        padding-right: 0
    }

    .repair-watch-sec .main_blk .lt_blk .wpb_text_column {
        margin-bottom: 15px !important
    }

    .repair-watch-sec .left-block,
    .repair-watch-sec .right-block {
        width: 100%
    }

    #square-column img {
        max-height: 100% !important
    }

    .repair-watch-sec .square ul li {
        width: 50%;
        float: left
    }

    .contact-form h4 {
        font-size: 18px;
        line-height: 20px
    }

    .contact-form.sticky-frm {
        top: 85px
    }

    .our-services-sec {
        padding-top: 80px
    }

    .our-services-sec .repeater-block {
        padding-right: 28.5%;
        padding-bottom: 70px
    }

    .our-qualifications_sec .main_blk,
    .our-testimonials-sec .vc_row,
    .watch-service-sec .main_blk {
        padding-right: 26.5%
    }

    .our-services-sec .repeater-block .img-block {
        padding-right: 45px;
        padding-bottom: 40px
    }

    .home #footer .footer-top ul {
        padding-right: 10%
    }

    .footer-logo-block {
        padding: 0 !important
    }

    .home #footer .footer-bottom,
    .home #footer .footer-md {
        padding-right: 26%
    }

    #footer .footer-bottom {
        padding-top: 30px
    }

    #footer .footer-top .our-link-block ul li,
    .blog-grid_sec .post-grid_blk .vc_grid-item {
        width: 50%
    }

    .inner-banner h1 {
        font-size: 53px;
        line-height: 57px
    }

    .inner-banner {
        margin-top: 75px
    }

    .inner-banner::after {
        transform: rotate(-180deg)
    }

    .about_sec .main_blk .content_blk h2,
    .testimonials_sec .sec_heading h2,
    .your-bracelet_sec h2 {
        font-size: 47px;
        line-height: 51px
    }

    .about_sec .main_blk .content_blk h3 {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 70px
    }

    .about_sec .main_blk .content_blk h3:before {
        height: 55px
    }

    .about_sec .main_blk .content_blk p {
        font-size: 17px;
        line-height: 30px
    }

    .about_sec .main_blk .img_blk .wpb_single_image {
        padding-right: 0;
        padding-bottom: 30px
    }

    .about_sec .main_blk:nth-child(2) .img_blk .wpb_single_image {
        padding-bottom: 0;
        padding-top: 30px
    }

    .about_sec .main_blk:nth-child(2) {
        padding-top: 40px
    }

    .about_sec .main_blk .content_blk,
    .about_sec .main_blk .img_blk {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }

    .your-bracelet_sec p {
        font-size: 20px;
        line-height: 31px
    }

    .rolex_list {
        padding-top: 70px
    }

    .rolex_list .repeater-block {
        padding-right: 27%
    }

    .rolex_list .repeater-block:nth-child(odd) .text-block {
        padding-left: 80px
    }

    .rolex_list .repeater-block:nth-child(2n) .text-block {
        padding-right: 80px
    }

    .shipping-process_sec .repeater-block .content_blk {
        padding-left: 60px
    }

    .shipping-process_sec .repeater-block:nth-child(2n) .content_blk {
        padding-right: 60px
    }

    .shipping-process_sec .repeater-block .img_blk .vc_column-inner {
        height: calc(100% - 70px)
    }

    .shipping-process_sec .repeater-block .img_blk .vc_column-inner .vc_figure,
    .shipping-process_sec .repeater-block .img_blk .vc_column-inner .vc_single_image-wrapper,
    .shipping-process_sec .repeater-block .img_blk .vc_column-inner .wpb_single_image,
    .shipping-process_sec .repeater-block .img_blk .vc_column-inner .wpb_wrapper,
    .shipping-process_sec .repeater-block .img_blk img {
        width: 100%;
        height: 100%
    }

    .shipping-process_sec .repeater-block::after {
        left: 170px;
        width: calc(50% - 117px)
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c {
        padding: 25px 20px !important
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_custom_heading h4 {
        font-size: 23px !important;
        line-height: 28px;
        height: 55px
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c p {
        line-height: 24px;
        min-height: 150px
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_btn3-left .vc_btn3 {
        font-size: 13px;
        padding: 10px 50px 10px 15px;
        background-position: right 20px center
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_btn3-left .vc_btn3:hover {
        background-position: right 15px center
    }

    .blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn .vc_grid-btn-load_more a {
        margin-top: 35px;
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 65px
    }

    .single-post .single-page .col-lg-9 {
        padding-right: 15px
    }

    .single-post .single-page {
        padding-top: 110px;
        padding-bottom: 50px
    }

    .single-post .single-page .box-block .bottom-box .post_title {
        font-size: 41px !important;
        line-height: 45px
    }

    .single-post .single-page .sidebar_sticky #sidebar h2 {
        font-size: 22px !important;
        line-height: 27px;
        padding-bottom: 10px
    }

    .single-post .single-page .box-block .entry-content .addtoany_content {
        margin-bottom: 20px
    }

    .single-post .single-page .box-block .entry-content p {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 20px
    }

    .single-post .single-page .comment-respond {
        padding-top: 40px;
        margin-top: 30px
    }

    .single-post .single-page .comment-respond .comment-reply-title {
        font-size: 24px !important;
        line-height: 28px
    }

    .single-post .single-page .comment-respond .comment-form p {
        font-size: 18px !important;
        line-height: 26px
    }

    .single-post .single-page .comment-respond .comment-form .comment-notes {
        margin-top: 10px
    }

    .single-post .single-page .comment-respond .comment-form p label {
        left: 8px
    }

    .single-post .single-page .comment-respond .comment-form .form-submit .submit {
        padding-left: 25px;
        padding-right: 60px;
        background-position: right 30px center
    }

    .single-post .single-page .comment-respond .comment-form .form-submit .submit:hover {
        background-position: right 25px center
    }

    .home-slider_content_sec h1 {
        font-size: 54px;
        line-height: 56px
    }
}

@media screen and (max-width:991px) {
    .navbar-default .header-top .middle-text h6 {
        font-size: 13px;
        line-height: 16px
    }

    .home-slider .contact-form,
    .shipping-process_sec .repeater-block .img_blk::after,
    .shipping-process_sec .repeater-block .img_blk::before,
    .shipping-process_sec .repeater-block::after {
        opacity: 0;
        visibility: hidden;
        display: none
    }

    #footer .footer-top .social-link-block ul li a span,
    #landing-header.for-desktop,
    .free-estimate,
    .home .our-services-sec,
    .home-slider .img-block,
    .home-slider_content_sec,
    .our-qualifications_sec.desktop,
    .our-testimonials-sec,
    .repair-watch-sec .main_blk .rt_blk,
    .repair-watch-sec .main_blk.desktop,
    .repair-watch-sec .square ul li:before,
    .testimonials_sec .review_grid_row .lrn-btn,
    .watch-service-sec.desktop {
        display: none
    }

    .home-slider .text-block {
        width: 100%;
        max-width: 100%;
        padding-right: 0
    }

    #wrapper-top {
        width: 100%;
        margin-top: 40px
    }

    .inner-banner h1,
    .our-testimonials-sec h2 {
        font-size: 47px;
        line-height: 51px
    }

    .home-slider h1::after {
        height: 60px
    }

    .home-slider .btn-review_read {
        padding-top: 15.5vw
    }

    #cert-img {
        float: none !important;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-left: auto
    }

    #footer .footer-top ul,
    .about_sec .main_blk,
    .about_sec .main_blk .img_blk .wpb_single_image,
    .baf-gallery-listing_sec .repeat_list,
    .blog-grid_sec .main_blk,
    .home #footer .footer-bottom,
    .home #footer .footer-md,
    .home #footer .footer-top ul,
    .home-slider .btn-review_read a,
    .lower_sec .important_blk,
    .our-qualifications_sec .main_blk,
    .our-testimonials-sec .vc_row,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .rolex_list .repeater-block,
    .rolex_list .repeater-block:nth-child(2n) .text-block,
    .shipping-process_sec .repeater-block,
    .shipping-process_sec .repeater-block:nth-child(2n) .content_blk,
    .testimonials_sec .vc_row,
    .watch-service-sec .main_blk,
    .your-bracelet_sec .main_blk {
        padding-right: 0
    }

    .navbar-default.navbar-fixed {
        background-color: rgba(0, 0, 0, .88)
    }

    .navbar-default .announcement-bar {
        background: #6e6e6e
    }

    .navbar-default .announcement-bar h6 {
        color: #fff;
        line-height: 20px;
        padding: 0 10%
    }

    .navbar-default .announcement-bar h6 strong {
        display: initial
    }

    .navbar-default .header-top {
        padding: 10px 0;
        background: 0 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        z-index: -1
    }

    .navbar-default .header-top .middle-text {
        padding-left: 0;
        padding-right: 0;
        display: none
    }

    .navbar-default .header-top a {
        color: #fff;
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        padding: 0 0 0 40px
    }

    .navbar-default.navbar-fixed .header-top {
        margin-top: -95px
    }

    .navbar-default .header-bottom .logo-block {
        width: 160px
    }

    .navbar-default.navbar-fixed .header-bottom .logo-block {
        width: 140px
    }

    .navbar-default .header-bottom .logo-block .custom-logo-link {
        display: inline-block;
        background: url(https://www.luxurywatchservice.com/wp-content/uploads/2023/12/logo-mobile.png) center/contain no-repeat
    }

    .navbar-default .header-bottom .logo-block img {
        filter: none;
        opacity: 0;
        visibility: hidden
    }

    .navbar-default .header-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
        background: 0 0
    }

    .navbar-default .header-top .ph-block a {
        background: url(images/header-phone-icon-mobile.png) left center no-repeat;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -.01em
    }

    .navbar-default .header-top .email-block a {
        font-size: 26px;
        background: url(images/header-mail-icon-mobile.png) left center no-repeat;
        line-height: 34px;
        letter-spacing: .03em
    }

    .navbar-default .header-top a:hover {
        color: #fff;
        opacity: .7
    }

    .navbar-default .header-bottom .menu-block {
        width: 90px;
        padding: 22.5px 23.5px;
        background: #6e6e6e;
        border-radius: 45px 0 0 45px;
        position: relative;
        right: -22px
    }

    #services_slider .owl-item .sa_hover_container .text-block p:last-child,
    .home-slider .text-block .wpb_wrapper,
    .home-slider-after_sec .contact-mobile-form .form-block .block p,
    .overlay-content,
    .rolex_list .repeater-block .text-block p:last-child,
    .shipping-process_sec .repeater-block .content_blk p:last-child {
        padding-bottom: 0
    }

    .navbar-default .header-bottom .menu-block::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 200%;
        height: 100%;
        background: #6e6e6e;
        z-index: -1;
        transform: translateX(170px)
    }

    .navbar-default .header-bottom .menu-block .menu-icon ul li {
        background: #fff;
        height: 2px;
        margin: 6.5px 0
    }

    .baf-gallery-listing_sec .repeat_list .img_blk,
    .home-slider-after_sec .top-img .vc_figure,
    .home-slider-after_sec .top-img .vc_figure .vc_single_image-wrapper,
    .home-slider-after_sec .top-img img,
    .navbar-default .header-bottom .menu-block .menu-icon ul li:first-child,
    .qualification_sec .upper_blk .lt_blk,
    .qualification_sec .upper_blk .rt_blk,
    .repair-watch-sec .main_blk .lt_blk,
    .rolex_list .repeater-block .img-block .vc_figure .vc_single_image-wrapper,
    .shipping-process_sec .repeater-block .vc_col-sm-6,
    .your-bracelet_sec .content_blk,
    .your-bracelet_sec .sec_heading {
        width: 100%
    }

    .navbar-default .header-bottom .menu-block .menu-icon ul li:last-child {
        width: calc(100% - 14px)
    }

    .overlay .closebtn {
        padding-top: 24px;
        padding-bottom: 25px
    }

    .overlay-content {
        top: 96px
    }

    .home-slider {
        margin-top: 50px;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .home-slider .text-block {
        display: block;
        padding-top: calc(320px - 50px);
        padding-bottom: 60px;
        margin-top: 0
    }

    .home-slider h1 {
        text-align: center !important;
        margin: 0 auto;
        max-width: 50%;
        filter: none;
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        font-size: 69px;
        line-height: 74px;
        letter-spacing: .02em
    }

    .home-slider h1 strong {
        color: #fff
    }

    .home-slider::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .6) 50%, #000 100%)
    }

    .mobile-banner_content {
        display: block;
        margin-bottom: 0 !important
    }

    .mobile-banner_content h1 {
        font-size: 50px;
        line-height: 60px;
        color: #fff;
        text-align: left !important;
        text-transform: capitalize;
        margin-bottom: 25px;
        max-width: 100%
    }

    .mobile-banner_content p {
        font-size: 22px;
        line-height: 32px;
        color: #fff;
        padding-bottom: 30px
    }

    .mobile-banner_content .img_blk img {
        width: 100%;
        height: 100%;
        max-width: 320px;
        display: none
    }

    .home-slider-after_sec {
        display: block;
        padding-top: 0 !important;
        padding-bottom: 50px
    }

    .home-slider-after_sec .top-img {
        margin-top: -158px;
        position: relative;
        z-index: 9;
        display: none
    }

    .home-slider-after_sec .contact-mobile-form .form-block .top-panel {
        margin-bottom: 22px;
        display: none
    }

    .home-slider-after_sec .contact-mobile-form .form-block .top-panel a {
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        font-size: 39px;
        line-height: 42px;
        letter-spacing: .02em;
        color: #000;
        padding: 0;
        margin: 0
    }

    .home-slider-after_sec .contact-mobile-form .form-block .top-panel a strong,
    .testimonials_sec .sec_heading h2 strong {
        font-weight: initial
    }

    .home-slider-after_sec .contact-mobile-form .form-block h3 {
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        font-size: 31px;
        line-height: 33.44px;
        letter-spacing: .02em;
        color: #e17f35;
        padding: 7.3px 33px 7.3px 0;
        margin: 0;
        background-color: #ffe1ca;
        border-radius: 0 26.5px 26.5px 0;
        position: relative;
        z-index: 3;
        display: none
    }

    .home-slider-after_sec .contact-mobile-form .form-block h3::before,
    .repair-watch-sec .main_blk h4::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 120%;
        height: 100%;
        background-color: #ffe1ca;
        z-index: -1
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4 {
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        font-size: 32px;
        line-height: 34.52px;
        letter-spacing: .02em;
        color: #1c1c1c;
        text-transform: capitalize;
        padding: 60px 0 40px;
        margin-top: 0;
        margin-bottom: 45px;
        text-align: center
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block2 .submit-btn,
    .repair-watch-sec .main_blk .btn-readmore a {
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        line-height: 26px;
        letter-spacing: .14em;
        width: 100%;
        min-height: 57px;
        font-size: 24px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 85px solid #fff9f4;
        border-right: 345px solid transparent
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 85px solid #fff9f4;
        border-left: 345px solid transparent
    }

    .home-slider-after_sec .contact-mobile-form .form-block,
    .qualifications_sec .main_blk .wpb_raw_code,
    .repair-watch-sec .square ul li:last-child {
        margin-bottom: 0
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block .wpcf7-form-control-wrap {
        display: block;
        padding-bottom: 23px;
        position: relative
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block input,
    .home-slider-after_sec .contact-mobile-form .form-block .block select,
    .home-slider-after_sec .contact-mobile-form .form-block .block textarea {
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: .03em;
        color: #4a4a4a;
        padding: 14px 20px;
        margin: 0;
        min-height: 57px;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid transparent;
        background-image: linear-gradient(white, #fff), linear-gradient(180deg, #ddd 0, rgba(255, 255, 255, 0) 100%);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        box-shadow: 0 4px 8.399999618530273px 1px #0000001C;
        transition: .4s ease-in-out
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block input::placeholder,
    .home-slider-after_sec .contact-mobile-form .form-block .block select::placeholder,
    .home-slider-after_sec .contact-mobile-form .form-block .block textarea::placeholder {
        color: #4a4a4a
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block input:focus,
    .home-slider-after_sec .contact-mobile-form .form-block .block textarea:focus {
        box-shadow: none;
        border-color: #ddd
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block textarea {
        resize: none;
        max-height: 57px
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block select option {
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: .03em
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block select:focus {
        color: #4a4a4a;
        box-shadow: none;
        border-color: #ddd
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block select option:not(:first-of-type) {
        color: #000
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        position: absolute;
        bottom: 2px;
        left: 4px;
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .1em
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block2 p {
        padding-bottom: 0;
        position: relative
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block2 .submit-btn {
        text-transform: uppercase;
        text-align: center;
        display: block;
        padding: 14px 20px;
        border-radius: 5px;
        background: center left/300% 100% #000;
        color: #fff;
        box-shadow: 0 5px 13.300000190734863px 0 #000;
        transition: .4s ease-in-out
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block2 .submit-btn:hover,
    .repair-watch-sec .main_blk .btn-readmore a:hover {
        background-position: center right
    }

    .home-slider-after_sec .contact-mobile-form .form-block .block2 p .wpcf7-spinner {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        margin: auto 0 !important;
        transform: translateX(-75px)
    }

    .repair-watch-sec::before {
        height: 5px
    }

    .repair-watch-sec h2 {
        padding-right: 0;
        text-align: center !important;
        padding-top: 10px
    }

    .repair-watch-sec .repeater-block .lt_blk .vc_row .left-block .square,
    .repair-watch-sec p,
    .your-bracelet_sec p {
        text-align: center
    }

    .repair-watch-sec p,
    .your-bracelet_sec h2 {
        text-align: center !important
    }

    .repair-watch-sec .repeater-block .lt_blk .vc_row .left-block,
    .repair-watch-sec .repeater-block .lt_blk .vc_row .right-block {
        width: 100%;
        float: none
    }

    .repair-watch-sec .repeater-block .lt_blk .vc_row .right-block img {
        float: none;
        margin: 0;
        max-height: 100%
    }

    .repair-watch-sec {
        padding-top: 40px !important;
        padding-bottom: 50px !important;
        display: block !important
    }

    #footer .footer-top .social-link-block,
    .floating-btn,
    .home #footer .footer-top .social-link-block,
    .qualifications_sec.mobile,
    .repair-watch-sec .main_blk.mobile,
    .services_mobile_sec,
    .testimonials_sec .review_grid_row .review_grid .ti-reviews-container .ti-controls {
        display: block
    }

    .repair-watch-sec .main_blk h2 {
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        font-size: 48px;
        font-weight: 400;
        line-height: 55px;
        letter-spacing: .03em;
        text-align: left !important;
        color: #000;
        padding: 0;
        margin: 0 0 40px
    }

    .repair-watch-sec .main_blk h3 {
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        font-size: 35px;
        line-height: 40px;
        letter-spacing: .03em;
        color: #000;
        text-transform: uppercase;
        padding: 0;
        margin: 0 0 25px;
        position: relative
    }

    .repair-watch-sec .main_blk h3 strong {
        display: block;
        font-weight: initial;
        position: relative
    }

    .repair-watch-sec .main_blk h3 strong::after {
        content: "";
        position: absolute;
        bottom: 9px;
        right: 0;
        width: calc(100% - 175px);
        height: 1px;
        background-color: #dcdcdc
    }

    .repair-watch-sec .main_blk h4 {
        display: inline-block;
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        font-size: 53px;
        line-height: 61px;
        letter-spacing: .03em;
        color: #f27c23;
        padding: 2px 20px 2px 0;
        margin: 0;
        position: relative;
        border-radius: 0 32.5px 32.5px 0;
        background-color: #ffe1ca
    }

    .repair-watch-sec .main_blk h6 {
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        font-size: 35px;
        line-height: 40px;
        letter-spacing: .03em;
        color: #000;
        text-transform: uppercase;
        padding: 0;
        margin: 18px 0 32px
    }

    .our-qualifications_sec h2.sec_heading,
    .your-bracelet_sec h2 {
        font-size: 44px;
        line-height: 48px
    }

    .repair-watch-sec .main_blk h6 strong {
        display: block;
        font-weight: initial
    }

    .repair-watch-sec .square ul {
        margin-bottom: 30px
    }

    .repair-watch-sec .square ul li {
        padding: 0 0 0 50px;
        margin-bottom: 20px;
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        font-size: 25px !important;
        line-height: 34px;
        letter-spacing: .04em;
        position: relative;
        width: 100%;
        float: none
    }

    .repair-watch-sec .square ul li:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 33px;
        height: 33px;
        background: url(images/trick-mark.png) center/contain no-repeat
    }

    .repair-watch-sec .main_blk .btn-readmore {
        width: 100%;
        margin-bottom: 0
    }

    .repair-watch-sec .main_blk .btn-readmore a {
        font-weight: initial;
        text-transform: uppercase;
        text-align: center;
        color: #fff !important;
        padding: 14px 20px !important;
        border-radius: 5px;
        background: center left/300% 100% #000 !important;
        box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.3);
    }

    .qualifications_sec .main_blk h2,
    .services-time_sec .text-block h2,
    .testimonials_sec .sec_heading h2,
    .watch-service-sec.mobile .text-block h2 {
        letter-spacing: .03em;
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        text-transform: uppercase
    }

    .our-services-sec {
        padding-top: 70px;
        padding-bottom: 20px
    }

    .our-services-sec .repeater-block {
        padding-right: 0;
        padding-bottom: 60px
    }

    .our-qualifications_sec .wpb_gallery ul li {
        max-width: 33% !important;
        flex: 0 0 33%
    }

    .our-testimonials-sec h2 {
        padding-bottom: 70px
    }

    .watch-service-sec {
        padding-top: 85px !important;
        padding-bottom: 78px !important
    }

    #footer .footer-top .our-link-block ul li {
        width: 50%;
        padding-right: 0
    }

    #footer .footer-top .row .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.333333%;
        flex: 0 0 54.333%
    }

    #footer .footer-top .row .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.666667%;
        flex: 0 0 20.667%
    }

    #footer .footer-md .sponsor-block:before {
        width: 14%
    }

    .inner-banner {
        padding-top: 0 !important
    }

    .inner-banner .btn-review_read {
        padding-top: 5vw
    }

    .inner-banner .btn-review_read a {
        margin-bottom: -10px
    }

    .about_sec .main_blk .content_blk,
    .about_sec .main_blk .img_blk {
        margin-bottom: 10px !important
    }

    .about_sec .main_blk .img_blk .wpb_wrapper .vc_single_image-wrapper,
    .qualification_sec .upper_blk .lt_blk .video_blk {
        padding-right: 25px;
        padding-bottom: 25px
    }

    .about_sec .main_blk .content_blk,
    .rolex_list .repeater-block:nth-child(odd) .text-block,
    .shipping-process_sec .repeater-block .content_blk,
    .your-bracelet_sec .content_blk .wpb_text_column {
        padding-left: 0
    }

    .about_sec .main_blk:nth-child(2) {
        padding-top: 0
    }

    .about_sec {
        padding-bottom: 45px !important
    }

    .qualification_sec .upper_blk {
        display: flex;
        flex-direction: column;
        padding-bottom: 60px !important
    }

    .qualification_sec .upper_blk .rt_blk {
        padding-top: 20px;
        padding-left: 0
    }

    .qualification_sec .upper_blk .lt_blk .video_blk::before {
        width: calc(100% - 25px);
        height: calc(100% - 25px)
    }

    .qualification_sec .wpb_gallery ul {
        grid-template-columns: repeat(3, 1fr);
        height: auto !important
    }

    .your-bracelet_sec h2 {
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .your-bracelet_sec h2::after {
        width: 30px;
        height: 1px;
        left: 50%;
        transform: translateX(-50%)
    }

    .rolex_list .repeater-block .wpb_wrapper {
        flex-direction: column
    }

    .rolex_list .repeater-block .img-block:first-child {
        margin-bottom: 35px
    }

    .rolex_list .repeater-block .content-block,
    .rolex_list .repeater-block .img-block {
        max-width: 100%;
        flex: 0 0 100%
    }

    .rolex_list .repeater-block .text-block {
        box-shadow: none;
        padding: 0 !important
    }

    .shipping-process_sec {
        padding-bottom: 30px !important
    }

    .shipping-process_sec .repeater-block {
        padding-bottom: 60px
    }

    .shipping-process_sec .repeater-block .content_blk .wpb_text_column,
    .shipping-process_sec .repeater-block .img_blk .vc_column-inner .wpb_single_image,
    .testimonials_sec .review_grid_row .review_grid {
        margin-bottom: 0 !important
    }

    .shipping-process_sec .repeater-block .img_blk .vc_column-inner .vc_figure,
    .shipping-process_sec .repeater-block .img_blk .vc_column-inner .vc_single_image-wrapper,
    .shipping-process_sec .repeater-block .img_blk .vc_column-inner .wpb_single_image,
    .shipping-process_sec .repeater-block .img_blk .vc_column-inner .wpb_wrapper,
    .shipping-process_sec .repeater-block .img_blk img {
        width: 100%;
        height: auto
    }

    .shipping-process_sec .repeater-block .img_blk {
        display: initial;
        padding-bottom: 40px
    }

    .shipping-process_sec .repeater-block .content_blk p {
        font-size: 19px;
        line-height: 30px
    }

    .blog-grid_sec .post-grid_blk .vc_grid-item.vc_col-sm-4 {
        width: 50%
    }

    .single-post .single-page .col-lg-3,
    .single-post .single-page .col-lg-9,
    .watch-service-sec .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .single-post .single-page .sidebar_sticky #sidebar {
        box-shadow: none;
        padding: 0;
        margin-top: 40px
    }

    .single-post .single-page .sidebar_sticky #sidebar .wp-block-group__inner-container ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 10px 0 20px
    }

    .single-post .single-page .sidebar_sticky #sidebar .wp-block-group__inner-container ul li {
        max-width: 49%;
        flex: 0 0 49%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-top: 0
    }

    .single-post .single-page .box-block .bottom-box .post_title {
        font-size: 37px !important;
        line-height: 41px
    }

    .single-post .single-page .box-block .img-block img {
        max-height: 450px
    }

    .testimonials_sec {
        padding-top: 40px !important;
        background-color: #fff9f4
    }

    .testimonials_sec .review_grid_row {
        padding-bottom: 30px
    }

    .testimonials_sec .sec_heading h2 {
        font-size: 35px !important;
        font-weight: initial;
        line-height: 47px !important;
        color: #000;
        text-align: left !important
    }

    #footer .footer-md .sponsor-block::after,
    #footer .footer-md .sponsor-block::before,
    .testimonials_sec .sec_heading h2::after,
    .testimonials_sec .sec_heading h2::before {
        opacity: 0;
        visibility: hidden
    }

    .ti-widget.ti-goog .ti-review-item:hover {
        transform: translate(0) !important
    }

    .ti-widget.ti-goog .ti-review-item .ti-inner {
        border-radius: 5px !important
    }

    .ti-widget.ti-goog .ti-controls .ti-next,
    .ti-widget.ti-goog .ti-controls .ti-prev {
        width: 20px !important;
        height: 20px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .ti-widget.ti-goog .ti-controls .ti-next {
        right: -22px !important
    }

    .ti-widget.ti-goog .ti-controls .ti-prev {
        left: -22px !important
    }

    .ti-widget.ti-goog .ti-controls .ti-next:hover,
    .ti-widget.ti-goog .ti-controls .ti-prev:hover {
        transform: scale(1) !important
    }

    .ti-widget.ti-goog .ti-controls .ti-next::after,
    .ti-widget.ti-goog .ti-controls .ti-next::before,
    .ti-widget.ti-goog .ti-controls .ti-prev::after,
    .ti-widget.ti-goog .ti-controls .ti-prev::before {
        background: #000 !important;
        transition: .4s ease-in-out
    }

    .ti-widget.ti-goog .ti-controls .ti-next:hover::after,
    .ti-widget.ti-goog .ti-controls .ti-next:hover::before,
    .ti-widget.ti-goog .ti-controls .ti-prev:hover::after,
    .ti-widget.ti-goog .ti-controls .ti-prev:hover::before {
        background: #eee !important
    }

    .ti-widget.ti-goog .ti-reviews-container-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .services_mobile_sec .services_mobile_slider {
        padding-top: 45px;
        padding-bottom: 45px;
        margin-bottom: 0
    }

    #services_slider .owl-item .sa_hover_container .text-block {
        margin-bottom: 40px
    }

    #services_slider .owl-item .sa_hover_container .text-block h3 {
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        font-size: 35px;
        line-height: 47px;
        letter-spacing: .04em;
        text-align: left;
        color: #000;
        padding: 0;
        margin: 0 0 10px;
        position: relative;
        z-index: 3
    }

    #services_slider .owl-item .sa_hover_container .text-block h3 strong {
        font-weight: initial;
        background-color: #fff;
        padding-right: 13px
    }

    #services_slider .owl-item .sa_hover_container .text-block h3::after {
        content: "";
        position: absolute;
        bottom: 13px;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        opacity: 20%;
        z-index: -1
    }

    #services_slider .owl-item .sa_hover_container .text-block p {
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        font-size: 22px;
        line-height: 31px;
        letter-spacing: .02em;
        text-align: left;
        color: #484848
    }

    #services_slider .owl-item .sa_hover_container .img-block {
        padding-bottom: 20px;
        position: relative;
        z-index: 3
    }

    #services_slider .owl-item .sa_hover_container .img-block img {
        width: 100%;
        max-height: 331px;
        object-fit: cover;
        border-radius: 5px
    }

    #services_slider .owl-item .sa_hover_container .img-block::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        background: #030200;
        z-index: -1;
        border-radius: 5px
    }

    #services_slider .owl-nav .owl-next {
        background: url(images/next-icon.png) center/contain no-repeat !important;
        opacity: 1;
        width: 10px !important;
        height: 15px !important;
        right: -13px !important;
        top: auto !important;
        bottom: 185px
    }

    #services_slider .owl-nav .owl-prev {
        background: url(images/prev-icon.png) center/contain no-repeat !important;
        opacity: 1;
        width: 10px !important;
        height: 15px !important;
        left: -13px !important;
        top: auto;
        bottom: 180px
    }

    #services_slider .owl-nav .owl-next:hover,
    #services_slider .owl-nav .owl-prev:hover {
        opacity: .7
    }

    .qualifications_sec {
        padding-top: 35px;
        padding-bottom: 45px;
        background-color: #fff9f4
    }

    .qualifications_sec .main_blk {
        padding-right: 0 !important
    }

    .qualifications_sec .main_blk h2 {
        font-size: 35px;
        line-height: 47px;
        color: #000;
        padding: 0;
        margin: 0 0 30px
    }

    #qc-slider .owl-stage-outer {
        overflow: initial !important
    }

    #qc-slider .owl-stage-outer .owl-item>div {
        cursor: pointer;
        margin: 6% 8%;
        transition: margin .4s
    }

    #qc-slider .owl-stage-outer .owl-item.center>div {
        cursor: auto;
        margin: 0
    }

    #qc-slider .owl-stage-outer .owl-item img {
        border: 2px solid #fff;
        box-shadow: 0 2px 5.300000190734863px 3px #00000026
    }

    .watch-service-sec.mobile {
        display: block;
        padding-top: 45px !important;
        padding-bottom: 0 !important
    }

    .watch-service-sec.mobile .container {
        max-width: 100%
    }

    .watch-service-sec.mobile .text-block {
        padding: 0 15px;
        margin: 0 auto;
        max-width: 540px
    }

    .watch-service-sec.mobile .text-block h2 {
        font-size: 35px;
        line-height: 47px;
        color: #000;
        text-align: center;
        padding: 0 0 32px;
        margin: 0 0 10px;
        position: relative
    }

    .watch-service-sec.mobile .text-block h2::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 1px;
        height: 29px;
        background: #c8c8c8;
        margin: 0 auto
    }

    .watch-service-sec.mobile .text-block p {
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        font-size: 22px;
        line-height: 31px;
        letter-spacing: .02em;
        text-align: center;
        color: #8a8a8a;
        padding-bottom: 0
    }

    .services-time_sec {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .services-time_sec .text-block h2 {
        font-size: 35px;
        line-height: 47px;
        text-align: left;
        color: #000;
        padding: 0 0 15px;
        margin: 0
    }

    .services-time_sec .text-block p,
    .services-time_sec ul li {
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        letter-spacing: .02em
    }

    .services-time_sec .text-block p {
        font-size: 22px;
        line-height: 31px;
        color: #8a8a8a;
        padding-bottom: 0 !important;
        margin: 0
    }

    .services-time_sec ul {
        padding: 0;
        margin: 35px 0 25px
    }

    .services-time_sec ul li {
        font-size: 30px;
        line-height: 42px;
        text-align: left;
        color: #000;
        padding-left: 23px;
        margin-bottom: 30px
    }

    .services-time_sec ul li strong {
        display: block;
        font-weight: initial;
        font-size: 27px;
        line-height: 33px;
        color: #272727;
        text-transform: uppercase;
        letter-spacing: .07em
    }

    .services-time_sec ul li::before {
        width: 12px;
        height: 13px;
        border: 0 !important;
        background: url(images/Polygon-icon.png) center/contain no-repeat;
        margin: 0;
        bottom: auto;
        top: 10px
    }

    .watch-service-sec .img-block {
        margin-bottom: 0;
        margin-top: 30px
    }

    #footer {
        padding-top: 45px;
        padding-bottom: 0;
        border-top: 0;
        background: url(images/footer-bg-mobile.png) center/cover no-repeat
    }

    #footer .footer-top .footer-logo-block {
        margin: 0 auto 50px;
        max-width: 214px
    }

    #footer .footer-top .row .col-md-2,
    #footer .footer-top .row .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #footer .footer-top h3 {
        font-family: PreloOptimized, sans-serif;
    font-weight: 600;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: .08em;
        text-align: left;
        color: #252525;
        text-transform: uppercase;
        padding: 0;
        margin: 0 0 25px;
        position: relative
    }

    #footer .footer-bottom p,
    #footer .footer-md p,
    #footer .footer-top ul li {
        font-family: PreloOptimized, sans-serif;
    font-weight: 500;
        font-weight: 400
    }

    #footer .footer-top .our-link-block h3::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(100% - 106px);
        height: 1px;
        background-color: #d7d7d7;
        margin: auto 0
    }

    #footer .footer-top .social-link-block h3 {
        margin-bottom: 15px
    }

    #footer .footer-top ul li {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: .04em;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 15px
    }

    #footer .footer-top ul li a {
        color: #343434
    }

    #footer .footer-top ul li a:hover {
        color: #6e6e6e
    }

    #footer .footer-top .social-link-block {
        padding-top: 20px
    }

    #footer .footer-top .social-link-block ul {
        width: 100%;
        position: relative
    }

    #footer .footer-top .social-link-block ul::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(100% - 185px);
        height: 1px;
        background-color: #ddd;
        margin: auto 0
    }

    #footer .footer-top .social-link-block ul li {
        display: inline-block;
        margin-right: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

    #footer .footer-top .social-link-block ul li a i {
        padding: 4px;
        font-size: 14px;
        line-height: 20px
    }

    #footer .footer-top {
        padding-bottom: 0 !important;
        border-bottom: 0
    }

    #footer .footer-bottom {
        padding-top: 30px;
        padding-bottom: 30px
    }

    #footer .footer-md .sponsor-block .box img {
        height: 26px
    }

    #footer .footer-bottom p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: .05em;
        text-align: center;
        color: #535353
    }

    #footer .footer-md {
        padding-top: 25px;
        padding-bottom: 45px;
        border-bottom: 1px solid #ddd
    }

    #footer .footer-md p {
        font-size: 14px;
        line-height: 27px;
        letter-spacing: .01em;
        text-align: left;
        color: #9b9b9b;
        padding: 0;
        margin: 0
    }

    #footer .footer-md .sponsor-block {
        margin-top: 35px
    }

    #footer .footer-md .sponsor-block .box {
        max-width: 16.6666%;
        flex: 0 0 16.6666%
    }

    #footer .footer-md .sponsor-block .box:nth-last-child(2) {
        max-width: 20.667%;
        flex: 0 0 20.667%
    }

    #footer .footer-md .sponsor-block .box:last-child {
        padding-right: 0;
        max-width: 12.667%;
        flex: 0 0 12.667%
    }
}

@media screen and (max-width:900px) {
    .home-slider {
        padding-top: 160px !important
    }
}

@media screen and (max-width:767px) {
    .repair-watch-sec::before {
        height: 2px
    }

    .repair-watch-sec h2,
    .your-bracelet_sec h2 {
        font-size: 40px;
        line-height: 44px;
        padding-bottom: 25px
    }

    .repair-watch-sec p {
        font-size: 18px;
        line-height: 30px;
        font-family: PreloOptimized, sans-serif;
    font-weight: 300, sans-serif !important
    }

    .repair-watch-sec .main_blk .lt_blk {
        width: 100% !important;
        padding-right: 0;
        padding-left: 0
    }

    .repair-watch-sec .lt_blk .vc_row .left-block {
        padding-right: 10px
    }

    .repair-watch-sec .square h5 {
        font-family: PreloOptimized, sans-serif;
    font-weight: 300, sans-serif !important;
        margin-bottom: 15px;
        margin-top: 15px;
        font-weight: 700;
        color: #000;
        font-size: 22px
    }

    .repair-watch-sec .square ul {
        margin-bottom: 15px
    }

    .repair-watch-sec .square ul li {
        font-size: 20px;
        font-weight: 400;
        color: #000;
        position: relative
    }

    .our-services-sec {
        padding-top: 60px
    }

    .our-services-sec .repeater-block .text-block h3 {
        font-size: 30px;
        line-height: 26px;
        padding-bottom: 20px
    }

    .our-services-sec .repeater-block .text-block p,
    .watch-service-sec .text-block p {
        font-size: 17px;
        line-height: 26px
    }

    .our-services-sec .repeater-block .text-block {
        padding-right: 0;
        padding-top: 40px
    }

    .our-services-sec .repeater-block:nth-child(odd),
    .rolex_list .repeater-block:nth-child(2n),
    .watch-service-sec .main_blk {
        flex-direction: column-reverse
    }

    .our-services-sec .repeater-block:nth-child(2n) .text-block,
    .rolex_list .repeater-block:nth-child(odd) .text-block {
        padding-left: 0
    }

    .our-qualifications_sec h2.sec_heading {
        font-size: 40px;
        line-height: 44px
    }

    .our-qualifications_sec .wpb_gallery ul li {
        max-width: 50% !important;
        flex: 0 0 50%
    }

    .our-testimonials-sec {
        padding-top: 50px !important;
        padding-bottom: 50px
    }

    .our-testimonials-sec h2 {
        font-size: 44px;
        line-height: 48px
    }

    .our-testimonials-sec .lrn-btn a {
        padding: 10px 60px 10px 20px;
        background-position: center right 20px
    }

    .our-testimonials-sec .lrn-btn a:hover {
        background-position: center right 15px
    }

    .wp-gr .grw-slider .grw-slider-btns.grw-slider-prev {
        left: -15px !important
    }

    .wp-gr .grw-slider .grw-slider-btns.grw-slider-next {
        right: -15px !important
    }

    .wp-gr .grw-slider .wp-google-feedback {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .wp-gr .wp-google-text {
        line-height: 24px !important
    }

    .wp-gr .grw-slider {
        padding-bottom: 0 !important
    }

    .wp-gr .grw-slider .grw-slider-btns.grw-slider-next,
    .wp-gr .grw-slider .grw-slider-btns.grw-slider-prev {
        background-size: 36px !important
    }

    .watch-service-sec {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .watch-service-sec .text-block h2 {
        font-size: 44px;
        line-height: 48px;
        padding-bottom: 20px
    }

    .watch-service-sec .text-block p:last-child {
        padding-bottom: 0
    }

    .rolex_list .repeater-block:nth-child(odd),
    .services-time_sec .main_blk {
        flex-direction: column
    }

    .watch-service-sec .img-block {
        margin-bottom: 0;
        margin-top: 30px
    }

    .blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn .vc_grid-btn-load_more {
        padding-bottom: 20px
    }

    .inner-banner h1 {
        font-size: 37px;
        line-height: 41px
    }

    .about_sec {
        padding-top: 50px !important
    }

    .about_sec .main_blk .content_blk h2 {
        font-size: 43px;
        line-height: 47px
    }

    .about_sec .main_blk .content_blk h3 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 60px
    }

    .about_sec .main_blk .content_blk h3::before {
        height: 45px
    }

    .about_sec .main_blk .content_blk h4 {
        font-size: 19px;
        line-height: 22px
    }

    .qualification_sec .upper_blk p {
        font-size: 17px
    }

    .qualification_sec .wpb_gallery ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .your-bracelet_sec {
        padding-top: 60px !important;
        padding-bottom: 50px !important
    }

    .your-bracelet_sec p {
        font-size: 19px;
        line-height: 29px
    }

    .shipping-process_sec .repeater-block .img_blk {
        padding-bottom: 30px
    }

    .shipping-process_sec .repeater-block .content_blk p {
        font-size: 18px;
        line-height: 29px
    }

    .blog-grid_sec .post-grid_blk .vc_grid-item.vc_col-sm-4 {
        width: 100%
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c p {
        min-height: 1px
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_custom_heading h4 {
        padding-left: 6px;
        border-left-width: 2px;
        border-radius: 2px 0 0 2px;
        height: auto
    }

    .blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn .vc_grid-btn-load_more a {
        margin-top: 20px
    }

    .single-post .single-page {
        padding-top: 100px
    }

    .single-post .single-page .box-block .bottom-box .post_title {
        font-size: 33px !important;
        line-height: 37px
    }

    .single-post .single-page .box-block .bottom-box .post_meta_at .date-comment span {
        font-size: 14px !important;
        line-height: 16px
    }

    .single-post .single-page .box-block .img-block img {
        max-height: 350px;
        margin-bottom: 20px
    }

    .single-post .single-page .box-block .entry-content p {
        font-size: 17px;
        line-height: 27px
    }

    .single-post .single-page .comment-respond .comment-reply-title {
        font-size: 22px !important;
        line-height: 26px
    }

    .single-post .single-page .comment-respond .comment-form p {
        font-size: 16px !important;
        line-height: 22px
    }

    .single-post .single-page .sidebar_sticky #sidebar h2 {
        font-size: 20px !important;
        line-height: 25px
    }

    .single-post .single-page .sidebar_sticky #sidebar .widget_block ul li .wp-block-latest-posts__featured-image img {
        max-width: 45px !important;
        max-height: 45px !important
    }

    .testimonials_sec .sec_heading h2 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 30px
    }

    .testimonials_sec .sec_heading h2::after,
    .testimonials_sec .sec_heading h2::before {
        width: 22%
    }

    .your-bracelet_sec .main_blk {
        padding-bottom: 50px;
        margin-bottom: 50px
    }

    .baf-gallery-listing_sec .repeat_list .img_blk .wpb_wrapper:not(figure) {
        padding-right: 40px;
        padding-bottom: 35px
    }

    .baf-gallery-listing_sec .repeat_list .img_blk .background-img {
        right: 0;
        width: calc(100% - 40px)
    }

    .baf-gallery-listing_sec {
        padding-top: 65px !important
    }
}

@media screen and (max-width:575px) {

    .home-slider-after_sec .container,
    .watch-service-sec.mobile .vc_column_container>.vc_column-inner {
        padding-left: 0;
        padding-right: 0
    }

    .baf-gallery-listing_sec,
    .qualification_sec {
        padding-top: 50px !important
    }

    .home-slider .btn-review_read a {
        font-size: 10px;
        line-height: 12px
    }

    .home-slider .text-block,
    .home-slider-after_sec form {
        padding-left: 15px;
        padding-right: 15px
    }

    .our-qualifications_sec .main_blk,
    .our-testimonials-sec .vc_row,
    .watch-service-sec .main_blk {
        padding-right: 15px !important;
        padding-left: 15px
    }

    .start-here_form .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px
    }

    .start-here_form .modal-dialog {
        padding: 0;
        margin-right: 1rem;
        margin-left: 1rem
    }

    .start-here_form .modal-content .modal-body .col-md-6 {
        max-width: 50%
    }

    .start-here_form .modal-content .modal-header .btn-close {
        transform: translateX(0) translateY(-25px)
    }

    .start-here_form h2::before {
        top: 3px;
        border-bottom-width: 77px;
        border-right-width: 268px
    }

    .start-here_form h2::after {
        top: 3px;
        border-bottom-width: 77px;
        border-left-width: 270px
    }

    .shipping-process_sec .repeater-block .img_blk,
    .start-here_form h2 {
        padding-bottom: 25px
    }

    .floating-btn {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        transform: rotate(0)
    }

    .floating-btn a {
        font-size: 20px;
        line-height: 22px;
        bottom: 0;
        width: 100%;
        display: block;
        border-radius: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .floating-btn a::before {
        content: "\f003";
        position: initial;
        font-family: FontAwesome;
        font-size: 22px;
        line-height: 24px;
        color: #26364b;
        margin: 0 12px 0 0;
        animation: none
    }

    .inner-banner {
        height: 50vw;
        background-position: top center
    }

    .inner-banner .btn-review_read a {
        margin-bottom: -15px;
        font-size: 11px;
        line-height: 13px
    }

    .about_sec .main_blk,
    .inner-banner .txt_blk {
        padding: 0 15px
    }

    .inner-banner h1 {
        font-size: 33px;
        line-height: 37px
    }

    .inner-banner .btn-blk,
    .testimonials_sec .vc_row {
        margin: 0
    }

    .about_sec .main_blk .content_blk h2 {
        font-size: 37px;
        line-height: 41px
    }

    .about_sec .main_blk .content_blk h3 {
        font-size: 18px;
        line-height: 22px
    }

    .about_sec .main_blk .content_blk p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 20px
    }

    .about_sec .main_blk .img_blk .wpb_wrapper .vc_single_image-wrapper {
        padding-right: 20px;
        padding-bottom: 20px
    }

    .qualification_sec {
        margin: 0 !important
    }

    .page-qualifications .inner-banner {
        background-position: top
    }

    .qualification_sec .upper_blk .lt_blk {
        padding-right: 0
    }

    .qualification_sec .upper_blk .rt_blk {
        padding-top: 20px
    }

    .your-bracelet_sec .main_blk {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .our-services-sec,
    .shipping-process_sec {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .shipping-process_sec .repeater-block {
        padding-bottom: 50px
    }

    .shipping-process_sec .repeater-block .content_blk h4 {
        line-height: 20px
    }

    .blog-grid_sec .post-grid_blk .vc_pageable-slide-wrapper {
        margin-right: auto;
        margin-left: auto
    }

    .blog-grid_sec .post-grid_blk .vc_grid-item {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn .vc_grid-btn-load_more a {
        font-size: 11px;
        line-height: 13px;
        padding: 12px 55px 12px 15px;
        background-position: right 20px center
    }

    .blog-grid_sec .post-grid_blk .vc_pageable-load-more-btn .vc_grid-btn-load_more a:hover {
        background-position: right 15px center
    }

    .single-post .single-page .box-block .bottom-box .post_title {
        font-size: 30px !important;
        line-height: 34px;
        margin-bottom: 15px
    }

    .single-post .single-page .comment-respond .comment-form .comment-form-author,
    .single-post .single-page .comment-respond .comment-form .comment-form-email,
    .single-post .single-page .comment-respond .comment-form .comment-form-url {
        order: 4;
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 0
    }

    .single-post .single-page .comment-respond .comment-form .form-submit .submit {
        padding-left: 20px;
        padding-right: 50px;
        background-position: right 22px center;
        margin-top: 0
    }

    .single-post .single-page .comment-respond .comment-form .form-submit .submit:hover {
        background-position: right 17px center
    }

    .single-post .single-page .comment-respond .comment-form .comment-form-cookies-consent {
        display: flex;
        align-items: flex-start
    }

    .single-post .single-page .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
        margin-top: 2px
    }

    .testimonials_sec .review_grid_row .lrn-btn a {
        font-size: 11px;
        line-height: 13px;
        padding: 12px 60px 12px 20px
    }

    .testimonials_sec .review_grid_row {
        padding-bottom: 45px
    }

    .testimonials_sec .sec_heading h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 25px
    }

    .your-bracelet_sec h2 {
        font-size: 35px;
        line-height: 39px;
        padding-bottom: 15px
    }

    .your-bracelet_sec p {
        font-size: 17px;
        line-height: 28px
    }

    .rolex_list .repeater-block .img-block:nth-child(3) {
        float: left
    }

    .baf-gallery-listing_sec .repeat_list {
        margin-bottom: 30px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::before {
        border-bottom-width: 95px;
        border-right-width: 266px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::after {
        border-bottom-width: 95px;
        border-left-width: 266px
    }

    .ti-widget.ti-goog .ti-controls .ti-next {
        right: -12px !important
    }

    .ti-widget.ti-goog .ti-controls .ti-prev {
        left: -12px !important
    }

    .ti-widget.ti-goog .ti-reviews-container-wrapper {
        margin-left: 5px !important;
        margin-right: 5px !important
    }
}

@media screen and (max-width:499px) {

    .home-slider,
    .home-slider-after_sec {
        padding-top: 0 !important
    }

    .navbar-default .header-top .container {
        align-items: flex-start;
        flex-direction: column
    }

    .navbar-default .header-top {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .navbar-default.navbar-fixed .header-top {
        margin-top: -145px
    }

    .navbar-default .announcement-bar {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-default .announcement-bar h6 {
        padding-left: 5%;
        padding-right: 5%
    }

    .navbar-default .header-top .ph-block a {
        font-size: 27px;
        line-height: 35px;
        padding-left: 35px
    }

    .navbar-default .header-top .email-block a {
        font-size: 22px;
        line-height: 30px;
        padding-left: 35px
    }

    .navbar-default .header-bottom .logo-block {
        width: 170px
    }

    .navbar-default .header-bottom .menu-block {
        padding-top: 20.5px;
        padding-bottom: 20.5px
    }

    .home-slider {
        margin-top: 60px
    }

    .home-slider .text-block {
        padding-top: calc(360px - 10px)
    }

    .home-slider-after_sec .top-img {
        margin-top: -140px
    }

    .home-slider .text-block .wpb_wrapper {
        padding-bottom: 0
    }

    .mobile-banner_content h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px
    }

    .mobile-banner_content p {
        font-size: 18px;
        line-height: 28px
    }

    .mobile-banner_content .img_blk img {
        max-width: 280px
    }

    .mobile-banner_content .img_blk {
        margin-bottom: -38px !important
    }

    .home-slider-after_sec .contact-mobile-form .form-block .top-panel a {
        font-size: 35px;
        line-height: 38px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h3 {
        font-size: 28px;
        line-height: 30.44px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4 {
        font-size: 29px;
        line-height: 31.52px
    }

    .repair-watch-sec .main_blk h2 {
        font-size: 44px;
        line-height: 51px
    }

    .repair-watch-sec .main_blk h3 {
        font-size: 32px;
        line-height: 37px
    }

    .repair-watch-sec .main_blk h4 {
        font-size: 47px;
        line-height: 55px
    }

    .repair-watch-sec .main_blk h6 {
        font-size: 33px;
        line-height: 38px
    }

    .repair-watch-sec .square ul li {
        font-size: 24px !important;
        line-height: 33px
    }

    .ti-widget.ti-goog .ti-controls-line {
        display: none !important;
        opacity: 0;
        margin: 0 !important;
        visibility: hidden
    }

    .ti-widget.ti-goog .ti-widget-container {
        margin-bottom: 0 !important
    }

    .start-here_form h2::before {
        border-bottom-width: 80px;
        border-right-width: 235px
    }

    .start-here_form h2::after {
        border-bottom-width: 80px;
        border-left-width: 240px
    }

    .repair-watch-sec {
        padding-bottom: 50px !important
    }

    .repair-watch-sec .main_blk .lt_blk {
        padding-right: 15px;
        padding-left: 15px
    }

    .repair-watch-sec h2 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 20px
    }

    .baf-gallery-listing_sec .repeat_list .img_blk,
    .start-here_form h2 {
        padding-bottom: 30px
    }

    .repair-watch-sec p {
        font-size: 17px;
        line-height: 28px
    }

    .our-services-sec {
        padding-bottom: 10px
    }

    .our-services-sec .repeater-block .text-block {
        padding-top: 30px
    }

    .our-services-sec .repeater-block {
        padding-bottom: 50px
    }

    .our-services-sec .repeater-block .text-block h3 {
        font-size: 28px;
        line-height: 24px;
        padding-bottom: 15px
    }

    .our-qualifications_sec h2.sec_heading {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 25px
    }

    .our-qualifications_sec .wpb_gallery ul {
        display: block;
        margin: 0 -5px;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .our-qualifications_sec .wpb_gallery ul::-webkit-scrollbar {
        width: 1px;
        height: 1px
    }

    .our-qualifications_sec .wpb_gallery ul::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px
    }

    .our-qualifications_sec .wpb_gallery ul::-webkit-scrollbar-thumb {
        background-color: #d4aa70;
        border-radius: 100px
    }

    .our-qualifications_sec .wpb_gallery ul li {
        max-width: 80% !important;
        flex: 0 0 80%;
        display: inline-block
    }

    .our-testimonials-sec h2 {
        font-size: 37px;
        line-height: 41px
    }

    .our-testimonials-sec h2:before {
        width: 20px;
        height: 14px;
        background-size: contain
    }

    .wp-gr .grw-slider .grw-slider-reviews {
        margin: 0 5px !important
    }

    .wp-gr .wp-google-text {
        font-size: 14px !important
    }

    .wp-gr .grw-slider .grw-slider-btns.grw-slider-prev {
        left: -22px !important
    }

    .wp-gr .grw-slider .grw-slider-btns.grw-slider-next {
        right: -22px !important
    }

    .wp-gr.wpac .wp-google-review .wp-star svg {
        width: 14px !important;
        height: 14px !important
    }

    .our-testimonials-sec .lrn-btn a {
        font-size: 11px
    }

    .watch-service-sec .text-block h2 {
        font-size: 37px;
        line-height: 41px;
        padding-bottom: 15px
    }

    .watch-service-sec .text-block p {
        font-size: 16px;
        line-height: 24px
    }

    .watch-service-sec {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    #footer .footer-md .sponsor-block .box img {
        height: 24px
    }

    #footer .footer-md .sponsor-block .box:last-child {
        padding-right: 15px
    }

    .inner-banner h1 {
        font-size: 30px;
        line-height: 34px
    }

    .start-here_form .block {
        padding-bottom: 15px
    }

    .start-here_form h2 {
        font-size: 16px;
        line-height: 18px;
        padding-top: 15px
    }

    .start-here_form .modal-dialog {
        margin-top: 80px
    }

    .qualification_sec .wpb_gallery ul {
        grid-template-columns: repeat(1, 1fr)
    }

    .qualification_sec .upper_blk .lt_blk .video_blk {
        padding-right: 20px;
        padding-bottom: 20px
    }

    .qualification_sec .upper_blk .lt_blk .video_blk::before {
        width: calc(100% - 20px);
        height: calc(100% - 20px)
    }

    .your-bracelet_sec {
        padding-top: 50px !important;
        padding-bottom: 45px !important
    }

    .shipping-process_sec .repeater-block .content_blk h4 {
        font-size: 13px;
        line-height: 16px;
        padding-left: 10px;
        padding-right: 10px
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_custom_heading h4 {
        font-size: 20px !important;
        line-height: 25px
    }

    .single-post .single-page .box-block .bottom-box .post_title {
        font-size: 27px !important;
        line-height: 31px;
        margin-bottom: 12px
    }

    .single-post .single-page .box-block .bottom-box .post_meta_at .date-comment span,
    .single-post .single-page .box-block .entry-content .addtoany_content .addtoany_header {
        font-size: 13px !important;
        line-height: 15px
    }

    .single-post .single-page .box-block .entry-content .addtoany_content {
        margin-bottom: 15px
    }

    .single-post .single-page .box-block .entry-content p {
        font-size: 16px;
        line-height: 26px
    }

    .single-post .single-page .comment-respond .comment-reply-title {
        font-size: 20px !important;
        line-height: 24px
    }

    .single-post .single-page .comment-respond .comment-form .comment-notes {
        margin-top: 5px;
        font-size: 14px !important;
        line-height: 20px
    }

    .single-post .single-page .comment-respond .comment-form .form-submit .submit {
        font-size: 13px;
        line-height: 15px;
        padding-top: 13px;
        padding-bottom: 12px
    }

    .single-post .single-page .sidebar_sticky #sidebar h2 {
        font-size: 19px !important;
        line-height: 24px
    }

    .single-post .single-page .sidebar_sticky #sidebar {
        margin-top: 30px
    }

    .single-post .single-page .sidebar_sticky #sidebar .wp-block-group__inner-container ul li {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .single-post .single-page .box-block .img-block img {
        max-height: 300px
    }

    .testimonials_sec .sec_heading h2 {
        font-size: 27px;
        line-height: 31px
    }

    .your-bracelet_sec h2 {
        font-size: 31px;
        line-height: 35px
    }

    .your-bracelet_sec p {
        font-size: 16px
    }

    .baf-gallery-listing_sec .repeat_list {
        flex-direction: column;
        margin-bottom: 0
    }

    .baf-gallery-listing_sec .repeat_list .img_blk .wpb_wrapper:not(figure) {
        padding-right: 35px;
        padding-bottom: 30px
    }

    .baf-gallery-listing_sec .repeat_list .img_blk .background-img {
        width: calc(100% - 25px)
    }
}

@media screen and (max-width:425px) {
    .home-slider {
        padding-top: 0 !important
    }

    .home-slider .text-block {
        padding-top: calc(300px - 30px)
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4 {
        padding-top: 45px;
        margin-bottom: 35px;
        padding-bottom: 50px
    }

    .mobile-banner_content h1 {
        font-size: 37px;
        line-height: 48px
    }

    .mobile-banner_content p {
        font-size: 17px;
        line-height: 27px
    }

    .mobile-banner_content .img_blk img {
        max-width: 260px
    }

    .mobile-banner_content .img_blk {
        margin-bottom: -36px !important
    }

    .home-slider h1::after {
        height: 47px
    }

    .inner-banner h1 {
        font-size: 27px;
        line-height: 31px
    }

    .inner-banner .btn-review_read a {
        font-size: 10px;
        line-height: 12px
    }

    .about_sec .main_blk .content_blk h4 {
        font-size: 18px;
        line-height: 21px
    }

    .about_sec .main_blk .content_blk h2 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 5px
    }

    .about_sec .main_blk .content_blk h3 {
        font-size: 17px;
        line-height: 21px;
        padding-bottom: 50px;
        margin-bottom: 10px
    }

    .about_sec .main_blk .content_blk h3::before {
        height: 40px
    }

    .about_sec {
        padding-bottom: 35px !important
    }

    .qualification_sec .upper_blk p {
        font-size: 16px
    }

    .qualification_sec .upper_blk .lt_blk .video_blk {
        margin-bottom: 25px !important
    }

    .start-here_form h2::before {
        top: 4px;
        border-right-width: 190px
    }

    .start-here_form h2::after {
        top: 4px;
        border-left-width: 200px
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_custom_heading h4 {
        font-size: 19px !important;
        line-height: 22px
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c {
        padding: 20px 15px !important
    }

    .single-post .single-page .box-block .bottom-box .post_title {
        font-size: 24px !important;
        line-height: 28px;
        margin-bottom: 10px
    }

    .your-bracelet_sec .main_blk {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .rolex_list .repeater-block .text-block h3 {
        font-size: 25px;
        line-height: 23px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::before {
        border-right-width: 210px;
        border-bottom-width: 105px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::after {
        border-left-width: 210px;
        border-bottom-width: 105px
    }
}

@media screen and (max-width:400px) {
    .start-here_form h2 {
        font-size: 15px;
        line-height: 17px;
        padding-top: 15px;
        padding-bottom: 35px
    }

    .start-here_form h2 span {
        display: initial !important
    }

    .start-here_form .row {
        margin: 0 -4px
    }

    .start-here_form .row .col-lg-12,
    .start-here_form .row .col-lg-6 {
        padding: 0 4px
    }

    .start-here_form .modal-content .modal-body .col-md-6 {
        max-width: 100%
    }

    .start-here_form .modal-content .modal-body .col-md-6:first-child,
    .start-here_form .modal-content .modal-body .col-md-6:nth-child(2) {
        max-width: 50%
    }

    .start-here_form .modal-content .modal-body .col-md-6:nth-child(6),
    .start-here_form .modal-content .modal-body .col-md-6:nth-child(7),
    .start-here_form .modal-content .modal-body .col-md-6:nth-child(8) {
        max-width: 33%
    }

    .start-here_form .submit-btn {
        font-size: 13px;
        line-height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px
    }

    .inner-banner h1 {
        font-size: 24px;
        line-height: 28px
    }

    .about_sec .main_blk .content_blk h3 {
        font-size: 15px;
        line-height: 19px
    }

    .your-bracelet_sec p {
        font-size: 17px;
        line-height: 27px
    }

    .shipping-process_sec .repeater-block .content_blk p {
        font-size: 17px;
        line-height: 28px
    }

    .blog-grid_sec .post-grid_blk .vc_gitem-zone-c .vc_custom_heading h4 {
        font-size: 18px !important
    }

    .single-post .single-page .box-block .img-block img {
        max-height: 260px
    }

    .testimonials_sec .sec_heading h2 {
        font-size: 25px;
        line-height: 29px
    }

    .testimonials_sec .sec_heading h2::after,
    .testimonials_sec .sec_heading h2::before {
        width: 20%
    }

    .your-bracelet_sec h2 {
        font-size: 27px;
        line-height: 31px
    }
}

@media screen and (max-width:390px) {
    .navbar-default .announcement-bar h6 {
        font-size: 12px;
        line-height: 18px
    }

    .home-slider {
        margin-top: 55px
    }

    .home-slider .text-block {
        padding-top: calc(300px - 30px)
    }

    .navbar-default .header-bottom .logo-block {
        width: 150px
    }

    .navbar-default .header-bottom .menu-block {
        padding-top: 16.5px;
        padding-bottom: 16.5px
    }

    .navbar-default .header-bottom .menu-block .menu-icon ul li {
        margin: 6px 0
    }

    .mobile-banner_content h1 {
        font-size: 35px;
        line-height: 46px;
        margin-bottom: 20px
    }

    .mobile-banner_content p {
        font-size: 18px;
        line-height: 28px
    }

    .mobile-banner_content .img_blk img {
        max-width: 240px
    }

    .mobile-banner_content .img_blk {
        margin-bottom: -33px !important
    }

    .home-slider-after_sec {
        padding-top: 0 !important
    }

    .home-slider-after_sec .contact-mobile-form .form-block .top-panel a {
        font-size: 32px;
        line-height: 35px
    }

    .repair-watch-sec .main_blk h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 30px
    }

    .repair-watch-sec .main_blk h3 {
        font-size: 30px;
        line-height: 35px
    }

    .repair-watch-sec .main_blk h3 strong::after {
        width: calc(100% - 155px)
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::before {
        border-right-width: 190px;
        border-bottom-width: 95px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::after {
        border-left-width: 190px;
        border-bottom-width: 95px
    }
}

@media screen and (max-width:360px) {
    .navbar-default .announcement-bar {
        padding: 10px 0
    }

    .home-slider h1::after {
        height: 41px
    }

    .repair-watch-sec h2 {
        font-size: 30px;
        line-height: 34px;
        padding-top: 0
    }

    .our-services-sec .repeater-block .text-block h3 {
        font-size: 26px;
        line-height: 22px
    }

    .our-services-sec .repeater-block {
        padding-bottom: 40px
    }

    .our-qualifications_sec h2.sec_heading,
    .our-testimonials-sec h2,
    .watch-service-sec .text-block h2 {
        font-size: 32px;
        line-height: 36px
    }

    .our-qualifications_sec {
        padding-bottom: 50px !important
    }

    #footer .footer-top .footer-logo-block {
        max-width: 120px
    }

    #footer .footer-md .sponsor-block .box img {
        height: 14px
    }

    #footer .footer-md .sponsor-block .box:last-child {
        padding-right: 10px
    }

    .inner-banner h1 {
        font-size: 22px;
        line-height: 26px
    }

    .about_sec .main_blk .content_blk h4 {
        font-size: 16px;
        line-height: 19px
    }

    .about_sec .main_blk .content_blk h2 {
        font-size: 30px;
        line-height: 34px
    }

    .about_sec .main_blk .content_blk h3 {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 40px
    }

    .about_sec .main_blk .content_blk h3::before {
        height: 32px
    }

    .your-bracelet_sec p {
        font-size: 16px;
        line-height: 26px
    }

    .shipping-process_sec .repeater-block .content_blk p {
        font-size: 16px;
        line-height: 27px
    }

    .shipping-process_sec .repeater-block .content_blk h4 {
        font-size: 12px;
        line-height: 15px;
        padding-left: 8px;
        padding-right: 8px
    }

    .single-post .single-page .box-block .bottom-box .post_title {
        font-size: 22px !important;
        line-height: 26px;
        margin-bottom: 8px
    }

    .single-post .single-page .box-block .bottom-box .post_meta_at .date-comment span {
        font-size: 12px !important;
        line-height: 14px
    }

    .single-post .single-page .box-block .img-block img {
        max-height: 220px;
        margin-bottom: 15px
    }

    .single-post .single-page .box-block .entry-content .addtoany_content .addtoany_header {
        font-size: 12px !important;
        line-height: 14px;
        margin-right: 5px
    }

    .testimonials_sec .sec_heading h2 {
        font-size: 23px;
        line-height: 27px
    }

    .testimonials_sec .sec_heading h2::after,
    .testimonials_sec .sec_heading h2::before {
        width: 18%
    }

    .your-bracelet_sec h2 {
        font-size: 25px;
        line-height: 29px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::before {
        border-right-width: 177px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4::after {
        border-left-width: 182px
    }

    .home-slider-after_sec .contact-mobile-form .form-block h4 {
        margin-bottom: 45px;
        padding-bottom: 45px
    }

    .mobile-banner_content h1 {
        font-size: 32px;
        line-height: 40px
    }
}

@media screen and (max-width:1400px) {

    .about_sec .main_blk,
    .baf-gallery-listing_sec .repeat_list,
    .inner-banner .btn-blk,
    .lower_sec .important_blk,
    .our-qualifications_sec .main_blk,
    .our-testimonials-sec .vc_row,
    .qualification_sec .gallery_blk,
    .qualification_sec .upper_blk,
    .shipping-process_sec .repeater-block,
    .testimonials_sec .vc_row,
    .your-bracelet_sec .main_blk {
        padding-right: 30%
    }
}

.wpcf7-form-control-wrap #phone-error,
.wpcf7-form-control-wrap .error {
    font-size: 13px;
    color: red
}

#square-column img,
#square-img,
.square img {
    float: right;
    margin: 5px;
    max-height: 250px
}

.square {
    margin-bottom: 35px
}

.square h4 {
    font-size: 16px;
    line-height: 27px
}

@media only screen and (min-width:960px) {
    #square-column p {
        text-align: justify
    }
}

.home-slider .btn-review_read a {
    position: absolute;
    margin-top: 60px;
    text-align: left
}

@media screen and (min-height:960px) {
    .home-slider {
        height: 60vh;
        min-height: 38vw
    }

    .vc_btn2-container {
        font-size: 19px;
        color: #26364b;
        line-height: 21px;
        margin: 0 0 20px;
        padding: 12px 20% 20px
    }

    .vc_btn3-container.vc_btn3-left {
        height: 100px;
        padding-top: 0
    }
}

.bottom-review_read {
    padding-top: 0;
    position: relative;
    top: 5%
}

.vc_general.vc_btn3 {
    margin: 0;
    background: 0 0 !important;
    border: none !important;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #fff !important;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 0 !important
}

.repair-watch-sec::before {
    background-color: #fff
}

#ten-steps {
    left: 0;
    margin-top: 0 !important
}

#not-homepage p {
    padding-left: 10px;
    text-align: center
}

#cert-img {
    width: 250px;
    float: right;
    right: 0;
    margin-top: 4em;
    margin-right: 0;
    margin-bottom: 1em
}

@media screen and (min-width:900px) and (max-width:1300px) {
    #cert-img {
        margin-top: 0;
        margin-bottom: 0
    }
}

.contact-form p {
    padding: 0 0 5px
}


/* Make all service images the same size and aligned */
.imgclassserv .vc_single_image-wrapper {
    height: 300px;
    /* Fixed height for all image containers */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgclassserv .vc_single_image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Crops image to fill container while maintaining aspect ratio */
    object-position: center;
    /* Centers the image within the container */
}

/* Optional: Add consistent spacing between image and separator */
.imgclassserv {
    margin-bottom: 20px;
}

/* Ensure all service columns have equal height */
.cstmmainsec .vc_column_container {
    display: flex;
    flex-direction: column;
}

.cstmmainsec .vc_column-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cstmmainsec .wpb_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Make text content areas equal height */
.cstmmainsec .wpb_text_column {
    flex: 1;
}

