@charset "UTF-8";
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.html) format("woff2"),
    url(../fonts/Poppins-Bold-2.html) format("woff");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.html) format("woff"),
    url(../fonts/Poppins-Regular-2.html) format("woff2");
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.html) format("woff"),
    url(../fonts/Poppins-Light-2.html) format("woff2");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.html) format("woff"),
    url(../fonts/Poppins-Medium-2.html) format("woff2");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.html) format("woff"),
    url(../fonts/Poppins-SemiBold-2.html) format("woff2");
}

:root {
  color-scheme: only light;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-size: 16px !important;
}

body {
  font-family: "Poppins" !important;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

body[dir="rtl"] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Lexend", sans-serif; */
  color: #292929;
}

a {
  color: #ff7004;
}

a:hover {
  color: #b74f00;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

@media (min-width: 1150px) {
  .container {
    width: 1266px !important;
    max-width: 1266px !important;
  }
}

textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  outline: 0;
}

label {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 6px 100px 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  color: #474747;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 5px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

ol.application {
  list-style: none;
  counter-reset: item;
}
.application li {
  counter-increment: item;
  margin-bottom: 5px;
  display: flex;
  align-items: top;
}
.li-circle {
  margin-right: 10px;
  content: counter(item);
  background: #ff6809;
  border-radius: 100%;
  color: white;
  width: 45px;
  text-align: center;
  display: inline-block;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Poppins-Bold";
}

button:focus,
input:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#formgetQoute .error {
  color: #fff;
  margin: 0px;
}

/* #scrollUp {
  width: 50px;
  height: 50px;
  background-color: #ff6809;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  font-size: 32px;
  line-height: 50px;
} */

/* #scrollUp:hover {
  background: #212121;
  color: #fff;
  -webkit-box-shadow: 0 0 20px #fff;
  box-shadow: 0 0 20px #fff;
} */

.section-title {
  margin-bottom: 52px;
  position: relative;
}

.section-title .title {
  font-size: 30px;
  font-family: "Poppins-SemiBold";
  margin-bottom: 20px;
  position: relative;
}

.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
}

.header-top {
  padding: 7px 0;
}

.header-top-massege p {
  color: #000;
  /* font-family: "Lexend", sans-serif; */
  font-weight: 500;
  text-align: center;
  font-size: 11px;
}

.header-top-set-lan-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* font-family: "Lexend", sans-serif; */
}

.header-top-set-lan-curr .dropdown .dropdown-toggle {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: transparent;
  border-right: 1px solid #43474e;
}

.header-top-set-lan-curr .dropdown .dropdown-toggle i {
  font-size: 18px;
  margin-left: 7px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 23px;
}

.header-top-set-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-set-lan-curr .dropdown .dropdown-toggle:hover {
  color: #ff7004;
}

.header-top-set-lan-curr .dropdown .dropdown-toggle:hover i {
  color: #ff7004;
}

.header-top-set-lan-curr .dropdown .dropdown-menu {
  margin: 0;
  top: 34px !important;
  left: auto !important;
  right: 0;
  min-width: 130px;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  inset: 34px auto auto 0 !important;
}

.header-top-set-lan-curr .dropdown .dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
}

.header-top-set-lan-curr .dropdown .dropdown-menu li:last-child {
  border: none;
}

.header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item {
  padding: 10px;
  color: #474747;
  line-height: 25px;
  font-size: 13px;
  background: 0 0;
}

.header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff7004;
}

.header-bottom {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  padding: 10px 50px;
  top: 0;
  box-shadow: 0px 0px 8px 0px #bfbfbf85;
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-actions > * + * {
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #b7b7b7;
}

.header-actions .header-action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
}

.header-actions .header-action-btn.dropdown-toggle::after {
  display: none;
}

.header-actions .header-action-btn:hover {
  color: #ff7004;
}

.header-actions .header-action-btn i {
  font-size: 24px;
  line-height: 1;
}

.header-actions .header-action-btn .header-action-num {
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  z-index: 2;
  top: -3px;
  right: -7px;
  height: 17px;
  width: 17px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #ff7004;
}

.header-actions .header-action-btn .cart-amount {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-left: 15px;
  color: #0f0f0f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-actions .header-action-btn:hover .cart-amount {
  color: #ff7004;
}

.header-bottom-set .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  background-color: transparent;
  padding: 0;
}

.header-bottom-set .dropdown-toggle::after {
  display: none;
}

.header-bottom-set .dropdown-menu {
  margin: 0;
  top: 57px !important;
  left: auto !important;
  right: 0;
  min-width: 130px;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  inset: 57px 0 auto auto !important;
}

.header-bottom-set .dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
}

.header-bottom-set .dropdown-menu li:last-child {
  border: none;
}

.header-bottom-set .dropdown-menu .dropdown-item {
  padding: 10px;
  color: #474747;
  line-height: 25px;
  font-size: 13px;
  background: 0 0;
}

.header-bottom-set .dropdown-menu .dropdown-item:hover {
  color: #ff7004;
}

.header_account_list {
  position: relative;
}

.header_account_list .dropdown_search {
  min-width: 600px;
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 2;
}

.header_account_list .dropdown_search .action-form {
  position: relative;
}

.header_account_list .dropdown_search .submit {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  background: #ff7004;
  color: #fff;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.main-menu ul li + li {
  margin-left: 40px;
}

.main-menu ul li a {
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  display: block;
}

.main-menu ul li a i {
  font-size: 14px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  display: inline-block;
}

.main-menu ul li.active > a,
.main-menu ul li:hover > a {
  color: #ff7004 !important;
}

.main-menu ul li.dropdown {
  position: relative;
}

.main-menu ul li.dropdown ul.sub-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  min-width: 205px;
  left: auto !important;
  background: #fff;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  display: block;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.main-menu ul li.dropdown ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.main-menu ul li.dropdown ul li a {
  display: block;
  line-height: 19px;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  color: #000;
}

.main-menu ul li.dropdown ul li a:hover {
  padding-left: 25px;
}

.main-menu ul li.dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.main-menu ul li.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.main-menu ul li.dropdown li.position-static {
  position: relative !important;
}

.main-menu ul li.dropdown li.position-static i {
  position: absolute;
  right: 20px;
}

.main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-2 {
  -webkit-transform: translateY(-41px);
  transform: translateY(-41px);
  opacity: 1;
  visibility: visible;
}

.main-menu ul li.dropdown ul.sub-menu.sub-menu-2 {
  left: 100% !important;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}

.main-menu ul li .mega-menu {
  position: absolute;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 20px 0 30px 30px;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  left: 0;
  width: 100%;
  z-index: 2;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  z-index: 15;
}

.main-menu ul li .mega-menu li ul {
  width: 25%;
  margin-right: 30px;
}

.main-menu ul li .mega-menu li ul li.title a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 5px;
  height: auto;
}

.main-menu ul li .mega-menu li ul li.title a:hover {
  color: #ff7004;
  padding-left: 0;
}

.main-menu ul li .mega-menu li ul li a {
  color: #1d1d1d;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  border: 0;
  height: auto;
}

.main-menu ul li .mega-menu li ul li a:hover {
  color: #ff7004;
  padding-left: 10px;
}

.main-menu ul li .mega-menu ul.menu-banner {
  margin-top: 20px;
}

.main-menu ul li .mega-menu ul.menu-banner li {
  width: 50%;
  padding-right: 30px;
}

.main-menu ul li .mega-menu ul.menu-banner li a {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}

.main-menu ul li .mega-menu ul.menu-banner li a img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu ul li .mega-menu ul.menu-banner li a:hover img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.035) rotate(0.05deg);
  transform: scale(1.035) rotate(0.05deg);
}

.main-menu.manu-color-white ul li a {
  color: #000;
}

.action-form {
  position: relative;
}

.submit {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  background: #ff7004;
  color: #fff;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

body.offcanvas-open {
  overflow: hidden;
}

.offcanvas {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 400px;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  visibility: visible;
}

.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.offcanvas .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
}

.offcanvas .inner .head .title {
  color: #212121;
  font-weight: 700;
}

.offcanvas .inner .head .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}

.offcanvas .inner .head .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ff7004;
}

.offcanvas .inner .head .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ff7004;
}

.offcanvas .inner .head .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.offcanvas .inner .head .offcanvas-close:hover:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas .inner .offcanvas-userpanel ul li {
  display: block;
  background: 0 0;
  width: 100%;
  text-align: left;
  display: block;
  color: #212121;
  cursor: pointer;
  text-transform: uppercase;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a {
  color: #212121;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a i {
  float: right;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a:hover {
  color: #ff7004;
}
.news-cerosel .inner img {
  border-radius: 10px;
}
.offcanvas
  .inner
  .offcanvas-userpanel
  ul
  li.offcanvas-userpanel__role
  ul.user-sub-menu {
  display: none;
}

.offcanvas
  .inner
  .offcanvas-userpanel
  ul
  li.offcanvas-userpanel__role
  ul.user-sub-menu
  li
  a {
  display: block;
  padding: 7px 10px 7px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #212121;
}

.offcanvas
  .inner
  .offcanvas-userpanel
  ul
  li.offcanvas-userpanel__role
  ul.user-sub-menu
  li
  a:hover {
  color: #ff7004;
}

.offcanvas
  .inner
  .offcanvas-userpanel
  ul
  li.offcanvas-userpanel__role
  ul.user-sub-menu
  li
  a.current {
  color: #ff7004;
}

.offcanvas .inner .offcanvas-menu ul li {
  position: relative;
  display: block;
  line-height: 28px;
}

.offcanvas .inner .offcanvas-menu ul li a {
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
  color: #474747;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-weight: 600;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
  line-height: inherit;
  position: relative;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
  text-transform: capitalize;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 0;
  display: block;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: 500;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
  border-bottom: 0 solid #eee;
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 49px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas .inner .offcanvas-menu ul li:hover > a {
  color: #ec4a22;
  text-decoration: none;
}

.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:before {
  background: #ff7004;
}

.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:after {
  background: #ff7004;
}

.offcanvas .inner .offcanvas-menu ul li:last-child {
  border-bottom: 1px solid #eee;
}

.offcanvas .inner .offcanvas-social li {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 40px;
  padding: 0;
}

.offcanvas .inner .offcanvas-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #ff7004;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.offcanvas .inner .offcanvas-social li a:hover {
  background: #212121;
  color: #fff;
}

.offcanvas .inner .foot .buttons a {
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  line-height: 26px;
  border: none;
  background: #212121;
  border-radius: 0;
  width: auto;
  height: auto;
}

.offcanvas .inner .foot .buttons a:hover {
  background-color: #ff7004;
  color: #fff;
}

.offcanvas .inner .foot .buttons .current-btn {
  background-color: #ff7004;
  color: #fff;
}

.offcanvas .inner .foot .sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  margin: 30px 0 0 0;
}

.offcanvas .inner .foot .sub-total .table > :not(caption) > * > * {
  padding: 0;
  border: 0;
}

.offcanvas .inner .foot .sub-total .table > tbody > tr > td {
  border: none;
  padding: 0;
  color: #212121;
  text-transform: capitalize;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 500;
  line-height: 30px;
}

.offcanvas .inner .foot .sub-total .table > tbody > tr > td.theme-color {
  color: #ff7004;
}

.offcanvas .inner .foot .sub-total .amount {
  color: #eb2606;
  font-weight: 600;
}

.offcanvas .inner .foot .minicart-message {
  margin-top: 30px;
  margin-bottom: 30px;
}

.offcanvas-menu > ul > li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 350px;
  padding: 50px 30px;
  margin-top: 50px;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  left: 0;
  top: 5px;
  background-color: #ec4a22;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  border-radius: 50%;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas.offcanvas-cart .inner .head,
.offcanvas.offcanvas-wishlist .inner .head {
  margin-bottom: 30px;
  padding: 0;
}

.offcanvas.offcanvas-cart .inner .head .title,
.offcanvas.offcanvas-wishlist .inner .head .title {
  font-size: 20px;
}

.offcanvas-menu > ul > li .menu-expand::after,
.offcanvas-menu > ul > li .menu-expand::before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background-color: #212121;
}

.offcanvas-menu > ul > li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
  transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu > ul > li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
  left: 80%;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.minicart-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.minicart-product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.minicart-product-list li .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75px;
  flex: 1 0 75px;
}

.minicart-product-list li .image img {
  max-width: 100%;
  border: 1px solid #ebebeb;
}

.minicart-product-list li .content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 150px);
  flex: 1 0 calc(100% - 150px);
  padding-left: 15px;
}

.minicart-product-list li .content .title {
  color: #212121;
  font-weight: 400;
}

.minicart-product-list li .content .title:hover {
  color: #ff7004;
}

.minicart-product-list li .content .quantity-price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.minicart-product-list li .content .quantity-price .amount {
  color: #ff7004;
  font-weight: 500;
  font-size: 18px;
}

.minicart-product-list li .content .remove {
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  color: #212121;
  font-size: 16px;
}

.minicart-product-list li .content .remove:hover {
  color: #eb2606;
}

.minicart-product-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.slider-height {
  height: 750px;
}

.slider-height-2 {
  height: 750px;
}

.slider-height-1 {
  height: 600px;
}

.bg-white {
  background: #ffffff;
}

.hero-slide-image img {
  max-width: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.swiper-slide-active .hero-slide-image img {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.numeric {
  color: #8b8b8b !important;
  font-size: 16px !important;
}

.hero-slide-content {
  position: relative;
  z-index: 9;
}

.hero-slide-content .category {
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.hero-slide-content .title-1 {
  font-size: 72px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}

.footer-area .footer-top .single-wedge .footer-links .li {
  display: block;
  margin: 0;
  line-height: 1;
  border: 0;
  padding: 0;
  font-weight: 400;
  margin-bottom: 8px;
}

.footer-area .footer-top .single-wedge .footer-links .single-link {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-area .footer-top .single-wedge .footer-links .single-link:hover {
  padding-left: 10px;
  color: #ff7004;
}

.link-follow li {
  list-style: none;
  display: inline-block;
}

.link-follow a {
  color: #fffefe;
  margin-left: 20px;
  font-size: 16px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: transparent;
  display: block;
  border-radius: 50%;
}

.link-follow a:first-child {
  margin: 0;
}

.link-follow a:hover {
  color: #fffefe;
  background-color: #ff7004;
}

.subscribe-form {
  position: relative;
  margin: 20px 0 0;
}

.subscribe-form .mc-news {
  position: absolute;
  left: -5000px;
}

.subscribe-form .email {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  height: 50px;
  color: #000;
  font-size: 15px;
  width: 100%;
  text-transform: capitalize;
  border: 0;
  background: 0 0;
  border: 1px solid #4d4d4d;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 20px;
  padding-right: 10px;
}

.subscribe-form .button {
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  height: 50px;
  width: 143px;
  line-height: 50px;
  text-align: center;
  margin-top: 20px;
}

.subscribe-form .button i {
  margin-right: 5px;
}

/* .footer-bottom {
  background: #162d71 none repeat scroll 0 0;
  padding: 25px 0 20px 0;
} */

.footer-bottom .copy-text {
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}

.footer-bottom .copy-text .company-name {
  color: #fff;
}

.footer-bottom .copy-text .company-name:hover {
  color: #ff7004;
}

.footer-bottom .copy-text i {
  color: #dc3545;
  margin: 0 3px;
  font-size: 14px;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shop-category-area .shop-top-bar {
  margin-bottom: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 30px;
  background: #ebebeb;
  padding: 0 10px 0 30px;
}

.shop-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #ebebeb;
  border-radius: 0;
  border: solid 1px #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  /* font-family: "Lexend", sans-serif; */
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  max-width: 250px;
  width: 300px;
}

.shop-select .nice-select:after {
  border: 0;
  content: "";
  display: inline-block;
  height: auto;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: auto;
  color: #474747;
  font-size: 16px;
}

.shop-select .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translate(-21px);
  transform: scale(0.75) translate(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 15;
  width: 100%;
  color: #212121;
}

.shop-select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
}

.pro-pagination-style li {
  display: inline-block;
}

.pro-pagination-style a {
  font-weight: 400;
  color: #1d1d1d;
  padding: 0;
  height: 36px;
  line-height: 36px;
  background: #f6f6f6;
  font-size: 14px;
  display: inline-block;
  width: 36px;
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}

.pro-pagination-style a.active {
  color: #fff;
  background-color: #ff7004;
}

.pro-pagination-style a:hover {
  color: #fff;
  background-color: #ff7004;
}

.shop-sidebar-wrap h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
}

.shop-sidebar-wrap h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #ff7004;
}

.shop-sidebar-wrap .sidebar-widget-category li a {
  color: #474747;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.shop-sidebar-wrap .sidebar-widget-category li a span {
  float: right;
}

.shop-sidebar-wrap .sidebar-widget-category li a:hover {
  color: #ff7004;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 15px;
  display: block;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left {
  position: relative;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  width: auto;
  top: 6px;
  left: 1px;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #ff7004;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark.grey {
  background: #aab2bd;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark.white {
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark.black {
  background: #434a54;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark.camel {
  background: #c19a6b;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a {
  margin-left: 25px;
  display: block;
  color: #474747;
  font-size: 14px;
  margin-top: 0;
  line-height: 22px;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a span {
  float: right;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover .checkmark {
  border-color: #ff7004;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a {
  color: #ff7004;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a span {
  color: #ff7004;
}

.shop-sidebar-wrap .sidebar-widget-group h4 {
  font-size: 15px;
  letter-spacing: 1.2px;
  display: block;
  text-transform: capitalize !important;
  margin: 15px 0;
}

.shop-sidebar-wrap .sidebar-widget-group .price-slider-amount input {
  color: #474747;
  font-size: 14px;
  border: 0;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-widget-content {
  border: 1px solid #ff7004;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-slider-horizontal {
  height: 3px;
  margin: 20px 0 0;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-widget-header {
  background: #ff7004;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  outline: 0;
  margin-top: -8px;
  border: 5px solid #ff7004;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle.ui-state-hover {
  background: #ff7004;
}

.shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  float: left;
  list-style: none;
}

.shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #474747;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  background: #fff;
  margin: 4px;
  text-transform: capitalize;
}

.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: #ff7004;
  border-color: #ff7004;
  color: #fff;
}

.shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
  margin-left: 0;
}

.sidebar-widget
  .sidebar-widget-list
  ul
  li
  .sidebar-widget-list-left
  input:checked
  ~ .checkmark::after {
  display: block;
}

.sidebar-widget.no-cba
  .sidebar-widget-list
  ul
  li
  .sidebar-widget-list-left
  input:checked
  ~ .checkmark::after {
  display: none;
}

.sidebar-widget.no-cba
  .sidebar-widget-list
  ul
  li
  .sidebar-widget-list-left
  .checkmark {
  border: 0;
}

.zoom-thumbs {
  width: 98%;
  margin: auto;
}

.zoom-thumbs .swiper-slide img {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.zoom-thumbs .swiper-slide:hover img {
  border-color: #ff7004;
}

.zoom-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #ff7004;
}

.product-details-content h1 {
  color: #474747;
  font-size: 29px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 500;
  margin: 10px 0 25px 0;
}

.product-details-content p {
  font-size: 14px;
  color: #535353;
  margin: 0 0 12px;
  font-weight: 400;
}
.cards {
  background: #ffffff;
  padding: 30px;
  border: 0.1px solid #cccccc;
}
.product-details-content p span {
  font-weight: 400;
}

.category-title {
  color: #000 !important;
  padding-top: 10px !important;
}
.product-details-content .quickview-para {
  font-weight: 400;
  color: #474747;
  line-height: 26px;
}

.product-details-content .pro-details-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-details-content .pro-details-rating-wrap .rating-product {
  margin-right: 20px;
}

.product-details-content .pro-details-rating-wrap .rating-product i {
  color: #fdd835;
  overflow: hidden;
  width: 16px;
  font-size: 16px;
}

.product-details-content .pro-details-rating-wrap .read-review a {
  text-decoration: none;
  color: #212121;
  position: relative;
  margin-left: 8px;
  line-height: 21px;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  color: #474747;
}

.product-details-content .pro-details-rating-wrap .read-review a:before {
  display: inline-block;
  /* font-family: Ionicons; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
  content: "";
}

.product-details-content .pro-details-rating-wrap .read-review a:hover {
  color: #ff7004;
}

.product-details-content .pricing-meta {
  font-size: 24px;
  color: #212121;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.product-details-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
  color: #474747;
}

.product-details-content .pro-details-list p {
  font-weight: 400;
  color: #474747;
  line-height: 24px;
  margin: 0;
}

.product-details-content .pro-details-list li {
  display: block;
  width: 100%;
  line-height: 24px;
}

.product-details-content .pro-details-quality {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
  width: 100%;
}

.product-details-content .pro-details-quality .cart-plus-minus {
  border: 1px solid #ebebeb;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
}

.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #474747;
  cursor: pointer;
  float: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
}

.product-details-content
  .pro-details-quality
  .cart-plus-minus
  input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #474747;
  float: left;
  font-size: 14px;
  height: 50px;
  margin: 0;
  padding: 0;
  /* text-align: center; */
  width: 80px;
  outline: 0;
}

.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
  height: 50px;
  padding-top: 14px;
  right: 0;
  top: 0;
}

.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
  height: 50px;
  left: 0;
  padding-top: 14px;
  top: 0;
}

.product-details-content .pro-details-quality .pro-details-cart a {
  position: relative;
  /* padding: 0 55px; */
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
  /* background: #ff7004; */
  color: #fff;
}

.product-details-content .pro-details-quality .pro-details-cart a:hover {
  background-color: #212121;
}

.product-details-content .pro-details-wish-com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-details-content .pro-details-wish-com a {
  line-height: 30px;
  padding: 0;
  border: none;
  color: #474747;
  font-size: 14px;
  margin-right: 15px;
}

.product-details-content .pro-details-wish-com a i {
  margin-right: 10px;
}

.product-details-content .pro-details-wish-com a:hover {
  color: #ff7004;
}

.product-details-content .pro-details-social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px;
  padding-bottom: 12px;
}

.product-details-content .pro-details-social-info span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-weight: 700;
  color: #474747;
  font-size: 14px;
}

.product-details-content .pro-details-social-info .social-info a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #474747;
  margin-right: 0;
  white-space: normal;
  text-indent: 0;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  width: 30px;
}

.product-details-content .pro-details-social-info .social-info a:hover {
  color: #ff7004;
}

.product-details-content .pro-details-policy {
  margin: 25px 0 0;
}

.product-details-content .pro-details-policy li {
  margin-bottom: 20px;
  display: block;
}

.product-details-content .pro-details-policy li:last-child {
  margin: 0;
}

.product-details-content .pro-details-policy li span {
  font-size: 14px;
  color: #474747;
  overflow: hidden;
  font-weight: 400 !important;
}

.product-details-content .pro-details-policy img {
  margin-right: 15px;
}

.description-review-topbar.nav {
  border-bottom: none;
  position: relative;
  display: block;
  margin-bottom: 0;
  margin: auto;
  text-align: center;
}

.description-review-topbar.nav a {
  background: 0 0;
  border: 0;
  text-transform: capitalize;
  line-height: 24px;
  color: #474747;
  padding: 0 0 15px 0;
  margin: 0 30px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  /* font-family: "Lexend", sans-serif; */
}

.description-review-topbar.nav a:hover {
  color: #212121;
}

.description-review-topbar.nav a:hover:after {
  background-color: #ff7004;
}

.description-review-topbar.nav a.active {
  color: #212121;
}

.description-review-topbar.nav a.active:after {
  background-color: #ff7004;
}

.description-review-topbar.nav a:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.description-review-bottom {
  overflow: hidden;
  font-size: 15px;
  background: #fff;
  line-height: 24px;
  text-align: left;
  padding: 40px 30px 30px 30px;
  border: 1px solid #ebebeb;
}

.description-review-bottom .product-description-wrapper p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 28px;
  color: "Open Sans", sans-serif;
  width: 84%;
}

.description-review-bottom .product-anotherinfo-wrapper li {
  color: "Open Sans", sans-serif;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
  display: block;
}

.description-review-bottom .product-anotherinfo-wrapper li span {
  color: #212121;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.description-review-bottom .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}

.description-review-bottom .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}

.description-review-bottom .single-review .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description-review-bottom .single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .review-name {
  margin-right: 25px;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .review-name
  h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .rating-product {
  line-height: 1;
  margin-bottom: 6px;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .rating-product
  i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835;
}

.description-review-bottom .single-review .review-top-wrap .review-left a {
  color: #474747;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  a:hover {
  color: #ff7004;
}

.description-review-bottom .single-review .review-bottom p {
  margin: 0;
  width: 93%;
}

.description-review-bottom .single-review.child-review {
  margin-left: 70px;
  margin-bottom: 0;
}

.description-review-bottom .ratting-form-wrapper {
  padding-left: 50px;
}

.description-review-bottom .ratting-form-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.description-review-bottom .ratting-form-wrapper .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0 20px;
}

.description-review-bottom .ratting-form-wrapper .star-box span {
  margin: 0 15px 0 0;
  font-size: 15px;
  color: #212121;
}

.description-review-bottom .ratting-form-wrapper .star-box i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style {
  margin-bottom: 10px;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #212121;
  width: 100%;
  margin-bottom: 15px;
  outline: 0;
  padding: 2px 10px 2px 20px;
  background: 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  padding: 2px 10px 2px 20px;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
  background: 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: 0;
}

.pro-details-size-color {
  margin: 20px 0 0;
}

.pro-details-size-color .pro-details-color-wrap {
  font-size: 15px;
  font-weight: 600;
  color: #212121;
}

.pro-details-size-color .pro-details-color-wrap span {
  display: block;
  margin: 0 0 10px;
}

.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-right: 15px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  background: #fff;
}

.pro-details-size-color
  .pro-details-color-wrap
  .pro-details-color-content
  li.active {
  background-color: #434a54;
}

.pro-details-size-color
  .pro-details-color-wrap
  .pro-details-color-content
  li:hover {
  border: 2px solid #434a54;
}

.pro-details-size-color .product-size {
  margin-left: 20px;
}

.pro-details-size-color .product-size span {
  display: block;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
}

.product-details-table.pro-details-quality {
  display: block;
  margin: 20px 0;
}

.product-details-table .table tbody tr td {
  padding: 10px 15px;
  width: 33.33%;
  text-align: center;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  font-size: 14px;
}

.product-details-table .table tbody tr td a {
  color: #474747;
}

.product-details-table .table tbody tr td a:hover {
  color: #ff7004;
}

.product-details-img.product-details-tab.product-details-tab-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
}

.product-details-img.product-details-tab.product-details-tab-2.product-details-tab-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product-details-img.product-details-tab.product-details-tab-2 .zoom-thumbs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}

.product-details-img.product-details-tab.product-details-tab-2 .zoom-top-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 80%;
}

.zoom-thumbs-2 {
  display: inline-block;
  float: left;
  margin: auto;
  text-align: center;
}

.zoom-thumbs-2 .swiper-slide {
  margin: 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0 none;
}

.zoom-thumbs-2 .swiper-slide img {
  margin: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #fff;
}

.zoom-thumbs-2 .swiper-slide.swiper-slide-thumb-active img {
  border: 1px solid #ff7004;
}

.zoom-thumbs-2 .swiper-slide:hover img {
  border: 1px solid #ff7004;
}

.single-product-gallery .single-product-slider-item {
  width: 50%;
}

.single-product-gallery img {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  width: 100%;
}

.single-product-gallery img:hover {
  border-color: #ff7004;
}

.single-product-sticky .single-product-slider-item {
  width: 100%;
  text-align: center;
}

.single-product-sticky img {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  width: 100%;
}

.single-product-sticky img:hover {
  border-color: #ff7004;
}

.product-details-content.sticky {
  position: sticky;
  top: 85px;
  left: 0;
  width: 100%;
}

.cart-main-area .cart-page-title {
  color: #212121;
  text-align: left;
  font-size: 24px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 600;
}

.cart-main-area .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
}

.cart-main-area .table-content table thead > tr {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}

.cart-main-area .table-content table thead > tr > th {
  border-top: medium none;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.cart-main-area .table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}

.cart-main-area .table-content table tbody > tr td {
  color: #474747;
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
}

.cart-main-area .table-content table tbody > tr td.product-thumbnail {
  width: 150px;
}

.cart-main-area .table-content table tbody > tr td.product-name {
  width: 435px;
}

.cart-main-area .table-content table tbody > tr td.product-name a {
  color: #474747;
  font-size: 15px;
  font-weight: 500;
}

.cart-main-area .table-content table tbody > tr td.product-price-cart {
  width: 435px;
}

.cart-main-area .table-content table tbody > tr td.product-quantity {
  width: 435px;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 8px;
  top: 0;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  .qtybutton {
  color: #474747;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  input.cart-plus-minus-box {
  color: #474747;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}

.cart-main-area .table-content table tbody > tr td.product-remove {
  width: 100px;
}

.cart-main-area .table-content table tbody > tr td.product-remove a {
  color: #474747;
  font-size: 16px;
  margin: 0 10px;
}

.cart-main-area .table-content table tbody > tr td.product-remove a:hover {
  color: #ff7004;
}

.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #ff7004;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 12px;
  text-transform: uppercase;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-wishlist-cart
  > a:hover {
  background-color: #212121;
}

.cart-main-area .cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 60px;
}

.cart-main-area .cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  button:hover {
  background-color: #ff7004;
  color: #fff;
}

.login-register-wrapper .login-register-tab-list a.active h4 {
  color: #ff7004;
}

.cart-heading h2 {
  color: #212121;
  text-align: left;
  font-size: 24px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 600;
}

.empty-text-contant i {
  font-size: 60px;
  color: #212121;
}

.empty-text-contant h1 {
  font-size: 28px;
  color: #212121;
  margin: 20px 0 20px;
  font-weight: 600;
}

.privacy_policy_main_area .privacy_content {
  margin-bottom: 22px;
}

.privacy_policy_main_area .privacy_content h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 7px;
}

.privacy_policy_main_area .privacy_content h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 7px;
}

.privacy_policy_main_area .privacy_content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 19px;
}

.privacy_policy_main_area .privacy_content p a {
  color: #ff7004;
}

.privacy_policy_main_area .privacy_content p a:hover {
  color: #ff7004;
}

.privacy_policy_main_area .privacy_content.section_2 h2 {
  margin-bottom: 24px;
}

.privacy_policy_main_area .privacy_content.section_3:last-child {
  margin: 0;
}

.privacy_policy_main_area .privacy_content.section_3:last-child p {
  margin: 0;
}

.coming_soon_area {
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/coming-soon-bg/coming-soon.html);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming_soon_area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.15;
}

.coming_soon_title {
  text-align: center;
  margin-bottom: 40px;
}

.coming_soon_title h2 {
  font-size: 37px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.coming_soon_title p {
  color: #fff;
  font-size: 16px;
  max-width: 730px;
  margin: 0 auto;
  line-height: 26px;
}

.coming_soon_timing {
  text-align: center;
  margin: 57px 0 42px;
}

.coming_soon_timing span.cdown:last-child {
  margin-right: 0;
}

.coming_soon_timing span p {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}

.coming_soon_newsletter {
  text-align: center;
}

.coming_soon_newsletter .subscribe_form {
  margin-top: 0;
}

.coming_soon_newsletter .subscribe_form form {
  margin: 0 auto;
  width: 600px;
  background: inherit;
  border: 1px solid #efefef;
  border-radius: 50px;
  position: relative;
  text-align: left;
}

.coming_soon_newsletter .subscribe_form form input::-webkit-input-placeholder {
  color: #fff;
}

.coming_soon_newsletter .subscribe_form form input::-moz-placeholder {
  color: #fff;
}

.coming_soon_newsletter .subscribe_form form input:-ms-input-placeholder {
  color: #fff;
}

.coming_soon_newsletter .subscribe_form form input:-moz-placeholder {
  color: #fff;
}

.coming_soon_newsletter .subscribe_form form input {
  color: #fff;
  font-size: 16px;
  padding: 0 140px 0 28px;
  background: inherit;
  height: 48px;
  border: 0;
  width: 100%;
}

.coming_soon_newsletter .subscribe_form form button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: inherit;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  width: 120px;
  height: 48px;
}

.coming_soon_newsletter .subscribe_form form button:hover {
  color: #ff7004;
}

.coming_soon_newsletter .subscribe_form form button::before {
  content: "";
  background: #fff;
  width: 2px;
  position: absolute;
  bottom: 8px;
  top: 8px;
  left: 0;
  height: 30px;
}

.coming_soon_newsletter h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.coming_soon_newsletter .mailchimp-error {
  text-align: center;
  color: #fff;
}

.coming_soon_newsletter .mailchimp-success {
  text-align: center;
  color: #fff;
}

.coming_soon_logo {
  margin-bottom: 32px;
}

.coming_soon_container {
  position: relative;
}

.faq-area .inner-descripe {
  margin-bottom: 30px;
}

.faq-area .inner-descripe h4 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 28px;
}

.faq-area .inner-descripe p {
  color: #474747;
  line-height: 26px;
}

.faq-area .single-my-account h3.panel-title {
  border-bottom: 0;
  text-transform: capitalize;
}

.faq-area .single-my-account h3.panel-title a {
  font-size: 16px;
}

.faq-area .single-my-account h3.panel-title span {
  font-size: 16px;
  top: 14px;
}

.faq-area .single-my-account h3.panel-title a[aria-expanded="true"] {
  color: #ff7004;
}

.faq-area .single-my-account .panel-body {
  padding: 20px;
  line-height: 26px;
}

.about-area .about-content p {
  line-height: 26px;
}

.about-area .about-left-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-area .single-about h4 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 15px;
}
/* 
@media only screen and (max-width: 479px) {
    .about-area .single-about h4 {
        font-size: 24px;
    }
} */

.about-area .single-about p {
  line-height: 26px;
}

.progressbar-section .content .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.progressbar-section .content .title-desc {
  line-height: 26px;
}

.skill-progressbar {
  margin-bottom: 35px;
}

.skill-progressbar:last-child {
  margin-bottom: 0;
}

.team-section {
  background-color: #f6f6f6;
  padding-top: 95px;
  padding-bottom: 75px;
}

.team-single {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 20px 30px 45px 30px;
}

.team-content {
  position: relative;
  font-size: 16px;
}

.team-name {
  font-weight: 700;
  font-size: 16px;
}

.team-img img {
  margin: 0 auto;
}

.team-social {
  width: 100%;
  background: #fff;
  bottom: -22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  position: absolute;
}

.team-social li {
  display: inline-block;
  margin-right: 10px;
}

.team-social li:last-child {
  margin-right: 0;
}

.team-social a {
  color: #212121;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}

.team-social a:hover {
  color: #ff7004;
}

.team-single:hover .team-social {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.company-logo-single-item.swiper-slide {
  text-align: center;
}

.team-title {
  font-size: 14px;
}

.progressbar-section {
  background-color: #f6f6f6;
  padding-top: 97px;
  padding-bottom: 70px;
}

.contact-map {
  margin-bottom: 60px;
}

.gmap_canvas iframe {
  overflow: hidden;
  background: 0 0 !important;
  height: 500px;
  width: 100%;
}

.custom-row-2 .title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-info-wrap {
  background-color: #f5f5f5;
  padding: 50px 40px;
  height: 100%;
}

.contact-info-wrap .single-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.contact-info-wrap .single-contact-info .contact-info-inner {
  width: 80px;
}

.contact-info-wrap .single-contact-info .contact-info-inner .sub-title {
  display: inline-block;
  font-weight: 600;
  color: #212121;
  /* font-family: "Lexend", sans-serif; */
}

.contact-info-wrap .single-contact-info .contact-info-dec p {
  margin: 0;
  color: #474747;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a {
  color: #474747;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
  color: #ff7004;
}

.contact-info-wrap .contact-social .title {
  font-size: 20px;
  margin: 30px 0 17px;
  font-weight: 600;
}

.contact-info-wrap .contact-social .social-info a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #474747;
  font-size: 20px;
  padding: 0;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 20px;
}

.contact-info-wrap .contact-social .social-info a:hover {
  color: #ff7004;
}

.contact-form {
  background-color: #f5f5f5;
  padding: 50px 40px;
}

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
  background: 0 0;
  border: 1px solid #c1c1c1;
  margin-bottom: 30px;
  color: #474747;
}

.contact-form .contact-form-style textarea {
  margin-bottom: 0;
  height: 200px;
}

.category-wrapper .category-inner:hover {
  border-color: transparent;
}

.category-wrapper .category-inner:hover:after {
  opacity: 1;
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

.category-wrapper .category-inner:hover .title {
  color: #ff7004;
}

.product-tab-nav {
  margin: 5px 0 10px;
}

.product-tab-nav .nav-item {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-tab-nav .nav-item:last-child {
  margin-right: 0;
}

.product-tab-nav .nav-item .nav-link {
  color: #474747;
  padding: 0;
}

.product-tab-nav .nav-item .nav-link.active,
.product-tab-nav .nav-item .nav-link:hover {
  color: #ff7004;
}

.product {
  overflow: hidden;
}

.product .thumb {
  position: relative;
  overflow: hidden;
}

.product .thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.product .thumb .image img {
  z-index: 1;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .thumb .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.product .thumb .badges {
  position: absolute;
  z-index: 8;
  top: 18px;
  left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product .thumb .badges span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  padding: 0 7px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 3px;
  color: #fff;
}

.product .thumb .badges span + span {
  margin-top: 10px;
}

.product .thumb .badges span.new {
  background-color: #007a58;
}

.product .thumb .badges span.sale {
  background-color: #ff7004;
}

.product .thumb .actions {
  position: absolute;
  z-index: 9;
  top: 18px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .thumb .actions .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #212121;
  border-radius: 50%;
  background-color: #fff;
}

.product .thumb .actions .action i {
  font-size: 14px;
  line-height: 1;
}

.product .thumb .actions .action + .action {
  margin-top: 10px;
}

.product .thumb .actions .action:not(.wishlist) {
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.product .thumb .actions .action.active {
  color: #ff7004;
}

.product .thumb .actions .action:hover:not(.active) {
  color: #fff;
  background-color: #ff7004;
}

.product .thumb .add-to-cart {
  display: block;
  width: 80%;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #fb0015;
  border-radius: 30px;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
  font-weight: 600;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  color: #3f3f3f;
  opacity: 0;
  /* font-family: "Lexend", sans-serif; */
}

.product .thumb .add-to-cart:hover {
  background: #ec172a;
  color: #fff;
  border: 0;
}

.product .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 1px 0px 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  background-color: #fff;
}

.product .content .title {
  font-size: 14px;
  margin: 7px 0 9px;
  /* font-family: "Lexend", sans-serif; */
}

.product .content .title a {
  text-decoration: none;
  color: #1d1d1d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
}

.product .content .price {
  font-size: 16px;
  line-height: 1;
  /* font-family: "Lexend", sans-serif; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #212121;
}

.product .content .price:not(:last-child) {
  margin-bottom: 20px;
}

.product .content .price span.new {
  color: #3f3f3f;
  font-weight: 500;
}

.product .content .price span.old {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #999;
}

.product .content .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.product:hover .thumb .image img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.product:hover .thumb .image img:not(:last-child) {
  opacity: 0;
}

.product:hover .thumb .image img.hover-image {
  opacity: 1;
}

.product:hover .thumb .actions .action {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.product:hover .thumb .add-to-cart {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.product:hover .content .title a {
  color: #474747;
}

.product:hover .content .title a:hover {
  color: #ff7004;
}

.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.banner {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.banner .info {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.banner-2 {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner-2 img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-2:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.banner-2 .info {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 60px 40px 40px 30px;
}

.banner-2 .info .content:not(:last-child) {
  margin-bottom: 25px;
}

.banner-2 .info .content .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
  color: #212121;
}

.banner-2 .info .content .shop-link {
  font-size: 16px;
  line-height: 32px;
  color: #474747;
  /* font-family: "Lexend", sans-serif; */
  font-weight: 500;
  text-decoration: underline;
}

.banner-2 .info .content .shop-link:hover {
  color: #ff7004;
}

.banner-3 {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner-3 img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-3:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.banner-3 .info {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 40px 100px 40px 75px;
}

.banner-3 .info .content:not(:last-child) {
  margin-bottom: 25px;
}

.banner-3 .info .content .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 53px;
  margin-bottom: 20px;
  color: #212121;
}

.banner-3 .info .content p {
  font-size: 18px;
  line-height: 39px;
  color: #474747;
}

.single-blog {
  position: relative;
}

.single-blog .blog-image {
  overflow: hidden;
}

.single-blog .blog-image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog:hover .blog-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
  padding: 14px;
  border-left: 1.5px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 5px;
}

.single-blog .blog-text .blog-heading {
  font-size: 16px;
  font-weight: 400;
}

.single-blog .blog-text .blog-heading .blog-heading-link {
  color: #212121;
  display: block;
}

.single-blog .blog-text .blog-heading .blog-heading-link:hover {
  color: #ff7004;
}

.single-blog .blog-text .blog-detail-text {
  font-size: 13px;
  margin: 10px 0;
  font-weight: 400;
}

.single-blog .blog-athor-date .blog-date {
  color: #ff7004;
  font-weight: 600;
  /* font-family: "Lexend", sans-serif; */
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
}

.single-blog .blog-athor-date .blog-date:hover {
  color: #ff7004;
}

.blog-post-content-inner .blog-title {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 10px;
  line-height: 1.2;
}

.blog-post-content-inner .blog-title a {
  color: #212121;
}

.blog-post-content-inner .blog-title a:hover {
  color: #ff7004;
}

.blog-post-content-inner .blog-athor-date .blog-date {
  color: #ff7004;
  font-weight: 600;
  /* font-family: "Lexend", sans-serif; */
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 3px;
}

.blog-post-content-inner p {
  line-height: 26px;
  margin: 20px 0 8px;
}

.left-sidebar .search-widget {
  position: relative;
}

.left-sidebar input {
  border: 1px solid #ebebeb;
  padding-right: 55px;
}

.left-sidebar button {
  position: absolute;
  width: 50px;
  left: auto;
  right: 0;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  border-color: #ebebeb;
  background-color: #212121;
  color: #fff;
  padding: 0;
}

.left-sidebar button:hover {
  background-color: #ff7004;
}

.left-sidebar .category-post li {
  margin-bottom: 10px;
  display: block;
}

.left-sidebar .category-post li a {
  color: #474747;
  line-height: 24px;
  position: relative;
  display: block;
}

.left-sidebar .category-post li a span {
  float: right;
}

.left-sidebar .category-post li a:hover {
  color: #ff7004;
}

.left-sidebar .category-post li:last-child {
  margin: 0;
}

.left-sidebar .recent-post-widget .recent-single-post {
  margin: 0 0 30px;
}

.left-sidebar .recent-post-widget .recent-single-post .thumb-side img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side {
  margin: 0 0 0 18px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side a {
  font-size: 15px;
  font-weight: 500;
  color: #212121;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side a:hover {
  color: #ff7004;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side span {
  font-size: 14px;
}

.flicker-widget li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.flicker-widget img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.single-blog-post {
  line-height: 24px;
}

.single-blog-post .blog-post-media {
  overflow: hidden;
}

.single-blog-post .blog-post-media .blog-image img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.single-blog-post .blog-post-media iframe {
  height: 300px;
  width: 100%;
  position: relative;
  border: 0;
}

.single-blog-post .blog-post-media .blog-post-video .thumb-image {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.single-blog-post .blog-post-media .blog-post-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-blog-post .blog-post-media .blog-gallery .swiper-slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.single-blog-post.blog-list-post .blog-post-media .blog-image img {
  height: 300px;
}

.single-blog-post.blog-list-post .blog-post-media iframe {
  width: 100%;
  position: relative;
  height: 300px;
}

.single-blog-post.blog-list-post
  .blog-post-media
  .blog-gallery
  .swiper-slide
  img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.single-blog-page .single-blog-post .blog-image img {
  height: auto;
}

.single-blog-page .single-blog-post .blog-post-content-inner .blog-title {
  font-size: 32px;
}

.single-blog-page .single-blog-post .blog-post-content-inner .blog-title a {
  white-space: normal;
}

.single-post-content p {
  margin: 30px 0;
  line-height: 28px;
}

.single-post-content p.quate-speech {
  margin-left: 100px;
  margin-right: 100px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  border-left: 3px solid #ff7004;
}

.blog-single-tags-share {
  margin-bottom: 35px;
  line-height: 24px;
}

.blog-single-tags-share span.title {
  font-weight: 600;
}

.blog-single-tags-share .tag-list li {
  display: inline-block;
  margin-left: 5px;
}

.blog-single-tags-share .tag-list li a {
  color: #474747;
}

.blog-single-tags-share .tag-list li a:hover {
  color: #ff7004;
}

.blog-single-tags-share .social li {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.blog-single-tags-share .social li a {
  color: #474747;
}

.blog-single-tags-share .social li a:hover {
  color: #ff7004;
}

.comment-area {
  line-height: 24px;
  margin-top: 35px;
}

.comment-area .comment-heading {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 16px;
  margin: 0 0 40px;
  font-weight: 600;
}

.comment-area .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}

.comment-area .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}

.comment-area .single-review .review-content {
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.comment-area .single-review .review-content .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-area .single-review .review-content .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-area
  .single-review
  .review-content
  .review-top-wrap
  .review-left
  .review-name
  .title {
  font-size: 18px;
}

.comment-area .single-review .review-content .review-top-wrap .review-left a {
  color: #474747;
}

.comment-area
  .single-review
  .review-content
  .review-top-wrap
  .review-left
  a:hover {
  color: #ff7004;
}

.comment-area .single-review .review-content p {
  margin: 0;
  width: 93%;
  line-height: 26px;
}

.comment-area .single-review.child-review {
  margin-left: 70px;
}

.blog-comment-form {
  line-height: 24px;
}

.blog-comment-form .comment-heading {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 16px;
  margin: 0 0 20px;
  font-weight: 600;
}

.blog-comment-form .single-form input {
  border: 1px solid #ebebeb;
}

.blog-comment-form .single-form textarea {
  height: 180px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget {
  padding: 0;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  float: left;
  list-style: none;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 0 20px;
  line-height: 33px;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  background: #fff;
  margin: 4px;
  text-transform: capitalize;
  color: #474747;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: #ff7004;
  border-color: #ff7004;
  color: #fff;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
  margin-left: 0;
}

.blog-related-post {
  padding: 40px 0 40px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.blog-related-post .section-title {
  margin-bottom: 35px;
}

.blog-related-post .section-title h2 {
  font-size: 32px;
}

.blog-related-post .blog-title {
  margin: 5px 0 0;
}

.blog-related-post .blog-title a {
  font-size: 20px;
}

.blog-related-post img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-related-post .blog-post-media {
  overflow: hidden;
}

.blog-related-post .related-post-item:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.insta-wrapper a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.insta-wrapper a:hover:after {
  opacity: 1;
}

.insta-wrapper a:hover:before {
  opacity: 1;
  visibility: visible;
}

.insta-wrapper a:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.insta-wrapper img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-nav-style-1 {
  position: relative;
}

.slider-nav-style-1 .swiper-button-next:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-prev:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
  /* font-family: Ionicons; */
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  outline: 0;
}

.slider-nav-style-1.small-nav .swiper-button-next:after,
.slider-nav-style-1.small-nav .swiper-button-prev:after {
  font-size: 14px;
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  color: #212121;
  background-color: #fff;
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev:hover {
  background-color: #ff7004;
  color: #fff;
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev:hover {
  background-color: #ff7004;
  color: #fff;
}

.slider-nav-style-1 .swiper-button-prev {
  outline: 0;
  right: auto;
  left: -20px;
}

.slider-nav-style-1 .swiper-button-next {
  outline: 0;
  left: auto;
  right: -20px;
}

.slider-nav-style-1:hover .swiper-button-next,
.slider-nav-style-1:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.slider-nav-style-1:hover .swiper-button-next {
  right: 10px;
}

.slider-nav-style-1:hover .swiper-button-prev {
  left: 10px;
}

.breadcrumb-area {
  background-color: #feb028;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  margin: 66px 58px 0px 58px;
  border-radius: 10px;
}

.breadcrumb-area .breadcrumb-title {
  color: #fff;
  font-family: "Poppins-Medium";
}
.breadcrumb_box p {
  color: #fff;
  font-family: "Poppins-Regular";
}

.breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
}

.breadcrumb-list li a {
  position: relative;
  color: #ec172a;
}

.breadcrumb-list li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.breadcrumb-list li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 0;
}

.breadcrumb-list li.active {
  color: #474747;
}

.page-pagination li {
  display: inline-block;
}

.page-pagination li a {
  font-weight: 500;
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 41px;
  min-width: 41px;
  height: 41px;
  text-transform: uppercase;
  color: #ababab;
  letter-spacing: 2px;
  border-radius: 5px;
}

.page-pagination li a.current {
  background: #f6f5f9;
  color: #ff7004;
}

.page-pagination li a:hover {
  color: #ff7004;
}
.bottom-text {
  padding-top: 20px;

  font-weight: 600;
  font-size: 12px;
}

.thb-cta-background {
  background: url("../images/slider-image/line-art.html") center center
    no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: contain;
  padding: 190px 0px;
}

.thb-cta-background .title-custom {
  color: #4f99db;
  text-align: center !important;
  font-size: 2.8rem;
  font-weight: 700;
}
.header-logo img {
  height: 44px;
}

.li_box {
  border: 1px solid #ffffff;
  padding: 5px;
  text-align: center;
  color: #ffffff;
}

.li_box .box {
  border: 1px solid #ffffff;
  padding: 15px 10px;
  text-align: center;
}

.li_box .box .num {
  font-size: 35px;
  line-height: 19px;
  padding-top: 20px;
  margin-bottom: 15px;
}
.li_box .box .text {
  font-size: 15px;
  line-height: 20px;
  padding: 0 15px;
}
.li_box .box .text small {
  font-size: 8px;
  line-height: 12px;
  padding: 0 15px;
}

a.btn btn-primary mb-2,
a.btn btn-success {
  display: inline-block;
}

.slider {
  width: 100%;
}
.left-text {
  font-size: 28px;
  font-family: "Poppins-Bold";
  margin-top: 10px;
}
.right-img img {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}

.carousel-btn {
  display: flex;
}
.carousel-control-prev-icon {
  background-color: red !important;
  margin-right: 5px !important;
}
.carousel-control-next-icon {
  background-color: red !important;
  padding: 5px !important;
}
.first-box {
  width: 100%;
}
.top-categories {
  margin-bottom: 50px;
}
.carouset-button,
.carouset-button-next {
  display: flex;
  align-items: end !important;
  position: absolute;
  bottom: 30px;
}
#hero-slider .carouset-button {
  left: -138px !important;
  bottom: 30px !important;
  justify-content: end;
  width: 10%;
}

#hero-slider .carouset-button-next {
  left: -10px !important;
  bottom: 30px !important;
  justify-content: flex-start !important;
  width: 2%;
}

#owl-carousel2 button.owl-prev {
  position: absolute;
  left: -2%;
  top: 35%;
  display: block;
  padding: 5px !important;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
#owl-carousel2 button.owl-prev img {
  width: 30px;
  height: 30px;
}
#owl-carousel2 button.owl-next img {
  width: 30px;
  height: 30px;
}
.hero-button {
  background-color: #ec4a22;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  font-family: "Poppins-Regular" !important;
  font-size: 14px !important;
  transition: 0.3s;
}
.hero-button:hover {
  transform: translateY(-0.25em);
  box-shadow: 0px 0px 6px rgb(171 163 163);
  color: #fff;
  transition: 0.3s;
  background-color: #ec4a22;
}

/* button:hover {
    transform: translateY(-0.25em) !important;
    box-shadow: 4px 4px 6px 0px #050101 !important;
    color: #fff !important;
    transition: 0.3s;
} */

#owl-carousel2 button.owl-next {
  position: absolute;
  right: -4%;
  top: 35%;
  padding: 5px !important;
  display: block;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
/* #owl-carousel2 .owl-nav button span {
	display: none;
} */
hr.bottom-line {
  margin-top: 0;
}
h3.title {
  margin-bottom: 0;
}
.line-border {
  border-bottom: 2px solid #f6c330;
  padding-bottom: 5px;
}

.hover-text {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.image {
  display: block;
  height: auto;
  border-radius: 50%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  height: 156px;
  width: 156px;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #ffc248;
  border-radius: 50%;
}

.hover-text:hover .overlay {
  opacity: 0.8;
}
/* .owl-stage-outer {
    padding: 20px 0px 20px 30px;
} */

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}
.hover-text .machine-img {
  width: 156px !important;
  height: 156px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
}
.left-content-home {
  display: flex;
  justify-content: center;
  align-items: center;
}

.machine-name {
  font-size: 16px;
  text-align: center;
  display: block;
  font-family: "Poppins-Regular";
}
.item {
  width: 100%;
}
.item-name {
  margin-top: 20px;
  /* text-align: center;
    width: 160px; */
}
/* .sec-carosel {
    padding-bottom: 30px;
} */

.call-box {
  width: 100%;
  background-color: #ec4a22;
  border-radius: 10px;
  padding: 25px 0px 25px 30px;
  margin-top: 60px;
}
.from-box-text {
  margin-bottom: 20px;
}
.from-box-text h1 {
  color: #fff;
  font-size: 30px;
  font-family: "Poppins-Bold";
}
.from-box-text p {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins-Light";
}

.call-select {
  width: 100%;
  padding: 8px 15px;
  height: 40px;
  border-radius: 5px;
  outline: none;
  /* background-color: #c21927; */
  color: #000 !important;
  border: 1px solid #c21927;
  font-family: "Poppins-Medium";
  font-size: 14px;
  -webkit-appearance: none;
  position: relative;
  z-index: 99;
  background-color: transparent;
}
/* .data-box {
    margin-top: 20px;
} */
.data-box-form {
  width: 100%;
  padding: 8px 15px;
  height: 40px;
  border-radius: 5px;
  outline: none;
  /* background-color: #c21927; */
  color: #000;
  border: 1px solid #c21927;
  font-family: "Poppins-Medium";
  font-size: 14px;
}
.data-box-form::placeholder {
  color: #000000;
  opacity: 1;
}
.quote-btn {
  margin-top: 15px;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #000;
}
.quote-btn:hover {
  background-color: #c21927;
  color: #fff;
}
.carouset-button img {
  height: 30px;
  width: 30px;
}
.carouset-button-next img {
  height: 30px;
  width: 30px;
}
.left-content img {
  width: 200px;
  height: 65px;
  margin-bottom: 10px;
}
.xcmg-logo {
  width: 200px;
}
.call-right-img {
  width: 100%;
  text-align: right;
}
.call-right-img img {
  height: 280px;
  width: 100%;
  object-fit: contain;
}
.happy_clients {
  margin-top: 50px;
}
.top-selling-box {
  width: 100%;
  margin-bottom: 40px;
}
.call-box-2 {
  margin-bottom: 50px;
}
.hero-para {
  font-family: "Poppins-Light";
  font-size: 20px;
  color: #545454;
}
.machine-name-left {
  font-size: 16px;
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 5px;
  height: 42px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  margin-bottom: 0px;
}
.last-client-logos {
  margin-top: 40px;
}
.price-content {
  text-align: left;
  margin: 0px;
}
.image-box img {
  width: 164px;
  height: 164px;
}

.im-color {
  color: #ec4a22;
  font-family: "Poppins-Regular";
  font-size: 14px;
}
.gr-color {
  color: #1f6a00;
  font-family: "Poppins-Regular";
  font-size: 14px;
}
.main-head {
  display: flex;
  justify-content: space-between;
}
.top-state {
  width: 100%;
  background-image: url("../images/state_bg_img.png");
  background-size: cover;
  /* height: 360px; */
  /* padding: 0px 80px; */
  background-position: center;
  margin-bottom: 50px;
  /* margin-top: 50px; */
}

.state-img-box {
  display: flex;
  justify-content: space-between;
}
.related_blogs_box {
  width: 100%;
  /* margin-bottom: 50px; */
}
.blog-left-img-main img {
  height: 540px;
  border-radius: 10px;
}
.blog-left-img img {
  width: 92px;
  height: 80px;
  border-radius: 7px;
}
.blog_top_img img {
  width: 100%;
  height: 235px;
  object-position: top;
  object-fit: cover;
}
.blog_content_text h1 {
  font-size: 18px;
  margin-top: 20px;
  font-family: "Poppins-Medium";
  overflow: hidden;
  max-height: 4.4rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  height: 45px;
  line-height: 22px;
}
.blog_content_text p {
  font-size: 14px;
  opacity: 0.8;
  font-family: "Poppins-Light";
  overflow: hidden;
  max-height: 4.4rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  height: 65px;
  line-height: 22px;
}
.mid_time {
  background-color: #ec4a22;
  width: 134px;
  position: absolute;
  top: 222px;
  padding: 4px 20px;
  color: #fff;
  font-family: "Poppins-Regular";
}
.mid_time_products {
  background-color: #ec4a22;
  width: 122px;
  position: absolute;
  top: 222px;
  padding: 4px 20px;
  color: #fff;
  font-family: "Poppins-Regular";
}
.mid_time_products p {
  margin-bottom: 0px;
  font-size: 12px;
}
.mid_time p {
  margin-bottom: 0px;
  font-size: 12px;
}
.blog_img_content {
  position: relative;
}
.blog_content_text {
  padding: 15px;
  background-color: #f3f3f3;
}
.read-more-btn {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  font-family: "Poppins-Regular";
  color: #ff6809;
}
.read-more-btn:hover {
  color: #ff6809;
  padding-left: 10px;
}
.read-more-btn i {
  margin-left: 5px;
}
.filter-main {
  display: flex;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.last-client-logos img {
  width: 100%;
}

/* <-------------------footer css --------------> */

.footer_box {
  width: 100%;
  height: auto;
  background-image: url("../images/footer_img.png");
  background-color: #fafafa;
  background-size: cover;
}
.footer-logo-text {
  padding-top: 30px;
}
.footer_content {
  padding: 30px 54px 0px 60px;
}
.footer-para {
  color: #000;
  font-family: "Poppins-Light";
  font-size: 16px;
}
.media_icon img {
  margin-right: 10px;
}
img.footer-media-icon {
  width: 30px;
  height: 30px;
}
.right-footer-icon {
  width: 20px;
  height: 20px;
}
.footer-heading {
  font-size: 20px;
  font-family: "Poppins-Medium";
}
.footer-links a {
  color: #000;
  text-decoration: none !important;
  line-height: 30px;
  font-family: "Poppins-Light";
  font-size: 16px;
}
.footer-links a:hover {
  color: #f40014;
  padding-left: 10px;
}
.products_links li {
  color: #7d7d7d;
  font-family: "Poppins-Light";
  line-height: 30px;
}
.location-icon {
  height: 20px;
  width: 20px;
}
.contact-row a {
  text-decoration: none !important;
  color: #000;
  font-family: "Poppins-Light";
  font-size: 16px;
  word-break: break-word;
}

.contact-row a:hover {
  color: #f40014;
  text-decoration: none;
}
.contact-row li {
  line-height: 20px;
}
.address-link {
  display: flex;
  color: #7d7d7d;
  font-family: "Poppins-Light";
}
.address-link img {
  margin-right: 5px;
}
/* .copy-right {
    position: absolute;
    bottom: 0px;
} */
.logo-all-content {
  position: relative;
}
.logo-all-content img {
  height: 44px;
}
.copy-right p {
  font-size: 14px;
  font-family: "Poppins-light";
}
.media_icon {
  margin-top: 20px;
  /* height: 170px; */
}

/* <--------------------------about --------------------------> */

.about-box {
  margin-top: 65px;
  background-color: #ec4a22;
  width: 100%;
  /* height: 206px; */
  border-radius: 10px;
  box-shadow: 0px 6px 18px #00000033;
}
.about-left-text h1 {
  font-family: "Poppins-Bold";
  color: #fff;
  font-size: 36px;
  margin-bottom: 0px;
}
.about-left-text p {
  color: #fff;
  font-family: "Poppins-Regular";
  font-size: 18px;
}
/* .about-left-text {
    padding: 56px 35px !important;
} */
.about-right-img img {
  margin-top: 38px;
  width: 100%;
}
.top-banner {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 46px !important;
}
.about-main-text {
  margin-top: 50px;
  width: 90%;
  line-height: 30px;
}
.about-main-text p {
  font-size: 20px;
  font-family: "Poppins-Light";
}
.about-section-3 {
  width: 100%;
  /* height: 290px; */
  background-color: #f1f0f0;
  margin-top: 60px;
  border-radius: 10px;
}
.mission-box {
  padding: 50px 30px;
}
.mission-icon {
  display: flex;
}
.mission-icon img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.mission-icon h3 {
  font-size: 24px;
  font-family: "Poppins-SemiBold";
  margin: 0px;
}
.mission-para {
  color: #7d7d7d;
  font-family: "Poppins-Light";
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#mission-para p {
  color: #7d7d7d;
  font-family: "Poppins-Light";
  font-size: 16px;
  margin-top: 10px;
}
.about-right-box {
  width: 100%;
  height: 250px;
}
.filter-main h3 {
  font-family: "Poppins-SemiBold";
  font-size: 22px;
}
.about-right-box img {
  width: 100%;
  height: 366px;
  margin-top: -25px;
}

.redifin-left-img img {
  width: 100%;
  height: 430px;
}
.icon-text {
  display: flex;
  align-items: center;
}
.about-section-4 {
  margin: 80px 0px 60px 0px;
}
.icon-text img {
  height: 35px;
  width: 35px;
  margin-right: 10px;
}
.icon-text h3 {
  font-size: 20px;
  font-family: "Poppins-SemiBold";
  margin: 0px;
}
.redifin-text {
  padding: 30px;
  margin-left: -55%;
  margin-top: 8%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
}
.about-right-icon {
  height: 45px;
  margin-top: 20px;
  /* width: 110px; */
}
/* #career-details li {
    list-style: none;
    font-size: 18px;
    font-family: "Poppins-Light";
    display: flex;
    align-items: baseline;
} */
.fa-square {
  margin-right: 8px;
  color: #ff6809;
}

.chose_box {
  display: flex;
  margin-bottom: 14px;
  align-items: flex-start;
  position: relative;
}
.linkdin-name p {
  margin-bottom: 0px;
  font-size: 14px;
}
.company-profile {
  font-size: 20px !important;
  font-family: "Poppins-Medium";
}
.chose_box::before {
  content: "";
  height: 60px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  border: 1px dashed red;
  top: 80px;
  left: 40px;
}

.chose_box:nth-child(5)::before {
  border: 0px dashed red;
}
.chose-text h3 {
  font-size: 20px;
  font-family: "Poppins-Medium";
  margin-top: 0px;
}
.chose-text p {
  color: #7d7d7d;
  font-family: "Poppins-Light";
  font-size: 18px;
}
.chose-image {
  margin-right: 20px;
}
.chose-image img {
  width: 80px;
  height: 80px;
}
.our-team {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.image-container {
  position: relative;
}
.pagination {
  flex-wrap: wrap;
}
.linkdin-text-box {
  position: absolute;
  bottom: 0;
  background-color: #000;
  width: 100%;
  opacity: 0.48;
  height: 48px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.linkdin-name img {
  width: 20px;
  height: 20px;
}
.linkdin-text {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  color: #fff;
  align-items: center;
}
.fn-12 {
  font-size: 12px;
}
.linkdin-text img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.about-last-button {
  margin: 50px 0px 60px 0px;
  text-align: center;
}
.about-last-button button {
  font-size: 18px;
  font-family: "Poppins-Medium";
}
.about-last-button img {
  width: 30px;
  height: 30px;
}
.about-last-button a {
  color: #fff;
}
.about-last-button a:hover {
  color: #fff;
  text-decoration: none;
}
.category-title {
  text-align: center;
}
/* <----------------------------products page ----------------------------> */

.product-right-img img {
  width: 100%;
  height: 206px;
  /* margin-top: 45px; */
}
.first-carosel-our {
  margin-top: 50px;
  margin-bottom: 50px;
}
.first-carosel {
  background-image: url("../images/banner21.jpeg");
  width: 100%;
  height: 690px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.produts-itums {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  opacity: 1;
  padding: 15px;
  margin-bottom: 20px;
}
.products-img img {
  width: 237px;
  height: 200px;
  object-fit: contain;
}
/* .products-text-box {
    margin-top: 15px;
} */
.products-text-box a:hover {
  text-decoration: none;
}
.owl-dots {
  display: none !important;
}
.products-text-box h3 {
  font-size: 16px;
  font-family: "Poppins-Regular";
  margin-top: 0px;
  overflow: hidden;
  max-height: 4.4rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  /* height: 46px; */
  line-height: 22px;
  margin-bottom: 0px;
}
.products-box-2 {
  margin-top: 20px;
}
.products-box-3 {
  margin-top: 20px;
}
.products-box-4 {
  margin-top: 20px;
  margin-bottom: 70px;
}
.heading-path {
  background-color: #f5f5f5;
  padding: 14px 25px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.heading-path h4 {
  color: #4d4d4d;
  font-family: "Poppins-Regular";
  margin-bottom: 0px;
  font-size: 20px;
  overflow: hidden;
  max-height: 4.4rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  height: 24px;
  line-height: 22px;
}
.four-image {
  padding: 10px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.four-image img {
  width: 140px;
  height: 88px;
  object-fit: contain;
}
/* .blog-desion {
    margin-right: 0px !important;
} */
/* .blog-left-screen {
    padding-right: 54px !important;
} */
.product-relate-box {
  margin-bottom: 60px;
}
.product-mid-img img {
  width: 100%;
  height: 467px;
  border-radius: 5px;
  object-fit: contain;
}
.product-mid-img {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.product-text-right {
  padding: 30px 15px;
}
.in-stock {
  background-color: #32ac00;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  padding: 2px 16px;
  font-family: "Poppins-Regular";
  margin-bottom: 10px;
}

.out-of-stock {
  background-color: #f60017;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  padding: 2px 16px;
  font-family: "Poppins-Regular";
  margin-bottom: 10px;
}
.quickview-para iframe {
  width: 100%;
  border-radius: 10px;
  height: 260px;
}
.buyNow {
  cursor: pointer;
}
/* .getQoute-msg {
    height: 50px;
}  */
#price-style {
  font-family: "Poppins-SemiBold";
  margin-bottom: 20px;
  font-size: 14px;
}
.titles {
  font-family: "Poppins-Medium";
}
.green {
  background-color: #1f6a00;
  margin-right: 10px;
}
.yellow {
  background-color: #e9ae00;
}
.share-icon-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.icon-box img {
  width: 51px;
  height: 51px;
}
.share-icon-box p {
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  margin-right: 10px;
}
.share-icon {
  /* margin-top: 10px; */
}
.share-icon img {
  height: 20px;
  width: 20px;
}
.li-itums {
  display: flex;
  flex-direction: column;
}
.running-tav {
  margin-top: 12px;
}
.running-tav > li > a {
  color: #484848 !important;
}
.running-tav > li.active > a {
  color: #e92f3c !important;
  border-left: 4px solid red !important;
  font-size: 14px;
}
.running-tav > li.active > a:focus {
  border-bottom-color: transparent;
  border-top: none !important;
  font-size: 14px;
}
.second-detail-section {
  margin-top: 50px;
}
.products-blog {
  margin-top: 20px;
}
.tab-content.table-box {
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}
.state-detail {
  border-radius: 10px;
}
.nav-tabs > li > a {
  border: none !important;
  border-radius: 0px !important;
  font-family: "Poppins-Regular";
  font-size: 14px;
}
.running-tav.nav-tabs > li {
  color: #555;
  cursor: default;
  background-color: #fff !important   ;
}
.tech-text {
  margin-top: 0px;
  font-size: 22px;
  font-family: "Poppins-Medium";
}
.table-add-css {
  width: 100%;
  font-size: 14px;
}
.detail-heading-text th {
  padding: 10px 20px !important;
  background-color: #f5f3f3;
  font-family: "Poppins-Medium";
}
/* .products-table {
    padding-right: 90px;
} */
.body-tada td {
  padding: 10px 20px !important;
  font-family: "Poppins-Regular";
}
.table-right-color {
  color: #7d7d7d;
}
.application-text-box {
  padding: 10px 0px;
  display: flex;
  justify-content: left;
  align-items: top;
}
.text-numer {
  height: 40px;
}
.application-content-box {
  margin-right: 20px;
}
.para-text-mr {
  margin-bottom: 0px;
  font-size: 18px;
  font-family: "Poppins-Light";
  color: #5b5b5b;
}
.product-detail-last-section {
  margin-bottom: 50px;
}
.itums-box {
  width: 71%;
  margin: auto;
}
.footer-category-list {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.footer-category-list:hover {
  color: #f40014;
  text-decoration: none;
  padding-left: 10px;
}
/* .carosel-to-div {
    width: 250px;
}
.owl-item.active {
    width: auto !important;
}
.owl-item.cloned {
    width: auto !important;
}
.owl-item {
    width: auto !important;
} */
.Contact-right-img {
  width: 100%;
}
.Contact-right-img img {
  /* width: 100%; */
  height: 210px;
  height: 170px;
  margin-top: 15px;
}
.submit-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.submit-button button {
  background-color: #ff6809;
  color: #fff;
  font-family: "Poppins-Regular";
  border-radius: 5px;
  padding: 10px 30px;
}
.submit-button button:hover {
  transform: translateY(-0.25em);
  box-shadow: 0px 0px 6px rgb(171 163 163);
  color: #fff;
  transition: 0.3s;
  background-color: #d50000;
}
.contact_form_box {
  box-shadow: 0px 0px 25px #0000001c;
  border-radius: 10px;
  padding: 25px 30px;
  margin-top: -40px;
  margin-right: -70px;
  z-index: 999;
  position: relative;
  background-color: #fff;
}
.name-email {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  margin-bottom: 20px;
  font-family: "Poppins-Regular";
}
.contact-number {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  margin-bottom: 20px;
  color: #7d7d7d;
  font-family: "Poppins-Regular";
}
.first-contact-section {
  margin-top: 130px;
  margin-bottom: 40px;
}
.contact-right-box {
  background-color: #000;
  border-radius: 10px;
  padding: 30px 20px 30px 80px;
}

.contact-white .titles {
  font-size: 30px;
  font-family: "Poppins-Bold";
  margin-bottom: 20px;
  color: #fff;
}
.talks-box img {
  height: 40px;
  box-shadow: 0px 3px 6px #00000012;
  border: 1px solid #e437434d;
  border-radius: 50px;
}
.talks-para {
  color: #fff;
  margin: 0px;
  font-family: "Poppins-Regular";
}
.talks-paras {
  color: #fff;
  margin: 0px;
  font-size: 14px;
  font-family: "Poppins-Regular";
}
.talks-box {
  display: flex;
  margin-bottom: 10px;
}
.talks-image {
  margin-right: 15px;
}
.contact-navs .nav-tabs {
  border: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.other-location-box {
  background-color: #f5f5f5;
  padding: 20px 35px 40px 35px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.contact-nav.nav > li > a {
  position: relative;
  display: block;
  font-size: 22px;
  border-radius: 10px;
  font-family: "Poppins-Medium";
}
.contact-nav {
  background-color: #fff;
  border-radius: 10px;
}
.contact-nav > li.active > a {
  background-color: #ff6809 !important;
  color: #fff !important;
  border-radius: 10px !important;
}
.contact-nav > li a {
  color: #000 !important;
}
.new-tavs {
  width: 20%;
  text-align: center;
}
.contact-nav > li a:hover {
  border-radius: 10px !important;
}
.talks-parag {
  margin: 0px;
  font-family: "Poppins-Bold";
}
.address.left-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.dehli-contact-box {
  margin-top: 40px;
}
.apply-btn {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* <--------------------- new carosel css ---------------> */

.title {
  text-align: center;
  margin-top: 40px;
}

.fr-carosel {
  margin-top: 30px;
}
.category-section-first {
  margin-top: 40px;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.category-heading-text {
  font-size: 30px;
  font-family: "Poppins-SemiBold";
}
.category-left-img img {
  width: 100%;
  border-radius: 5px;
}
.category-right-box {
  padding: 15px 0px;
}
.category-right-box p {
  font-size: 18px;
  color: #7d7d7d;
  font-family: "Poppins-Regular";
  line-height: 30px;
}
.view-rebar-cutting {
  padding: 10px 15px;
  background-color: #ff6809;
  color: #fff;
  font-family: "Poppins-Regular";
  border-radius: 5px;
  font-size: 16px;
}
.view-rebar-cutting:hover {
  transform: translateY(-0.25em);
  box-shadow: 0px 0px 6px rgb(171 163 163);
  color: #fff;
  transition: 0.3s;
  background-color: #d50000;
}

.category-section-two {
  background-image: url("../images/cartgory-two.html");
  width: 100%;
  height: 235px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  margin-bottom: 50px;
}
.section-two-content {
  text-align: center;
  color: #fff;
  padding: 25px 10px;
}
.font-change {
  font-size: 30px;
  font-family: "Poppins-Bold";
}
.font-para {
  font-size: 20px;
  font-family: "Poppins-Regular";
}
.font-btn {
  background-color: #fff;
  color: #000;
}
.apply-img {
  height: 68px;
  width: 68px;
  border: 1px solid #bebebe;
  border-radius: 50%;
}
.page-item.active .page-link {
  color: #fff !important;
  background-color: #f30216 !important;
  border-color: #f30216 !important;
}
.related-categorys-box {
  margin-top: 20px;
}
.pagination > li > a,
.pagination > li > span {
  color: #f80018 !important;
}
.appli-img-box img {
  width: 100%;
}
.section-four-box {
  margin-bottom: 50px;
  margin-top: 20px;
}
.latest-three-video {
  margin-top: 50px;
}
.three-video-content {
  border-radius: 10px;
}

.three-videos .slick-next:before {
  color: #ff6809 !important;
  position: absolute;
  right: -4px;
  font-size: 30px;
}
.three-videos .slick-prev:before {
  color: #ff6809 !important;
  position: absolute;
  left: -20px;
  font-size: 30px;
}
.related-categorys-box {
  background-color: #f5f5f5;
}
.basic-button {
  text-align: center;
  margin-top: 35px;
}
.image-box {
  padding-left: 65px;
}
.post-icons {
  margin-left: 10px;
}
.top-rebar-last-box {
  margin-bottom: 50px;
  margin-top: 30px;
}
.three-videos video {
  /* width: 100%; */
  border-radius: 10px;
}
.states-image img {
  width: 100%;
  height: 206px;
}
.detail-banner {
  height: 206px;
}
.state-states-box {
  margin-top: 50px;
}
.states-head {
  font-size: 22px;
  font-family: "Poppins-Medium";
  margin-top: 0px;
}
.states-para {
  font-size: 18px;
  font-family: "Poppins-Light";
  color: #000;
}
.delhi-location-box {
  margin-top: 50px;
}
.states-img-1 img {
  margin-right: 10px;
  height: 180px;
  width: 180px;
}
.image-states-1 {
  display: flex;
}
.text-right-loctaion {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 15px;
  margin-top: -220px;
  background-color: #fff;
  margin-right: 36px;
}
.right-2 {
  font-size: 18px;
}
.right-para-2 {
  font-family: "Poppins-Light";
}
.location-live {
  margin-top: 20px;
}
.location-products {
  margin-top: 60px;
}
.location-products-2 {
  margin-top: 20px;
}
.state-product-details {
  margin-top: 40px;
  margin-bottom: 50px;
}
.event-overly {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
}
.event-date {
  background-color: #ec4a22;
  color: #fff;
  font-family: "Poppins-Medium";
  display: flex;
  align-items: center;
  padding: 9px 13px;
  width: 22%;
  border-bottom-left-radius: 10px;
  font-size: 14px;
  justify-content: center;
}
.event-para {
  background-color: #000;
  width: 78%;
  color: #fff;
  opacity: 0.7;
  padding: 10px;
  font-family: "Poppins-Regular";
  border-bottom-right-radius: 10px;
  overflow: hidden;
  max-height: 4.4rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 23px;
  height: 60px;
}
.event-para a {
  color: #fff;
}
.event-para a:hover {
  color: #fff;
  text-decoration: none;
}
.events-img {
  width: 100%;
  height: 238px;
}
.events-img img {
  width: 100%;
  border-radius: 10px;
  height: 238px;
  box-shadow: 0px 6px 18px #0000001f;
  object-fit: contain;
}
.events-boxs {
  margin-top: 30px;
  position: relative;
  /* margin-bottom: 88px; */
}
.news-events-box {
  margin-bottom: 60px;
}
.career-img img {
  margin-top: 0px;
}
.chose-text {
  width: 80%;
}
.human-resource-box {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  padding: 20px 25px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.human-resource-box:hover {
  box-shadow: 0px 10px 25px #00000029;
  transition: 0.3s;
}
.icon-box {
  display: flex;
  width: 60px;
  height: 60px;
  background-color: #ff6809;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
}
.human-main {
  margin-top: 50px;
  margin-bottom: 40px;
}
.full-time-color {
  background-color: #feb028;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  padding: 2px 16px;
  font-family: "Poppins-Regular";
  margin-left: 20px;
}
.human-text-box {
  display: flex;
  height: 20px;
  align-items: center;
  margin-left: 10px;
}
.human-text-box h4 {
  margin: 0px;
  font-family: "Poppins-Bold";
  padding-right: 5px;
}
.human-text-main {
  border-left: 2px solid #dddddd;
  /* padding: 2px 10px; */
}
.loaction-time img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-left: 10px;
}
.loaction-time {
  display: flex;
  border-right: 1px solid #ffa8a8;
  align-items: center;
}
.human-three {
  display: flex;
  margin-top: 15px;
}
.short-text {
  margin-right: 10px;
  font-family: "Poppins-Regular";
  font-size: 14px;
}

.content-human-box {
  display: flex;
  align-items: center;
}
.responsiv-text {
  display: flex;
}
.square-text img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.square-text {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.human-para {
  font-size: 18px;
  font-family: "Poppins-Light";
  margin-top: 40px;
  line-height: 30px;
}
.text-top-box {
  margin-top: 40px;
}
.benefits-para {
  margin-top: 40px;
}
.respons-text {
  margin: 0px;
  font-size: 18px;
  font-family: "Poppins-Light";
}
.careers-left-text {
  padding: 30px 35px;
}
.job-img-box {
  display: flex;
  align-items: center;
  width: 120px;
}
.job-img-box img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.job-para {
  margin-bottom: 0px;
  font-family: "Poppins-Light";
  font-size: 14px;
}
.job-over-text {
  display: flex;
  margin-top: 20px;
}
.last-right-text {
  margin-left: 15px;
}
.job-all-main {
  margin-top: 40px;
}
.apply-job-data {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #7d7d7d;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: "Poppins-Regular";
  font-size: 14px;
}
.form-data-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #7d7d7d;
  border-radius: 5px;
  outline: none;
  color: #7d7d7d;
  font-family: "Poppins-Regular";
  font-size: 14px;
  -webkit-appearance: none;
  background-color: transparent;
  z-index: 99;
  position: relative;
}
.text-area {
  border: 1px solid #7d7d7d;
  border-radius: 5px;
  font-family: "Poppins-Regular";
}
.all-carres-boxs {
  margin-top: 50px;
}
.underline {
  margin: 0px;
  font-family: "Poppins-Bold";
  font-size: 30px;
}
.careers-right-form {
  background-color: #f5f5f5;
  padding: 30px 35px;
  border-radius: 10px;
}
.apply-job-form {
  margin-top: 50px;
}
.job-form {
  margin-top: 30px;
}
#owl-carousel5 button.owl-prev {
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 35%;
  display: block;
  padding: 5px !important;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
  background-color: #fff !important;
}
#owl-carousel5 button.owl-next {
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 35%;
  display: block;
  padding: 5px !important;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
  background-color: #fff !important;
}

#owl-carousel5 img {
  width: 35px;
  height: 35px;
}
.events-banner-img img {
  width: 100%;
  border-radius: 10px;
  height: 181px;
}

.news-main-box {
  margin-top: 40px;
}
.events-img .last-video {
  border-radius: 10px;
  height: 237px;
}
.bg-yellow {
  background-color: #feb028;
}
.share-three-icon img {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.video-boxs {
  border-radius: 10px;
}
.news-events-box {
  margin-top: 25px;
}

/* <--------------------video center button ---------------> */
.video-container {
  /* width: 392px; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

  .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
  #circle-play-b {
    cursor: pointer;
    pointer-events: auto;

    svg {
      width: 50px;
      height: 50px;
      fill: #fff;
      stroke: #fff;
      cursor: pointer;
      background-color: rgba(black, 0.2);
      border-radius: 50%;
      opacity: 0.9;
    }
  }
}

/* <---------------------- events detail box ----------------------> */

.event-detail-main {
  margin-top: 120px;
  padding: 20px 80px;
  box-shadow: 0px 3px 17px #00000029;
  border-radius: 10px;
}
.share-icon-right img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.location-share-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.share-icon-box-right {
  display: flex;
  align-items: center;
}
.human-two {
  display: flex;
}
.event-heading {
  font-size: 28px;
  font-family: "Poppins-Semibold";
  margin-bottom: 20px;
}
.short-event-text h3 {
  font-size: 20px;
  font-family: "Poppins-Semibold";
}
.short-event-text p {
  font-family: "Poppins-Regular";
}
.short-event-text {
  margin-bottom: 40px;
}
.follow-img img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.follow-box {
  text-align: center;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
.follow-content {
  margin: 30px 0px;
}
.follow-content h3 {
  font-size: 18px;
  font-family: "Poppins-Bold";
  margin-right: 10px;
  margin-top: 0px;
}
.pre-img img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.left-preview {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-right: 2px solid #e4e4e4;
}
.right-preview {
  display: flex;
  align-items: center;
  text-align: end;
  justify-content: end;
  margin-top: 20px;
}
.button-text-pre {
  font-size: 14px;
  font-family: "Poppins-Medium";
}
.sec-pre {
  color: #7d7d7d;
  font-family: "Poppins-Regular";
}
.news-video {
  margin-top: 50px;
}
.cerosel-top {
  margin-top: -85px;
}
.blogs-img img {
  margin-top: 9px;
}
.first-filter {
  display: flex;
  align-items: center;
}
.filter-box {
  padding: 22px;
  box-shadow: 0px 6px 18px #0000001f;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  margin-bottom: 40px;
  padding-top: 28px;
  height: 86px;
}
.users {
  width: 12px !important;
  height: 12px !important;
}
.blog-date-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-image img {
  width: 100%;
  border-radius: 10px;
  height: 218px;
}
.blogs-main-box {
  margin-top: 60px;
  padding: 0px 35px;
}
.blog-content-box {
  background-color: #f5fcfbfc;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 35px;
  position: relative;
}
/* .blog-para {
    font-size: 15px;
    font-family: "Poppins-Medium";
} */

.inidigate-button {
  position: absolute;
  top: 44px;
  right: 50px;
  background-color: #fff;
  color: #ff6809;
  font-family: "Poppins-Light";
  margin-bottom: 0px;
  padding: 4px 6px;
  border-radius: 20px;
  /* width: 90px; */
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.inidigate-button a {
  color: #ff6809;
}
.inidigate-button a:hover {
  text-decoration: none;
  color: #ff6809;
}
.main-background {
  background-color: #f5fcfb;
}
.blogs-head {
  font-size: 30px;
  font-family: "Poppins-Bold";
  margin-top: 40px;
  margin-bottom: 90px;
}
.blogs-all-data img {
  width: 100%;
}
.blog-para {
  font-size: 14px;
  font-family: "Poppins-Light";
  color: #3e3e3e;
  margin: 0px;
  overflow: hidden;
  max-height: 4.4rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  height: 48px;
  line-height: 22px;
}

#blog-para p,
#blog-para li {
  font-size: 14px;
  font-family: "Poppins-Light";
  color: #3e3e3e;
  margin: 0px;
  padding-bottom: 20px;
}

#blog-para li {
  list-style: none;
  margin-top: 5px;
  padding-bottom: 5px;
}

#blog-para b {
  font-family: "Poppins-Bold";
}

.types-exp {
  margin-top: 30px;
  margin-bottom: 40px;
}
.types-exp h4 {
  font-size: 15px;
  font-family: "Poppins-SemiBold";
  margin: 0px;
  padding-bottom: 5px;
}
.types-exp h3 {
  font-size: 20px;
  font-family: "Poppins-Bold";
  margin-top: 20px;
}
.blogs-all-data {
  margin-top: -60px;
}
.blog-share-icon {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
a.follow-left-buton {
  color: #000 !important;
  background-color: #ebebeb;
  padding: 4px 10px;
  font-family: "Poppins-Medium";
  font-size: 12px;
  text-decoration: none !important;
  margin-right: 10px;
  line-height: 30px;
}
a.follow-left-buton:hover {
  color: #000 !important;
}
.tags {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px !important;
}
.recent-blog {
  background-color: #f5fcfb;
  padding: 30px;
  height: 100%;
}
.recent-right-heading {
  font-size: 22px;
  font-family: "Poppins-Bold";
}
.blog-img-text {
  display: flex;
  margin-bottom: 20px;
}
.blog-right-content .blog-right-head {
  font-size: 12px;
  font-family: "Poppins-Medium";
  text-decoration: none;
  color: #000;
  margin-bottom: 0px;
  overflow: hidden;
  max-height: 4.4rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  height: 40px;
  line-height: 20px;
}
.color-red {
  color: #ff6809 !important;
}
.blog-right-content a:hover {
  text-decoration: none !important;
  color: #000 !important;
}
.loaction-times {
  display: flex;
  align-items: center;
  border-right: 1px solid #7c7c7c;
}
.loaction-times img {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.loaction-times p {
  font-size: 11px;
  color: #878787;
}
.blog-read-more {
  display: flex;
  align-items: center;
}
.blog-read-more p {
  color: #ff6809;
  font-size: 12px;
}
.more-right-btn {
  width: 15px;
  height: 15px;
}
.last-border {
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  margin-top: 40px;
}
#owl-slider .owl-prev {
  bottom: 4%;
  left: 36px;
  font-size: 30px;
  position: absolute;
  border-radius: 50%;
  align-items: center;
  display: flex;
}
#owl-slider .owl-prev img {
  width: 30px;
  height: 30px;
}
#owl-slider .owl-next {
  bottom: 4%;
  left: 70px;
  font-size: 30px;
  position: absolute;
  border-radius: 50%;
  align-items: center;
  display: flex;
}
#owl-slider .owl-next img {
  width: 30px;
  height: 30px;
}
.div-full-bg {
  background-color: #f5fcfb;
}
.products-video {
  width: 100%;
  height: 270px;
  border-radius: 10px;
}
.play-icon {
  position: absolute;
  top: 100px;
  left: 42%;
}
.div-play-icon {
  position: relative;
}

/* .menu{
    padding: 80px 20px;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  .menu-1, .menu-5{
    background: #4A148C;
  }
  .menu-2, .menu-4{
    background: #6A1B9A;
  }
  .menu-3{
    background: #7B1FA2;
  } */
.menu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.menu li {
  display: inline-block;
  margin: 0 15px;
}
.menu a {
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #000;
  display: block;
  /* font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    display: block; */
  position: relative;
  /* padding: 4px 0; */
}
.menu a:hover {
  text-decoration: none;
  color: #f40014;
}
.menu a::before {
  content: "";
  width: 60%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}
.menu a:hover::before {
  transform: scale3d(1, 1, 1);
}
.menu-1 a::before {
  background: #f40014;
  transform-origin: 100% 50%;
}
.menu-1 a:hover::before {
  transform-origin: 0 50%;
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.call-msg {
  padding: 10px 0px;
  border-right: 2px solid #e9e9e9;
  width: 76px;
}
.right-search {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.call-search-box {
  display: flex;
}
.searc-right {
  padding: 4px 0px;
  margin-left: 20px;
  position: relative;
}
input.input-div {
  outline: none;
  border: 1px solid #7e7e7e;
  border-radius: 5px;
  padding: 2px 0px 2px 40px;
  background-color: #f5f5f5;
  color: #000 !important;
  position: relative;
  width: 190px;
  height: 32px;
  font-size: 13px;
}
.slick-slide {
  padding-right: 15px;
}
.secr-iocn {
  position: absolute !important;
  left: 2px;
  top: 3px !important;
  font-size: 12px !important;
}
.para-sub {
  font-family: "Poppins-Regular";
  word-break: break-word;
}

.blogLink {
  color: inherit;
}

.blogLink:hover {
  text-decoration: none;
  color: inherit;
}
.modal-eqn-now {
  height: 68px;
}
.calls-icon {
  height: 20px;
}
.state-img-box a:hover {
  text-decoration: none;
  color: inherit;
}
.state-img-box a {
  color: #000;
}
.state-para {
  font-size: 18px;
  font-family: "Poppins-Medium";
  text-align: center;
}
.lelated-three {
  margin-bottom: 20px;
}
.filter-head {
  margin-right: 15px;
}
.follows-box {
  display: flex;
  align-items: flex-start;
}
.follows-box h3 {
  font-size: 22px;
  font-family: "Poppins-Bold";
  margin-right: 12px;
}
.check-box {
  margin-right: 10px !important;
}
.filter-btn {
  background-color: #32ac00;
  color: #fff;
  width: 78px;
  height: 26px;
  border-radius: 4px;
  margin-top: 10px;
}
.check-box:checked {
  accent-color: #ff6809 !important;
}
.last-select {
  width: 230px !important;
}
.modal-desion {
  min-width: 900px;
  top: 160px;
}
.modal-left-img {
  /* margin-top: -46px; */
  background-color: #f3f3f3;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  height: 450px;
}
.modal-left-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
.modal-header .close {
  margin-top: 0px !important;
  padding: 3px 3px !important;
}
.modal-cansal {
  opacity: 1 !important;
}
.cancel-btn {
  height: 30px;
  margin: 8px;
}
.modal.fade.show {
  background-color: #000000ab;
  z-index: 99999;
}
form.form-div {
  margin-top: 30px;
}
.second-tittle {
  margin-top: 0px;
}
.modal-input {
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  border: 1px solid #d3d3d3;
  margin-bottom: 15px;
  height: 45px;
}
.modal-price {
  margin-bottom: 25px;
}
.modalbody {
  margin-top: -16px;
}
.modal-form {
  padding: 30px 20px 0px 0px;
}
.modal-form p {
  font-size: 18px;
  color: #898989;
  font-family: "Poppins-Regular";
}
.modalbox {
  border-radius: 20px !important;
}
.form-data-select {
  color: #7d7d7d !important;
  font-family: "Poppins-Regular" !important;
  font-size: 14px !important;
}

#getQuote {
  text-decoration: none;
}
.call-follow-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-container .team-image {
  width: 220px;
  height: 230px;
  border-radius: 5px;
  box-shadow: 0px 6px 18px #0000001f;
}
.modal-dialog-centered {
  margin-top: 170px !important;
}

.titles::before {
  content: "";
  height: 0px;
  width: 87px;
  position: absolute;
  border: 1px solid #f6c330;
  top: 34px;
}
.contact-title::before {
  content: "";
  height: 0px;
  width: 87px;
  position: absolute;
  border: 1px solid #ffffff;
  top: 34px;
}
.title::before {
  content: "";
  height: 0px;
  width: 87px;
  position: absolute;
  border: 1px solid #f6c330;
  top: 45px;
}
.produts-itums:hover {
  box-shadow: 0px 10px 25px #00000029;
  transition: 0.3s;
}
.oerder-icon {
  width: 13px;
  height: 13px;
}
.event-detail-banner {
  width: 100%;
  height: 409px;
  border-radius: 10px !important;
  border: 1px solid #dedcdc;
  object-fit: contain;
}
.cancel-btn-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}
.responsive-map {
  height: 200px;
}
.products-detail-box {
  padding-top: 70px;
}
.event-paths {
  padding-top: 70px;
}
img.line-squar {
  height: 12px;
}
#career-details li {
  list-style: none;
  font-size: 18px;
  font-family: "Poppins-Light";
  padding: 0px 0px 12px 25px;
  background-image: url("../images/square-shape.html");
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 12px;
  margin: 0px;
}
.description-box p {
  font-size: 18px;
  font-family: "Poppins-Light";
  margin-top: 40px;
  line-height: 30px;
}
.error {
  color: red;
  margin: 0px;
  font-size: 12px;
  font-family: "Poppins-Light";
  font-weight: 400;
  display: initial;
}
p .errors {
  margin-bottom: 5px;
  margin: 0;
}

.getQoute-msg {
  height: 70px;
}
.arrow-main {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
}
.arrow-down {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 9;
}
.arrow-down2 {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.arrow-down img {
  height: 15px;
}
.arrow-down2 img {
  height: 15px;
}
.right-blog-icon img {
  height: 20px;
}

.getQoute-msg p {
  margin: 0px;
}
#selectedProduct {
  color: #8d8d8d;
}
.details-arrow {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}

/* .hover-text .machine-img {
    width: 120px !important;
    height: 120px;
} */
/* .overlay {
    width: 120px;
    height: 120px;
} */
.header-bottom {
  padding: 10px 50px;
}
.state-img-box {
  flex-wrap: wrap;
  justify-content: inherit;
}
.image-box img {
  width: 140px;
  height: 140px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  margin-bottom: 10px;
}
#category-application-para p {
  margin-bottom: 0px;
  font-size: 18px;
  font-family: "Poppins-Light";
  color: #5b5b5b;
}

.category-video {
  border-radius: 10px;
}
.all-state {
  padding-bottom: 30px;
}
#blog-para img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}
.icons-rg {
  margin-left: 5px;
}

/* <-----------------------Responsive ----------------> */
@media only screen and (max-width: 1250px) and (min-width: 990px) {
  .searc-right {
    margin-left: 10px;
  }
  .event-date {
    width: 27%;
  }
  .icons-rg {
    margin-left: 0px;
  }
  .event-para {
    width: 73%;
  }
  .loaction-times {
    border: none;
  }
  .detail-banner {
    height: 206px !important;
  }
  input.input-div {
    width: 170px;
    margin-right: 5px;
  }
  .right-search {
    margin-right: 5px;
  }
  .calls {
    padding: 0px !important;
  }
  .header-logo img {
    height: 32px;
  }
  .our-team {
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .about-box {
    height: auto;
  }
  .header-bottom {
    padding: 10px 20px;
    box-shadow: 0px 0px 6px gainsboro;
  }
  .right-img {
    padding: 20px;
  }
  .mission-para {
    margin-top: 10px;
    font-size: 18px;
  }
  .about-section-4 {
    margin: 40px 0px 0px 0px;
  }
  .chose-text p {
    font-size: 16px;
  }
  .title {
    margin-top: 20px;
  }
  .image-container {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .our-team {
    padding-left: 100px;
  }
  .footer_content {
    padding: 30px;
  }
  .logo-all-content img {
    height: 35px;
  }
  .call-right-img img {
    width: 100%;
  }
  #owl-carousel2 button.owl-next {
    right: -6%;
  }
  .products-img img {
    width: 100%;
    height: 150px;
  }
  .four-image img {
    width: 100%;
  }
  .titles {
    font-size: 24px;
  }
  .nav > li > a {
    padding: 10px !important;
  }
  .blog-content-box {
    padding: 10px;
  }
  .inidigate-button {
    top: 25px;
    right: 32px;
  }
  .loaction-time img {
    margin-right: 5px;
  }
  .short-text {
    font-size: 12px;
    margin-right: 5px;
  }
  .blogs-img img {
    width: 100%;
  }
  .right-2 {
    font-size: 16px;
  }
  .right-para-2 {
    font-size: 14px;
  }
  .recent-blog {
    padding: 15px;
  }
  .blog-mob {
    display: block;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1150px) {
  #owl-carousel2 button.owl-next {
    right: -2%;
  }
  #owl-carousel2 button.owl-prev {
    left: 1%;
  }
}

@media only screen and (max-width: 990px) and (min-width: 767px) {
  .offcanvas.offcanvas-mobile-menu {
    margin-top: 64px;
  }
  .recent-blog {
    padding: 10px;
  }
  .icons-rg {
    margin-left: 0px;
  }
  .mobile-form {
    margin-left: 10px;
  }
  .blog-left-img-main img {
    height: 350px;
  }
  .text-right-loctaion {
    margin-top: -130px;
    margin-right: 30px;
  }
  .image-states-1 {
    display: block;
  }
  .states-text-2 {
    margin-top: 10px;
  }
  .delhi-location-box {
    margin-top: 20px;
  }
  .events-banner-img img {
    height: 150px;
  }
  .event-date {
    font-size: 12px;
    width: 30%;
    padding: 10px;
  }
  .event-para {
    width: 70%;
    font-size: 12px;
  }
  .underline {
    font-size: 22px;
  }
  .apply-job-form {
    margin-top: 20px;
  }
  .careers-right-form {
    padding: 15px;
  }
  .human-text-box h4 {
    font-size: 20px;
  }
  .right-img {
    padding: 20px;
  }
  .blogs-img img {
    width: 100%;
  }
  .blog-content-box {
    padding: 10px;
  }
  .human-two {
    display: block;
  }
  .loaction-time img {
    margin-left: 0px;
  }
  .loaction-time {
    border: none;
  }
  .inidigate-button {
    top: 24px;
    right: 18px;
    font-size: 11px;
  }
  .blog-image img {
    height: 160px;
  }
  .products-table {
    padding-right: 0px;
  }
  .para-text-mr {
    font-size: 15px;
  }
  .mobile-tittle {
    margin-top: 20px !important;
  }
  .blog_content_text h1 {
    margin-top: 10px;
  }
  .product-text-right {
    padding: 0px;
  }
  .four-image img {
    width: 100%;
  }
  #mission-para p {
    margin-top: 20px;
  }
  .titles {
    font-size: 20px;
  }
  /* .about-box {
        height: 150px;
    } */
  .mission-box {
    padding: 15px;
  }
  .mission-icon h3 {
    font-size: 18px;
  }
  .product-right-img img {
    height: 150px;
  }
  .products-img img {
    width: 100%;
    height: 100px;
  }
  .chose_box::before {
    height: 140px;
    top: 60px;
    left: 30px;
  }
  .image-container .team-image {
    width: 180px;
    height: 190px;
  }
  .image-container {
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .our-team {
    padding-left: 80px;
  }
  .chose-image img {
    width: 60px;
    height: 60px;
  }
  .about-last-button {
    margin: 30px 0px 30px 0px;
  }
  .mission-para {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-main-text {
    margin-top: 25px;
  }
  .about-right-box img {
    height: 300px;
    margin-top: -20px;
  }
  .redifin-text {
    padding: 20px;
  }
  .redifin-left-img img {
    height: 410px;
  }
  .about-section-4 {
    margin: 30px 0px 30px 0px;
  }
  .about-section-3 {
    margin-top: 30px;
  }
  .title {
    margin-top: 20px;
  }
  .our-team {
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .first-box {
    padding-left: 25px;
  }

  .first-banner-main {
    height: 400px;
  }
  .top-categories {
    margin-bottom: 0px;
  }
  .call-right-img img {
    height: 260px;
    width: 100%;
  }
  .image-box {
    padding-left: 60px;
  }

  .hero-para {
    font-size: 18px;
  }
  .left-content img {
    height: 50px;
  }
  .left-text {
    font-size: 24px;
  }
  .right-img img {
    height: 300px;
  }
  #owl-carousel2 button.owl-prev {
    left: -1%;
  }
  #owl-carousel2 button.owl-next {
    right: -6%;
  }
  .header-bottom {
    padding: 10px 22px;
    box-shadow: 0px 0px 6px gainsboro;
  }
  .modal-dialog {
    width: 780px;
    margin: 30px auto;
    max-width: 780px !important;
  }
  .footer-heading {
    font-size: 18px;
  }
  .footer-para {
    font-size: 15px;
  }
  .footer-links a {
    font-size: 15px;
  }
  .footer-category-list {
    font-size: 15px;
  }
  .contact-row a {
    font-size: 15px;
  }
  .address-link {
    font-size: 15px;
  }
  .copy-right {
    margin-top: 30px;
  }
  .call-right-img img {
    height: 200px;
  }
  .from-box-text h1 {
    font-size: 25px;
  }
  .from-box-text p {
    font-size: 15px;
  }
  .state-img-box {
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .image-box img {
    width: 140px;
    height: 140px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .Contact-right-img img {
    width: 100%;
    margin-top: 0px;
  }
  .contact_form_box {
    margin-top: 0px;
    margin-right: 0px;
    padding: 15px;
  }
  .mr-top {
    margin-top: 0px !important;
  }
  .first-contact-section {
    margin-top: 30px;
  }
  .contact-right-box {
    padding: 15px;
  }
  .talks-box img {
    height: 30px;
  }
  .contact-white .titles {
    margin-bottom: 20px;
  }
  .name-email {
    margin-bottom: 10px;
  }
  .contact-number {
    margin-bottom: 10px;
  }
  .submit-button button {
    padding: 10px 20px;
  }
  .career-img img {
    width: 100%;
  }
  .human-resource-box {
    padding: 15px;
  }
  .icon-box {
    width: 45px;
    height: 45px;
  }
  .icon-box img {
    width: 35px;
    height: 35px;
  }
  .hero-button {
    padding: 5px 15px;
  }
  .states-image img {
    height: 150px;
  }
  .about-left-text h1 {
    font-size: 24px;
  }
  .description-box p {
    margin-top: 20px;
  }
  .careers-left-text {
    padding: 20px;
  }
  .all-carres-boxs {
    margin-top: 30px;
  }
  .section-title .title {
    font-size: 22px;
  }
  .title::before {
    top: 35px;
  }
  .category-section-two {
    background-size: contain;
    margin-bottom: 0px;
    height: auto;
  }
  .font-change {
    font-size: 20px;
  }
  .font-para {
    font-size: 16px;
  }
  .section-two-content {
    padding: 15px 10px;
  }
  .category-section-first {
    margin-bottom: 0px;
  }
  .blogs-head {
    font-size: 22px;
  }
  .blogs-main-box {
    padding: 0;
    margin-top: 20px;
  }
  .filter-box {
    margin-bottom: 20px;
  }
  .contact-nav.nav > li > a {
    font-size: 16px;
  }
  .address.left-box {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  /* #owl-slider .owl-prev {
        left: 18%;
    } */
  .location-tab {
    width: auto;
    margin-top: 10px !important;
    margin-left: 10px !important;
  }

  .location-tab-main-box {
    border: none;
    width: 100%;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: 10px;
    flex-direction: initial !important;
    padding-bottom: 15px;
    padding-right: 10px;
    justify-content: flex-start !important;
  }
  .contact-nav.nav > li > a {
    font-size: 16px;
  }
  .right-img {
    padding: 0px 25px;
  }
  .contact-right-box {
    padding: 20px;
    margin-top: 30px;
  }
  .contact-white .titles {
    margin-bottom: 20px;
  }
  .contact_form_box {
    margin-top: 0px;
    margin-right: 0px;
  }
  .events-banner-img img {
    height: 150px;
  }
  .loaction-time img {
    margin-left: 5px;
    margin-right: 5px;
  }
  .first-contact-section {
    margin-top: 30px;
  }
  .hero-button {
    padding: 5px 10px;
  }
  .short-text {
    font-size: 12px;
  }
  .category-section-two {
    background-image: none;
    background-color: #ec4a22;
    border-radius: 8px;
    height: auto;
  }
  .event-date {
    font-size: 12px;
    padding: 9px 13px;
  }
  .event-para {
    font-size: 12px;
  }
  .section-two-content {
    padding: 0px;
  }
  .category-section-first {
    margin-bottom: 30px;
  }
  .font-change {
    font-size: 24px;
  }
  .appli-img-box img {
    height: 300px;
  }
  .underline {
    font-size: 22px;
  }
  .all-carres-boxs {
    margin-top: 0px;
  }
  .careers-left-text {
    padding: 20px;
  }

  .states-image img {
    height: 150px;
  }
  .human-resource-box {
    width: 100%;
    padding: 15px;
  }
  .human-text-box h4 {
    font-size: 16px;
  }
  /* .loaction-time {
        border: none;
    } */
  .human-three {
    display: flex;
  }
  .blogs-img img {
    margin-top: 0px;
    width: 100%;
    height: 120px;
  }
  .blogs-head {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blogs-all-data {
    margin-top: 0px;
  }
  .blog-desion {
    margin-right: auto !important;
  }
  .blog-left-img-main img {
    height: 320px;
  }
  .blog-left-screen {
    padding-right: 0px !important;
  }
  .follows-box h3 {
    font-size: 16px;
  }
  .products-table {
    padding-right: 0px;
  }
  .product-mid-img img {
    height: 300px;
  }
  .second-detail-section {
    margin-top: 0px;
  }
  .mobile-tittle {
    margin-top: 20px !important;
  }
  .blog_content_text h1 {
    margin-top: 10px;
    font-size: 15px;
  }
  .side-button {
    margin-bottom: 15px;
  }
  .four-img-box {
    display: flex;
  }
  .four-image img {
    width: 100%;
  }
  .four-image {
    margin-right: 15px;
  }
  .chose-image img {
    width: 70px;
    height: 70px;
  }
  .image-container .team-image {
    width: 180px;
    height: 190px;
  }
  .top-selling-box {
    margin-top: 30px;
  }
  .first-box {
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .top-state {
    padding-top: 20px;
  }
  .top-categories {
    margin-bottom: 0px;
  }
  .call-box {
    margin-top: 20px;
  }
  .related-categorys-box {
    margin-top: 20px;
  }
  .blog_content_text {
    margin-bottom: 20px;
  }
  .header-bottom {
    padding: 10px 15px;
    box-shadow: 0px 0px 6px gainsboro;
  }
  .modal-form {
    margin: 30px;
  }
  .modal-left-img {
    width: 100%;
    border-radius: 20px;
    height: 340px;
  }
  .modal-left-img img {
    width: 100%;
    height: 340px;
  }
  .category-heading-text {
    font-size: 22px;
  }
  .modal-form p {
    font-size: 13px;
  }
  .modal-input {
    font-size: 14px;
    height: 40px;
    border: 2px solid #d3d3d3;
  }
  .hero-button {
    font-size: 16px;
  }
  .call-box {
    padding: 25px;
  }
  .call-select,
  .data-box-form {
    margin-bottom: 15px;
  }
  .data-box {
    margin: 0px;
  }
  .from-box-text h1 {
    font-size: 25px;
  }
  .from-box-text p {
    font-size: 16px;
  }
  .call-right-img img {
    width: 200px;
    height: 200px;
  }
  .call-right-img {
    text-align: center;
    margin-top: 20px;
  }
  .state-img-box {
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .image-box img {
    width: 140px;
    height: 140px;
    margin-right: 15px;
    margin-left: 15px;
  }
  /* .about-left-text {
        padding: 50px 15px !important;
    } */
  /* .Contact-right-img img {
        padding-top: 1%;
    } */
  .about-left-text p {
    margin-bottom: 0px;
  }
  .about-left-text h1 {
    font-size: 24px;
  }
  .text-right-loctaion {
    margin-top: -145px;
    margin-right: 20px;
  }
  .delhi-location-box {
    margin-top: 20px;
  }
  .states-head {
    font-size: 16px;
    margin-top: 10px;
  }
  .states-para {
    font-size: 15px;
  }
  .states-img-1 img {
    margin-right: 10px;
    height: 130px;
    width: 130px;
  }

  .right-para-2 {
    font-size: 14px;
  }
  .right-img img {
    height: 250px;
  }
  .our-team {
    flex-wrap: wrap;
    justify-content: inherit;
    padding-left: 80px;
  }
  /* .about-box {
        height: 150px;
    } */
  .image-states-1 {
    display: block;
  }
  .about-main-text {
    margin-top: 15px;
  }
  .about-main-text p {
    font-size: 16px;
  }
  .about-section-3 {
    margin-top: 0px;
  }
  .mission-box {
    padding: 30px;
  }
  .about-right-box img {
    height: 250px;
    margin-top: 0px;
  }
  .about-section-4 {
    margin: 20px 0px 20px 0px;
  }
  .redifin-left-img img {
    height: 250px;
  }
  .redifin-text {
    margin-left: 0px;
  }
  .mission-para {
    font-size: 16px;
  }
  .mission-icon h3 {
    font-size: 20px;
  }
  .title {
    margin-top: 0px;
  }
  .section-title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .chose-text p {
    font-size: 16px;
  }
  .chose_box::before {
    display: none;
  }
  .image-container {
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .product-right-img img {
    height: 110px;
  }
  .products-img img {
    width: 100%;
  }

  .media_icon {
    margin-bottom: 20px;
  }
  #owl-carousel2 button.owl-next {
    right: -10%;
  }
  .blog_content_text p {
    height: 25px;
  }
  .blogs-main-box {
    margin-top: 20px;
    padding: 0px;
  }
  .hero-button {
    padding: 5px 10px;
  }
  .offcanvas.offcanvas-mobile-menu {
    margin-top: 64px;
  }
  .career-img img {
    margin-top: 0px;
    width: 100%;
    height: 120px;
  }
  .icon-box {
    width: 45px;
    height: 45px;
  }
  .icon-box img {
    width: 35px;
    height: 35px;
  }
  .description-box p {
    margin-top: 20px;
  }
  .apply-job-form {
    margin-top: 20px;
  }
  .section-title .title {
    font-size: 22px;
  }
  .title::before {
    top: 35px;
  }
  .category-left-img img {
    height: 300px;
  }
  .happy_clients {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .filter-box {
    height: 110px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .padding-box {
    padding: 10px 15px !important;
  }
  .overlay-container {
    transition: 0.3s ease;
    background-color: #ffc248;
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }
  .border-desion {
    border: none;
  }
  .human-three.mobile-form {
    display: block;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
  }
  .image-states-1 {
    display: flex;
  }
  .products-text-box {
    margin-top: 0px;
  }
  .latest-three-video {
    padding: 10px 40px;
    margin-top: 0px;
  }
  .btn-res {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .description-box p {
    margin-top: 20px;
    line-height: 28px;
    font-size: 16px;
  }
  .states-image img {
    height: 120px;
  }
  .reset-button {
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .quote-btn {
    margin-top: 0px;
  }
  .footer_content {
    padding: 10px 28px;
  }
  .linkdin-name p {
    font-size: 12px;
  }
  .about-last-button {
    margin: 0px 0px 20px 0px;
  }
  .states-box {
    margin-top: 30px;
  }
  .events-banner-img img {
    height: 120px;
  }
  .address.left-box {
    margin-bottom: 20px;
    padding: 15px;
  }
  .contact-nav.nav > li > a {
    font-size: 14px;
  }
  .new-tavs {
    width: 100%;
    text-align: center;
  }
  .contact-navs .nav-tabs {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .image-box {
    padding-left: 0px;
  }
  .about-box {
    margin-bottom: 0px;
    height: auto;
  }
  .top-banner {
    padding-left: 20px !important;
  }
  .about-left-text {
    padding: 18px 15px;
  }
  .about-right-img {
    margin-top: 50px;
  }
  .about-left-text h1 {
    font-size: 21px;
  }
  .careers-left-text {
    padding: 20px;
  }
  .all-carres-boxs {
    margin-top: 0px;
  }
  .human-para {
    font-size: 15px;
    margin-top: 15px;
  }
  .respons-text {
    font-size: 15px;
  }
  #career-details li {
    font-size: 15px;
  }
  .careers-right-form {
    margin-bottom: 30px;
  }
  .career-img img {
    width: 100%;
    margin-top: 0px;
    height: 110px;
  }
  .about-right-img img {
    margin-top: 0px;
  }
  .event-all-text {
    margin-top: 20px;
  }
  .event-detail-main {
    margin-top: 100px;
    padding: 16px 25px;
  }
  .underline {
    font-size: 20px;
  }
  .share-icon-box-right {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-cerosel .inner img {
    border-radius: 10px;
    width: 100%;
    height: 200px;
  }
  .event-heading {
    font-size: 20px;
  }
  .location-share-icon {
    display: block;
  }
  .slick-slider {
    margin-bottom: 15px !important;
  }
  .short-event-text p {
    font-size: 15px;
  }

  .top-rebar-last-box {
    margin-top: 30px;
  }
  .sec-carosel {
    padding-bottom: 0px;
  }
  .view-rebar-cutting {
    font-size: 13px;
  }
  .category-left-img img {
    height: 300px;
  }
  .category-right-box p {
    font-size: 15px;
  }
  .category-section-first {
    margin-top: 30px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .states-left-text {
    padding: 8px;
  }
  .news-events-box {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .news-main-box {
    margin-top: 20px;
  }
  .font-change {
    font-size: 20px;
  }
  .right-img {
    margin-bottom: 20px;
  }
  .text-right-loctaion {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .category-section-two {
    margin-bottom: 0px;
  }
  .font-para {
    font-size: 18px;
  }
  .events-boxs {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .state-product-details {
    margin-bottom: 0px;
  }
  .related-categorys-box {
    padding-top: 30px;
  }
  .contact_form_box {
    margin: 0px;
  }
  .blog-image img {
    height: 250px;
  }
  .contact_form_box {
    padding: 2px 15px;
  }
  .name-email,
  .contact-number {
    font-size: 13px;
    padding: 8px 12px;
  }
  #mission-para p {
    margin-top: 20px;
    font-size: 15px;
  }
  #price-style {
    margin-bottom: 8px;
  }
  .products-table {
    padding-right: 0px;
  }
  .second-detail-section {
    margin-top: 10px;
  }
  .product-text-right {
    padding: 2px 15px;
  }
  .in-stock {
    margin-bottom: 10px !important;
  }
  .out-of-stock {
    margin-bottom: 10px !important;
  }
  /* .heading-path {
        margin-top: 60px;
    } */
  .product-mid-img img {
    height: 250px;
  }
  .section-title h3 {
    font-size: 20px;
  }
  .heading-path h4 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .product-mid-img {
    margin-top: 20px;
  }
  .contact-white .titles {
    font-size: 26px;
  }
  .first-contact-section {
    margin-top: 30px;
  }
  .multiselect select {
    width: 100% !important;
  }
  .talks-box {
    margin-bottom: 0px;
  }
  .contact_form_box {
    z-index: 9;
    margin-bottom: 25px;
    padding: 20px;
  }
  .contact-white .titles {
    margin-bottom: 20px;
  }
  .contact-right-box {
    padding: 20px;
  }
  .submit-button {
    display: flex;
    align-items: center;
  }
  .share-icon-box {
    margin-bottom: 10px;
  }
  .human-resource-box {
    /* flex-wrap: wrap;
        display: flex; */
    position: relative;
  }

  .multiselect {
    width: 100% !important;
    margin-top: 10px;
    font-size: 14px;
  }
  .hero-button {
    padding: 5px 10px;
  }
  .human-main {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .follows-box {
    display: block;
  }
  .follows-box h3 {
    font-size: 18px;
  }
  .human-text-box h4 {
    font-size: 15px;
  }

  .full-time-color {
    margin-left: 0px;
  }
  .human-three {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
  }
  .types-exp {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .loaction-time img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .blog-main-box {
    padding: 20px 30px;
  }
  .blog-left-img-main img {
    height: 250px;
  }
  .blogs-head {
    font-size: 16px;
  }
  .human-resource-box {
    padding: 10px;
    margin: 0px;
  }
  .icon-box {
    width: 45px;
    height: 45px;
  }
  .icon-box img {
    width: 35px;
    height: 35px;
  }
  /* .content-human-box {
        align-items: flex-start;
    } */
  /* .hero-button {
        margin-top: 10px;
    } */

  /* .loaction-time {
        border-right: none;
    } */
  .full-time-color {
    padding: 2px 10px;
    font-size: 10px;
  }
  .products-img img {
    width: 140px;
    height: 140px;
  }
  .products-text-box h3 {
    font-size: 16px;
    text-align: center;
  }
  .products-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .produts-itums {
    margin-bottom: 20px;
  }
  .chose_box {
    padding: 16px;
    margin-bottom: 0px;
  }
  .chose-text h3 {
    font-size: 16px;
  }
  .chose_box::before {
    display: none;
  }
  .mobile-tittle {
    margin-top: 0px;
  }
  .chose-text p {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 25px;
  }
  .chose-image img {
    width: 55px;
    height: 55px;
  }
  .our-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .image-container .team-image {
    width: 130px;
    height: 140px;
  }
  .redifin-text {
    padding: 25px;
    margin-left: 0px;
  }
  /* .image-container {
        margin-top: 20px;
        margin-left: 18px;
    } */
  .icon-text img {
    width: 25px;
    height: 25px;
  }
  .mission-icon img {
    width: 25px;
    height: 25px;
  }
  .about-main-text {
    width: 100%;
    padding: 16px;
    line-height: 25px;
  }
  .redifin-left-img img {
    height: 256px;
  }
  .about-section-3 {
    margin-top: 0px;
  }
  .mission-icon h3 {
    font-size: 16px;
  }
  .icon-text h3 {
    font-size: 16px;
  }
  .mission-para {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .about-right-box img {
    margin-top: 0px;
    height: 250px;
  }
  .about-section-4 {
    margin: 30px 0px 30px 0px;
  }
  .mission-box {
    padding: 25px;
  }
  .about-main-text p {
    font-size: 15px;
  }
  .related_blogs_box {
    margin-bottom: 0px;
  }
  .happy_clients {
    margin-top: 0px;
  }
  .first-carosel {
    height: auto;
  }
  .top-categories {
    margin-top: 0px;
  }
  .right-img img {
    height: 250px;
  }
  .blog_content_text {
    margin-bottom: 20px;
    padding: 10px;
  }
  .read-more-btn {
    font-size: 14px;
  }
  .product-relate-box {
    margin-bottom: 20px;
  }
  .top-state {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 20px;
  }
  .state-para {
    font-size: 16px;
  }
  .header-bottom {
    padding: 10px 22px;
    box-shadow: 0px 0px 6px gainsboro;
  }

  .from-box-text h1 {
    font-size: 25px;
  }
  .from-box-text p {
    font-size: 16px;
  }
  .call-box {
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .hover-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-form {
    margin: 15px !important;
  }
  .header-logo img {
    height: 30px;
  }
  .green {
    margin: 0px;
  }
  .modal-left-img {
    width: 100%;
    border-radius: 20px;
    height: 340px;
  }
  .modal-left-img img {
    width: 100%;
    height: 350px;
  }
  .modalbox {
    margin-top: 30px;
  }
  .category-heading-text {
    font-size: 22px !important;
  }
  .modal-form p {
    font-size: 14px !important;
  }
  .hero-button {
    font-size: 12px !important;
  }
  .modal-input {
    font-size: 14px !important;
    height: 40px !important;
    border: 2px solid #d3d3d3;
  }
  .cancel-btn {
    height: 30px;
  }
  .share-three-icon img {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }
  .logo-all-content img {
    height: 30px;
  }
  .footer-heading {
    font-size: 16px;
    margin-top: 10px;
  }
  .footer-para {
    font-size: 15px;
  }
  .footer-links a {
    font-size: 15px;
    line-height: 25px;
  }
  .products_links li {
    line-height: 25px;
  }
  .footer-category-list {
    font-size: 15px;
  }
  .footer-logo-text {
    padding-top: 10px;
  }

  .copy-right {
    padding-top: 40px;
    text-align: center;
  }
  .address-link {
    font-size: 15px;
  }
  .contact-row a {
    font-size: 15px;
  }
  .first-box {
    padding-top: 15%;
    padding-left: 25px !important;
  }
  .left-text {
    font-size: 20px;
  }
  .hero-para {
    font-size: 16px;
  }
  .left-content {
    padding-bottom: 20px;
  }
  .first-carosel {
    background-image: none;
  }
  .call-right-img img {
    height: 150px;
    width: 150px;
  }
  .call-right-img {
    text-align: center;
    margin-top: 20px;
  }
  .call-select {
    margin-bottom: 15px;
  }
  .data-box {
    margin-top: 0px;
  }
  .data-box-form {
    margin-bottom: 15px;
  }
  #owl-carousel2 button.owl-prev img {
    width: 30px;
    height: 30px;
  }
  #owl-carousel2 button.owl-next img {
    width: 30px;
    height: 30px;
  }
  .hover-text .machine-img {
    width: 100px !important;
    height: 100px;
  }
  .overlay {
    width: 100px;
    height: 100px;
  }
  #owl-carousel2 button.owl-next {
    right: -25px;
  }
  #owl-carousel2 button.owl-prev {
    left: 4%;
  }
  .machine-name {
    font-size: 14px;
  }
  .section-title .title {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .section-title h3 {
    font-size: 16px;
  }
  .tab-content.table-box {
    margin-top: 20px;
  }

  .para-text-mr {
    font-size: 14px;
  }
  .machine-name-left {
    text-align: center;
    font-size: 14px;
  }
  .im-color {
    text-align: center;
    font-size: 13px;
  }
  .gr-color {
    text-align: center;
    font-size: 13px;
  }
  .state-img-box {
    flex-wrap: wrap;
    justify-content: inherit;
    padding-left: 30px;
  }
  .image-box img {
    width: 130px;
    height: 130px;
  }
  .top-selling-box {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .blog-para {
    padding-bottom: 10px;
  }
  .short-text {
    font-size: 13px;
  }
  .follows-box {
    flex-wrap: wrap;
  }
  .title::before {
    top: 34px;
  }
  .section-title .title {
    font-size: 20px;
  }

  .about-left-text p {
    font-size: 16px !important;
  }
  .blogs-img img {
    height: 120px;
    width: 100%;
  }
  .Contact-right-img img {
    height: 100px;
  }
  .career-img img {
    height: 110px;
  }
  .submit-button button {
    font-size: 14px;
    padding: 8px 15px;
  }
  .talks-box img {
    height: 35px;
  }
  .pre-text h6 {
    font-size: 14px;
  }
  .pre-text p {
    font-size: 12px;
  }
  .media_icon {
    margin-bottom: 0px;
  }
  .offcanvas.offcanvas-mobile-menu {
    margin-top: 80px;
  }
  .location-tab {
    width: auto;
    margin-top: 10px !important;
    margin-left: 10px !important;
  }

  .location-tab-main-box {
    border: none;
    width: 100%;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: 10px;
    flex-direction: initial !important;
    padding-bottom: 15px;
    padding-right: 10px;
    justify-content: flex-start !important;
  }
}

@media only screen and (max-width: 400px) {
  .submit-button button {
    padding: 5px 10px;
  }
  .offcanvas.offcanvas-mobile-menu {
    margin-top: 80px;
  }
  .events-banner-img img {
    height: 80px;
  }
  .states-image img {
    height: 100px;
  }
  .Contact-right-img img {
    margin-top: 0px;
  }
  .selectBox select {
    height: 28px !important;
    font-size: 13px;
  }
  .left-content img {
    height: 45px;
    margin-bottom: 0px;
  }
  .left-content {
    padding-bottom: 20px;
  }
  .blog_content_text p {
    height: 45px;
    margin-bottom: 0px;
  }
  .modal-form p {
    font-size: 12px;
  }
  .blog_content_text h1 {
    margin-top: 10px;
  }
  .chose-image img {
    width: 40px !important;
    height: 40px !important;
  }
  .hero-button {
    font-size: 12px !important;
    padding: 5px 5px !important;
  }
  .modal-form {
    padding: 10px 0px 0px 0px;
  }
  #owl-carousel2 button.owl-prev {
    left: 3% !important;
  }
  #owl-carousel2 button.owl-next {
    right: -8% !important;
  }
  #owl-carousel2 button.owl-next img {
    width: 30px !important;
    height: 30px !important;
  }
  #owl-carousel2 button.owl-prev img {
    width: 30px !important;
    height: 30px !important;
  }

  .header-bottom {
    padding: 10px 22px;
    box-shadow: 0px 0px 6px gainsboro;
  }
  .image-box img {
    width: 100px !important;
    height: 100px !important;
    margin-left: 30px !important;
  }
  .state-para {
    font-size: 16px;
  }
  .section-title .title {
    font-size: 18px !important;
  }
  .call-box {
    margin-top: 0px;
  }
  .top-categories {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .top-state {
    margin-top: 0px;
  }
  .top-selling-box {
    margin-bottom: 20px;
  }
  .from-box-text p {
    font-size: 14px !important;
  }
  .from-box-text h1 {
    font-size: 20px !important;
  }
  .last-client-logos img {
    width: 100%;
  }
  .happy_clients {
    margin-top: 0px;
  }
  .related_blogs_box {
    margin-bottom: 0px;
  }
  /* .slider {
        padding-top: 100px;
    } */
  .left-text {
    font-size: 16px !important;
  }
  .hero-para {
    font-size: 15px !important;
  }
  .right-img img {
    height: 250px;
  }
  .first-carosel {
    height: auto;
  }
  .chose_box {
    padding: 15px;
    margin-bottom: 0px;
  }
  .chose_box::before {
    display: none;
  }
  .chose-image img {
    width: 50px;
    height: 50px;
  }
  .chose-text h3 {
    font-size: 16px;
  }
  .chose-text p {
    font-size: 13px !important;
  }
  .our-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
  }

  .image-container .team-image {
    width: 130px;
    height: 130px;
  }
  .about-right-icon {
    height: 32px;
  }

  .linkdin-name p {
    font-size: 12px;
  }
  .mobile-tittle {
    margin-top: 0px;
  }
  .about-last-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .products-img img {
    width: 130px;
    height: 98px;
  }
  .products-text-box h3 {
    font-size: 14px;
    text-align: center;
  }
  .products-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .produts-itums {
    margin-bottom: 20px;
  }
  .human-resource-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
  }
  .human-text-box h4 {
    font-size: 13px !important;
  }

  .full-time-color {
    margin-left: 0px;
  }
  .human-three {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
  }
  .short-text {
    font-size: 13px;
    margin-right: 5px;
  }
  .human-resource-box {
    padding: 10px;
  }
  .icon-box {
    width: 45px;
    height: 45px;
  }
  .icon-box img {
    width: 35px;
    height: 35px;
  }
  .content-human-box {
    align-items: flex-start;
  }
  .hero-button {
    margin-top: 10px;
  }

  /* .loaction-time {
        border-right: none;
    } */
  .full-time-color {
    padding: 2px 10px;
    font-size: 10px;
  }
  .follows-box {
    flex-wrap: wrap;
    display: block;
  }
  .blogs-main-box {
    padding: 0px 0px;
  }
  .blogs-img img {
    height: 100px;
  }
  .filter-box {
    padding: 10px;
  }
  .follows-box h3 {
    font-size: 18px;
  }
  .multiselect {
    margin-top: 10px;
    font-size: 13px;
  }
  .multiselect select {
    width: 100% !important;
  }
  #checkboxes label {
    font-size: 11px;
  }
  #checkboxes,
  #checkboxes1,
  #checkboxes2 {
    padding: 10px !important;
  }
  input[type="checkbox"] {
    cursor: pointer;
    width: 15px !important;
    height: 15px !important;
  }
  .inidigate-button {
    top: 18px;
    right: 24px;
  }
  .filter-btn {
    width: 55px;
    margin-top: 0px;
  }
  .blog-content-box {
    padding: 10px;
  }
  .section-title h3 {
    font-size: 16px;
  }
  .image-states-1 {
    display: block;
  }
  .states-head {
    margin-top: 20px;
  }
  .event-para {
    font-size: 13px;
  }
  .event-date {
    font-size: 12px;
  }
  .heading-path {
    padding: 14px;
  }
  .about-left-text {
    padding: 18px 15px !important;
  }
  .about-left-text h1 {
    font-size: 16px !important;
  }
  .about-left-text p {
    font-size: 13px !important;
  }

  .loaction-time p {
    font-size: 12px;
  }
  .contact-white .titles {
    font-size: 20px;
  }
  .talks-box img {
    height: 30px;
  }
  .talks-para {
    font-size: 14px;
  }
  .talks-paras {
    font-size: 12px;
  }
  .talks-parag {
    font-size: 14px;
  }
  .para-sub {
    font-size: 14px;
    word-break: break-word;
  }
  .events-banner-img {
    margin-top: 33px;
  }
  .four-image img {
    height: 52px;
  }
  .product-mid-img {
    margin-top: 10px;
  }
  .product-mid-img img {
    height: 150px;
  }
  .tab-content.table-box {
    margin-top: 0px;
    padding: 15px;
  }
  .body-tada td {
    padding: 10px 10px !important;
    font-family: "Poppins-Regular";
    font-size: 13px;
  }
  .mid_time {
    width: 100px;
    padding: 4px 8px;
    top: 135px;
  }
  .blog_top_img img {
    height: 150px;
  }
  .products-blog {
    margin-top: 0px;
  }
  .loaction-time img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .font-change {
    font-size: 18px;
  }
  .font-para {
    font-size: 16px;
  }
}

.header-action-btn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
}

.header-action-btn i {
  line-height: 1;
}
