/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.remixicon.com/releases/v2.5.0/remixicon.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@400;600&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #121212;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: #121212;
  text-decoration: underline;
}

/* Applying the custom font */
/**
 * Basic typography style for copy text
 */
body {
  color: #121212;
  font: normal 125%/1.4 "Poppins", "sans-serif";
  overflow-x: hidden;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1400px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

li {
  list-style: none;
}

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

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

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

.ptb-50 {
  padding: 50px 0;
}

.ptb-80 {
  padding: 80px 0;
}

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

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

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

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

@media (max-width: 576px) {
  .mqtb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cl-header-btn {
  background-color: #e54f38;
  color: #fdfdfd;
  border-radius: 5px;
  font-size: 0.813rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 14px 24px;
}
@media (max-width: 1024px) {
  .cl-header-btn {
    display: none;
  }
}

.cl-secondary-btn {
  background-color: #f0f0f4;
  color: #121212;
  cursor: pointer;
  border-radius: 2em;
  display: inline-block;
  margin: 0 0.375em 0.75em 0;
  padding: 0.85em 1.75em;
  border: none;
  font-weight: 500;
  -webkit-transition: background-color 150ms cubic-bezier(0.65, 0, 0.35, 1), color 150ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background-color 150ms cubic-bezier(0.65, 0, 0.35, 1), color 150ms cubic-bezier(0.65, 0, 0.35, 1);
}
.cl-secondary-btn:hover {
  text-decoration: none;
}

.cl-primary_btn {
  background-color: #9ea700;
  color: #fff;
  cursor: pointer;
  color: #fff;
  border-radius: 2em;
  display: inline-block;
  margin: 0 0em 0.75em 0;
  padding: 0.85em 1.75em;
  border: none;
  font-weight: 500;
  -webkit-transition: background-color 150ms cubic-bezier(0.65, 0, 0.35, 1), color 150ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background-color 150ms cubic-bezier(0.65, 0, 0.35, 1), color 150ms cubic-bezier(0.65, 0, 0.35, 1);
}
.cl-primary_btn:hover {
  color: #fff;
  text-decoration: none;
}
.cl-primary_btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cl-brand-btn {
  background-color: #e54f38;
  color: #fff;
  cursor: pointer;
  color: #fff;
  border-radius: 0.5em;
  display: inline-block;
  margin: 0 0.375em 0.75em 0;
  padding: 0.85em 1.75em;
  border: none;
  font-weight: 500;
  -webkit-transition: background-color 150ms cubic-bezier(0.65, 0, 0.35, 1), color 150ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background-color 150ms cubic-bezier(0.65, 0, 0.35, 1), color 150ms cubic-bezier(0.65, 0, 0.35, 1);
}
.cl-brand-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hc-getstarted-btn {
  background-color: #e54f38;
  color: #fff;
  border-radius: 4px;
  padding: 12px 34px;
  font-size: 16px;
  border: none;
}

.main-page-header {
  background-color: transparent !important;
  color: #fff !important;
}
.main-page-header button .navbar-toggler-icon {
  color: #fff !important;
}
.main-page-header .hc-header-menu li a {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .main-page-header .hc-header-right {
    display: none;
  }
}
.main-page-header .hc-header-right .hc-header-search-icon {
  cursor: pointer;
}
.main-page-header .hc-header-right .hc-header-search-icon i {
  color: #fff !important;
}
.main-page-header .hc-header-right .hc-header-user-icon {
  cursor: pointer;
}
.main-page-header .hc-header-right .hc-header-user-icon i {
  color: #fff !important;
}
.main-page-header .hc-header-right .hc-header-cart-icon {
  position: relative;
  cursor: pointer;
}
.main-page-header .hc-header-right .hc-header-cart-icon i {
  color: #fff !important;
}
.main-page-header .hc-header-right .hc-header-cart-icon .hc-cartcount-badge {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e54f38;
  color: #fff;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 16px;
  right: -8px;
}
.main-page-header .hc-header-right .hc-header-cart-icon .hc-cartcount-badge span {
  line-height: 0;
}
@media (max-width: 1024px) {
  .main-page-header .hc-header-right .hc-header-cart-icon .hc-cartcount-badge {
    display: none;
  }
}

.hc-header {
  position: fixed;
  background-color: #fff;
  top: 0;
  z-index: 999;
  height: 80px;
}
.hc-header button {
  border: none;
}
.hc-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hc-header button .navbar-toggler-icon {
  background-image: unset;
  font-size: 1.5rem;
  width: auto;
}
.hc-header .hc-header-menu {
  background-color: #ffffff;
  gap: 16px;
}
.hc-header .hc-header-menu li a {
  color: #121212;
}
.hc-header .hc-header-menu li a:hover {
  text-decoration: none;
  color: #e54f38 !important;
}
@media (min-width: 576px) {
  .hc-header .hc-header-menu .hc-dropdown:hover .dropdown-menu {
    display: block;
  }
}
.hc-header .hc-header-menu .hc-dropdown .dropdown-menu {
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
}
@media (max-width: 576px) {
  .hc-header .hc-header-menu .hc-dropdown .dropdown-menu {
    width: auto;
  }
}
.hc-header .hc-header-menu .hc-dropdown .dropdown-menu li a {
  color: #525354;
}
.hc-header .hc-header-menu .hc-dropdown .dropdown-menu li a:hover {
  background-color: transparent;
  color: #525354;
}
.hc-header .hc-header-menu .hc-dropdown .dropdown-menu .hc-cat-header h3 {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .hc-header .hc-header-menu .hc-dropdown .dropdown-menu .hc-cat-header h3 {
    font-weight: 400;
    font-size: 13px;
  }
}
.hc-header .hc-header-menu .hc-dropdown .dropdown-menu .hc-cat-header i {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transition: -webkit-transform 0.3s ease !important;
  transition: -webkit-transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
}
@media (min-width: 1024px) {
  .hc-header .hc-header-menu .hc-dropdown .dropdown-menu .hc-cat-header i {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hc-header .hc-header-menu .hc-dropdown .dropdown-menu .cl-cat-submenus {
    display: none;
  }
}
.hc-header .hc-header-menu .hc-dropdown .show i {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  -webkit-transition: -webkit-transform 0.3s ease !important;
  transition: -webkit-transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
}
@media (min-width: 768px) {
  .hc-header .hc-header-menu .hc-dropdown .dropdown-toggle {
    color: #fff;
  }
}
.hc-header .hc-header-menu .hc-dropdown .dropdown-toggle i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 16px;
}
.hc-header .hc-header-menu .hc-dropdown .dropdown-toggle::after {
  display: none;
}
@media (max-width: 1024px) {
  .hc-header .hc-header-menu .hc-dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hc-header .hc-header-menu .hc-dropdown .dropdown-toggle::after {
    display: none;
  }
}
.hc-header .hc-header-menu li a {
  color: #121212 !important;
  font-size: 0.813rem;
  font-weight: 500;
  padding: 8px;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .hc-header .hc-header-menu li a {
    color: #252223;
  }
}

.hc-dropdown-list-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr);
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 15px;
}
@media (max-width: 1024px) {
  .hc-dropdown-list-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.hc-dropdown-list-grid .cl-dropdown-list-col ul {
  margin-left: 0;
  padding-left: 0;
}

.hc-mobmenu-close {
  padding: 6px;
}
@media (min-width: 1024px) {
  .hc-mobmenu-close {
    display: none !important;
  }
}
.hc-mobmenu-close .hc-mobmenu-title {
  font-weight: 600;
  color: #252223;
}
.hc-mobmenu-close .navbar-toggler {
  border: none;
  font-size: 34px;
  padding: 0px;
}

@media (max-width: 1024px) {
  .hc-cat-open-submenu {
    display: block !important;
    opacity: 1;
    position: fixed;
    height: 100vh;
    width: 85%;
    top: 26px;
    left: 36px;
    background-color: #fff;
    z-index: 99;
  }
  .hc-submenu-back {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding-bottom: 20px;
  }
  .new-class {
    visibility: hidden !important;
  }
}
@media (min-width: 1024px) {
  .hc-submenu-back {
    display: none;
  }
}
.hc-header__item--dropdown .hc-header-link-arrow {
  font-size: 16px;
  display: none;
}
@media (max-width: 1024px) {
  .hc-header__item--dropdown .hc-header-link-arrow {
    display: block;
    font-size: 20px;
  }
}

.hc-header__item--show {
  position: relative;
}
.hc-header__item--show a {
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
}

.hc-header__nav--show {
  display: block;
}

.hc-header__item--show::before {
  content: "";
  width: 100vw;
  height: calc(100vh - 55px);
  position: fixed;
  top: 60px;
  left: 0;
}

.hc-header__nav {
  width: 100%;
  max-width: 750px;
}

@media (max-width: 1024px) {
  .hc-header__nav {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: hsl(0, 0%, 100%);
    padding: 8px 0 0;
    border-bottom: 1px solid hsl(210, 16%, 93%);
    -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  }
}

@media (max-width: 1024px) {
  .hc-header__item {
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid hsl(210, 16%, 93%);
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hc-header__item--show .hc-header__link {
  color: #e54f38 !important;
}
.hc-header__item--show .hc-header__link .hc-header-link-arrow-down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .hc-header__nav--show .hc-header__items {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: unset;
  }
}

@media (max-width: 1024px) {
  .hc-header__item .hc-header__link .hc-header-link-arrow-down {
    display: none;
  }
}

.hc-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .hc-header-right {
    display: none;
  }
}

.hc-login-btn {
  all: unset;
  border: none;
  background-color: #e54f38;
  color: #fff;
  border-radius: 4px;
  padding: 12px 34px;
  font-size: 16px;
}

.navbar-brand img {
  width: 120px;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.wpj-jtoc--toc {
  background-color: transparent !important;
}

.wpj-jtoc--nav > .wpj-jtoc--items li {
  margin-bottom: 0.25rem !important;
}

.wpj-jtoc--item .wpj-jtoc--item-content > a {
  color: hsl(8, 77%, 56%) !important;
}

.wpj-jtoc--item .wpj-jtoc--item-content > a:focus,
.wpj-jtoc--item .wpj-jtoc--item-content > a:hover {
  color: hsl(8, 77%, 56%) !important;
}

:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767.98px) {
  :root {
    font-size: 16px;
  }
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

body {
  overflow-x: hidden;
}

a {
  color: hsl(8, 77%, 56%);
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:active,
a:focus,
a:focus-within,
a:hover {
  color: hsl(0, 0%, 11%);
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
}

@media print {
  .sharethis-inline-share-buttons {
    display: none !important;
  }
  .hr-blogpage__mainblog {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hr-blogpage__relatedblog {
    display: none;
  }
  .hr-header {
    display: none;
  }
  .hr-footer {
    display: none;
  }
  body:after {
    content: "Get more content like this at horilla.com";
    font-family: "Times New Roman", Times, serif !important;
    color: hsl(0, 0%, 27%);
    position: relative;
    top: 25px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  small,
  span {
    font-family: "Times New Roman", Times, serif !important;
  }
}
body {
  color: hsl(0, 0%, 11%);
  font: normal 100%/1.4 "Open Sans", "Inter", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media screen and (max-width: 767.98px) {
  body {
    font: normal 80%/1.4 "Open Sans", "Inter", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-8 {
  margin-top: 8rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.menu-item.current-menu-item.active a {
  color: #e54f38 !important;
}

.hr-ad-banner-new {
  padding: 1px 8px;
  color: #e54f38;
  font-size: 12px;
  font-weight: 600;
  background-color: white;
  border-radius: 50px;
}

@media (max-width: 567px) {
  .ad-close-btn,
  .hr-ad-banner-new {
    display: none;
  }
}
/* Wrapper for the banner */
.hr-banner-wrapper {
  position: relative;
  background-color: hsl(8, 77%, 56%);
  width: 100%;
}

/* Banner card styles */
.ad-banner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 52px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
  overflow: hidden;
  width: 100%;
}

/* Content within the banner */
.ad-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.ad-banner-text {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

/* Play Store button */
.ad-playstore-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ad-playstore-image {
  width: 130px;
}
@media screen and (max-width: 767.98px) {
  .ad-playstore-image {
    width: 80px;
  }
}

/* Close button */
.ad-close-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.close-btn-icon {
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  width: 34px;
  height: 34px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.close-icon {
  font-size: 24px;
}

.hr-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hr-header ul {
  margin: 0 !important;
}

@media screen and (max-width: 991.98px) {
  .hr-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: hsl(0, 0%, 100%);
  }
}
@media screen and (max-width: 991.98px) {
  main {
    padding-top: 10px;
  }
}
.hr-header--fixed {
  position: fixed;
  left: 0;
  top: 0;
  background-color: hsl(0, 0%, 100%);
  z-index: 999;
  width: 100%;
}

.hr-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .hr-header__nav {
    background-color: hsl(0, 0%, 96%);
    position: fixed;
    top: 70px;
    width: 100%;
    left: 0;
    padding: 1.5rem;
    z-index: 999;
  }
}
@media screen and (max-width: 767.98px) {
  .hr-header__nav--show {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .hr-header__nav--hide {
    display: none;
  }
}
.hr-header__menu-icon {
  display: none;
  color: hsl(0, 0%, 11%);
}

.hr-header__menu-icon:hover {
  color: hsl(8, 77%, 56%);
}

@media screen and (max-width: 767.98px) {
  .hr-header__menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.5rem;
  }
}
.hr-header__nav-link,
.hr-main-navigation-container a {
  color: hsl(0, 0%, 11%);
  font-weight: 600;
}

.hr-header__nav-link:hover,
.hr-main-navigation-container a:hover {
  color: hsl(8, 77%, 56%);
}

.hr-header__nav-items,
.hr-main-navigation-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
}

@media screen and (max-width: 767.98px) {
  .hr-header__nav-items,
  .hr-main-navigation-container > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.hr-header__nav-item,
.hr-main-navigation-container li {
  margin-right: 1.5rem;
}

@media screen and (max-width: 767.98px) {
  .hr-header__nav-item,
  .hr-main-navigation-container li {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.hr-header__nav-item:last-child,
.hr-main-navigation-container li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767.98px) {
  .hr-header__nav-item:last-child,
  .hr-main-navigation-container li:last-child {
    margin-bottom: 0;
  }
}
.hr-header__menu-icon--hide {
  display: none;
}

.hr-header--fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.hc-user-logged {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.hc-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hc-user-name {
  font-weight: 600;
  color: #222;
  font-size: 1rem;
}

.hc-user-logged {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hc-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hc-user-name {
  font-weight: 600;
  color: #222;
  font-size: 1rem;
}

.hc-user-caret {
  font-size: 1rem;
  color: #888;
  margin-left: 2px;
}

.hc-user-dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  min-width: 140px;
  z-index: 100;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.hc-user-dropdown-item {
  padding: 10px 18px;
  color: #222;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  display: block;
}

.hc-user-dropdown-item:hover {
  background: #f5f5f5;
}

.hc-hero-section {
  
  padding: 100px 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .hc-hero-section {
    padding: 16px;
  }
}

.hc-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
  gap: 16px;
  position: relative;
  margin: auto;
}
.hc-hero-content .hc-heading-subtitle {
  text-align: center;
  padding: 5px 12px;
  background-color: #fff7f5;
  color: #e54f38;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.hc-hero-content .hc-hero-title {
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  margin: 0;
  position: relative;
  color: #170604;
}
@media (max-width: 768px) {
  .hc-hero-content .hc-hero-title {
    font-size: 36px;
  }
}
.hc-hero-content .hc-hero-para {
  text-align: center;
  font-size: 18px;
  margin: 0;
}

.hc-hero-mark {
  position: relative;
}
.hc-hero-mark::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -23px;
  width: 30px;
  height: 30px;
  background: url("../../../assets/img/pattern/shape-spread.svg") no-repeat;
  background-size: contain;
  -webkit-animation: bounce 2s ease-in-out 0s infinite;
  animation: bounce 2s ease-in-out 0s infinite;
}
@media (max-width: 768px) {
  .hc-hero-mark::before {
    display: none;
  }
}

.hc-hero-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.hc-hero-cta .hc-cta-btn {
  background-color: #e54f38;
  color: #fff;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
}
.hc-hero-cta .hc-cta-btn--howitworks {
  background-color: transparent;
  color: #e54f38;
  border-radius: 12px;
  padding: 0px 24px;
  font-size: 16px;
}

.hc-hero-img {
  margin-top: 100px;
}
@media (max-width: 1536px) and (min-width: 993px) {
  .hc-hero-img {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .hc-hero-img {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .hc-hero-pattern {
    display: none;
  }
}

.hc-hero-img {
  position: relative;
}
.hc-hero-img .hc-dashboard-preview {
  border: 12px solid #ffd0c9;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .hc-hero-img .hc-dashboard-preview {
    border: 8px solid #ffd0c9;
    border-radius: 16px;
  }
}
.hc-hero-img .hc-hero-pattern-1 {
  position: absolute;
  top: -169px;
  left: 60px;
}
.hc-hero-img .hc-hero-pattern-2 {
  position: absolute;
  top: -361px;
  left: 120px;
}
.hc-hero-img .hc-hero-pattern-3 {
  position: absolute;
  top: -140px;
  right: 200px;
}
.hc-hero-img .hc-hero-pattern-4 {
  position: absolute;
  top: -360px;
  right: 60px;
}

.hc-hero-second-content {
  background-color: #e54f38;
  position: relative;
  color: #fff;
  margin-top: 40px;
}
.hc-hero-second-content .hc-hero-circle-pattern {
  position: absolute;
  top: -45px;
  left: -24px;
}
.hc-hero-second-content .hc-hero-circle-pattern-2 {
  position: absolute;
  top: 80px;
  right: -8px;
}
.hc-hero-second-content .hc-hero-second-para {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .hc-hero-second-content img {
    width: 80px;
  }
}

.hc-hero-second-subtitle {
  text-align: center;
  padding: 5px 12px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}

.hc-hero-second-title {
  font-size: 36px;
  margin: 16px 0;
}
@media (max-width: 768px) {
  .hc-hero-second-title {
    font-size: 30px;
  }
}
.hc-hero-second-title span ::after {
  height: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  content: "";
  position: absolute;
  top: -6px;
}
.hc-hero-second-title .hc-highlight {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(255, 255, 255, 0.2) 30%);
}

.hc-hero-nav-tabs {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hc-hero-nav-tabs .nav-link {
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  padding: 12px 34px;
}

.hc-hero-nav-tabs :first-child .nav-link.active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hc-hero-nav-tabs :last-child .nav-link.active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.hc-hero-nav-tabs .nav-link.active {
  background-color: #fff;
  color: #e54f38;
  border: none;
}

.hc-tab-contents {
  margin-top: 16px;
  min-height: 215px;
}
.hc-tab-contents .tab-pane {
  font-size: 16px;
}

.hc-feature-icon img {
  border: 1px solid #e3e3e3;
  padding: 12px;
  border-radius: 30px;
  width: 54px;
}

.hc-price-section {
  padding: 100px 0;
}
.hc-price-section .hc-price-subtitle {
  text-align: center;
  padding: 5px 12px;
  background-color: #fff7f5;
  color: #e54f38;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}

.hc-main_heading span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(229, 79, 56, 0.8078431373)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(229, 79, 56, 0.8078431373) 30%);
}

.hc-highlight {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(229, 79, 56, 0.8078431373)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(229, 79, 56, 0.8078431373) 30%);
}

.hc-price_card {
  background-color: #fff7f5;
  padding: 24px;
  border-radius: 6px;
}
.hc-price_card p {
  font-size: 16px;
  padding: 30px 0;
}
.hc-price_card .hc-btn {
  border: none;
  background-color: #fff;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #e54f38;
  width: 100%;
}
.hc-price_card .hc-refer-btn {
  border: none;
  background-color: #e54f38 !important;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  width: 100%;
}
.hc-price_card .hc-pricing-price {
  margin: 30px 0;
  color: #3a1711;
}
.hc-price_card .hc-pricing-price .currency {
  font-size: 16px;
  font-weight: 600;
  top: -1rem;
}
.hc-price_card .hc-pricing-price .hc-pricing-price-text {
  font-size: 40px;
  font-weight: 600;
}
.hc-price_card .hc-pricing-price .period {
  font-size: 16px;
  font-weight: 600;
  bottom: 0rem;
}

.hc-price_header {
  font-weight: 600;
  padding-bottom: 20px;
  color: #e54f38;
}

.hc-integration-section {
  padding: 100px 0;
  background-color: #e54f38;
  position: relative;
}
.hc-integration-section .hc-circle-pattern {
  position: absolute;
  top: 40px;
  left: -32px;
}
.hc-integration-section .hc-circle-pattern img {
  width: 100px;
}
.hc-integration-section .hc-circle-pattern-2 {
  position: absolute;
  bottom: 40px;
  right: -24px;
}
.hc-integration-section .hc-circle-pattern-2 img {
  width: 100px;
}

.hc-integration-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hc-integration-content img {
  width: 800px;
}
.hc-integration-content .hc-integration-subtitle {
  text-align: center;
  padding: 5px 12px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.hc-integration-content .hc-integration-main_heading {
  color: #fff;
  font-size: 36px;
  margin: 10px 0;
  margin-bottom: 30px;
}
.hc-integration-content .hc-integration-main_heading .hc-highlight {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(255, 255, 255, 0.2) 30%);
}
.hc-integration-content .hc-integration-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 80%;
  justify-content: center;
  margin: auto;
}
@media (max-width: 768px) {
  .hc-integration-content .hc-integration-list {
    width: auto;
  }
}
.hc-integration-content .hc-integration-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  gap: 12px;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .hc-integration-content .hc-integration-list-item {
    width: 160px;
    padding: 12px;
  }
}
.hc-integration-content .hc-integration-list-item .hc-integration-list-icon img {
  width: 80px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hc-integration-content .hc-integration-list-item .hc-integration-list-title {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 768px) {
  .hc-integration-content .hc-integration-list-item .hc-integration-list-title {
    font-size: 16px;
  }
}

.hc-service-container {
  margin: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .hc-service-container {
    margin: 80px 0;
  }
}

.hc-service-content {
  padding: 0 80px;
}
@media (max-width: 991px) {
  .hc-service-content {
    padding: unset;
  }
}
.hc-service-content .hc-service-subtitle {
  text-align: center;
  padding: 5px 12px;
  background-color: #fff7f5;
  color: #e54f38;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}
.hc-service-content .hc-service-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 16px;
  color: #3a1711;
}
@media (max-width: 768px) {
  .hc-service-content .hc-service-title {
    font-size: 30px;
  }
}
.hc-service-content .hc-service-para {
  font-size: 16px;
}

.hc-service-list {
  padding-left: 0;
}

.hc-service-list-text {
  font-size: 16px;
}

.hc-service-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  gap: 6px;
}
.hc-service-list-item i {
  color: #e54f38;
}

.hc-feature-section {
  background-color: white;
  padding: 100px 0;
}

.hc-feature-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hc-feature-header .hc-feature-para {
  font-size: 16px;
}



.hc-feature-subtitle {
  text-align: center;
  padding: 5px 12px;
  background-color: #fff7f5;
  color: #e54f38;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.hc-feature-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 16px;
  color: #3a1711;
}
@media (max-width: 768px) {
  .hc-feature-title {
    font-size: 30px;
  }
}

.hc-feature-list-item {
  background-color: #fff7f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  min-height: 253px;
}

.hc-feature-list-title {
  font-size: 18px;
  color: #121212;
  font-weight: 600;
}

.hc-feature-list-para {
  font-size: 16px;
  color: #8a8a8a;
}

.hc-footer {
  background-color: #e54f38;
  padding: 5rem 0 0rem 0;
  position: relative;
}
.hc-footer .hc-footer-circle-pattern {
  position: absolute;
  left: -42px;
  top: 80px;
}
.hc-footer .hc-footer-circle-pattern-2 {
  position: absolute;
  right: -18px;
  top: 350px;
}
.hc-footer hr {
  margin: 3rem 0;
  background-color: #fff;
}

.hc-cta_section {
  border-radius: 12px;
  background-color: #fff;
  padding: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .hc-cta_section {
    padding: 4rem 1rem;
  }
}

.hc-cta_content {
  width: 65%;
  text-align: center;
}
@media (max-width: 998px) {
  .hc-cta_content {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .hc-cta_content {
    width: auto;
  }
}
.hc-cta_content .hc-subtitle {
  text-align: center;
  padding: 5px 12px;
  background-color: #fff7f5;
  color: #e54f38;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}
.hc-cta_content button {
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
}

.hc-footer_links {
  padding: 1rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
@media (max-width: 992px) {
  .hc-footer_links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hc-footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 14%;
}
@media (max-width: 992px) {
  .hc-footer_container {
    width: 100%;
    gap: 0;
  }
}
.hc-footer_container h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.9px;
  color: #fff;
}
@media (max-width: 768px) {
  .hc-footer_container h5 {
    font-size: 14px;
  }
}
.hc-footer_container ul {
  padding-left: 0;
}

.hc-footer_logo {
  width: 110px;
  height: auto;
}

.hc-logo_footer {
  width: 23%;
}
@media (max-width: 992px) {
  .hc-logo_footer {
    width: 100%;
  }
}

.hc-footer_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9019607843);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hc-footer_text:hover {
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .hc-footer_text {
    font-size: 12px;
    line-height: 20px;
  }
}

.hc-footer_subscription {
  width: 35%;
}
@media (max-width: 992px) {
  .hc-footer_subscription {
    width: 100%;
  }
}

.hc-footer_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.hc-footer_form input::-webkit-input-placeholder {
  color: #fff;
}
.hc-footer_form input::-moz-placeholder {
  color: #fff;
}
.hc-footer_form input:-ms-input-placeholder {
  color: #fff;
}
.hc-footer_form input::-ms-input-placeholder {
  color: #fff;
}
.hc-footer_form input::placeholder {
  color: #fff;
}
.hc-footer_form input {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  padding: 1rem;
  color: #fff;
  font-size: 14px;
  width: 100%;
  border: 1px solid transparent;
}
.hc-footer_form input:focus {
  border: 1px solid #fff;
  outline: none;
}
.hc-footer_form .hc-form_submit-btn {
  background-color: #ffe4e0;
  border-radius: 12px;
  border: none;
  color: #e54f38;
  font-size: 14px;
  padding: 1rem;
  font-weight: 500;
  text-wrap: nowrap;
}

.hc-site_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  opacity: 90%;
  font-weight: 300;
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 768px) {
  .hc-site_footer {
    font-size: 12px;
  }
}

.hc-latest_blog {
 
  padding: 100px 0;
}
.hc-latest_blog .hc-subtitle {
  text-align: center;
  padding: 5px 12px;
  background-color: #fff7f5;
  color: #e54f38;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}

.hc-blog_card {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
}
.hc-blog_card:hover .hc-blog_card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.hc-blog_card-img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 240px;
}
.hc-blog_card-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hc-blog_header {
  color: #3a1711;
  font-size: 18px;
  line-height: 25.8px;
  font-weight: 600;
  margin: 1rem 0;
}

.hc-blog_card p {
  color: #100706;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.hc-blog_card .hc-btn {
  border: none;
  background-color: #e54f38;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.hc-main_heading {
  font-size: 44px;
  line-height: 52.8px;
  font-weight: 600;
  letter-spacing: -1.19px;
  color: #3a1711;
  margin-bottom: 16px;
  padding: 0 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .hc-main_heading {
    font-size: 30px;
    line-height: 44.8px;
  }
}

.hc-sub-title {
  font-size: 16px;
  line-height: 31.5px;
  padding: 0 4rem;
  font-weight: 400;
  color: #121212;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .hc-sub-title {
    font-size: 14px;
    line-height: 28px;
    padding: 0 1rem;
  }
}

.hrl-footer {
  margin-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
  color: #fff;
}

.hrl-footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (220px)[4];
  grid-template-columns: repeat(4, 220px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
}

@media screen and (max-width: 991.98px) {
  .hrl-footer__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .hrl-footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hrl-footer__lead {
  display: block;
  font-family: "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
}

@media screen and (max-width: 991.98px) {
  .hrl-footer__lead {
    max-width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .hrl-footer__lead {
    max-width: 100%;
  }
}
.hrl-footer__social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.hrl-footer__social-item {
  margin-right: 1rem;
}

.hrl-footer__social-item:last-child {
  margin-right: 0;
}

.hrl-footer__social-icon {
  font-size: 1.5rem;
}

.hrl-footer__social-link {
  color: hsl(0, 0%, 50%);
}

.hrl-footer__collapse-head {
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .hrl-footer__collapse-head {
    cursor: pointer;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .hrl-footer__collapse-head:hover {
    opacity: 0.8;
  }
  .hrl-footer__collapse-head:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 18px;
    right: 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 112v288M400 256H112'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .hrl-footer__collapse-head--show {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
  .hrl-footer__collapse-head--show:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 18px;
    right: 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M400 256H112'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.hrl-footer__collapse:first-child .hrl-footer__collapse-head {
  margin-top: 0 !important;
}

.hrl-footer__collapse .hrl-footer__collapse-head {
  margin-top: 0;
}

@media screen and (max-width: 767.98px) {
  .hrl-footer__collapse:nth-child(2) .hrl-footer__collapse-head {
    border-bottom: none;
  }
}
.hrl-footer-navigation-container > ul,
.hrl-footer__collapse-items {
  padding-left: 0;
  list-style-type: none;
}

.hrl-footer-navigation-container a,
.hrl-footer__collapse-link {
  color: hsl(0, 0%, 55%);
  font-weight: bold;
}

.hrl-footer-navigation-container a:hover,
.hrl-footer__collapse-link:hover {
  color: #fff !important;
}

.hrl-footer a:hover {
  color: #fff !important;
}

@media screen and (max-width: 767.98px) {
  .hrl-footer-navigation-container a,
  .hrl-footer__collapse-link {
    font-size: 1rem;
  }
}
.hrl-footer-navigation-container li,
.hrl-footer__collapse-item {
  margin-bottom: 1rem;
}

.hrl-footer-navigation-container li:last-child,
.hrl-footer__collapse-item:last-child {
  margin-bottom: 0;
}

.hrl-footer__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(226, 226, 226, 0.08);
  padding-top: 1.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 991.98px) {
  .hrl-footer__bottom-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
    padding: 0 2rem;
    padding-top: 1rem;
  }
}
.hrl-footer__bottom-text {
  font-size: 0.85rem;
  color: hsl(0, 0%, 50%);
}

.hrl-footer__bottom-heart {
  color: hsl(0, 52%, 55%);
  margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
  .hrl-footer__column {
    padding: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hrl-footer__column {
    padding: 0rem 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hrl-footer__collapse-body {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .hrl-footer__collapse-body--show {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .hrl-footer__branding {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hrl-footer__collapse-head {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.hrl-footer__logo {
  width: auto;
}

.hrl-footer__collapse-image {
  width: 80%;
}
@media screen and (max-width: 767.98px) {
  .hrl-footer__collapse-image {
    width: 40%;
  }
}

.cloud-info-table {
  width: 60%;
  margin-top: 30px;
  margin: auto;
}
@media (max-width: 768px) {
  .cloud-info-table {
    width: 100%;
  }
}

.grid-pattern {
  height: 100vh;
}
@media (max-width: 768px) {
  .grid-pattern {
    height: 80vh;
  }
}

.hc-hero-form .hc-contact_input {
  padding-bottom: 18px;
  background-color: rgba(231, 108, 89, 0.57);
  border: 1px solid #fff;
  padding-bottom: 18px;
  color: #fff;
  border: none;
}
.hc-hero-form .hc-contact_input::-webkit-input-placeholder {
  color: #e2e2e2;
}
.hc-hero-form .hc-contact_input::-moz-placeholder {
  color: #e2e2e2;
}
.hc-hero-form .hc-contact_input:-ms-input-placeholder {
  color: #e2e2e2;
}
.hc-hero-form .hc-contact_input::-ms-input-placeholder {
  color: #e2e2e2;
}
.hc-hero-form .hc-contact_input::placeholder {
  color: #e2e2e2;
}
.hc-hero-form .hc-contact_input:focus {
  border: 1px solid #fff;
}
.hc-hero-form .hc-contact_submit {
  background-color: #fff;
  color: #e54f38;
}

/* Wrapper for the banner */
.hr-banner-wrapper {
  position: relative;
  background-color: hsl(8, 77%, 56%);
  width: 100%;
}

/* Banner card styles */
.ad-banner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 52px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
  overflow: hidden;
  width: 100%;
}

/* Content within the banner */
.ad-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.ad-banner-text {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

/* Play Store button */
.ad-playstore-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ad-playstore-image {
  width: 130px;
}

/* Close button */
.ad-close-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.close-btn-icon {
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  width: 34px;
  height: 34px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.close-icon {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .hr-hero__lead-image-container {
    background: none !important;
  }
}
.hc-contact_section {
  padding: 9rem 0 1rem 0;
}
.hc-contact_section h2 {
  text-align: left;
  padding: 0;
  font-size: 60px;
  line-height: 68px;
}
@media (max-width: 768px) {
  .hc-contact_section h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

.hc-contact_social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .hc-contact_social-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1rem;
  }
}

.hc-contact-link {
  border: 1px solid #b7b7b7;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .hc-contact-link {
    width: 40px;
    height: 40px;
  }
}
.hc-contact-link:hover {
  text-decoration: none;
  color: #e54f38;
}

.hc-contact_input {
  width: 100%;
  padding: 10px 10px 32px 10px;
  border: none;
  border-bottom: 1px solid #cacaca;
  margin-top: 1rem;
  font-size: 1rem;
}
.hc-contact_input:focus {
  outline: none;
  border-color: #e54f38;
}

.hc-contanct-info {
  background-color: #fff7f5;
  padding: 2rem 0;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .hc-contanct-info {
    font-size: 12.8px;
  }
}
.hc-contanct-info .hc-contact-subtitle {
  background-color: #fff;
}
.hc-contanct-info h2 {
  font-weight: 600;
}
@media (max-width: 768px) {
  .hc-contanct-info h2 {
    margin-bottom: 3rem;
  }
}

.hc-contact_submit {
  background-color: #e54f38;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0.5rem;
}

.hc-contact-subtitle {
  text-align: center;
  padding: 5px 12px;
  background-color: #fff7f5;
  color: #e54f38;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.hc-contact_info-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media (max-width: 768px) {
  .hc-contact_info-title {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

.hc-contant-info_details {
  font-size: 16px;
  font-weight: 500;
}

.hc-contact-title {
  font-size: 46px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .hc-contact-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}