.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: #F76631;
  --main-color-two: #524EB7;
  --main-color-three: #FCDA69;
  --color1:#FDE0D6;
  --color2:#475569;
  --color3:#334155;
  --color4:#FFF4ED;
  --color-1:#BDE1FF;
  --color-4:#EEF7FF;
  --color-5:#FFFCF8;
  --color-6:#F97316;
  --color-7:#EF6262;
  --color-8:#0F172A;
  --color-9:#94A3B8;
  --color-10:#22C55E;
  --color-11:#F0FDF4;
  --color-12: #FED7AA;
  --color-13: #FFF7ED;
  --color-14: #64748B;
  --shadow-color1:#F766310F;
  --heading-color: #333333;
  --heading-color1: #101828;
  --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: "Ubuntu", sans-serif;
  --heading-font1: "Inter Tight", sans-serif;
  --body-font: "Source Sans Pro", sans-serif;
  --body-font1: "Inter", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  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;
}

/*-- 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-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-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 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;
}

/* Custom Container */
.container-1310 {
  max-width: 1290px;
  padding: 0 15px;
  margin: 0 auto;
}
.container-1440 {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
.container-1560{
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}
/* Custom Container */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font1);
  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);
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
}

.new-style {
  font-family: var(--body-font1);
}
.new-style p {
  font-family: var(--body-font1);
}
.new-style h1,
.new-style h2,
.new-style h3,
.new-style h4,
.new-style h5,
.new-style h6 {
  color: var(--heading-color1);
  font-family: var(--heading-font1);
  font-weight: 600;
}

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: right;
}

.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: 30px 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;
}

.title {
  color: var(--heading-color);
}

.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;
}
.nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  right: 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: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.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: 100px;
  padding-bottom: 75px;
}
@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-tittle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle .tittle {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle .tittle {
    font-size: 31px !important;
  }
}
@media (max-width: 575px) {
  .section-tittle .tittle {
    font-size: 24px !important;
  }
}
.section-tittle .tittle .shape {
  position: absolute;
  width: 72px;
  height: 50px;
  background: var(--main-color-three);
  z-index: -1;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle .tittle .shape {
    height: 45px;
  }
}
@media (max-width: 575px) {
  .section-tittle .tittle .shape {
    width: 57px;
    height: 34px;
  }
}
.section-tittle .tittle p {
  color: #344054;
}
.section-tittle .tittle .lineBrack {
  display: block;
}
@media (max-width: 575px) {
  .section-tittle .tittle .lineBrack {
    display: none;
  }
}
.section-tittle .tittle > span {
  color: var(--main-color-one);
  font-size: 82px;
}
.section-tittle span {
  color: var(--main-color-two);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 13px;
}
.section-tittle .pera {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.section-tittle .pera a {
  text-decoration: underline;
}
.section-tittle.section-tittle2 .tittle {
  font-size: 48px;
  line-height: 1.3;
  padding-left: 0;
}
.section-tittle.section-tittle2 p {
  color: #667085;
}
.section-tittle.section-tittle3 h2 {
  font-size: 46px;
  line-height: 1.3;
}
.section-tittle.section-tittle4 h2 {
  color: var(--heading-color);
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle.section-tittle4 h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section-tittle.section-tittle4 h2 {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle.section-tittle4 h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-tittle.section-tittle4 h2 br {
    display: none;
  }
}
.section-tittle.section-tittle5 span {
  color: var(--main-color-one);
}
.section-tittle.section-tittle6 .tittle {
  font-size: 64px;
  line-height: 1.1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-tittle {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .small-tittle {
    margin-bottom: 50px;
  }
}
.small-tittle 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-tittle h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small-tittle h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-tittle h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .small-tittle h3 {
    font-size: 20px;
  }
}
.small-tittle p {
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.small-tittle p a {
  text-decoration: underline;
}
.small-tittle.small-tittle2 h4 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
}
.small-tittle.small-tittle2 p {
  color: #66816A;
}

.tittleStyleTow 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) {
  .tittleStyleTow h3 {
    font-size: 20px;
  }
}
.tittleStyleTow 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;
}
.tittleStyleTow p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.tittleStyleTow p a {
  text-decoration: underline;
}

.priceTittle {
  -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-font1);
  color: #667085;
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}
.infoTitle2 .icon {
  margin-right: 8px;
  font-size: 25px;
  position: relative;
  top: 3px;
}

.infoTitle {
  font-family: var(--heading-font1);
  color: var(--heading-color);
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.plr1 {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1299.95px) {
  .plr1 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.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 (max-width: 1245.98px) {
  .plr {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@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;
  right: 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::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);
  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::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 #EAECF0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: -93px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.sliderArrow .slick-arrow i {
  color: #98A2B3;
  font-size: 16px;
  position: relative;
}
@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-one);
  background: var(--main-color-one);
}
.sliderArrow .slick-arrow:hover i {
  color: #fff !important;
}
.sliderArrow .prev-icon {
  right: 52px;
}
@media (max-width: 575px) {
  .sliderArrow .prev-icon {
    right: 37px;
  }
}
.sliderArrow .next-icon {
  left: auto;
  right: 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 */
.head2 {
  font-size: 56px;
  line-height: 64px;
}



.head4 {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--body-font1);
}
@media only screen and (max-width: 1500px) {
  .head4 {
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
  }
}

/******** base color css ********/
.cmn-filter-btn button {
  padding: 8px 14px;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  background: transparent;
  outline: none;
  color: var(--color3);
  font-family: var(--body-font1);
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-filter-btn button:hover {
  color: var(--main-color-one);
  border-color: var(--main-color-one);
}
.cmn-filter-btn button:hover path {
  stroke: var(--main-color-one);
}
.sidebr-btn a{
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  background: transparent;
  outline: none;
  color: var(--color3);
  font-family: var(--body-font1);
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-wrapper .cmn-btn {
  color: #ffffff;
  background: var(--main-color-one);
  font-family: var(--body-font);
  padding: 19px 20px 19px 23px;
  font-size: 16px;
  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:0.4s linear;
  transition: 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
}
.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:hover {
  background: var(--main-color-one) !important;
  color: #ffffff !important;
}
.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-font1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 8px 23px;
}
.btn-wrapper .cmn-btn1 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 1399.99px) {
  .btn-wrapper .cmn-btn1{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .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: 991.99px) {
  .btn-wrapper .cmn-btn1 i{
    margin-right: 0;
  }
  .btn-wrapper .cmn-btn1 .text {
    display: none;
  }
}



/*Button color*/
.cmn-btn1.cmn-btn-success{
  background: var(--bs-success);
}
.cmn-btn1.cmn-btn-primary{
  background: var(--bs-primary);
}
.cmn-btn1.cmn-btn-secondary{
  background: var(--bs-secondary);
}
.cmn-btn1.cmn-btn-warning{
  background: var(--bs-warning);
}
.cmn-btn1.cmn-btn-info{
  background: var(--bs-info);
}
.cmn-btn1.cmn-btn-danger{
  background: var(--bs-danger);
}

/* Button Hover color */
.cmn-btn1.cmn-btn-success:hover{
  border-color: var(--bs-success);
}
.cmn-btn1.cmn-btn-secondary:hover{
  border-color: var(--bs-secondary);
}
.cmn-btn1.cmn-btn-primary:hover{
  border-color: var(--bs-primary);
}
.cmn-btn1.cmn-btn-warning:hover{
  border-color: var(--bs-warning);
}
.cmn-btn1.cmn-btn-info:hover{
  border-color: var(--bs-info);
}
.cmn-btn1.cmn-btn-danger:hover{
  border-color: var(--bs-danger);
}


/* Button icon color*/
.cmn-btn1.cmn-btn-success:hover i{
  color: var(--bs-success);
}
.cmn-btn1.cmn-btn-primary:hover i{
  color: var(--bs-primary);
}
.cmn-btn1.cmn-btn-secondary:hover i{
  color: var(--bs-secondary);
}
.cmn-btn1.cmn-btn-warning:hover i{
  color: var(--bs-warning);
}
.cmn-btn1.cmn-btn-info:hover i{
  color: var(--bs-info);
}
.cmn-btn1.cmn-btn-danger:hover i{
  color: var(--bs-danger);
}


.btn-wrapper .cmn-btn2 {
  font-family: var(--body-font1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
  padding: 10px 30px;
  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: #475467;
  color: #ffffff;
  padding: 13px 44px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
}
.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-font1);
  -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-one);
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn4:hover i {
  color: var(--main-color-one);
}
@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-one);
  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-right: 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-right: 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: none;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.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:hover {
  color: #ffffff;
}
.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-right: 6px;
}
.btn-wrapper .cmn-btn-outline2::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-outline2:hover {
  color: #ffffff;
}
.btn-wrapper .cmn-btn-outline2:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  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-font1);
  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-one);
  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: 13px 15px !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;
  right: 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: var(--body-font1);
  position: absolute;
  top: 5px;
  right: 5px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
  padding: 12px 20px;
  font-size: 16px;
  background: var(--main-color-one) !important;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  border: 0;
}
.btn-wrapper .btn-rounded2 .icon {
  color: var(--main-color-one);
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.btn-wrapper .browseBtn {
  font-family: var(--heading-font1);
  font-size: 16px;
  color: var(--main-color-one);
  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-one);
}
.btn-wrapper .browseBtn:hover i {
  color: var(--main-color-one);
}

.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 {
  left: 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-left: 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: 10px !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-left: 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-left: 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;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 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-right: 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;
  left: 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: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 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;
}
.navbar-area .header-cart li{
  line-height: 0;
}
.navbar-area .header-cart .single {
  margin-left: 20px;
}
@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-left: 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;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--paragraph-color);
  background: none;
  display: inline-block;
  border: 1px solid #D0D5DD;
  border-radius: 50%;
  background: #fff;
  width: 48px;
  height: 48px;
}
@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 {
  font-size: 22px;
  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-color: var(--main-color-one);
  color: #ffffff;
  background: var(--main-color-one);
}
.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 .chat,
  .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 12px 0px 0px;
  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;
  right: 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;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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: 250px;
  background: #ffffff;
  padding: 20px 0;
  display: none;
  padding-bottom: 0;
  border-radius: 8px;
  margin-left: 0 !important;
}
.userAccount-wrapper .ac-list svg {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  path {
    stroke: #64748B;
  }
}
.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-font1);
  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-font1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--heading-color);
  display: block;
  padding: 10px 15px 10px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.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;
    right: 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: left;
    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 .modialTittle {
  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 .modialTittle {
    font-size: 30px;
  }
}
.modal-wrapper .modialTittle span {
  color: var(--main-color-one);
}
.modal-wrapper .close-icon {
  right: 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;
  right: 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;
    left: 200px;
    z-index: 9;
  }
}
@media (max-width: 575px) {
  .sibeBar-Wrapper {
    top: 90px;
    left: 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 23px 13px 20px;
  text-align: left;
  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-right: 10px;
  font-size: 20px;
}
.sideBar .sidebarBtn .iconRight {
  margin-left: 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-right: 10px;
}
.sideBar .showSidebar .singleList .tittle {
  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 .tittle: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;
  right: 20px;
  position: absolute;
}
.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: left;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 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;
  }
}
.new-style .headerBg4 {
  background: var(--color-4);
}
.new-style .sideBar-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  gap: 10px;
}
.new-style .sideBar-form form {
  max-width: 400px;
  position: relative;
}
.new-style .sideBar-form form input {
  width: 100%;
  padding: 12px 89px 12px 32px;
  border: 2px solid var(--color1);
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 9px --shadow-color1;
  box-shadow: 0 4px 9px --shadow-color1;
  color: var(--color2);
}
.new-style .sideBar-form form input::-webkit-input-placeholder {
  color: var(--color2);
  font-weight: 500;
}
.new-style .sideBar-form form input::-moz-placeholder {
  color: var(--color2);
  font-weight: 500;
}
.new-style .sideBar-form form input:-ms-input-placeholder {
  color: var(--color2);
  font-weight: 500;
}
.new-style .sideBar-form form input::-ms-input-placeholder {
  color: var(--color2);
  font-weight: 500;
}
.new-style .sideBar-form form input::placeholder {
  color: var(--color2);
  font-weight: 500;
}
.new-style .sideBar-form form .search-icon {
  position: absolute;
  left: 15px;
  top: 25%;
  color: var(--color2);
  font-weight: 500;
}
.new-style .sideBar-form form button {
  position: absolute;
  right: 6px;
  color: #FFFFFF;
  background: var(--main-color-one);
  padding: 6px 16px;
  border: 1px solid var(--main-color-one);
  font-family: var(--heading-font1);
  border-radius: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-style .sideBar-form .select-wraper {
  position: relative;
}
.new-style .sideBar-form .select-wraper .location-icon {
  position: absolute;
  left: 0;
  top: 25%;
}
.new-style .sideBar-form .nice-select.location {
  background: transparent;
  border: none;
  color: var(--color3);
}
.new-style .sideBar-form .nice-select.location::after {
  right: 10px;
  border-color: var(--main-color-one);
}
.new-style .search-default-icon {
  display: none;
}
@media only screen and (max-width: 1199.95px) {
  .new-style .search-default-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .new-style .sideBar {
    position: absolute;
    top: calc(100% + 36px);
    min-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 21px -13px;
    box-shadow: 0 4px 21px -13px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .new-style .sideBar.show {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.new-style .navbar-nav a {
  font-weight: 500;
  font-family: var(--heading-font1);
}
.new-style .nav-right-content .cmn-btn1 {
  border-radius: 100px;
}
.new-style .nav-right-content .sign-in {
  border-radius: 100px;
  padding: 12px 35px;
  border: 1px solid var(--main-color-one);
  background: transparent;
  color: var(--main-color-one);
  font-family: var(--heading-font1);
  line-height: 1.1;
  font-weight: 500;
}

.heroPadding {
  padding: 108px 0 120px;
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .heroPadding {
    padding: 108px 0 120px;
  }
}
@media only screen and (max-width:1399.98px ) {
  .heroPadding {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width:425.98px ) {
  .heroPadding {
    padding: 0;
  }
}
.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 .tittle {
  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 .tittle {
    font-size: 57px;
  }
}
.sliderArea .heroCaption .tittle .tittleBg {
  color: var(--heading-color);
  position: relative;
}
.sliderArea .heroCaption .tittle .tittleBg::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 .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderArea .heroCaption .tittle {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderArea .heroCaption .tittle {
    font-size: 51px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArea .heroCaption .tittle {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .sliderArea .heroCaption .tittle {
    font-size: 29px;
  }
}
.sliderArea .heroCaption .tittle .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-right: 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 {
  left: -48px;
  top: 100px;
  z-index: 1;
}
.sliderArea .shapeHero.shapeHero2 {
  right: 175px;
  top: -50px;
  z-index: 1;
}
.sliderArea .shapeHero.shapeHero3 {
  right: 30px;
  top: 39%;
  z-index: 1;
}
.sliderArea .shapeHero.innerShape1 {
  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.innerShape1 {
    top: 40%;
    width: 16%;
    left: 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 {
  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.innerShape2 {
    top: 40%;
    width: 16%;
    right: 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;
  left: 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 19px 11px 54px;
  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;
  right: 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 .tittle {
  font-size: 64px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 29px;
  }
}
.heroBlackStyle .heroCaption .tittle .lineBrack {
  display: block;
}
.heroBlackStyle .heroCaption .pera {
  color: rgba(255, 255, 255, 0.7);
}
.heroBlackStyle .hero-man {
  padding-right: 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 {
  right: 8%;
  top: 15%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .shapeHero.shapeHero6 {
    right: 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 .tittle {
  font-size: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .heroWhiteStyle .heroCaption .tittle {
    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 .tittle {
  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 .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 29px;
  }
}
.heroAboutStyle .heroCaption .pera {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 42px;
  font-family: var(--body-font1);
}
@media (max-width: 575px) {
  .heroAboutStyle .heroCaption .pera {
    margin-bottom: 30px;
  }
}
.heroAboutStyle .hero-man {
  padding-right: 0px;
}
@media only screen and (max-width: 390.98px ) {
  .new-style .heroAboutStyle .heroCaption .btn-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    & .new-cmn-btn{
      flex: 1;
      padding: 0;
      text-align: center;
      padding: 8px;
    }
  } 
}

.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;
  right: -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-font1);
  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: left;
}
.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);
}

.new-style .google-add {
  padding: 60px 0 72px 0;
}
.new-style .google-add .add-img {
  max-width: 750px;
  height: 100px;
  margin: 0 auto;
  background: #808080;
}

.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 .featureTittle {
  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 .featureTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .featureListing .singleFeature .featureCaption .featureTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featureListing .singleFeature .featureCaption .featureTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featureListing .singleFeature .featureCaption .featureTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .featureListing .singleFeature .featureCaption .featureTittle {
    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;
}

.new-style .singleFeatureCard {
  width: calc(20% - 26px);
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new-style .singleFeatureCard .featureImg {
  position: relative;
}

    }
  }
}
.new-style .singleFeatureCard .featureImg img {
  width: 100%;
  border-radius: 10px;
}

.new-style .singleFeatureCard .featurebody .head4 {
  font-size: 16px;
}
.new-style .singleFeatureCard .featurebody .pro-btn1 {
  background: var(--color-7);
  color: #fff;
  font-family: var(--body-font1);
  font-size: 10px;
}
.new-style .singleFeatureCard .featurebody .pro-btn2 {
  background: var(--color-6);
  color: #fff;
  font-family: var(--body-font1);
  font-size: 10px;
}
.new-style .singleFeatureCard .featurebody .pro-btn1, .new-style .singleFeatureCard .featurebody .pro-btn2 {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
  line-height: 1;
}


.new-style .singleFeatureCard .featurebody .featurePricing {
  font-size: 14px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1599.99px) {
  .new-style .singleFeatureCard .featurebody p {
    font-size: 14px;
  }
}
.new-style .singleFeatureCard .featurebody .money {
  color: var(--main-color-one);
  font-size: 18;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1599.99px) {
  .new-style .singleFeatureCard .featurebody .money {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1599.99px) {
  .new-style .singleFeatureCard .featurebody .date {
    font-size: 14px;
  }
}
.new-style .singleFeatureCard:hover,
.new-style .singleFeatureCard.active {
  background: var(--color-5);
  border: 1px solid var(--color-6);
}
.new-style .singleFeatureCard:hover .featureImg img,
.new-style .singleFeatureCard.active .featureImg img{
  border-radius: 10px 10px 0 0;
}


/*for listing details page*/
.new-style .listing-details-page-favorite .favourite a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.new-style .listing-details-page-favorite .favourite span {
  color: var(--main-color-one);
}

.new-style .listing-details-page-favorite .favourite i {
  background: var(--main-color-one);
  color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*for google map card hover none*/
.new-style .inside_google_map_card.singleFeatureCard:hover,
.new-style .inside_google_map_card.singleFeatureCard.active {
  background: #FFFFFF;
  border: 1px solid transparent;
}

/*.new-style .singleFeatureCard:hover .featureImg .favourite-icon,*/
/*.new-style .singleFeatureCard.active .featureImg .favourite-icon {*/
/*  background: var(--color-6);*/
/*}*/
.new-style .singleFeatureCard:hover .featureImg .favourite-icon path,
.new-style .singleFeatureCard.active .featureImg .favourite-icon path {
  stroke: #fff;
}
.new-style .singleFeatureCard:hover .featurebody,
.new-style .singleFeatureCard.active .featurebody {
  border-color: transparent;
}
.new-style .featureListing .slider-inner-margin {
  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: start;
  gap: 32px;
}
.new-style .featureListing .head4 {
  font-family: var(--body-font1);
  font-size: 16px;
}

.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-right: 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-right: 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 .featureTittle {
  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 .featureTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .recentListing .singleFlexitem .recentCaption .featureTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recentListing .singleFlexitem .recentCaption .featureTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recentListing .singleFlexitem .recentCaption .featureTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .recentListing .singleFlexitem .recentCaption .featureTittle {
    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: 20px;
  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 .priceTittle {
  -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: start;
  -ms-flex-align: start;
  align-items: start;
  font-family: var(--heading-font);
  color: #475467;
  margin-bottom: 22px;
  font-size: 12px;
}
.pricingCard .singlePrice .listing .listItem:last-child {
  margin-bottom: 32px;
}
.pricingCard .singlePrice .listing .listItem .icon {
  color: #4CAF50;
  margin-right: 14px;
  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;
}
.pricingCard .singlePrice .price > .subTittle {
  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 .priceTittle {
  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;
}

.new-style .pricingCard .singlePrice {
  border-width: 2px;
  font-family: var(--body-font1);
}
.new-style .pricingCard .singlePrice .priceTittle {
  font-family: var(--body-font1);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--color-8);
}
.new-style .pricingCard .singlePrice .price {
  font-family: var(--body-font1);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.new-style .pricingCard .singlePrice .price .subTittle {
  font-family: var(--body-font1);
  font-size: 14px;
}
.new-style .pricingCard .singlePrice .btn-wrapper {
  margin-bottom: 20px;
}
.new-style .pricingCard .singlePrice .btn-wrapper .cmn-btn-outline1 {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font1);
  padding: 8px 15px;
}
.new-style .pricingCard .singlePrice .btn-wrapper .cmn-btn-outline1::before {
  background: var(--main-color-one);
}
.new-style .pricingCard .singlePrice .listing .listItem {
  font-family: var(--body-font1);
  color: var(--color-9);
}
.new-style .pricingCard .singlePrice .listing .listItem:last-child {
  margin-bottom: 0;
}
.new-style .pricingCard .singlePrice .listing .listItem .checkicon {
  visibility: hidden;
}
.new-style .pricingCard .singlePrice .listing .listItem.check {
  color: var(--color-8);
}
.new-style .pricingCard .singlePrice .listing .listItem.check .checkicon {
  visibility: visible;
}
.new-style .pricingCard .singlePrice.active, .new-style .pricingCard .singlePrice:hover {
  border-color: var(--main-color-one);
}
.new-style .pricingCard .singlePrice.active .btn-wrapper .cmn-btn-outline1, .new-style .pricingCard .singlePrice:hover .btn-wrapper .cmn-btn-outline1 {
  border-color: var(--main-color-one);
  background: var(--main-color-one);
  color: #ffffff;
}

.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;
}
.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-right: 15px;
}
.testimonialArea .testimonialCap .testimonialClient .clientText {
  text-align: left;
}
.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: left;
  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: left;
}
.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;
  left: 0;
}
@media (max-width: 991px) {
  .aboutArea .aboutImg.aboutImg5 {
    position: unset;
    margin-right: 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 {
  left: 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 {
  right: 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%;
  }
}

.new-style .aboutAreaWraper {
  padding: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
.new-style .aboutAreaWraper .btn-wrapper .cmn-btn2.transparent-btn {
  background: transparent;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.new-style .aboutAreaWraper .aboutImg {
  text-align: center;
}
.new-style .aboutAreaWraper .aboutImg img {
  max-width: 456px;
}

.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-tittle.footer-tittle2 .footerTittle {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 34px;
  font-weight: 700;
}
.footerWrapper .footer-area .footer-tittle.footer-tittle2 .listing .listItem {
  margin-bottom: 25px;
}
.footerWrapper .footer-area .footer-tittle.footer-tittle2 .listing .listItem .singleLinks {
  color: #D0D5DD;
}
.footerWrapper .footer-area .footer-tittle.footer-tittle2 .listing .listItem .singleLinks:hover {
  color: var(--main-color-one);
}
.footerWrapper .footer-area .footer-tittle.footer-tittle2 .listing .listItem .singleLinks:hover .icon {
  background: var(--main-color-one);
  color: #ffffff;
}
.footerWrapper .footer-area .footer-tittle.footer-tittle2 .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: 7px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.footerWrapper .footer-area .footer-tittle .footerTittle {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 34px;
  font-weight: 500;
}
.footerWrapper .footer-area .footer-tittle .listing .listItem {
  margin-bottom: 11px;
}
.footerWrapper .footer-area .footer-tittle .listing .listItem .icon {
  margin-right: 15px;
  color: var(--main-color-one);
  font-size: 20px;
}
.footerWrapper .footer-area .footer-tittle .listing .listItem .pera {
  margin-bottom: 1px;
  font-size: 16px;
}
.footerWrapper .footer-area .footer-tittle .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-tittle .listing .listItem .singleLinks:hover {
  color: var(--main-color-one);
  letter-spacing: 0.2px;
}
.footerWrapper .footer-area .footer-tittle .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: 7px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.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-right: 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: 30px;
  padding-bottom: 29px;
}
@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-tittle .footerTittle {
  color: #ffffff;
}
.footerStyleTwo .footer-area .footer-tittle .listing .listItem .singleLinks {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-tittle.footer-tittle2 .listing .listItem .singleLinks {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-tittle.footer-tittle2 .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-tittle .footerTittle {
  color: var(--heading-color);
}
.footerStyleThree .footer-area .footer-tittle .listing .listItem .singleLinks {
  color: #667085;
}
.footerStyleThree .footer-area .footer-tittle .footer-pera.footer-pera2 .pera {
  color: #667085;
}
.footerStyleThree .footer-area .footer-tittle.footer-tittle2 .listing .listItem .singleLinks {
  color: #667085;
}
.footerStyleThree .footer-area .footer-tittle.footer-tittle2 .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;
}

.new-style .footer-bottom-area .footer-copy-right .pera a {
  color: #D0D5DD;
}

.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 .tittle {
  -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 .tittle:hover {
  color: var(--main-color-one);
}
.exploreCategories .singleCategories .catCaptions .pera {
  font-size: 13px;
  font-family: var(--heading-font);
  color: #ffffff;
  margin-bottom: 0;
}

.new-style .exploreCategories .section-tittle {
  /*margin: 48px 0 24px 0;*/
}
.new-style .exploreCategories .section-tittle .tittle {
  font-family: var(--heading-font1);
  font-weight: 600;
  color: var(--heading-color1);
}
.new-style .exploreCategories .sliderArrow .slick-arrow {
  line-height: unset;
  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;
  top: -60px;
  border-radius: 50%;
  border-color: var(--main-color-one);
}
.new-style .exploreCategories .sliderArrow .slick-arrow i {
  color: var(--main-color-one);
}
.new-style .exploreCategories .sliderArrow .slick-arrow.next-icon {
  background: var(--main-color-one);
}
.new-style .exploreCategories .sliderArrow .slick-arrow.next-icon i {
  color: #fff;
}
.new-style .exploreCategories .singleCategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border: 1px solid;
  border-radius: 8px;
  background-repeat: no-repeat;
}
.new-style .exploreCategories .singleCategories .categoriIcon{
  height: 95px;
  max-width: 100%;
  overflow: hidden;
}
.new-style .exploreCategories .singleCategories .categoriIcon img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.new-style .exploreCategories .singleCategories .categorie-text a {
  color: #1F2937;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--heading-font1);
  line-height: 20px;
}
.new-style .exploreCategories .categories1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 145, 93, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(246, 145, 93, 0.2), rgba(255, 255, 255, 0));
  border-color: rgba(246, 145, 93, 0.3215686275);
}
.new-style .exploreCategories .categories2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 153, 198, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(116, 153, 198, 0.2), rgba(255, 255, 255, 0));
  border-color: rgba(116, 153, 198, 0.3215686275);
}
.new-style .exploreCategories .categories3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(163, 154, 147, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(163, 154, 147, 0.2), rgba(255, 255, 255, 0));
  border-color: rgba(163, 154, 147, 0.3215686275);
}
.new-style .exploreCategories .categories4 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 204, 51, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(225, 204, 51, 0.2), rgba(255, 255, 255, 0));
  border-color: rgba(225, 204, 51, 0.3215686275);
}
.new-style .exploreCategories .categories5 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 179, 230, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(29, 179, 230, 0.2), rgba(255, 255, 255, 0));
  border-color: rgba(29, 179, 230, 0.3215686275);
}
.new-style .exploreCategories .categories6 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 145, 93, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(246, 145, 93, 0.2), rgba(255, 255, 255, 0));
  border-color: rgba(246, 145, 93, 0.3215686275);
}
.new-style .exploreCategories .categories7 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 153, 198, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(116, 153, 198, 0.2), rgba(255, 255, 255, 0));
  border-color: rgba(116, 153, 198, 0.3215686275);
}
.new-style .exploreCategories .categories8 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(163, 154, 147, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(163, 154, 147, 0.2), rgba(255, 255, 255, 0));
  border-color: rgba(163, 154, 147, 0.3215686275);
}
.new-style .exploreCategories .categories9 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 145, 93, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(246, 145, 93, 0.2), rgba(255, 255, 255, 0));
  border-color: rgba(246, 145, 93, 0.3215686275);
}

.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 18px 9px 20px;
  padding-right: 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;
  right: 0;
  left: auto;
  top: 0;
  width: 62px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 0px 8px 8px 0;
  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-left: 17px;
}
.viewItems .select-itms {
  position: relative;
}
.viewItems .select-itms .icon {
  position: absolute;
  left: 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 19px 11px 54px;
  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;
  right: 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 .catTittle2 {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
}
.cateSidebar .catTittle {
  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-right: 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-left: 5px;
}
.cateSidebar .listing .listItem .icon {
  color: var(--main-color-one);
  margin-right: 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 18px 9px 38px;
  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;
  left: 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 .featureTittle {
  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 .featureTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .gridView .singleFeature .featureCaption .featureTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gridView .singleFeature .featureCaption .featureTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gridView .singleFeature .featureCaption .featureTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .gridView .singleFeature .featureCaption .featureTittle {
    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-right: 20px;
  width: 45%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .listingView .singleFlexitem .recentImg {
    width: 41%;
    margin-right: 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 .featureTittle {
  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 .featureTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .listingView .singleFlexitem .recentCaption .featureTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .listingView .singleFlexitem .recentCaption .featureTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .listingView .singleFlexitem .recentCaption .featureTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .listingView .singleFlexitem .recentCaption .featureTittle {
    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;
}

.new-style .catabody-wraper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 22px;
}
.new-style .catabody-wraper .cateLeftContent {
  min-width: 256px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  /*flex: 1;*/
}
@media only screen and (max-width: 991.92px) {
  .new-style .catabody-wraper .cateLeftContent {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    z-index: 2;
    top: 60px;
    left: -100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 8px;
  }
  .new-style .catabody-wraper .cateLeftContent.show {
    left: 0;
  }
}
.new-style .catabody-wraper .cateRightContent .cateRightContentWraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.new-style .catabody-wraper .cateRightContent .cateRightContentWraper .google-maps {
  display: none;
}
.new-style .catabody-wraper .cateRightContent .customTab-content {
  max-width: 1084px;
}
.new-style .catabody-wraper .cateRightContent .gridView .singleFeatureCard {
  width: calc(25% - 15px);
}
.new-style .catabody-wraper .cateRightContent .listingView .singleFeatureCardWraper {
  gap: 20px;
}
.new-style .catabody-wraper .cateRightContent .listingView .singleFeatureCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
}
.new-style .catabody-wraper .cateRightContent .listingView .singleFeatureCard .featureImg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.new-style .catabody-wraper .cateRightContent .listingView .singleFeatureCard .featureImg .main-card-image{
  height: 168px;
  width: 200px;
}
.new-style .catabody-wraper .cateRightContent .listingView .singleFeatureCard .featureImg img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-style .catabody-wraper .cateRightContent .listingView .list_divider{
  width: 100%;
  height: 1px;
  background: #E2E8F0;
}

.new-style .catabody-wraper .cateRightContent .singleFeatureCardWraper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.new-style .catabody-wraper .cateRightContent.active-map .customTab-content {
  max-width: 808px;
}
.new-style .catabody-wraper .cateRightContent.active-map .customTab-content.gridView .singleFeatureCard {
  width: calc(33.3333333333% - 13.33px);
}
.new-style .catabody-wraper .cateRightContent {
  flex: 1;
}
.new-style .catabody-wraper .cateRightContent .cateRightContentWraper .content-part {
  flex: 1;
}
.new-style .catabody-wraper .cateRightContent.active-map .customTab-content.listingView .singleFeatureCardWraper .singleFeatureCard {
  width: calc(100% - 0px);
}
.new-style .catabody-wraper .cateRightContent.active-map .customTab-content.listingView .singleFeatureCardWraper .singleFeatureCard .featurebody {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.new-style .catabody-wraper .cateRightContent.active-map .google-maps {
  display: inline-block;
}
.new-style .catabody-wraper .cateRightContent.active-map .rightpart .googleAdd {
  width: 160px;
}
@media only screen and (max-width: 1599.98px) {
  .new-style .catabody-wraper .cateRightContent .gridView .singleFeatureCard {
    width: calc(33.3333333333% - 13.33px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .new-style .catabody-wraper .cateRightContent .gridView .singleFeatureCard {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 702.98px) {
  .new-style .catabody-wraper .cateRightContent .gridView .singleFeatureCard {
    width: calc(100% - 0px);
  }
}
.new-style .sidebar-btn a {
  border: 1px solid #E2E8F0;
  padding: 5px;
}
.new-style .sidebar-btn a:hover {
  border-color: var(--main-color-one);
}
.new-style .google-maps {
  position: relative;
}
.new-style .google-maps iframe {
  border-radius: 6px;
  height: 100%;
}
.new-style .google-maps iframe .leaflet-bar {
  display: none;
}
.new-style .google-maps iframe {
  position: relative;
}
.new-style .google-maps form {
  position: absolute;
  top: 7px;
  right: 7px;
}
.new-style .google-maps form input {
  max-width: 370px;
  padding: 12px 24px;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.0784313725);
  font-family: var(--heading-font1);
  border: none;
  font-weight: 500;
  color: var(--color2);
}
.new-style .google-maps form input ::-webkit-input-placeholder {
  color: var(--color2);
}
.new-style .google-maps form input ::-moz-placeholder {
  color: var(--color2);
}
.new-style .google-maps form input :-ms-input-placeholder {
  color: var(--color2);
}
.new-style .google-maps form input ::-ms-input-placeholder {
  color: var(--color2);
}
.new-style .google-maps form input ::placeholder {
  color: var(--color2);
}
.new-style .google-maps form::after {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 15px;
  color: var(--color2);
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-style .cateSidebar1 .catagoriesWraper {
  padding:16px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.new-style .cateSidebar1 .catagoriesWraper .cateTitle {
  font-family: var(--body-font1);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475569;
}
.new-style .cateSidebar1 .catagoriesWraper .search-input,
.select2-container .select2-selection--single {
  padding: 10px 16px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  color: #475569;
  font-size: 14px;
  height: auto;
}
.new-style .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 1.1;
  padding: 0;
}
.new-style .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: auto;
  width: auto;
  top: 50%;
  right: 12px;
  left: auto;
  transform: translateY(calc(-50% - 3px));
  b{
    position: static;
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 2px solid #475569;
    transform: rotate(45deg);
    border-left:none;
    border-top: none;
  }
}
.select2-container--default .select2-results__option--selected{
  background: var(--main-color-one);
  color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: var(--main-color-one);
}
.new-style .cateSidebar1 .catagoriesWraper .search-input::placeholder{
  color: #475569;
}
.new-style .cateSidebar1 .catagoriesWraper .suburb_section_start{
  margin-bottom: 12px;
}
.new-style .cateSidebar1 .catagoriesWraper .filter-btn{
  padding: 8px;
  border: 1px solid var(--main-color-one);
  border-radius: 6px;
  color: var(--main-color-one);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font1);
  background: transparent;
  margin-top: 20px;
  transition: all .3s;
  &:hover{
    background: var(--main-color-one);
    color: #fff;
  }
}
.new-style .noUi-connect{
  background: #E2E8F0 ;
}
.new-style .noUi-handle{
  box-shadow: none;
  border: none;
}
.new-style .noUi-touch-area{
  border: 3px solid #fff;
}
.new-style .cateSidebar1 .catagoriesWraper .postdate li a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
}
.new-style .cateSidebar1 .catagoriesWraper .postdate li.active a {
  color: var(--main-color-one);
  background: var(--color4);
}
.new-style .cateSidebar1 .catagoriesWraper .price-input {
  margin: 0 0 16px 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.new-style .cateSidebar1 .catagoriesWraper .price-input .field {
  margin: 0;
  height: auto;
}
.new-style .cateSidebar1 .catagoriesWraper .priceRangeWraper{
  position: relative;
  width: 102px;
}
.new-style .cateSidebar1 .catagoriesWraper .priceRangeWraper input{
  font-size: 14px;
  padding: 6px 12px 6px 22px;
  text-align: left;
  width: 100%;
}
.cateSidebar1 .catagoriesWraper .priceRangeWraper .site_currency_symbol{
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cateSidebar1 .catagoriesWraper .noUi-horizontal {
  height: 8px;
  overflow: initial;
  box-shadow: none;
  border: none;
}
/* .new-style .cateSidebar1 .catagoriesWraper .priceRange .slider {
  position: relative;
}
.new-style .cateSidebar1 .catagoriesWraper .priceRange .progres svg {
  width: 100%;
} */

/* .new-style .cateSidebar1 .catagoriesWraper .priceRange .range-input input {
  position: absolute;
  min-width: 100%;
  height: 10px;
  bottom: 4px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.new-style .cateSidebar1 .catagoriesWraper .priceRange input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--main-color-one);
  pointer-events: auto;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.new-style .cateSidebar1 .catagoriesWraper .priceRange input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--main-color-one);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.new-style .cateSidebar1 .catagoriesWraper .priceRange input[type=number] {
  max-width: 100px;
  padding: 4px 12px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
} */
.new-style .viewItems .SearchWrapper {
  margin-bottom: 24px;
}
.new-style .viewItems .SearchWrapper .views {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.new-style .viewItems .SearchWrapper .views .shortby {
  padding: 8px 16px;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  background: transparent;
  outline: none;
  color: var(--color3);
  font-family: var(--body-font1);
  font-weight: 500;
  font-size: 14px;
}
.new-style .viewItems .SearchWrapper .views .shortbytype {
  position: absolute;
  border-radius: 6px;
  border: 1px solid #F1F5F9;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0901960784);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0901960784);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  z-index: 5;
  top: calc(100% + 20px);
}
.new-style .viewItems .SearchWrapper .views .shortbytype.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-style .viewItems .SearchWrapper .views .shortbytype ul {
  padding: 6px;
}
.new-style .viewItems .SearchWrapper .views .shortbytype ul:first-child {
  border-bottom: 1px solid #EAECF0;
}
.new-style .viewItems .SearchWrapper .views .shortbytype ul li {
  padding: 6px 8px;
}
.new-style .viewItems .SearchWrapper .views .shortbytype ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
.new-style .viewItems .SearchWrapper .views .listing-btn {
  display: flex;
  align-items: center;
  background: #F1F5F9;
  border-radius: 6px;
  overflow: hidden;
}
.new-style .viewItems .SearchWrapper .views .listing-btn button {
  padding: 3px 8px;
  border: 6px solid #F1F5F9;
  background: #F1F5F9;
  border-radius: 6px 0 0 6px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-style .viewItems .SearchWrapper .views .listing-btn button.customTab1 {
  border-radius: 0 6px 6px 0;
}
.new-style .viewItems .SearchWrapper .views .listing-btn button.active {
  background: #fff;
}
.new-style .rightpart .googleAdd {
  width: 300px;
  height: 600px;
  background: #D9D9D9;
}
@media only screen and (max-width: 1356.08px) {
  .new-style .rightpart .googleAdd {
    width: 200px;
  }
}
.new-style .container-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.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-right: 3px;
}

/*----------------------------
    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%;
  height: 100%;
  object-fit: cover;
  border-radius:6px 6px 0 0;
}
.product-view-wrap .thumb-wrap .thumb-link{
  max-width: 114px;
  height: 100px;
  display: block;
}
.product-view-wrap .thumb-wrap .thumb-link img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.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 {
  padding: 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);
}
.product-view-wrap .shop-details-gallery-nav .slick-track {
  margin-left:unset;
}
.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 .detailsTittle {
  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 .detailsTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .proDescription .descriptionTop .detailsTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .proDescription .descriptionTop .detailsTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .proDescription .descriptionTop .detailsTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .proDescription .descriptionTop .detailsTittle {
    font-size: 18px;
  }
}
.proDescription .descriptionTop .detailsTittle > .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-right: 1px solid #EAECF0;
  padding-right: 11px;
}
.proDescription .descriptionTop .infoSingle .listing .listItem:last-child {
  margin-right: 0px;
  padding-right: 0;
  border-right: 0;
}
.proDescription .descriptionTop .infoSingle .listing .listItem .icon {
  margin-right: 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 .priceTittle {
  -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-right: 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-right: 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-right: 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 .featureTittle {
  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 .featureTittle .icon {
  margin-left: 6px;
}
.sellerMessage .singleFlexitem .recentCaption .featureTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sellerMessage .singleFlexitem .recentCaption .featureTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sellerMessage .singleFlexitem .recentCaption .featureTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sellerMessage .singleFlexitem .recentCaption .featureTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .sellerMessage .singleFlexitem .recentCaption .featureTittle {
    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 18px 9px 52px;
  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;
  left: 13px;
  top: 13px;
  text-align: center;
  line-height: 17px;
  font-size: 25px;
}

.new-style .proDetails .product-name-price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.new-style .proDetails .enquiry_form_submit {
  label{
    font-size:14px;
    line-height: 20px;
    font-weight: 500;
    color:#334155;
    margin-bottom: 8px;
  }
  input , textarea{
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    padding:6px 14px ;
    font-size: 14px;
    box-shadow: 0 1px 2px #1018280D;
    &::placeholder{
      color: #64748B;
    }
  }
}
.new-style .proDetails .enquiry_form_submit .input-wraper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.new-style .proDetails .enquiry_form_submit .input-wraper label {
    margin-bottom:0;
    width: 70px;
}
.new-style .proDetails .enquiry_form_submit .input-wraper input, .proDetails .enquiry_form_submit .input-wraper textarea {
    max-width: 100%;
}
.new-style .proDetails .short-description .product-name,
.new-style .proDetails .short-description .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 23px;
}
.new-style .proDetails .short-description .product-name {
  color: var(--color-8);
}
.new-style .proDetails .short-description .price {
  color: var(--color-6);
  position: relative;
}
.new-style .proDetails .short-description .token {
  color: var(--color-10);
  background: var(--color-11);
  border-radius: 4px;
  padding: 5px 12px;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: -29px;
}
.new-style .proDetails .short-description .date-location {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.new-style .proDetails .short-description .date-location .vartical-devider {
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #E2E8F0;
}
.new-style .proDetails .short-description .date-location .posted {
  color: var(--color-8);
  font-weight: 500;
}
.new-style .proDetails .thumb-wrap {
  border: 1px solid #E2E8F0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0196078431);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0196078431);
}
.new-style .proDetails .box-shadow1 {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0196078431);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0196078431);
}
.new-style .box-shadow1 {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  /*overflow: hidden;*/
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0196078431);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0196078431);
}
.new-style .proDetails .proDescription {
  padding: 24px;
  margin-top: 24px;
}
.new-style .proDetails .proDescription .descriptionTop {
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}
.new-style .proDetails .proDescription .descriptionTop .text-bold {
  margin-left: 4px;
  font-weight: 500;
  color: var(--color-8);
}
.new-style .proDetails .proDescription .descriptionMid {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.new-style .proDetails .proDescription .descriptionMid .disTittle {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.new-style .proDetails .proDescription .descriptionFooter {
  display: block;
}
.new-style .proDetails .proDescription .descriptionFooter .disTittle {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.new-style .proDetails .proDescription .descriptionFooter .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.new-style .proDetails .proDescription .descriptionFooter .tags a {
  padding: 6px 8px;
  border-radius: 6px;
  background: #F1F5F9;
}
.new-style .proDetails .relevant-ads {
  margin-top: 24px;
  padding: 24px;
}
.new-style .proDetails .relevant-ads .disTittle {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.new-style .proDetails .safety-tips li:not(:last-child){
  margin-bottom: 12px;
}
.new-style .proDetails .safety-tips ol, .new-style .proDetails .safety-tips ul {
  margin-bottom: 0;
}
.new-style .proDetails .relevant-ads .featureCap {
  margin-bottom: 5px;
}
.new-style .proDetails .relevant-ads .featureCap,
.new-style .proDetails .relevant-ads .dates {
  line-height: 1;
}
.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;
  height: 100vh;
  position: relative;
  margin-bottom: 25px;
  height: calc(100vh - 71px);
  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-right: 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-two);
  color: #fff;
  letter-spacing: 0.6px;
}
.accountSidebar .listing .listItem .items:hover .icon {
  color: #ffffff;
}
.accountSidebar .listing .listItem .items.active {
  background: var(--main-color-two);
  color: #fff;
}
.accountSidebar .listing .listItem .items.active .icon {
  color: #ffffff;
}
.accountSidebar .listing .listItem .icon {
  color: #667085;
  margin-right: 15px;
  font-weight: 700;
}
.accountSidebar .listing .listItem .priceTag {
  margin: 0;
}

.accessAccount {
  position: absolute;
  bottom: 31px;
  left: 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-two);
  letter-spacing: 0.9px;
}
.accessAccount .account-btn .icon {
  margin-right: 15px;
  font-size: 25px;
  vertical-align: -4px;
}

.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-right: 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-right: 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 .featureTittle {
  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 .featureTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .myListing .singleFlexitem .listCap .recentCaption .featureTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .myListing .singleFlexitem .listCap .recentCaption .featureTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myListing .singleFlexitem .listCap .recentCaption .featureTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .myListing .singleFlexitem .listCap .recentCaption .featureTittle {
    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-right: 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 .featureTittle {
  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 .featureTittle .icon {
  margin-left: 6px;
}
.accountWrapper .userProfile .recentCaption .featureTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .accountWrapper .userProfile .recentCaption .featureTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accountWrapper .userProfile .recentCaption .featureTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accountWrapper .userProfile .recentCaption .featureTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .accountWrapper .userProfile .recentCaption .featureTittle {
    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-right: 1px solid #EAECF0;
  padding-right: 11px;
  line-height: 1;
}
.accountWrapper .infoSingle .listing .listItem:last-child {
  margin-right: 0px;
  padding-right: 0;
  border-right: 0;
}
.accountWrapper .infoSingle .listing .listItem .icon {
  margin-right: 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 .memberTittle {
  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 .memberTittle .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 .memberTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .memberShipCart .singleMember .memberDetails .memberTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .memberShipCart .singleMember .memberDetails .memberTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memberShipCart .singleMember .memberDetails .memberTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .memberShipCart .singleMember .memberDetails .memberTittle {
    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-right: 1px solid #EAECF0;
  padding-right: 11px;
  line-height: 1;
}
.memberShipCart .singleMember .memberDetails .infoSingle .listing .listItem:last-child {
  margin-right: 0px;
  padding-right: 0;
  border-right: 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-right: 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-right: 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 .adsTittle {
  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 .adsTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adsTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adsTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adsTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .currentlyAds .singleAds .adsCap .adsCaption .adsTittle {
    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-right: 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-right: 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: 15px;
  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-right: 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-right: 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 .adsTittle {
  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 .adsTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsTittle {
    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 .priceTittle {
  -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 > .subTittle {
  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-right: 5px;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 8px;
  margin-right: 9px;
  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-right: 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 .priceTittle {
  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 .priceTittle {
  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;
  left: 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 .priceTittle {
  -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-right: 15px;
  font-weight: 700;
}
.planDetails .planDetailsTop .listing .listItem .priceTag {
  margin: 0;
}
.planDetails .planDetailsBottom .planTittle {
  -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 .planTittle {
    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;
  right: 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-right: 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-right: 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 .adsTittle {
  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 .adsTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .promoteAds .singlePromoteAds .adsCap .adsCaption .adsTittle {
    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 18px 9px 20px;
  padding-right: 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;
  right: 0;
  left: auto;
  top: 0;
  width: 62px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 0px 8px 8px 0;
  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: left;
  color: #666E77;
  background: var(--main-color-two);
  border: 0;
  padding: 19px 6px 20px 31px;
  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);
  right: 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-two);
}
.faqArea .collapse-wrapper .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0 3px 14px rgba(27, 30, 120, 0.1);
  box-shadow: 0 3px 14px rgba(27, 30, 120, 0.1);
  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-right: 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 18px 9px 52px;
  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;
  left: 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-right: 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-right: 10px;
}
.paymentDetails .paymentDetailsBottom .paymentMethod .radio .icon {
  color: #667085;
  margin-right: 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;
  right: 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 18px 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;
  left: 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-right: 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-right: 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-right: 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-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) {
  .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;
  left: 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-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) {
  .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;
  left: 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-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) {
  .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;
  left: 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-left: 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 .tittle {
  color: var(--heading-color);
  font-family: var(--heading-font1);
  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 .tittle {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .loginArea .loginLeft-img .login-cap .tittle {
    font-size: 31px !important;
  }
}
@media (max-width: 575px) {
  .loginArea .loginLeft-img .login-cap .tittle {
    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 18px 9px 52px;
  position: relative;
  border: 1px solid #EAECF0;
  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;
  top: 8px;
  text-align: center;
  line-height: 17px;
  font-size: 23px;
}
.loginArea .login-Wrapper .input-form .icon:first-child{
  left: 6px;
}
.loginArea .login-Wrapper .input-form .icon .hide-icon {
  margin-top: 5.5px;
}
.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-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) {
  .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;
  left: 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-one);
  font-weight: 500;
  font-size: 16px;
}
.loginArea .sinUp .singApp {
  font-family: var(--heading-font1);
  color: var(--main-color-one);
  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;
}
.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-right: 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-right: 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;
  right: 0;
  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;
  left: 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 .messageTittle {
  font-family: var(--heading-font1);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.messagesWrapper .userList .singleUser .listCap .proCaption .messageTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messageTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messageTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messageTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .messagesWrapper .userList .singleUser .listCap .proCaption .messageTittle {
    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 {
  background: #F5F6F9;
}
.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 {
  background: rgba(82, 78, 183, 0.07);
}
.messagesWrapper .messagesDetails {
  height: 100%;
}
.messagesWrapper .messagesDetails .showProduct {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(208, 213, 221, 0.4);
  padding-left: 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-right: 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-right: 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 .proTittle {
  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 .proTittle:hover {
  color: var(--heading-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .proTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .proTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .proTittle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .messagesWrapper .messagesDetails .showProduct .proCap .proCaption .proTittle {
    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-left: 24px;
  border-bottom: 1px solid rgba(208, 213, 221, 0.4);
  margin-bottom: 20px;
  max-height: 356px;
  overflow-y: auto !important;
}
.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-right: 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: 0 16px 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-left: 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(--body-font1);
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 400;
  padding: 20px 30px;
  border-radius: 16px 0px 16px 16px;
  background: var(--main-color-one);
  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 .load-more-pagination {
  background: var(--main-color-one);
  color: #fff;
  font-size: 12px;
  border: none;
  &:focus {
    box-shadow: none;
  }
}
.messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageCaption .sendTime {
  color: #667085;
  text-align: right;
  display: block;
}
.messagesWrapper .messagesDetails .messageBox .messageSend {
  position: relative;
  z-index: 0;
  padding-left: 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;
  background: none;
  color: #475467;
}
.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;
  right: 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;
  }
}

.no-listings-message {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.no-listings-message h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}

.no-listings-message p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

/*Animation Part*/
@keyframes apper {
  0%{
    opacity: 0;
    transform: translateY(-20px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
/*New Style css page*/
.new-style{
  /*Product Details*/
  .proDetails{
    .seller-part{
      margin-top: 84px;
      .seller-phone{
        background: var(--main-color-two);
        padding: 16px 0;
        border-radius: 6px;
        p{
          color: #CBCAE9;
        }
        .number{
          font-weight: 600;
          font-size: 20px;
          line-height: 28px;
          color: #FFFFFF;
        }
        .show-number{
          padding-top: 12px;
          margin-top: 12px;
          color: #CBCAE9;
          text-decoration: underline;
          border-top: 1px solid #FFFFFF29;
          display: inline-block;
          width: 100%;
        }
      }
      .send-massage{
        margin-top: 16px;
        a{
          display: inline-block;
          color: #fff;
          padding: 16px 0;
          border-radius: 6px;
          background: #3B82F6;
          text-align: center;
          font-weight: 600;
          font-size: 20px;
          line-height: 1.4;
        }
      }
      .safety-tips{
        color:var(--color-8);
        padding:16px;
        border: 1px solid var(--color-12);
        border-radius: 6px;
        background: var(--color-13);
        margin-top: 24px;
        .safety-wraper{
          display: flex;
          flex-direction: column;
          gap:12px;
          margin-top: 16px;
        }
        .safety-list{
          display: flex;
          align-items: start !important;
          line-height: 1.2 !important;
          gap: 8px;
        }
      }
      .share-on-wraper{
        flex-wrap: wrap;
        margin:30px 0;
        .report-btn{
          padding: 6px 12px;
          border: 1px solid #E2E8F0;
          border-radius: 4px;
          height: fit-content;
        }
      }
      .business-hour{
        padding: 16px;
        .head5{
          position: relative;
          &::after{
            content: "\f107";
            font: var(--fa-font-solid);
            position: absolute;
            right: 0;
            top: 6px;
          }
        }
        .hours-wraper{
          display: none;
          margin-top: 16px;
          .days{
            display: flex;
            align-items: center;
            padding: 22px 0;
            border-top: 1px solid #E2E8F0;
            &:last-child{
              padding-bottom: 0;
              border-bottom: none;
            }
            .name{
              color:#1E293B;
              font-size: 14px;
              line-height: 1;
              font-weight: 500;
              min-width: 150px;
            }
          }
        }
      }
      .map-wraper{
        padding: 16px;
        margin-top: 24px;
        p{
          margin-top:6px;
          margin-bottom: 16px;
        }
        .map{
          iframe{
            width: 100%;
            min-height: 230px;
          }
        }
      }
    }
    .googleAdd-wraper{
      margin-top:24px;
      width: 100%;
    }
  }
  /*=========Reusable part==============*/


.single-add-card{
  .favourite-icon{
    &.favourite {
      background: var(--main-color-one);
      .favorite_remove_icon,
      .favorite_add_icon{
        color: #ffffff;
        &:hover{
          color: #ffffff;
        }
      }
    }
  }
}

  .completed {
    font-size: 12px;
    background-color: #F0FDF4;
    font-weight: 500;
    line-height: 20px;
    padding: 8px;
    color: #22C55E;
  }

  .show_membership_payment_history_modal{
    color: var(--main-color-one);
    font-size: 16px;
  }


  .membership-badge{
    font-size: 10px;
    line-height: 1;
    padding: 3px;
    border-radius:2px;
    background: #A855F7;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .status{
    font-size: 14px;
    line-height: 1;
    font-family: var(--body-font1);
    padding: 5px 8px;
    border-radius: 4px;
  }
  .pending-status {
    color: #FB923C;
    background: #FFF7ED;
  }
  .accepted-status {
    color: #10B981;
    background: #ECFDF5;
  }
  .cancel-status {
    color: #EF4444;
    background: #FEF2F2;
  }
  .media_upload_form_btn {
    display: flex;
    border: 1px solid #E2E8F0;
    gap: 6px;
    font-weight: 500;
    font-size: 14px;
  }
  .custom_table {
    &::-webkit-scrollbar{
      height: 5px;
      width: 100%;
    }
    &::-webkit-scrollbar-track {
      border-radius: 2px;
      background : #f1f1f1;
    }
    &::-webkit-scrollbar-thumb {
      background: #c1c1c1;
      border-radius:5px;
    }
  }
  .down-body-wraper{
    justify-content: center;
  }
  .oneLine{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .twoLine{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .review_add_modal{
    display: inline-block;
  }
  .head5{
    font-size: 18px;
    line-height: 24px;
  }
  .customize-business-hour{
    .modal-wraper{
      padding: 24px;
      border-radius: 0;
      .dates{
        font-size: 14px;
        padding: 20px 0;
        border-bottom: 1px solid #E2E8F0;
        &:first-child{
          padding-top: 0;
        }
        &:last-child{
          padding-bottom: 0;
          border-bottom: none;
        }
        .left-part{
          display: flex;
          align-items: center;
          gap: 5px;
          flex: 1;
          font-weight: 500;
          color: #1E293B;
        }
        .right-part{
          flex: 1;
          text-align: end;
          input{
            max-width: 80px;
            border: 1px solid #CBD5E1;
            border-radius: 6px;
            padding: 4px 9px;
          }
        }
      }
      .buttons{
        margin-top: 24px;
        text-align: end;
        .cancle-btn{
          background: transparent;
          border:1px solid #E2E8F0;
          color: #64748B;
          margin-right: 10px;
        }
      }
    }
  }
  .p-24{
    padding: 24px;
  }
  .blog-header{
    font-family: var(--heading-font1);
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #101828;
    max-width: 696px;
  }
  .section-head-tittle{
    font-weight: 700;
    font-size: 64px;
    line-height: 1.1;
    color: #101828;
  }
  .black-font{
    color: #1E293B;
  }
  .new-cmn-btn{
    display: inline-block;
    padding: 14px 21px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading-font1);
    border-radius: 100px;
  }
  .signup-btn{
    padding:14px 57px;
    color: #fff;
    background: var(--main-color-one);
  }
  .browse-ads{
    color: var(--main-color-one);
    border: 1px solid var(--main-color-one);
    background: transparent;
  }
  .red-btn{
    display: inline-block;
    color: #fff;
    background: var(--main-color-one);
    padding:10px 20px;
    border: none;
    border-radius: 6px;
  }
  .rounded-red-btn{
    color: #fff;
    background: var(--main-color-one);
  }
  .rounded-white-btn{
    color:#64748B;
    background: #fff;
    border: 1px solid #E2E8F0;
  }
  .show-more-btn {
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    background:#fff;
    border: 1px solid #CBD5E1;
    color: #475569;
    padding: 7px 20px;
  }
  .red-global-close-btn{
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    background: transparent;
    border: 1px solid var(--main-color-one);
    color: var(--main-color-one);
    padding: 7px 20px;
  }
  .red-global-btn{
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    background:var(--main-color-one);
    border: 1px solid var(--main-color-one);
    color: #fff;
    padding: 7px 20px;
  }
  .red-global-btn-trasnparent {
    background: transparent;
    color: var(--main-color-one);
  }
  .container-1492{
    max-width: 1492px;
  }
  i.fa-star{
    color: #E2E8F0;
  }
  i.fa-star.active{
    color: var(--color-6);
  }
  .btn-wraper .approved-btn, .btn-wraper .pending-btn{
    font-size: 10px;
    font-weight: 500;
    font-family: var(--body-font1);
    line-height: 1;
    padding:4px;
    border-radius: 2px;
  }
  .btn-wraper .approved-btn{
    color: #16A34A;
    background: #DCFCE7;
  }
  .btn-wraper .pending-btn{
    color: #CA8A04;
    background: #FEF9C3 ;
  }
  .dis-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .custom-check-box[type="checkbox"]{
    appearance: none;
    -webkit-appearence:none;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    background: #fff;
    border-radius: 3px;
    position: relative;
    border: 1px solid #E5E7EB;
    transition: all .3s;
    &::after{
      content: "\f00c";
      font: var(--fa-font-solid);
      position: absolute;
      color: #fff;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 12px;
    }
    &:checked{
      background: var(--main-color-one);
      border-color: var(--main-color-one);
    }
  }
  .custom-radio-button{
    appearance: none;
    -webkit-appearence:none;
    height: 16px;
    width: 16px;
    /*vertical-align: middle;*/
    top: 3px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border: 1px solid #E5E7EB;
    transition: all .3s;
    cursor: pointer;
    &::after{
      content: "";
      display: inline-block;
      position: absolute;
      height: 10px;
      width: 10px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: #fff;
    }
    &:checked{
      border-color: var(--main-color-one);
      &::after{
        background: var(--main-color-one);
      }
    }
  }
  .google-add{
    width: 160px;
    height: 600px;
    background: #D9D9D9;
  }
  nav[aria-label="breadcrumb"] a{
    font-family:var(--body-font1);
    color: #64748B;
    font-size: 14px;
  }
  /*Modal Part*/
  #current_membership_modal .modal-dialog {
    max-width: 540px;
  }
  .modal-body {
    font-size: 14px;
    /*padding: 0;*/
  }
  .modal-body .infoSingle {
    padding: 1rem;
    border-bottom: 1px solid #E2E8F0;
  }
  .modal-body .row_1:not(:last-child) {
    margin-bottom: 20px;
  }
  .modal-body .col_1{
    width: 130px;
  }
  .modal-body .infoSingle .col_2 {
    font-weight: 500;
    color:#0F172A;
  }
  .modal-body .infoSingleTwo {
    padding: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /*relevant part*/

      .single-add-body{
        padding-top: 8px;
      }
      .btn-wrapper{
        margin-bottom: 10px;
        .pro-btn1,
        .pro-btn2{
          font-family: var(--body-font1);
          line-height: 20;
          color: #fff;
          font-size: 10px;
          line-height: 1;
          font-weight: 500;
          border-radius: 2px;
          padding: 5px 5px 4px 5px;
        }
        .pro-btn1{
          background: var(--color-7);
        }
        .pro-btn2{
          background: var(--color-6);
        }
      }
      .pricing{
        color: var(--main-color-one);
        font-weight: 600;
        margin-top: 4px;
        margin-bottom: 16px;
        display: block;
      }
      .locations, .dates{
        display: flex;
        align-items: start;
        gap: 5px;
        font-size: 14px;
        line-height: 1;
      }
      .favourite-icon{
        position: absolute;
        bottom: 6px;
        right: 0;
        height: 36px;
        width: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #E2E8F0;
        border-radius: 50%;
        transition: all .3s;
        &.chose-fvt{
          border: var(--color-6);
          background: var(--color-6);
          box-shadow: 0px 3px 16px #F973161F;
          path{
            stroke: #fff;
          }
        }
      }
    }
    .devider{
      width: 100%;
      height: 1px;
      background: #E2E8F0;
      margin: 24px 0;
    }
  }
  /*seller details*/
  .seller-details{
    margin-top: 24px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
    .seller-details-wraper{
      display: flex;
      gap:8px;
      align-items: center;
      flex-wrap: wrap;
    }
    .seller-img{
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: auto;
      img{
        max-width: 100%;
      }
    }
    .seller-name{
      .name{
        font-weight: 600;
        color: #0F172A;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
        .varified{
          padding: 1px 5px;
          border-radius: 2px;
          font-size:10px;
          font-weight: 500;
          color: #fff;
          background: #22C55E;
        }
      }
      .member-listing{
        font-size: 14px;
        font-weight: 400;
        color: var(--paragraph-color);
        .listing{
          font-weight:500;
          color: var(--color-6);
        }
      }
      .member-listing + .seller-ratings{
        display: none;
      }
    }
    .seller-ratings{
      display: flex;
      align-items: center;
      gap: 5px;
      color: var(--color-6);
      font-family: var(--body-font1);
      font-weight: 500;
      font-size: 14px;
    }
    .rating-btn{
      a{
        color: var(--main-color-one);
        border: 1px solid var(--main-color-one);
        border-radius: 6px;
        padding: 8px 10px;

      }
    }
    /* modal for ratings*/
    .seller-ratings-modal{
      background: #fff;
      padding: 16px;
      border-radius: 0.3rem;
      max-width: 524px;
      max-height: 432px;
      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;
      &.active {
        visibility: visible;
        opacity: 1;
        top: 20%;
      }
      .modialtittle{
        color:#0F172A;
        font-weight: 600;
        font-family: var(--body-font1);
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
      }
      .img{
        max-width: 60px;
        max-height: 60px;
        margin:0 auto;
      }
      .name{
        font-size: 16px;
        font-weight: 600;
        color: #0F172A;
        margin: 10px 0 12px 0;
      }
      .rate-given-icon{
        font-size: 28px;
        color: #E2E8F0;
        margin-bottom: 24px;
        i{
          transition: all .3s;
        }
        & .give-rate{
          color: var(--color-6);
        }
      }
      form{
        text-align: start;
        label{
          font-weight: 600;
          color: #0F172A;
          margin-bottom: 8px;
        }
        textarea{
          border: 1px solid #CBD5E1;
          border-radius: 6px;
          padding: 12px 14px;
          color: #64748B;
          margin-right: 94px;
        }
      }
      .btn-wraper{
        display: flex;
        gap: 10px;
        justify-content: end;
        .modal-btn{
          font-size: 14px;
          line-height: 24px;
          font-weight: 500;
          padding: 6px 30px;
          border: 1px solid #E2E8F0;
          border-radius: 6px;
          color: #64748B;
          &.submit{
            color:#fff;
            background: var(--main-color-one);
          }
        }
      }
    }

  }
  .seller-part-inner.style-01{
    padding: 16px;
    .seller-details{
      margin-top: 0;
      padding: 0;
    }
    .devider{
      height: .5px;
      width: 100%;
      background: #E2E8F0;
      margin: 20px 0;
    }
    .seller-contact{
      font-size: 14px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      .emails{
        border-right:2px solid #E2E8F0;
        padding-right: 12px ;
      }
      .locations{
        border-right:2px solid #E2E8F0;
        padding-right: 12px ;
      }
    }
  }
  /*Reviews*/
  .all-reviews{
    padding: 16px;
    .single-reviews{
      font-size: 14px;
      .reviewer{
        gap:8px;
        .img{
          max-height: 60px;
          max-width: 60px;
        }
        .name-rating{
          .name{
            font-weight: 600;
            font-size: 16px;
            color: #1D2939;
          }
        }
      }
      .icon{
        position: relative;
        a{
          position: absolute;
          right: 0px;
          top: 100%;
          padding: 10px 15px;
          border: 1px solid transparent;
          box-shadow: 0 4px 6px #f0f0f0;
          border-radius: 6px;
          display: none;
          &.show{
            display: inline-block;
          }
        }
      }
      .date{
        margin-bottom: 5px;
      }
      .review-text{
        margin-top:16px;
      }
    }
    .devider{
      width: 100%;
      height: 1px;
      background: #F1F5F9;
      margin: 16px 0;
    }
  }
  /* Profile Settings */
  .profile-setting{
    .top-pic-part{
      max-width: 1120px;
      height: 200px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .background_image_change_button button{
        position: absolute;
        right: 4px;
        bottom: 4px;
        color: #0F172A;
        font-size: 12px;
        background: #fff;
        border-radius:6px;
        font-weight: 500;
        border: none;
        transition: all .3s;
        path{
          transition: all .3s;
        }
        &:hover {
          color: #fff;
          background: var(--main-color-one);
          path {
            stroke: #fff;
          }
        }
      }
    }
    .single-reviews{
      .rating i{
        margin-right: 5px;
      }
    }
    /*sidebar*/
    .down-body-wraper{
      display: flex;
      gap: 26px;
      .sidebar-menu-wraper{
        display: flex;
        flex-direction: column;
        gap:12px;
        flex-shrink: 0;
        padding: 16px;
        width: 256px;
        height: fit-content;
        .menu-item{
          font-weight: 500;
          font-size: 14px;
          line-height: 20px;
          display: block;
          padding: 8px;
          background: transparent;
          color: var(--color-14);
          border-radius: 6px;
          transition: all ease-in-out .3s;
          path{
            stroke:var(--color-14);
          }
          &.active{
            color: var(--main-color-two);
            background: #F5F4FB;
            path{
              stroke:var(--main-color-two)
            }
          }
        }
      }
      .main-body{
        max-width:832px;
        flex: 1;
        .edit-btn{
          a{
            padding: 8px 21px;
            border-radius: 6px;
            background: var(--main-color-one);
            color: #fff;
          }
        }
        .all-reviews{
          .review-tab-btn{
            button{
              background: none;
              border: none;

            }
          }
        }
      }
    }
  }
  /*========Sections======*/
  /*Profile Settings*/
  .profile-setting{
    .all-list-state{
      font-size: 14px;
      .list-state{
        padding: 16px 20px;
        border: 1px solid transparent;
        border-radius: 6px;
        .list-head{
          font-size: 20px;
          line-height: 28px;
          font-weight: 600;
        }
      }
      .ad-posted{
        background: #FFF7ED;
        border-color: #FED7AA;
        box-shadow: 0 4px 6px #FED7AA05;
      }
      .active-posted{
        background: #F0FDF4;
        border-color: #BBF7D0;
        box-shadow: 0 4px 6px #BBF7D005;
      }
      .deactivated-posted{
        background: #FEF2F2;
        border-color: #FECACA;
        box-shadow: 0 4px 6px #FECACA05;
      }
      .favorit-posted{
        background: #EFF6FF;
        border-color: #BFDBFE;
        box-shadow: 0 4px 6px #BFDBFE05;
      }
    }
    .review-tab-btn{
      border-bottom: 1px solid #E2E8F0;
      padding-bottom: 16px;
      button{
        font-weight: 500;
        font-size: 16px;
        position: relative;
        padding: 0;
        &::after{
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          background: transparent;
          bottom: -16px;
          left: 0;
          transition: all .3s;
        }
        &.active{
          color: #524EB7;
          &::after{
            background: #524EB7;
          }
        }
      }
    }
    &.my-account{
      .review-wraper{
        display: none;
        transition: all .3s;
        &.active{
          display: block;
          animation: apper 1s;
        }
      }
    }
  }
  .profile-setting{
    &.my-listing{
      .relevant-ads{
        margin-top: 0;
      }
      .single-add-card{
        .single-add-body-wraper{
          width: 100%;
          display: flex;
          gap: 10px;
          justify-content: space-between;
          .single-add-body {
            padding-top: 0;
          }
        }
        .location-date{
          margin-bottom: 16px;
          flex-wrap: wrap;
          gap: 16px;
          .locations{
            border-right: 1px solid #E2E8F0;
            padding-right: 16px;
            align-items: start;
            svg{
              flex-shrink:0;
              margin-top: 1px;
            }
          }
        }
        .btn-wraper .listing-view-btn{
          font-size: 12px;
        }
        .right-buttons{
          /* position: absolute;
          top: 0;
          right: 0; */
          display: flex;
          align-items: top;
          .text{
            color: #0F172A;
            margin-right: 8px;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
          }
          .publish-btn{
            display: flex;
            button{
              position: relative;
              border: none;
              width: 32px;
              height: 20px;
              border-radius: 100px;
              box-shadow: 0 2px 8px 0 #F766311F;
              background: rgb(150 150 150);
              &::after{
                content: "";
                position: absolute;
                top: 2px;
                left: 2px;
                height: 16px;
                width: 16px;
                border-radius: 50%;
                background: #fff;
                transition: all .3s;
              }
              &.published{
                background-color: var(--main-color-one);
                &::after{
                  left: auto;
                  right: 2px;
                }
              }
            }
          }
          .setting-btn-wraper{
            position: relative;
            .setting-btn{
              padding: 0 12px;
            }
            .settings-wraper{
              position: absolute;
              right: 0;
              width:196px;
              padding: 8px;
              box-shadow: 0 4px 6px 0 #00000017;
              border: 1px solid #F1F5F9;
              border-radius: 6px;
              background: #fff;
              display: none;
              &.show{
                display: block;
              }
              a{
                color: #334155;
                display: block;
                font-size: 14px;
                font-weight: 500;
                line-height: 20px;
                padding: 6px 8px;
                background: transparent;
                border-radius: 6px;
                transition: all .3s;
                icon{
                  margin-right: 8px;
                }
                &.active,
                &:hover{
                  background: #F1F5F9;
                }
              }
            }
          }
        }
      }
    }
    &.menberhsip-plan-new{
      .your-plan{
        .your-plan-head{
          font-size: 18px;
          font-weight: 600;
          line-height: 28px;
        }
        .see-all-plan-btn{
          a{
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            color:var(--main-color-one);
          }
        }
      }
      .pricingCard{
        .singlePrice{
          padding: 20px;
          .listItem{
            font-size: 14px;
            line-height: 21px;
          }
        }
      }
      .paymentTable .singleMember {
        display: block;
      }
      .memberShipCart .singleMember .memberDetails {
        flex: 1;
      }
      .memberShipCart .singleMember .memberDetails .memberTittle {
        font-size: 18px;
        font-family: var(--heading-font1);
        font-weight: 600;
      }
      .memberShipCart .singleMember .memberDetails .memberTittle .activeUser {
        padding: 4px 12px;
        margin-left: 10px;
        font-size: 12px;
        font-family:var(--body-font1);
        border-radius: 6px;
      }
      .renew_current_membership{
        font-size: 14px;
        padding: 8px 20px;
      }
      .memberShipCart .singleMember .memberDetails .infoSingle .listing .listItem {
        font-family: var(--body-font1);
        font-size: 14px;
      }
      .view-details-btn {
        font-size: 14px;
        background: transparent;
        border: 1px solid var(--main-color-one);
        color: var(--main-color-one);
        padding: 7px 20px;
      }
    }
    &.favourite-ads {
      .relevant-ads{
        margin-top: 0;
      }
      .add-wraper {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
      .single-add-card{
        .single-add-body{
          padding-top: 0;
        }
        .favourite-icon {
          a{
            display: inline-block;
            line-height: 1;
          }
          .favorite_add_icon,
          .favorite_remove_icon{
            margin-right: 0;
            position: static;
            padding: 0;
            font-size: 16px;
          }
          &.favourite {
            background: var(--main-color-one);
            .favorite_remove_icon,
            .favorite_add_icon{
              color: #ffffff;
              &:hover{
                color: #ffffff;
              }
            }
          }
        }
      }
    }
    &.profile-pages{
      .main-body {
        position: relative;
      }
      .edit-profile {
        position: absolute;
        right: 0;
        top: 14px;
        button{
          font-size: 14px;
        }
      }
      .input-form-wraper{
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
      label{
        font-size:14px;
        line-height: 20px;
        font-weight: 500;
        color:#334155;
        margin-bottom: 8px;
      }
      .input-field{
        font-size: 14px;
        border: 1px solid #CBD5E1;
        border-radius: 6px;
        padding:10px 14px ;
        box-shadow: 0 1px 2px #1018280D;
        &::placeholder{
          color: #64748B;
        }
        &.nice-select{
          color: #64748B;
        }
      }
    }
    &.setting-page{
      .setting-btn-part{
        display: flex;
        gap: 24px;
        .setting-tab{
          display: flex;
          flex-direction: column;
          width: 216px;
          border-bottom: 0;
          .nav-link{
            padding: 12px 6px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            color: #334155;
            transition: all .3s;
            &.active{
              background: #F1F5F9;
              border: none;
            }
          }
        }
      }
      .red-btn, .danger-btn {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .setting-tab-content{
        flex: 1;
        .tab-content-wraper{
          padding: 24px;
          .head4 {
            font-size: 16px;
          }
          .dashboard_accountSettings__para{
            font-size: 14px;
          }
          form{
            .input-wraper{
              display: flex;
              flex-direction: column;
              gap: 5px;
              label{
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                color: #0F172A;
              }
              input{
                padding:10px 12px;
                border: 1px solid #CBD5E1;
                border-radius: 8px;
                box-shadow:0 1px 2px #1018280D;
                color:#71717A;
                font-size: 14px;
              }
            }
          }
          .account-info {
            .title{
              font-size: 16px;
            }
            p{
              font-size: 14px;
            }
          }
        }
        .identity-verification{
          display: flex;
          gap:12px;
          .img{
            display: flex;
            flex-shrink: 0;
            justify-content: center;
            align-items: center;
            height: 56px;
            width: 56px;
            border-radius: 50%;
            overflow: hidden;
            background: #FFF6F3;
          }
          .text-part{
            p{
              margin: 8px 0 18px 0;
              font-size: 14px;
            }
            a{
              display: inline-block;
            }
          }
        }
        .business-hours{
          .hours-wraper{
            .days{
              display: flex;
              align-items: center;
              padding: 22px 0;
              border-top: 1px solid #E2E8F0;
              font-size: 14px;
              justify-content: space-between;
              &:first-child{
                border-top: none;
                padding-top: 0;
              }
              &:last-child{
                padding-bottom: 0;
                border-bottom: none;
              }
              .name{
                color:#1E293B;
                font-size: 14px;
                line-height: 1;
                font-weight: 500;
                min-width: 150px;
              }
            }
          }
        }

      }
    }
    &.verify-identity{
      .verify-identity-wraper{
        padding:24px;
        .national-id{
          margin-top: 24px;
          label{
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            color: #0F172A;
          }
          input{
            padding:10px 12px;
            border: 1px solid #CBD5E1;
            border-radius: 8px;
            box-shadow:0 1px 2px #1018280D;
            color:#71717A;
          }
          input[type="file"]{
            display: none;
          }
          .id-upload-btn{
            border: 1px solid #E2E8F0;
            border-radius: 6px;
            padding: 8px;
            background: linear-gradient(to bottom, #FFFFFF, #acacac3d);
            text-align: center;
            width: 100%;
          }
          .upload-id{
            margin-top: 24px;
            margin-bottom: 24px;
            display: flex;
            gap: 16px;
            .id-front, .id-back{
              flex: 1;
            }
          }
        }
      }
    }
    &.support-tickets {
      .action-table-cell {
        a {
          font-size : 12px;
          width: fit-content;
        }
      }
    }
    &.all-enquries {
      .action-table-cell {
        display: flex;
        align-items: center;
        gap: 15px;
        a {
          font-size : 12px;
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }
    }
    &.setting-page-with-table {

      .memberShipCart{
        .memberDetails{
          p{
            font-size: 14px;
          }
          .balance-wallet {
            color: var(--main-color-two);
          }
        }
        .cmn-btn4 {
          font-size: 14px;
          font-family: var(--heading-font1);
          padding: 10px 15px;
        }
      }
      .paymentTable {
        .memberTittle {
          font-size: 18px;
        }
        .single-profile-settings-header-flex{
          flex-wrap: wrap;
          align-items: center;
          margin-bottom: 24px;
          justify-content: space-between;
          gap: 12px;
          .search_wrapper{
            padding-bottom: 0;
            position: relative;
            input#string_search{
              max-width: 220px;
              font-size: 14px;
            }
          }
        }
        .custom_table{
          overflow-x: auto;
          .table-head-light {
            background: #F1F5F9;
            th{
              font-family: var(--body-font1);
              color: #64748B;
              font-size: 14px;
              font-weight: 400;
              border-bottom: none;
              &:first-child {
                border-radius: 8px 0 0 0;
              }
              &:last-child {
                border-radius:0 8px 0 0;
              }
            }
           
          }
          td{
            font-size: 14px;
            min-width: 200px;
          }
          tr td:first-child {
            min-width: 50px;
          }
        }
      }
    }
    /*Support Ticket Details and Chat*/
    .main-body .support-chat {
        padding: 0;
        border: 1px solid #E2E8F0;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0196078431);
    }
    .support-chat .supportTicket-single {

    }
  }

  /*Post Add Page*/
  .post-your-add{
    .nice-select{
      line-height: 22px;
    }
    label{
      font-size:14px;
      line-height: 20px;
      font-weight: 500;
      color:#334155;
      margin-bottom: 8px;
    }
    .input-filed{
      border: 1px solid #CBD5E1;
      border-radius: 6px;
      padding:6px 14px ;
      font-size: 14px;
      box-shadow: 0 1px 2px #1018280D;
      &::placeholder{
        color: #64748B;
      }
      &.nice-select{
        color: #64748B;
      }
    }
    .right-sidebar{
      .product-price{
        &.nice-select::before{
          position: absolute;
          content: "USD";
          right: 24px;
          top: 50%;
          transform: translateY(-50%);
        }
        &.nice-select::after{
          right: 10px;
        }
      }
      .upload-img{
        background: #EFF6FF;
        border: 1px dashed #3B82F6;
        border-radius: 6px;
        padding: 58px 62px;
        .upload-img-waraper{
          .text{
            margin-top: 12px;
            a{
              color: #3B82F6;
              font-weight: 500;
              font-size: 14px;
              line-height: 24px;
              display: block;
            }
            p{
              font-size: 12px;
              line-height: 20px;
            }
          }
        }
      }
      .picture{
        .img{
          width: 100%;
          height: 120px;
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          text-align: center;
          background: #EFF6FF;
          border-radius: 6px;
          a{
            color: #3B82F6;
          }
        }
      }
    }
  }
  .add-location{
    .location-map{
      iframe{
        width: 100%;
        height: 372px;
      }
    }
    .right-sidebar{
      p{
        margin-left: 24px;
        font-size: 14px;
        a{
          color: var(--main-color-one);
          text-decoration: underline;
        }
      }
    }
  }
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 14px;
  }
  /* About Us Section */
  .about-us{
    .heroAboutStyle .heroCaption .pera{
      font-family: var(--body-font1);
      font-size: 16px;
      line-height: 24px;
      color: #344054;
    }
    .countDown .single::before{
      background: #0F172A;
      right: 10px;
    }
    .storyArewa{
      overflow-x: clip;
      .section-tittle{
        p{
          max-width: 832px;
          margin-top: 16px;
          margin-left: auto;
          margin-right: auto;
        }
      }
      .story-data-wraper{
        margin-top: 72px;
        padding-bottom: 180px;
        .line{
          position: relative;
          width: 100%;
          height: 4px;
          background: var(--main-color-one);
          .circle-wraper{
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            display: flex;
            justify-content: space-between;
            .circle{
              position: relative;
              height: 16px;
              width: 16px;
              background: var(--main-color-one);
              box-shadow: 0 0 0 3px #fff;
              border-radius: 50%;
              transition: all .3s;
              &::before{
                content: "";
                position: absolute;
                width: 0;
                height: 4px;
                z-index: -1;
                border-radius: 100px;
                background: var(--main-color-one);
                top: 50%;
                left: 50%;
                transform:translate(-50%, -50%);
                transition: all .3s;
              }
              .tooltip-wraper{
                position: absolute;
                top: 28px;
                left: 50%;
                transform: translateX(-50%);
                opacity: 0;
                visibility: hidden;
                transition: .3s;
                .text{
                  position: relative;
                  display: inline-block;
                  width:208px;
                  padding: 4px 12px;
                  border-radius: 6px;
                  font-size: 14px;
                  font-weight: 500;
                  line-height: 20px;
                  text-align: center;
                  color: #fff;
                  background: var(--main-color-one);
                  &::before{
                    content: "";
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    background: var(--main-color-one);
                    left: calc(50% - 10px);
                    top: 8px;
                    z-index: -1;
                    transform:rotate(45deg) translate(-50%, -50%);
                  }
                }
              }
              &:hover{
                box-shadow: 0 0 0 3px #FA9663, 0 0 0 6px #FCB483, 0 0 0 9px #FEECD5 ;
                &::before{
                  width: 140px;
                }
                .tooltip-wraper{
                  opacity: 1;
                  visibility: visible;
                }
              }
            }
          }
        }
        @media only screen and (max-width: 1199px) {
          padding-bottom: 60px;
        }
      }
    }
    .working-hiring{
      background: var(--color-4);
      .img{
        border-radius: 6px;
        overflow: hidden;
        img{
          width: 100%;
        }
      }
      .text-part{
        .text{
          margin: 24px 0;
        }
      }
      .mt-80{
        margin-top: 80px;
      }
      .mb-80{
        margin-bottom: 80px;
      }
    }
    .teamArea{
      .section-tittle .tittle{
        font-family: var(--heading-font1);
        font-weight: 700;
      }
    }
    .aboutArea{
      .work-with{
        max-width: 1106px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 6px;
        background: #062C300F;
        padding: 64px 0;
        .section-tittle .tittle{
          max-width: 570px;
          margin: 0 auto;
          text-align: center;
          font-family: var(--heading-font1);
          font-weight: 600;
        }
        
      }
      .new-cmn-btn{
        font-weight: 500;
      }
    }

  }
  /*All Blog Part*/
  .blog-top-content{
    padding-top: 88px;
    padding-bottom: 120px;
    .btn-wraper{
      margin-top: 78px;
    }
    .read-more-btn{
      padding-left:64px;
      padding-right: 64px;
    }
  }
  .daily-blog-part{
    .blog-heading{
      font-family: var(--heading-font1);
      font-weight: 600;
      font-size: 48px;
      line-height: 1.16;
      color: #101828;
      text-align: center;
      margin-bottom:40px;
    }
    .shorting-button-wraper{
      position: relative;
      .shorting-buttons{
        max-width:973px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        gap: 10px;
        align-items: center;
        height: 50px;
        position: static;
        .slick-arrow{
          border-radius: 50%;
          border:1px solid var(--main-color-one);
          i{
            color: var(--main-color-one);
          }
          &.clicked, 
          &:hover{
            background: var(--main-color-one);
            i{
              color: #fff;
            }
          }
        }
        .blog-preview{
          top: 50%;
          left:0;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .blog-next{
          top: 50%;
          right:0;
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }
      .short-btn{
        display: block;
        text-align: center;
        font-family: var(--heading-font1);
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #64748B;
        border:1.5px solid #EAECF0;
        border-radius: 8px;
        padding: 12px 16px;
        /*min-width: fit-content;*/
        margin: 0 5px;
        &.active{
          background: var(--main-color-one);
          color: #fff;
        }
      }
    }
    .devider{
      width: 100%;
      height: 1.2px;
      background: #EAECF0;
      margin: 40px 0;
    }
    .blog-wraper{
      .blog-card{
        margin-bottom: 72px;
        .img{
          border-radius: 8px;
          max-width: 100%;
          height: 280px;
          img{
            width: 100% !important;
            height: 100% !important;
            object-fit: cover;
          }
        }
        .text-part{
          margin-top: 16px;
          .date{
            font-size: 14px;
            line-height: 20px;
            color: #101828;
            margin-bottom: 8px;
          }
          .title a{
            color: #0F172A;
            font-size: 20px;
            line-height: 26px;
            font-weight: 600;
            margin-bottom: 2px;
          }
          .pera{
            color: #64748B;
            font-size: 14px;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
          }
        }
      }
    }
  }
  /*Blog Details Part*/
  .blog-details-wraper{
    .blog-main-img{
      border-radius: 8px;
      overflow: hidden;
      img{
        width: 100%;
      }
    }
    .blog-text-wraper{
      .main-tag{
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        color: var(--main-color-one);
        margin: 30px 0 12px 0;
      }
      .writter-part{
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 16px;
        margin-bottom: 44px;
        .img{
          height: 40px;
          width: 40px;
          border-radius: 50%;
          overflow: hidden;
        }
        .text{
          display: flex;
          .name{
            font-weight: 500;
            color:#1D2939;
            padding-right: 8px;
            margin-right:8px;
            border-right: 1px solid #EAECF0;
          }
          .date{
            color: #667085;
          }
        }
      }
      .blog-sub-title{
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        color: #1D2939;
        margin: 40px 0 16px 0;
      }
      .blog-pera{
        color: #475569;
        max-width: 696px;
      }
    }
    .bottom-addon-part{
      margin-top: 40px;
      .share{
        display: flex;
        align-items: center;
        gap:12px;
        margin-bottom: 40px;
        .icon{
          display: flex;
          gap: 16px;
          color: #334155;
        }
      }
      .tags-wraper{
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 40px;
        .tag{
          display: inline-block;
          color: var(--main-color-one);
          background: #F766311A;
          border-radius: 4px;
          font-size: 14px;
          line-height: 20px;
          padding: 4px 10px;
        }
      }
      .write-comment{
        textarea{
          min-height: 128px;
        }
        .submit-btn{
          font-family: var(--body-font1);
          width: auto;
          font-weight: 600;
          border-radius: 4px;
          padding:12px 52px !important;
          margin-top:20px ;
        }
      }
    }
    .more-blog-sidebar{
      position: sticky;
      top: 0;
      .more-blog-wraper{
        display: flex;
        flex-direction: column;
        gap:20px;
        margin-top: 26px;
      }
      .more-single-blog{
        .tag{
          color: var(--main-color-one);
          margin-bottom: 8px;
        }
        .more-blog-head a{
          color: #0F172A;
          font-size: 20px;
          font-weight: 600;
          line-height: 26px;
        }
        .divider{
          width: 100%;
          height: 1px;
          background: #EAECF0;
          margin:20px 0;
        }
        .writter-part{
          display: flex;
          align-items: center;
          gap: 10px;
          .img{
            height: 40px;
            width: 40px;
            border-radius: 50%;
            overflow: hidden;
          }
          .text{
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            .name a{
              color:#667085;
            }
            .date{
              padding-right: 12px;
              color: #667085;
              border-right: 1px solid #EAECF0;
            }
            i {
              margin-right: 5px;
            }
          }
        }
      }
    }
    .blog-text-wraper .show-more-btn {
      margin-top: 40px;
    }
  }
  /* 404 Page*/
  .page-wraper{
    .content-404{
      max-width: 653px;
      .image{
        margin-bottom: 56px;
      }
      .text{
        .main-title{
          font-family: 'Otomanopee One';
          font-size: 56px;
          font-weight: 400;
          line-height: 64px;
          color: #101828;
        }
        p{
          font-size: 20px;
          line-height: 28px;
          text-align: center;
          color: #545962;
          margin-bottom: 32px;
          margin-left: auto;
          margin-right: auto;
          max-width: 470px;
        }
        .go-back{
          padding:10px 57px;
        }
      }
    }
  }
  /* catagory wise listing part */
  .bradecrumd-area{
    padding:40px 0;
    background: #F1F6FF;
    .bradecrumd-title{
      font-size: 32px;
      font-weight: 700;
      line-height: 48px;
      font-family: var(--heading-font1);
    }
  }
  .catagory-wise-listing{
    .services_sub_category_load_wraper{
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .services_sub_category_load_wraper .singleCategories {
      width: calc(11.11% - 17.78px);
    }
   
    .catagory-wise-list-wraper{
      .singleCategories{
        .categoriIcon{
          max-width: 100%;
          max-height:120px;
          text-align: center;
          img{
            height: 100%;
            width: 100%;
            object-fit: cover;
          }
        }
        .categorie-text{
          font-size: 14px;
          text-align: center;
        }
      }
    }
    .load-more-button{
      margin-top:40px;
      text-align: center;
      button{
        border: none;
      }
    }
  }
  /*Contact page*/
  .contact-new-wraper{
    .get-in-touch-wraper{
      .section-title{
        font-family: var(--heading-font1);
        font-weight: 700;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 8px;
      }
      p{
        color:#64748B;
      }
      .get-in-touch-form{
        margin-top: 48px;
        .name{
          display: flex;
          gap:16px ;
        }
        .input-form {
          margin-bottom: 20px;
        }
        label{
          font-family: var(--body-font1);
          font-size:14px;
          line-height: 20px;
          font-weight: 500;
          color:#0F172A;
          margin-bottom: 8px;
        }
        .input-field{
          border: 1px solid #CBD5E1;
          border-radius: 6px;
          padding:8px 12px ;
          box-shadow: 0 1px 2px #1018280D;
          &::placeholder{
            color: #64748B;
          }
          &.nice-select{
            color: #64748B;
          }
        }
      }
    }
    .get-in-touch-right-part{
      .icon{
        flex-shrink: 0;
        width: 36px;
        height: 36px;
        border: 1px solid #E2E8F0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #475569;
      }
      p{
        font-size: 12px;
        line-height: 20px;
        color:#475569;
      }
      .title{
        font-family: var(--body-font1);
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
      }
      .devider{
        width: 100%;
        height: 1px;
        background: #E2E8F0;
        margin: 24px 0;
      }
      .social-icon{
        .icon{
          font-size: 20px;
        }
      }
      .facebook{
        color: #0865FF;
        border-color: #0865FF;
        background: #F3F8FF;
      }
      .instagram{
        color: #FE8B03;
        border-color: #FE8B03;
        background: #FFF7F0;
      }
      .twiter{
        color: #00B8EC;
        border-color:#00B8EC;
        background: #F0FBFE;
      }
      .linkdin{
        color: #0A66C2;
        border-color:#0A66C2;
        background: #F3F7FC;
      }
      .image{
        margin-top: 20px;
        width: 100%;
        max-height: 284px;
        border-radius: 6px;
        overflow: hidden;
        img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
      }
    }
  }

  /*Listocean FAQ Part*/
  .list-ocean-faq{
    .text-part{
      p,div{
        max-width: 400px;
        margin-top: 20px;
      }
      a{
        color: #FF9800;
        display: inline-block;
        text-decoration: underline;
        text-decoration-color: #FF9800;
        .right-icon{
          position: relative;
          transition: all ease-in-out .3s;
        }
        &:hover{
          .right-icon{
            transform: translateX(50%);
          }
        }
      }
    }
    .listocen-faq-item{
      padding: 24px;
      border: 2px solid #E2E8F0;
      border-radius: 16px;
      background: transparent;
      margin-bottom: 24px;
      transition: all .3s;
      &:last-child{
        margin-bottom: 0;
      }
      .listocen-faq-title{
        position: relative;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        cursor: pointer;
        &::after{
          content: "\f107";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.3s;
        }
      }
      .listocen-faq-para{
        font-size: 16px;
        line-height: 24px;
        padding-top:16px;
      }
      &.open{
        border: 2px solid #FF9800;
        background: #FFF1DD;
        .listocen-faq-title::after{
          transform: rotate(180deg);
        }
      }
    }
  }

  /* Banner Part Home */
  .home-banner{
    border-top: 1px solid var(--color-1);
    background: var(--color-4);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* z-index: -2; */
    .letf-part-img{
      position: absolute;
      left: 80px;
      top: -8px;
      .img-wraper{
        position: relative;
        width: 370px;
        height: 500px;
        .imges{
          position: absolute;
          &.img1{
            top: 0;
            left: 206px;
          }
          &.img2{
            top: 62px;
            right: 0;
          }
          &.img3{
            top: 38%;
            left: 82px;
          }
          &.img4{
            top: 40%;
            left: 0;
          }
          &.img5{
            right: 33px;
            bottom: 196px;
          }
          &.img6{
            bottom: 0;
            right: 65px;
          }
        }
      }
    }
    .right-part-img{
      position: absolute;
      top: -8px;
      right: 80px;
      .img-wraper{
        position: relative;
        width: 370px;
        height: 500px;
        .imges{
          position: absolute;
          &.img1{
            top: 0;
            left: 206px;
          }
          &.img2{
            top: 16px;
            left: 0;
          }
          &.img3{
            top: 38%;
            right: 0;
          }
          &.img4{
            top: 50%;
            left: 28%;
          }
          &.img5{
            right: 30%;
            bottom: 4%;
          }
          &.img6{
            bottom: 0;
            right: 65px;
          }
        }
      }
    }
    .letf-part-img .img-wraper .imges,
    .right-part-img .img-wraper .imges {
      max-width: 140px;
    }
    .banner-wraper{
      max-width:936px;
      margin: 0 auto;
      padding-top: 45px;
      padding-bottom: 50px;
      .banner-text{
        max-width: 656px;
        margin-left: auto;
        margin-right: auto;
        .top-text{
          color: #101828;
          font-weight:500;
        }
        .banner-main-head{
          color: #101828;
          font-weight: 600;
          font-size: 64px;
          line-height: 80px;
          margin-bottom: 20px;
        }
        .text{
          color: #101828;
        }
      }
      .banner-form{
        margin-top: 80px;
        width: 100%;
        background: #fff;
        border-radius:12px;
        box-shadow: 0 4px 40px 0 rgba(247, 102, 49, 0.2);
        padding: 20px;
        position: relative;
        .banner-search-location {
          flex-wrap: wrap;
          gap: 12px;
        }
        .banner-input-field, .banner-input-field{
          border:none;
          border-radius: 100px;
          padding: 12px 16px;
          background: #F1F5F9;
          &::placeholder{
            color: #64748B;
          }
        }
        .banner-input-field.pac-target-input{
          padding-right: 34px;
        }
        .banner-input-field{
          position: relative;
          padding-left: 16px;
          &::before{
            content: "\f3c5";
            font: var(--fa-font-solid);
            position: absolute;
            top: 25%;
            left: 20px;
            line-height: 1.5;
          }
        }
        .banner-form-wraper{
          flex: 1;
          display: flex;
          justify-content: space-between;
          select{
            width: 45%;
          }
          input{
            width: 54%;
          }
        }
        .banner-btn{
          .rounded-red-btn{
            padding: 14px 56px;
            font-weight: 400;
            font-size: 16px;
          }
        }
      }
    }
    /* banner form */
    .banner-form-wraper{
      gap: 12px;
    }
    .new_banner__search__input{
      position: relative;
      flex: 1;
      .pac-target-input{
        padding-left: 30px;
      }
    }
    .search-with-any-texts{
      flex: 1;
    }
    .new_banner__search__location_left{
      position: absolute;
      top: 52%;
      right: 16px;
      transform: translateY(-50%);
      z-index: 1;
      cursor: pointer;
      i{
        font-size: 15px !important;
      }
    }
    .search_with_text_section .card-body {
      background:#fff;
      box-shadow: 0 4px 6px #0000001c;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      gap: 20px;
      border-radius: 8px;
      max-height: 286px;
      overflow: auto;
      &::-webkit-scrollbar{
        width: 10px;
      }
      &::-webkit-scrollbar-thumb{
        background: #E2E8F0;
        border-radius: 8px;
      }
    }
    .search_with_text_section .card-body .suggestion-items {
      display: flex;
      gap: 14px;
    }
    .search_with_text_section .card-body .search_thumb {
      height: 50px;
      width: 50px;
      flex-shrink: 0;
    }
    .search_with_text_section .card-body .search-text-item {
      margin-top: 0;
      font-weight: 600;
    }
    .search_with_text_section .card-body .home_listing_price{
      color: #555;
    }
  }
  /*Chat Part*/
  .messagesArea {
    .userList {
      border-right: 1px solid rgba(208, 213, 221, 0.4);
    }
    .btn-wrapper.form-icon {
      display: flex;
      gap: 15px;
      justify-content: end;
      margin-top: 15px;
    }
    .btn-wrapper .btn-rounded2 {
      position: static;
      display:flex;
      align-items: center;
      font-size: 12px;
      height: auto;
    }
    .messagesWrapper .messagesDetails .messageBox .messageSend .imgSlector {
      position: relative;
      inset: unset;
      transform: none;
      margin: 0 !important;
      font-size: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
      .attach_files_title {
        font-size: 12px !important;
      }
      .live_chat_attach_btn{
        border: 1px solid #EAECF0;
        border-radius: 8px;
        padding: 8px;
        right: 0;
        cursor: pointer;
      }
    }
    .messagesWrapper .messagesDetails .messageBox .messageSend .imgSlector .photo-uploaded-file {
      position: absolute;
      height: auto;
      width: auto;
      inset: 0;
      cursor: pointer;
      display: none;
    }
    .messagesWrapper .userList .singleUser .listCap .userProduct-group {
      position: relative;
    }
    .messagesWrapper .userList .singleUser .listCap .userProduct-group .notification-dots {
      position: absolute;
      height: 12px;
      width: 12px;
      background-color: #ddd;
      border-radius: 50%;
      bottom: 5px;
      right: 0;
      z-index: 2;
      border: 2px solid #fff;
      -webkit-box-shadow: 0 0 10px #cacaca;
      box-shadow: 0 0 10px #cacaca;
      &.active{
        background: #65c18c;
      }
    }
  }
}

.frontend-breadcrumb-wrap{
  background-color: var(--color-4);
  padding: 12px 11px;
}

.breadcrumb-nav-part{
  margin-top: 100px;
}

/*===== Responsive Part ======*/

@media only screen and (max-width:1700.95px){
  .new-style .home-banner .banner-wraper{
    max-width: 780px;
  }
  .new-style .service-locationMap .map-canvas{
    width:350px !important;
  }
}
@media only screen and (max-width:1630.95px){
  .home-banner .img-wraper{
    width: 300px !important;
  }
  .new-style .home-banner .letf-part-img {
    left: 20px;
  }
  .new-style .home-banner .right-part-img {
    right: 20px;
  }
}
@media only screen and (max-width: 1590.95px){
  .new-style .catabody-wraper .cateRightContent.active-map .customTab-content.gridView .singleFeatureCard{
    width: calc(50% - 10px);
  }
  .new-style .blog-top-content .section-head-tittle {
    font-size: 54px;
  }
  .new-style .daily-blog-part .blog-heading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1500px){
  .new-style .container-1440{
    max-width: 1320px;
  }
  .new-style .my-listing .single-add-card .head4 {
    font-size: 16px;
  }
  .new-style .profile-setting.my-listing .single-add-card .right-buttons .text{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1460.97px) {
  .new-style{
    .profile-setting .down-body-wraper .sidebar-menu-wraper {
      width: 214px;
    }
  }
}
@media only screen and (max-width: 1399.98px){
  .new-style .container-1440, 
  .new-style .container-1310 {
    max-width: 1140px;
  }
  .new-style .container-1920 plr1{
    padding-left:30px;
    padding-right: 30px;
  }
  .new-style .all-listing .cateRightContent.active-map .googleMapWraper{
    display: none;
  }
  .new-style .service-locationMap .map-canvas{
    width:350px !important;
  }
  /* Section */
  .new-style{
    .home-banner{
      .img-wraper{
        width: 234px !important;
      }
      .letf-part-img .img-wraper .imges,
      .right-part-img .img-wraper .imges {
        max-width: 96px;
      }
    }
    .aboutAreaWraper .head2{
      font-size: 42px;
      line-height:1.14;
    }
    /*Listing-Details*/
    .proDetails {
      font-size: 14px;
      .seller-part {
        .seller-phone .number {
          font-size: 16px;
          line-height: 22px;
        }
        .send-massage a{
          font-size: 16px;
        }
        .safety-tips {
          li {
            font-size: 14px !important;
          }
        }
      }
    }
  }
  .new-style .blog-top-content .section-head-tittle {
    font-size: 48px;
  }
  .new-style .daily-blog-part .blog-heading {
    font-size: 38px;
  }
  .new-style .catagory-wise-listing .services_sub_category_load_wraper .singleCategories {
    width: calc(14.28% - 17.14px);
  }
  /*Blog Details*/
  .new-style .blog-details-wraper .more-blog-sidebar .more-blog-wraper {
    margin-top: 10px;
    gap:12px;
  }
  .new-style .more-blog-sidebar .blog-header {
    font-size: 24px;
  }
  .new-style .blog-details-wraper .more-blog-sidebar .more-single-blog .more-blog-head a {
    font-size: 18px;
  }
}

  /*bradecrumb*/
  .breadcrumb-contents-title{
    font-size: 18px;
  }
  /*section*/
  .new-style{
    .home-banner .banner-wraper{
      max-width: 700px;
    }
    .home-banner .banner-wraper .banner-text {
      max-width: 450px;
    }
    .home-banner .banner-wraper .banner-text .top-text {
      font-size: 14px;
      .img {
        height: 18px;
      }
    }
    .home-banner .banner-wraper .banner-text .banner-main-head {
      font-size:40px;
      line-height:1.25 ;
    }
    .home-banner .banner-wraper .banner-text .text {
      font-size: 14px;
    }
    .home-banner .banner-wraper .banner-form .banner-input-field {
      font-size: 14px;
      padding: 8px 14px;
    }
    .featureListing .see-all{
      font-size: 14px;
    }
    .featureListing .slider-inner-margin{
      gap: 20px;
    }
    .singleFeatureCard {
      width: calc( 25% - 15px);
    }
    /* All Listing */
    .catabody-wraper .cateRightContent .cateRightContentWraper {
      gap:14px;
    }
    .catabody-wraper .cateLeftContent{
      min-width: 234px;
    }
    .cateSidebar1 .catagoriesWraper .priceRangeWraper{
      width: 88px;
    }
    .catabody-wraper .cateRightContent.active-map .customTab-content.gridView .singleFeatureCard{
      width: calc( 50% - 10px);
    }
    /*Listing-Details*/
    .proDetails{
      font-size: 14px;
      .seller-part{
        .seller-phone{
          .number{
            font-size: 14px;
            line-height: 22px;
          }
        }
        .send-massage a{
          font-size:14px;
        }
        .safety-tips{
          .safety-list{
            font-size: 14px !important;
          }
        }
      }
      .head5{
        font-size: 18px;
        line-height: 28px;
      }

    }
    .proDetails .short-description .product-name,
    .proDetails .short-description .price{
      font-size: 18px;
    }
    .proDetails .seller-details .seller-img {
      width:50px;
      height:50px;
    }
    /*User Profile*/
    .profile-setting{
      .google-add{
        width: 100%;
        height: auto;
        margin-top: 30px;
      }
    }
  }
  .new-style .catagory-wise-listing .services_sub_category_load_wraper .singleCategories {
    width: calc(16.66% - 16.66px);
  }
  /*Walet page*/
  .new-style .profile-setting.setting-page-with-table .profile-setting-wraper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .new-style .profile-setting.setting-page-with-table .down-body-wraper .main-body {
    max-width: calc(100% - 230px);
  }
  .new-style .blog-top-content .section-head-tittle {
    font-size: 42px;
  }
  .new-style .daily-blog-part .blog-heading {
    font-size: 32px;
  }
  .new-style .daily-blog-part .shorting-button-wraper .shorting-buttons {
    max-width:750px;
  }
  .new-style .daily-blog-part .shorting-button-wraper .short-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
  }
  .new-style .daily-blog-part .blog-wraper .blog-card {
    margin-bottom: 30px;
  }
  .new-style .daily-blog-part .blog-wraper .blog-card .img {
    height: 142px;
  }
  .new-style .daily-blog-part .blog-wraper .blog-card .text-part .title a {
    font-size: 16px;
  }
  /*Add Post */
  .new-style .post-your-add .right-sidebar .upload-img {
    padding: 25px;
  }
  /*Blog Details Part*/
  .new-style .blog-details-wraper .more-blog-sidebar .more-single-blog .writter-part .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1050.95px){
  .author_tag__review__star,
  .author_tag__review__para{
    display: none;
  }
  .member-listing + .seller-ratings{
    display: block !important;
    .author_tag__review__star,
    .author_tag__review__para{
      display: inline-block !important;
    }
  }
  .profile-setting .member-listing + .seller-ratings {
    display: none !important;
  }
}
@media only screen and (max-width: 991.95px){
  .new-style .container-1440,
  .new-style .container-1310 {
    max-width: 720px;
  }
  /*Heading*/

  }
  /*section*/
  .new-style{
    .home-banner .letf-part-img,
    .home-banner .right-part-img {
      display: none;
    } 
    .home-banner .banner-wraper {
      padding-top: 30px;
    }
    .home-banner .banner-wraper .banner-form {
      margin-top: 50px;
      padding: 12px;
      border-radius: 8px;
    }
    .home-banner .banner-wraper .banner-form .banner-btn .rounded-red-btn{
      font-size: 14px;
      padding:8px 32px;
    }
    .singleFeatureCard {
      width: calc( 33.33% - 13.33px);
    }
    .aboutArea .about-caption{
      margin-bottom: 0;
    }
    /*User Profile*/
    .profile-setting{
      .down-body-wraper .sidebar-menu-wraper {
        width: 192px;
      }
      .down-body-wraper .edit-btn a{
        font-size: 14px;
      }
      .all-list-state .list-state .list-head{
        font-size: 18px;
      }
      .all-list-state .list-state {
        padding: 8px 12px;
      }
      .all-list-state .post-state{
        font-size: 12px;
      }
      .down-body-wraper .single-reviews {
        font-size: 14px;
      }
      .down-body-wraper .single-reviews .reviewer .name-rating .name {
        font-size: 14px;
      }
    }
    /*User Profile End*/
  }
  .new-style .profile-setting.my-listing .single-add-card .right-buttons .publish-btn button {
    width: 26px;
    height: 15px;
    margin-top: 3px;
    &::after {
      height: 10px;
      width: 10px;
    }
  }
  .new-style .profile-setting.setting-page .setting-btn-part{
    flex-direction: column;
    .setting-tab{
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
    }
  }
  .new-style .profile-setting.setting-page .setting-btn-part .setting-tab .nav-link{
    font-size: 12px;
    padding: 8px 10px;
  }
  .new-style .profile-setting.setting-page .red-btn {
    font-size: 12px;
  }
  .new-style .proDetails .relevant-ads .single-add-card .favourite-icon {
    bottom:0;
  }
  .new-style .my-account .main-body .alert {
    font-size: 12px;
    padding: 10px;
  }
  .new-style .catagory-wise-listing .services_sub_category_load_wraper .singleCategories {
    width: calc(20% - 16px);
  }
  /*Walet page*/
  .new-style .profile-setting.setting-page-with-table .profile-setting-wraper {
    max-width: 720px;
  }
  .new-style .profile-setting.setting-page-with-table .down-body-wraper .main-body {
    max-width: calc(100% - 230px);
  }
  .new-style .daily-blog-part .shorting-button-wraper .shorting-buttons {
    max-width:580px;
  }
  .new-style .blog-top-content .btn-wraper{
    margin-top: 38px;
    margin-bottom: 38px;
  }
  /*Blog Details*/
  .new-style .blog-details-wraper .more-blog-sidebar .more-blog-wraper {
    flex-direction: inherit;
    overflow: auto;
  }
  .new-style .blog-details-wraper .more-blog-sidebar .more-single-blog {
    min-width: 270px;
  }

  .breadcrumb-nav-part{
    margin-top: 50px;
  }

  section[data-padding-top], div[data-padding-top] {
    padding-top: 50px !important;
  }
  section[data-padding-bottom], div[data-padding-bottom]  {
    padding-bottom: 50px !important;
  }

}
@media only screen and (min-width:768px) and (max-width: 991.95px) {
  .new-style .profile-setting.my-listing .single-add-card .single-add-body-wraper {
    flex-direction: column;
  }
  .new-style .proDetails .product-name-price {
    flex-direction: column;
    align-items:start;
    gap:10px;
  }
  .new-style .proDetails .short-description .token {
    right: -104px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767.95px){
  .new-style .container-1440,
  .new-style .container-1310 {
    max-width: 540px;
  }
  /*section*/
  .new-style{
    .home-banner .banner-wraper {
      max-width: 530px;
      padding-bottom: 0;
    }
    .home-banner .banner-form-wraper {
      gap: 12px;
      width: 100%;
    }
    .home-banner .banner-btn{
      width: 100%;
      text-align: center;
      button{
        width: 50%;
      }
    }
    .home-banner .banner-wraper .banner-form .banner-search-location {
      flex-direction: column;
      align-items: start !important;
    }
    .catabody-wraper .cateRightContent .cateRightContentWraper{
      flex-direction: column;
    }
    .mt-70{
      margin-top: 30px;
    }
    .service-locationMap .map-canvas{
      width: 100% !important;
      height: 350px !important;
    }
    .singleFeatureCard {
      width: calc( 50% - 10px);
    }
    .aboutAreaWraper {
      padding: 30px;
    }
    .aboutAreaWraper .head2{
      font-size: 42px;
    }
    .user-profile .all-reviews {
      margin-top:24px;
    }
    .user-profile .google-add {
      margin-top: 24px;
      width: 100%;
      height: 200px;
    }
    /*User Profile*/
    .profile-setting .down-body-wraper {
      position: relative;
      .sidebar{
        display: block;
        .sidebar-btn i{
          transition: all ease-in-out .5s;
        }
      }
      .sidebar-menu-wraper{
        position: absolute;
        width: 234px;
        left: -100%;
        top: 0;
        z-index: 99999;
        background: #fff;
        border-color: transparent;
        box-shadow: 0 4px 20px #00000047;
        transition: all ease-in-out .5s;
        &.show{
          left: calc(0% + 30px);
        }
      }
    }
    .profile-setting .down-body-wraper .main-body .all-reviews .review-tab-btn button{
      font-size: 14px;
    }
    .my-listing .single-add-card .location-date span{
      font-size: 12px;
    }
  }
   /*Walet page*/
   .new-style .profile-setting.setting-page-with-table .profile-setting-wraper {
    max-width: 540px;
  }
  .new-style .profile-setting.setting-page-with-table .down-body-wraper .main-body {
    max-width: 100%;
  }
  .new-style .contact-new-wraper .get-in-touch-right-part {
    margin-top: 20px;
  }
  .new-style .daily-blog-part .shorting-button-wraper .shorting-buttons {
    max-width:400px;
  }
  .new-style .blog-top-content .read-more-btn {
    font-size: 14px;
    padding: 12px 35px;
  }
  .new-style .catagory-wise-listing .services_sub_category_load_wraper .singleCategories {
    width: calc(25% - 15px);
  }
  /*FAQ Part*/
  .new-style .list-ocean-faq {
    padding: 0 20px;

  }

  section[data-padding-top], div[data-padding-top] {
    padding-top: 25px !important;
  }
  section[data-padding-bottom], div[data-padding-bottom]  {
    padding-bottom: 25px !important;
  }

  .home-banner[data-padding-bottom]{
    padding-bottom: 50px !important;
  }
  .google-adds[data-padding-top]  {
    padding-top: 50px !important;
  }

}
@media only screen and (max-width: 669.95px){
  .new-style .profile-setting.my-listing .single-add-card .single-add-body-wraper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575.95px){
  .new-style .container-1440,
  .new-style .container-1310{
    max-width: 100%;
  }
  .plr1 {
    padding-left: 15px;
    padding-right: 15px;
  }
   /*Walet page*/
   .new-style .profile-setting.setting-page-with-table .profile-setting-wraper {
    max-width:100%;
  }
  .new-style .daily-blog-part .blog-wraper .blog-card .img {
    height: 220px;
  }
  /* .new-style .daily-blog-part .shorting-button-wraper .shorting-buttons {
    max-width: 340px;
  } */
  .new-style .blog-wraper .container-1440 {
    max-width: 375px;
  }
  /*FAQ Part*/
  .new-style .list-ocean-faq .listocen-faq-item {
    padding: 12px 20px;
  }
  .new-style .list-ocean-faq .listocen-faq-item .listocen-faq-title {
    font-size: 16px;
  }
  .new-style .list-ocean-faq .listocen-faq-item .listocen-faq-para {
    font-size: 14px;
    line-height: 22px;
  }
  .new-style .list-ocean-faq .text-part p,
  .new-style .list-ocean-faq .text-part a {
    font-size: 14px;
  }
  
  .new-style .catagory-wise-listing .services_sub_category_load_wraper .singleCategories {
    width: calc(33.33% - 13.33px);
  }
}
@media only screen and (max-width: 509.95px){
  .new-style .daily-blog-part .shorting-button-wraper .shorting-buttons {
    max-width: 336px;
  }
}
@media only screen and (max-width: 475.95px){
  /*section*/
  .new-style{
    .home-banner .banner-wraper {
      max-width: 300px;
    }
    .home-banner .banner-wraper .banner-text .top-text {
      font-size: 10px;
      img{
        height: 16px;
      }
    }
    .home-banner .banner-wraper .banner-text .banner-main-head {
      font-size: 26px;
    }
    .home-banner .banner-wraper .banner-text .text {
      font-size: 12px;
    }
    .home-banner .banner-wraper .banner-form .banner-form-wraper {
      flex-direction: column;
      width: 100%;
      .new_banner__search__input,
      .search-with-any-texts{
        width: 100%;
      }
    }
    .home-banner .banner-wraper .banner-form .banner-btn {
      width: 100%;
      button {
        width: 100%;
      }
    }
    .singleFeatureCard {
      width: 100%;
    }
    .aboutAreaWraper .head2{
      font-size: 32px;
    }
    .aboutAreaWraper .btn-wrapper{
      display: flex;
      gap: 12px;
      .cmn-btn2{
        margin: 0;
      }
    }
    .seller-part-inner.style-01 .seller-details {
      flex-direction: column;
      gap: 20px;
      align-items: start;
    }
    .review_add_modal{
      display: inline-block;
      font-size: 12px;
    }
  }
  .new-style .favourite-ads .relevant-ads .single-add-card .single-add-image {
    max-width: 134px;
  }
  .new-style .profile-setting.my-account .edit-btn {
    margin-left: 68px;
  }
   /*Walet page*/
   .new-style .profile-setting.setting-page-with-table .profile-setting-wraper {
    max-width: 720px;
  }
  .new-style .daily-blog-part .shorting-button-wraper .shorting-buttons {
    max-width: 270px;
  }
}
@media only screen and (max-width: 425.95px){
  /*section*/
  .new-style{
    .aboutAreaWraper .head2{
      font-size: 32px;
    }
    .aboutAreaWraper .btn-wrapper{
      display: flex;
      gap: 8px;
      .cmn-btn2{
        font-size: 14px;
        padding: 8px 11px;
      }
    }
  }
  .new-style .catabody-wraper .cateRightContent .listingView .singleFeatureCard .featureImg{
    max-width: 126px;
  }
  .new-style .relevant-ads .single-add-card {
    flex-direction: column;
  }
  .new-style .relevant-ads .single-add-card .single-add-image {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .new-style .favourite-ads .relevant-ads .single-add-card .single-add-image {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 374.95px){
  .new-style .catabody-wraper .cateRightContent.active-map .customTab-content.gridView .singleFeatureCard{
    width: 100%;
  }
  .new-style .catabody-wraper .cateRightContent.active-map .customTab-content.gridView .singleFeatureCard .featurebody{
    height: auto;
  }
  .new-style .catabody-wraper .cateRightContent.active-map .customTab-content.listingView .singleFeatureCardWraper .singleFeatureCard .featurebody .featurePricing{
    gap: 2px;
  }
  .new-style .catabody-wraper .cateRightContent .listingView .singleFeatureCard .featureImg .main-card-image{
    height: 190px;
  }
  .new-style .catabody-wraper .cateRightContent.active-map .customTab-content.listingView .singleFeatureCardWraper .singleFeatureCard .featurebody{
    height: 190px;
  }
  .new-style .profile-setting .single-reviews .rating i {
    font-size: 12px;
  }
  .new-style .profile-setting.wallet-page .single-profile-settings-header {
    font-size: 14px;
  }
  .new-style .profile-setting.wallet-page .memberShipCart .cmn-btn4{
    font-size: 12px;
  }
  .new-style .daily-blog-part .shorting-button-wraper .shorting-buttons {
    max-width: 150px;
  }
  
  .new-style .catagory-wise-listing .services_sub_category_load_wraper .singleCategories {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 325.95px) { 
  .new-style {
    .seller-part-inner.style-01 .seller-details{
      flex-direction : column;
      .seller-details-wraper {
        flex-direction: column;
        width: 100%;
      }
    }
  }
}

