#map {
  height: 445px;
  width: 100%;
}

.app-header.header {
  position: relative;
}
.app-header.fixed-header {
  position: fixed;
}

.container-fluid {
  width: 100%;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  margin-right: auto;
  margin-left: auto;
}

.header-brand.b-brand .header-brand-img {
  height: 3.5rem;
  line-height: 2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: auto;
  margin: 0 auto;
}

.app-header .s-nav {
  margin-left: 15px;
  align-items: center;
}
.app-header .s-nav .dropdown:hover {
  color: #4b4992;
  background-color: transparent;
}

.horizontal-main {
  margin-top: 65px;
}

.s-login {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.s-login a {
  background: #1753fc !important;
  padding: 5px 15px;
  color: white;
  border-radius: 4px;
  box-shadow: 0 0 12px -1px #1753fc;
}

.mt-5 {
  margin-top: 5px;
}

.mtb-5 {
  margin-bottom: 5px;
}

.ptd-5 {
  padding: 5px;
}

.ptdt-5 {
  padding: 5px;
  padding-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mtb-10 {
  margin-bottom: 10px;
}

.ptd-10 {
  padding: 10px;
}

.ptdt-10 {
  padding: 10px;
  padding-top: 0;
}

.mt-15 {
  margin-top: 15px;
}

.mtb-15 {
  margin-bottom: 15px;
}

.ptd-15 {
  padding: 15px;
}

.ptdt-15 {
  padding: 15px;
  padding-top: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mtb-20 {
  margin-bottom: 20px;
}

.ptd-20 {
  padding: 20px;
}

.ptdt-20 {
  padding: 20px;
  padding-top: 0;
}

.mt-25 {
  margin-top: 25px;
}

.mtb-25 {
  margin-bottom: 25px;
}

.ptd-25 {
  padding: 25px;
}

.ptdt-25 {
  padding: 25px;
  padding-top: 0;
}

.mt-30 {
  margin-top: 30px;
}

.mtb-30 {
  margin-bottom: 30px;
}

.ptd-30 {
  padding: 30px;
}

.ptdt-30 {
  padding: 30px;
  padding-top: 0;
}

.mt-35 {
  margin-top: 35px;
}

.mtb-35 {
  margin-bottom: 35px;
}

.ptd-35 {
  padding: 35px;
}

.ptdt-35 {
  padding: 35px;
  padding-top: 0;
}

.mt-40 {
  margin-top: 40px;
}

.mtb-40 {
  margin-bottom: 40px;
}

.ptd-40 {
  padding: 40px;
}

.ptdt-40 {
  padding: 40px;
  padding-top: 0;
}

.mt-45 {
  margin-top: 45px;
}

.mtb-45 {
  margin-bottom: 45px;
}

.ptd-45 {
  padding: 45px;
}

.ptdt-45 {
  padding: 45px;
  padding-top: 0;
}

.mt-50 {
  margin-top: 50px;
}

.mtb-50 {
  margin-bottom: 50px;
}

.ptd-50 {
  padding: 50px;
}

.ptdt-50 {
  padding: 50px;
  padding-top: 0;
}

.ch-ds {
  height: 150px;
}

.s-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.s-flex .s-f-item {
  display: flex;
  flex: 1;
  flex-flow: inherit;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.s-flex .s-f-item .hs-s {
  display: flex;
  flex-flow: row;
  row-gap: 10px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.s-flex .s-f-item .hs-s.text-big {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}
.s-flex .s-f-item .hs-s .sd-f-item {
  display: flex;
  flex-flow: column;
}
.s-flex .s-f-item .hs-s .sd-f-item span {
  font-size: 1.1rem;
  font-weight: bold;
}
.s-flex .s-f-item .hs-s .sd-f-item span.text-small {
  font-size: 10px;
  font-weight: 300;
}

#mainNav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
  flex-flow: column;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
#mainNav .navigation__link {
  padding: 5px;
  position: relative;
  padding-left: 15px;
  color: #333;
}
#mainNav .navigation__link.active {
  position: relative;
  color: rgb(76, 42, 224);
}
#mainNav .navigation__link.active:after {
  content: "";
  background: rgb(76, 42, 224);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  top: 10px;
}

.s-hr- {
  display: flex;
  flex-flow: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.s-hr- .s-hr-item {
  flex: 1;
}

.leaflet-overlay-pane path {
  fill: white !important;
  fill-opacity: 0.7 !important;
  stroke-width: 1px !important;
  stroke: #1753fc;
}

.or-s .ros- {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.or-s .ros-:before, .or-s .ros-:after {
  content: "";
  height: 0.9px;
  width: 40%;
  position: absolute;
  background: linear-gradient(311deg, black, #ff9800);
  top: 50%;
  left: 0;
}
.or-s .ros-:after {
  right: 0;
  left: auto;
}

.table thead {
  background: #c8ddff;
  color: #0e49a9;
}
.table tr th,
.table tr td {
  padding: 0.77rem;
}
.table tr th p,
.table tr td p {
  margin: 0;
}
.table tr th {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
.table tr td {
  font-size: 0.75rem;
}

.icon-service {
  width: 60px;
  height: 60px;
}

.location-info {
  display: flex;
}
.location-info .info-label {
  flex: 0 0 42%;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.card .card-header {
  min-height: 2.5rem;
}
.card .card-header .card-title {
  font-size: 0.785rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif, bold;
  font-weight: bold;
  color: #1753fc;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.table {
  border-collapse: separate;
  border-spacing: 0 3px;
}
.table tbody tr td {
  border: 1px solid transparent !important;
}
.table tbody tr:hover td {
  background: rgb(250, 250, 253);
  border: 1px solid #0e49a9 !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
.table tbody tr:hover td:first-child {
  border-left: 1px solid #0e49a9 !important;
}
.table tbody tr:hover td:last-child {
  border-right: 1px solid #0e49a9 !important;
}/*# sourceMappingURL=custom_style.css.map */