@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-bold";
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins-semibold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}
html,body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  /*overflow: visible;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins-bold!important;
  color: #1D2B4E!important;
}
h3 {
  font-size: 26px;
}
p, a, span {
  font-family: Poppins!important;
  color: #1D2B4E!important;
}
a:hover, .footerLinks a span:hover {
  color: #2ABCC2!important;
  text-decoration: none;
}
p {
  font-size: 18px;
}
button {
  font-family: Poppins-semibold!important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none!important;
  border-color: transparent!important;
}
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline-color: #2ABCC2;
}
/*Defaults*/
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
/*  border-left: 1px solid;
  border-right: 1px solid;*/
}

/*Hero*/
.home .hero {
  /*background-image: url(../img/hero-bcg.jpg);*/
  min-height: 879px;
  max-width: 1920px;
  margin:0 auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.hero h1 {
  font-size: 68px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 78px;
}
.heroTitle button.btn.btn-primary.zakazivanje {
  margin-top: 30px;
  height: 58px;
  width: 259px;
  border-radius: 50px;
  margin-left: 0px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
  text-align: center;
}
.herozakazivanje {
  font-size: 18px;
}
.heroImg {
  margin-top: -25px;
}
.heroDoc {
  /*max-width: 132%!important;*/
}
/*Navigation*/
.navbar-default {
  background-color: transparent!important;
  border-color: transparent!important;
  padding-top: 10px;
  margin-bottom: 0px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background-color: transparent!important;
  max-width: 1800px;
  margin: 0 auto;
}
.navbar ul li a {
  font-size: 17px;
  color: #122646!important;
  font-family: 'Poppins-Medium'!important;
}
li.active a {
  color: #0DA6D9!important;
  background-color: transparent!important;
}
.navbar ul li a:hover {
  color: #0da6d9!important;
}
.navbar-nav>.active>a {
  color: #0da6d9!important;
}
ul.nav.navbar-nav.navbar-right.externalNavi {
  margin-right: -310px;
}
.mobilebtn {
  display: none;
}
.mobilehide{
  display: block;
}
/*Mobile menu*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle {
  background-color: transparent!important;
  border: 1px solid #0da6d9!important;
  border-color: #0da6d9!important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0da6d9!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent!important;
  padding: 5px 0px;
}
li.active a:before {
  border: 2px solid #0DA6D9;
  width: 40px;
  height: 1px;
  content: "";
  display: block;
  top: -31px;
  margin: 0 auto;
  position: relative;
  margin-bottom: -4px;
}


/*Menu search*/
#search-form {
  display: none;
}
div#search-form {
  margin-bottom: 0px!important;
}
button#search-button {
  background: transparent;
  border: none;
  font-size: 24px;
  margin-top: -10px;
  padding-right: 0;
  display: block;
}
.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
  width: 220px;
  margin-top: -7px;
  margin-right: -30px;
}

div#search-form input {
  border: 1px solid #2ABCC2;
  border-radius: 28px;
  padding: 20px 23px;
  color: #1D2B4E;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: 0.11px;
}

span#search-icon {
  left: -40px;
  position: relative;
  z-index: 999;
  background: none;
  border: none;
}



/*Zakazivanje Modal Button*/
button.btn.btn-primary.zakazivanje {
  background-color: #0da6d9;
  border-radius: 36px;
  margin-left: 10px;
  height: 48px;
  width: 196px;
  font-size: 16px;
  border-color: #0da6d9;
}

.heroTitle {
  padding: 140px 0;
  font-size: 18px;
}



/*InfoBar*/
.infoWrap {
  max-width: 1200px;
  border: 1px solid white;
  border-radius: 15px;
  background-color: #fff;
  height: 160px;
  position: relative;
  top: -80px;
  padding: 40px 0;
  box-shadow: 0px 5px 20px 0px rgb(23 53 104 / 6%);
  margin-bottom: 40px;
}
.infoBar {
  padding: 0 30px!important
}
.infoBarBorder {
  border-right: 1px solid #eee;
}
.infoBar img {
  float: left;
  margin-right: 8px;
  margin-bottom: 30px;
}
.infoBar h4{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 0px;
}
span.time {
  color: #1D2B4E!important;
  float: right;
  font-family: 'Poppins-bold'!important;
}
.infoBar a, .infoBar span {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

/*About*/
.aboutR {
  padding-left: 45px;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 28px;
  padding-right: 0px;
}
.about h1 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.22px;
}
.about hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.about p {
  line-height: 28px;
  letter-spacing: 0.1px;
}
.aboutSub {
  padding-left: 0px!important;
}
.aboutSub img {
  float: left;
}

.aboutSub h1 {
  margin-top: 0px;
  font-size: 56px;
}

.aboutSub h1 span {
  font-weight: bolder;
  font-size: 60px;
  color: #2dbebf;
}

.aboutSub .sub {
  font-size: 15px;
  color: #1D2B4E;
  display: block;
  width: 300px;
  margin-top: 0px;
}

img.plusImg {
  float: none;
  position: relative;
  top: -20px;
  width: 30px;
}

/*Team*/
.teamWrap {
  margin-top: 70px;
}
.teamWrap h1 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 45px;
}
.team h4 {
  text-align: center;
  font-size: 24px;
  margin-top: 35px;
}
.team p {
  text-align: center;
  color: #7D7F8D;
  font-size: 18px;
}
.slick-slide h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0px;
}
.slick-slide p {
  text-align: center;
  color: #7D7F8D!important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.centerBtns {
  text-align: center;
}
.centerBtns .arrowLeft, .centerBtns .arrowRight {
  border: 1px solid #0DA6D9;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 30px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 45px;
  color: #0DA5D9;
}
a.seeAll {
  width: 212px;
  border: 1px solid #0DA5D9;
  border-radius: 30px;
  padding: 18px;
  display: block;
  margin: 0 auto;
  margin-top: 115px;
  margin-bottom: 120px;
  text-decoration: none!important;
  color: #1D2B4E;
  font-size: 18px;
  font-family: 'Poppins-semibold'!important;
}

/*Services*/
.servicesCont {
  background: url(../img/bcg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.servicesWrap {
  text-align: center;
}

.servicesWrap h1 {
  font-size: 50px;
  margin-bottom: 60px;
  margin-top: 110px;
}
.services {
  background: #fff;
  border-radius: 15px;
  width: 276px!important;
  height: 320px;
  padding: 40px 30px 30px 30px;
  margin-right: 32px;
  margin-left: 0;
  margin-bottom: 32px;
  box-shadow: 0px 4px 10px 6px rgb(23 53 104 / 6%);
}
.services.last {
  margin-bottom: 100px;
}
.services img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.services h4 {
  font-size: 22px;
  margin-bottom: 68px;
  line-height: 32px;
}
.twoRow {
  margin-bottom: 36px!important;
}
a.more {
  font-family: Poppins-Medium!important;
  font-size: 18px;
  color: #1D2B4E;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
}
a.more:after {
  border: 2px solid #0DA6D9;
  width: 50px;
  height: 1px;
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

/*Patients*/
.patientsWrap {
  text-align: center;
}
.patientsWrap h1 {
  font-size: 50px;
  margin-bottom: 50px;
  margin-top: 95px;
}
.patients {
  background: #fff;
  border: 1px solid #DDDFE5;
  border-radius: 15px;
  width: 276px!important;
  height: 320px;
  padding: 40px 30px 30px 30px;
  margin-right: 32px;
  margin-left: 0px;
  margin-bottom: 32px;
}
.patients img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.patients h4 {
  font-size: 22px;
  margin-bottom: 68px!important;
  line-height: 32px;
  margin-bottom: 50px;
}
.patients .twoRow {
  margin-bottom: 36px!important;
}
.patients.last {
  margin-bottom: 120px;
}
.fourth {
  margin-right: 0px;
}

/*Floating Bar*/
.floatingBar {
  height: 140px;
  background: url(../img/bcg.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.floater h2 {
  padding: 50px 0;
  font-size: 32px;
  color: #fff!important;
  margin: auto;
  letter-spacing: 0px;
}
.floater button.btn.btn-primary.zakazivanje.transparent {
  height: 58px;
  width: 259px;
  background-color: transparent!important;
  font-size: 18px;
  border: 1px solid #fff!important;
}
.floater button.btn.btn-primary.zakazivanje.transparent:hover {
  background-color: #19b4bb!important;
}
.floater.col-xs-12.col-md-4.col-xl-3 {
  text-align: right;
  padding: 41px 0px!important;
}

/*Footer*/
.footerWrap {
  padding-bottom: 15px;
}
.newsletter {
  padding-top: 20px;
}
.newsletter h4 {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
}
.nlRight {
  text-align: right;
  padding-right: 0px!important;
}
input.newsletterInput {
  margin-left: 10px;
  height: 56px;
  width: 346px;
  border: 1px solid #2ABCC2;
  border-radius: 28px;
  padding: 20px 23px;
  color: #1D2B4E;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: 0.11px;
}
.newsletterInput:focus-visible {
  outline: none;
}
button.send {
  border: none;
  background: transparent;
  zoom: 2.5;
  position: absolute;
  /* left: -28px; */
  /* top: 1.5px; */
  color: #1D2B4E;
  z-index: 9999;
  margin-left: -30px;
  margin-top: 0px;
  z-index: 9;
}



/*Site Info*/
.siteInfo {
  height: 70px;
  line-height: 70px;
  margin-top: 10px;
}
.siteInformation {
  height: 70px;
}
.siteInformation p {
  font-family: Poppins-Medium!important;
  font-size: 14px;
}
.siteInformation span {
  color: #7D7F8D;
}
.social {
  text-align: right;
  padding-right: 0px!important;
}
.socials {
  padding: 5px 10px;
}
.socials:nth-child(5) {
  padding-right: 0px;
}
ul.footerMenu {
  list-style: none;
  font-size: 17px;
  line-height: 33px;
  color: #1D2B4E;
  font-family: Poppins;
  padding-left: 0;
}
ul.footerMenu.imgMenu {
  line-height: 50px;
}
ul.footerMenu img {
  display: inline-block;
  text-align: left;
  margin-right: 5px;
}
.radnoVreme {
  padding-right: 0px!important;
}
.footerLinks h4 {
  line-height: 30px;
}
.footerLinks a {
  font-size: 15px;
  font-weight: bold;
}
.footerLinks span {
  font-weight: bold;
  font-size: 15px;
}

/*Global*/
.centered {
  text-align: center;
}
.left {
  padding-left: 0px!important;
}

/*Modal*/
.fade.in {
  background:#F7F7F7;
}
#zakazivanjeModal {
  background: url(../img/zakazite-pregled-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#zakazivanjeModal .modal-content {
  background-color: transparent!important;
  box-shadow: none;
  border: none;
  z-index: 99;
}
.modal-header .close {
  font-size: 45px;
  color: #1d2b4e;
  opacity: 1;
  margin: -20px 0;
}
.modal-header {
  text-align: center;
}
.modal-header p {
  font-family: 'Poppins-semibold'!important;
  margin-top: 10px;
}
.modal-header {
  border: none;
}
.modal-body {
  width: 583px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 45px 100px;
}
.modal-body h2 {
  margin-top: 35px;
  color: #13274A!important;
  font-family: 'Poppins'!important;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.modal-body p {
  color: #13274A;
  font-family: 'Poppins-semibold'!important;
  font-size: 15px;
  margin-top: 20px;
}
.halved {
  width: 48%;
  float: left;
}
.halvedR {
  width: 48%;
  float: right;
}
#zakazivanjeModal input, #zakazivanjeModal select,  #zakazivanjeModal textarea  {
  width: 100%;
  height: 58px;
  border-radius: 30px;
  border: 1px solid #C4C4C4!important;
  padding: 10px 20px;
  color: #A2A3AD;
  font-family: Poppins;
  font-size: 15px;
}
select {
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 95%;
}
::placeholder {
  color: #A2A3AD;
  font-family: Poppins;
}
#zakazivanjeModal textarea {
  height: auto;
  border-radius: 15px;
}
.submitFormModal {
  width: 100%;
  background-color: #0DA6D9;
  border-color: #0DA6D9;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  border-radius: 25px;
  padding: 15px;
  margin-top: 20px;
}



/*PAGES*/
/*other pages specifics*/
.pagewrap {
  max-width: 1440px;
  margin: 0 auto;
}
.pagewrap .naviWrap {
  max-width: 1440px!important;
}
.pagewrap .navbar.navbar-default {
  max-width: 1340px;
  margin: 0 auto;
}
.pagewrap a.navbar-brand {
  padding-left: 0px;
}
.pagewrap ul.nav.navbar-nav.navbar-right.externalNavi {
  margin-right: 0px;
}
.pagewrap a.left {
  padding-left: 45px!important;
}

/*O Nama*/
.aboutUs .hero {
  background-image: url(../img/onamabcg.jpg);
  min-height: 650px;
  max-width: 1920px;
  margin: 0 auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutUs .heroTitle {
  padding: 70px 0;
}
.aboutUs .hero h1 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
.aboutUs .heroDoc {
  max-width: 100%!important;
  margin-top: 25px;
}
.aboutBlocks img {
  height: 86px;
  width: 86px;
}
.aboutBlocks {
  padding-top: 30px;
  padding-bottom: 75px;
  padding-left: 0;
}
.about img {
  border-radius: 15px;
}
.aboutBlocks h4 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px;
}
.aboutBlocks p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.testimonialSlider {
  margin-top: 100px;
  margin-bottom: 100px;
}
.slick-slide.slick-current.slick-active:focus-visible {
  outline: none;
}
.testimonialRectangle {
  height: 485px;
  width: 891px;
  border-radius: 12px;
  background-color: #E5F7F7;
  padding: 65px;
  margin-top: 35px;
}
.singleTestimonial {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 30px;
}
img.testimonialImage {
  width: 46%;
  right: 15px;
  margin-top: -515px;
  float: right;
  border-radius: 15px;
}
.testimonialRectangle h1, .testimonialRectangle p {
  width: 500px;
  text-align: left;
}
p.singleTestimonial {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #13274A!important;
  line-height: 30px;
}
.testimonialRectangle p {
  margin-top: 20px;
}
.aboutUs .slick-slide.slick-current.slick-active:after {
  background-image: url(../img/quotes.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 93px;
  height: 116px;
  display: block;
  position: relative;
  top: -540px;
  left: 60px;
  content: " ";
}
.testimonialSlider button.slick-prev.slick-arrow {
  position: absolute;
  bottom: 22%;
  left: 4%;
  top: auto;
  background: url(../img/page-previous.png);
  background-size: cover;
  z-index: 99;
}
.testimonialSlider button.slick-next.slick-arrow {
  position: absolute;
  bottom: 22%;
  right: 86%;
  top: auto;
  background: url(../img/page-next.png);
  background-size: cover;
}
.aboutUsForm {
  background: #F7F7F7;
  padding-top: 65px;
  padding-bottom: 75px;
}
.aboutUsForm h1 {
  color: #13274A;
  font-family: Poppins;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
/*Usluge*/
.usluge .servicesCont {
  background: none;
}
.uslugeBg {
  background: url(../img/sve-usluge-bcg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.usluge .servicesWrap h1 {
  margin-top: 90px;
}
/* Kardiologija Template */
.kardiologija .wrapper {
  max-width: 1230px;
}
.kardiologija .pagewrap .floater.right.col-xs-12.col-md-4.col-xl-3,
.kardiologija .pagewrap .footerWrap,
.kardiologija .pagewrap .radnoVreme {
  padding-right: 15px!important;
}
.kardiologija .smallHero {
  padding-top: 45px;
  padding-left: 120px;
  margin-bottom: 38px;
}
.kardiologija .smallHero h1 {
  display: inline-block;
}
.kardiologija .smallHero img {
  display: inline-block;
  margin-top: -40px;
  margin-left: 20px;
}
.breadcrumbs {
  color: #7D7F8D!important;
}
.breadcrumbs a {
  color: #7D7F8D!important;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.breadcrumbs a:last-child {
  text-decoration: underline;
}
a.bigLinks {
  box-sizing: border-box;
  width: 773px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 24px 30px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin: 12px auto;
}
a.bigLinks:hover {
  border: 1px solid #2ABCC2;
  text-decoration: none;
}
a.bigLinks:hover:after {
  color: #2ABCC2;
}
.kardiologija .contactBlock {
  margin-top: 12px;
}
a.bigLinks:after {
  content: "\2192";
  zoom: 2;
  color: #13275A;
  position: absolute;
  right: 30px;
  margin-top: -9px;
}
@-moz-document url-prefix() {
  a.bigLinks:after {
    right: 70px;
    margin-top: 0px;
    -moz-transform: scale(2);
  }
}
.kardiologija .floatingBar {
  margin-top: 110px;
}

/*pregled kardiologa*/
p.cenaUsluge {
  margin-top: 115px;
  margin-bottom: 0px;
  font-size: 16px;
}
span.cena {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Poppins-bold'!important;
}
.usluga .smallHero {
  margin-bottom: 0px;
}
.usluga h3 {
  margin-top: 30px;
  line-height: 39px;
}
.usluga .serviceInfo p, .usluga .serviceInfo li {
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 30px;
  color: #1D213B;
  font-family: Poppins;
}
ul.bluedot {
  padding-left: 20px;
}
ul.bluedot li::marker {
  color: #2ABCC2;
}
.kardioDoktori {
  padding: 0;
}
.kardioDoktori h3 {
  padding-left: 15px;
  margin-bottom: 30px;
}
.usluga .floatingBar {
  display: none;
}
.usluga .footerWrap {
  margin-top: 80px;
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
}
.zakazivanjeForm {
  float: right;
  margin-top: -120px;
  padding: 35px;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 24px 7px rgb(23 53 104 / 6%);
}
.zakazivanjeForm form p {
  color: #1D213B;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.38px;
  line-height: 23px;
  margin-top: 20px;
}
.zakazivanjeForm input, .zakazivanjeForm select,  .zakazivanjeForm textarea  {
  width: 100%;
  height: 58px;
  border-radius: 30px;
  border: 1px solid #C4C4C4!important;
  padding: 10px 20px;
  color: #A2A3AD;
  font-family: Poppins;
  font-size: 15px;
}
.zakazivanjeForm textarea  {
  height: auto;
}
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline-color: #0DA6D9;
}




/*Strucni Tim*/
body.strucnitim .wrapper {
  max-width: 1230px;
}
.strucnitim .pagewrap .floater.right.col-xs-12.col-md-4.col-xl-3,
.strucnitim .pagewrap .footerWrap,
.strucnitim .pagewrap .radnoVreme {
  padding-right: 15px!important;
}
.strucnitim .smallHero {
  background: url(../img/herobcg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 120px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.smallHero h1 {
  color: #13274A;
  font-family: Poppins;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}
.searchwrap {
  margin: 60px auto;
  padding: 0px 15px;
  padding: 0;
}
input#Search {
  box-sizing: border-box;
  height: 70px;
  width: 769px;
  border: 1px solid #C4C4C4;
  border-radius: 35px;
  background-color: #FFFFFF;
  padding-left: 70px;
  color: #13274A;
  font-family: Poppins;
  font-weight: bold;
  font-size: 18px;
  float: left;
  background: url(../img/icon-search.svg) no-repeat scroll 10px 10px;
  background-position: 4%;
  background-color: #FFFFFF;
}
span.resetSearch {
  display: none;
  position: relative;
  left: -60px;
  top: 6px;
  color: transparent!important;
  font-size: 42px;
  font-weight: bold;
  background: url(../img/x.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.specialty {
  box-sizing: border-box;
  height: 70px;
  width: 411px;
  border: 1px solid #C4C4C4;
  border-radius: 35px;
  background-color: #FFFFFF;
  color: #13274A;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  padding-left: 40px;
  float: right;
}
.docBlock {
  height: 420px;
  margin-bottom: 10px;
  text-align: center;
}
.docBlock img {
  border-radius: 12px;
}
.docBlock p {
  color: #7D7F8D!important;
  font-size: 15px;
}
.strucnitim .floatingBar {
  margin-top: 150px;
}

/*Kontakt*/
.kontakt .smallHero,
.kardiologija .smallHero {
  background: url(../img/kardiologija-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 380px;
}
.kontakt .smallHero h1 {
  padding-top: 75px;
}
.contactBlock {
  height: 244px;
  width: 379px;
  background: #fff;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(23,53,104,0.06);
  margin-top: -122px;
  margin-bottom: 100px;
  padding: 40px;
  text-align: left;
}
.margineR {
  margin-right: 31px;
}
.contactBlock h4 {
  letter-spacing: 0.08px;
  line-height: 28px;
}
.contactBlock p {
  color: #7D7F8D!important;
}
.contactBlock img {
  margin-bottom: 20px;
}
.callcenter {
  background: #2ABCC2;
}
.callcenter p {
  color: #fff!important;
}
.callcenter span {
  color: #fff!important;
  font-weight: bold;
}
.callcenter a {
  color: #fff!important;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px;
  font-family: 'Poppins-bold'!important;
}
.mapCont{
  padding: 0;
  margin-bottom: 120px;
}
.cform {
  max-width: 560px;
  margin-left: 40px;
  padding-right: 0px!important;
}
.cform h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  margin-top: 0px;
}
.cform p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
#kontaktForma p {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.38px;
  line-height: 23px;
}
#kontaktForma input, #kontaktForma textarea, .formSize {
  border-radius: 15px;
  border: 1px solid #C4C4C4!important;
  padding: 10px 20px;
  color: #A2A3AD;
  font-family: Poppins;
  font-size: 15px;
  width: 100%;
  margin-bottom: 16px;
}
.formSize {
  border: none!important;
}
#kontaktForma input {
  height: 58px;
  border-radius: 30px
}
.submitkontaktForm {
  width: 100%;
  background-color: #0DA6D9;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  border-radius: 25px;
  padding: 15px;
  margin-top: 20px;
  border-color: #0DA6D9;
}

/*Strucni Tim Individual Doc*/
p.docInfo {
  margin-top: 115px;
  margin-bottom: 0px;
  font-size: 16px;
}
p.italic {
  color: #7D7F8D!important;
  font-style: italic;
  margin-top: 30px;
}
.docImage {
  margin-top: -120px;
}
.docImage img {
  float: right;
}
.docTemplate .serviceInfo p {
  margin-bottom: 30px;
}
.docTemplate .floatingBar {
  display: block;
}
.docTemplate .footerWrap {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

/*Cenovnik*/
.cenovnik .wrapper {
  max-width: 1230px;
  margin: 0 auto;
}
.cenovnik .smallHero {
  background: url(../img/cenovnikbcg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 120px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.cenovnik .smallHero h1 {
  color: #fff!important;
}
.cenovnik .searchwrap {
  padding: 0;
  margin-bottom: 0px;
}
.priceBlock {
  text-align: left;
  margin-top: 80px;
}
.priceBlock .title {
  height: 80px;
  border-radius: 12px;
  padding: 10px 10px 10px 32px;
  background: linear-gradient(323.84deg, #D9F0F7 0%, #E5FAF2 100%);
}
.priceBlock .service {
  /* height: 80px; */
  padding: 30px 0px 30px 32px;
  border-bottom: 1px solid #cecece;
  color: #1D2B4E;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
}
.service .price {
  float: right;
  font-family: Poppins-semibold!important;
  font-size: 20px;
  margin-bottom: 10px;
}
  .service .price {
    float: right;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    padding-right: 15px;
  }
  .service .price::after {
    content: "";
    clear: both;
    display: table;
  }
.cenovnik .floatingBar {
  margin-top: 190px;
}


/*FAQ*/
.faq .smallHero {
  background: url(../img/kontaktbcg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 260px;
}
.accordionSide {
  margin-top: 12px;
}
a.accordion-toggle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-decoration: none;
}
.accordionSide .panel-heading {
  background-color: #fff!important;
  padding: 23px 30px;
}
.accordionSide .panel-group .panel {
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  margin-bottom: 24px;
}
.accordionSide .panel-body {
  color: #7D7F8D;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  padding: 23px 30px;
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\002B";
  font-family: 'Glyphicons Halflings';
  float: right;
  color: #1d2b59;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  content: "\2212";
  font-family: 'Glyphicons Halflings';
  float: right;
  color: #1d2b59;
}


.faq .floatingBar {
  margin-top: 0px;
}
.extraContact {
  background: url(../img/header-image-03.png);
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 85px;
}
.extraContact h1, .extraContact p, .extraContact a {
  color: #fff!important;
  text-align: center;
}
a.extraContactBtn {
  margin: 0 auto;
  margin-top: 35px;
  display: block;
  height: 58px;
  width: 265px;
  border: 1px solid #FFFFFF;
  font-size: 18px;
  border-radius: 29px;
  padding: 15px;
}
.extraContact h1 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.22px;
  line-height: 58px;
  padding-top: 50px;
  margin-bottom: 25px;
}

/*Za Pacijente*/
.zapacijente {
  background: #f7f7f7;
}

/*Bolesti A do S*/
.bolestiTemplate .smallHero {
  background: url(../img/header-image-03.png);
}
.bolestiTemplate .smallHero .breadcrumbs,
.bolestiTemplate .smallHero .breadcrumbs a,
.bolestiTemplate .smallHero h1 {
    color: #fff!important;
}
.bolestiTemplate .priceBlock {
  text-align: left;
  margin-top: 40px;
}
.bolestiTemplate .searchwrap {
  padding: 0;
  margin-top: 12px;
  margin-bottom: 40px;
}
.bolestiTemplate .searchwrap input {
  width: 100%!important;
}
a.bolest {
  width: 100%;
  display: inline-block;
  padding-left: 10px;
  font-family: 'Poppins-Medium'!important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
}

/*Bolesti Template Grip*/
.bolestiTemplate .grip.smallHero {
  background: linear-gradient(323.84deg, #D9F0F7 0%, #E5FAF2 100%);
  min-height: 260px;
}
.bolestiTemplate .grip.smallHero .breadcrumbs,
.bolestiTemplate .grip.smallHero .breadcrumbs a {
  color: #7D7F8D!important;
}
.bolestiTemplate .grip.smallHero h1 {
  color: #13274A!important;
}
.grip p {
  color: #1D213B;
  font-family: Poppins;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 30px;
}
.grip ul.bluedot li {
  color: #1D213B;
  font-family: Poppins;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 32px;
}

/*Priprema za pregled*/
.zaPacTemplate .smallHero {
  background: url(../img/header-image-03.png);
}
.kardiologija.zaPacTemplate .smallHero .breadcrumbs,
.kardiologija.zaPacTemplate .smallHero .breadcrumbs a,
.kardiologija.zaPacTemplate .smallHero h1 {
  color: #fff!important;
}

/*Van Beograda*/
.kardiologija.bgTemplate .smallHero {
  background: url(../img/header-image-01.png);
}
.kardiologija.bgTemplate .smallHero .breadcrumbs,
.kardiologija.bgTemplate .smallHero .breadcrumbs a,
.kardiologija.bgTemplate .smallHero h1 {
  color: #fff!important;
}

/*Nacini Placanja*/
.bgTemplate.placanje .smallHero {
  background: url(../img/placanjebg.jpg);
  background-position: center;
}
p.payment {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  padding: 10px 0px;
  font-weight: 100;
}
img.payments {
  width: 30px;
  margin-right: 20px;
}
.paylogos {
  background-color: #F1F1F1;
  min-height: 70px;
  /* margin-top: 80px; */
  padding-top: 20px;
  padding-left: 15px;
}
.placanje .floatingBar {
  margin-top: 0px;
}
.partners img {
  width: 20%;
  float: left;
  padding: 10px;
}

/*Congrats page*/
.congrats {
  margin: 0 auto;
  margin-top: 77px;
  margin-bottom: 110px;
  text-align: center;
}
.thankyouimg {
  display: inline-block;
}
.congrats h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 33px;
}

.congrats p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}



/*Responsive*/
@media screen and (max-width: 1800px){
  ul.nav.navbar-nav.navbar-right.externalNavi {
    margin-right: 0px;
    position: absolute;
    right: 0px;
  }
}

@media screen and (max-width: 1354px) and (min-width: 1162px) {
  div#search-form {
    margin-bottom: 0px!important;
    position: absolute;
    margin-left: -180px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 1340px){
  ul.nav.navbar-nav.navbar-right.externalNavi {
    position: initial;
  }
}
@media screen and (max-width: 1260px) {
  .contactBlock {
    width: 30%;
    margin-left: 1%;
    min-width: 300px;
  }
  /*Kardiologija template*/
  a.bigLinks {
    width: 97%;
    font-size: 20px;
  }
  .cform {
    max-width: 540px;
  }
}
@media screen and (min-width: 1209px){
  .bolestiTemplate span.resetSearch {
    float: right;
    top: -65px;
    right: 30px;
    left: auto;
  }
}
@media screen and (max-width: 1208px){
  .bolestiTemplate span.resetSearch {
    float: right;
  }
  span.resetSearch {
    right: auto;
    font-size: 42px;
    font-weight: bold;
    bottom: initial;
    margin-top: 0px;
    margin-right: -36px;
  }
}
@media screen and (max-width: 1200px){
  ul.nav.navbar-nav.navbar-right.externalNavi {
    margin-right: 0px;
    position: initial;
    right: auto;
  }
  .heroTitle {
    padding: 200px 15px;
  }
  .infoBar {
    padding: 0 15px!important;
  }
  .services, .patients {
    width: 30%!important;
    margin-right: 10px;
    margin-left: 16px;
  }
  .services.last, .patients.last {
    margin-bottom: 32px;
  }
  .fourth {
    margin-right: 10px;
  }
  .floater.col-xs-12.col-md-4.col-xl-3 {
    padding-right: 15px!important;
  }
  .nlRight {
    padding-right: 15px!important;
  }
  .radnoVreme {
    padding-right: 15px!important;
  }
  .footerLinks a {
    font-size: 15px;
  }
  .footerLinks li {
    font-size: 15px;
  }
  .footerLinks h4 {
    font-size: 15px;
  }
  ul.footerMenu img {
    margin-right: 5px;
  }
  .socials {
    padding: 5px 3px;
  }
  .socials:nth-child(5) {
    padding-right: 3px;
  }
  .aboutR {
    padding-left: 15px;
    padding-right: 15px;
  }
  .left {
    padding-left: 15px!important;
  }

  /*About Us*/
  .aboutUs .heroTitle {
    padding: 70px 15px;
  }
  .aboutUs .hero h1 br {
    display: none;
  }
  .aboutBlocks {
    padding-left: 15px;
  }
  .testimonialSlider button.slick-prev.slick-arrow {
    left: 8%;
  }
  .testimonialSlider button.slick-next.slick-arrow {
    right: 80%;
    left: auto;
  }

  /*Strucni Tim*/
  input#Search {
    width: 60%;
  }
  .specialty {
    width: 39%;
  }
  .searchwrap {
    padding: 0 15px;
  }

  /*Kontakt*/
  .contactBlock {
    margin-left: 1.5%;
  }
  .margineR {
    margin-right: 1.5%;
  }
  .cform {
    max-width: 100%;
    margin-left: 0px;
  }
  #kontaktForma input, #kontaktForma textarea, .submitkontaktForm, .formSize {
    width: 80%;
  }

  /*Kardiologija template*/
  .kardiologija .smallHero {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1144px){
  .aboutUs .heroImg {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .nav>li>a {
    padding: 15px 10px!important;
  }
  li.active a:before {
    top: -26px;
  }
  button.btn.btn-primary.zakazivanje {
    margin-top: 0px;
  }
  .img-responsive {
    margin: 0 auto;
  }
  .heroTitle {
    padding: 0 15px;
    font-size: 18px;
  }
  .heroDoc {
    max-width: 60%!important;
    margin: 0 auto;
  }
  .infoWrap {
    max-width: 97%;
    height: 400px;
  }
  .infoBarBorder {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .infoBar {
    padding: 10px 30%!important;
  }
  .infoBar h4 {
    margin-top: 0px;
    width: 310px;
  }
  .floatingBar {
    height: auto;
    background: url(../img/ribon.png);
    background-size: cover;
  }
  .floater {
    text-align: center!important;
  }
  .nlRight {
    text-align: center;
  }
  .radnoVreme {
    width: 280px!important;
  }
  .footerLinks a {
    font-size: 17px;
  }
  .footerLinks li {
    font-size: 17px;
  }
  .footerLinks h4 {
    font-size: 17px;
  }
  .siteInfo {
    height: 70px;
    line-height: 1.42;
  }
  .siteInformation, .social {
    padding-top: 20px;
  }

  /*About Us*/
  .aboutUs .heroTitle {
    text-align: center!important;
  }
  .aboutUs .hero h1 {
    line-height: 48px;
  }
  .aboutUs .heroDoc {
    max-width: 80%!important;
    margin-top: 0px;
  }
  .aboutBlocks img {
    display: inline-block;
  }
  .testimonialSlider button.slick-next.slick-arrow {
    right: 78%;
  }
  .testimonialRectangle h1, .testimonialRectangle p {
    width: 55%;
  }
  img.testimonialImage {
    width: 35%;
  }

  /*Kontakt*/
  .kontakt .smallHero {
    margin-bottom: -190px;
  }
  .contactBlock {
    width: 80%;
    height: auto;
    margin: 10px auto;
    float: none;
    border: 1px solid #2abcc2;
  }
  .contactBlock img {
    display: inline-block;
  }

  /*Kardiologija template*/
  a.bigLinks {
    width: 97%;
    font-size: 16px;
  }
  a.bigLinks:after {
    margin-top: -7px;
  }

  /*Usluge*/
  .zakazivanjeForm {
    float: left;
    margin-top: 0px;
    padding: 35px 15px;
  }
  /*Nacini Placanja*/
  .bgTemplate.placanje .smallHero {
    background: url(../img/placanjeMob.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .zaPacTemplate .smallHero {
    background: url(../img/pregledMob.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bolestiTemplate .smallHero {
    background: url(../img/bolestiMob.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .kardiologija .smallHero {
    background: url(../img/kardiologija-header.png);
    min-height: 200px;
  }

}
@media screen and (max-width: 860px){
  .services, .patients {
    margin-left: 15px;
  }
  .socials {
    padding: 5px 2px;
  }
  /*menu padding*/
  .pagewrap a.left {
    padding-left: 10px!important;
  }

  /*Kardiologija template*/
  a.bigLinks {
    width: 100%;
    font-size: 15px;
  }
  a.bigLinks:after {
    right: 15px;
  }
  @-moz-document url-prefix() {
    a.bigLinks:after {
      right: 40px;
    }
  }
}
@media screen and (max-width: 800px) {
  div#search-form {
    margin-top: -10px!important;
  }
}
@media screen and (max-width: 768px){
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 5px 15px;
  }
  li.active a:before {
    border: 2px solid #0DA6D9;
    width: 50px;
    top: -5px!important;
    position: relative;
    margin-bottom: -4px;
    float: left;
  }

  /*reset to bootstrap values*/
  h1 {
    font-size: 36px!important;
    line-height: 1.1!important;
  }
  div#search-form {
    margin-top: 0px!important;
  }
  form.navbar-form.navbar-right {
    padding-left: 0px;
  }
  form.navbar-form.navbar-right div#search-form {
    padding-left: 10px;
  }
  .navbar-form .input-group {
    width: 100%;
  }
  .mobilebtn {
    display: block;
    margin: 20px auto!important;
  }
  .mobilehide {
    display: none;
  }
  .hero {
    background-size: cover;
  }
  .home .hero {
    background-color: #d7f4f2;
  }
  h1, h2, h3 {
    text-align: center;
  }

  .heroTitle {
    text-align: center;
  }
  .heroTitle p {
    text-align: left;
  }
  .heroDoc {
    max-width: 80%!important;
  }
  .infoBar {
    padding: 10px 20%!important;
  }
  .aboutSub h1 {
    text-align: left;
    margin-top: 25px;
  }
  .aboutSub img {
    margin-right: 5px;
  }
  .services, .patients {
    width: 80%!important;
    margin-right: auto;
    margin-left: auto;
    margin: 15px auto;
    float: none!important;
  }
  .services h4, .patients h4 {
    font-size: 18px;
  }
  .siteInformation {
    padding-top: 20px;
    text-align: center;
    height: auto;
  }
  .social {
    text-align: center;
    padding-right: 15px!important;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .socials {
    padding: 5px 10px;
  }
  /*modal*/
  .modal-body {
    width: 98%;
    padding: 5px;
  }

  .halved, .halvedR {
    width: 100%;
    float: none;
  }

  /*About Us*/
  .aboutUs .heroTitle {
    padding: 0 15px;
  }
  .aboutBlocks {
    padding-bottom: 30px;
  }
  .aboutBlocks h4, .aboutBlocks img {
    text-align: center;
    display: block;
  }
  .testimonialSlider {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .testimonialSlider button.slick-prev.slick-arrow {
    left: 18%;
  }
  .testimonialSlider button.slick-next.slick-arrow {
    right: 66%;
  }
  img.testimonialImage {
    width: 250px;
    margin-top: -220px;
  }

  /*Strucni Tim*/
  .strucnitim .mobilebtn {
    margin: 10px auto!important;
  }
  .strucnitim .smallHero {
    padding: 50px 15px;
  }
  .strucnitim .smallHero h1 {
    text-align: center;
    line-height: 1.1;
  }
  .strucnitim .smallHero p {
    text-align: left;
    line-height: 1.1;
  }
  input#Search {
    width: 100%!important;
  }
  span.resetSearch {
    right: auto;
    font-size: 42px;
    font-weight: bold;
    bottom: initial;
    float: right;
    margin-top: 0px;
    margin-right: -30px;
  }
  .specialty {
    width: 100%;
    margin-top: 10px;
  }
  .docBlock {
    height: auto;
  }
  .docTemplate .docImage {
    margin-top: 0px;
  }
  .docTemplate .docImage img {
    float: none;
  }
  p.docInfo {
    margin-top: 115px;
  }
  /*Kontakt*/
  .mapCont {
    padding: 0px 15px;
  }
  #kontaktForma input, #kontaktForma textarea, .submitkontaktForm, .formSize {
    width: 96%;
  }
  .cform h1 {
    margin-top: 20px;
  }
  /*Kardiologija template*/
  a.bigLinks {
    padding: 24px 15px;
  }
  /*Cenovnik*/
  .priceBlock .service, .priceBlock .title {
    height: auto;
    padding-left: 15px;
  }
  .service .price {
    float: right;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    padding-right: 10px;
  }
  .service .price::after {
    content: "";
    clear: both;
    display: table;
  }
  .pagewrap a.left {
    padding-left: 10px!important;
  }
}

@media screen and (max-width: 640px) {
  .testimonialSlider .slick-list.draggable {
    padding: 0px!important;
  }
  .testimonialRectangle {
    height: 600px;
    padding: 20px 15px;
    width: 100%;
  }
  .testimonialRectangle h1, .testimonialRectangle p {
    width: 100%;
  }
  img.testimonialImage {
    width: 250px;
    float: none;
    margin: 0 auto;
    margin-top: -320px;
    margin-bottom: 110px;
  }
  .testimonialSlider button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 18%;
    left: 45%;
    top: auto;
    background: url(../img/page-previous.png);
    background-size: cover;
    left: 40%;
    transform: translate(-60%, 0);
    z-index: 9;
  }
  .testimonialSlider button.slick-next.slick-arrow {
    position: absolute;
    bottom: 18%;
    right: 45%;
    top: auto;
    background: url(../img/page-next.png);
    background-size: cover;
    left: 58%;
    transform: translate(-42%, 0);
    z-index: 9;
  }
  span.resetSearch {
    margin-right: -35px;
  }
}

@media screen and (max-width: 550px) {
  .aboutSub.col-xs-6.col-sm-6.col-md-6.col-xl-6 {
    width: 100%!important;
    margin: 5px auto;
    margin-left: 23%!important;
  }
  .testimonialRectangle {
    height: 650px;
  }
}

@media screen and (max-width: 500px) {
  .heroDoc {
    max-width: 100%!important;
    margin-top: 40px;
  }
  .infoWrap {
    height: 340px;
    max-width: 100%;
  }
  .infoBar {
    padding: 0px!important;
    padding-left: 5px!important;
  }
  .infoBar h4 {
    width: 290px;
    font-size: 16px;
  }
  .infoBar a, .infoBar span {
    font-size: 14px;
  }
  .aboutSub.col-xs-6.col-sm-6.col-md-6.col-xl-6 {
    margin-left: 17%!important;
  }
  /*Kontakt*/
  .contactBlock {
    width: 93%;
  }
  /*Footer*/
  .kardiologija .pagewrap .footerWrap {
    padding-right: 0px!important;
  }
  .cenovnik .searchwrap {
    padding: 0 15px;
  }
}

@media screen and (max-width: 460px){
  .testimonialRectangle {
    height: 650px;
  }
  .partners img {
    width: 33%;
  }
  span.resetSearch {
    margin-right: -43px;
  }
}

@media screen and (max-width: 400px){
  input.newsletterInput {
    width: 230px;
    font-size: 11px;
  }
  button.send {
    zoom: 2;
    margin-left: -30px;
    margin-top: 3px;
  }
  .testimonialRectangle {
    height: 700px;
  }
}
@media screen and (max-width: 360px){
  .navbar-brand {
    width: 75%;
  }
  .aboutSub.col-xs-6.col-sm-6.col-md-6.col-xl-6 {
    margin-left: 0px!important;
  }
  span.time {
    margin-right: 34px;
  }
  input.newsletterInput {
    width: 100%;
    margin-left: 0px;
  }
  .social {
    padding-top: 30px;
  }
  .socials {
    padding: 5px 3px;
  }
  .testimonialRectangle {
    height: 650px;
  }
  .testimonialRectangle h1{
    font-size: 30px!Important;
    text-align: center;
  }
  .testimonialRectangle p {
    font-size: 16px;
    line-height: 22px;
  }
  /*Kontakt*/
  .contactBlock {
    padding: 20px;
    min-width: auto;
  }
  .contactBlock h4 {
    font-size: 16px;
  }
  /*Kardiologija template*/
  .kardiologija .smallHero img {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
  }
  .kardiologija .contactBlock {
    width: 100%;
  }
  /*FAQ*/
  .extraContact {
    height: 460px;
  }
}











/*Hero Slider Specific Styles*/
/*Separated in case we switch back to static hero image*/
.carousel-control.left, .carousel-control.right {
  background: none;
}
.carousel {
  position: relative;
  top: -85px;
}
.carousel-caption {
  right: 0%;
  left: 0%;
  top: 15%;
  max-width: 1200px;
  margin: 0 auto;
  text-shadow: none!important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  line-height: 1;
  height: 879px!important;
}
section.carousel-default {
  height: 879px!important;
}
.item {
  height: 879px!important;
}
nav.container-fluid {
  z-index: 9999;
  position: relative;
}
.modal-open nav.container-fluid {
  z-index: 9;
}
.heroTitle, .heroTitle p{
  text-align: left!important;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 28px;
}
.moveUp {
  margin-top: -80px;
}
.glyphicon-chevron-left:before {
  content: url(../img/arrowLeft.svg);
}
.glyphicon-chevron-right:before {
  content: url(../img/arrowRight.svg);
}
.carousel-control, .carousel-control {
  opacity: 1;
}
.carousel-control:focus, .carousel-control:hover {
  opacity: 1;
}
@media screen and (max-width: 1340px){
  .carousel {
    top: -125px;
  }
  .nav>li>a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1280px){
  .nav>li>a {
    padding: 10px 8px;
  }
  .pagewrap a.left {
    padding-left: 10px!important;
  }
}


@media screen and (max-width: 1200px){
  .heroDoc {
    max-width: 100%!important;
  }
  .heroImg {
    margin-top: 50px;
  }
  .carousel {
    top:-125px;
  }
}
@media screen and (max-width: 1161px){
  .carousel {
    top:-135px;
  }
}
@media screen and (max-width: 1028px){
  .carousel {
      top: -170px;
  }
}
@media screen and (max-width: 1144px){
  .moveUp {
    margin-top: -130px;
  }
  .heroTitle {
    padding: 200px 15px;
  }
  .heroImg {
    margin-top: 150px;
  }
}

@media screen and (max-width: 992px) {
  .heroImg {
    margin-top: 0px;
  }
  .heroDoc {
    max-width: 60%!important;
  }
  .item {
    height: 1000px!important;
  }
  .heroTitle {
    padding: 0px 15px;
  }
  .home .hero h1 {
    font-size: 60px;
    line-height: 40px;
  }
  .moveUp {
    margin-top: -60px;
  }
  .carousel {
    top:-168px;
  }
}
@media screen and (max-width: 780px) {
  .carousel {
    top: -150px;
  }
}
@media screen and (max-width: 768px) {
  .carousel {
    top: -65px;
  }
  .carousel-caption {
    padding-bottom: 100px;
  }
  .home .mobilebtn {
    display: none;
  }
  .heroTitle {
    text-align: center!important;
    padding: 20px 15px;
  }
  .heroImg {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .heroTitle {
    padding: 30px 15px;
    padding-bottom: 0px;
  }
  .heroDoc {
    max-width: 70%!important;
  }
  .slick-slide.slick-current.slick-active:after {
    top: -640px;
    position: relative;
  }
}
@media screen and (max-width: 558px) {
  .slick-slide.slick-current.slick-active:after {
    top: -690px;
  }
}
@media screen and (max-width: 450px) {
  .slick-slide.slick-current.slick-active:after {
    top: -690px;
  }
}
@media screen and (max-width: 420px){
  .heroDoc {
    max-width: 100%!important;
    margin-top: 0px!important;
  }
}
@media screen and (max-width: 385px) {
  .slick-slide.slick-current.slick-active:after {
    top: -740px;
  }
}
@media screen and (max-width: 360px) {
  .heroDoc {
    max-width: 100%!important;
    margin-top: 0px;
  }
  .slick-slide.slick-current.slick-active:after {
    top: -690px;
  }
}
@media screen and (max-width: 320px){
  .slick-slide.slick-current.slick-active:after {
    top: -690px;
  }
}
@media screen and (max-width: 300px){
  .carousel-caption {
    padding-bottom: 160px;
  }
  .heroTitle button.btn.btn-primary.zakazivanje {
    width: 100%;
  }
  .slick-slide.slick-current.slick-active:after {
    top: -690px;
  }
}






/*Animations*/
@keyframes fadeInUp {
  from {
    transform: translate3d(0,100px,0)
  }
  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0,100px,0)
  }
  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: both
}
.animatedFadeInUp {
  opacity: 0
}
.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}



/*Update - Zakazivanje Floating Button*/
.zakazivanjePoziv {
  position: fixed;
  bottom: 45px;
  right: 50px;
  z-index: 99999;
}
p.zakazivanjeHelper {
  position: fixed;
  bottom: 56px;
  right: 120px;
  font-size: 14px;
  background: #e5206f;
  color: #fff!important;
  padding: 6px 16px;
  border-radius: 8px;
}
p.zakazivanjeHelper a {
  color: #fff!important;
}
.zakazivanjeHelper {
  display: none;
}
.zakazivanjePoziv:hover .zakazivanjeHelper {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@media screen and (max-width: 430px){
  .zakazivanjePoziv {
    position: fixed;
    bottom: 45px;
    right: 10px;
  }
  p.zakazivanjeHelper {
    position: fixed;
    bottom: 56px;
    right: 80px;
  }
}








.carousel-indicators {
  bottom: 90px;
}

.carousel-indicators li.active {
  background: #25A7D6;
}
.carousel-indicators li {
  display: inline-block;
  border: 2px solid #25A7D6!important;
  width: 12px;
  height: 12px;
  margin: 5px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  border: 2px solid #25A7D6!important;
  margin: 5px;
}

@media screen and (max-width: 992px) {
  .carousel-indicators {
      bottom: 130px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-indicators {
      bottom: 200px;
  }
}


span.nazivUsluge {
  width: 80%;
  display: block;
}
.nijeNadjeno {
  display: none;
  height: 80px;
  border-radius: 12px;
  padding: 15px 0px 0px 32px;
}
.nijeNadjeno p {
  font-family: Poppins!important;
  color: #1D2B4E!important;
  font-weight: 600;
}
.nijeNadjeno.masterFind {
  float: left;
}
.navbar-right #search-button {
  display: none!important;
}
.hideButTakeSpot {
  opacity: 0;
}


.paketiSpecUslugaCont {
  background: url(../img/pakspecusluga.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-top: 40px;
}
.paketiSpecUslugaCont h1, .paketiSpecUslugaCont .subs {
  color: #fff!important;
}
.paketiSpecUslugaCont h1{
  margin-bottom: 20px;
}
.paketiSpecUslugaCont .subs {
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) and (min-width: 768px){
  .col-md-2 {
    width: 16.66666667%!important;
    margin: 0;
  }
}
@media screen and (max-width: 768px){
  .hideButTakeSpot{
    display: none;
  }
}



/*POST COVID*/
.postCovid nav.container-fluid {
  background: #fff;
}
.postCovidContent {
  background: url(../img/postCovidBG.svg);
  padding-bottom: 120px;
}
.postCovid .floatingBar {
  margin-top: 0px;
}
.postCovid .smallHero {
  background: none;
  min-height: auto;
  padding-left: 120px;
}
.covidInfo {
  margin-bottom: 25px;
  color: #13274A!important;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
button.zakazivanjeCovid {
  display: block;
  background-color: #0da6d9;
  border-radius: 36px;
  color: #fff;
  height: 48px;
  width: 196px;
  margin-top: 25px;
  font-size: 16px;
  border-color: #0da6d9;
}

.covidPack {
  background: #fff;
  height: auto;
  width: 379px;
  margin: 20px 15px;
  border-top: 8px solid #2ABCC2;
  border-radius: 12px;
  padding: 40px;
  padding-right: 10px;
}
.covidPackLong {
  height: auto;
}
h2.packName {
  text-align: left;
}
ul.covidPackList li:before {
  content: '\2713';
  zoom: 1.2;
  color: #2abcc2;
  margin-right: 3px;
}

ul.covidPackList {
  list-style: none;
  padding: 0;
  color: #13274A;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
  padding-bottom: 50%;
}
.setDown {
  position: absolute;
  bottom: 40px;
}

.setDown .rsd {
  color: #7A8495!important;
  font-family: 'Poppins'!important;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 35px;
  margin-left: 5px;
}
p.packInfo {
  color: #7A8495!important;
  font-family: 'Poppins'!important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .covidPack:nth-child(4) {
    clear:both;
  }
  .covidPack:nth-child(7) {
    clear:both;
  }
  .covidPack:nth-child(10) {
    clear:both;
  }
}
@media screen and (max-width: 1260px) {
  .covidPack {
    width: 46%;
  }
  .postCovid .smallHero {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .postCovid nav.container-fluid {
    background: transparent;
  }
  .covidPack {
    width: 379px;
    margin: 20px auto;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  .covidPack {
    width: 90%;
    padding: 20px
  }
}
@media screen and (max-width: 281px) {
  .covidPack {
    height: 770px;
  }
}

/*DIABETES*/
body.kardiologija.bolestiTemplate.dijabetes {
  overflow-x: initial;
}
.sadrzaj ul {
  list-style: none;
  padding-left: 0px;
}
.sadrzaj ul li a {
  font-size: 18px;
  line-height: 38px;
  color: #0DA7D9!important;
}
.sadrzaj ul li a:hover {
  font-size: 18px;
  line-height: 38px;
  color: #13274A!important;
  display: inline-block;
  left: 0px;
  padding-left: 42px;
  position: relative;
  transition-duration: 1s;
}
.sadrzaj ul li a:before {
  opacity:0;
  content: url(../img/diabetesarrow.svg);
  color: #13275A;
  position: absolute;
  left: 0;
  top: 0px;
}
.sadrzaj ul li a:hover::before {
  opacity:1;
  color: #13275A;
  position: absolute;
  transform: translate(0px, 0px);
  transition: 0.3s;
  transition-duration: 1.5s;
}
.sadrzajFixed {
  position:fixed;
  top:364px;
  width: 30%;
  z-index: 9;
}
.pushRight {
  float: right;
}
.dijabetes ol {
  font-family: 'Poppins';
  font-size: 18px;
  padding-left: 20px;
}
.dijabetes ul {
  font-family: 'Poppins';
  font-size: 18px;
  /*padding-left: 20px;*/
  line-height: 32px;
}

@media screen and (max-width: 1186px) {
  .sadrzajFixed {
    top:412px;
  }
}
@media screen and (max-width: 992px){}
  .dijabetes .contactBlock {
    float: left;
  }
@media screen and (max-width: 768px){
  .diabetesSideMenu {
    display: none;
    background: url(../img/opencontent.svg);
    width: 70px;
    height: 70px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    top: 50%;
    right: -9px;
    z-index: 99999;
  }
  .menuBtnVisibleBg1 {
    background: url(../img/closecontent.svg)!important;
    right: 212px;
  }
  .sadrzajFixed {
    background-color: #fff;
    width: 360px;
    position: static;
    z-index: 999;
    right: -140px;
    /* border-bottom: 2px solid #2ca8d9; */
  }
  .sadrzajFixed.menuHidden {
    right: -1000px;
    height: 100%;
    padding-top: 85%;
    top: 0px;
  }
  .sadrzajMenu {
    height: 100%;
    top: 0;
  }
  .sadrzajMenu .sadrzaj {
    margin-top: 70%;
  }
  .sadrzaj li {
    padding: 0px 10px;
    padding-left: 0px;
  }
  .dijabetes .contactBlock {
    display: none!important;
  }
  .pushRight {
    margin-top: 30px;
  }
  .sadrzaj ul li a:hover{
    padding-left: 0px;
  }
  .sadrzaj ul li a:hover::before {
    content: '';
  }
  :target:before {
    content: "";
    display: block;
    height: 300px;
    margin: -300px 0 0;
  }
}

.superslideImg, .superslideImgMob {
  object-fit: cover;
}
.superslide h1 span {
  font-weight: 100;
}
.superslide h1 {
  font-size: 48px;
  line-height: 60px;
}
.covidPack.heroPack {
  width: 325px;
  height: 440px;
  float: left;
  margin-top: 15%;
  margin-left: 10px;
  margin-right: 0px;
  padding-left: 30px;
}
.female {
  border-top-color: #D6349C;
}
.male {
  border-top-color: #0BA6D9;
}

.covidPack.heroPack .packName {
  font-size: 22px;
}
.heroPack ul.covidPackList li {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.heroPack p.packInfo {
  text-align: left;
}

.heroPack span.cena {
  float: left;
  font-size: 24px;
}
.heroPack span.rsd {
  float: left;
  color: #1d2b4e!important;
  font-weight: bold;
}
.heroPack p.packInfo strong {
  color: #13274A;
  font-family: Poppins;
  font-size: 15px;
}
.heroPack .setDown {
  position: relative;
  bottom: 0px;
}
.heroPack hr {
  margin: 35px 0 10px 0;
}
.superslideImg {
  display: block!important;
}
.superslideImgMob {
  display: none!important;
}
.mobileshow {
  display: none;
}
@media screen and (max-width: 1200px){
  .carousel-caption.superslide {
    top: 8%;
  }
  .covidPack.heroPack {
    width: 46%;
  }
}
@media screen and (max-width: 1144px){
  .carousel-caption.superslide {
    top: 0%;
  }
  .covidPack.heroPack {
    padding: 10px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px){
  .carousel-caption.superslide{
    top: 10%;
  }
  .home .superslide h1 span {
    font-weight: 100;
  }
  .home .superslide h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .covidPack.heroPack {
    margin-top: 1%;
  }
}

@media screen and (max-width: 768px){
  .mobileshow {
    display: block;
  }
  .carousel-caption.superslide {
    top: 5%;
  }
  .superslideImg {
    display: none!important;
  }
  .superslideImgMob {
    display: block!important;
  }
  .male, .female {
    display: none;
  }
  .home .heroTitle, .home .hero h1 {
    text-align: left!important;
  }
  .setDown.mobileshow p.packInfo {
    margin-top: 10px;
  }
  .setDown .rsd{
    color: #1d2b4e!important;
    font-weight: bold;
  }
  .setDown .rsd::after {
    content: url(../img/arrowCircle.svg);
    display: inline-block;
  }
}



.link, .link:visited {
  color: #2ABCC2!important;
}

.ss2 .heroTitle {
  padding: 100px 15px;
}

.ss2 h1 span {
  font-size: 23px;
  display: inline-block;
  margin-top: 38px!important;
  line-height: 50px;
}
.ss2 .heroImg {
  padding-top: 60px;
}
.ss2 .heroDoc {
  float: right;
  width: 80%;
}
@media screen and (width: 1024px) and (height: 600px){
  .ss2 .heroImg {
    margin-top: 55px;
  }
}
@media screen and (max-width: 991px){
  .ss2 .heroTitle {
    padding: 0px 15px;
  }
  .ss2 h1 span {
    font-size: 23px;
    display: inline-block;
    margin-top: 0px!important;
    line-height: 40px;
  }
  .ss2 .heroImg {
    padding-top: 0px;
  }
  .ss2 .heroDoc {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 768px){
  .supers2 {
    display: block!important;
  }
  .ss2 .heroTitle {
    padding: 30px 15px;
  }

  .ss2 h1 span {
    font-size: 16px;
    display: inline-block;
    margin-top: 16px!important;
    line-height: 28px;
  }
  .heroImg.gemma {
    margin-bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 420px){
  .supers2 {
    display: none!important;
  }
}



.covidPack.highcovid {
  height: auto;
}
@media screen and (max-width: 360px){
  .covidPack.highcovid {height: 1150px;}
}

.gemma .covidPack.heroPack {
  height: 340px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-align: left;
  padding-top: 20px;
border-bottom: 1px solid #ebebeb;}
.gemma .covidPack.heroPack.male {
  margin-left: 0;
  border-left: 1px solid #EBEBEB;
  border-top-left-radius: 0px;
  border-top-color: #EED8C5;
}

.gemma .covidPack.heroPack.female {
  border-top-right-radius: 0px;
  border-top-color: #0DA6D9;
}
.covidPackLogo {
  height: 40px;
}
.priceTag {
  padding: 0 10px;
}
.innerpricetag {
  background: #fff;
  padding: 3px 0px;
  /* margin-top: -20px; */
  /* border-top: 1px solid #ebebeb; */
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(9,9,117,0) 66%,
    rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);width: 97.3%;margin: 0 auto;}
.gemma ul.covidPackList li:before {
  content: "•";
}
.gemma .male ul.covidPackList li:before {
  content: "•";
  color: #EED8C5;
}
.gemmaset.setDown {
  position: initial;
  float: left;
  text-align: left;
}

@media screen and (max-width: 1200px){
  .gemma .covidPack.heroPack {
    margin-top: 8%;
    height: 440px;
  }
  .innerpricetag {
    width: 92%;
  margin-left: 11px;}
}
@media screen and (max-width: 992px){
  .gemma .covidPack.heroPack {
    margin-top: 8%;
    height: 323px;
  }
}



/*BLOG*/
.blog .smallHero {
  background: url(../img/blogheader.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 346px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  margin-bottom: -300px;
}
.blog .smallHero h1 {
  color: #13274A!important;
}
.blog .searchwrap {
  padding: 0 15px;
}
.selectedCats {
  width: 100%;
  text-align: left;
}
.activeCats {
  margin-bottom: -37px;
}
.selectedCats .postcategoryS {
  display: none;
  color: #0DA6D9!important;
  border: 1px solid #0DA6D9;
  border-radius: 3px;
  padding: 1px 3px;
  margin-top: 20px;
  margin-top: 15px;
  margin-bottom: -15px;
}
.blogPosts,.otherposts {
  margin-top: 5%;
}
.featuredPosts, .otherposts {
  padding: 0;
}
.post, .otherposts {
  text-align: left;
}
.post img, .otherposts img {
  max-width: 100%;
  border-radius: 20px;
}
.post iframe {
  border-radius: 20px;
}
.postcategory {
  color: #0DA6D9!important;
  border: 1px solid #0DA6D9;
  border-radius: 3px;
  padding: 1px 3px;
  margin-top: 20px;
  display: inline-block;
}
3.postTitle {
  color: #13274A;
  font-family: Poppins;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px;
}

p.exerp {
  color: #1D2B4E;
  font-family: Poppins;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
}
.excerpt {
  color: #1D2B4E;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
a.postlink {
  color: #13274A;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08px;
  line-height: 23px;
  text-align: center;
}
a.postlink::after {
  content: "";
  position: absolute;
  left: 39px;
  margin-top: 40px;
  height: 1px;
  width: 50px;
  border: 2px solid #0DA6D9;
}
.postsmall {
  height: 400px;
  margin-bottom: 60px;
}
.postsmall h3 {
  font-size: 22px;
}
.postsmall p {
  font-size: 16px;
}
.blog input#Search {
  width: 742px;
  /*float: none;*/
}
/*.selectBox {
  display: none!important;
}*/
.blog span.resetSearch {
  float: left;
}


/*Blog Post*/
.offer {
  border-radius: 15px;
  background-color: #2ABCC2;
  text-align: center;
  padding: 40px;
}

.offer p, .offer h3, .offer h2 {
  color: #fff!important;
}

.offer p {
  font-style: italic;
  font-size: 18px;
  padding: 20px;
}

.offer button.btn.btn-primary.zakazivanje {
  border: 1px solid #FFFFFF;
  border-radius: 29px;
  background-color: #2ABCC2;
}
.offer button.btn.btn-primary.zakazivanje:focus {
  border: 1px solid #fff!important;
}
.offer h2 {
  padding-bottom: 20px;
}
.dijabetes .postcategory {
  font-size: 17px;
}
.disabled-link {
  pointer-events: none;
}

@media screen and (max-width: 991px){
  .postsmall {
    height: auto;
  }
}

/*Video notifications*/
.floatingVideo {
  position: fixed;
  top: 70%;
  right: 2%;
  max-width: 400px;
  width: 400px;
  height: 220px;
  height: auto;
}
.floatingVideo img {
  max-width: 100%;
  border-radius: 15px;
}
.floatingVideo iframe {
  border-radius: 15px;
}
a.killvideo {
  float: right;
}
.videoNotification {
  margin-top: -38px;
  margin-bottom: 38px;
  background: #0DA6D9;
  text-align: center;
  padding: 14px;
}

.videoNotification a {
  color: #fff!important;
  font-size: 16px;
}

.videoNotification a img {margin: 0 11px;}

iframe {
  border-radius: 20px;
}



/*Accordion cenovnik*/
.accordion {
  color: #444;
  cursor: pointer;
  padding: 20px 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover {

}
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  background: #F1F1F1;
}
.accordionArrow1 {
  display: none;
}
.reversed {
  transform: rotate(180deg);
  display: inline-block;
}
hr {
  margin-top: 0px;
  border-bottom: 1px solid #cecece;
}



.selectBox {
  position: relative;
  box-sizing: border-box;
  height: 70px;
  width: 411px;
  border: 1px solid #C4C4C4;
  border-radius: 35px;
  background-color: #FFFFFF;
  color: #13274A;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  padding-left: 40px;
  float: right;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
  border: none;
  padding: 20px 20px 20px 0px;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  width: 411px;
  float: right;
  border: none;
  text-align: left;
  padding-left: 42px;
  margin-bottom: -140px;
  z-index: 9;
  position: sticky;
  background: #f7f7f7;
  border-radius: 25px;
}
div#checkboxes input[type=checkbox] {
  margin-right: 7px;
  margin-top: 5px;
  accent-color: auto;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #0da6d9;
  color: #fff;
}
#checkboxes:checked:before{
background-color:green;
}

@media screen and (max-width: 1200px){
  .blog input#Search {
    width: 60%;
  }
  .selectBox {
    width: 39%;
  }
  .blogPosts {
    margin-top: 63px;
  }
  .post {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px){
  .selectBox {
    width: 100%;
    margin-top: 10px;
  }
  #checkboxes {
    width: 100%;
  }
  .post {
    margin-bottom: 100px;
  }
}

/*Sub menu style*/
ul.submenu {
    /*display: none;*/
    opacity:    0;
    visibility: hidden;
}
ul.submenu {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0px 10px 16px;
    list-style: none;
    width: 280px;
}
.hassubmenu:hover .submenu {
    visibility:visible;
    opacity: 1;
}
li.hassubmenu {
    margin-right: 10px;
}

ul.submenu a {
    margin-top: 5px;
    display: block;
}
a.sub1::after, a.sub2::after {
    content: url(../img/arrowRight.svg);
    position: absolute;
    zoom: 0.3;
    rotate: 90deg;
    top: 43px;
    right: 10px;
}
.hassubmenu:hover a.sub1::after, .hassubmenu:hover a.sub2::after {
    content: url(../img/arrowRight.svg);
    position: absolute;
    zoom: 0.3;
    rotate: -90deg;
    top: 43px;
    right: -20px;
}
@media screen and (max-width: 1340px) {
    a.sub1::after, a.sub2::after {
        top: 25px;
        right: -5px;
    }
    .hassubmenu:hover a.sub1::after, .hassubmenu:hover a.sub2::after {
        top: 25px;
        right: -40px;
    }

}
@media screen and (max-width: 991px) {
    a.sub1::after, a.sub2::after {
        top: 43px;
        right: -5px;
    }
    .hassubmenu:hover a.sub1::after, .hassubmenu:hover a.sub2::after {
        top: 43px;
        right: -40px;
    }

}
@media screen and (max-width: 768px) {
    ul.submenu {
        position: relative;
        width: 100%;
        opacity:    1;
        visibility:     visible;
        display: none;
    }
    a.sub1::after, a.sub2::after {
        top: 43px;
        right: auto;
    }
    .hassubmenu:hover a.sub1::after, .hassubmenu:hover a.sub2::after {
        top: 43px;
        right: auto;
        rotate: 90deg;
    }
}

.contactBlocks {
    padding-top: 80px;
}
.contactBlocks .contactBlock {
    margin-top: -70px;
    margin-left: 80px;
    box-shadow: 0 10px 40px 0 rgb(23 53 104 / 20%);
}

.kontaktWrap button.btn.btn-primary.submitkontaktForm {
    margin-bottom: 40px;
}

@media screen and (max-width: 992px){
    .contactBlocks .contactBlock {
        width: 80%;
        height: auto;
        margin: 10px auto;
        float: none;
        border: 1px solid #2abcc2;
    }
}


.priceBlock {
    text-align: left;
    margin-top: 20px;
}


.priceBlock .title:after {
    content: "\002B";
    font-family: 'Glyphicons Halflings';
    float: right;
    color: #1d2b59;
    top: -30px;
    right: 5px;
    position: relative;
    zoom: 1.5;
}

.priceBlock.opened .title:after {
    content: "\2212";
    font-family: 'Glyphicons Halflings';
    float: right;
    color: #1d2b59;
    top: -30px;
    right: 5px;
    position: relative;
    zoom: 1.5;
}

.submenu .active a::before {
    top: -5px;
    left: -122px;
}
.hassubmenu:hover .submenu {
    z-index: 99;
}
@media screen and (max-width: 768px){
    .submenu .active a::before {
        top: -5px;
        left: 0px;
    }
}
