/*


    COLORS

    Title: #333 (Dark Gray)
    Text: #666 (Gray)
    Hover: #09F (Blue)
    Button: #C99 (Pink)

*/
ul, h1, h2, h3, h4, p, figure {
  padding: 0;
  margin: 0;
}

svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32vw;
  /* set height to pixels if you want angle to change with screen width */
}

body {
  font-family: 'Tajawal', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: #ddd;
  overflow-x: hidden;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

h1, h2, h3 {
  color: #333;
  font-weight: 400;
}

p {
  color: #666;
  line-height: 1.9;
}

ul {
  color: #666;
  line-height: 1.9;
}

li {
  color: #666;
  line-height: 1.9;
}

hr {
  color: blue;
  border-top: 5px solid #000000;
}

hr {
    display: block;
    height: 5px;
    background: transparent;
    width: 100%;
    border: none;
    border-top: 3px solid #0a22fa !important;
}

.AD-color-primary {
  color: #09F;
}

.navbar-toggler {
  padding: 10px 15px;
  border-color: #b45f8a;
}

/*bot segment*/
.chat {
  height: 400px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media print {
  ::-webkit-input-placeholder {
    color: transparent;
  }
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

#bot {
  margin-left: auto;
}

input {
  padding: 15px;
  margin: 10px;
}

.messages {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  overflow-x: hidden;
  height: 90%;
  width: 100%;
  background-color: white;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  border: 2px solid black;
}

.bot {
  font-family: Consolas, 'Courier New', Menlo, source-code-pro, Monaco,
    monospace;
  border: 0;
  border-radius: 25px;
  background-color: #c3e0fa;
  padding: 10px;
}

.avatar {
  height: 25px;
}

.response {
  display: flex;
  align-items: center;
  margin: 2%;
}

span {
  padding-right: 15px;
  padding-left: 15px;
}

/* Mobile */
@media only screen and (max-width: 980px) {
  .chat {
    width: 75vw;
    margin: 10vw;
  }
}

.container-fluid {
  max-width: 1200px;
  background-color: white;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.AD-site-header {
  padding: 15px;
}

@media (max-width: 992px) {
  .AD-site-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.AD-site-header-col {
  display: flex;
  justify-content: space-between;
}

.AD-site-icon {
  padding: 10px;
  color: #999;
}

.AD-site-name {
  display: inline-block;
  text-transform: uppercase;
  font-size: 2rem;
  color: #999;
}

.AD-imgbox {
  display: grid;
  height: 100%;
}

.AD-centerfit {
  max-width: 100%;
  max-height: 100vh;
}
}

nav>ul>li {
  list-style: none;
}

.AD-nav {
  border: 1px solid #ccc;
  margin: 0 5px 10px;
}

.AD-nav>ul {
  display: flex;
  flex-direction: row;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .AD-nav>ul {
    flex-direction: column;
    padding-right: 0;
  }
}

.AD-nav-link {
  font-size: 1.2rem;
  text-decoration: none;
  color: #999;
  display: inline-block;
  padding: 23px 25px;
  margin-left: 25px;
  border-bottom: 5px solid transparent;
}

@media (min-width: 1080px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.nav-item .AD-nav-link:hover,
.nav-item.active .AD-nav-link {
  color: #000;
  border-bottom: 5px solid #09F;
  border-left: none;
}

@media (max-width: 992px) {
  .navbar-nav .AD-nav-link {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    padding: 10px 20px;
  }

  .nav-item .AD-nav-link {
    border-left: 5px solid transparent;
    border-bottom: none;
  }

  .nav-item .AD-nav-link:hover,
  .nav-item.active .AD-nav-link {
    border-left: 5px solid #09F;
    border-bottom: none;
  }
}

.AD-mobile-menu {
  display: none;
}

.AD-mobile-menu.active.focus,
.AD-mobile-menu.active:focus,
.AD-mobile-menu.focus,
.AD-mobile-menu:active.focus,
.AD-mobile-menu:active:focus,
.AD-mobile-menu:focus {
  outline: none;
  box-shadow: none;
  background-color: white;
}

.AD-menu-container-outer {
  display: flex;
  justify-content: flex-end;
}

.AD-menu-container {
  display: inline-block;
  margin-right: -20px;
}

@media (max-width: 992px) {
  .AD-menu-container {
    position: absolute;
    right: 30px;
    top: 0;
  }

  .AD-mobile-menu {
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: transparent;
  }

  .AD-nav {
    height: 0;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 1000;
    background-color: white;
    margin: 0;
    min-width: 180px;
  }

  .AD-nav.show {
    height: auto;
  }

  #navbarSupportedContent1 {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1000;
    background-color: white;
  }
}

.AD-section-header {
  display: inline-block;
  background-color: #b45f8a;
  color: white;
  padding: 30px 50px 30px 20px;
  margin: 0;
  font-size: 1.5rem;
}

@media (max-width: 500px) {
  .AD-section-header {
    padding: 10px;
  }
}

.AD-section-header-small {
  font-size: 1.4rem;
  padding: 30px 150px 30px 20px;
}

.AD-header-floating {
  position: absolute;
  z-index: 100;
  top: -10px;
}

.AD-welcome-row {
  margin-top: 100px;
  margin-bottom: 20px;
}

.AD-welcome-row-2 {
  margin-bottom: 45px;
}

.AD-welcome-row-3 {
  margin-bottom: 45px;
}

.AD-article-link:hover .AD-article-title {
  color: #09F;
}

.AD-hover-color {
  color: #09F;
}

.AD-article-title {
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.AD-media {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
}

.AD-media-v-center {
  align-items: center;
}

.AD-media-img {
  margin-right: 20px;
  width: 45%;
  max-width: 300px;
}

.AD-media-body {
  margin-right: 10px;
  width: 45%;
}

@media (max-width: 992px) {
  .AD-media-body {
    width: auto;
  }
}

@media (max-width: 480px) {
  .AD-media {
    flex-direction: column;
  }

  .AD-media-img {
    width: auto;
  }

  .AD-media-body {
    max-width: 300px;
    margin-right: 0;
    margin-top: 20px;
  }
}

.AD-dotted-box-container {
  margin-bottom: 35px;
}

.AD-dotted-box {
  display: flex;
  flex-direction: column;
  border: 1px dotted #b45f8a;
  padding: 24px;
  height: 100%;
}

.AD-article-icon {
  color: #b45f8a;
  margin-top: 20px;
  margin-bottom: 40px;
}

.AD-article-title {
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1.5;
}

.AD-article-title,
.AD-article-text {
  margin-bottom: 30px;
}

.AD-article-link {
  align-self: flex-end;
}

.AD-btn {
  background-color: #a70d0d;
  color: white;
  padding: 10px 25px;
  border-radius: 3px;
}

.AD-btn:hover,
.AD-btn:focus {
  background-color: #ff0000;
  text-decoration: none;
  color: white;
}

.AD-carousel {
  padding-top: 40px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .AD-carousel {
    max-width: 800px;
  }
}

@media (max-width: 420px) {
  .AD-carousel {
    max-width: 240px;
  }
}

.AD-featured {
  margin-bottom: 50px;
}

.slick-dots li {
  width: 30px;
}

.slick-dots li button {
  width: 30px;
}

.slick-dots li button:before {
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
  content: "\f068";
  color: #ddd;
  opacity: 1;
  width: 30px;
  transition: all 0.3s ease;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  color: #b45f8a;
}

footer {
  color: white;
  padding-top: 30px;
  padding-bottom: 25px;
  text-align: right;
  background-color: #b45f8a;
  text-align: center;
}

footer a {
  color: #666;
}

footer a:hover {
  color: #09F;
  text-decoration: none;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .grid figure {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h4 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h4 span {
  font-weight: 800;
}

.grid figure h4,
.grid figure p {
  margin: 10px 0 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-honey {
  background: #4a3753;
  max-width: 240px;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: #3496d8;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h4 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h4,
figure.effect-honey:hover h4 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.AD-about {
  max-width: 975px;
}

.AD-about-icon {
  color: #09F;
  min-width: 235px;
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  .AD-about-icon {
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    min-width: 160px;
  }
}

.AD-about-1 {
  padding: 30px;
  max-width: 540px;
}

.grid figure.effect-zoe {
  background: solid;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 15px 15px 0;
  height: 5em;
  background: rgba(255, 255, 255, 0.5);
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe p.icon-links a {
  color: #3c4a50;
  font-size: 1.4em;
  padding: 5px 10px;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #09F;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h2 {
  font-size: 1.2rem;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.AD-services {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .AD-services {
    max-width: 510px;
  }
}

.AD-services-img {
  max-width: 480px;
  margin: 0 auto 40px;
}

.AD-service-description {
  font-size: 1.1rem;
  color: #09F;
  text-align: center;
  margin-top: 20px;
}

.AD-solid-border {
  border: 1px solid #CCCDCE;
  padding: 40px;
}

.AD-service-icon {
  text-align: center;
  min-width: 125px;
  margin-right: 15px;
  color: #09F;
}

.AD-approach-row {
  max-width: 1082px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.AD-approach-box {
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width: 992px) {
  .AD-approach-box {
    margin-left: auto;
    margin-right: auto;
  }
}

.AD-media-2 {
  margin-bottom: 54px;
}

@media (max-width: 992px) {
  .AD-media-2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 880px) and (min-width: 768px) {
  .AD-media-2 {
    flex-direction: column;
  }

  .AD-service-icon {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .AD-service-icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.AD-partners {
  max-width: 1020px;
  margin-top: 30px;
}

.AD-partners img {
  margin-left: 10px;
  margin-right: 10px;
}

.AD-partner-text {
  margin-top: 40px;
  max-width: 830px;
}

.form-group {
  margin-bottom: 40px;
}

.AD-btn-primary {
  color: white;
  background-color: #b45f8a;
  font-size: 1.2rem;
  padding: 12px 30px;
}

.AD-btn-primary:hover,
.AD-btn-primary:focus {
  color: white;
  background-color: #b45f8a;
}

.AD-link {
  color: #666;
}

.AD-contact-box {
  padding: 65px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 440px;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 440px;
  width: 100%;
}

.AD-ul-hyphen li {
  list-style-type: none;
  line-height: 1.9;
  color: #666;
}

.AD-ul-hyphen li:before {
  content: '-';
  margin-right: 5px;
}

.AD-contact-l,
.AD-contact-r {
  padding-left: 75px;
  padding-right: 75px;
}

.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.bouncer:hover {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.shaker:hover {
  animation: shake 1.5s infinite;
  -webkit-animation: shake 1.5s infinite;
  -moz-animation: shake 1.5s infinite;
  -o-animation: shake 1.5s infinite;
}

.shakerslow:hover {
  animation: shake 5s infinite;
  -webkit-animation: shake 5s infinite;
  -moz-animation: shake 5s infinite;
  -o-animation: shake 5s infinite;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2.5px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(2.5px, 0, 0);
  }
}

.heart {
  animation: animateHeart 1.2s infinite;
}

@keyframes animateHeart {
  0% {
    transform: scale(0.8);
  }

  5% {
    transform: scale(0.9);
  }

  10% {
    transform: scale(0.8);
  }

  15% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(0.8);
  }
}

.pulser {
  animation: pulse 6s infinite alternate;
  -webkit-animation: pulse 6s infinite alternate;
  -moz-animation: pulse 6s infinite alternate;
  -o-animation: pulse 6s infinite alternate;
}

@keyframes pulse {
  0%, 100% {
    color: #b45f8a;
  }

  50% {
    color: #09F;
  }
}

.rotate {
  animation: rotation 60s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.rotator:hover {
  animation: rotator 6s infinite;
}

@keyframes rotator {
  0%, 100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

.inline-photo {
  border: 0.5em solid #fff;
  border-bottom: 4em solid #fff;
  border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: transform 4s .25s cubic-bezier(0, 1, .3, 1),
    opacity .3s .25s ease-out;
  max-width: 1080px;
  width: 90%;
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(-2deg);
}

.inline-photo-AR {
  border: 0.5em solid #fff;
  border-bottom: 4em solid #fff;
  border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: transform 4s .25s cubic-bezier(0, 1, .3, 1),
    opacity .3s .25s ease-out;
  max-width: 1080px;
  width: 90%;
  will-change: transform, opacity;
}

.inline-photo-AR.is-visible {
  opacity: 1;
  transform: rotateZ(2deg);
}

header {
  opacity: 0;
  transition: opacity .5s .25s ease-out;
}

header.is-visible {
  opacity: 1;
}

.main-photo {
  transform: scale(.8);
}

.is-visible .main-photo {
  transform: none;
}

.is-visible .heading {
  transform: translate(-50%, -50%);
}

.main-photo,
.heading {
  transition: transform 4s .25s cubic-bezier(0, 1, .3, 1),
    filter 10s 2s ease-out;
  will-change: transform;
}

.fa-facebook-square {
  color: #b45f8a;
  padding: 20px;
  font-size: 40px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa-youtube-square {
  color: #b45f8a;
  padding: 20px;
  font-size: 40px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa-tiktok-square {
  color: #b45f8a;
  padding: 20px;
  font-size: 40px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa-twitter-square {
  color: #b45f8a;
  padding: 20px;
  font-size: 40px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa-instagram-square {
  color: #b45f8a;
  padding: 20px;
  font-size: 40px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa-tooth {
  color: #b45f8a;
  margin-bottom: 20px;
  margin-right: 40px;
  margin-left: 50px;
  padding: 20px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-teeth-open {
  color: #b45f8a;
  margin-bottom: 20px;
  margin-right: 40px;
  margin-left: 50px;
  padding: 20px;
  font-size: 90px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-book-open {
  color: #b45f8a;
  margin-bottom: 20px;
  margin-right: 40px;
  margin-left: 50px;
  padding: 20px;
  font-size: 90px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-percent {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 40px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.fa-smile {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 40px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.fa-hospital {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 40px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.fa-history {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 40px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.fa-user-md {
  color: #09F;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-diagnoses {
  color: #09F;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-heartbeat {
  color: #09F;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-globe-europe {
  color: #09F;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-capsules {
  color: #09F;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-book-medical {
  color: #09F;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-eye {
  color: #09F;
  margin-bottom: 20px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-flag {
  color: #09F;
  margin-bottom: 20px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-praying-hands {
  color: #09F;
  margin-bottom: 20px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-check-double {
  color: #09F;
  margin-bottom: 20px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-dna {
  color: #09F;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 10px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-clock {
  color: #09F;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 10px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-vial {
  color: #09F;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 10px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.fa-flask {
  color: #09F;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 10px;
  font-size: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.col_half {
  width: 49%;
}

.col_third {
  width: 32%;
}

.col_fourth {
  width: 24%;
}

.col_fifth {
  width: 18.4%;
}

.col_sixth {
  width: 15%;
}

.col_three_fourth {
  width: 74.5%;
}

.col_twothird {
  width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.end {
  margin-right: 0 !important;
}

.wrapper {
  width: 100%;
  margin: 30px auto;
  position: relative;
}

.counter {
  background-color: #b45f8a;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 35px;
  font-weight: normal;
  margin: 10px;
  text-align: center;
  color: #ffffff;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin: 10px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 992px) {

  .mapouter,
  .AD-contact-l,
  .AD-contact-r,
  .AD-contact-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .AD-contact-r {
    margin-top: 50px;
  }

  .mapouter,
  .AD-contact-l,
  .AD-contact-r,
  .AD-contact-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.table td{
  padding:3px;
  text-align: center;
}


.table tbody tr td .btn-success{
      padding: 2px 10px;
      margin: 5px;
      font-size :0.8em;
      text-align: center;
}

.table tbody tr td .btn-danger{
      padding: 2px 10px;
      margin: 5px;
      font-size :0.8em;
      text-align: center;
}
