
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&amp;family=Ubuntu:wght@300;400;500;700&amp;display=swap");


@font-face {
  font-family: Shabnam;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Shabnam/Shabnam.eot");
  src: url("../fonts/Shabnam/Shabnam.eot?#iefix") format("embedded-opentype"), url("../fonts/Shabnam/Shabnam.woff2") format("woff2"), url("../fonts/Shabnam/Shabnam.woff") format("woff"), url("../fonts/Shabnam/Shabnam.ttf") format("truetype");
}


.overlayOne {
  position: relative;
  z-index: 0;
}
.overlayOne::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--heading-color), 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.overlayTwo {
  position: relative;
  z-index: 0;
}
.overlayTwo::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--main-color-one), 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

/*-------------Color include class--------------*/
.sectionBg1 {
  background: #F9FAFB;
}

.sectionBg2 {
  background: #1B1A19;
}

.sectionBg3 {
  background: #F2F4F7;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000000;
}

.footerBg1 {
  background: #524EB7;
}

.footerBg2 {
  background: #000;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #000000;
}

.theme-color {
  color: var(--main-color-one);
}

/*--------------- ---- Responsive --------------------------*/
/* 1. Theme default css */
:root {
  --main-color-one: #DC0213;
  --main-color-two: #524EB7;
  --main-color-three: #FCDA69;
  --heading-color: #333333;
  --secondary-color: #FBA260;
  --bg-light-one: #F5F9FE;
  --bg-light-two: #FEF8F3;
  --bg-dark-one: #040A1B;
  --bg-dark-two: #22253F;
  --paragraph-color: #667085;
  --paragraph-color-two: #475467;
  --paragraph-color-three: #D0D5DD;
  --paragraph-color-four: #344054;
  --heading-font: "Shabnam", sans-serif;
  --body-font: "Shabnam", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  direction: rtl;
  text-align: right;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-left: 10px;
}

.mr-15 {
  margin-left: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-left: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-24 {
  margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 0px;
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  color: var(--paragraph-color);
  font-family: var(--body-font);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
}

a,
.button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: rgb(99, 92, 92);
  text-decoration: none;
}

a:focus,
a:active,
a:hover {
  color: var(--main-color-one);
}

.f-left {
  float: left;
}

.f-right {
  float: left;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

pre {
  margin-top: 15px;
  background-color: whitesmoke;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 38px 38px;
  border: 1px solid #d4d4d4;
  display: block;
  line-height: 19px;
  margin-bottom: 20px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
  height: auto;
}

ol:not([class]) {
  margin-bottom: 20px;
}

ol:not([class]) ol {
  margin-bottom: 0px;
}

ul ol:not([class]) {
  margin-bottom: 0px;
}

dl,
ol,
ul {
  padding-left: 0px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 5px 0;
  padding: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #faa603;
}

.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: var(--main-color-one);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #e2e2e2;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  width: 50%;
  border: 1px solid #e2e2e2;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: var(--paragraph-color);
}

.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: #fff;
}

.messageBox .nicescroll-cursors {
  background-color: var(--main-color-two) !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Height & Width
--------------------------------------------------------------*/
.h-100 {
  height: 100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 1.5rem auto;
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
}

.alignnone {
  margin: 1.75em auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

.alignnone {
  height: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.wp-link-pages span {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages span:first-child {
  margin-right: 5px;
}
.wp-link-pages .current {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}
.post-password-form label {
  font-weight: 600;
  color: #333;
}
.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: inline-block;
}
.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.breadcrumb > .active {
  color: #888;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

.search-popup.show {
  position: relative;
  z-index: 9;
}
.search-popup.show .search-popup-inner {
  visibility: visible;
  opacity: 1;
}
.search-popup.show .search-popup-inner form {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-popup .search-popup-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 0.08s;
  transition: all linear 0.08s;
}
.search-popup .search-popup-inner form {
  position: absolute;
  padding: 120px 40px;
  width: 35%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.search-popup .search-popup-inner form .search-popup-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #dc3545;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.search-popup .search-popup-inner form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.search-popup .search-popup-inner form .form-group input {
  height: 50px;
}
.search-popup .search-popup-inner form .search-btn {
  display: inline-block;
  border: none;
  height: 50px;
  width: 70px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--main-color-two);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: 18px;
}
.search-popup .search-popup-inner form .search-btn i {
  display: block;
}

.info {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.tittle {
  color: var(--bs-green);
  padding-bottom:2px;
}

.dark-bg-01 {
  background-color: var(--bg-dark-one);
}

.dark-bg-02 {
  background-color: var(--bg-dark-two);
}

.light-bg-01 {
  background-color: #FFF8F2;
}

.light-bg-02 {
  background-color: #FEF3F4;
}

.light-bg-03 {
  background-color: #F6F4FE;
}

.light-bg-04 {
  background-color: #F5F9FE;
}

.bg-color-a {
  background-color: #F7ECFE;
}

.bg-color-b {
  background-color: #FFEBE7;
}

.bg-color-c {
  background-color: #E5F8FB;
}

.bg-color-d {
  background-color: #EDEEF8;
}

.bg-color-e {
  background-color: #E3F2FC;
}

.color-a {
  background-color: #BD63F9;
}

.color-b {
  background-color: #FC573B;
}

.color-c {
  background-color: #25C6DA;
}

.color-d {
  background-color: #6A75C4;
}

.color-e {
  background-color: #1491EA;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-none {
  border-radius: 0 !important;
}

.four-column .col-lg-3 {
  margin-top: 40px;
}
.four-column .col-lg-3:nth-child(1), .four-column .col-lg-3:nth-child(2), .four-column .col-lg-3:nth-child(3), .four-column .col-lg-3:nth-child(4) {
  margin-top: 0;
}

.three-column .col-lg-4 {
  margin-top: 50px;
}
.three-column .col-lg-4:nth-child(1), .three-column .col-lg-4:nth-child(2), .three-column .col-lg-4:nth-child(3) {
  margin-top: 0;
}

.two-column .col-lg-6 {
  margin-top: 40px;
}
.two-column .col-lg-6:nth-child(1), .two-column .col-lg-6:nth-child(2) {
  margin-top: 0;
}

.one-column .col-lg-12 {
  margin-top: 50px;
}
.one-column .col-lg-12:nth-child(1) {
  margin-top: 0;
}

.font-size-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}

.font-size-18 {
  font-size: 18px !important;
  line-height: 28px !important;
}

.font-size-20 {
  font-size: 20px !important;
  line-height: 30px !important;
}

.font-size-22 {
  font-size: 22px !important;
  line-height: 32px !important;
}

.font-size-24 {
  font-size: 24px !important;
  line-height: 34px !important;
}

.font-size-26 {
  font-size: 26px !important;
  line-height: 36px !important;
}

.font-size-32 {
  font-size: 32px !important;
  line-height: 42px !important;
}

.font-size-42 {
  font-size: 42px !important;
  line-height: 60px !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.background-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nice-select {
  line-height: 30px;
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  color: #071112;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  border-radius: 25px;
  direction: rtl;
}
.nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  left: 41px;
  width: 7px;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
}
.nice-select.open .list {
  width: 100%;
  border-radius: 0;
}
.nice-select .option {
  color: #071112;
}
.nice-select::-webkit-input-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}
.nice-select::-moz-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}
.nice-select:-ms-input-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}
.nice-select::-ms-input-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}
.nice-select::placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}

.inner-section-padding {
  padding-top: 80px;
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-section-padding {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-section-padding {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .inner-section-padding {
    padding-top: 115px;
    padding-bottom: 56px;
  }
}

.inner-section-padding2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-section-padding2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-section-padding2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .inner-section-padding2 {
    padding-top: 115px;
    padding-bottom: 80px;
  }
}

/*-- Section Padding -- */
.section-padding {
  padding-top: 110px;
  padding-bottom: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}

.section-padding2 {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.top-padding {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-padding {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-padding {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .top-padding {
    padding-top: 70px;
  }
}

.top-padding2 {
  padding-top: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-padding2 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-padding2 {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .top-padding2 {
    padding-top: 70px;
  }
}

.bottom-padding {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-padding {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bottom-padding {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .bottom-padding {
    padding-bottom: 70px;
  }
}

.bottom-padding2 {
  padding-bottom: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-padding2 {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bottom-padding2 {
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .bottom-padding2 {
    padding-bottom: 45px;
  }
}

.footer-padding {
  padding-top: 30px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer-padding {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title .title {
  color: var(--heading-color);
  font-family: var(--heading-font);

  display: block;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 18px;
  padding-right: 12px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 31px !important;
  }
}
@media (max-width: 575px) {
  .section-title .title {
    font-size: 24px !important;
  }
}
.section-title .title .shape {
  position: absolute;
  width: 10px;
  height: 40px;
  background: #D80112;
  z-index: -1;
  right: 0;
  top: 3px;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title .shape {
    height: 45px;
  }
}
@media (max-width: 575px) {
  .section-title .title .shape {
    width: 57px;
    height: 34px;
  }
}
.section-title .title p {
  color: #344054;
}
.section-title .title .lineBrack {
  display: block;
}
@media (max-width: 575px) {
  .section-title .title .lineBrack {
    display: none;
  }
}
.section-title .title > span {
  color: var(--main-color-one);
  font-size: 82px;
}
.section-title span {
  color: var(--main-color-two);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 13px;
}
.section-title .pera {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.section-title .pera a {
  text-decoration: underline;
}
.section-title.section-title2 .title {
  font-size: 48px;
  line-height: 1.3;
  padding-left: 0;
}
.section-title.section-title2 p {
  color: #667085;
}
.section-title.section-title3 h2 {
  font-size: 46px;
  line-height: 1.3;
}
.section-title.section-title4 h2 {
  color: var(--heading-color);
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title.section-title4 h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section-title.section-title4 h2 {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title.section-title4 h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-title.section-title4 h2 br {
    display: none;
  }
}
.section-title.section-title5 span {
  color: var(--main-color-one);
}
.section-title.section-title6 .title {
  font-size: 64px;
  line-height: 1.1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .small-title {
    margin-bottom: 50px;
  }
}
.small-title h3 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 24px;
  display: block;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small-title h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small-title h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .small-title h3 {
    font-size: 20px;
  }
}
.small-title p {
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.small-title p a {
  text-decoration: underline;
}
.small-title.small-title2 h4 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
}
.small-title.small-title2 p {
  color: #66816A;
}

.titleStyleTow h3 {
  color: var(--heading-color);
  font-size: 20px;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  border-bottom: 1px solid #D0D5DD;
  padding-bottom: 4px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .titleStyleTow h3 {
    font-size: 20px;
  }
}
.titleStyleTow h3 span {
  width: 20px;
  height: 1px;
  background: var(--main-color-one);
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  margin-left: 10px;
}
.titleStyleTow p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.titleStyleTow p a {
  text-decoration: underline;
}

.pricetitle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.infoTitle2 {
  font-family: var(--body-font);
  color: #667085;
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}
.infoTitle2 .icon {
  margin-left: 8px;
  font-size: 25px;
  position: relative;
  top: 3px;
}

.infoTitle {
  font-family: var(--heading-font);
  color: #595858;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.plr {
  padding-left: 135px;
  padding-right: 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .plr {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .plr {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.sectionImg-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.sectionImg-bg2 {
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  background-position: center center;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f5f5f5;
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-103 {
  padding-top: 103px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-175 {
  padding-top: 175px;
}

.padding-top-180 {
  padding-top: 180px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-210 {
  padding-top: 210px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-top-390 {
  padding-top: 390px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-190 {
  padding-bottom: 190px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-227 {
  padding-bottom: 227px;
}

.padding-bottom-250 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-295 {
  padding-bottom: 295px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-320 {
  padding-bottom: 320px;
}

.padding-bottom-460 {
  padding-bottom: 460px;
}

.margin-top-minus-90 {
  margin-top: -90px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
  ........................ Some Plugin style ................
--------------------------------------------------------------*/
/*-----------   Back To Top  --------*/
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progressParent {
  position: fixed;
  left: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #d0d0d4;
  box-shadow: inset 0 0 0 2px #d0d0d4;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progressParent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.progressParent::after {
  position: absolute;
  font-family: "Line Awesome Free";
  content: "\f062";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--main-color-one);
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progressParent:hover::after {
  color: var(--heading-color);
}
.progressParent::before {
  position: absolute;
  font-family: "Line Awesome Free";
  content: "\f062";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background: var(--main-color-one);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progressParent:hover::before {
  opacity: 1;
}
.progressParent svg path {
  fill: none;
}
.progressParent svg.backCircle path {
  stroke: var(--main-color-one);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*---  Mouse Cursor   ----*/
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursorInner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--main-color-one);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursorInner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: var(--main-color-one);
  opacity: 0.1;
}

.cursorOuter {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--main-color-one);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursorOuter.cursor-hover {
  opacity: 0;
}

.main-wrapper[data-magic-cursor=hide] .mouseCursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.homeTow .cursorInner {
  background-color: var(--main-color-two);
}
.homeTow .cursorInner.cursor-hover {
  background-color: var(--main-color-two);
}
.homeTow .cursorOuter {
  border: 2px solid var(--main-color-two);
}

.slider-inner-margin .slick-slide {
  margin-left: 12px;
  margin-right: 12px;
}
.slider-inner-margin .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.sliderArrow .slick-arrow {
  border: 1px solid #505153;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 52px;
  width: 52px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: -120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transform: scaleX(-1);
}
.sliderArrow .slick-arrow i {
  color: #EC0707;
  font-size: 24px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArrow .slick-arrow {
    top: -65px;
  }
}
@media (max-width: 575px) {
  .sliderArrow .slick-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: -26px;
  }
  .sliderArrow .slick-arrow i {
    font-size: 14px;
    top: -1px;
  }
}
.sliderArrow .slick-arrow:hover {
  border: 1px solid var(--main-color-three);
  background: var(--main-color-three);
}
.sliderArrow .slick-arrow:hover i {
  color: var(--heading-color);
}
.sliderArrow .prev-icon {
  left: 65px;
}
@media (max-width: 575px) {
  .sliderArrow .prev-icon {
    right: 37px;
  }
}
.sliderArrow .next-icon {
  right: auto;
  left: 0px;
}

.arrowStyleTow .slick-arrow {
  border: 1px solid #EAECF0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 52px;
  width: 52px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: -84px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.arrowStyleTow .slick-arrow i {
  color: #98A2B3;
  font-size: 24px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .arrowStyleTow .slick-arrow {
    top: -65px;
  }
}
@media (max-width: 575px) {
  .arrowStyleTow .slick-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: -26px;
  }
  .arrowStyleTow .slick-arrow i {
    font-size: 14px;
    top: -1px;
  }
}
.arrowStyleTow .slick-arrow:hover {
  border: 1px solid var(--main-color-three);
  background: var(--main-color-three);
}
.arrowStyleTow .slick-arrow:hover i {
  color: var(--heading-color);
}
.arrowStyleTow .prev-icon {
  right: 65px;
}
@media (max-width: 575px) {
  .arrowStyleTow .prev-icon {
    right: 37px;
  }
}
.arrowStyleTow .next-icon {
  left: auto;
  right: 0px;
}

.slick-initialized .slick-slide {
  outline: 0;
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

/* Sticky end */
/******** base color css ********/
.btn-wrapper .cmn-btn {
  color: #ffffff;
  background: var(--main-color-one);
  font-family: var(--body-font);
  padding: 19px 20px 19px 23px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  -moz-user-select: none;
  line-height: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .btn-wrapper .cmn-btn {
    margin-bottom: 15px;
  }
}
.btn-wrapper .cmn-btn i {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}
.btn-wrapper .cmn-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--heading-color);
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0px;
}
.btn-wrapper .cmn-btn:hover {
  color: #ffffff !important;
}
.btn-wrapper .cmn-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  z-index: -1;
}
.btn-wrapper .cmn-btn:hover::after {
  background: var(--main-color-one);
}
.btn-wrapper .cmn-btn:hover i {
  left: 3px;
}
.btn-wrapper .cmn-btn1 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
  padding: 4px 20px 11px 16px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
}
@media (max-width: 1799.99px) {
  .btn-wrapper .cmn-btn1 {
    padding: 0px 0px 5px 4px;
  }
}
.btn-wrapper .cmn-btn1 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
@media (max-width: 1399.99px) {
  .btn-wrapper .cmn-btn1 i {
    font-size: 20px;
  }
}
.btn-wrapper .cmn-btn1:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn1:hover i {
  color: var(--main-color-one);
}
@media (max-width: 1799.99px) {
  .btn-wrapper .cmn-btn1 .text {
    display: none;
  }
}
.btn-wrapper .cmn-btn2 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
  padding: 13px 44px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
}
.btn-wrapper .cmn-btn2 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .cmn-btn2:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn2:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn02 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--main-color-one);
  background: none;
  color: var(--main-color-one);
  padding: 13px 44px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
}
.btn-wrapper .cmn-btn02 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .cmn-btn02:hover {
  background: var(--main-color-one);
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-wrapper .cmn-btn02:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn3 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-two);
  color: #ffffff;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-wrapper .cmn-btn3 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .cmn-btn3:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn3:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn4 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
  padding: 13px 15px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-wrapper .cmn-btn4 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
@media (max-width: 1399.99px) {
  .btn-wrapper .cmn-btn4 i {
    font-size: 20px;
  }
}
.btn-wrapper .cmn-btn4:hover {
  background: none;
  border: 1px solid var(--main-color-two);
  color: var(--main-color-two);
}
.btn-wrapper .cmn-btn4:hover i {
  color: var(--main-color-two);
}
@media (max-width: 1799.99px) {
  .btn-wrapper .cmn-btn4 .text {
    display: none;
  }
}
.btn-wrapper .cmn-btn04 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-two);
  color: #ffffff;
  padding: 17px 51px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1799.99px) {
  .btn-wrapper .cmn-btn04 {
    padding: 13px 43px;
  }
}
.btn-wrapper .cmn-btn04 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
@media (max-width: 1399.99px) {
  .btn-wrapper .cmn-btn04 i {
    font-size: 20px;
  }
}
.btn-wrapper .cmn-btn04:hover {
  background: none;
  border: 1px solid var(--main-color-two);
  color: var(--main-color-two);
}
.btn-wrapper .cmn-btn04:hover i {
  color: var(--main-color-two);
}
@media (max-width: 1799.99px) {
  .btn-wrapper .cmn-btn04 .text {
    display: none;
  }
}
.btn-wrapper .pro-btn1 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: rgba(252, 79, 79, 0.1);
  color: var(--main-color-one);
  text-transform: uppercase;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  border-radius: 6px;
  margin-left: 6px;
}
.btn-wrapper .pro-btn1 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .pro-btn1:hover {
  background: var(--main-color-one);
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-wrapper .pro-btn1:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .pro-btn2 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: rgba(82, 78, 183, 0.1);
  color: var(--main-color-two);
  text-transform: uppercase;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  border-radius: 6px;
}
.btn-wrapper .pro-btn2 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .pro-btn2:hover {
  background: var(--main-color-two);
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-wrapper .pro-btn2:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn-outline0 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  border: 1px solid #D0D5DD;
  color: #667085;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: none;
  display: inline-block;
}
.btn-wrapper .cmn-btn-outline0 .icon {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-left: 8px;
}
.btn-wrapper .cmn-btn-outline0:hover {
  border-color: var(--main-color-two);
}

.btn-wrapper .cmn-btn-outline1 {
  font-family: var(--heading-font);
  border: 1px solid #D0D5DD;
  /* color: #667085; */
  font-size: 15px;
  font-weight: 500;
  text-transform: normal;
  padding: 14px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: none;
  z-index: 1;
  width: 100%;
  text-align: center;
  /* transform: scaleX(-1); */
}

.pricingCard .singlePrice:hover .btn-wrapper  .cmn-btn-outline1 p {
  color: #fff !important;
}
/* .btn-wrapper .cmn-btn-outline1 p{
  transform: scaleX(-1);
} */
.btn-wrapper .cmn-btn-outline1 .icon {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}
.btn-wrapper .cmn-btn-outline1::before {
 border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--main-color-two);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
  color: #ffffff !important;
}
.btn-wrapper .cmn-btn-outline1:hover {
  color: #ffffff !important;
}
.btn-wrapper .cmn-btn-outline1:hover p {
  color: #ffffff !important;
}
.btn-wrapper .cmn-btn-outline1:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;


}
.btn-wrapper .cmn-btn-outline1:hover i {
  left: 3px;
}




/*  */
.btn-wrapper .cmn-btn-outline2 {
  font-family: var(--heading-font);
  border: 1px solid #D0D5DD;
  color: #667085;
  font-size: 15px;
  font-weight: 500;
  text-transform: normal;
  padding: 14px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: none;
  z-index: 1;
}
.btn-wrapper .cmn-btn-outline2 .icon {
  font-size: 18px;
  margin-left: 6px;
}
.btn-wrapper .cmn-btn-outline2::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: 0;
}
.btn-wrapper .cmn-btn-outline2:hover {
  color: #ffffff;
  background: #524eb7;
}
.btn-wrapper .cmn-btn-outline2:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border: 1px solid transparent;
}
.btn-wrapper .cmn-btn-outline3 {
  font-family: var(--heading-font);
  border: 1px solid var(--main-color-two);
  color: var(--main-color-two);
  font-size: 15px;
  font-weight: 500;
  text-transform: normal;
  padding: 14px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: none;
  z-index: 1;
}
.btn-wrapper .cmn-btn-outline3 .icon {
  font-size: 18px;
  margin-right: 6px;
}
.btn-wrapper .cmn-btn-outline3::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--main-color-two);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
}
.btn-wrapper .cmn-btn-outline3:hover {
  color: #ffffff;
}
.btn-wrapper .cmn-btn-outline3:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;
}
.btn-wrapper .cmn-btn-outline4 {
  border: 1px solid #D0D5DD;
  font-family: var(--heading-font);
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  display: inline-block;
  z-index: 1;
}
.btn-wrapper .cmn-btn-outline4 .icon {
  font-size: 18px;
  margin-right: 6px;
}
.btn-wrapper .cmn-btn-outline4:hover {
  border: 1px solid transparent;
  background: var(--main-color-two);
  color: #ffffff;
}
.btn-wrapper .cmn-btn-outline5 {
  border: 1px solid #D0D5DD;
  font-family: var(--heading-font);
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  display: inline-block;
}
.btn-wrapper .cmn-btn-outline5 .icon {
  color: var(--main-color-one);
  font-size: 24px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.btn-wrapper .cmn-btn-outline5:hover {
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
}
.btn-wrapper .cmn-btn-outline5:hover .icon {
  color: #ffffff;
}
.btn-wrapper .btn-rounded {
  font-family: #667085;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  background: var(--main-color-one) !important;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  border: 0;
}
.btn-wrapper .btn-rounded i {
  color: var(--main-color-one);
}
.btn-wrapper .btn-rounded2 {
  font-family: #667085;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
  padding: 12px 20px;
  font-size: 16px;
  background: var(--main-color-two) !important;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  border: 0;
}
.btn-wrapper .btn-rounded2 .icon {
  color: var(--main-color-one);
  position: relative;
  top: -2px;
  margin-right: 5px;
  transform: scaleX(-1);
}
.btn-wrapper .browseBtn {
  font-family: var(--heading-font);
  font-size: 16px;
  color: var(--main-color-two);
  font-weight: 500;
  display: inline-block;
}
.btn-wrapper .browseBtn i {
  font-size: 24px;
  position: relative;
  top: 4px;
}
.btn-wrapper .browseBtn:hover {
  letter-spacing: 0.6px;
  color: var(--main-color-two);
}
.btn-wrapper .browseBtn:hover i {
  color: var(--main-color-two);
}

.btn:hover {
  background-position: right;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.white-btn {
  background: #ffffff;
  padding: 19px 37px 19px 28px;
  color: var(--main-color-one);
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  -moz-user-select: none;
  cursor: pointer;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  -webkit-box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
          box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
}
.white-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--heading-color);
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
}
.white-btn.white-btn2 {
  padding: 20px 29px;
}
.white-btn.white-btn3 {
  padding: 25px 54px;
  border-radius: 30px;
  color: #777;
}
.white-btn i {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 5px;
}
.white-btn:hover {
  color: #ffffff;
}
.white-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  z-index: -1;
}
.white-btn:hover i {
  left: 5px;
}

.border-btn {
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  text-transform: normal;
  padding: 11px 15px !important;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background: none;
  z-index: 1;
}
.border-btn i {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}
.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--main-color-one);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
}
.border-btn:hover {
  color: #ffffff;
}
.border-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;
}
.border-btn:hover i {
  left: 3px;
}
.border-btn.border-btn2 {
  border: 1px solid var(--main-color-two) !important;
  color: var(--main-color-two) !important;
  padding: 11px 27px !important;
  font-weight: 500;
}
.border-btn.border-btn2::before {
  background: var(--main-color-two) !important;
}
.border-btn.border-btn2:hover {
  border: 1px solid var(--main-color-two) !important;
  color: #ffffff !important;
}
.border-btn.border-btn3 {
  padding: 8px 28px !important;
  border-radius: 5px;
}

.about-btn {
  padding: 30px 40px;
}

.blog-btn {
  text-transform: uppercase !important;
  padding: 15px 18px;
  font-size: 13px !important;
  line-height: 1px;
}

.header-btn {
  font-family: var(--heading-font);
  padding: 13px 32px !important;
  cursor: pointer;
  color: #fff !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  background: var(--main-color-two);
  text-transform: capitalize !important;
  border: 1px solid transparent;
}
.header-btn:hover {
  background: none;
  border: 1px solid var(--main-color-two);
  color: var(--main-color-two) !important;
}

.header-btn2 {
  font-family: var(--heading-font);
  padding: 13px 32px !important;
  cursor: pointer;
  color: #fff !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  background: var(--main-color-one);
  text-transform: capitalize !important;
  border: 1px solid transparent;
}
.header-btn2:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one) !important;
}

.hero-btn {
  padding: 33px 23px !important;
  margin-top: -2px;
}

.cal-btn i {
  color: #09cc7f !important;
  font-size: 31px;
  font-weight: 300;
  margin-right: 10px;
}
.cal-btn > p {
  color: #072366 !important;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0 !important;
  position: relative;
  top: -7px;
}

.slider-btn2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  padding: 17px 24px;
  display: inline-block;
}
.slider-btn2:hover {
  color: #fff !important;
  text-decoration: underline !important;
  letter-spacing: 0.2px;
}
@media (max-width: 575px) {
  .slider-btn2 {
    padding-left: 0;
  }
}

.black-btn {
  padding: 14px 35px;
  background: #000;
  display: inline-block;
}
.black-btn::before {
  background: #331391;
}

.borders-btn {
  padding: 10px 64px;
  background: none;
  border: 1px solid var(--main-color-one);
  display: inline-block;
  color: var(--main-color-one);
  border-radius: 30px;
  text-transform: uppercase;
}

.submit-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--body-font);
  padding: 13px 32px !important;
  cursor: pointer;
  color: #fff !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background: var(--main-color-one);
  text-transform: capitalize !important;
  border: 1px solid transparent;
  width: 100%;
}
.submit-btn:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one) !important;
}
.submit-btn.submit-btn3 {
  padding: 7px 32px !important;
  border-radius: 5px;
}

.submit-btn2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--body-font);
  padding: 7px 32px !important;
  border-radius: 5px;
  cursor: pointer;
  color: #fff !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background: var(--main-color-one);
  text-transform: capitalize !important;
  border: 1px solid transparent;
}
.submit-btn2:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one) !important;
}

.btn_001 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  padding: 17px 36px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
}
@media (max-width: 575px) {
  .btn_001 {
    margin-bottom: 10px;
  }
}
.btn_001:hover {
  background: var(--main-color-one);
}

.btn_1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
  font-family: var(--body-font);
  background: var(--main-color-one);
  padding: 18px 30px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid transparent;
  display: inline-block;
}
.btn_1 i {
  margin-right: 8px;
}
.btn_1 img {
  margin-left: 10px;
}
.btn_1:hover {
  background: var(--main-color-two);
  border: 1px solid var(--main-color-two);
}

.btn_2 {
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  display: inline-block;
  padding: 22px 76px 22px 44px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.btn_2::after {
  position: absolute;
  content: "";
  width: 15px;
  background: var(--main-color-one);
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
}
.btn_2:hover {
  background-color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  color: #ffffff !important;
}
.btn_2:hover::after {
  background: #ffffff;
}

.btn_02 {
  font-family: var(--heading-font);
  color: #fff;
  border: 1px solid var(--main-color-one);
  display: inline-block;
  padding: 17px 45px;
  text-transform: capitalize;
  font-size: 18px;
  background: none;
  font-weight: 600;
  border-radius: 0px;
}
.btn_02:hover {
  background-color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}

.product_btn {
  font-size: 12px;
  background-color: var(--main-color-one);
  display: inline-block;
  color: #ffffff;
  padding: 2px 15px;
  text-transform: uppercase;
  border: 1px solid var(--main-color-one);
}
.product_btn:hover {
  border: 1px solid var(--main-color-one);
  background-color: transparent;
  color: var(--main-color-one);
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fb-btn {
  background: #3b5997;
  padding: 15px 26px;
}
.fb-btn:hover::before {
  background: var(--main-color-one) !important;
}

.twit-btn {
  background: #1da1f2;
  padding: 15px 26px;
}
.twit-btn:hover::before {
  background: var(--main-color-one) !important;
}

.more-btn {
  font-family: var(--body-font);
  color: var(--main-color-one);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-btn::before {
  -webkit-transition: 0.3;
  transition: 0.3;
  background: var(--main-color-one);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
}
.more-btn:hover {
  letter-spacing: 0.3px;
  color: var(--main-color-one);
}
.more-btn:hover::before {
  background: var(--main-color-one);
}
.more-btn i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 3px;
  left: 5px;
}

.more-btn2 {
  font-family: var(--body-font);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-btn2:hover {
  letter-spacing: 0.3px;
  color: var(--main-color-one);
}
.more-btn2 i {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
}

.more-btn3 {
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-btn3::before {
  -webkit-transition: 0.3;
  transition: 0.3;
  background: var(--main-color-two);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
}
.more-btn3:hover {
  letter-spacing: 0.3px;
  color: var(--main-color-two);
}
.more-btn3:hover::before {
  background: var(--main-color-two);
}
.more-btn3 i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 3px;
  left: 5px;
}

.more-btn4 {
  font-family: var(--body-font);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-btn4::before {
  -webkit-transition: 0.3;
  transition: 0.3;
  background: var(--heading-color);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
}
.more-btn4:hover {
  letter-spacing: 0.3px;
  color: var(--main-color-two);
}
.more-btn4:hover::before {
  background: var(--main-color-two);
}
.more-btn4 i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 3px;
  left: 5px;
}

.boxed-btn {
  background: #fff;
  color: var(--main-color-one) !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid var(--main-color-one);
  letter-spacing: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--main-color-one);
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: var(--main-color-one);
  color: #fff !important;
  border: 1px solid var(--main-color-one);
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

.boxed-btn2 {
  padding: 4px 20px !important;
}

.full-menu {
  padding: 35px 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .full-menu {
    float: left;
    margin-bottom: 30px;
    padding: 29px 55px;
  }
}
@media (max-width: 575px) {
  .full-menu {
    float: left;
    margin-bottom: 30px;
    padding: 29px 55px;
  }
}

.loan-btn {
  padding: 28px 36px;
}

.wantToWork-area {
  background: var(--main-color-one);
}
.wantToWork-area .wantToWork-caption h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wantToWork-btn {
    float: left;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .wantToWork-btn {
    float: left;
    margin-top: 20px;
  }
}

/* 3 */
.btn-3 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  font-family: var(--heading-font);
  background: var(--main-color-one);
  font-weight: 800;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  height: 67px;
  line-height: 67px;
  padding: 0;
  border: none;
  position: relative;
  display: inline-block;
  outline: none;
}
.btn-3.btn-03 {
  width: 230px;
}
@media (max-width: 575px) {
  .btn-3 {
    width: 210px;
    height: 55px;
    line-height: 55px;
  }
}
.btn-3 i {
  font-size: 15px;
  margin-left: 9px;
  position: relative;
  bottom: -1px;
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.btn-3 span:hover {
  color: var(--main-color-one);
}
.btn-3 span:before, .btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: var(--main-color-one);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}
.btn-3:before, .btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: var(--main-color-one);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}

.btn-4 {
  font-family: var(--heading-font);
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 289px;
  height: 70px;
  display: inline-block;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
}
.btn-4.pro-btn {
  width: 178px;
  height: 60px;
  font-size: 16px;
  border-radius: 5px;
  color: var(--heading-color);
  border-color: var(--heading-color);
}
.btn-4.pro-btn2 {
  width: 190px;
}
@media (max-width: 575px) {
  .btn-4 {
    width: 270px;
    height: 65px;
  }
}
.btn-4:hover {
  border-color: var(--main-color-one);
}
.btn-4::before {
  background: var(--main-color-one);
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.btn-4:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-4 span {
  display: block;
}
.btn-4:hover > span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn-4::before, .btn-4 > span {
  padding: 22px 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

/* button style */
.btn6 {
  font-family: var(--heading-font);
  background: var(--main-color-two);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 24px 58px 22px 84px;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
.btn6:hover {
  background: var(--main-color-one);
  color: #fff;
}
.btn6:hover i {
  color: var(--main-color-one);
}
.btn6 i {
  background: #ffffff;
  color: var(--main-color-two);
  position: absolute;
  left: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  top: 5px;
  line-height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  border-radius: 100%;
}

.viwBtn {
  font-family: var(--body-font);
  font-size: 15px;
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 6px;
}
.viwBtn i {
  color: var(--heading-color);
  font-size: 14px;
}
.viwBtn:hover {
  letter-spacing: 0.6px;
  color: var(--main-color-two);
}
.viwBtn:hover i {
  color: var(--main-color-two);
}

.tg-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 47px;
  height: 28px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  right: 50%;
}

.tg-list span {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid var(--main-color-two);
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  -webkit-box-shadow: inset 0 0 0 2em #e8eae9;
          box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: var(--main-color-two);
}
.tgl-ios:checked + .tgl-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.success-btn {
  font-family: var(--heading-font);
  color: #4CAF50;
  background: rgba(76, 175, 80, 0.15);
  font-size: 14px;
  border-radius: 8px;
  padding: 5px 12px;
  margin-bottom: 10px;
  display: inline-block;
  border: 0;
}

.running {
  -webkit-animation: nudge 10s linear infinite alternate;
          animation: nudge 10s linear infinite alternate;
}
@-webkit-keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(-50px, 0) !important;
                transform: translate(-50px, 0) !important;
      }
    }
  }
  80% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(50px, 0) !important;
                transform: translate(50px, 0) !important;
      }
    }
  }
}
@keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(-50px, 0) !important;
                transform: translate(-50px, 0) !important;
      }
    }
  }
  80% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(50px, 0) !important;
                transform: translate(50px, 0) !important;
      }
    }
  }
}

/* bounce-animate */
.bounce-animate {
  -webkit-animation-name: float-bob;
          animation-name: float-bob;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* heartbeat */
.heartbeat {
  -webkit-animation: heartbeat 1s infinite alternate;
          animation: heartbeat 1s infinite alternate;
}
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.ZoomTwo {
  position: relative;
  -webkit-animation-name: myanimation;
          animation-name: myanimation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes myanimation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes myanimation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* Rotate */
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.bouncingAnimation {
  -webkit-animation: bouncebubble infinite 5s;
  animation: bouncebubble infinite 5s;
}
@-webkit-keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.live {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.live::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  background-color: var(--main-color-two);
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.live::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(225, 36, 84, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: live 2s ease-in-out infinite;
  animation: live 2s ease-in-out infinite;
  z-index: 1;
  top: -15px;
  left: -5px;
}
@-webkit-keyframes live {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(3.5, 3.5);
            transform: scale(3.5, 3.5);
    background-color: rgba(225, 36, 84, 0.3);
  }
}
@keyframes live {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(3.5, 3.5);
            transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

.routedOne {
  -webkit-animation-name: des2;
  animation-name: des2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes des2 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes des2 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

.routedTwo {
  max-width: 800px;
  -webkit-animation-name: shape;
  animation-name: shape;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes shape {
  from {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  to {
    -webkit-transform: rotateY(15deg) rotateX(10deg);
    transform: rotateY(15deg) rotateX(10deg);
  }
}
@keyframes shape {
  from {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  to {
    -webkit-transform: rotateY(15deg) rotateX(10deg);
    transform: rotateY(15deg) rotateX(10deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@-webkit-keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
            transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
            transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
            transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
            transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
            transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
            transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.headerBg1 {
  background: #F9FAFB;
}

.headerBg2 {
  background: #000;
}

.headerBg3 {
  background: #fff;
}

.whiteBg {
  background: #fff;
}

.NavWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-area {
  z-index: 1;
}
.navbar-area.navbar-border .nav-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 9;
}
.navbar-area .nav-container {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 0px;
}
@media (max-width: 1199px) {
  .navbar-area .nav-container {
    padding: 2px 15px;
  }
}
.navbar-area .nav-container .logo-wrapper .logo img {
  max-width: 225px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 160px;
  }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 150px;
  }
}
.navbar-area .nav-container .nav-right-content {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .navbar-area .nav-container .nav-right-content {
    visibility: hidden;
    opacity: 0;
    margin-right: auto !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -40px !important;
    background: transparent;
  }
  .navbar-area .nav-container .nav-right-content.active {
    visibility: visible;
    opacity: 1;
    margin-top: 22px !important;
  }
}
.navbar-area .nav-container .nav-right-content .info-bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-area .nav-container .nav-right-content .info-bar-item .icon {
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .nav-right-content .info-bar-item .icon {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .nav-right-content .info-bar-item .icon {
    margin-right: 5px;
  }
}
.navbar-area .nav-container .nav-right-content .info-bar-item .icon:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content .info-bar-item .icon:hover .single-icon {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content .info-bar-item .icon .single-icon {
  color: var(--heading-color);
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-thumb {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-nav-content .title {
  color: var(--heading-color);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-nav-content .title:hover {
  color: var(--main-color-one);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .nav-right-content .info-bar-item-two .author-nav-content .title {
    display: none;
  }
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  margin-right: 25px;
}
@media (max-width: 575px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    padding-top: 120px;
  }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-right: 0px;
  }
}
.navbar-area .nav-container .navbar-collapse .navbar-nav.desktop-center {
  text-align: center;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--body-font);
  text-transform: capitalize;
  color: #344054 !important;
  font-weight: 400;
  line-height: 70px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-right: 0px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #344054;
  padding: 10px 19px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1399.99px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 7px 7px;
  }
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
  background: none;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover > a {
  color: var(--main-color-one);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item {
  color: var(--main-color-one);
  background: none;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  padding-left: 0;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > .menuArrow {
  padding: 10px 20px;
  position: relative;
  z-index: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > .menuArrow::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Line Awesome Free";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 1px;
  right: 4px;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: right;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  z-index: 992;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #ffffff;
}
.navbar-area .header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-area .header-cart .single {
  margin-left: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1399.99px) {
  .navbar-area .header-cart .single {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .header-cart .single {
    margin-left: 4px;
  }
}
@media (max-width: 991px) {
  .navbar-area .header-cart .single {
    margin-left: 4px;
  }
}
.navbar-area .header-cart .single:first-child {
  margin-right: 0;
}
.navbar-area .header-cart .single .chat {
  display: flex !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--paragraph-color);
  padding: 8px 16px;
  background: none;
  display: inline-block;
  background-color: #DC0213;
  border-radius: 30px;
 color:#fff;
}
@media (max-width: 1399.99px) {
  .navbar-area .header-cart .single .chat {
    padding: 6px 5px;
  }
}
@media (max-width: 1399.99px) {
  .navbar-area .header-cart .single .chat .text {
    display: none;
  }
}
.navbar-area .header-cart .single .chat i {
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 1399.99px) {
  .navbar-area .header-cart .single .chat i {
    margin: 0;
    font-size: 19px;
  }
}
.navbar-area .header-cart .single .chat:hover {

  border: 1px solid #DC0213;
  color: #000;
  background: var(--bs-light);
}
.navbar-area .header-cart .single .heart {
  color: var(--paragraph-color);
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-align: center;
  border: 1px solid #D0D5DD;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  font-size: 21px;
}
@media (max-width: 1399.99px) {
  .navbar-area .header-cart .single .heart {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 17px;
  }
}
.navbar-area .header-cart .single .heart:hover {
  border-color: var(--main-color-one);
  color: #ffffff;
  background: var(--main-color-one);
}
.navbar-area .header-cart .single .user {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: var(--paragraph-color);
  width: 48px;
  height: 48px;
  text-align: center;
  text-align: center;
  border: 1px solid 0;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  font-size: 25px;
}
@media (max-width: 1399.99px) {
  .navbar-area .header-cart .single .user {
    width: 33px;
    height: 33px;
    font-size: 17px;
  }
}
.navbar-area .header-cart .single .user:hover {
  border: 0;
  color: #ffffff;
  background: var(--main-color-one);
}
.navbar-area .header-cart .single .user img {
  width: 100%;
}
.navbar-area .header-cart .single .user .userLogin {
  position: absolute;
  top: 48px;
  right: 0;
  width: 180px;
  background: white;
  -webkit-box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
          box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
  padding: 18px 19px;
  text-align: center;
  display: none;
}
.navbar-area .header-cart .single .user .userLogin .login {
  color: #ffffff;
  background: var(--main-color-one);
  padding: 5px 10px;
  font-size: 15px;
  border: 0;
}
.navbar-area .header-cart .single .user .userLogin .logout {
  color: #ffffff;
  background: var(--main-color-one);
  padding: 5px 10px;
  font-size: 15px;
  border: 0;
}
.navbar-area .header-cart .single .select-itms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-area .header-cart .single .select-itms .icon {
  margin-right: 5px;
  font-size: 21px;
}
.navbar-area .header-cart .single .select-itms img {
  margin-right: 5px;
}
.navbar-area .header-cart .single .select-itms .nice-select {
  border-radius: 0;
  background: none;
  border: none;
  height: 25px;
  padding: 0 0 0px 12px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  position: relative;
}
.navbar-area .header-cart .single .select-itms .nice-select::after {
  border: 0;
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f0dd";
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 14px;
  line-height: 14px;
}
.navbar-area .header-cart .single .select-itms .nice-select.open::after {
  content: "\f0d8";
}
.navbar-area .header-cart .single .select-itms .nice-select .option {
  padding: 0px 9px 0px 11px !important;
}
.navbar-area .header-cart .single .select-itms .nice-select .list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  width: auto;
  z-index: 999;
}
.navbar-area .header-cart .single .select-itms .nice-select .list li {
  margin-right: 0;
  display: block;
}
.navbar-area .header-cart .single .select-itms .nice-select .list li::before {
  position: unset;
}
.navbar-area .click_show_icon {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-41%);
  transform: translateY(-41%);
  font-size: 30px;
  color: #344054;
  display: none;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .navbar-area .click_show_icon {
    display: block;
  }
}
.navbar-area .click_show_icon:hover {
  color: var(--main-color-one) !important;
}

.chatBar {
  position: relative;
}

.chatList-wrapper {
  position: absolute;
  top: 130%;
  right: 0;
  background: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  width: 250px;
  background: #ffffff;
  padding: 20px 0;
  display: none;
  border-radius: 8px;
  margin-left: 0 !important;
}
.chatList-wrapper.hideBodyClick {
  display: none;
}
@media (max-width: 575px) {
  .chatList-wrapper {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
  }
}
.chatList-wrapper .chat-title {
  font-family: var(--body-font);
  font-size: 17px;
  margin: 0;
  font-weight: 600;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  padding: 0px 15px 10px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.chatList-wrapper .all-chat {
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 10px 15px 0;
  display: inline-block;
}
.chatList-wrapper .chat-list {
  max-height: 250px;
  overflow-y: auto;
  /* Scrollbar CSS  */
}
.chatList-wrapper .chat-list::-webkit-scrollbar {
  width: 5px;
}
.chatList-wrapper .chat-list::-webkit-scrollbar-track {
  background: #ddd;
}
.chatList-wrapper .chat-list::-webkit-scrollbar-thumb {
  background-color: var(--main-color-one);
  border-radius: 10px;
}
.chatList-wrapper .chat-list .list {
  display: block;
  padding: 5px 15px 10px;
  color: var(--heading-color);
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.chatList-wrapper .chat-list .list .chat-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.chatList-wrapper .chat-list .list .chat-list-flex .item-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 18px;
  background: #e2e2e2;
  color: #ffffff;
  border-radius: 50%;
}
.chatList-wrapper .chat-list .list .chat-list-flex .chat-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.chatList-wrapper .chat-list .list .chat-list-flex .chat-contents .list-title {
  font-family: var(--body-font);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.chatList-wrapper .chat-list .list .chat-list-flex .chat-contents .list-sub {
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
  display: block;
}
.chatList-wrapper .chat-list .list:hover {
  background: var(--main-color-one);
  color: #ffffff;
}
.chatList-wrapper .chat-list .list:hover .chat-contents .list-title {
  color: #ffffff;
}
.chatList-wrapper .chat-list .list:hover .chat-list-flex .item-icon {
  background-color: #ffffff;
  color: var(--main-color-one);
}

.chat.activeBg {
  border-color: var(--main-color-one) !important;
  color: #ffffff !important;
  background: var(--main-color-one) !important;
}

.userAccount {
  position: relative;
}
.userAccount .user {
  background: none;
  border: 0;
}

.userAccount-wrapper {
  position: absolute;
  top: 130%;
  right: 0;
  background: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  width: 150px;
  background: #ffffff;
  padding: 20px 0;
  display: none;
  padding-bottom: 0;
  border-radius: 8px;
  margin-left: 0 !important;
}
.userAccount-wrapper.hideBodyClick {
  display: none;
}
@media (max-width: 575px) {
  .userAccount-wrapper {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
}
.userAccount-wrapper .ac-title {
  font-family: var(--body-font);
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  padding: 0px 15px 10px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.userAccount-wrapper .ac-list .list {
  color: var(--heading-color);
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.userAccount-wrapper .ac-list .list:last-child {
  border: 0;
}
.userAccount-wrapper .ac-list .list .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--paragraph-color);
  margin-right: 8px;
  font-weight: 700;
  font-size: 20px;
  vertical-align: -4px;
}
.userAccount-wrapper .ac-list .list .list-title {
  font-family: var(--body-font);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--heading-color);
  display: block;
  padding: 10px 3px 10px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
 float: right;

}
.userAccount-wrapper .ac-list .list:hover {
  background: var(--main-color-one);
}
.userAccount-wrapper .ac-list .list:hover .icon {
  color: #ffffff;
}
.userAccount-wrapper .ac-list .list:hover .list-title {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .navbar-area.navbar-two .nav-container {
    padding: 20px 0px;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 50px;
  }
  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: 0px;
    top: 50%;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    border: 1px solid var(--heading-color);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color {
    border: 1px solid #ffffff;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color.active .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color.active .navbar-toggler-icon::after {
    background: #ffffff;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color .navbar-toggler-icon {
    background: #ffffff;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color .navbar-toggler-icon::after {
    background: #ffffff;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon {
    background: none !important;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon::after {
    background: var(--heading-color);
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon {
    background: var(--heading-color);
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 10px -4px 10px;
    position: relative;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 25px;
    background: var(--heading-color);
    top: -7px;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::after {
    top: auto;
    bottom: -7px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: right;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 17px 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
    padding-top: 10px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 500ms;
    transition: height 500ms;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    color: #ffffff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.whiteHeader .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #ffffff;
}
.whiteHeader .navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}
.whiteHeader .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #f4f4f4;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.whiteHeader .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon {
  background: #fff;
}
.whiteHeader .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::after {
  background: #fff;
}
.whiteHeader .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::before {
  background: #fff;
}
.whiteHeader .navbar-area .header-cart .single .chat {
  color: #ffffff;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}
.whiteHeader .navbar-area .header-cart .single .chat:hover {
  border-color: var(--main-color-one);
  color: #ffffff;
  background: var(--main-color-one);
}
.whiteHeader .navbar-area .header-cart .single .user {
  color: #ffffff;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}
.whiteHeader .navbar-area .header-cart .single .user:hover {
  border: 1px solid transparent;
  color: #ffffff;
  background: var(--main-color-one);
}
.whiteHeader .navbar-area .header-cart .single .heart {
  color: #ffffff;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}
.whiteHeader .navbar-area .header-cart .single .heart:hover {
  border-color: var(--main-color-one);
  color: #ffffff;
  background: var(--main-color-one);
}
.whiteHeader .navbar-area .header-cart .single .select-itms .icon {
  color: #ffffff;
}
.whiteHeader .navbar-area .header-cart .single .select-itms .nice-select {
  color: #ffffff;
}
.whiteHeader .navbar-area .click_show_icon {
  color: #ffffff;
}
.whiteHeader .navbar-area .click_show_icon:hover {
  color: var(--main-color-one) !important;
}

.whiteHeaderTwo .user {
  border: 1px solid #D0D5DD;
}
.whiteHeaderTwo .user:hover {
  border: 1px solid transparent;
  color: #ffffff;
  background: var(--main-color-one);
}

.modal-wrapper {
  background-color: #212529;
  border-radius: 0.3rem;
  padding: 40px;
  padding-top: 50px;
  max-width: 700px;
  max-height: 700px;
  margin: 0 auto;
  overflow-y: auto;
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.modal-wrapper.active {
  visibility: visible;
  opacity: 1;
  top: 30%;
}
.modal-wrapper .modialtitle {
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 575px) {
  .modal-wrapper .modialtitle {
    font-size: 30px;
  }
}
.modal-wrapper .modialtitle span {
  color: var(--main-color-one);
}
.modal-wrapper .close-icon {
  left: 15px;
  z-index: 10;
  top: 15px;
  cursor: pointer;
  background: var(--main-color-one);
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  background-image: none;
  opacity: 1;
  border: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.modal-wrapper .close-icon:hover {
  background: #fd2f73;
  color: white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.body-overlay-desktop {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body-overlay-desktop.active {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

.category-select .nice-select {
  border: 0;
  outline: none;
  background: none;
  color: var(--heading-color);
}
.category-select .nice-select::after {
  right: 10px;
}

.form--control {
  padding: 0 200px 0 20px;
}

@media (max-width: 991px) {
  .sibeBar-Wrapper {
    position: absolute;
    top: 0;
    right: 200px;
    z-index: 9;
  }
}
@media (max-width: 575px) {
  .sibeBar-Wrapper {
    top: 90px;
    right: 0;
  }
}

.sideBar {
  position: relative;
  z-index: 1;
  width: 237px;
  display: block;
}
.sideBar .sidebarBtn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #344054;
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 13px 20px 13px 23px;
  text-align: right;
  background: #FFFFFF;
  width: 100%;
  display: block;
  border: 1px solid #EAECF0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sideBar .sidebarBtn {
    padding: 15px 15px;
  }
}
.sideBar .sidebarBtn .iconLeft {
  margin-left: 10px;
  font-size: 20px;
}
.sideBar .sidebarBtn .iconRight {
  margin-right: 20px;
  font-size: 21px;
}
.sideBar .sidebarBtn:hover {
  background: var(--main-color-one);
  color: #ffffff;
  border-color: transparent;
}
.sideBar .sidebarBtn.activeBg {
  background: var(--main-color-one) !important;
  color: #fff !important;
  border-color: transparent;
}
.sideBar .showSidebar {
  border-radius: 10px;
  display: none;
  position: absolute;
  left: 0;
  top: 67px;
  z-index: 99;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .sideBar .showSidebar {
    top: 70px;
  }
}
@media only screen and (max-width: 375px) {
  .sideBar .showSidebar {
    top: 60px;
  }
}
.sideBar .showSidebar.active {
  visibility: hidden;
  opacity: 0;
  top: 67px;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .sideBar .showSidebar.active {
    visibility: visible;
    opacity: 1;
  }
}
.sideBar .showSidebar .singleList {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sideBar .showSidebar .singleList:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.sideBar .showSidebar .singleList .icon {
  margin-left: 10px;
}
.sideBar .showSidebar .singleList .title {
  color: var(--heading-color);
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  padding: 16px 17px;
  display: block;
}
.sideBar .showSidebar .singleList .title:hover {
  color: var(--main-color-one);
}
.sideBar .showSidebar .singleList.menu-item-has-children {
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .sideBar .showSidebar .singleList.menu-item-has-children.active::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sideBar .showSidebar .singleList.menu-item-has-children::after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 13px;
  left: 20px;
  position: absolute;
  transform: scaleX(-1);
}
.sideBar .showSidebar .singleList.menu-item-has-children:hover::after {
  color: var(--main-color-one);
}
@media (max-width: 991px) {
  .sideBar .showSidebar .singleList.menu-item-has-children:hover::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.sideBar .showSidebar .singleList.menu-item-has-children:hover .megamenuWrapper {
  visibility: visible;
  opacity: 1;
  top: 0;
}
@media (max-width: 991px) {
  .sideBar .showSidebar .singleList.menu-item-has-children:hover .megamenuWrapper {
    position: initial;
    top: 100%;
    display: block;
    height: auto;
    padding: 20px 10px;
    left: 0;
    min-width: 100%;
  }
}
.sideBar .showSidebar .singleList .megamenuWrapper {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
  right: 100%;
  top: 2px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  z-index: 992;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 30px 30px;
  min-width: 768px;
  max-height: 380px;
  overflow-y: auto;
  gap: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sideBar .showSidebar .singleList .megamenuWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sideBar .showSidebar .singleList .megamenuWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 534px;
  }
}
@media (max-width: 991px) {
  .sideBar .showSidebar .singleList .megamenuWrapper {
    top: 100%;
    display: block;
    left: 0;
    min-height: 250px;
    max-height: 250px;
    overflow-y: scroll !important;
    min-width: 100%;
  }
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu {
  min-width: 125px;
  display: inline-block;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .submenu-title {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .product-img {
  height: 80px;
  width: 100px;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .product-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .megamenu-contents {
  padding-top: 20px;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .megamenu-contents .megamenu-title {
  font-size: 16px;
  font-weight: 500;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-one);
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .megamenu-contents .megamenu-title.hover-color-two:hover {
  color: var(--main-color-two);
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .megamenu-contents .megamenu-title.hover-color-three:hover {
  color: var(--main-color-three);
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .megamenu-contents .megamenu-title.hover-color-four:hover {
  color: var(--main-color-four);
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .megamenu-contents .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .megamenu-contents .price .newPrice {
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .megamenu-contents .price .prevPrice {
  text-decoration: line-through;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .product-items {
  margin-left: 10px;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .megamenu-product .product-items .list {
  color: var(--heading-color);
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .single-subMegamenu {
  padding: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .single-subMegamenu .mega-single-image {
  height: 100px;
  width: 110px;
}
.sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .single-subMegamenu .mega-single-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .single-subMegamenu .category-contents .titles {
    font-size: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .sideBar .showSidebar .singleList .megamenuWrapper .singleMegamenu .single-subMegamenu .category-contents .titles {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .singleList.menu-item-has-children.active .megamenuWrapper {
    top: 100%;
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 20px 10px;
    min-width: 100%;
    display: block;
    left: 0;
    position: unset;
  }
  .singleList.menu-item-has-children.active::after {
    color: var(--main-color-one);
  }
  .singleList.menu-item-has-children .megamenuWrapper {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 20px;
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
  }
}
@media (max-width: 991px) and (min-width: 320px) and (max-width: 991.98px) {
  .singleList.menu-item-has-children .megamenuWrapper {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .singleList.menu-item-has-children .megamenuWrapper .singleMegamenu {
    padding: 0;
  }
}
.heroPadding {
  padding: 108px 0 120px;
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .heroPadding {
    padding: 108px 0 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroPadding {
    padding: 108px 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroPadding {
    padding: 80px 0 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroPadding {
    padding: 60px 0 100px;
  }
}
@media (max-width: 575px) {
  .heroPadding {
    padding: 113px 0 80px;
  }
}

.heroPadding2 {
  padding: 150px 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroPadding2 {
    padding: 100px 0 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroPadding2 {
    padding: 100px 0 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroPadding2 {
    padding: 70px 0 100px;
  }
}
@media (max-width: 575px) {
  .heroPadding2 {
    padding: 113px 0 80px;
  }
}

.heroPadding3 {
  padding: 150px 0 212px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroPadding3 {
    padding: 100px 0 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroPadding3 {
    padding: 100px 0 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroPadding3 {
    padding: 140px 0 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroPadding3 {
    padding: 80px 0 100px;
  }
}
@media (max-width: 575px) {
  .heroPadding3 {
    padding: 113px 0 90px;
  }
}

.heroWhiteBg {
  background: #fff;
}

.sliderArea {
  position: relative;
  z-index: 0;
}
.sliderArea .heroCaption {
  position: relative;
  z-index: 0;
}
.sliderArea .heroCaption .title {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 29px;
  color: var(--heading-color);
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderArea .heroCaption .title {
    font-size: 57px;
  }
}
.sliderArea .heroCaption .title .titleBg {
  color: var(--heading-color);
  position: relative;
}
.sliderArea .heroCaption .title .titleBg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  background: #FCDA69;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sliderArea .heroCaption .title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderArea .heroCaption .title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderArea .heroCaption .title {
    font-size: 51px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArea .heroCaption .title {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .sliderArea .heroCaption .title {
    font-size: 29px;
  }
}
.sliderArea .heroCaption .title .lineBrack {
  display: block;
}
.sliderArea .heroCaption .pera {
  color: var(--body-font);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: var(--body-font);
}
@media (max-width: 575px) {
  .sliderArea .heroCaption .pera {
    margin-bottom: 30px;
  }
}
.sliderArea .hero-man {
  position: relative;
  padding-left: 60px;
  z-index: 0;
}
.sliderArea .hero-man img {
  width: 100%;
}
.sliderArea .shapeHero {
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArea .shapeHero {
    display: none;
  }
}
@media (max-width: 575px) {
  .sliderArea .shapeHero {
    display: none;
  }
}
.sliderArea .shapeHero > img {
  width: auto;
}
.sliderArea .shapeHero.shapeHero1 {
  right: -48px;
  top: 100px;
  z-index: 1;
}
.sliderArea .shapeHero.shapeHero2 {
  left: 175px;
  top: -50px;
  z-index: 1;
}
.sliderArea .shapeHero.shapeHero3 {
  left: 30px;
  top: 39%;
  z-index: 1;
}
.sliderArea .shapeHero.innerShape1 {
  right: 50px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sliderArea .shapeHero.innerShape1 {
    top: 40%;
    width: 16%;
    right: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .sliderArea .shapeHero.innerShape1 {
    top: 40%;
    width: 17%;
    left: 20px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799.99px) {
  .sliderArea .shapeHero.innerShape1 {
    width: 20%;
    left: 20px;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1999.99px) {
  .sliderArea .shapeHero.innerShape1 {
    width: 20%;
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .sliderArea .shapeHero.innerShape1 {
    display: none;
  }
}
.sliderArea .shapeHero.innerShape2 {
  left: 50px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sliderArea .shapeHero.innerShape2 {
    top: 40%;
    width: 16%;
    left: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .sliderArea .shapeHero.innerShape2 {
    top: 40%;
    width: 17%;
    right: 20px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799.99px) {
  .sliderArea .shapeHero.innerShape2 {
    width: 20%;
    right: 20px;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1999.99px) {
  .sliderArea .shapeHero.innerShape2 {
    width: 20%;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .sliderArea .shapeHero.innerShape2 {
    display: none;
  }
}
.sliderArea .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sliderArea .search-box .select-form {
  width: 33%;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderArea .search-box .select-form {
    width: 37%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArea .search-box .select-form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sliderArea .search-box .select-form {
    width: 100%;
  }
}
.sliderArea .search-box .select-form .icon {
  position: absolute;
  right: 16px;
  display: inline-block;
  top: 26%;
  font-size: 23px;
}
.sliderArea .search-box .select-form .nice-select {
  border: 1px solid #ddd;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 0px;
  padding: 11px 54px 11px 14px;
  color: #667085;
  margin-bottom: 16px;
  line-height: 36px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .sliderArea .search-box .select-form .nice-select {
    height: 60px;
    line-height: 40px;
  }
}
.sliderArea .search-box .select-form .nice-select .list {
  width: 100%;
}
.sliderArea .search-box .select-form .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}
.sliderArea .search-box .select-form .nice-select::after {
  border-bottom: 2px solid #76787A;
  border-right: 2px solid #76787A;
  height: 11px;
  width: 11px;
  margin-top: -8px;
  left: 29px;
}
.sliderArea .search-box .select-form .nice-select .option:hover, .sliderArea .search-box .select-form .nice-select .nice-select .option.focus, .sliderArea .search-box .select-form .nice-select .nice-select .option.selected.focus {
  background-color: var(--main-color-one);
  color: white;
}
.sliderArea .search-box .searchBox-wrapper {
  width: 55%;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderArea .search-box .searchBox-wrapper {
    width: 51%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArea .search-box .searchBox-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sliderArea .search-box .searchBox-wrapper {
    width: 100%;
  }
}
.sliderArea .search-box .searchBox-wrapper .input-form {
  width: 100%;
}
.sliderArea .search-box .searchBox-wrapper .input-form img {
  position: absolute;
  left: 14px;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sliderArea .search-box .searchBox-wrapper .input-form .input {
  border: 1px solid #ddd !important;
  height: 60px;
  width: 100%;
  color: #667085;
  margin-bottom: 16px;
  font-weight: 400;
  padding: 9px 33px 9px 30px;
  border: none;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .sliderArea .search-box .searchBox-wrapper .input-form .input {
    height: 60px;
  }
}
.sliderArea .search-box .searchBox-wrapper .input-form .input::-webkit-input-placeholder {
  color: #667085;
}
.sliderArea .search-box .searchBox-wrapper .input-form .input::-moz-placeholder {
  color: #667085;
}
.sliderArea .search-box .searchBox-wrapper .input-form .input:-ms-input-placeholder {
  color: #667085;
}
.sliderArea .search-box .searchBox-wrapper .input-form .input::-ms-input-placeholder {
  color: #667085;
}
.sliderArea .search-box .searchBox-wrapper .input-form .input::placeholder {
  color: #667085;
}
@media (max-width: 575px) {
  .sliderArea .search-box .searchBox-wrapper .input-form .input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .sliderArea .search-box .searchBox-wrapper .input-form .input::-moz-placeholder {
    font-size: 16px;
  }
  .sliderArea .search-box .searchBox-wrapper .input-form .input:-ms-input-placeholder {
    font-size: 16px;
  }
  .sliderArea .search-box .searchBox-wrapper .input-form .input::-ms-input-placeholder {
    font-size: 16px;
  }
  .sliderArea .search-box .searchBox-wrapper .input-form .input::placeholder {
    font-size: 16px;
  }
}
.sliderArea .search-box .search-form {
  width: 9%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderArea .search-box .search-form {
    width: 10%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArea .search-box .search-form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sliderArea .search-box .search-form {
    width: 100%;
  }
}
.sliderArea .search-box .search-form .search-Btn {
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  background: var(--main-color-one);
  line-height: 1px;
  text-align: center;
  display: block;
  padding: 15px;
  border-radius: 8px;
  text-transform: capitalize;
  border: 0;
}
.sliderArea .search-box .search-form .search-Btn i {
  font-size: 23px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArea .search-box .search-form .search-Btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sliderArea .search-box .search-form .search-Btn {
    width: 100%;
  }
}

.heroBlackStyle {
  background: #1B1A19;
}
.heroBlackStyle .heroCaption .title {
  font-size: 64px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .heroCaption .title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .heroCaption .title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .heroCaption .title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroBlackStyle .heroCaption .title {
    font-size: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroBlackStyle .heroCaption .title {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .heroBlackStyle .heroCaption .title {
    font-size: 29px;
  }
}
.heroBlackStyle .heroCaption .title .lineBrack {
  display: block;
}
.heroBlackStyle .heroCaption .pera {
  color: rgba(255, 255, 255, 0.7);
}
.heroBlackStyle .hero-man {
  padding-left: 0px;
}
.heroBlackStyle .search-box {
  background: #ffffff;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 8px;
}
.heroBlackStyle .search-box .select-form {
  width: 36%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .search-box .select-form {
    width: 39%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroBlackStyle .search-box .select-form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .heroBlackStyle .search-box .select-form {
    width: 100%;
  }
}
.heroBlackStyle .search-box .searchBox-wrapper {
  width: 38%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .search-box .searchBox-wrapper {
    width: 39%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroBlackStyle .search-box .searchBox-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .heroBlackStyle .search-box .searchBox-wrapper {
    width: 100%;
  }
}
.heroBlackStyle .search-box .searchBox-wrapper .input-form {
  width: 100%;
}
.heroBlackStyle .search-box .searchBox-wrapper .input-form .input {
  border: 1px solid #ddd !important;
  height: 60px;
  width: 100%;
  color: #667085;
  margin-bottom: 16px;
  font-weight: 400;
  padding: 9px 33px 9px 30px;
  border: none;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .heroBlackStyle .search-box .searchBox-wrapper .input-form .input {
    height: 60px;
  }
}
.heroBlackStyle .search-box .searchBox-wrapper .input-form .input::-webkit-input-placeholder {
  color: #667085;
}
.heroBlackStyle .search-box .searchBox-wrapper .input-form .input::-moz-placeholder {
  color: #667085;
}
.heroBlackStyle .search-box .searchBox-wrapper .input-form .input:-ms-input-placeholder {
  color: #667085;
}
.heroBlackStyle .search-box .searchBox-wrapper .input-form .input::-ms-input-placeholder {
  color: #667085;
}
.heroBlackStyle .search-box .searchBox-wrapper .input-form .input::placeholder {
  color: #667085;
}
@media (max-width: 575px) {
  .heroBlackStyle .search-box .searchBox-wrapper .input-form .input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .heroBlackStyle .search-box .searchBox-wrapper .input-form .input::-moz-placeholder {
    font-size: 16px;
  }
  .heroBlackStyle .search-box .searchBox-wrapper .input-form .input:-ms-input-placeholder {
    font-size: 16px;
  }
  .heroBlackStyle .search-box .searchBox-wrapper .input-form .input::-ms-input-placeholder {
    font-size: 16px;
  }
  .heroBlackStyle .search-box .searchBox-wrapper .input-form .input::placeholder {
    font-size: 16px;
  }
}
.heroBlackStyle .search-box .search-form {
  width: 23%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .search-box .search-form {
    width: 19%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroBlackStyle .search-box .search-form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .heroBlackStyle .search-box .search-form {
    width: 100%;
  }
}
.heroBlackStyle .shapeHero {
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroBlackStyle .shapeHero {
    display: none;
  }
}
@media (max-width: 575px) {
  .heroBlackStyle .shapeHero {
    display: none;
  }
}
.heroBlackStyle .shapeHero > img {
  width: auto;
}
.heroBlackStyle .shapeHero.shapeHero4 {
  right: 174px;
  top: -15px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .shapeHero.shapeHero4 {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .shapeHero.shapeHero4 {
    right: 50px;
  }
}
.heroBlackStyle .shapeHero.shapeHero5 {
  right: 41%;
  bottom: 22%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .shapeHero.shapeHero5 {
    bottom: 18%;
    right: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .shapeHero.shapeHero5 {
    bottom: 18%;
    right: 40%;
  }
}
.heroBlackStyle .shapeHero.shapeHero6 {
  left: 8%;
  top: 15%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .shapeHero.shapeHero6 {
    left: 16%;
    top: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .shapeHero.shapeHero6 {
    right: 16%;
    top: 8%;
  }
}

.heroWhiteStyle {
  background: #F9FAFB;
}
.heroWhiteStyle .heroCaption .title {
  font-size: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroWhiteStyle .heroCaption .title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroWhiteStyle .heroCaption .title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroWhiteStyle .heroCaption .title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroWhiteStyle .heroCaption .title {
    font-size: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroWhiteStyle .heroCaption .title {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .heroWhiteStyle .heroCaption .title {
    font-size: 29px;
  }
}
.heroWhiteStyle .hero-man {
  padding-right: 0px;
}
.heroWhiteStyle .search-box {
  background: #1B1A19;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 8px;
}
.heroWhiteStyle .search-box .searchBox-wrapper {
  width: 38%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroWhiteStyle .search-box .searchBox-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .heroWhiteStyle .search-box .searchBox-wrapper {
    width: 100%;
  }
}
.heroWhiteStyle .search-box .searchBox-wrapper .input-form {
  width: 100%;
}
.heroWhiteStyle .search-box .searchBox-wrapper .input-form .input {
  border: 1px solid #ddd !important;
  height: 60px;
  width: 100%;
  color: #667085;
  margin-bottom: 16px;
  font-weight: 400;
  padding: 9px 33px 9px 30px;
  border: none;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .heroWhiteStyle .search-box .searchBox-wrapper .input-form .input {
    height: 60px;
  }
}
.heroWhiteStyle .search-box .searchBox-wrapper .input-form .input::-webkit-input-placeholder {
  color: #667085;
}
.heroWhiteStyle .search-box .searchBox-wrapper .input-form .input::-moz-placeholder {
  color: #667085;
}
.heroWhiteStyle .search-box .searchBox-wrapper .input-form .input:-ms-input-placeholder {
  color: #667085;
}
.heroWhiteStyle .search-box .searchBox-wrapper .input-form .input::-ms-input-placeholder {
  color: #667085;
}
.heroWhiteStyle .search-box .searchBox-wrapper .input-form .input::placeholder {
  color: #667085;
}
@media (max-width: 575px) {
  .heroWhiteStyle .search-box .searchBox-wrapper .input-form .input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .heroWhiteStyle .search-box .searchBox-wrapper .input-form .input::-moz-placeholder {
    font-size: 16px;
  }
  .heroWhiteStyle .search-box .searchBox-wrapper .input-form .input:-ms-input-placeholder {
    font-size: 16px;
  }
  .heroWhiteStyle .search-box .searchBox-wrapper .input-form .input::-ms-input-placeholder {
    font-size: 16px;
  }
  .heroWhiteStyle .search-box .searchBox-wrapper .input-form .input::placeholder {
    font-size: 16px;
  }
}
.heroWhiteStyle .search-box .select-form {
  width: 36%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroWhiteStyle .search-box .select-form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .heroWhiteStyle .search-box .select-form {
    width: 100%;
  }
}
.heroWhiteStyle .search-box .search-form {
  width: 23%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroWhiteStyle .search-box .search-form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .heroWhiteStyle .search-box .search-form {
    width: 100%;
  }
}
.heroWhiteStyle .shapeHero {
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroWhiteStyle .shapeHero {
    display: none;
  }
}
@media (max-width: 575px) {
  .heroWhiteStyle .shapeHero {
    display: none;
  }
}
.heroWhiteStyle .shapeHero > img {
  width: auto;
}
.heroWhiteStyle .shapeHero.shapeHero4 {
  right: 174px;
  top: -15px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroWhiteStyle .shapeHero.shapeHero4 {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroWhiteStyle .shapeHero.shapeHero4 {
    right: 50px;
  }
}
.heroWhiteStyle .shapeHero.shapeHero5 {
  right: 41%;
  bottom: 22%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroWhiteStyle .shapeHero.shapeHero5 {
    bottom: 18%;
    right: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroWhiteStyle .shapeHero.shapeHero5 {
    bottom: 18%;
    right: 40%;
  }
}
.heroWhiteStyle .shapeHero.shapeHero6 {
  right: 8%;
  top: 15%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroWhiteStyle .shapeHero.shapeHero6 {
    right: 16%;
    top: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroWhiteStyle .shapeHero.shapeHero6 {
    right: 16%;
    top: 8%;
  }
}

.hero-overly {
  position: relative;
  z-index: 0;
}
.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(32, 54, 38, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.heroAboutStyle .heroCaption .title {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 29px;
  color: var(--heading-color);
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroAboutStyle .heroCaption .title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroAboutStyle .heroCaption .title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroAboutStyle .heroCaption .title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroAboutStyle .heroCaption .title {
    font-size: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroAboutStyle .heroCaption .title {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .heroAboutStyle .heroCaption .title {
    font-size: 29px;
  }
}
.heroAboutStyle .heroCaption .pera {
  color: var(--body-font);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 42px;
  font-family: var(--body-font);
}
@media (max-width: 575px) {
  .heroAboutStyle .heroCaption .pera {
    margin-bottom: 30px;
  }
}
.heroAboutStyle .hero-man {
  padding-left: 0px;
}

.countDown .col-xl-4:nth-child(3) .single::before {
  background: 0;
}
.countDown .single {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}
.countDown .single::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 95%;
  background: #edeff2;
  bottom: 0;
  left: -2%;
  top: 1%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countDown .single::before :nth-child(2) {
    position: unset;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .countDown .single::before {
    position: unset;
  }
}
@media (max-width: 575px) {
  .countDown .single::before {
    position: unset;
  }
}
.countDown .single-counter {
  margin-bottom: 0px;
}
.countDown .single-counter .counter {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .countDown .single-counter .counter {
    font-size: 40px;
  }
}
.countDown .single-counter .icon {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 575px) {
  .countDown .single-counter .icon {
    font-size: 40px;
  }
}
.countDown .pera-count h5 {
  color: #131933;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 11px;
  font-family: var(--body-font);
}
.countDown .pera-count .pera {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countDown .pera-count .pera {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .countDown .pera-count .pera {
    font-size: 17px;
  }
}

.searchBox-wrapper {
  position: relative;
  text-align: right;
}
.searchBox-wrapper .category-searchbar {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: #F9FAFB;
  padding: 30px 15px 15px;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 30px;
}
.searchBox-wrapper .category-searchbar.search-showHide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
}
.searchBox-wrapper .category-searchbar.search-showHide.show {
  display: block;
}
.searchBox-wrapper .category-searchbar .item-suggestions:not(:last-child) {
  margin-bottom: 40px;
}
.searchBox-wrapper .category-searchbar .item-suggestions .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 17px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.searchBox-wrapper .category-searchbar .item-suggestions .category-suggestion-list .list:not(:last-child) {
  margin-bottom: 10px;
}
.searchBox-wrapper .category-searchbar .item-suggestions .category-suggestion-list .list .item {
  font-size: 16px;
  color: var(--heading-color);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-image {
  border: 1px solid rgba(221, 221, 221, 0.5);
  height: 65px;
  width: 67px;
}
.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-info-top .product-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price .price-update-through {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price .price-update-through .flash-price {
  font-size: 12px;
  color: var(--heading-color);
  font-weight: 600;
}
.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price .price-update-through .flash-old-prices {
  font-size: 15px;
  text-decoration: line-through;
}
.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price .stock-out {
  background: var(--main-color-one);
  color: #fff;
  padding: 1px 4px;
  display: inline-block;
  font-size: 11px;
}
.searchBox-wrapper .closed-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 15px;
  z-index: 10;
  top: 15px;
  cursor: pointer;
  background: var(--main-color-one);
  color: #ffffff;
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-image: none;
  opacity: 1;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.searchBox-wrapper .closed-icon:hover {
  background: #dc3545 !important;
  color: white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ourServices .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ourServices .listing .singleServices {
  border-bottom: 1px solid #EAECF0;
  text-align: center;
  position: relative;
  padding: 26px 20px 26px 20px;
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ourServices .listing .singleServices {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ourServices .listing .singleServices {
    width: 33.33%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ourServices .listing .singleServices {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .ourServices .listing .singleServices {
    width: 100%;
  }
}
.ourServices .listing .singleServices::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  background-color: #EAECF0;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 575px) {
  .ourServices .listing .singleServices::after {
    background-color: transparent;
  }
}
@media (min-width: 1399.99px) {
  .ourServices .listing .singleServices:nth-child(5)::after {
    background-color: transparent;
    width: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .ourServices .listing .singleServices:nth-child(5)::after {
    background-color: transparent;
    width: 0;
  }
}
@media (min-width: 1399.99px) {
  .ourServices .listing .singleServices:nth-of-type(n+6) {
    border: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ourServices .listing .singleServices:nth-of-type(4n)::after {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ourServices .listing .singleServices:nth-of-type(3n)::after {
    background-color: transparent;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ourServices .listing .singleServices:nth-of-type(2n)::after {
    background-color: transparent;
  }
}
.ourServices .listing .singleServices .serviceIcon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  margin-bottom: 19px;
  position: relative;
  top: 0;
}
.ourServices .listing .singleServices .serviceCap .title {
  color: var(--heading-color);
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 6px;
  font-weight: 400;
  display: block;
}
.ourServices .listing .singleServices .serviceCap .title:hover {
  color: var(--main-color-one);
}
.ourServices .listing .singleServices .serviceCap .info {
  font-family: var(--heading-font);
  font-size: 18px;
  margin-bottom: 0px;
}
.ourServices .listing .singleServices:last-child::after {
  display: none;
}
.ourServices .listing .singleServices:hover .serviceIcon {
  top: -8px;
}
.ourServices.index-02 .listing .singleServices .servicIcon .icon {
  color: var(--main-color-two) !important;
}
.ourServices.index-02 .listing .singleServices .serviceCap .title:hover {
  color: var(--hover-color-two);
}

.featureListing .singleFeature .featureImg img {
  width: 100%;
  border-radius: 10px;
}
.featureListing .singleFeature .featureCaption {
  background: #ffffff;
  padding: 18px 31px 25px 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
          box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
  position: relative;
  z-index: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featureListing .singleFeature .featureCaption {
    width: 95%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featureListing .singleFeature .featureCaption {
    width: 94%;
    padding: 33px 15px 16px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featureListing .singleFeature .featureCaption {
    width: 94%;
    padding: 33px 15px 16px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .featureListing .singleFeature .featureCaption {
    width: 94%;
    padding: 33px 15px 16px 15px;
  }
}
@media (max-width: 575px) {
  .featureListing .singleFeature .featureCaption {
    width: 97%;
    padding: 33px 18px 16px 18px;
    margin-top: -30px;
  }
}
.featureListing .singleFeature .featureCaption .featuretitle {
  font-family: var(--heading-font);
  margin-bottom: 2px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  display: block;
}
.featureListing .singleFeature .featureCaption .featuretitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .featureListing .singleFeature .featureCaption .featuretitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featureListing .singleFeature .featureCaption .featuretitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featureListing .singleFeature .featureCaption .featuretitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .featureListing .singleFeature .featureCaption .featuretitle {
    font-size: 18px;
  }
}
.featureListing .singleFeature .featureCaption .featureCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 2px;
}
.featureListing .singleFeature .featureCaption .featureCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
.featureListing .singleFeature .featureCaption .featurePricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}

.recentListing {
  /*----- border Style -----*/
}
.recentListing .singleFlexitem {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .recentListing .singleFlexitem {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .recentListing .singleFlexitem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.recentListing .singleFlexitem .recentImg {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .recentListing .singleFlexitem .recentImg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .recentListing .singleFlexitem .recentImg {
    width: 29%;
    margin-left: 9px;
  }
}
.recentListing .singleFlexitem .recentImg img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .recentListing .singleFlexitem .recentImg img {
    width: 100%;
  }
}
.recentListing .singleFlexitem .recentCaption .featuretitle {
  font-family: var(--heading-font);
  margin-bottom: 2px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  display: block;
}
.recentListing .singleFlexitem .recentCaption .featuretitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .recentListing .singleFlexitem .recentCaption .featuretitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recentListing .singleFlexitem .recentCaption .featuretitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recentListing .singleFlexitem .recentCaption .featuretitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .recentListing .singleFlexitem .recentCaption .featuretitle {
    font-size: 18px;
  }
}
.recentListing .singleFlexitem .recentCaption .featureCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .recentListing .singleFlexitem .recentCaption .featureCap {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.recentListing .singleFlexitem .recentCaption .featureCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .recentListing .singleFlexitem .recentCaption .featureCap .subCap {
    font-size: 12px;
  }
}
.recentListing .singleFlexitem .recentCaption .featurePricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .recentListing .singleFlexitem .recentCaption .featurePricing {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
.recentListing .singleFlexitem:hover .cat-caption .product-price i {
  color: var(--main-color-two);
  font-size: 16px;
}
.recentListing .borderStyle {
  position: relative;
  background: none;
  background: #fff;
}
.recentListing .borderStyle .singleFlexitem::before, .recentListing .borderStyle .singleFlexitem::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--main-color-two);
  border-radius: 5px;
}
.recentListing .borderStyle::before, .recentListing .borderStyle::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: var(--main-color-two);
}
.recentListing .borderStyle:hover::before, .recentListing .borderStyle:hover::after {
  width: 100%;
}
.recentListing .borderStyle:hover .singleFlexitem::before, .recentListing .borderStyle:hover .singleFlexitem::after {
  height: 100%;
}
.recentListing .style1::before {
  left: 50%;
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.recentListing .style1::after {
  left: 50%;
  bottom: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.recentListing .style1 .singleFlexitem::before {
  left: 0;
  top: 50%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.recentListing .style1 .singleFlexitem::after {
  right: 0;
  top: 50%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.recentListing .style1:hover::before, .recentListing .style1:hover::after {
  left: 0;
}
.recentListing .style1:hover .singleFlexitem::before, .recentListing .style1:hover .singleFlexitem::after {
  top: 0;
}

.pricingCard .singlePrice {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 33px 23px;
  border: 1px solid #D0D5DD;
  overflow: hidden !important;
  position: relative;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.pricingCard .singlePrice .pricetitle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.pricingCard .singlePrice .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--heading-font);
  color: #475467;
  margin-bottom: 22px;
  font-size: 16px;
  text-align: right;
  direction: rtl;
}
.pricingCard .singlePrice .listing .listItem:last-child {
  margin-bottom: 32px;
}
.pricingCard .singlePrice .listing .listItem .icon {
  color: #4CAF50;
  margin-left: 15px;
  font-weight: 700;
}
.pricingCard .singlePrice .listing .listItem .priceTag {
  margin: 0;
}
.pricingCard .singlePrice .price {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--heading-color);
  font-size: 48px;
  font-weight: 700;
  font-family: var(--body-font);
  margin-bottom: 31px;
  display: block;
  direction: rtl;
}
.pricingCard .singlePrice .price > .subtitle {
  font-family: var(--heading-font);
  font-weight: 400;
  color: #667085 !important;
  font-size: 16px;
  background: none;
  padding: 0;
}
.pricingCard .singlePrice:hover {
  border: 1px solid var(--main-color-two);
}
.pricingCard .singlePrice:hover .pricetitle {
  color: var(--main-color-two);
}
.pricingCard .singlePrice:hover .price {
  color: var(--main-color-two);
}
.pricingCard .singlePrice:hover .cmn-btn-outline1 {
  color: #ffffff;
}
.pricingCard .singlePrice:hover .cmn-btn-outline1::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;
}
.pricingCard .pricingActive .owl-nav div {
  border: 1px solid #EAECF0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 52px;
  width: 52px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: -84px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 4px;
  background: #fff;
}
.pricingCard .pricingActive .owl-nav div i {
  color: #98A2B3;
  font-size: 24px;
  position: relative;
  top: 2px;
}
.pricingCard .pricingActive .owl-nav div.owl-next {
  left: auto;
  right: 0px;
}
.pricingCard .pricingActive .owl-nav div.owl-prev {
  right: 65px;
}
.pricingCard .pricingActive .owl-nav div.owl-prev i {
  position: relative;
}
.pricingCard .pricingActive .owl-nav div:hover {
  border: 1px solid var(--main-color-three);
  background: var(--main-color-three);
}
.pricingCard .pricingActive .owl-nav div:hover i {
  color: var(--heading-color);
}
.pricingCard .pricingActive .owl-dots {
  width: 120px;
  margin: auto;
}
.pricingCard .pricingActive .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  float: left;
  margin: 40px 6px 0 0;
  border: 2px solid red;
}
.pricingCard .pricingActive .owl-dots .owl-dot.active {
  background: red;
}

.testimonialArea .testimonialCap {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff;
  padding: 21px 20px 18px 18px;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  position: relative;
  z-index: 1;
  direction: rtl;
}
.testimonialArea .testimonialCap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--main-color-two);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 12px;
}
.testimonialArea .testimonialCap .rattingList .listItems {
  display: inline-block;
  margin-bottom: 18px;
}
.testimonialArea .testimonialCap .rattingList .listItems .icon {
  color: #FFB72B;
  font-size: 21px;
}
.testimonialArea .testimonialCap .testimonialClient .clientImg {
  margin-left: 15px;
}
.testimonialArea .testimonialCap .testimonialClient .clientText {
  text-align: right;
}
.testimonialArea .testimonialCap .testimonialClient .clientText .clientName {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0px;
  display: block;
}
.testimonialArea .testimonialCap .testimonialClient .clientText .clinetDisCrip {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--heading-font);
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
}
.testimonialArea .testimonialCap .testiPera .pera {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #667085;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonialArea .testimonialCap .testiPera .pera {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonialArea .testimonialCap .testiPera .pera {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.testimonialArea .testimonialCap:hover {
  border: 1px solid var(--main-color-two);
  cursor: pointer;
}
.testimonialArea .testimonialCap:hover::before {
  height: 100%;
}
.testimonialArea .testimonialCap:hover .testimonialClient .clientText {
  text-align: right;
}
.testimonialArea .testimonialCap:hover .testimonialClient .clientText .clientName {
  color: #ffffff;
}
.testimonialArea .testimonialCap:hover .testimonialClient .clientText .clinetDisCrip {
  color: #ffffff !important;
}
.testimonialArea .testimonialCap:hover .testiPera .pera {
  color: #ffffff;
}

@media (max-width: 991px) {
  .aboutArea .about-caption {
    margin-bottom: 35px;
  }
}
.aboutArea .aboutImg img {
  width: 100%;
}
.aboutArea .aboutImg.aboutImg5 {
  position: absolute;
  top: -312px;
  right: 0;
}
@media (max-width: 991px) {
  .aboutArea .aboutImg.aboutImg5 {
    position: unset;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.aboutArea .aboutImg.aboutImg5 img {
  width: 100%;
}
.aboutArea .aboutShape {
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aboutArea .aboutShape {
    display: none;
  }
}
@media (max-width: 575px) {
  .aboutArea .aboutShape {
    display: none;
  }
}
.aboutArea .aboutShape > img {
  width: auto;
}
.aboutArea .aboutShape.aboutShape1 {
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutArea .aboutShape.aboutShape1 {
    width: 16%;
  }
}
@media (max-width: 991px) {
  .aboutArea .aboutShape.aboutShape1 {
    display: none;
  }
}
.aboutArea .aboutShape.aboutShape2 {
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .aboutArea .aboutShape.aboutShape2 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutArea .aboutShape.aboutShape2 {
    width: 16%;
  }
}

.footerWrapper {
  background: var(--main-color-two);
}
.footerWrapper .footer-area .footer-logo img {
  max-width: 225px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footerWrapper .footer-area .footer-logo img {
    max-width: 160px;
  }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .footerWrapper .footer-area .footer-logo img {
    max-width: 150px;
  }
}
.footerWrapper .footer-area .footer-pera.footer-pera2 .pera {
  color: #D0D5DD;
}
.footerWrapper .footer-area .footer-pera .pera {
  color: #D0D5DD;
  font-size: 16px;
  margin-bottom: 19px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.footerWrapper .footer-area .footer-pera.footer-pera2 .pera {
  padding: 0;
}
.footerWrapper .footer-area .footer-title.footer-title2 .footertitle {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 34px;
  font-weight: 700;
}
.footerWrapper .footer-area .footer-title.footer-title2 .listing .listItem {
  margin-bottom: 5px;
}
.footerWrapper .footer-area .footer-title.footer-title2 .listing .listItem .singleLinks {
  color: #D0D5DD;
}
.footerWrapper .footer-area .footer-title.footer-title2 .listing .listItem .singleLinks:hover {
  color: var(--main-color-one);
}
.footerWrapper .footer-area .footer-title.footer-title2 .listing .listItem .singleLinks:hover .icon {
  background: var(--main-color-one);
  color: #ffffff;
}
.footerWrapper .footer-area .footer-title.footer-title2 .listing .listItem .singleLinks .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
  background: #6A66C1;
  font-size: 20px;
  display: inline-block;
  margin-right: 22px;
  line-height: 1.6;
  display: inline-block;
  text-align: center;
  margin-right: -3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin-left: 7px;
}
.footerWrapper .footer-area .footer-title .footertitle {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 34px;
  font-weight: 500;
}
.footerWrapper .footer-area .footer-title .listing .listItem {
  margin-bottom: 11px;
}
.footerWrapper .footer-area .footer-title .listing .listItem .icon {
  margin-right: 15px;
  color: var(--main-color-one);
  font-size: 20px;
}
.footerWrapper .footer-area .footer-title .listing .listItem .pera {
  margin-bottom: 1px;
  font-size: 16px;
}
.footerWrapper .footer-area .footer-title .listing .listItem .singleLinks {
  color: #D0D5DD;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerWrapper .footer-area .footer-title .listing .listItem .singleLinks:hover {
  color: var(--main-color-one);
  letter-spacing: 0.2px;
}
.footerWrapper .footer-area .footer-title .listing .listItem .singleLinks .icon {
  color: var(--main-color-one);
  font-size: 17px;
  display: inline-block;
  margin-right: 22px;
  line-height: 1.6;
}
.footerWrapper .footer-area .footer-form {
  position: relative;
  z-index: 1;
}
.footerWrapper .footer-area .footer-form .newsletter-footer {
  position: relative;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 52px;
  padding: 10px 20px;
  padding-left: 101px;
  background: none;
  color: #D0D5DD;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input::-webkit-input-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input::-moz-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input:-ms-input-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input::-ms-input-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input::placeholder {
  color: #D0D5DD;
  font-size: 14px;
}

.footer-bottom-area .footer-border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-area .footer-border {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom-area .footer-border {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .footer-bottom-area .footer-border {
    padding-top: 20px;
  }
}
.footer-bottom-area .footer-copy-right .pera {
  color: #D0D5DD;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
.footer-bottom-area .footer-copy-right .pera i {
  color: var(--main-color-one);
}
.footer-bottom-area .footer-copy-right .pera a {
  color: var(--main-color-one);
  font-weight: 500;
}
.footer-bottom-area .footer-copy-right .pera a:hover {
  color: var(--main-color-one);
}

.footer-social .social {
  color: var(--main-color-one);
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #D0D5DD;
  border-radius: 50%;
}
.footer-social .social .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.footer-social .social:hover {
  color: #D0D5DD;
  background: var(--main-color-one);
}
.footer-social .social:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.footer-social2 .social {
  color: #D0D5DD;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 11px;
}
.footer-social2 .social .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.footer-social2 .social:hover {
  color: #D0D5DD;
}
.footer-social2 .social:hover .icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footerStyleTwo {
  background: #1B1A19;
}
.footerStyleTwo .footer-area .footer-title .footertitle {
  color: #ffffff;
}
.footerStyleTwo .footer-area .footer-title .listing .listItem .singleLinks {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-title.footer-title2 .listing .listItem .singleLinks {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-title.footer-title2 .listing .listItem .singleLinks .icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}
.footerStyleTwo .footer-area .footer-pera.footer-pera2 .pera {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-bottom-area .footer-copy-right .pera {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-social2 .social {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-form .newsletter-footer .input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-bottom-area .footer-copy-right .pera {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-bottom-area .footer-border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footerStyleThree {
  background: #F9FAFB;
}
.footerStyleThree .footer-area .footer-title .footertitle {
  color: var(--heading-color);
}
.footerStyleThree .footer-area .footer-title .listing .listItem .singleLinks {
  color: #667085;
}
.footerStyleThree .footer-area .footer-title .footer-pera.footer-pera2 .pera {
  color: #667085;
}
.footerStyleThree .footer-area .footer-title.footer-title2 .listing .listItem .singleLinks {
  color: #667085;
}
.footerStyleThree .footer-area .footer-title.footer-title2 .listing .listItem .singleLinks .icon {
  color: #667085;
  background: #D0D5DD;
}
.footerStyleThree .footer-area .footer-social2 .social {
  color: #667085;
}
.footerStyleThree .footer-area .footer-form .newsletter-footer .input {
  border: 1px solid #ced1d7;
  background: #ffffff;
  color: #667085;
}
.footerStyleThree .footer-bottom-area .footer-copy-right .pera {
  color: #667085;
}
.footerStyleThree .footer-bottom-area .footer-border {
  border-top: 1px solid #ced1d7;
}

.exploreCategories .singleCategories {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.exploreCategories .singleCategories:hover .catThumb::after {
  top: 0;
}
.exploreCategories .singleCategories:hover .catThumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.exploreCategories .singleCategories .catThumb {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
}
.exploreCategories .singleCategories .catThumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.exploreCategories .singleCategories .catThumb::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.99)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.99) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0px;
}
.exploreCategories .singleCategories .catCaptions {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0;
  text-align: center;
  z-index: 9;
}
.exploreCategories .singleCategories .catCaptions .title {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
  display: block;
}
.exploreCategories .singleCategories .catCaptions .title:hover {
  color: var(--main-color-one);
}
.exploreCategories .singleCategories .catCaptions .pera {
  font-size: 13px;
  font-family: var(--heading-font);
  color: #ffffff;
  margin-bottom: 0;
}

.browseCategory .singleCategory {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #EAECF0;
  background: none;
  text-align: center;
  padding: 30px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.browseCategory .singleCategory .icon {
  font-size: 30px;
  color: #18A0FB;
}
.browseCategory .singleCategory .catContent .title {
  color: var(--heading-color);
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
}
@media only screen and (max-width: 480px) {
  .browseCategory .singleCategory .catContent .title {
    font-size: 22px;
  }
}
.browseCategory .singleCategory .catContent .para {
  font-family: var(--heading-font);
  font-size: 13px;
  color: #667085;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .pagination-list {
  margin: 0 auto;
}
.pagination .pagination-list li {
  display: inline-block;
}
.pagination .pagination-list li .page-number {
  font-family: var(--heading-font);
  color: #667085;
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 6px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 0;
  font-weight: 500;
  border-radius: 8px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .pagination .pagination-list li .page-number {
    width: 29px;
    height: 29px;
    line-height: 29px;
    margin: 0 2px;
    font-weight: 500;
    border-radius: 8px;
    font-size: 13px;
  }
}
.pagination .pagination-list li .page-number.current {
  background-color: var(--main-color-two);
  color: #ffffff;
}
.pagination .pagination-list li .page-number:hover {
  background-color: var(--main-color-two);
  color: #ffffff;
}

.viewItems .SearchWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .viewItems .SearchWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.viewItems .SearchWrapper .searchBox-wrapper {
  width: 100%;
}
.viewItems .SearchWrapper .search-box {
  width: 100%;
}
.viewItems .SearchWrapper .search-box .input-form {
  position: relative;
}
.viewItems .SearchWrapper .search-box .input-form input {
  background: none;
  color: var(--heading-color);
  height: 60px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 20px 9px 18px;
  padding-left: 75px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.viewItems .SearchWrapper .search-box .input-form input::-webkit-input-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.viewItems .SearchWrapper .search-box .input-form input::-moz-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.viewItems .SearchWrapper .search-box .input-form input:-ms-input-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.viewItems .SearchWrapper .search-box .input-form input::-ms-input-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.viewItems .SearchWrapper .search-box .input-form input::placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .viewItems .SearchWrapper .search-box .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .viewItems .SearchWrapper .search-box .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .viewItems .SearchWrapper .search-box .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .viewItems .SearchWrapper .search-box .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .viewItems .SearchWrapper .search-box .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .viewItems .SearchWrapper .search-box .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .viewItems .SearchWrapper .search-box .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .viewItems .SearchWrapper .search-box .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .viewItems .SearchWrapper .search-box .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .viewItems .SearchWrapper .search-box .input-form input::placeholder {
    font-size: 13px;
  }
}
.viewItems .SearchWrapper .search-box .input-form .icon {
  background: var(--main-color-one);
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 62px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  font-size: 28px;
  color: #fff;
}
.viewItems .SearchWrapper .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.viewItems .SearchWrapper .view button {
  color: var(--main-color-one);
  background: none;
  border: 1px solid #EAECF0;
  color: #F76631;
  margin-left: 0px;
  width: 58px;
  height: 60px;
  line-height: 30px;
  border-radius: 8px;
  font-size: 30px;
  margin-right: 17px;
}
.viewItems .select-itms {
  position: relative;
}
.viewItems .select-itms .icon {
  position: absolute;
  right: 15px;
  display: inline-block;
  top: 17px;
  font-size: 24px;
}
.viewItems .select-itms .nice-select {
  border: 1px solid #ddd;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 0px;
  padding: 11px 54px 11px 19px;
  color: #667085;
  margin-bottom: 16px;
  line-height: 33px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .viewItems .select-itms .nice-select {
    height: 60px;
    line-height: 40px;
  }
}
.viewItems .select-itms .nice-select .list {
  width: 100%;
}
.viewItems .select-itms .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}
.viewItems .select-itms .nice-select::after {
  border-bottom: 2px solid #76787A;
  border-right: 2px solid #76787A;
  height: 11px;
  width: 11px;
  margin-top: -8px;
  left: 29px;
}
.viewItems .select-itms .nice-select .option:hover, .viewItems .select-itms .nice-select .nice-select .option.focus, .viewItems .select-itms .nice-select .nice-select .option.selected.focus {
  background-color: var(--main-color-one);
  color: white;
}

.cateSidebar {
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  background: #ffffff;
  padding: 30px 30px;
}
.cateSidebar .cattitle2 {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
}
.cateSidebar .cattitle {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 400;
}
.cateSidebar .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px;
  padding: 5px 0;
}
.cateSidebar .listing .listItem:last-child {
  margin-bottom: 30px;
}
.cateSidebar .listing .listItem .icon {
  margin-left: 15px;
}
.cateSidebar .listing .listItem .items {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cateSidebar .listing .listItem .items:hover {
  letter-spacing: 0.4px;
}
.cateSidebar .listing .listItem .itemNumber {
  color: #667085;
  margin-right: 5px;
}
.cateSidebar .listing .listItem .icon {
  color: var(--main-color-one);
  margin-left: 13px;
  font-weight: 700;
  max-width: 24px;
}
.cateSidebar .listing .listItem .priceTag {
  margin: 0;
}
.cateSidebar .picPrice {
  width: 100%;
}
.cateSidebar .picPrice .input-form {
  position: relative;
}
.cateSidebar .picPrice .input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 38px 9px 18px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.cateSidebar .picPrice .input-form input::-webkit-input-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.cateSidebar .picPrice .input-form input::-moz-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.cateSidebar .picPrice .input-form input:-ms-input-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.cateSidebar .picPrice .input-form input::-ms-input-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.cateSidebar .picPrice .input-form input::placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cateSidebar .picPrice .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .cateSidebar .picPrice .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .cateSidebar .picPrice .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .cateSidebar .picPrice .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .cateSidebar .picPrice .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .cateSidebar .picPrice .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .cateSidebar .picPrice .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .cateSidebar .picPrice .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .cateSidebar .picPrice .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .cateSidebar .picPrice .input-form input::placeholder {
    font-size: 13px;
  }
}
.cateSidebar .picPrice .input-form .icon {
  color: #667085;
  border: 1px solid #667085;
  position: absolute;
  right: 11px;
  top: 17px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 17px;
  border-radius: 5px;
  font-size: 15px;
}
.cateSidebar .dateTime .datePicker input {
  width: 100%;
  background: none;
  color: #101828;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 18px 9px 47px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}

.customTab-content {
  display: none;
}

.customTab-content.active {
  display: block;
}

.gridView .singleFeature .featureImg img {
  width: 100%;
  border-radius: 10px;
}
.gridView .singleFeature .featureCaption {
  background: #ffffff;
  padding: 18px 31px 25px 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: -30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
          box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gridView .singleFeature .featureCaption {
    width: 95%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gridView .singleFeature .featureCaption {
    width: 94%;
    padding: 33px 15px 16px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gridView .singleFeature .featureCaption {
    width: 94%;
    padding: 33px 15px 16px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gridView .singleFeature .featureCaption {
    width: 94%;
    padding: 33px 15px 16px 15px;
  }
}
@media (max-width: 575px) {
  .gridView .singleFeature .featureCaption {
    width: 97%;
    padding: 33px 16px 16px 16px;
    margin-top: -30px;
  }
}
.gridView .singleFeature .featureCaption .featuretitle {
  font-family: var(--heading-font);
  margin-bottom: 2px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
  display: block;
}
.gridView .singleFeature .featureCaption .featuretitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .gridView .singleFeature .featureCaption .featuretitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gridView .singleFeature .featureCaption .featuretitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gridView .singleFeature .featureCaption .featuretitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .gridView .singleFeature .featureCaption .featuretitle {
    font-size: 18px;
  }
}
.gridView .singleFeature .featureCaption .featureCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 2px;
}
.gridView .singleFeature .featureCaption .featureCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
.gridView .singleFeature .featureCaption .featurePricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}

.listingView .singleFlexitem {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .listingView .singleFlexitem {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .listingView .singleFlexitem {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .listingView .singleFlexitem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.listingView .singleFlexitem .recentImg {
  margin-left: 20px;
  width: 45%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .listingView .singleFlexitem .recentImg {
    width: 41%;
    margin-left: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .listingView .singleFlexitem .recentImg {
    width: 41%;
    margin-right: 12px;
  }
}
@media (max-width: 575px) {
  .listingView .singleFlexitem .recentImg {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
  }
}
.listingView .singleFlexitem .recentImg img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .listingView .singleFlexitem .recentImg img {
    width: 100%;
  }
}
.listingView .singleFlexitem .recentCaption .featuretitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.listingView .singleFlexitem .recentCaption .featuretitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .listingView .singleFlexitem .recentCaption .featuretitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .listingView .singleFlexitem .recentCaption .featuretitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .listingView .singleFlexitem .recentCaption .featuretitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .listingView .singleFlexitem .recentCaption .featuretitle {
    font-size: 18px;
  }
}
.listingView .singleFlexitem .recentCaption .featureCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .listingView .singleFlexitem .recentCaption .featureCap {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.listingView .singleFlexitem .recentCaption .featureCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .listingView .singleFlexitem .recentCaption .featureCap .subCap {
    font-size: 12px;
  }
}
.listingView .singleFlexitem .recentCaption .featurePricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .listingView .singleFlexitem .recentCaption .featurePricing {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
.listingView .singleFlexitem:hover .cat-caption .product-price i {
  color: var(--main-color-two);
  font-size: 16px;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.breadcrumb a {
  font-family: var(--body-font);
  color: #667085;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 400;
}
.breadcrumb .breadcrumb-item {
  line-height: 1;
  padding: 0;
}
.breadcrumb .breadcrumb-item:last-child a {
  color: var(--heading-color);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: #667085;
  content: "\f105";
  font-family: "Line Awesome Free";
  font-size: 16px;
  padding: 0 0px;
  margin: 0 5px;
  font-weight: 700;
  position: relative;
  top: 1px;
  padding-left: 3px;
  transform: scaleX(-1);
}

/*----------------------------
    Single Product Details 
-----------------------------*/
.shop-details-area-wrapper {
  padding-top: 100px;
}

.product-view-wrap .shop-details-gallery-slider .single-main-image .zoom {
  background-position: center;
  background-size: 150%;
  position: relative;
  cursor: crosshair;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 10px 10px 0 0;
}
.product-view-wrap .shop-details-gallery-slider .single-main-image img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  width: 100%;
}
.product-view-wrap figure {
  margin: 0;
}
.product-view-wrap .thumb-wrap .single-thumb {
  margin-right: 10px;
}
.product-view-wrap .thumb-wrap .single-thumb:last-child {
  margin-right: 0;
}
.product-view-wrap .thumb-wrap .single-thumb .thumb-link {
  padding: 0;
}
.product-view-wrap .thumb-wrap .single-thumb .thumb-link img {
  border: 1px solid var(--form-bg-color);
  width: 100%;
  border-radius: 10px;
}
.product-view-wrap .shop-details-gallery-nav.slick-initialized.slick-slider {
  padding: 20px 10px 24px 20px;
  background: #fff;
  -webkit-box-shadow: 0px -63px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px -63px 80px 12px rgba(26, 40, 68, 0.06);
}

.proDescription {
  background: #ffffff;
  padding: 18px 31px 25px 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 0px 0px 12px 12px;
}
.proDescription .descriptionTop {
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 32px;
  padding-bottom: 30px;
}
.proDescription .descriptionTop .detailstitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 32px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.proDescription .descriptionTop .detailstitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .proDescription .descriptionTop .detailstitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .proDescription .descriptionTop .detailstitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .proDescription .descriptionTop .detailstitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .proDescription .descriptionTop .detailstitle {
    font-size: 18px;
  }
}
.proDescription .descriptionTop .detailstitle > .icon {
  border: 1px solid #EAECF0;
  color: #667085;
  font-size: 21px;
  font-weight: 500;
  padding: 8px 10px !important;
  text-align: center;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 8px;
}
.proDescription .descriptionTop .detailsCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 20px;
}
.proDescription .descriptionTop .detailsCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
.proDescription .descriptionTop .detailsPricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 32px;
  display: block;
}
.proDescription .descriptionTop .infoSingle .listing .listItem {
  font-family: var(--heading-font);
  color: #344054;
  display: inline-block;
  margin-right: 9px;
  font-size: 15px;
  border-left: 1px solid #EAECF0;
  padding-left: 11px;
}
.proDescription .descriptionTop .infoSingle .listing .listItem:last-child {
  margin-left: 0px;
  padding-left: 0;
  border-left: 0;
}
.proDescription .descriptionTop .infoSingle .listing .listItem .icon {
  margin-left: 9px;
  color: #667085;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .proDescription .descriptionTop .infoSingle .listing .listItem {
    margin-right: 10px;
    font-size: 13px;
  }
}
.proDescription .descriptionMid {
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 32px;
  padding-bottom: 30px;
}
.proDescription .descriptionMid .pricetitle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.proDescription .descriptionMid .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--heading-font);
  color: #475467;
  margin-bottom: 17px;
  font-size: 16px;
}
.proDescription .descriptionMid .listing .listItem:last-child {
  margin-bottom: 32px;
}
.proDescription .descriptionMid .listing .listItem .icon {
  color: #4CAF50;
  margin-left: 15px;
  font-weight: 700;
}
.proDescription .descriptionMid .listing .listItem .priceTag {
  margin: 0;
}
.proDescription .descriptionFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  .proDescription .descriptionFooter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.proDescription .descriptionFooter .socialWrap .social {
  color: #667085;
  font-size: 28px;
  display: inline-block;
  text-align: center;
  margin-left: 1px;
}
.proDescription .descriptionFooter .socialWrap .social .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.proDescription .descriptionFooter .socialWrap .social:hover {
  color: var(--main-color-one);
}
.proDescription .descriptionFooter .socialWrap .social:hover .icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.sellerMessage {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  border-radius: 12px;
}
.sellerMessage .singleFlexitem {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 21px;
  padding-bottom: 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sellerMessage .singleFlexitem {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .sellerMessage .singleFlexitem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sellerMessage .singleFlexitem .recentImg {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .sellerMessage .singleFlexitem .recentImg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sellerMessage .singleFlexitem .recentImg {
    width: 29%;
    margin-left: 9px;
  }
}
.sellerMessage .singleFlexitem .recentImg img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sellerMessage .singleFlexitem .recentImg img {
    width: 100%;
  }
}
.sellerMessage .singleFlexitem .recentCaption .featuretitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sellerMessage .singleFlexitem .recentCaption .featuretitle .icon {
  margin-left: 6px;
}
.sellerMessage .singleFlexitem .recentCaption .featuretitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sellerMessage .singleFlexitem .recentCaption .featuretitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sellerMessage .singleFlexitem .recentCaption .featuretitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sellerMessage .singleFlexitem .recentCaption .featuretitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .sellerMessage .singleFlexitem .recentCaption .featuretitle {
    font-size: 18px;
  }
}
.sellerMessage .singleFlexitem .recentCaption .featureCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sellerMessage .singleFlexitem .recentCaption .featureCap {
    font-size: 12px;
  }
}
.sellerMessage .singleFlexitem .recentCaption .featureCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sellerMessage .singleFlexitem .recentCaption .featureCap .subCap {
    font-size: 12px;
  }
}
.sellerMessage .contactSeller {
  width: 100%;
}
.sellerMessage .contactSeller .input-form {
  position: relative;
}
.sellerMessage .contactSeller .input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 52px 9px 18px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.sellerMessage .contactSeller .input-form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 400;
}
.sellerMessage .contactSeller .input-form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 400;
}
.sellerMessage .contactSeller .input-form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 400;
}
.sellerMessage .contactSeller .input-form input::-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 400;
}
.sellerMessage .contactSeller .input-form input::placeholder {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sellerMessage .contactSeller .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .sellerMessage .contactSeller .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .sellerMessage .contactSeller .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .sellerMessage .contactSeller .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .sellerMessage .contactSeller .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .sellerMessage .contactSeller .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .sellerMessage .contactSeller .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .sellerMessage .contactSeller .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .sellerMessage .contactSeller .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .sellerMessage .contactSeller .input-form input::placeholder {
    font-size: 13px;
  }
}
.sellerMessage .contactSeller .input-form .icon {
  color: #667085;
  position: absolute;
  right: 13px;
  top: 13px;
  text-align: center;
  line-height: 17px;
  font-size: 25px;
}

.accountSidebar {
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  background: #ffffff;
  padding: 30px 20px 30px 30px;

  position: relative;
  margin-bottom: 25px;

  overflow: hidden;
}
.accountSidebar .listing {
  height: calc(100vh - 180px);
  position: relative;
  padding: 0px 10px 0 0;
}
.accountSidebar .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.accountSidebar .listing .listItem:last-child {
  margin-bottom: 0px;
}
.accountSidebar .listing .listItem .icon {
  margin-left: 15px;
  font-size: 25px;
  vertical-align: -4px;
}
.accountSidebar .listing .listItem .items {
  font-family: var(--heading-font);
  color: #667085;
  background: #ffffff;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  padding: 14px 12px;
}
.accountSidebar .listing .listItem .items:hover {
  background: var(--main-color-one);
  color: #fff;
  letter-spacing: 0.6px;
}
.accountSidebar .listing .listItem .items:hover .icon {
  color: #ffffff;
}
.accountSidebar .listing .listItem .items.active {
  background: var(--main-color-one);
  color: #fff;
}
.accountSidebar .listing .listItem .items.active .icon {
  color: #ffffff;
}
.accountSidebar .listing .listItem .icon {
  color: #667085;
  margin-left: 15px;
  font-weight: 700;
}
.accountSidebar .listing .listItem .priceTag {
  margin: 0;
}

.accessAccount {
  position: absolute;
  bottom: 31px;
  right: 15px;
}
.accessAccount .account-btn {
  font-family: var(--heading-font);
  color: #667085;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  padding: 5px;
  margin-left: 10px;
}
.accessAccount .account-btn:hover {
  color: var(--main-color-one);
  letter-spacing: 0.9px;
}
.accessAccount .account-btn .icon {
  margin-left: 15px;
  font-size: 25px;
  vertical-align: -4px;
  transform: scaleX(-1);
}

.myListing .singleFlexitem {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  padding-bottom: 0;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .myListing .singleFlexitem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.myListing .singleFlexitem .listCap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
  cursor: pointer;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .myListing .singleFlexitem .listCap {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .myListing .singleFlexitem .listCap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.myListing .singleFlexitem .listCap .recentImg {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .myListing .singleFlexitem .listCap .recentImg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .myListing .singleFlexitem .listCap .recentImg {
    width: 29%;
    margin-left: 9px;
  }
}
.myListing .singleFlexitem .listCap .recentImg img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .myListing .singleFlexitem .listCap .recentImg img {
    width: 100%;
  }
}
.myListing .singleFlexitem .listCap .recentCaption .featuretitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.myListing .singleFlexitem .listCap .recentCaption .featuretitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .myListing .singleFlexitem .listCap .recentCaption .featuretitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .myListing .singleFlexitem .listCap .recentCaption .featuretitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myListing .singleFlexitem .listCap .recentCaption .featuretitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .myListing .singleFlexitem .listCap .recentCaption .featuretitle {
    font-size: 18px;
  }
}
.myListing .singleFlexitem .listCap .recentCaption .featureCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .myListing .singleFlexitem .listCap .recentCaption .featureCap {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.myListing .singleFlexitem .listCap .recentCaption .featureCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .myListing .singleFlexitem .listCap .recentCaption .featureCap .subCap {
    font-size: 12px;
  }
}
.myListing .singleFlexitem .listCap .recentCaption .featurePricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .myListing .singleFlexitem .listCap .recentCaption .featurePricing {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
.myListing .singleFlexitem:hover .cat-caption .product-price i {
  color: var(--main-color-two);
  font-size: 16px;
}

.accountWrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  border-radius: 12px;
}
.accountWrapper .userProfile {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 22px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .accountWrapper .userProfile {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .accountWrapper .userProfile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.accountWrapper .userProfile .recentImg {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .accountWrapper .userProfile .recentImg {
    margin-bottom: 15px;
  }
}
.accountWrapper .userProfile .recentImg img {
  border-radius: 12px;
}
.accountWrapper .userProfile .recentCaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 575px) {
  .accountWrapper .userProfile .recentCaption {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.accountWrapper .userProfile .recentCaption .featuretitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.accountWrapper .userProfile .recentCaption .featuretitle .icon {
  margin-left: 6px;
}
.accountWrapper .userProfile .recentCaption .featuretitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .accountWrapper .userProfile .recentCaption .featuretitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accountWrapper .userProfile .recentCaption .featuretitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accountWrapper .userProfile .recentCaption .featuretitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .accountWrapper .userProfile .recentCaption .featuretitle {
    font-size: 18px;
  }
}
.accountWrapper .userProfile .recentCaption .featureCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .accountWrapper .userProfile .recentCaption .featureCap {
    font-size: 12px;
  }
}
.accountWrapper .userProfile .recentCaption .featureCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .accountWrapper .userProfile .recentCaption .featureCap .subCap {
    font-size: 12px;
  }
}
.accountWrapper .infoSingle .listing .listItem {
  font-family: var(--heading-font);
  color: #344054;
  display: inline-block;
  margin-right: 9px;
  font-size: 15px;
  border-left: 1px solid #EAECF0;
  padding-left: 11px;
  line-height: 1;
}
.accountWrapper .infoSingle .listing .listItem:last-child {
  margin-left: 0px;
  padding-left: 0;
  border-left: 0;
}
.accountWrapper .infoSingle .listing .listItem .icon {
  margin-left: 9px;
  color: #667085;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accountWrapper .infoSingle .listing .listItem {
    margin-right: 10px;
    font-size: 13px;
  }
}

.memberShipCart .singleMember {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  padding-bottom: 0;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .memberShipCart .singleMember {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.memberShipCart .singleMember .memberDetails {
  margin-bottom: 20px;
}
.memberShipCart .singleMember .memberDetails .membertitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.memberShipCart .singleMember .memberDetails .membertitle .activeUser {
  font-family: var(--heading-font);
  color: #4CAF50;
  background: rgba(76, 175, 80, 0.15);
  font-size: 14px;
  border-radius: 8px;
  padding: 7px 12px;
  margin-left: 10px;
}
.memberShipCart .singleMember .memberDetails .membertitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .memberShipCart .singleMember .memberDetails .membertitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .memberShipCart .singleMember .memberDetails .membertitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memberShipCart .singleMember .memberDetails .membertitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .memberShipCart .singleMember .memberDetails .membertitle {
    font-size: 18px;
  }
}
.memberShipCart .singleMember .memberDetails .memberCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .memberShipCart .singleMember .memberDetails .memberCap {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.memberShipCart .singleMember .memberDetails .memberCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .memberShipCart .singleMember .memberDetails .memberCap .subCap {
    font-size: 12px;
  }
}
.memberShipCart .singleMember .memberDetails .infoSingle .listing .listItem {
  font-family: var(--heading-font);
  color: #344054;
  display: inline-block;
  margin-right: 9px;
  font-size: 15px;
  border-left: 1px solid #EAECF0;
  padding-left: 11px;
  line-height: 1;
}
.memberShipCart .singleMember .memberDetails .infoSingle .listing .listItem:last-child {
  margin-left: 0px;
  padding-left: 0;
  border-left: 0;
}
.memberShipCart .singleMember .memberDetails .infoSingle .listing .listItem .icon {
  margin-right: 9px;
  color: #667085;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .memberShipCart .singleMember .memberDetails .infoSingle .listing .listItem {
    margin-right: 10px;
    font-size: 13px;
  }
}

.paymentTable {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  border-radius: 12px;
  padding-bottom: 0;
}
.paymentTable .singleMember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 18px;
  padding-bottom: 1px;
}
@media (max-width: 1199px) {
  .paymentTable .singleMember {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.paymentTable .singleMember:last-child {
  border: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.paymentTable .singleMember .memberInfo {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  color: var(--heading-color);
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
}
.paymentTable .singleMember .price {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  color: var(--heading-color);
  font-weight: 600;
  font-size: 16px;
}
.paymentTable .singleMember .lastDegit {
  color: var(--heading-color);
  font-weight: 600;
}
.paymentTable .singleMember .memberCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .paymentTable .singleMember .memberCap {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.paymentTable .singleMember .memberCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .paymentTable .singleMember .memberCap .subCap {
    font-size: 12px;
  }
}

.currentlyAds .singleAds {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  padding-bottom: 0;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .currentlyAds .singleAds {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.currentlyAds .singleAds .adsCap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
  cursor: pointer;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .currentlyAds .singleAds .adsCap {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .currentlyAds .singleAds .adsCap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.currentlyAds .singleAds .adsCap .adsImg {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .currentlyAds .singleAds .adsCap .adsImg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .currentlyAds .singleAds .adsCap .adsImg {
    width: 29%;
    margin-left: 9px;
  }
}
.currentlyAds .singleAds .adsCap .adsImg img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .currentlyAds .singleAds .adsCap .adsImg img {
    width: 100%;
  }
}
.currentlyAds .singleAds .adsCap .adsCaption .adstitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.currentlyAds .singleAds .adsCap .adsCaption .adstitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adstitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adstitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adstitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adstitle {
    font-size: 18px;
  }
}
.currentlyAds .singleAds .adsCap .adsCaption .adsPera {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adsPera {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.currentlyAds .singleAds .adsCap .adsCaption .adsPera .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adsPera .subCap {
    font-size: 12px;
  }
}
.currentlyAds .singleAds .adsCap .adsCaption .adsPricingWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.currentlyAds .singleAds .adsCap .adsCaption .adsPricingWrapper .adsPricing {
  margin-bottom: 10px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  display: block;
  margin-left: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adsPricingWrapper .adsPricing {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
.currentlyAds .singleAds .adsCap .adsCaption .adsPricingWrapper .adsDate {
  margin-bottom: 10px;
}
.currentlyAds .singleAds .adsCap .adsCaption .adsPricingWrapper .adsDate .pera {
  color: var(--heading-color);
  margin-left: 10px;
}
.currentlyAds .singleAds .adsCap .adsCaption .adsPricingWrapper .adsDate .adsDateTime {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  border: 1px solid #D0D5DD;
  color: #667085;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 15px !important;
  text-align: center;
  border-radius: 8px;
  background: none;
}
.currentlyAds .singleAds .adsCap .adsCaption .adsPricingWrapper .adsDate .adsDateTime:hover {
  color: var(--main-color-two);
  border-color: var(--main-color-two);
}

.promoteAds .singlePromoteAds {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  padding-bottom: 0;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .promoteAds .singlePromoteAds {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.promoteAds .singlePromoteAds .adsCap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
  cursor: pointer;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .promoteAds .singlePromoteAds .adsCap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsImg {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .promoteAds .singlePromoteAds .adsCap .adsImg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsImg {
    width: 29%;
    margin-left: 9px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsImg img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsImg img {
    width: 100%;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
    font-size: 18px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adsPera {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsPera {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adsPera .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsPera .subCap {
    font-size: 12px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adsPricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsPricing {
    font-size: 17px;
    margin-bottom: 7px;
  }
}

.promotionSetting .promotionQuality .singlePlan {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 33px 33px 27px 33px;
  border: 1px solid #D0D5DD;
  overflow: hidden !important;
  position: relative;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  cursor: pointer;
}
@media (max-width: 575px) {
  .promotionSetting .promotionQuality .singlePlan {
    padding: 15px;
  }
}
.promotionSetting .promotionQuality .singlePlan .top .pricetitle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.promotionSetting .promotionQuality .singlePlan .price {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--heading-color);
  font-size: 48px;
  font-weight: 700;
  font-family: var(--body-font);
  margin-bottom: 14px;
  display: block;
}
.promotionSetting .promotionQuality .singlePlan .price > .subtitle {
  font-family: var(--heading-font);
  font-weight: 400;
  color: #667085 !important;
  font-size: 16px;
  background: none;
  padding: 0;
}
.promotionSetting .promotionQuality .singlePlan .selectCategories .listItem {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  font-family: var(--heading-font);
  color: #667085;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 17px;
  background: #ffffff;
  border: 1px solid #EAECF0;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  margin-bottom: 8px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  cursor: pointer;
  width: 31%;
  text-align: center;
}
@media (max-width: 575px) {
  .promotionSetting .promotionQuality .singlePlan .selectCategories .listItem {
    width: 44%;
  }
}
.promotionSetting .promotionQuality .singlePlan .selectCategories .listItem.active {
  background: var(--main-color-two);
  color: #fff;
  border: 1px solid transparent;
}
.promotionSetting .promotionQuality .singlePlan .selectCategories .listItem:last-child {
  margin-bottom: 0px;
  margin-left: 0;
}
.promotionSetting .promotionQuality .singlePlan .selectCategories .listItem .priceTag {
  margin: 0;
}
.promotionSetting .promotionQuality .singlePlan.active {
  background: rgba(82, 78, 183, 0.08);
  border: 1px solid var(--main-color-two);
}
.promotionSetting .promotionQuality .singlePlan.active .pricetitle {
  color: var(--main-color-two);
}
.promotionSetting .promotionQuality .singlePlan.active .price {
  color: var(--main-color-two);
}
.promotionSetting .promotionQuality .singlePlan.active .cmn-btn-outline1 {
  color: #ffffff;
}
.promotionSetting .promotionQuality .singlePlan.active .cmn-btn-outline1::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;
}
.promotionSetting .promotionQuality .singlePlan.active .checkWrap .checkmark {
  background: red;
  background-color: var(--main-color-two);
  border: 2px solid transparent;
}
.promotionSetting .promotionQuality .singlePlan.active .checkWrap .checkmark:after {
  display: block;
}
.promotionSetting .promotionQuality .singlePlan:hover {
  background: rgba(82, 78, 183, 0.08);
  border: 1px solid var(--main-color-two);
}
.promotionSetting .promotionQuality .singlePlan:hover .pricetitle {
  color: var(--main-color-two);
}
.promotionSetting .promotionQuality .singlePlan:hover .price {
  color: var(--main-color-two);
}
.promotionSetting .promotionQuality .singlePlan:hover .cmn-btn-outline1 {
  color: #ffffff;
}
.promotionSetting .promotionQuality .singlePlan:hover .cmn-btn-outline1::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkWrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #232F55;
  font-size: 16px;
}
@media (max-width: 575px) {
  .checkWrap {
    font-size: 14px;
  }
}
.checkWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkWrap input:checked ~ .checkmark {
  background-color: var(--main-color-two);
  border: 2px solid transparent;
}
.checkWrap input:checked ~ .checkmark:after {
  display: block;
}
.checkWrap .checkmark {
  position: absolute;
  top: 5px;
  right: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #D0D5DD;
  border-radius: 50%;
}
.checkWrap .checkmark::after {
  left: 10px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkWrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.planDetails {
  padding: 33px 23px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
@media (max-width: 575px) {
  .planDetails {
    padding: 15px;
  }
}
.planDetails .planDetailsTop {
  border-bottom: 1px solid rgba(208, 213, 221, 0.4);
}
.planDetails .planDetailsTop .pricetitle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.planDetails .planDetailsTop .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--heading-font);
  color: #475467;
  margin-bottom: 16px;
  font-size: 16px;
}
.planDetails .planDetailsTop .listing .listItem:last-child {
  margin-bottom: 30px;
}
.planDetails .planDetailsTop .listing .listItem .icon {
  color: #4CAF50;
  margin-left: 15px;
  font-weight: 700;
}
.planDetails .planDetailsTop .listing .listItem .priceTag {
  margin: 0;
}
.planDetails .planDetailsBottom .plantitle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .planDetails .planDetailsBottom .plantitle {
    font-size: 20px;
  }
}
.planDetails .planDetailsBottom .select-itms {
  position: relative;
}
.planDetails .planDetailsBottom .select-itms.select-itms2 .nice-select {
  padding: 11px 19px 11px 25px;
}
.planDetails .planDetailsBottom .select-itms .icon {
  position: absolute;
  left: 15px;
  display: inline-block;
  top: 17px;
  font-size: 24px;
}
.planDetails .planDetailsBottom .select-itms .nice-select {
  border: 1px solid rgba(208, 213, 221, 0.4);
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 0px;
  padding: 11px 19px 11px 54px;
  color: #667085;
  margin-bottom: 16px;
  line-height: 33px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .planDetails .planDetailsBottom .select-itms .nice-select {
    height: 60px;
    line-height: 40px;
  }
}
.planDetails .planDetailsBottom .select-itms .nice-select .list {
  width: 100%;
}
.planDetails .planDetailsBottom .select-itms .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}
.planDetails .planDetailsBottom .select-itms .nice-select::after {
  border-bottom: 2px solid #76787A;
  border-right: 2px solid #76787A;
  height: 11px;
  width: 11px;
  margin-top: -8px;
  left: 29px;
}
.planDetails .planDetailsBottom .select-itms .nice-select .option:hover, .planDetails .planDetailsBottom .select-itms .nice-select .nice-select .option.focus, .planDetails .planDetailsBottom .select-itms .nice-select .nice-select .option.selected.focus {
  background-color: var(--main-color-two);
  color: white;
}
.planDetails .planDetailsBottom .selectCategories .listItem {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  font-family: var(--heading-font);
  color: #667085;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 17px;
  background: #ffffff;
  border: 1px solid #EAECF0;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  margin-bottom: 8px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 8px;
  margin-right: 9px;
  cursor: pointer;
  width: 31%;
  text-align: center;
}
@media (max-width: 575px) {
  .planDetails .planDetailsBottom .selectCategories .listItem {
    width: 44%;
  }
}
.planDetails .planDetailsBottom .selectCategories .listItem.active {
  background: var(--main-color-two);
  color: #fff;
  border: 1px solid transparent;
}
.planDetails .planDetailsBottom .selectCategories .listItem:last-child {
  margin-bottom: 0px;
  margin-right: 0;
}
.planDetails .planDetailsBottom .selectCategories .listItem .priceTag {
  margin: 0;
}

.settingWrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 20px;
  border-radius: 8px;
}

/*---------------------------------------
    ## Wishlist
---------------------------------------*/
.wishlist-inner-content {
  overflow-x: auto;
}
.wishlist-inner-content table {
  width: 100%;
  border: 1px solid var(--form-bg-color);
}
.wishlist-inner-content table thead {
  background-color: var(--form-bg-color);
}
.wishlist-inner-content table thead tr th {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #666666;
  text-transform: capitalize;
  padding: 15px 30px;
}
.wishlist-inner-content table thead tr th.product-mane {
  min-width: 200px;
}
.wishlist-inner-content table thead tr th.unit-price {
  min-width: 150px;
}
.wishlist-inner-content table thead tr th.status {
  min-width: 160px;
}
.wishlist-inner-content table thead tr th.table-btn {
  min-width: 160px;
}
.wishlist-inner-content table thead tr th.trash {
  min-width: 60px;
}
.wishlist-inner-content table tbody tr {
  border: 1px solid var(--form-bg-color);
}
.wishlist-inner-content table tbody tr td {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--heading-color);
  text-transform: capitalize;
  padding: 15px 30px;
}
.wishlist-inner-content table tbody tr td .product-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wishlist-inner-content table tbody tr td .product-info-wrap img {
  border: 1px solid var(--form-bg-color);
}
.wishlist-inner-content table tbody tr td .product-info-wrap .product-title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 15px;
}
.wishlist-inner-content table tbody tr td.product-mane {
  min-width: 200px;
}
.wishlist-inner-content table tbody tr td.unit-price {
  min-width: 150px;
}
.wishlist-inner-content table tbody tr td.status {
  min-width: 160px;
  text-transform: initial;
  color: var(--main-color-one);
}
.wishlist-inner-content table tbody tr td.trash {
  min-width: 60px;
}
.wishlist-inner-content table tbody tr td.trash .icon {
  color: #F55D2C;
}
.wishlist-inner-content table tbody tr td.add-to-cart-btn {
  min-width: 210px;
}
.wishlist-inner-content table tbody tr td.add-to-cart-btn .btn-wrapper .btn-default {
  text-transform: initial;
}
.wishlist-inner-content table tbody tr td.add-to-cart-btn .btn-wrapper .btn-default.disable {
  background-color: var(--form-bg-color);
  border-color: var(--form-bg-color);
  color: #666666;
}
.wishlist-inner-content table tbody tr.out-of-stock .stock {
  text-transform: initial;
  color: #DF0000;
}

.wishlist-btn-box .coupon-and-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wishlist-btn-box .coupon-and-btn .btn-wrapper .btn-default {
  height: 50px;
  line-height: 30px;
  font-weight: 600;
  text-transform: initial;
}
.wishlist-btn-box .coupon-and-btn .btn-wrapper .btn-default.disable {
  background-color: var(--form-bg-color);
  border-color: var(--form-bg-color);
  color: #666666;
}

.promoteAds .singlePromoteAds {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  padding: 20px;
  padding-bottom: 0;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .promoteAds .singlePromoteAds {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.promoteAds .singlePromoteAds .adsCap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
  cursor: pointer;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .promoteAds .singlePromoteAds .adsCap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsImg {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .promoteAds .singlePromoteAds .adsCap .adsImg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsImg {
    width: 29%;
    margin-left: 9px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsImg img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsImg img {
    width: 100%;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adstitle {
    font-size: 18px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adsPera {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsPera {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adsPera .subCap {
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsPera .subCap {
    font-size: 12px;
  }
}
.promoteAds .singlePromoteAds .adsCap .adsCaption .adsPricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsPricing {
    font-size: 17px;
    margin-bottom: 7px;
  }
}

.HelpSearch .SearchWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .HelpSearch .SearchWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.HelpSearch .SearchWrapper .searchBox-wrapper {
  width: 100%;
}
.HelpSearch .SearchWrapper .searchBox-wrapper .category-searchbar {
  max-height: 350px;
}
.HelpSearch .SearchWrapper .searchBox-wrapper .search-box {
  width: 100%;
}
.HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form {
  position: relative;
}
.HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input {
  background: none;
  color: var(--heading-color);
  height: 60px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 30px 9px 67px;
  padding-left: 75px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::-webkit-input-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::-moz-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input:-ms-input-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::-ms-input-placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::placeholder {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form input::placeholder {
    font-size: 13px;
  }
}
.HelpSearch .SearchWrapper .searchBox-wrapper .search-box .input-form .icon {
  background: var(--main-color-two);
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 62px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  font-size: 28px;
  color: #fff;
}

.faqArea {
  /* collapse */
}
.faqArea .collapse-wrapper {
  -webkit-box-shadow: 0 3px 14px rgba(27, 30, 120, 0.1);
          box-shadow: 0 3px 14px rgba(27, 30, 120, 0.1);
  padding: 50px 50px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .faqArea .collapse-wrapper {
    padding: 10px 10px;
  }
}
@media (max-width: 991px) {
  .faqArea .collapse-wrapper {
    margin-bottom: 30px;
  }
}
.faqArea .collapse-wrapper .accordion-item {
  border: 0;
  margin-bottom: 20px;
  border-radius: 4px;
}
.faqArea .collapse-wrapper .accordion:last-child {
  margin-bottom: 0px;
}
.faqArea .collapse-wrapper .accordion-header {
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
}
.faqArea .collapse-wrapper .accordion-header .accordion-button {
  font-family: var(--body-font);
  text-align: right;
  color: #666E77;
  background: var(--main-color-two);
  border: 0;
  padding: 19px 31px 20px 12px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 0;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 14px rgba(27, 30, 120, 0.09);
  box-shadow: 0 3px 14px rgba(27, 30, 120, 0.09);
  color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .faqArea .collapse-wrapper .accordion-header .accordion-button {
    padding: 17px 46px 13px 31px;
  }
}
.faqArea .collapse-wrapper .accordion-header .accordion-button::after {
  position: absolute;
  top: 19px;
  font-size: 20px;
  color: var(--main-color-two);
  left: 18px;
  font-weight: 700;
  content: "\f146";
  font-family: "Line Awesome Free";
  background-image: none;
  outline: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #ffffff;
}
.faqArea .collapse-wrapper .accordion-header .accordion-button.collapsed {
  background: none;
}
.faqArea .collapse-wrapper .accordion-header .accordion-button.collapsed::after {
  content: "\f0fe";
  color: var(--main-color-one);
}
.faqArea .collapse-wrapper .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;

  color: #ffffff;
}
.faqArea .collapse-wrapper .accordion-collapse {
  border: 0;
}
.faqArea .collapse-wrapper .accordion-collapse.show {
  background: #fff;
}
.faqArea .collapse-wrapper .accordion-collapse .accordion-body {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.faqArea .collapse-wrapper .accordion-header .accordion-button.collapsed {
  color: #666E77;
}

.paymentWrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 20px;
  border-radius: 8px;
}

.paymentDetails {
  padding: 25px 22px;
  padding-bottom: 16px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.paymentDetails .paymentDetailsTop {
  border-bottom: 1px solid rgba(208, 213, 221, 0.4);
}
.paymentDetails .paymentDetailsTop .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--heading-font);
  color: #475467;
  margin-bottom: 22px;
  font-size: 16px;
}
.paymentDetails .paymentDetailsTop .listing .listItem:last-child {
  margin-bottom: 30px;
}
.paymentDetails .paymentDetailsTop .listing .listItem .icon {
  color: #4CAF50;
  margin-left: 15px;
  font-weight: 700;
}
.paymentDetails .paymentDetailsTop .listing .listItem .priceTag {
  margin: 0;
}
.paymentDetails .paymentDetailsBottom .input-form {
  position: relative;
}
.paymentDetails .paymentDetailsBottom .input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 50px 9px 12px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.paymentDetails .paymentDetailsBottom .input-form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.paymentDetails .paymentDetailsBottom .input-form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.paymentDetails .paymentDetailsBottom .input-form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.paymentDetails .paymentDetailsBottom .input-form input::-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.paymentDetails .paymentDetailsBottom .input-form input::placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .paymentDetails .paymentDetailsBottom .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .paymentDetails .paymentDetailsBottom .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .paymentDetails .paymentDetailsBottom .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .paymentDetails .paymentDetailsBottom .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .paymentDetails .paymentDetailsBottom .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .paymentDetails .paymentDetailsBottom .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .paymentDetails .paymentDetailsBottom .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .paymentDetails .paymentDetailsBottom .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .paymentDetails .paymentDetailsBottom .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .paymentDetails .paymentDetailsBottom .input-form input::placeholder {
    font-size: 13px;
  }
}
.paymentDetails .paymentDetailsBottom .input-form .icon {
  color: #667085;
  position: absolute;
  right: 13px;
  top: 13px;
  text-align: center;
  line-height: 17px;
  font-size: 23px;
}
.paymentDetails .paymentDetailsBottom .paymentMethod {
  padding-bottom: 20px;
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio {
  display: inline-block;
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio input[type=radio] + .radio-label:before {
  top: 4px;
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio {
  margin-right: 5px;
  margin-bottom: 13px;
  display: inline-block;
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background: #fff;
  border: 1px solid var(--main-color-two);
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio input[type=radio]:checked + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  background: var(--main-color-two);
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio label {
  display: inline-block;
  font-size: 16px;
  color: #667085;
  cursor: pointer;
  margin-left: 10px;
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio .icon {
  color: #667085;
  margin-left: 10px;
  font-size: 24px;
  position: relative;
  top: 3px;
}

.audience .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 21px;
  border-bottom: 1px solid #ddd;
}
.audience .listing .listItem:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.audience .listing .listItem .leftCap {
  font-family: var(--heading-font);
  font-size: 16px;
  color: #667085;
  display: block;
}
.audience .listing .listItem .rightCap {
  font-family: var(--heading-font);
  font-size: 16px;
  color: var(--heading-color);
  display: block;
}

.paymentPricing .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 21px;
  border-bottom: 1px solid #ddd;
}
.paymentPricing .listing .listItem:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.paymentPricing .listing .listItem .leftCap {
  font-family: var(--heading-font);
  font-size: 16px;
  color: #667085;
  display: block;
}
.paymentPricing .listing .listItem .rightCap {
  font-family: var(--heading-font);
  font-size: 16px;
  color: var(--heading-color);
  display: block;
  font-weight: 500;
}

.listingDetails-Wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 20px;
  border-radius: 8px;
}
.listingDetails-Wrapper .listingDetails .select-itms {
  position: relative;
}
.listingDetails-Wrapper .listingDetails .select-itms .icon {
  position: absolute;
  left: 15px;
  display: inline-block;
  top: 17px;
  font-size: 24px;
}
.listingDetails-Wrapper .listingDetails .select-itms .nice-select {
  border: 1px solid rgba(208, 213, 221, 0.4);
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 0px;
  padding: 11px 19px 11px 19px;
  color: #667085;
  margin-bottom: 16px;
  line-height: 24px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
}
.listingDetails-Wrapper .listingDetails .select-itms .nice-select .list {
  width: 100%;
}
.listingDetails-Wrapper .listingDetails .select-itms .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}
.listingDetails-Wrapper .listingDetails .select-itms .nice-select::after {
  border-bottom: 2px solid #76787A;
  border-right: 2px solid #76787A;
  height: 9px;
  width: 9px;
  margin-top: -8px;
  left: 29px;
}
.listingDetails-Wrapper .listingDetails .select-itms .nice-select .option:hover, .listingDetails-Wrapper .listingDetails .select-itms .nice-select .nice-select .option.focus, .listingDetails-Wrapper .listingDetails .select-itms .nice-select .nice-select .option.selected.focus {
  background-color: var(--main-color-two);
  color: white;
}
.listingDetails-Wrapper .listingDetails .input-form {
  position: relative;
}
.listingDetails-Wrapper .listingDetails .input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}
.listingDetails-Wrapper .listingDetails .input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 52px 9px 52px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.listingDetails-Wrapper .listingDetails .input-form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.listingDetails-Wrapper .listingDetails .input-form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.listingDetails-Wrapper .listingDetails .input-form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.listingDetails-Wrapper .listingDetails .input-form input::-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.listingDetails-Wrapper .listingDetails .input-form input::placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .listingDetails-Wrapper .listingDetails .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .listingDetails-Wrapper .listingDetails .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .listingDetails-Wrapper .listingDetails .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .listingDetails-Wrapper .listingDetails .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .listingDetails-Wrapper .listingDetails .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .listingDetails-Wrapper .listingDetails .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .listingDetails-Wrapper .listingDetails .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .listingDetails-Wrapper .listingDetails .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .listingDetails-Wrapper .listingDetails .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .listingDetails-Wrapper .listingDetails .input-form input::placeholder {
    font-size: 13px;
  }
}
.listingDetails-Wrapper .listingDetails .input-form .icon {
  color: #667085;
  position: absolute;
  right: 13px;
  top: 13px;
  text-align: center;
  line-height: 17px;
  font-size: 23px;
}
.listingDetails-Wrapper .listingDetails .condition {
  padding: 25px 22px;
  padding-bottom: 16px;
  border: 1px solid rgba(208, 213, 221, 0.4);
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px #EAECF0;
          box-shadow: 0px 1px 2px #EAECF0;
  margin-bottom: 20px;
}
.listingDetails-Wrapper .listingDetails .condition .radio {
  display: inline-block;
}
.listingDetails-Wrapper .listingDetails .condition .radio input[type=radio] + .radio-label:before {
  top: 4px;
}
.listingDetails-Wrapper .listingDetails .condition .radio {
  margin-left: 5px;
  margin-bottom: 13px;
  display: inline-block;
}
.listingDetails-Wrapper .listingDetails .condition .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.listingDetails-Wrapper .listingDetails .condition .radio input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background: #fff;
  border: 1px solid var(--main-color-two);
}
.listingDetails-Wrapper .listingDetails .condition .radio input[type=radio]:checked + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  background: var(--main-color-two);
}
.listingDetails-Wrapper .listingDetails .condition .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
}
.listingDetails-Wrapper .listingDetails .condition .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.listingDetails-Wrapper .listingDetails .condition .radio label {
  display: inline-block;
  font-size: 16px;
  color: var(--heading-color);
  cursor: pointer;
  margin-left: 10px;
}
.listingDetails-Wrapper .listingDetails .condition .radio .icon {
  color: #667085;
  margin-right: 10px;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.listingDetails-Wrapper .listingDetails textarea {
  background: none;
  color: var(--heading-color);
  height: 140px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 18px 9px 20px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.listingDetails-Wrapper .listingDetails .checkWrap2 {
  font-size: 16px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  display: block;
  position: relative;
  padding-right: 33px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575px) {
  .listingDetails-Wrapper .listingDetails .checkWrap2 {
    font-size: 14px;
  }
}
.listingDetails-Wrapper .listingDetails .checkWrap2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.listingDetails-Wrapper .listingDetails .checkWrap2 input:checked ~ .checkmark {
  background-color: var(--main-color-two);
  border: 2px solid transparent;
}
.listingDetails-Wrapper .listingDetails .checkWrap2 input:checked ~ .checkmark:after {
  display: block;
}
.listingDetails-Wrapper .listingDetails .checkWrap2 .checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 23px;
  width: 23px;
  border: 1px solid #93959E;
  border-radius: 5px;
}
.listingDetails-Wrapper .listingDetails .checkWrap2 .checkmark::after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.listingDetails-Wrapper .listingDetails .checkWrap2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.iti.iti--allow-dropdown {
  width: 100%;
  margin-bottom: 20px;
}

.iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.imgUploaded-Wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 20px;
  border-radius: 8px;
}
.imgUploaded-Wrapper .upload-img {
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.imgUploaded-Wrapper .imgUploaded .input-form {
  position: relative;
}
.imgUploaded-Wrapper .imgUploaded .input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}
.imgUploaded-Wrapper .imgUploaded .input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 18px 9px 52px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.imgUploaded-Wrapper .imgUploaded .input-form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.imgUploaded-Wrapper .imgUploaded .input-form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.imgUploaded-Wrapper .imgUploaded .input-form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.imgUploaded-Wrapper .imgUploaded .input-form input::-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.imgUploaded-Wrapper .imgUploaded .input-form input::placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .imgUploaded-Wrapper .imgUploaded .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .imgUploaded-Wrapper .imgUploaded .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .imgUploaded-Wrapper .imgUploaded .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .imgUploaded-Wrapper .imgUploaded .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .imgUploaded-Wrapper .imgUploaded .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .imgUploaded-Wrapper .imgUploaded .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .imgUploaded-Wrapper .imgUploaded .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .imgUploaded-Wrapper .imgUploaded .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .imgUploaded-Wrapper .imgUploaded .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .imgUploaded-Wrapper .imgUploaded .input-form input::placeholder {
    font-size: 13px;
  }
}
.imgUploaded-Wrapper .imgUploaded .input-form .icon {
  color: #667085;
  position: absolute;
  left: 13px;
  top: 13px;
  text-align: center;
  line-height: 17px;
  font-size: 23px;
}
.imgUploaded-Wrapper .imgUploaded .checkWrap2 {
  font-size: 16px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  display: block;
  position: relative;
  padding-right: 33px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575px) {
  .imgUploaded-Wrapper .imgUploaded .checkWrap2 {
    font-size: 14px;
  }
}
.imgUploaded-Wrapper .imgUploaded .checkWrap2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.imgUploaded-Wrapper .imgUploaded .checkWrap2 input:checked ~ .checkmark {
  background-color: var(--main-color-two);
  border: 2px solid transparent;
}
.imgUploaded-Wrapper .imgUploaded .checkWrap2 input:checked ~ .checkmark:after {
  display: block;
}
.imgUploaded-Wrapper .imgUploaded .checkWrap2 .checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 23px;
  width: 23px;
  border: 1px solid #93959E;
  border-radius: 5px;
}
.imgUploaded-Wrapper .imgUploaded .checkWrap2 .checkmark::after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imgUploaded-Wrapper .imgUploaded .checkWrap2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.contactArea .contact-Wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .contactArea .contact-Wrapper {
    margin-bottom: 50px;
  }
}
.contactArea .contact-Wrapper .input-form {
  position: relative;
}
.contactArea .contact-Wrapper .input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}
.contactArea .contact-Wrapper .input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 18px 9px 52px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.contactArea .contact-Wrapper .input-form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contactArea .contact-Wrapper .input-form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contactArea .contact-Wrapper .input-form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contactArea .contact-Wrapper .input-form input::-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contactArea .contact-Wrapper .input-form input::placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contactArea .contact-Wrapper .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .contactArea .contact-Wrapper .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .contactArea .contact-Wrapper .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .contactArea .contact-Wrapper .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .contactArea .contact-Wrapper .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .contactArea .contact-Wrapper .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .contactArea .contact-Wrapper .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .contactArea .contact-Wrapper .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .contactArea .contact-Wrapper .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .contactArea .contact-Wrapper .input-form input::placeholder {
    font-size: 13px;
  }
}
.contactArea .contact-Wrapper .input-form .icon {
  color: #667085;
  position: absolute;
  left: 13px;
  top: 13px;
  text-align: center;
  line-height: 17px;
  font-size: 23px;
}
.contactArea .contact-Wrapper textarea {
  background: none;
  color: var(--heading-color);
  height: 120px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 18px 9px 20px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.contactArea .contact-Wrapper .checkWrap2 {
  font-size: 16px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  display: block;
  position: relative;
  padding-right: 33px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575px) {
  .contactArea .contact-Wrapper .checkWrap2 {
    font-size: 14px;
  }
}
.contactArea .contact-Wrapper .checkWrap2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contactArea .contact-Wrapper .checkWrap2 input:checked ~ .checkmark {
  background-color: var(--main-color-two);
  border: 2px solid transparent;
}
.contactArea .contact-Wrapper .checkWrap2 input:checked ~ .checkmark:after {
  display: block;
}
.contactArea .contact-Wrapper .checkWrap2 .checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #93959E;
  border-radius: 5px;
}
.contactArea .contact-Wrapper .checkWrap2 .checkmark::after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contactArea .contact-Wrapper .checkWrap2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.contactArea .contactRight-img {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .contactArea .contactRight-img {
    margin-left: 0;
  }
}
.contactArea .contactRight-img .contactImg {
  width: 100%;
}

.loginArea .loginLeft-img {
  background-color: #FFF3EC;
  padding: 60px 80px;
  text-align: center;
}
@media (max-width: 991px) {
  .loginArea .loginLeft-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .loginArea .loginLeft-img {
    padding: 30px 20px;
  }
}
.loginArea .loginLeft-img .login-cap {
  margin-bottom: 100px;
}
.loginArea .loginLeft-img .login-cap .title {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 36px;
  display: block;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 18px;
  padding-left: 12px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .loginArea .loginLeft-img .login-cap .title {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .loginArea .loginLeft-img .login-cap .title {
    font-size: 31px !important;
  }
}
@media (max-width: 575px) {
  .loginArea .loginLeft-img .login-cap .title {
    font-size: 24px !important;
  }
}
.loginArea .loginLeft-img .login-cap .pera {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.loginArea .loginLeft-img .login-img .loginImg {
  width: 100%;
}
.loginArea .login-Wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 40px 75px;
  border-radius: 0 8px 0 8px;
}
@media (max-width: 575px) {
  .loginArea .login-Wrapper {
    padding: 30px 20px;
  }
}
.loginArea .login-Wrapper .input-form {
  position: relative;
}
.loginArea .login-Wrapper .input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}
.loginArea .login-Wrapper .input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 50px 9px 9px;
  position: relative;
  border: 1px solid #77797B;
  border-radius: 8px;
  margin-bottom: 20px;
}
.loginArea .login-Wrapper .input-form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.loginArea .login-Wrapper .input-form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.loginArea .login-Wrapper .input-form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.loginArea .login-Wrapper .input-form input::-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.loginArea .login-Wrapper .input-form input::placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .loginArea .login-Wrapper .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .loginArea .login-Wrapper .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::placeholder {
    font-size: 13px;
  }
}
.loginArea .login-Wrapper .input-form .icon {
  color: #667085;
  position: absolute;
  right: 6px;
  top: 8px;
  text-align: center;
  line-height: 17px;
  font-size: 23px;
}
.loginArea .login-Wrapper textarea {
  background: none;
  color: var(--heading-color);
  height: 120px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 18px 9px 20px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.loginArea .login-Wrapper .checkWrap2 {
  font-size: 16px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  display: block;
  position: relative;
  padding-right: 33px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575px) {
  .loginArea .login-Wrapper .checkWrap2 {
    font-size: 14px;
  }
}
.loginArea .login-Wrapper .checkWrap2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.loginArea .login-Wrapper .checkWrap2 input:checked ~ .checkmark {
  background-color: var(--main-color-two);
  border: 2px solid transparent;
}
.loginArea .login-Wrapper .checkWrap2 input:checked ~ .checkmark:after {
  display: block;
}
.loginArea .login-Wrapper .checkWrap2 .checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #93959E;
  border-radius: 5px;
}
.loginArea .login-Wrapper .checkWrap2 .checkmark::after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loginArea .login-Wrapper .checkWrap2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.loginArea .passRemember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.loginArea .passRemember .forgetPassword .forgetPass {
  color: var(--main-color-two);
  font-weight: 500;
  font-size: 16px;
}
.loginArea .sinUp .singApp {
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 500;
  margin-left: 10px;
}

.messagesWrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 1px 80px 12px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .messagesWrapper .userList {
    margin-bottom: 40px;
  }
}
.messagesWrapper .userList .singleUser {
  background: #FFFFFF;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 12px;
  border: 1px solid transparent;
  position: relative;
  margin-bottom: 38px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.messagesWrapper .userList .singleUser:last-child {
  margin: 0;
}
.messagesWrapper .userList .singleUser:last-child::before {
  position: unset;
  width: 0;
  height: 0px;
  background-color: none;
}
.messagesWrapper .userList .singleUser::before {
  content: "";
  bottom: -20px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(208, 213, 221, 0.4);
}
@media (max-width: 1199px) {
  .messagesWrapper .userList .singleUser {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.messagesWrapper .userList .singleUser .listCap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .messagesWrapper .userList .singleUser .listCap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .messagesWrapper .userList .singleUser .listCap .userProduct-group {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .userList .singleUser .listCap .userProduct-group {
    width: 29%;
    margin-left: 9px;
  }
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .userProduct-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .userProduct-img .productImg {
  border-radius: 50%;
  width: 71px;
  height: 71px;
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .userProduct-img .userImg {
  border: 3px solid #ffffff;
  position: absolute;
  left: -10px;
  bottom: -17px;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 44px;
  height: 44px;
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .checkWrap {
  font-size: 16px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  display: block;
  position: relative;
  padding-left: 33px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575px) {
  .messagesWrapper .userList .singleUser .listCap .userProduct-group .checkWrap {
    font-size: 14px;
  }
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .checkWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .checkWrap input:checked ~ .checkmark {
  background-color: var(--main-color-two);
  border: 2px solid transparent;
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .checkWrap input:checked ~ .checkmark:after {
  display: block;
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .checkWrap .checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #93959E;
  border-radius: 5px;
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .checkWrap .checkmark::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.messagesWrapper .userList .singleUser .listCap .userProduct-group .checkWrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.messagesWrapper .userList .singleUser .listCap .proCaption .messagetitle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.messagesWrapper .userList .singleUser .listCap .proCaption .messagetitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messagetitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messagetitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messagetitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messagetitle {
    font-size: 18px;
  }
}
.messagesWrapper .userList .singleUser .listCap .proCaption .messageCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messageCap {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.messagesWrapper .userList .singleUser .listCap .proCaption .messageCap .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messageCap .subCap {
    font-size: 12px;
  }
}
.messagesWrapper .userList .singleUser .listCap .proCaption .pricing {
  margin-bottom: 10px;
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
  font-size: 15px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .pricing {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
.messagesWrapper .userList .singleUser .timmer .time {
  color: var(--heading-color);
  font-size: 16px;
}
.messagesWrapper .userList .singleUser.active {
  border: 1px solid var(--main-color-two);
  background: rgba(82, 78, 183, 0.07);
}
.messagesWrapper .userList .singleUser.active .checkWrap .checkmark {
  background-color: var(--main-color-two);
  border: 1px solid transparent !important;
}
.messagesWrapper .userList .singleUser.active .checkWrap .checkmark:after {
  display: block !important;
}
.messagesWrapper .userList .singleUser:hover {
  border: 1px solid var(--main-color-two);
  background: rgba(82, 78, 183, 0.07);
}
.messagesWrapper .messagesDetails {
  border-right: 1px solid rgba(208, 213, 221, 0.4);
  height: 100%;
}
.messagesWrapper .messagesDetails .showProduct {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(208, 213, 221, 0.4);
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .messagesWrapper .messagesDetails .showProduct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.messagesWrapper .messagesDetails .showProduct .proCap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
  cursor: pointer;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .messagesDetails .showProduct .proCap {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .messagesWrapper .messagesDetails .showProduct .proCap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.messagesWrapper .messagesDetails .showProduct .proCap .proImg {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proImg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proImg {
    width: 29%;
    margin-left: 9px;
  }
}
.messagesWrapper .messagesDetails .showProduct .proCap .proImg img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proImg img {
    width: 100%;
  }
}
.messagesWrapper .messagesDetails .showProduct .proCap .proCaption .protitle {
  font-family: var(--heading-font);
  margin-bottom: 8px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.messagesWrapper .messagesDetails .showProduct .proCap .proCaption .protitle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .protitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .protitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .protitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .protitle {
    font-size: 18px;
  }
}
.messagesWrapper .messagesDetails .showProduct .proCap .proCaption .proPera {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 0px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .proPera {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.messagesWrapper .messagesDetails .showProduct .proCap .proCaption .proPera .subCap {
  font-family: var(--heading-font);
  font-family: var(--heading-font);
  color: var(--main-color-two);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .proPera .subCap {
    font-size: 12px;
  }
}
.messagesWrapper .messagesDetails .showProduct .flag .icon {
  font-size: 30px;
}
.messagesWrapper .messagesDetails .messageBox .messageShow {
  padding-right: 24px;
  border-bottom: 1px solid rgba(208, 213, 221, 0.4);
  margin-bottom: 20px;
  max-height: 356px;
  overflow-y: auto;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message {
  margin-bottom: 24px;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText .messageImg {
  margin-left: 20px;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText .messageImg img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText .messageCaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText .messageCaption .messagePera {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 5px;
  font-weight: 400;
  display: inline-block;
  border: 1px solid rgba(208, 213, 221, 0.4);
  padding: 20px 30px;
  border-radius: 16px 1px 16px 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText .messageCaption .messagePera {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText .messageCaption .messagePera {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText .messageCaption .messagePera {
    padding: 10px;
  }
}
.messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText .messageCaption .sendTime {
  color: #667085;
  display: block;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message {
  margin-bottom: 24px;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
  cursor: pointer;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageImg {
  margin-right: 20px;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageImg img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageCaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageCaption .messagePera {
  font-family: var(--heading-font);
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 400;
  padding: 20px 30px;
  border-radius: 1px 16px 16px 16px;
  background: var(--main-color-two);
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageCaption .messagePera {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageCaption .messagePera {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageCaption .messagePera {
    padding: 10px;
  }
}
.messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageCaption .sendTime {
  color: #667085;
  text-align: left;
  display: block;
}
.messagesWrapper .messagesDetails .messageBox .messageSend {
  position: relative;
  z-index: 0;
  padding-right: 24px;
}
.messagesWrapper .messagesDetails .messageBox .messageSend .input {
  border-radius: 8px;
  border: 1px solid rgba(208, 213, 221, 0.4);
  width: 100%;
  height: 52px;
  padding: 10px 20px;
  padding-left: 147px;
  background: none;
  color: #D0D5DD;
}
.messagesWrapper .messagesDetails .messageBox .messageSend .input::-webkit-input-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.messagesWrapper .messagesDetails .messageBox .messageSend .input::-moz-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.messagesWrapper .messagesDetails .messageBox .messageSend .input:-ms-input-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.messagesWrapper .messagesDetails .messageBox .messageSend .input::-ms-input-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.messagesWrapper .messagesDetails .messageBox .messageSend .input::placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.messagesWrapper .messagesDetails .messageBox .messageSend .imgSlector {
  color: #667085;
  position: absolute;
  left: 121px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  border-radius: 30px;
}
.messagesWrapper .messagesDetails .messageBox .messageSend .imgSlector .icon {
  border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .teamArea {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .teamArea {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .teamArea {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .teamArea {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
.teamArea .singleTeam .teamImg {
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  border-radius: 17px;
}
.teamArea .singleTeam .teamImg img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  border-radius: 8px;
}
.teamArea .singleTeam .teamImg .teamSocial {
  position: absolute;
  bottom: 10%;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  left: 0;
  right: 0;
  text-align: center;
}
.teamArea .singleTeam .teamImg .teamSocial .list {
  display: inline-block;
}
.teamArea .singleTeam .teamImg .teamSocial .list .singleSocial {
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  margin-left: 8px;
  display: inline-block;
  background: var(--main-color-one);
  /* IE 9 */
  -webkit-transform: 0.4s;
  /* Chrome, Safari, Opera */
  transform: 0.4s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
}
.teamArea .singleTeam .teamImg .teamSocial .list .singleSocial .icon {
  display: inline-block;
  line-height: inherit;
}
.teamArea .singleTeam .teamImg .teamSocial .list .singleSocial:hover {
  background: var(--main-color-one);
}
.teamArea .singleTeam .teamImg .teamSocial .list:nth-child(1) .singleSocial {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.teamArea .singleTeam .teamImg .teamSocial .list:nth-child(2) .singleSocial {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.teamArea .singleTeam .teamImg .teamSocial .list:nth-child(3) .singleSocial {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.teamArea .singleTeam .teamCaption .title {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .teamArea .singleTeam .teamCaption .title {
    font-size: 18px;
  }
}
.teamArea .singleTeam .teamCaption .title:hover {
  color: var(--main-color-one);
}
.teamArea .singleTeam .teamCaption .pera {
  font-family: var(--heading-font);
  color: #667085;
  font-size: 16px;
}
.teamArea .singleTeam:hover .teamImg img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.teamArea .singleTeam:hover .teamImg .teamSocial .singleSocial {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.wantWorking {
  padding: 50px 50px 45px 50px;
  border-radius: 17px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wantWorking {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .wantWorking {
    padding: 25px 15px;
  }
}



.global-slick-init.slider-inner-margin.sliderArrow.slick-initialized.slick-slider  {
  direction: ltr;
}

.gj-picker.gj-picker-md.datepicker.gj-unselectable {
  direction: ltr;
  font-family: Shabnam;
  
}
.gj-picker-md table tr td div, .gj-picker-md table tr th div{
  font-size: 9px;
}
