@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Mundial Regular';
    src: url("fonts/Mundial_Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gibson Book';
    src: url("fonts/Gibson-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Gibson Book', sans-serif;
    font-size: 24px;
    overflow: hidden;
    overflow-y: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Mundial Regular', sans-serif;
}
p {
    font-family: 'Gibson Book', sans-serif;
}
.bodyfrezze {
    overflow: hidden;
}

a {
    cursor: pointer;
}

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

ul,
ol,
li {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #E0DADA;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #102F82;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #102F82;
    border-radius: 10px;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;
    box-shadow: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

h3 {
    font-size: 32px;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #5B5B5B;
}

p:last-child {
    margin: 0;
}

img {
    max-width: 100%;
}

select {
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}

select:required:invalid {
    color: #5B5B5B;
    font-weight: normal;
}

select option[value=""][disabled] {
    display: none;
}

.positionRelative {
    position: relative;
}

.z-index-2 {
    z-index: 2;
}
/* 15-03-2024 starts */
.btnBlue {
    padding: 10px 25px;
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #1A1A1A;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 0.13em;
    cursor: pointer;
    position: relative;
}
.btnBlue:after {
    content: '';
    position: absolute;
    left: 0;
    right: calc(100% - 97.2px);
    bottom: 0;
    width: 97.2px;
    height: 2px;
    background: linear-gradient(90deg, #31B3E8 0%, #278EC8 31.1%, #1B5D9F 77.24%, #174A8F 100.31%);
    margin: 0 auto;
    transition: 800ms all;
    transition-timing-function: cubic-bezier(0.47, 0, 0.23, 1.38);
}

.btnBlue:hover {
    color: #1A1A1A;
    /*background: rgba(16, 47, 130, 0.7);*/
}
.btnBlue:hover:after {
    right: 0;
}
/* 15-03-2024 ends */

.mg-bottom-0 {
    margin-bottom: 0px !important;
}

.padding-0 {
    padding: 0 0 0 0 !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.pd-top-24 {
    padding-top: 24px !important;
}

.pd-top-100 {
    padding-top: 100px !important;
}

.pd-top-180 {
    padding-top: 180px !important;
}

.pd-top-200 {
    padding-top: 200px !important;
}

.pd-top-288 {
    padding-top: 288px !important;
}

.pd-top-306 {
    padding-top: 306px !important;
}

.pd-bottom-24 {
    padding-bottom: 24px !important;
}

.pd-bottom-100 {
    padding-bottom: 100px !important;
}

.pd-bottom-180 {
    padding-bottom: 180px !important;
}

.pd-bottom-200 {
    padding-bottom: 200px !important;
}

.pd-bottom-288 {
    padding-bottom: 288px !important;
}

.pd-bottom-306 {
    padding-bottom: 306px !important;
}

.bg-grey {
    background-color: #ededed !important;
}

.bg-light-green {
    background-color: #d5eadc !important;
}

.formGroup {
    margin: 0 0 10px;
}

.formGroup label {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
    margin: 0 0 12px;
}

.form-control {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 8px 15px;
    height: 38px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #102F82;
    transition: all .3s;
}

.form-control:focus {
    background: #fff;
    box-shadow: 0 0 0 2px #102F82 !important;
    border-color: transparent;
}

textarea.form-control {
    height: 134px;
    resize: none;
}

.inputGroup {
    position: relative;
}

.inputGroup i {
    color: #313144;
}

.positionLeft .form-control {
    padding: 12px 19px 12px 50px;
}

.positionRight .form-control {
    padding: 12px 50px 12px 19px;
}

.positionLeft.positionRight .form-control {
    padding: 12px 50px 12px 50px;
}

.inputGroupLeft {
    position: absolute;
}

.inputGroupLeft {
    position: absolute;
    left: 19px;
    top: 13px;
}

.inputGroupRight {
    position: absolute;
    right: 19px;
    top: 20px;
}

.container {
    width: 100%;
    max-width: 2500px;
    padding-left: 162px;
    padding-right: 162px;
}

.container-fluid {
    width: 100%;
    max-width: 2550px;
    padding-left: 0px;
    padding-right: 0px;
}

.sectionTitle {
    position: relative;
    margin: 0 0 80px;
}

.sectionTitle h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 43px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #5B5B5B;
    position: relative;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
}

.sectionTitle p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
}

/* 15-03-2024 starts */
/*main {
    padding: 132px 0 0;
}
*/
 /* 15-03-2024 ends */
.paginationBlock {
    padding: 70px 0 0;
}

.paginationBlock .page-item span {
    padding: 0.375rem 0.75rem;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #102F82;
    display: flex;
}

.paginationBlock .page-link {
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #102F82;
    text-decoration: underline;
}

.paginationBlock .page-item.active .page-link {
    color: #5B5B5B;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.subPageBanner {
    position: relative;
    height: 799px;
    overflow: hidden;
    max-width: 2500px;
    margin: 0 auto;
}

.subPageBanner>img,
.subPageBanner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subPageBanner::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(213.4deg, rgba(0, 0, 0, 0) 4.21%, #585858bf 106.05%);
    /* backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); */
}

.subPageBannerContent {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 150px;
    padding-right: 150px;
    max-width: 1120px;
    width: 100%;
    height: 100%;
    padding-top: 180px;
}

.subPageBannerContent h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 42px;
}

.subPageBannerContent h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 180px;
}

.subPageBannerContent h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 180px;
}

.subPageBannerContent p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #FFFFFF;
    margin: 0 0 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    max-width: 671px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.subPageBannerContent p:last-child {
    margin-bottom: 0px;
}

.subPageBannerContent p a {
    color: #fff;
}

.subPageBannerContent a.btnBlue {
    padding: 10px 29px;
}

.customOwlNav {
    display: flex;
    justify-content: center;
    padding: 80px 0 0;
}

.sliderNav {
    position: relative;
    display: inline-flex;
    padding: 0 72px;
}

.customOwlNav .owl-nav {
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customOwlNav .owl-nav button {
    border: none;
    background-color: transparent;
}

.customOwlNav .owl-dots .owl-dot {
    border: none;
    margin-right: 22px;
    background-color: transparent;
    padding: 0;
}

.customOwlNav .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.customOwlNav .owl-dots .owl-dot span {
    background-color: #B7B7B7;
    height: 3px;
    width: 26px;
    display: inline-block;
}

.customOwlNav .owl-dots .owl-dot.active span,
.customOwlNav .owl-dots .owl-dot:hover span {
    background: #102F82;
}

.customOwlNav .owl-dots {
    position: relative;
    z-index: 2;
}

/* Start Header */

/* 15-03-2024 starts */
header {
    /*background-color: #fff;*/
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    transition: 400ms all;
}
header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: 400ms all;
}
/* 15-03-2024 ends */

header .container {
    max-width: 2500px;
    padding-left: 70px;
    padding-right: 70px;
}

/* 15-03-2024 starts */
.headerRow {
    /*position: relative;*/
}
.headerRow .logoBlock {
    max-width: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content:  center;
    align-items: center;
	z-index: 1;
}
.headerRow .logoBlock a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.headerRow .logoBlock a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    transition: 400ms all;
    max-height: calc(100% - 20px);
}
.color-logo {
    opacity: 0;
}
.menuBlock {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 180px;
}

/* 15-03-2024 ends */

.menuBlock ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.menuBlock ul li {
    display: flex;
    position: relative;
}

/* 15-03-2024 starts */
.menuBlock ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #fff;
    padding: 58px 30px 44px;
    text-transform: uppercase;
}
.menuBlock > ul > li > a {
    position: relative;
}
.menuBlock > ul > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #31B3E8 0%, #278EC8 31.1%, #1B5D9F 77.24%, #174A8F 100.31%);
    margin: 0 auto;
    transition: 800ms all;
    transition-timing-function: cubic-bezier(0.47, 0, 0.23, 1.38);
}
.menuBlock > ul > li > a:hover:after {
    width: 64px;
}
/* 15-03-2024 ends */

.menuBlock ul li.speake-up-fancy-tab a {
    /*font-family: 'Aleo', serif;*/
    font-style: italic;
    font-weight: normal;
}

.menuBlock ul li a:hover,
.menuBlock ul li.active>a {
    color: #fff;
}

.menuBlock ul li a img {
    width: 15px;
    margin-right: 4px;
    top: -1px;
    position: relative;
}

.menuRight {
    width: 167px;
}

.menuRight a {
    font-size: 16px;
    padding: 10px 19px;
}

.forMobileGeo {
    display: none;
}

.mobileMenu {
    display: none;
}

.menuBtn {
    display: none;
}
.menuBtn img {
	filter: brightness(0) invert(1);
}

.menuBlock .subMenu {
    /*height: 0px;*/
    position: absolute;
    left: 50%;
    top: 128px;
    background: #FFFFFF;
    overflow: hidden;
    width: 239px;
    transform: translate(-50%, -100%);
    transition: 400ms top, 400ms transform;
    /*visibility: hidden;
    opacity: 0;*/
}
.menuBlock ul li.childMenuBar:not(.watchesChildMenuBar) .subMenu {
    visibility: hidden;
    opacity: 0;
}
.menuBlock .subMenu ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.menuBlock ul li.childMenuBar:not(.watchesChildMenuBar) .subMenu ul {
    transform: scale(0);
    transition: 400ms transform;
    transition-delay: 350ms;
}

.menuBlock .subMenu ul li {
    margin-right: 0px;
    width: 100%;
    display: block;
}

.menuBlock .subMenu ul li a {
    width: 100%;
    font-size: 16px;
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #5B5B5B;
}

.menuBlock .subMenu ul li a:hover {
    background: #102F82;
    color: #fff;
}
header .menuBlock ul li.watchesChildMenuBar .subMenu  {
    transform: translate(-50%, -100%);
    transition: 350ms ease-in-out 0s;
}
header .menuBlock ul li.watchesChildMenuBar .subMenu .submenuWrap {
    /*transform: scale(0);
    transition: .25s ease-in-out 0s; */
}
.menuBlock ul li.childMenuBar:not(.watchesChildMenuBar):hover .subMenu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    transform: translate(-50%, 0px);
    transition: .25s ease-in-out 0s; 
}
.menuBlock ul li.childMenuBar:not(.watchesChildMenuBar):hover .subMenu ul {
    transform: scale(1);
}
header.watches-header-bg .menuBlock ul li.watchesChildMenuBar .subMenu {
    /*visibility: visible;
    opacity: 1;*/
    transform: translate(-50%, 0px);
}
header.watches-header-bg .menuBlock ul li.watchesChildMenuBar .subMenu .submenuWrap {
    /*transform: scale(1);
    transition: .4s ease-in-out .5s;*/
}
header.white-bg:before {
    height: 100%;
}
/* End Header */

/* start Banner */

.homeBanner {
    position: relative;
}
/* 15-03-2024 starts */
.homeBanner .bannerBlock {
    /*height: 866px;*/
    border-bottom: 5px solid #fff;
    position: relative;
    height: 100vh;
    max-height: 1440px;
}
/* 15-03-2024 ends */

#audio-control {
    position: absolute;
    left: 20px;
    bottom: 20px;
    /* background: rgba(0,0,0,0.95); */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.bannerBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.bannerBlock video {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sideFixed {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    max-width: 1920px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.sideFixed ul {
    list-style: none;
}

.sideFixed ul li {
    margin-bottom: 20px;
}

.sideFixed ul li:last-child {
    margin-bottom: 0px;
}

/* End Banner */

/* Start Home Page */

.leftContentRightImg {
    padding: 0px 0 0;
    min-height: 609px;
}

.leftContentRightImgRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
}

.leftContentRightImgRow .contentBlock {
    width: 50%;
    padding: 0px 70px;
    min-height: 609px;
    display: flex;
    align-items: center;
}

.leftContentRightImgRow .contentBlock h3 {
    font-style: normal;
    font-weight: normal;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1A1A1A;
}

.leftContentRightImgRow .contentBlock p {
    margin: 0 0 28px;
}

.leftContentRightImgRow .imgBlock {
    width: 50%;
    /* height: 609px; */
}

.leftContentRightImgRow .imgBlock img,
.leftContentRightImgRow .imgBlock video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.rightContentLeftImg {
    padding: 0px 0 0;
    min-height: 609px;
}

.rightContentLeftImgRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
}

.rightContentLeftImgRow .contentBlock {
    width: 50%;
    padding: 24px 70px;
    /* height: 609px; */
    min-height: 609px;
    display: flex;
    align-items: center;
}

.rightContentLeftImgRow .contentBlock h3 {
    font-style: normal;
    font-weight: normal;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1A1A1A;
}

.rightContentLeftImgRow .imgBlock {
    width: 50%;
    /* height: 609px; */
}

.rightContentLeftImgRow .imgBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.newsSection {
    margin: 100px 0 0;
}

.newsSliderCol {
    width: 502px;
    display: inline-block;
}

.newsSliderCol .imgBlock {
    width: 100%;
    height: 380px;
}

.newsSliderCol .imgBlock img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.newsSliderCol .contentBlock {
    padding: 56px 24px 0 0;
}

.newsSliderCol .contentBlock h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    /* line-height: 160.4%; */
    line-height: 40px;
    text-transform: uppercase;
    color: #5B5B5B;
    /* min-height: 80px; */
    margin-bottom: 25px;
    /*font-family: 'Bebas Neue', sans-serif;*/
}
.newsSliderCol .contentBlock p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #5B5B5B;
    font-feature-settings: 'pnum' on, 'lnum' on;
    text-transform: initial;
}

.newsSliderCol .contentBlock p:empty {
    display: none;
}

.newsSliderCol .contentBlock a {
    margin: 50px 0 0px;
}

.newsSliderCol .contentBlock em {
    font-weight: normal;
    font-size: 14px;
    line-height: 160.4%;
    color: #5B5B5B;
    font-feature-settings: 'pnum' on, 'lnum' on;
    text-transform: initial;
    display: block;
}

.newsSliderBlock .customOwlNav {
    display: none;
}

#newsSlider .owl-nav .owl-prev,
#socialMediaSlider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 250px;
    opacity: 0;
    cursor: initial;
}

#imgThumbnailSlider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25px;
    opacity: 0;
    cursor: initial;
}

#newsSlider .owl-nav .owl-next,
#socialMediaSlider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 250px;
    opacity: 0;
    cursor: initial;
}

#imgThumbnailSlider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25px;
    opacity: 0;
    cursor: initial;
}
#imgThumbnailSlider .img_thumbnail .img_block{
    background-color: transparent !important;
    cursor: pointer;
}
.socialMediaSection {
    margin: 100px 0px;
}

.socialMediaSection .sectionTitle h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialMediaSection .sectionTitle h3 img {
    margin-right: 28px;
}

.socialMediaCol {
    display: inline-block;
    width: 502px;
    /* max-width: 100%; */
}

.socialMediaCol .imgBlock {
    width: 100%;
    height: 380px;
}

.socialMediaCol .imgBlock img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.socialMediaCol .contentBlock {
    padding: 56px 24px 0 0;
}

.socialMediaCol .contentBlock h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    text-transform: lowercase;
    color: #5B5B5B;
    margin-bottom: 25px;
}

.socialMediaCol .contentBlock p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #5B5B5B;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.socialMediaSliderBlock .customOwlNav {
    padding: 189px 0 0;
    display: none;
}

/* 15-03-2024 starts */
.collectionSliderBlock {
    /*max-width: 1780px;*/
    margin: 0 auto;
    /*display: none;*/
}
.collectionSliderBlock .collectionCol {
	padding: 0;
}
/*.collectionSliderItem {
    height: 100vh;
}*/
/* 15-03-2024 ends */

.collectionSection {
    margin: 100px 0 0;
}

.collectionBlock {
    max-width: 1780px;
    margin: 0 auto;
}

.collectionRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px;
}

.collectionCol {
    width: 20%;
    padding: 36px 47px;
}
/* 15-03-2024 starts */
.collectionColWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	flex-direction: row-reverse;
}
.collectionColWrap figure {
	width: calc(52% - 40px);
    margin-bottom: 0;
    height: 70vh;
    position: relative;
    /*height: 85vh;*/
}
.collectionColWrap figure img {
    object-fit: contain;
    object-position: bottom center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 70vh;
    top: 12vh;
    /*top: 20vh;
    height: 80vh;*/
	/*bottom: -160px;*/
}
.collectionColWrap .content {
	width: 48%;
}
/*.collectionSliderBlock .item {
	padding-bottom: 160px;
}*/
.collectionSliderBlock .collectionColInner .content {
	border-top: none;
}
.collectionSliderBlock .collection-head {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
}
.collectionSliderBlock .collectionCol {
	width: 100% !important;
}
.collectionSliderBlock .collectionColInner h3 {
	font-size: 43px;
	color: #fff;
	margin-bottom: 20px;
}
.collectionSliderBlock .collectionColInner p {
	color: #fff;
	margin-bottom: 40px;
}
.collectionSliderBlock .collectionColInner .shareDiv a {
	color: #fff;
}
.collectionSliderBlock .btnBlue:after {
	background: #fff;
}
.collectionSliderBlock .owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	width: 100%;
	text-align: center;
    margin-top: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.collectionSliderBlock .owl-theme .owl-dots .owl-dot {
    display: block;
}
.collectionSliderBlock .owl-theme .owl-dots .owl-dot span {
    margin: 0 7px;
}
.collectionSliderBlock .owl-theme .owl-dots .owl-dot.active span {
	width: 46px;
	background: #fff;
}
/* 15-03-2024 ends */

.collectionColInner>img {
    margin-bottom: 65px;
    max-height: 233px;
    transition: all 0.5s;
    width: 100% !important;
    object-fit: contain;
    min-height: 250px;
}

.collectionColInner:hover>img {
    transform: scale(1.2);
}

.collectionColInner .content {
    border-top: 1px solid #5b5b5b;
    /*padding: 30px 0 0;*/
}

.collectionColInner h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #5B5B5B;
}

.collectionColInner p {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collectionColInner p span {
    display: block;
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: normal;
    color: #5b5b5b;
}

/*15-03-2024 starts*/
/*.collectionColInner a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #102F82;
    position: relative;
    cursor: pointer;
}

.collectionColInner a img {
    margin-left: 23px;
}*/
/*15-03-2024 ends*/

.collectionColInner a.readMore::before {
    content: "";
    width: 96px;
    height: 1px;
    display: block;
    background-color: #102F82;
    position: absolute;
    bottom: 0;
    left: 0;
}

.collectionColInner a img {
    width: 12px !important;
}

.collectionColInner .shareDiv {
    display: flex;
    align-items: center;
    /*padding: 26px 0 0;*/
}

.collectionColInner .shareDiv a {
    margin-right: 27px;
}

.collectionColInner .shareDiv a:last-child {
    margin-right: 0px;
}

/* End Home Page */

/* Start Media Page  */


.mediaSec {
    margin: 200px 0px 0;
}

.mediaBlockRow {
    display: flex;
    flex-wrap: wrap;
}

.mediaBlockCol {
    width: 33.333%;
}

.mediaBlockColInner {
    position: relative;
    overflow: hidden;
    height: 609px;
}

.mediaBlockColInner>a {
    display: block;
    height: 100%;
}

.mediaBlockColInner img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.mediaBlockColInner:hover img {
    transform: scale(1.05);
}

.mediaBlockColInner .overlay {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0.71%, rgba(0, 0, 0, 0) 83.95%);
    mix-blend-mode: normal;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 72px;
    transition: all ease-in 0.5s;
}

.mediaBlockColInner .content:hover {
    /* background: rgba(119, 119, 119, 0.5); */
}

.mediaBlockColInner .content {
    position: absolute;
    left: 72px;
    bottom: 72px;
}

.mediaBlockColInner .content p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 40px;
}

.mediaBlockColInner .content .btnGroup {
    display: flex;
    align-items: center;
}

.mediaBlockColInner .content .btnGroup a.btnBlue {
    margin-right: 40px;
    padding: 7px 23px;
}

.mediaBlockColInner .content .btnGroup a img {
    filter: brightness(0) invert(1);
    width: 12px;
}

/* End Media Page  */

/* Start Movment Section */

#spec {
    padding: 126px 0 195px 0;
}

#spec h1 {
    text-align: center;
    font-weight: normal;
    font-size: 43px;
    letter-spacing: 0.13em;
    color: #5B5B5B;
    text-transform: uppercase;
    margin-bottom: 88px;
}

.spec_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.spec_row .img_section {
    width: 100%;
    max-width: 637px;
    height: auto;
}

.spec_row .spec_block {
    width: calc(100% - 637px);
    max-width: 605px;
    padding-left: 102px;
    padding-right: 25px;
    overflow: hidden;
}

.big_img_block {
    width: 100%;
    height: 712px;
    margin-bottom: 93px;
}

.big_img_block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#spec .container {
    width: 1767px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.chooseItemDetails ul {
    display: flex;
    flex-wrap: wrap;
}

.chooseItemDetails ul li {
    position: relative;
    margin-right: 24px;
}

.chooseItemDetails ul li:last-child {
    margin-right: 0px;
}

.chooseItemDetails ul li input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}

.chooseItemDetails ul li label {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    position: relative;
    padding-left: 25px;
}

.chooseItemDetails ul li label::before {
    content: "";
    position: absolute;
    border: 2px solid #102F82;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    left: 0;
    top: 9px;
}

.chooseItemDetails ul li input:checked+label::after {
    content: "";
    position: absolute;
    border: 2px solid #102F82;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    left: 0;
    top: 9px;
    background-color: #102F82;
}

.spec_item {
    margin-bottom: 26px;
}

.spec_item p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #5B5B5B;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.three-specs-together.spec_item p {
    margin: 0;
}

.spec_item span.spec_heading {
    font-size: 24px;
    line-height: 38px;
    display: block;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-weight: normal;
    color: #5b5b5b;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin: 0 0 8px;
}

.three-specs-together.spec_item:first-child .spec_heading {
    font-size: 28px;
}

.spec_item span.spec_heading a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.13em;
    text-decoration-line: underline;
    color: #102F82;
    position: relative;
    top: -3px;
    padding-left: 35px;
}

.spec_item span.spec_heading a::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/small-right-arrow.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 12px;
    background-size: 100% auto;
    left: 0;
    top: 3px;
    z-index: 1;
}

.spec_item ul {
    list-style: none;
}

.spec_item ul li {
    color: #5b5b5b;
    font-size: 20px;
    line-height: 32px;
    opacity: 0.8;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.img_thumbnail {
    width: 96px;
    height: 117px;
    position: relative;
}

.img_thumbnail .img_block {
    height: 96px;
    background-color: #fff;
}

.img_thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

.img_thumbnail::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #dfdfdf;
    left: 0;
}

.img_thumbnail.thumbActv::after {
    background: #102F82;
}

.movementshare a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    position: relative;
    color: #102F82;
    text-transform: uppercase;
    cursor: pointer;
}

.movementshare a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 1px;
    display: block;
    background-color: #102F82;
}

.movementshare a img {
    margin-left: 20px;
}

.simlrPrdts {
    margin: 0 0 100px;
}

.simlrPrdtsRow {
    display: flex;
    justify-content: center;
    margin: 0 -45px;
    flex-wrap: wrap;
}

.simlrPrdtsCol {
    width: 25%;
    max-width: 331px;
    padding: 0 45px;
}

.simlrPrdtsCol a {
    display: block;
    transition: all 0.5s;
}

.simlrPrdtsCol a>img {
    transition: all 0.5s;
}

.simlrPrdtsCol a>img:hover {
    transform: scale(1.2);
}

.simlrPrdtsCol .content {
    border-top: 1px solid #5b5b5b;
    padding: 30px 0 0;
}

.simlrPrdtsCol .content p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #5B5B5B;
    margin: 0 0 0px;
    text-align: center;
}

.specificationBtnBlock {
    padding: 190px 0 0;
}

.specificationBtnBlock ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.specificationBtnBlock ul li {
    padding: 15px 0px;
    margin-right: 30px;
}

.specificationBtnBlock ul li:last-child {
    margin-right: 0px;
}

.specificationBtnBlock ul li a.btnTransparent {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    position: relative;
    color: #102F82;
    padding: 10px 0px;
    text-transform: uppercase;
    cursor: pointer;
}

.specificationBtnBlock ul li a.btnTransparent::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 54px;
    height: 1px;
    display: block;
    background-color: #102F82;
}

.specificationBtnBlock ul li a.btnTransparent img {
    margin-left: 23px;
}

.specificationBtnBlock ul li.shareBtn {
    position: relative;
}

.specificationBtnBlock ul li.shareBtn p#linkcopy {
    position: absolute;
    left: 0;
    top: -11px;
    width: max-content;
}

/* End Movment Section */

/* Start Media Download */

.mediaDownload {
    margin: 117px 0px;
}

.mediaDownload .sectionTitle {
    margin: 0 0 117px;
}

.mediaDownloadBox {
    padding: 0 0 0px;
    max-width: 1778px;
    margin: 0 auto;
}

.mediaDownloadBoxRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.mediaDownloadBoxRow .left {
    width: 40%;
    padding: 0 20px;
}

.mediaDownloadBoxRow .left .mediaDownloadBoxInner img {
    max-height: 550px;
    margin: 0 auto;
    display: block;
}

.mediaDownloadBoxRow .left .mediaDownloadBoxInner h6 {
    text-align: center;
}

.mediaDownloadBoxRow .right {
    width: 60%;
    padding: 0 20px;
}

.mediaDownloadBoxInner {
    background: #F6F6F6;
    padding: 70px 47px;
    height: 100%;
}

.mediaDownloadBoxInner h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    letter-spacing: 0.16em;
    color: #5B5B5B;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.mediaDownloadBoxInner p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #5B5B5B;
    margin: 0 0 39px;
    max-width: 327px;
    min-height: 60px;
    word-break: break-word;
}

.mediaDownloadBoxInner ul {
    list-style: none;
    padding: 0;
}

.mediaDownloadBoxInner ul li {
    margin-bottom: 30px;
}

.mediaDownloadBoxInner ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #102F82;
    text-decoration: underline;
}

.mediaDownloadBoxRow .right .mediaDownloadBoxInner .mediaDownloadBoxInnerLeft {
    padding-right: 28px;
    border-right: 1.3px solid #D9D9D9;
    width: 45%;
}

.mediaDownloadBoxRow .right .mediaDownloadBoxInner .mediaDownloadBoxInnerLeft:nth-child(even) {
    border-right: none;
    padding-right: 0px;
    padding-left: 70px;
}

.mediaDownloadBoxRow .right .mediaDownloadBoxInner .mediaDownloadBoxInnerRight {
    padding-left: 28px;
    width: 55%;
}

/* End Media Download */

/* Start News Page */

.newsCardSec {
    margin: 5px 0 100px;
}

.newsCardRow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    /* border-bottom: 1px solid #5B5B5B; */
}

.newsCardRow:nth-child(even) {
    flex-direction: row-reverse;
}

.newsCardCol {
    width: 50%;
}

.newsCardCol.left {
    background: #ffffff;
    padding: 24px 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 609px;
}

.newsCardCol.left h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    /* line-height: 160.4%; */
    line-height: 40px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    /*font-family: 'Mundial Regular', sans-serif;*/
}

.newsCardCol.left p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    margin-bottom: 24px;
}

.newsCardCol.left p:last-child {
    margin-bottom: 0px;
}

/* .newsCardCol.left a{
    margin-top: auto;
} */
.newsCardCol.left a {
    cursor: pointer;
}

.newsCardCol.left a img {
    width: 21px;
}

.newsCardCol.right {
    height: 609px;
    overflow: hidden;
}

.newsCardCol.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* End News Page */

/* Start bespoke Page */

.bespokeContentArea {
    padding: 117px 0 0;
}

.bespokeWatchSlider {
    padding: 200px 0 298px;
}

.watchSliderBlock {
    width: 100%;
    max-width: 1147px;
    margin: 0 auto;
}


/* End bespoke Page */

/* Start Maison Page */

.masionMain {
    padding: 5px 0 0;
}

.masionMain .masionTab {
    padding: 113px 0 117px;
}

.masionMain .masionTab ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.masionMain .masionTab ul li {
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    margin-right: 244px;
    text-transform: uppercase;
    text-align: center;
}

.masionMain .masionTab ul li:last-child {
    margin-right: 0px;
}

.masionMain .masionTab ul li.active {
    font-weight: normal;
    color: #102F82;
    text-decoration: underline;
}

#masionfiledset {
    background-color: #fff;
}

.masionMain fieldset:not(:first-of-type) {
    display: none;
}

#masionfiledset fieldset {
    padding: 0px 0;
}

.masionRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.masionItemCenter {
    align-items: center;
}

.masionCol {
    padding: 75px 15px;
}

.masionCol-60 {
    width: 60%;
}

.masionCol-40 {
    width: 40%;
}

.masionColInner h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #5B5B5B;
    margin: 0 0 34px;
}

.masionColInner h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
}

.masionColInner h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #102F82;
    margin: 0 0 24px;
}

.masionColInner p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    margin: 0 0 24px;
}

.img-right {
    display: flex;
    justify-content: flex-end;
}

#masionfiledset .steperNav .nav-tabs {
    padding-left: 0px;
    padding-bottom: 200px;
    justify-content: center;
    border-bottom: none;
}

#masionfiledset .steperNav .nav-tabs button {
    padding: 4px 15px;
    background: #102F82;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

#masionfiledset .steperNav .nav-tabs button {
    margin-right: 31px;
}

#masionfiledset .steperNav .nav-tabs button:last-child {
    margin-right: 0px;
}

#masionfiledset .steperNav .nav-tabs .nav-link.active {
    opacity: 0.8;
}

.modelCollectionContent .imgBlock img {
    width: auto;
}

.modelCollectionContent .content {
    display: none;
    width: 100%;
    max-width: 282px;
    margin: 70px auto 0;
    border-top: 1px solid #102F82;
    padding: 30px 0 0;
    transition: all 0.5s;
}

.modelCollectionContent .imgBlock {
    transform: scale(1);
    opacity: 0.5;
    transition: all 0.5s;
}

#modelCollectionSlider .owl-item.center .modelCollectionContent .content {
    display: block;
}

#modelCollectionSlider .owl-item.center .modelCollectionContent .imgBlock {
    transform: scale(1.2);
    opacity: 1;
}

.modelCollectionContent .content h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #5B5B5B;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.modelCollectionContent .content p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #5B5B5B;
    margin: 0 0 70px;
}

#modelCollectionSlider .owl-nav {
    position: absolute;
    top: 26%;
    left: 0;
    display: flex;
    justify-content: space-between;
    transform: translate(0, -26%);
    width: 100%;
}

#modelCollectionSlider .owl-nav button:hover {
    background-color: transparent;
}

.movmentSec {
    padding: 200px 0;
}

.movmentSec .container {
    max-width: 1620px;
}

.movmentSec .sectionTitle {
    margin: 0 0 150px;
}

.movmentSliderBlock .modelCollectionContent .content p {
    font-size: 16px;
}

.movmentSecContent {
    margin: 0 -35px;
}

.movmentSecContent .col-md-6 {
    padding-left: 35px;
    padding-right: 35px;
}

/* End Maison Page */

/* Start Contact Page */

.contactSection {
    padding: 180px 0 233px;
}

.contactSection .container {
    max-width: 1382px;
}

.contactUsForm label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 211.4%;
    color: #5B5B5B;
    margin: 0 0 6px;
}

.contactUsForm .formGroup {
    margin-bottom: 43px;
}

.contactUsForm .formGroup p {
    margin: 0;
}

.contactUsForm .form-control {
    border: none;
    border-bottom: 1px solid #102F82;
    background: #fff;
    padding: 8px 0px;
}

.contactUsForm .form-control:focus {
    border-bottom: 2px solid #102F82;
    box-shadow: none !important;
}

.contactUsForm textarea.form-control {
    height: 414px;
    border: 1px solid #5B5B5B;
    padding: 14px 21px;
}

.contactUsForm select.form-control {
    background-image: url(../images/select-arrow.svg) !important;
}

.contactUsModalForm select:required:invalid {
    color: #5B5B5B;
    font-weight: normal;
}

.contactUsForm select option[value=""][disabled] {
    display: none;
}

.contactUsSubmit {
    display: flex;
    justify-content: flex-end;
    height: 86px;
    align-items: flex-end;
}

.contactUsSubmit p {
    position: relative;
}

.contactUsSubmit .wpcf7-spinner {
    position: absolute;
    right: 4px;
    top: 15px;
    margin: 0;
}

.contactUsSubmit button,
.contactUsSubmit input[type=submit] {
    padding: 10px 25px;
    background: #102F82;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #fff;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 0.13em;
    width: 100%;
}

.contactUsSubmit button,
.contactUsSubmit input[type=submit]:hover {
    color: #fff;
    background: rgba(16, 47, 130, 0.7);
}

/* End Contact Page */


/* Start Map Page */

/* 28-03-2024 starts */
section#storemap {
    margin-top: 206px;
}
.map_tab {
    /*padding: 70px 0 59px 0;*/
    padding: 30px 0;
    position: fixed;
    top: 116px;
    z-index: 9;
    background: #fff;
    width: 100%;
    transition: 400ms top;
}
/* 28-03-2024 ends */
.map_tab ul {
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-around;
}

.map_tab ul li {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #5B5B5B;
    transition: 0.3s all;
    position: relative;
    letter-spacing: 0.13em;
    cursor: pointer;
}

.map_tab ul li.active {
    /* text-decoration: underline; */
    color: #102F82;
}

.map_tab ul li:hover {
    color: #102F82;
}

.map_block {
    height: 1080px;
    position: relative;
}

.map_block .bg_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .map_block .bg_area img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.gm-style .gm-style-iw-c {
    padding: 0px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
}

.gm-style-iw-d {
    overflow: auto !important;
}

.map_location {
    width: 622px;
    height: 100%;
    padding: 44px 44px;
}

.location_card {}

.location_card .location_name {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #5B5B5B;
    text-transform: uppercase;
    margin-bottom: 20px;
    /*font-family: 'Mundial Regular', sans-serif;*/
}

.location_card .location_address {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    letter-spacing: 0em;
    color: #5B5B5B;
    margin-bottom: 20px;
    /*font-family: 'Mundial Regular', sans-serif;*/
}

.contact_info a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    letter-spacing: 0em;
    color: #102F82;
    margin: 0 0 10px;
    /*font-family: 'Mundial Regular', sans-serif;*/
}

.contact_info a:hover {
    text-decoration: underline;
}

.subLocation {
    position: absolute;
    top: 72px;
    left: 70px;
    width: 273px;
    padding: 20px 20px;
    background-color: #fff;
    max-height: 384px;
    overflow: auto;
    transition: 400ms top;
}

.subLocation::-webkit-scrollbar-track {
    background: transparent;
}

.subLocation::-webkit-scrollbar-thumb {
    background: transparent;
}

.subLocation::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.subLocation .accordion-item {
    border: 1px solid transparent;
}

.subLocation .accordion-item {
    border-bottom: 0.5px solid #5B5B5B;
}

.subLocation .accordion-button {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    border-bottom: none;
    padding: 1rem 2.5rem 1rem 0rem;
    position: relative;
}

.subLocation .accordion-button:not(.collapsed) {
    color: #5B5B5B;
    background-color: #fff;
    box-shadow: none;
}

.subLocation .accordion-button::after {
    background-image: url(../images/polygon.svg);
    background-size: 9px auto;
    position: absolute;
    top: 28px;
    right: 0;
}

.subLocation .accordion-button:not(.collapsed)::after {
    background-image: url(../images/polygon-down.svg);
    transform: rotate(0deg);
    background-size: 13px auto;
}

.subLocation .accordion-body ul {
    list-style: none;
}

.subLocation .accordion-body ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160.4%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    cursor: pointer;
    margin-bottom: 8px;
}

.subLocation .accordion-body ul li:last-child {
    margin-bottom: 0px;
}

.subLocation .accordion-body ul li:hover {
    color: #102F82;
}

#store_map {
    height: 100% !important;
}

/* .gmnoprint, .gm-svpc{
    display: none !important;
} */
.gm-svpc {
    display: none !important;
}

.address_details {
    width: 340px;
    max-width: 100%;
}

.address_details .location_name {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 16px;
    color: #5b5b5b;
    letter-spacing: 0.13em;
}

.address_details .location_address {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}

.contact_info a {
    display: block;
    margin-bottom: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

/* End Map Page */

/* Start Collection Over Year */


.yearSliderSec {
    padding: 117px 0 200px;
}

.yearSliderBlock {
    width: 100%;
    max-width: 952px;
    margin: 0 auto;
    position: relative;
}

.yearSliderBlock .item p {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 160.4%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    text-align: center;
    min-height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.yearSliderBlock .owl-carousel .owl-stage-outer {
    z-index: 9;
}

.yearSliderBlock .center .item p {
    font-size: 64px;
}

.yearSliderBlock .customSliderNav {
    position: absolute;
    top: 28px;
    width: 100%;
}

.yearSliderBlock .customSliderNav .sliderNav .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.yearSliderBlock .customSliderNav .sliderNav .owl-nav button {
    background-color: transparent;
    border: none;
}

.yearSliderBlock {
    padding: 0 0 108px;
}

.yearSliderContent {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 235px;
}

.yearSliderContent h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 300px;
    line-height: normal;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #EAEAEA;
    position: absolute;
    right: -90px;
    top: -58px;
}

.productSliderBlock {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
    position: relative;
    min-height: 810px;
}

.loader-div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, 1);
    padding: 100px 0 0;
}

.loader-div img {
    width: 100px;
}

.productSliderBlock #modelCollectionSlider .owl-nav {
    top: 36%;
}

#modelCollectionSlider {
    padding: 0 114px;
}

.modelCollectionBlock {
    position: relative;
}

.modelCollectionBlock .customSliderNav {
    position: absolute;
    left: 0;
    top: 250px;
    z-index: 1;
    width: 100%;
}

.modelCollectionBlock .customSliderNav .sliderNav {
    padding: 0 0px;
    width: 100%;
}

.modelCollectionBlock .customSliderNav .sliderNav .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modelCollectionBlock .customSliderNav .sliderNav .owl-nav button {
    background-color: transparent;
    border: none;
}

#yearSlider {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.yearSliderBlock .customSliderNav .sliderNav {
    position: relative;
    display: inline-flex;
    padding: 0 0px;
    justify-content: space-between;
    width: 100%;
}

.yearSliderSec .modelCollectionContent .content p {
    font-size: 24px;
}

#yearSlider .owl-item~.active .item p,
#yearSlider .owl-item.center+.active+.active .item p {
    font-size: 20px;
}

#yearSlider .owl-item~.active+.active .item p,
#yearSlider .owl-item.center+.active {
    /* color: green; */
    font-size: 32px;
}

#yearSlider .owl-item.center.active .item p {
    /* color: #000000 !important; */
    font-size: 72px;
    line-height: normal;
}

/* End Collection Over Year */

/* Start Sample Page */

.sampalePage {
    margin: 126px 0;
}

.sampalePage .sectionTitle {
    margin: 0 0 88px;
}

.sampaleTextBlock {
    margin-left: -100px;
    margin-right: -100px;
}

.sampaleTextBlock .col-md-6 {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sampalePage .container:last-child .sampaleTextBlock .col-md-6 {
    padding-bottom: 0px;
}

.sampaleTextBlock h3 {
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    margin: 0 0 28px;
}

/* End Sample page */


/* Start Footer */

footer {
    background: #102F82;
    padding: 29px 0px 40px;
    /* margin: 100px 0 0; */
    margin: 300px 0 0;
}

.footerRow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
}

.footerRow .left {
    width: calc(100% - 550px);
}

.footerRow .right {
    width: 100%;
    max-width: 550px;
}

.footerRow .right .row {
    margin-left: -25px;
    margin-right: -25px;
}

.footerRow .right .row .col-md-6 {
    padding-left: 25px;
    padding-right: 25px;
}

.footerMenu {
    display: flex;
    align-items: center;
    margin: 0 -17px;
    list-style: none;
}

.footerMenu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 220%;
    color: #FFFFFF;
    padding: 0 12px;
}

.footerAddressRow {
    display: flex;
    margin: 0 -31px;
    padding: 60px 0 0;
}

.footerAddressCol {
    width: 100%;
    max-width: 267px;
    padding: 0 31px;
}

.footerAddressCol p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160.4%;
    color: #FFFFFF;
    margin: 0 0;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.footerAddressCol p a {
    color: #fff;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.footerSocial {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footerSocial li {
    margin-right: 25px;
    max-width: 25px;
    margin-bottom: 12px;
}

.footerSocial li:last-child {
    margin-right: 0px;
}

.footerRow .right h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18.57px;
    line-height: 179.4%;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.footerRow .right p {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0 0 49px;
    max-width: 440px;
}

.footerRow .right .formGroup p {
    margin: 0 0 0;
}

.footerRow .right .footerSubmitDiv {
    padding: 35px 0 0;
}

.footerRow .right .footerSubmitDiv .wpcf7-spinner {
    position: absolute;
}

.footerRow .right .footerSubmitDiv p {
    position: relative;
    display: table;
}

.footerRow .right .footerSubmitDiv button,
.footerRow .right .footerSubmitDiv input[type=submit],
.footerMobile .footerSubmitDiv button,
.footerMobile .footerSubmitDiv input[type=submit] {
    padding: 10px 25px;
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #fff;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 0.13em;
    cursor: pointer;
    position: relative;
}

.footerRow .right .footerSubmitDiv p:after {
    content: '';
    position: absolute;
    left: 0;
    right: calc(100% - 97.2px);
    bottom: 0;
    width: 97.2px;
    height: 2px;
    background: linear-gradient(90deg, #fff 0%, #fff 31.1%, #fff 77.24%, #fff 100.31%);
    margin: 0 auto;
    transition: 800ms all;
    transition-timing-function: cubic-bezier(0.47, 0, 0.23, 1.38);
}

.footerRow .right .footerSubmitDiv p:hover:after {
    right: 0;
}

.footerRow .right .footerSubmitDiv button:hover,
.footerRow .right .footerSubmitDiv input[type=submit]:hover {
    background-color: transparent;
    color: #fff;
}

.footerBottom {
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
}

.footerBottom p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160.4%;
    color: #FFFFFF;
    text-align: left;
}

.footerBottom p a {
    color: #fff;
}

.footerIls {
    padding: 60px 0 0;
}

.footerMobile {
    display: none;
}

/* End Footer */

.customModal .modal-dialog {
    max-width: 2360px;
    position: relative;
}

.customModal .modal-body {
    padding: 0 0;
}

.customModal .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
    background-color: transparent;
    border: none;
    z-index: 2;
}


.modalTitle {
    padding: 0 0 127px;
}

.modalTitle h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 43px;
    line-height: 160.4%;
    text-align: center;
    letter-spacing: 0.13em;
    color: #5B5B5B;
    margin: 0;
}

#pricerequestModal .modal-body {
    padding: 118px 36px 192px;
}

#pricerequestModal .priceModalBlock {
    width: 100%;
    max-width: 1542px;
    margin: 0 auto;
}

.priceModalFormRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.priceModalFormRow .left {
    width: 100%;
    max-width: 286px;
}

.priceModalFormRow .left p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    margin: 14px 0 0;
}

.priceModalFormRow .left p.price-popup-reference {
    font-style: italic;
}

.priceModalFormRow .forMobile {
    display: none;
}

.priceModalFormRow .right {
    width: calc(100% - 286px);
    padding-left: 93px;
}

.priceModalFormRow .right p {
    font-weight: normal;
    font-size: 16px;
    line-height: 211.4%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #102F82;
    text-align: center;
    margin: 0;
}

.priceModalFormRow .formGroup {
    margin-bottom: 50px;
}

.priceModalFormRow label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    margin: 0 0 0;
}

.priceModalFormRow .form-control {
    border-bottom: 1px solid #5B5B5B;
    background-color: transparent;
    padding: 4px 0px;
    height: 32px;
}

.priceModalFormRow textarea.form-control {
    height: 329px;
    border: 1px solid #5B5B5B;
    padding: 14px 17px;
}

.priceModalFormRow .form-control:focus {
    box-shadow: none !important;
}

.priceModalFormRow select.form-control {
    background-image: url(../images/select-arrow.svg) !important;
}

#warrantyModal .modal-body {
    padding: 0 36px;
}

.warrantyModalRow {
    padding: 150px 0px 108px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1203px;
    margin: 0 auto;
}

.warrantyPage .warrantyModalRow {
    padding: 108px 0px 0;
}

.warrantyModalRow .left {
    width: 100%;
    padding: 0 0px 113px;
}

.warrantyModalRow .left .content h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 43px;
    line-height: 160.4%;
    text-align: center;
    letter-spacing: 0.13em;
    color: #5B5B5B;
    margin: 0 0 5px;
}

.warrantyModalRow .left .content p {
    font-style: normal;
    font-weight: normal;
    line-height: 160.4%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    max-width: 894px;
    margin: 0 auto;
}

.warrantyModalRow .right {
    width: 100%;
    padding: 0 0px;
}

.warrantyModalRow .formGroup {
    margin-bottom: 50px;
}

.warrantyModalRow label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    margin: 0 0 0px;
}

.warrantyModalRow .form-control {
    border-bottom: 1px solid #5B5B5B;
    ;
    background-color: transparent;
    padding: 4px 0px;
    height: 32px;
}

.warrantyModalRow .form-control:focus {
    box-shadow: none !important;
}

.warrantyModalRow select.form-control {
    background-image: url(../images/select-arrow.svg) !important;
}

.warrantyModalRow em {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    /* text-transform: lowercase; */
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #A6A6A6;
    display: block;
}

.warrantyModalRow button.btnBlue {
    width: 100%;
    justify-content: center;
}

.fileUpload {
    position: relative;
}

.fileUpload input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.fileUploadInner {
    display: flex;
    align-items: center;
    padding: 0 0 15px;
}

.fileUploadInner h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    color: #102F82;
    margin-right: 20px;
    margin-bottom: 0px;
    position: relative;
}

.fileUploadInner h6::after {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #102F82;
}

.fileUploadInner p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 211.4%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    margin-bottom: 0px;
}

.fileUploadInner p input {
    width: 100%;
}

.collection_details {
    padding-top: 200px;
}

.newsletterModalTitle {
    padding: 0 0 145px;
}

.newsletterModalTitle h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 43px;
    line-height: 160.4%;
    text-align: center;
    letter-spacing: 0.13em;
    color: #5B5B5B;
    margin: 0 0 0px;
}

.newsletterModalTitle p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    margin: 0;
}

.newsletterModalBody {
    width: 100%;
    max-width: 1163px;
    margin: 0 auto;
    padding: 118px 36px;
}

.newsletterModalForm .formGroup {
    margin-bottom: 50px;
}

.newsletterModalForm label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
    text-transform: uppercase;
    margin: 0 0 0;
}

.newsletterModalForm .form-control {
    border-bottom: 1px solid #5B5B5B;
    background-color: transparent;
    padding: 4px 0px;
    height: 32px;
}

.newsletterModalForm .form-control:focus {
    border-bottom: 2px solid #102F82;
    box-shadow: none !important;
}

.spec_item_mobile_block {
    display: none;
}

.page404 {
    padding: 150px 0 380px;
}

.page404 h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 205.383px;
    line-height: 160.4%;
    text-align: center;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #102F82;
    margin: 0;
}

.page404 p {
    font-style: normal;
    font-weight: normal;
    font-size: 42.2324px;
    line-height: 160.4%;
    text-align: center;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #5B5B5B;
}

.customModal#bespoke_banner_video .modal-video-block,
.customModal.video_section_video .modal-video-block {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 58px 30px 28px;
}

.customModal#bespoke_banner_video .modal-video-block iframe,
.customModal.video_section_video .modal-video-block iframe {
    height: 448px;
}

.customModal#bespoke_banner_video .modal-dialog,
.customModal.video_section_video .modal-dialog {
    max-width: 862px;
}

.customModal#bespoke_banner_video .btn-close,
.customModal.video_section_video .btn-close {
    right: 3px;
    top: 10px;
}

.contactUsForm .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border-bottom: 1px solid #102F82 !important;
    border-radius: 0 !important;
    height: 38px !important;
    border: none;
}

.contactUsForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #102F82 !important;
    line-height: 21px !important;
    padding: 8px 0px !important;
    font-size: 16px;
    text-transform: uppercase;
}

.contactUsForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    background-image: url(../images/select-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 0 center !important;
    right: 11px;
}

.contactUsForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.footerRow .right .select2-container--default .select2-selection--single,
.footerMobile .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    height: 38px !important;
}

.footerRow .right .select2-container--default .select2-selection--single .select2-selection__rendered,
.footerMobile .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #102F82 !important;
    line-height: 21px !important;
    padding: 8px 15px !important;
    font-weight: normal;
}

.footerRow .right .select2-container--default .select2-selection--single .select2-selection__arrow,
.footerMobile .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    background: #f9f9f9 !important;
}

.select2-results__option {
    color: #282c3f !important;
    display: block !important;
    padding: 10px 15px !important;
    font-size: 14px;
    font-weight: normal;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ecf0f1 !important;
}


/* Custom select */



/* End Custom Select */

/* Start speakeUpList */

.speakeUpList {
    position: relative;
    padding: 127px 0px;
}

/* .speakeUpList::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1100px;
    height: 930px;
    height: 651px;
    background: linear-gradient(0deg, #FFF 33.40%, rgba(255, 255, 255, 0.00) 78.66%);
    background: linear-gradient(0deg, #FFF 52.4%, rgba(255, 255, 255, 0.00) 96.66%);
    pointer-events: none;
} */
/*.speakeUpList .loadMore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;*/
    /* height: 1100px; */
    /* height: 930px; */
    /* background: linear-gradient(0deg, #FFF 33.40%, rgba(255, 255, 255, 0.00) 78.66%); */
    /*height: 651px;
    background: linear-gradient(0deg, #FFF 52.4%, rgba(255, 255, 255, 0.00) 96.66%);
    pointer-events: none;
    z-index: -1;
}*/

.speakeUpList .container {
    max-width: 1566px;
}

.loadMore {
    display: flex;
    justify-content: center;
    z-index: 9;
    position: relative;
}

.loadMore a {
    color: #5B5B5B;
    text-align: center;
    font-size: 25px;
    /*font-family: 'Mundial Regular', sans-serif;*/
    line-height: 160.4%;
    text-transform: uppercase;
}

.loadMore a i {
    display: block;
}

@supports(display: grid) {
    .speakeUpGrid {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .speakeUpGrid .push {
        width: auto;
        margin-bottom: 0;
        position: relative;
    }

    /* .speakeUpGrid .push.rect a.imgBlock {
        height: 1008px;
        display: block;
    }

    .speakeUpGrid .push.sq a.imgBlock {
        height: 695px;
        display: block;
    }

    .speakeUpGrid .push.rect a.imgBlock img,
    .speakeUpGrid .push.sq a.imgBlock img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    } */

    .speakeUpGrid .push.rect .speakeUpGrid .push {
        display: block;
    }

    .speakeUpGrid .push .imgBlock img {
        display: block;
        width: 100%;
    }

    .speakeUpGrid .push--square {
        position: relative;
        grid-row: span 2;
    }

    .speakeUpGrid .contentBlock {
        border: 12px solid #9B9B9B;
        background: #FFF;
        padding: 39px 50px;
        width: 539px;
        max-width: 100%;
    }

    .speakeUpGrid .contentBlock .articleDate {
        color: #000;
        font-size: 16px;
        /*font-family: 'Mundial Regular', sans-serif;*/
        font-weight: normal;
        line-height: 160.4%;
        text-transform: uppercase;
        margin: 0 0 29px;
        font-feature-settings: 'pnum' on, 'lnum' on;
    }

    .speakeUpGrid .contentBlock h3 {
        margin: 0 0 15px;
        /*font-family: 'Mundial Regular', sans-serif;*/
        color: #000;
        font-size: 40px;
        font-weight: normal;
        line-height: 101.9%;
        text-transform: uppercase;
    }

    .speakeUpGrid .contentBlock p {
        color: #000;
        font-size: 18px;
        /*font-family: 'Mundial Regular', sans-serif;*/
        line-height: 129.4%;
        margin: 0 0 38px;
        font-weight: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .speakeUpGrid .contentBlock .articleDate a,
    .speakeUpGrid .contentBlock h3 a,
    .speakeUpGrid .contentBlock p a {
        color: #000;
    }

    .speakeUpGrid .left .contentBlock {
        position: absolute;
        left: -73px;
        bottom: 65px;
    }

    .speakeUpGrid .right .contentBlock {
        position: absolute;
        right: -73px;
        bottom: 65px;
    }

    .shareArticleblock {
        display: flex;
        align-items: center;
    }

    .shareArticleblock p {
        color: #9B9B9B;
        font-size: 18px;
        /*font-family: 'Mundial Regular', sans-serif;*/
        line-height: 129.4%;
        margin: 0;
        margin-right: 18px;
    }

    .speakeUpGrid .shareArticleblock p {
        color: #9B9B9B;
        font-size: 18px;
        /*font-family: 'Mundial Regular', sans-serif;*/
        line-height: 129.4%;
        margin: 0;
        margin-right: 18px;
    }

    .shareArticleblock ul {
        display: flex;
    }

    .shareArticleblock ul li {
        margin-right: 16px;
        list-style: none;
    }

    /* .shareArticleblock ul li:first-child{
        display: none;
    } */

    .shareArticleblock ul li:last-child {
        margin-right: 0px;
    }

    .shareArticleblock ul li button {
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .shareArticleblock ul li button img {
        transition: 0.3s all;
    }

    .shareArticleblock ul li button:hover img {
        transform: scale(1.4);
    }

}

.articleDetails .container {
    /* max-width: 1420px; */
    max-width: 1560px;
}

.articleDetailshead {
    display: flex;
    position: relative;
    padding: 147px 0 99px;
}

.articleDetailshead .left {
    position: absolute;
    padding: 100px 0 0;
}

.articleDetailshead .left .articleDate {
    color: #000;
    font-size: 16px;
    /*font-family: 'Mundial Regular', sans-serif;*/
    font-weight: normal;
    line-height: 160.4%;
    text-transform: uppercase;
    margin: 0 0 29px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.articleDetailshead .left h3 {
    color: #000;
    font-size: 75.644px;
    /*font-family: 'Mundial Regular', sans-serif;*/
    font-weight: normal;
    line-height: 101.9%;
    text-transform: uppercase;
    margin: 0 0 50px;
    max-width: 755px;
    background-color: #fff;
    padding: 30px 30px 30px 0px;
}

.articleDetailshead .right {
    width: 54%;
    margin-left: auto;
}

.articleDetailshead .right .imgBlock {
    width: 100%;
}

.articleDetailshead .right .imgBlock img {
    width: 100%;
}

.articleDetailsContent {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

/* .articleDetailsContent:first-child .left {
    padding: 100px 30px 0 0 !important;
} */

.articleDetailsContent:first-child .right {
    padding-top: 0 !important;
}

.articleDetailsContent .left {
    width: 50%;
    padding: 100px 30px 0 0;
    /* padding: 0 30px 0 0; */
}

.articleDetailsContent .right {
    padding-top: 114.5px;
}

.articleDetailsContent .left img {
    width: 100%;
    padding-right: 86px;
}

.articleDetailsContent .right {
    width: 50%;
}

.articleDetailsContent .right h3 {
    color: #5B5B5B;
    /* font-size: 24px; */
    font-size: 20px;
    /*font-family: 'Mundial Regular', sans-serif;*/
    font-weight: normal;
    line-height: 129.4%;
    text-transform: uppercase;
    /*font-family: 'Mundial Regular', sans-serif;*/
}

.articleDetailsContent .right p {
    color: #000;
    /* font-size: 20px; */
    font-size: 24px;
    font-weight: normal;
    line-height: 129.4%;
    /*font-family: 'Mundial Regular', sans-serif;*/
}

.flexColumnRvrs {
    flex-direction: row-reverse;
}

.articleDetailsContent.flexColumnRvrs .left {
    padding: 0px 0 0 70px;
}

.articleDetailsContent.flexColumnRvrs .right {
    padding: 114.5px 0 0;
}

.articleDetailsContent.flexColumnRvrs .left img {
    margin-left: auto;
    display: block;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 268px;
}

.articleDetailsContent.flexColumnRvrs .left video {
    width: 100%;
    padding-right: 0;
    padding-left: 268px;
}

.articleDetailsContent .left video {
    width: 100%;
    padding-right: 86px;
}

/* .speakeUpGrid .push--square .imgBlock img{
    max-height: 1008px;
}
.speakeUpGrid .push--domino .imgBlock img{
    max-height: 695px;
} */

/* End speakeUpList */

.grecaptcha-badge {
    display: none !important;
}

p:empty {
    display: none
}

.gm-ui-hover-effect {
    opacity: .6;
    top: 2px !important;
    right: 2px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}


/* blog grid css on 27th June 23 / Abhimanyu */

.blog_grid.for_mob_tab {
    display: none;
}

.blog_grid {
    position: relative;
}

.blog_grid .blog_inner_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.blog_grid .blog_inner_row .blog_col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.blog_grid .blog_inner_row .blog_col .blog_card {
    position: relative;
    margin-bottom: 30px;
}

.blog_grid .blog_inner_row .blog_col .blog_card:last-child {
    margin-bottom: 0;
}

.blog_grid .blog_inner_row .blog_col .blog_card .img_block {
    display: block;
    width: 100%;
    overflow: hidden;
}

.blog_grid .blog_inner_row .blog_col .blog_card .img_block img,
.blog_grid .blog_inner_row .blog_col .blog_card .img_block video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s all;
}

.blog_grid .blog_inner_row .blog_col .blog_card:hover .img_block img {
    transform: scale(1.1);
}

.blog_grid .blog_inner_row .blog_col .blog_card .contentBlock {
    border: 12px solid #9B9B9B;
    background: #FFF;
    padding: 39px 50px;
    width: 539px;
    max-width: 100%;
}

.blog_grid .blog_inner_row .blog_col .blog_card .contentBlock .articleDate {
    color: #000;
    font-size: 16px;
    /*font-family: 'Mundial Regular', sans-serif;*/
    font-weight: normal;
    line-height: 160.4%;
    text-transform: uppercase;
    margin: 0 0 29px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.blog_grid .blog_inner_row .blog_col .blog_card .contentBlock h3 {
    margin: 0 0 15px;
    /*font-family: 'Mundial Regular', sans-serif;*/
    /*color: #000;*/
    /*font-size: 32px;*/
    font-weight: normal;
    /*line-height: 160.4%;*/
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.blog_grid .blog_inner_row .blog_col .blog_card .contentBlock p {
    /*color: #000;*/
    /*font-size: 18px;*/
    /*font-family: 'Mundial Regular', sans-serif;*/
    /*line-height: 129.4%;*/
    margin: 0 0 38px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_grid .blog_inner_row .blog_col .blog_card .contentBlock .shareArticleblock p {
    margin-bottom: 0;
    margin-right: 18px;
}

.blog_grid .blog_inner_row .blog_col .blog_card .contentBlock .articleDate a,
.blog_grid .blog_inner_row .blog_col .blog_card .contentBlock h3 a,
.blog_grid .blog_inner_row .blog_col .blog_card .contentBlock p a {
    color: #5B5B5B;
}

.blog_grid .blog_inner_row .blog_col .blog_card .contentBlock {
    position: absolute;
    bottom: 64px;
}

.blog_grid .blog_inner_row .blog_col.left .blog_card .contentBlock {
    left: -73px;
}

.blog_grid .blog_inner_row .blog_col.right .blog_card .contentBlock {
    right: -73px;
}

.speakeUpList::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 556px;
    background: #e3e3e3;
}

.subPageBanner .banner_txt_area {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.subPageBanner .bannerBlock {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.subPageBanner .banner_txt_area .txt_block {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subPageBanner .banner_txt_area .txt_block .txts {
    width: calc(100% - 32px);
    max-width: 927px;
    margin: 0 auto;
    text-align: center;
}

.subPageBanner .banner_txt_area .txt_block .txts h1 {
    /* font-weight: normal; */
    line-height: 160.4%;
    letter-spacing: 24.032px;
    text-transform: uppercase;
    color: #fff;
    font-size: 92px;
    /*font-family: 'Mundial Regular', sans-serif;*/
}

.subPageBanner .banner_txt_area .txt_block .txts p {
    font-weight: normal;
    line-height: 160.4%;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    /*font-family: 'Mundial Regular', sans-serif;*/
}

/* 15-03-2024 extra css starts */

.fixedHeader header {
    position: fixed;
}
.fixedHeader header:before {
    height: 100%;
}
.fixedHeader .menuBlock ul li a {
    color: #5B5B5B;
}
.fixedHeader .color-logo {
    opacity: 1;
}
.fixedHeader .white-logo {
    opacity: 0;
}
.fixedTopHeader header {
    top: -100%;
}
.menuBlock ul li.watchesChildMenuBar {
    position: initial;
}
.menuBlock ul li.watchesChildMenuBar .subMenu {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    top: 0;
    padding-top: 128px;
}
.menuBlock ul li.watchesChildMenuBar .subMenu .submenuWrap {
	padding: 32px 70px;
    width: 2550px;
    margin: 0 auto;
    max-width: 100%;
}
.menuBlock ul li.watchesChildMenuBar .subMenu h3 {
    font-size: 43px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #1A1A1A;
}
.menuBlock ul li.watchesChildMenuBar ul {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px;
    align-items: inherit;
}
.menuBlock ul li.watchesChildMenuBar ul li a img {
    width: 100%;
    position: inherit;
    margin-right: 0;
    height: 280px;
    object-fit: contain;
    transition: 400ms transform;
}
.menuBlock ul li.watchesChildMenuBar ul li:hover a img {
    transform: scale(1.2);
}
.menuBlock ul li.watchesChildMenuBar ul li {
    width: calc(16.66% - 10px);
}
.menuBlock ul li.watchesChildMenuBar .subMenu ul li a {
    display: block;
    padding: 35px 30px;
    color: #fff;
    display: block;
    height: 100%;
}
.menuBlock ul li.watchesChildMenuBar .subMenu ul li a:hover {
    background: transparent;
}
.menuBlock ul li.watchesChildMenuBar .subMenu ul li a h4 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 4px;
    line-height: 1.5;
    margin-bottom: 0;
    transition: 400ms transform;
}
.menuBlock ul li.watchesChildMenuBar .subMenu ul li a:hover h4 {
    transform: translateY(20px);
}
.menuBlock ul li.watchesChildMenuBar .subMenu ul li a figure {
    margin-bottom: 20px;
}
header.white-bg .menuBlock ul li a {
    color: #1A1A1A;
    position: relative;
    z-index: 1;
}
header.white-bg .white-logo {
    opacity: 0;
}
header.white-bg .color-logo {
    opacity: 1;
}
#collectionSlider.owl-carousel .owl-stage-outer {
    overflow: inherit;
}
/*body.carouselShow .collectionSliderBlock {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}*/
/*body.carouselShow {
    overflow: hidden;
}*/
/* For Collection Slider First time visit functionality CSS */
.carouselBottomDivsHide .newsSection, .carouselBottomDivsHide .socialMediaSection, .carouselBottomDivsHide footer {
    display: none;
}
.carouselBottomDivsHide #collectionSlider.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.headerHide header {
    display: none;
}
.carouselBottomDivsHide .collectionSliderBlock .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 32px;
}
/* For Collection Slider First time visit functionality CSS */
/* 15-03-2024 extra css ends */

.bannerWrap {
    position: relative;
}
.bannerContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 130px 70px 70px;
    color: #fff;
}
.banner-head {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
}
.bannerContent h3 {
    font-size: 43px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 160.4%;
    letter-spacing: 0.13em;
    font-weight: 600;
}
.bannerContent p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #fff;
    margin-bottom: 40px;
}
.bannerContent .btnBlue {
    color: #fff;
}
.bannerContent .btnBlue:after {
    background: #fff;
}
.bannerContent .text {
    width: 640px;
    max-width: 100%;
}

header.special-white-header .menuBlock ul li a {
    color: #1A1A1A;
}
header.special-white-header .white-logo {
    opacity: 0;
}
header.special-white-header .color-logo {
    opacity: 1;
}
.mediaBlockColInner .btnBlue {
    color: #fff;
}
.mediaBlockColInner .btnBlue:after {
    background: #fff;
}
.fixedTopHeader .map_tab {
    top: 0;
}
.fixedTopHeader .subLocation, .fixedHeader .subLocation {
    top: 320px;
}



.newsletterModalForm .wpcf7-spinner, .warrantyModalRow .wpcf7-spinner {
    position: absolute;
}

.newsletterModalForm .col-12:last-child p, .warrantyModalRow .col-12:last-child p {
    position: relative;
    display: table;
    margin-top: 20px;
}

.newsletterModalForm button,
.newsletterModalForm input[type=submit],
.warrantyModalRow button,
.warrantyModalRow input[type=submit] {
    padding: 10px 25px;
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #1A1A1A;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 0.13em;
    cursor: pointer;
    position: relative;
}

.newsletterModalForm .col-12:last-child p:after, .warrantyModalRow .col-12:last-child p:after {
    content: '';
    position: absolute;
    left: 0;
    right: calc(100% - 70px);
    bottom: 0;
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, #1A1A1A 0%, #1A1A1A 31.1%, #1A1A1A 77.24%, #1A1A1A 100.31%);
    margin: 0 auto;
    transition: 800ms all;
    transition-timing-function: cubic-bezier(0.47, 0, 0.23, 1.38);
}

.newsletterModalForm .col-12:last-child p:hover:after, .warrantyModalRow .col-12:last-child p:hover:after {
    right: 0;
}

.newsletterModalForm button:hover,
.newsletterModalForm input[type=submit]:hover,
.warrantyModalRow button:hover,
.warrantyModalRow input[type=submit]:hover {
    background-color: transparent;
    color: #1A1A1A;
}
.speakeUpList .loadMore {
    margin-top: 50px;
}
.articleDetailshead .left h3, .articleDetailsContent .right p, .articleDetailsContent .right h3 {
    color: #5B5B5B;
}
section.articleDetails {
    padding-top: 100px;
}
.footerAddressCol:nth-child(3) {
    max-width: 336px;
}
.img_thumbnail iframe {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: fill;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index:-1;
}

.big_img_block iframe {
    aspect-ratio: 1 / 1;
    height: 100% !important;
    width: 100% !important;
}
.wrist_size_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
}
.wrist_size_buttons p {
    border: 2px solid #9e9e9e5e;
    padding: 3px 17px;
    font-size: 18px;
    line-height: 32px;
    background: #f5f5f5;
    border-radius: 0;
}
 
.preorder-btn-wrap a{
    padding: 10px 25px;
    background: #102F82;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160.4%;
    color: #fff;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 0.13em;
    /* min-width: 50%; */
    margin-bottom:15px;
}
.preorder-btn-wrap a:hover {
    background: rgba(16, 47, 130, 0.7);
}