/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "futura";
  src: url("../fonts/futura-now-text-blk.otf");
}

@font-face {
  font-family: "Tropica";
  src: url("../fonts/Tropica Script.otf");
}

:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html.flow {
  overflow: hidden;
}

body {
  position: relative;
  min-height: 100%;
  /*background-color: #f5f6f8;
  */
  font-size: 16px;
  font-family: "Poppins Regular";
  margin: 0;
  padding: 0;
  line-height: 1.6;
  word-break: break-word;
  overflow-x: hidden;
  transition: all 0.5s ease;
}

body {
  display: flex;
  flex-flow: column;
}

body.flow {
  overflow: hidden !important;
}

body > main {
  /* flex: 1; */
  /* overflow: hidden; */
}

::selection {
  background: #ff580e;
  color: #fff;
}

::-moz-selection {
  background: #8d92ec;
  color: #fff;
}

body a {
  word-break: break-word;
}

body a,
body span {
  display: inline-block;
  text-decoration: none;
}

body a:focus,
body a:hover {
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins Medium";
  line-height: 1.2;
  margin: 0 0 10px;
}

p {
  margin: 0 0 15px;
}

p:nth-last-child(1) {
  margin: 0;
}

p > a {
  color: #1b8f84;
}

p > a:hover {
  color: #000;
}

.hidden {
  display: none !important;
}

.relative {
  position: relative;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.toggle {
  position: absolute;
  top: 33px;
  right: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.toggle span {
  position: relative;
  display: block;
  width: 22px;
  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;
  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.blockquote {
  background: #fafafa;
  color: #151d23;
  padding: 10px 10px 10px 20px;
  border: 1px solid #f0f5f9;
  border-left: 4px solid #409df1;
}

.heading {
  position: relative;
  margin-bottom: 25px;
}

.heading > em {
  color: #ff580e;
}

.sub_heading {
  color: #409df1;
  font-size: 14px;
  font-family: "Poppins Medium";
  text-transform: uppercase;
}

p.pre {
  color: #8b9593;
  margin: -10px 0 30px;
}

.color {
  color: #409df1 !important;
}

.background {
  background: #409df1 !important;
}

/*
  |----------------------------------------------------------------------
  |       Body Main Button
  |----------------------------------------------------------------------
  */

.webBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 149px;
  height: 46px;
  font-size: 16px;
  font-family: "Poppins Regular";
  text-align: center;
  padding: 0 20px;
  white-space: nowrap;
  text-transform: capitalize;
  border: 0;
  outline: none !important;
  border-radius: 46px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

/* 
.webBtn:hover,
.webBtn:focus {
  background: transparent !important;
  border: 1px solid #0b4c7a;
  color: #0b4c7a !important;
} */

.webBtn i {
  font-size: 19px !important;
  transform: rotate(45deg);
  padding-left: 13px;
  margin-top: -10px;
  margin-right: -1px !important;
}

.smBtn {
  min-width: 40px;
  height: 36px;
  padding: 0 20px;
}

.mdBtn {
  min-width: 80px;
  height: 40px;
}

.lgBtn {
  height: 54px;
  font-size: 16px;
  padding: 0 40px;
}

.borderbTn {
  background: transparent;
  border: 1px solid #3dac9f;
  color: #3dac9f;
}

.borderbTn:hover {
  color: #3dac9f;
}

.simpleBtn:hover {
  background: #fff;
  color: #006fc0;
}

.simpleBtn.icoBtn > img {
  filter: none;
  -webkit-filter: none;
}

.roundBtn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.webBtn i.fi-arrow-right {
  font-weight: bold;
  margin-left: 10px;
  margin-right: 0;
}

.webBtn i.fi-arrow-left {
  font-weight: bold;
  margin-left: 0;
  margin-right: 10px;
}

/*_____ webBtn spinner _____*/

.webBtn .spinner {
  width: auto;
  height: auto;
  background: inherit;
  border-radius: inherit;
  overflow: hidden;
}

.webBtn .spinner ~ i {
  visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid;
  animation: spinner 0.5s linear infinite;
  border-radius: 75%;
  -webkit-animation: spinner 0.5s linear infinite;
}

.webBtn .spinner:before {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.webBtn .spinner:after {
  border-top-color: transparent;
  border-left-color: transparent;
  opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
  width: 14px;
  height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
  width: 20px;
  height: 20px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

*[disabled] {
  cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
  opacity: 0.8;
}

.learnBtn {
  background: transparent;
  color: #409df1;
  font-family: "Poppins SemiBold";
  padding: 0;
  text-transform: capitalize;
  border: 0;
}

.learnBtn i {
  position: relative;
  top: 3px;
  font-weight: bold;
  margin-left: 5px;
  /*transform: scale(-1);
  */
  transition: padding ease 0.5s;
  -webkit-transition: padding ease 0.5s;
  -moz-transition: padding ease 0.5s;
  -ms-transition: padding ease 0.5s;
  -o-transition: padding ease 0.5s;
}

.learnBtn:hover i {
  padding-left: 10px;
}

/*
  |----------------------------------------------------------------------
  |       Body Inner Css
  |----------------------------------------------------------------------
  */

h1 {
  font-size: 40px;
}

h2 {
  font-size: 33px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  width: 100%;
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
  color: #6e6efe;
}

input,
button,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  position: relative;
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
  min-height: 1px;
  z-index: 3;
}

.contain-fluid {
  max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";
  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;
  padding: 5rem 0;
}

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

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.formRow > [class*="col-"],
.formRow > [class^="col-"] {
  padding: 10px;
}

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

.flexDv {
  width: 100%;
}

.flexRow {
  margin: -10px;
}

.flexRow > .col {
  padding: 10px;
}

.bTn {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

.bTn.formBtn {
  margin-top: 20px;
}

.text-left.bTn,
.text-left .bTn {
  justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
  justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
  justify-content: flex-end;
}

/*_____ upperlay _____*/

.upperlay {
  position: fixed;
  top: 0;
  left: 280px;
  right: 0;
  bottom: 0;
  background: rgb(10 33 48 / 0.9);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
  transition: all ease 0.5s;
  z-index: 100;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.upperlay.active {
  opacity: 1;
  visibility: visible;
}

/*
  |----------------------------------------------------------------------
  |       Popup
  |----------------------------------------------------------------------
  */

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 21, 71, 0.65);
  padding: 20px 0;
  overflow: auto;
  z-index: 100000;
}

.popup ._inner {
  position: relative;
  max-width: 600px;
  /*background: #f7f8f9;
  */
  background: #fff;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.popup.big-popup ._inner {
  max-width: 800px;
}

.popup.small-popup ._inner {
  max-width: 420px;
}

.popup ._inner h3 {
  padding-right: 25px;
  margin-bottom: 20px;
}

.popup ._inner h4 {
  padding-right: 25px;
  margin-bottom: 15px;
}

.popBtn {
  cursor: pointer;
}

.crosBtn,
.remove_identification {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
    color:#fff!important;
  z-index:999;
  transition:all 0.5s ease;
}
.crosBtn:hover,
.remove_identification:hover{
    /*background: var(--primary-color);*/
    color:#fff;
    opacity: 0.6;
    transition:all 0.5s ease;
}
.crosBtn:before,
.remove_identification:before {
  content: "\2715";
  line-height: 1;
  z-index:1;
}

.crosBtn:after, .remove_identification:after{
  content: "";
  position: absolute;
  top: .5rem;
    left: .5rem;
    bottom: .5rem;
    right: .5rem;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 100%;
}

.popup .list > li {
  display: flex;
  margin-bottom: 10px;
}

.popup .list > li > div:nth-child(1) {
  width: 120px;
  min-width: 120px;
  font-family: "Poppins Bold";
  margin-right: 10px;
}

.popup .list > li > div:nth-child(2) {
  width: 100%;
}

.popup .blockLst {
  margin: -15px;
}

/*
  |----------------------------------------------------------------------
  |       Dropdown
  |----------------------------------------------------------------------
  */

.dropBtn {
  display: inline-flex;
  align-items: center;
  cursor: poPoppins;
}

.dropBtn > i.chevron {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: var(--chevron);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  margin-left: 5px;
  transition: inherit;
}

.dropDown {
  position: relative;
  z-index: 1;
}

.dropCnt {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 260px;
  max-width: 260px;
  background: #fff;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  /*border: 1px solid #eee;
  */
  border-radius: 7px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition: all ease 0.5s;
  overflow: hidden;
  display: block;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.dropCnt.right {
  left: initial;
  right: 0;
}

.dropCnt.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  /* border: 1px solid #eee; */
  padding: 6px 0;
  /* border-radius: 7px; */
}

.dropLst > li,
.dropLst > li > * {
  display: block;
}

.dropLst > li:nth-child(1) > * {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.dropLst > li:nth-last-child(1) > * {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.dropLst > li > * {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  /* color: #fff; */
  text-align: left;
  /* padding: 6px 15px; */
  border: 0;
}

.dropLst > li {
  padding: 0px 10px !important;
}

/* .dropLst > li > *:hover {
  background: #fafafa;
  } */

.dropLst > li > * > i {
  margin-right: 6px;
}

.dropLst > li a {
  justify-content: flex-start;
  text-align: left !important;
}

/*_____ more _____*/

.more {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  /* padding-bottom: 10px; */
  margin: 0 auto;
  cursor: poPoppins;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}

.more > span,
.more > span:before,
.more > span:after {
  width: 4px;
  height: 4px;
  border-radius: 75%;
  background: #aaa;
  transition: all ease 0.5s;
  z-index: 2;
}

.more > span:before,
.more > span:after {
  position: absolute;
  content: "";
}

.more > span:before {
  left: 0;
}

.more > span:after {
  right: 0;
}

.more:hover > span,
.more:hover > span:before,
.more:hover > span:after {
  background: #fff;
}

/*
  |----------------------------------------------------------------------
  |       Page Loader
  |----------------------------------------------------------------------
  */

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f5f6f8;
  z-index: 999999;
}

.loader {
  width: 40px;
  height: 40px;
  border: 4px solid #409df1;
  border-right: 4px solid #f0f5f9;
  border-radius: 75%;
  animation: spin 0.5s linear infinite;
  -webkit-animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

/*
  |----------------------------------------------------------------------
  |       Ico Css
  |----------------------------------------------------------------------
  */

.ico,
.icon {
  position: relative;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ico {
  background: #fff;
  border-radius: 75%;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  -ms-border-radius: 75%;
  -o-border-radius: 75%;
}

.ico a,
.icon a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}

.ico img,
.icon img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.ico img {
  object-fit: cover;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}

.icon img {
  object-fit: contain;
}

.ico > i.status {
  position: absolute;
  top: 0;
  right: -4px;
  display: block;
  width: 12px;
  height: 12px;
  /*background: #43b753;
  */
  background: #409df1;
  border: 2px solid #fff;
  border-radius: 75%;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  -ms-border-radius: 75%;
  -o-border-radius: 75%;
}

.ico > i.status.active {
  background: #43b753;
  /* background: #409df1; */
}

.ico > i.status.away {
  background: #ffcb00;
}

.ico > i.status.busy {
  background: #5883ff;
}

.ico > i.status.offline {
  background: #ff5465;
}

.ico > .loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 50%; */
  min-width: 100%;
  height: 3px;
  background: #eee;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
}

.ico > .loading:before {
  content: "";
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #409df1;
}

/*
  |----------------------------------------------------------------------
  |       RateYo
  |----------------------------------------------------------------------
  */

.jq-ry-container {
  position: relative;
  display: block;
  cursor: poPoppins;
  box-sizing: content-box;
  line-height: 0;
  direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  white-space: nowrap;
  z-index: 1;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  z-index: 3;
}

/* edditor */

/*
  
  |----------------------------------------------------------------------
  |       Editor
  |----------------------------------------------------------------------
  */

.ckEditor {
  /* Font */
  /* Emoji fonts are added to visualise them nicely in Poppinsnet Explorer. */
  font-family: "Poppins Regular", sans-serif, Arial, Verdana, "Trebuchet MS",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* Text color */
  color: #333;
}

.ckEditor .cke_editable {
  font-size: 13px;
  line-height: 1.6;
  /* Fix for missing scrollbars with RTL texts. (#10488) */
  word-wrap: break-word;
}

.ckEditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}

.ckEditor .cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.ckEditor .cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}

.ckEditor a {
  display: inline;
  color: #0782c1;
}

.ckEditor ol,
.ckEditor ul,
.ckEditor dl {
  /* IE7: reset rtl list margin. (#7334) */
  margin-right: 0px;
  /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
  padding: 0 40px;
}

.ckEditor ul,
.ckEditor ol {
  padding: 0;
  padding-left: 20px;
  margin: 0 0 10px;
  list-style-position: inside;
}

.ckEditor ul > li,
.ckEditor ol > li {
  display: list-item;
  margin-bottom: 5px;
}

.ckEditor ul > li ul,
.ckEditor ol > li ol {
  margin: 5px 0 7px;
}

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
  font-weight: normal;
  line-height: 1.2;
}

.ckEditor hr {
  border: 0px;
  border-top: 1px solid #ccc;
}

.ckEditor img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}

.ckEditor img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}

.ckEditor pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}

.ckEditor .marker {
  background-color: Yellow;
}

.ckEditor span[lang] {
  font-style: italic;
}

.ckEditor figure {
  text-align: center;
  outline: solid 1px #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

.ckEditor figure > figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}

.ckEditor a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782c1;
}

/* Widget Styles */

.ckEditor .code-featured {
  border: 5px solid red;
}

.ckEditor .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px rgba(200, 0, 0, 1);
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}

.ckEditor .image-clean {
  border: 0;
  background: none;
  padding: 0;
}

.ckEditor .image-clean > figcaption {
  font-size: 0.9em;
  text-align: right;
}

.ckEditor .image-grayscale {
  background-color: white;
  color: #666;
}

.ckEditor .image-grayscale img,
.ckEditor img.image-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.ckEditor .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}

.ckEditor .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}

.ckEditor .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}

.ckEditor .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}

.ckEditor .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}

.ckEditor i,
.ckEditor em {
  font-style: italic;
}

.ckEditor b,
.ckEditor strong {
  font-weight: bold;
}

.ckEditor u {
  text-decoration: underline;
}

.ckEditor span {
  display: initial;
  text-decoration: inherit;
}

/* |----------------------------------------------------------------------
  |       Header
  |----------------------------------------------------------------------
  */

header {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 500;
}

.logo {
  height: 105px;
  z-index: 66;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  width: 135px;
}

.logo > a {
  display: block;
  /* height: 100%; */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.logo > a > img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  transition: inherit;
}

nav {
  display: flex;
  align-items: center;
  height: 105px;
  justify-content: center;
  gap: 400px;
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 0px;
}

nav ul {
  display: flex;
  align-items: center;
}

nav ul:first-child {
  justify-content: flex-end;
}

nav ul > li {
  position: relative;
  padding: 0 20px;
}

nav ul > li:not(.btnLi) > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  font-size: 15px;
  text-align: center;
  position: relative;
  font-family: "Poppins Regular";
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

nav ul > li:not(.btnLi) > a i {
  margin-right: 10px;
  font-size: 20px;
}

header .webBtn {
  min-width: 122px;
}

/* ======banner====== */

#banner {
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
}

#banner .flex {
  padding-top: 50px;
  padding-bottom: 50px;
}

#banner h1 {
  font-family: "Poppins SemiBold";
  margin-bottom: 20px;
  text-transform: uppercase;
}

#banner .cta {
  margin-top: 20px;
  margin-bottom: 20px;
}

#banner .listing {
  display: flex;
  align-items: center;
}

#banner .listing li {
  padding: 10px;
  width: calc(100% / 3);
}

#banner .listing li .inside {
  width: 100%;
  padding: 18px 10px;
  text-align: center;
  transition: all ease0.3s;
}

#banner .listing li .inside h3 {
  font-size: 19px;
}

#banner .image {
  position: relative;
  padding-bottom: 79%;
}

#banner .col1 {
  align-self: center;
  padding-right: 20px;
}

#banner .col2 {
  align-self: center;
  padding-left: 21px;
}

#banner .image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all linear 0.5s;
}

/* =====sec_sell_products==== */

/* .sec_sell_products {
  background-image: url(../images/light_purple_bg.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
} */

.sec_sell_products .cta_blow {
  margin-top: 20px;
  text-align: center;
}

.sec_sell_products .sec_heading {
  text-align: center;
}

.sec_sell_products .flex {
  margin-top: 20px;
}

.sec_heading h2 {
  text-transform: uppercase;
}

.sec_heading .title {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}

.sec_heading .title_img {
  width: 25px;
}

.sec_heading .title strong {
  font-family: "Poppins Medium";
  padding-left: 9px;
  text-transform: uppercase;
}

.sec_sell_products .sec_content {
  text-align: center;
}

.sec_sell_products .cols {
  width: calc(100% / 4);
  padding: 10px;
}

.sec_sell_products .cols .inner {
  padding: 15px;
  border-radius: 8px;
}

.sec_sell_products .cols .image {
  margin-bottom: 10px;
  border-radius: 3px;
  width: 100%;
  height: 125px;
}

.sec_sell_products .cols .image img {
  height: 100%;
  object-fit: cover;
}

.sec_sell_products .cols .image_2 {
  width: 76%;
  margin: 15px 0;
  margin-top: 0;
}

.sec_sell_products .cols h5 {
  margin-bottom: 2px;
}

.sec_sell_products .cta_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec_sell_products .cta_price strong {
  font-size: 18px;
  font-family: "Poppins SemiBold";
}

.sec_sell_products .cta_price .webBtn {
  height: 38px;
  min-width: 100px;
}

/* ===== */
.sec_sell_products .horizontal_code .cols {
  width: calc(100% / 2);
}

.sec_sell_products .horizontal_code .inner {
  display: flex;
  align-items: center;
  position: relative;
}

.sec_sell_products .horizontal_code .photo {
  width: 49%;
}

.sec_sell_products .horizontal_code .bottom_content {
  width: 100%;
  display: flex;
  align-items: center;
}

.sec_sell_products .horizontal_code .image {
  margin-bottom: 0;
  height: 167px;
  display: flex;
  align-items: center;
}

.sec_sell_products .horizontal_code .image_2 {
  width: 24%;
  margin: 0 auto;
}
.sec_sell_products .horizontal_code .content {
  width: 75%;
  padding-left: 109px;
}
.sec_sell_products .horizontal_code .cols p {
  margin-bottom: 0;
}

.sec_sell_products .horizontal_code .cta_price .cta {
  position: absolute;
  right: 17px;
  top: 33%;
}
/* ====two_cols=== */

.two_cols .cols {
  width: 50%;
}

/* ====sec_cta==== */

.sec_cta {
  background-image: url(../images/cta_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.sec_cta:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
}

.sec_cta .flex {
  position: relative;
}

.sec_cta .cta {
  margin-top: 15px;
}

.sec_cta .cta li {
  padding-right: 10px;
}

.sec_cta .col2 {
  padding: 4rem 0;
  padding-right: 20px;
  align-self: center;
}

.sec_cta .col1 {
  padding-right: 70px;
}

.sec_cta .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45%;
}

.sec_cta .image > img {
  /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0px 180px 180px 0px;
  object-fit: cover;
  transition: all linear 0.5s;
}

/* =======sec_app====== */
/* .sec_app {
  background-image: url(../images/light_purple_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.sec_app .sec_heading {
  text-align: center;
}

.sec_app .sec_content {
  text-align: center;
  margin-bottom: 50px;
}

.sec_app .image {
  position: relative;
  padding-bottom: 56%;
}

.sec_app .image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all linear 0.5s;
}

.sec_app .cta {
  display: flex;
  justify-content: center;
  margin-top: 39px;
}

.sec_app .cta li {
  padding-right: 20px;
}

.sec_app .cta a .image {
  width: 100%;
  height: 100%;
}

.sec_app .cta li a img {
  border-radius: 3px;
}

/* |----------------------------------------------------------------------
|       Footer
|---------------------------------------------------------------------- */

.txtBox {
  display: block;
  width: 100%;
  height: 46px;
  background: #fff;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  outline: none !important;
  transition: all ease 0.5s;
}

footer {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
}

footer .logo a h1 {
  color: #fff;
}

footer .logo a h1 span {
  color: #fff;
}

footer .flexRow {
  flex-flow: nowrap;
  margin: -25px -15px;
}

footer .flexRow > .col {
  flex: 1;
  padding: 25px 10px;
}

footer .flexRow > .col:nth-last-child(1),
footer .flexRow > .col:nth-child(3),
footer .flexRow > .col:first-child {
  min-width: 300px;
  flex: 1.5;
}

footer .flexRow > .col.flex {
  align-items: flex-start;
  justify-content: flex-end;
}

footer h5 {
  position: relative;
  font-family: "Poppins Medium";
  padding-bottom: 10px;
  font-size: 17px;
}

footer .lst > li {
  display: block;
  margin-bottom: 10px;
}

footer .lst > li:nth-last-child(1) {
  margin-bottom: 0 !important;
}

footer a {
  color: inherit;
  font-size: 13px;
}

footer i {
  color: #d9618c;
}

footer .smLst {
  margin: 0 -10px;
}

footer .smLst > li {
  padding: 0 10px;
}

footer .infoLst > li {
  display: flex;
  margin-bottom: 20px;
}

footer .infoLst > li > img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}

footer form .txtGrp {
  display: flex;
  align-items: center;
  color: #080a0f;
  margin: 10px 0 30px;
}

footer form .txtBox {
  padding-right: 46px;
}

footer form button {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  font-size: 16px;
  padding: 0;
  line-height: 0;
  border: 0;
  background: #6e6efe;
  padding: 6px 18px;
  color: #fff;
  border-radius: 5px;
  margin: 6px;
}

footer form > label {
  font-size: 13px;
  margin-bottom: 7px;
  font-family: "Poppins Regular";
}

footer h4 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 8px;
  font-size: 16px;
}

footer h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 0.2rem;
}

footer .social {
  margin: 10px -3px -3px;
}

footer .social > li {
  padding: 3px;
}

footer .social > li > a {
  width: 25px;
  height: 30px;
  min-width: 25px;
  height: 25px;
  background: #ebe9e9;
  padding: 4px;
  margin: 2px;
  border-radius: 4px;
  transition: all ease 0.4s;
}

footer .social > li > a img {
  filter: brightness(0);
}

footer .social > li > a:hover {
  background: #242428;
}

.social > li > a:hover img {
  filter: brightness(0) invert(1);
}

footer .logo {
  padding-top: 0;
}

/*_____ Copyright _____*/

.copyright {
  padding: 25px 0;
  margin-top: 60px;
  z-index: 1;
  background: #181644;
}

.copyright .inner {
  display: flex;
  justify-content: center;
  text-align: center;
}

.copyright .inner ul {
  display: flex;
  gap: 40px;
}

.copyright p {
  flex: 1;
  margin: 0;
}

.copyright p > a {
  color: #6e6efd;
  font-family: "Poppins Medium";
}

.copyright p > a:hover {
  color: #fff;
}

/*=========================== testimonials ===================*/

.testimonials {
  background-image: url(../images/testi_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials .flex {
  position: relative;
}
.testimonials:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
}

.testimonials .col1 {
  width: 40%;
  padding-left: 0;
  padding-right: 27px;
  align-self: center;
}

.testimonials .col1 .cta {
  margin-top: 15px;
}

.testimonials .col2 {
  width: 60%;
}
.testimonials .quote img {
  filter: brightness(0);
}
.testimonials .item {
  padding-top: 25px;
  max-width: 700px;
  margin: auto;
  position: relative;
}

.testimonials .inner {
  position: relative;
  padding: 30px;
  display: flex;
  border-radius: 5px;
  transition: all ease 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  font-family: "Poppins Light";
}

.testimonials .inner .lower .name {
  display: block;
}

.testimonials .inner .lower-cntnt {
  margin-top: 10px;
}

.testimonials .inner .lower-cntnt .scale {
  font-size: 13px;
}

.testimonials .inner .image {
  height: 75px;
  width: 75px;
  position: relative;
  margin-bottom: 10px;
}

.testimonials .inner .image img {
  border-radius: 2px 2px 30px 2px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials .quote {
  position: absolute;
  right: 17px;
  top: 23px;
  width: 80px;
}

.testimonials .inner .name-profession {
  display: flex;
  flex-direction: column;
}

.testimonials ul li .img {
  width: 20px;
}

body span {
  display: inline-block;
  text-decoration: none;
}

.testimonials .inner .name-profession .name {
  font-size: 16px;
  font-family: "Poppins Medium";
}

.testimonials .inner .name-profession .profession {
  margin-top: 8px;
}

.testimonials .owl-dots {
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 0px;
  padding-right: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}

.testimonials .owl-dots button span {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 5px;
  position: relative;
}

.testimonials .owl-dots button span::before {
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  background: transparent;
  width: 155%;
  height: 158%;
  border-radius: 2px;
}

/* ======= code ====== */

/* ------sub_banner------ */

.small_banner {
  background: url(../images/sub.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 111;
}

.small_banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
}

.small_banner .sec_heading {
  width: 48%;
  margin: 0 auto;
  text-align: center;
}

.small_banner .sec_heading h2 {
  text-transform: capitalize;
}

.small_banner .search {
  margin: 24px auto;
  width: 56%;
  position: relative;
  margin-bottom: 0;
}

.small_banner .txtBox {
  height: 54px;
  border-radius: 100px;
  padding: 10px 19px;
  padding-right: 51px;
}

.small_banner button {
  position: absolute;
  right: 7px;
  top: 5px;
  background: #6e6efe;
  border: none;
  border-radius: 100%;
  width: 44px;
  padding: 9px;
  height: 44px;
}
.small_banner .close-image {
  position: absolute;
  right: 7px;
  top: 5px;
  background: white;
  border: none;
  border-radius: 100%;
  width: 44px;
  padding: 9px;
  height: 44px;
  margin-right: 45px;
}

.small_banner .cta {
  text-align: center;
}

.small_banner .content {
  width: 48%;
  text-align: center;
  margin: 0 auto;
}

.gene_banner .search {
  margin-bottom: 0;
}
.small_banner .listing {
  display: flex;
  align-items: center;
}
.small_banner .listing li {
  padding: 10px;
  width: calc(100% / 3);
}
.small_banner .listing li .inside {
  width: 100%;
  padding: 18px 10px;
  text-align: center;
  transition: all ease 0.3s;
}
.small_banner .listing li .inside h4{
    display:flex;
    gap:.2rem;
    justify-content: center;
}
.small_banner .listing li .inside h4 img{
    width:1rem;
    height:1rem;
    object-fit:contain;
    align-self:center;
}
.small_banner .contain .listing li .inside h3 {
  font-size: 17px;
}
.small_banner .update {
  text-align: center;
  margin-top: 11px;
  color: #313139;
}
.small_banner .mobile_inner {
  position: fixed;
  /*top: 17px;
  */
  background: #09072c;
  width: 100%;
  left: 0;
  top: -65px;
  z-index: 30px;
  transform: translateY(-154px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.9s;
  -webkit-transition: all ease 0.9s;
  -moz-transition: all ease 0.9s;
  -ms-transition: all ease 0.9s;
  -o-transition: all ease 0.9s;
}
/* ======= */
.sec_code .top_bar {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.sec_code .order {
  display: flex;
  align-items: center;
}

.sec_code .assc {
  display: flex;
  align-items: center;
}

.sec_code .top_bar ul {
  display: flex;
  align-items: center;
}

.sec_code select {
  background: none;
  border: none;
  padding: 0;
  margin: 0 13px;
}

.sec_code .top_bar ul li {
  height: 31px;
  padding-right: 15px;
}

.sec_code .top_bar ul li:last-child {
  padding-right: 0px;
}

.sec_code .top_bar ul li a {
  width: 31px;
  height: 31px;
}

.sec_code .butn {
  margin-top: 30px;
}

/* ========= */

.sec_code_detail .inner {
  padding: 32px;
  border-radius: 10px;
}

.sec_code_detail .top_heading {
  text-align: center;
  margin-bottom: 15px;
}

.sec_code_detail .image {
  border-radius: 4px;
  height: 138px;
  width: 172px;
  display: flex;
  align-items: center;
}

.sec_code_detail .content {
  padding-left: 48px;
  width: 83%;
  align-self: center;
}

.sec_code_detail .content li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}

.sec_code_detail .cta {
  text-align: center;
  margin-top: 15px;
}

/* ======== */
.sec_login {
  min-height: 90vh;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
}

.sec_login .inner {
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 49%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 30px 42px;
}

.sec_login .inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
}

.sec_login .inside {
  position: relative;
}

.sec_login .logo {
  margin: 0 auto;
  width: 161px;
}

.sec_login .up_cntent {
  margin-top: 35px;
  margin-bottom: 25px;
}

.sec_login .up_cntent h3 {
  margin-bottom: 5px;
}

.txtGrp {
  position: relative;
}

.sec_login .txtGrp {
  position: relative;
  margin-bottom: 13px;
}

.sec_login .text-right {
  text-align: right;
}

.sec_login .cta .webBtn {
  width: 100%;
  margin-bottom: 30px;
}

.sec_login .new_link {
  text-align: center;
}

.sec_login .txtBox {
  padding: 0 45px;
  font-family: "Poppins Light";
}

.sec_login .icos {
  position: absolute;
  left: 11px;
  top: 12px;
  width: 22px;
  z-index: 1;
}
.sec_login .icos img {
  filter: brightness(0);
}

.sec_login .eye_ico {
  position: absolute;
  right: 11px;
  top: 12px;
  width: 22px;
  z-index: 1;
  cursor: pointer;
}

.sec_sign_up .cta {
  margin-top: 25px;
}

.sec_reset .inner {
  width: 57%;
}

.sec_reset .inner .cta {
  margin-top: 20px;
}

.sec_reset .cta .webBtn {
  margin-bottom: 0;
}

/* ========= */
.sec_inventory .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}

.sec_inventory .nav-tabs > li {
  position: relative;
  display: block;
  margin-right: 15px;
  float: left;
  margin-bottom: -1px;
}

.sec_inventory .nav-tabs > li > a {
  display: block;
  padding: 0.5rem 2rem;
  border-radius: 10rem;
}

.sec_inventory .fade:not(.show) {
  opacity: 1;
}

.sec_inventory .flex .cols {
  width: calc(100% / 3);
  padding: 10px;
}

.sec_inventory .flex .cols .inner {
  padding: 15px;
  border-radius: 6px;
}

.sec_inventory .flex .cols .image {
  margin-bottom: 10px;
  border-radius: 3px;
  width: 100%;
  height: 178px;
  margin-bottom: 26px;
}

.sec_inventory .flex .content li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}

.sec_inventory .style_it {
  padding: 8px 21px;
  border-radius: 35px;
  margin-top: 15px;
}

.sec_inventory .lsting {
  margin-top: 12px;
  font-size: 14px;
}

.sec_inventory .cta {
  margin-top: 20px;
  text-align: center;
}

/* ========== */
.sec_two_btn {
  padding: 2rem 0;
}

.sec_two_btn .cols {
  width: calc(100% / 2);
}

.sec_two_btn .cols.col2 {
  padding-left: 40px;
  display: flex;
  justify-content: flex-end;
}

.sec_two_btn .cols.col2 ul {
  display: flex;
  align-items: center;
}

.sec_two_btn .col1 ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 15px;
}

.sec_two_btn .col2 li:first-child {
  padding-right: 15px;
}

/* ========= */
.sec_inventory_detail .content {
  width: 100%;
  padding-left: 0px;
  align-self: center;
}

.sec_inventory_detail .image {
  width: 17%;
  height: 150px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  align-self: center;
}

.sec_inventory_detail .image img {
  width: 100%;
  height: 100%;
}

.sec_inventory_detail .in_listing {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_inventory_detail .in_listing strong {
  font-family: "Poppins SemiBold";
}

.sec_inventory_detail .qty_cart {
  display: flex;
  align-items: center;
}

.sec_inventory_detail .delete {
  margin-left: 53px;
  width: 23px;
  height: 23px;
}
.sec_inventory_detail .delete img {
  filter: brightness(0) invert(1);
}
.sec_inventory_detail .qtyBtn .readBtn {
  border: none;
  padding: 3px 13px;
  margin: 0;
}

.sec_inventory_detail .qtyBtn .qty {
  border: none;
  padding: 3px;
  text-align: center;
  width: 72px;
  margin: 0;
}

.sec_inventory_detail .logo_m {
  width: 43px;
  height: 43px;
}

.sec_inventory_detail .logo_detail {
  width: 95%;
  padding-left: 19px;
}

.sec_inventory_detail .logo_detail p {
  margin-bottom: -2px;
}

.sec_inventory_detail .faqBlk .up_grid {
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.sec_inventory_detail .faqBlk {
  padding: 15px;
  padding-bottom: 0;
  border-radius: 5px;
  margin-bottom: 16px;
}

.sec_inventory_detail .faqBlk:last-child {
  margin-bottom: 0;
}

.sec_inventory_detail .colr {
  padding: 17px;
  border-radius: 10px;
}

.sec_inventory_detail .img_grid {
  padding: 30px 0;
  display: none;
}

.faqLst > .faqBlk .up_grid::before {
  content: "";
  position: absolute;
  background-image: url(../images/up_ico.svg);
  background-size: contain;
  height: 30px;
  width: 30px;
  top: 13px;
  right: 0px;
  z-index: 1;
  font-size: 67%;
  transform: rotate(180deg);
}

.faqLst > .active .up_grid::before {
  background-image: url(../images/up_ico.svg);
}

.faqLst .faqBlk:first-child .img_grid {
  display: block;
}

/* ======== */
.sec_photo_grade .image-1 {
  position: relative;
  padding-bottom: 79%;
  margin-bottom: 12px;
}

.sec_photo_grade .image-1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all linear 0.5s;
}

.sec_photo_grade .cols p {
  margin-bottom: 5px;
}

.sec_photo_grade .cta-1 {
  margin-top: 12px;
}

.sec_photo_grade .cta-1 .style_it {
  padding: 8px 40px;
}

/* ========= */

.sec_photo_details .image {
  position: relative;
  padding-bottom: 69%;
}

.sec_photo_details .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all linear 0.5s;
}

.sec_photo_details .col1 {
  width: 35%;
}

.sec_photo_details .col2 {
  width: 65%;
  padding-left: 50px;
  align-self: center;
}

.sec_photo_details .col2 .list li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 15px;
}

.sec_photo_details .inner {
  padding: 20px;
  border-radius: 10px;
}

/* ======== */

.popup .inside {
  width: 60%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.inventory_new .txtBox {
  font-family: "Poppins Light";
}

.inventory_new .txtGrp {
  margin-bottom: 20px;
}

.popup .content h3 {
  margin-bottom: 20px;
}

.popup .btn_list {
  display: flex;
  justify-content: space-between;
}

.inventory_new .inner_block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inventory_new .example {
  margin: 18px 12px;
  width: 550px;
  min-height: 3px !important;
}

.progress {
  width: 0px;
}

.dragger {
  left: 0;
  width: 35px;
  height: 35px;
  font-family: "Poppins Light";
  line-height: 35px;
  border-radius: 25px;
}

select.txtBox {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.2rem !important;
  background-position: right 0.6rem center !important;
  background-repeat: no-repeat !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down_ico.svg) !important;
}

/* ========= */

.uploadImg {
  border: none;
  height: 158px;
  padding: 23px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.uploadFile {
  display: none;
}

.uploadImg i {
  display: block;
  font-size: 30px;
}

/* ====== */
.new_photo .inside {
  padding: 20px;
  width: 65%;
  margin: 0 auto;
  border-radius: 10px;
}

.inventory_new.new_photo .example {
  width: 619px;
}

.txtArea {
  height: 112px;
  resize: none;
}

.new_photo .inside h3 {
  text-align: center;
  margin-bottom: 30px;
}

.new_photo .inside .butn {
  text-align: center;
}

/* ========= */
.dash_header nav ul .iconBtn {
  background: transparent;
  border: 0;
  display: flex !important;
  height: 20px;
  padding: 0;
  position: relative;
  width: 20px;
}

.dash_header nav ul .iconBtn img {
  filter: brightness(0) invert(1);
}

.dash_header .ico {
  border-radius: 5px;
  padding: 6px 10px;
  align-items: center;
  align-items: center;
}

._dropDown {
  position: relative;
  z-index: 3;
}

._dropBtn,
.dropBtn {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}

.mobile_drop{
    display:none;
}

@media (max-width: 512px){
   ._dropBtn .image {
  width: 55px;
  border-radius: 100%;
  height: 55px;
  margin-right: 17px;
  overflow:hidden;
}

.header_bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_drop{
    display:block;
}

header .profileCnt li a{
    color: #fff;
}

}

 
.dash_header nav .image {
  width: 55px;
  border-radius: 100%;
  height: 55px;
  margin-right: 17px;
  overflow:hidden;
}

.dash_header nav .name {
  display: flex;
  align-items: center;
}

.dash_header nav .name h6 {
  margin-right: 13px;
  font-family: "Poppins Regular";
  margin-bottom: 0;
}

.dash_header nav .name i {
  font-size: 12px;
}

._dropCnt {
  border-radius: 7px;
    left: -100px;
  margin-top: 10px;
  max-width: 357px;
  min-width: 357px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

._dropCnt.lg_drop {
  left: auto;
  right: 0;
}

/* header nav ._dropCnt.lg_drop {
  opacity: 1;
  visibility: visible;
} */

._dropCnt.active {
  margin-top: 15px;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  padding: 6px 0;
}

.dropLst > li,
.dropLst > li > * {
  display: block;
}

.dropLst > li > * {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  padding: 6px 15px;
  text-align: left;
  width: 100%;
}

.dropLst {
  /* border: 1px solid #eee; */
  padding: 6px 0;
  display: block;
  /* border-radius: 7px; */
}

.notification_listing ul li .notify_header {
  justify-content: center;
  margin-top: -6px;
  padding: 15px 10px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.notification_listing .notify_header h5 {
  margin-bottom: 0;
}

.notification_listing ul li .inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: unset;
}

.notification_listing ul li .inner .color_icon_notify {
  padding: 9px;
  width: 40px;
  height: 40px;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
}

.notification_listing ul li .inner .color_icon_notify img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.notification_listing ul li .inner .notify_cntnt {
  width: 86%;
  padding-left: 26px;
}

.notification_listing ul li .inner .notify_cntnt p {
  margin-bottom: 0;
  font-size: 13px;
}

.notification_listing ul li .inner .notify_cntnt .para {
  font-size: 13px;
}

header .notify_cntnt .time-ago {
  font-size: 12px;
  display: flex;
  font-family: "Poppins Semibold";
  align-items: center;
  margin-top: 4px;
}

header .notify_cntnt .time-ago i {
  font-size: 18px;
}

header .notify_footer {
  justify-content: center;
  margin-top: 8px;
}

header .notify_footer i {
  padding-left: 10px;
}

header .profileCnt {
  max-width: 210px;
  min-width: 210px;
}

header .profileCnt li:last-child {
  border-bottom: none;
}

header .profileCnt li .user_header {
  padding: 10px 0;
  text-align: center;
  /*justify-content: center;*/
}

header .profileCnt li a {
  justify-content: flex-start !important;
  padding: 10px 0 !important;
}

/* ========== */
.marin_page .inner {
  width: 66%;
  margin: 0 auto;
  padding: 35px;
  border-radius: 10px;
}

.marin_page .inner .txtGrp {
  margin-top: 35px;
  margin-bottom: 35px;
}

.marin_page .inner .txtGrp label {
  margin-bottom: 13px;
}

.margin_percentage {
  margin-bottom: 30px;
}

/* ========= */
.sec_profile .inner {
  padding: 30px;
  border-radius: 10px;
}

.sec_profile .inner .txtGrp {
  margin-bottom: 25px;
}

.sec_profile .inner .butn {
  text-align: center;
}

/* ======= */
.noti_detail .photo {
  width: 8%;
  align-self: center;
}

.noti_detail .content {
  width: 92%;
  padding-left: 20px;
}

.noti_detail .image {
  width: 45px;
  height: 44px;
  padding: 8px;
  border-radius: 100%;
}

.noti_detail .image img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.noti_detail .content p {
  margin-bottom: 4px;
}

.noti_detail .inner h3 {
  margin-bottom: 26px;
}

.heading_1 {
  position: relative;
}

.noti_detail .top_area {
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.noti_detail .inner {
  width: 79%;
}

.noti_detail .inner .crosBtn {
  top: 0;
  right: 0;
  border: none;
}

.notification_sec .top_area:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ======= */
.change_pass .eye_ico {
  width: 24px;
  /* Adjust the width and height as per your icon size */
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.change_pass .eye_ico[data-icon="view"] {
  background-image: url("../images/view.png");
}

.change_pass .eye_ico[data-icon="hide"] {
  background-image: url("../images/hide.png");
}

header .profileCnt li.mobile_view {
  display: none;
}

.error {
  border-color: red;
}

.uploaded-area .row .content {
  display: flex;
  align-items: center;
}

.uploaded-area .row .details {
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}

.uploaded-area .row .details .size {
  color: #404040;
  font-size: 11px;
}

.uploaded-area i.fa-check {
  font-size: 16px;
}

.uploaded-area .bid-row a img {
  width: 20px;
  height: 20px;
}

.uploaded-area .bid-row a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.uploaded-area .bid-row {
  background: #e9f0ff;
  list-style: none;
  padding: 10px 5px;
  border-radius: 5px;
  /* justify-content: space-between; */
  width: calc(95% / 2);
  margin: 10px 5px 0;
  position: relative;
  display: flex;

  /* justify-content: space-between; */
}

.uploaded-area .remove_identification {
  width: 20px;
  height: 20px;
  top: -5px;
  font-size: 10px;
  right: -5px;
  background: #000;
  color: #fff;
}
/* .sec_inventory_detail.lot_inventory_details_page .delete_list strong {
  display: none !important;
}
.sec_inventory_detail.lot_inventory_details_page .qtyBtn {
  display: none !important;
} */
.sec_inventory_detail.lot_inventory_details_page .flex {
  gap: 15px;
}

.sec_inventory_detail.lot_inventory_details_page .colr {
  width: 68%;
}

.sec_inventory_detail.lot_inventory_details_page .coll {
  width: 30%;
  padding: 17px;
  border-radius: 10px;
  background: rgba(96, 118, 247, 0.25);
  align-self: flex-start;
}

.sec_inventory_detail.lot_inventory_details_page .coll .total_blk {
  background: #181547;
  padding: 15px;
  border-radius: 5px;
}
.lot_inventory_details_page .code_area {
  display: flex;
  align-items: center;
}

.lot_inventory_details_page .image-2 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.lot_inventory_details_page .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.total_flex {
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}

.devide_line {
  margin: 1rem 0;
  border: 0.6px solid #6e6efe;
}

.pagination > li {
  display: inline;
}

.pagination li a.active {
  background: #6e6efd;
  color: #fff;
  border: 1px solid #6e6efd;
}

.pagination li a,
.pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #6e6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination {
  margin: 10px auto;
}

@keyframes ldio-yzaezf3dcmj {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.ldio-yzaezf3dcmj div {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 6px solid #6e6efd;
  border-top-color: transparent;
  border-radius: 50%;
}

.ldio-yzaezf3dcmj div {
  animation: ldio-yzaezf3dcmj 1s linear infinite;
  top: 60px;
  left: 60px;
}

.loadingio-spinner-rolling-2by998twmg8 {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  background: none;
  margin: 10px auto;
}

.ldio-yzaezf3dcmj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-yzaezf3dcmj div {
  box-sizing: content-box;
}

.hidden {
  display: none !important;
}

#code_price_slider {
  width: 80%;
  margin: 50px auto;
}

#generic_price_slider {
  width: 80%;
  margin: 50px auto;
}

#photo_price_slider {
  width: 80%;
  margin: 50px auto;
}
#code_price_slider .ui-slider-range,
#generic_price_slider .ui-slider-range,
#photo_price_slider .ui-slider-range {
  background: #6e6efd;
}

.generic_form #search_items {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 2rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  height: 279px;
  overflow-y: auto;
}
.generic_form #search_items ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.generic_form #search_items ul li {
  margin-bottom: 1rem;
  color: black;
}

.code_form .search_items_code {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 2rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  height: 279px;
  overflow-y: auto;
}
.code_form .search_items_code ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.code_form .search_items_code ul li {
  margin-bottom: 1rem;
  color: black;
}
footer ul li a {
  color: #fff;
}

/* =============code_image_popup=========== */
.code_image_popup .inside {
  padding: 0;
  border-radius: 0;
}
.code_image_popup .inside .crosBtn {
  background-color: #181547;
  top: 1rem;
  right: 1rem;
  color: #fff;
  border: 1px solid #ffffff00;
  font-size: 14px;
  border-radius: 0;
}
.code_image  .content h5{
    position: absolute;
    bottom: 0px;
    background: #6e6efd;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px 0;
}
.generic_image .inside{
    padding:0;
}
.generic_image  .content h5{
    position: absolute;
    bottom: 0px;
    background: #313139e0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px 0;
}
/*.pop_slider_images, .owl-stage-outer, .owl-stage {*/
/*    width: 100% !important;*/
    /*max-width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

.new_pop_slider_img .content{
    position:relative;
}
/*.pop_slider_images{*/
/*    padding:3rem;*/
/*}*/
.pop_slider_images .owl-nav{
position: absolute;
    top: 40%;
    display: flex;
    justify-content: space-between;
    left: 1rem;
    right: 1rem;
}
/* .pop_slider_images{
    padding:2rem;
} */
.pop_slider_images .owl-nav button{
    
width: 3rem;
    height: 3rem;
    background: #333!important;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #fff!important;
    
}
.pop_slider_images .owl-nav button:hover{
    opacity:0.7;
}
.pop_slider_images .image_2{
    height:20rem;
    position:relative;
    width:100%;
    /*margin-bottom:2rem;*/
}
.pop_slider_images .image_2 img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.generic_image .content h5{
    z-index:111;
}
.pop_slider_images .item{
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}
.pop_slider_images .item img{
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}
@media (max-width: 991px) {
/*    .new_pop_slider_img .tableDv{*/
    /*display:block;*/
/*}*/

/*.new_pop_slider_img .tableDv .tableCell{*/
/*    display: unset; */
/*    vertical-align: unset; */
/*}*/
}

  .new_pop_slider_img .owl-counter {
    position: absolute;
    left: 110px;
    bottom: 101px;
    font-size: 14px;
    font-family: 'Glory SemiBold';
}
 .new_pop_slider_img .crosBtn_inner{
        position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
    z-index: 30;
}
.popup .inside{
    border-radius:10px;
    overflow:hidden;
}
.footer_fixed{
   position: fixed; 
    bottom: 0;   
    left: 0;  
    width: 100%; 
    z-index: 1000;
      display:none;

}

@media (max-width: 512px){
    .footer_fixed{ display:block;}
    
}
.blk_btn_footer{
    padding:1rem 2rem;
}
.blk_btn_footer a{
    width: 100%;
    background: #fff;
    color: #09072c;
    box-shadow: -3px -2px 50px 15px #09072c;
}



.footer_fixed .footer_icons{
    display:flex;
  justify-content: space-between; 
  background-color: #313079; 
  padding: 1rem 1rem;
    
}

.footer_fixed .footer_icons img{
    width:30px;
    margin: 0 auto .2rem;
}
.footer_icons span{
  display: block;
  text-align: center;
  font-size: .7rem;
  color:#fff;
}

element.style {
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    /* zoom: 1; */
}
.pop_slider_images .owl-dots button {
    margin: 5px 3px;
    width: 20px;
    height: 5px;
    border-radius: 20px;
    background:#000;
}
.owl-theme .owl-nav [class*=owl-]{
    background:transparent;
    border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background:#333;
    opacity:1;
}

.pop_slider_images .owl-dots button.active{
    width:30px;
}

.custom_img_buble{
    position:relative;
}
.custom_img_buble .custom_bubles{
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.custom_img_buble .custom_bubles >div{
    background: #272563bd;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    padding: .2rem .7rem;
    box-shadow: 0px 0px 17px 3px #00000063;
    width: fit-content;
}
.custom_img_popup_view .inside{
    padding:0rem;
}
.custom_img_popup_view .images{
    position:relative;
    padding-bottom:100%;
    border-radius:10px;
    overflow: hidden;
}
.custom_img_popup_view .images img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in_listing.custom_in_listing{
    flex-wrap:wrap;
}
.in_listing.custom_in_listing > li{
    width:25%;
    padding: 1rem 0;
}
.in_listing.custom_in_listing > li:first-child, .in_listing.custom_in_listing > li:last-child{
    width:50%;
}
.sec_photo_grade .contain .flex .total_flex .webBtn{
  height: 30px;
    font-size: 12px;
    padding: 0 13px;
    min-width: auto;
}
.hide_ds_imp{
  display: none;
}
