/* Default Css */
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
html::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:active {
  background: #58AD40;
}

body {
  color: #000;
  font-size: 16px;
  font-family: "Gotham Rounded";
  font-weight: 400;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #000;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MOON GET!";
  color: #000;
  font-weight: 900;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #000;
}

ol {
  list-style: decimal;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

*::-moz-selection {
  background: #58AD40;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #58AD40;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #58AD40;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #58AD40;
  background: #58AD40;
}
.btn-theme:hover {
  background: #58AD40;
  color: #fff;
  border-color: #58AD40;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #58AD40;
}

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

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

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #58AD40;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.blog-widget blockquote,
.main-blog-details blockquote,
.main-blog-box blockquote {
  background: #f5f5f5;
  padding: 30px 40px;
  margin-bottom: 20px;
  border-left: 10px solid #0B0D0F;
}
.blog-widget table,
.main-blog-details table,
.main-blog-box table {
  width: 100%;
  margin-bottom: 20px;
}
.blog-widget table th, .blog-widget table td,
.main-blog-details table th,
.main-blog-details table td,
.main-blog-box table th,
.main-blog-box table td {
  border: 1px solid rgba(64, 64, 64, 0.2);
  padding: 5px 8px;
  text-align: center;
}
.blog-widget table th a, .blog-widget table td a,
.main-blog-details table th a,
.main-blog-details table td a,
.main-blog-box table th a,
.main-blog-box table td a {
  color: #58AD40;
}
.blog-widget table th a:hover, .blog-widget table td a:hover,
.main-blog-details table th a:hover,
.main-blog-details table td a:hover,
.main-blog-box table th a:hover,
.main-blog-box table td a:hover {
  color: #58AD40;
}
.blog-widget dl dt,
.main-blog-details dl dt,
.main-blog-box dl dt {
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-widget dl dd,
.main-blog-details dl dd,
.main-blog-box dl dd {
  margin: 0 15px 15px;
}
.blog-widget ol,
.blog-widget ul,
.main-blog-details ol,
.main-blog-details ul,
.main-blog-box ol,
.main-blog-box ul {
  margin-left: 16px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.blog-widget ol li,
.blog-widget ul li,
.main-blog-details ol li,
.main-blog-details ul li,
.main-blog-box ol li,
.main-blog-box ul li {
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog-widget ol li:first-child,
.blog-widget ul li:first-child,
.main-blog-details ol li:first-child,
.main-blog-details ul li:first-child,
.main-blog-box ol li:first-child,
.main-blog-box ul li:first-child {
  margin-bottom: 0;
}
.blog-widget ol ol, .blog-widget ol ul,
.blog-widget ul ol,
.blog-widget ul ul,
.main-blog-details ol ol,
.main-blog-details ol ul,
.main-blog-details ul ol,
.main-blog-details ul ul,
.main-blog-box ol ol,
.main-blog-box ol ul,
.main-blog-box ul ol,
.main-blog-box ul ul {
  margin-bottom: 10px;
}
.blog-widget ul,
.main-blog-details ul,
.main-blog-box ul {
  list-style: disc;
}
.blog-widget ol,
.main-blog-details ol,
.main-blog-box ol {
  list-style: decimal;
}
.blog-widget abbr, .blog-widget acronym,
.main-blog-details abbr,
.main-blog-details acronym,
.main-blog-box abbr,
.main-blog-box acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}
.blog-widget cite,
.main-blog-details cite,
.main-blog-box cite {
  font-weight: 500;
}
.blog-widget dfn, .blog-widget cite, .blog-widget em,
.main-blog-details dfn,
.main-blog-details cite,
.main-blog-details em,
.main-blog-box dfn,
.main-blog-box cite,
.main-blog-box em {
  font-style: italic;
}
.blog-widget pre,
.main-blog-details pre,
.main-blog-box pre {
  background: #f5f5f5;
  color: #000;
  padding: 15px;
  margin-bottom: 15px;
}
.blog-widget code,
.blog-widget a code,
.main-blog-details code,
.main-blog-details a code,
.main-blog-box code,
.main-blog-box a code {
  color: #58AD40;
}
.blog-widget pre code,
.main-blog-details pre code,
.main-blog-box pre code {
  font-size: 15px;
  color: #000;
  word-break: normal;
  line-height: 30px;
}
.blog-widget pre cite,
.main-blog-details pre cite,
.main-blog-box pre cite {
  font-weight: 400;
}
.blog-widget kbd,
.main-blog-details kbd,
.main-blog-box kbd {
  color: #000;
  padding: 3px 5px 2px 5px;
  margin: 0 1px;
  background: #f5f5f5;
  background: rgba(0, 0, 0, 0.07);
}
.blog-widget code, .blog-widget kbd, .blog-widget pre, .blog-widget samp, .blog-widget tt, .blog-widget var,
.main-blog-details code,
.main-blog-details kbd,
.main-blog-details pre,
.main-blog-details samp,
.main-blog-details tt,
.main-blog-details var,
.main-blog-box code,
.main-blog-box kbd,
.main-blog-box pre,
.main-blog-box samp,
.main-blog-box tt,
.main-blog-box var {
  font-family: Menlo, Consolas, monaco, monospace;
}
.blog-widget mark,
.blog-widget ins,
.main-blog-details mark,
.main-blog-details ins,
.main-blog-box mark,
.main-blog-box ins {
  background: #58AD40;
  text-decoration: none;
}
.blog-widget big,
.main-blog-details big,
.main-blog-box big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.gallery .gallery-item {
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.header-area {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo img {
  max-width: 182px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-btn a {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 40px;
  border-radius: 100px;
  background: #58AD40;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 16px;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  display: block;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 221.52%;
  color: #FFFFFF;
}
.main-menu ul li:hover > a {
  color: #58AD40;
}
.main-menu ul li:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li.has-dropdown > a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  margin-left: 7px;
  font-size: 16px;
}
.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 240px;
  padding: 10px 0;
  border-top: 5px solid #58AD40;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 99;
  text-align: left;
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}
.main-menu ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-menu ul li .sub-menu li:hover a {
  color: #58AD40;
}
.main-menu ul li .sub-menu li:hover a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.main-menu ul li .sub-menu li a {
  color: #181818;
  display: block;
  font-size: 15px;
  padding: 12px 20px;
  text-transform: capitalize;
}

.open-mobile-menu {
  margin-left: 20px;
}
.open-mobile-menu a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.mobile-menu-open {
  margin-left: 20px;
}
.mobile-menu-open button {
  background: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  border: 0;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-open button {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .mobile-menu-open button {
    height: 40px;
  }
}
.mobile-menu-open button .bar-1 {
  display: block;
  width: 24px;
  height: 2px;
  background: #0B0D0F;
}
.mobile-menu-open button .bar-2 {
  display: block;
  width: 24px;
  height: 2px;
  background: #0B0D0F;
}
.mobile-menu-open button .bar-3 {
  display: block;
  width: 24px;
  height: 2px;
  background: #0B0D0F;
}

.off-canvas-section {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.off-canvas-section.active {
  visibility: visible;
  opacity: 1;
}
.off-canvas-section .off-canvas-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.off-canvas-wrap {
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: -99999;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .off-canvas-wrap {
    max-width: 100%;
  }
}
.off-canvas-wrap::-webkit-scrollbar {
  width: 10px;
}
.off-canvas-wrap::-webkit-scrollbar-track {
  background: #c1c1c1;
}
.off-canvas-wrap::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
.off-canvas-wrap::-webkit-scrollbar-thumb:active {
  background: #58AD40;
}
.off-canvas-wrap .off-canvas-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #000;
  padding: 30px 30px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
.off-canvas-wrap .off-canvas-body {
  padding: 20px 30px;
}
.off-canvas-wrap .off-canvas-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #dc3545;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-wrap .off-canvas-close i {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-wrap .off-canvas-close:hover {
  transform: scale(1.1);
}
.off-canvas-wrap .off-canvas-close:hover i {
  transform: rotate(180deg);
}
.off-canvas-wrap.active {
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.off-canvas-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.off-canvas-menu ul li {
  display: block;
}
.off-canvas-menu ul li:hover > a {
  color: #0B0D0F;
}
.off-canvas-menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #404040;
  padding: 10px 30px 10px 0;
  text-transform: uppercase;
}
.off-canvas-menu ul .has-dropdown {
  position: relative;
  z-index: 1;
}
.off-canvas-menu ul .has-dropdown .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 10;
  cursor: pointer;
}
.off-canvas-menu ul .has-dropdown .toggle-btn .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-canvas-menu ul .has-dropdown .toggle-btn .icon:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 16px;
}
.off-canvas-menu ul .has-dropdown.active > a, .off-canvas-menu ul .has-dropdown:hover > a {
  color: #0B0D0F;
}
.off-canvas-menu ul .has-dropdown.active > .toggle-btn .icon:before, .off-canvas-menu ul .has-dropdown:hover > .toggle-btn .icon:before {
  color: #0B0D0F;
}
.off-canvas-menu ul .has-dropdown > a {
  position: relative;
  z-index: 1;
}
.off-canvas-menu ul .has-dropdown > a .toggle-btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(80, 80, 80, 0.1);
  background: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.off-canvas-menu ul .has-dropdown > a .toggle-btn i {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu {
  display: none;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li {
  margin-left: 15px;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li:hover a {
  color: #0B0D0F;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li:hover a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.off-canvas-menu ul .has-dropdown ul.sub-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: #0B0D0F;
  transition: 0.7s;
  display: inline-block;
}

.footer-area {
  background: #000;
}

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.6);
}

.footer-about .f-logo {
  margin-bottom: 24px;
}
.footer-about .f-logo img {
  max-width: 182px;
}
.footer-about p {
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.footer-about .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.footer-about .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 24px;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  display: block;
  margin-bottom: 20px;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-menu ul li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  text-transform: capitalize;
  color: #FFFFFF;
}

.footer-qrcode {
  text-align: right;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-qrcode {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-qrcode {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer-qrcode {
    text-align: left;
  }
}
.footer-qrcode img {
  max-width: 110px;
}

.footer-phone {
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-phone {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-phone {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer-phone {
    text-align: left;
  }
}
.footer-phone a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-transform: capitalize;
  color: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 10px 30px;
}

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