/* Header -- Start */
.header_1 {
  background-color: #f2f2f2;
}

.header_1 ul.topbar.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 37px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 10px;
}
.header_1 .search_bar {
  background: #fff;
  width: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}

.header_1 .search:focus-visible {
  border: none !important;
  outline: none !important;
}
.search-container {
  width: 100%;
  padding: 5px;
}
.search-container input {
  width: 100%;
  padding: 8px 0 8px 30px;
}
.search-container input:focus {
  background: transparent;
  border: none !important;
}
.search_suggestions {
  position: absolute;
  top: 40px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  z-index: 1000;
}

.search_suggestions .result-item {
  padding: 10px;
  cursor: pointer;
}

.search_suggestions .result-item:hover {
  background: #f0f0f0;
}

.header_1 .search_bar img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
}
.header_1 .search {
  width: 385px;
  height: 36px;
  border: none !important;
}

.header_1 .search-color {
  background-color: #e55c28;
  border: transparent;
  width: 106px;
  color: #fff;
  height: 33px;
  border-radius: 3px;
}
.bg-color {
  background-color: #e55c28 !important;
  color: #fff !important;
  border: none !important;
}

.product_header span {
  font-size: 13px;
  padding-left:10px;
}

.header-main .product_header .client-item {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
	margin-right:15px;
	border-right:1px solid #cccccc;
	padding-left:15px;
}
.header-main .product_header .client-item a {
    display: flex;
    align-items: center;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}
.profile-down .active {
  border-radius: 50px !important;
  padding: 0px 20px;
  margin-left: 10px;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.dropdown-menu li {
  display: inline-block;
  margin: 8px 0px;
}
.dropdown-menu {
  margin-bottom: 20px;
}
.login-header {
  padding: 0;
  background: transparent;
  border: none;
}
.login-header:hover {
  padding: 0;
  background: transparent;
  border: none;
}

.menu {
  border: none;
}
/*
.dropdown-menu.show {
  display: block;
}
.menu:hover  .dropdown-menu.show {
  display: block;
}*/
.active {
  border-radius: 5px;
}
.header_1 .active {
  --bs-dropdown-link-active-bg: none;

  height: 27px;
  border-left: none !important;
  margin-left: 9px !important;
}
.dropdown-item:active {
  background-color: unset;
  color: black;
}
.dropdown-item:hover {
  background-color: unset;
  color: #e55c28;
}
.nav_drop_down1 a:hover {
  background-color: unset;
  color: #e55c28;
}
.nav_drop_down .dropdown-item {
  border-left: 2px solid #e55c28;
  padding: 0;
  padding-left: 12px;
  margin-left: 12px;
  height: 19px;
  margin-bottom: 0px;
  border-radius: unset !important;
}
.nav_drop_down1 a {
  border-left: 2px solid #e55c28;
  padding: 0;
  padding-left: 12px;
  margin-left: 12px;
  height: 19px;
  margin-bottom: 10px;
  height: 27px;
  border-radius: unset !important;
}
.black_btn .dropdown-menu {
  position: absolute;
  width: 220px !important;
  top: 51px;
  left: -30px;
  padding: 10px;
}
.dropdown-menu a {
  border-radius: 5px;
}
.login-menu {
  border: 1px solid #e55c28 !important;
  color: #e55c28 !important;
  background-color: transparent !important;
}

.close-btn {
  text-align: end;
  position: relative;
  top: 10px;
  right: 22px;
}

/* Header -- End */

/* Footer -- Start */
.footer {
  background-color: #ebf2fb;
  position: relative;
  height: 640px;
}

footer {
  display: flex;
  justify-content: space-between;
}

footer ul {
  padding: 0;
  list-style: none;
}
.active {
  background-color: #e55c28 !important;
  border: none;
  color: #fff !important;
}
a {
  color: #000;
}
footer ul li a {
  font-size: 14px;
  font-weight: 500;
}
footer ul li a:hover {
  color: #e55c28;
}
input {
  outline: none;
}
footer .mail_call {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-top: 28px;
}

footer .mail_call img {
  position: relative;
  top: 5px;
}

.footer_2 ul {
  gap: 50px;
  display: flex;
}

.footer_3 {
  width: 210px;
}

.footer_3 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.footer_3 ul li {
  width: 96px;
  padding-left: 10px;
  border-left: 2px solid #e55c28;
  height: 14px;
  display: flex !important;
  align-items: center;
}

.footer_1 .head img {
  margin-bottom: 20px;
}

footer :where(.footer_2, .footer_3) :is(h6) {
  color: #e55c28;
}

footer :where(.footer_2, .footer_3) {
  margin-top: 88px;
}

.copy_rights p {
  margin: 0;
  background: #000;
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
}
.footer_map {
  display: flex;
  justify-content: center;
}
.footer_map img {
  position: absolute;
  top: 240px;
  width: 970px;
}

/* Footer -- End */

/* header-resposive -- start */
@media screen and (max-width: 980px) {
  body {
    overflow-x: hidden;
    padding: 10px;
  }
  .topbar {
    display: ruby;
  }
  .header_1 ul.topbar.navbar-nav {
    display: ruby !important;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .product_header li a span {
    font-size: 13px;
    display: block;

    text-align: center;
    padding: 5px;
  }
  .black_btn .dropdown-menu {
    position: absolute;
    width: 88px !important;
    left: -10px;
  }
  /* margin-bottom: 20px; */

  .product_header li {
    text-align: center;
  }
  .black_btn .dropdown-menu li {
    margin-bottom: 15px;
  }
  .press_tool_component .product_right {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .product_right img {
    height: 185px;
  }
  .about_left {
    text-align: center;
  }
  .about_left .frame {
    display: none;
  }
  .starting {
    display: none;
  }
  .star {
    display: none;
  }
  .text-about {
    width: 100%;
    padding: 10px;
  }

  .all_certified {
    display: flex;
    justify-content: space-between;
    width: 96% !important;
    align-items: center;
    margin-top: 50px !important;
    margin: 17px;
  }
  .header_1 .search_bar {
    background: #fff;
    width: 541px;
    position: relative;
    left: 0;
    padding: 5px 4px 5px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
  }
  .popular_card {
    border: 1px solid #dbdbdb;
    padding: 0;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    width: 241px;
    border-radius: 8px;
  }
}
/* respove */
@media screen and (max-width: 720px) {
  .header_1 .search_bar {
    background: #fff;
    width: 430px !important;
    position: relative;
    left: 0;
    padding: 5px 4px 5px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
  }
  .header_1 .search {
    width: 168px !important;
    height: 36px;
    border: none !important;
  }
  .product_header li {
    text-align: center;
  }
  .press_tool_component img {
    width: 100%;
    height: auto;
  }
}

/* header-resposive -- start */
@media screen and (max-width: 980px) {
  footer {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_map img {
    position: absolute;
    top: 240px;
    width: 100%;
  }
  .copy_rights {
    position: relative;
    z-index: 999;
  }
  .category_card {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer_1 .footer_2,
  .footer_3 {
    display: inline-block;
  }
  .footer_2,
  .footer_3 {
    margin-top: 0px;
    z-index: 999;
  }
  .all_certified {
    display: flex;
    justify-content: space-between;
    width: 96% !important;
    align-items: center;
    margin-top: 50px !important;
    margin: 17px;
    flex-wrap: wrap;
  }
  .footer {
    background-color: #ebf2fb;
    position: relative;
    height: auto !important;
  }
}

@media screen and (max-width: 720px) {
  .header_1 .search_bar {
    background: #fff;
    width: 360px !important;
    position: relative;
    left: 0;
    padding: 5px 4px 5px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: wrap;
  }
  .footer {
    background-color: #ebf2fb;
    position: relative;
    height: auto;
  }
  footer :where(.footer_2, .footer_3) {
    margin-top: 0px;
  }
  .footer_map {
    display: flex;
    justify-content: center;
    z-index: 1;
  }
  .footer_1,
  .footer_2,
  .footer_3 {
    z-index: 999;
  }
}
.header_1 .active {
  --bs-dropdown-link-active-bg: none;
  height: 27px;
  width: 85%;
  display: flex;
  border-left: none !important;
  margin-left: 9px !important;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .nav_drop_down1:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 89%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-left: -16px;
    margin-top: -16px;
  }
}
