/*

    Theme Name: Gunnys AC

    Author: Nk

    Author URI: Gunnies

    Description: Gunnys AC

    Version: 1.0

    Text Domain: GoForSys

*/

@import url(css/stylesheet.css);

@import url(css/homepage.css);

@import url(css/coupon-responsive.css);

@import url(css/contact-responsive.css);

@import url(css/specialOffer-responsive.css);

@import url(css/service-responsive.css);

@import url(css/responsive.css);

/*Header Topbar*/
.red-btn {
  background: #c51942 ! important;
  color: white ! important;
  border-color: #c51942 ! important;
}

.red-btn:hover {
  color: #c51942 ! important;
  border-color: #c51942 ! important;
  background: #c5194200 ! important;
}

span.location-separator {
  margin: 0 5px;
  color: black;
}

.header-topbar {
  background-color: var(--blue500);

  padding: 8px 15px 12px;
}

.social-links ul li a img {
  width: 28px;
  opacity: 0.75;
}

.social-links ul {
  display: flex;

  gap: 12px;
}

.header-cta-section {
  gap: 16px;
  padding-left: 44px;
}

.header-cta-btn-outline {
  border: 1px solid var(--blue50);

  background-color: var(--blue500);

  color: var(--blue50);

  border-radius: 50px;

  display: inline-block;

  padding: 11px 20px;

  font-size: 16px;

  line-height: 1.5;

  transition: all 0.3s ease-in-out;
}

.header-cta-btn-fill {
  background-color: var(--yellow);

  border: 1px solid var(--yellow);

  border-radius: 50px;

  color: var(--blue500);

  display: inline-block;

  padding: 11px 20px;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.5;

  transition: all 0.3s ease-in-out;
}

.header-button {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  justify-content: center;
  border-radius: 32px;
}

.header-button.btn-red {
  background: var(--red300);
  color: white;
}

.header-button.btn-blue {
  background: #1e40af;
  color: white;
}

.header-button.btn-white {
  background: var(--blue50);
  color: #1a1a1a;
}

.header-button.btn-orange {
  background: #fbbf24;
  color: #1a1a1a;
}


@media screen and (min-width: 768px) {
  .header-button:hover {
    transform: scale(0.99);
  }

  .header-cta-btn-outline:hover {
    background-color: var(--blue50);
    color: var(--blue500);
  }

  .header-cta-btn-fill:hover {
    background-color: transparent;
    color: var(--yellow);
  }
}

/*Main Header*/

.blurb-box {
  display: flex;

  flex-shrink: 1;

  gap: 10px;

  flex-direction: row;

  flex-grow: 5;
}

.blurb-img img {
  width: 100% !important;
}

.blurb-img {
  width: 48px;

  min-width: 48px;
}

.blurb-content-body {
  color: var(--blue500);
}

.blurb-content-body h5 {
  font-size: 16px;

  font-weight: 700;
}

.blurb-content-text,
.blurb-content-text a {
  font-size: 14px;

  line-height: 1.45;

  font-weight: 500;
}

.blurb-content-body:hover a,
.blurb-content-body:hover {
  color: var(--red300);
}

#header {
  position: sticky;
  top: 0;
  z-index: 11;
}

nav.header-navbar {
  position: sticky !important;
  top: 112px;
  z-index: 11;
}

@media screen and (max-width: 1199px) {
  nav.header-navbar {
    top: 83px;
  }
}

#header .shadow-button {
  padding: 16px 25px;
}

.mobile-menu {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile-menu {
    display: block !important;
  }

  .desktop-menu {
    display: none !important;
  }
}



/*Primary Navigation*/

nav.header-navbar {
  min-height: 10px;

  padding: 0px 0;

  background-color: var(--red300);

  position: relative;

  z-index: 3;
}

.header-navbar .navbar-nav .nav-item {
  padding: 0 5px;

  position: relative;
}

.header-navbar .navbar-nav a.nav-link {
  /*color: var(--red50);*/
  color: var(--white);

  font-weight: 500;

  font-size: 16px;

  line-height: 1.5;

  padding: 12px 15px;
}

.header-navbar .navbar-nav .nav-item>ul.sub-menu {
  position: absolute;

  left: 0;

  z-index: 1;

  background: var(--white);

  min-width: 200px;

  opacity: 0;

  visibility: hidden;

  display: none;

  position: relative;
}

.footer .newsletter-email p span.wpcf7-form-control-wrap span {
  display: none;
}

.header-navbar .navbar-nav .nav-item>ul.sub-menu .nav-item {
  padding: 0;
}

.header-navbar .navbar-nav .nav-item>ul.sub-menu .nav-item .nav-link {
  color: var(--blue500);

  padding: 8px 15px;

  display: block;

  border-bottom: 1px solid var(--blue50);
}

.header-navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link {
  padding-right: 20px;
}

.header-navbar .navbar-nav .nav-item.menu-item-has-children:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--red50);
  border-right: 1px solid var(--red50);
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 20px;
  transform: rotate(135deg);
}

.header-navbar .navbar-nav .nav-item.menu-item-has-children .menu-item-has-children:after {
  border-top: 1px solid var(--blue500);
  border-right: 1px solid var(--blue500);
  top: 16px;
  transform: rotate(48deg);
}

.header-navbar .navbar-nav .nav-item:hover>ul.sub-menu {
  position: absolute;

  opacity: 1;

  visibility: visible;

  display: block;
}

.header-navbar .navbar-nav .nav-item>ul.sub-menu li ul.sub-menu {
  position: absolute;
  top: -2px;
  left: 100%;
  min-width: 200px;
}

/*Homepage Hero*/

.hero-banner {
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  position: relative;

  padding: 0;

  min-height: 600px;
}

.hero-banner-overlay {
  background: linear-gradient(45deg, #0c2852, rgb(12 40 82 / 20%)),
    url(images/stars-bg.png) no-repeat right top;

  background-size: auto 100%;
}

.banner-title {
  font-size: clamp(32px, 5vw, 60px);

  font-weight: 700;

  line-height: 1.25;

  letter-spacing: -0.02em;
}

.star-title-section {
  display: inline-block;

  padding: 20px 0;
}

.star-title-section .text-line {
  background: var(--white);

  padding: 0.25rem 1.25rem;

  text-transform: uppercase;

  border-width: 12px 0 !important;

  border-style: solid;

  border-color: var(--red300);

  color: var(--blue300);

  text-transform: uppercase;

  font-size: 14px;

  font-family: var(--fontPrimary);

  font-weight: 700;

  display: inline-block;
}

.star-line {
  background: url(images/star.png) space;

  width: 100%;

  height: 16px;

  margin: 2px 0;
}

.home-hero-content p {
  margin-bottom: 40px;
}

.service-toggler {
  display: flex;
}

.service-toggler li.nav-item {
  display: block;

  width: 50%;
}

.service-toggler li.nav-item button {
  width: 100%;
}

#project-slider .owl-nav {
  position: absolute;

  right: 0;

  top: -60px;

  width: 49%;

  display: flex;

  margin-top: 0;
}

#project-slider .owl-nav [class*="owl-"] {
  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 58px;

  border: 1px solid var(--Foundation-Blue-B500, #0c2852);

  width: 56px;

  height: 56px;

  padding: 0 16px !important;

  background: url(images/arrow-right-blue.svg) no-repeat center;

  transition: all 0.4s ease-in-out;
}

#project-slider .owl-nav [class*="owl-"] span {
  display: none;
}

#project-slider .owl-nav .owl-prev {
  transform: rotate(180deg);
}

#project-slider .owl-nav button:hover {
  background-color: var(--blue50);

  border-color: var(--blue75);
}

#project-slider .owl-nav button:active {
  box-shadow: 0px 2px 0px 0px #000000;
}

#project-slider .owl-nav .owl-prev:active {
  box-shadow: 0px -2px 0px 0px #000000;
}

.footer .social-links ul li a img {
  width: 32px;

  opacity: 0.75;

  display: block;
}

.footer-quick-links-wrapper ul li a {
  color: var(--gray100);

  font-weight: 400;

  padding: 5px 0;
}

.footer-quick-links-wrapper ul li a:hover {
  color: var(--red300);
}

.footer-bottom-links ul {
  display: flex;

  flex-wrap: wrap;

  gap: 25px;
}

.footer-bottom-links ul li a {
  color: var(--gray100);

  font-weight: 400;

  padding: 0;
}

.copyright {
  padding: 5px 0;
}

.footer-bottom-links ul li a:hover,
.footer-bottom-links ul li a:focus {
  color: var(--red300);
}

.newsletter-widget input {
  padding: 5px 10px 5px 10px;
  background: #2c2e35;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #85868a;
  font-size: 15px;
  line-height: 1.6;
  height: 54px;
}

.newsletter-form-group {
  position: relative;
}

.newsletter-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-submit {
  background: var(--red300) url("images/white-arrow.svg") no-repeat center !important;

  font-size: 0 !important;

  height: 40px !important;

  width: 40px;

  padding: 8px !important;

  border: none !important;
}

.map-box iframe {
  height: 100%;

  width: 100%;
}

.single-coupon {
  position: relative;
}

.print-coupon {
  position: absolute;

  inset: 0;

  font-size: 0;

  color: transparent;
}

.category-list-name span:not(:last-child) {
  margin-right: 10px;
}

/* Privacy Policy */

.privacy-policy .default-content .container h1 {
  font-size: 32px;

  font-weight: 700;

  line-height: 32px;

  text-align: left;

  margin-bottom: 19px;

  color: var(--blue500);
}

.privacy-policy .default-content .container h2 {
  font-size: 22px;

  font-weight: 500;

  line-height: 25px;

  text-align: left;

  margin-bottom: 10px;

  color: var(--blue500);
}

.privacy-policy .default-content .container {
  padding-top: 3%;

  padding-bottom: 3%;
}

.privacy-policy .default-content .container p {
  font-size: 18px;

  font-weight: 400;

  line-height: 20px;

  text-align: left;

  margin-bottom: 15px;

  color: var(--blue500);
}

/****/

/* Terms & Condition */

.page-id-211 .default-content .container h1 {
  font-size: 32px;

  font-weight: 700;

  line-height: 32px;

  text-align: left;

  margin-bottom: 19px;

  color: var(--blue500);
}

.page-id-211 .default-content .container h2 {
  font-size: 22px;

  font-weight: 500 !important;

  line-height: 25px;

  text-align: left;

  margin-bottom: 10px;

  color: var(--blue500);
}

.page-id-211 .default-content .container {
  padding-top: 3%;

  padding-bottom: 3%;
}

.page-id-211 .default-content .container p {
  font-size: 18px;

  font-weight: 400;

  line-height: 22px;

  text-align: left;

  margin-bottom: 15px;

  color: var(--blue500);
}

.page-id-211 .default-content .container ul {
  margin-bottom: 10px;
}

.page-id-211 .default-content .container li {
  font-size: 17px;

  font-weight: 400;

  line-height: 17px;

  text-align: left;

  margin-bottom: 6px;

  color: var(--blue500);

  margin-left: 10px;
}

/****/

/* Schedule pop-up */

#scheduleService .modal-dialog {
  max-width: 1296px;

  width: 100%;
}

#scheduleService .modal-body {
  padding: clamp(24px, 2.5vw, 48px);
}

.schedule-service-inner-row {
  display: flex;

  gap: 48px;
}

.brand-details {
  max-width: 480px;

  width: 100%;

  padding: 32px;

  background: var(--blue300);
}

.brand-contact-wrapper {
  background-color: var(--white);

  padding: 32px;

  margin-bottom: 32px;
}

.brand-contact-wrapper .item {
  display: flex;

  align-items: center;

  gap: 15px;
}

.brand-contact-wrapper .item:not(:last-child) {
  margin-bottom: 24px;
}

.brand-contact-wrapper .icon {
  flex-shrink: 0;

  padding: 8px;

  border-radius: 100px;

  background-color: var(--red50);
}

.brand-contact-wrapper .content {
  font-size: 14px;

  font-weight: 700;

  line-height: 20px;

  letter-spacing: 0.02em;

  color: var(--blue500);

  display: flex;

  flex-direction: column;
}

.brand-contact-wrapper .content :is(.address, a) {
  font-weight: 400;
}

.brand-map-wrapper iframe {
  width: 100%;
}

.schedule-service-form form {
  margin-top: 40px;
}

.schedule-service-form form-head {
  margin-bottom: 40px;
}

.schedule-service-form h3 {
  font-size: clamp(28px, 3.5vw, 48px);

  font-weight: 700;

  line-height: 1.25;

  letter-spacing: 0.01em;

  margin-bottom: 20px;
}

.schedule-service-form h3 span {
  color: var(--red300);
}

.schedule-service-form h3+p {
  margin-bottom: 16px;
}

.schedule-service-form p {
  font-size: 14px;

  font-weight: 400;

  line-height: 20px;

  color: #000000;
}

.schedule-service-form .form-section {
  margin-bottom: 20px;
}

.form-section .form-item-row {
  display: grid;

  column-gap: 12px;

  row-gap: 12px;
}

.form-section .form-item-row:not(:last-child) {
  margin-bottom: 20px;
}

.form-item-row.child-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

.form-item-row.child-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.form-item-row.child-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.form-item-row.child-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.form-section .schedule-input {
  padding: 12px 16px;

  font-size: 14px;

  line-height: 24px;

  font-weight: 400;

  color: #000000;

  border: 1px solid #e0e0e0;

  width: 100%;
}

.form-section input::placeholder {
  color: #828282;
}

.form-section textarea {
  min-height: 100px;

  resize: none;
}

.section-label {
  display: block;

  color: #000000;

  font-size: 14px;

  font-weight: 500;

  line-height: 24px;

  margin-bottom: 12px;
}

.schedule-service-form form {
  font-size: 14px;

  font-weight: 400;

  line-height: 24px;
}

.schedule-service-form form select {
  appearance: none;

  -moz-appearance: none;

  -webkit-appearance: none;

  background-image: url("images/select-box-arrow-down.svg");

  background-repeat: no-repeat;

  background-position: center right 10px;
}

.form-item-checkbox label input {
  display: none;
}

.form-item-checkbox label span {
  display: block;

  position: relative;

  padding-left: 28px;
}

.form-item-checkbox label span::before {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

  width: 16px;

  height: 16px;

  border-radius: 4px;

  border: 1px solid var(--red300);

  background-color: var(--red50);
}

.form-item-checkbox label input:checked+span::before {
  background-image: url("images/check-icon.svg");

  background-position: center;

  background-repeat: no-repeat;
}

.form-item-checkbox p {
  margin-top: 4px;

  font-size: 12px;

  line-height: 16px;
}

.button-no-shadow {
  color: #fff;

  width: 100%;

  padding: 14px 32px;

  font-size: 16px;

  font-weight: 700;

  line-height: 21.6px;

  text-align: center;

  transition: all 0.3s ease-in-out;
}

.button-no-shadow.red {
  background-color: #dd5471;
}

.page-template-page-contact .contact-us {
  display: flex;

  gap: 5px;

  width: 100% !important;
}

.page-template-page-contact .inquire-form-item {
  width: 100%;
}

.button-no-shadow.red:hover {
  opacity: 0.8;
}

span.wpcf7-list-item {
  margin: 0;
}

.center {
  text-align: center;

  margin: auto;
}

.about-banner-content.left {
  margin: 0 auto 0 0 !important;
}

/* 404 */

.wrapper-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("./images/no-found-blue-bg.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--blue50);
  padding-left: 12px;
  padding-right: 12px;
}

.wrapper-404 h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.wrapper-404 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
}

.wrapper-404 .shadow-button {
  margin-top: 32px;
  gap: 10px;
}

.wrapper-404 svg:not(.shadow-button svg) {
  max-width: 100%;
  height: auto;
  margin-bottom: -32px;
}

body.page-template-page-single-service-php a.active.disabled-link {
  background-color: var(--blue50);
  border-color: var(--blue75);
  color: var(--blue500);
}

@media screen and (max-width: 1440px) {
  .blurb-img {
    width: 32px;

    min-width: 32px;
  }

  .blurb-content-body h5 {
    font-size: 14px;
  }

  .blurb-content-text,
  .blurb-content-text a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1366px) {
  #scheduleService .modal-dialog {
    width: 94%;

    margin: 28px auto;
  }
}

@media screen and (max-width: 1199px) {
  .header-cta-btn-fill {
    font-size: 12px;

    line-height: 1.5;
  }

  .header-cta-btn-outline {
    font-size: 12px;

    line-height: 1.5;
  }

  .header-topbar .notification-text {
    font-size: 12px;

    line-height: 1.5;
  }

  .header-logo img {
    max-width: 150px;
  }

  .header-middle-inner {
    gap: 24px;
  }

  #header .shadow-button {
    padding: 14px 20px;

    font-size: 12px;

    gap: 10px;
  }

  .header-navbar .navbar-nav a.nav-link {
    font-size: 14px;

    line-height: 1.5;
  }

  .brand-details {
    max-width: 400px;
  }
}

@media screen and (max-width: 1023px) {
  #project-slider .owl-nav {
    width: 100%;

    justify-content: center;

    top: -40px;
  }
}

@media screen and (max-width: 991px) {
  .header-brand-info {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header-shadow-button {
    display: none;
  }

  .schedule-service-inner-row {
    flex-direction: column;

    gap: 32px;
  }

  .brand-details {
    max-width: 100%;

    padding: 24px;
  }

  .schedule-service-form form {
    margin-top: 0;
  }

  .form-item-row.child-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-map-wrapper iframe {
    max-height: 350px;
  }

  nav.header-navbar {
    max-height: calc(100vh - 84px);
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  .header-topbar {
    padding-top: 56px;
  }

  .header-cta-section {
    position: absolute;

    top: 0;

    width: 100%;

    left: 0;

    right: 0;

    gap: 0 !important;

    padding: 0 !important;
  }

  .header-cta-btn-outline {
    text-align: center;

    width: 50%;

    border-radius: 0;

    background: var(--red300);

    border-color: var(--red300);

    color: var(--white);

    padding: 10px 10px;
  }

  .header-cta-btn-fill {
    text-align: center;

    border-radius: 0;

    width: 50%;

    padding: 10px 10px;
  }

  .header-topbar .notification-text {
    width: 100%;

    padding: 0;

    text-align: center;
  }

  .header-button {
    width: 50%;
    border-radius: 0;
    padding: 10px !important;
    text-align: center;
    box-shadow: none;
    border: none;
  }

  .header-button.btn-blue,
  .header-button.btn-white {
    background: var(--red300);
    color: var(--white);
  }

  /* 404 */

  .wrapper-404 {
    padding: 20px 12px 50px;
  }

  .wrapper-404 svg:not(.shadow-button svg) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .form-item-row.child-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-item-row.child-col-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-item-row.child-col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media screen and (max-width: 390px) {
  .header-button {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 375px) {
  .header-cta-btn-fill {
    font-size: 11px;

    line-height: 1.5;
  }

  .header-cta-btn-outline {
    font-size: 11px;

    line-height: 1.5;
  }
}

/** Blog archive CSS */

.blog-listing {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.blog-listing .blog-article-card {
  width: calc(50% - 16px);
  background-color: var(--blue50);
  border: 1px solid var(--blue75);
  padding: 32px;
}

.blog-category-list ul li,
.blog-tag-list ul li {
  display: inline-block;
  padding: 5px;
}

.blog-top-section h1 {
  font-size: 42px;
  font-weight: 800;
  color: var(--white);
}

.blog-top {
  padding: 5%;
}

.blog-top-content {
  max-width: 600px;
  margin: auto;
  color: var(--white);
}

.blog-category-list ul li a,
.blog-tag-list ul li a {
  border: 1px solid var(--blue500);
  display: inline-block;
  border-radius: 30px;
  padding: 6px 25px;
  color: var(--blue500);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--Montserrat);
  min-width: 60px;
  text-align: center;
}

.blog-category-list ul li a.active,
.blog-tag-list ul li a.active {
  background: var(--blue500);
  color: #fff;
  border: none;
  padding: 7px 25px;
}

.blog-category-list ul,
.blog-tag-list ul {
  text-align: center;
  margin-bottom: 25px !important;
}

.service-item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  margin-bottom: 24px;
  color: var(--blue500);
}

.blog-article-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--gray300);
  margin-bottom: 20px;
}

.post-date-cat {
  color: var(--blue500);
  font-size: 16px;
  display: flex;
  gap: 11px;
  margin-bottom: 15px;
}

.blog-category:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 14px;
  background: var(--blue500);
  top: 4px;
}

.blog-date,
.blog-category {
  display: inline-block;
  position: relative;
}

.blog-category {
  padding-left: 15px;
}

section.blog-top-section {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.blog-article-featured {
  /*height: 320px;*/
  overflow: hidden;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.blog-article-featured a {
  height: 100%;
  width: 100%;
  display: block;
}

.blog-article-featured img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

h3.blog-article-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  margin-bottom: 6px;
  color: var(--blue500);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.single-post .blog-featured {
  height: clamp(350px, 45vw, 610px);
  overflow: hidden;
}

body.single-post section.post-single-hero.position-relative {
  padding: 0;
}

body.single-post .blog-featured img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

body.single-post .post-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 5px 0;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}

body.single-post .single-blog-post {
  padding-top: 32px;
}

body.single-post .post-info-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

body.single-post .publish-date,
body.single-post .blog-author {
  display: flex;
  align-items: center;
  gap: 5px;
}

body.single-post span.calendar-icon {
  display: inline-flex;
}

body.single-post .publish-date .date,
body.single-post .blog-comment,
body.single-post .blog-author .author {
  position: relative;
  font-size: 18px;
  color: var(--gray300);
  font-weight: 500;
  font-family: var(--fontPrimary);
}

body.single-post .publish-date,
body.single-post .blog-author {
  display: flex;
  align-items: center;
  gap: 5px;
}

body.single-post .blog-tag ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

body.single-post .blog-tag ul li a {
  position: relative;
  font-size: 18px;
  color: #0d121c;
  font-weight: 500;
  font-family: var(--fontPrimary);
}

body.single-post .single-post-banner .blog-tag ul li a {
  color: var(--white);
}

body.single-post .single-post-banner .publish-date .date,
body.single-post .single-post-banner .blog-comment,
body.single-post .single-post-banner .blog-author .author {
  color: var(--white);
}

.single-post-banner .tag-icon img,
.single-post-banner .calendar-icon img,
.single-post-banner .user-icon img {
  filter: brightness(0) invert(1);
}

.single-post-banner .section-heading {
  color: var(--white);
  margin-bottom: 0 !important;
  max-width: 100%;
}

.single-post-banner.about-hero-banner {
  max-height: none;
  padding-block: 50px;
}

.single-post-banner .about-banner-content {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  border-left: 1px solid var(--white);
}

body.single-post .single-post-banner .post-info-list {
  gap: 16px;
}


body.single-post .blog-tag ul li:not(:last-child) a:after {
  content: ",";
}

body.single-post .blog-post-title h1 {
  margin-bottom: 20px;
}

body.single-post .blog-post-content p {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--gray300);
  font-weight: 400;
  line-height: 24px;
}

body.single-post .blog-post-content {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

body.single-post .blog-post-content ul,
body.single-post .blog-post-content ol {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--gray300);
  font-weight: 400;
  line-height: 24px;
  list-style: auto;
  padding-left: 28px;
}

.single-blog-post .blog-post-content table {
  margin: 15px auto;
  display: block;
}

.single-blog-post .blog-post-content table td {
  border: 1px solid black;
  padding: 5px;
}

.share-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-icons li a {
  font-size: 24px;
  color: var(--red300);
}

.post-navigation .nav-links {
  display: flex;
  gap: 20px;
  padding-top: 25px;
  margin-bottom: 40px;
}

.nav-previous a {
  border: 1px solid var(--red300);
  color: var(--red300);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  display: inline-block;
  padding: 7px 12px;
  min-width: 190px;
  text-align: center;
  letter-spacing: 2px;
  word-spacing: 3px;
  transition: all 0.3s ease-in;
  border-radius: 50px;
}

.nav-next a {
  border: 1px solid var(--red300);
  background-color: var(--red300);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  display: inline-block;
  padding: 7px 12px;
  min-width: 190px;
  text-align: center;
  letter-spacing: 2px;
  word-spacing: 3px;
  transition: all 0.3s ease-in;
  border-radius: 50px;
}

.nav-previous a:hover {
  background-color: var(--red300);
  color: #fff;
}

.nav-previous a:hover,
.nav-next a:hover {
  transform: scale(1.05);
}

.share-icons li:hover {
  opacity: 1;
}

.share-icons li {
  opacity: 0.8;
}

.blog-pagination,
.category-pagination {
  display: inline-block;
  padding: 10px 10px 0;
  background: var(--blue300);
  border-radius: 10px;
  margin-top: 50px;
}

.page-numbers.current,
.page-numbers:hover {
  background: var(--blue500);
  color: var(--white);
}

.page-numbers {
  padding: 8px 16px;
  background: var(--blue300);
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {

  .post-navigation .nav-links {
    gap: 16px;
  }

  .nav-previous,
  .nav-next {
    flex: 1;
    display: flex;
  }

  .nav-previous a,
  .nav-next a {
    width: 100%;
    min-width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 24px;
  }
}

.individual-service-inner.blog-layout-wrapper {
  padding-block: 50px;
  gap: 32px;
}

.individual-service-inner.blog-layout-wrapper .single-blog-post {
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .individual-service-inner.blog-layout-wrapper aside.service-sidebar {
    order: -1;
  }
}

@media screen and (min-width: 1024px) {
  .blog-layout-wrapper .wp-toc {
    max-height: calc(100vh - 170px);
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .individual-service-inner.blog-layout-wrapper {
    padding-block: 50px 0;
  }
}

/** Site map **/
body.page-template-page-sitemap h1 {
  font-size: 42px;
  color: var(--blue500);
  font-family: var(--fontPrimary);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}

body.page-template-page-sitemap h2 {
  font-size: 32px;
  color: var(--blue500);
  font-family: var(--fontPrimary);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}

body.page-template-page-sitemap .sitemap {
  padding-top: 50px;
  padding-bottom: 50px;
}

body.page-template-page-sitemap ul.sitemap-inner {
  padding-left: 0;
  margin-bottom: 50px;
}

body.page-template-page-sitemap .sitemap-inner li {
  padding: 16px;
  position: relative;
}

body.page-template-page-sitemap .sitemap-inner li::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: -18px;
  height: 150%;
  border-top-style: none;
  border-left-style: solid;
  border-color: var(--primary600);
}

body.page-template-page-sitemap .sitemap-inner li::after {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  z-index: 0;
  top: 28px;
  left: -18px;
  width: 24px;
  border-top-style: solid;
  border-color: var(--primary600);
}

body.page-template-page-sitemap .sitemap-inner ul {
  padding-left: 2rem;
}

body.page-template-page-sitemap .blog-post-link-wrapper li {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  /* Blog page */

  .blog-listing .blog-article-card {
    width: 100%;
    padding: 20px;
  }
}

.step-form {
  max-width: 540px;
  margin: 40px auto;
  padding: 0 20px;
}

.step-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.step-form form#multiStepForm {
  margin-top: 40px;
  font-family: "Supreme";
  position: relative;
}

.step-form .step-main-heading {
  font-size: 24px;
  font-weight: 700;
  color: #0c2852;
  margin-bottom: 32px;
}

.step-form label {
  display: block;
  margin-bottom: 10px;
  max-width: fit-content;
  cursor: pointer;
}

.step-form input[type="radio"] {
  margin-right: 10px;
  cursor: pointer;
}

/* Progress Bar */
.step-form .progress-bar {
  margin-bottom: 20px;
  background: transparent;
  font-family: "Supreme";
}

.step-form .progress-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.step-form .progress-bar .step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #cbcbcb;
  transition: background-color 0.3s ease;
  border: 2px solid #cbcbcb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.step-form .progress-bar .step.active,
.step-form .progress-bar .step.completed {
  border-color: #f43130;
  color: #f43130;
}

.step-form .progress-bar .step.completed+.line {
  background-color: #f43130;
}

.step-form span.line {
  max-width: 40px;
  width: 100%;
  height: 2px;
  background: #cbcbcb;
}

/* Step Content */
.step-form .step-content {
  display: none;
}

.step-form .step-content.active {
  display: block;
}

.step-form .loading {
  display: flex;
  width: 105%;
  height: 112%;
  position: absolute;
  z-index: 9;
  background: #0c285245;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #f43130;
  font-weight: 700;
  backdrop-filter: blur(3px);
  flex-direction: column;
  border-radius: 7px;
  pointer-events: all;
  left: -1%;
  top: -1%;
}

.step-form .hidden {
  display: none;
}

.step-form .step-checkbx-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.step-form .custom-radio {
  position: relative;
  width: calc(50% - 10px);
  cursor: pointer;
  align-content: center;
  border-radius: 8px;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #fff;
  padding: 15px 10px;
  margin: 0;
  max-width: 100%;
  display: block;
}

.step-form .custom-radio input {
  display: none;
}

.step-form .custom-radio .label-box-title {
  position: relative;
  margin-top: 0;
  padding-left: 2.5rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.step-form .custom-radio .label-box-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  transform: translateY(-50%);
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: #0c2852;
  --tw-content: "";
  content: "";
}

.step-form .custom-radio .label-box-title:after {
  position: absolute;
  left: 0.375rem;
  top: 50%;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  transform: translateY(-50%);
  border-radius: 9999px;
  background-color: #0c2852;
  opacity: 0;
  content: "";
}

.step-form .custom-radio input:checked+.label-box-title:after {
  opacity: 1;
}

.step-form .field label {
  font-size: 16px;
  line-height: 24px;
  color: #0c2852;
  font-weight: 600;
}

.step-form .field input {
  width: 100%;
  padding: 17px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

.step-form p.step-sub-head {
  font-size: 20px;
  line-height: 28px;
  color: #0c2852;
  font-weight: 700;
  font-family: "Supreme";
  margin: 20px 0;
}

.step-form .inline-field {
  display: flex;
  gap: 16px;
}

.step-form .field select {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 0 10px;
}

.step-form .response {
  font-size: 16px;
  margin-bottom: 20px;
  color: #0c2852;
  font-weight: 500;
}

.step-form .verify-fields {
  display: flex;
  gap: 16px;
}

.step-form .change-preference {
  width: 100%;
  max-width: 180px;
  background: #0c2852;
}

.step-form .verify-fields input {
  padding: 17px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  width: 100%;
}

.step-form .steps-action {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.step-form button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
  background-color: #0c2852;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  min-width: 110px;
}

.step-form button.primary {}

.step-form button.secondary {
  background-color: #f43130;
}

.step-form .response .failed {
  color: #f43130;
}

/* .response .success {
    color: #f43130;
} */

.opt-out-warn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #0c2852;
  text-align: center;
}

.offer-summary {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 48px;
}

.wpcf7-not-valid-tip-cs {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

/* Floating label */

.form-control:focus {
  box-shadow: none;
}

.form-control::placeholder {
  color: transparent !important;
}

.newsletter-widget input.email-field {
  background: #2c2e35 !important;
  border: 1px solid #85868a !important;
  color: #FFF !important;
  padding-right: 52px !important;
}

.form-floating {
  display: block;
}

.form-floating>label {
  line-height: 2;
  padding-inline: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.newsletter-widget input.email-field+label {
  color: #A8A9AC !important;
  display: inline-flex;
  align-items: center;
}

.section-contact-form form .form-floating>label {
  color: var(--gray200) !important;
}


.newsletter-btn .wpcf7-spinner,
.inquire-form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin: 0;
}

.newsletter-email input:-webkit-autofill+label,
.form-floating .inquire-input:-webkit-autofill+label {
  color: #000000 !important;
  opacity: 1 !important;
  font-weight: 500;
}


@media screen and (max-width: 576px) {
  .step-form .response {
    font-size: 14px;
  }

  .step-form .verify-fields {
    flex-direction: column;
    align-items: center;
  }

  .step-form p.step-sub-head {
    font-size: 18px;
    line-height: 24px;
  }

  .step-form .verify-otp-wrap .steps-action {
    flex-wrap: wrap;
  }
}


/**Menu**/
@media (max-width: 991px) {

  .header-navbar ul.nav>li.menu-item-has-children:after,
  .header-navbar ul.nav>li.menu-item-has-children .menu-item-has-children:after {
    margin-top: 10px;
    margin-right: 10px;
    transition: transform 0.5s ease;
  }

  .header-navbar ul.nav>li.menu-item-has-children.opened:after {
    transform: rotate(312deg);
  }

  ul#menu-primary-menu {
    padding-bottom: 10px;
  }

  nav.navbar .navbar-collapse .navbar-nav {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
  }

  a.nav-link {
    width: fit-content !important;
  }

  .header-navbar ul.nav>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-navbar ul.nav>li.menu-item {
    padding: 0px ! important;
  }

  .header-navbar ul.nav>li {
    padding: 5px 20px;
  }

  .header-navbar ul.nav li a {
    padding: 10px 10px !important;
    font-size: 18px;
    font-weight: 500;
    display: block !important;
    width: 100%;
  }

  .header-navbar ul.nav>li.menu-item a {
    padding: 10px 25px !important;
    border-bottom: 0 !important;
  }

  .header-navbar ul.nav>li>ul.sub-menu:before {
    content: '';
    position: absolute;
    left: -25px;
    right: -25px;
    top: 0;
    bottom: -6px;
    background: var(--primary800);
    z-index: -1;
  }

  .header-navbar ul.nav>li>ul.sub-menu {
    padding: 0px ! important;
  }

  li.menu-item-has-children ul.sub-menu {
    max-height: 0;
    overflow: hidden !important;
  }

  li.menu-item-has-children.opened ul.sub-menu {
    max-height: 500px !important;
  }

  .header-navbar ul.nav>li>ul.sub-menu li {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 5px 5px 25px;
  }

  .header-navbar ul.nav>li>ul.sub-menu li:last-child {
    border-bottom: none;
  }

  .header-navbar .navbar-nav .nav-item.menu-item-has-children ul.sub-menu,
  .header-navbar .navbar-nav .nav-item>ul.sub-menu li ul.sub-menu {
    opacity: 1;
    display: block;
    transition: max-height 0.5s ease-in-out;
    visibility: visible;
    position: static;
  }

  .header-navbar .navbar-nav .nav-item.menu-item-has-children:after {
    top: 5px ! important;
  }

  .header-navbar .navbar-nav>.nav-item:is(.current-menu-item, .current-page-parent, .current-menu-ancestor) {
    background: #0c285212;
  }

  .header-navbar .navbar-nav .nav-item>ul.sub-menu li ul.sub-menu {
    border: 1px solid #f1f1f1;
  }

  .header-navbar .navbar-nav .nav-item>ul.sub-menu .nav-item.current-menu-item {
    border-bottom: 2px solid var(--red300);
  }

  .header-navbar .navbar-nav .nav-item>ul.sub-menu .nav-item.current-menu-item>.nav-link,
  .header-navbar .navbar-nav .nav-item>ul.sub-menu .nav-item.current_page_ancestor>.nav-link,
  .header-navbar .navbar-nav .nav-item>ul.sub-menu .nav-item.opened>.nav-link {
    color: var(--red300);
  }

  .header-navbar .navbar-nav .nav-item.menu-item-has-children .menu-item-has-children.current_page_ancestor:after,
  .header-navbar .navbar-nav .nav-item.menu-item-has-children .menu-item-has-children.opened:after {
    border-color: var(--red300);
  }

  .header-navbar .navbar-nav .nav-item.menu-item-has-children .menu-item-has-children:after {
    transform: rotate(135deg);
  }

  .header-navbar .navbar-nav .nav-item.menu-item-has-children .menu-item-has-children.opened:after {
    transform: rotate(312deg);
  }

  .header-navbar .navbar-nav .nav-item.menu-item-has-children .menu-item-has-children>ul li .nav-link {
    padding: 10px 40px !important
  }
}

/****Menu***/

.sidebar-small-banner-content a:hover {
  text-decoration: underline;
}

.footer .social-links ul li a:hover img,
.social-links ul li a:hover img {
  opacity: 1;
}

/*** Opt out Error***/
.step-form .error-overlay {
  display: flex;
  width: 104%;
  height: 104%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(3px);
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: inherit;
  pointer-events: all;
}

.error-overlay .error-icon {
  width: 60px;
  height: 60px;
  background: #f43130;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
  margin-bottom: 20px;
  animation: errorPulse 1.5s ease-in-out infinite;
}

.error-overlay .error-text {
  font-size: 18px;
  color: #f43130;
  font-weight: 700;
  line-height: 1.4;
  max-width: 300px;
  margin-bottom: 20px;
}

.error-overlay .retry-info {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

@keyframes errorPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.step-form .error-overlay.hidden {
  display: none;
}

#country-code {
  padding-right: 35px;
  /* Creates space for the arrow */
  background-position: right 12px center;
  /* Positions arrow with gap from right edge */
  background-size: 12px;
  /* Controls arrow size */
}

/* Alternative - more control over arrow positioning */
#country-code {
  padding-right: 40px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23666" d="M6 8L0 2h12z"/></svg>') no-repeat;
  background-position: right 15px center;
  appearance: none;
  /* Removes default arrow */
}

button:disabled:hover {
  cursor: not-allowed;
  opacity: 0.4
}

.single-blog-post li {
  margin-bottom: 5px ! important;
}

.single-blog-post .blog-post-content a {
  cursor: pointer;
  color: #0035c0 ! important;
}

.sitemap {
  padding: 50px 0;
}

.sitemap h1,
.sitemap h2 {
  color: var(--blue500);
  margin-bottom: 20px;
}

.sitemap .section-heading {
  text-align: left;
}

.sitemap a {
  color: var(--blue500);
  font-weight: 600;
}

.sitemap a:hover {
  text-decoration: underline;
}

.sitemap-inner {
  margin-bottom: 50px;
}

.sitemap-inner ul {
  padding-left: 32px;
}

.sitemap-inner li {
  padding: 16px;
  position: relative;
}

.sitemap-inner li::after {
  content: "";
  content: "";
  position: absolute;
  border-width: 1px;
  z-index: 0;
  top: 28px;
  left: -18px;
  width: 24px;
  border-top-style: initial;
  border-color: var(--blue500);
}

.sitemap-inner li::before {
  content: "";
  content: "";
  position: absolute;
  border-width: 1px;
  z-index: 0;
  position: absolute;
  top: 2px;
  left: -18px;
  height: 150%;
  border-top-style: none;
  border-left-style: initial;
  border-color: var(--blue500);
}

.sitemap-inner li:last-child:before {
  border: 0;
}

body.single-post .blog-post-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.blog-post-link-wrapper {
  padding-left: 0;
}

.blog-post-link-wrapper li {
  padding: 10px 0;
}

body.single-post .blog-post-content h3 {
  font-size: x-large;
  margin-bottom: 5px;
}

body.single-post .blog-post-content h2 {
  font-size: xx-large;
  margin-bottom: 5px;
}

aside.service-sidebar .disabled-link {
    pointer-events: none;
    cursor: not-allowed;
}

/* contact form radio buttons */
/* Layout & cursor */
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: flex ! important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #fff;
  position: relative;
}

/* Hide native radio */
.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Outer white circle */
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}

/* White center dot (hidden by default) */
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-page-single-service form.wpcf7-form .gap-5 {
    gap: 12px !important;
}
.text-dark .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    color: black;
}

.text-dark .wpcf7-radio .wpcf7-list-item-label::before{
    border-color: black;
}
.text-dark .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after{
    background: #000;
}

@media screen and (max-width: 767px) {
  body.single-post .blog-featured img {
    height: auto;
  }

  body.single-post .blog-featured {
    height: auto;
  }

  body.single-post .post-info {
    margin-bottom: 5px;
  }

  .single-post-banner .about-banner-content {
    padding-left: 0;
    border-left: none;
  }

  .sitemap-inner li {
    font-size: 16px !important;
  }
}