@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

html {
    scroll-behavior: smooth;
}

.montserrat-fonts *:not(.fa) {
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

.font-size-12-inner * {
  font-size: 12px !important;
}
.font-size-14-inner * {
  font-size: 14px !important;
}
.font-size-16-inner * {
  font-size: 16px !important;
}

#solutions--carousel {
  display: none;
}

.page-htitle-1 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .page-htitle-1 {
    font-size: 28px !important;
  }
}

.flex-with-scroll {
   flex: 0 0 auto; 
   max-width: none;
}
.flex-with-scroll-items {
    width: 220px;
    position: relative;
    height: inherit !important;
}
@media (min-width: 768px) {
  .flex-with-scroll-items {
      width: 260px;
  }
}
.horizontal-scroll-styles::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.horizontal-scroll-styles::-webkit-scrollbar-thumb {
  background: #D12030;
  border-radius: 20px;
}
.horizontal-scroll-styles::-webkit-scrollbar-track {
  background: #797979;
  background-clip: content-box;
  border-radius: 20px;
  margin: 0 1rem;
}


.vertical-card-body .tab-content .card-body {
  max-height: 400px;
  overflow: auto;
  margin-right: .5rem;
  padding-right: 1rem !important;
}
.vertical-card-body .tab-content .card-body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.vertical-card-body .tab-content .card-body::-webkit-scrollbar-thumb {
  background: #D12030;
  border-radius: 20px;
}
.vertical-card-body .tab-content .card-body::-webkit-scrollbar-track {
  background: #797979;
  background-clip: content-box;
  border-radius: 20px;
}

.g-text-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.g-text-underline {
  text-decoration: underline !important;
}

.g-table-w11200 {
  width: 1120px;
}
.g-table-w11200 .th-w240 {
  width: 240px;
}

.g-table-style-1 thead th {
    color: #fff !important;
    background-color: rgb(33 37 41 / .7);;
    border-color: #32383e;
}

.g-table-style-1 tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
}


/*additional css begins*/
@media (min-width: 992px) {
  .page-img-width-lg-1 {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .page-img-width-lg-1 {
    margin-top: -8rem;
  }
}

.nav-pills-modifier .nav-link {
  background-color: #FAFAFB;
}
.nav-pills-modifier.nav-pills .nav-link.active {
    color: #fff;
    background-color: #D01F2F;
    font-weight: 700;
}

.nav-pills-modifier-2 .nav-link {
  background-color: transparent;
  font-weight: 700;
}
.nav-pills-modifier-2.nav-pills .nav-link.active {
    color: #fff;
    background-color: #D01F2F;
}

.nav-pills-modifier-3 .nav-link {
  background-color: transparent;
  font-weight: 700;
}
.nav-pills-modifier-3 .nav-link span {
  all: unset;
}
.nav-pills-modifier-3.nav-pills .nav-link.active {
    color: #D12030;
    background-color: transparent;
}
.nav-pills-modifier-3 .nav-link .fa {
  width: 60px;
  height: 60px;
  font-size: 2.5rem !important;
  background: transparent;
  border: 1px solid #1E1E1E;
}
.nav-pills-modifier-3.nav-pills .nav-link.active .fa {
    color: #ffffff;
    background-color: #D12030;
    border: 1px solid transparent;
}
@media (max-width: 767.98px) {
  .nav-pills-modifier-3 .nav-item {
    width: fit-content;
    flex: 1;
  }
}

.accordion-with-icons .card-header button {
    pointer-events: none;
    white-space: normal;
    text-align: left;
    color: #1E1E1E;
}
 .accordion-with-icons .card-header button.collapsed {
    color: #D12030;
    pointer-events: auto;
}

.accordion-with-icons-2 .card-header button {
    pointer-events: none;
    white-space: normal;
    text-align: left;
    color: #D12030;
}
.accordion-with-icons-2 .card-header button span {
    color: #D12030;
    width: 25px;
    position: absolute;
    right: 0;
    top: 7px;
    background: url(/storage/app/media/icons/chevron-up-solid.png) 0 0 / 25px 15px no-repeat;
}
 .accordion-with-icons-2 .card-header button.collapsed {
    color: #1E1E1E;
    pointer-events: auto;
}
.accordion-with-icons-2 .card-header button.collapsed span {
  color: #1E1E1E;
  background: url(/storage/app/media/icons/chevron-down-solid.png) 0 0 / 25px 15px no-repeat;
}


@media (max-width: 991.98px) {
  .h-lg-max-100 {
    height: 100%;
  }
  .position-modifier-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .position-modifier-2 {
    margin-top:-2rem;
  } 
}

.bg-page-service-ad {
    background: url(/storage/app/media/help-and-support/2k24/service-advisories-bg-2x.png) right bottom / contain repeat-x
}

.bg-page-contact-us {
      background: url(/storage/app/media/help-and-support/2k24/Bg-bldg-mobile-v2-2x.png) center bottom / contain repeat-x;
}
@media (min-width: 992px) {
  .bg-page-contact-us {
      background: url(/storage/app/media/help-and-support/2k24/Bg-bldg-desktop-2x.png) right bottom / contain repeat-x;
  }
}


.bg-page-gradient-1 {
    background: transparent linear-gradient(180deg, #9F0000 0%, #6D0000 49%, #670000 100%) 0% 0% no-repeat padding-box;
}

/** Resets **/
u {
    text-decoration-thickness: 1px;
}
.font-weight-normal *:not(.fa,strong) {
    font-weight: unset !important;
    .font-weight-normal();
}
.montserrat-fonts strong {
    /* .font-weight-bold(); */
    font-weight: 700 !important;
}

/** decors **/
.montserrat-fonts ul > li {
  list-style-type: disc;
}
.montserrat-fonts ul.list-dash > li {
  list-style-type: ' -  ';
}
.montserrat-fonts ul {
   margin-left: .25rem !important;
}