/* 搜索框  start*/
.customized1-head-block .head-searchbg {
  float: left;
  width: 230px;
  height: 30px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.24);
}
@media (min-width: 1500px) {
  .customized1-head-block .container {
       max-width: 90%;
   }
}
.customized1-head-block .col-md-12 {
  position: static;
}
.customized1-head-block .head-searchbg input {
  float: left;
  width: 160px;
  height: 32px;
  padding-left: 24px;
  font-size: 14px;
  color: #fff;
  border: none;
  outline: none;
  background: none;
  outline: none;
}
.customized1-head-block .head-searchbg input::placeholder {
  color: #fff;
}
.customized1-head-block .head-searchbg button {
  float: right;
  width: 42px;
  height: 30px;
  background: #2b3134 url(./assets/search.png) no-repeat center 9px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  outline: none;
}
.customized1-head-block .mobile-search {
  display: none;
}
/* 搜索框  end*/

.customized1-head-block .lang-selector .current-lang {
  height: 34px;
}

/* 产品下拉样式 */
.customized1-head-block .product-section {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  z-index: 999;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.customized1-head-block.header #mainmenu li:hover > .product-section {
  visibility: visible;
  opacity: 1;
}

.customized1-head-block .product-section > div {
  display: flex;
}

/* 左侧介绍部分样式 */
.customized1-head-block .left-section {
  flex: 1;
  padding-right: 50px;
}

.customized1-head-block .left-section h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.customized1-head-block .left-section p {
  font-size: 18px;
  margin-bottom: 20px;
}

.customized1-head-block .left-section ul {
  list-style: none;
  padding: 0;
}

.customized1-head-block .left-section ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.customized1-head-block .icon {
  margin-right: 10px;
}

/* 右侧产品展示部分样式 */
.customized1-head-block .right-section {
  flex: 3;
  display: flex;
  flex-direction: column;
}

.customized1-head-block .right-section .category-header-container {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #ddd;
}

.customized1-head-block .category-header-container h2 {
  position: relative;
  margin-right: 40px;
}
.customized1-head-block .category-header-container h2.active::after {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: #000;
  left: 25%;
}

.customized1-head-block .category-header-container h2.category-header > a {
  color: #000 !important;
  padding: 0 !important;
}

.customized1-head-block .product-category {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
  cursor: pointer;
}

.customized1-head-block .product-category h2 {
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.customized1-head-block .product-item {
  width: 25%;
  text-align: center;
}

.customized1-head-block .product-item img {
  width: 100%;
  margin-bottom: 10px;
}

.customized1-head-block .product-section .right-section .product-item h3 {
  font-size: 18px;
}

.customized1-head-block .product-section .right-section .product-item h3 a {
  margin-right: 10px;
  color: #000 !important;
  text-decoration: none !important;
  padding: 0 !important;
}
.customized1-head-block .product-section .right-section .product-item h3 i {
  color: #666;
}

.customized1-head-block .product-item h3 a:hover {
  text-decoration: underline;
}

/* 隐藏产品项 */
.customized1-head-block .product-hidden {
  display: none;
}

/* 所有产品按钮样式 */
.customized1-head-block .product-section .right-section .all-product-btn {
  display: block !important;
  text-align: center !important;
  background-color: #000;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 40px;
  text-decoration: none !important;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .head-top-guanxiang .mobile-search {
    display: block;
  }
  .head-top-guanxiang .head-searchbg {
    display: none;
  }

  .customized1-head-block.header .de-flex > .de-flex-col.header-col-mid{
    display: none;
  }
  .customized1-head-block.header .container{
    max-width: 100% !important;
  }
  
}

/* 移动端侧边菜单栏 */
/* mobile logo   */
.customized1-head-block .mobile_menu_option {
  display: none;
}
.customized1-head-block .mobile_menu_logo.text-center {
  padding: 10px 0;
}

.customized1-head-block .mobile_menu_logo.text-center img {
  max-height: 56px;
}
.customized1-head-block .mobile-menu {
  display: none !important;
}
.customized1-head-block .mobile_menu_inner {
  position: fixed;
  right: 0;
  width: 300px;
  padding: 80px 20px 0px;
  overflow-y: scroll;
  top: 0;
  height: 100%;
  z-index: 9999;
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #e7e4e4;
}
.customized1-head-block .mobile_menu_inner.tx-s-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.customized1-head-block .mobile_icon_open {
  text-align: right;
  padding: 4px 0;
}
.customized1-head-block .mobile_icon_close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.customized1-head-block .mobile_menu_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}
.customized1-head-block .mobile_icon i {
  font-size: 26px;
  color: var(--title-text-color, #444);
}
.customized1-head-block .mobile_overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.customized1-head-block .mobile_overlay.mactive {
  opacity: 1;
  visibility: visible;
}
.customized1-head-block .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.customized1-head-block .mean-container .mean-nav ul li {
  border-top: 0px solid #ddd;
}
.customized1-head-block .mean-container .mean-nav ul li li a,
.customized1-head-block .mean-container .mean-nav ul li a {
  color: var(--title-text-color);
}
.customized1-head-block .mean-container .mean-nav ul li li a {
  border-top: 1px solid #ddd;
}
.customized1-head-block .mean-container .mean-nav ul li a:hover {
  color: var(--color-primary);
}
.customized1-head-block .mean-container .mean-nav ul li a {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 14px;
  padding: 12px 5px;
  font-weight: 500;
  display: block;
  background-color: #e7e4e4;
}
.customized1-head-block .mean-container .mean-nav ul li a.mean-expand {
  width: auto;
}
.customized1-head-block .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.customized1-head-block .mean-container .mean-bar {
  background: #fff;
  padding: 0;
}
.customized1-head-block .mean-container a.meanmenu-reveal {
  display: none !important;
}

@media (max-width: 991px) {
  .customized1-head-block .mobile_menu_option {
    display: block;
    margin-left: 10px;
  }
  .customized1-head-block .mobile-menu {
    display: block !important;
  }
}
/* 移动端侧边菜单栏end */

.customized1-head-block.header {
  width: 100%;
  position: relative;
  left: 0;
  z-index: 999;
  background: #2b313f;
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.customized1-head-block.header .de-flex {
  display: flex;
  justify-content: space-between;
}

.customized1-head-block.header .de-flex > .de-flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.customized1-head-block.header.transparent {
  position: absolute;
  background: none;
}

.customized1-head-block.header #topbar {
  z-index: 1000;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
}

.customized1-head-block.header #topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customized1-head-block.header #topbar.topbar-dark {
  background: #111111;
}

.customized1-head-block.header #topbar a {
  color: var(--title-text-color);
  text-decoration: none;
}

.customized1-head-block.header #topbar.text-light a {
  color: #ffffff;
}
.customized1-head-block.header #topbar .lang-list a {
  color: #000;
}
.customized1-head-block.header #topbar .topbar-solid {
  background: #ffffff;
}

.customized1-head-block.header #topbar .tb-light {
  background: #ffffff;
}

.customized1-head-block
  .header
  #topbar:not(.topbar-noborder)
  .topbar-right
  .topbar-widget {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.customized1-head-block
  .header
  #topbar:not(.topbar-noborder)
  .topbar-right
  span:last-child {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.customized1-head-block
  .header
  #topbar:not(.topbar-noborder)
  .topbar-light
  .topbar-right
  .topbar-widget {
  border-left: solid 1px #eee;
}

.customized1-head-block
  .header
  #topbar:not(.topbar-noborder)
  .topbar-light
  .topbar-right
  span:last-child {
  border-right: solid 1px #eee;
}

.customized1-head-block
  .header
  #topbar:not(.topbar-noborder)
  .tb-light
  .topbar-right
  .topbar-widget {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.customized1-head-block
  .header
  #topbar:not(.topbar-noborder)
  .tb-light
  .topbar-right
  span:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.customized1-head-block.header #topbar .topbar-right {
  display: flex;
}

.customized1-head-block.header #topbar .topbar-left {
  overflow: hidden;
  flex: 1;
  position: relative;
}

.customized1-head-block.header #topbar .topbar-left .topbar-widget {
  font-size: 14px;
  display: flex;
  padding: 0 15px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  /* height: 46px; */
}

.customized1-head-block .swiper-button-prev:after,
.customized1-head-block .swiper-button-next:after {
  content: none;
}

.customized1-head-block.header #topbar .topbar-left .swiper-button-prev i,
.customized1-head-block.header #topbar .topbar-left .swiper-button-next i {
  color: #fff;
}
.customized1-head-block.header #topbar .topbar-left .swiper-button-prev {
  left: 20%;
}
.customized1-head-block.header #topbar .topbar-left .swiper-button-next {
  right: 20%;
}
.customized1-head-block
  .header
  #topbar
  .topbar-left
  .topbar-widget
  a
  .iconfont {
  color: var(--color-primary);
}

.customized1-head-block.header #logo img {
  width: 100%;
  max-height: 56px;
}

@media (max-width: 400px) {
  .customized1-head-block.header #logo {
    max-height: 26px;
  }
}

.customized1-head-block.header #logo .logo-1 {
  display: block;
}

.customized1-head-block.header #logo .logo-2 {
  display: none;
}

.customized1-head-block.header #mainmenu li,
.customized1-head-block.header #mainmenu li ul {
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  outline: none;
}

.customized1-head-block.header #mainmenu {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 15px;
  margin: 0 auto;
  float: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1010px;
}

@media (max-width: 767px) {
  .customized1-head-block.header #mainmenu {
    max-width: 1250px;
  }
}

.customized1-head-block.header #mainmenu ul {
  margin: 0px 0px;
  padding: 0px;
  height: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #ffffff;
  color: var(--text-color);
}

.customized1-head-block.header #mainmenu ul:not(.mega) {
  box-shadow: 1px 1px 9px rgba(164, 164, 186, 0.3);
}

.customized1-head-block.header #mainmenu li {
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
}
.customized1-head-block.header #mainmenu li.product-static {
  position: static;
}

.customized1-head-block.header #mainmenu li.current > a {
  color: var(--color-primary);
}

.customized1-head-block.header #mainmenu li.has-child .arrow-down {
  padding-left: 5px;
  font-size: 8px;
  font-weight: 600;
  position: relative;
  top: -2px;
  color: #ffffff;
  cursor: pointer;
}

.customized1-head-block.header #mainmenu li.has-child .arrow-down .qico {
  font-size: 8px;
  font-weight: 600;
}

.customized1-head-block.header #mainmenu li.has-child .arrow-down-app {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.customized1-head-block.header #mainmenu li a {
  font-size: 20px;
  font-family: "Montserrat";
  padding-right: 6px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 30px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  outline: none;
  line-height: 1.942;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .customized1-head-block.header #mainmenu li a {
    padding: 30px 10px;
  }
}

@media (max-width: 1179px) {
  .customized1-head-block.header #mainmenu li a {
    padding: 30px 20px;
  }
}

.customized1-head-block.header #mainmenu li ul {
  width: 190px;
  height: auto;
  position: absolute;
  left: 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  top: -2000px;
}

.customized1-head-block.header #mainmenu li ul li {
  font-size: 14px;
  display: block;
  float: none;
  text-transform: none;
}

.customized1-head-block.header #mainmenu li ul li a {
  padding: 5px 15px;
  border-top: none;
  color: #606060;
  width: 100%;
  border-left: none;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.customized1-head-block.header #mainmenu li ul li:hover > a {
  color: #ffffff;
  background-color: var(--color-second);
}

.customized1-head-block.header #mainmenu li ul ul {
  top: 0px;
  margin-left: 188px;
}

.customized1-head-block.header #mainmenu li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  top: auto;
}

.customized1-head-block.header #mainmenu li:hover > ul ul {
  top: 0px;
}

.customized1-head-block.header .menu_side_area {
  display: flex;
  align-items: center;
}

.customized1-head-block.header .menu_side_area .btn-main {
  display: inline-block;
  padding: 4px 30px 4px 30px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: var(--color-primary);
  transition: 0.5s;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.942;
  letter-spacing: -0.98px;
  cursor: pointer;
  border-radius: var(--button-radius);
}

.customized1-head-block.header .menu_side_area .btn-main:hover {
  box-shadow: 2px 2px 20px 0px var(--btn-hover);
}

@media only screen and (max-width: 991px) {
  .customized1-head-block.header .menu_side_area .btn-main {
    display: none;
  }
}

@media (max-width: 1179px) {
  .customized1-head-block.header .menu_side_area .btn-main {
    display: none;
  }
}

.customized1-head-block.header .menu_side_area .search-area {
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .customized1-head-block.header .menu_side_area .search-area {
    margin-right: 0.5rem !important;
  }
}

.customized1-head-block.header .menu_side_area .search-area .search-input {
  color: white;
  font-size: 25px;
  line-height: 20px;
}

@media (max-width: 998px) {
  .customized1-head-block.header .menu_side_area .search-area .search-input {
    color: #727272;
  }
}

.customized1-head-block
  .header
  .menu_side_area
  .search-area
  .search-input
  .search {
  position: relative;
  font-size: 34px;
  font-weight: 100;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  line-height: 1;
}

.customized1-head-block.header .menu_side_area .change-langeuage {
  color: #fff;
  margin-right: 1rem !important;
}

@media (max-width: 998px) {
  .customized1-head-block.header .menu_side_area .change-langeuage {
    color: #727272;
  }
}

.customized1-head-block
  .header
  .menu_side_area
  .change-langeuage
  .lang-selector
  .current-lang {
  width: 90px;
}

@media (max-width: 1179px) {
  .customized1-head-block
    .header
    .menu_side_area
    .change-langeuage
    .lang-selector
    .current-lang {
    width: 70px;
  }
}

@media (max-width: 1179px) {
  .customized1-head-block
    .header
    .menu_side_area
    .change-langeuage
    .lang-selector
    .current-lang
    i {
    display: none;
  }
}

.customized1-head-block
  .header
  .menu_side_area
  .change-langeuage
  .lang-selector
  .lang-box {
  right: -43px;
}

@media (max-width: 1200px) {
  .customized1-head-block.header .menu_side_area .change-langeuage {
    margin-right: 0.5rem !important;
  }
}

.customized1-head-block.header .menu_side_area #menu-btn {
  display: none;
  float: right;
  width: 36px;
  height: 36px;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin-left: 20px;
  background: var(--color-primary);
}

.customized1-head-block.header .menu_side_area #menu-btn .menu {
  font-size: 20px;
  display: block;
  color: #ffffff;
}

.customized1-head-block.header .menu_side_area #menu-btn:hover {
  background: #fff;
  color: #222;
}

.customized1-head-block.header .menu_side_area #menu-btn:hover .menu {
  color: #222;
}

@media only screen and (max-width: 991px) {
  .customized1-head-block.header .menu_side_area #menu-btn {
    display: block;
    z-index: 1000;
    top: 0;
    right: 0;
  }
}

.customized1-head-block.header.is-stuck {
  background: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-box-shadow: 0 30px 60px rgba(0, 19, 87, 0.06);
  -moz-box-shadow: 0 30px 60px rgba(0, 19, 87, 0.06);
  box-shadow: 0 30px 60px rgba(0, 19, 87, 0.06);
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  outline: none;
}

.customized1-head-block.header.is-stuck #topbar {
  margin-top: -50px;
}

.customized1-head-block
  .header.is-stuck
  .menu_side_area
  .search-area
  .search-input
  .search,
.customized1-head-block.header.is-stuck .menu_side_area .change-langeuage,
.customized1-head-block
  .header.is-stuck
  .menu_side_area
  .change-langeuage
  .lang-selector
  em,
.customized1-head-block.header.is-stuck #mainmenu li a,
.customized1-head-block.header.is-stuck #mainmenu li.has-child .arrow-down {
  color: #333333;
}

.customized1-head-block.header.is-stuck #mainmenu li.current > a {
  color: var(--color-primary);
}

.customized1-head-block.header.is-stuck #mainmenu li ul li:hover > a {
  color: #ffffff;
}

.customized1-head-block.header.is-stuck #logo .logo-1 {
  display: none;
}

.customized1-head-block.header.is-stuck #logo .logo-2 {
  display: block;
}

.customized1-head-block.header.scroll-down {
  transform: translateY(-140px);
}

.customized1-head-block.header.scroll-up {
  transform: translateY(0px);
}
.customized1-head-block .menu_side_area .lang-selector .current-lang{
  display: none;
}
@media only screen and (max-width: 991px) {
  .customized1-head-block.header #topbar .container {
    justify-content: flex-end;
  }

  .customized1-head-block.header #topbar .topbar-left {
    /* display: none; */
  }
  .customized1-head-block.header #topbar .topbar-right {
    display: none;
  }
  .customized1-head-block.header #topbar .topbar-left .swiper-button-prev, .customized1-head-block.header #topbar .topbar-left .swiper-button-next{
    display: none;
  }
  .customized1-head-block.header #mainmenu {
    position: fixed;
    height: 100%;
    z-index: 200;
    width: 200px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 100px !important;
    top: 100px;
    display: none;
  }

  .customized1-head-block.header.header-mobile {
    position: fixed !important;
    background: #fff;
    top: 0;
    /* padding-bottom: 10px; */
  }

  .customized1-head-block.header.header-mobile #topbar {
    margin-top: 0px;
  }

  .customized1-head-block.header.header-mobile #topbar .topbar-right {
    margin-bottom: 8.7px;
  }

  .customized1-head-block.header.header-mobile #logo .logo-1 {
    display: none;
  }

  .customized1-head-block.header.header-mobile #logo .logo-2 {
    display: block;
  }

  .customized1-head-block.header.header-mobile .de-flex {
    margin: 10px 0;
  }

  .customized1-head-block.header.header-mobile #mainmenu {
    position: absolute;
    top: 90px;
    padding: 0 0 0 0;
    left: 20px;
    width: 100%;
    padding-right: 30px;
    padding-top: 20px;
  }

  .customized1-head-block.header.header-mobile #mainmenu li {
    margin: 0;
    width: 100%;
    display: block;
  }

  .customized1-head-block.header.header-mobile #mainmenu li.current > a {
    color: var(--color-primary);
  }

  .customized1-head-block.header.header-mobile #mainmenu li a.menu-item {
    color: #888;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 0;
    padding-right: 35px !important;
    width: 100%;
    border-bottom: solid 1px #eee;
  }

  .customized1-head-block.header.header-mobile #mainmenu li a.menu-item:hover {
    color: #888;
    background-color: transparent;
  }

  .customized1-head-block.header.header-mobile #mainmenu li:last-child a {
    border-bottom: 0px;
  }

  .customized1-head-block.header.header-mobile #mainmenu li:hover {
    color: #888;
    background-color: transparent;
  }

  .customized1-head-block.header.header-mobile #mainmenu li:hover > a {
    color: #888;
    background-color: transparent;
  }

  .customized1-head-block
    .header.header-mobile
    #mainmenu
    li.has-child
    .arrow-down {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .customized1-head-block
    .header.header-mobile
    #mainmenu
    li.has-child
    .arrow-down-app {
    padding-left: 5px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    color: #888;
    right: 5px;
    cursor: pointer;
    transition: 0.4s all ease;
    height: 50px;
    line-height: 50px;
    display: inline-flex;
    align-items: center;
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    text-align: right;
    top: 0;
  }

  .customized1-head-block
    .header.header-mobile
    #mainmenu
    li.has-child
    .arrow-down-app.active {
    transform: rotate(180deg);
  }

  .customized1-head-block.header.header-mobile #mainmenu li > ul {
    box-shadow: 4px 4px 9px rgba(164, 164, 186, 0.3);
  }

  .customized1-head-block.header.header-mobile #mainmenu li > ul li ul {
    box-shadow: 1px 1px 9px rgba(164, 164, 186, 0.3);
  }

  .customized1-head-block.header.header-mobile #mainmenu li ul {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    background: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    outline: none;
    display: none;
    top: auto;
  }

  .customized1-head-block.header.header-mobile #mainmenu li ul li {
    padding-left: 40px;
  }

  .customized1-head-block.header.header-mobile #mainmenu li ul li a.menu-item {
    font-weight: 500;
  }

  .customized1-head-block.header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  .customized1-head-block
    .header.header-mobile
    #mainmenu
    li
    ul
    li
    ul
    li:last-child
    a {
    border-bottom: 0px;
  }

  .customized1-head-block.header.header-mobile.menu-open {
    background: #ddd;
    height: 100%;
  }

  .customized1-head-block.header.header-mobile.menu-open #mainmenu {
    display: block;
  }

  .customized1-head-block.header #topbar .topbar-left .topbar-widget{
    font-size: 10px;
    line-height: 30px;
    height: 30px;
  }
  .customized1-head-block .mobile-search {
    display: block;
  }
  .customized1-head-block .head-searchbg {
    display: none;
  }
  .customized1-head-block .menu_side_area i{
    color: #fff !important;
  }
  .customized1-head-block > .container{
    padding-top: 12px;
    max-width: 100%;
  }
  .customized1-head-block.header .lang-selector .current-lang{
    padding: 0 ;
    margin-left: 35px;
  }
  .customized1-head-block.header .menu_side_area .change-langeuage{
    margin-right: 20px;
  }
  .em-header-quearys .em-quearys-menu i{
    line-height: 26px;
  }
  .lang-selector .current-lang em{
    color: #fff !important;
  }
  .em-header-quearys .em-quearys-menu i{
    line-height: unset !important;
  }
  .customized1-head-block .menu_side_area .lang-selector .current-lang{
    display: flex;
    height: 26px;
  }
}

.customized1-head-block #selector {
  width: 500px;
  position: fixed;
  right: 0;
  top: 45%;
  padding: 5px;
  z-index: 998;
}

.customized1-head-block #selector * {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.customized1-head-block #selector .sc-opt {
  outline: none;
  cursor: pointer;
  background: #f2f2f2;
  color: #35404e;
  font-size: 14px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  max-width: 45px;
  padding-right: 20px;
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  right: 0px;
  border-right: none;
  font-weight: 500;
}

.customized1-head-block #selector .sc-opt:hover {
  max-width: 100%;
}

.customized1-head-block #selector .sc-opt .sc-icon {
  width: 45px;
  height: 38px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 12px 10px;
  position: relative;
  float: left;
}

.customized1-head-block #selector .sc-opt .sc-val {
  display: inline-block;
  line-height: 38px;
}

.customized1-head-block #purchase-now {
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 998;
}

.customized1-head-block #purchase-now a {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  background: var(--color-primary);
  display: block;
  font-size: 24px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  padding: 17px;
  text-decoration: none;
  animation: shadow-pulse 1s infinite;
  line-height: 1.1;
}

.customized1-head-block #purchase-now a span {
  font-size: 14px;
  font-weight: 500;
  left: 8px;
  position: absolute;
  top: 22px;
  width: 100px;
}

.customized1-head-block #purchase-now .pn-hover {
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  background: #ffffff;
  color: var(--color-primary);
  width: 120px;
  padding: 10px;
  padding-left: 20px;
  text-align: center;
  top: 8px;
  border-radius: 0px;
  left: 30px;
  opacity: 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  border-radius: 5px;
}

.customized1-head-block #purchase-now:hover .pn-hover {
  opacity: 1;
  left: 40px;
}

.customized1-head-block .body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.customized1-head-block .body-overlay.active {
  opacity: 1;
  display: block;
}

#scrollUp {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  color: #ffffff;
  background: var(--color-primary);
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
  z-index: 998 !important;
  border-radius: 6px;
}

#scrollUp img {
  width: 11px;
  margin-top: -3px;
}

#scrollUp.active {
  transform: translate3d(0, 0, 0);
}

#scrollUp:hover {
  transform: scale(1.1);
}

/* car preloader */
@keyframes dots {
  from {
    width: 0px;
  }

  to {
    width: 15px;
  }
}

@keyframes strikes {
  from {
    left: 25px;
  }

  to {
    left: -80px;
    opacity: 0;
  }
}

@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
  }
}

/* search box */
.em-quearys-top.search-box {
  display: inline-block;
}

.em-top-quearys-area {
  position: relative;
}

.em-header-quearys .em-quearys-menu i {
  font-size: 24px;
  line-height: 24px;
  color: inherit;
  cursor: pointer;
}

.em-quearys-inner {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 10000;
  -webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background 0.3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background 0.3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1), background 0.3s 0s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1), background 0.3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -150%;
  background: rgba(0, 0, 0, 0);
}

.em-s-open {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  background: #000000e6 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.em-quearys-form {
  width: 100%;
  max-width: 895px;
  margin: auto;
  padding: 30px 0;
}

.top-form-control {
  position: relative;
}

.top-form-control input {
  background: transparent;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  height: 100px;
  padding: 0 40px 0 15px;
  width: 100%;
  border: none;
  -webkit-transition: 1s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 3px solid #fff;
}

.top-form-control input::placeholder {
  color: #fff;
}

.top-form-control textarea,
.top-form-control input {
  outline: none;
}

.top-form-control button.top-quearys-style {
  position: absolute;
  right: 6px;
  top: 50%;
  background: transparent;
  border: none;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-form-control button.top-quearys-style i {
  font-size: 40px;
  cursor: pointer;
}

.main-search-menu .em-header-quearys .em-quearys-menu i {
  cursor: pointer;
  background: 0;
  color: var(--title-text-color, #272727);
  font-size: 26px;
}

.em-header-quearys-close {
  margin-top: 20px;
}

.em-header-quearys-close .em-quearys-menu i {
  background-color: var(--color-primary);
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
/*start 06-19*/
.customized1-head-block .change-langeuage{
  position: relative;
}
.customized1-head-block .lang-selector{
  position: relative;
  z-index: 1;
}
.customized1-head-block .lang_arrow_down{
      position: absolute;
    right: 18px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}
/*end 0619*/
@media screen and (max-width:767px) {
  .top-form-control input {
    font-size: 30px;
  }
  .top-form-control button.top-quearys-style i {
    font-size: 35px;
  }
  nav.navbar.bootsnav .navbar-toggle i {
    font-size: 24px;
  }
  .em-header-quearys-close .em-quearys-menu i {
    font-size: 24px;
  }
}