* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Rubik", sans-serif;
}

.section-heading {
  padding: 0 0 40px 0;
}

.button {
  text-decoration: none;
  background: #FFF;
  display: flex;
  width: 170px;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #2c3e50;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
.button:hover {
  color: rgba(44, 62, 80, 0.6588235294);
  box-shadow: 9px 8px 13px -6px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 9px 8px 13px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 9px 8px 13px -6px rgba(0, 0, 0, 0.35);
}

.button-blue {
  background: #00929D;
  color: #FFF;
}
.button-blue:hover {
  color: #fff;
}

.header-top {
  height: 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(195, 195, 195, 0.5215686275);
}
@media (max-width: 599px) {
  .header-top {
    display: none;
  }
}
.header-top .wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.header-top span {
  font-size: 12px;
  color: #888;
  padding: 0 7px;
  margin-right: 5px;
}
.header-top svg {
  fill: #00929D;
  margin-right: 5px;
}
.header-top .social-top {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-top .social-top svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.header-top .social-top a {
  display: flex;
  align-items: center;
}

.navbar {
  background: #FFF;
  transition: all 300ms ease;
}
@media (max-width: 599px) {
  .navbar {
    display: none;
  }
}
.navbar .navbar-brand img {
  width: 120px;
}
.navbar .navbar-collapse .nav-item .nav-link {
  color: rgba(47, 53, 66, 0.737254902);
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.navbar .navbar-nav .dropdown-menu {
  width: 100vh;
  left: -400px;
  top: 65px;
  border-radius: 0;
  border-top: 1px solid #00929D;
}
.navbar .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid rgba(47, 53, 66, 0.2196078431);
  padding: 15px 0;
}
.navbar .navbar-nav .dropdown-menu li a {
  color: rgba(47, 53, 66, 0.6274509804);
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.navbar .navbar-nav .dropdown-menu .row {
  padding: 25px 20px;
}

.navbar-scrolled-dropdown {
  top: 56px !important;
}

.navbar-scrolled {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.34);
  padding-top: 15px !important;
  padding-bottom: 15px;
  top: -10px !important;
  position: fixed !important;
  width: 100%;
  z-index: 99;
}

.navbar-scrolled.navbar .navbar-brand img {
  width: 90px !important;
  transition: 300ms ease;
}

.hero {
  min-height: 80vh;
  background: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.hero .overlay {
  background: linear-gradient(50deg, rgba(255, 255, 255, 0.1) 10%, rgb(167, 234, 239) 90%), url("../img/hero.jpg");
  padding: 70px 0;
  width: 100%;
  min-height: 80vh;
}
@media (max-width: 599px) {
  .hero .overlay {
    padding: 50px 0;
  }
}
.hero .hero-heading {
  min-height: 500px;
}
@media (max-width: 599px) {
  .hero .hero-heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.hero .hero-heading h1 {
  color: #2c3e50;
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 5vh;
}
.hero .hero-heading p {
  font-weight: 500;
  color: rgba(44, 62, 80, 0.7882352941);
  font-size: 18px;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .hero .hero-heading p {
    font-size: 16px;
  }
}

.info .row {
  background: url("../img/mri-gc3348f6f4_1920.jpg");
  background-position: center;
}
.info .block {
  min-height: 350px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 10vh;
}
@media (max-width: 599px) {
  .info .block {
    min-height: 220px;
    padding-top: 0;
    justify-content: center;
  }
}
.info .block h3, .info .block li {
  color: #FFF;
}
.info .block h3 {
  text-transform: uppercase;
  position: relative;
}
.info .block h3 svg {
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  fill: #CB5151;
}
.info .block li {
  font-size: 20px;
}
.info .block ul {
  width: 50%;
}
@media (max-width: 599px) {
  .info .block ul {
    width: 100%;
  }
}
.info .list-group-item {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.info .left {
  background: rgba(0, 132, 141, 0.9333333333);
}
.info .mid {
  background: rgba(0, 146, 157, 0.9);
}
.info .mid .list-group-item {
  color: #FFF;
  text-decoration: none;
}
.info .right {
  background: rgba(26, 158, 167, 0.937254902);
}
.info .right ul {
  width: 70%;
}
@media (max-width: 599px) {
  .info .right ul {
    width: 100%;
  }
}
.info .right .list-group-item {
  display: flex;
  justify-content: space-between;
}

.about {
  padding: 100px 0 150px 0;
  background: linear-gradient(90deg, rgb(221, 249, 251), rgba(167, 234, 239, 0.3)), url("../img/Hexagon-dotted-connect-line-background-rotate.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .about {
    padding: 70px 0 100px 0;
  }
}
.about .content {
  padding-right: 50px;
}
@media (max-width: 599px) {
  .about .content {
    padding-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.about .content h3 {
  font-size: 46px;
  color: #2c3e50;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .about .content h3 {
    font-size: 36px;
  }
}
.about .content p {
  font-size: 20px;
  color: rgba(44, 62, 80, 0.8705882353);
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .about .content p {
    font-size: 16px;
  }
}
.about .image {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: end;
}
@media (max-width: 599px) {
  .about .image {
    padding-top: 50px;
    padding-right: 20px;
  }
}
.about .image img {
  width: 100%;
  box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.75);
}
.about .image .img-first {
  width: 80%;
}
.about .image .img-second {
  position: absolute;
  top: 40%;
  left: 0;
  width: 60%;
  height: auto;
}
@media (max-width: 599px) {
  .about .image .img-second {
    left: 10%;
    top: 70%;
  }
}

.about-icons {
  padding: 100px 0;
}
@media (max-width: 599px) {
  .about-icons {
    padding: 70px 0;
  }
}
.about-icons .card {
  border: 0;
  margin-bottom: 0 !important;
}
.about-icons .card .card-header {
  background: #FFF;
  border: 0;
  text-align: center;
}
.about-icons .card .card-header img {
  width: 100px;
}
.about-icons .card .card-body {
  padding-top: 0;
  text-align: center;
}
.about-icons .card h5 {
  margin-bottom: 20px;
  color: #2c3e50;
}
.about-icons .card p {
  color: rgba(44, 62, 80, 0.8235294118);
}

@-webkit-keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.services-icons {
  min-height: 20vh;
  padding: 100px 0;
  background: #f3f3f7;
}
@media (max-width: 599px) {
  .services-icons {
    padding: 70px 0;
  }
  .services-icons h5 {
    font-size: 16px;
  }
}
.services-icons h2 {
  color: #2c3e50;
  margin-bottom: 40px;
  font-size: 46px;
}
@media (max-width: 599px) {
  .services-icons h2 {
    font-size: 36px;
  }
}
.services-icons .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px 0px;
  grid-template-areas: "box-1 box-2 box-3 box-4 box-5" "box-6 box-7 box-8 box-9 box-10" ". box-11 box-12 box-13 .";
}
@media (max-width: 599px) {
  .services-icons .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
    grid-template-areas: "box-1 box-2 box-3" "box-4 box-5 box-6" "box-7 box-8 box-9" "box-10 box-11 box-12" ". box-13 .";
  }
}
.services-icons .grid .grid-item a {
  min-height: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 500ms ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none;
}
.services-icons .grid .grid-item a h5 {
  color: #2c3e50;
}
.services-icons .grid .grid-item a:hover {
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  border-bottom: 4px solid #CB5151;
  cursor: pointer;
}
.services-icons .grid .grid-item svg {
  fill: #CB5151;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  transition: all 500ms ease;
}
.services-icons .box-1 {
  grid-area: box-1;
}
.services-icons .box-2 {
  grid-area: box-2;
}
.services-icons .box-3 {
  grid-area: box-3;
}
.services-icons .box-4 {
  grid-area: box-4;
}
.services-icons .box-5 {
  grid-area: box-5;
}
.services-icons .box-6 {
  grid-area: box-6;
}
.services-icons .box-7 {
  grid-area: box-7;
}
.services-icons .box-8 {
  grid-area: box-8;
}
.services-icons .box-9 {
  grid-area: box-9;
}
.services-icons .box-10 {
  grid-area: box-10;
}
.services-icons .box-11 {
  grid-area: box-11;
}
.services-icons .box-12 {
  grid-area: box-12;
}
.services-icons .box-13 {
  grid-area: box-13;
}

.team {
  padding: 120px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.3)), url("../img/Hexagon-dotted-connect-line-background.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .team {
    padding: 70px 0;
  }
}
@media (max-width: 599px) {
  .team .team-col-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.team .row {
  margin-bottom: 20px;
}
.team h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 30px;
}
.team h2 span {
  display: inline;
}
.team h2 span:first-child {
  display: block;
}
.team h2 .red {
  color: #CB5151;
}
@media (max-width: 599px) {
  .team .card-col {
    margin-bottom: 30px;
  }
}
.team .card {
  min-height: 100%;
  border: 5px solid #FFF;
  border-radius: 0;
  box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.64);
}
.team .card img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}
.team p {
  margin-bottom: 40px;
}
.team .col-lg-8 .container-fluid .row .col-lg-4 {
  height: 100%;
}

.quote {
  min-height: 20vh;
  padding: 100px 0;
  background: transparent;
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .quote {
    padding: 20px 0 50px 0;
  }
}
.quote .quote-bg-1 {
  position: absolute;
  top: -20%;
  left: 5%;
  width: 300px;
  height: 300px;
  fill: rgba(195, 195, 195, 0.3019607843);
}
@media (max-width: 599px) {
  .quote .quote-bg-1 {
    display: none;
  }
}
.quote .quote-bg-2 {
  position: absolute;
  right: 5%;
  bottom: -20%;
  width: 300px;
  height: 300px;
  fill: rgba(195, 195, 195, 0.2039215686);
}
@media (max-width: 599px) {
  .quote .quote-bg-2 {
    bottom: -50%;
  }
}
.quote .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.quote .col-12 .quote-icon {
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 500ms ease-out infinite alternate;
          animation: pulse 500ms ease-out infinite alternate;
  fill: #CB5151;
  margin-bottom: 20px;
}
.quote .col-12 h3 {
  font-size: 30px;
  color: rgba(44, 62, 80, 0.5960784314);
}

footer {
  min-height: 50vh;
  background-color: #00929D;
  padding: 100px 0;
}
@media (max-width: 599px) {
  footer {
    padding: 70px 0 50px 0;
  }
}
footer .line {
  background: rgba(255, 255, 255, 0.3) !important;
  width: 80%;
  margin-left: 15px;
  height: 1px;
}
@media (max-width: 599px) {
  footer .line {
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 599px) {
  footer .col-lg-4, footer .col-lg-2 {
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .footer-logo {
  padding: 30px;
  background: #FFF;
  border-radius: 5px;
  width: 90%;
}
@media (max-width: 599px) {
  footer .footer-logo {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-logo .wrap {
  display: flex;
  justify-content: start;
  flex-direction: column;
}
footer .footer-logo .wrap span {
  color: rgba(44, 62, 80, 0.6470588235);
  margin-bottom: 10px;
  font-weight: 500;
}
footer .footer-logo .wrap span:nth-child(4) {
  margin-left: 30px;
}
footer .footer-logo .wrap span:nth-child(6) {
  margin-left: 30px;
}
footer .footer-logo .wrap .phone {
  font-size: 24px;
  margin-bottom: 20px;
  color: #007c85;
}
footer .footer-logo .wrap .phone span {
  color: #007c85;
}
footer .footer-logo .wrap svg {
  margin-right: 5px;
  color: #00929D;
  width: 20px;
  height: 20px;
}
footer .footer-logo p {
  color: #2c3e50;
  font-size: 18px;
  line-height: 1.2em;
}
footer .footer-logo img {
  width: 120px;
  margin-bottom: 40px;
}
footer h5 {
  color: #ecf0f1;
  margin-left: 16px;
  margin-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 599px) {
  footer h5 {
    font-size: 30px;
  }
}
footer .list-group-item {
  background: transparent;
  border: 0;
  color: rgba(236, 240, 241, 0.9215686275);
  font-size: 16px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
@media (max-width: 599px) {
  footer .list-group-item {
    font-size: 22px;
  }
}
footer .list-group-item a {
  color: rgba(236, 240, 241, 0.9215686275);
  text-decoration: none;
}
footer .list-wrap {
  display: flex;
}
footer .social-footer {
  display: flex;
  justify-content: end;
}
@media (max-width: 599px) {
  footer .social-footer {
    justify-content: center;
    text-align: center;
  }
}
footer .social-footer svg {
  margin-right: 20px;
  width: 25px;
  height: 25px;
  color: #FFF;
}

.footer-bottom {
  padding: 10px 0;
  height: 60px;
  background-color: #00929D;
  border-top: 1px solid rgba(236, 240, 241, 0.4980392157);
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}
.footer-bottom span {
  color: rgba(236, 240, 241, 0.8274509804);
}
.footer-bottom a {
  color: rgba(236, 240, 241, 0.8274509804);
}
.footer-bottom a:hover {
  color: rgba(236, 240, 241, 0.631372549);
}

/***** #####################################################
##########################   PAGES   ######################*/
/* USLUGE */
.page-scrolled {
  margin-top: 88px;
}

.services-page-hero {
  min-height: 50vh;
  padding: 100px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.6) 10%, rgb(255, 255, 255) 70%), url("../img/usluge.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .services-page-hero {
    padding: 50px 0;
  }
}
.services-page-hero .col-lg-8 {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.services-page-hero h1 {
  text-align: center;
  color: #2c3e50;
  font-size: 40px;
  margin-bottom: 30px;
}
.services-page-hero p {
  font-size: 20px;
  font-weight: 500;
  color: #2c3e50;
  text-align: center;
}
.services-page-hero span {
  background: #FFF;
  height: 110px;
  width: 110px;
  display: block;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 50px;
  border-radius: 50%;
  position: relative;
}
.services-page-hero span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  border: 1px solid #FFF;
  background: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  -webkit-animation: circlePulse 2s infinite;
          animation: circlePulse 2s infinite;
}
.services-page-hero span img {
  width: 45px;
  left: 2px;
  position: relative;
}

@-webkit-keyframes circlePulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@keyframes circlePulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.services-page-info {
  min-height: 100vh;
  background: #FFFFFF;
  padding: 70px 0;
}
@media (max-width: 599px) {
  .services-page-info {
    padding: 50px 0;
    text-align: center;
  }
}
.services-page-info .main .col-lg-3 {
  margin-bottom: 20px;
}
.services-page-info .main h5 {
  line-height: 26px;
}
.services-page-info .main p {
  color: #484d56;
  line-height: 26px;
}
.services-page-info .main ul {
  margin-bottom: 50px;
}
.services-page-info .main li {
  color: #2c3e50;
}
.services-page-info .main .doctors {
  min-height: 50vh;
}
.services-page-info .main .doctors h3 {
  margin-bottom: 50px;
  color: #2c3e50;
}
.services-page-info .main .doctors .card {
  min-height: 100%;
  border: 5px solid #FFF;
  border-radius: 0;
  box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.64);
}
.services-page-info .main .doctors .card img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}
.services-page-info .sidebar .sidebar-nav {
  background: rgba(0, 147, 157, 0.2941176471);
  min-height: 50vh;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 20px;
}
.services-page-info .sidebar .sidebar-nav h5 {
  margin-bottom: 20px;
}
.services-page-info .sidebar .sidebar-nav .list-group .list-group-item {
  margin-bottom: 5px;
  padding: 0;
  color: #2c3e50;
  font-weight: 500;
  border: 0;
}
.services-page-info .sidebar .sidebar-nav .list-group .list-group-item a {
  text-decoration: none;
  color: #2c3e50;
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 10px;
  transition: all 300ms ease;
}
.services-page-info .sidebar .sidebar-nav .list-group .list-group-item a:hover {
  background: #00929D;
  color: #ecf0f1;
}

/* DOKTORI */
.doctors-hero {
  min-height: 60vh;
  padding: 100px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.3) 20%, rgb(255, 255, 255) 80%), url("../img/medical-banner-with-icons_1325-1526.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .doctors-hero {
    padding: 50px 0;
    min-height: 30vh;
    text-align: center;
    background-position: center;
  }
}
.doctors-hero .col-lg-4 {
  padding-top: 0;
}
.doctors-hero .col-lg-4 h1 {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.doctors-hero .col-lg-4 p {
  font-weight: 500;
  color: rgba(44, 62, 80, 0.7882352941);
  font-size: 18px;
}

.doctors-grid {
  min-height: 100vh;
  padding: 0 0 100px 0;
}
@media (max-width: 599px) {
  .doctors-grid {
    padding: 0 10px 100px 10px;
  }
}
.doctors-grid .doctors-grid-header {
  display: inline;
  height: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  background: rgba(0, 147, 157, 0.2941176471);
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 0 20px;
  border-radius: 5px;
}
.doctors-grid .doctors-grid-header h4 {
  color: #2c3e50;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .doctors-grid .col-4 {
    padding: 0 4px;
    margin-bottom: 20px;
  }
}
.doctors-grid .col-lg-2 {
  margin-bottom: 20px;
}
.doctors-grid .card {
  min-height: 100%;
  border: 5px solid #FFF;
  border-radius: 0;
  box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.64);
}
.doctors-grid .card img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}
.doctors-grid .card h5 {
  font-size: 16px;
}
@media (max-width: 599px) {
  .doctors-grid .card h5 {
    font-size: 14px;
  }
}

.line {
  width: 70%;
  height: 2px;
  background: #00929D;
  margin: 30px 0;
}

/* o poloklinici */
.section-about-page-hero {
  min-height: 60vh;
  padding: 100px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.3) 10%, rgb(255, 255, 255) 100%), url("../img/poliklinikadincic.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (max-width: 599px) {
  .section-about-page-hero {
    min-height: 30vh;
    padding: 70px 0 30px 0;
    text-align: center;
  }
}
.section-about-page-hero .col-lg-5 {
  padding-top: 0;
}
.section-about-page-hero .col-lg-5 h1 {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.section-about-page-hero .col-lg-5 p {
  font-weight: 500;
  color: rgba(44, 62, 80, 0.9333333333);
  font-size: 18px;
}

.section-about-page-body {
  min-height: 100vh;
  padding: 100px 0 100px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 50%, rgba(167, 234, 239, 0.5)), url("../img/Hexagon-dotted-connect-line-background.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .section-about-page-body {
    padding: 50px 0;
  }
}
.section-about-page-body .about-row {
  padding: 50px 0 100px 0;
}
@media (max-width: 599px) {
  .section-about-page-body .about-row {
    text-align: center;
    padding: 30px 0;
  }
}
.section-about-page-body .about-row h3 {
  font-size: 42px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 599px) {
  .section-about-page-body .about-row h3 {
    text-align: center;
    font-size: 32px;
  }
}
.section-about-page-body .about-row p {
  font-weight: 500;
  color: rgba(44, 62, 80, 0.7882352941);
  font-size: 18px;
  margin-bottom: 30px;
}
.section-about-page-body .about-row .button {
  margin-right: 30px;
}
.section-about-page-body .about-row img {
  width: 90%;
  height: 90%;
  box-shadow: 0px 0px 19px -3px rgba(106, 152, 159, 0.75);
  -webkit-box-shadow: 0px 0px 19px -3px rgba(106, 152, 159, 0.75);
  -moz-box-shadow: 0px 0px 19px -3px rgba(106, 152, 159, 0.75);
  position: relative;
}
.section-about-page-body .about-row img:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 40px;
  width: 100%;
  height: 100%;
  background: red;
  display: block;
}
.section-about-page-body .wrap-row-cards {
  padding: 50px 0;
}
.section-about-page-body .row-cards {
  padding: 10px 0;
}
@media (max-width: 599px) {
  .section-about-page-body .row-cards .col-lg-3 {
    margin-bottom: 20px;
  }
}
.section-about-page-body .row-cards .card {
  border: 0;
  border-radius: 5px;
  display: flex;
  justify-content: start;
  text-align: left;
  min-height: 200px;
  padding: 20px 40px;
  box-shadow: 0px 4px 22px -6px rgba(42, 113, 122, 0.5);
  -webkit-box-shadow: 0px 4px 22px -6px rgba(42, 113, 122, 0.5);
  -moz-box-shadow: 0px 4px 22px -6px rgba(42, 113, 122, 0.5);
}
.section-about-page-body .row-cards .card img {
  width: 75px;
  margin-bottom: 10px;
}
.section-about-page-body .row-cards .card h3 {
  color: rgba(44, 62, 80, 0.9019607843);
}

/* CONTACT */
.contact-page-map {
  min-height: 50vh;
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .contact-page-map {
    min-height: 20vh;
  }
}
.contact-page-map img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  transform: translateY(-30%);
}
@media (max-width: 599px) {
  .contact-page-map img {
    width: 100%;
    height: auto;
  }
}
.contact-page-map #map {
  min-height: 500px;
  width: 100%;
  height: 100%;
}

.section-form {
  position: relative;
  z-index: 98;
  width: 100%;
  min-height: 50vh;
}
@media (max-width: 599px) {
  .section-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-form .form {
  min-height: 300px;
  position: relative;
  width: 100%;
  top: -100px;
  background-color: #FFF;
  box-shadow: 0px 4px 22px -6px rgba(42, 113, 122, 0.5);
  -webkit-box-shadow: 0px 4px 22px -6px rgba(42, 113, 122, 0.5);
  -moz-box-shadow: 0px 4px 22px -6px rgba(42, 113, 122, 0.5);
}
@media (max-width: 599px) {
  .section-form .form {
    top: 0;
  }
}
.section-form .form-col {
  padding: 50px 25px 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .section-form .form-col {
    padding: 10px;
  }
}
.section-form .form-col .row {
  width: 100%;
}
.section-form .form-col textarea:focus,
.section-form .form-col input[type=text]:focus,
.section-form .form-col input[type=password]:focus,
.section-form .form-col input[type=datetime]:focus,
.section-form .form-col input[type=datetime-local]:focus,
.section-form .form-col input[type=date]:focus,
.section-form .form-col input[type=month]:focus,
.section-form .form-col input[type=time]:focus,
.section-form .form-col input[type=week]:focus,
.section-form .form-col input[type=number]:focus,
.section-form .form-col input[type=email]:focus,
.section-form .form-col input[type=url]:focus,
.section-form .form-col input[type=search]:focus,
.section-form .form-col input[type=tel]:focus,
.section-form .form-col input[type=color]:focus,
.section-form .form-col .uneditable-input:focus {
  border-color: rgba(0, 147, 157, 0.7019607843);
  box-shadow: 0 1px 1px rgba(0, 147, 157, 0.7137254902) inset, 0 0 8px rgba(0, 147, 157, 0.7333333333);
  outline: 0 none;
}
.section-form .form-control {
  margin-bottom: 30px;
}
.section-form .contact-card-wrap {
  padding: 50px 50px 50px 25px;
}
@media (max-width: 599px) {
  .section-form .contact-card-wrap {
    padding: 20px 20px 50px 20px;
  }
}
.section-form .contact-card {
  border-radius: 5px;
  min-height: 100%;
  background: rgba(0, 147, 157, 0.2941176471);
  padding: 50px;
  background: linear-gradient(180deg, rgba(0, 146, 157, 0.96) 50%, rgba(0, 146, 157, 0.96)), url("../img/poliklinika-dincic-kontakt.webp");
  background-size: 150% 150%;
  background-position: top center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-form .contact-card h1 {
  color: #ecf0f1;
}
.section-form .contact-card .wrap {
  display: flex;
  justify-content: start;
  flex-direction: column;
}
.section-form .contact-card .wrap span {
  color: #ecf0f1;
  margin-bottom: 10px;
  font-weight: 500;
}
.section-form .contact-card .wrap span:nth-child(4) {
  margin-left: 25px;
}
.section-form .contact-card .wrap span:nth-child(6) {
  margin-left: 25px;
}
.section-form .contact-card .wrap svg {
  margin-right: 5px;
}
.section-form .contact-card .wrap .phone-contact {
  color: #ecf0f1;
}

@-webkit-keyframes slideLeft {
  from {
    transform: translateX(-10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(-10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */