@charset "utf-8";
/*  
Theme Name: Mahindra Cero
Theme URI:
Version: 2022
Description: Maharashtra signs MoU with Mahindra Cero for multiple vehicle-scrapping units
Author: Mahindra Cero
Author URI: https://www.mahindra.com/
*/
:root {
  --primary: #249a6b;
  --primary-light: #6db784;
  --secondary: #f9e45b;
  --secondary-light: #f5eec2;
  --blue: #0484c4;
  --dark-blue: #1b4d89;
  --default: #1c1c1c;
  --small: 0.75rem;
  --medium: 0.813rem;
  --large: 1rem;
  --white: white;
  --black: black;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Cal Sans", sans-serif;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-primary);
  font-size: var(--medium);
  color: var(--default);
  font-weight: 400;
  padding-top: 130px;
  background: linear-gradient(
    90deg,
    rgba(230, 246, 255, 1) 25%,
    rgba(232, 247, 231, 1) 50%,
    rgba(226, 240, 229, 1) 75%,
    rgba(226, 233, 244, 1) 100%
  );
}
a,
button {
  transition-duration: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
.btn {
  padding: 0 1.5rem;
  height: 45px;
  font-weight: 600;
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  transition-duration: 0.3s;
}

.is-animate {
  position: relative;
}
.is-animate svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--white);
  stroke-width: 2;
}
.is-animate rect {
  stroke-dasharray: 0.1 1;
  stroke-dashoffset: 0.1;
  transition: stroke-dashoffset 1.5s ease;
}
.is-animate span {
  position: relative;
  z-index: 1;
}
.is-animate:hover svg {
  opacity: 1;
}
.is-animate:hover rect {
  stroke-dashoffset: -1;
}

a,
button,
input[type="submit"] {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a,
.btn-link,
.text-red {
  color: var(--primary);
}
a:hover,
a:focus {
  color: var(--black);
}
a:hover,
a:focus,
button,
.btn {
  text-decoration: none;
}
label {
  font-weight: normal;
}
iframe {
  width: 100% !important;
}
.small,
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 50%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.h1,
h1 {
  font-size: 3.5rem;
}
.h2,
h2 {
  font-size: 2.4rem;
}
.h3,
h3 {
  font-size: 1.8rem;
}
.h4,
h4 {
  font-size: 1.2rem;
}
.h5,
h5 {
  font-size: 0.9rem;
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-color: #eee;
}
.btn-blue {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
  color: var(--white) !important;
}
.btn-outline-primary {
  background-color: none !important;
  border-color: var(--primary) !important;
  border-width: 2px;
  color: var(--primary);
}
.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--white);
}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #075e2e !important;
  border-color: #075e2e !important;
}

.btn-secondary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: #39395f !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #e6c808 !important;
  border-color: #e6c808 !important;
}

.bg-light {
  background-color: #f2f2f2 !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-primary-light {
  background-color: var(--primary-light) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-secondary-light {
  background-color: var(--secondary-light) !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.bg-dark-blue {
  background-color: var(--dark-blue) !important;
}

.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 900;
}
.medium {
  font-weight: 600;
}
.regular {
  font-weight: 400;
}

.text-default {
  color: var(--default) !important;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-blue {
  color: var(--blue) !important;
}
.text-dark-blue {
  color: var(--dark-blue) !important;
}
.text-secondary-light {
  color: var(--secondary-light) !important;
}
.font-primary {
  font-family: var(--font-primary) !important;
}
.font-secondary {
  font-family: var(--font-secondary) !important;
}
.dropdown-item {
  font-size: 0.8rem;
}
.text-large {
  font-size: 1rem;
}

.form-control {
  box-shadow: none !important;
  color: var(--default);
  font-size: 0.8rem;
  height: 45px;
  padding: 0.375rem 0.5rem;
  border-radius: 0;
}
.form-control-lg {
  font-size: 0.9rem;
  height: 50px;
}
.form-control-sm {
  font-size: 0.725rem;
  height: 40px;
}
.form-control:focus {
  border-color: var(--secondary);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: var(--light-red);
  border-color: var(--light-red);
  opacity: 1;
  color: #696969;
}
textarea.form-control {
  min-height: 80px;
  padding: 0.7rem 1rem;
}
textarea.h-large {
  min-height: 150px;
}
select.form-control,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: 0 !important;
  background-size: 12px;
}
select:focus,
option:focus {
  outline: 0 !important;
}
select[multiple].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding-right: 25px;
  height: auto;
}
select::-ms-expand {
  display: none;
}
select.select-primary:focus,
select.select-primary {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  background-image: url(images/caret-white.svg);
}

.container {
  max-width: 1600px;
  padding-left: 5%;
  padding-right: 5%;
}
.spacer {
  padding: 5rem 0;
}
/* Header Start */

.siteHeader {
  z-index: 10;
  transition-duration: 0.4s;
  padding: 0.5rem 0;
  top: 0;
  position: absolute;
  width: 100%;
  border-radius: 0 0 2rem 2rem;
  background: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.siteHeaderBrand {
  min-width: 23%;
  transition-duration: 0.4s;
}
.brandLogoHolder {
  height: 5rem;
  position: relative;
  transition-duration: 0.4s;
}
.brandLogoHolder img {
  width: 100%;
  height: 100%;
}
.siteHeaderLogoTitle {
  font-size: 0.7rem;
  color: var(--default);
}
.siteHeaderLogo {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
.siteHeaderLogo img {
  height: 40px;
  width: auto;
}
.siteHeaderTop {
  transition-duration: 0.4s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.siteHeader .navbar-secondary {
  transition-duration: 0.3s;
}
.siteHeader .navbar-secondary .nav-link {
  color: #6a6a6a;
  position: relative;
  padding: 0.5rem 1rem;
}
.siteHeader .navbar-secondary .nav-link:last-child {
  padding-right: 0;
}
.siteHeader .navbar-secondary .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.siteHeader .navbar-secondary .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.siteHeader .navbar-menu {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 0.25rem;
}
.siteHeader #navbar {
  transition-duration: 0.4s;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.siteHeader #navbar .nav-link {
  color: var(--default);
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  position: relative;
}
.siteHeader #navbar .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.siteHeader #navbar .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.siteHeader #navbar .text-primary .nav-link {
  color: var(--primary);
}
.siteHeader.headerScrollUp {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
}
.siteHeader.headerScrollDown {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -50px;
}
/* Header End */

/* Footer Start */
.siteFooter {
  background: rgba(164, 205, 193, 0.2);
}
.siteFooterBottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.siteFooterLogo {
  max-width: 80px;
}
.siteFooterSocial {
  display: flex;
  gap: 0.5rem;
}
.siteFooterSocial a {
  color: #555;
  border-radius: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  background: hsla(0, 0%, 100%, 0.4);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-duration: 0.3s;
}
.siteFooterSocial a:hover {
  background: var(--primary);
  color: var(--white);
}
.siteFooterTitle {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.siteFooterNav {
  flex-direction: column;
  font-size: 0.9rem;
}
.siteFooterNav .nav-link {
  padding: 0.5rem 0;
  color: var(--default);
  opacity: 0.7;
  position: relative;
  display: inline-block;
  transition-duration: 0.3s;
}
.siteFooterNav .nav-link:hover {
  color: var(--black);
  opacity: 1;
}
.siteFooterNav .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.siteFooterNav .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.siteFooterBottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2rem;
}
.siteFooterBottom ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
}
.siteFooterBottom ul li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #249a6b;
  flex: 0 0 auto;
  box-shadow: 0 0 0 6px rgba(36, 154, 107, 0.2);
}
.siteFooterBottom ul li::after {
  content: "";
  width: 10px;
  height: 5px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  position: absolute;
  top: calc(50% - 2px);
  left: 7px;
  transform: rotate(-45deg) translateY(-50%);
}

.siteFooter .accordion-item {
  background: none;
  border-radius: 0 !important;
  margin: 0;
  border: none;
}

.siteFooter .accordion-header {
  border-radius: 0 !important;
}

.accordion .accordion-button {
  font-weight: 500;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  padding: 1rem 0;
  background: none;
  box-shadow: none;
  color: #1c1c1c;
}

.siteFooter .accordion-button::after {
  opacity: 0.7;
  width: 1rem;
  height: 1rem;
  background-size: 100%;
}
.siteFooter .accordion-body {
  padding: 0;
}
.siteFooter .accordion-body .nav-link {
  padding: 0.5rem 0;
  color: #1c1c1c;
  opacity: 0.7;
}
/* Footer End */

.title,
.comment-reply-title,
.comments-title {
  font-size: 3rem;
  font-weight: 400;
  display: block;
  font-family: var(--font-secondary);
  background: linear-gradient(
    90deg,
    rgba(48, 169, 69, 1) 0%,
    rgba(10, 119, 189, 1) 100%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
}
.title.h1,
.comment-reply-title,
.comments-title {
  font-size: 2.5rem;
}
.title.text-white {
  color: var(--white);
  background: none;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.sec-head {
  border-bottom: 1px solid #c1dec5;
  position: relative;
  padding: 0 0 1rem;
}
.sec-head:before {
  content: "";
  width: 100px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #30a945, #0a77bd);
}

.post-card {
  border-radius: 1.5rem;
  border: solid 1px #dfdfdf;
  display: flex;
  flex-direction: column;
}
.post-card-img {
  padding: 0 0 90%;
  height: auto;
  position: relative;
  border-radius: 1.5rem;
  background: var(--white);
  overflow: hidden;
}
.post-card-img img,
.single-post-img img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-title {
  font-size: 1.125rem;
}
.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  font-size: 1rem;
  color: #666;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #cacaca;
  position: relative;
}
.nav-tabs .nav-link.active {
  color: #1b4d89;
  font-weight: 700;
  background: none;
  border: none;
  background: linear-gradient(90deg, #30a945, #0a77bd);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4a4a4a;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-tabs .nav-link.active::before {
  transform: scaleX(1);
  transform-origin: left;
}

.data-sort select {
  background: url(images/filter-icon.svg) no-repeat 1rem center var(--white);
  border-radius: 1rem;
  border: none;
  padding-left: 2.5rem;
}
.data-cat .form-control {
  border-radius: 1rem;
  border: none;
  padding-left: 1.25rem;
}

.single-post-img {
  padding: 0 0 50%;
  background: var(--white);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.single-post-date {
  font-size: 1rem;
  font-weight: 600;
}
.single-post-content {
  font-size: 1rem;
  color: rgba(28, 28, 28, 0.7);
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6,
.single-post-content strong {
  color: var(--default);
  font-weight: 700;
}
.rounded {
  border-radius: 1rem !important;
}

.post-comment {
  background: rgba(255, 255, 255, 0.6);
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.comment-form textarea,
.comment-form input {
  border-radius: 0.5rem;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.6);
  padding: 0.75rem 1.5rem;
  width: 100%;
}
.comment-form label {
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
}
.comment-form-url,
.comment-form-comment,
.comment-notes {
  width: 100%;
}
.comment-form-author,
.comment-form-email {
  width: 50%;
}
.comment-form p {
  padding: 0 0.5rem;
}
.comment-form-cookies-consent {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}
.comment-form-cookies-consent label {
  font-size: 0.85rem;
  font-weight: 400;
}
.comment-form-cookies-consent input {
  width: auto;
}
.form-submit {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
}
.form-submit input {
  min-width: 250px;
  max-width: 250px;
  border: none;
  background: var(--primary);
  color: var(--white);
  border-radius: 0;
}

.comment-form-comment {
  order: 2;
}
.form-submit,
.comment-form-cookies-consent {
  order: 3;
}

.comments-area a {
  text-decoration: none;
  color: var(--primary);
}
.comment-author .avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border: solid 1px #f3f3f3;
  margin-left: -65px;
}
.comment-author .says {
  padding-left: 10px;
  color: #777;
}

.comment-list,
.comment-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list {
  margin-bottom: 40px;
  padding: 0 0 0 45px;
}
.commentmetadata {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  border: solid 1px #ddd;
  display: inline-flex;
  border-radius: 0.5rem;
  margin: 0 0 1rem;
}
.commentmetadata a {
  color: #777;
}
.comments-area .fn a {
  color: var(--black);
}
.comment-content {
  padding: 10px 0 0 65px;
}
.reply {
  padding: 0 0 10px 0;
}
.children {
  padding: 0;
  margin: 0;
}
.children li {
  padding: 0 0 0 75px;
  border-left: dotted 2px #999;
}
.comments-area .comment-reply-link {
  display: inline-block;
  border-radius: 0.3rem;
  background: var(--primary);
  color: var(--white);
  font-size: 0.725rem;
  padding: 0.3rem 1rem;
}
.comment-list .comment-respond {
  padding: 30px;
  background: #f8f8f8;
  border-radius: 0.5rem;
  margin: 10px 0 10px 65px;
}
.comment-awaiting-moderation {
  padding: 10px 0;
  font-size: 12px;

  display: block;
}
.comment-body {
  margin-bottom: 20px;
}
.sidebar-tags b {
  display: inline-block;
  background-color: var(--primary);
  border-color: var(--dark);
  color: var(--white);
  font-size: 0.725rem;
  height: 40px;
  line-height: 36px;
  padding: 0 30px;
  font-weight: 600;
  border-radius: 0.5rem;
  text-align: center;
  user-select: none;
  margin: 0 0.5rem 0.5rem 0;
}
.comments-title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
}
.gradient {
  background: #249a6b;
  background: linear-gradient(145deg, #249a6b, #0a77bd);
}

.btn-hamburger {
  position: absolute;
  min-width: 50px;
  height: 50px;
  padding: 0;
  background: none;
  z-index: 14;
  right: 5%;
  border: none;
  display: none;
  top: 2rem;
  box-shadow: none !important;
  transition-duration: 0.4s;
}
.btn-hamburger:focus,
.btn-hamburger:hover {
  outline: 0;
}

.btn-hamburger span,
.btn-hamburger span:after,
.btn-hamburger span:before {
  min-width: 28px;
  height: 3px;
  border-radius: 2px;
  background: #1c1c1c;
  position: absolute;
  top: 22px;
  transition-duration: 0.4s;
  left: 0;
}
.btn-hamburger span {
  left: 10px;
}
.btn-hamburger span:before {
  content: "";
  top: -8px;
}
.btn-hamburger span:after {
  content: "";
  top: 8px;
}
.open {
  overflow: hidden;
}
.open #navbar {
  right: 0;
}
.open .backdrop {
  display: block;
}
.open .btn-hamburger {
  top: 5px;
  right: 1rem;
  background: #fff;
  border: 1px solid #c4ede8;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 50%;
  transform: scale(0.9);
}
.open .btn-hamburger span {
  background: none;
  left: 15px;
}
.open .btn-hamburger span:after,
.open .btn-hamburger span:before {
  background: #1c1c1c;
  min-width: 20px;
}
.open .btn-hamburger span:before {
  transform: rotate(-45deg);
  top: 0;
}
.open .btn-hamburger span:after {
  transform: rotate(45deg);
  top: 0;
}
.border-end-imageHolder {
  position: relative;
}
.siteDashHeader .btn-hamburger {
  top: 0;
}
.backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
  transition-delay: 0.4s;
}
.open .backdrop {
  display: block;
}
/* Responsive */
@media screen and (max-width: 1366px) {
  .siteHeader #navbar .nav-link {
    padding: 0.3rem 0.5rem;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1199.5px) {
  body {
    padding-top: 0;
  }
  .headerBtnGroup .btn {
    text-transform: uppercase;
    width: 100%;
  }
  .btn-hamburger {
    display: block;
  }
  .siteHeader {
    position: inherit;
    margin-bottom: 2rem;
  }
  .siteHeaderBrand {
    min-width: 20%;
  }
  .siteHeader.headerScrollDown,
  .siteHeader.headerScrollUp {
    position: inherit;
  }
  .siteHeader .navbar-menu {
    border: none;
  }

  .siteHeader #navbar .navbar-nav {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .siteHeader #navbar .nav-link {
    text-align: center;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
  }
  .siteHeader #navbar .dropdown-menu .dropdown-item {
    color: #fff;
    background-color: #0484c4;
    padding: 0.5rem 1rem;
  }
  .siteHeader #navbar .dropdown-menu .dropdown-item:hover {
    background: none;
  }
  .siteHeader #navbar .dropdown-menu {
    position: static;
    border-radius: 0;
    margin: 0;
    border: none;
    text-align: center;
    background-color: #0484c4;
  }
  .siteHeader #navbar .callBadge strong {
    font-size: 1.25rem;
  }
  .siteHeader #navbar {
    position: fixed;
    top: 0;
    right: -400px;
    height: 100%;
    width: 400px;
    padding: 0 0 100px;
    z-index: 12;
    overflow-x: hidden;
    overflow-y: auto;
    transition-duration: 0.4s;
    background: linear-gradient(
      90deg,
      #e6f6ff 25%,
      #e8f7e7 50%,
      #e2f0e5 75%,
      #e2e9f4
    );
    border-radius: 2rem 0 0 2rem;
  }
  .open #navbar {
    right: 0;
  }
  .siteHeader .navbar-secondary {
    background: hsla(0, 0%, 100%, 0.4);
    border-radius: 1rem;
    max-width: 90%;
    margin: 1rem auto 0;
    flex-direction: row !important;
    justify-content: center;
  }
  .siteHeader .navbar-secondary .nav-link {
    font-size: 0.8rem !important;
    font-weight: 400;
  }
  .siteHeader #navbar .siteFooterSocial a,
  .siteHeader #navbar .siteFooterSocial a:hover {
    background: #fff;
    font-size: 1rem;
    color: #0484c4;
  }
  .siteHeader #navbar .siteFooterSocial {
    padding: 1rem 0;
    justify-content: center;
  }
  .headerBtnGroup {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 991.5px) {
}
@media screen and (max-width: 767.5px) {
  .btn {
    height: 40px;
    font-size: 0.75rem;
    padding: 0 1rem;
  }
  .brandLogo {
    width: 70px;
    margin: 0;
  }
  .brandLogoHolder {
    height: 3.5rem;
  }
  .headerBtnGroup {
    margin-right: 2rem;
  }
  .btn-hamburger {
    right: 10px;
    top: 15px;
  }
  .title,
  .comment-reply-title,
  .comments-title {
    font-size: 2rem;
  }
  .text-large {
    font-size: 0.813rem;
  }
  .data-filter,
  .data-sort,
  .data-cat {
    width: 100%;
  }

  .siteFooterBottom ul {
    gap: 0.25rem;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .siteFooterBottom ul li {
    font-size: 0.7rem;
  }
  .siteFooterBottom ul li::before {
    width: 1rem;
    height: 1rem;
    box-shadow: 0 0 0 4px rgba(36, 154, 107, 0.2);
  }

  .siteFooterBottom ul li::after {
    left: 5px;
  }
  .siteHeader #navbar {
    right: -85%;
    width: 85%;
  }
}
