body,*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, ::after, ::before {
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
  font-family: 'Helvetica', 'Verdana', 'Arial', sans-serif;

}

@font-face {
  font-family: 'georgia';
  src: url('../fonts/Georgia.ttf') format('ttf');
    /* url('../fonts/HelveticaGothicBT-Regular.woff') format('woff'), */
    /* url('../fonts/HelveticaGothicBT-Regular.ttf') format('truetype'); */
  font-weight: 400;
  font-style: normal;
}

a{
  text-decoration: none;
}
picture{
  display: flex;
  justify-content: center;
}
.z_1{
  z-index: 1;
}
.z_0{
  z-index: 0;
}
.overflow_hidden{
  overflow: hidden;
}
.order_ds_0_mb_1{
  order: 0;
}
/* ============= text align ================== */
.text_center{
  text-align: center;
}
.text_left{
  text-align: left;
}
/* ---------------------------  text color  --------------------------*/
.text_rolex_green{
  color: #006039;
}
.text_green{
  color: #127749;
}
.text_ocean_green{
  color: #9BF9CE;
}
.text_brown{
  color: #452C1E;
}
.text_black{
  color: #212121;
}
.text_dark_gray{
  color: #767676;
}
.text_gray{
  color: #D4D4D4;
}
.text_belge{
  color: #F4EFEA;
}
.text_light_belge{
  color: #F9F7F4;
}
.text_white{
  color: #ffffff;
}
.text_red{
  color: #BE0100 !important;
}
/* ---------------------------  background color  --------------------------*/
.bg_rolex_green{
  background: #006039;
}
.bg_green{
  background: #127749;
}
.bg_ocean_green{
  background: #9BF9CE;
}
.bg_brown{
  background: #452C1E;
}
.bg_black{
  background: #212121;
}
.bg_dark_gray{
  background: #767676;
}
.bg_gray{
  background: #D4D4D4;
}
.bg_belge{
  background: #F4EFEA;
}
.bg_light_belge{
  background: #F9F7F4;
}
.bg_white{
  background: #ffffff;
}
.bg_gradient{
  background: rgb(11,62,39);
  background: linear-gradient(90deg, rgba(11,62,39,1) 0%, rgba(25,113,73,1) 90%);
}
/*------------------------------ text size ------------------------------- */
/* font weight  */
.fw_bold{
  font-weight: 700 !important;
}
.fw_light{
  font-weight: 300 !important;
}
.headline70{
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin-left: -3px;
}
.headline50{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: -1px;
}
.headline36{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: -2px;
}
.headline30{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: -1px;
}
.headline26{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.body24bold{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.body24light{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}
.body20bold{
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}
.body20light{
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6;
}
.legend16bold{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}
.legend16light{
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
}
.legend14bold{
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}
.legend14light{
  font-size: 13px;
  font-weight: 300;
  line-height: 1.1;
}
.fixed22{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
.fixed16{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
.fixed14{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}
.quote50{
  font-size: 40px;
  line-height: 1.6;
  font-family: 'georgia';
  font-weight: 300;
}

/* ============= call to action buttons ======================= */
.green_grdient_btn{
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  background: rgb(11, 62, 39);
  background: linear-gradient(90deg, rgba(11, 62, 39, 1) 0%, rgba(25, 113, 73, 1) 90%);
}
.primary_cta{
  display: inline-block;
  height: 44px;
  padding: 15px 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #127749;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}
.primary_cta:hover{
  background: #006039;
}
.primary_cta_icon{
  height: 44px;
  padding: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #127749;
}
.primary_cta_icon .icon{
  padding-right: 8px;
  font-size: 12px;
}
.primary_cta_icon:hover{
  background: #006039;
}
.secondary_cta{
  /* height: 44px; */
  /* padding: 13px; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #127749;
  cursor: pointer;
  display: inline-block;
}
.secondary_cta .icon{
  padding-left: 4px;
  font-size: 16px;
  font-weight: 700;
}
.secondary_cta:hover{
  color: #212121;
}
.secondary_cta:focus-visible {
    outline: 0;
    border: 2px solid #127749;
    padding: 4px 2px;
}
.tertiary_cta{

}
.round_btn_dark{
  height: 44px;
  width: 44px;
  background: #d4d4d4cf;
  /* opacity: 0.3; */
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.round_btn_dark:hover{
  background: #767676b0;
}
.round_btn_dark i{
  font-size: 25px;
  color: #452C1E;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -53%);
}
.round_button{}
.round_button_map{}
.play_button{}
.download_logo{
  height: 13px;
  margin-right: 4px;
}

.container{
  width: 84%;
  margin: 0 auto;
}
.container_fluid{
  width: 100%;
}
/* ---------------- margin ---------------- */
.margin_auto{
  margin: auto;
}
.margin_0auto{
  margin:0 auto;
}
.margin_auto0{
  margin:auto 0;
}
.mt_5{
  margin-top: 5px;
}
.mb_5{
  margin-bottom: 5px;
}
.mt_10{
  margin-top: 10px;
}
.mb_10{
  margin-bottom: 10px;
}
.mt_15{
  margin-top: 15px;
}
.mb_15{
  margin-bottom: 15px;
}
.mt_20{
  margin-top: 20px;
}
.mb_20{
  margin-bottom: 20px;
}
.mt_30{
  margin-top: 30px;
}
.mb_50{
  margin-bottom: 50px;
}
.ml_30{
  margin-left: 30px;
}
.mt_40{
  margin-top: 40px;
}
.mb_40{
  margin-bottom: 40px;
}
.mt_10_vh{
  margin-top: 90px;
}
.mb_10_vh{
  margin-bottom: 90px;
}
/* ---------------------- padding ----------------------- */
.pt_dk_0{
  padding-top: 0;
}
.pt_10_vh{
  padding-top: 90px;
}
.pb_10_vh{
  padding-bottom: 90px;
}
.pt_5_vh{
  padding-top: 5vh;
}
.pb_5_vh{
  padding-bottom: 5vh;
}
.pl_0{
  padding-left: 0;
}
.pt_5{
  padding-top:5px;
}
.pb_5{
  padding-bottom:5px;
}
.pt_10{
  padding-top:10px;
}
.pb_10{
  padding-bottom:10px;
}
.pt_15{
  padding-top:15px;
}
.pb_15{
  padding-bottom:15px;
}
.pt_20{
  padding-top:20px;
}
.pb_20{
  padding-bottom:20px;
}
.pr_20{
  padding-right: 20px;
}
.pt_30{
  padding-top:30px;
}
.pb_30{
  padding-bottom:30px;
}
.pr_30{
  padding-right: 30px;
}
.pt_40{
  padding-top:40px;
}
.pb_40{
  padding-bottom:40px;
}
.pr_40 {
  padding-right: 40px;
}
.pt_50{
  padding-top:50px;
}
.pb_50{
  padding-bottom:50px;
}
.pt_65{
  padding-top: 65px;
}
.pb_65{
  padding-bottom: 65px;
}
/* ===================== display ===================== */
.d_none{
  display: none;
}
.d_block{
  display: block;
}
.d_i_block{
  display: inline-block;
}
.mobile_menu_block {
  display: block !important;
}
.position_relative{
  position: relative;
}
.position_absulote{
  position: absolute;
}
/* ------------ flex  -------------------- */
.d_flex{
  display: flex;
}
.flex_90{
  flex: 0 0 89.5%;
}
.flex_80{
  flex: 0 0 79.5%;
}
.flex_70{
  flex: 0 0 69.5%;
}
.flex_60{
  flex: 0 0 59.5%;
}
.flex_50{
  flex: 0 0 49.6%;
}
.flex_45{
  flex: 0 0 44.8%;
}
.flex_40{
  flex: 0 0 39.6%;
}

.flex_33{
  flex:0 0 32.8%;
}
.flex_31{
  flex:0 0 31%;
}
.flex_30{
  flex: 0 0 29.5%;
}
.flex_20{
  flex: 0 0 20%;
}
.flex_12{
  flex: 0 0 12%;
}
.flex_10{
  flex: 0 0 10%;
}
.gap_50{
  gap:50px;
}
.gap_25{
  gap:25px;
}
.gap_12{
  gap: 12px;
}
.gap_8{
  gap: 8px;
}
.gap_6{
  gap: 6px;
}
.flex_wrap{
  flex-wrap: wrap;
}
.justify_center{
  justify-content: center;
}
.justify_spece_between{
  justify-content: space-between;
}
.justify_end{
  justify-content: end;
}
.align_item_center{
  align-items: center;
}
.flex_wrap{
  flex-wrap: wrap;
}
/* ---------- height ----------- */
.h_100{
  height: 100%;
}
.h_85{
  height: 85%;
}
.h_60{
  height: 60%;
}
/* ---------- width ----------- */
.w_100{
  width: 100%;
}
.w_85{
  width: 85%;
}
.w_80{
  width: 80%;
}
.w_60{
  width: 60%;
}
.w_50{
  width: 50%;
}
/* ======================== images ============================= */
.img_fluid{
  max-width: 100%;
  height: auto;
}
/* ====================== breadcrumbs ========================== */
.breadcrumbs{
  color: white;
  padding: 0px 0px 12px;
  position: absolute;
  width: 100%;
  top: 100px;
}
.breadcrumbs a.active {
  /* opacity: 0.7; */
  color: #9BF9CE;
}
.breadcrumbs a {
  font-size: 14px;
}
.breadcrumbs span {
  padding: 0px 10px;
}
.breadcrumbs_inner{
  width: 98%;
  max-width: 1440px;
  margin: 0 auto;
}
/* -------------------- top navbar -------------------------- */
.top_nav{
  display: flex;
  margin: 0 auto;
  height: 110px;
  justify-content: space-between;
  max-width: 1440px !important;
  width: 98%;
}
.rlx_menu ul{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}
.rlx_menu ul li{
  list-style: none;
  float: left;
  padding-left: 20px;
}
.rlx_menu ul li:first-child{
  padding-left: 0;
}
.rlx_menu ul li a{
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
.rlx_menu ul li a:hover{
  color: #9BF9CE;
}
.rlx_menu ul li:focus-visible {
    border: 2px solid #9BF9CE;
    padding: 5px 2px;
    outline: none;
}
.current{
  color: #9BF9CE !important;
}
.mobile_menu_icon{
  display: none;
}
.rolex-retailer-clock{
  margin-top: 8px;
}
/* ------------ rolex footer ----------------- */
/* .rlx_footer{
} */
.rlx_crown_icon {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D4D4D4;
}
.rlx_crown_icon img{
 height: 40px;
 width: 40px;
}
.rlx_back_top{
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b_t_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.b_t_top span i{
  font-size: 15px;
}
/*================ keep exploring ============== */
.keep_img {
  max-height: 350px;
  overflow: hidden;
}
.keep_explor .owl-nav {
  position: absolute;
  top: 35%;
  right: -6.6%;
}

.keep_explor .owl-dot {
  height: 4px;
  width: 24px;
  background: #D4D4D4 !important;
  margin-left: 12px;
}
.keep_explor .owl-dots{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.keep_explor .owl-dots .active{
  background: #127749 !important;
  width: 50px;
}

/* =================== rolex home page ======================== */
.discover_mb_50{
  margin-bottom: 0;
}
.top_slider_home {
  height: 70vh;
  z-index: 0;
}
/* rolex home top banner  */
.top_banner_item{
  /* background: url('../images/discover/discover-rolex-new-watches-2024-M126710GRNR-0003_2401jva_002_rvb.jpg'); */
  height: 70vh;
  /* background-size: cover;
  background-position: 50% 50%; */
}
.top_banner_text {
  width: 41%;
}

.top_slider_home .owl-nav {
  position: absolute;
  top: 45%;
  right: 6.6%;
  display: block !important;
}

.top_slider_home .owl-dot {
  height: 4px;
  width: 20px;
  background: #D4D4D4 !important;
  margin-left: 12px;
}
.top_slider_home .owl-dots{
  display: flex !important;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0);
}
.top_slider_home .owl-dots .active{
  width: 50px;
}


/* ========================= collection page ========================= */
.video_youtube iframe {
  height: 85vh;
}
.coll_text
{
  padding: 0 50px 50px 50px;
}
.coll_items img {
  padding: 0 50px;
}
.onexborder {
  border: 1px solid #452C1E;
  display: block;
  width: 100%;
  opacity: 0.2;
}

/*=========================== model page ======================= */
.m_upright_top{
  height: 80vh;
}
.top_m_img img{
  max-height: 80vh;
}
.model_crown img {
  height: 40px;
}
.info_icon img{
  width: 19px;
  margin: 0px 10px;
  cursor: pointer;
}
.tooltip_ro{
  position: absolute;
  width: 100%;
  top: 25px;
  background: #fff;
  padding: 10px;
  left: 0;
  border-radius: 6px;
  display: none;
}
.info_icon:hover + .tooltip_ro{
  display: block;
}

/* model page accordion  */

.at-tab {
  display: none;
  border-top: none;
}

.at-title {
  cursor: pointer;
  position: relative;
  transition:  0.3s ease;
}

.at-title:hover {
  /* background-color: #e0e0e0; */
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  /* transition: all 0.1s ease; */
  font-size: 20px;
}

.at-title.active:after {
  content: "-";
  font-size: 28px;
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}

/*===================== new watches 2024 ======================= */
.watches_2024_wrap{
  flex-wrap: wrap;
  gap: 10vh 8px;
}

/*  ======================= contact page=====================  */
.back_btn{
  position: absolute;
  top: -5vh;
}
.map_text{
  /* min-width: 410px; */

}
.contact_btn_group ul li {
  list-style: none;
}
.contact_btn_group ul li a{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #452C1E;
  font-weight: 700;
  font-size: 15px;
}
.contact_btn_group ul li a:hover{
  color: #127749;
}
.icon_cont{
  background: #F9F7F4;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.icon_cont i{
  font-size: 14px;
}
.otdy{
  position: relative;
}
.open_btn{
  color: #127749;
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}
.open_hour{
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #F4EFEA;
  border-radius: 5px;
  padding: 30px;
  top: 27px;
  color: #212121;
}
.open_hour_added{
  display: block;
}
.open_h_line{
  padding-bottom:15px ;
}
.open_h_line:last-child{
  padding-bottom:0px ;
}
.map_iframe iframe{
  /* height: 700px;
  position: relative;
  top: -100px; */
}
.map_iframe{
  order: 0;
  height: 600px;
  overflow: hidden;
  background: #F9F7F4;
}
.error_text{
  position: absolute;
  bottom: 5px;
  line-height: 10px;
}
.error_text_check {
  position: absolute;
  top: 27px;
}
/* ===================== message pages =========================== */
.message_area {
  width: 100%;
  padding: 20px;
  border: none;
  color: gray;
  background: #F9F7F4;;
}
.message_area:focus-visible {
  border: none;
  outline: none;
}


.entry_area{
  position: relative;
  /* height: 80px; */
  line-height: 80px;
  /* width: 300px; */
}
.input_c{
    /* position: absolute; */
    width: 100%;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    border: none;
    border-bottom: 1px solid #222;
    background: #F4EFEA;
    transition: 0.1s ease;
    z-index: 111;
    left: 0;
}
 .labelline{
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  /* color: #222; */
  color: #767676;
  transition: 0.2s ease;
  /* padding: 8px 0px; */
  margin: 0px 1px;
  top: 0;
}
/* .input_c:focus,
.input_c:valid{
  color: #767676;
}
.input_c:focus + .labelline,
.input_c:valid + .labelline{
  color: #767676;
  transform: translate(-8px, -20px) scale(0.88);
  z-index: 111;
} */
.labelline_select {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #767676;
  position: absolute;
  padding: 0px 3px;
}
.select_c:focus-visible {
  outline: none;
}
.select_c {
  position: relative;
  background: #F4EFEA;
  border: none;
  border-bottom: 1px solid #222;
  font-size: 19px;
  line-height: 2.2em;
  padding: 4px 0;
  font-weight: 600;
}
/* check box area  */
.t_c_checkbox{ /* input */
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: 1;
}
.t_c_checkmark{ /* input span */
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #127749;
}
.t_c_checkmark_error{
  border: 1px solid #BE0100;
}
/* When the checkbox is checked, add a blue background */
.t_c_checkbox:checked ~ .t_c_checkmark {
  background-color: #127749;
}
/* Create the checkmark/indicator (hidden when not checked) */
.t_c_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.t_c_checkbox:checked ~ .t_c_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.t_c_checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* responsive style work area  */
.full_imge{
  max-height: 600px;
  overflow: hidden;
}
.full_imge picture {
  transition: 0.5s;
}
.full_imge picture:hover {
  transform: scale(1.1);
}
.keep_img picture {
  transition: 0.5s;
}
.keep_img picture:hover {
  transform: scale(1.1);
}
.imge_anime{
  overflow: hidden;
}
.imge_anime picture {
  transition: 0.5s;
}
.imge_anime picture:hover {
  transform: scale(1.1);
}
/* ---------------------------------------rdev header footer start  */

/* new style for rolex 24 start*/
#header-section{
  position: relative;
  z-index: 6;
}
#rdv_footer{
  background-color: white;
  padding: 40px 0;
}
.history-top h2{
  margin-bottom: 20px !important;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
}
.row-rolx {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 0 25px;
}
.rolx-fo-h6{
  font-family: aligant !important;
  letter-spacing: 00.33em;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}
.w-50{
  width: 50%;
}
.fo-rolx-item {
  width: 33.33%;
}
.fo-p{
  font-size: 14px;
  font-family: Avenir;
  padding-top: 4px;
}
.foo-span{
  font-weight: 700;
}
.padding-t-3{
  padding-top: 20px;
}
.foo-link-item{
  display: flex;
  gap: 15px;
}
.rde_foo_inn{
  display: flex;
  flex-direction: column;
}
.border-top-hr{
  border-top:1px solid #dee2e6!important;
}
.foo-last{
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn_cooki{
  padding: 10px;
  font-weight: 700;
  color: #222;
  font-size: 14px;
}
.rdev_footer_logos{
    padding: 15px;
    margin-left: 15px;
}
.rdev_footer_title{
  font-size: 14px;
}
.home-top-two{
  max-width: 650px;
  margin: 0 auto;
}
.credit_card_wrapper{
  margin-top: 15px;
  display: flex;
  gap: 5px;
}
.credit_card{
  height: 20px;
}
.credit_card img{
  height: 100%;
}

/* ---------------------------------------rdev header footer end */
/* ========================= tablet breakpoint(768 to 1024) ========================== */
@media only screen and (max-width: 1440px) {
 
}
@media only screen and (max-width: 1200px) {
  .map_text{
    min-width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  /*------------------------------ text size ------------------------------- */
  .headline70{ font-size: 46px; }
  .headline50{ font-size: 36px;}
  .headline36{ font-size: 28px;}
  .headline30{font-size: 23px;}
  .headline26{ font-size: 23px; }
  .body24bold{font-size: 20px;}
  .body24light{font-size: 20px; }
  .body20bold{font-size: 19px;}
  .body20light{font-size: 19px;}
  .legend16bold{font-size: 13px;}
  .legend16light{font-size: 13px;}
  .legend14bold{font-size: 13px;}
  .legend14light{font-size: 13px;}
  .fixed22{font-size: 22px;}
  .fixed16{font-size: 16px;}
  .fixed14{font-size: 14px;}
  .quote50{ font-size: 32px;}
 
}
@media only screen and (max-width: 991px) {

  .breadcrumbs{
    position: fixed;
    top: 151px;
  }
  .breadcrumbs_inner {
    width: 86%;
  }
  .mobile_menu_icon{
    display: block;
    color: #fff;
    margin: auto 0;
    font-size: 16px;
  }
  .top_nav{
    height: 100px;
    position: fixed;
    top: 52px;
    width: 100%;
    margin: auto;
    padding: 0 7%;
    background: rgb(11,62,39);
    background: linear-gradient(90deg, rgba(11,62,39,1) 0%, rgba(25,113,73,1) 90%);
  }
  .rlx_menu{
    display: none;
    position: fixed;
    top: 160px;
    background: rgb(11,62,39);
    background: linear-gradient(90deg, rgba(11,62,39,1) 0%, rgba(25,113,73,1) 90%);
    left: 0;
    width: 100%;
    height: 100%;
  }
  .rlx_menu ul {
    height: 100%;
    flex-direction: column;
    margin-left:0;
    align-items: start;
    width: 84%;
    margin: 0 auto;
    margin-top: 40px;
    justify-content: start;
  }
  .rlx_menu ul li{
    padding-left: 0;
    margin-top: 35px;
  }
  .rlx_menu ul li:first-child{
   margin-top: 0;
  }
  .flex_33 {
    flex: 0 0 48.6%;
  }
  .flex_31 {
    flex: 0 0 48%;
  }
  .flex_d_column{
    flex-direction: column;
  }
  .top_banner {
    margin-top: 180px;
  }
  .coll_text {
    padding: 0 30px 50px 30px;
  }
  .video_youtube iframe {
    height: 45vh;
  }
  .coll_items img {
    padding: 0 20px;
  }
  .map_wrap{
    flex-direction: column;
  }
  .map_iframe{
    order: 1;
  }
  .map_iframe iframe{
    height: 400px;
  }
  .map_text{
    padding: 40px;
    justify-content: unset;
  }
  .keep_img {
    max-height: 250px;
    overflow: hidden;
}
.header-main {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}
}
/* ========================= mobile breakpoint (0 to 800) ========================== */
@media only screen and (max-width: 800px) {
  .flex_d_column{
    flex-direction: column;
  }
  .discover_mb_50{
    margin-bottom: 50px;
  }
  .mt_mobile_0{
    margin-top: 0;
  }
  .breadcrumbs{
    top: 131px;
  }
  .top_nav{
    height: 80px;
  }
  .rlx_top_logo img{
    width: 100px;
    height: 50px;
  }
  .rlx_menu{
    display: none;
    position: fixed;
    top: 144px;
  }
  .top_banner {
    margin-top: 159px;
  }
  .top_slider_home{
    height: 600px;
  }
  .pt_10_vh{
    padding-top: 60px;
  }
  .pb_10_vh{
    padding-bottom: 60px;
  }
  .mt_10_vh{
    margin-top: 60px;
  }
  .mb_10_vh{
    margin-bottom: 60px;
  }
  .mb_7_vh{
    padding-bottom: 7vh;
  }
  .mb_50{
    margin-bottom: 50px;
  }
  .pr_40_mb{
    padding-right: 0;
  }
  .pt_mb_20{
    padding-top: 20px;
  }
  .pt_65{
    padding-top: 35px;
  }
  .pb_65{
    padding-bottom: 35px;
  }
  .video_youtube iframe {
    height: 35vh;
  }
  .w_50{
    width: 100%;
  }
  .w_60{
    width: 100%;
  }
  .w_85{
    width: 100%;
  }
  .w_80 {
    width: 100%;
  }
  .coll_text {
    padding: 0 20px 30px 20px;
  }
  .coll_items img {
    padding: 0 0px;
  }
  .top_slider_home .owl-nav{
    display: none !important;
  }
  .top_banner_text {
    width: 100%;
    padding-bottom: 25%;
}
.watches_2024_wrap{
  gap: 50px 8px;
}
.name{
  flex-direction: column;
}
.phone_w{
  flex: 0 0 20%;
}
/* model page  */
.top_model_img_text{
  flex-direction: column;
  margin-top: 80px;
}
.top_model_text{
  width: 100%;
  order: 1;
  position: relative;
  margin-top: 50px;
}
.top_m_img{
  order: 0;
  width: 100%;
  padding-top: 30px;
}
.top_m_img img {
  max-height: 40vh;
  width: unset !important;
}
.model_inform{
  flex-direction: column;
}
.model_info_text{
  order: 1;
}
.model_info_img{
  order: 0;
}
/* responsive issue  */
.full_imge {
  max-height: 366px;
}
/* order  */
.order_ds_0_mb_1{
  order: 1;
}
/* =============== text size =========== */
.headline70{font-size: 36px;}
.headline50{font-size: 30px;}
.headline36{font-size: 24px;}
.headline30{font-size: 22px;}
.headline26{font-size: 22px;}
.body24bold{font-size: 18px;}
.body24light{font-size: 18px;}
.body20bold{font-size: 18px;}
.body20light{font-size: 18px;}
.legend16bold{font-size: 12px;}
.legend16light{font-size: 12px;}
.legend14bold{font-size: 11px;}
.fixed22{font-size: 22px;}
.fixed16{font-size: 16px;}
.fixed14{font-size: 14px;}
.quote50{font-size: 30px;}

.keep_img {
  max-height: 150px;
  overflow: hidden;
}
/* model page  */
.m_upright_top {
  margin-top: 150px;
  /* margin-bottom: 30px; */
}
.d_mb_none{
  display:none;
}
.d_mb_block{
  display: block;
}
.model_social_wrap ul li{
  float: left;
  margin-bottom: 0;
}
.so_a {
  margin-right: 25px;
}
.model_social_ctas{
  justify-content: center;
}
/* rdev area  */
.row-rolx {
  flex-direction: column;
  padding-left: 35px;
}
.fo-rolx-item {
  width: 100%;
}
.foo-last {
  flex-direction: column;
}
.header-main{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}
/* rdev area  */
}

/* ========================= mobile breakpoint (0 to 450) ========================== */
@media only screen and (max-width: 450px) {
  .model_mb_mt{
    margin-top: 100px;
  }
  .model_avai_p{
    padding: 10px;
  }
  .pt_5_vh{
    padding-top: 4vh;
  }
  .pb_5_vh{
    padding-bottom: 4vh;
  }
}
/* ========================= mobile breakpoint (0 to 350) ========================== */
@media only screen and (max-width: 350px) {
  .credit_card_wrapper {
    flex-wrap: wrap;
  }
  .model_mb_mt {
    margin-top: 130px;
  }
}
