
/* Modal sizing */
.rq-call-modal .modal-dialog {
}

.rq-call-modal .modal-content {
    background-color: #f7f7f7 !important;
}

/* Dropdown inside modal: fixed-position via JS, height set dynamically */
.rq-call-modal .custom-dropdown-menu {
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 9999 !important;
}
/*------------------------brand logo style--------------------------*/
.bottom_help_text {
    font-size: 23px;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
}
.rolex_img {
    width: 80px;
    height: auto;
}

.Aud_img {
    width: 130px;
    height: auto;
}
.ad_pad_desk{
    padding-top:50px!important;
}

.bau_img {
    width: 130px;
    height: auto;
}

.bre_img {
    width: 100px;
    height: auto;
}

.bul_img {
    width: 120px;
    height: auto;
}

.car_img {
    width: 95px;
    height: auto;
}

.cha_img {
    width: 63px;
    height: auto;
}

.cho_img {
    width: 110px;
    height: auto;
}

.chr_img {
    width: 125px;
    height: auto;
}

.fra_img {
    width: 125px;
    height: auto;
}

.gra_img {
    width: 105px;
    height: auto;
}

.hub_img {
    width: 80px;
    height: auto;
}

.iwc_img {
    width: 90px;
    height: auto;
}

.lon_img {
    width: 110px;
    height: auto;
}

.ome_img {
    width: 80px;
    height: auto;
}

.pan_img {
    width: 113px;
    height: auto;
}

.rad_img {
    width: 85px;
    height: auto;
}

.rog_img {
    width: 130px;
    height: auto;
}

.tis_img {
    width: 85px;
    height: auto;
}

.tag_img {
    width: 115px;
    height: auto;
}

.tud_img {
    width: 70px;
    height: auto;
}
/*------------------------------New UI Style----------------------*/
#breadcrumb .breadcrumb a {
    color: black;
}

.breadcrumb-item.active {
    color: black;
}

.sc_welcome {
    color: black;
    margin-top: 80px;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 500;
}

.sc_header {
    color: black;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 8px;
}

.para_text {
    color: black;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 2;
}



.brands {
    margin-top: 75px;
}

.contact-btn {
    color:black!important;
    width: 250px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: none;
    border-radius: 40px;
    padding: 8px 8px 8px 40px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.contact_menu_items {
    width: 275px;
    border-radius: 5px;
    margin-top: 10px !important;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 30%);
    background: white;
    border: none;
    padding-bottom: 0px;
}

.contact_menu_items .dropdown-item {
    padding: 0 !important;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.contact_menu_items .dropdown-item:hover {
    cursor: pointer;
}

.contact_menu_items .dropdown-item div {
    width: 100%;
}

.contact_menu_items .dropdown-item a {
    text-decoration: none !important;
    color: black !important;
    display:block;
    width:100%;
}

.contact_menu_items .dropdown-item .form-check-label {
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}

.plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e3b564;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600 !important;
    font-weight: bold;
    padding-left: 2px;
}

.dropdown-toggle::after {
    display: none;
}


.responsive_iframe {
    width: 100%;
    height: 650px;
}

.service-box {
    padding: 40px 25px;
}

.icon {
    display: flex;
    justify-content: center;
}

    .icon .img1 {
        margin-bottom: 40px;
        width: 40px !important;
    }

    .icon .img2 {
        margin-bottom: 30px;
        width: 35px !important;
    }

    .icon .img3 {
        margin-bottom: 40px;
        width: 40px !important;
    }

.service_type {
    margin-top: 70px;
}

.service-title {
    font-size: 30px;
    font-weight: 300;
    /*letter-spacing: 2px;*/
    margin-bottom: 20px;
}

.service-text {
    font-size: 16px;
    color: black;
    margin-bottom: 30px;
    font-weight: 300;
}

.service-link {
    /* position:absolute;
        left:40%;*/
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #000;
    cursor: pointer;
    letter-spacing: 1px;
}

    .service-link:hover {
        color: #e3b564;
        text-decoration: none;
    }

.welcomeBanner3 {
    margin-top: 70px;
}

.watchCare {
    margin-top: 80px;
}

.image-card {
    position: relative;
    overflow: hidden;
    width: 425px; /* Desired width of the visible area */
    height: 468px; /* Desired height of the visible area */
}

    .image-card .img1 {
        position: absolute;
        top: 0px; /* Adjust this to move the image vertically */
        left: -450px;
    }

    .image-card .img2 {
        position: absolute;
        top: 0px; /* Adjust this to move the image vertically */
        left: -205px;
    }

    .image-card .img3 {
        position: absolute;
        top: -250px; /* Adjust this to move the image vertically */
        left: -175px;
    }

/* overlay always visible */
.overlay {
    display:none!important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.05));*/
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 25px;
    cursor: pointer;
}

/* text styling */
.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

    .overlay-text p {
        font-size: 17px;
        /*letter-spacing: 1px;*/
        margin-bottom: 3px;
    }

    .overlay-text span {
        cursor:pointer;
        font-size: 14px;
        margin-bottom: 8px;
        /*letter-spacing: 1px;*/
    }

        .overlay-text span i {
            font-size: 10px;
            padding-right: 3px;
        }
/* optional hover effect */
.image-card:hover .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.1));
}


.brand_logo {
    width: 180px;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(4,auto);
    gap: 0px;
    align-items: center;
    justify-items: center;
}


.text_gold {
    color: #e3b564;
}

.address_card {
    position: relative;
    height: 355px;
    /*width: 33.33%;
        overflow:hidden;*/
}

    .address_card .address_img1 {
        position: absolute;
        top: -40px;
        left: -45px;
        width: 360px;
    }

    .address_card .address_img2 {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 360px;
    }

.address_text {
    font-size: 25px;
    font-weight: 500;
}

    .address_text a {
        text-decoration: none;
        color: #333;
        cursor: pointer;
    }


/*-------------------Mobile View---------------*/
/* Desktop default */
.xxl-desktop-img {
    display: block;
}

.lg-desktop-img {
    display: none;
}

.desktop-logo-img {
    display: none;
}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}





/* Mobile view */

@media screen and (max-width:1420px) {
    .xxl-desktop-img {
        display: none;
    }
}

@media (min-width:1025px) and (max-width:1420px) {
    .lg-desktop-img {
        display: block;
    }

    .desktop-logo-img {
        display: none;
    }

    .brand_logo {
        width: 135px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rolex_img {
        width: 75px;
        height: auto;
    }

    .Aud_img {
        width: 100px;
        height: auto;
    }

    .bau_img {
        width: 105px;
        height: auto;
    }

    .bre_img {
        width: 80px;
        height: auto;
    }

    .bul_img {
        width: 100px;
        height: auto;
    }

    .car_img {
        width: 90px;
        height: auto;
    }

    .cha_img {
        width: 60px;
        height: auto;
    }

    .cho_img {
        width: 100px;
        height: auto;
    }

    .chr_img {
        width: 105px;
        height: auto;
    }

    .fra_img {
        width: 105px;
        height: auto;
    }

    .gra_img {
        width: 95px;
        height: auto;
    }

    .hub_img {
        width: 75px;
        height: auto;
    }

    .iwc_img {
        width: 85px;
        height: auto;
    }

    .lon_img {
        width: 85px;
        height: auto;
    }

    .ome_img {
        width: 75px;
        height: auto;
    }

    .pan_img {
        width: 95px;
        height: auto;
    }

    .rad_img {
        width: 75px;
        height: auto;
    }

    .rog_img {
        width: 105px;
        height: auto;
    }

    .tis_img {
        width: 80px;
        height: auto;
    }

    .tag_img {
        width: 100px;
        height: auto;
    }

    .tud_img {
        width: 65px;
        height: auto;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .xxl-desktop-img {
        display: none;
    }

    .lg-desktop-img {
        display: none;
    }

    .desktop-logo-img {
        display: block;
    }

    .brand_logo {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rolex_img {
        width: 55px;
        height: auto;
    }

    .Aud_img {
        width: 80px;
        height: auto;
    }

    .bau_img {
        width: 80px;
        height: auto;
    }

    .bre_img {
        width: 65px;
        height: auto;
    }

    .bul_img {
        width: 80px;
        height: auto;
    }

    .car_img {
        width: 65px;
        height: auto;
    }

    .cha_img {
        width: 40px;
        height: auto;
    }

    .cho_img {
        width: 80px;
        height: auto;
    }

    .chr_img {
        width: 80px;
        height: auto;
    }

    .fra_img {
        width: 75px;
        height: auto;
    }

    .gra_img {
        width: 70px;
        height: auto;
    }

    .hub_img {
        width: 60px;
        height: auto;
    }

    .iwc_img {
        width: 65px;
        height: auto;
    }

    .lon_img {
        width: 70px;
        height: auto;
    }

    .ome_img {
        width: 60px;
        height: auto;
    }

    .pan_img {
        width: 75px;
        height: auto;
    }

    .rad_img {
        width: 60px;
        height: auto;
    }

    .rog_img {
        width: 75px;
        height: auto;
    }

    .tis_img {
        width: 60px;
        height: auto;
    }

    .tag_img {
        width: 80px;
        height: auto;
    }

    .tud_img {
        width: 50px;
        height: auto;
    }
}

@media screen and (max-width:530px) {

    .brand_logo {
        width: auto;
        padding: 20px 0;
    }
    /* .brand-grid {
            grid-template-columns: repeat(2,1fr);
        }*/

    .responsive_iframe {
        width: 100%;
        height: 300px;
    }

    .overlay-text p {
        font-size: 12px!important;
        margin-bottom: 3px;
    }

    .overlay-text span {
        font-size: 9px!important;
        margin-bottom: 8px;
    }

    .overlay-text span i{
        font-size:8px!important;
    }
}

/*@media screen and (max-width:363px) {
    .image-card {
        width: 137px; 
        height: 172px; 
    }
}

@media (min-width:363px) and (max-width:420px) {
    .image-card {
        width: 157px; 
        height: 197px; 
    }
}

@media (min-width:420px) and (max-width:530px) {
    .image-card {
        width: 180px; 
        height: 226px; 
    }
}

@media (min-width:530px) and (max-width:769px){
    .image-card {
        width: 230px; 
        height: 289px; 
    }
}*/

@media (max-width: 768px) {

    .image-card {
        width: 100%;
        height: auto;
    }

    .desktop-img {
        display: none!important;
    }

    .mobile-img {
        display: block;
    }

    .brand_logo {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rolex_img {
        width: 55px !important;
        height: auto;
    }

    .Aud_img {
        width: 80px !important;
        height: auto;
    }

    .ad_pad_desk {
        padding-top: 35px !important;
    }

    .bau_img {
        width: 80px !important;
        height: auto;
    }

    .bre_img {
        width: 65px !important;
        height: auto;
    }

    .bul_img {
        width: 80px !important;
        height: auto;
    }

    .bul_pad_top{
        padding-top:25px!important;
    }

    .car_img {
        width: 65px !important;
        height: auto;
    }

    .cha_img {
        width: 40px !important;
        height: auto;
    }

    .cho_img {
        width: 80px !important;
        height: auto;
    }

    .chr_img {
        width: 80px !important;
        height: auto;
    }

    .fra_img {
        width: 75px !important;
        height: auto;
    }

    .gra_img {
        width: 70px !important;
        height: auto;
    }

    .hub_img {
        width: 60px !important;
        height: auto;
    }

    .fra_pad_top, .gra_pad_top {
        padding-top: 35px !important;
    }

    .iwc_img {
        width: 60px !important;
        height: auto;
    }

    .iwc_pad_top, .ome_pad_top, .tis_pad_top, .tud_pad_top{
        padding-top:10px!important;
    }

    .lon_img {
        width: 70px !important;
        height: auto;
    }

    .ome_img {
        width: 55px !important;
        height: auto;
    }

    .pan_img {
        width: 75px !important;
        height: auto;
    }

    .rad_img {
        width: 60px !important;
        height: auto;
    }

    .rog_img {
        width: 75px !important;
        height: auto;
    }

    .tis_img {
        width: 60px !important;
        height: auto;
    }

    .tag_img {
        width: 80px !important;
        height: auto;
    }

    .tud_img {
        width: 50px !important;
        height: auto;
    }

    .sc_welcome {
        font-size: 16px;
        margin-top: 50px;
    }

    .sc_header {
        font-size: 22px;
        margin-bottom: 25px;
        margin-top: 8px !important;
    }

    .para_text {
        font-size: 14px;
        margin-bottom: 18px;
        line-height: 2;
    }

    .into_text_p {
        padding: 0 19px;
    }

    .brands {
        margin-top: 50px;
    }

    .contact_menu_items{
        width:205px;
    }

    .contact-btn {
        width: 204px;
        height: 47px;
        padding: 10px 7px 10px 29px;
        font-size: 15px;
        letter-spacing: 1.6px;
    }

    .plus-icon {
        width: 37px;
        height: 37px;
    }

    .contact_menu_items .dropdown-item .form-check-label{
        font-size:16px;
        font-weight:400;
    }
    /*.brand_logo {
            width: auto;
        }*/
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: #ebe9f5 !important;
    }

    .owl-carousel button.owl-dot.active {
        background: #b2b2b2 !important;
    }

    .icon {
        display: flex;
        justify-content: center;
    }

    .service-box {
        position:relative;
        padding: 10px 0;
        height:240px;
    }

    .service_type {
        margin-top: 40px;
    }

    .service-title {
        font-size: 16px;
        font-weight:400;
    }

    .service-text {
        font-size: 12px;
    }

    .service-link {
        font-size: 12px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .address_text {
        font-size: 14px;
    }

    .welcomeBanner3 {
        margin-top: 50px;
    }

    .watchCare {
        margin-top: 60px;
    }

    

    .overlay-text p {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .overlay-text span {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .address_card .address_img1 {
        width: 150px;
        top: 25px;
    }

    .address_text {
        font-size: 14px;
    }

    .address_card {
        height: 250px;
    }

        .address_card .address_img2 {
            width: 143px;
            right: -73px;
        }

    .bottom_help_text {
        font-size: 16px;
        padding: 0 20px;
        margin-bottom:50px;
        margin-top:30px;
    }

    .viewAll_mobile{
        font-size:14px;
    }
   
}

@media (max-width:1024px) and (min-width:769px) {


    .image-card {
        width: 230px;
        height: 252px;
    }

    .overlay-text p {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .overlay-text span {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .address_card .address_img1 {
        width: 250px;
    }

    .address_text {
        font-size: 18px;
    }

    .address_card {
        height: 300px;
    }

        .address_card .address_img2 {
            width: 242px;
            right: 0;
        }
}

@media (max-width:1400px) and (min-width:1025px) {

    .image-card {
        width: 315px;
        height: 345px;
    }

    .overlay-text p {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .overlay-text span {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .address_card .address_img1 {
        width: 285px;
    }

    .address_text {
        font-size: 18px;
    }

    .address_card {
        height: 300px;
    }

    .address_card .address_img2 {
        width: 285px;
    }
}

/* --- Request a Call Modal Styles --- */
.gq-header {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.gq-form-label {
    color: rgb(107, 107, 107);
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.gq-form-control {
    border: none!important;
    border-bottom: 2px solid rgb(183, 183, 183)!important;
    background-color: transparent;
    border-radius: 0!important;
    padding-left: 0!important;
    box-shadow: none;
    font-size: 15px!important;
    font-weight: 300!important;
    color: black!important;
}

.gq-form-control:focus {
    background-color: #f7f7f7;
}

.gq-form-select {
    cursor: pointer;
}

.gq-btn-submit {
    width: 216px;
    height: 52px;
    background-color: #535e65;
    color: #fff;
    font-size: 18px;
    padding: 12px 50px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px!important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.gq-btn-submit:hover {
    color: white !important;
}
