/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    [ ## Heading ]
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet');
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  background-color: #f5f5f5;
  font-weight: 400;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.9019607843);
  overflow-x: hidden;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.exchange-area code {
  font-size: 20px;
  color: #1e9ff2;
}

code {
  color: #ff9f43;
  font-weight: 600;
}
code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #a9a4a4;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: var(--primary-color);
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #d63384 !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: var(--primary-color) !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: var(--primary-color);
}

.text--success {
  color: #28c76f;
}

.text-danger {
  color: #d63384 !important;
}

.text--danger {
  color: #d63384;
}

.text--warning {
  color: var(--secondary-color);
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: var(--primary-color) !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid var(--primary-color);
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: rgba(218, 218, 218, 0.4705882353) !important;
}

.bg--gray {
  background-color: #a9a4a4;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scroll {
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 40px;
  right: -80px;
  border-radius: 100%;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #1370d9 0%, #255e9f 81.3%);
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0px #888;
          box-shadow: 0 0 5px 0px #888;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.scroll i {
  margin-top: 10px;
  text-shadow: 0 0 2px #fff;
}

.scroll:hover i {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes rotate {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 5px;
  }
}

@keyframes rotate {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 5px;
  }
}
.visible {
  right: 30px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  z-index: 999;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
}
.custom-table thead tr {
  border-bottom: 1px solid #bfbcbc;
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9019607843);
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table tbody tr {
  border-bottom: 1px solid #bfbcbc;
}
.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9019607843);
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table tbody tr td button, .custom-table tbody tr td input[type=submit], .custom-table tbody tr td input[type=reset], .custom-table tbody tr td input[type=button], .custom-table tbody tr td .btn--base {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
}
.custom-table tbody tr td .btn--success {
  padding: 7px 18px;
  font-size: 14px;
  border-radius: 8px;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
  z-index: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(253, 214, 112, 0.2);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  width: 25px;
  border-radius: 10px;
}

.slider-next, .slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #bfbcbc;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.9019607843);
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: pointer;
  margin-top: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.slider-next {
  margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #bfbcbc;
  color: rgba(0, 0, 0, 0.9411764706);
  padding: 0;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 8px;
  background: transparent;
  border: 1px solid #bfbcbc;
  color: rgba(0, 0, 0, 0.9411764706);
}
.pagination .page-item .page-link {
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.nav-tabs .nav-link {
  padding: 30px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 15px;
  border: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs .nav-link .icon {
  width: 50px;
  height: 50px;
  font-size: 30px;
  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;
  text-align: center;
  border-radius: 30%;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 20px;
}
.nav-tabs .nav-link.active {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border: none;
  color: rgba(0, 0, 0, 0.9411764706);
}
.nav-tabs .nav-link:nth-of-type(1n) .icon {
  background-color: #7367f0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
          box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
}
.nav-tabs .nav-link:nth-of-type(2n) .icon {
  background-color: #28c76f;
  -webkit-box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
          box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
}
.nav-tabs .nav-link:nth-of-type(3n) .icon {
  background-color: #107BE9;
  -webkit-box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
          box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
  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;
}
.custom-card .card-body {
  background: rgba(218, 218, 218, 0.4705882353);
  padding: 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}
.custom-card button, .custom-card input[type=submit], .custom-card input[type=reset], .custom-card input[type=button], .custom-card .btn--base {
  padding: 12px 30px;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
  background: #f5f5f5;
  border-radius: 10px;
}
.modal-content .close {
  border-radius: 3px;
}

.modal-header {
  border-color: #bfbcbc;
}
.modal-header .btn-close {
  background-color: var(--primary-color);
  background-image: none;
  position: relative;
  opacity: 1;
}
.modal-header .btn-close i {
  position: absolute;
  top: 8px;
  left: 9px;
  color: rgba(0, 0, 0, 0.9019607843);
}

.modal-body {
  background-color: #ffffff;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .modal-body {
    padding: 15px;
  }
}
.modal-body .modal-item-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bfbcbc;
}

.modal-footer {
  border-color: #bfbcbc;
}
.modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.9019607843) !important;
}

.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.9411764706);
  -webkit-font-smoothing: antialiased;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 55px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 35px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header .section-sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #a9a4a4;
  text-transform: uppercase;
  border-radius: 7px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}
.section-header .section-title {
  margin-bottom: 0;
  text-transform: capitalize;
}
.section-header .section-title span {
  color: var(--primary-color);
}
.section-header p {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #d63384;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary::before {
  background-color: #7367f0;
}

.badge--secondary::before {
  background-color: #868e96;
}

.badge--success::before {
  background-color: #28c76f;
}

.badge--danger::before {
  background-color: #d63384;
}

.badge--warning::before {
  background-color: #ff9f43;
}

.badge--info::before {
  background-color: #1e9ff2;
}

.badge--dark::before {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  position: relative;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  color: #000000;
  background-color: transparent;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  background: var(--secondary-color);
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base i {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.btn--base.active {
  background: var(--secondary-color) !important;
  color: #ffffff;
}
.btn--base.active:focus, .btn--base.active:hover {
  color: #ffffff;
}
.btn--base:focus, .btn--base:hover {
  color: rgba(0, 0, 0, 0.9411764706);
  -webkit-box-shadow: 0 10px 20px rgba(255, 104, 110, 0.4);
          box-shadow: 0 10px 20px rgba(255, 104, 110, 0.4);
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.prmium--btn {
  background-color: #627afe;
  width: 100%;
  border-radius: 15px;
  padding: 8px;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.prmium--btn:hover {
  background-color: #4e62d6;
}

.gold--btn {
  background-color: #44cdd2;
  width: 100%;
  border-radius: 15px;
  padding: 8px;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.gold--btn:hover {
  background-color: #3ab1b6;
}

.Diamond--btn {
  background-color: #ff5e5e;
  width: 100%;
  border-radius: 15px;
  padding: 8px;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.Diamond--btn:hover {
  background-color: #d84545;
}

.discount--gold {
  background: #71cdcf;
  color: #fbffff;
  width: 98px;
  padding: 6px 8px;
  border-radius: 10px;
}

.discount--Platinum {
  background: #627afe;
  color: #fbffff;
  width: 98px;
  padding: 6px 8px;
  border-radius: 10px;
}

.discount--Diamond {
  background: #ff5e5e;
  color: #f0eded;
  width: 98px;
  padding: 6px 8px;
  border-radius: 10px;
}

.info-btn {
  width: 30px;
  height: 30px;
  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;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  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;
  background-color: #ea5455;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9411764706);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9411764706);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9411764706);
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9411764706);
}
input::placeholder, textarea::placeholder {
  color: rgba(0, 0, 0, 0.9411764706);
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 118px;
}

input,
select,
textarea {
  border: 1px solid #bfbcbc;
  vertical-align: baseline;
  font-size: 100%;
  color: #2a2a2a;
}

label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
label span {
  color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: rgba(0, 0, 0, 0.9411764706);
}

.input-group {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group .nice-select {
  width: auto;
  padding: 0 30px 0 15px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #bfbcbc;
  line-height: 45px;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(253, 214, 112, 0.2);
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid #bfbcbc;
  border-right: none;
  background-color: #ffffff;
}

.input-group-text {
  border: none;
  font-size: 16px;
  background: var(--primary-color);
  color: #ffffff;
  height: 45px;
  border-radius: 0 15px 15px 0;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ffffff;
  border: 1px solid #bfbcbc;
  border-radius: 5px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: 0px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-control {
  border: 1px solid #bfbcbc;
  font-size: 14px;
  height: 50px;
  color: rgba(0, 0, 0, 0.9019607843);
}
.form-control:focus {
  color: rgba(0, 0, 0, 0.9019607843);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #bfbcbc;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9019607843);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9019607843);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9019607843);
}
.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9019607843);
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.9019607843);
}

.form--control {
  background-color: rgb(255, 255, 255);
  border: 1px solid #bfbcbc;
  height: 45px;
  font-size: 14px;
  color: #000000;
  border-radius: 5px;
  padding: 10px 25px;
  width: 100%;
}
.form--control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: rgba(0, 0, 0, 0.9019607843);
  border: 2px solid #bfbcbc;
  background-color: rgb(255, 255, 255);
}
.form--control::-webkit-input-placeholder {
  color: rgb(118, 118, 118);
}
.form--control::-moz-placeholder {
  color: rgb(118, 118, 118);
}
.form--control:-ms-input-placeholder {
  color: rgb(118, 118, 118);
}
.form--control::-ms-input-placeholder {
  color: rgb(118, 118, 118);
}
.form--control::placeholder {
  color: rgb(118, 118, 118);
}
.form--control:disabled {
  background-color: rgb(122, 122, 122);
  border-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.fileholder.active {
  border: 2px dashed #5a5278;
}

.fileholder-drag-drop-title {
  color: #c4c5cf;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #5a5278;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #5a5278;
}

.fileholder.active {
  border: 2px dashed #8a8dab;
}

.fileholder-drag-drop-title {
  color: rgba(0, 0, 0, 0.9019607843);
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: var(--primary-color);
}

.fileholder-basic-loading-circle.one {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.two {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.three {
  border: 2px solid var(--primary-color);
}

.radio-wrapper {
  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;
  margin: -3px -7px;
}
.radio-wrapper .radio-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 3px 7px;
}
.radio-wrapper .radio-item img {
  width: 60px;
  margin-right: 5px;
}

.radio-item i {
  font-size: 30px;
  padding: 0px 6px;
}

.radio-item [type=radio]:checked {
  display: none;
}

.radio-item [type=radio]:not(:checked) {
  display: none;
}

.radio-item [type=radio]:checked + label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 20px 25px;
  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;
  color: rgba(0, 0, 0, 0.9019607843);
  width: 100%;
  text-align: center;
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px 25px;
  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;
  color: rgba(0, 0, 0, 0.9019607843);
  width: 100%;
  text-align: center;
}

.nice-select {
  height: 45px;
  line-height: 45px;
  float: unset;
  padding: 0 25px;
  color: #ffffff !important;
}
.nice-select .option.disabled {
  color: #ffffff;
}
.nice-select .list {
  background-color: #ffffff;
  width: auto;
  border-radius: 5px;
  left: auto;
  right: 0;
  color: #000000;
  border: 1px solid #bfbcbc;
  height: 130px;
  overflow-y: scroll;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--primary-color);
  color: #000000;
}

.nice-select .option {
  border-bottom: 1px solid #bfbcbc;
}

.nice-select .nice-select .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #ffffff;
}

.nice-select .list::-webkit-scrollbar {
  width: 2px;
  background-color: #ffffff;
}

.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a9a4a4;
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #bfbcbc !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.9019607843);
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(0, 0, 0, 0.9019607843) transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgba(0, 0, 0, 0.9019607843) transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: rgba(218, 218, 218, 0.4705882353);
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
  z-index: 2;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@-webkit-keyframes scroll-down {
  0%, 100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll-down {
  0%, 100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-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 ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  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: 9999999;
}

.cssload-thecube {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
            transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
            transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
            transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
/*-------------------------------------------------
  [ ## Header ]
*/
.custom-section {
  padding-left: 245px;
  padding-right: 15px;
}
@media only screen and (max-width: 667px) {
  .custom-section {
    padding-left: 30px;
  }
}

.header-area {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 570px) {
  .header-area {
    display: block;
  }
}

.social-icons li {
  padding: 0px 10px;
}

.contact .item {
  padding: 0px 10px;
  font-size: 16px;
}

.header-account-btn img {
  border-radius: 10px;
}

.navber-section {
  background-color: #ffffff;
}
.navber-section .search input {
  padding: 10px;
  border-radius: 60px;
  margin-top: 5px;
  border: 1px solid #bfbcbc;
  width: 200px;
  height: 40px;
  font-size: 16px;
}
.navber-section .search input::-webkit-input-placeholder {
  color: #c4c4c4;
  font-size: 14px;
}
.navber-section .search input::-moz-placeholder {
  color: #c4c4c4;
  font-size: 14px;
}
.navber-section .search input:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 14px;
}
.navber-section .search input::-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 14px;
}
.navber-section .search input::placeholder {
  color: #c4c4c4;
  font-size: 14px;
}
.navber-section .search button, .navber-section .search input[type=button], .navber-section .search input[type=reset], .navber-section .search input[type=submit] {
  padding: 5px 15px;
  border-radius: 50px;
  margin-left: 5px;
  margin-top: 5px;
  color: #ffffff;
  background-color: var(--primary-color);
}
.navber-section .search button:hover, .navber-section .search input[type=button]:hover, .navber-section .search input[type=reset]:hover, .navber-section .search input[type=submit]:hover {
  background-color: #10b981;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header-mobile-search-area {
  margin-left: auto;
  display: none;
  margin-right: 40px;
}

@media only screen and (max-width: 1099px) {
  .header-mobile-search-area {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .header-mobile-search-area {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .header-mobile-search-area {
    margin-right: 10px;
  }
}
.header-section {
  position: relative;
  z-index: 10;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 10;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  margin-top: 0;
  -webkit-animation-fill-mode: initial;
          animation-fill-mode: initial;
}
.header-section.header-fixed .header-top-area {
  display: none !important;
}

.header-mobile-search-form-area {
  display: none;
  position: absolute;
  top: 65px;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 769px) {
  .header-mobile-search-form-area {
    top: 45px;
  }
}

.header-mobile-search-form {
  position: relative;
  z-index: 10;
}
.header-mobile-search-form input {
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.9019607843);
  padding-right: 70px;
}
.header-mobile-search-form input::-webkit-input-placeholder {
  color: rgba(82, 82, 82, 0.7) !important;
}
.header-mobile-search-form input::-moz-placeholder {
  color: rgba(82, 82, 82, 0.7) !important;
}
.header-mobile-search-form input:-ms-input-placeholder {
  color: rgba(82, 82, 82, 0.7) !important;
}
.header-mobile-search-form input::-ms-input-placeholder {
  color: rgba(82, 82, 82, 0.7) !important;
}
.header-mobile-search-form input::placeholder {
  color: rgba(82, 82, 82, 0.7) !important;
}
.header-mobile-search-form .header-search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px;
  background-color: var(--primary-color);
  padding: 13px 25px;
}

@media only screen and (max-width: 480px) {
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .small-screen-cart {
    margin-right: 10px !important;
  }
}
.header-threedot-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 667px) {
  .header-threedot-btn {
    position: absolute;
    top: 38px;
    right: -10px;
    width: 150px;
    background: #fff;
    display: none;
    padding: 10px 15px;
    border: 1px solid #bfbcbc;
    border-radius: 0px 0px 4px 4px;
  }
}
@media only screen and (max-width: 667px) {
  .header-threedot-btn.active {
    display: block;
  }
}
@media only screen and (max-width: 667px) {
  .header-threedot-btn .location-select {
    border-bottom: 1px solid #bfbcbc;
    border-radius: 0;
    height: 40px !important;
  }
  .header-threedot-btn .lang-switch-local {
    border-bottom: 1px solid #bfbcbc !important;
    border-radius: 0;
    height: 40px !important;
  }
  .header-threedot-btn .cart-btn-wrapper {
    border-bottom: 1px solid #bfbcbc !important;
    width: 100%;
    height: 40px;
  }
  .header-threedot-btn .cart-btn-wrapper .cart-number {
    top: 2px;
    right: 38px;
  }
  .header-threedot-btn .header-action {
    height: 40px;
    text-align: center;
  }
  .header-threedot-btn .header-action .header-account-btn {
    background-color: transparent !important;
  }
}

.dot-btn {
  background-color: transparent;
  padding: 0;
  font-size: 26px;
  position: relative;
  top: 2px;
  display: none;
}
@media only screen and (max-width: 667px) {
  .dot-btn {
    display: block;
  }
}

.header-bottom-area {
  position: relative;
  background: var(--primary-color);
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
  padding-left: 30px;
}
@media only screen and (max-width: 667px) {
  .header-bottom-area {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .header-bottom-area {
    padding-left: 10px;
  }
}
.header-bottom-area .header-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-bottom-area .header-menu-content .header-search-form {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 15px;
}
@media only screen and (max-width: 1800px) {
  .header-bottom-area .header-menu-content .header-search-form {
    width: 1000px;
  }
}
@media only screen and (max-width: 1600px) {
  .header-bottom-area .header-menu-content .header-search-form {
    width: 800px;
  }
}
@media only screen and (max-width: 1400px) {
  .header-bottom-area .header-menu-content .header-search-form {
    width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-bottom-area .header-menu-content .header-search-form {
    width: 400px;
  }
}
@media only screen and (max-width: 1099px) {
  .header-bottom-area .header-menu-content .header-search-form {
    display: none;
  }
}
.header-bottom-area .header-menu-content .header-search-form input {
  border: none;
}
.header-bottom-area .header-menu-content .header-search-form .header-search-btn {
  background-color: transparent;
  position: relative;
  right: 0px;
  bottom: 2px;
  font-size: 20px;
  padding: 0px 10px;
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 22px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 30px 0;
  font-weight: 600;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.header-bottom-area .navbar-collapse .main-menu li a::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover::after {
  width: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li a.active::after {
  width: 100%;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 60px;
  left: 0px;
  padding: 10px 5px;
  width: 180px;
  background-color: rgba(218, 218, 218, 0.4705882353);
  border: 1px solid #bfbcbc;
  border-radius: 15px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 12px;
  padding: 5px 15px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 250px;
}

.cart-btn-wrapper {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.9411764706);
  font-size: 22px;
  margin-right: 20px;
  position: relative;
}
.cart-btn-wrapper .cart-number {
  position: absolute;
  top: -5px;
  right: -2px;
  width: 18px;
  height: 18px;
  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;
  background-color: var(--secondary-color);
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 50%;
}

.header-action-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-action-wrapper img {
  width: 35px;
}
.header-action-wrapper .btn--base.active {
  padding: 15px 40px;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .header-action-wrapper .btn--base.active {
    padding: 3px 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .header-profile-wrapper .btn--base {
    padding: 3px 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
  }
}

.location-select {
  background: transparent;
  padding-left: 0;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.location-select span {
  color: rgba(0, 0, 0, 0.9411764706);
}
.location-select::after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.9411764706);
  border-right: 2px solid rgba(0, 0, 0, 0.9411764706);
}

@media only screen and (max-width: 991px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  color: #ffffff;
}
.header-link a i {
  color: var(--primary-color);
  margin-right: 5px;
  font-size: 16px;
}
.header-link a + a {
  margin-left: 20px;
}

.header-social li {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
}
.header-social li + li {
  margin-left: 15px;
}

.notification-icon {
  width: 42px;
  height: 42px;
  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;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(0, 0, 0, 0.9019607843);
  border: 1px solid #353a68;
  border-radius: 10px;
  font-size: 20px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 14px;
}

.sidebar-menu-bar {
  background-color: transparent;
  font-size: 20px;
}

.account {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: 11;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.account.active {
  -webkit-transform: translate(-50%, -50%) scaleY(1);
  transform: translate(-50%, -50%) scaleY(1);
}

@media only screen and (max-width: 575px) {
  .account {
    top: 53%;
  }
}
.account-area {
  position: relative;
}

.account .account-wrapper {
  position: relative;
  width: 430px;
  height: 60vh;
  background-color: #f5f5f5;
  border: 1px solid #bfbcbc;
  padding: 40px 30px;
  border-radius: 8px;
  display: none;
  overflow: auto;
}

@media only screen and (max-width: 470px) {
  .account .account-wrapper {
    width: 400px;
  }
}
@media only screen and (max-width: 435px) {
  .account .account-wrapper {
    width: 370px;
  }
}
@media only screen and (max-width: 400px) {
  .account .account-wrapper {
    width: 350px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 380px) {
  .account .account-wrapper {
    width: 320px;
  }
}
@media only screen and (max-width: 350px) {
  .account .account-wrapper {
    width: 300px;
    padding: 15px;
  }
}
@media only screen and (max-width: 330px) {
  .account .account-wrapper {
    width: 290px;
    padding: 15px;
  }
}
.account .account-wrapper.change-form {
  display: block;
}

.account-cross-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: var(--secondary-color);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}

.account-cross-btn:hover::after, .account-cross-btn:hover::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.account-cross-btn::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 11.2px;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.account-cross-btn::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 11.3px;
  top: 48%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.account .account-wrapper .account-logo {
  margin-bottom: 30px;
}

.account .account-wrapper p {
  font-size: 12px;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.768);
}

.account .account-wrapper .account-form input {
  border: 1px solid rgba(0, 0, 0, 0.31) !important;
}

.account .account-wrapper .account-form input:focus {
  border: 1px solid rgba(0, 0, 0, 0.472) !important;
}

.account .account-wrapper .account-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}

.account .account-wrapper .account-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}

.account .account-wrapper .account-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}

.account .account-wrapper .account-form input::-ms-input-placeholder {
  color: black !important;
}

.account .account-wrapper .account-form input::placeholder {
  color: black !important;
}

.account .account-wrapper .account-form .forgot-item a {
  color: rgba(50, 139, 241, 0.869);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account .account-wrapper .account-form .forgot-item a:hover {
  color: #2985ee;
}

.account .account-wrapper .account-form .or-area {
  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;
  padding: 0 20px;
  gap: 37px;
}

.account .account-wrapper .account-form .or-area .or-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.account .account-wrapper .account-form .or-area .or-line {
  height: 1px;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.account .account-wrapper .account-form .account-item {
  color: rgba(0, 0, 0, 0.799);
}

.account .account-wrapper .account-form .account-item a {
  color: rgba(50, 138, 241, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account .account-wrapper .account-form .account-item a:hover {
  color: #328AF1;
}

.account .account-wrapper .account-form .account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.account .account-wrapper .account-form .account-form-btn a {
  width: 35px;
  height: 35px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: rgba(25, 104, 194, 0.863);
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  margin: 8px;
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account .account-wrapper .account-form .account-form-btn a.facebook:hover {
  background-color: #3b5998;
}

.account .account-wrapper .account-form .account-form-btn a.google:hover {
  background-color: #DB4437;
}

.account .account-wrapper .account-form .account-form-btn a.apple:hover {
  background-color: #000000;
}

.account .account-wrapper .account-form .custom-check-group label {
  color: rgba(0, 0, 0, 0.673);
}

.account .account-wrapper .account-form .custom-check-group label a {
  color: rgba(50, 138, 241, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account .account-wrapper .account-form .custom-check-group label a:hover {
  color: #328AF1;
}

.show_hide_password {
  position: relative;
}

.show-pass {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.home-baner {
  position: relative;
  padding: 40px;
}
.home-baner .baner-area .baner-img img {
  width: 80%;
}
.home-baner .baner-element {
  position: absolute;
  top: -50px;
}

.about-baner .bg-img {
  position: relative;
}
.about-baner .bg-img .content {
  position: absolute;
  top: 40%;
  left: 10%;
}
.about-baner .bg-img img {
  width: 100%;
  border-radius: 20px;
}

.service-baner .bg-img {
  position: relative;
}
.service-baner .bg-img .content {
  position: absolute;
  top: 40%;
  left: 10%;
}
.service-baner .bg-img img {
  width: 100%;
  border-radius: 20px;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  position: relative;
}
.footer-section .futter-elemint {
  position: absolute;
  bottom: 0;
}
.footer-section .futter-elemint img {
  width: 100%;
}

.footer-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
}
.footer-widget-wrapper .footer-widget {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.footer-widget-wrapper .footer-widget .widget-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-list {
  margin-bottom: -15px;
}
.footer-list li {
  padding-bottom: 15px;
}
.footer-list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.footer-list li a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-list li a:hover {
  color: var(--primary-color);
}
.footer-list li a:hover::after {
  width: 100%;
}

.footer-social li {
  display: inline-block;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .footer-social li {
    font-size: 14px;
  }
}
.footer-social li + li {
  margin-left: 20px;
}

.footer-bottom-area {
  border-top: 1px solid #606272;
  padding-top: 40px;
  margin-top: 40px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.copyright-area {
  margin-bottom: 20px;
}
.copyright-area p {
  margin-bottom: 0;
}
.copyright-area p span {
  color: var(--primary-color);
  font-weight: 500;
}

.futter-logo {
  margin: 0 auto;
  width: 200px;
  padding-bottom: 30px;
}

.social-area .footer-social a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 24px;
  color: var(--primary-color);
}
.social-area .footer-social a:hover {
  color: #10b981;
}

/*--------------------------------------------------------------
    [ ## RTL ]
--------------------------------------------------------------*/
.rtl {
  direction: rtl;
}
.rtl .header-threedot-btn {
  left: -10px;
  right: auto;
}
.rtl .header-mobile-search-form .header-search-btn {
  left: 0;
  right: auto;
}
.rtl .header-mobile-search-form input {
  padding-left: 70px;
  padding-right: 25px;
}
.rtl .banner-section {
  direction: ltr;
}
.rtl .testimonial-section {
  direction: ltr;
}
.rtl .skill-bar .progressbar .right {
  left: -60px;
  right: auto;
}
.rtl .skill-bar .progressbar .left {
  right: -34px;
}
.rtl .skill-bar .progressbar {
  right: 2%;
  left: 0;
}
@media only screen and (max-width: 420px) {
  .rtl .skill-bar .progressbar {
    right: 10%;
  }
}
.rtl .skill-bar .bar {
  right: 0;
  left: auto;
}
.rtl .skill-bar .label {
  left: auto;
  right: 0;
}
.rtl .skill-bar .label::after {
  right: -10px;
}
.rtl .modal-header .btn-close {
  margin-left: 0;
}
.rtl .brand-slider {
  direction: ltr;
}
.rtl .header-bottom-area {
  padding-left: 0px;
  padding-right: 20px;
}
.rtl .cart-btn-wrapper {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .sidebar {
  right: 0px;
}
.rtl .sidebar.active {
  right: -230px;
}
.rtl .body-wrapper.active .custom-section {
  padding-right: 30px;
}
.rtl .custom-section {
  padding-right: 245px;
  padding-left: 15px;
}
.rtl .sidebar-menu .sidebar-menu-item a .menu-title {
  padding-right: 10px;
  padding-left: 0;
}
.rtl .sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  left: 20px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 667px) {
  .rtl .sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
    top: 6px;
    left: -5px;
  }
}
.rtl .sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rtl .cart-item .cart-content .cart-title {
  margin-left: 0px;
  margin-right: 15px;
}
@media only screen and (max-width: 380px) {
  .rtl .cart-item .cart-content .cart-title {
    padding-right: 8px;
  }
}
.rtl .show-pass {
  left: 25px;
  right: auto;
}
.rtl .custom-check-group label::before {
  margin-left: 8px;
  margin-right: 0px;
}
.rtl .order-details .my-order .left-side .Shipments {
  padding-left: 0px;
  padding-right: 8px;
}
.rtl .custom-check-group input:checked + label::after {
  right: 7px;
}
.rtl .card-header-user-content {
  padding-left: 0px;
  padding-right: 10px;
}
.rtl .show_hide_password input {
  padding-left: 40px;
  padding-right: 22px;
}
.rtl .profile-thumb-content .profile-thumb .avatar-edit {
  left: 0;
  right: auto;
}
.rtl .profile-wrapper {
  left: 0;
  right: auto;
  border-radius: 0px 10px 10px 0px;
}
.rtl .profile-wrapper li:last-child {
  border-bottom: none;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## banner ]
*/
.banner-section {
  overflow: hidden;
}

.banner-slider .swiper-android .swiper-slide, .banner-slider .swiper-wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.banner-wrapper {
  padding: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .banner-wrapper {
    padding: 0px;
  }
}
.banner-wrapper .client-details {
  width: 100%;
}
.banner-wrapper .client-details img {
  width: 70px;
  border-radius: 50%;
}
.banner-wrapper .client-details p {
  font-size: 14px;
  margin: 0px;
}

.banner-thumb {
  position: relative;
  width: 168px;
}
.banner-thumb img {
  border-radius: 1.25rem;
}
.banner-thumb .banner-quote {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  background-color: var(--primary-color);
  border: 5px solid #a9a4a4;
  border-radius: 50%;
  text-align: center;
}
.banner-thumb .banner-quote .fill-white {
  fill: #ffffff;
}

.banner-content {
  width: calc(100% - 168px);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .banner-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.banner-content .banner-ratings {
  margin-bottom: 15px;
}
.banner-content .banner-ratings i {
  color: #feb240;
}
.banner-content p {
  font-size: 18px;
}
.banner-content .banner-user-content .title span {
  color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-section {
  overflow: hidden !important;
}

.brand-section {
  overflow: hidden;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
.food-catagori .baner-img img {
  border-radius: 15px;
}
.food-catagori .catagori-item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.food-catagori .catagori-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.food-catagori .catagori-item .catagori-img {
  width: 100px;
  height: 80px;
  margin: 0 auto;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.food-catagori .catagori-item .catagori-img img {
  width: 100%;
  height: 100%;
  width: 100px !important;
  height: 80px  !important;
  object-fit: contain;
  border-radius: 3px;
}
.food-catagori .catagori-item .mrp {
  text-decoration: line-through;
}
.food-catagori .catagori-item .button {
  margin-top: auto;
}

.mrp {
  text-decoration: line-through;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}

.quantity-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
}
.quantity-area input {
  color: #000000;
  padding: 1px 1px;
}

.modal-item-img .image {
  margin: 0 auto;
  width: 380px;
  height: 400px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .modal-item-img .image {
    width: 300px;
    height: 280px;
  }
}
@media only screen and (max-width: 420px) {
  .modal-item-img .image {
    width: 220px;
    height: 200px;
  }
}
.modal-item-img .image:hover {
  --zoom: 3;
}
.modal-item-img .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: scale(var(--zoom, 1));
          transform: scale(var(--zoom, 1));
  -webkit-transform-origin: var(--x) var(--y);
          transform-origin: var(--x) var(--y);
  transition: -webkit-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.checkout-section .checkout-form {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bfbcbc;
  padding: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 667px) {
  .checkout-section .checkout-form {
    padding: 8px;
    padding-bottom: 20px;
  }
}

.cart-sidebar {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bfbcbc;
  padding: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 667px) {
  .cart-sidebar {
    padding: 8px;
  }
}
.cart-sidebar .cost {
  border-top: 1px solid #bfbcbc;
  padding-top: 6px;
  margin-top: 10px;
}

.account-inner-form {
  padding-bottom: 10px;
  display: none;
}
.account-inner-form.active {
  display: block;
}

.catagori-item .button.active .btn {
  display: none;
}
.catagori-item .button.active .quantity-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catagori-item .button .quantity-area {
  display: none;
}

.cart-wrapper .catagori-item .button .quantity-area {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .modal-item-details .button .add-to-cart-btn, .modal-item-details .button .quantity-area {
    width: 200px !important;
  }
}
.modal-item-details .button.active .btn {
  display: none;
}
.modal-item-details .button.active .quantity-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-item-details .button .quantity-area {
  display: none;
}

.product-content {
  text-align: justify;
  padding-top: 10px;
}

.custom-section {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.body-wrapper.active .custom-section {
  padding-left: 30px;
}

.cart-sidebar .form-group .payment label {
  padding-left: 10px;
}
.cart-sidebar .form-group .payment input[type=radio] {
  padding: 0px;
}
.cart-sidebar .form-group .card-payment .form {
  margin-top: 10px;
}

.account-inner-form .active {
  display: block;
}

.account-inner-form.active.payment .payment-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-inner-form.active.payment .form--control {
  padding: 10px 25px;
}

.card-payment-input {
  display: none;
}
.card-payment-input.active {
  display: block;
}

.nice-select .current {
  color: #000000;
}

.sidebar-doc-content {
  color: #ffffff;
}
.sidebar-doc-content .title {
  color: #ffffff;
}

.preview-list-wrapper {
  background: linear-gradient(127.09deg, rgba(24, 29, 60, 0.94) 19.41%, rgba(10, 14, 35, 0.49) 76.65%);
  border-radius: 15px;
  overflow: hidden;
}
.preview-list-wrapper .preview-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid black;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.preview-list-wrapper .preview-list-item .last {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-item .last {
    font-size: 14px;
  }
}

.preview-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-list-user-wrapper .preview-list-user-icon {
  width: 30px;
  height: 30px;
  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;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 20px;
}

.preview-list-right {
  text-align: right;
}

.note-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .support-card {
    display: block;
  }
}

.card-header-user-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px;
    background-color: rgba(218, 218, 218, 0.4705882353);
}
.card-header-user-area .avatar {
  width: 40px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #bfbcbc;
}
.card-header-user-area .card-header-user-content {
  padding-left: 15px;
}
.card-header-user-area .card-header-user-content .title {
  margin-bottom: 0;
}
.card-header-user-area .card-header-user-content .sub-title {
  font-size: 12px;
  font-weight: 500;
}

.support-card-wrapper {
  width: calc(100% - 500px);
  background-color: #f5f5f5;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .support-card-wrapper {
    width: 100%;
  }
}
.support-card-wrapper .card-header {
  background-color: rgba(218, 218, 218, 0.4705882353);
}

.chat-container {
  position: relative;
  -ms-touch-action: auto;
      touch-action: auto;
  overflow-y: auto;
  max-height: 650px;
  min-height: 655px;
  padding: 30px 15px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1800px) {
  .chat-container {
    max-height: 550px;
    min-height: 555px;
  }
}
@media only screen and (max-width: 1600px) {
  .chat-container {
    max-height: 450px;
    min-height: 455px;
  }
}
.chat-container .media > * {
  margin: 0 10px;
}
.chat-container .media {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  max-width: 80%;
}
@media only screen and (max-width: 575px) {
  .chat-container .media {
    max-width: 100%;
  }
}
.chat-container .media.media-chat-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.chat-container .media.media-chat-reverse .media-body p {
  background-color: var(--primary-color);
  color: #ffffff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
  left: auto;
  right: -10px;
  background-color: var(--primary-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  font-size: 13px;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.9411764706);
}
.chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #ffffff;
  width: 12px;
  height: 17px;
}
.chat-container .media .avatar {
  width: 40px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #bfbcbc;
}

.chat-form .publisher {
  position: relative;
  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;
  padding: 12px 20px;
  background-color: #e9e9e9;
  border-top: 1px solid #bfbcbc;
  border-radius: 0 0 10px 10px;
}
.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-form .publisher .publisher-input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: none !important;
  background-color: #f5f5f5;
  color: #000000;
  border-radius: 99px;
}
.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.chat-form .publisher .publisher-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.chat-form .publisher .chatbox-send-part {
  width: 45px;
}
.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.9411764706);
  border-radius: 50%;
  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;
  cursor: pointer;
}
.chat-form .publisher .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}
.chat-form .publisher .file-group label {
  margin-bottom: 0;
  cursor: pointer;
}

.support-profile-wrapper {
  background-color: #f5f5f5;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper {
    width: 100%;
  }
}
.support-profile-wrapper.active {
  right: 0;
}
.support-profile-wrapper .support-profile-header {
  padding: 18px;
  background-color: rgba(218, 218, 218, 0.4705882353);
  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;
}
.support-profile-wrapper .support-profile-header label {
  margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
  padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
  padding-top: 15px;
  font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
  float: right;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
    float: left;
  }
}
.support-profile-wrapper .support-profile-list li p {
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.profile-body-wrapper {
  padding: 0 !important;
}

.profile-form-area {
  padding: 30px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border-radius: 20px 20px 0 0;
  border: none;
  background-color: var(--primary-color);
  position: relative;
}

.profile-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content {
    display: block;
    margin-top: 60px;
  }
}
.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #bfbcbc;
  background-color: #a9a4a4;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.profile-thumb-content .profile-content {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content .profile-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.profile-thumb-content .profile-content .username {
  font-size: 18px;
}
.profile-thumb-content .profile-content .user-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px -10px;
}
.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--primary-color);
}

.profile .profile-details .profile-name {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 667px) {
  .profile .profile-details .profile-name {
    padding: 15px;
  }
}
.profile .profile-details .profile-name .account-balance .title {
  color: var(--secondary-color);
}
.profile .profile-details .profile-name label {
  font-size: 16px;
  margin-top: 10px;
}

.header-profile-wrapper {
  position: relative;
}

.profile-wrapper {
  position: absolute;
  top: 47px;
  right: 0;
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #bfbcbc;
  border-radius: 10px 0px 0px 10px;
  z-index: 9;
  text-align: left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .profile-wrapper {
    width: 180px;
  }
}
.profile-wrapper.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.profile-wrapper .title-area {
  padding: 10px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.profile-wrapper .title-area:hover {
  background-color: var(--secondary-color);
}
.profile-wrapper li {
  border-bottom: 1px solid #bfbcbc;
}

.header-profile-wrapper img {
  border-radius: 10px;
}

.order-details .my-order {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .order-details .my-order {
    padding: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .order-details .my-order .order-ratings i {
    font-size: 12px;
  }
}
@media only screen and (max-width: 425px) {
  .order-details .my-order .order-ratings i {
    font-size: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .order-details .my-order .order-id {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .order-details .my-order .Shipments {
    font-size: 12px;
  }
}
.order-details .my-order .left-side .btn--base {
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .order-details .my-order .left-side .btn--base {
    font-size: 12px;
    padding: 6px 15px;
  }
}
.order-details .my-order .left-side .Shipments {
  padding-left: 8px;
}
.order-details .my-order .show-details {
  border: 1px solid #bfbcbc;
  padding: 3px;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (max-width: 575px) {
  .order-details .my-order .show-details {
    font-size: 10px;
    width: 70px;
  }
}
.order-details .my-order .show-details:hover {
  border: 2px solid #bfbcbc;
}

.order-history {
  background-color: #ffffff;
}
.order-history .my-deatils {
  padding-top: 20px;
}
.order-history .my-deatils .address-details {
  border-bottom: 1px solid #bfbcbc;
}
.order-history .my-deatils .address i {
  font-size: 30px;
  padding: 10px;
}
.order-history .my-deatils .my-order {
  border-bottom: 1px solid #bfbcbc;
  border-radius: 0px;
}
.order-history .my-order-details {
  padding-top: 15px;
}
.order-history .my-order-details .order-img img {
  width: 100px;
}
.order-history .my-order-details .order-title {
  padding-top: 20px;
}
.order-history .my-order-details .price {
  padding-top: 20px;
}

.payment-select .list {
  width: 100%;
}

.login-verification .account-wrapper {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.login-verification .account-wrapper .login-verification-content p {
  font-size: 14px;
}

.forgot-password .account-wrapper {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.forgot-password .account-wrapper .login-verification-content p {
  font-size: 14px;
}

.verification-otp .verification-otp-area {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .verification-otp .verification-otp-area {
    padding: 20px;
  }
}
.verification-otp .verification-otp-area .verification-otp-content p {
  font-size: 14px;
}
.verification-otp .verification-otp-area .account-item a {
  color: var(--primary-color);
}

.new-password .new-password-area {
  background-color: rgba(218, 218, 218, 0.4705882353);
  padding: 40px;
  border-radius: 10px;
}

.otp {
  width: 55px;
  height: 50px;
  color: #000000;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  margin: 2px;
}

@media only screen and (max-width: 520px) {
  .otp {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 375px) {
  .otp {
    width: 40px;
    height: 40px;
  }
}
.otp:focus {
  border: 2px solid var(--primary-color);
}

.otp.required {
  border: 3px solid #ea5455;
}

#time {
  color: #ea5455;
}

.account-area .login-item a {
  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;
}
.account-area .login-item .btn {
  padding: 20px;
  margin-top: 5px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #000000;
  border-radius: 8px;
  border: 1px solid #bfbcbc;
}
.account-area .login-item .btn:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}
.account-area .login-item .btn i {
  font-size: 30px;
  padding-right: 5px;
}

.modal-content .order-history .preview-item {
  border-bottom: 1px solid #bfbcbc;
  padding-top: 15px;
}
@media only screen and (max-width: 425px) {
  .modal-content .order-history .preview-item {
    font-size: 13px;
  }
}

.customer-offer {
  background-color: var(--primary-color);
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 420px) {
  .customer-offer {
    padding: 20px;
  }
}

.skill-bar .progressbar {
  position: relative;
  display: block;
  width: 90%;
  border-radius: 5px;
  height: 4px;
  background-color: #f2f2f2;
  left: 2%;
}
@media only screen and (max-width: 1199px) {
  .skill-bar .progressbar {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .skill-bar .progressbar {
    width: 85%;
  }
}
@media only screen and (max-width: 420px) {
  .skill-bar .progressbar {
    width: 70%;
    left: 8%;
  }
}
@media only screen and (max-width: 375px) {
  .skill-bar .progressbar {
    width: 65%;
    left: 8%;
  }
}
.skill-bar .progressbar .left {
  position: absolute;
  left: -30px;
  top: -8px;
}
.skill-bar .progressbar .right {
  position: absolute;
  right: -60px;
  top: -8px;
}

@media only screen and (max-width: 420px) {
  .offer-content {
    font-size: 14px;
  }
}

.skill-bar .bar {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--secondary-color);
  border-radius: 5px;
}

.skill-bar .label {
  width: 40px;
  height: 25px;
  top: -35px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: #0f1514;
}

.skill-bar .label::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 4px solid var(--secondary-color);
  border-radius: 100%;
  top: 115%;
  background: #cf2828;
  left: auto;
  right: 10px;
  z-index: 2;
}

.skill-bar .progressbar {
  height: 10px;
}

.skill-bar .label {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .skill-bar .label {
    font-size: 16px;
  }
}
.skill-bar .label::after {
  width: 20px;
  height: 20px;
}

.swiper-slide {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.swiper-slide .catagori-img {
  width: 100px;
  height: 80px;
  margin: 0 auto;
}
.swiper-slide .catagori-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide .mrp {
  text-decoration: line-through;
}

.lang-select .nice-select {
  background-color: transparent !important;
  border: none;
}
.lang-select .nice-select .list {
  height: auto;
}

.show_hide_password input {
  padding-right: 40px;
}

.apk-img img {
  border-radius: 10px;
}

.app-section {
  border-radius: 10px;
}

.app-area {
  padding: 60px;
}
@media only screen and (max-width: 991px) {
  .app-area {
    padding: 15px;
  }
}

.cart-bar {
  width: 300px;
  font-size: 14px;
  position: fixed;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
  border-radius: 0;
  padding: 10px;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cart-bar .cartbar-inner {
  position: relative;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.cart-bar .cartbar-inner .cart-header {
  border-bottom: 1px solid #bfbcbc;
}
.cart-bar .cartbar-item {
  padding-top: 20px;
  background-color: #f2f2f2;
  padding: 10px;
}
.cart-bar .cartbar-item .quantity-area {
  display: block;
}
.cart-bar .cartbar-item .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.cart-bar .cartbar-item .cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-bar .cartbar-item .cart-content .cart-thumb {
  width: 80px;
  height: 80px;
}
.cart-bar .cartbar-item .cart-content .cart-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.cart-bar .cartbar-item .cart-content .cart-title {
  padding-left: 10px;
  font-size: 11px;
}
.cart-bar .cartbar-item .cart-content .cart-title .button {
  border: 1px solid #bfbcbc;
  width: 100px;
}
.cart-bar .cartbar-item .cart-content .cart-title .button .qty {
  border-top: none;
  border-bottom: none;
}
.cart-bar .cartbar-item .cart-content .cart-title .button .quantity-area {
  width: 97px;
}
.cart-bar .cartbar-item .cart-content .cart-title .button .quantity-area input {
  height: 20px;
  line-height: 10px;
}
.cart-bar .cartbar-bottom {
  margin-top: auto;
}
.cart-bar .cartbar-bottom .price-details {
  padding: 10px;
}
.cart-bar .cartbar-bottom .price-details .payment-pp {
  font-size: 16px;
  font-weight: 700;
}
.cart-bar .cartbar-bottom .price-details p {
  border-bottom: 1px solid #bfbcbc;
  padding-bottom: 5px;
}
.cart-bar .cartbar-bottom .price-details span {
  text-align: right;
  float: right;
  font-weight: 700;
}
.cart-bar .remove-btn {
  font-size: 20px;
  color: #cf2828;
}

.cart-bar .cartbar-close {
  position: relative;
  top: 50%;
  left: -30px;
  z-index: 9;
}
.cart-bar .cart-hide {
  font-size: 20px;
  background-color: #cbcbcb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #cf2828;
}

.cart-bar {
  display: none;
  /* Hidden by default */
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  /* Smooth fade effect */
}

.cart-bar.show {
  display: block;
  /* Show when active */
  opacity: 1;
}

.rtl .cart-bar {
  left: 0;
  right: auto;
}
.rtl .cart-bar .cartbar-close {
  right: -30px;
  left: 0;
}

@media screen and (max-width: 667px) {
  .big-screen-cart {
    display: none;
  }
}

.small-screen-cart {
  display: none;
}
@media screen and (max-width: 667px) {
  .small-screen-cart {
    display: block;
  }
}

.bags-price {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-bar {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cart-bar.hide {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item .blog-thumb {
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
}
.blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-content {
  padding-top: 20px;
}
.blog-item .blog-content .title {
  margin-bottom: 20px;
  line-height: 1.8em;
}
.blog-item .blog-content .title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-content .title a:hover {
  color: var(--primary-color);
}
.blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.blog-details-section .blog-item .blog-thumb {
  height: 500px;
}

.blog-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-list li {
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  padding-bottom: 15px;
}
.blog-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
}

.blog-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #bfbcbc;
  padding-top: 20px;
  margin-top: 30px;
}
.blog-tag-wrapper span {
  font-weight: 600;
  margin-right: 10px;
}
.blog-tag-wrapper .blog-footer-tag li {
  display: inline-block;
  background: var(--primary-color);
  padding: 3px 10px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
  margin-left: 10px;
}

.blog-comment-area {
  margin-top: 30px;
}
.blog-comment-area .title {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
    [ ## dashboard ]
--------------------------------------------------------------*/
.sidebar {
  width: 220px;
  font-size: 14px;
  position: fixed;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
  border-radius: 0;
  padding: 10px;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 667px) {
  .sidebar {
    left: -230px;
  }
}
.sidebar.active {
  left: -230px;
}
@media only screen and (max-width: 667px) {
  .sidebar.active {
    left: 0;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
  padding: 12px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 667px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
}
@media only screen and (max-width: 667px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 5px;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: none;
}
@media only screen and (max-width: 667px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    display: block;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-title {
  display: none;
}
@media only screen and (max-width: 667px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-title {
    display: block;
  }
}
.sidebar.active .sidebar-doc-box {
  display: none;
}
@media only screen and (max-width: 667px) {
  .sidebar.active .sidebar-doc-box {
    display: block;
  }
}

.sidebar-inner {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
}

.sidebar-logo {
  position: relative;
  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;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar-logo::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 225, 226, 0)), color-stop(47.22%, rgb(224, 225, 226)), color-stop(94.44%, rgba(224, 225, 226, 0.157)));
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 47.22%, rgba(224, 225, 226, 0.157) 94.44%);
}
.sidebar-logo .sidebar-main-logo {
  max-width: 130px;
}
.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9019607843);
  background-color: transparent;
  display: none;
}

.sidebar-menu-wrapper {
  padding-top: 25px;
}

.sidebar-menu-header {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 20px;
}
.sidebar-menu-header::before {
  content: "--";
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-item-badge {
  margin-left: auto;
}

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
  border-radius: 15px;
}
@media only screen and (max-width: 667px) {
  .sidebar-menu .sidebar-menu-item {
    padding: 12px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sidebar-menu .sidebar-menu-item a img {
  width: 25px;
}
.sidebar-menu .sidebar-menu-item a .menu-title {
  padding-left: 8px;
}
.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.9411764706);
  font-weight: 500;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--primary-color);
  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;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .sidebar-menu .sidebar-menu-item a .menu-icon {
    margin-right: 0;
  }
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 10px;
  right: 35px;
  font-family: "Font Awesome 5 Free";
  color: rgba(0, 0, 0, 0.9019607843);
  font-weight: 700;
  content: "\f105";
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 667px) {
  .sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
    top: 6px;
    right: -5px;
  }
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
  font-size: 12px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.9019607843);
  font-weight: 400;
  margin-top: 0;
  padding-left: 2px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding: 10px 20px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
  display: none;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
  font-size: 18px;
  margin-right: 8px;
}
.sidebar-menu .sidebar-menu-item:hover {
  color: var(--primary-color);
  font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
  background-color: rgba(253, 214, 112, 0.31);
}
.sidebar-menu .sidebar-menu-item.active::after {
  height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  background-color: var(--primary-color);
  color: #ffffff;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  font-weight: 700;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a::before {
  display: none;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  padding: 0 !important;
  background-color: var(--primary-color);
  font-size: 0.8em;
  border: none;
  margin-bottom: 0;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.sidebar-doc-box {
  background-color: #1b334d;
  border-radius: 15px;
  padding: 15px;
  min-height: 190px;
  min-width: 200px;
}
@media only screen and (max-width: 575px) {
  .sidebar-doc-box {
    display: none;
  }
}
.sidebar-doc-box .bg_img {
  width: 200px;
}
.sidebar-doc-box .sidebar-doc-icon {
  width: 30px;
  height: 30px;
  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;
  background-color: #ffffff;
  color: var(--primary-color);
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
  padding: 14px 40px;
  font-size: 14px;
}

.main-wrapper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc(100vh - 65px);
}

.navbar-wrapper {
  padding: 20px 0;
  margin-left: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-wrapper.active {
  margin-left: 85px;
}
.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 0;
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}

/*-------------------------------------------------
    [ ## cookie block ]
*/
.cookie-main-wrapper {
    background-color: rgb(31, 41, 55);
    padding: 20px 30px;
    border-radius: 20px;
    position: fixed;
    bottom: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    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;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper {
        display: block;
        width: 90%;
    }
}
.cookie-main-wrapper .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-content {
        width: unset;
    }
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content {
        width: 100%;
        display: block;
    }
}
.cookie-main-wrapper .cookie-content svg {
    width: 40px;
    height: auto;
    fill: rgb(125, 211, 252);
    margin-right: 15px;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content svg {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.cookie-main-wrapper .cookie-content p {
    width: calc(100% - 40px);
    color: rgb(255, 255, 255);
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.cookie-main-wrapper .cookie-content p a {
    text-underline-offset: 2px;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content p {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-btn-area {
        margin-top: 20px;
    }
}

.app-btn-wrapper {
    margin: -8px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app-btn .app-icon {
  padding-right: 10px;
  font-size: 25px;
  color: #fff;
}

.app-btn-wrapper {
  margin: -8px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .app-btn-wrapper {
    margin-top: 0px;
  }
}
.app-btn-wrapper .app-btn {
  position: relative;
  background-image: linear-gradient(90.88deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  border-radius: 5px;
  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;
  padding: 6px 18px;
  width: 230px;
  margin: 8px;
}

.app-btn-wrapper .app-btn span {
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
}
.apps-sorch{
    display: flex;
}
.app-btn-wrapper .app-btn .title {
  margin-bottom: 0;
  color: #ffffff;
}

.app-btn-wrapper .app-btn .icon {
  width: 35px;
  height: 35px;
  margin-left: auto;
}

.app-btn-wrapper .app-btn .app-qr {
  position: absolute;
  top: 65px;
  left: 0;
  background-color: #fcfcfc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 575px) {
  .app-btn-wrapper .app-btn .app-qr {
    display: none;
  }
}
.app-btn-wrapper .app-btn:hover .app-qr {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.app-btn-wrapper .app-qr {
  z-index: 9;
}

.user-header-account-btn {
    padding: 15px 40px;
    border-radius: 0;
}

.order-details-container .product-img {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin: 0 auto;
}
.order-details-container .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
}
.order-details-container .table-responsive {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}
.order-details-container .custom-table thead tr th {
  text-align: center;
}
.order-details-container .custom-table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}
.order-details-container .custom-table tbody tr td {
  padding: 5px 12px;
  text-align: center;
}
.order-details-container .total-amount {
  font-weight: 700;
}
.order-details-container .order-summary {
  border: 1px solid #e7e7e7;
  padding: 20px;
  border-radius: 10px;
}
.order-details-container .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}
.order-details-container .summary-label {
  color: var(--text-light);
}
.order-details-container .summary-value {
  font-weight: 500;
}
.order-details-container .grand-total {
  font-size: 1.2rem;
  font-weight: 700;
  border-top: 1px solid #e7e7e7;
  padding-top: 1rem;
  margin-top: 1rem;
  color: #000000;
}
.order-details-container .grand-total .summary-value {
  color: var(--accent);
  font-size: 1.3rem;
}
.order-details-container .checkout-form-area {
  margin-top: 20px;
}
.order-details-container .checkout-form-area .checkout-form {
  border: 1px solid #e7e7e7;
  padding: 20px;
  border-radius: 10px;
}
.order-details-container .payment-checkout {
  border: 1px solid #e7e7e7;
  padding: 20px;
  border-radius: 10px;
}

.item-details-page .catagori-details {
	 background-color: #fff;
	 border-radius: 10px;
	 box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
}
 .item-details-page .catagori-item {
	 text-align: left;
}
 .item-details-page .catagori-item:hover {
	 transform: none;
}
 .item-details-page .catagori-item .button {
	 margin-top: 10px;
}
 .item-details-page .catagori-item .product-content {
	 font-size: 14px;
}
 @media screen and (max-width: 1199px) {
	 .item-details-page .catagori-item .btn--base {
		 width: 50% !important;
	}
}



.delivery-date-select {
    max-width: 300px;
    
}

 .time-slot-select {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: white;
        cursor: pointer;
    }
    
    .time-slot-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    delivery-item-img img {
  width: 40px;
  height: 40px;
  border: 3px;
  margin-right: 3px; }

.delivery-item-img .more-item {
  margin-left: 5px;
  font-size: 14px;
  color: #cf2828; }

.modal-content .modal-body {
  border-radius: 10px; }

.modal-content .product-img {
  width: 50px;
  height: 50px; }
  .modal-content .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

    .delivery-tab-btn{
  display: flex;
  justify-content: center;
  border: 10px;
}
.delivery-tab-btn .nav-link{
  font-size: 12px;
  color: #000000;
}
.delivery-tab-btn .nav-link.active{
  background-color: var(--secondary-color);
}
.pagination-area .pagination{
  justify-content: center !important;
  padding-top: 20px;
}

.delivery-item-img img {
  width: 40px;
  height: 40px;
  border: 3px;
  margin-right: 3px;
  border-radius: 3px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
}
.delivery-item-img .more-item {
  margin-left: 5px;
  font-size: 14px;
  color: #cf2828;
}
.payment-method .list{
  width: 100%;
}




.sidebar-menu-item {
    width: 230px; /* or any fixed width you prefer */
    overflow: hidden;
}

.sidebar-menu-item > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 6px;
    transition: background-color 0.3s;
    color: #333;
}

.sidebar-menu-item > a:hover {
    background-color: #f5f5f5;
}

.sidebar-menu-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.menu-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    flex: 1;
    font-size: 14px;
}
.btn--danger{
  background-color: #e90505;
}
.profile-list .menu-icon{
  position: relative;
  top: -6px;
  color: rgb(224, 5, 5);
}
.profile-list .menu-title{
  font-size: 18px !important;
  font-weight: 500;
  color: rgb(224, 5, 5);
}
.menu-title {
  display: inline-block;
  /* Required for text-overflow to work */
  max-width: 120px;
  /* Adjust based on your sidebar width */
  white-space: nowrap;
  /* Prevents text from wrapping */
  overflow: hidden;
  /* Hides overflowed text */
  text-overflow: ellipsis;
  /* Adds "..." if text overflows */
}

.btn--close {
  position: relative;
  background: #d3d3d3;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}



@media only screen and (max-width: 1199px) {
  .body-wrapper.show .custom-section {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .rtl .body-wrapper.show .custom-section {
    padding-left: 15px;
  }
}

.catagori-item.item-out {
  pointer-events: none;
  opacity: 0.6;
}

.form-group .input-group-text{
  border-radius: 5px !important;
}
.form-group .input-group-text .list{
  width: 100%;
}



.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-form .publisher .chatbox-message-part textarea {
  min-height: 20px !important;
  border-radius: 10px;
  background-color: #ffffff;
}

.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgb(150, 150, 150);
  font-size: 14px;
}

.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgb(150, 150, 150);
  font-size: 14px;
}

.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgb(150, 150, 150);
  font-size: 14px;
}

.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgb(150, 150, 150);
  font-size: 14px;
}

.chat-form .publisher .publisher-input::placeholder {
  color: rgb(150, 150, 150);
  font-size: 14px;
}

.chat-form .publisher .chatbox-send-part {
  width: 45px;
}

.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background: var(--primary-color);
  color: #000000;
  border-radius: 50%;
  font-size: 20px;
}

.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #e6eaf8;
  color: #ffffff;
  border-radius: 50%;
  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;
  cursor: pointer;
}

.chat-form .publisher .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

.chat-form .publisher .file-group label {
  margin-bottom: 0;
  color: #000000;
  cursor: pointer;
}