@charset "utf-8";

/* CSS Document */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

:root {
  --primary: #e8703c !important;
  --secondary: #1b447a !important;
  --white: #ffffff !important;
  --black: #666666 !important;
  --font-title: "Exo", sans-serif !important;
  --fonts: "Roboto", sans-serif !important;
}

body {
  width: 100% !important;
  font-family: var(--fonts) !important;
  font-size: 16px;
  color: #333;
  overflow-x: hidden !important;
}

.container {
  max-width: 1330px;
}

.container-fluid {
  padding: 0 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
}

.section-padding {
  padding: 70px 0;
}

/* SPINNER ANIMATION */

.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.text-white {
  color: var(--white) !important;
}

.text-black {
  color: var(--black) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-black {
  background-color: #333;
}

.img-fluid {
  width: 100%;
}

.main {
  background-color: #fff;
  width: 100%;
  margin-top: 138px;
  /* overflow-x: hidden; */
}

.mCustomScrollbar {
  padding: 0;
  margin: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dddddd !important;
  width: 5px !important;
  /* border-radius: 0px; */
}

.mCSB_inside > .mCSB_container {
  /* margin-right: 10px; */
  margin-left: 0px;
}

.btn-primary {
  padding: 0 15px;
  border: 0px;
  background: linear-gradient(
    90deg,
    rgba(232, 112, 60, 1) 0%,
    rgba(255, 77, 0, 1) 100%
  );
  height: 46px;
  line-height: 46px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}

.btn-primary:after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  border-radius: 5px;
  background-color: #fe4f03;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.2s;
}

.btn-primary:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}

/* .btn-primary:hover {
  background: linear-gradient(90deg, rgba(255, 77, 0, 1) 0%, #030130 100%);
} */

/* .btn-primary img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
} */

.btn-primary-border {
  padding: 0 15px;
  border: 1px solid var(--primary);
  height: 46px;
  line-height: 46px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  color: var(--primary);
  border-radius: 5px;
}

.btn-primary-border:hover {
  background-color: var(--primary);
  color: var(--white);
}

.btn-primary-border img {
  margin-left: 15px;
}

.btn-primary-border:hover img {
  filter: brightness(0) invert(1);
}

/* header */

.header {
  width: 100%;
  background-color: var(--white);
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.sticky {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-50px);
  transition: transform 0.35s ease-in-out;
  z-index: 100000 !important;
}

.main-header {
  display: flex;
}

.header .mobile-menu,
.header_sticky .mobile-menu {
  display: none;
}

.header .logo {
  padding: 12px 0;
}

.header .logo a {
  display: block;
}

.header .main-header-right {
  margin-left: auto;
}

.header .main-header-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .main-header-right ul li {
  display: inline-block;
}

.header .main-header-right ul li a {
  color: #666666;
  font-weight: 400;
  margin: 27px 0;
  display: block;
  transition: all 0.4s;
}

.header .main-header-right ul li a:hover {
  color: var(--primary);
  transition: all 0.4s;
}

.header .main-header-right ul li a img {
  margin-right: 5px;
}

.main-menu-div {
  width: 100%;
  /* padding: 5px 0; */
  display: flex;
}

.main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  display: inline-block;
}

.main-menu ul li a {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  display: block;
  transition: all 0.4s;
  margin-right: 30px;
  transform: all 0.4s;
  line-height: 60px;
}

.main-menu ul li a:hover {
  color: var(--primary);
  transform: all 0.4s;
}

.main-menu ul li a i {
  color: var(--primary);
  margin-left: 5px;
}

.main-menu-right {
  margin-left: auto;
}

.header-search {
  color: #666;
  font-weight: 600;
  margin-right: 30px;
  line-height: 46px;
  display: inline-block;
  transition: all 0.4s;
}

.header-search:hover {
  color: var(--primary);
  transition: all 0.4s;
}

.mobile-search {
  display: none !important;
}

.header_sticky {
  /* position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important; */
  width: 100%;
  background-color: var(--white);
  position: sticky;
  top: 0;
  z-index: 10000;
  transform: translateY(0px);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

/* .header_sticky .logo {
  padding: 6px 0;
}

.header_sticky .logo img {
  width: 100px;
}

.header_sticky .logo a {
  display: block;
}

.header_sticky .main-header-right {
  margin-left: auto;
}

.header_sticky .main-header-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header_sticky .main-header-right ul li {
  display: inline-block;
}

.header_sticky .main-header-right ul li a {
  color: #666666;
  font-weight: 600;
  margin: 10px 0;
  display: block;
  transition: all 0.4s;
}

.header_sticky .main-header-right ul li a:hover {
  color: var(--primary);
  transition: all 0.4s;
}

.header_sticky .main-header-right ul li a img {
  margin-right: 5px;
} */

/* footer */

.footer {
  width: 100%;
  padding: 70px 0 0 0;
  background: linear-gradient(
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.cta {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.cta h4 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin-bottom: 30px;
}

.top-footer {
  padding-bottom: 40px;
}

.top-footer p {
  font-size: 14px;
  line-height: 24px;
  color: var(--black);
}

.top-footer h5 {
  font-size: 16px !important;
  font-family: var(--fonts);
  color: var(--black);
  font-weight: 600;
  margin-bottom: 15px;
}

.top-footer ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.top-footer ul.footer-menu li a {
  color: var(--black);
  font-size: 14px;
  padding: 4px 0 !important;
  display: block;
  transition: all 0.4s;
  font-weight: 400;
}

.top-footer ul.footer-menu li a:hover {
  color: var(--primary);
  transition: all 0.4s;
}

.social-media {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.social-media li {
  display: inline-block;
}

.social-media li a {
  background-color: var(--primary) !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px !important;
  transition: all 0.3s;
  font-size: 20px;
}

.social-media li a:last-child {
  margin-right: 0;
}

.social-media li a:hover {
  background-color: var(--secondary) !important;
  transition: all 0.3s;
}

.footer-contact {
  text-align: right;
}

.footer-contact a {
  text-align: right;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: var(--black);
  transition: all 0.3s;
}

.footer-contact a:hover {
  color: var(--primary);
  transition: all 0.3s;
}

.footer-client-logo {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-client-logo li {
  display: inline-block;
}

.footer-client-logo li img {
  width: 80px;
}

.copyrights-footer {
  padding: 30px 0;
}

.copyrights {
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  margin: 0;
}

.copyrights span {
  margin: 0 5px;
}

.copyrights a {
  display: inline-block;
  color: var(--black);
  transition: all 0.3s;
}

.copyrights a:hover {
  color: var(--primary);
  transition: all 0.3s;
}

.footer-contact br,
.copyrights br {
  display: none;
}

.power-by {
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  margin: 0;
  text-align: right;
}

.power-by a {
  display: inline-block;
  color: var(--black);
  transition: all 0.3s;
}

.power-by a:hover {
  color: var(--primary);
  transition: all 0.3s;
}

/* Back Link */

.back-link {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--black);
  font-weight: 600;
  transition: all 0.4s;
}

.back-link:hover {
  color: var(--primary);
  transition: all 0.4s;
}

.back-link img {
  margin-right: 10px;
}

/* breadcrumb */

.breadcrumb {
  position: absolute;
  top: -55px;
  font-size: 14px !important;
}

.breadcrumb a {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, ">");
  font-weight: 400;
}

.breadcrumb-dark a,
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: var(--black) !important;
}

.breadcrumb-item.active {
  color: #e8703c;
  font-weight: 600;
}

/* sidebar menu */

.sidebar_menu {
  height: 100vh;
  width: 100%;
  /* overflow-y: scroll; */
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  /* box-shadow: -0px 0px 15px 0px rgba(0, 0, 0, 0.3); */
  display: none;
  /* overflow: hidden !important; */
}

.sidebar_menu .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
  content: " ";
  z-index: -100;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar_menu .content {
  /* max-width: 400px; */
  width: 100%;
  height: calc(100vh);
  padding: 15px 0;
  background-color: #fff !important;
  overflow-y: scroll;
  float: right;
  /* overflow: hidden !important; */
  background-color: #f1f1f1;
}

.sidebar_menu .head {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  margin-bottom: 15px;
  padding: 0 20px;
}

.sidebar-logo img {
  width: 120px !important;
  padding: 11px 0;
}

.sidebar_menu .accordion {
  height: calc(100% - 110px);
  padding: 0 20px;
  /* padding-right: 10px;
    padding-left: 10px; */
  /* background-color: var(--white); */
}

.sidebar_menu_list {
  padding: 0;
}

.sidebar_menu_list .accordion-item {
  background: none;
  background-color: none;
  border: none;
  text-transform: uppercase;
  /* margin-bottom: 5px; */
  font-family: var(--font) !important;
}

.sidebar_menu_list .accordion-button,
.sidebar_menu_list a {
  background: none;
  background-color: none;
  border: none;
  color: var(--black);
  /* background-color: var(--secondary); */
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 48px;
  text-transform: capitalize;
  padding: 0;
  letter-spacing: 0px;
  display: flex;
  font-family: var(--fonts) !important;
  border: 1px solid transparent;
  position: relative;
}

.sidebar_menu_list a i {
  position: absolute;
  right: 0px;
  color: var(--primary);
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar_menu_list a.active,
.sidebar_menu_list .accordion-button.active,
.sidebar_menu_list a:hover,
.sidebar_menu_list .accordion-button:hover {
  color: var(--black);
  background-color: #e8e8e8 !important;
}

.sidebar_menu_list .accordion-button::after {
  background-image: url(../images/plus.png);
  width: 15px;
  height: 16px;
  background-size: 15px;
}

.sidebar_menu_list .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
  width: 15px;
  height: 16px;
}

.sidebar_menu_list .accordion-body {
  padding: 0px 15px;
  background-color: #fff !important;
}

.sidebar_menu_list .accordion-body ul {
  padding: 0;
  margin-top: 0rem;
  margin-bottom: 0rem;
  list-style-type: none;
}

.sidebar_menu_list .accordion-body ul li a {
  font-size: 16px !important;
  line-height: 30px !important;
  color: var(--black);
  font-weight: 600 !important;
  text-transform: none;
  padding: 5px 0;
  border: none;
  margin-bottom: 3px;
}

.sidebar_menu_list .accordion-body ul li a i {
  margin-right: 10px;
  margin-top: 7px;
  font-size: 15px;
  color: var(--primary);
}

.sidebar_menu .logo img {
  width: 150px;
}

.menu-icon {
  width: 15px;
  height: 15px;
  margin: 7px 10px 0 0;
  transform: rotate(45deg);
}

.cloase_btns {
  background-color: var(--white);
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  color: var(--black);
  border: 2px solid var(--black);
  text-align: center;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 10000;
  line-height: 0px !important;
  transition: 0.3s;
}

.cloase_btns:hover {
  background-color: var(--black);
  color: var(--white);
  position: absolute;
  transition: 0.3s;
}

.sidebar_menu .big-menu-nav:last-child {
  border: none;
}

.sidebar_menu .big-menu-nav:last-child h3 {
  margin-top: 40px;
  border: none;
}

.sidebar_menu .big-menu-nav:last-child li {
  width: auto;
}

.sidebar_menu .big-menu-nav:last-child .big-menu-category li a {
  font-size: 18px;
}

/* .sidebar_menu .big-menu-nav:last-child .sub-menu li a,
.sidebar_menu .big-menu-nav:last-child .sub-menu li a:hover {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
} */

/* Page Common */

.section-title {
  font-size: 32px;
  font-weight: 650;
  font-family: var(--font-title);
  margin-bottom: 10px;
}

.section-sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.section-title-text span {
  font-weight: 600;
}

.button-next {
  position: absolute;
  bottom: 0;
  right: calc(50% - 90px);
  /* transform: translateX(-50%); */
}

.button-prev {
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
  /* transform: translateX(-50%); */
}

.scroll {
  display: inline-block;
  position: absolute;
  color: var(--primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  margin: 0;
}

/* mega menu, menu & sub-menu  */

.header .main-menu div.mega-menu {
  height: auto;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 99;
  display: none;
  border: 0;
  left: 0;
  top: 139px;
  padding: 15px;
  border-radius: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px 0px !important;
}

.main-menu li:hover div.mega-menu {
  display: block;
}

.mega-menu-list-div {
  padding: 15px 0;
}

.mega-menu-list,
.mega-menu-list-div a {
  padding: 0 !important;
}

.mega-menu-list {
}

.mega-menu-title {
  color: var(--black);
  font-size: 16px;
  display: block;
  padding: 10px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: var(--fonts) !important;
  border-radius: 10px;
  margin-right: 0px !important;
}

.mega-menu-title:hover {
  color: var(--black);
  background-color: #f5f5f5;
}

.mega-menu-title i {
  color: var(--primary);
}

.mega-menus {
  height: auto;
  width: 100%;
  position: relative;
  border: 0;
  display: block !important;
}

.mega-menus li {
  display: block;
  width: 100%;
  text-transform: none;
  padding: 0;
}

.mega-menu-list {
  padding: 0 15px;
  max-height: 285px;
}

.main-menu ul.mega-menus li a {
  font-size: 14px !important;
  color: var(--black) !important;
  width: 100% !important;
  display: block !important;
  height: auto;
  padding: 8px 10px !important;
  border-radius: 10px;
  line-height: 18px !important;
  text-align: left;
  border: 0 !important;
  margin: 0 !important;
  transition: none !important;
  font-weight: 400 !important;
}

.main-menu ul.mega-menus li:hover a {
  background-color: #f5f5f5;
  color: var(--black) !important;
  transition: all 0.3s;
}

.main-menu ul.menus {
  height: auto;
  width: 275px;
  background: #fff !important;
  position: absolute;
  z-index: 99;
  display: none;
  border: 0;
  z-index: 100;
  top: 139px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px 0px !important;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  max-height: 475px;
}

.main-menu ul.menus li {
  display: block;
  width: 100%;
  text-transform: none;
  padding: 0;
}

.main-menu li:hover ul.menus {
  display: block;
}

.main-menu ul.menus li {
  background-color: #fff;
}

.main-menu ul.menus li a {
  font-size: 16px !important;
  line-height: 18px;
  color: var(--black) !important;
  width: 100% !important;
  display: block !important;
  height: auto !important;
  /* line-height: 50px !important; */
  text-align: left;
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  transition: background-color 0.5s !important;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px !important;
}

.main-menu ul.menus li:hover a {
  color: var(--black) !important;
}

.main-menu ul.menus li a:hover {
  background-color: #f5f5f5;
  color: var(--black) !important;
  transition: background-color 0.5s !important;
}

.main-menu ul.menus .submenu {
  display: none;
  position: absolute;
  left: 265px;
  background: #fff;
  top: 0;
  width: 260px;
  color: var(--black);
}

.main-menu ul.menus .submenu li a {
  background-color: #f1f1f1;
  color: var(--black) !important;
}

.main-menu ul.menus .submenu li:hover a {
  background-color: #f5f5f5;
  color: var(--black) !important;
}

.main-menu ul.menus .has-submenu:hover .submenu {
  display: block;
}

/* new sub menu */

.sub-menu-div {
  position: absolute !important;
  top: 0;
  left: 0;
  padding: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  display: none;
}

.sub-menu-close {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--primary) !important;
  padding: 0 20px !important;
  margin-bottom: 20px;
}

.sub-menu-close i {
  font-size: 16px !important;
  margin-right: 10px !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  transform: none !important;
  z-index: 1;
  line-height: 50px;
}

.sub-menu-title {
  font-size: 22px;
  font-weight: 400;
  color: var(--black);
  padding: 0 20px;
  font-family: var(--fonts);
  text-transform: none;
}

.super-sub-menu {
  height: 400px;
}

.super-sub-menu .set {
  position: relative;
  width: 100%;
  height: auto;
}

.super-sub-menu .set ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 20px;
}

.super-sub-menu .set ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px !important;
  color: var(--black) !important;
  font-weight: 400 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0;
  font-family: var(--fonts) !important;
}

.super-sub-menu .set > a {
  display: block;
  text-decoration: none;
  font-size: 18px !important;
  color: var(--black) !important;
  font-weight: 700 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: var(--fonts) !important;
  padding: 0;
  /* background-color: #fff; */
}

.super-sub-menu .set > a:hover {
  background-color: #fff;
}

.super-sub-menu .set .tag {
  position: relative;
  font-size: 16px;
  font-family: var(--font-text) !important;
  line-height: 25px;

  padding: 12px 20px;
  letter-spacing: 0px !important;
}

.super-sub-menu .set .tag img {
  margin-top: -5px;
}

.super-sub-menu .set a.active .tag {
  color: var(--black) !important;
}

.super-sub-menu .set .faq-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 7px;
  position: relative;
  padding: 0;
  color: var(--secondary) !important;
  text-align: center;
  z-index: 0;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
}

.super-sub-menu .set .faq-btn i {
  margin: 5px;
  position: relative;
  top: 50%;
  right: 15px;
}

.super-sub-menu .set .faq-btn:hover {
  color: #fff;
  transition: all 0.5s;
}

.super-sub-menu .set .faq-btn:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

.super-sub-menu .set .faq-btn:hover::after {
  position: absolute;
  width: 100%;
  transition: width 0.5s;
}

.super-sub-menu .acc-content {
  display: none;
  padding: 0px 20px 10px 20px;
  background-color: #f5f5f5;
}

.super-sub-menu .acc-content a {
  line-height: 40px !important;
  height: 40px !important;
  padding: 0;
  font-size: 16px;
  color: var(--black) !important;
  font-weight: 400 !important;
  font-family: var(--font-text);
  letter-spacing: 0px !important;
}

.super-sub-menu .acc-content a:last-child {
  margin: 0;
}

/* Enquiry */

.inquiry-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--black);
}

.header-enquiry {
  height: 100vh !important;
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  /* box-shadow: -0px 0px 15px 0px rgba(0, 0, 0, 0.3); */
  display: none;
  /* overflow: hidden !important; */
}

.header-enquiry .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh !important;
  content: " ";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.enq-content {
  max-width: 500px;
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  padding: 15px;
  background-color: #fff !important;
  background-color: #f1f1f1;
  border-radius: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.enq-list {
  width: 100%;
  border-bottom: 1px solid #ccc;
  min-height: 120px;
  border-radius: 0px;
  display: flex;
  margin-bottom: 15px;
}

/* .enq-list img {
  width: auto;
  height: 100%;
  max-height: 120px;
  border-radius: 10px;
} */

.inq-img {
  width: 110px;
  height: 90px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  position: relative;
  border-radius: 10px;
}

.inq-img img {
  max-width: calc(100% - 6px);
  max-height: calc(100% - 6px);
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.enq-list .content-div {
  width: 100%;
  float: right;
  height: 120px;
  display: block;
  position: relative;
}

.enq-list .content-div .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0px 50px 15px 15px;
}

.enq-list .content-div .text h4 {
  font-size: 18px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 15px;
}

.enq-list .content-div .text p {
  font-size: 16px;
  color: var(--primary);
  font-weight: 400;
  line-height: 18px;
}

.enq-list .content-div .text p span {
  color: var(--black);
}

.enq-list .delete-enq {
  position: absolute;
  right: 0px;
  bottom: 15px;
  transition: all 0.3s;
}

.enq-list .delete-enq img {
  border-radius: 0px;
  filter: brightness(0);
  transition: all 0.3s;
}

.enq-list .delete-enq:hover img {
  filter: none;
  transition: all 0.3s;
}

.enq-list .delete-enq:hover {
  color: var(--black);
  transition: all 0.3s;
}

.hide_enquiry {
  background-color: transparent;
  width: 30px;
  height: 30px;
  color: var(--black);
  border: 2px solid var(--black);
  border-radius: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 28px;
  text-align: center;
  transition: background-color 0.3s;
}

.hide_enquiry:hover {
  background-color: var(--black);
  color: var(--white);
  transition: background-color 0.3s;
}

.header .inquiry-count {
  background-color: var(--primary);
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 20px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  left: 10px;
  top: 19px;
  padding: 0;
}

.header_sticky .inquiry-count {
  background-color: var(--primary);
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  left: 10px;
  top: 18px;
  padding: 0;
}

.inq-continue-shop a {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}

.inq-continue-shop a:hover,
.inq-continue-shop a i {
  color: var(--primary);
  transition: all 0.3s;
}

/* right fix btn */
.right-fix-btn {
  width: 50px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 0;
  background-color: #113460;
  transition: width 0.5s;
  border-radius: 10px 0 0 10px;
  z-index: 100;
}

.right-fix-btn:hover {
  width: 300px;
  transition: width 0.5s;
}

.right-fix-btn ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.right-fix-btn ul li {
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.right-fix-btn ul li:last-child {
  border: 0px;
}

.right-fix-btn ul li p {
  line-height: 45px;
  text-wrap: nowrap;
}

.right-fix-btn ul li p a {
  color: #fff;
  transition: color 0.3s;
  font-size: 18px;
}

.right-fix-btn ul li p a:hover {
  color: var(--primary);
  transition: color 0.3s;
}

.right-fix-btn ul li img {
  width: 20px;
  height: 20px;
  margin-right: 25px;
}

.close-right-fix-btn {
  display: none;
}

/* add inquiry */
#addInq {
  cursor: pointer;
  display: inline-block;
}

.add-inq-div {
  width: 100%;
  max-width: 332px;
  height: auto;
  padding: 15px;
  position: absolute !important;
  top: 60px;
  right: 0px;
  background-color: #fff;
  border-radius: 20px;
  z-index: 100000;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1) !important;
  display: none;
}

.add-inq-div h5 {
  color: var(--primary);
  font-family: var(--fonts) !important;
  font-weight: 600;
}

.product-added {
  position: relative;
  height: 90px;
}

.product-added .img-div {
  width: 75px;
  height: 65px;
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.product-added .img-div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.added-name {
  width: 100%;
  height: auto;
  padding-left: 85px;
  position: absolute;
  top: 0;
}

.product-added h6 {
  font-family: var(--font-title);
  font-weight: 600;
  color: var(--black);
  height: 20px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Change to your max lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-added p {
  font-family: var(--fonts);
  font-weight: 400;
  color: var(--primary);
  font-size: 14px;
  text-align: left !important;
}

.product-added p span {
  color: var(--black);
}

.add-inq-div p {
  text-align: center;
  margin: 0;
}

.add-inq-div p a {
  color: var(--black);
  font-family: var(--fonts) !important;
  font-weight: 400;
  transition: all 0.2s;
}

.add-inq-div p a i {
  color: var(--primary);
}

.add-inq-div p a:hover {
  color: var(--primary);
  transition: all 0.2s;
}

.product-added {
  width: 100%;
}

.show-add-inq {
  display: block;
}

.hide_add_inq {
  background-color: var(--white);
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 22px;
  color: var(--black);
  border: 2px solid var(--black);
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10000;

  transition: 0.3s;
  font-size: 12px;
}

/* user */

#userMenu {
  cursor: pointer;
  display: inline-block;
}

.header-user-div {
  width: 270px;
  height: auto;
  padding: 15px;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #fff;
  border-radius: 20px;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1) !important;
  display: none;
}

/* #userMenu:hover + .header-user-div {
  display: block !important;
} */

.header-user-div.login-div p {
  font-size: 16px;
  color: var(--black);
  font-weight: 400;
}

.header-user-div.login-div p a {
  color: var(--primary) !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  display: inline-block !important;
}

.header-user-div.login-div p a:hover {
  color: var(--secondary) !important;
}

.user-name {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-left: 45px;
  line-height: 37px;
  padding-bottom: 10px;
  color: var(--black);
  border-bottom: 1px solid #d8d8d8;
}

.header-user-div.logout-div .user-logo {
  width: 37px;
  height: 37px;
  line-height: 37px;
  color: var(--white);
  font-size: 18px;
  background: linear-gradient(
    90deg,
    rgba(232, 112, 60, 1) 0%,
    rgba(255, 77, 0, 1) 100%
  );
  display: block;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  left: 0;
}

.header-user-div.logout-div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-user-div.logout-div ul li {
  display: block;
  position: relative;
}

.header-user-div.logout-div ul li a {
  display: block;
  padding: 0;
  margin: 10px 0;
}

.header-user-div.logout-div ul li a span {
  position: absolute;
  top: 3px;
  left: 110px;
  background-color: var(--primary);
  width: 20px;
  height: 20px;
  color: var(--white);
  text-align: center;
  line-height: 20px;
  border-radius: 20px;
  font-size: 12px;
}

.show-user {
  display: block;
}

/* Search Filter */

#filter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(100%);
  transition: transform 0.2s ease-in-out;
}

#filter.open_filter {
  transform: translateY(0);
}

.main_filter {
  height: 100vh !important;
  width: 100%;
  /* max-height: 600px; */
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  display: none;
  background-color: transparent;
}

.main_filter .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1000;
  position: fixed;
  top: 0;
  left: 0;
}

.main_filter .content {
  text-align: left;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* background-color: #fff; */
  /* padding: 50px 10px; */
}

.search-head {
  background-color: #fff;
  padding: 15px 0;
  width: 100%;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 1) !important;
  border-radius: 20px 20px 0 0;
}

.search-content {
  background-color: #fff;
  padding: 30px 30px 40px 30px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 1) !important;
  height: calc(100vh - 200px);
  max-height: 600px;
  overflow-y: auto;
}

.search-div .form-control {
  border-radius: 5px;
  height: 50px;
  border-color: #ccc;
  background-color: #fff;
  padding-right: 60px;
  margin: 10px 0;
  padding-left: 15px;
  width: 100% - 100px !important;
}

.search-div {
  position: relative;
  padding: 0;
}

.search-btn {
  position: absolute;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  z-index: 10;
  border: none;
  color: #666;
}

/* ai btn */

.ai-title-img {
  width: 25px;
}

.ai-search-btn {
  height: 60px;
  font-size: 18px;
  border-radius: 50px;
  position: relative;
  z-index: 10;
  border: none;
  color: #000;
  background-color: var(--white);
  border: 5px solid #0000;
  border-radius: 100px;
  background: linear-gradient(#ea703a, #063174) border-box;
  background-clip: border-area;
  /* The new added value */
  width: 170px !important;
  margin: 10px 0 10px 15px;
}

.without-transparency {
  border: 2px solid #0000 !important;
  background:
    conic-gradient(#f1f1f1 0 0) padding-box,
    linear-gradient(45deg, #ea703a, #ea703a, #063174, #063174) border-box !important;
  transition: all 0.5s !important;
}

.without-transparency:focus,
.without-transparency:hover {
  border: 2px solid #0000;
  background:
    conic-gradient(#fafafa 0 0) padding-box,
    linear-gradient(45deg, #063174, #063174, #ea703a, #ea703a) border-box !important;
  transition: all 0.5s;
}

.without-transparency img {
  width: 23px;
  margin-right: 10px;
}

.ai-suggest-btn {
  background-color: #fff;
  border: 0px;
  /* min-height: 45px; */
  font-size: 16px;
  padding: 12px 15px 12px 50px;
  width: 100%;
  text-align: left;
  position: relative;
  border-radius: 10px;
  transition: all 0.4s;
  margin: 5px 0;
  border: 0px solid #fff;
}

.ai-suggest-btn:hover {
  background-color: #f1f1f1;
  transition: all 0.4s;
  border: 0px;
}

.ai-suggest-btn img {
  width: 20px;
  position: absolute;
  left: 15px;
  top: 12px;
}

.ai-search-btn-round {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: 45px;
  width: 45px;
  border-radius: 25px;
  z-index: 10;
  border: none;
  color: #fff;
  background-color: transparent;
}

.ai-search-btn-round img {
  width: 20px;
  margin-left: -4px !important;
}

.loader {
  width: 100%;
  text-align: center;
}

.loader img {
  width: 175px;
}

/* ai button */

.main_filter h4 {
  text-align: center;
  color: var(--primary);
  font-size: 21px;
  font-weight: 700;
}

.search-product {
  background-color: #fff;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
}

.search-img-div {
  width: 100%;
  text-align: center;
  position: relative;
  width: 100%;
  height: 130px;
}

.search-img-div img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_filter h5 {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--fonts);
}

.main_filter h6 {
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hide_filter {
  background-color: var(--white);
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  color: var(--black);
  border: 2px solid var(--black);
  text-align: center;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 10000;
  line-height: 0px !important;
  transition: 0.3s;
}

.hide_filter:hover {
  background-color: var(--black);
  color: var(--white);
  position: absolute;
  transition: 0.3s;
}

.main_filter .nav .nav-link {
  background-color: var(--white);
  border: 1px solid var(--black);
  font-size: 18px;
  color: var(--black);
  margin: 0 5px;
  font-weight: 600;
  font-family: var(--fonts) !important;
}

.main_filter .nav .nav-link.active {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.main_filter .nav .nav-link.active img {
  filter: brightness(0) invert(1);
}

/* Page Head */

.page-head {
  width: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--secondary);
}

.page-head h1 {
  font-size: 42px;
  font-weight: 700;
  font-family: var(--font-title);
  margin-bottom: 15px;
}

.page-head p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--fonts);
}

.page-head-large {
  width: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--secondary);
}

.page-head-large h1 {
  font-size: 42px;
  font-weight: 700;
  font-family: var(--font-title);
  margin-bottom: 15px;
}

.page-head-large p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--fonts);
}

select {
  background-image: url("../images/down-arrow-orange.png") !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  border-radius: 2px;
  border: none;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* before-after */

.compare {
  position: relative;
  width: 100%;
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d6d2c7;
  user-select: none;
}

.panel-compare.after {
  position: relative;
  width: 100%;
}

.panel-compare.before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.after {
  background-position: center;
  background-repeat: no-repeat;
}

.before {
  background-position: center;
  background-repeat: no-repeat;
}

.after img,
.before img {
  width: 100%;
  height: auto;
  display: block;
}

.before img {
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 3px;
  background: #fff;
  pointer-events: none;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  line-height: 40px;
}

.divider::after {
  content: "\f104\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
  position: absolute;
  font-weight: 900;
  color: var(--black);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  z-index: 2;
}

.slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 3;
}

.label {
  position: absolute;
  top: 12px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 1);
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
}

.label-before {
  left: 12px;
}

.label-after {
  right: 12px;
}

.caption {
  margin-top: 16px;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.6;
}

.before-after-text {
  color: var(--white);
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: var(--fonts) !important;
  font-size: 24px;
}

.col-lg-2-5 {
  flex: 0 0 auto;
  width: 20%;
}

.footer-logo-text {
  color: var(--black);
}
/* end-before-after */

/* faq */
/* faq */

.faq {
  background: linear-gradient(
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.faq .set {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}

.faq .set > a {
  display: block;
  text-decoration: none;
  padding: 25px 15px;
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
  font-family: var(--font-title);
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* background-color: #fff; */
  background-color: #fff;
  border-radius: 0px;

  border-radius: 20px;
}

.faq .set .tag {
  padding-right: 50px;
  position: relative;
}

.faq .set i {
  float: right;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 30px;
  color: var(--primary);
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border: 2px solid var(--primary);
}

.faq .set > a.active {
  /* background-color: #e7edf8; */
  color: var(--black);
}

.faq .acc-content {
  /* background-color: #e7edf8; */
  display: none;
  padding: 0px;
  padding: 10px 15px 15px 15px;
}

.faq .acc-content p {
  margin-bottom: 35px !important;
  font-family: var(--fonts);
  font-weight: 400;
  color: var(--black);
  text-align: left;
}

.faq .acc-content p:last-child {
  margin-bottom: 10px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  color: #fff !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--white);
}

.select2-search__field::placeholder {
  color: var(--black);
  opacity: 1 !important; /* Firefox */
}

/* .select2-search--inline,
.select2-search__field {
  width: calc(100% - 25px) !important;
} */

.area-business {
  overflow-x: hidden !important;
}

/* .select2-container--open .select2-search {
  display: none;
} */

/* responsive */

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1300px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1100px) {
  .main {
    margin-top: 70px;
  }
  .section-title {
    font-size: 24px;
    font-weight: 700;
  }
  .section-sub-title {
    font-size: 14px;
    font-weight: 600;
  }
  .btn-primary,
  .btn-primary-border {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .header .mobile-menu {
    display: none;
    margin: 25px 15px 25px 0;
    display: inline-block;
    height: 20px;
  }
  .header .main-header-right ul li a {
    margin: 23px 0;
  }
  .header .logo img {
    width: 130px;
  }
  .main-menu-div,
  .main-header-right span {
    display: none;
  }
  .mobile-search {
    display: inline-block !important;
  }
  .main_filter .nav .nav-link {
    background-color: var(--white);
    border: 1px solid var(--black);
    font-size: 14px;
    color: var(--black);
    margin: 0 5px;
    font-weight: 600;
    padding: 10px 8px;
  }
  .cta h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .footer-contact {
    text-align: left;
    line-height: 40px;
  }
  .copyrights-footer {
    padding: 20px 0;
  }
  .copyrights {
    line-height: 24px;
  }
  .copyrights-span-hide {
    display: none;
  }
  .power-by {
    text-align: center;
    margin: 15px 0;
  }
  .footer-contact br,
  .copyrights br {
    display: block;
  }
  .accordions {
    cursor: pointer;
    margin: 0 !important;
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 0;
  }
  .accordions:after {
    /* content: "+"; */
    content: "\f105";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-size: 20px;
    color: #fead42 !important;
    float: right;
    margin-left: 5px;
  }
  .accordions.active:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
    font-size: 20px;
  }
  .panel {
    height: 0% !important;
    transition: all 1s linear;
    margin-bottom: 0px;
    display: none;
  }
  .panel.show {
    height: auto !important;
    transition: all 1s linear;
    display: block;
    margin-top: 10px !important;
  }
  .social-media {
    text-align: center;
  }
  .header-enquiry {
    padding: 20px;
    top: 0 !important;
    transform: none !important;
    right: 0 !important;
    height: 100%;
  }
  .enq-list .content-div {
    width: 100%;
    height: auto;
    min-height: 100px;
    float: none;
  }
  .enq-list .content-div .text {
    padding: 0 30px 0 15px;
    text-align: left;
  }
  .enq-list .content-div .text h4 {
    font-size: 16px;
  }
  .inquiry-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .super-sub-menu .set .tag {
    padding: 8px 20px;
  }

  .sidebar_menu_list .accordion-button,
  .sidebar_menu_list a {
    line-height: 35px;
  }
  .sub-menu-close {
    line-height: 48px !important;
  }

  .page-head {
    padding: 15px 0 !important;
  }

  .page-head h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--font-title);
    margin-bottom: 15px;
  }
  .page-head p {
    font-size: 16px;
  }

  .page-head-large h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--font-title);
    margin-bottom: 15px;
  }
  .page-head-large p {
    font-size: 16px;
  }

  .section-padding {
    padding: 50px 0;
  }
  .product-detail-name {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--font-title);
    margin-bottom: 15px;
  }
  .product-code {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--fonts);
  }
  .breadcrumb {
    display: none;
  }
  .back-link {
    font-size: 14px;
  }
  .product-code {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .product-detail-name {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-title);
    margin-bottom: 0px;
  }
  .search-content {
    padding: 15px 15px 50px 15px;
  }
  .footer-contact a {
    font-size: 18px;
  }
  .top-footer p {
    font-size: 12px;
    line-height: 24px;
  }
  .footer-logo-text {
    font-size: 14px;
    text-align: left;
  }
  .before-after-text {
    font-size: 18px;
    bottom: 10px;
  }
  .divider::after {
    font-size: 20px;
  }
  .divider::before {
    width: 35px;
    height: 35px;
  }

  .hide_filter {
    top: -35px;
    right: 10px;
  }

  .enq-list .content-div .text p {
    font-size: 14px;
    margin: 0;
  }

  .right-fix-btn {
    width: 35px;
    padding: 25px 0 15px 0;
  }

  .right-fix-btn ul {
    padding: 0;
    border-radius: 10px 0 0 15px;
    overflow: hidden;
  }

  .right-fix-btn ul li {
    line-height: 30px;
    height: 30px;
    padding: 0 15px 0 10px;
  }

  .right-fix-btn ul li p {
    line-height: 30px;
    margin-bottom: 15px;
  }

  .right-fix-btn ul li p a span {
    font-size: 16px;
    font-weight: 400;
  }

  .right-fix-btn ul li img {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }

  .close-right-fix-btn {
    display: block;
    color: var(--white);
    position: absolute;
    top: 5px;
    left: 230px;
  }
  .close-right-fix-btn:hover {
    color: var(--primary);
  }

  .faq .set > a {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 15px;
  }
  .faq .acc-content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}
