@import url('components/base.css');
@import url('components/animation.css');
@import url('components/common.css');
@import url('components/button.css');
@import url('components/loader.css');
@import url('components/scroll_top.css');
@import url('components/sidebar.css');
@import url('components/breadcrumb.css');

.custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 22px 25px;
  background-color: var(--white);
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 4px;
  color: var(--grad-1);
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-accordion .accordion-buttons {
    padding: 25px 28px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .custom-accordion .accordion-buttons {
    padding: 25px 28px;
    font-size: 16px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}

.custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: var(--ff-fontawesome);
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 16px;
  opacity: 1;
  color: var(--common-orange);
}

@media (max-width: 767px) {
  .custom-accordion .accordion-buttons::after {
    top: 35px;
    right: 25px;
    font-size: 13px;
  }
}

.custom-accordion .accordion-buttons:not(.collapsed) {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 11px 12px 0px rgba(0, 0, 0, 0.08);
}

.custom-accordion .accordion-buttons.collapsed {
  border: 1px solid #E3EBF4;
}

.custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}

.custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}

.custom-accordion .accordion-body {
  background-color: var(--white);
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 50px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .custom-accordion .accordion-body {
    font-size: 14px;
    padding-right: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-accordion .accordion-body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .custom-accordion .accordion-body {
    font-size: 13px;
    padding-right: 0px;
  }
}

.custom-accordion .accordion-body::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 70px;
  width: 1px;
  height: 75px;
  background-color: var(--common-orange);
}

@media (max-width: 767px) {
  .custom-accordion .accordion-body::after {
    display: none;
    visibility: hidden;
  }
}

.custom-accordion-2 {
  position: relative;
  z-index: 2;
}

.custom-accordion-2 .accordion-items {
  margin-bottom: 20px;
  background-color: var(--white);
  overflow: hidden;
  border-radius: 5px;
}

.custom-accordion-2 .accordion-items.faq-active {
  border-radius: 5px;
}

.custom-accordion-2 .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 38px 28px;
  text-align: left;
  padding-right: 90px;
  font-weight: 500;
  color: #13141B;
  font-family: var(--ff-heading);
  font-size: 24px;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--heading);
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-accordion-2 .accordion-buttons {
    padding: 25px 28px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-accordion-2 .accordion-buttons {
    font-size: 18px;
    padding: 25px 28px;
  }
}

@media (max-width: 767px) {
  .custom-accordion-2 .accordion-buttons {
    font-size: 18px;
    padding: 25px 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-accordion-2 .accordion-buttons {
    padding: 20px 28px;
  }
}

.custom-accordion-2 .accordion-buttons:not(.collapsed) {
  color: var(--color-2);
}

.custom-accordion-2 .accordion-buttons:not(.collapsed)::after {
  color: var(--color-2);
}

.custom-accordion-2 .accordion-buttons::after {
  position: absolute;
  content: "\f062";
  font-family: var(--ff-fontawesome);
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
  color: var(--heading);
  text-align: center;
  transition: 0.3s;
}

.custom-accordion-2 .accordion-buttons.collapsed::after {
  content: "\f063";
}

.custom-accordion-2 .collapsed {
  position: relative;
  z-index: 99;
}

.custom-accordion-2 .accordion-body {
  position: relative;
  background-color: var(--white);
  padding: 0;
  padding-top: 9px;
  padding-bottom: 40px;
  margin: 0 30px;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #5C727D;
}

@media (max-width: 767px) {
  .custom-accordion-2 .accordion-body {
    font-size: 15px;
  }
}

.section-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading);
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.section-subtitle::before {
  content: "";
  width: 9px;
  height: 2px;
  background-color: var(--color-1);
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .section-subtitle {
    font-size: 16px;
  }
}

.gradiant-section-subtitle {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(92.35deg, #FF4D8D 61.35%, #9C42EB 85.44%, #517EFB 99.89%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gradiant-section-subtitle {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-section-subtitle {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-section-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .gradiant-section-subtitle {
    font-size: 15px;
    padding: 8px 20px;
  }
}

.section-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 36px;
  }

  .section-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.title-shape {
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-shape {
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .title-shape {
    bottom: -13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .title-shape {
    bottom: -20px;
  }
}

.title-shape img {
  animation: section-animation 4s infinite;
}

/** slider title**/
.hero_subtitle {
  font-size: 20px;
  font-weight: 500;
  color: var(--heading);
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}

.hero_subtitle::before {
  content: "";
  width: 9px;
  height: 2px;
  background-color: var(--color-1);
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .hero_subtitle {
    font-size: 16px;
  }
}

.hero_title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
  .hero_title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .hero_title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .hero_title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .hero_title {
    font-size: 36px;
  }
}

.hero_title span {
  background: var(--grad-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-title-shape {
  position: absolute;
  bottom: -33px;
  left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider-title-shape {
    bottom: -27px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-title-shape {
    bottom: -27px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-title-shape {
    bottom: -25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-title-shape {
    bottom: -24px;
  }
}

@media (max-width: 767px) {
  .slider-title-shape {
    bottom: -20px;
  }
}

.slider-title-shape img {
  animation: section-animation 4s infinite;
}

.slider-2-title-shape {
  position: absolute;
  bottom: -25px;
  left: 0;
}

.slider-2-title-shape svg {
  animation: section-animation 4s infinite;
}

@media (max-width: 767px) {
  .slider-2-title-shape {
    bottom: -16px;
  }
}

.slider-3-title-shape {
  position: absolute;
  bottom: -71%;
  left: 22%;
  transform: rotate(61deg);
  z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .slider-3-title-shape svg {
    max-width: 200px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider-3-title-shape svg {
    max-width: 180px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-3-title-shape svg {
    max-width: 180px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-3-title-shape svg {
    max-width: 120px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .slider-3-title-shape {
    bottom: -88%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider-3-title-shape {
    bottom: -97%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-3-title-shape {
    bottom: -97%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-3-title-shape {
    bottom: -160%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-3-title-shape {
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .slider-3-title-shape {
    bottom: -13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-3-title-shape {
    bottom: -20px;
  }
}

.slider-3-title-shape svg {
  animation: section-animation 4s infinite;
}

/*----------------------------------------*/
/*  03. MEANMENU CSS START
/*----------------------------------------*/
.mobile-menu.mean-container {
  overflow: hidden;
}

@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}

.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--white);
}

.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #c00;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.mobile-menu .sidebar-social {
  margin-top: 20px;
}

.mobile-menu .sidebar-social a {
  margin-right: 5px;
  background-color: var(--theme-primary);
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

.sidebar-title h3 {
  color: var(--white);
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme-3);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--theme-2);
  border-color: #888888;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--theme-2);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  color: var(--white);
}

/*----------------------------------------*/
/*  02. header css start 
/*----------------------------------------*/
.header_sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 999;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

.header_sticky .header_transparent {
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.top_space {
  padding: 9px 0;
}

.ht_left span {
  color: var(--white);
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .ht_left span {
    font-size: 13px;
  }
}

.header-top__pl {
  padding-left: 103px;
}

.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  border-bottom: 1px solid #fff;
}

.hm_menu {
  margin-left: -35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hm_menu {
    margin-left: -75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hm_menu {
    margin-left: 0px;
  }
}

.hm_menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  border-right: 1px solid #fff;
  padding: 0 38px;
}

.hm_menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.hm_menu ul li:hover>a {
  color: var(--color-1);
}

.hm_menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: -5px;
  width: 240px;
  z-index: 999;
  padding: 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--white);
  border-top: 5px solid var(--color-1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hm_menu ul li .submenu>li {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  display: block;
}

.hm_menu ul li .submenu>li:last-child {
  margin-bottom: 0;
}

.hm_menu ul li .submenu>li a {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--heading);
  position: relative;
}

.hm_menu ul li .submenu>li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--color-1);
  transition: 0.7s;
  display: inline-block;
}

.hm_menu ul li .submenu>li:hover>a {
  color: var(--color-1);
}

.hm_menu ul li .submenu>li:hover>a::after {
  width: 100%;
  right: auto;
  left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hm_menu ul li {
    padding: 0 28px;
  }
}

.hm_menu ul li:last-child {
  border-right: none;
}

.hm_menu ul li>a {
  font-weight: 500;
  color: var(--heading);
  padding: 34px 0px;
  display: inline-block;
  text-transform: capitalize;
  transition: 0.3s;
}

.hm_icon_box span {
  padding: 0 7px;
  display: inline-block;
}

.hm_icon_box span img {
  width: 24px;
}

.hm_right {
  margin-left: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .hm_right {
    margin-left: 0;
  }
}

.hm_right ul li {
  display: inline-block;
}

.hm_icon_text {
  position: absolute;
  top: -11px;
  right: -3px;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: var(--white);
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background: #DD1D29;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .hm_left {
    padding: 10px 0;
  }
}

.hm_logo {
  width: 150px;
  height: auto;
}

.mm_bar {
  margin: 10px 0;
}

.mm_bar i {
  font-size: 16px;
  line-height: 40px;
  color: var(--white);
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 6px;
  background: var(--color-2);
  box-shadow: 0px 4px 8px rgba(51, 92, 154, 0.04);
}

.mm_container .submenu {
  display: none;
}

.mm_container .header-icon {
  display: none;
}

.mm_container ul {
  position: static;
  display: block;
  box-shadow: none;
}

.mm_container ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

.mm_container ul li a {
  text-transform: capitalize;
}

.mm_container ul li:not(:last-child)>a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mm_container ul li.has-dropdown>a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 28%;
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: var(--ff-fontawesome);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.mm_container ul li.has-dropdown>a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}

.mm_container ul li.has-dropdown>a .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(90deg);
}

.mm_container ul li.has-dropdown>a .dropdown-toggle-btn:hover {
  background-color: var(--common-orange);
  border-color: var(--grad-1);
  color: var(--common-orange);
}

.mm_container ul li.has-dropdown>a .dropdown-toggle-btn:hover i {
  color: var(--color-1);
}

.mm_container ul li.has-dropdown>a.expanded {
  color: var(--color-1);
}

.mm_container ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--color-1);
  border-color: var(--color-1);
  color: var(--white);
}

.mm_container ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--white);
}

.mm_container ul li.has-dropdown:hover>a::after {
  color: var(--common-orange);
}

.mm_container ul li:last-child a span {
  border-bottom: 0;
}

.mm_container ul li>a {
  display: block;
  color: var(--white);
  position: relative;
  padding: 15px 0;
  padding-right: 20px;
}

.mm_container ul li>a>i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}

.mm_container ul li img {
  width: 100%;
}

.mm_container ul li ul {
  padding: 0;
}

.mm_container ul li ul li {
  padding: 0;
}

.mm_container ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}

.mm_container ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}

.mm_container ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}

.mm_container ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}

.mm_container ul li:hover>a {
  color: var(--color-1);
}

.mm_container ul li:hover>a::after {
  color: var(--grad-1);
}

.mm_container ul li:hover>a .dropdown-toggle-btn i {
  color: var(--grad-1);
}

.mm_container ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.mm_container ul li .mega-menu,
.mm_container ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}

.mm_container ul li .mega-menu li,
.mm_container ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}

.mm_container ul li .mega-menu li:hover a .dropdown-toggle-btn,
.mm_container ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--grad-1);
}

.mm_container .hm_menu_content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}

.mm_container * ul,
.mm_container * li {
  transition: none !important;
}

/*----------------------------------------*/
/*  23. slider css start 
/*----------------------------------------*/
.hero_bg {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_bg {
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_bg {
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .hero_bg {
    padding-bottom: 100px;
  }
}

.hero__left-text p {
  font-size: 18px;
  padding-right: 50px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .hero__left-text p {
    font-size: 16px;
    padding-right: 0;
  }
}

.hero_section {
  padding-bottom: 30px;
}

.hero__thumb-box {
  padding-right: 45px;
  position: relative;
  z-index: 12;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .hero__thumb-box {
    padding-right: 0;
  }
}

.hero_contact {
  position: absolute;
  top: 19%;
  right: -1.3%;
  transform: rotate(-90deg);
  z-index: 22;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero_contact {
    right: -2.7%;
  }
}

.hero_contact a {
  font-weight: 400;
  font-size: 17px;
  color: var(--heading);
  font-family: var(--ff-heading);
  transition: 0.3s;
}

.hero_contact a:hover {
  color: var(--theme-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero_contact a {
    font-size: 14px;
  }
}

.hero_social {
  position: absolute;
  bottom: 27%;
  right: -5%;
  z-index: 22;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .hero_social {
    right: -5.5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero_social {
    right: -7%;
  }
}

.hero_social a {
  font-size: 14px;
  font-weight: 400;
  color: var(--heading);
  font-family: var(--ff-heading);
  margin-left: 35px;
  transition: 0.3s;
  font-family: var(--ff-heading);
}

.hero_social a:hover {
  color: var(--theme-2);
}

.hero_social a:first-child {
  margin-left: 0;
}

.hero__shape-1 {
  position: absolute;
  top: 12%;
  left: 2%;
  z-index: 1;
  animation: moving 9s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__shape-1 {
    top: 9%;
    left: -3%;
  }
}

.hero__shape-2 {
  position: absolute;
  top: -9.4%;
  right: -7.6%;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__shape-2 {
    right: -0.5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__shape-2 img {
    max-width: 70%;
  }
}

.hero__shape-3 {
  position: absolute;
  bottom: -17.4%;
  left: -5%;
  z-index: 1;
  animation: tptranslateY2 2s forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__shape-3 {
    left: -13%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__shape-3 {
    left: -25%;
    bottom: -10.4%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__shape-3 {
    left: 1%;
    bottom: -4.4%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__shape-3 img {
    max-width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__shape-3 img {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__shape-3 img {
    max-width: 80%;
  }
}

.hero__shape-4 {
  position: absolute;
  bottom: -7.4%;
  right: -16.6%;
  z-index: -1;
  animation: zoom 7s infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__shape-4 {
    right: -7.6%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__shape-4 {
    right: -1.6%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__shape-4 {
    right: -7.6%;
    bottom: 6%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__shape-4 img {
    max-width: 70%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__shape-4 img {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__shape-4 img {
    max-width: 70%;
  }
}

.hero__shape-6 {
  position: absolute;
  top: 19.3%;
  right: -6.1%;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__shape-6 img {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .hero_left {
    margin-bottom: 90px;
  }
}

.scroll-bg {
  position: absolute;
  bottom: 77px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll-bg {
    bottom: -1px;
  }
}

.scroll-bg-2 {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll-bg-2 {
    bottom: -1px;
  }
}

.mouse-scroll-btn {
  display: inline-block;
  width: 16px;
  height: 25px;
  border: 2px solid #09052F;
  border-radius: 30px;
  outline: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  z-index: 5;
}

.mouse-scroll-btn::after {
  position: absolute;
  top: 4px;
  left: 3px;
  content: "";
  height: 6px;
  width: 6px;
  border: 2px solid #09052F;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
}

.mouse-scroll-btn-2 {
  display: inline-block;
  width: 16px;
  height: 25px;
  border: 2px solid #343640;
  border-radius: 30px;
  outline: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  z-index: 5;
}

.mouse-scroll-btn-2::after {
  position: absolute;
  top: 4px;
  left: 3px;
  content: "";
  height: 6px;
  width: 6px;
  border: 2px solid #343640;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
}

.slider-5__space {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-5__space {
    padding: 120px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-5__left-box {
    margin-bottom: 50px;
  }
}

.slider-5__content-box p {
  color: #FF8717;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.slider-5__content-box span {
  color: var(--white);
  font-size: 34px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding-bottom: 35px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .slider-5__content-box span {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-5__content-box span {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-5__content-box span {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .slider-5__content-box span {
    font-size: 25px;
  }
}

.slider-5__content-box span del {
  color: #FF1515;
  font-size: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-5__content-box span del {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-5__content-box span del {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .slider-5__content-box span del {
    font-size: 17px;
  }
}

.slider-5__section-box {
  padding-bottom: 7px;
}

.slider-5__main-thumb {
  position: relative;
  z-index: 1;
}

.slider-5__main-thumb img {
  max-width: inherit;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-5__main-thumb img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-5__main-thumb img {
    max-width: 93%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-5__main-thumb img {
    width: 100%;
  }
}

.slider-5__thumb-text {
  position: absolute;
  bottom: 23%;
  left: 1%;
  height: 90px;
  width: 90px;
  line-height: 116px;
  border-radius: 50%;
  text-align: center;
  background-color: #FF8717;
}

.slider-5__thumb-text span {
  color: var(--white);
  font-family: var(--ff-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 21px;
  display: inline-block;
  text-transform: uppercase;
}

.slider-5__thumb-text span strong {
  font-size: 15px;
  font-weight: 400;
}

.slider-5__shape-1 {
  position: absolute;
  top: 1%;
  left: 5%;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-5__shape-1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-5__shape-1 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .slider-5__shape-1 {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-5__shape-1 img {
    max-width: 90%;
  }
}

.slider-5__shape-2 {
  position: absolute;
  top: 0%;
  right: 5%;
  animation: zoom 4s infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-5__shape-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .slider-5__shape-2 {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-5__shape-2 img {
    max-width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-5__shape-2 img {
    max-width: 90%;
  }
}

.slider-5__shape-3 {
  position: absolute;
  top: 44px;
  left: 0;
  animation: tptranslateY2 4s infinite alternate;
}

.slider-5__shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-5__shape-4 {
    margin-bottom: -3%;
  }
}

.slider-5__shape-5 {
  position: absolute;
  top: 0;
  right: 0;
}

.slider-5__shape-6 {
  position: absolute;
  top: 40%;
  right: 10%;
  animation: tptranslateY2 4s infinite alternate;
}

.slider-5__shape-8 {
  position: absolute;
  bottom: 20%;
  right: 56%;
  animation: moving 9s linear infinite;
}

.slider-5__shape-9 {
  position: absolute;
  top: 16%;
  right: 11%;
  animation: rotate2 15s linear infinite;
}

@media (max-width: 767px) {
  .slider-5__arrow-box {
    display: none;
  }
}

.slider-5__arrow {
  position: absolute;
  right: 80px;
  bottom: 60px;
  z-index: 2;
}

.slider-5__arrow .test-prev button {
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white);
  border-radius: 50%;
  transition: 0.3s;
  line-height: 50px;
}

.slider-5__arrow .test-prev button svg {
  display: inline-block;
  transform: translateY(-1px);
}

.slider-5__arrow .test-prev button.active {
  background-color: #FF8617;
}

.slider-5__arrow .test-next {
  margin-right: 20px;
}

.slider-5__arrow .test-next button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white);
  border-radius: 50%;
  transition: 0.3s;
}

.slider-5__arrow .test-next button svg {
  display: inline-block;
  transform: translateY(-1px);
}

.slider-5__arrow .test-next button:hover {
  background-color: #FF8617;
}

/*----------------------------------------*/
/*  17. feature css start 
/*----------------------------------------*/
.feature__border {
  padding-top: 65px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .feature__border {
    border: none;
  }
}

.feature__content p {
  margin-bottom: 0;
}

.feature__title {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .feature__title {
    font-size: 18px;
  }
}

.feature__icon {
  flex-shrink: 0;
}

.feature__icon img {
  width: 64px;
  height: 64px;
}

.feature__item {
  position: relative;
  gap: 16px;
}

.feature__item::after {
  content: "";
  border: 1px dashed #CACACA;
  height: 55px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .feature__item::after {
    display: none;
  }
}

.feature__item.border-none::after {
  display: none;
}

.feature-col-2 {
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .feature-col-2 {
    margin-left: 0;
  }
}

.feature-col-3 {
  margin-left: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .feature-col-3 {
    margin-left: 0;
  }
}

.feature-col-6 {
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .feature-col-6 {
    margin-left: 0px;
  }
}

.feature-col-7 {
  margin-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-col-7 {
    margin-left: 42px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .feature-col-7 {
    margin-left: 0px;
  }
}

.feature-col-8 {
  margin-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-col-8 {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .feature-col-8 {
    margin-left: 0px;
  }
}

.feature-top-4__title {
  color: var(--heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-transform: capitalize;
  padding: 0 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-top-4__title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-top-4__title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-top-4__title {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .feature-top-4__title {
    font-size: 15px;
    padding: 0 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-top-4__title {
    font-size: 15px;
    padding: 0 45px;
  }
}

.feature-top-4__item span {
  padding-bottom: 20px;
  display: inline-block;
}

.feature-top-4__item span svg {
  width: 58px;
  height: 58px;
}

.feature-top-4__border {
  position: relative;
}

.feature-top-4__border::after {
  content: "";
  width: 1080px;
  height: 1px;
  background: rgba(217, 217, 217, 0.31);
  position: absolute;
  left: 9%;
  top: 32px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-top-4__border::after {
    width: 900px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-top-4__border::after {
    width: 790px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .feature-top-4__border::after {
    display: none;
  }
}

/*----------------------------------------*/
/*  03. about css start 
/*----------------------------------------*/
.about__space {
  padding-top: 85px;
  padding-bottom: 110px;
}

.about__section-box {
  padding-bottom: 35px;
}

.about__section-box p {
  font-size: 18px;
  margin-bottom: 0;
  padding-right: 180px;
}

@media only screen and (max-width: 991px),
(max-width: 767px) {
  .about__section-box p {
    font-size: 16px;
    padding-right: 0;
  }
}

.about__item-wrap {
  margin-left: 31px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__item-wrap {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__item-wrap {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .about__item-wrap {
    margin-left: 0px;
  }
}

.about__title-sm {
  font-weight: 500;
}

.about__icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.about__icon img {
  width: 38px;
}

.about__text p {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .about__text p {
    padding-right: 10px;
  }
}

.about__list-box ul li {
  position: relative;
  padding-left: 24px;
}

.about__list-box ul li:not(:last-child) {
  padding-bottom: 18px;
}

.about__list-box ul li img {
  width: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}

.about__item-box {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .about__item-box {
    flex-wrap: wrap;
  }
}

.about__thumb-box {
  margin-left: -115px;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about__thumb-box {
    margin-left: -85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__thumb-box {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .about__thumb-box {
    margin-left: 0px;
    margin-bottom: 70px;
  }
}

.about__thumb img {
  max-width: inherit;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about__thumb img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__thumb img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__thumb img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .about__thumb img {
    max-width: 100%;
  }
}

.about__thumb-text-box {
  position: absolute;
  right: 144px;
  bottom: -6px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background-color: #fff;
  padding: 11px 13px;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__thumb-text-box {
    right: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__thumb-text-box {
    right: 85px;
    bottom: -35px;
  }
}

@media (max-width: 767px) {
  .about__thumb-text-box {
    right: 20px;
    bottom: -35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__thumb-text-box {
    right: 110px;
    bottom: -6px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .about__thumb-text-box {
    right: 70px;
  }
}

.about__thumb-text {
  border: 1px dashed rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  padding: 13px 22px;
}

.about__thumb-text span {
  font-size: 18px;
  font-weight: 400;
  color: var(--heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__thumb-text span {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__thumb-text span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .about__thumb-text span {
    font-size: 14px;
  }
}

.about__thumb-text span b {
  color: var(--theme-2);
  font-size: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__thumb-text span b {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__thumb-text span b {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .about__thumb-text span b {
    font-size: 15px;
  }
}

.about__shape-1 {
  position: absolute;
  bottom: 5px;
  left: 80px;
}

.about__shape-2 {
  position: absolute;
  top: 11%;
  left: 15%;
  animation: tpswing 1s forwards infinite alternate;
}

.about__shape-3 {
  position: absolute;
  bottom: 12%;
  left: 20%;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__shape-3 img {
    max-width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__shape-3 img {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .about__shape-3 img {
    max-width: 90%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__shape-3 {
    bottom: -4%;
    left: 5%;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .about__shape-3 {
    bottom: 4%;
    left: 5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__shape-3 {
    left: 11%;
  }
}

.about__shape-4 {
  position: absolute;
  top: 9%;
  right: 17%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__shape-4 {
    right: 11%;
  }
}

.about__shape-5 {
  position: absolute;
  top: 34%;
  left: 17%;
}

.about__shape-7 {
  position: absolute;
  bottom: 13%;
  right: -3%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .about__shape-9 {
    display: none;
  }
}

/*----------------------------------------*/
/*  09. catagori css start 
/*----------------------------------------*/
.catagori__item {
  padding: 38px 50px;
}

@media only screen and (max-width: 991px) {
  .catagori__item {
    padding: 20px 15px;
    flex-wrap: wrap;
  }
}

.catagori__item:hover .catagori__shape {
  top: 5px;
  left: 16px;
}

.catagori__item-text {
  background: var(--grad-1);
  border-radius: 2px;
  width: 85px;
  padding: 4px 8px;
  position: absolute;
  right: 20px;
  top: 25px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .catagori__item-text {
    display: none;
  }
}

.catagori__item-text span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.catagori__text p {
  margin-bottom: 0;
}

.catagori__thumb {
  margin-right: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .catagori__thumb {
    margin-bottom: 30px;
  }
}

.catagori__thumb img {
  max-width: inherit;
}

.catagori__shape {
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: -1;
  transition: 0.3s;
}

.catagori__title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  transition: 0.3s;
}

.catagori__title:hover {
  color: var(--theme-2);
}

@media only screen and (max-width: 991px) {
  .catagori__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .catagori__title {
    font-size: 18px;
  }
}

.catagori__border-right {
  border-right: 1px solid #F4F4F4;
}

.catagori__border-right:nth-child(odd) {
  border-left: 1px solid #F4F4F4;
}

.catagori__active {
  padding: 30px;
  margin: -30px;
}

.catagori__border {
  position: relative;
}

.catagori__border::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 0px;
  width: 1px;
  height: 30px;
  background-color: #F4F4F4;
}

.catagori__border::after {
  content: "";
  position: absolute;
  top: -27px;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #F4F4F4;
}

.catagori__catagori-wrap {
  position: relative;
}

.catagori__catagori-wrap::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -27px;
  width: 30px;
  height: 1px;
  background-color: #F4F4F4;
}

.catagori__catagori-wrap::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -27px;
  width: 30px;
  height: 1px;
  background-color: #F4F4F4;
}

.catagori__catagori-box {
  border: 1px solid #F4F4F4;
  position: relative;
}

.catagori__catagori-box::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -27px;
  width: 30px;
  height: 1px;
  background-color: #F4F4F4;
}

.catagori__catagori-box::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -27px;
  width: 30px;
  height: 1px;
  background-color: #F4F4F4;
}

.col-catagori-1 {
  border-bottom: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  position: relative;
}

.col-catagori-1::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 6px;
  height: 7px;
  background-color: #EAEEFE;
}

.col-catagori-1::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 6px;
  height: 7px;
  background-color: #EAEEFE;
}

.col-catagori-1 .catagori__border::after {
  top: 200%;
  right: -100.4%;
  width: 1px;
}

.col-catagori-2 {
  border-bottom: 1px solid #F4F4F4;
  position: relative;
}

.col-catagori-2::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 6px;
  height: 7px;
  background-color: #EAEEFE;
}

.col-catagori-3 {
  border-right: 1px solid #F4F4F4;
  position: relative;
}

.col-catagori-3::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 6px;
  height: 7px;
  background-color: #EAEEFE;
}

.col-catagori-3::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 6px;
  height: 7px;
  background-color: #EAEEFE;
}

.col-catagori-3 .catagori__border::before {
  top: 0%;
  left: -30px;
  width: 30px;
  height: 1px;
}

.col-catagori-3 .catagori__border::after {
  top: 100%;
  left: 0;
  width: 1px;
  height: 30px;
}

.col-catagori-4 {
  position: relative;
}

.col-catagori-4::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 6px;
  height: 7px;
  background-color: #EAEEFE;
}

.col-catagori-4 .catagori__border::before {
  top: 100%;
}

.col-catagori-4 .catagori__border::after {
  width: 30px;
  height: 1px;
  right: -27px;
  top: -1px;
}

.catagori-slider-dots {
  position: absolute;
  top: 50%;
  right: -7%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .catagori-slider-dots {
    text-align: center;
    position: static;
    transform: translateY(0%) rotate(0);
    margin-top: 60px;
  }
}

.catagori-slider-dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  margin: 0 7px;
}

.catagori-slider-dots .swiper-pagination-bullet::after {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.catagori-slider-dots .swiper-pagination-bullet-active {
  background-color: #F15C92;
}

.catagori-slider-dots .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
  opacity: 1;
  visibility: visible;
}

.catagori-2__item {
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 30px 15px;
  padding-bottom: 35px;
}

.catagori-2__item:first-child {
  margin-left: 0;
}

.catagori-2__item:last-child {
  margin-right: 0;
}

.catagori-2__icon span {
  display: inline-block;
  margin-bottom: 26px;
}

.catagori-2__icon span svg {
  width: 60px;
  height: 60px;
}

.catagori-2__title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  transition: 0.3s;
}

.catagori-2__title-2 {
  color: var(--heading);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}

.catagori-2__title-2:hover {
  color: var(--theme-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catagori-2__title-2 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catagori-2__title-2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .catagori-2__title-2 {
    font-size: 18px;
  }
}

.catagori-2__active {
  padding: 20px;
  margin: -20px;
}

.catagori-2__arrow-box {
  position: absolute;
  right: -6%;
  top: 47%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .catagori-2__arrow-box {
    display: none;
  }
}

.catagori-2__arrow-box .slider-next button {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #336EF9;
}

.catagori-2__arrow-box .slider-next button svg {
  margin-left: 2px;
}

.catagori-2__left-thumb-box {
  margin-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catagori-2__left-thumb-box {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catagori-2__left-thumb-box {
    margin-right: 150px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .catagori-2__left-thumb-box {
    margin-bottom: 50px;
    margin-right: 0;
  }
}

.catagori-2__main-thumb {
  padding-top: 85px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .catagori-2__main-thumb {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .catagori-2__main-thumb img {
    width: 100%;
  }
}

.catagori-2__thumb-1 {
  position: absolute;
  top: 0;
  left: 2%;
  animation: tptranslateX2 4s forwards infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catagori-2__thumb-1 {
    left: 185px;
  }
}

@media (max-width: 767px) {
  .catagori-2__thumb-1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .catagori-2__thumb-1 img {
    width: 100%;
  }
}

.catagori-2__thumb-2 {
  position: absolute;
  bottom: 0;
  left: 55px;
  z-index: 2;
  animation: tptranslateY2 4s forwards infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catagori-2__thumb-2 {
    left: 235px;
  }
}

@media (max-width: 767px) {
  .catagori-2__thumb-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .catagori-2__thumb-2 img {
    width: 100%;
  }
}

.catagori-2__wrapper-box {
  position: relative;
}

.catagori-2__wrapper-box::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 1.1%, rgba(247, 240, 250, 0.62) 101.1%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.catagori-2__content-box {
  background-color: var(--white);
  padding: 45px 55px;
  padding-right: 0px;
  margin-left: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .catagori-2__content-box {
    padding: 45px 40px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catagori-2__content-box {
    padding: 45px 35px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catagori-2__content-box {
    padding: 45px 20px;
  }
}

@media (max-width: 767px) {
  .catagori-2__content-box {
    padding: 45px 20px;
    margin-left: 0;
    flex-wrap: wrap;
  }
}

.catagori-2__content {
  background-color: var(--white);
  padding-right: 25px;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .catagori-2__content {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.catagori-2__content:not(:last-child) {
  border-right: 1px solid rgba(217, 217, 217, 0.38);
}

@media (max-width: 767px) {
  .catagori-2__content:not(:last-child) {
    border-right: none;
  }
}

.catagori-2__content p {
  font-size: 16px;
  line-height: 28px;
  padding-right: 2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .catagori-2__content p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catagori-2__content p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .catagori-2__content p {
    font-size: 14px;
  }
}

.catagori-2__content.plr {
  padding-right: 0px;
  margin-right: 0px;
}

.catagori-2__number {
  font-weight: 600;
  font-size: 30px;
  color: var(--color-2);
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catagori-2__number {
    font-size: 26px;
  }
}

.catagori-2__title {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catagori-2__title {
    font-size: 16px;
  }
}

.catagori-2__list-box ul {
  display: inline-block;
}

.catagori-2__list-box ul li {
  list-style-type: none;
  display: inline-block;
  width: 50%;
  float: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--ff-heading);
  color: #445658;
  padding-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .catagori-2__list-box ul li {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .catagori-2__list-box ul li {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catagori-2__list-box ul li {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .catagori-2__list-box ul li {
    font-size: 14px;
  }
}

.catagori-2__list-box ul li svg {
  position: absolute;
  top: 1px;
  left: 0;
}

.catagori-2__shape-1 {
  position: absolute;
  left: 8%;
  top: 20%;
  animation: moving 9s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .catagori-2__shape-1 {
    top: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catagori-2__shape-1 {
    top: 7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catagori-2__shape-1 {
    top: 4%;
  }
}

.catagori-2__shape-2 {
  position: absolute;
  right: 9%;
  bottom: 59%;
  animation: moving 6s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .catagori-2__shape-2 {
    right: 1%;
  }
}

/*----------------------------------------*/
/*  08. cart css start
/*----------------------------------------*/
/* 16. Cart */
.table-content .table> :not(:first-child) {
  border-top: 0;
}

.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content .table> :not(:last-child)> :last-child>* {
  border-bottom-color: #eaedff;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .table-content table td.product-name {
    font-size: 14px;
  }
}

.table-content table td.product-name a:hover {
  color: var(--grad-1);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .table-content table td {
    font-size: 14px;
  }
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  border-right: 1px solid rgba(6, 7, 40, 0.1);
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}

.quantity {
  width: 200px;
  margin: 0 auto;
}

.quantity .cart-minus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.quantity .cart-plus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.table td,
.table th {
  border-top: 1px solid #eaedff;
}

.product-thumbnail,
.cart-product-name,
.product-price,
.product-quantity,
.product-subtotal,
.product-remove {
  font-weight: 400;
  font-size: 18px;
  color: #060728;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .product-thumbnail,
  .cart-product-name,
  .product-price,
  .product-quantity,
  .product-subtotal,
  .product-remove {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  .product-thumbnail,
  .cart-product-name,
  .product-price,
  .product-quantity,
  .product-subtotal,
  .product-remove {
    font-size: 12px;
  }
}

.product-quantity>input {
  width: 80px;
  text-align: center;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.checkout-link .btn:hover {
  background-color: var(--theme-2);
}

.checkout-link .btn-dark-lg:hover {
  background-color: var(--grad-1);
}

.cart-page-total {
  padding: 35px;
  margin-top: 100px;
  background: var(--grey-2);
}

.cart-page-total>h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total>ul {
  border: 1px solid rgba(6, 7, 40, 0.1);
}

.cart-page-total>ul>li {
  list-style: none;
  padding: 21px 30px;
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #696A7E;
}

.cart-page-total ul>li>span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 17. Checkout */
.form-row>label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input,
.buttons-cart a {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label,
.checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: var(--grad-1);
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
}

.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
  border-color: var(--heading);
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: var(--grad-1);
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.order-notes textarea:focus {
  border-color: var(--heading);
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {

  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body>p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: -1px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: var(--heading);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}

.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading);
  padding: 23px 0;
  border: none;
}

.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--ff-fontawesome);
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
  color: var(--grad-1);
}

.payment-method .accordion-button:not(.collapsed) {
  color: var(--heading);
  background-color: var(--white);
  box-shadow: none;
}

.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}

.payment-method .accordion-collapse {
  border: none;
}

.panel-title>a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

/*----------------------------------------*/
/*  22. service css start 
/*----------------------------------------*/
.service__pb {
  padding-bottom: 55px;
}

.service__section-box {
  margin-bottom: 60px;
}

.service__btn {
  margin-bottom: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__btn {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__btn {
    margin-bottom: 65px;
  }
}

.service__text {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 75px;
  border-radius: 3px;
  padding: 15px 25px;
  width: auto;
  transition: 0.4s;
  background-color: var(--white);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__text {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service__text {
    right: 20px;
  }
}

.service__thumb {
  overflow: hidden;
  border-radius: 9px;
}

.service__thumb img {
  transition: 1s;
  width: 100%;
}

.service__arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  background-color: #F5F3FB;
  display: inline-block;
}

.service__title-sm {
  color: #09052F;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .service__title-sm {
    font-size: 17px;
  }
}

.service__content {
  position: absolute;
  bottom: -25%;
  left: 0%;
  background-color: var(--white);
  padding: 27px 40px;
  padding-bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: 0.5s;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .service__content {
    padding: 27px 20px;
    padding-bottom: 0;
    bottom: -30%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__content {
    padding: 27px 20px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__content {
    padding: 27px 30px;
    padding-bottom: 0;
    bottom: -30%;
  }
}

@media (max-width: 767px) {
  .service__content {
    padding: 27px 30px;
    padding-bottom: 0;
    bottom: -40%;
  }
}

.service__content p {
  color: #72747C;
  margin-bottom: 0;
}

.service__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: 0.3s;
}

.service__title:hover {
  color: var(--theme-2);
}

.service__title .title-shape {
  bottom: -10px;
}

.service__item:hover .service__content {
  bottom: 0;
}

.service__item:hover .service__text {
  bottom: -20%;
}

.service__item:hover .service__thumb img {
  transform: scale(1.2) rotate(-2deg);
  border-radius: 9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-2__space {
    margin-top: 120px;
  }
}

.service-2__big-title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e4e7e7;
  color: transparent;
  font-weight: 500;
  font-size: 130px;
  position: relative;
  font-family: var(--ff-heading);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service-2__big-title {
    font-size: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-2__big-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-2__big-title {
    font-size: 80px;
  }
}

.service-2__big-title::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #D9D9D9;
  display: inline-block;
  margin-left: 30px;
  transform: translateY(-40px);
}

.service-2__big-title::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #D9D9D9;
  display: inline-block;
  margin-right: 30px;
  transform: translateY(-40px);
}

.service-2__thumb-box {
  margin-right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-2__thumb-box {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .service-2__thumb-box {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

.service-2__main-thumb {
  padding-top: 125px;
}

@media (max-width: 767px) {
  .service-2__main-thumb {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .service-2__main-thumb img {
    width: 100%;
  }
}

.service-2__thumb-sm {
  position: absolute;
  left: 30px;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-2__thumb-sm {
    position: static;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .service-2__thumb-sm img {
    width: 100%;
  }
}

.service-2__shape-1 {
  position: absolute;
  top: 12%;
  left: -4px;
  z-index: -2;
  animation: zoom 7s infinite;
}

.service-2__shape-2 {
  position: absolute;
  bottom: 2%;
  left: -29%;
  animation: moving 9s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service-2__shape-2 {
    left: -24%;
  }
}

.service-2__shape-3 {
  position: absolute;
  bottom: 1%;
  left: 13%;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-2__shape-3 {
    left: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-2__shape-3 {
    left: -5%;
  }
}

.service-2__text {
  position: relative;
}

.service-2__text::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 43px;
  background: #707481;
  position: absolute;
}

.service-2__text p {
  line-height: 29px;
  padding-left: 12px;
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-2__text p {
    font-size: 14px;
  }
}

.service-2__list-content span {
  width: 39px;
  height: 38px;
  background: linear-gradient(151.81deg, #FE4386 17.45%, #537CFA 115.57%);
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  font-family: var(--ff-heading);
}

.service-2__title-sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 54px;
  color: #21232B;
  margin-left: 14px;
}

.service-2__list ul li {
  display: inline-block;
}

.service-2__list ul li:not(:last-child) {
  padding-right: 20px;
}

.service-2__list-box-2 ul {
  display: inline-block;
}

.service-2__list-box-2 ul li {
  font-weight: 500;
  font-size: 15px;
  color: #464859;
  padding-bottom: 21px;
  position: relative;
  padding-left: 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-2__list-box-2 ul li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-2__list-box-2 ul li {
    font-size: 14px;
    width: 50%;
    float: left;
  }
}

@media (max-width: 767px) {
  .service-2__list-box-2 ul li {
    width: 100%;
  }
}

.service-2__list-box-2 ul li img {
  position: absolute;
  top: 0;
  left: 0;
}

.service-2__list-box-2.list-wrap ul li {
  padding-bottom: 21px;
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .service-2__list-box-2.list-wrap ul li {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-2__list-box-2.list-wrap ul li {
    width: 50%;
  }
}

.service-2__right-box {
  margin-left: 43px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-2__right-box {
    margin-left: 0;
  }
}

.service-2__big-text {
  padding-left: 25px;
  margin-left: -25px;
  margin-top: -10px;
}

.service-2__big-text span {
  font-weight: 500;
  font-size: 25px;
  color: #252F32;
  font-family: var(--ff-heading);
  line-height: 29px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-2__big-text span {
    font-size: 20px;
  }
}

.service-2__big-text span strong {
  font-weight: 600;
  font-size: 59px;
  line-height: 74px;
  letter-spacing: 0.01em;
  background: linear-gradient(153.37deg, #FE4386 16.7%, #9B43EB 56.04%, #5A76F9 77.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--ff-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-2__big-text span strong {
    font-size: 53px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-2__big-text span strong {
    font-size: 46px;
  }
}

.service-2__text-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
}

.service-2__text-shape-2 {
  position: absolute;
  left: 86px;
  top: -9px;
}

.service-2__shape-4 {
  position: absolute;
  top: 29%;
  right: 6%;
  animation: moving 6s linear infinite;
}

.service-2__shape-5 {
  position: absolute;
  bottom: 0;
  right: -4%;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service-2__shape-5 {
    bottom: -4%;
    right: -4%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-2__shape-5 {
    bottom: -6%;
    right: -6%;
  }
}

.service-2__main-thumb-2 {
  margin-left: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-2__main-thumb-2 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-2__thumb-box-2 {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .service-2__thumb-box-2 {
    margin-bottom: 50px;
  }
}

.service-2__shape-6 {
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .service-2__shape-6 {
    position: static;
  }
}

@media (max-width: 767px) {
  .service-2__shape-6 img {
    width: 100%;
  }
}

.service-2__img-text {
  position: absolute;
  bottom: 23%;
  right: 14%;
  transform: rotate(-61.879deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-2__img-text {
    right: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-2__img-text {
    display: none;
  }
}

.service-2__img-text h6 {
  color: var(--white);
  font-family: var(--ff-heading);
  font-size: 90px;
  font-weight: 400;
  text-transform: capitalize;
}

.service-3__item {
  border-radius: 8px;
  border: 1px solid #EEE;
  background: var(--white);
  padding: 40px 32px;
  height: 100%;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-3__item {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .service-3__item {
    padding: 40px 24px;
  }
}

.service-3__item:hover {
    background-color: var(--color-2);
}

.service-3__item:hover .service-3__title {
  color: var(--white);
}

.service-3__icon {
  margin-bottom: 30px;
}

.service-3__icon span {
  display: inline-block;
}

.service-3__item:hover .service-3__icon>span>img {
  filter: brightness(3);
}

.service-3__content span {
  transition: 0.3s;
  display: block;
}

.service-3__item:hover .service-3__content span {
  color: var(--white);
}

.service-3__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.service-3__title:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.service-3__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--white);
  transition: 0.7s;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-3__title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-3__title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-3__title {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .service-3__title {
    font-size: 19px;
  }
}

.service-3__icon-shape {
  position: absolute;
  top: -12px;
  left: -7px;
  display: inline-block;
}

.service-3__icon-shape img {
  max-width: inherit;
}

.service-breadcrumb-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  transition: none;
}

.service-widget {
  position: sticky;
  top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .service-widget {
    position: inherit;
  }
}

.service-widget-tab {
  margin-right: 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-widget-tab {
    margin-right: 0;
  }
}

.service-widget-tab ul li {
  list-style: none;
  margin-bottom: 13px;
}

.service-widget-tab ul li .active {
  background-color: var(--color-2);
  color: var(--white);
}

.service-widget-tab ul li .active i {
  background-color: var(--color-2);
}

.service-widget-tab ul li a {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #101C2A;
  background: #F8F8F8;
  display: inline-block;
  width: 100%;
  padding: 24px 20px;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-widget-tab ul li a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-widget-tab ul li a {
    font-size: 17px;
  }
}

.service-widget-tab ul li a:hover {
  background-color: var(--color-2);
  color: var(--white);
}

.service-widget-tab ul li a i {
  position: absolute;
  top: 38%;
  right: 20px;
  transition: 0.3s;
}

.service-contact-input input {
  border-radius: 35px;
  border: 1px solid rgba(131, 131, 132, 0.19);
  height: 65px;
  line-height: 65px;
  width: 100%;
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 20px;
  color: #4C4F57;
  font-family: var(--ff-heading);
  font-size: 16px;
  font-weight: 400;
}

.service-contact-input input:focus {
  border-color: var(--color-2);
}

.service-contact-form {
  padding: 75px 30px;
  padding-bottom: 65px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-contact-form h6 {
  color: var(--black);
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1.12px;
  margin-bottom: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-contact-form h6 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-contact-form h6 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-contact-form h6 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service-contact-form h6 {
    font-size: 20px;
  }
}

.service-contact-form span {
  color: #707481;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  margin-bottom: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .service-contact-form span {
    font-size: 14px;
  }
}

.play-btn a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 20px;
  top: 39%;
  left: 48%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--color-2);
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
}

/*----------------------------------------*/
/*  16. faq css start 
/*----------------------------------------*/
.faq-inner__customize .custom-accordion .accordion-buttons {
  padding: 38px 28px;
}

.faq-inner__customize .custom-accordion .accordion-buttons:hover {
  color: var(--grad-1);
}

.faq-inner__customize .custom-accordion .accordion-buttons::after {
  top: 38px;
}

.faq-inner__customize .custom-accordion .accordion-buttons:not(.collapsed) {
  background-color: transparent;
  color: var(--heading);
}

.faq-inner__customize .custom-accordion .accordion-buttons:not(.collapsed):hover {
  color: var(--grad-1);
}

.faq-inner__customize .custom-accordion .accordion-body {
  border-top: 1px solid rgba(0, 82, 204, 0.1);
  margin: 0px 20px;
  padding-left: 0;
  padding-right: 0;
}

.faq-inner__customize .custom-accordion .accordion-buttons:not(.collapsed)::after {
  color: var(--heading);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-inner__tab-btn {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .faq-inner__tab-btn {
    margin-bottom: 40px;
  }
}

.faq-inner__tab-btn .nav-tab {
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .faq-inner__tab-btn .nav-tab {
    margin-right: 0px;
  }
}

.faq-inner__tab-btn .nav-tab button {
  width: 100%;
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  color: #4D505C;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .faq-inner__tab-btn .nav-tab button {
    font-size: 16px;
  }
}

.faq-inner__tab-btn .nav-tab button:hover {
  background-color: var(--color-2);
  color: var(--white);
}

.faq-inner__tab-btn .nav-tab button:hover i {
  color: var(--white);
  transform: rotate(180deg);
}

.faq-inner__tab-btn .nav-tab button i {
  font-weight: 400;
  font-size: 18px;
  color: #4D505C;
  transition: 0.3s;
}

.faq-inner__tab-btn .nav-tab button.active {
  background-color: var(--color-2);
  color: var(--white);
}

.faq-inner__tab-btn .nav-tab button.active i {
  color: var(--white);
  transform: rotate(180deg);
}

/*----------------------------------------*/
/*  26. work css start 
/*----------------------------------------*/
.work-2__blue-bg {
  background: linear-gradient(116.21deg, #683DFB 15.24%, #5A9AF6 76.79%, #7101FF 100%);
}

.work-2__form {
  padding-top: 70px;
}

.work-2__form form input {
  border-bottom: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
  font-size: 18px;
  font-family: var(--ff-heading);
  padding-left: 45px;
  padding-right: 130px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-2__form form input {
    font-size: 15px;
  }
}

.work-2__form form input::-webkit-input-placeholder {
  color: var(--white);
}

.work-2__icon {
  position: absolute;
  bottom: 21px;
  left: 3px;
  margin-right: 45px;
}

.work-2__icon::after {
  margin-left: 8px;
  height: 12px;
  width: 1px;
  background-color: var(--white);
  content: "";
  display: inline-block;
}

.work-2__icon span {
  color: var(--white);
  font-size: 18px;
}

.work-2__btn {
  position: absolute;
  right: 0;
  bottom: 21px;
}

.work-2__btn button {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--ff-heading);
  text-transform: capitalize;
}

.work-2__btn button svg {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  transform: translateY(-2px);
}

.work-2__thumb {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .work-2__thumb {
    width: 100%;
  }
}

.work-2__thumb img {
  transition: 0.6s;
}

.work-2__thumb:hover img {
  transform: scale(1.2) rotate(-3deg);
}

.work-2__thumb:hover .work-2__thumb-text {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.work-2__thumb-text {
  position: absolute;
  bottom: 90px;
  left: 50px;
  padding: 6px 15px;
  padding-right: 40px;
  background: #7681EB;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(1, 0.3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-2__thumb-text {
    bottom: 70px;
    left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-2__thumb-text {
    bottom: 60px;
    left: 20px;
  }
}

@media (max-width: 767px) {
  .work-2__thumb-text {
    bottom: 50px;
    left: 20px;
  }
}

.work-2__thumb-text span {
  font-weight: 600;
  font-size: 27px;
  font-family: var(--ff-heading);
  text-transform: capitalize;
  color: var(--white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-2__thumb-text span {
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-2__thumb-text span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .work-2__thumb-text span {
    font-size: 15px;
  }
}

.work-2__thumb-text span img {
  margin-right: 5px;
  display: inline-flex;
}

.work-2__thumb-text-2 {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 3px 20px;
  background: #5748FF;
}

.work-2__thumb-text-2 span {
  text-transform: capitalize;
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  font-family: var(--ff-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-2__thumb-text-2 span {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .work-2__thumb-text-2 span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .work-2__thumb-box {
    flex-wrap: wrap;
  }
}

/*----------------------------------------*/
/*  19. process css start 
/*----------------------------------------*/
.process-2__icon {
  margin-bottom: 35px;
}

.process-2__icon span {
  height: 110px;
  width: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.03);
  display: inline-block;
}

.process-2__icon span.icon-border {
  border: 1px dashed #D9D9D9;
}

.process-2__title {
  font-weight: 500;
  font-size: 23px;
  font-family: var(--ff-heading);
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process-2__title {
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-2__title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-2__title {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .process-2__title {
    font-size: 19px;
  }
}

.process-2__text p {
  font-size: 16px;
  line-height: 28px;
  color: #72747C;
  padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-2__text p {
    padding: 0 25px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-2__text p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .process-2__text p {
    font-size: 14px;
    padding: 0;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .process-2__text p {
    padding: 0 30px;
  }
}

.process-2__shape {
  position: absolute;
  top: 14px;
  left: 14%;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .process-2__shape {
    display: none;
  }
}

.process-2__white-bg {
  background-color: var(--white);
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: 11;
}

@media (max-width: 767px) {
  .process-2__white-bg {
    margin-top: 0;
  }
}

.process-2__item {
  padding-top: 20px;
}

/*----------------------------------------*/
/*  11. choose css start 
/*----------------------------------------*/
.choose-3__sub-thumb-1 {
  position: absolute;
  top: -105px;
  right: 0;
  z-index: 2;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

.choose-3__sub-thumb-1:hover {
  transform: translate(-20px, -30px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-3__sub-thumb-1 {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .choose-3__sub-thumb-1 {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .choose-3__sub-thumb-1 img {
    width: 100%;
  }
}

.choose-3__sub-thumb-2 {
  position: absolute;
  top: -170px;
  left: 55px;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

.choose-3__sub-thumb-2:hover {
  transform: translate(-20px, -30px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-3__sub-thumb-2 {
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-3__sub-thumb-2 {
    left: 90px;
  }
}

@media (max-width: 767px) {
  .choose-3__sub-thumb-2 {
    position: static;
  }
}

@media (max-width: 767px) {
  .choose-3__sub-thumb-2 img {
    width: 100%;
  }
}

.choose-3__main-thumb {
  margin-left: 180px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

@media (max-width: 767px) {
  .choose-3__main-thumb {
    width: 100%;
  }
}

.choose-3__main-thumb img {
  width: 100%;
}

.choose-3__main-thumb:hover {
  transform: translate(-20px, -30px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-3__main-thumb {
    margin-left: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-3__main-thumb {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .choose-3__main-thumb {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .choose-3__main-thumb img {
    width: 100%;
  }
}

.choose-3__shape-1 {
  position: absolute;
  top: -200px;
  right: 55px;
  z-index: -1;
  animation: zoom 7s infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-3__content {
    margin-bottom: 240px;
  }
}

@media (max-width: 767px) {
  .choose-3__content {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-3__thumb-box {
    text-align: center;
  }
}

.choose-5__space {
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-5__space {
    padding-bottom: 100px;
  }
}

.choose-5__area .choose-3__content {
  margin-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-5__area .choose-3__content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-5__area .choose-3__content {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.choose-5__area .service-2__list-box-2 {
  margin-right: 35px;
}

.choose-5__area .service-2__list-box-2 {
  margin-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-5__area .service-2__list-box-2 {
    margin-right: 0;
  }
}

.choose-5__area .service-2__text p {
  padding-right: 60px;
  color: #707481;
}

@media (max-width: 767px) {
  .choose-5__area .service-2__text p {
    padding-right: 0;
    font-size: 14px;
  }
}

.choose-5__main-thumb {
  position: relative;
  z-index: 1;
}

.choose-5__thumb-box {
  margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-5__thumb-box {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .choose-5__thumb-box {
    margin-left: 0;
    text-align: center;
  }
}

.choose-5__shape-1 {
  position: absolute;
  top: 15%;
  left: 13%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-5__shape-1 {
    display: none;
  }
}

.choose-5__shape-2 {
  position: absolute;
  top: 55%;
  left: 44%;
  z-index: 2;
  animation: tptranslateY2 4s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-5__shape-2 {
    display: none;
  }
}

.choose-5__shape-3 {
  position: absolute;
  top: 27%;
  left: 4%;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-5__shape-3 {
    left: 1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-5__shape-3 {
    display: none;
  }
}

.choose-5__shape-4 {
  position: absolute;
  bottom: 14%;
  right: 27%;
  animation: moving 9s linear infinite;
  z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose-5__shape-4 {
    right: 20%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-5__shape-4 {
    display: none;
  }
}

.choose-6__icon {
  margin-bottom: 30px;
}

.choose-6__icon span {
  position: relative;
  display: inline-block;
  color: var(--color-2);
}

.choose-6__icon span img {
  transition: all 0.3s ease-out 0s;
}

.choose-6__icon span::after {
  height: 47px;
  width: 47px;
  border-radius: 50%;
  background-color: rgba(115, 92, 252, 0.07);
  position: absolute;
  right: -12px;
  top: 0;
  content: "";
}

.choose-6__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .choose-6__title {
    font-size: 19px;
  }
}

.choose-6__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-6__content p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-6__content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .choose-6__content p {
    font-size: 13px;
  }
}

.choose-6__item {
  padding: 55px 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-6__item {
    padding: 55px 28px;
  }
}

.choose-6__item:hover .choose-6__icon span img {
  animation: icon-bounce 0.8s 1;
}

.choose-6__item-wrap {
  background: #FFF;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.08);
}

.choose-6__item-wrap.space {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .choose-6__item-wrap.space {
    margin-top: 0;
  }
}

/*----------------------------------------*/
/*  04. banner css start 
/*----------------------------------------*/
.banner__left-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 55px;
  padding-right: 0;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .banner__left-box {
    padding: 50px 30px;
  }
}

.banner__title {
  color: var(--white);
  font-size: 36px;
  font-weight: 500;
  line-height: 32.4px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .banner__title {
    font-size: 30px;
  }
}

.banner__title-2 {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  line-height: 32.4px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__title-2 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .banner__title-2 {
    font-size: 25px;
  }
}

.banner__right-box {
  background-color: #F3ECEA;
  padding: 50px 35px;
  padding-right: 0;
  padding-bottom: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .banner__right-box {
    padding: 50px 30px;
  }
}

/*----------------------------------------*/
/*  10. checkout css start
/*----------------------------------------*/
.checkout-verify-item {
  margin-bottom: 40px;
}

.checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}

.checkout-verify-reveal {
  font-size: 14px;
  color: var(--heading);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 18px 40px;
  width: 100%;
}

.checkout-verify-reveal button {
  color: var(--theme-2);
  position: relative;
}

.checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--theme-2);
}

.checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--theme-2);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}

.checkout-btn:hover {
  background-color: var(--heading);
  color: var(--white);
}

.checkout-input {
  margin-bottom: 20px;
}

.checkout-input label {
  font-weight: 500;
  color: var(--heading);
  padding-bottom: 10px;
  font-size: 14px;
}

.checkout-input label span {
  color: red;
}

.checkout-input input,
.checkout-input textarea {
  width: 100%;
  background: #FFFFFF;
  color: var(--heading);
  height: 64px;
  border: 1px solid #E0E2E3;
}

.checkout-input input:focus,
.checkout-input textarea:focus {
  border-color: var(--theme-2);
}

.checkout-input textarea {
  height: 200px;
  resize: none;
  font-size: 14px;
  line-height: 22px;
  padding: 25px;
}

.checkout-input .nice-select {
  height: 64px;
  line-height: 63px;
  border-radius: 0;
  border: 0;
  float: none;
  padding: 0 25px;
  font-size: 14px;
}

.checkout-input .nice-select::after {
  right: 26px;
}

.checkout-input .nice-select.open .list {
  transform: scale(1) translateY(0px);
}

.checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}

.checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}

.checkout-input .nice-select .list .option:hover {
  color: var(--theme-2);
}

.checkout-option {
  margin-bottom: 4px;
}

.checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}

.checkout-option input {
  display: none;
}

.checkout-option input:checked~label::after {
  background-color: var(--common-orange);
  border-color: var(--common-orange);
}

.checkout-option input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.checkout-option label::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid var(--color-2);
  z-index: -1;
  transition: 0.3s;
}

.checkout-option label::before {
  content: "\f00c";
  position: absolute;
  top: 3px;
  left: 4px;
  font-family: var(--ff-fontawesome);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--color-2);
  transition: 0.3s;
}

.checkout-option label a:hover {
  color: var(--theme-2);
}

.checkout-option label:hover {
  cursor: pointer;
}

.checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--grey-1);
}

@media (max-width: 767px) {
  .checkout-bill-area {
    padding: 45px 25px 24px;
  }
}

.checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}

.checkout-place {
  padding: 44px 50px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .checkout-place {
    padding: 35px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-place {
    padding: 35px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-place {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .checkout-place {
    padding: 50px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .checkout-place {
    padding: 50px 25px;
  }
}

.checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
}

.checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}

.checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}

.checkout-payment-item.paypal-payment label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.checkout-payment-item input {
  display: none;
}

.checkout-payment-item input:checked~label::before {
  opacity: 1;
  visibility: visible;
}

.checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--heading);
}

.checkout-payment-item label:hover {
  cursor: pointer;
}

.checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--theme-2);
  transition: 0.3s;
}

.checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-2);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.checkout-payment-item label img {
  margin-left: 14px;
  transform: translateY(1px);
}

.checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}

.checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}

.checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  transform: translateY(3px) rotate(45deg);
}

.checkout-payment-desc p {
  background-color: #fff;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}

.checkout-agree {
  margin-bottom: 24px;
}

.return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: var(--grey-1);
}

.return-customer-input {
  margin-bottom: 20px;
}

.return-customer-input label {
  font-weight: 500;
  color: var(--heading);
  padding-bottom: 10px;
}

.return-customer-input label span {
  color: red;
}

.return-customer-input input {
  width: 100%;
  background: #fff;
  border: 0;
  color: var(--heading);
  height: 64px;
  transition: 0.3s;
  border: 1px solid transparent;
}

.return-customer-input input:focus {
  border: 1px solid var(--common-orange);
}

.return-customer-remeber input {
  display: none;
}

.return-customer-remeber input:checked~label::after {
  background-color: var(--common-orange);
  border-color: var(--common-orange);
}

.return-customer-remeber input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid var(--color-2);
  z-index: -1;
  transition: 0.3s;
}

.return-customer-remeber label::before {
  position: absolute;
  content: "\f00c";
  top: 3px;
  left: 5px;
  font-size: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--color-2);
  transition: 0.3s;
  font-family: var(--ff-fontawesome);
}

.return-customer-remeber label a:hover {
  color: var(--common-orange);
}

.return-customer-remeber label:hover {
  cursor: pointer;
}

.return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--theme-2);
  position: relative;
  display: inline-block;
}

.return-customer-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--theme-primary);
}

.return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.order-info-wrapper {
  padding: 42px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .order-info-wrapper {
    padding: 42px 40px;
  }
}

@media (max-width: 767px) {
  .order-info-wrapper {
    padding: 42px 30px;
  }
}

.order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

.order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}

.order-info-list ul li span {
  font-size: 15px;
  color: var(--heading);
}

.order-info-list ul li.order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}

.order-info-list ul li.order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.order-info-list ul li.order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .order-info-list ul li.order-info-list-desc p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .order-info-list ul li.order-info-list-desc p {
    font-size: 16px;
  }
}

.order-info-list ul li.order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}

.order-info-list ul li.order-info-list-subtotal span:last-child {
  color: var(--theme-primary);
}

.order-info-list ul li.order-info-list-shipping span input {
  display: none;
}

.order-info-list ul li.order-info-list-shipping span input:checked~label::before {
  opacity: 1;
  visibility: visible;
}

.order-info-list ul li.order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}

.order-info-list ul li.order-info-list-shipping span label span {
  color: var(--theme-primary);
}

.order-info-list ul li.order-info-list-shipping span label:hover {
  cursor: pointer;
}

.order-info-list ul li.order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--theme-2);
  transition: 0.3s;
}

.order-info-list ul li.order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-2);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.order-info-list ul li.order-info-list-total {
  padding: 14px 0;
}

.order-info-list ul li.order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}

.order-inner {
  background-color: var(--white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

.checkout-place {
  background-color: var(--grey-1);
}

/*----------------------------------------*/
/*  14. deal css start 
/*----------------------------------------*/
.deal-4__bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 115px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-4__bg {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .deal-4__bg {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .deal-4__content-box {
    margin-bottom: 50px;
  }
}

.deal-4__content-box p {
  font-weight: 400;
  line-height: 29px;
  color: #707480;
  padding-right: 250px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .deal-4__content-box p {
    padding-right: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-4__content-box p {
    padding-right: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .deal-4__content-box p {
    padding-right: 0px;
  }
}

.deal-4__time-box {
  display: inline-block;
  text-align: center;
}

.deal-4__time-box i {
  color: var(--heading);
  text-align: center;
  font-family: var(--ff-heading);
  font-size: 13px;
  font-weight: 500;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: var(--white);
  display: inline-block;
  border-radius: 50%;
  font-style: normal;
  margin-bottom: 10px;
  transition: 0.3s;
}

.deal-4__time-box i:hover {
  background-color: var(--color-2);
  color: var(--white);
}

.deal-4__time-box span {
  color: #404040;
  font-family: var(--ff-heading);
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.deal-4__time-wrapper {
  margin-bottom: 30px;
}

.deal-4__time-wrapper ul li {
  display: inline-block;
  padding-right: 16px;
}

.deal-4__shape-1 {
  position: absolute;
  right: 50px;
  bottom: 9%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-4__shape-1 {
    bottom: -2%;
    right: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-4__shape-1 {
    right: 21%;
  }
}

@media (max-width: 767px) {
  .deal-4__shape-1 {
    right: 5%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-4__shape-1 img {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .deal-4__shape-1 img {
    max-width: 80%;
  }
}

.deal-4__shape-2 {
  position: absolute;
  top: 19%;
  left: 50px;
  animation: zoom 7s infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .deal-4__shape-2 {
    top: 1%;
    left: -25px;
  }
}

.deal-4__shape-3 {
  animation: moving 9s linear infinite;
  position: absolute;
  top: 23%;
  right: 5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .deal-4__shape-3 {
    right: 1%;
  }
}

.deal-4__shape-4 {
  position: absolute;
  top: 30%;
  left: 39.6%;
  animation: tpswing 2s ease-in-out 2s forwards infinite alternate;
  transform-origin: top left;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .deal-4__shape-4 {
    left: 35.6%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .deal-4__shape-4 {
    left: 34.6%;
  }
}

.deal-4__thumb-box {
  padding-left: 27px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .deal-4__thumb-box {
    padding-left: 0;
    margin-left: -10px;
  }
}

.deal-4__main-thumb {
  margin-top: -17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-4__main-thumb {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .deal-4__main-thumb {
    margin-top: 0;
    text-align: center;
  }
}

.deal-4__main-thumb img {
  max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .deal-4__main-thumb img {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  12. contact css start 
/*----------------------------------------*/
.contact-3__contact-list ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEDF5;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3__contact-list ul li {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-3__contact-list ul li {
    display: block;
  }
}

.contact-3__contact-item span {
  display: inline-block;
  margin-right: 20px;
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .contact-3__contact-item span {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-3__contact-item span svg {
    width: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-3__contact-item span svg {
    width: 33px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3__contact-item span svg {
    width: 31px;
  }
}

@media (max-width: 767px) {
  .contact-3__contact-item span svg {
    width: 27px;
  }
}

.contact-3__contact-item a {
  color: var(--heading);
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact-3__contact-item a {
    font-size: 23px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-3__contact-item a {
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-3__contact-item a {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3__contact-item a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact-3__contact-item a {
    font-size: 17px;
  }
}

.contact-3__address-item h5 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact-3__address-item h5 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-3__address-item h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .contact-3__address-item h5 {
    font-size: 21px;
  }
}

.contact-3__address-item h5 span {
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 10px;
}

.contact-3__address-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-3__address-item p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-3__address-item p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .contact-3__address-item p {
    font-size: 14px;
  }
}

.contact-3__address-info ul li {
  display: inline-block;
}

.contact-3__address-info ul li:first-child {
  padding-right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3__address-info ul li:first-child {
    padding-right: 160px;
  }
}

.contact-3__form-box {
  background-color: var(--white);
  padding: 60px 45px;
  padding-bottom: 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-3__form-box {
    padding: 60px 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-3__form-box {
    padding: 50px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3__form-box {
    padding: 50px 25px;
  }
}

@media (max-width: 767px) {
  .contact-3__form-box {
    padding: 50px 15px;
  }
}

.contact-3__input input {
  color: rgba(20, 33, 43, 0.8);
  font-size: 18px;
  font-family: var(--ff-heading);
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #EBEDF5;
  padding-left: 0;
  margin-bottom: 55px;
}

.contact-3__input input:focus {
  border-color: var(--theme-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-3__input input {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3__input input {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-3__input input {
    font-size: 14px;
  }
}

.contact-3__textarea textarea {
  color: rgba(20, 33, 43, 0.8);
  font-size: 18px;
  font-family: var(--ff-heading);
  font-weight: 400;
  width: 100%;
  resize: none;
  padding-left: 0;
  height: 175px;
  padding-top: 5px;
  border-bottom: 1px solid #EBEDF5;
  line-height: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.contact-3__textarea textarea:focus {
  border-color: var(--theme-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-3__textarea textarea {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3__textarea textarea {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-3__textarea textarea {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-3__comment-agree {
    padding-right: 0;
  }
}

.contact-3__comment-agree .form-check-label {
  font-size: 15px;
  font-family: var(--ff-heading);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--heading);
}

@media (max-width: 767px) {
  .contact-3__comment-agree .form-check-label {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-3__comment-agree .form-check-label {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-3__comment-agree .form-check-label {
    padding-top: 0px;
  }
}

.contact-3__comment-agree .form-check-label:hover {
  cursor: pointer;
}

.contact-3__comment-agree .form-check-label span {
  color: var(--theme-2);
}

.contact-3__comment-agree input {
  height: 17px;
  width: 16px;
  transform: translateY(2px);
  margin-right: 12px;
  color: #949392;
}

.contact-3__comment-agree .form-check-input:checked {
  background-color: var(--theme-2);
  border-color: transparent;
}

.contact-3__comment-agree .form-check-input:focus {
  box-shadow: none;
}

.contact-3__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 4px;
}

.contact-3__left-box {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .contact-3__left-box {
    margin-bottom: 50px;
  }
}

.contact-4__location-box {
  line-height: 0;
}

.contact-4__item {
  padding: 30px 45px;
  border-radius: 3px;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .contact-4__item {
    padding: 30px 25px;
  }
}

.contact-4__item:hover {
  background-color: var(--color-2);
}

.contact-4__item:hover .contact-4__icon img {
  filter: brightness(3);
}

.contact-4__item:hover .contact-4__text h6 {
  color: var(--white);
}

.contact-4__item:hover .contact-4__text a {
  color: var(--white);
}

.contact-4__item:hover .contact-4__text span {
  color: var(--white);
}

.contact-4__icon {
  margin-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .contact-4__icon {
    margin-right: 20px;
  }
}

.contact-4__icon img {
  width: 30px;
}

.contact-4__text h6 {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 14px;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .contact-4__text h6 {
    font-size: 20px;
  }
}

.contact-4__text a {
  color: #555;
  display: inline-block;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-4__text a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .contact-4__text a {
    font-size: 14px;
  }
}

.contact-4__text span {
  color: #555;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-4__text span {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .contact-4__text span {
    font-size: 14px;
  }
}

.contact-4__location iframe {
  width: 100%;
  height: 525px;
}

.contact-4__contact-form {
  background-color: #FAFAFA;
  padding: 150px 65px;
  padding-top: 90px;
}

@media (max-width: 767px) {
  .contact-4__contact-form {
    padding: 80px 15px;
  }
}

.contact-4__contact-form h5 {
  color: #08151F;
  font-size: 38px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-4__contact-form h5 {
    font-size: 33px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .contact-4__contact-form h5 {
    font-size: 27px;
  }
}

.contact-4__contact-form span {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .contact-4__contact-form span {
    font-size: 15px;
  }
}

.contact-4__input-box input {
  width: 100%;
  height: 65px;
  line-height: 65px;
  height: 65px;
  border: 1px solid #E5E5E5;
  transform: 0.3s;
}

.contact-4__input-box input:focus {
  border: 1px solid var(--color-2);
}

.contact-4__textarea-box textarea {
  resize: none;
  width: 100%;
  height: 280px;
  border: 1px solid #E5E5E5;
  transform: 0.3s;
}

.contact-4__textarea-box textarea:focus {
  border: 1px solid var(--color-2);
}

.contact-4__comment-agree .form-check-label {
  font-size: 16px;
  font-family: var(--ff-heading);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #838383;
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact-4__comment-agree .form-check-label {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-4__comment-agree .form-check-label {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-4__comment-agree .form-check-label {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-4__comment-agree .form-check-label {
    padding-top: 0px;
    font-size: 12px;
  }
}

.contact-4__comment-agree .form-check-label span {
  color: var(--theme-2);
}

.contact-4__comment-agree .form-check-label span.red {
  color: #F32020;
}

.contact-4__comment-agree input {
  height: 17px;
  width: 16px;
  margin-right: 12px;
  color: #949392;
}

.contact-4__comment-agree .form-check-input:checked {
  background-color: var(--theme-2);
  border-color: transparent;
}

.contact-4__comment-agree .form-check-input:focus {
  box-shadow: none;
}

.contact-4__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
}

@media (max-width: 767px) {
  .contact-4__comment-agree.label-2 .form-check-label {
    font-size: 12px;
    padding-top: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-4__comment-agree.label-2 .form-check-label {
    font-size: 14px;
  }
}

.register__form-box {
  padding: 70px 58px;
  padding-left: 40px;
  border: 1px solid #E0E0E0;
  margin: 0 41px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .register__form-box {
    padding: 70px 60px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .register__form-box {
    padding: 70px 10px;
    margin: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .register__form-box {
    padding: 70px 30px;
    margin: 0;
  }
}

.register__form-title h6 {
  color: var(--black);
  font-size: 23px;
  font-weight: 500;
  line-height: 28.4px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.register__form-title span {
  color: #696866;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .register__form-title span {
    font-size: 14px;
  }

  .register__form-title span br {
    display: none;
  }
}

.register__input-box {
  position: relative;
}

.register__input-box label {
  color: var(--black);
  font-family: var(--ff-heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 10px;
}

.register__input-box input {
  height: 60px;
  line-height: 60px;
  border: 1px solid #E0E0E0;
  margin-bottom: 30px;
}

.register__input-box input:focus {
  border: 1px solid var(--color-2);
}

.register__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.register__input-text {
  color: #F32020;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  position: absolute;
  top: 0;
  right: 0;
}

.register__input-text:hover {
  color: #F32020;
}

/*----------------------------------------*/
/*  20. product css start 
/*----------------------------------------*/
.product-2__space {
  padding-bottom: 50px;
}

.product-2__item {
  padding: 12px;
  padding-bottom: 0;
  margin-bottom: 30px;
  position: relative;
}

.product-2__item::after {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  z-index: -1;
  transition: all 0.4s ease;
}

.product-2__item:hover::after {
  height: calc(100% + 15px);
}

.product-2__item:hover .product-2__button-box {
  opacity: 1;
  visibility: visible;
}

.product-2__item:hover>.product-2__thumb>img {
  transform: scale(1.2) rotate(-1deg);
}

.product-2__thumb {
  overflow: hidden;
}

.product-2__thumb img {
  width: 100%;
  transition: 0.6s;
}

.product-2__star {
  margin-bottom: 8px;
}

.product-2__star i {
  color: #FAB311;
  padding-right: 2px;
}

.product-2__star i.color {
  color: #D2D3DA;
}

.product-2__content {
  padding: 30px 10px;
  padding-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
}

.product-2__title-sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: 0.3s;
}

.product-2__title-sm:hover {
  color: var(--theme-2);
}

.product-2__price span {
  font-weight: 500;
  font-size: 15px;
  color: #ED1D24;
  font-family: var(--ff-heading);
  margin-right: 12px;
}

.product-2__price del {
  font-size: 15px;
  color: #9695A0;
  font-family: var(--ff-heading);
}

.product-2__button-box {
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.product-2__icon a {
  width: 38px;
  height: 37px;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  display: inline-block;
  line-height: 29px;
  text-align: center;
  margin-left: 5px;
  transition: 0.3s;
}

.product-2__icon a:hover {
  border: 1px solid var(--color-2);
}

.product-2__thumb-text {
  position: absolute;
  top: 13px;
  left: 8px;
}

.product-2__active {
  padding: 30px 20px;
  margin: -30px -20px;
}

.product-2__arrow-box {
  position: absolute;
  right: -4.5%;
  top: 49%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .product-2__arrow-box {
    right: -3.5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-2__arrow-box {
    display: none;
  }
}

.product-2__arrow-box .slider-next button {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #DFE2E9;
}

.product-2__arrow-box .slider-next button svg {
  margin-left: 2px;
}

.fea-product__thumb {
  text-align: center;
  overflow: hidden;
  border-radius: 15px;
}

.fea-product__thumb img {
  border-radius: 15px;
  width: 100%;
  transition: 0.5s;
}

.fea-product__content {
  padding: 20px 15px;
  padding-bottom: 0px;
}

.fea-product__item {
  padding: 13px 11px;
  padding-bottom: 18px;
  transition: 0.3s;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.fea-product__item:hover {
  background-color: var(--white);
}

.fea-product__item:hover .fea-product__icon-box {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translateY(-50%);
}

.fea-product__item:hover .fea-product__link-box {
  opacity: 1;
  visibility: visible;
  margin-top: -17px;
}

.fea-product__item:hover .fea-product__price {
  opacity: 0;
  visibility: hidden;
}

.fea-product__item:hover .fea-product__thumb>img {
  transform: scale(1.2) rotate(-1deg);
}

.fea-product__icon-box {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.fea-product__icon-box a {
  border-radius: 5px;
  border: 0px solid var(--red-primary-color, #D72323);
  background: var(--white);
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  margin: 0 2px;
}

.fea-product__icon-box a img {
  transition: 0.3s;
  color: var(--heading);
  width: 20px;
}

.fea-product__icon-box a:hover {
  background-color: var(--color-2);
}

.fea-product__icon-box a:hover img {
  color: var(--white);
}

.fea-product__link-box {
  transition: 0.3s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.fea-product__link-box a span {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-2px);
}

.fea-product__price {
  transition: 0.3s;
}

.fea-product__price span {
  font-weight: 500;
  color: #ED1D24;
  font-family: var(--ff-heading);
  margin-right: 12px;
}

.fea-product__price del {
  color: #9695A0;
  font-family: var(--ff-heading);
}

.fea-product__star {
  margin-bottom: 8px;
}

.fea-product__star i {
  color: #FAB311;
  padding-right: 2px;
}

.fea-product__star i.color {
  color: #D2D3DA;
}

.fea-product__title-sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: 0.3s;
}

.fea-product__title-sm:hover {
  color: var(--theme-2);
}

.fea-product__tab nav button {
  color: var(--heading);
  font-family: var(--ff-heading);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  background-color: var(--white);
  border-radius: 30px;
  transition: 0.3s;
  margin: 0 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .fea-product__tab nav button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fea-product__tab nav button {
    font-size: 13px;
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .fea-product__tab nav button {
    font-size: 13px;
    margin: 0 7px;
    margin-bottom: 20px;
  }
}

.fea-product__tab nav button.active {
  color: var(--white);
  background-color: var(--color-2);
}

.fea-product__tab nav button:hover {
  color: var(--white);
  background-color: var(--color-2);
}

.fea-product__shape-1 {
  position: absolute;
  top: 9%;
  left: 3%;
  animation: moving 9s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fea-product__shape-1 {
    top: 3%;
    left: 3%;
  }
}

.fea-product__shape-2 {
  position: absolute;
  bottom: 0%;
  left: -2%;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .fea-product__shape-2 {
    display: none;
  }
}

.fea-product__item-2:hover .fea-product__price {
  opacity: 1;
  visibility: visible;
}

.best-product-4__white-bg {
  position: relative;
}

.best-product-4__white-bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--white);
  height: 325px;
  width: 100%;
  content: "";
}

.best-product-4__plr {
  background-color: var(--white);
  margin: 0 225px;
  padding-top: 85px;
  padding-bottom: 115px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .best-product-4__plr {
    margin: 0 75px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .best-product-4__plr {
    margin: 0 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .best-product-4__plr {
    margin: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .best-product-4__section-box {
    padding-bottom: 30px;
  }
}

.best-product-4__top-mb {
  margin-bottom: 45px;
}

.best-product-4__text p {
  color: #787981;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .best-product-4__text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .best-product-4__text p {
    font-size: 14px;
  }
}

.best-product-4__left-box {
  background: linear-gradient(to bottom right, #FF4D8D 15.64%, #507EFB 84.55%);
  padding: 45px 40px;
  padding-bottom: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .best-product-4__left-box {
    padding: 45px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .best-product-4__left-box {
    padding: 45px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .best-product-4__left-box {
    margin-bottom: 50px;
    padding: 45px 40px;
  }
}

@media (max-width: 767px) {
  .best-product-4__left-box {
    margin-bottom: 50px;
    padding: 45px 20px;
  }
}

.best-product-4__title {
  color: var(--white);
  font-family: var(--ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 35px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .best-product-4__title {
    font-size: 18px;
  }
}

.best-product-4__tab nav button {
  width: 100%;
  text-align: start;
  padding: 0;
}

.best-product-4__tab nav button:not(:last-child) {
  margin-bottom: 39px;
}

.best-product-4__tab nav button span {
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .best-product-4__tab nav button span {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .best-product-4__tab nav button span {
    font-size: 16px;
  }
}

.best-product-4__tab nav button span i {
  color: var(--white);
  position: absolute;
  top: 3px;
  right: 0;
}

.best-product-4__content {
  padding: 20px 15px;
  padding-bottom: 0px;
}

.best-product-4__icon-box {
  position: absolute;
  top: 20px;
  right: -50px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

.best-product-4__icon-box a {
  border-radius: 5px;
  border: 0px solid var(--red-primary-color, #D72323);
  background: var(--white);
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  margin: 2px 0px;
}

.best-product-4__icon-box a svg {
  color: var(--heading);
  transition: 0.3s;
}

.best-product-4__icon-box a:hover {
  background-color: var(--color-2);
}

.best-product-4__icon-box a:hover svg {
  color: var(--white);
}

.best-product-4__item {
  padding-bottom: 18px;
  transition: 0.3s;
  border-radius: 15px;
  position: relative;
  z-index: 11;
}

.best-product-4__item:hover {
  background-color: var(--white);
}

.best-product-4__item:hover .best-product-4__icon-box {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

.best-product-4__item:hover .best-product-4__link-box {
  opacity: 1;
  visibility: visible;
}

.best-product-4__item:hover .best-product-4__thumb img {
  transform: scale(1.2) rotate(-1deg);
}

.best-product-4__link-box {
  transition: 0.3s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.best-product-4__price {
  margin-bottom: 20px;
}

.best-product-4__price span {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--ff-heading);
  margin-right: 12px;
  color: #9695A0;
}

.best-product-4__price del {
  font-size: 15px;
  color: #ED1D24;
  font-family: var(--ff-heading);
}

.best-product-4__title-sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: 0.3s;
}

.best-product-4__title-sm:hover {
  color: var(--theme-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .best-product-4__title-sm {
    font-size: 14px;
  }
}

.best-product-4__thumb {
  overflow: hidden;
}

.best-product-4__thumb img {
  width: 100%;
  transition: 0.5s;
}

.product-4__item {
  background-color: var(--white);
  border-radius: 13px;
  padding: 35px 28px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 13px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-4__item {
    padding: 35px 25px;
    padding-top: 25px;
  }
}

.product-4__content span {
  color: #787981;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin-bottom: 55px;
}

.product-4__title {
  color: var(--heading);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 5px;
  transition: 0.3s;
}

.product-4__title:hover {
  color: var(--theme-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-4__title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-4__title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-4__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .product-4__title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-4__title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-4__thumb {
    text-align: end;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-4__thumb {
    text-align: end;
    width: 40%;
  }
}

@media (max-width: 767px) {
  .product-4__thumb {
    text-align: end;
    width: 40%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-4__thumb img {
    max-width: 65%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-4__thumb img {
    max-width: 85%;
  }
}

@media (max-width: 767px) {
  .product-4__thumb img {
    max-width: 85%;
  }
}

.product-5__content span {
  color: var(--grey-3);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .product-5__content span {
    font-size: 13px;
  }
}

.product-5__title {
  color: var(--heading);
  font-size: 21px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-5__title {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-5__title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .product-5__title {
    font-size: 19px;
  }
}

.product-5__title:hover {
  color: var(--color-2);
}

.product-5__thumb {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .trend-product-5__section-title {
    padding-bottom: 40px;
  }
}

.trend-product-5__content {
  padding: 10px 16px;
  padding-top: 0;
  border: 1px solid #EEEEEE;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
}

.trend-product-5__content ul li {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 100%;
}

.trend-product-5__content ul li:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}

.trend-product-5__icon-box {
  position: absolute;
  top: 20px;
  right: -45px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

.trend-product-5__icon-box a {
  border-radius: 5px;
  border: 0px solid var(--red-primary-color, #D72323);
  background: var(--white);
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  margin: 2px 0px;
}

.trend-product-5__icon-box a svg {
  color: var(--heading);
  transition: 0.3s;
}

.trend-product-5__icon-box a:hover {
  background-color: var(--color-2);
}

.trend-product-5__icon-box a:hover svg {
  color: var(--white);
}

.trend-product-5__item {
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
}

.trend-product-5__item-box {
  border: 1px solid transparent;
  border-radius: 10px;
  transition: 0.5s;
}

.trend-product-5__item-box:hover {
  border: 1px solid #EEEEEE;
}

.trend-product-5__item-box:hover .trend-product-5__thumb img {
  transform: scale(1.2);
}

.trend-product-5__item-box:hover .trend-product-5__content {
  border: 1px solid transparent;
  border-top: none;
}

.trend-product-5__item-box:hover .trend-product-5__icon-box {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

.trend-product-5__item-box:hover .trend-product-5__link-box {
  opacity: 1;
  visibility: visible;
}

.trend-product-5__link-box {
  transition: 0.5s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 10px 15px;
  padding-bottom: 15px;
  padding-top: 0;
  z-index: 1;
}

.trend-product-5__price span {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--ff-heading);
  margin-right: 12px;
  color: #9695A0;
}

.trend-product-5__price del {
  font-size: 15px;
  color: #ED1D24;
  font-family: var(--ff-heading);
}

.trend-product-5__title-sm {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 45px;
  transition: 0.3s;
}

.trend-product-5__title-sm:hover {
  color: var(--theme-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trend-product-5__title-sm {
    font-size: 14px;
  }
}

.trend-product-5__thumb {
  overflow: hidden;
}

.trend-product-5__thumb img {
  width: 100%;
  transition: 0.5s;
}

.trend-product-5__button-box {
  margin-left: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .trend-product-5__button-box {
    margin-left: 0;
  }
}

.trend-product-5__button-box nav button {
  color: #949392;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .trend-product-5__button-box nav button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trend-product-5__button-box nav button {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .trend-product-5__button-box nav button {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .trend-product-5__button-box nav button {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trend-product-5__button-box nav button {
    font-size: 15px;
  }
}

.trend-product-5__button-box nav button:not(:last-child) {
  margin-right: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trend-product-5__button-box nav button:not(:last-child) {
    margin-right: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trend-product-5__button-box nav button:not(:last-child) {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .trend-product-5__button-box nav button:not(:last-child) {
    margin-right: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trend-product-5__button-box nav button:not(:last-child) {
    margin-right: 55px;
  }
}

.trend-product-5__button-box nav button:hover {
  color: #121416;
  border-bottom: 1px solid var(--color-2);
}

.trend-product-5__button-box nav button.active {
  color: #121416;
  border-bottom: 1px solid var(--color-2);
}

.trend-product-5__top-mb {
  margin-bottom: 50px;
}

.trend-product-5__thumb-text {
  border-radius: 3px;
  background: #FF111F;
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
}

.trend-product-5__thumb-text span {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 20px;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .trend-product-5__thumb-text span {
    font-size: 10px;
    font-weight: 500;
    padding: 5px 15px;
  }
}

.trend-product-5__star span {
  color: #5F6C76;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 10px;
}

.trend-product-5__star i {
  color: #FFA800;
}

.new-product-5__shape-1 {
  position: absolute;
  top: 0;
  right: -2%;
  animation: tptranslateX2 4s infinite alternate;
}

.new-product-5__shape-2 {
  position: absolute;
  top: -1%;
  left: 0;
  animation: tpupdown 0.8s infinite alternate;
}

.new-product-5__content {
  padding: 30px;
  transition: 0.3s;
  padding-top: 20px;
}

.new-product-5__social-box {
  position: absolute;
  top: 15px;
  right: -45px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

.new-product-5__social-box a {
  border-radius: 5px;
  border: 0px solid var(--red-primary-color, #D72323);
  background: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.05);
  line-height: 36px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  margin: 4px 0px;
}

.new-product-5__social-box a svg {
  color: var(--heading);
  transition: 0.3s;
}

.new-product-5__social-box a:hover {
  background-color: var(--color-2);
}

.new-product-5__social-box a:hover svg {
  color: var(--white);
}

.new-product-5__item {
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
}

.new-product-5__item::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--white);
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.5s;
  z-index: -1;
}

.new-product-5__item:hover::after {
  height: 100%;
}

.new-product-5__item:hover .new-product-5__social-box {
  opacity: 1;
  visibility: visible;
  right: 15px;
}

.new-product-5__item:hover .new-product-5__link-box {
  opacity: 1;
  visibility: visible;
}

.new-product-5__item:hover .new-product-5__thumb img {
  transform: scale(1.2);
}

.new-product-5__thumb {
  overflow: hidden;
}

.new-product-5__thumb img {
  transition: 0.5s;
}

.new-product-5__link-box {
  transition: 0.3s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  z-index: 1;
}

.new-product-5__price span {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--ff-heading);
  margin-right: 12px;
  color: #9695A0;
}

.new-product-5__price del {
  font-size: 15px;
  color: #ED1D24;
  font-family: var(--ff-heading);
}

.new-product-5__title-sm {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 45px;
  transition: 0.3s;
}

.new-product-5__title-sm:hover {
  color: var(--theme-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new-product-5__title-sm {
    font-size: 14px;
  }
}

.new-product-5__thumb {
  overflow: hidden;
}

.new-product-5__thumb img {
  width: 100%;
  transition: 0.5s;
}

.new-product-5__thumb-text {
  border-radius: 15px;
  background: #FF111F;
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
}

.new-product-5__thumb-text span {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 20px;
  display: inline-block;
}

.new-product-5__star {
  display: block;
}

.new-product-5__star i {
  font-size: 14px;
  display: inline-block;
  color: #FFA800;
}

.new-product-5__active {
  margin: 0 -105px;
}

@media (max-width: 767px) {
  .new-product-5__active {
    margin: 0px;
  }
}

.new-product-5__active-2 {
  margin-right: -550px;
}

@media (max-width: 767px) {
  .new-product-5__active-2 {
    margin-right: 0;
  }
}

/*** shop details here ****/
.product__text span {
  font-weight: 400;
}

.product__filter .nice-select {
  position: relative;
  background: var(--white);
  border-radius: 0;
  padding: 0px 30px;
  padding-right: 80px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e6e9e9;
  font-size: 14px;
  color: var(--heading);
}

.product__filter .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}

.product__filter .nice-select .option.selected {
  font-weight: 400;
  color: var(--heading);
}

.product__filter .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  margin-top: 0;
  right: 30px;
  content: "\f107";
  font-family: var(--ff-fontawesome);
  transform-origin: center;
  color: #77829D;
  height: auto;
  width: auto;
  font-size: 20px;
  font-weight: 900;
}

.product__filter .nice-select ul {
  padding: 25px;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0;
}

.product__filter .nice-select ul li {
  color: #77829D;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}

.product__filter .nice-select ul li:last-child {
  margin-bottom: 0;
}

.product__filter .nice-select .option {
  line-height: 1;
  min-height: 0;
}

.product__filter .nice-select.open ul {
  opacity: 1;
  visibility: visible;
}

.product__input {
  position: relative;
}

.product__input input {
  padding: 0px 30px;
  padding-right: 80px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
  border: 1px solid #e6e9e9;
}

.product__input input:focus {
  border: 1px solid var(--color-2);
}

.product__search {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.shop-details__wrapper {
  margin-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .shop-details__wrapper {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details__tab-big-img img {
    width: 100%;
  }
}

.shop-details__tab-big-img {
  border: 1px solid #EDE7E7;
  margin-right: 30px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .shop-details__tab-big-img {
    margin-right: 0;
  }
}

.shop-details__tab-btn-box button {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .shop-details__tab-btn-box button {
    margin-bottom: 20px;
  }
}

.shop-details__tab-btn-box button img {
  background-color: #F8F8F9;
}

.shop-details__tab-btn-box button.active {
  border: 1px solid #EDE7E7;
}

.shop-details__price span {
  color: var(--heading);
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .shop-details__quantity-wrap {
    flex-wrap: wrap;
  }
}

.shop-details__quantity {
  background-color: #F7F7F7;
  width: 205px;
  height: 67px;
  position: relative;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .shop-details__quantity {
    margin-bottom: 20px;
  }
}

.shop-details__quantity input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--heading);
}

.shop-details__quantity .cart-minus {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  color: var(--heading);
}

.shop-details__quantity .cart-plus {
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  color: var(--heading);
}

.shop-details__btn {
  line-height: 0;
}

@media (max-width: 767px) {
  .shop-details__btn {
    margin-bottom: 30px;
  }
}

.shop-details__right-warp {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details__right-warp {
    margin-bottom: 50px;
  }
}

.shop-details__title-sm {
  font-weight: 700;
  font-size: 28px;
  color: #060728;
  padding-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-details__title-sm {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details__title-sm {
    font-size: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details__title-sm {
    font-size: 29px;
  }

  .shop-details__title-sm br {
    display: none;
  }
}

@media (max-width: 767px) {
  .shop-details__title-sm {
    font-size: 30px;
  }

  .shop-details__title-sm br {
    display: none;
  }
}

.shop-details__text {
  margin-bottom: 50px;
}

.shop-details__text-2 p {
  padding-bottom: 15px;
  padding-right: 40px;
}

.shop-details__price {
  margin-bottom: 20px;
}

.shop-details__price span {
  font-weight: 700;
  font-size: 18px;
  color: #060728;
}

.shop-details__price span.red-color {
  border-radius: 1px;
  background: #EA1B25;
  font-size: 14px;
  color: var(--white);
  width: 51px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
}

.shop-details__price del {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  display: inline-block;
  margin-left: 13px;
  margin-right: 10px;
}

.shop-details__product-info {
  margin-bottom: 30px;
}

.shop-details__product-info ul li {
  color: rgba(20, 33, 43, 0.8);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 23px;
  list-style-type: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-details__product-info ul li {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details__product-info ul li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .shop-details__product-info ul li {
    font-size: 16px;
  }
}

.shop-details__product-info ul li:last-child {
  margin-bottom: 0;
}

.shop-details__product-info ul li>span {
  color: #232323;
  font-family: var(--ff-heading);
  font-size: 16px;
  font-weight: 600;
}

.shop-details__social span {
  color: #121416;
  font-family: var(--ff-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  margin-right: 10px;
}

.shop-details__social a {
  display: inline-block;
  font-size: 16px;
  color: #071C1F;
  transition: 0.3s;
  margin-right: 11px;
}

.shop-details__social a:hover {
  color: var(--color-2);
}

.shop-details__size {
  display: inline-block;
  margin-left: 25px;
}

.shop-details__size>span {
  display: inline-block;
  border: 1px solid #E8E8E8;
  padding: 4px 13px;
  color: #8D8884;
  font-family: var(--ff-heading);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: 0.3s;
  margin-right: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .shop-details__size>span {
    padding: 4px 8px;
  }
}

.shop-details__size>span:hover {
  background-color: var(--color-2);
  border: 1px solid var(--color-2);
  color: var(--white);
}

.shop-details__size>span.active {
  background-color: var(--color-2);
  border: 1px solid var(--color-2);
  color: var(--white);
}

.shop-details__variation-list {
  display: inline-block;
  margin-left: 17px;
}

.shop-details__variation-list button {
  transform: translateY(3px);
}

.shop-details__variation-list button span {
  width: 14.27px;
  height: 14px;
  background-color: var(--color-2);
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
}

.shop-details__variation-list button span.red {
  background-color: red;
}

.shop-details__variation-list button span.blue {
  background-color: blue;
}

.shop-details__variation-list button span.purple {
  background-color: purple;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .product-img {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .product-img img {
    max-width: 100%;
  }
}

.product-quantity .cart-minus,
.product-quantity .cart-plus {
  cursor: pointer;
  color: #8D8884;
}

.product-quantity .cart-minus:hover,
.product-quantity .cart-plus:hover {
  color: var(--theme-primary);
}

.product-quantity input {
  height: 30px;
  width: 32px;
  font-size: 14px;
  border: none;
  font-weight: 700;
  text-align: center;
}

.product-rating {
  margin-right: 20px;
}

.product-rating a {
  font-size: 16px;
  color: #FFDC60;
}

.product-dinfo {
  display: flex;
}

.product-dprice del {
  font-size: 20px;
  color: #B9B9B9;
}

.pro-details-nav {
  background: #F9FAFB;
  display: inline-block;
  padding: 7px 7px;
}

.pro-details-nav-btn {
  border: none;
}

.pro-details-nav-btn li {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-body);
  position: relative;
}

.pro-details-nav-btn li button span {
  position: relative;
  z-index: 9;
}

.pro-details-nav-btn li button::before {
  content: "";
  height: 100%;
  width: 102%;
  top: 0;
  left: -1px;
  background: #fff;
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.pro-details-nav-btn li button.active::before {
  opacity: 1;
  visibility: visible;
}

.pro-details-nav-btn li::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #DFE3E9;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .pro-details-nav-btn li::after {
    display: none;
  }
}

.pro-details-nav-btn li:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .pro-details-nav-btn li {
    font-size: 16px;
  }
}

.pro-details-nav-btn li .nav-links {
  padding: 20px 45px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-details-nav-btn li .nav-links {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .pro-details-nav-btn li .nav-links {
    padding: 5px 15px;
  }
}

.pro-details-nav-btn li .nav-links.active {
  background: var(--white);
  color: var(--heading);
}

.tab-para p {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .tab-para p {
    font-size: 14px;
  }
}

.comments-box {
  margin-bottom: 50px;
}

.comments-text span,
.comments-text p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
}

.comment-title p {
  color: #777777;
  font-size: 16px;
}

.comment-input textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 20px;
  resize: none;
}

.comment-input textarea:focus {
  outline: 0;
  border: 1px solid var(--color-2);
}

.comment-input input {
  width: 100%;
  height: 50px;
  resize: none;
  outline: 0;
  border: 1px solid #e7e7e7;
  padding: 8px 20px;
  margin-bottom: 30px;
}

.comment-input input:focus {
  border: 1px solid var(--color-2);
}

.comments-avatar {
  flex: 0 0 auto;
}

.table .add-info {
  font-size: 18px;
  font-weight: 500;
}

.table td {
  padding: 18px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .shop-left-right {
    margin-left: 0;
    margin-right: 0;
  }
}

.comments-title {
  font-size: 24px;
  color: var(--heading);
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .comments-title {
    font-size: 18px;
  }
}

.avatar-name b {
  color: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.shop-faq .accordion-header button {
  font-size: 18px;
  padding: 20px 55px 20px 30px;
}

@media (max-width: 767px) {
  .shop-faq .accordion-header button {
    font-size: 14px;
  }
}

.shop-faq .accordion-content p br {
  display: none;
}

.shop-faq .accordion-content p {
  padding: 0 75px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-button a {
    margin-bottom: 10px;
  }
}

.latest-comments ul li {
  list-style-type: none;
}

.comment-title {
  font-size: 24px;
  color: var(--heading);
  font-weight: 700;
  text-transform: capitalize;
}

.product-slider-title {
  color: var(--heading);
  font-size: 30px;
  font-weight: 500;
}

.product-details-list-box>span {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}

.product-details-list-box ul {
  display: inline-block;
}

.product-details-list-box ul li {
  color: #445658;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  float: left;
  padding-left: 30px;
  position: relative;
  padding-bottom: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .product-details-list-box ul li {
    width: 100%;
  }
}

.product-details-list-box ul li img {
  color: var(--color-2);
  position: absolute;
  top: 3px;
  left: 0;
}

.shop-widget-title {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.shop-widget-filter {
  position: relative;
}

.shop-widget-filter-info .input-range input {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--heading);
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
}

.shop-widget-filter-info .shop-widget-filter-btn {
  font-weight: 400;
  font-size: 14px;
  color: var(--heading);
  background-color: #F5F5F5;
  padding: 2px 21px;
}

.shop-widget-filter-info .shop-widget-filter-btn:hover {
  color: var(--white);
  background-color: var(--heading);
}

.shop-widget-categories {
  height: 288px;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  padding-right: 10px;
}

.shop-widget-categories-item label {
  color: #363944;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.shop-widget-categories-item label i {
  color: #FFA800;
}

.shop-widget-categories-item label i.inactive {
  color: #E1E2E7;
}

.shop-widget-categories-item label::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 12px;
  text-align: center;
  border: 2px solid #DADADA;
  z-index: -1;
  transition: all 0.2s 0s ease-out;
}

.shop-widget-categories-item label::before {
  content: "\f00c";
  font-family: var(--ff-fontawesome);
  font-size: 9px;
  font-weight: 900;
  position: absolute;
  top: 3px;
  left: 4px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  color: var(--white);
  transition: all 0.2s 0s ease-out;
}

.shop-widget-categories-item input {
  display: none;
}

.shop-widget-categories ul li {
  list-style: none;
  width: 100%;
}

.shop-widget-categories ul li:not(:last-child) {
  margin-bottom: 10px;
}

.shop-widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.shop-widget-categories ul li a:hover {
  color: var(--color-2);
}

.shop-widget-categories ul li a:hover::after {
  background-color: var(--color-2);
}

.shop-widget-checkbox-circle {
  position: relative;
}

.shop-widget-checkbox-circle-list>ul {
  display: inline-block;
}

.shop-widget-checkbox-circle-list>ul>li {
  display: inline-block;
  position: relative;
}

.shop-widget-checkbox-circle-list>ul>li:not(:last-child) {
  margin-right: 24px;
}

.shop-widget-checkbox-circle>.shop-widget-checkbox-circle-self {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  z-index: 1;
  border-radius: 3px;
}

.shop-widget-checkbox-circle>.shop-widget-checkbox-circle-self:hover {
  cursor: pointer;
}

.shop-widget-checkbox-circle>.shop-widget-checkbox-circle-self::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.4);
  border: 1px solid #E5E5E5;
  position: absolute;
  border-radius: 3px;
}

.shop-widget-checkbox-circle>input .single-widget-category input:checked+label::after {
  opacity: 1;
  visibility: visible;
}

.shop-widget-product-item:not(:last-child) {
  margin-bottom: 20px;
}

.shop-widget-product-rating {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.shop-widget-product-rating span {
  font-size: 12px;
  color: #FFB21D;
  margin-right: 1px;
}

.shop-widget-product-rating-number span {
  font-weight: 500;
  font-size: 12px;
  color: #818487;
}

.shop-widget-product-thumb {
  flex: 0 0 auto;
}

.shop-widget-product-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 14px;
}

.shop-widget-product-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.shop-widget-product-price {
  font-size: 14px;
  color: #55585B;
}

.shop-widget-brand {
  margin-right: 40px;
}

.shop-widget-brand-item {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}

.shop-widget-checkbox .filter-items li {
  margin-bottom: 10px;
}

.shop-widget-checkbox .filter-items li:last-child {
  margin-bottom: 0;
}

.shop-widget-categories-item input:checked~label::before {
  opacity: 1;
  visibility: visible;
}

.shop-widget-categories-item input:checked~label::after {
  background-color: var(--color-2);
  border-color: var(--color-2);
}

/*----------------------------------------*/
/*  07. busienss css start 
/*----------------------------------------*/
.business__bg {
  background: linear-gradient(180deg, #FCF5FC 0.01%, rgba(246, 245, 250, 0) 100%);
  border-radius: 40px;
  margin: 0 60px;
  padding-top: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .business__bg {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .business__bg {
    margin: 0px;
  }
}

.business__item span {
  height: 105px;
  width: 105px;
  line-height: 105px;
  border-radius: 50%;
  display: inline-block;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s ease-out 0s;
  color: var(--color-2);
  background-color: var(--white);
}

.business__item:hover img {
  animation: icon-bounce 0.8s 1;
}

.business__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .business__title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .business__title {
    font-size: 13px;
  }
}

.business__left-thumb {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .business__left-thumb {
    margin-bottom: 70px;
  }
}

.business__shape-1 {
  position: absolute;
  bottom: -16px;
  right: 58px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .business__shape-1 {
    right: -40px;
    bottom: -25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .business__shape-1 img {
    max-width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .business__shape-1 img {
    font-size: 16px;
  }
}

.business__shape-3 {
  position: absolute;
  bottom: 50.3%;
  left: -20%;
}

.business__shape-4 {
  position: absolute;
  top: 15%;
  left: 6%;
  animation: zoom 7s infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .business__shape-4 {
    top: 12%;
    left: -2%;
  }
}

.business__content {
  position: relative;
  z-index: 1;
}

.business__content.active .business__number span {
  color: var(--white);
}

.business__content.active .business__number span::after {
  background: linear-gradient(166.19deg, #F15C92 5.02%, #9364D6 56.44%, #6790F5 90.14%);
}

.business__number span {
  font-weight: 500;
  font-size: 20px;
  font-family: var(--ff-heading);
  color: var(--heading);
  display: inline-block;
  height: 59px;
  width: 59px;
  border-radius: 50%;
  line-height: 59px;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  margin-right: 42px;
  position: relative;
  transition: transform 300ms ease;
}

@media (max-width: 767px) {
  .business__number span {
    margin-right: 20px;
  }
}

.business__number span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: transform 300ms ease;
  border-radius: 50%;
  z-index: -1;
}

.business__content-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .business__content-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .business__content-title {
    font-size: 16px;
  }
}

.business__content-box {
  margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .business__content-box {
    margin-left: 0;
  }
}

.business__content-box ul li:not(:last-child) {
  padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .business__content-box ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .business__content-box ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .business__content-box ul li:not(:last-child) {
    padding-bottom: 30px;
  }
}

.business__content-text p {
  padding-right: 140px;
}

@media only screen and (max-width: 991px) {
  .business__content-text p {
    padding-right: 172px;
  }
}

@media (max-width: 767px) {
  .business__content-text p {
    padding-right: 0;
  }
}

.business__content-shape {
  position: absolute;
  left: 5%;
  top: 4%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .business__content-shape {
    left: 6%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .business__content-shape {
    left: 7%;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business__content-shape {
    left: 4.4%;
    top: 4%;
  }
}

.business__section-box .section-subtitle {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  25. testimonial css start 
/*----------------------------------------*/
.testimonial__button p {
  color: var(--white);
  font-size: 20px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 991px),
(max-width: 767px) {
  .testimonial__button p {
    font-size: 16px;
  }
}

.testimonial__item {
  background-color: #FFF;
  border-radius: 16px;
  padding: 60px 59px;
  position: relative;
  z-index: 11;
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__item {
    padding: 47px 40px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__item {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .testimonial__item {
    margin-left: 0;
    padding: 44px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__item {
    margin-left: 0;
    padding: 44px 40px;
  }
}

.testimonial__item::after {
  content: "";
  bottom: -15px;
  right: -15px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.21);
  position: absolute;
  border-radius: 16px;
  z-index: -1;
}

.testimonial__thumb {
  margin-right: 25px;
}

.testimonial__thumb img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonial__author-name {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
}

.testimonial__icon {
  margin-right: 55px;
}

@media (max-width: 767px) {
  .testimonial__icon {
    display: none;
  }
}

.testimonial__icon img {
  width: 80px;
}

@media (max-width: 767px) {
  .testimonial__icon img {
    width: 50px;
  }
}

.testimonial__author-info span {
  color: var(--heading);
}

@media (max-width: 767px) {
  .testimonial__author-info span {
    font-size: 12px;
  }
}

.testimonial__author-info span b {
  color: #F15C92;
  font-weight: 600;
}

.testimonial__content P {
  font-size: 20px;
  line-height: 1.8;
  color: var(--heading);
  padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .testimonial__content P {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .testimonial__content P {
    font-size: 16px;
  }
}

.testimonial__content span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #F15C92;
  font-family: var(--ff-heading);
}

@media only screen and (max-width: 991px),
(max-width: 767px) {
  .testimonial__content span {
    font-size: 15px;
  }
}

.testimonial__top-box {
  padding-bottom: 15px;
}

.testimonial__active {
  padding: 20px;
  margin: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__left-box {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .testimonial__left-box {
    margin-bottom: 10px;
  }
}

.testimonial__wrapper {
  margin-left: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .testimonial__wrapper {
    padding-bottom: 100px;
  }
}

.testimonial-slider-dots {
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.testimonial-slider-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.37);
  opacity: 1;
  transition: 0.3s;
  position: relative;
  margin: 0 7px;
}

.testimonial-slider-dots .swiper-pagination-bullet::after {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--white);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.testimonial-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--color-1);
}

.testimonial-slider-dots .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  06. brand css start 
/*----------------------------------------*/
.slider-text__space {
  padding-top: 90px;
  padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-text__space {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .slider-text__space {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.slider-text__bg {
  background-color: var(--white);
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09);
  height: 60px;
  line-height: 60px;
  transform: rotate(4.4deg) translateY(61px);
}

@media (max-width: 767px) {
  .slider-text__bg {
    height: 60px;
    line-height: 60px;
    transform: rotate(0deg);
    margin-bottom: 30px;
  }
}

.slider-text__text {
  display: flex;
  align-items: center;
}

.slider-text__text span {
  font-family: var(--ff-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--heading);
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .slider-text__text span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .slider-text__text span {
    font-size: 12px;
  }
}

.slider-text__text img {
  width: 18px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .slider-text__text img {
    width: 14px;
  }
}

.slider-text-active .slick-slide {
  margin: 0 25px;
}

.slider-text-2__bg {
  background-color: var(--white);
  background: #F9E9F1;
  height: 60px;
  line-height: 60px;
  transform: rotate(-6.13deg);
}

@media (max-width: 767px) {
  .slider-text-2__bg {
    transform: rotate(0deg);
  }
}

.slider-text-2__text {
  display: flex;
  align-items: center;
}

.slider-text-2__text span {
  font-family: var(--ff-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--heading);
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .slider-text-2__text span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .slider-text-2__text span {
    font-size: 12px;
  }
}

.slider-text-2__text img {
  width: 18px;
  margin-left: 38px;
}

@media (max-width: 767px) {
  .slider-text-2__text img {
    width: 14px;
  }
}

.slider-text-2__gradiant-bg {
  background: linear-gradient(90.33deg, #FF4D8D 49.71%, #9C42EB 82%, #4D81FB 100.53%);
  height: 60px;
  line-height: 60px;
  transform: rotate(-6.13deg);
}

@media (max-width: 767px) {
  .slider-text-2__gradiant-bg {
    height: 60px;
    line-height: 60px;
    transform: rotate(0deg);
  }
}

.slider-text-2__gradiant-bg .slider-text-2__text span {
  color: var(--white);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .slider-text-2__gradiant-bg .slider-text-2__text span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider-text-2__gradiant-bg .slider-text-2__text span {
    font-size: 18px;
  }
}

.slider-text-2__gradiant-bg .slider-text-2__text svg {
  margin-left: 31px;
  line-height: 0;
  transform: translateY(-3px);
}

.slider-text-2-active .slick-slide {
  margin: 0 25px;
}

.slider-text-3__ptb {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .slider-text-3__ptb {
    padding: 50px 0;
  }
}

.slider-text-3__space {
  padding-top: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-text-3__space {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-text-3__space {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .slider-text-3__space {
    padding-bottom: 80px;
  }
}

.slider-text-3__item {
  padding: 20px 0;
  animation: scrollText-2 20s infinite linear;
}

.slider-text-3__item span {
  font-weight: 400;
  font-size: 120px;
  color: #E7E7E7;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider-text-3__item span {
    font-size: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-text-3__item span {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .slider-text-3__item span {
    font-size: 55px;
  }
}

.slider-text-3__item span i {
  background: linear-gradient(180deg, #FE4386 0%, #B63AD8 51.04%, #A838E8 60.94%, rgba(254, 57, 42, 0) 100%, #5779F9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
  font-weight: 400;
}

.slider-text-3__item.color span {
  font-family: var(--ff-heading);
}

.slider-text-3__item.color span strong {
  background: linear-gradient(180deg, #FE4386 0%, #B63AD8 51.04%, #A838E8 60.94%, rgba(254, 57, 42, 0) 100%, #5779F9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
  font-weight: 400;
}

/*----------------------------------------*/
/*  13. cta css start 
/*----------------------------------------*/
.cta__grey-bg {
  position: relative;
}

.cta__grey-bg::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 135px;
  width: 100%;
  position: absolute;
  background-color: var(--grey-1);
  z-index: -1;
}

.cta__bg {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 29px;
  padding-top: 65px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .cta__bg {
    background-position: right;
  }
}

.cta__title {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .cta__title {
    font-size: 32px;
  }

  .cta__title br {
    display: none;
  }
}

.cta__content {
  position: relative;
  z-index: 1;
}

.cta__thumb {
  position: absolute;
  bottom: 0;
  right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta__thumb {
    right: -50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta__thumb img {
    max-width: 90%;
  }
}

.sidebar__widget {
  padding: 30px 30px;
  background: #F4F6F8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widget {
    padding: 30px 20px;
  }
}

.sidebar__widget-title {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  color: #0A2C3D;
  padding-left: 7px;
  margin-bottom: 30px;
}

.sidebar__widget-title::after {
  position: absolute;
  content: "";
  left: 0px;
  height: 21px;
  width: 2px;
  top: 50%;
  background: var(--color-2);
  transform: translateY(-50%);
}

.sidebar__widget ul li {
  list-style: none;
  background: var(--white);
  border: 1px solid #EDEDED;
  height: 54px;
  line-height: 54px;
  border-radius: 2px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.sidebar__widget ul li:hover {
  background-color: var(--color-2);
}

.sidebar__widget ul li:hover a {
  color: var(--white);
}

.sidebar__widget ul li:last-child {
  margin-bottom: 10px;
}

.sidebar__widget ul li a {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #445658;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .sidebar__widget ul li a {
    font-size: 14px;
  }
}

.sidebar__widget ul li a span {
  float: right;
}

.sidebar__about {
  padding: 37px 0 38px 0;
}

.sidebar__thumb img {
  border-radius: 50%;
  margin-bottom: 20px;
}

.sidebar__content-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--heading);
  margin-bottom: 6px;
}

.sidebar__content-designation {
  font-weight: 400;
  font-size: 14px;
  color: #727A7D;
  display: block;
  margin-bottom: 13px;
}

.sidebar__content p {
  font-size: 16px;
  color: #838383;
  margin-bottom: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__content p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar__content p {
    padding: 0 50px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sidebar__content p {
    font-size: 16px;
  }
}

.sidebar__content-social a {
  height: 37px;
  width: 42px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border: 1px solid #E8E8E8;
  margin-right: 12px;
}

.sidebar__content-social a i {
  transition: 0.3s;
}

.sidebar__content-social a:hover {
  border: 1px solid var(--color-2);
  background-color: var(--color-2);
}

.sidebar__content-social a:hover i {
  color: var(--white);
}

.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--white);
}

.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--heading);
  text-transform: uppercase;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  27. footer css start 
/*----------------------------------------*/
.footer__logo {
  padding-bottom: 22px;
  width: 110px;
  height: auto;
}

.footer__space {
  padding-top: 110px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer__space {
    padding-bottom: 45px;
  }
}

.footer__icon {
  margin-right: 15px;
}

.footer__icon img {
  width: 24px;
}

.footer__text p {
  margin-bottom: 0;
  margin-bottom: 35px;
}

.footer__text a {
  font-weight: 500;
  color: var(--heading);
}

.footer__widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px),
(max-width: 767px) {
  .footer__widget-title {
    font-size: 16px;
  }
}

.footer__list ul li:not(:last-child) {
  padding-bottom: 16px;
}

.footer__list ul li a {
  font-weight: 500;
  position: relative;
}

.footer__list ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.footer__list ul li a::after {
  content: "";
  top: 50%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--color-2);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(-50%);
}

.footer__social-box a {
  color: #9497A3;
  font-size: 14px;
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(1, 16, 61, 0.14);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  transition: 0.3s;
  margin: 0 4px;
  border-radius: 50%;
}

.footer__social-box a:first-child {
  margin-left: 0;
}

.footer__social-box a:hover {
  background-color: var(--color-2);
  color: var(--white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-2 {
    margin-left: 0;
  }
}

.footer-col-3 {
  margin-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-3 {
    margin-left: 0;
  }
}

.footer-col-4 {
  margin-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-4 {
    margin-left: 0;
  }
}

.footer-col-6 {
  margin-left: 33px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-6 {
    margin-left: 0;
  }
}

.footer-col-9 {
  margin-right: -11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-9 {
    margin-right: 0;
  }
}

.footer-col-10 {
  margin-left: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-10 {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-10 {
    margin-left: 0;
  }
}

.footer-col-11 {
  margin-left: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-11 {
    margin-left: 0;
  }
}

.footer-col-12 {
  margin-left: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-12 {
    margin-left: 0;
  }
}

.footer-col-14 {
  margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-14 {
    margin-left: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-14 {
    margin-left: 0;
  }
}

.footer-col-15 {
  margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-15 {
    margin-left: 0;
  }
}

.footer-col-16 {
  margin-left: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-16 {
    margin-left: 0;
  }
}

/*-- copyright css start --*/
.copyright__border {
  border-top: 1px solid #DFDFEA;
  padding: 21px 0;
}

.copyright__social-box a {
  color: #9497A3;
  font-size: 14px;
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(1, 16, 61, 0.03);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  transition: 0.3s;
  margin: 0 4px;
}

.copyright__social-box a:first-child {
  margin-left: 0;
}

.copyright__social-box a:hover {
  background-color: var(--color-2);
  color: var(--white);
}

.copyright__text {
  margin-left: -45px;
}

@media only screen and (max-width: 991px),
(max-width: 767px) {
  .copyright__text {
    margin-left: 0;
  }
}

.copyright__text span {
  font-size: 14px;
}

.copyright__text span i {
  font-style: normal;
  color: var(--heading);
}

.copyright__text a {
  font-weight: 500;
}

.copyright__text a i {
  font-style: normal;
  color: var(--heading);
}