@import url(https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap);.primary-btn {
  background-color: #f30000;
  height: 40px;
  border-radius: 4px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 140px;
  width: fit-content;
  border: 0;
  cursor: pointer;
  font-family: "Exo", sans-serif; }
  .primary-btn._white {
    background-color: white;
    color: #f30000; }

html {
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: antialiased;
  color: #231f20;
  font-family: "Exo", sans-serif;
  font-size: 21px;
  line-height: 36px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  background: white; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

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

p {
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

a {
  text-decoration: none;
  outline: 0; }
  a:active, a:focus, a:hover {
    outline: 0; }
  a:active, a:focus {
    outline: none; }

:focus {
  outline: 0; }

img,
picture {
  max-width: 100%; }

ul,
ol {
  margin: 0;
  padding: 0;
  padding-left: 15px; }
  ul li,
  ol li {
    margin-bottom: 5px; }

* {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Exo", sans-serif;
  font-weight: 700; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

.container,
.ti-widget-container {
  margin: 0 auto;
  max-width: 90%; }
  @media (min-width: 1200px) {
    .container,
    .ti-widget-container {
      max-width: 1100px; } }
  @media (min-width: 1400px) {
    .container,
    .ti-widget-container {
      max-width: 1360px; } }

.ti-widget.ti-goog.ti-review-text-mode-readmore {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .ti-widget.ti-goog.ti-review-text-mode-readmore {
      padding: 35px 0; } }

.global-mid-section {
  margin-top: 100px;
  width: 100%; }
  @media (max-width: 767px) {
    .global-mid-section {
      margin-top: 80px; } }

.btn-wrapper {
  width: 100%;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .btn-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; } }
  .btn-wrapper._center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }

._bgcolor {
  background-color: #f0f0f0 !important; }

.heading-with-info-common {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .heading-with-info-common.alginleft {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .heading-with-info-common.alginleft p {
      text-align: left; }
    .heading-with-info-common.alginleft h2 {
      text-align: left; }
  .heading-with-info-common.whitecolor p {
    color: white; }
  .heading-with-info-common.whitecolor h2 {
    color: white; }
  .heading-with-info-common p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #231f20; }
    @media (max-width: 992px) {
      .heading-with-info-common p {
        font-size: 14px; } }
  .heading-with-info-common h2 {
    font-size: 30px;
    font-weight: 700;
    color: #f30000;
    margin-bottom: 10px; }
    @media (max-width: 1200px) {
      .heading-with-info-common h2 {
        font-size: 21px; } }
    @media (max-width: 767px) {
      .heading-with-info-common h2 {
        width: 100%;
        text-align: center; } }

.common-page-section {
  width: 100%;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .common-page-section {
      padding: 35px 0; } }
  .common-page-section .common-wrapper {
    width: 100%;
    padding-top: 20px; }
    .common-page-section .common-wrapper p {
      padding-bottom: 15px; }

.block--bg-red {
  background-color: #f30000 !important;
  padding: 60px 0; }
  .block--bg-red * {
    color: #fff !important; }
  .block--bg-red .btn-wrapper a {
    border: 1px solid #fff !important; }
  @media (max-width: 767px) {
    .block--bg-red {
      padding: 20px 0 !important; } }
  .block--bg-red .services-loc-content h2 {
    color: #f30000 !important; }

.block--bg-lightgray {
  background-color: #f0f0f0 !important;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .block--bg-lightgray {
      padding: 25px 0; } }

.block--bg-white {
  background-color: #fff !important;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .block--bg-white {
      padding: 25px 0; } }

.entry-content-blocks p {
  margin-bottom: 1rem; }

.entry-content-blocks a:not(.wp-block-button__link) {
  color: #363636;
  font-weight: 500; }

h1 {
  font-size: 81px;
  line-height: 114px;
  color: #363636; }
  @media (max-width: 992px) {
    h1 {
      font-size: 54px;
      line-height: 76px; } }

h2 {
  margin-bottom: 1rem;
  font-size: 64px;
  line-height: 89px;
  color: #363636; }
  @media (max-width: 992px) {
    h2 {
      font-size: 42.66667px;
      line-height: 59.33333px; } }

h3 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #363636; }

h4 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #363636;
  margin-bottom: 1rem; }

h5 {
  font-size: 2rem;
  line-height: normal;
  color: #363636;
  margin-bottom: 1rem; }

h6 {
  font-size: 1.8rem;
  line-height: normal;
  color: #363636;
  margin-bottom: 1rem; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: white;
  border-bottom: solid 1px #e9e9e9; }
  header .topbar {
    background: #f6f6f6;
    padding-top: 3px;
    padding-bottom: 0;
    position: relative; }
    header .topbar #topbar-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      list-style: none;
      width: 100%;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      header .topbar #topbar-nav .menu-item {
        padding: 2px 5px;
        margin: 0px; }
        header .topbar #topbar-nav .menu-item a {
          color: #000;
          font-size: 1.3rem; }
  header .menu-item-btn .book-ambulance {
    border: 1px solid #f41e1e;
    border-radius: 50px;
    padding: 9px 20px;
    top: 0;
    position: relative; }
  header .header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 100px; }
    @media (max-width: 767px) {
      header .header {
        height: 80px; } }
    header .header .logo {
      max-width: 150px;
      cursor: pointer; }
      header .header .logo img {
        max-width: 100%; }
    header .header .navbar .nav-item {
      position: relative; }
      header .header .navbar .nav-item:hover > .sub-menu {
        display: block; }
    header .header .navbar ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      list-style: none;
      list-style-type: none;
      padding: 0px; }
      header .header .navbar ul li {
        padding: 0;
        margin: 0;
        position: relative; }
        header .header .navbar ul li a {
          font-weight: normal;
          font-size: 15px;
          color: #363636;
          padding: 0px 15px 0px 15px;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 1200px) {
            header .header .navbar ul li a {
              display: -ms-flexbox;
              display: flex;
              padding: 15px 15px; } }
        header .header .navbar ul li.current_page_item a, header .header .navbar ul li:hover a {
          color: #f30000; }
        header .header .navbar ul li .downarrow {
          width: 19px;
          height: auto;
          margin-left: 4px;
          opacity: 0.9;
          position: relative;
          top: 1px; }
          @media (max-width: 1200px) {
            header .header .navbar ul li .downarrow {
              position: absolute;
              top: 12px;
              right: 15px;
              border: solid 1px #ccc;
              border-radius: 4px;
              width: 25px;
              height: 25px;
              padding: 3px; } }
        header .header .navbar ul li .sub-menu {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background-color: #fff;
          border: 1px solid #ddd;
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
          z-index: 1000;
          width: max-content;
          min-width: 180px; }
          header .header .navbar ul li .sub-menu .nav-item {
            list-style: none; }
            header .header .navbar ul li .sub-menu .nav-item .nav-link {
              display: block;
              padding: 8px 16px;
              text-decoration: none;
              color: #333;
              font-size: 14px; }
              header .header .navbar ul li .sub-menu .nav-item .nav-link:hover {
                background-color: #f7f7f7;
                color: #000; }
    header .header .hamburger-menu {
      display: none; }
    header .header .logomobile {
      display: none; }
    @media (max-width: 1200px) {
      header .header {
        /*---------------------
      Mobiles Menu - Dropdown Submenu
      ----------------------*/ }
        header .header .hamburger-menu {
          position: fixed;
          right: 215px;
          height: 43px;
          cursor: pointer;
          z-index: 9998;
          display: block;
          background-color: #f30000;
          height: 38px;
          width: 44px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          border-radius: 4px;
          padding-top: 8px; }
        header .header .bar,
        header .header .bar:after,
        header .header .bar:before {
          width: 25px;
          height: 3px; }
        header .header .bar {
          position: relative;
          transform: translateY(10px);
          background: white;
          transition: all 0ms 300ms; }
        header .header .bar.animate {
          background: rgba(255, 255, 255, 0); }
        header .header .bar:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 10px;
          background: white;
          transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
        header .header .bar:after {
          content: "";
          position: absolute;
          left: 0;
          top: 10px;
          background: white;
          transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
        header .header .bar.animate:after {
          top: 0;
          transform: rotate(45deg);
          transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
        header .header .bar.animate:before {
          bottom: 0;
          transform: rotate(-45deg);
          transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
        header .header .mobile-menu {
          top: 0px;
          max-width: 100%;
          left: -100%;
          width: 100%;
          background: rgba(0, 0, 0, 0.5);
          color: white;
          height: calc(100vh);
          position: fixed;
          z-index: 9997;
          overflow-y: auto;
          transform: translate3d(0, 0, 205px);
          transition: all 500ms ease-in-out;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-flow: wrap;
              flex-flow: wrap; }
          header .header .mobile-menu ul {
            width: 90%;
            background-color: white;
            display: block;
            height: 100%;
            padding-top: 60px; } }
      @media (max-width: 1200px) and (max-width: 767px) {
        header .header .mobile-menu ul {
          overflow: auto; } }
    @media (max-width: 1200px) {
        header .header .mobile-menu.active {
          left: 0;
          transform: translate3d(0, 0, 0);
          transition: all 500ms ease-in-out; }
        header .header .has-children:hover {
          cursor: hand; }
        header .header .children {
          display: none; }
        header .header .mobile-menu .children li:first-child {
          margin-top: 0px; }
        header .header .icon-arrow {
          position: absolute;
          display: block;
          font-size: 0.7em;
          color: black;
          top: 5px;
          right: 10px;
          transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          transition: 0.6s;
          -webkit-transition: 0.6s;
          -moz-transition: 0.6s; }
        header .header .icon-arrow:after {
          content: "\25BC"; }
        header .header .icon-arrow.open {
          transform: rotate(-180deg);
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          transition: 0.6s;
          -webkit-transition: 0.6s;
          -moz-transition: 0.6s; } }
    @media (max-width: 767px) {
      header .header .hamburger-menu {
        right: 15px; } }

.phonenumbar {
  background-color: #f30000;
  color: white;
  border-radius: 4px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 3px 10px;
  font-weight: 600;
  width: fit-content; }
  @media (max-width: 767px) {
    .phonenumbar {
      display: none; } }
  .phonenumbar img {
    max-width: 18px;
    margin-right: 5px; }

.column-menu-list {
  display: none; }
  .column-menu-list.active {
    display: block; }

footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 20px;
  background: #000;
  background: linear-gradient(90deg, #000 57%, #380000); }
  @media (max-width: 767px) {
    footer {
      padding-top: 20px;
      margin-top: 20px; } }
  footer .footer-information {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding-bottom: 15px; }
    footer .footer-information .grid-content {
      width: calc(80% / 5);
      padding-right: 10px; }
      footer .footer-information .grid-content.logo-block, footer .footer-information .grid-content.address-block {
        width: calc(100% / 4); }
        @media (max-width: 992px) {
          footer .footer-information .grid-content.logo-block, footer .footer-information .grid-content.address-block {
            width: 100%; } }
      footer .footer-information .grid-content.address-block {
        padding-right: 30px; }
      @media (max-width: 992px) {
        footer .footer-information .grid-content {
          width: calc(100% / 3);
          padding: 20px 0; } }
      @media (max-width: 767px) {
        footer .footer-information .grid-content:last-child {
          border: 0; } }
      footer .footer-information .grid-content .footerlogo {
        width: 100%;
        margin-bottom: 15px;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        footer .footer-information .grid-content .footerlogo img {
          max-width: 320px; }
      footer .footer-information .grid-content .socialicons {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px; }
        footer .footer-information .grid-content .socialicons a {
          width: 35px;
          height: 35px;
          border-radius: 4px;
          background-color: #f30000;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          padding: 8px;
          margin-right: 10px; }
      footer .footer-information .grid-content h3 {
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        position: relative;
        color: #fff;
        margin: 0 0 15px 0;
        padding: 0 0 5px 0; }
      footer .footer-information .grid-content p {
        color: #fff; }
      footer .footer-information .grid-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none; }
        footer .footer-information .grid-content ul li {
          width: 100%;
          padding: 5px 0; }
          footer .footer-information .grid-content ul li a {
            font-size: 13px;
            color: #fff;
            font-weight: 500; }
  footer .copyright {
    width: 100%;
    color: #7e8080;
    margin-top: 35px;
    padding-top: 25px;
    text-align: center;
    font-size: 12px; }

.hero-banner {
  width: 100%;
  position: relative; }
  .hero-banner .inner-page-banner {
    width: 100%; }
  .hero-banner .banner-content {
    position: absolute;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    z-index: 10; }
  .hero-banner .container {
    width: 100%; }
  .hero-banner .overlay {
    background: whitesmoke;
    background: linear-gradient(90deg, whitesmoke 15%, rgba(247, 247, 247, 0.420693) 75%, rgba(0, 212, 255, 0.0117297) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4; }
    @media (max-width: 992px) {
      .hero-banner .overlay {
        background: linear-gradient(90deg, whitesmoke 60%, rgba(247, 247, 247, 0.420693) 100%, rgba(0, 212, 255, 0.0117297) 100%); } }
  .hero-banner .item {
    height: auto; }
    .hero-banner .item img {
      width: 100%;
      height: auto; }

.error404 .page-not-found #main {
  display: table;
  width: 100%;
  min-height: 50vh;
  height: 100%;
  text-align: center; }

.error404 .page-not-found .fof {
  display: table-cell;
  vertical-align: middle; }
  .error404 .page-not-found .fof h1 {
    font-size: 50px;
    color: #f30000;
    display: inline-block;
    padding-right: 12px;
    animation: type 0.5s alternate infinite;
    margin-bottom: 2rem; }
  .error404 .page-not-found .fof p {
    margin-bottom: 2rem; }
  .error404 .page-not-found .fof .btn-wrapper {
    text-align: center; }
    .error404 .page-not-found .fof .btn-wrapper a {
      margin: 0 auto; }

@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #770303; }
  to {
    box-shadow: inset -3px 0px 0px transparent; } }

body {
  margin: 0;
  font-family: "Exo", sans-serif; }

#app {
  display: block;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px; }

.container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.container .row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.entry-content-blocks {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 2rem; }
  .entry-content-blocks .column-aside {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
    padding: 1rem; }
    @media (max-width: 992px) {
      .entry-content-blocks .column-aside {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  .entry-content-blocks .column-primary {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
    padding: 1rem; }
    @media (max-width: 992px) {
      .entry-content-blocks .column-primary {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }

.column-aside .aside-block {
  display: block;
  width: 100%; }
  .column-aside .aside-block .aside-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 2px solid #f0f0f0; }
    .column-aside .aside-block .aside-head .aside-icon img {
      width: 50px;
      height: 50px; }
    .column-aside .aside-block .aside-head .aside-title {
      font-size: 50px;
      line-height: 70px;
      color: #363636;
      font-weight: 700; }
  .column-aside .aside-block .aside-content {
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
    .column-aside .aside-block .aside-content .aside-btn {
      color: #fff !important; }
    .column-aside .aside-block .aside-content .event-orgnizer {
      font-size: 2rem;
      font-weight: 500;
      text-align: center;
      padding: 2rem; }
    .column-aside .aside-block .aside-content p {
      font-style: italic;
      font-size: 1.5rem;
      max-width: 80%;
      text-align: center;
      margin: 0 auto; }
    .column-aside .aside-block .aside-content ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      list-style: none; }
      .column-aside .aside-block .aside-content ul li {
        text-align: center;
        margin-bottom: 1rem; }
        .column-aside .aside-block .aside-content ul li a {
          font-size: 1.5rem;
          color: #231f20; }

.aside-btn {
  background-color: #770303;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 2rem;
  text-align: center; }

.aside-link {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 2rem;
  color: #231f20; }

.event-bar {
  display: block;
  width: 100%; }
  .event-bar .event-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none; }
  .event-bar .inner-info-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .event-bar .inner-info-block label {
      font-size: 50px;
      line-height: 70px; }
  .event-bar .info-icon img {
    width: 50px;
    height: 50px; }

.schedule-block {
  display: block;
  width: 100%;
  position: relative; }
  .schedule-block .address {
    max-width: 320px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center; }
  .schedule-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    color: #333; }
    .schedule-block table th {
      background-color: #eee;
      color: #363636;
      padding: 12px;
      text-align: center;
      font-weight: bold;
      border: 1px solid #dddedf; }
    .schedule-block table td {
      border: 1px solid #dddedf;
      text-align: center; }
    .schedule-block table ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .schedule-block table li {
      padding: 1rem;
      margin: 0px;
      border-bottom: 1px solid #ccc; }
      .schedule-block table li:nth-child(even) {
        background-color: #eee; }
      .schedule-block table li:last-child {
        border-bottom: none; }
  .schedule-block a {
    color: #4caf50;
    text-decoration: none; }
  .schedule-block .schedule-cell-row {
    background-color: #f9f9f9; }
    .schedule-block .schedule-cell-row:nth-child(even) {
      background-color: #f2f2f2; }
    .schedule-block .schedule-cell-row:hover {
      background-color: #e1f5e1; }

.wp-block-separator {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block; }

.wp-block-buttons {
  margin-top: 1rem;
  margin-bottom: 1rem; }

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