/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sora", sans-serif;
  color: #555555;
  font-size: 0.9375rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.7;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow-x: hidden;
  counter-reset: section;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #f2f2f2;
}

body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 2px solid #f2f2f2;
}

@-webkit-keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

img {
  width: 100%;
  height: auto;
  user-select: none;
}

select {
  cursor: pointer;
}

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

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

span {
  display: inline-block;
}

a:hover {
  color: #05595b;
}

hr {
  background-color: #e5e5e5;
  opacity: 0.65;
}

.page-scroll-bar {
  position: fixed;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  border: none;
  background: transparent;
  z-index: 99;
}

.page-scroll-bar::-webkit-progress-bar {
  background: transparent;
}

.page-scroll-bar::-webkit-progress-value {
  background: linear-gradient(to left,
      #db38b5,
      #01b3e3,
      #25ce7b,
      #fdc741,
      #ff6b01,
      #05595b);
  background-attachment: fixed;
}

.page-scroll-bar::-moz-progress-bar {
  background: linear-gradient(to left,
      #db38b5,
      #01b3e3,
      #25ce7b,
      #fdc741,
      #ff6b01,
      #05595b);
  background-attachment: fixed;
}

/* reset css end */
/* global css strat */
.text--primary {
  color: #7367f0 !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #ff9f43 !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #082032 !important;
}

.text--muted {
  color: #a0a0a0 !important;
}

.text--base {
  color: #05595b !important;
}

.text--dark {
  color: #212121 !important;
}

.text--h {
  color: #212121 !important;
}

.text--p {
  color: #555555 !important;
}

.text--rating {
  color: #e5b407;
}

/* background color css start */
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #868e96 !important;
}

.bg--success {
  background-color: #28c76f !important;
}

.bg--danger {
  background-color: #ea5455 !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2 !important;
}

.bg--dark {
  background-color: #082032 !important;
}

.bg--light {
  background-color: #bcc7da !important;
}

.bg--base {
  background-color: #05595b !important;
}

/* background color css end */
.bg_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-attachment-fixed {
  background-attachment: fixed;
}

.section--bg {
  background-color: #fafafa !important;
}

.section--bg2 {
  background-color: #062c30;
}

.top--border-base {
  border-top: 2px solid #05595b;
}

.dark--overlay::before {
  opacity: 0.65;
}

.base--overlay::before {
  opacity: 0.95;
}

.alert--dark {
  background-color: #505c66;
}

.border--base {
  border-color: #05595b;
}

.info-message-alert .icon {
  width: 40px;
  font-size: 1.25rem;
}

.info-message-alert .content {
  width: calc(100% - 40px);
}

.slick-arrow {
  cursor: pointer;
}

.z-index-2 {
  z-index: 2;
}

.main-wrapper {
  position: relative;
}

.section-header {
  margin-bottom: 2.1875rem;
  margin-top: -8px;
}

@media (max-width: 767px) {
  .section-header {
    margin-bottom: 2.1875rem;
  }
}

@media (max-width: 575px) {
  .section-header {
    margin-bottom: 1.875rem;
  }
}

.section-header p {
  font-size: 1.25rem;
  margin-top: 0.625rem;
}

@media (max-width: 767px) {
  .section-header p {
    font-size: 1rem;
  }
}

.section-title {
  font-size: 2.25rem;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 420px) {
  .section-title {
    font-size: 1.75rem;
  }
}

.section-top-title {
  font-family: "Sora", sans-serif;
  font-size: 1.875rem;
}

@media (max-width: 767px) {
  .section-top-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .section-top-title {
    font-size: 1.25rem;
  }
}

.section-top-title.style--two span::before {
  display: none;
}

.section-top-title span::before {
  content: "";
  top: 50%;
  left: -35px;
  width: 25px;
  height: 2px;
  margin-top: -1px;
}

.section-top-title span::after {
  content: "";
  top: 50%;
  right: -35px;
  width: 25px;
  height: 2px;
  margin-top: -1px;
}

a.text-white:hover {
  color: #05595b;
}

.text--link {
  text-decoration: underline;
}

.text--link:hover {
  text-decoration: underline;
}

.has--link {
  position: relative;
}

.has--link .item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.object-fit--cover {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

/* back to top css start */
.progress-wrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(5, 89, 91, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #fff;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f30c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #05595b;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #05595b;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* back to top css end */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999999;
}

.preloader__circle {
  width: 75px;
  height: 75px;
}

.preloader__circle img {
  max-width: 55%;
}

.preloader__circle::after {
  content: "";
  border: 3px solid #ddf335;
  border-right: none !important;
  border-bottom: none !important;
  animation: spin 1.5s infinite linear;
}

.preloader__circle i {
  font-size: 2.125rem;
}

/* global css end */
.pt-50 {
  padding-top: 50px;
}

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

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

@media (max-width: 767px) {
  .pt-80 {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  .pt-80 {
    padding-top: 50px;
  }
}

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

@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

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

@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  .pt-100 {
    padding-top: 50px;
  }
}

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

@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.dark--overlay,
.base--overlay,
.section-top-title span,
.preloader__circle,
.read-more-btn,
.header-social-links,
.language-select,
.header-search,
.footer-section,
.hero-section,
.hero-section__feature li,
.inner-hero,
.category-content,
.category-content .category-title,
.coupon-item__thumb,
.coupon-copy-form,
.testimonial-item,
.sidebar-widget__title {
  position: relative;
}

.section-top-title span::before,
.section-top-title span::after,
.preloader__circle::after,
.custom--accordion .accordion-button::before,
.header-social-links::before,
.language-select i,
.header-search i,
.hero-section__feature li::before,
.inner-hero::before,
.category-slider .slick-arrow,
.coupon-item__thumb .coupon-label,
.today-deal-slider .slick-arrow,
.coupon-copy-form .text-copy-btn,
.store-slider .slick-arrow,
.testimonial-item__quote,
.testimonial-item__quote::before,
.sidebar .sidebar-close-btn,
.sidebar-widget__title::after {
  position: absolute;
}

.dark--overlay::before,
.base--overlay::before,
.footer-section::before,
.hero-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dark--overlay,
.base--overlay,
.read-more-btn,
.footer-section,
.hero-section,
.inner-hero,
.category-content .category-title,
.category-slider .slick-arrow,
.today-deal-slider .slick-arrow,
.store-slider .slick-arrow {
  z-index: 1;
}

.dark--overlay::before,
.base--overlay::before,
.footer-section::before,
.hero-section::before,
.inner-hero::before {
  z-index: -1;
}

body,
.custom--checkbox label::before,
.header .main-menu li.menu_has_children>a::before,
.header .main-menu li .sub-menu,
.header .main-menu li .sub-menu li a,
.footer-inline-link li a,
.coupon-social-share li a,
.social-list li a,
.category-list li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body::-webkit-scrollbar-thumb,
.base--overlay::before,
.section-top-title span::before,
.section-top-title span::after,
.btn--base,
.custom--table thead th,
.custom--radio input[type="radio"]:checked~label::before,
.custom--checkbox input:checked~label::before,
.custom--switch .form-check-input:checked,
.custom--accordion .accordion-button::before,
.header__top,
.testimonial-item,
.post-share li a:hover,
.blog-sidebar .title::after,
.contact-info .icon,
.social-list li a:hover,
.sidebar-widget__title::after {
  background-color: #05595b;
}

.dark--overlay::before,
.preloader,
.footer-section::before,
.footer-section__bottom,
.inner-hero::before {
  background-color: #062c30;
}

.custom--radio input[type="radio"]:checked~label::after,
.pagination .page-item .page-link,
.header__bottom,
.header .main-menu li .sub-menu,
.header-social-links::before,
.coupon-item__content,
.today-deal-slider .slick-arrow,
.store-item,
.store-slider .slick-arrow,
.contact-info-wrapper {
  background-color: #fff;
}

.section-top-title,
.preloader__circle i,
.read-more-btn:hover,
.custom-icon-field .form--control:focus~i,
.custom-icon-field .select:focus~i,
.custom--checkbox label::before,
.header .site-logo.site-title,
.main-menu li a.active,
.header .main-menu li .sub-menu li a:hover,
.coupon-copy-form input,
.coupon-social-share li a:hover,
.contact-info .content a:hover,
.social-list li a,
.category-list li a:hover {
  color: #05595b;
}

.alert--dark,
[class*="btn--"]:not(.btn--link):not(.btn--light),
.btn--dark,
.btn--dark:hover,
.btn--base,
.btn--base:hover,
.btn-outline--primary:hover,
.btn-outline--secondary:hover,
.btn-outline--success:hover,
.btn-outline--danger:hover,
.btn-outline--warning:hover,
.btn-outline--info:hover,
.btn-outline--light:hover,
.btn-outline--dark:hover,
.btn-outline--base:hover,
.icon-btn,
.icon-btn:hover,
.custom--checkbox input:checked~label::before,
.custom--accordion .accordion-button::before,
.header-info-list li a,
.header-social-links li a,
.language-select i,
.language-select select,
.footer-inline-link li a,
.hero-section__title,
.hero-section__feature li,
.category-content .category-title,
.category-slider .slick-arrow,
.testimonial-item,
.post-share li a:hover,
.contact-info .icon,
.custom--file-upload::before {
  color: #fff !important;
}

.social-list li a:hover {
  color: #fff !important;
}

.section-header p,
.caption-list li .caption,
[data-label]::before,
.select,
.custom--accordion .accordion-button[aria-expanded="true"],
.header .main-menu li.menu_has_children>a::before,
.main-menu li a,
.language-select select option,
.sidebar .sidebar-close-btn {
  color: #212121;
}

.read-more-btn,
.custom--nav-tabs .nav-item .nav-link,
.coupon-social-share li a,
.contact-info .content a,
.category-list li a {
  color: #555555;
}

.blog-item__thumb img,
.s-post__thumb img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.info-message-alert,
.preloader,
.custom-icon-field .input-eye,
.custom--checkbox label::before,
.custom--accordion .accordion-button::before,
.pagination .page-item .page-link,
.header-info-list,
.header-info-list li a,
.header-top-right,
.header-social-links,
.header-top-action-wrapper,
.footer-inline-link,
.category-content,
.category-slider .slick-arrow,
.coupon-item__meta,
.coupon-item__bottom,
.today-deal-slider .slick-arrow,
.coupon-social-share,
.coupon-social-share li a,
.store-slider .slick-arrow,
.testimonial-item__quote,
.contact-info,
.contact-info .icon,
.social-list,
.social-list li a,
.category-list li a,
.support-upload-field,
.single-file-upload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.preloader,
.preloader__circle,
.custom-icon-field .input-eye,
.custom--checkbox label::before,
.custom--accordion .accordion-button::before,
.pagination,
.pagination .page-item .page-link,
.category-slider .slick-arrow,
.today-deal-slider .slick-arrow,
.coupon-social-share li a,
.store-slider .slick-arrow,
.testimonial-item__quote,
.contact-info .icon,
.social-list li a {
  justify-content: center;
}

.info-message-alert,
.preloader,
.preloader__circle,
.custom-icon-field>i,
.custom-icon-field .input-eye,
.custom--checkbox label::before,
.custom--accordion .accordion-button::before,
.pagination .page-item .page-link,
.header-info-list,
.header-info-list li a,
.header-social-links,
.footer-inline-link,
.category-content,
.category-slider .slick-arrow,
.coupon-item__bottom,
.today-deal-slider .slick-arrow,
.coupon-social-share,
.coupon-social-share li a,
.store-slider .slick-arrow,
.contact-info .icon,
.social-list li a,
.category-list li a {
  align-items: center;
}

.preloader__circle {
  display: inline-flex;
}

.footer-section,
.category-section,
.coupon-item,
.blog-item,
.blog-item__thumb,
.blog-details-thumb,
.map-area {
  overflow: hidden;
}

.preloader__circle::after,
.custom--nav-tabs .nav-item .nav-link,
.inner-hero::before,
.coupon-copy-form input,
.testimonial-item__quote::before,
.blog-item__thumb img,
.map-area iframe,
.support-upload-field__right button.btn {
  width: 100%;
}

.preloader__circle::after,
.custom-icon-field>i,
.inner-hero::before,
.category-content,
.coupon-item,
.blog-item__thumb img,
.contact-info-wrapper {
  height: 100%;
}

.category-item,
.testimonial-item {
  text-align: center;
}

.custom--accordion .accordion-button::before,
.pagination .page-item .page-link {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.form--control,
.custom--accordion .accordion-button,
.header .main-menu li .sub-menu,
.category-item,
.store-item,
.blog-details-thumb,
.single-reply {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.custom--card,
.blog-item,
.contact-info-wrapper {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.testimonial-item,
.contact-right-area,
.sidebar {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.preloader__circle,
.preloader__circle::after,
.category-slider .slick-arrow,
.today-deal-slider .slick-arrow,
.coupon-social-share li a,
.store-slider .slick-arrow,
.contact-info .icon,
.social-list li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.check-list li+li {
  margin-top: 0.9375rem;
}

.check-list li {
  position: relative;
  padding-left: 2.1875rem;
}

.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f058";
  font-size: 1.75rem;
  color: #05595b;
  margin-right: 0.5rem;
  line-height: 1;
}

.number-list {
  list-style: decimal;
  padding-left: 1.125rem;
}

.number-list li+li {
  margin-top: 0.625rem;
}

.disc-list li+li {
  margin-top: 0.625rem;
}

.disc-list li {
  position: relative;
  padding-left: 0.9375rem;
}

.disc-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -0.1875rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #575757;
}

.caption-list li {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
  border-bottom: 1px dashed #e5e5e5;
}

.caption-list li:first-child {
  padding-top: 0;
}

.caption-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.caption-list li .caption {
  width: 40%;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  position: relative;
}

.caption-list li .caption::after {
  position: absolute;
  content: ":";
  top: 0;
  right: 0;
}

.caption-list li .value {
  width: 60%;
  padding-left: 0.9375rem;
}

.caption-list-two {
  padding: 0.625rem 0.9375rem;
  background-color: rgba(5, 89, 91, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.caption-list-two li {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  color: #212121;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #cccccc;
}

.caption-list-two li:first-child {
  padding-top: 0;
}

.caption-list-two li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.caption-list-two li .caption {
  width: 20%;
  position: relative;
  font-weight: 700;
  padding-right: 10px;
}

.caption-list-two li .caption::after {
  position: absolute;
  content: ":";
  top: 0;
  right: 0;
}

.caption-list-two li .value {
  width: 80%;
  padding-left: 20px;
}

.shake {
  animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-moz-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-ms-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

h1 {
  font-size: 3.875rem;
}

h2 {
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.375rem;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  color: #212121;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  font-family: "Sora", sans-serif;
  color: #212121;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
  word-break: break-word;
}

p,
li,
span {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  font-family: "Sora", sans-serif;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 500;
}

.fs--18px {
  font-size: 1.125rem !important;
}

.fs--16px {
  font-size: 1rem !important;
}

.fs--15px {
  font-size: 0.9375rem !important;
}

.fs--14px {
  font-size: 0.875rem !important;
}

.fs--12px {
  font-size: 0.75rem !important;
}

.h--font {
  font-family: "Sora", sans-serif !important;
}

.p--font {
  font-family: "Sora", sans-serif !important;
}

.fw-medium {
  font-weight: 600 !important;
}

/* button css start */
button:focus {
  outline: none;
}

.btn {
  padding: 0.75rem 1.875rem;
  font-weight: 500;
}

.btn:focus {
  box-shadow: none;
}

.btn--primary {
  background-color: #7367f0;
}

.btn--primary:hover {
  background-color: #5e50ee;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--secondary:hover {
  background-color: #78818a;
}

.btn--success {
  background-color: #28c76f;
}

.btn--success:hover {
  background-color: #24b263;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--danger:hover {
  background-color: #e73d3e;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--warning:hover {
  background-color: #ff922a;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--info:hover {
  background-color: #0d93e9;
}

.btn--light {
  background-color: #bcc7da;
}

.btn--light:hover {
  background-color: #acb9d1;
}

.btn--dark {
  background-color: #082032;
}

.btn--dark:hover {
  background-color: #04121c;
}

.btn--link {
  color: #7367f0;
}

.btn--base:hover {
  background-color: #044143;
}

.btn-outline--primary {
  color: #7367f0;
  border-color: #7367f0;
}

.btn-outline--primary:hover {
  background-color: #7367f0;
}

.btn-outline--secondary {
  color: #868e96;
  border-color: #868e96;
}

.btn-outline--secondary:hover {
  background-color: #868e96;
}

.btn-outline--success {
  color: #28c76f;
  border-color: #28c76f;
}

.btn-outline--success:hover {
  background-color: #28c76f;
}

.btn-outline--danger {
  color: #ea5455;
  border-color: #ea5455;
}

.btn-outline--danger:hover {
  background-color: #ea5455;
}

.btn-outline--warning {
  color: #ff9f43;
  border-color: #ff9f43;
}

.btn-outline--warning:hover {
  background-color: #ff9f43;
}

.btn-outline--info {
  color: #1e9ff2;
  border-color: #1e9ff2;
}

.btn-outline--info:hover {
  background-color: #1e9ff2;
}

.btn-outline--light {
  color: #bcc7da;
  border-color: #bcc7da;
}

.btn-outline--light:hover {
  background-color: #bcc7da;
}

.btn-outline--dark {
  color: #082032;
  border-color: #082032;
}

.btn-outline--dark:hover {
  background-color: #082032;
}

.btn-outline--base {
  color: #05595b;
  border: 1px solid #05595b;
}

.btn-outline--base:hover {
  background-color: #05595b;
}

.btn-shadow--primary {
  box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}

.btn-shadow--secondary {
  box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}

.btn-shadow--success {
  box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}

.btn-shadow--danger {
  box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}

.btn-shadow--warning {
  box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}

.btn-shadow--info {
  box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}

.btn-shadow--light {
  box-shadow: 0 0 6px 1px rgba(188, 199, 218, 0.35);
}

.btn-shadow--dark {
  box-shadow: 0 0 6px 1px rgba(8, 32, 50, 0.35);
}

.btn-shadow--base {
  box-shadow: 0 0 6px 1px rgba(5, 89, 91, 0.35);
}

.btn--capsule {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.icon-btn {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #05595b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn--group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.btn--group *[class*="btn"] {
  margin: 0.3125rem 0.625rem;
  align-items: center;
}

.btn--group *[class*="btn"].d-flex {
  padding: 0.5rem 2.1875rem;
}

.btn--group.style--two {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.btn--group.style--two *[class*="btn"] {
  margin: 0.1875rem 0.3125rem;
}

[class*="btn"].btn-md {
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
}

[class*="btn"].btn-sm {
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
}

/* button css end */
.badge--primary {
  background-color: rgba(115, 103, 240, 0.15);
  border: 1px solid #7367f0;
  color: #7367f0;
}

.badge--secondary {
  background-color: rgba(134, 142, 150, 0.15);
  border: 1px solid #868e96;
  color: #868e96;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.15);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.15);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.15);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--info {
  background-color: rgba(30, 159, 242, 0.15);
  border: 1px solid #1e9ff2;
  color: #1e9ff2;
}

.badge--light {
  background-color: rgba(188, 199, 218, 0.15);
  border: 1px solid #bcc7da;
  color: #bcc7da;
}

.badge--dark {
  background-color: rgba(8, 32, 50, 0.15);
  border: 1px solid #082032;
  color: #082032;
}

.badge--base {
  background-color: rgba(5, 89, 91, 0.15);
  border: 1px solid #05595b;
  color: #05595b;
}

/* table css start */
.custom--table.head--dark thead th {
  background-color: #212121;
}

.custom--table thead th {
  border: none !important;
  padding: 0.9375rem 1.5625rem;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}

.custom--table thead th:first-child {
  text-align: left;
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
}

.custom--table thead th:last-child {
  text-align: right;
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
}

.custom--table tbody td {
  padding: 0.9375rem 1.5625rem;
  color: #555555;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .custom--table tbody td {
    border: none;
  }
}

.custom--table tbody td:first-child {
  text-align: left;
}

.custom--table tbody td:last-child {
  text-align: right;
}

.custom--table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

.custom--table tbody tr:nth-child(even) {
  background-color: #f5f4f4;
}

.custom--table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  -ms-border-radius: 0 0 0 10px;
  -o-border-radius: 0 0 0 10px;
}

.custom--table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
}

.table> :not(:first-child) {
  border-top: none;
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  top: 0;
  left: 0;
  padding: 0.8125rem 0.9375rem;
  display: none;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .table-responsive--md thead {
    display: none;
  }

  .table-responsive--md tbody {
    border: 1px solid #e5e5e5 !important;
  }

  .table-responsive--md tbody tr:nth-child(even) {
    background-color: #fff;
  }

  .table-responsive--md tbody tr:nth-child(odd) {
    background-color: whitesmoke;
  }

  .table-responsive--md tbody tr td {
    padding-right: 15px;
  }

  .table-responsive--md tbody tr td:last-child {
    padding-right: 15px;
  }

  .table-responsive--md tr th,
  .table-responsive--md tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
  }

  .table-responsive--md tr th:first-child,
  .table-responsive--md tr td:first-child {
    border-top: none !important;
  }

  .table-responsive--md [data-label]::before {
    display: block;
  }
}

@media (max-width: 767px) {
  .table-responsive--sm thead {
    display: none;
  }

  .table-responsive--sm tbody tr:nth-child(odd) {
    background-color: f7f7f7;
  }

  .table-responsive--sm tbody tr td {
    padding-right: 15px;
  }

  .table-responsive--sm tbody tr td:last-child {
    padding-right: 15px;
  }

  .table-responsive--sm tr th,
  .table-responsive--sm tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  }

  .table-responsive--sm tr th:first-child,
  .table-responsive--sm tr td:first-child {
    border-top: none !important;
  }

  .table-responsive--sm [data-label]::before {
    display: block;
  }
}

/* table css end */
/* form css start */
.form-group {
  margin-bottom: 15px;
}

.form-control:focus {
  background-color: #fff;
  border-color: #05595b !important;
  box-shadow: 0 0 5px rgba(5, 89, 91, 0.35);
  color: #000;
}

.form--control {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  width: 100%;
  background-color: #fff;
  color: #363636;
  height: 50px;
}

.form--control::-webkit-input-placeholder {
  color: #c4c4c4;
}

.form--control::-moz-placeholder {
  color: #c4c4c4;
}

.form--control:-ms-input-placeholder {
  color: #c4c4c4;
}

.form--control:-moz-placeholder {
  color: #c4c4c4;
}

.form--control:focus {
  background-color: #fff;
  border-color: #05595b !important;
  box-shadow: 0 0 5px rgba(5, 89, 91, 0.35);
  color: #000;
}

.form--control.style--dark {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.form--control[readonly] {
  background-color: #f3f3f3;
}

.form--control.form-control-md {
  height: 45px;
}

.form--control.form-control-sm {
  height: 35px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #212121;
  transition: background-color 5000s ease-in-out 0s;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none;
}

.custom-icon-field {
  position: relative;
}

.custom-icon-field>i {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  display: flex;
  padding-left: 15px;
  color: #c4c4c4;
}

.custom-icon-field>i[class*="la-"] {
  font-size: 24px;
}

.custom-icon-field .input-eye {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  cursor: pointer;
}

.custom-icon-field .input-eye i {
  color: #c4c4c4;
}

.custom-icon-field .input-eye i::before {
  content: "\f070";
}

.custom-icon-field .input-eye i.active::before {
  content: "\f06e";
}

.custom-icon-field .form--control,
.custom-icon-field .select {
  padding-left: 40px;
}

.custom-icon-field textarea.form--control~i {
  height: auto;
  top: 16px;
}

.select {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  color: #555555;
  background-color: #fff;
  height: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.select:focus {
  background-color: #fff;
  border-color: #05595b !important;
  box-shadow: 0 0 5px rgba(5, 89, 91, 0.35);
}

.select option {
  padding: 10px 0;
  display: block;
  border-top: 1px solid #e5e5e5;
}

.select.select--sm {
  height: 35px;
  font-size: 14px;
  padding: 5px;
}

textarea {
  min-height: 150px !important;
  resize: none;
  width: 100%;
}

label {
  color: #212121;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.input-group>.form--control,
.input-group>.select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group select {
  background-color: transparent;
  border: none;
}

.custom--radio {
  position: relative;
  padding-left: 0;
}

.custom--radio input[type="radio"] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  cursor: pointer;
}

.custom--radio label {
  margin-bottom: 0;
  position: relative;
  padding-left: 1.5625rem;
  font-size: 16px;
  font-weight: 400;
}

.custom--radio label::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #05595b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom--radio label::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #05595b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom--checkbox {
  padding-left: 25px;
}

.custom--checkbox input {
  display: none;
}

.custom--checkbox input:checked~label::before {
  content: "\f00c";
}

.custom--checkbox label {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
}

.custom--checkbox label::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 5px;
  left: -25px;
  width: 14px;
  height: 14px;
  border: 1px solid #05595b;
  font-size: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.custom--switch {
  padding: 0;
  margin: 0;
  display: flex;
}

.custom--switch .form-check-input {
  margin: 0;
  float: none;
}

.custom--switch .form-check-input:focus {
  box-shadow: none;
  border-color: #05595b;
  background-image: url("../images/icons/switch.svg");
}

.custom--switch .form-check-input:checked {
  border-color: #05595b;
  background-image: url("../images/icons/switch2.svg");
}

/* form css end*/
/* card css start */
.custom--card {
  border: 1px solid #e5e5e5;
  /* background-color: #fafafa; */
  overflow: hidden;
}

.custom--card .card-header {
  padding: 0.9375rem 1.25rem;
  border-color: rgba(33, 33, 33, 0.05);
  background-color: #05595b;
  text-align: center;
}

.custom--card .card-header .title,
.custom--card .card-header h5,
.custom--card .card-header h6,
.custom--card .card-header h4 {
  color: #fff;
}

.custom--card .card-body {
  padding: 1.25rem;
}

@media (max-width: 575px) {
  .custom--card .card-body {
    padding: 0.9375rem;
  }
}

/* card css end */
/* modal css start */
.modal {
  z-index: 999999;
}

.modal-open {
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
}

.btn-close {
  width: 10px;
  height: 10px;
}

.btn-close:focus {
  box-shadow: none;
}

.modal.fade .modal-dialog {
  transform: scale(0.85, 0.85) translate(0);
}

.modal.show .modal-dialog {
  transform: scale(1, 1) translate(0);
}

/* modal css end */
/* accordion css start */
.custom--accordion .accordion-item {
  margin-bottom: 1.25rem;
  border: none;
}

.custom--accordion .accordion-button {
  padding: 1.375rem 1.25rem;
  border: 1px solid #e5e5e5;
  font-weight: 700;
  font-size: 1.125rem;
  box-shadow: none;
  background-color: #fafafa;
}

@media (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 0.9375rem;
  }
}

.custom--accordion .accordion-button::after {
  display: none;
}

.custom--accordion .accordion-button::before {
  content: "\f067";
  top: 50%;
  right: 20px;
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

@media (max-width: 575px) {
  .custom--accordion .accordion-button::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    right: 15px;
  }
}

.custom--accordion .accordion-body {
  padding: 0.9375rem 0 0 0;
}

/* accordion css end */
.custom--nav-tabs {
  border-bottom: none;
}

.custom--nav-tabs .nav-item .nav-link {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0.75rem 1.5625rem;
  font-weight: 500;
}

.custom--nav-tabs .nav-item .nav-link.active {
  background-color: #05595b;
  color: #fff;
}

.pagination {
  margin: -0.3125rem -0.4375rem;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}

.pagination .page-item {
  margin: 0.3125rem 0.4375rem;
}

.pagination .page-item.active .page-link {
  background-color: #05595b;
  color: #fff;
  border-color: #05595b;
}

.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #555555;
  padding: 10px;
  line-height: 1;
}

.pagination .page-item .page-link:hover {
  background-color: #05595b;
  border-color: #05595b;
  color: #fff !important;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes upDown {
  0% {
    top: 0%;
  }

  25% {
    top: 50%;
  }

  50% {
    top: 100%;
  }

  75% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@-moz-keyframes upDown {
  0% {
    top: 0%;
  }

  25% {
    top: 50%;
  }

  50% {
    top: 100%;
  }

  75% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@-ms-keyframes upDown {
  0% {
    top: 0%;
  }

  25% {
    top: 50%;
  }

  50% {
    top: 100%;
  }

  75% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@keyframes upDown {
  0% {
    top: 0%;
  }

  25% {
    top: 50%;
  }

  50% {
    top: 100%;
  }

  75% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@-webkit-keyframes downUp {
  0% {
    bottom: 0%;
  }

  25% {
    bottom: 50%;
  }

  50% {
    bottom: 100%;
  }

  75% {
    bottom: 50%;
  }

  100% {
    bottom: 0%;
  }
}

@-moz-keyframes downUp {
  0% {
    bottom: 0%;
  }

  25% {
    bottom: 50%;
  }

  50% {
    bottom: 100%;
  }

  75% {
    bottom: 50%;
  }

  100% {
    bottom: 0%;
  }
}

@-ms-keyframes downUp {
  0% {
    bottom: 0%;
  }

  25% {
    bottom: 50%;
  }

  50% {
    bottom: 100%;
  }

  75% {
    bottom: 50%;
  }

  100% {
    bottom: 0%;
  }
}

@keyframes downUp {
  0% {
    bottom: 0%;
  }

  25% {
    bottom: 50%;
  }

  50% {
    bottom: 100%;
  }

  75% {
    bottom: 50%;
  }

  100% {
    bottom: 0%;
  }
}

/* header start */
.header__top {
  padding: 0.9375rem 0;
}

@media (max-width: 991px) {
  .header__top {
    padding: 0.625rem 0;
  }
}

.header__bottom {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .header__bottom {
    padding: 0.625rem 0;
  }
}

.header__bottom .navbar {
  padding: 0;
}

.site-logo img {
  max-width: 12.5rem;
  max-height: 3.125rem;
}

@media (max-width: 1199px) {
  .site-logo img {
    max-width: 9.375rem;
  }
}

.site-logo.site-title {
  font-size: 1.5rem;
}

.main-menu {
  margin-left: 4.375rem;
}

@media (max-width: 1199px) {
  .main-menu {
    margin-left: 0;
    padding: 0.9375rem 0;
  }
}

.main-menu li {
  position: relative;
}

@media (max-width: 1199px) {
  .main-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}

.main-menu li:last-child a {
  padding-right: 0;
}

.main-menu li.menu_has_children {
  position: relative;
}

.main-menu li.menu_has_children.open>.sub-menu {
  display: block;
}

.main-menu li.menu_has_children>a {
  padding-right: 1.5625rem;
}

@media (max-width: 1199px) {
  .main-menu li.menu_has_children>a {
    display: block;
  }
}

.main-menu li.menu_has_children>a::before {
  position: absolute;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 1.9375rem;
  right: 5px;
  font-size: 0.875rem;
}

@media (max-width: 1199px) {
  .main-menu li.menu_has_children>a::before {
    display: block;
    top: 0.5625rem;
  }
}

.main-menu li.menu_has_children:hover>a::before {
  color: #05595b;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-menu li a {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  padding: 1.75rem 0.9375rem 1.75rem 0;
}

@media (max-width: 1199px) {
  .main-menu li a {
    padding: 0.5rem 0;
    display: block;
  }
}

.main-menu li a:hover,
.main-menu li a:focus {
  color: #05595b;
}

.main-menu li .sub-menu {
  position: absolute;
  width: 220px;
  top: 105%;
  left: 0;
  z-index: 9999;
  padding: 0.625rem 0;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1199px) {
  .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    background-color: #fafafa;
    border: none;
    padding-left: 0.9375rem;
    padding-top: 0;
    box-shadow: none;
  }
}

.main-menu li .sub-menu li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

@media (max-width: 1199px) {
  .main-menu li .sub-menu li {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

.main-menu li .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu li .sub-menu li a {
  padding: 0.375rem 1.5625rem;
  display: block;
  color: #555555;
  position: relative;
  font-size: 0.9375rem;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu li a {
    padding: 0.5rem 0;
  }
}

.main-menu li .sub-menu li+li {
  margin-left: 0;
}

.main-menu li:hover>.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu li+li {
  margin-left: 1.25rem;
}

@media (max-width: 1199px) {
  .main-menu li+li {
    margin-left: 0;
  }
}

.main-menu .sub-menu li.menu_has_children>a::before {
  top: 9px;
  right: 8px;
}

.main-menu .sub-menu li.menu_has_children>.sub-menu {
  left: 100%;
  top: 0;
}

@media (max-width: 1199px) {
  .main-menu .sub-menu li.menu_has_children>.sub-menu {
    padding-left: 15px;
  }
}

.nav-right {
  padding-left: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1399px) {
  .nav-right {
    padding-left: 0;
  }
}

.header-info-list {
  margin: -0.1875rem -0.625rem;
}

.header-info-list li {
  padding: 0.1875rem 0.625rem;
}

.header-info-list li a i {
  margin-right: 0.3125rem;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.header-top-right {
  justify-content: flex-end;
}

.header-social-links {
  margin: -0.1875rem -0.4375rem;
  padding: 0.125rem 1.5625rem;
}

.header-social-links::before {
  content: "";
  right: 5px;
  top: 50%;
  width: 1px;
  height: 24px;
  margin-top: -12px;
}

.header-social-links li {
  padding: 0.1875rem 0.4375rem;
}

.header-top-action-wrapper {
  padding: 0.125rem 1.5625rem;
  padding-right: 0;
}

.language-select {
  padding-left: 1.25rem;
}

.language-select i {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-select select {
  background-color: transparent;
  border: none;
  font-size: 0.875rem;
  padding: 0;
  margin-right: 0.9375rem;
}

.header-search i {
  font-size: 1.0625rem;
  top: 50%;
  left: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b3b3b3;
}

.header-search__input {
  width: 250px;
  height: 42px;
  border: 1px solid #e5e5e5;
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem 0.625rem 2.1875rem;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.header-search__input::-webkit-input-placeholder {
  color: #b3b3b3;
}

.header-search__input::-moz-placeholder {
  color: #b3b3b3;
}

.header-search__input:-ms-input-placeholder {
  color: #b3b3b3;
}

.header-search__input:-moz-placeholder {
  color: #b3b3b3;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    margin-top: 20px !important;
    background-color: #fff;
    padding: 0 1.875rem 1.25rem 1.875rem;
    border-top: 1px solid #e5e5e5;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    max-height: 20rem;
    overflow: auto;
  }
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.menu-toggle {
  margin: 10px 0;
  position: relative;
  display: block;
  width: 2.1875rem;
  height: 1.25rem;
  cursor: pointer;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #000;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.menu-toggle:before,
.menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {

  .menu-toggle:before,
  .menu-toggle:after {
    background-color: #000;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* header end */
/* footer sectioncss start */
.footer-section {
  margin-top: auto;
}

/* .footer-section::before {
  opacity: 0.95;
} */

.footer-section__top {
  padding: 3.75rem 0;
}

.footer-section__bottom {
  padding: 0.9375rem 0;
}

.footer-logo img {
  max-height: 40px;
  max-width: 250px;
}

.footer-inline-link li a {
  padding: 0.1875rem 0.75rem;
}

.footer-inline-link li a:hover {
  color: #e2d784 !important;
}

/* footer sectioncss end */
/* hero section css start */
.hero-section {
  padding: 9.375rem 0;
}

@media (max-width: 1199px) {
  .hero-section {
    padding: 6.25rem 0;
  }
}

@media (max-width: 575px) {
  .hero-section {
    padding: 5rem 0;
  }
}

.hero-section::before {
  background: linear-gradient(to right,
      rgba(6, 44, 48, 0.85) 0%,
      rgba(6, 44, 48, 0.05) 55%);
}

.hero-section__title {
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .hero-section__title {
    font-size: 2.375rem;
  }
}

@media (max-width: 575px) {
  .hero-section__title {
    font-size: 1.75rem;
  }
}

.hero-section__title span {
  color: #e2d784;
}

.hero-section__feature {
  margin-top: 1.875rem;
}

.hero-section__feature li+li {
  margin-top: 0.625rem;
}

.hero-section__feature li {
  font-size: 1.125rem;
  padding-left: 1.5625rem;
}

@media (max-width: 991px) {
  .hero-section__feature li {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .hero-section__feature li {
    font-size: 0.875rem;
  }
}

.hero-section__feature li::before {
  content: "\f058";
  top: 0;
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #e2d784;
}

/* hero section css end */
/* inner hero section css start */
.inner-hero {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .inner-hero {
    padding: 3.125rem 0;
  }
}

.inner-hero::before {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.85;
}

.page-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.page-breadcrumb li {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}

.page-breadcrumb li::after {
  content: "-";
  color: #ffffff;
  margin: 0 5px;
}

.page-breadcrumb li:first-child::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e2d784;
  margin-right: 6px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: #ffffff;
  text-transform: capitalize;
}

.page-breadcrumb li a:hover {
  color: #e2d784;
}

/* inner hero section css end */
/* category section css start */
.category-section {
  padding: 3.125rem 0;
}

.category-item {
  background-color: #05595b;
  padding: 1.25rem;
}

.category-item i {
  font-size: 2.25rem;
  line-height: 1;
  color: #e2d784;
}

.category-item .caption {
  margin-top: 0.3125rem;
  color: #fff;
}

.category-slider .slick-list {
  margin: 0 -0.4375rem;
}

.category-slider .single-slide {
  padding: 0 0.4375rem;
}

.category-slider .slick-arrow {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: 50%;
  margin-top: -17px;
}

.category-slider .slick-arrow.prev {
  left: -17px;
}

@media (max-width: 575px) {
  .category-slider .slick-arrow.prev {
    left: 0;
  }
}

.category-slider .slick-arrow.next {
  right: -17px;
}

@media (max-width: 575px) {
  .category-slider .slick-arrow.next {
    right: 0;
  }
}

/* category section css end */
.coupon-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.075);
}

.coupon-item__thumb img {
  width: 100%;
}

.coupon-item__thumb .coupon-label {
  top: 10px;
  left: 0;
  padding: 0.125rem 0.9375rem;
  background-color: #e2d784;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 0 999px 999px 0;
  -webkit-border-radius: 0 999px 999px 0;
  -moz-border-radius: 0 999px 999px 0;
  -ms-border-radius: 0 999px 999px 0;
  -o-border-radius: 0 999px 999px 0;
}

.coupon-item__content {
  padding: 1.25rem;
}

.coupon-item__meta {
  justify-content: space-between;
  margin-bottom: 0.375rem;
  color: #f4c20a;
  z-index: 2;
  position: relative;
  display: inline-flex;
}

.coupon-item__meta .store-name {
  margin-right: 10px;
}

.coupon-item__meta i {
  font-size: 0.75rem;
}

.coupon-item__meta i[class*="la-"] {
  font-size: 0.9375rem;
}

.coupon-item .title {
  font-size: 1.125rem;
}

.coupon-item__bottom {
  margin-top: 0.5rem;
}

.today-deal-slider .slick-list {
  margin: -0.9375rem -0.625rem;
}

.today-deal-slider .single-slide {
  padding: 0.9375rem 0.625rem;
}

.today-deal-slider .slick-arrow {
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -17px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.today-deal-slider .slick-arrow.prev {
  left: -17px;
}

@media (max-width: 575px) {
  .today-deal-slider .slick-arrow.prev {
    left: 0;
  }
}

.today-deal-slider .slick-arrow.next {
  right: -17px;
}

@media (max-width: 575px) {
  .today-deal-slider .slick-arrow.next {
    right: 0;
  }
}

.modal-store-logo {
  max-height: 40px;
  max-width: 250px;
}

.coupon-copy-form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.coupon-copy-form input {
  height: 55px;
  border: 1px solid #e5e5e5;
  padding: 0.625rem 5.625rem 0.625rem 1.25rem;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.coupon-copy-form .text-copy-btn {
  top: 5px;
  right: 5px;
  width: 80px;
  height: calc(100% - 10px);
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  background-color: #e2d784;
}

.coupon-social-share {
  margin: -0.1875rem -0.4375rem;
}

.coupon-social-share li {
  padding: 0.1875rem 0.4375rem;
}

.coupon-social-share li a {
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
}

.coupon-social-share li a:hover {
  background-color: #e2d784;
  border-color: #e2d784;
}

/* popular store section css start */
.store-item {
  padding: 1.875rem 1.25rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.store-item__thumb {
  height: 70px;
}

.store-item__thumb img {
  max-height: 50px;
  display: inline-block;
}

.store-item__content {
  padding-top: 1.25rem;
}

.store-slider .slick-list {
  margin: -0.3125rem -0.625rem;
}

.store-slider .single-slide {
  padding: 0.3125rem 0.625rem;
}

.store-slider .slick-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid #e5e5e5;
  top: 50%;
  margin-top: -19px;
}

.store-slider .slick-arrow.prev {
  left: -19px;
}

@media (max-width: 575px) {
  .store-slider .slick-arrow.prev {
    left: 0;
  }
}

.store-slider .slick-arrow.next {
  right: -19px;
}

@media (max-width: 575px) {
  .store-slider .slick-arrow.next {
    right: 0;
  }
}

/* popular store section css end */
/* testimonial section css start */
.testimonial-item {
  padding: 4.0625rem 1.25rem 1.25rem 1.25rem;
}

@media (max-width: 575px) {
  .testimonial-item {
    padding: 2.8125rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

.testimonial-item__quote {
  top: 0;
  left: 30px;
  background-color: #e2d784;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
  width: 40px;
  height: 45px;
  padding-top: 7px;
}

.testimonial-item__quote i {
  line-height: 1;
  font-size: 1.625rem;
}

.testimonial-item__quote::before {
  content: "";
  top: 0;
  left: 0;
  height: 5px;
  background-color: #d3c346;
}

.testimonial-item__details {
  font-size: 1.125rem;
}

@media (max-width: 575px) {
  .testimonial-item__details {
    font-size: 1rem;
  }
}

.testimonial-item__details::before {
  content: '"';
}

.testimonial-item__details::after {
  content: '"';
}

.testimonial-item h6 {
  color: #e2d784;
}

.testimonial-item span {
  color: #e6e6e6;
}

.testimonial-slider .slick-list {
  margin: 0 -0.9375rem;
}

.testimonial-slider .single-slide {
  padding: 0 0.9375rem;
}

.counter-item__amount {
  color: #e2d784;
  font-size: 1.75rem;
}

@media (max-width: 1399px) {
  .counter-item p {
    font-size: 0.8125rem;
  }
}

/* testimonial section css end */
/* blog section css start */
.blog-item__thumb {
  height: 275px;
}

.blog-item__content {
  padding: 1.5625rem;
  background-color: #fafafa;
}

.blog-item .title {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}

.blog-item .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* blog section css end */
/* blog details section css start */

.blog-details-title {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .blog-details-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  .blog-details-title {
    font-size: 1.5rem;
  }
}

.post-share {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: -0.1875rem -0.3125rem;
}

.post-share li {
  padding: 0.1875rem 0.3125rem;
}

.post-share li a {
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555555;
}

.post-share li a:hover {
  border-color: #05595b;
}

.blog-sidebar {
  padding: 1.25rem;
  position: sticky;
  top: 100px;
}

.blog-sidebar .title {
  position: relative;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.875rem;
}

.blog-sidebar .title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 2.1875rem;
  height: 0.125rem;
}

.s-post {
  padding: 0.9375rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.s-post:first-child {
  padding-top: 0;
}

.s-post:last-child {
  padding-bottom: 0;
  border-bottom: none !important;
}

.s-post__thumb {
  width: 5rem;
  height: 4.375rem;
}

.s-post__thumb img {
  width: 100%;
  height: 100%;
}

.s-post__content {
  width: calc(100% - 80px);
  padding-left: 1.25rem;
}

.s-post__title {
  font-size: 1rem;
}

.s-post__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* blog details section css end */
/* contact section css start */
.contact-info-wrapper {
  padding: 3.125rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
  .contact-info-wrapper {
    padding: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

.contact-info {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}

.contact-info:first-child {
  padding-top: 0;
}

.contact-info .icon {
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.contact-info .icon i {
  font-size: 1.25rem;
}

.contact-info .content {
  width: calc(100% - 50px);
  padding-left: 1.25rem;
}

.contact-info .content a,
.contact-info .content p {
  word-break: break-all;
}

.social-list {
  margin: -0.1875rem -0.3125rem;
}

.social-list li {
  padding: 0.1875rem 0.3125rem;
}

.social-list li a {
  width: 35px;
  height: 35px;
  border: 1px solid #05595b;
}

.contact-right-area {
  padding: 3.125rem;
  background-color: #fafafa;
}

@media (max-width: 575px) {
  .contact-right-area {
    padding: 1.25rem;
  }
}

.contact-right-area .title {
  font-size: 1.875rem;
}

.map-area {
  filter: grayscale(100%);
}

.map-area iframe {
  height: 450px;
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  .map-area iframe {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .map-area iframe {
    height: 300px;
  }
}

/* contact section css end */
/* rooms section css start */
.sidebar {
  padding: 1.5625rem;
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
}

.sidebar.active {
  left: 0;
}

@media (max-width: 991px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.sidebar .sidebar-close-btn {
  content: "";
  top: -7px;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: transparent;
  padding: 0;
  display: none;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .sidebar .sidebar-close-btn {
    display: inline-block;
  }
}

.sidebar-open-btn {
  background-color: transparent;
  display: none;
}

@media (max-width: 991px) {
  .sidebar-open-btn {
    display: inline-block;
  }
}

.sidebar-widget+.sidebar-widget {
  margin-top: 1.875rem;
}

.sidebar-widget__title {
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
}

.sidebar-widget__title::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
}

.category-list li {
  border-bottom: 1px solid #ededed;
}

.category-list li a {
  padding: 0.625rem 0;
  justify-content: space-between;
}

.checkbox-wrapper .form-check+.form-check {
  margin-top: 0.625rem;
}

/* rooms section css end */
/* support section css start */
.custom--file-upload {
  position: relative;
  line-height: 2rem;
  font-size: 0.9375rem;
}

.custom--file-upload::before {
  position: absolute;
  content: "Choose File";
  top: -1px;
  left: -1px;
  width: 117px;
  height: calc(100% + 2px);
  background-color: #05595b;
  padding: 0.625rem 1.25rem;
  line-height: 24px;
}

.single-reply {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.875rem;
  background-color: #cacaca26;
}

@media (max-width: 575px) {
  .single-reply {
    padding: 1.25rem;
  }
}

.single-reply .left {
  width: 20%;
}

@media (max-width: 767px) {
  .single-reply .left {
    width: 100%;
  }
}

.single-reply .right {
  width: 80%;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 1.25rem;
}

@media (max-width: 767px) {
  .single-reply .right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 1.25rem;
  }
}

.single-reply+.single-reply {
  margin-top: 20px;
}

.support-upload-field__left {
  width: calc(100% - 80px);
  padding-right: 15px;
}

@media (max-width: 480px) {
  .support-upload-field__left {
    width: 100%;
    padding-right: 0;
  }
}

.support-upload-field__right {
  width: 80px;
  padding-top: 33px;
}

@media (max-width: 991px) {
  .support-upload-field__right {
    padding-top: 60px;
  }
}

@media (max-width: 480px) {
  .support-upload-field__right {
    width: 100%;
    padding-top: 0;
    order: -1;
    text-align: right;
    margin-bottom: -25px;
    position: relative;
    z-index: 1;
  }
}

.support-upload-field__right button.btn {
  padding: 0.625rem;
}

@media (max-width: 480px) {
  .support-upload-field__right button.btn {
    padding: 3px 8px;
  }
}

.single-file-upload .form-control {
  width: calc(100% - 60px);
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-right: 0;
}

@media (max-width: 380px) {
  .single-file-upload .form-control {
    width: calc(100% - 30px);
  }
}

.single-file-upload .btn {
  width: 60px;
  padding: 0.625rem;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
}

@media (max-width: 380px) {
  .single-file-upload .btn {
    padding: 5px;
    width: 30px;
  }
}

.section {
  padding-top: clamp(60px, 8vw, 80px);
  padding-bottom: clamp(60px, 8vw, 80px);
}

/* support section css end */

/*# sourceMappingURL=main.css.map */

.promo-item {
  margin-top: 30px;
}

.promo-item img {
  max-width: 100%;
  border-radius: 5px;
}

.dashboard__item {
  padding: 20px;
  border-radius: 5px;
  transition: all ease 0.3s;
  border: 1px solid rgba(5, 90, 91, 0.15);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.dashboard__item .dashboard__icon {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #0b333a;
  background: #05595b;
  display: block;
  color: #fff;
  border-radius: 10px;
  transition: all ease 0.3s;
}

.dashboard__item .cont {
  max-width: calc(100% - 60px);
  padding-left: 20px;
}

.account-section {
  background: #0000000a;
}

.account-card,
.account-card .card-header {
  background-color: #fff;
}

.footer-section::before {
  background-color: #0000007d;
}

.footer-section__bottom {
  background-color: #0000007a;
}


div.dashboard-table-card .card-header {
  background-color: #fafafa !important;
}

.fixed-header {
  background-color: #fff;
  position: sticky;
  transition: 0.3s linear;
  top: 0px;
  animation: slide-down 0.8s;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid #dddddd30;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5 !important;
}

.select2-container--open .select2-dropdown {
  border-color: #e5e5e5 !important;
}