.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
 display: none !important;   
}
.card .link img {
    max-width: 25px;
}
.gradient-overlay.yellow {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0) 65%,
    rgb(255 157 0 / 21%) 100%
  );
}
.gradient-overlay.blue {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0) 65%,
    rgb(0 88 255 / 21%) 100%
  );
}
/* The container must be positioned relative: */
.fil select {
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #602424;
  font-weight: bold;
  border-radius: 15px;
  color: #602424;
}

.fil select {
    background-color: #fff;
}

.fil select selected {
  background-color: #602424;
}
/* CONTACT STYLE */
.contact-container {
  display: flex;
  justify-content: space-around;
}
.contact-col{
  width: 40%;
}
.contact-col .map{
  background-color: grey;
  width: 100%;
  height: 300px;
}
.contact-form-head{
  font-weight: 600;
  font-size: 24px;
  width: 100%;
}
.contact-col ul{
  list-style: none ;
  padding-inline-start: 0px;
  padding: 10px 0;
}
.contact-col ul li{
  margin: 15px;
}
.contact-col ul li span{
  display:inline-block ;
}
.contact-col i{
  margin-right: 35px;
  font-size:30px ;
  color: #ba0000;
}
form label{
  display: block;
}
.contact-col form input,
form textarea,
form select{
  box-sizing:border-box;
  width: 100%;
  margin-top: 25px;
  padding: 10px;
  border: 1px solid #ba0000;
  box-shadow:0 0 2px #00000047;
  outline: none;
}
/* DESKTOP SCREEN */
@media (min-width: 1001px) {
    .ngg-galleryoverview.default-view {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
    }
    
    .ngg-gallery-thumbnail-box {
        flex: 0 0 25%;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
        width: 100%;
        object-fit: cover;
    }
    
    .interreg-block-logo {
        width: 100%;
        text-align: right;
    }
    
    .interreg-block-logo img {
        max-width: 190px;
    }
    
    .interreg-image {
        width: 100%;
        max-height: 310px;
        object-fit: cover;
        border-radius: 15px;
    }
    
    .owl-carousel .owl-stage-outer {
        height: 100%;    
    }
    
    .blog-block-item-image img {
        width: 250px;
        height: 150px;
        max-width: 260px;
        border-radius: 20px;
        object-fit: cover;
    }
    
  .jumbotron {
    width: 100%;
    height: 640px;
    /*background: url("../images/jumbotron.png");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  
    .jumbotron div {
        height: 100%;
    }

  .jumbotron.about {
    width: 100%;
    height: 200px;
    background: url("../images/about-jumbotron.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  .gradient-overlay {
    width: 100%;
    height: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 65%,
      rgba(229, 0, 25, 0.36738445378151263) 100%
    );
  }

  .jumbotron__heading {
    position: absolute;
    display: block;
    text-align: center;
    top: 27%;
    left: 0;
    right: 0;
    font-size: 36px;
    color: #8d0000;
  }

  .info-block {
    position: absolute;
    top: -100px;
    z-index: 10;
    display: flex;
    max-width: 1500px;
    margin: auto;
  }

  .info-block-item {
    background: #8d0000;
    box-sizing: border-box;
    margin: 0 5px;
    padding-bottom: 40px;
    color: #ffffff;
    box-shadow: 1px -2px 5px 2px #0000003d;
  }

  .info-block-item:nth-of-type(1) {
    border-radius: 30px 0 0 30px;
  }

  .info-block-item:nth-of-type(3) {
    border-radius: 0 30px 30px 0;
  }

  .info-block-item.highlighted {
    background: #ba0000;
  }

  .info-block-item__heading {
    text-align: center;
    border-bottom: 1px solid white;
    padding: 30px 50px 40px 30px;
    margin: 0;
    font-size: 18px;
  }

  .info-block-item__text {
    padding: 10px 30px 0 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
  }

  .info-block-item-action {
    padding: 10px 30px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .info-block-item-action__btn {
    /*max-width: 70%;*/
    text-align: center;
    margin-right: 20px;
    padding: 20px 22px 20px 22px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
  }

  .info-block-item-action__btn:hover {
    background: #ffffff;
    color: #8d0000;
    transition: 0.3s;
  }

  .info-block-item.highlighted .info-block-item-action__btn {
    background: #ffffff;
    color: #8d0000;
    transition: 0.3s;
  }

  .info-block-item.highlighted .info-block-item-action__btn:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    transition: 0.3s;
  }

  .hr-line-white {
    display: block;
    background: #ffffff;
    flex-grow: 1;
    height: 2px;
    width: 20%;
  }

  .column-full-width {
    display: flex;
    justify-content: space-between;
  }

  .ocupation-block-item {
    flex: 0 0 45%;
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    justify-content: space-between;
  }

  .ocupation-block-item-head,
  .blog-block-head {
    display: flex;
    align-items: center;
  }

  .ocupation-block-item-head__heading,
  .blog-block-item-head__heading {
    display: flex;
    max-width: 80%;
    color: #8d0000;
    font-size: 18px;
  }

  .hr-line-red {
    display: block;
    background: #8d0000;
    height: 2px;
    width: 10%;
    margin-right: 25px;
  }

  .ocupation-block-item-text__text {
    color: #8d0000;
    line-height: 30px;
  }

  .ocupation-block-item-gallery {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }

  .ocupation-block-item-gallery-img-holder {
    box-sizing: border-box;
    padding: 5px 5px 5px 0;
  }
  .ocupation-block-item-gallery-img-holder img {
    width: 100%;
    border-radius: 15px;
  }

  .read-more__link {
    display: block;
    margin-top: 5px;
    color: #8d0000;
    font-weight: 600;
    text-decoration: none;
  }

  /*About styles*/
  .about-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .about-container .ocupation-block-item {
      justify-content: flex-start;
  }

  .gallery-wrapper {
    margin-top: 60px;
  }

  .about-gallery-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gallery-wrapper .ocupation-block-item .ocupation-block-item-head {
    margin-bottom: 30px;
  }

  .about-gallery-item {
    height: 250px;
    width: 32%;
    border-radius: 15px;
    background: #602424;
    margin-bottom: 35px;
  }

  .blog-block,
  .interreg-block {
    margin-top: 65px;
    flex: 0 0 45%;
  }

  .blog-block-head {
    margin-bottom: 25px;
    width: 100%;
  }

  .blog-block-item__heading a {
    color: #8d0000;
    margin-top: 0;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
  }

  .blog-block-item {
    display: flex;
    margin: 5px 0;
  }

  .blog-block-item-info {
    margin-left: 25px;
  }

  .blog-block-item-info i,
  .blog-block-item-info span {
    display: inline-block;
    padding: 3px 3px 0 3px;
    color: #999999;
  }

  .interreg-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .interreg-block-info {
    display: flex;
    flex-direction: column;
  }

  .interreg-block-text__text {
    color: #8d0000;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  /* Department styles */
  .department-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .department-container-inner {
    display: flex;
    margin: 30px;
    position: relative;
  }
  .department-container-inner.mobile {
    display: none;
  
  }
  .department-content-wrapper {
    width: 550px;
  }
  .department-content-info {
    width: 650px;
  }
  .department-content-menu-wrapper ul {
    padding-inline-start: 0px;
    margin: 0;
  }
  .department-content-menu-head.first:first-of-type {
    background-color: #8d0000;
    color: #ffffff;
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    border-top-left-radius: 15px;
  }
  .department-content-menu-head {
    background-color: #8d0000;
    color: #ffffff;
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 15px;
  }
  .department-content-menu-head span {
    margin-right: 5px;
  }

  .department-content-menu-wrapper ul li {
    list-style: none;
    height: 100px;
    background-color: #efefef;
    display: flex;
    align-items: center;
    border: 1px solid #8d0000;
    padding-left: 20px;
  }
  .department-content-menu-wrapper ul li.active {
    background-color: #c89797;
    cursor: pointer;
  }
  .department-content-menu-wrapper ul li:hover {
    background-color: #c89797;
    cursor: pointer;
    transition: 0.3s;
  }
  .department-content-menu-wrapper ul li img {
    padding-right: 10px;
  }
  .department-content-menu__heading img {
    width: 12px;
  }
  .lastChild {
    border-bottom-left-radius: 15px;
  }
  .element {
    display: none;
  }
  .element.show {
    display: block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 50px;
    background-color: #a4a4a41a;
  }
  .department-content-info {
    overflow: hidden;
    height: 1670px;
  }
  .textScroll {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: auto;
    height: 1600px;
  }
  .textScroll h4 {
    padding: 15px;
    color: #602424;
  }
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c89797;
    border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #c89797;
  }
  .department-content-info .info-text {
    padding: 5%;
  }
  .department-content-info .info-text h4 {
    color: #8d0000;
  }
  .department-content-info .info-text img {
    width: 11px;
  }
  .department-content-info .info-text .contentPart p {
    width: 55%;
    padding-right: 10px;
  }
  .department-content-info .info-text .contentPart {
    display: flex;
    align-items: center;
  }
  .department-content-info .info-text .contentImg {
    height: 200px;
    width: 45%;
    border-radius: 15px;
    background: #602424;
  }
  .department-content-info .department-content-menu-head {
    background-color: #571111;
    border-top-right-radius: 15px;
  }
  /* DOCTORS */
  .doctors-content-menu__head {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .doctors-content-menu__heading {
    display: flex;
    max-width: 80%;
    color: #8d0000;
    font-size: 18px;
  }
  .doctor-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .modal {
    display: none; /* Hidden by default */
    transition: 0.5s;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }
  /* Modal Content */
  .modal-content {
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    background-color: #fefefe;
    margin: auto;
    padding: 30px 20px;
    border: 1px solid #888;
    max-width: 450px;
  }
  .modal-img {
    display: flex;
    justify-content: center;
  }
  
  .modal-img img { 
      max-width: 450px;
      object-fit: cover;
  }


  /* The Close Button */
  .close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  #main-doc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card {
    width: 32%;
  }
  .card-content {
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 15px;
    margin-bottom: 50px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
  
  .card-content-doctor__image {
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
  }
  
  .card img {
    width: 100%;
  }
  .card p {
    color: #7b80c1;
    font-weight: 500;
  }

  .card-content:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  .beforeFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .beforeFooter .docs-card {
    height: 90%;
    width: 40%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(0, 76, 141, 1) 100%
    );
    border-radius: 12.5px;
  }
  .beforeFooter .docs-card img {
    margin-bottom: -5px;

    opacity: 0.7;
    width: 100%;
  }
  .container-card {
    padding: 2px 16px;
    text-align: center;
  }
  .container-btn {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-top: 1px solid #602424;
  }
  .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    color: #602424;
    cursor: pointer;
  }
  .link p {
    color: #602424;
  }
  .link p:hover {
    color: #c89797;
    transition: 0.3s;
  }
  .link p {
    padding-left: 10px;
  }
  .container-btn a {
    text-decoration: none;
  }
  /* Infomation */
  .info-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .info-content-menu__heading {
    color: #602424;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .info-content-menu__head {
    display: flex;
    justify-content: space-between;
  }
  .fil {
    display: flex;
    align-items: center;
    color: #602424;
    font-weight: 500;
  }

  .fil a {
    padding: 5px;
    text-decoration: none;
    color: #602424;
    transition: 0.3s;
  }
  .fil a:hover {
    font-weight: 700;
    transition: 0.3s;
    text-decoration: underline;
  }
  .info-content-menu__head .contentText {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .info-content-menu__head ul {
    display: flex;
    padding-inline-start: 0;
  }
  .info-content-menu__head ul li {
    margin: 10px;
    list-style-type: none;
  }
  .info-content-menu__head ul li a {
    text-decoration: none;
  }
  #main-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main-blog a {
    width: 33%;
  }
  .info {
    box-sizing: border-box;
    padding: 10px;
  }
  .info-card {
    position: relative;
    border-radius: 15px;
    height: 250px;
    overflow: hidden;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(0, 76, 141, 1) 100%
    );
  }
  .info-card .type-block {
    color: rgba(0, 76, 141, 1);
  }
  .info-card img {
    opacity: 0.6;
    object-fit: cover;
    box-sizing: border-box;
    padding: auto;
    width: 100%;
    height: 100%;
  }
  .info-card#ЈавенКарактер {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(0, 76, 141, 1) 100%
    );
  }
  .info-card#ЈавенКарактер .type-block {
    color: rgba(0, 76, 141, 1);
  }
  .info-card#Тендери {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(38, 98, 0, 1) 100%
    );
  }
  .info-card#Тендери .type-block {
    color: rgba(38, 98, 0, 1);
  }
  .info-card#Друго {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(114, 0, 141, 1) 100%
    );
  }
  .info-card#Друго .type-block {
    color: rgba(114, 0, 141, 1);
  }
  .info-card#Соопштенија {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(141, 0, 0, 1) 100%
    );
  }
  .info-card#Соопштенија .type-block {
    color: rgba(141, 0, 0, 1);
  }
  .info-card#Совети {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(130, 141, 0, 1) 100%
    );
  }
  .info-card#Совети .type-block {
    color: rgba(130, 141, 0, 1);
  }
  .info-content-menu__head input[type="submit"] {
    display: none;
  }
  .info-content-menu__head input[type="checkbox"] {
    display: none;
  }

  .type-block {
    position: absolute;
    top: 12px;
    left: 15px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
  .date-block {
    position: absolute;
    top: 20px;
    right: 0;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .title-block {
    position: absolute;
    top: 165px;
    left: 20px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
  }
  .goBack a {
    text-decoration: none;
    color: #8d0000;
    border: 1px solid #8d0000;
    padding: 10px;
  }
  
  /* Single post */
    .single-post-container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 35px 15px;
    }
  
    .single-post-content-wrapper {
        width: 70%;
    }
    .single-post-content-wrapper img{
      width: 100%;
      display: block;
      margin: auto;
      max-height: 450px;
      min-height: 450px;
      border-radius: 15px;
      object-fit: cover;
    }
    
    .single-post-sidebar-wrapper {
        width: 25%;
    }
    
    .single-post__image {
        width: 100%;
    }
    
    .sidebar-wrapper__title {
        font-size: 22px;
        font-weight: 500;
    }
 
    .sidebar-posts-holder {
        margin-top: 20px;
    }
 
    .sidebar-single-post {
        margin-bottom: 25px;
    }
 
    .sidebar-single-post img {
      min-width: 100%;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      min-height: 100%;
      object-fit: cover;
    }
    
    .sidebar-single-post-category,
    .sidebar-single-post-date {
      display: block;
      color: #999999;
      padding: 5px;
    }
    
    .sidebar-single-post-title {
        font-weight: 500;
        color: #8d0000;
        padding: 5px;
        display: block;
    }
    
    .single-post__content {
        color: #8d0000;
        line-height: 30px;
    }
  
}

@media (min-width: 1000px) and (max-width: 1220px) {
    .ngg-galleryoverview.default-view {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
    }
    
    .ngg-gallery-thumbnail-box {
        flex: 0 0 25%;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
        width: 100%;
        object-fit: cover;
    }
    
  .jumbotron {
    width: 100%;
    height: 640px;
    background-position: center;
    background-size: cover;
    /*background: url("../images/jumbotron.png");*/
  }
  
  .jumbotron div {
      height: 100%;
  }
  
  .jumbotron.about {
    width: 100%;
    height: 350px;
    background: url("../images/about-jumbotron.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  .gradient-overlay {
    width: 100%;
    height: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 33%,
      rgba(229, 0, 25, 0.36738445378151263) 100%
    );
  }

  .jumbotron__heading {
    position: absolute;
    display: block;
    text-align: center;
    top: 37%;
    left: 0;
    right: 0;
    font-size: 36px;
    color: #8d0000;
  }

  .info-block {
    position: absolute;
    top: -100px;
    z-index: 10;
    display: flex;
    max-width: 1500px;
    margin: auto;
  }

  .info-block-item {
    background: #8d0000;
    box-sizing: border-box;
    margin: 0 5px;
    padding-bottom: 40px;
    color: #ffffff;
    box-shadow: 1px -2px 5px 2px #0000003d;
  }

  .info-block-item:nth-of-type(1) {
    border-radius: 30px 0 0 30px;
  }

  .info-block-item:nth-of-type(3) {
    border-radius: 0 30px 30px 0;
  }

  .info-block-item.highlighted {
    background: #ba0000;
  }

  .info-block-item__heading {
    text-align: center;
    border-bottom: 1px solid white;
    padding: 30px 50px 40px 30px;
    margin: 0;
    font-size: 18px;
  }

  .info-block-item__text {
    padding: 10px 30px 0 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
  }

  .info-block-item-action {
    padding: 10px 30px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .info-block-item-action__btn {
    /*max-width: 70%;*/
    text-align: center;
    margin-right: 20px;
    padding: 20px 22px 20px 22px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
  }

  .info-block-item-action__btn:hover {
    background: #ffffff;
    color: #8d0000;
    transition: 0.3s;
  }

  .info-block-item.highlighted .info-block-item-action__btn {
    background: #ffffff;
    color: #8d0000;
    transition: 0.3s;
  }

  .info-block-item.highlighted .info-block-item-action__btn:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    transition: 0.3s;
  }

  .hr-line-white {
    display: block;
    background: #ffffff;
    flex-grow: 1;
    height: 2px;
    width: 20%;
  }

  .column-full-width {
    display: flex;
    justify-content: space-between;
  }

  .ocupation-block-item {
    flex: 0 0 45%;
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    justify-content: space-between;
  }

  .ocupation-block-item-head,
  .blog-block-head {
    display: flex;
    align-items: center;
  }

  .ocupation-block-item-head__heading,
  .blog-block-item-head__heading {
    display: flex;
    max-width: 80%;
    color: #8d0000;
    font-size: 18px;
  }

  .hr-line-red {
    display: block;
    background: #8d0000;
    height: 2px;
    width: 10%;
    margin-right: 25px;
  }

  .ocupation-block-item-text__text {
    color: #8d0000;
    line-height: 30px;
  }

  .ocupation-block-item-gallery {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }

  .ocupation-block-item-gallery-img-holder {
    box-sizing: border-box;
    padding: 5px 5px 5px 0;
  }

  .ocupation-block-item-gallery-img-holder img {
    width: 100%;
    border-radius: 15px;
  }

  .read-more__link {
    display: block;
    margin-top: 5px;
    color: #8d0000;
    font-weight: 600;
    text-decoration: none;
  }

  /*About styles*/

  .gallery-wrapper {
    margin-top: 60px;
  }

  .about-gallery-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gallery-wrapper .ocupation-block-item .ocupation-block-item-head {
    margin-bottom: 30px;
  }

  .about-gallery-item {
    height: 250px;
    width: 32%;
    border-radius: 15px;
    background: #602424;
    margin-bottom: 35px;
  }

  .blog-block,
  .interreg-block {
    margin-top: 65px;
    flex: 0 0 45%;
  }

  .blog-block-head {
    margin-bottom: 25px;
    width: 100%;
  }

  .blog-block-item__heading a {
    color: #8d0000;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
  }

  .blog-block-item {
    display: flex;
    margin: 5px 0;
  }

  .blog-block-item-info {
    margin-left: 25px;
  }

  .blog-block-item-info i,
  .blog-block-item-info span {
    display: inline-block;
    padding: 3px 3px 0 3px;
    color: #999999;
    font-size: 14px;
  }

  .interreg-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .interreg-block-info {
    /*display: flex;*/
  }

  .interreg-block-text__text {
    color: #8d0000;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
  }
}
/* Tablet screen */
@media (min-width: 600px) and (max-width: 1000px) {
    
    .ngg-galleryoverview.default-view {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
        padding-bottom: 50px;
    }
    
    .ngg-gallery-thumbnail-box {
        flex: 0 0 25%;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
        width: 100%;
        object-fit: cover;
    }
    
    .owl-carousel .owl-stage-outer {
        height: 100%;    
    }
    
    .blog-block-item-image img {
        width: 250px;
        height: 150px;
        max-width: 260px;
        border-radius: 20px;
    object-fit: cover;
    }
    
  .jumbotron {
    width: 100%;
    height: 240px;
    background-position: center;
    background-size: cover;
    /*background: url("../images/jumbotron.png");*/
  }
  
  .jumbotron div {
      height: 100%;
  }

  .jumbotron.about {
    width: 100%;
    height: 240px;
    background: url("../images/about-jumbotron.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .gradient-overlay {
    width: 100%;
    height: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 33%,
      rgba(229, 0, 25, 0.36738445378151263) 100%
    );
  }

  .jumbotron__heading {
    position: absolute;
    display: block;
    text-align: center;
    top: 27%;
    left: 0;
    right: 0;
    font-size: 36px;
    color: #8d0000;
  }

  .info-block {
    /*position: absolute;*/
    top: -565px;
    z-index: 10;
    margin: auto;
  }

  .info-block-item {
    background: #8d0000;
    box-sizing: border-box;
    margin: 0 5px;
    padding-bottom: 40px;
    color: #ffffff;
    border-radius: 30px;
    margin: 15px 0;
  }

  /*		.info-block-item:nth-of-type(1) {
			border-radius: 30px 0 0 30px;
		}

		.info-block-item:nth-of-type(3) {
			border-radius: 0 30px 30px 0;
		}*/

  .info-block-item.highlighted {
    background: #ba0000;
  }

  .info-block-item__heading {
    text-align: center;
    border-bottom: 1px solid white;
    padding: 30px 50px 40px 30px;
    margin: 0;
    font-size: 18px;
  }

  .info-block-item__text {
    padding: 10px 30px 0 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
  }

  .info-block-item-action {
    padding: 10px 30px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .info-block-item-action__btn {
    /*max-width: 70%;*/
    text-align: center;
    margin-right: 20px;
    padding: 20px 22px 20px 22px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
  }

  .info-block-item-action__btn:hover {
    background: #ffffff;
    color: #8d0000;
    transition: 0.3s;
  }

  .info-block-item.highlighted .info-block-item-action__btn {
    background: #ffffff;
    color: #8d0000;
    transition: 0.3s;
  }

  .info-block-item.highlighted .info-block-item-action__btn:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    transition: 0.3s;
  }

  .hr-line-white {
    display: block;
    background: #ffffff;
    flex-grow: 1;
    height: 2px;
    width: 20%;
  }

  .column-full-width {
    /*display: flex;*/
    justify-content: space-between;
  }

  .ocupation-block-item {
    flex: 0 0 45%;
    margin-top: 30px;
  }

  .ocupation-block-item-head,
  .blog-block-head {
    display: flex;
    align-items: center;
  }

  .ocupation-block-item-head__heading,
  .blog-block-item-head__heading {
    display: flex;
    max-width: 80%;
    color: #8d0000;
    font-size: 18px;
  }

  .hr-line-red {
    display: block;
    background: #8d0000;
    height: 2px;
    width: 10%;
    margin-right: 25px;
  }

  .ocupation-block-item-text__text {
    color: #8d0000;
    line-height: 30px;
  }

  .ocupation-block-item-gallery {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }
  .ocupation-block-item-gallery-img-holder {
    box-sizing: border-box;
    padding: 5px 5px 5px 0;
  }

  .ocupation-block-item-gallery-img-holder img {
    width: 100%;
    border-radius: 15px;
  }

  .read-more__link {
    display: block;
    margin-top: 30px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    background-color: #8d0000;
    border-radius: 30px;
  }
  /*About styles*/

  .gallery-wrapper {
    margin-top: 60px;
  }

  .about-gallery-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gallery-wrapper .ocupation-block-item .ocupation-block-item-head {
    margin-bottom: 30px;
  }

  .about-gallery-item {
    height: 250px;
    width: 48%;
    border-radius: 15px;
    background: #602424;
    margin-bottom: 35px;
  }

  .blog-block,
  .interreg-block {
    margin-top: 65px;
    flex: 0 0 45%;
  }

  .blog-block-head {
    margin-bottom: 25px;
    width: 100%;
  }

  .blog-block-item__heading a {
    color: #8d0000;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
  }

  .blog-block-item {
    display: flex;
    margin: 5px 0;
  }

  .blog-block-item-info {
    margin-left: 25px;
  }

  .blog-block-item-info i,
  .blog-block-item-info span {
    display: inline-block;
    padding: 3px 3px 0 3px;
    color: #999999;
    font-size: 14px;
  }

  .interreg-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }

  .interreg-block-info {
    display: flex;
    flex-direction: column;
  }
  
  .interreg-image {
        width: 100%;
        max-height: 440px;
        border-radius: 15px;
        object-fit: cover;
  }

  .interreg-block-text__text {
    color: #8d0000;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
  }
  /* Infomation */
  .info-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .info-content-menu__heading {
    color: #602424;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .info-content-menu__head {
    display: flex;
    justify-content: space-between;
  }
  .fil {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #602424;
    font-weight: 500;
  }

  .fil a {
    padding: 5px;
    text-decoration: none;
    color: #602424;
    transition: 0.3s;
  }
  .fil span {
    padding: 5px;
    text-decoration: none;
    color: #602424;
    transition: 0.3s;
  }
  .fil a:hover {
    font-weight: 700;
    transition: 0.3s;
    text-decoration: underline;
  }
  .info-content-menu__head .contentText {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .info-content-menu__head ul {
    display: flex;
    padding-inline-start: 0;
  }
  .info-content-menu__head ul li {
    margin: 10px;
    list-style-type: none;
  }
  .info-content-menu__head ul li a {
    text-decoration: none;
  }
  #main-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #main-blog a {
    width: 50%;
  }
  .info {
    box-sizing: border-box;
    padding: 10px;
  }
  .info-card {
    position: relative;
    border-radius: 20px;
    height: 200px;
    overflow: hidden;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(0, 76, 141, 1) 100%
    );
  }
  .info-card .type-block {
    color: rgba(0, 76, 141, 1);
  }
  .info-card img {
    opacity: 0.6;
    object-fit: cover;
    box-sizing: border-box;
    padding: auto;
    width: 100%;
    height: 100%;
  }
  .info-card#ЈавенКарактер {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(0, 76, 141, 1) 100%
    );
  }
  .info-card#ЈавенКарактер .type-block {
    color: rgba(0, 76, 141, 1);
  }
  .info-card#Тендери {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(38, 98, 0, 1) 100%
    );
  }
  .info-card#Тендери .type-block {
    color: rgba(38, 98, 0, 1);
  }
  .info-card#Друго {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(114, 0, 141, 1) 100%
    );
  }
  .info-card#Друго .type-block {
    color: rgba(114, 0, 141, 1);
  }
  .info-card#Соопштенија {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(141, 0, 0, 1) 100%
    );
  }
  .info-card#Соопштенија .type-block {
    color: rgba(141, 0, 0, 1);
  }
  .info-card#Совети {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(130, 141, 0, 1) 100%
    );
  }
  .info-card#Совети .type-block {
    color: rgba(130, 141, 0, 1);
  }
  .info-content-menu__head input[type="submit"] {
    display: none;
  }
  .info-content-menu__head input[type="checkbox"] {
    display: none;
  }

  .type-block {
    position: absolute;
    top: 12px;
    left: 15px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
  .date-block {
    position: absolute;
    top: 20px;
    right: 0;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .title-block {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
  .goBack a {
    text-decoration: none;
    color: #8d0000;
    border: 1px solid #8d0000;
    padding: 10px;
  }
  /* DOCTORS */
  .doctors-content-menu__head {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .doctors-content-menu__heading {
    display: flex;
    max-width: 80%;
    color: #8d0000;
    font-size: 18px;
  }
  .doctor-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .modal {
    display: none; /* Hidden by default */
    transition: 0.5s;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }
  /* Modal Content */
  .modal-content {
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    background-color: #fefefe;
    margin: auto;
    padding: 30px 20px;
    border: 1px solid #888;
    max-width: 450px;
  }
  .modal-img {
    display: flex;
    justify-content: center;
  }
  
  .modal-img img {
      max-width: 450px;
  }
  
  .modal-card {
    display: flex;
    flex-direction: column;
    height: 70vh;
    overflow: auto;
    max-width: 450px;
  }

  .close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  #main-doc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .card {
    width: 49%;
  }
  .card-content {
    box-sizing: border-box;
    padding: 25px;
    transition: 0.3s;
    border-radius: 15px;
    margin-bottom: 50px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  .card img {
    width: 100%;
  }
  .card p {
    color: #7b80c1;
    font-weight: 500;
  }

  .beforeFooter {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .beforeFooter .docs-card {
    margin-bottom: 10px;
    height: 90%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(0, 76, 141, 1) 100%
    );
    border-radius: 12.5px;
  }
  .beforeFooter .docs-card img {
    margin-bottom: -5px;

    opacity: 0.7;
    width: 100%;
  }
  .container-card {
    padding: 2px 16px;
    text-align: center;
  }
  .container-btn {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-top: 1px solid #602424;
  }
  .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    color: #602424;
    cursor: pointer;
  }
  .link p {
    color: #602424;
  }
  .link p:hover {
    color: #c89797;
    transition: 0.3s;
  }
  .link p {
    padding-left: 10px;
  }
  .container-btn a {
    text-decoration: none;
  }
  /* Department styles */
  .department-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .department-container-inner.desktop {
    display: none;
    /* display: flex;
    flex-direction: column;
    margin: 10px;
    position: relative;
    align-items: center; */
  }
  .department-container-inner.mobile {
    display: flex;
     flex-direction: column;
     margin: 10px;
     position: relative;
     align-items: center; 
   }
  .department-content-wrapper {
    width: 90%;
  }
  .department-content-info {
    width: 90%;
  }
  .department-content-menu-wrapper ul {
    padding-inline-start: 0px;
    margin: 0;
    width: 100%;
    transition: 0.3s;
    box-sizing: border-box;
    height: 0;
    opacity: 0;
  }
  .department-content-menu-wrapper ul.active{
    height: 100%;
    opacity: 1;
    transition: 0.3s;
  }
  .activeUl {
    display: block;
  }
  .department-content-menu-head {
    background-color: #8d0000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .department-content-wrapper .department-content-menu-head:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .department-content-menu-head span {
    margin-right: 5px;
  }
  .department-content-menu-head h3{
    margin-left: 10px;
  }

  .department-content-menu-wrapper ul li {
    list-style: none;
    transition: 0.4s;
    background-color: #efefef;
    display: flex;
    align-items: center;
    border: 1px solid #8d0000;
    padding-left: 20px;
    height: 0;
    opacity: 0;
  }
  .department-content-menu-wrapper ul li.show {
    height: 100px;
    transition: 0.4s;
    color: #602424;
    font-weight: 500;
    cursor: pointer;
    opacity: 1;
  }
  .department-content-menu-wrapper ul li:hover {
    background-color: #c89797;
    cursor: pointer;
    transition: 0.3s;
  }
  .department-content-menu-wrapper ul li img {
    padding-right: 10px;
  }
  .department-content-menu__heading img {
    width: 12px;
  }
  
  .department-content-menu-head.first {
      border-bottom: 1px solid #fff;
  }
  
  .department-content-info .textScroll {
    padding: 15px;
    line-height: 25px;
  }
  .lastChild {
    border-bottom-left-radius: 15px;
  }
  .element {
    display: none;
  }
  .element.show {
    display: block;
    background-color: #a4a4a41a;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 50px;
  }
  .department-content-info {
    overflow: hidden;
    height: 100%;
  }
  .textScroll {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: auto;
    height: 100%;
  }
  .textScroll h4 {
    padding: 15px;
    color: #602424;
  }
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c89797;
    border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #c89797;
  }
  .department-content-info .info-text {
    padding: 5%;
  }
  .department-content-info .info-text h4 {
    color: #8d0000;
  }
  .department-content-info .info-text img {
    width: 11px;
  }
  .department-content-info .info-text .contentPart p {
    width: 55%;
    padding-right: 10px;
  }
  .department-content-info .info-text .contentPart {
    display: flex;
    align-items: center;
  }
  .department-content-info .info-text .contentImg {
    height: 200px;
    width: 45%;
    border-radius: 15px;
    background: #602424;
  }
  .department-content-info .department-content-menu-head {
    background-color: #571111;
  }
  
    /* Single post */
    .single-post-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 35px;
        padding-bottom: 35px;
    }
  
    .single-post-content-wrapper {
        width: 100%;
    }  
    .single-post-content-wrapper img {
      width: 100%;
      display: block;
      margin: auto;
      min-height: 450px;
      max-height: 450px;
      border-radius: 20px;
      object-fit: cover;
  }
    
    .single-post-sidebar-wrapper {
        margin-top: 55px;
        width: 100%;
    }
    
    .single-post__image {
        width: 100%;
    }
    
    .sidebar-wrapper__title {
        font-size: 22px;
        font-weight: 500;
    }
    
    .sidebar-single-post-category,
    .sidebar-single-post-date {
      display: block;
      color: #999999;
      padding: 3px 5px;
    }
    
    .sidebar-single-post-title {
        font-weight: 500;
        color: #8d0000;
        padding: 5px;
        display: block;
    }
 
    .sidebar-posts-holder {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
 
    .sidebar-single-post {
        width: 32%;
        margin-bottom: 25px;
        height: 100%;
    }
 
    .sidebar-single-post img {
      min-width: 100%;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      min-height: 100%;
      object-fit: cover;
    }
    
    .single-post__content {
        color: #8d0000;
        line-height: 30px;
    }
    .contact-container{
      display: block;
    }
    .contact-col{
      width: 90%;
      padding: 0 5%;
    }
    
}
/* Mobile screen */
@media (max-width: 600px) {
    .ngg-galleryoverview.default-view {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
        padding-bottom: 50px;
    }
    
    .ngg-gallery-thumbnail-box {
        flex: 0 0 50%;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
        width: 100%;
        object-fit: cover;
    }
    
  .blog-block-item-image img {
    width: 250px;
    height: 150px;
    max-width: 260px;
    border-radius: 20px;
    object-fit: cover;
}
    
  .jumbotron {
    width: 100%;
    height: 240px;
    background-position: center;
    background-size: cover;
    /*background: url("../images/jumbotron.png");*/
  }
  
  .jumbotron div {
     height: 100%;
  }
    
  .jumbotron.about {
    width: 100%;
    height: 240px;
    background: url("../images/about-jumbotron.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .gradient-overlay {
    width: 100%;
    height: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 33%,
      rgba(229, 0, 25, 0.36738445378151263) 100%
    );
  }

  .jumbotron__heading {
    position: absolute;
    display: block;
    text-align: center;
    top: 27%;
    left: 0;
    right: 0;
    font-size: 36px;
    color: #8d0000;
  }

  .info-block {
    /*position: absolute;*/
    top: -565px;
    z-index: 10;
    margin: auto;
  }

  .info-block-item {
    background: #8d0000;
    box-sizing: border-box;
    margin: 0 5px;
    padding-bottom: 40px;
    color: #ffffff;
    border-radius: 30px;
    margin: 15px 0;
  }

  /*		.info-block-item:nth-of-type(1) {
			border-radius: 30px 0 0 30px;
		}

		.info-block-item:nth-of-type(3) {
			border-radius: 0 30px 30px 0;
		}*/

  .info-block-item.highlighted {
    background: #ba0000;
  }

  .info-block-item__heading {
    text-align: center;
    border-bottom: 1px solid white;
    padding: 30px 50px 40px 30px;
    margin: 0;
    font-size: 18px;
  }

  .info-block-item__text {
    padding: 10px 30px 0 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
  }

  .info-block-item-action {
    padding: 10px 30px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .info-block-item-action__btn {
    width: 100%;
    text-align: center;
    margin-right: 20px;
    padding: 20px 22px 20px 22px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
  }

  .info-block-item-action__btn:hover {
    background: #ffffff;
    color: #8d0000;
    transition: 0.3s;
  }

  .info-block-item.highlighted .info-block-item-action__btn {
    background: #ffffff;
    color: #8d0000;
    transition: 0.3s;
  }

  .info-block-item.highlighted .info-block-item-action__btn:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    transition: 0.3s;
  }

  .hr-line-white {
    display: none;
    background: #ffffff;
    flex-grow: 1;
    height: 2px;
    width: 20%;
  }

  .column-full-width {
    /*display: flex;*/
    justify-content: space-between;
  }

  .ocupation-block-item {
    flex: 0 0 45%;
    margin-top: 30px;
  }

  .ocupation-block-item-head,
  .blog-block-head {
    display: flex;
    align-items: center;
  }

  .ocupation-block-item-head__heading,
  .blog-block-item-head__heading {
    display: flex;
    max-width: 80%;
    color: #8d0000;
    font-size: 18px;
  }

  .hr-line-red {
    display: block;
    background: #8d0000;
    height: 2px;
    width: 10%;
    margin-right: 25px;
  }

  .interreg-block .blog-block-head {
    margin-top: 25px;
  }

  .ocupation-block-item-text__text {
    color: #8d0000;
    line-height: 30px;
  }

  .ocupation-block-item-gallery {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ocupation-block-item-gallery-img-holder {
    box-sizing: border-box;
    padding: 5px 5px 5px 0;
    flex: 0 0 50%;
  }

  .ocupation-block-item-gallery-img-holder img {
    width: 100%;
    border-radius: 15px;
  }

  .read-more__link {
    display: block;
    margin-top: 30px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    background-color: #8d0000;
    border-radius: 30px;
  }
  /*About styles*/

  .gallery-wrapper {
    margin-top: 60px;
  }

  .about-gallery-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gallery-wrapper .ocupation-block-item .ocupation-block-item-head {
    margin-bottom: 30px;
  }

  .about-gallery-item {
    height: 250px;
    width: 100%;
    border-radius: 15px;
    background: #602424;
    margin-bottom: 35px;
  }

  .blog-block,
  .interreg-block {
    margin-top: 25px;
    flex: 0 0 45%;
  }

  .blog-block-head {
    margin-bottom: 25px;
    width: 100%;
  }

  .blog-block-item__heading a {
    color: #8d0000;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
  }

  .blog-block-item {
    display: flex;
    flex-direction: row;
    margin: 5px 0;
    border-bottom: 1px solid whitesmoke;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }


  .blog-block-item-image img {
    width: 100%;
    min-width: 150px;
    max-height: 135px;
    max-width: 150px;
    object-fit: cover;
  }

    .blog-block-item-info {
        padding: 0 0 0 10px;
    }

  .blog-block-item-info i,
  .blog-block-item-info span {
    display: inline-block;
    padding: 3px 3px 0 3px;
    color: #999999;
    font-size: 14px;
  }

  .interreg-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .interreg-block-text__text {
    color: #8d0000;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
  }

  .interreg-block-image {
    margin-top: 45px;
    display: flex;
    justify-content: center;
  }
  
  .interreg-image {
      width: 100%;
      border-radius: 15px;
  }

  .interreg-block-logo {
    width: 100%;
    margin: 35px;
  }

  .interreg-block-logo img {
    width: 100%;
  }
  /* Infomation */
  .info-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .info-content-menu__heading {
    color: #602424;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .info-content-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .fil {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #602424;
    font-weight: 500;
  }
  .fil a {
    padding: 5px;
    text-decoration: none;
    color: #602424;
    transition: 0.3s;
  }
  .fil span {
    padding: 5px;
    text-decoration: none;
    color: #602424;
    transition: 0.3s;
  }
  .fil a:hover {
    font-weight: 700;
    transition: 0.3s;
    text-decoration: underline;
  }
  .info-content-menu__head .contentText {
    width: 55%;
    display: flex;
    align-items: center;
  }
  .info-content-menu__head ul {
    display: flex;
    padding-inline-start: 0;
  }
  .info-content-menu__head ul li {
    margin: 10px;
    list-style-type: none;
  }
  .info-content-menu__head ul li a {
    text-decoration: none;
  }
  #main-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #main-blog a {
    width: 100%;
  }
  .info {
    box-sizing: border-box;
    padding: 10px;
  }
  .info-card {
    position: relative;
    border-radius: 20px;
    height: 200px;
    overflow: hidden;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(0, 76, 141, 1) 100%
    );
  }
  .info-card .type-block {
    color: rgba(0, 76, 141, 1);
  }
  .info-card img {
    opacity: 0.6;
    object-fit: cover;
    box-sizing: border-box;
    padding: auto;
    width: 100%;
    height: 100%;
  }
  .info-card#ЈавенКарактер {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(0, 76, 141, 1) 100%
    );
  }
  .info-card#ЈавенКарактер .type-block {
    color: rgba(0, 76, 141, 1);
  }
  .info-card#Тендери {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(38, 98, 0, 1) 100%
    );
  }
  .info-card#Тендери .type-block {
    color: rgba(38, 98, 0, 1);
  }
  .info-card#Друго {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(114, 0, 141, 1) 100%
    );
  }
  .info-card#Друго .type-block {
    color: rgba(114, 0, 141, 1);
  }
  .info-card#Соопштенија {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(141, 0, 0, 1) 100%
    );
  }
  .info-card#Соопштенија .type-block {
    color: rgba(141, 0, 0, 1);
  }
  .info-card#Совети {
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(130, 141, 0, 1) 100%
    );
  }
  .info-card#Совети .type-block {
    color: rgba(130, 141, 0, 1);
  }

  .type-block {
    position: absolute;
    top: 12px;
    left: 15px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
  .date-block {
    position: absolute;
    top: 20px;
    right: 0;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .title-block {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
  .goBack a {
    text-decoration: none;
    color: #8d0000;
    border: 1px solid #8d0000;
    padding: 10px;
  }
  /* DOCTORS */
  .doctors-content-menu__head {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .doctors-content-menu__heading {
    display: flex;
    max-width: 80%;
    color: #8d0000;
    font-size: 18px;
  }
  .doctor-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .modal {
    display: none; /* Hidden by default */
    transition: 0.5s;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }
  /* Modal Content */
  .modal-content {
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    background-color: #fefefe;
    margin: auto;
    padding: 30px 20px;
    border: 1px solid #888;
    max-width: 350px;
  }
  .modal-img {
    display: flex;
    justify-content: center;
  }
  .modal-img img {
    max-width: 350px;
  }
  .modal-card {
    display: flex;
    flex-direction: column;
    height: 70vh;
    overflow: auto;
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  #main-doc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .card {
    width: 100%;
  }
  .card-content {
    box-sizing: border-box;
    padding: 25px;
    transition: 0.3s;
    border-radius: 15px;
    margin-bottom: 50px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  .card img {
    width: 100%;
  }
  .card p {
    color: #7b80c1;
    font-weight: 500;
  }

  .beforeFooter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .beforeFooter .docs-card {
    margin-bottom: 10px;
    height: 90%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(0, 76, 141, 1) 100%
    );
    border-radius: 12.5px;
  }
  .beforeFooter .docs-card img {
    margin-bottom: -5px;

    opacity: 0.7;
    width: 100%;
  }
  .container-card {
    padding: 2px 16px;
    text-align: center;
  }
  .container-btn {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-top: 1px solid #602424;
  }
  .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    color: #602424;
    cursor: pointer;
  }
  .link p {
    color: #602424;
  }
  .link p:hover {
    color: #c89797;
    transition: 0.3s;
  }
  .link p {
    padding-left: 10px;
  }
  .container-btn a {
    text-decoration: none;
  }
  /* Department styles */
  .department-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .department-container-inner.desktop {
    display: none;
    /* display: flex;
    flex-direction: column;
    margin: 10px;
    position: relative;
    align-items: center; */
  }
  .department-container-inner.mobile {
    display: flex;
     flex-direction: column;
     margin: 10px;
     position: relative;
     align-items: center; 
   }
  .department-content-wrapper {
    width: 90%;
  }
  .department-content-info {
    width: 90%;
  }
  .department-content-menu-wrapper ul {
    padding-inline-start: 0px;
    margin: 0;
    width: 100%;
    transition: 0.3s;
    box-sizing: border-box;
    height: 0;
    opacity: 0;
  }
  .department-content-menu-wrapper ul.active{
    height: 100%;
    opacity: 1;
    transition: 0.3s;
  }
  .activeUl {
    display: block;
  }
  .department-content-menu-head {
    background-color: #8d0000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .department-content-wrapper .department-content-menu-head:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .department-content-menu-head span {
    margin-right: 5px;
  }
  .department-content-menu-head h3{
    margin-left: 10px;
  }

  .department-content-menu-wrapper ul li {
    list-style: none;
    transition: 0.4s;
    background-color: #efefef;
    display: flex;
    align-items: center;
    border: 1px solid #8d0000;
    padding-left: 20px;
    height: 0;
	overflow-wrap: anywhere;
	opacity: 0;
  }
  .department-content-menu-wrapper ul li.show {
    height: 100px;
    transition: 0.4s;
    color: #602424;
    font-weight: 500;
    cursor: pointer;
    opacity: 1;
  }
  .department-content-menu-wrapper ul li:hover {
    background-color: #c89797;
    cursor: pointer;
    transition: 0.3s;
  }
  .department-content-menu-wrapper ul li img {
    padding-right: 10px;
  }
 
  .department-content-menu-head.first {
      border-bottom: 1px solid #fff;
  }
 
  .department-content-menu__heading img {
    width: 12px;
  }
  .department-content-info .textScroll {
    padding: 15px;
    line-height: 25px;
  }
  .lastChild {
    border-bottom-left-radius: 15px;
  }
  .element {
    display: none;
  }
  .element.show {
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 50px;
    background-color: #a4a4a41a;
  }
  .department-content-info {
    overflow: hidden;
    height: 100%;
  }
  .textScroll {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: auto;
    height: 100%;
  }
  .textScroll h4 {
    padding: 15px;
    color: #602424;
  }
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c89797;
    border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #c89797;
  }
  .department-content-info .info-text {
    padding: 5%;
  }
  .department-content-info .info-text h4 {
    color: #8d0000;
  }
  .department-content-info .info-text img {
    width: 11px;
  }
  .department-content-info .info-text .contentPart p {
    width: 55%;
    padding-right: 10px;
  }
  .department-content-info .info-text .contentPart {
    display: flex;
    align-items: center;
  }
  .department-content-info .info-text .contentImg {
    height: 200px;
    width: 45%;
    border-radius: 15px;
    background: #602424;
  }
  .department-content-info .department-content-menu-head {
    background-color: #571111;
  }
 /* Single post */
    .single-post-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 35px;
        padding-bottom: 35px;
    }
  
    .single-post-content-wrapper {
        width: 100%;
    }
    .single-post-content-wrapper img{
      width: 100%;
      display: block;
      margin: auto;
      min-height: 350px;
      max-height: 350px;
      border-radius: 20px;
      object-fit: cover;
    }
    
    .single-post-sidebar-wrapper {
        margin-top: 55px;
        width: 100%;
    }
    
    .sidebar-single-post-category,
    .sidebar-single-post-date {
      display: block;
      color: #999999;
      padding: 3px 5px;
    }
    
    .sidebar-single-post-title {
        font-weight: 500;
        color: #8d0000;
        padding: 5px;
        display: block;
    }
    
    .single-post__image {
        width: 100%;
    }
    
    .sidebar-wrapper__title {
        font-size: 22px;
        font-weight: 500;
    }
 
    .sidebar-posts-holder {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
 
    .sidebar-single-post {
        width: 32%;
        margin-bottom: 25px;
        height: 100%;
    }
 
    .sidebar-single-post img {
        min-width: 100%;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        min-height: 100%;
        object-fit: cover;
    }
    
    .single-post__content {
        color: #8d0000;
        line-height: 30px;
    }
    .contact-container{
      display: block;
    }
    .contact-col{
      width: 90%;
      padding: 0 5%;
    }
}
