html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

.introduce-content img {
  max-width: 750px;
  width: 100% !important;
}

.btn-pointer {
  cursor: pointer;
}

th,
td {
  vertical-align: middle;
}

#productCategory,
#CompanyProfile,
#Advantages,
#Products,
#Contact {
  padding-top: 80px;
  margin-top: -80px;
}
}

.m-7vh {
  min-height: 60vh;
}

/* 漢堡選單 */
.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 2.5px;
  background: #12799D;
  border-radius: 25%;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}

.hamburger.active .line:nth-child(1) {
  transform: translateY(11.2px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

html {
  /*scroll-behavior: smooth;*/
  background: #f6f6f6;
}

.loading {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #212529;
  z-index: 9999;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler,
.navbar-toggler:focus {
  border: none;
  color: #fff;
  box-shadow: none;
}

@media (min-width: 1580px) {
  .d-xxxl-block {
    display: block !important;
  }
}

.null-item label {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #00000000;
  font-size: 15px;
  color: #262b2f;
}

.null-item label div {
  position: absolute;
  top: 60px;
  right: 50%;
  transform: translateX(50%);
  background-color: #fff;
  width: 90%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 15px 25px;
}

@media (min-width: 576px) {
  .null-item label div {
    top: 10px;
    right: 55px;
    transform: translateX(0);
    width: 390px;
  }
}

/* 滾輪 */
/*.shopcart-item::-webkit-scrollbar {
  width: 0px;
  }
  
  .shopcart-item::-webkit-scrollbar-button {
  background: #333;
  }
  
  .shopcart-item::-webkit-scrollbar-track-piece {
  background: #ccc;
  }
  
  .shopcart-item::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid slategrey;
  }
  
  .shopcart-item::-webkit-scrollbar-track {
  box-shadow: transparent;
  }*/
.logo {
  width: 100px;
  height: 36px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom: 0;
}

.bg {
  background: #f6f6f6;
}

h2 {
  color: #343D4C;
  padding: 20px 0 10px 0;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
}


.section-carousel {
  margin-top: 70px;
  padding: 0;
}

.section-contact {
  background: #343D4C;
}


@media (min-width: 768px) {
  .section-carousel {
    margin-top: 30px;
  }

  h2 {
    padding: 60px 0 20px 0;
    font-size: 40px;
  }


}

.nav-bg {
  transition: all 0.2s ease;
  background: #f6f6f6;
}

.nav-bg.sticky {
  background: #f6f6f6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

nav {
  transition: all 0.2s ease;
}

nav img {
  width: 100px;
}

nav .scroll a,
.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: bold;
  outline: 0;
  padding: 25px 15px;
  margin: 0 5px;
  color: #12799D;
  transition: all 0.2s ease;
  border-bottom: 3px solid transparent;
}

nav .scroll a:hover {
  background: #fff;
  border-bottom: 3px solid #1d90b9;
}

nav .scroll .contact-text {
  background: #ff0000;
  border-radius: 0.3rem;
}

.footer {
  background: #343D4C;
  color: #aaa;
}

.footer p {
  font-size: 13px;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
}

.footer a {
  transition: all 0.3s;
  color: #ddd;
  margin: 0 5px;
}

.section-contact h3 {
  color: #1d90b9;
  font-weight: bolder;
  margin-bottom: 30px;
}

.section-contact p {
  color: #343D4C;
}

.section-contact span {
  color: #12799D;
  font-weight: bolder;
}

.form-label {
  color: #1d90b9;
  font-weight: bolder;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*.col-12 {
  padding: 0;
  }*/

/*@media (min-width: 768px) {
  .col-12 {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  }
  }*/


.search-item {
  position: fixed;
  top: 60px;
  right: 50px;
  width: 390px;
  /*bottom: 0;
  left: 0;*/
  background-color: #262b2f;
  opacity: 0;
  transform: scale(0.7);
  visibility: hidden;
  transition: -webkit-transform 0.2s ease 0s, -moz-transform 0.2s ease 0s, -o-transform 0.2s ease 0s, transform 0.2s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  z-index: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
}

.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (min-width: 576px) {
  .search-item {
    top: 20px;
  }
}

@media (min-width: 992px) {
  .search-item {
    right: 20px;
  }
}

@media (min-width: 1400px) {
  .search-item {
    right: 55px;
  }
}

.shopcart-item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: fixed;
  top: 60px;
  right: 5%;
  background-color: #fff;
  min-width: 90%;
  max-width: 90%;
  z-index: 1091;
  max-height: 80vh;
  overflow-y: scroll;
  overscroll-behavior: contain;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 5px;
}

.ul-shop-item {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}

@media (min-width: 576px) {
  .shopcart-item {
    right: 50px;
    min-width: 390px;
    max-width: 390px;
  }
}

.shopcart-item ul {
  list-style: none;
  padding-left: 0;
  padding: 0 15px 15px 15px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 0;
}

.shopcart-item .btn-remove-cart {
  font-size: 14px;
  color: #262b2f;
}

.shop-list a {
  font-size: 15px;
  color: #262b2f;
}

.shop-list a:hover {
  color: #0376c1;
}

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

.shop-list+.shop-list {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
}

.head-item,
.foot-item {
  right: 0;
  left: 0;
  background: #fff;
}

.head-item {
  position: sticky;
  top: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  color: #262b2f;
}

.foot-item {
  position: absolute;
  bottom: 0;
}

.img-item {
  max-width: 80px;
}

.text-item {
  flex-grow: 1;
  padding: 0 5px;
}

.btn-item {
  cursor: pointer;
}

.icon-nav-link {
  color: #0a58ca;
  padding: 10px;
  font-size: 14px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}

.icon-nav-link:hover {
  opacity: 0.8;
}

.icon-nav-link .num {
  width: 25px;
  height: 25px;
  background-color: #1d90b9;
  padding: 5px;
  font-size: 12px;
  position: relative;
  margin-left: 5px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.icon-nav-link .num::after {
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #1d90b9 transparent transparent;
}

.nav-item-dropdown,
.nav-item-dropdown-l2 {
  position: relative;
}

.dropdown-item-ja-l1,
.dropdown-item-ja-l2 {
  list-style: none;
  display: none;
  position: absolute;
  z-index: 1091;
  width: 240px;
  white-space: nowrap;
  padding-left: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.dropdown-item-ja-l1 {
  top: 80px;
  left: 0;
  background: #f6f6f6;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item-ja-l2 {
  left: 100%;
  background: #f6f6f6;
  top: 0px;
  width: auto;
}

nav .scroll a.nav-link-l1,
nav .scroll a.nav-link-l2 {
  font-size: 17px;
  width: 100%;
  display: block;
  font-weight: bold;
  outline: 0;
  padding: 5px 20px;
  margin: 0;
  color: #12799D;
  transition: all 0.2s ease;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

nav .scroll a.nav-link-l1:hover,
nav .scroll a.nav-link-l2:hover {
  border-bottom: 3px solid #1d90b9;
}

.nav-item-dropdown:hover .dropdown-item-ja-l1 {
  display: none;
}

@media (min-width: 768px) {
  .nav-item-dropdown:hover .dropdown-item-ja-l1 {
    display: block;
  }
}

.nav-item-dropdown-l2:hover .dropdown-item-ja-l2 {
  display: block;
}

.btn-label {
  color: #fff;
  cursor: pointer;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-label i {
  padding: 5px;
}

.dropdown-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #1d90b9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 99999;
  /* pointer-events: none; */
}

.dropdown-btn i {
  display: block;
  padding: 10px;
}

#search,
#shopCart,
#phoneProduct,
#phoneNew {
  display: none;
}

#product:checked~.phone-product,
#shopCart:checked~.shopcart-item,
#phoneProduct:checked~.phone-item,
#phoneNew:checked~.phone-new-item {
  opacity: 1;
  visibility: visible;
}

#search:checked~.search-item,
#phoneProduct:checked~.phone-item,
#phoneNew:checked~.phone-new-item {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 1100;
}

.phone-item,
.phone-new-item {
  background: #f6f6f6;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1500;
  overflow-y: scroll;
  transition: all 0.3s ease;
  display: none;
}

.phone-new-item ul {
  list-style: none;
  padding-left: 0;
}

.phone-new-item li {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}

.phone-new-item ul li a {
  color: #0376c1;
  font-weight: bolder;
  font-size: 22px;
  transition: all 0.3s ease;
  display: block;
  padding: 5px 0 5px 15px;
}

.phone-item .accordion {
  background-color: #f6f6f6;
}

.phone-item .phone-link-title {
  color: #0376c1;
  font-weight: bolder;
  font-size: 22px;
  transition: all 0.3s ease;
  padding-left: 15px;
  padding: 5px 0 5px 15px;
}

.phone-item .phone-link-title:hover,
.phone-new-item a:hover {
  color: #0376c1;
}

.phone-item .phone-link-body {
  display: block;
  font-size: 20px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background: #0376c1;
  color: #fff;
}

.phone-item .phone-link-body:hover {
  color: #f9c800;
}

#product:checked~.phone-item {
  display: block;
}

@media (min-width: 992px) {
  .phone-item {
    display: none !important;
  }
}

.close-title {
  font-weight: bolder;
  display: block;
  color: #aaa;
  z-index: 1501;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #666;
  padding: 1.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.close-title:hover {
  color: var(--signwin-primary);
  transform: translateX(-10px);
}

.phone-item .accordion-item {
  background-color: transparent;
  border: 1px solid transparent;
}

.phone-item .accordion-button {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  flex-grow: 1;
  color: #fff;
}

.phone-item .accordion-button:focus {
  box-shadow: none;
}

.phone-item .phone-link-title {
  width: 100%;
}

.phone-item .phone-link-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.phone-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.icon-nav {
  width: auto;
}

/* product page start------------------------------ */

section.section-pg-banner {
  margin-top: 77px;
  padding: 60px 0;
  display: flex;
  background: linear-gradient(#000000a8, rgba(43, 42, 42, 0)), url('/img/banner3.jpg') no-repeat center right/cover scroll;
  text-align: center;
}


section.section-pg-banner .page-img {
  width: 300px;
}

section.section-pg-banner p {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  letter-spacing: 2px;
  text-shadow: 0 0 0 #212529;
}

@media (min-width: 992px) {
  section.section-pg-banner {
    margin-top: 30px;
    padding: 120px 0;
  }

  section.section-pg-banner .page-img {
    width: 400px;
  }

  section.section-pg-banner p {
    padding-top: 60px;
    letter-spacing: 4px;
  }
}

/* 側邊選單 ------------------------------ */

.section-store {
  background: #fff;
}

.section-store .side-bar-color {
  background: #f6f6f6;
}


.section-store .side-bar {
  min-height: 100vh;
  padding: 60px 0 120px 5px;
}



.section-store .side-bar .side-title {
  position: relative;
  z-index: 1;
}


.section-store .side-bar .side-title h3 {
  font-size: 30px;
  color: #343D4C;
}


.section-store .side-bar .side-content {
  padding: 30px 0;
}

.section-store .side-bar .side-content ul {
  list-style: none;
  position: relative;
  padding-left: 0;
}


.section-store .side-bar .side-content .side-dropdown.active .side-dropdown-second a.active {
  color: #0376c1;
}

.section-store .side-bar .side-content a {
  display: inline-block;
  text-decoration: none;
  color: #343D4C;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  transition: all 0.3s ease;
  display: block;
  border-bottom: 3px solid transparent;
}

.section-store .side-bar .side-content a:hover {
  color: #0376c1;
  border-bottom: 3px solid #1d90b9;
  font-weight: bolder;
}

.section-store .side-bar .side-content a::before {
  content: '';
  width: 35px;
  height: 0.5px;
  background: #0376c1;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
}

.section-store .side-bar .side-content a::before {
  left: 0;
  width: 5px;
}



.section-store .side-bar .side-content .side-dropdown:hover>a {
  color: #0376c1;
}

.section-store .side-bar .side-content .side-dropdown.active a {
  color: #0376c1;
  font-weight: bolder;
}

.section-store .side-bar .side-content .side-dropdown:hover a::after,
.section-store .side-bar .side-content .side-dropdown.active a::after {
  width: 55px;
  background: #343D4C;
}

.section-store .side-bar .side-content .side-dropdown:hover a::before,
.section-store .side-bar .side-content .side-dropdown.active a::before {
  background: #343D4C;
}

.section-store .side-bar .side-content .side-dropdown-second {
  display: none;
  padding-left: 30px;
}

.section-store .side-bar .side-content .side-dropdown:hover .side-dropdown-second {
  display: block;
}

/* 產品 ------------------------------ */
.section-store .product-content {
  padding: 60px 20px;
}

.section-store .product-content h4 {
  font-size: 30px;
  color: #343D4C;
  text-align: center;
  padding-bottom: 40px;
  display: block;
}

.section-store .product-content label {
  color: #0376c1;
  cursor: pointer;
  display: block;
  margin-bottom: 30px;
}


.section-store .item .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  width: 150px;
  height: 150px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 576px) {
  .section-store .item .pic {
    width: 180px;
    height: 180px;
  }
}

@media (min-width: 768px) {
  .section-store .item .pic {
    width: 210px;
    height: 210px;
  }
}

.section-store .item {
  margin-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  background: #cccccc90;
  padding: 15px 0 0 0;
  border-radius: 10px;
}

.section-store .item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 5px;
  margin-bottom: 0px;
  object-fit: cover;
}

.section-store .item a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.section-store .item .text p {
  text-align: center;
  font-size: 18px;
  color: #343D4C;
  font-weight: bolder;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.section-store .item .btn-add-cart {
  width: 100%;
  outline: none;
  border: 0;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  padding: 10px 0;
  color: #0376c1;
  transition: all 0.2s ease;
}

.section-store .item .btn-add-cart:hover {
  background: #0376c1;
  color: #fff;
}

.section-store .item a:hover .pic {
  transform: translate(-50%, -5%);
}

.section-store .item a:hover p {
  color: #0376c1;
}

@media (min-width: 992px) {
  .section-store .item .text p {
    font-size: 21px;
  }
}

/* 麵包屑 start -------------------------------------------------*/

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #eee;
  font-weight: bolder;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  content: var(--bs-breadcrumb-divider, "-");
}

/* 產品內頁 start ------------------------------------------------*/
.section-breadcrumb {
  background-color: #12799D;
}

.section-product-introduce {
  padding-top: 60px;
}


.section-product-introduce .introduce-head h3 {
  font-size: 35px;
  font-weight: bolder;
  color: #505050;
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.section-product-introduce .introduce-head .text .content {
  font-size: 20px;
  color: #666;
  text-align: justify;
  padding: 10px 0 10px 30px;
}



.section-product-introduce .introduce-head .text .data-item {
  padding-left: 30px;
  list-style: none;
}

.section-product-introduce .introduce-head .text .data-item p {
  font-size: 18px;
  color: #262b2f;
}

.section-product-introduce .introduce-head .text .data-item span {
  color: var(--primary-text-color);
  margin-right: 30px;
  display: inline-block;
  width: 100px;
  position: relative;
  font-weight: bolder;
}

.section-product-introduce .introduce-head .text .data-item span::after {
  content: ':';
  position: absolute;
  top: 0;
  right: -25px;
}

.section-product-introduce .introduce-head .form-control {
  width: 20%;
  background: #eee;
  display: inline-block;
}

.section-product-introduce .introduce-body {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-product-introduce .introduce-body .introduce-content {
  padding: 30px 30px 60px;
}

.section-product-introduce .introduce-body .title {
  font-size: 20px;
  font-weight: bolder;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}

/* .section-product-introduce .introduce-body .title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  background: #f9c800;
  width: calc(100% - 90px);
  height: 1px;
  } */

.section-product-introduce .introduce-body .introduce-content .min-title {
  color: var(--primary-text-color);
  font-weight: bolder;
}

.section-product-introduce .introduce-body .introduce-content .min-content {
  color: #666;
}

.section-product-introduce .introduce-body .back-item {
  border-top: 1px solid #f9c800;
}

/* swiper start------------------ */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}



.sliderSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 5px;
}

.sliderSwiper .swiper-slide {
  width: 25%;
  opacity: 0.4;
  cursor: pointer;
}

.sliderSwiper .swiper-slide-thumb-active {
  opacity: 1;
  outline: 3px solid var(--primary-text-color);
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 400px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  filter: drop-shadow(2px 1px 10px rgba(0, 0, 0, 0.534))
}

@media (min-width: 992px) {
  .swiper-slide img {
    max-height: 400px;
  }
}

.form-control {
  border-radius: 0;
  border: none;
}

.form-control:focus {
  outline: 3px solid var(--primary-text-color);
  box-shadow: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.disabled>.page-link,
.page-link.disabled {
  color: #aaa;
  pointer-events: none;
  background-color: #ccc;
  border-color: #fff;
}

.page-link {
  color: var(--primary-text-color);
  background-color: #fff;
}

.active>.page-link,
.page-link.active {
  color: #fff;
  background-color: #0376c1;
  border-color: #fff;
}

/* scrollTop */
.arrow-up {
  position: fixed;
  bottom: 50px;
  right: 15px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.arrow-up.active {
  top: auto;
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

.arrow-up div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #ccc;
  cursor: pointer;
  color: #1d90b9;
  transition: all 0.3s ease;
}

.fade-enter-active,
.fade-leave-active {
  transition: all 0.5s ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
  padding: 0;
}

/* 詢價車 */
.input-order {
  text-align: center;
  padding: 30px 0;
  color: #262b2f;
  font-weight: bolder;
  background: #e2e3e5;
}

.input-order.active {
  background: #12799D;
  color: #fff;
}

.input-text {
  text-align: center;
  color: #343D4C;
  padding: 60px 0 30px 0;
}

.input-img {
  object-fit: cover;
  height: 80px;
  width: 80px;
}

.input-bg {
  background: #f6f6f6;
}

#contactData .form-label {
  color: #1d90b9;
}

.mt-menu {
  margin-top: 77px;
}

@media (min-width: 992px) {
  .mt-menu {
    margin-top: 80px;
  }
}


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

.dntCaptcha img {
  width: 150px;
  margin-bottom: 0 !important;
  border-radius: .375rem 0 0 .375rem;
}

.dntCaptcha input {
  border-radius: 0 .375rem .375rem 0;
}

.dntCaptcha a {
  display: none;
}