.select-date-flex>.select-day,
.select-date-flex>.select-year {
  max-width: 200px;
}

.warranty-form .select-date input {
  max-height: 46px;
}

.fl-gride-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #92f4f2;
  z-index: 99;
  opacity: 0.1;
  max-width: 1920px;
  margin: 0 auto;
  pointer-events: none;
  display: none;
}

.gride-active .fl-gride-wrapper {
  display: block;
}

.fl-gride-wrapper .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.r_grid {
  width: 100%;
  background-color: #ffb1b1;
  border-left: 12px solid #fff;
  border-right: 12px solid #fff;
}

.r_grid:first-child {
  border-left: 0;
}

.r_grid:last-child {
  border-right: 0px;
}

.gride-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 10px;
  line-height: 1;
  border: 1px solid #EAEAEA;
  padding: 8px;
  cursor: pointer;
  background-color: #ffffffd9;
  z-index: 999;
}



.fl-watch-collections-item {
  display: flex;
  flex-direction: column;
}

.fl-watch-collections-image {
  width: 100%;
}

.fl-watch-collections-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.fl-watch-collections-download-btn {
  width: 100%;
  margin-top: auto;
}


.fl-accordion-list-descriptions {
  color: #666;
}


@media (max-width: 767px) {
  .r_grid:nth-child(1n + 9) {
    display: none;
  }

  .r_grid {
    border-left: 12px solid #fff;
    border-right: 12px solid #fff;
  }

  .r_grid.g_col_8 {
    border-right: 0;
  }
}

@media (max-width: 480px) {
  .r_grid:nth-child(1n + 5) {
    display: none;
  }

  .r_grid {
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
  }

  .r_grid.g_col_4 {
    border-right: 0px;
  }
}


/* page css */

.fl-banner-wrapper {
  position: relative;
  overflow: hidden;
}

.fl-banner-container {
  width: 100%;
  min-height: 237px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  background-color: rgb(0 0 0 / 60%);
}

.fl-banner-wrapper .fl-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fl-banner-content p {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.fl-banner-content h1 {
  font-family: "Times New Roman";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.5px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
}

.fl-banner-content {
  text-align: center;
}

ul.section-links {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-links-wrapper {
  border-bottom: 1px solid #EAEAEA;
}

ul.section-links>li>a {
  display: block;
  padding: 24px 0px;
  color: #666666;
  position: relative;
}

ul.section-links>li {
  padding: 0px 30px;
  position: relative;
}

ul.section-links>li.active>a {
  color: #000;
}

ul.section-links>li.active>a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

ul.section-links>li:not(:last-child):after {
  content: "•";
  display: block;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  line-height: 0;
}

.fl-warranty-page-section-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}


section.wp-sec {
  padding-top: 75px;
  padding-bottom: 75px;
}

.fl-block-text>.fl-block-logo {
  max-width: 90px;
  display: block;
  margin: 0 auto 48px auto;
}

.fl-block-text h3 {
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.fl-warranty-page-section-wrapper .fl-block-text {
  width: 100%;
  max-width: 955px;
}

.fl-block-text {
  text-align: center;
  width: 67%;
  margin: 0 auto;
}

.fl-block-text p {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.fl-warranty-form-flex {
  background-color: #F4FAFA;
  display: flex;
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
  padding: 100px 0px;
}

.fl-warranty-watch-image-sec {
  width: 47%;
  text-align: right;
}

.fl-warranty-form-sec {
  width: 53%;

  padding-left: 9%;
}

.fl-warranty-watch-image-sec img {
  width: 100%;
  max-width: 501px;
}

.fl-block-text h2 {
  font-family: "Times New Roman";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.5px;
  color: #000;
  margin-bottom: 50px;
  letter-spacing: 0;
  text-transform: none;
}

.fl-block-text p.author_n {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;

}

.fl-accordion-flex {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
}

.fl-accordion-list-trigger {
  position: relative;
  cursor: pointer;
}

h3.fl-accordion-title {
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.fl-accordion-list-trigger h4 {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  text-transform: none;
  letter-spacing: 0;
  width: 80%;
}

.fl-list-trigger {
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fl-list-trigger svg.fl-close-icon {
  display: none;
}

.fl-accordion-list {
  padding: 24px 0px;
  border-bottom: 1px solid #EAEAEA;
}

.fl-accordion-list-index {
  border-top: 1px solid #EAEAEA;
}

.fl-accordion-list-descriptions {
  display: none;
  margin-top: 28px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.fl-accordion-image-sec {
  width: 50%;
}

.fl-accordion-sec {
  width: 50%;
  padding-left: 6%;
}

.fl-accordion-list.a_active svg.fl-close-icon {
  display: block;
}

.fl-accordion-list.a_active svg.fl-open-icon {
  display: none;
}

.fl-article-warpper {
  background-color: #EAEAEA;
  padding: 110px 0px;
  overflow: hidden;
}

.fl-article-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.fl-article-main-title h3 {
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}

.fl-article-view-all a {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.fl-article-article-item {
  display: flex;
  flex-flow: wrap;
  margin: 0px -12px;
}

.fl-post-item {
  width: calc(33.333% - 24px);
  margin: 0px 12px;
}

.fl-post-item-image {
  margin-bottom: 32px;
}

.fl-post-item-content h3 {
  font-family: "Times New Roman";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 24px;
}

.fl-post-item-content h3>a {
  color: #000;
}

.fl-post-item-content {
  padding-right: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #000000;
}

.fl-read-more-btn a {
  display: flex;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  align-items: center;
}

.fl-read-more-btn a svg {
  margin-left: 12px;
}

.fl-article-container {
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
}

form#contact-form,
form#warranty-form {
  width: 100%;
  max-width: 446px;
  position: relative;
}

.fl-form-title {
  margin-bottom: 40px;
}

.fl-add-watch-details {
  position: relative;
}

.fl-form-title h6>img {
  position: absolute;
  top: -4px;
  left: -64px;
}

.fl-add-watch-details:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -47px;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #000;
}

.fl-add-watch-details.parsonal-details-sec .fl-form-title {
  margin-bottom: 24px;
}

.fl-add-watch-details.parsonal-details-sec {
  margin-top: 24px;
}

.form-field.checbox-field.extend-warranty-field {
  margin-bottom: 0;
}

.warranty-form .fieldset {
  margin-bottom: 0;
}

.field-wrap .find-serialNo {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  color: #666666;
  display: block;
  margin-top: 8px;
}

.captcha-code-wrap {
  width: 220px;
  /*background-color: #fff;
   border: 1px solid #eee;
    height: 76px;*/
  margin: 32px 0px;
  padding: 0px;
  height: 57px;
}

.captcha-code-wrap .g-recaptcha.required {
  transform: scale(.72);
  transform-origin: top left;
}

.fl-serialNo-details .fl-form-title {
  margin-bottom: 24px;
}

.fl-serialNo-details .fl-form-title h6 {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-transform: capitalize;
  letter-spacing: 0;
}

.fl-form-title h6 {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
}

.extend-warranty-field input[type="checkbox"] {
  top: 0px;
}

/*
  .extend-warranty-field.form-field.checbox-field input[type="checkbox"] {
    border: 1px solid #666666;
    background-color: #F4FAFB;
    border-radius: 0;
  }

  .extend-warranty-field.form-field.checbox-field input[type="checkbox"]:checked {
    border: 4px solid #EAEAEA;
    background-color: #000000;
  }

  .extend-warranty-field.form-field.checbox-field input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
  }
*/
.fl-watch-collections-flex {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 50px;
}

.fl-watch-collections-image img {
  width: 100%;
  max-width: 164px;
}

.fl-watch-collections-item {
  width: 20%;
  text-align: center;
  padding: 0px 32px;
  margin-bottom: 100px;

}

.fl-watch-collections-image {
  text-align: center;
  margin-bottom: 52px;
}

.fl-watch-collections-details {
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 170px;
  margin: 0 auto;
}

.fl-watch-collections-model {
  font-weight: 500;
  margin-bottom: 34px;
}



.fl-dpf-download {
  border: 1px solid #000;
  padding: 13.5px 12px;
  color: #000 !important;
  font-size: 10px;
  line-height: normal;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.fl-dpf-download svg {
  margin-left: 10px;
}

.fl-watch-collections-index {
  width: 90%;
  margin: 0 auto;
}

.fl-watch-collections-title {
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 74px;
  text-align: center;
  color: #000000;
}

.warranty-form .form-field.action-field {
  margin-top: 30px;
}


.parsonal-details-sec .form-field.checbox-field {
  margin-bottom: 0;
}

@media (max-width: 1380px) and (min-width:768px) {

  form#contact-form,
  form#warranty-form {
    width: 90%;
  }

  .fl-warranty-watch-image-sec {
    padding-left: 20px;
  }
}

@media (max-width: 1260px) {
  .fl-watch-collections-item {
    width: 25%;
  }
}


@media (max-width: 991px) {
  .fl-watch-collections-item {
    width: 33.333%;
  }
}


@media (max-width: 767px) {
  .fl-banner-content p {
    margin-bottom: 16px;
  }

  .fl-banner-content h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .fl-banner-container {
    min-height: 193px;
    padding: 32px;
  }

  ul.section-links>li>a {
    padding: 16px 0px;
    white-space: nowrap;
  }

  ul.section-links {
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: unset;
  }

  .section-links-wrapper {
    overflow: hidden;
    padding: 0px 8px;
  }

  .section-links-wrapper .container {
    padding: 0px;
  }

  .fl-warranty-form-flex {
    display: block;
  }

  ul.section-links>li {
    padding: 0px 24px;
  }

  section.wp-sec {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .fl-warranty-page-section-wrapper {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .fl-block-text {
    width: 90%;
  }

  .fl-block-text h3 {
    margin-bottom: 12px;
  }

  .fl-block-text>.fl-block-logo {
    margin-bottom: 32px;
  }

  .fl-warranty-form-flex {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: #fff;
  }

  .fl-warranty-form-wapper .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .fl-warranty-watch-image-sec {
    width: 100%;
    padding: 0px 32px;
    background-color: #F4FAFA;
  }

  .fl-warranty-watch-image-sec img {
    display: block;
    margin: 0 auto;
  }

  .fl-warranty-form-sec {
    width: 100%;
    padding: 48px 32px 74px 32px;
    border-bottom: 1px solid #EAEAEA;
  }

  .fl-add-watch-details:before {
    display: none;
  }

  .fl-form-title h6>img {
    display: none;
  }

  .fl-block-text h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 32px;
  }

  .fl-accordion-flex {
    display: block;
    max-width: 100%;
  }

  .fl-accordion-image-sec {
    width: 100%;
  }

  .fl-accordion-wapper .container {
    padding: 0px;
  }

  .fl-accordion-sec {
    width: 100%;
    padding: 74px 32px 0\px 32px;
  }

  .fl-article-warpper {
    padding: 74px 0px;
  }

  .fl-article-view-all {
    display: none;
  }

  .fl-article-container {
    max-width: 100%;
  }


  .fl-article-article-item {
    margin: 0;
    display: block;
  }

  .fl-post-item {
    width: 100%;
    margin: 0px;
    padding-bottom: 56px;
  }

  .fl-post-item:last-child {
    padding-bottom: 0px;
  }

  .fl-watch-collections-item {
    width: calc(50% - 24px);
    padding: 0px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .fl-watch-collections-flex {
    margin-left: -24px;
    margin-right: -24px;
  }

  .fl-watch-collections-title {
    /*   display: none;*/
    margin-bottom: 50px;
  }

  .fl-warranty-page-section-wrapper.fl-watch-manual-page {
    padding-bottom: 0;
  }

  .fl-watch-manual-page section.wp-sec {
    padding-bottom: 0;
  }

  .fl-watch-collections-flex {
    margin-bottom: 0;
  }

}