/* font family  */

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.eot");
  src: url("../fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-Regular.woff2") format("woff2"),
    url("../fonts/Jost-Regular.woff") format("woff"),
    url("../fonts/Jost-Regular.ttf") format("truetype"),
    url("../fonts/Jost-Regular.svg#Jost-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-SemiBold.eot");
  src: url("../fonts/Jost-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-SemiBold.woff2") format("woff2"),
    url("../fonts/Jost-SemiBold.woff") format("woff"),
    url("../fonts/Jost-SemiBold.ttf") format("truetype"),
    url("../fonts/Jost-SemiBold.svg#Jost-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Light.eot");
  src: url("../fonts/Jost-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-Light.woff2") format("woff2"),
    url("../fonts/Jost-Light.woff") format("woff"),
    url("../fonts/Jost-Light.ttf") format("truetype"),
    url("../fonts/Jost-Light.svg#Jost-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.eot");
  src: url("../fonts/Jost-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-Bold.woff2") format("woff2"),
    url("../fonts/Jost-Bold.woff") format("woff"),
    url("../fonts/Jost-Bold.ttf") format("truetype"),
    url("../fonts/Jost-Bold.svg#Jost-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.eot");
  src: url("../fonts/Jost-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-Medium.woff2") format("woff2"),
    url("../fonts/Jost-Medium.woff") format("woff"),
    url("../fonts/Jost-Medium.ttf") format("truetype"),
    url("../fonts/Jost-Medium.svg#Jost-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-ExtraBold.eot");
  src: url("../fonts/Jost-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-ExtraBold.woff2") format("woff2"),
    url("../fonts/Jost-ExtraBold.woff") format("woff"),
    url("../fonts/Jost-ExtraBold.ttf") format("truetype"),
    url("../fonts/Jost-ExtraBold.svg#Jost-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost* 400 Book";
  src: url("../fonts/Jost-Book.eot");
  src: url("../fonts/Jost-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-Book.woff2") format("woff2"),
    url("../fonts/Jost-Book.woff") format("woff"),
    url("../fonts/Jost-Book.ttf") format("truetype"),
    url("../fonts/Jost-Book.svg#Jost-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* -----RESET----- */

html,
body {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  font-family: "Jost";
  font-weight: normal;
  color: #292929;
  padding: 0px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  line-height: normal;
  letter-spacing: 0;
  background-color: #f1f4f9;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  color: #fff;
  background: var(--dark-color);
}

::selection {
  color: #fff;
  background: var(--dark-color);
}

.ptag p a,
.ptag ul:not([class]) li a {
  color: var(--theme-color);
  text-decoration: underline;
}

:root {
  --white: #fff;
  --primary: #000;
  --dark-color: #000000;
  --section-bg-dark: #f1f4f9;
  --section-bg-color: #f1f4f9;
  --theme-color: #5a8fda;
  --rounded: 10px;
  --rounded-20: 20px;
}

.border-radius {
  border-radius: var(--rounded);
}

.btn_theme {
  background-color: var(--theme-color);
  color: #ffffff;
}

.btn_theme:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn_border:hover {
  --tw-ring-offset-width: 2px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.theme_dark_bg {
  background-color: var(--dark-color);
}

section.customer_section {
  background-color: var(--section-bg-color);
}

.smallbtn {
  min-width: 200px !important;
}

p {
  font-size: 17px;
  letter-spacing: 0.34px;
  color: #231f20;
  line-height: 26px;
}

/* -----FORM CONTROL----- */

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #292929;
  font-size: 14px;
  font-weight: 300;
  font-family: "Jost";
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: #292929;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
  font-family: "Jost";
}

:-ms-input-placeholder,
textarea::placeholder {
  text-transform: capitalize;
  color: #292929;
  font-size: 14px;
  font-weight: 300;
  font-family: "Jost";
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Jost";
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Jost";
}

textarea {
  resize: none;
  min-height: 90px;
  overflow: hidden;
  margin: 0;
  vertical-align: bottom;
  font-family: "Jost";
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 35px;
}

textarea.form-group {
  margin-bottom: 30px;
}

.form-control {
  width: 100%;
  padding: 15px 20px;
  height: 50px;
  background: #ffffff;
  color: #292929;
  letter-spacing: 0.56px;
  line-height: 100%;
  border-radius: 0;
  border: 1px solid transparent;
  font-family: "Jost";
  font-weight: normal;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 14px;
  color: #231f20;
}

select.form-control {
  background: #fff url(../images/icon/arrow-left.svg) no-repeat right 20px top
    22px;
}

select.form-control > option {
  color: #3d3d3c;
  color: #3d3d3c;
  letter-spacing: 0.56px;
}

/* -----STRUCTURE----- */

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.row::after,
.container::after,
.clearfix::after {
  clear: both;
}

.container-fluid {
  padding: 0 50px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-md {
  max-width: 930px;
  margin: 0 auto;
}

.container {
  max-width: 1530px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container,
  .incontainer,
  .container-sm {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .container,
  .incontainer,
  .container-md,
  .container-sm {
    max-width: 720px;
    margin: 0 auto;
  }

  .cta-bg-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .container,
  .incontainer,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
    margin: 0 auto;
  }

  .row-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .container,
  .incontainer,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1530px;
    margin: 0 auto;
  }
}

.center,
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-center,
.call-links,
.panel-list .panel-list-item {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.width33,
.form-row .col-3 {
  width: 33.33%;
}

.width25,
.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.w-full,
.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}

.form-row {
  width: 100%;
}

.form-row [class*="col-"] {
  margin-bottom: 30px;
  padding: 0 15px;
}

.form-row .row {
  margin: 0 -15px;
}

.form-row .col-4,
.form-row .col-6 {
  padding: 0 15px;
}

.ptag p,
ol li {
  font-size: 17px;
  font-weight: normal;
  color: #231f20;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin-bottom: 25px;
}

.ptag p a {
  display: inline-block;
}

ol,
.num_list {
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li,
.num_list li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #585858;
}

ol li:before,
.num_list li:before {
  content: counter(my-awesome-counter) ".";
  padding: 0px;
  margin-right: 10px;
  font-size: 16px;
  text-transform: capitalize;

  color: #333333;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  left: 0;
  position: absolute;
  top: 6px;
}

.img-item > img,
.border-radius40 {
  border-radius: 30px;
}

#goUpButton {
  position: fixed;
  bottom: 50px;
  right: 10px;
  background-color: var(--theme-color);
  outline: none;
  color: var(--white-color);
  font-size: 20px;
  border: 0;
  width: 45px;
  height: 45px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-box {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 55px;
}

/* *********** HEADING ************* */

h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="heading_"] {
  font-size: inherit;
  font-family: "Jost";
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 35px;
  letter-spacing: 0.8px;
}

.heading_80 {
  font-size: clamp(50px, 4vw, 80px);
  letter-spacing: 1.6px;
  font-weight: bold;
  line-height: 84px;
  margin-bottom: 0px;
}

h1,
.heading_40 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

h2,
.heading_36 {
  font-size: clamp(24px, 4vw, 36px);
  letter-spacing: 0.6px;
}

h3,
.heading_30 {
  font-size: clamp(22px, 4vw, 30px);
}

h4,
.heading_24 {
  font-size: clamp(20px, 4vw, 24px);
}

h5,
.heading_22 {
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.6;
}

h6,
.heading_20 {
  font-size: clamp(18px, 4vw, 20px);
  line-height: 1.6;
  margin-bottom: 20px;
}

.heading_sub {
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 500;
  color: #292929;
  margin-bottom: 0;
}

.whiteclr {
  color: var(--white);
}

.greenclr {
  color: var(--theme-color);
}

.darkgray {
  color: var(--darkgray);
}

/* *********** Spacing ************* */

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

.py_100 {
  padding: 100px 0;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_100 {
  margin-bottom: 100px;
}

.my_100 {
  margin: 100px 0;
}

.mt_80 {
  margin-top: 80px;
}

.mb_0 {
  margin-bottom: 0;
}

/* FLEX  */

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

/*whychoose section */

.hero-item .item-shape {
  position: absolute;
  left: -73px;
  top: 65px;
}

.cl-info-review:after {
  position: absolute;
  content: "";
  background: url(../images/google-icon.svg) no-repeat top right;
  right: 0;
  top: 0;
  width: 35px;
  height: 36px;
}

/* CTA */

.cta-bg {
  background-color: #191919;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.cta-content,
.cta-item {
  width: 48%;
}

.client-tag {
  color: #b8babe;
}

.client-tag strong {
  color: #fff;
}

.cta-content p {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

.cta-item {
  z-index: 1;
}

.cta-item:before {
  position: absolute;
  content: "";
  background: url(../images/shape-cta.svg) no-repeat left;
  width: 142px;
  height: 242px;
  top: 17%;
  z-index: -1;
}

/* FORM INPUT  */

/* .form-control {
  border: 1px solid transparent;
  padding: 12px 18px;
  min-height: auto;
  height: 50px;
  border-radius: 5px;
  color: #c5c5c5;
  font-size: 14px;
} */

textarea.form-control {
  height: auto;
  min-height: 186px;
  background: #ffffff;
  border: 1px solid transparent;
}

.form-wrapper .form-control:focus {
  border-color: var(--theme-color) !important;
  /* box-shadow: inset 0px 0px 2px 2px var(--theme-color); */
}

.submit_button {
  text-align: center;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
}

.submit_button .btn_dark.input[type="submit"] {
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  color: #ffffff;
  border: 0;
  outline: none;
  border-radius: 2px;
  /* text-transform: uppercase; */
  border-radius: 0px;
  font-weight: normal;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.submit_button input[type="submit"].btn_dark {
  background-color: var(--theme-color);
  padding: 0;
  min-width: 105px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  /* text-transform: uppercase; */
  cursor: pointer;
  height: 44px;
  position: relative;
  /* background: url(../images/icon/sub_btn_icon.svg) no-repeat right 65px top 19px var(--theme-color); */
}

.btnsubmit {
  width: 100%;
  padding: 0;
}

.form-group.width50 {
  width: calc(50% - 25px);
}

.form-group.width33 {
  width: calc(33.33% - 10px);
}

.application-form .submit_block {
  text-align: left;
  justify-content: flex-start;
}

.btn_submit.btn_dark input[type="submit"] {
  border: 0;
  height: auto;
  padding: 0;
  background: transparent;
  font-size: 18px;
  color: #ffffff;
  font-family: "Jost";
  font-weight: bold;
  padding: 17px 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.submit_block .btn_dark input[type="submit"] {
  height: 100%;
  background-color: transparent;
  width: 100%;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

.relative {
  position: relative;
}

/* -----HELPER----- */

.absolute {
  position: absolute;
}

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100% !important;
  z-index: -1;
  overflow: hidden;
  /* clip-path: polygon(49% 0, 54% 3.5%, 100% 3.5%, 100% 100%, 0 100%, 0 3.5%, 44% 3.5%); */
}

/* -----BUTTONS----- */

[class*="btn_"] {
  font-size: 14px;
  padding: 10px 20px;
  letter-spacing: 0.28px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  z-index: 1;
  line-height: 1;
  font-family: "Jost";
  text-decoration: none;
  min-width: 186px;
  height: 50px;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.3s;
  transition-property: all;
  border-radius: 2px;
}

.btn-row {
  display: flex;
  flex-direction: column;
}

.btn-row a i,
.btn_outline i,
[class*="btn_"] i {
  margin-left: 10px;
  font-size: 18px;
}

[class*="btn_"] i {
  color: #1fa361;
}

.btn_dark > span {
  margin-right: 10px;
}

.btn-row a:not(:last-child) {
  margin-bottom: 15px;
}

.btn_border > span {
  margin-right: 10px;
}

ul:has(+ p) {
  margin-bottom: 30px;
}

.btn_theme.call:hover > span > img {
  filter: invert(100%);
}

.btnlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -8px;
  row-gap: 10px;
}

.btnlist a {
  margin: 0px 8px;
  text-transform: capitalize;
}

.btnlist .call {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.btnlist .call a img,
.btnlist .call a span {
  margin-right: 10px;
}

.btnlist .call span {
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
}

.btnlist .call a {
  font-size: 18px;
  font-weight: bold;
}

.btnlist .call:hover {
  background-color: #231f20;
  border: 1px solid #231f20;
}

.btn_theme.call > span {
  margin-right: 10px;
}

.dlist,
.default-content-pg ul,
.acc_content ul,
.acc_content ol {
  margin: 0 0 30px 0;
  padding: 0;
}

.dlist li,
.default-content-pg ul li,
.acc_content ul li,
.acc_content ol li {
  font-size: 17px;
  line-height: 26px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #231f20;
  letter-spacing: 0.34px;
  font-family: "Jost";
  text-transform: none;
}

.dlist li:before,
.default-content-pg ul li:before,
.acc_content ul li:before {
  position: absolute;
  content: "";
  background: url(../images/icon/right.svg) no-repeat left top;
  left: 0px;
  top: 7px;
  width: 16px;
  height: 16px;
  object-fit: initial;
}

.acc_content ul > b:first-of-type {
  margin-bottom: 10px;
  display: block;
  color: #000000;
}

.dlist li strong {
  font-size: 17px;
  font-weight: bold;
  font-family: "Jost";
  margin-bottom: 5px;
  line-height: 1.2;
  display: block;
  color: #231f20;
  letter-spacing: 0.34px;
}

.dlist li:last-of-type {
  margin-bottom: 0px;
}

/* .dlist li strong+p {
    margin-left: -35px;
} */

p a,
.call a span {
  position: relative;
  display: inline-block;
}

a {
  text-decoration: none;
}

.ptag p a,
.ptag ul:not([class]) li a,
.ptag ol:not([class]) li a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  color: #000000;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

.btn_border {
  border: 1px solid #231f20;
  color: #231f20;
}

.btn_border_white {
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: fit-content;
  color: #ffffff;
}

.btn_border_white:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

/* SERVICE CSS */

@media (hover: hover) {
  .top-footer .ft-col-3 .call-text a:hover,
  .footer-links > li.active > a,
  .footer-links > li:hover > a,
  .contact-list li a:hover {
    color: var(--theme-color);
  }
}

p > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: 0.5s;
  opacity: 0;
}

p > a:hover:after {
  opacity: 1;
  width: 100%;
}

[class*="heading_"] span {
  color: var(--theme-color);
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

/* .heading-36 {
  font-size: 36px;
  font-size: clamp(
    22px,
    22px + (36 - 22) * ((100vw - 320px) / (1920 - 320)),
    36px
  );
} */

.mrgt100 {
  margin-top: 100px;
}

.mrgb0 {
  margin-bottom: 0 !important;
}

.mrgb10 {
  margin-bottom: 10px !important;
}

.mrgb15 {
  margin-bottom: 15px !important;
}

.mrgb20 {
  margin-bottom: 20px !important;
}

.mrgb30 {
  margin-bottom: 35px !important;
}

.mrgb40 {
  margin-bottom: 40px !important;
}

.mrgb60 {
  margin-bottom: 60px;
}

.mrgb90 {
  margin-bottom: 90px;
}

.bold {
  font-weight: bold !important;
}

.black {
  font-weight: 900;
}

.divider {
  border-top: 1px solid rgba(19, 39, 40, 0.1);
}

.mrgb50 {
  margin-bottom: 50px;
}

.mrgb70 {
  margin-bottom: 70px;
}

.mrgb80 {
  margin-bottom: 80px;
}

.mrgb100 {
  margin-bottom: 100px;
}

.mrgb110 {
  margin-bottom: 110px;
}

.uppercase {
  text-transform: uppercase;
}

/* COmmon inpage  */

.widthfull {
  width: 100%;
}

/* FOOTER STYLE */

.footer-bg {
  background-color: #16254c;
}

.footer_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.footer_title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: white;
}

.footer-row {
  padding-top: 60px;
  position: relative;
}

.footer-row::after {
  position: absolute;
  content: "";
  width: 0px;
  height: auto;
  top: 0px;
  bottom: 43px;
  left: 375px;
  border-left: 1px solid #34446d;
}

.footer-left {
  width: 375px;
  margin-bottom: 115px;
  padding-right: 120px;
}

.footer_right {
  width: calc(100% - 375px);
  display: flex;
  justify-content: space-between;
  margin: 0 -60px 115px;
  position: relative;
  /* padding-bottom: 70px; */
}

.social_links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #34446d;
}

.social_links a:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.ft_call:hover,
.ft_mail:hover,
.footer-row ul.ft-links li > a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.social-links a:not(:last-child) {
  margin-right: 7px;
}

.footer-right {
  margin-left: 74px;
  max-width: 435px;
  margin-bottom: 112px;
}

.ft-subscribe-box {
  border-radius: 30px;
  margin-bottom: 30px;
  max-width: 340px;
}

.ft-subscribe-box p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #bcbec4;
}

.ft-subscribe-box input {
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 14px;
  color: #4f4f57;
  padding-left: 15px;
  margin-bottom: 20px;
}

.btn_subscribe {
  background: var(--theme-color);
  color: white;
  min-width: 140px;
  border-radius: 0px;
}

.btn_subscribe:hover {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  cursor: pointer;
  color: #5a8fda;
}

.none-case {
  text-transform: none;
}

.capital-heading {
  text-transform: capitalize;
}

.ft-contact-info > li {
  margin-bottom: 10px;
  position: relative;
}

/* .ft-contact-info>li.address_item::after,
.ft-contact-info>li.ft-call-info::after, 
.ft-contact-info>li.ft-trading_hours-info::after,
.ft-contact-info>li.ft-mail-info::after {
    content: '';
    position: absolute; 
    left: 0;
    top: 3px;
    background: url('../images/icon/theam_map_pin.svg') center center/cover no-repeat;
    width: 16px;
    z-index: 1;
    height: 21px;
    width: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-size: contain !important;
} */
/* .contact-title {
    font-size: 16px;
    letter-spacing: 0.64px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
} */

.ft_address,
.ft_call,
.work_title,
.ft_mail {
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #bcbec4;
  font-weight: normal;
  line-height: 26px;
}

.ft-social-title,
.subscribe-title,
.opening_hour_title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.working_hours_info .opening_hour_title,
.working_hours_info > p {
  margin-bottom: 0px;
}

.working_hours_info > p {
  color: #bcbec4;
  font-size: 16px;
  padding-left: 10px;
}

.working_hours_info > p > span {
  margin: 0 25px;
}

.ft-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: var(--white);
  margin-bottom: 15px;
}

.payment-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: var(--white);
  margin-bottom: 15px;
  text-align: center;
}

.footer-bottom {
  min-height: 43px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.32px;
  color: #231f20;
  text-align: center;
}

.footer-row ul.ft-links li {
  position: relative;
}

.footer-row ul.ft-links li > a {
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #bcbec4;
  font-weight: normal;
  text-transform: capitalize;
}

.footer-row ul.ft-links li:not(:last-child) {
  margin-bottom: 5px;
}

footer {
  position: relative;
}

.footer_tags {
  background-color: #5a8fda;
  padding-top: 20px;
}

.footer-tag-title {
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
}

.footer-tag-wrap {
  margin: 0px -10px;
}

.footer-tag-wrap .slick-slide {
  margin: 0 10px;
}

.footer-tag-wrap:not(.slick-initialized) {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer-tag-wrap li {
  display: inline-flex !important;
  margin-bottom: 25px;
  color: #292929;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 18px;
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
}

.footer-tag-wrap li > span {
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  max-height: 58px;
}

.footer-tag-wrap li > span > img {
  filter: invert(0%) sepia(100%) saturate(22%) hue-rotate(318deg)
    brightness(179%) contrast(102%);
}

.footer-tag-wrap li > span::after {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  background-color: #16254c;
  z-index: -1;
  top: 2px;
}

.footer-tag-wrap li .info > p {
  margin-bottom: 0px;
  color: #ffffff;
}

.ft-logo_wrap > .img-wrap {
  margin-bottom: 45px;
}

ul.payment_methods_wrap {
  display: flex;
  margin: 0 -6px;
}

ul.payment_methods_wrap > li {
  width: calc(25% - 12px);
  margin: 0 6px;
}

.working_hours_info {
  position: absolute;
  left: 60px;
  right: 0;
  bottom: -72px;
  width: calc(100% - 60px);
  height: 70px;
  display: inline-flex;
  align-items: center;
  border-top: 1px solid #34446d;
}

.footer_right .ft-subscribe-box,
.footer_right .ft-about-social,
.footer_right .footer-col-1.ft-col-0 {
  margin: 0 60px;
}

/* FOOTER STYLE */

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 6px 8px;
}

.wpcf7-not-valid-tip {
  line-height: 1;
  vertical-align: top;
  margin-left: 3px;
  position: relative;
}

/* FORM ERROR MASSSAGE */

.wpcf7-form.invalid .wpcf7-response-output {
  max-width: 826px;
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 15px 15px 15px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  font-weight: normal;
  color: #585858;
  font-size: 16px;
  position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../images/Icon-validation.svg) no-repeat left top;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 14px;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #ffdfdf;
  border-color: #f54812;
}

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/failed-validation.svg) no-repeat 15px center #ffdfdf;
  font-size: 14px;
  color: #ff0000;
  padding: 10px 20px 10px 30px;
  margin: 0 0 10px 0;
  width: 100%;
  padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: url(../images/validation-tick.svg) no-repeat 15px center #e1ffd9;
  border-color: #498e36;
  font-size: 14px;
  color: #498e36;
  width: 100%;
  max-width: 826px;
  padding: 15px 15px 15px 45px;
  font-family: "Jost";
  font-weight: normal;
}

/* common css */

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-50 {
  padding-top: 50px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-110 {
  padding-bottom: 110px;
}

.bg-dark {
  background-color: #000000;
}

.helf-section-65-35 {
  display: flex;
  justify-content: space-between;
}

.helf-section-65-35 .left-side {
  width: 65%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.helf-section-65-35 .right-side {
  width: 35%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

/* .dlist { margin-bottom:60px;} */

.dlist > li:last-of-type {
  margin-bottom: 0px;
}

.helf-section {
  display: flex;
  justify-content: space-between;
}

.helf-section .left-side,
.helf-section .right-side {
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.helf-section-40-60 {
  display: flex;
  justify-content: space-between;
}

.helf-section-40-60 .left-side {
  width: 40%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.helf-section-40-60 .right-side {
  width: 60%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.img-wrap img {
  object-fit: cover;
}

.more-link {
  font-size: 14px;
  letter-spacing: 1.2px;
  color: #313131;
  line-height: 17px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.more-link > span {
  height: 26px;
  width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #313131;
  border-radius: 50%;
  margin-left: 10px;
}

.more-link:hover {
  color: #a68444;
}

.more-link:hover > span > img {
  filter: invert(58%) sepia(60%) saturate(375%) hue-rotate(1deg) brightness(81%)
    contrast(88%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.img-wrap.tit-icon {
  display: block;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 20px;
}

.radius-10 > img {
  border-radius: 13px;
}

.btn_border-white {
  border: 2px solid #ffffff;
  margin-top: 20px;
  color: white;
}

.btn_border-white:hover {
  background-color: #ffffff;
  color: #000000;
}

.bt-fade {
  margin-bottom: 40px;
  position: relative;
}

.bt-fade::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.26) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.dlist.dlist-bt-brdr > li > p {
  color: #c5c5c5;
  margin-bottom: 0px;
}

.dlist.dlist-bt-brdr > li:not(:last-child) {
  margin-bottom: 20px;
}

.dlist.dlist-bt-brdr > li:not(:first-child) {
  padding-top: 20px;
}

/* .dlist.dlist-bt-brdr > li:not(:first-child) { padding-top:20px; } */

.dlist.dlist-bt-brdr li:not(:first-child):before {
  top: 20px;
}

.dlist.dlist-bt-brdr li:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 0px;
  border-bottom: 1px solid rgba(90, 89, 89, 0.2);
}

.flex-revers {
  flex-direction: row-reverse;
}

.btn_white {
  background-color: white;
  color: #050605;
}

.btn_white:hover > span > img {
  filter: invert(100%) sepia(0%) saturate(7481%) hue-rotate(28deg)
    brightness(100%) contrast(105%);
}

.btn_white:hover {
  background-color: #000;
  color: white;
}

p > a[href*="tel:"],
p > a[href*="mailto:"] {
  color: var(--theme-color);
  transition: none;
  text-decoration: none;
  display: inline-block;
}

p > a[href*="tel:"]:hover,
p > a[href*="mailto:"]:hover {
  color: var(--theme-color);
  transition: none;
}

.heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.heading-wrap > [class*="heading_"] {
  margin-bottom: 10px;
}

p.italic {
  font-style: italic;
}

.btn_theme {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.btn_theme i {
  color: var(--white);
}

.white {
  color: #ffffff;
}

/* SLICK ARROW  */

.slick-arrow button.slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 21px;
  border: 0px solid #acacac;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 18px);
  z-index: 1;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: none;
}

.slick-arrow button.slick-arrow:after {
  display: none;
}

.slick-arrow button.slick-arrow.slick-prev {
  background: url(../images/slider-left-arrow.svg) no-repeat center center !important;
}

.slick-arrow button.slick-arrow.slick-next {
  background: url(../images/slider-right-arrow.svg) no-repeat center center !important;
}

.slick-arrow button.slick-arrow.slick-prev:hover {
  background: url(../images/slider-left-arrow-hover.svg) no-repeat center center !important;
}

.slick-arrow button.slick-arrow.slick-next:hover {
  background: url(../images/slider-right-arrow-hover.svg) no-repeat center
    center !important;
}

.home_banner_slider.slick-arrow button.slick-arrow.slick-prev:hover,
section.popular_brand_sec .slick-arrow button.slick-arrow.slick-prev:hover {
  background: url(../images/slider-leftliteblue-arrow-hover.svg) no-repeat
    center center !important;
}

.home_banner_slider.slick-arrow button.slick-arrow.slick-next:hover,
section.popular_brand_sec .slick-arrow button.slick-arrow.slick-next:hover {
  background: url(../images/slider-rightliteblue-arrow-hover.svg) no-repeat
    center center !important;
}

.slick-arrow .slick-next {
  right: -73px;
}

.slick-arrow .slick-prev {
  left: -73px;
}

.slick-arrow button.slick-arrow:after {
  position: absolute;
  content: "";
  color: #3d3d3c;
  height: 8px;
  width: 8px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background: url(../images/icon/slick_arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.slick-arrow button.slick-arrow.slick-next:after {
  background: url(../images/icon/slick_arrow-prev.svg) no-repeat;
  background-size: contain;
}

.slick-arrow button.slick-arrow:hover {
  background: #16254c;
}

.slick-arrow button.slick-arrow:hover:after {
  filter: invert(99%) sepia(96%) saturate(16%) hue-rotate(245deg)
    brightness(104%) contrast(100%);
}

.hidden {
  display: none;
}

.helf-section > .right-side > .img-wrap {
  float: right;
}

.bg_white {
  background-color: white;
}

/* common css */

/* css ti-home important */
.acc_content {
  padding: 25px 44px 25px 36px !important;
  color: #231f20 !important;
  background-color: white;
}

.accordion_in.acc_active .acc_head {
  background-color: #5a8fda;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.faqs:not(.smk_accordion) .accordion_in .acc_content p,
.faqs_1:not(.smk_accordion) .accordion_in .acc_content p {
  margin-bottom: 0px;
}

.faqs:not(.smk_accordion) .accordion_in .acc_content,
.faqs_1:not(.smk_accordion) .accordion_in .acc_content {
  background-color: white;
}

.acc_head {
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #16254c;
  padding: 20px 45px 20px 25px;
  background-color: #ffffff;
  font-weight: 500;
}

.faqs .accordion_in,
.faqs_1 .accordion_in {
  margin-bottom: 20px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.faqs:not(.smk_accordion) .accordion_in:first-of-type .acc_head,
.faqs_1:not(.smk_accordion) .accordion_in:first-of-type .acc_head {
  background-color: #5a8fda;
  color: #fff;
}

.faqs:not(.smk_accordion) .accordion_in:first-of-type .acc_content,
.faqs_1:not(.smk_accordion) .accordion_in:first-of-type .acc_content {
  display: block;
}

.faqs .accordion_in:last-of-type,
.faqs_1 .accordion_in:last-of-type {
  margin-bottom: 0px;
}

.faqs:not(.smk_accordion) .acc_content,
.faqs_1:not(.smk_accordion) .acc_content {
  display: none;
}

/* css ti-home important */

/* --------------------------------------------------------shop_collection_sec-----------------------------------------------------*/
.shop_collection_sec .collection_slider {
  display: flex;
  justify-content: space-between;
  margin: 0 -22.5px;
}

.shop_collection_sec .collection_slider > li {
  margin: 0 22.5px 90px;
}

.shop_collection_sec .collection_slider > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.shop_collection_sec .collection_slider > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.2;
}

.shop_collection_sec .collection_slider > li > a:hover::after {
  opacity: 0.5;
}

.shop_collection_sec ul.collection_slider .slick-track {
  /* outline: 1px solid red !important; */
  width: calc(100% + 45px) !important;
}

.shop_collection_sec ul.collection_slider .slick-track .slick-slide {
  padding: 0 22.5px !important;
  margin-bottom: 90px;
}

.collection_title {
  position: absolute;
  text-align: center;
  min-width: 258px;
  height: 50px;
  background: white;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: calc(50% - 25px);
  left: calc(50% - 128px);
  font-size: 18px;
  font-weight: 600;
}

/* --------------------------------------------------------shop_collection_sec-----------------------------------------------------*/

/* --------------------------------------------------------cta_sec-----------------------------------------------------*/
.cta_sec .helf-section .right-side {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 90px;
  margin-bottom: 90px;
}

.cta_sec .helf-section .right-side > .btnlist {
  margin-left: 90px;
}

.cta_sec .helf-section .right-side > *,
.cta_sec .helf-section .left-side > * {
  margin-bottom: 0px;
}

.cta_sec .helf-section .left-side > .img-wrap {
  min-width: 247px;
  margin-right: 70px;
}

.cta_sec .helf-section .left-side {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 90px;
}

/* --------------------------------------------------------cta_sec-----------------------------------------------------*/

/* --------------------------------------------------------.popular_brand_sec-----------------------------------------------------*/
.popular_brand_sec {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.popular_brand_sec::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  background-color: #16254c;
  opacity: 80%;
}

.popular_brand_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  z-index: -2;
}

.popular_brand_sec .helf-section > .right-side {
  width: calc(100% - 312px);
}

.popular_brand_sec .helf-section > .left-side {
  width: 312px;
}

.popular_brand_sec .helf-section > .left-side .heading_40 {
  padding-right: 127px;
  margin-bottom: 0px;
}

.brands_slider li > .img-wrap {
  height: 210px;
  width: 210px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brands_slider {
  margin: 0px -17px;
}

.brands_slider:not(.slick-initialized) {
  display: flex;
  justify-content: space-between;
}

.brands_slider:not(.slick-initialized) > li:not(:nth-child(-n + 5)) {
  display: none;
}

.brands_slider .slick-slide {
  margin: 0px 17px;
}

.brands_slider.slick-arrow button.slick-arrow.slick-next {
  left: calc(42px - 293px);
  bottom: -16px;
  top: unset;
  right: unset;
}

.brands_slider.slick-arrow button.slick-arrow.slick-prev {
  left: calc(0px - 310px);
  bottom: -16px;
  top: unset;
  right: unset;
}

.brands_slider.slick-arrow button.slick-arrow.slick-next:hover,
.brands_slider.slick-arrow button.slick-arrow.slick-prev:hover {
  background-color: #5a8fda;
}

.popular_brand_sec .helf-section ul li {
  padding: 0;
}

.popular_brand_sec .helf-section ul li:before {
  display: none;
}

/* --------------------------------------------------------.popular_brand_sec-----------------------------------------------------*/

/* --------------------------------------------------------feature_list----------------------------------------------------*/
.why_choose_sec {
  padding-top: 100px;
}

.why_choose_sec > .container > .img-wrap {
  margin-left: calc(50% - 23px);
  margin-bottom: 10px;
}

.why_choose_sec .heading_40.text-center {
  margin-bottom: 48px;
}

.feature_list {
  display: flex;
  margin: 0px -71px;
}

.feature_list > li {
  width: calc(25% - 142px);
  margin: 0px 71px 94px;
  position: relative;
}

.feature_list > li:not(:last-child)::after {
  content: "";
  top: 0;
  right: -71px;
  bottom: 0;
  height: 100%;
  width: 0;
  position: absolute;
  border-right: 1px solid #dbdbdb;
}

.feture_Box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* 
.feture_Box::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0px;
    z-index: -1;
    top: 0px;
    right: calc(0px - 71px);
    border: 1px solid #DBDBDB;
} */

/* .feature_list>li:last-child>.feture_Box::after {
    display: none;
} */

.feture_Box > .img-wrap {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.feture_Box > .img-wrap::after {
  content: "";
  position: absolute;
  height: 69px;
  width: 69px;
  border-radius: 100%;
  background-color: #cfdff5;
  z-index: -1;
  top: 2px;
  left: calc(50% - 35px);
}

.feture_Box > p {
  margin-bottom: 0px;
  text-align: center;
}

.feture_Box_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #16254c;
  text-align: center;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}

/* --------------------------------------------------------feature_list----------------------------------------------------*/

/* --------------------------------------------------------testimonial_sec----------------------------------------------------*/
.our_testimonials_sec .helf-section {
  position: relative;
}

.our_testimonials_sec .helf-section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: calc(50% - 150px);
  left: calc(50% - 100px);
  background: url(../images/ti-improvement_badge.png) no-repeat;
  background-size: contain;
}

.our_testimonials_sec .helf-section .left-side {
  background-color: #f1f4f9;
  padding: 107px 192px 132px 125px;
  margin-bottom: 100px;
}

.our_testimonials_sec .helf-section .right-side {
  margin-bottom: 100px;
}

.testimonial_box > .img-wrap {
  margin-bottom: 20px;
}

.testimonial_box > .author_nm {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding-top: 22px;
  letter-spacing: 0.48px;
  line-height: 1.2;
  color: #16254c;
}

.testimonial_box > .author_nm::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 30px;
  height: 0;
  border-top: 3px solid #5a8fda;
}

.testimonial_box > p {
  max-height: 130px;
  overflow: hidden;
  font-weight: 500;
  font-style: italic;
}

.testimonials_slider:not(.slick-initialized) {
  display: flex;
  justify-content: space-between;
}

.testimonials_slider:not(.slick-initialized) > li:not(:nth-child(-n + 1)) {
  display: none;
}

.testimonials_slider.slick-arrow button.slick-arrow.slick-prev {
  bottom: -103px;
  top: unset;
  left: 0;
  right: unset;
}

.testimonials_slider.slick-arrow button.slick-arrow.slick-next {
  bottom: -103px;
  top: unset;
  left: 46px;
  right: unset;
}

/* --------------------------------------------------------testimonial_sec----------------------------------------------------*/

/* --------------------------------------------------------faq_sec----------------------------------------------------*/
.faq_sec {
  position: relative;
  padding: 100px 0px;
}

.faq_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16254c 0% 0% no-repeat padding-box;
  opacity: 0.8;
  z-index: -1;
}

.faqbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.faq_sec .btn_border_white {
  margin-left: calc(50% - 93px);
}

.faq_sec .helf-section .left-side {
  padding-right: 20px;
  margin-bottom: 50px;
}

.faq_sec .helf-section .right-side {
  padding-left: 20px;
  margin-bottom: 50px;
}

section.faq_sec .heading_40.white.text-center {
  margin-bottom: 40px;
}

/* --------------------------------------------------------faq_sec----------------------------------------------------*/

/* --------------------------------------------------------img_content_sec----------------------------------------------------*/
.img_content_sec {
  padding-top: 100px;
}

.img_content_sec .helf-section .left-side > p:last-child,
.img_content_sec .helf-section .right-side > p:last-child {
  margin-bottom: 0px;
}

.img_content_sec .helf-section .left-side {
  width: 750px;
  margin-bottom: 130px;
}

.img_content_sec .helf-section .right-side {
  width: calc(100% - 750px);
  padding-left: 100px;
  margin-bottom: 130px;
}

.img_content_sec .helf-section.row-reverse .right-side {
  padding-right: 100px;
  padding-left: 0px;
}

p.dlist_heading {
  font-size: 15px;
  line-height: 23px;
}

/* --------------------------------------------------------img_content_sec----------------------------------------------------*/

/* --------------------------------------------------------home_improve_supply_sec---------------------------------------------------*/
.home_improve_supply_sec {
  background-color: #f5f5f5;
  padding: 100px 0px;
}

.home_improve_supply_sec .helf-section .left-side {
  width: calc(100% - 750px);
  padding-right: 110px;
}

.home_improve_supply_sec .helf-section .right-side {
  width: 750px;
}

.home_improve_supply_sec .helf-section .left-side > p:last-child {
  margin-bottom: 0px;
}

/* --------------------------------------------------------home_improve_supply_sec----------------------------------------------------*/

/* --------------------------------------------------------instagram_sec----------------------------------------------------*/
.instagram_sec {
  padding: 100px 0px;
  background-color: #ffffff;
}

/* --------------------------------------------------------instagram_sec----------------------------------------------------*/

/* --------------------------------------------------------contact-form-sec----------------------------------------------------*/
.contact_sec {
  padding-top: 55px;
}

.contact_sec .helf-section .left-side {
  background-color: #f1f4f9;
  margin-bottom: 80px;
}

.contact_sec .helf-section .right-side {
  margin-bottom: 80px;
  padding-left: 60px;
}

.contact-form {
  padding: 40px 50px 50px 50px;
}

.form-group > label {
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  color: #231f20;
  display: inline-block;
}

.contact-form > .heading_24 {
  margin-bottom: 25px;
}

.contact_list_title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.36px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.contact_details_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}

.contact_details_list > li {
  width: calc(50% - 37px);
}

.contect_address,
.contect_email,
.contect_phone,
.contect_worktime {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Jost* 400 Book";
  color: #231f20;
}

.contect_address > span,
.contect_email > span,
.contect_phone > span,
.contect_worktime > span {
  position: absolute;
  left: 0px;
  top: 0px;
}

.contect_social {
  padding-top: 45px;
}

.contect_social_list {
  margin: 0px -6px;
  display: flex;
}

.contect_social_list > li {
  margin: 0px 6px;
}

.contect_social_list > li > a {
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #231f20;
}

.contect_social_list > li > a:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.contect_social_list {
  margin-bottom: 60px;
}

.contact_sec .helf-section .right-side .heading-wrap {
  padding: 60px 75px 0px 0px;
  border-top: 1px solid rgba(179, 179, 179, 05);
}

.contact_sec .helf-section .right-side .heading-wrap .img-wrap {
  min-width: 247px;
  margin-right: 45px;
}

/* --------------------------------------------------------contact-form-sec----------------------------------------------------*/
/* --------------------------------------------------------sec_map---------------------------------------------------*/
.sec_map.bg_white {
  padding-bottom: 75px;
}

.sec_map.bg_white .map iframe {
  max-width: 100%;
}

.map > iframe {
  max-width: 100%;
}

/* --------------------------------------------------------sec_map---------------------------------------------------*/

/* --------------------------------------------------------aboutus -img_content_sec---------------------------------------------------*/
.aboutus .img_content_sec {
  padding-top: 50px;
}

.aboutus .img_content_sec .helf-section:last-of-type .left-side,
.aboutus .img_content_sec .helf-section:last-of-type .right-side {
  margin-bottom: 0px;
}

.aboutus .img_content_sec .helf-section .left-side,
.aboutus .img_content_sec .helf-section .right-side {
  margin-bottom: 100px;
}

.aboutus .img_content_sec .helf-section .right-side {
  padding-left: 180px;
}

.aboutus .img_content_sec .helf-section.row-reverse .right-side {
  padding-left: 0px;
  padding-right: 180px;
}

/* --------------------------------------------------------aboutus -img_content_sec---------------------------------------------------*/

/* --------------------------------------------------------.faqs_sec---------------------------------------------------*/
.faqs_sec {
  padding-top: 55px;
}

.faqs_sec .helf-section .left-side {
  width: 445px;
  padding-right: 60px;
  border-right: 1px solid rgba(170, 170, 170, 0.4);
  margin-bottom: 100px;
}

.faqs_sec .helf-section .right-side {
  width: calc(100% - 445px);
  padding-left: 60px;
  margin-bottom: 100px;
}

.faq_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f4f9;
  padding: 45px 30px;
}

.faq_cta > .heading_30,
.faq_cta > p {
  margin-bottom: 15px;
  text-align: center;
}

.faq_cta > a.btn_theme {
  margin-bottom: 30px;
}

/* --------------------------------------------------------.faqs_sec---------------------------------------------------*/

/* --------------------------------------------------------collection_sec--------------------------------------------------*/
.testimonials_sec {
  padding: 55px 0px 100px;
}

.testimonials_sec .testimonials_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -50px 0px;
}

.testimonials_sec .testimonials_list > li {
  padding: 70px 45px;
  width: calc(50% - 100px);
  margin: 0px 50px 70px;
  margin-bottom: 70px;
  background-color: #f1f4f9;
}

.testimonials_sec .container > .btn_theme {
  margin-left: calc(50% - 93px);
}

/* --------------------------------------------------------testimonials_list--------------------------------------------------*/

/* --------------------------------------------------------brand_sec--------------------------------------------------*/
.brand_sec {
  padding: 55px 0px 100px;
}

.brand_sec .brand_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -25px 0px;
  row-gap: 50px;
}

.brand_sec .brand_list > li {
  width: calc(25% - 50px);
  margin: 0px 25px 0px;
  background-color: #f1f4f9;
  text-align: center;
  padding: 17.5px 0px;
}

.brans_box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* --------------------------------------------------------brand_sec--------------------------------------------------*/

/* --------------------------------------------------------collection_sec--------------------------------------------------*/
.collection_sec {
  padding: 55px 0px 100px;
}

.collection_sec .collection_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -25px 0px;
  row-gap: 50px;
}

.collection_sec .collection_list > li {
  width: calc(50% - 50px);
  margin: 0px 25px 0px;
  text-align: center;
}

.collection_sec .collection_list > li > a {
  display: inline-flex;
  position: relative;
}

.collection_sec .collection_list > li > a::after,
.collection_sub_sec .collection_sub_list > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.2;
}

.collection_sec .collection_list > li > a:hover::after,
.collection_sub_sec .collection_sub_list > li > a:hover::after {
  opacity: 0.5;
}

/* tabs style end*/
.shop_collection_sec.bg_white {
  padding-top: 90px;
}

/* --------------------------------------------------------collection_sec--------------------------------------------------*/

/* --------------------------------------------------------collection_sub_sec--------------------------------------------------*/
.collection_sub_sec {
  padding: 55px 0px 100px;
}

.collection_sub_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -24px 0px;
  row-gap: 50px;
}

.collection_sub_list > li {
  width: calc(33.33% - 48px);
  margin: 0px 24px 0px;
  text-align: center;
}

.collection_sub_sec .collection_sub_list > li > a {
  display: inline-flex;
  position: relative;
}

/* --------------------------------------------------------collection_sub_sec--------------------------------------------------*/

.breadcums_wrap.prodbreadcrumb {
  background: var(--white);
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  margin-bottom: 75px;
}

/* .white { color: #ffffff;} */
/* search common style updates */
.aws-container .aws-search-form .aws-form-btn {
  background: url(../images/icon/search_icon.svg) no-repeat center center
    var(--white);
  border: 0px solid transparent !important;
  position: relative;
  z-index: 3;
  right: 0px;
}

.aws-container .aws-search-form .aws-form-btn:hover {
  background: url(../images/icon/search_icon.svg) no-repeat center center
    var(--white);
}

.aws-search-result .aws_onsale {
  background: var(--theme-color);
}

/* product tags styles  */
/*
.variations.pa_size,
.variations.pa_top,
.variations.pa_colour {
    padding: 0 30px
}

.variations.pa_size .select_box {
    display: flex;
    flex-wrap: wrap
}

li.product .select_option_label div {
    min-width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: #f5f5f5;
}
ul.products li.product .variations_form .select_box .yith_wccl_value,
ul.products li.wc-block-grid__product .variations_form .select_box .yith_wccl_value,
.wc-block-grid ul.wc-block-grid__products li.product .variations_form .select_box .yith_wccl_value,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .variations_form .select_box .yith_wccl_value {
    min-width: auto;
    height: auto;
    line-height: inherit;
    width: auto;
}

li.product .select_option .yith_wccl_value {
    border: 1px solid #d1d6d9;
    display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: 500;
    background: var(--white);
    border-radius: 4px !important;
}


li.product .select_box:not(.on_ptab) .select_option:hover {
    border-color: transparent;
}



ul.products li.product .variations_form.pa_size .select_box .yith_wccl_value,
ul.products li.product .variations_form.pa_top .select_box .yith_wccl_value {
    min-width: auto;
    height: auto;
    line-height: inherit;
    width: auto;
}

li.product .variations_form.pa_size .select_option .yith_wccl_value,
li.product .variations_form.pa_top .select_option .yith_wccl_value {
    border: 1px solid #d1d6d9;
    display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: 500;
    background: var(--white);
    border-radius: 4px !important;
}

li.product .variations_form.pa_size .select_box:not(.on_ptab) .select_option:hover,
li.product .variations_form.pa_top .select_box:not(.on_ptab) .select_option:hover {
    display: none !important;
}


.select_box_image .select_option_image .yith_wccl_value,
.select_option_label .yith_wccl_value {
    border-radius: 0;
}

li.product .pa_size .select_option,
li.product .pa_size .select_option:hover,
li.product .pa_top .select_option,
li.product .pa_top .select_option:hover {
    border: 0px solid transparent
}

li.product .pa_size .select_option .yith_wccl_value,
li.product .pa_top .select_option .yith_wccl_value {
    height: auto !important;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2 !important;
}

li.product .pa_size .select_option .yith_wccl_value:hover,
li.product .pa_top .select_option .yith_wccl_value:hover {
    background: var(--theme-color);
    color: var(--white);
}*/

.variations {
  padding: 0 30px;
}

.variations .select_box {
  display: flex;
  flex-wrap: wrap;
  background: #f1f4f9;
  width: 100%;
  padding: 10px;
}

.variations .select_option_label div {
  min-width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: #f5f5f5;
}

.variations_form .select_box .yith_wccl_value {
  min-width: auto;
  height: auto;
  line-height: inherit;
  width: auto;
}

.variations_form .select_option .yith_wccl_value {
  border: 1px solid #d1d6d9;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  font-weight: 500;
  background: var(--white);
  border-radius: 4px !important;
}

/* .variations_form .select_box:not(.on_ptab) .select_option:hover {
    display: none !important;
} */

.select_box_image .select_option_image .yith_wccl_value,
.select_option_label .yith_wccl_value {
  border-radius: 0;
}

.variations_form .select_option,
.variations_form .select_option:hover {
  border: 0px solid transparent;
  padding: 0 !important;
  margin-bottom: 3px;
}

.variations_form .select_option .yith_wccl_value {
  height: auto !important;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4 !important;
  letter-spacing: 0.32px !important;
}

.variations_form .select_option .yith_wccl_value:hover {
  background: #ffffff;
  border: 1px solid #000;
}

li.product .variations_form.cart div.variations {
  margin: 0 !important;
  position: relative;
}

li.product .variations_form.cart div.variations:before {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  background: #d1d6d9;
  left: 30px;
  bottom: 0;
  z-index: 1;
}

li.product .variations_form.cart div.variations:last-child:before {
  display: none;
}

li.product .variations_form.cart {
  margin: 5px 0 5px;
}

/* .variations_form .variations:nth-child(even) .select_box {
    background: #fff;
} */

.select_option_colorpicker .yith_wccl_value_wrapper span.yith_wccl_value {
  height: 30px !important;
}

.select_option .yith-wccl-bicolor {
  border-radius: 0 !important;
}

.variations_form .select_option.selected .yith_wccl_value {
  padding: 5px 12px 5px 10px;
  position: relative;
  overflow: hidden;
}

.variations_form .select_option.selected .yith_wccl_value:before {
  content: "";
  position: absolute;
  background: url(../images/tick.svg) no-repeat 0 0;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
}

.variations_form .select_option.select_option_colorpicker .yith_wccl_value {
  padding: 0;
}

section.thank_you_content {
  padding: 70px 0;
  text-align: center;
}

section.thank_you_content p {
  margin-top: 30px;
}

.aws-container .aws-show-clear .aws-search-field {
  padding-right: 40px;
  padding-left: 15px;
}

.select_option.inactive.inactive_cross::before,
.select_option.inactive.inactive_cross::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 60%;
  background-color: #777;
  transform-origin: center;
}

.productbox .slick-prev {
  right: 0 !important;
  margin-right: 24% !important;
  left: inherit !important;
}

.productbox .slick-next {
  right: 0 !important;
  margin-right: 20.5% !important;
}

@media (min-width: 992px) {
  .sticky {
    position: sticky !important;
    top: 170px;
    align-self: flex-start;
  }

  .show-in-sm,
  .hidden {
    display: none;
  }

  .hidden {
    display: none !important;
  }
}

.paddtop55 {
  padding-top: 55px;
}

.paddtopbot55 {
  padding: 55px 0;
}

/* for common content page list style */
main.cmn-content-pg ul {
  margin: 0 0 30px 0;
  padding: 0;
}

main.cmn-content-pg ul li {
  font-size: 17px;
  line-height: 26px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #231f20;
  letter-spacing: 0.34px;
  font-family: "Jost";
  text-transform: none;
}

main.cmn-content-pg ul li:before {
  position: absolute;
  content: "";
  background: url(../images/icon/right.svg) no-repeat left top;
  left: 0px;
  top: 7px;
  width: 16px;
  height: 16px;
  object-fit: initial;
}

main.cmn-content-pg h1,
main.cmn-content-pg h2,
main.cmn-content-pg h3,
main.cmn-content-pg h4,
main.cmn-content-pg h5,
main.cmn-content-pg h6,
[class*="heading_"] {
  margin-bottom: 5px;
}

main.cmn-content-pg ul.woo_breadcums {
  width: 100%;
  padding: 15px 0px;
  max-height: 50px;
  margin: 0;
}

main.cmn-content-pg ul.woo_breadcums li {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

main.cmn-content-pg ul.woo_breadcums li:before {
  display: none;
}

.prod-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
  padding: 0;
}

.prod-img img {
  max-width: 100%;
  margin: 0 auto !important;
}

/* for wishlist styles */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  position: absolute;
  z-index: 10;
  margin: 0;
  top: 20px;
  right: 20px;
  left: inherit;
}

/* .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    color: var(--theme-color);
} */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
  color: var(--theme-color);
  background: url(../images/whislist.svg) no-repeat 0 0;
  filter: none;
}

table.wishlist_table td.product-add-to-cart .variations_form {
  display: none !important;
}

li.product.product-type-variable.outofstock a.button {
  background: url(../images/select-options.svg) no-repeat center left 15px
    var(--white) !important;
}

li.product.product-type-variable.outofstock a.button:hover {
  background: url(../images/select-options-hover.svg) no-repeat center left 15px
    #5a8fda !important;
  color: var(--white) !important;
}

li.product.product-type-simple.outofstock a.button {
  padding-left: 15px !important;
  background: var(--white) !important;
}

li.product.product-type-simple.outofstock a.button:hover {
  background: var(--theme-color) !important;
  color: var(--white) !important;
}

/* product list hover effect */
/* ul.products li.product {
    position: relative;
}

ul.products li.product:after {
    content: '';
    position: absolute;
    border: 2px solid #5a8dd8;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

ul.products li.product:hover:after {
    opacity: 1;
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
} */

/* Super Large devices (large desktops, less than 1600px) */
.helf-section ul {
  margin: 0 0 30px 0;
  padding: 0;
}

.helf-section ul li {
  font-size: 17px;
  line-height: 26px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #231f20;
  letter-spacing: 0.34px;
  font-family: "Jost";
  text-transform: none;
}

.helf-section ul li:before {
  position: absolute;
  content: "";
  background: url(../images/icon/right.svg) no-repeat left top;
  left: 0px;
  top: 7px;
  width: 16px;
  height: 16px;
  object-fit: initial;
}

.helf-section ul.locationlist li:before {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--white) !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 20px !important;
}

.cart_totals a.checkout-button.button {
  max-width: 300px;
  float: right;
}

table.shop_table.shop_table_responsive td .coupon button.button {
  font-size: 16px;
  width: 164px !important;
  padding: 0 5px;
  margin-left: 15px;
}

.pp_content_container .pp_inline input#reply_email {
  background: #f1f4f9;
  border: 1px solid #e0e0e0;
  width: 100%;
  padding: 15px 20px;
  height: 50px;
  color: #292929;
  letter-spacing: 0.56px;
  line-height: 100%;
  border-radius: 0;
  font-family: "Jost";
  font-weight: normal;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 14px;
  color: #231f20;
}

.ft-subscribe-box .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -37px;
}

.woocommerce table.shop_table td del {
  margin-left: 5px;
}

ul.products li a.button.add_to_cart_button.added:after,
ul.products li:hover a.button.add_to_cart_button.added:after {
  display: none !important;
}

/*.variations_form {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
}

.variations {
    width: 100%;
}

.variations.pa_size-style {
    order: 1
}

.variations.pa_size {
    order: 2;
}

.variations.pa_colour {
    order: 3
}*/

/* product listing pagination styles  */
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  background: #fff !important;
  padding: 0;
  height: 32px;
  margin: 0;
  font-size: 14px;
  font-weight: 600 !important;
  border-radius: 50%;
  color: #363636;
  min-width: 32px;
  line-height: 32px;
}

.woocommerce nav.woocommerce-pagination {
  padding: 8px 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  padding: 0;
  margin: 5px 10px 5px 0;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
  font-size: 0;
  background: url(../images/slider-left-arrow.svg) no-repeat center center !important;
  border: 0px solid transparent;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
  font-size: 0;
  background: url(../images/slider-right-arrow.svg) no-repeat center center !important;
  border: 0px solid transparent;
}

.woocommerce nav.woocommerce-pagination ul li:hover a.prev.page-numbers {
  background: url(../images/slider-left-arrow-hover.svg) no-repeat center center !important;
}

.woocommerce nav.woocommerce-pagination ul li:hover a.next.page-numbers {
  background: url(../images/slider-right-arrow-hover.svg) no-repeat center
    center !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  background: #16254c !important;
  color: var(--white);
  border: 1px solid #16254c;
}

.slick-next,
.slick-prev {
  border: 1px solid #d1d6d9;
  border-radius: 50%;
}

#authority_to_leave h2 {
  margin: 20px 0 10px 0;
}

#authority_to_leave select {
  background: url(../images/select-dropdown-arrow.png) no-repeat right 0 center
    #fff !important;
  height: 34px;
  padding: 8px 20px;
  margin: -2px 5px 0 0;
  border: 1px solid #d1d6d9;
  height: 48px;
}

.woocommerce-terms-and-conditions ul {
  padding-left: 18px;
}

.woocommerce-terms-and-conditions ul li {
  list-style: disc;
}

.woocommerce-terms-and-conditions ul li a {
  color: var(--theme-color) !important;
}

.hide_shipppit div#authority_to_leave {
  display: none;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p {
  display: block;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p:first-child {
  width: 100%;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p {
  display: inline;
  width: auto;
}

.woocommerce
  form.checkout_coupon.woocommerce-form-coupon
  p.form-row.form-row-first
  input {
  height: 44px;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 140px;
  display: inline;
  margin-right: 10px;
}

.woocommerce-form.woocommerce-form-login.login {
  width: 100%;
  background: #f8f8f8;
  padding: 50px 40px 20px;
  margin-bottom: 30px;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
}

@media (max-width: 1599.98px) {
  .cta_sec .helf-section .right-side {
    padding-left: 40px;
  }

  .cta_sec .helf-section .left-side > .img-wrap {
    margin-right: 45px;
  }

  .popular_brand_sec .helf-section > .right-side {
    width: calc(100% - 250px);
  }

  .popular_brand_sec .helf-section > .left-side {
    width: 250px;
  }

  .brands_slider.slick-arrow button.slick-arrow.slick-prev {
    left: calc(0px - 234px);
  }

  .brands_slider.slick-arrow button.slick-arrow.slick-next {
    left: calc(42px - 234px);
  }

  .feature_list {
    margin: 0px -50px;
  }

  .feature_list > li {
    width: calc(25% - 100px);
    margin: 0px 50px 94px;
  }

  .feature_list > li:not(:last-child)::after {
    right: -50px;
  }

  .our_testimonials_sec .helf-section .left-side {
    padding: 50px 100px 50px 100px;
  }

  .img_content_sec .helf-section .left-side,
  .img_content_sec .helf-section .right-side {
    width: 50%;
    margin-bottom: 100px;
  }

  .home_improve_supply_sec .helf-section .left-side,
  .home_improve_supply_sec .helf-section .right-side {
    width: 50%;
  }

  .aboutus .img_content_sec .helf-section .left-side,
  .aboutus .img_content_sec .helf-section .right-side {
    width: 50%;
  }

  .aboutus .img_content_sec .helf-section .right-side {
    padding-left: 70px;
  }

  .aboutus .img_content_sec .helf-section.row-reverse .right-side {
    padding-left: 0px;
    padding-right: 70px;
  }

  .img_content_sec .helf-section .right-side {
    padding-left: 70px;
  }

  .img_content_sec .helf-section.row-reverse .right-side,
  .home_improve_supply_sec .helf-section .left-side {
    padding-right: 70px;
  }

  /* footer */
  .footer-left {
    width: 350px;
    padding-right: 100px;
  }

  .footer_right {
    width: calc(100% - 350px);
    margin: 0 -30px 115px;
  }

  .footer-row::after {
    left: 350px;
  }

  .footer_right .ft-subscribe-box,
  .footer_right .ft-about-social,
  .footer_right .footer-col-1.ft-col-0 {
    margin: 0 30px;
  }

  .working_hours_info {
    left: 30px;
  }

  /* footer */
}

/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {
  .popular_brand_sec .helf-section > .left-side {
    width: 200px;
  }

  .popular_brand_sec .helf-section > .right-side {
    width: calc(100% - 200px);
  }

  .brands_slider.slick-arrow button.slick-arrow.slick-prev {
    left: calc(0px - 190px);
  }

  .brands_slider.slick-arrow button.slick-arrow.slick-next {
    left: calc(42px - 190px);
  }

  .popular_brand_sec .helf-section > .left-side .heading_40 {
    padding-right: 0px;
    margin-bottom: 0px;
  }

  .feature_list {
    margin: 0px -30px;
  }

  .feature_list > li {
    width: calc(25% - 60px);
    margin: 0px 30px 94px;
  }

  .feature_list > li:not(:last-child)::after {
    right: -30px;
  }

  .our_testimonials_sec .helf-section .left-side {
    padding: 50px 121px 50px 50px;
  }

  .testimonials_slider.slick-arrow button.slick-arrow.slick-prev,
  .testimonials_slider.slick-arrow button.slick-arrow.slick-next {
    bottom: -75px;
    bottom: -76px;
  }

  .faqs .accordion_in,
  .faqs_1 .accordion_in {
    margin-bottom: 20px !important;
  }

  .acc_head {
    padding: 15px 45px 15px 25px;
  }

  .faq_sec .helf-section .left-side {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .faq_sec .helf-section .right-side {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .img_content_sec .helf-section .right-side {
    padding-left: 50px;
  }

  .img_content_sec .helf-section.row-reverse .right-side,
  .home_improve_supply_sec .helf-section .left-side {
    padding-right: 50px;
  }

  .aboutus .img_content_sec .helf-section .right-side {
    padding-left: 50px;
  }

  .aboutus .img_content_sec .helf-section.row-reverse .right-side {
    padding-left: 0px;
    padding-right: 50px;
  }

  /* footer */
  .footer-left {
    width: 300px;
    padding-right: 50px;
  }

  .footer_right {
    width: calc(100% - 300px);
    margin: 0 -10px 115px;
  }

  .footer-row::after {
    left: 300px;
  }

  .footer_right .ft-subscribe-box,
  .footer_right .ft-about-social,
  .footer_right .footer-col-1.ft-col-0 {
    margin: 0 10px;
  }

  .working_hours_info {
    left: 10px;
  }

  /* footer */

  .brands_slider:not(.slick-initialized) > li:not(:nth-child(-n + 4)) {
    display: none;
  }

  .prod-img {
    height: auto;
  }

  .woocommerce ul.order_details li {
    margin-right: 10px !important;
    padding: 10px 10px 10px 0 !important;
  }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  /* padding */
  .popular_brand_sec,
  .faq_sec,
  .home_improve_supply_sec,
  .instagram_sec {
    padding: 60px 0px;
  }

  .why_choose_sec,
  .img_content_sec {
    padding-top: 60px;
  }

  .our_testimonials_sec .helf-section .left-side,
  .our_testimonials_sec .helf-section .right-side,
  .img_content_sec .helf-section .left-side,
  .img_content_sec .helf-section .right-side {
    margin-bottom: 60px;
  }

  .aboutus .img_content_sec .helf-section .left-side {
    margin-bottom: 60px;
  }

  .aboutus .img_content_sec .helf-section .right-side {
    padding-left: 40px;
    margin-bottom: 60px;
  }

  .aboutus .img_content_sec .helf-section.row-reverse .right-side {
    padding-left: 0px;
    padding-right: 40px;
  }

  /* padding */

  /* heading-wrap */
  h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="heading_"] {
    margin-bottom: 25px;
  }

  .heading_80 {
    line-height: 1.2;
  }

  /* heading-wrap */

  .shop_collection_sec.bg_white {
    padding-top: 60px;
  }

  .shop_collection_sec .collection_slider {
    margin: 0 -10px;
  }

  .shop_collection_sec .collection_slider > li {
    margin: 0 10px 60px;
  }

  .cta_sec .helf-section .left-side > .img-wrap {
    margin-right: 25px;
    min-width: 200px;
  }

  .cta_sec .helf-section .left-side > .img-wrap > img {
    max-width: 200px;
  }

  .cta_sec .helf-section .right-side > .btnlist {
    margin-left: 0px;
  }

  .cta_sec .helf-section .right-side {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cta_sec .helf-section .left-side,
  .cta_sec .helf-section .right-side {
    margin-bottom: 60px;
  }

  .feature_list {
    flex-wrap: wrap;
    margin: 0px -30px;
    position: relative;
  }

  .feature_list > li {
    width: calc(50% - 60px);
    margin: 0px 30px 60px;
  }

  .feature_list > li::after {
    content: "";
    top: 0;
    right: -30px !important;
    bottom: 0;
    height: 100%;
    width: 0;
    position: absolute;
    border-right: 1px solid #dbdbdb !important;
  }

  .feature_list > li:not(:nth-of-type(odd))::after {
    display: none;
  }

  .our_testimonials_sec .helf-section .left-side {
    padding: 30px 100px 50px 30px;
  }

  .testimonial_box > .author_nm {
    padding-top: 12px;
  }

  .testimonial_box > p {
    margin-bottom: 15px;
  }

  .testimonial_box > .img-wrap {
    margin-bottom: 10px;
  }

  .our_testimonials_sec .helf-section::after {
    width: 150px;
    height: 150px;
    top: calc(50% - 105px);
    left: calc(50% - 75px);
  }

  .testimonials_slider.slick-arrow button.slick-arrow.slick-prev,
  .testimonials_slider.slick-arrow button.slick-arrow.slick-next {
    bottom: -66px;
  }

  .acc_head {
    font-size: 16px;
  }

  .img_content_sec .helf-section .right-side {
    padding-left: 40px;
  }

  .img_content_sec .helf-section.row-reverse .right-side,
  .home_improve_supply_sec .helf-section .left-side {
    padding-right: 40px;
  }

  .footer_tags {
    max-width: 100%;
    overflow: hidden;
  }

  .footer-tag-wrap {
    margin-right: calc(-100vw / 2 + (100% - 300px) / 2);
  }

  .footer_right {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer_right .ft-subscribe-box,
  .footer_right .ft-about-social,
  .footer_right .footer-col-1.ft-col-0 {
    margin: 0 40px 40px;
  }

  .brand_sec,
  .collection_sec,
  .collection_sub_sec {
    padding: 60px 0px;
  }

  .collection_sub_list {
    margin: 0px -10px 0px;
    row-gap: 20px;
  }

  .collection_sub_list > li {
    width: calc(33.33% - 20px);
    margin: 0px 10px 0px;
  }

  .brands_slider:not(.slick-initialized) > li:not(:nth-child(-n + 3)) {
    display: none;
  }

  .feature_list > li:not(:last-child)::after {
    display: none;
  }

  .feature_list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d1d6d9;
    top: calc(50% - 30px);
    left: 0;
  }

  .feature_list:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d1d6d9;
    left: 50%;
    top: 0;
  }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .heading-wrap {
    margin-bottom: 25px;
  }

  .shop_collection_sec .collection_slider > li {
    margin: 0 6px 50px;
  }

  .why_choose_sec,
  .img_content_sec {
    padding-top: 50px;
  }

  .shop_collection_sec .collection_slider {
    margin: 0 -6px;
  }

  .helf-section {
    flex-wrap: wrap;
  }

  .popular_brand_sec,
  .faq_sec,
  .home_improve_supply_sec,
  .instagram_sec {
    padding: 50px 0px;
  }

  .shop_collection_sec.bg_white {
    padding-top: 50px;
  }

  /* helf-section */
  .cta_sec .helf-section .left-side,
  .cta_sec .helf-section .right-side,
  .our_testimonials_sec .helf-section .left-side,
  .our_testimonials_sec .helf-section .right-side,
  .faq_sec .helf-section .left-side,
  .faq_sec .helf-section .right-side {
    width: 100%;
    margin-bottom: 50px;
    padding: 0px;
  }

  .popular_brand_sec .helf-section > .right-side {
    width: 100%;
    margin-bottom: 00px;
  }

  .popular_brand_sec .helf-section > .left-side {
    width: 100%;
    margin-bottom: 20px;
  }

  .popular_brand_sec .helf-section > .left-side .heading_40 > br {
    display: none;
  }

  .why_choose_sec .heading_40.text-center {
    margin-bottom: 25px;
  }

  .our_testimonials_sec .helf-section .left-side,
  .our_testimonials_sec .helf-section .right-side,
  .img_content_sec .helf-section .left-side,
  .img_content_sec .helf-section .right-side,
  .img_content_sec .helf-section.row-reverse .right-side {
    width: 100%;
    margin-bottom: 50px;
    padding: 0px;
  }

  .home_improve_supply_sec .helf-section {
    flex-direction: column-reverse;
  }

  .home_improve_supply_sec .helf-section .left-side,
  .home_improve_supply_sec .helf-section .right-side {
    width: 100%;
    padding: 0px;
  }

  .home_improve_supply_sec .helf-section .right-side {
    margin-bottom: 50px;
  }

  /* helf-section */

  .cta_sec .helf-section .right-side > .btnlist {
    margin-left: -8px;
    margin-top: 10px;
  }

  .brands_slider.slick-arrow button.slick-arrow.slick-next {
    bottom: unset;
    top: -37px;
    left: calc(100% - 53px);
  }

  .brands_slider.slick-arrow button.slick-arrow.slick-prev {
    bottom: unset;
    top: -37px;
    left: calc(100% - 100px);
  }

  .feature_list > li {
    width: calc(50% - 60px);
    margin: 0px 30px 50px;
  }

  .feature_list {
    margin: 0px -30px;
  }

  .testimonial_box > .img-wrap {
    margin-bottom: 14px;
  }

  .testimonial_box > .author_nm {
    padding-top: 24px;
  }

  .our_testimonials_sec .helf-section::after {
    display: none;
  }

  .faq_sec .helf-section .left-side,
  .faq_sec .helf-section .right-side {
    margin-bottom: 0;
  }

  .our_testimonials_sec .helf-section .left-side {
    margin-bottom: 0px;
    padding: 50px 50px;
  }

  .aboutus .img_content_sec .helf-section {
    flex-direction: column-reverse;
  }

  .aboutus .img_content_sec .helf-section .left-side,
  .aboutus .img_content_sec .helf-section .right-side,
  .aboutus .img_content_sec .helf-section.row-reverse .right-side {
    width: 100%;
    padding: 0px;
    margin-bottom: 50px;
  }

  .footer-row {
    flex-wrap: wrap;
    padding-top: 50px;
  }

  .footer-row::after {
    display: none;
  }

  .footer-row .footer-left {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 0px 30px;
  }

  .footer-row .footer_right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 0px 115px;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 20px;
  }

  ul.payment_methods_wrap {
    justify-content: flex-start;
  }

  ul.payment_methods_wrap > li {
    width: auto;
  }

  .payment-title {
    text-align: left;
  }

  .footer_right .ft-subscribe-box,
  .footer_right .ft-about-social,
  .footer_right .footer-col-1.ft-col-0 {
    margin: 0 0px 40px 0px;
  }

  .footer_right .footer-col-1.ft-col-0 {
    min-width: 160px;
  }

  .working_hours_info {
    width: 100%;
    left: 0;
  }

  .working_hours_info > p > span {
    margin: 0 -1px;
  }

  .working_hours_info > p {
    padding-left: 4px;
  }

  .collection_title {
    min-width: 80%;
    left: 10%;
  }

  .sec_map.bg_white {
    margin-bottom: 50px;
  }

  .brand_sec,
  .collection_sec,
  .collection_sub_sec {
    padding: 50px 0px;
  }

  .testimonials_sec {
    padding: 55px 0px 60px;
  }

  .collection_sec .collection_list {
    margin: 0px -10px 0px;
    row-gap: 20px;
  }

  .collection_sec .collection_list > li {
    width: calc(50% - 20px);
    margin: 0px 10px 0px;
  }

  .collection_sub_list {
    margin: 0px -10px 0px;
    row-gap: 20px;
  }

  .collection_sub_list > li {
    width: calc(50% - 20px);
    margin: 0px 10px 0px;
  }

  .breadcums_wrap.prodbreadcrumb {
    margin-bottom: 30px;
  }

  .productbox .slick-prev {
    margin-right: 28% !important;
  }

  .woocommerce-form.woocommerce-form-login.login {
    padding: 25px 20px;
  }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .collection_slider {
    margin: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .shop_collection_sec .collection_slider > li {
    width: 100%;
    margin: 0 0px 50px;
    text-align: center;
  }

  .shop_collection_sec .collection_slider {
    margin: 0 0px;
  }

  .shop_collection_sec .heading-wrap .heading_40 {
    margin-bottom: 0px;
  }

  .footer-row .footer_right {
    flex-wrap: wrap;
  }

  .footer_right .footer-col-1.ft-col-0 {
    min-width: auto;
  }

  .brands_slider li > .img-wrap {
    height: 150px;
    width: 150px;
    padding: 0 20px;
  }

  main.inpg {
    padding-top: 146px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group.width50 {
    width: calc(50% - 10px);
  }

  .contact-form {
    padding: 25px;
  }

  .testimonials_sec {
    padding: 50px 0px 50px;
  }

  .prod-img img {
    max-width: 100%;
  }

  ul.shop_table .product-name h3 {
    font-size: 16px !important;
  }

  .borderwitharrow {
    display: none;
  }

  .productbox .slick-prev {
    margin-right: 0 !important;
    left: 0% !important;
  }

  .productbox .slick-next {
    right: 0 !important;
    margin-right: 30% !important;
  }

  .productbox .slick-prev,
  .productbox .slick-next {
    bottom: -50px !important;
  }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .instagram_sec {
    padding: 30px 0px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop_collection_sec .heading-wrap .btn_border {
    display: none;
  }

  .shop_collection_sec.bg_white {
    padding-top: 30px;
  }

  .header-tag-wrap .slick-slide {
    margin: 0 6px;
  }

  .header-tag-wrap {
    margin: 0 -6px;
  }

  .cta_sec .helf-section .left-side > .img-wrap {
    min-width: auto;
    margin-right: 20px;
  }

  .cta_sec .helf-section .left-side > .img-wrap > img {
    max-width: 120px;
    margin-right: 0px;
  }

  .cta_sec .helf-section .left-side {
    margin-bottom: 25px;
  }

  .cta_sec .helf-section .right-side > p {
    margin-bottom: 30px;
  }

  .cta_sec .helf-section .right-side .btnlist {
    margin: 0px -10px;
  }

  .cta_sec .helf-section .right-side .btnlist a {
    width: calc(50% - 20px);
  }

  [class*="btn_"],
  .btnlist .call {
    min-width: 160px;
    font-size: 14px;
  }

  .popular_brand_sec {
    max-width: 100%;
    overflow: hidden;
    height: 250px;
  }

  .brands_slider {
    margin-right: calc(-100vw / 2 + (100% - 167px) / 2);
  }

  .brands_slider li > .img-wrap {
    height: 100px;
    width: 100px;
    padding: 0;
  }

  .brands_slider .slick-slide {
    margin: 0;
  }

  .feture_Box > p {
    display: none;
  }

  .feature_list > li {
    margin: 0px 5px 0px;
    width: calc(50% - 10px);
  }

  .feature_list {
    margin: 0px -5px 0px;
    row-gap: 50px;
  }

  .feture_Box_title {
    font-size: 16px;
    color: #16254c;
  }

  .feture_Box > .img-wrap {
    max-width: 46px;
  }

  .feture_Box > .img-wrap::after {
    height: 45px;
    width: 45px;
    top: -17px;
    left: calc(50% - 22px);
  }

  .feature_list > li::after {
    right: -5px !important;
  }

  .why_choose_sec .heading_40.text-center {
    margin-bottom: 50px;
  }

  .why_choose_sec {
    padding-bottom: 20px;
  }

  .our_testimonials_sec .container {
    padding: 0px;
  }

  .our_testimonials_sec .helf-section .right-side {
    margin-bottom: 0px;
  }

  .our_testimonials_sec .helf-section .left-side {
    margin-bottom: 0px;
    padding: 50px 20px 0;
  }

  .img_content_sec {
    padding-top: 30px;
  }

  .img_content_sec .helf-section .left-side,
  .img_content_sec .helf-section .right-side,
  .img_content_sec .helf-section.row-reverse .right-side,
  .home_improve_supply_sec .helf-section .right-side {
    margin-bottom: 30px;
  }

  .home_improve_supply_sec {
    padding: 30px 0px;
  }

  .img_content_sec .helf-section .right-side .dlist {
    margin-bottom: 0px;
  }

  .footer-tag-wrap {
    margin-right: calc(-100vw / 2 + (100% - 439px) / 2);
  }

  .footer-tag-wrap li .info > p {
    font-size: 14px;
  }

  .footer-tag-wrap li > span {
    padding-right: 6px;
  }

  .ft-col-0 .ft-title.showhide::after,
  .ft-col-1 .ft-title.showhide::after,
  .ft-col-2 .ft-title.showhide::after {
    transform: rotate(180deg);
    content: "";
    width: 12px;
    height: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    top: 1px;
  }

  .ft-col-0,
  .ft-col-1,
  .ft-col-2 {
    width: 100%;
  }

  .footer_right .footer-col-1.ft-col-0 {
    margin-bottom: 0px;
    border-bottom: 1px solid #34446d;
  }

  .ft-title {
    margin-bottom: 10px;
  }

  .ft-about-social {
    padding-top: 30px;
  }

  .ptag p {
    font-size: 14px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="heading_"] {
    margin-bottom: 20px;
  }

  .dlist li,
  .default-content-pg ul li,
  .acc_content ul li,
  .acc_content ol li {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .instagram_sec .heading-wrap .btn_border {
    display: none;
  }

  .ft-logo_wrap > .img-wrap {
    max-width: 160px;
    margin-bottom: 0px;
  }

  .footer-row {
    padding-top: 20px;
  }

  .footer-row .footer-left {
    margin-bottom: 22px;
  }

  footer .payment-title,
  footer .payment_methods_wrap {
    display: none;
  }

  .working_hours_info {
    width: 100%;
    left: 0;
    position: relative;
    height: auto;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .footer_right .ft-subscribe-box,
  .footer_right .ft-about-social {
    margin-bottom: 30px;
  }

  .ft-about-social .ft-title {
    margin-bottom: 15px;
  }

  .footer-bottom {
    min-height: 87px;
  }

  .instagram_sec .heading-wrap .heading_40 {
    text-align: center;
  }

  .shop_collection_sec .collection_slider > li {
    margin: 0 0px 10px;
  }

  .shop_collection_sec .collection_slider > li:last-child {
    margin-bottom: 30px;
  }

  .aboutus .img_content_sec .helf-section .left-side,
  .aboutus .img_content_sec .helf-section .right-side,
  .aboutus .img_content_sec .helf-section.row-reverse .right-side {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }

  .sec_map.bg_white {
    margin-bottom: 30px;
  }

  .testimonials_sec {
    padding: 30px 0px 30px;
  }

  .faqs_sec {
    padding-top: 30px;
  }

  .brand_sec,
  .collection_sec,
  .collection_sub_sec {
    padding: 30px 0px;
  }

  .brand_sec .brand_list > li {
    margin: 0px 5px 0px;
    width: calc(50% - 10px);
  }

  .collection_sec .collection_list {
    margin: 0px;
    row-gap: 20px;
    flex-wrap: wrap;
  }

  .collection_sec .collection_list > li {
    margin: 0px;
    width: 100%;
  }

  .collection_sub_list {
    margin: 0px;
    row-gap: 20px;
  }

  .collection_sub_list > li {
    width: 100%;
    margin: 0px;
  }

  .woocommerce ul.products li.product .onsale {
    top: 5px;
    left: 5px;
    margin: 0;
    padding: 5px 5px;
  }

  .productbox {
    margin-right: calc(-100vw + (100% - 50px) / 2);
    margin-top: 30px;
  }

  #goUpButton {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    font-size: 14px;
  }

  .ptag p,
  ol li {
    margin-bottom: 10px;
  }

  ul.woo_breadcums {
    max-height: inherit;
  }

  main.inpg {
    padding-top: 116px;
  }

  .search-container {
    position: absolute;
    width: 100%;
    top: 120px;
  }

  .aws-container .aws-show-clear .aws-search-field {
    border: 0;
  }

  .aws-search-result {
    border: 0px solid transparent;
  }

  .productbox .slick-next {
    right: 0 !important;
    margin-right: 210px !important;
  }
}

@media (max-width: 400px) {
}

.form-group.captchatxt {
  text-align: left;
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.form-group.captchatxt p {
  margin-bottom: 0;
}
.form-group.captchatxt a {
  color: var(--theme-color);
  text-decoration: underline;
  display: inline-block;
}
.fancybox-slide #req_form .form-group.captchatxt {
  text-align: center;
}
