@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');*/
body{
	font-family: "Raleway", sans-serif;
	font-size: 17px;
	margin:0;
	padding: 0;
	font-weight: 400;
	overflow-x: hidden;
	background-color: #f8f6f8;
	color: #606060;
}
:root{
	--main-color:#01bfd7;
	--color-1:#444242;
	--color-2:#f3f5f9;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	outline: none!important;
}
.title-art {
	font-family: "Pacifico", cursive;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2;
	font-family: "Pacifico", cursive;

}
a{
	text-decoration: none!important;
	color: var(--main-color);
	font-weight: 600;
}
a:hover{
	opacity: .8;
	color:#424242;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
ul{
	list-style: none;
}
.clearfix {
	display: block;clear: both;
}
.img-fluid {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.navbar {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 999;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 30px !important;
	/*box-shadow: rgba(244, 187, 25, 0.18) 0px 1px 2px !important;*/
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 5px;
}
.navbar-brand img {
	padding-top: 5px;
	height: 75px;
}
a.nav-link {
	height: 81px;
	border-top: 4px solid #fff;
	padding-top: 25px;
	padding-bottom: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 17px;
	font-weight: 600;
	color: #3a6b89;
}
.align-center {
	text-align: center !important;
}
.white-text {
	color: #fff !important;
}
.navbar-nav>li.menu-item {
	padding-right: 25px;
}
.navbar-nav > li.current_page_item>a,
a.nav-link:hover,
li.current-page-ancestor>a  {
	color: #3a6b89 !important;
	border-top: 4px solid #3a6b89;
}


.dropdown-item.active, .dropdown-item:active {
	background-color: #f2f3f5 !important;
	color: #212529;
	border-top: 0px solid #3a6b89;
}
.dropdown-menu li.current-page-ancestor>a  {
	background-color: #f2f3f5 !important;
	color: #212529;
}
.dropdown-menu {
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	margin-top: 0 !important;
	border: 1px solid #fff;
	border-top: 4px solid #f89848;
	border-radius: 0 !important;
}
.dropdown-item {
	padding: 6px 14px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}


.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
#homepage-slider .slider-image {
	width: 100%;
/*	object-fit: cover;*/
	/*height: calc( 100Vh - 140px );*/
	max-height: 650px;
}
.white-button {
	padding: 5px 20px;
	background-color: #fff;
	color: #606060;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}
#homepage-slider .carousel-caption-inner {
	text-align: left;
}
#homepage-slider .carousel-caption-inner h1 {
	text-transform: none;
	font-size: 60px;
	width: auto !important;
	display: inline-block;
	margin-bottom: 0 !important;
	letter-spacing: .3px;
	color: #3a6b89;
	line-height: 1.33;
}
#homepage-slider .carousel-caption-inner p {
	max-width: 400px;
	font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: .5px;
}
#homepage-slider .carousel-caption {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.under-title-line-left {
    margin-right: 0 !important;
    margin-left: -400%;
    margin-top: 4px;
}
.under-title-line {
    height: 3px;
    background-color: #fff;
    width: 500%;
    margin-bottom: 20px;
}
.teaser {
	background-color: #f89848;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}
.teaser  h2 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 40px;
}
.teaser p {
	margin-bottom: 0;
}
.section {
	padding: 40px 0;
}
.section-featured {
	padding-top: 5px;
}
.section h2 {
	font-size: 55px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.text-center {
	text-align: center;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
iframe {
	display: block;
	margin: 5px auto;
}
.item-x {
	padding: 40px 40px 20px;
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 270px;
	position: relative;
}
.item-x h3 {
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	max-width: 75%;
	margin-bottom: 15px;
}
.item-x p {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 25px;
	font-size: 16px;
}
.featured-item {
	background-color: #607168;	
}
.service-item {
	background-color: #f89848;	
}
.item-x a.white-button {
	position: absolute;
	left: 40px;
	bottom: 35px;
}
#homepage-sliderX .carousel-item {
	height: auto;
}
#homepage-sliderX  .carousel-item .review-user img {
	width: 45px;
	border-radius: 50%;
}
#homepage-sliderX .carousel-item .review-user span {
	color: #606060;
	line-height: 45px;
}
#homepage-sliderX .carousel-item .review-text {
	color: #606060;
}
#homepage-sliderX .carousel-caption {
	bottom: auto;
	position: relative;
	left: auto;
	right: auto;
	padding-bottom: 70px;
	/*top: 10px;
	font-size: 17px;
	font-weight: normal;*/
}
#homepage-sliderX .carousel-caption  h1 {
 	
 }
.carousel-indicators {
	
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
	background-color: #f89848;
	opacity: 1;
}
.slider-button {
	background-color: #86c7ee;
	color: #3a6b89;
	padding: 12px 55px;
	border-radius: 30px;
	margin-top: 20px;
	display: inline-block;
	box-shadow: #3a6b89 0px 2px 1px, #3a6b89 0px 4px 2px, #3a6b89 0px 1px 1px, #3a6b89 0px 1px 1px, #3a6b89 0px 1px 1px;
}
.top-bar {
	background-color: #86c7ee;
	min-height: 32px;
	display: block;
	width: 100%;
	text-align: right;
}
.top-bar span {
	display: inline-block;
	margin-left: 5px;
	color: #3a6b89;
}
.top-bar span a {
	color: #3a6b89;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
}
.top-bar span a img {
	width: 22px;
}
.top-bar span a {
	color: #3a6b89 !important;
	opacity: .78;
}


#menu-main-menu li:last-child {
	padding-right: 0 !important;
}
.section-h-services {
	background-image: url('../images/s-bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	background-color: #f4bb19;
	/*background-attachment: fixed;*/
}
.usluge-item {
	padding: 30px;
	border-radius: 35px;
}
.section-h-services .col-md-5.col-sm-12 {
	margin-bottom: 30px;
}
.usluge-item h3,
.usluge-item p {
	color: #fff;
	text-align: center;
	font-family: "Raleway", sans-serif;
}
.service-button {
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 25px;
    border-radius: 30px;
    margin-top: 20px;
    display: inline-block;
    color: #fff !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-eq-height .usluge-item {
	height: 100%;
}
.section-h-features {

}
.section-h-features h2 {
	color: #f26244;
}
.feature-item {
	border-radius: 35px;
	background-color: #f26244;
	padding: 1px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 19px;
	padding-right: 30px;
	height: 71px; 
	overflow: hidden;
  	
}
.feature-item img {
	display: inline-block;
	margin-right: 6px;
}

.feature-item img {
	float: left;
	width: 69px;
}
.feature-item .span-featured-text {
	float: left;
	width: calc( 100% - 80px );
	display: block;
	height: 69px; 
	/*overflow: hidden;*/
	display: table;
	vertical-align: middle;
}
.feature-item .span-featured-text span {
	display: inline;
	 display: table-cell;
  vertical-align: middle;
}
.clearfix {
	clear: both;
}
.section-h-team{
	background-image: url('../images/Ellipse-2-copy-5.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	background-size: cover;
}
.section-h-team h3 {
	color: #fff;
	margin-top: 15px;
	font-family: "Raleway", sans-serif;
	margin-bottom: 1px;
}
.section-h-team p {color: #fff;}


.section-h-team .col-md-3:nth-child(4) h3{
	color: #86c7ee;
}
.section-h-team .col-md-3:nth-child(4) p {
	color: #86c7ee;
}
.hidden-xs {
	display: block !important;
}
.visible-xs {
	display: none !important;
}
.section-h-contact {
	background-image: url('../images/pozadina1.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	background-size: 100%;
}
.section-h-contact h2 {
	color: #f4bb19 !important;
}
.contact-button {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: .6px;
	border: 1px solid #f4bb19;
	width: auto;
	min-width: 1px;
	background-color: #f4bb19;
	box-shadow: #e8af0b 0px 2px 1px, #e8af0b 0px 4px 2px, #e8af0b 0px 1px 1px, #e8af0b 0px 1px 1px, #e8af0b 0px 1px 1px;
}
.contact-button:hover {
	opacity: .78;
}
.section-h-contact .form-control {
	border: 2px solid #f4bb19;
	height: 48px;
	border-radius: 25px !important;
	padding-left: 25px;
}
.form-group {
	margin-bottom: 15px;
}
.section-h-contact textarea.form-control {
	height: auto;
	min-height: 120px;
}
.section-h-location {
	background-image: url('../images/pozadina2.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 60px;
}

.contact-icon {
	margin: 10px 0;
	padding-left: 40px;
}
.contact-icon img {
	width: 30px;
	height: auto;
	display: inline-block;
	margin-right: 8px;
}
.contact-icon a{
	color: #3a6b89;
}
.map-iframe {
	margin-top: 40px;
	border-radius: 50px;
	overflow: hidden;
}
.map-iframe iframe {
	width: 100%;
	height: 300px;
	border-radius: 50px;
	display: block;
}
.section-h-newsletter {
	background-color: #86c7ee;
	padding-bottom: 0;
}
.section-h-newsletter h2 {
	text-align: left;
	color: #3a6b89 !important;
}
.section-h-newsletter .subtitle {
	font-size: 29px;
	color: #3a6b89;
}

.section-h-newsletter .form-control {
    height: 48px;
    border-radius: 24px;
    padding-left: 20px;
    max-width: 500px;
}

.section-h-newsletter .subscribe-button {
	margin-top: 5px;
	background-color: #f4bb19;
	color: #fff;
	border: 1px solid #f4bb19;
	box-shadow: #e8af0b 0px 2px 1px, #e8af0b 0px 4px 2px, #e8af0b 0px 1px 1px, #e8af0b 0px 1px 1px, #e8af0b 0px 1px 1px;
}

#menu-footer-mneu {
	margin-top: 50px !important;
	box-shadow: none !important;
}
.footer .navbar {
	box-shadow: none !important;
}

.footer .navbar-nav>li.menu-item {
	letter-spacing: 0.8px;
}
.credentials {
	color: #fff;
	margin-top: 35px;
	font-size: 14px;
}
.content-txt,
.content-txt p,
.content-txt ul li
.content-txt span,
.content-txt h2,
.content-txt h3,
.content-txt h4 {
	color: #3a6b89 !important;
}
.content-txt p {
	line-height: 1.25;
	font-weight: 500;
}
.content-txt h2 {
	text-align: left;
	font-family: "Raleway", sans-serif;
	font-size: 40px;
	letter-spacing: 0;
	font-weight: 700;
}
.content-p-button {
	margin-bottom: 40px;
}
.section-top-image{
	position: relative;
}
.title-ab {
	width: 100%;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
}
.title-ab h1 {
	color: #fff;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}
p.page-subtitle {
	font-family: "Pacifico", cursive;
	color: #fff;
	font-size: 23px;
}
.simple-page-header {
	padding-top: 30px;
	text-align: center;
}
.simple-page-header h1 {
	color: #f26244;
}
.usluge-item-c {
	background-color: #f26244;
	margin-bottom: 30px;
	padding-top: 50px;
	position: relative;
}
.usluge-item-c h3 {
	margin-bottom: 25px;
}
.page-template-template-cenovnik h2 {
	color: #3a6b89;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 1px;
	margin-bottom: 45px;
	margin-top: 0px !important;
}
.page-template-template-cenovnik .content-p-button {
	padding-top: 20px;
}
.c-price-1 {
	font-size: 35px;
	font-weight: bold;
}
small {
	font-size: 22px;
}
.usluge-item-c2 {
	background-color: #f4bb19;
	margin-bottom: 30px !important;
	height: auto !important;
	border-radius: 45px;
}
.page-template-template-cenovnik h3 {
	font-size: 33px;
}
.usluge-item-c2 table {
	margin-bottom: 0;
}
.usluge-item-c2 td {
	color: #fff;
	font-size: 22px !important;
	min-width: 180px;
	border-bottom: none !important;
	text-align: center;
	vertical-align: middle;
}
.usluge-item-c2 tr {
	border-bottom: none !important;
}
.usluge-item-c2 table td.td-price {
	font-size: 35px !important;
	font-weight: bold;
}
.usluge-item-c2 table td:nth-child(2) {
	text-align: left;
}
/*.section-c-services-1 .container {
  background-image: url(../images/plata-tacka.png), url(../images/plava-tacka.png);
  background-position:  top;
  background-repeat: no-repeat, no-repeat;
}
.section-c-services-2 .container {
  background-image: url(../images/element41.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.section-c-services-1 .container .row .col-md-3:nth-child(4) .usluge-item {
	position: relative;
  background-image: url(../images/sunce-icon.png);
  background-position: 50% -50%;
  background-repeat: no-repeat;
}*/
.section-c-services-1 .container,
.section-c-services-2 .container { 
	position: relative !important;
}
.img-ab-cenovnik-s1-1 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -130px;
	width: 65px;
}
.img-ab-cenovnik-s1-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: -100px;
	width: 65px;
}
.img-ab-cenovnik-s2-1 {
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);

}
.img-ab-cenovnik-s1-col4 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	margin-top: -70px;
	margin-right: -80px;
	width: 140px;
}

@media(max-width: 767px) {
	.img-ab-cenovnik-s1-1 {
		left: 20px;
		margin-top: -90px;
		width: 50px;
	}
	.img-ab-cenovnik-s2-1 {
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(-50%);
		z-index: -1;
	}
	.img-ab-cenovnik-s1-2 {
		right: 25px;
		margin-bottom: -90px;
		width: 60px;
	}
	.usluge-item-c {
		margin-bottom: 30px;
	}
	.row-eq-height {
	    display: block;
	}
	.img-ab-cenovnik-s1-col4 {
		width: 90px;
		margin-top: -40px;
		margin-right: -5px;
	}
}
.page-content-bg {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}
.page-content-bg-team {
	background-image: url('../images/pzoadina-tim.jpg');
}
.page-content-bg h1 {
	color: #fff;
}
.page-content-bg-team .section-h-team {
	background-image: none;
}
.page h1 {
	margin-top: 20px;
}
.content-txt h3{
	font-family: "Raleway", sans-serif;
}
.content-txt ul {
	list-style-type: disc;
}





.section-promotions {
	background-color: #617168;
	padding-bottom: 50px;
}
.section-promotions h2 {
	color: #fff;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    color: transparent !important;
}
.owl-carousel .owl-nav .owl-prev span {
    background-image: url(../images/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 50px;
    top: 25%;
    left: -3.5%;
}
.owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 25px;
    height: 50px;
    top: 25%;
    right: -3.5%;
}
.owl-item img {
	height: 80px;
	width: auto !important;
	display: inline-block;
	margin: 0 auto;
}
.section-subscribe {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-subscribe h2 {
	color: #fff;
	text-transform: none;
	margin-bottom: 0;
}
.section-subscribe p {
	font-size: 19px;
	color: #fff;
	font-size: 25px;
	margin-bottom: 40px;
}
.form input[type=submit] {
	background-color: #f89848;
	border: 1px solid #f89848;
	color: #fff;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	height: 41px;
	margin-left: 20px !important;
	border-radius: 4px !important;
}
.form-control {

}
.footer {
	background-image: url('../images/pozadina3.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	background-size: cover;
	padding: 50px 0 25px;
}

.section-doctors {
	padding: 50px 0 20px;
}
.doc-item img {
	border-radius: 15px;
}
.doc-item  {
	margin-bottom:  35px;
}
.doc-item a {
	color: #f89848 !important;
}
.doc-item h3 {
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 2px;
}
.doc-item p.small {
	font-size: 11px;
	text-align: center;
}
.page-template-template-aboutus h1 {
	margin-bottom: 50px;
}
.page-template-template-aboutus h4 {
	font-weight: normal;
	margin-bottom: 25px;
}
.page-template-template-doctor .col-sm-5 img {
	border-radius: 25px;
} 
.section-promotions-page {
	padding: 40px 0 60px;
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
}
.carousel-control-next img {
	height: 50px;
}
.carousel-control-prev img {
	height: 50px;
}
.carousel-control-next {
	right: 0;
	margin-right: -50px;
}
.carousel-control-prev {
	margin-left: -50px;
}
.top-image {
	position: relative;
	height: 300px;
	width: 100%;
	overflow: hidden;
}
.top-image img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.top-image h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 0 !important;
    letter-spacing: .6px;
    color: #fff;
}
.top-image img {
	width: 100%;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	object-fit: cover;
	object-position: center;
}
.navbar {
	/*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;*/
	/*box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);*/
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
.default-content-page,
.single-gallery {
	padding-top: 40px;
}
.content-center h1 {
	text-align: center;
}
.single-service-txt {
	padding: 20px 0;
}
.single-service-txt p {
	text-align: center;
	
}
.children-service .service-item {
	margin-left: 10px;
	margin-right: 10px;
}
.children-service .service-item.item-x {
    padding: 40px 40px 20px;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 290px;
    position: relative;
}
.gallery-item a {
	display: block;
}
.gallery-item a img{
	display: block;
	max-width: 100%;
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 30px !important;
}
.single-gallery h1 {
	margin-bottom: 20px;
}

.gallery-item.gallery-item-parent {
	margin-bottom: 30px;
}
.gallery-item.gallery-item-parent a img {
	margin-bottom: 0 !important;
}
.gallery-item.gallery-item-parent a h3 {
	margin-top: 5px;
	font-size: 19px;
	color: #f89848;
}
.default-content-page {
	padding-bottom: 40px;
}
.child-service {
	padding: 40px 0;
}
.child-service h1,
.master-service-title h1,
.page-template-template-contact h1,
.page-template-template-online h1,
.page-template-template-gallery h1,
.page-template-template-singlegaleriy h1,
.page-template-template-blog h1 {
	font-size: 32px;
    /*color: #eb9d54;*/
    color: #506258;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}
.child-service h1 {
	margin-bottom: 45px;
}
.page-template-template-online h1 {
	margin-bottom: 5px;
}
.page-template-template-online h3 {

}
.child-service .txt-img img {
	border-radius: 25px;
}



.submit-button {
	background-color: rgb(241, 125, 30);
	color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
	border: 1px solid rgb(241, 125, 30);
}
.submit-button:hover {
	opacity: .8;
}
label {
	color: #606060;font-size: 16px; font-weight: 400;
	margin-bottom: 7px;
}
.online-appoitment-wrap {
	padding: 60px 40px;
	background-color: #506258;
	border-radius: 30px;
}
.online-appoitment-wrap .form-group {
	margin-bottom: 20px;
}
.online-appoitment-wrap label {
	color: #fff;
}
span.wpcf7-list-item-label  {
	color: #fff !important;
	font-size: 16px;
}
.wpcf7-list-item {
	/*margin: 0 1em 0 0 !important;
	margin-bottom: 10px;*/
	
}
.wpcf7-not-valid-tip {
	font-size: 14px !important;
}
.wpcf7-response-output {
	color: #ffb900 !important;
	font-size: 14px !important;
}

.children-service-wrap {
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	min-height: 700px;
	padding: 50px 0;
}
.service-item-old {
	
}
.children-service .service-item-old {
	padding: 25px;
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 440px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
}
.children-service .service-item-old p {
	font-size: 15px;
    margin: 20px 0;
    line-height: 25px;
    letter-spacing: .25px;
}
a.green-button {
	display: inline-block;
	background-color: #506258 !important;
	border: 1px solid #506258;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: normal;
	padding: 7px 20px !important;

}
a.green-button:hover {
	background-color: #506258 !important;
	border: 1px solid #506258;
}
.children-service .service-item-old img {
	height: 240px;
	object-fit: cover;
	width: 100%;
}


.dropdown-toggleX {
    white-space: nowrap;
}
.dropdown-toggleX::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.icon-footer {
	float: left;
	display: block;
	width: 40px;
}
.phone-footer {
	width: calc( 100% - 40px );
	display: block;
	float: left;
	padding-left: 10px;
}
.footer h3 {
	color: #fff;
	text-transform: uppercase;
}
.icon-footer {
	line-height: 1 !important;
    padding: 7px;
    background-color: #536059;
    border-radius: 25px;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.footer a {
	color: #fff;
}
.footer-socials-p a {
	display: inline-flex;
}
.footer-socials-p a i {
	line-height: 1 !important;
    padding: 9px;
    background-color: #536059;
    border-radius: 25px;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-right: 15px;
   
}
.footer-txt p {
	color: #fff;
}

.page-template-template-blog .blog-item-ab {
	height: auto !important;
	background-color: #506258 !important;
	min-height: 420px;
}
.page-template-template-blog .blog-item-ab.item-x a.white-button {
    position: absolute;
    left: 40px;
    bottom: 35px;
}
.page-template-template-blog .blog-item-ab h3 {
	max-width: 90% !important;
	font-size: 18px;
    color: #fff;
    padding-top: 20px;
}
.page-template-template-blog .blog-item-ab img {
	height: 220px;
	object-fit: cover;
	width:100%;
}
.gallery-service {
	padding-top: 25px;
}
.gallery-service .gallery-item a img {
	display: block;
    max-width: 100%;
     width: 100%; 
     height: 170px; 
     object-fit: cover; 
    object-position: center;
    margin-bottom: 30px !important;
    border-radius: 25px;
}




@media (max-width: 991px) {
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: url(../images/menu.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar-toggler {
        border: none !important;
    }
    .item-x a.white-button {
	    position: relative;
	    left: auto;
	    bottom: auto;
	}
	.item-x {
	    padding: 30px 30px 20px;
	    height:auto;
	    position: relative;
	}
	a.nav-link {
	    height: auto;
	    border-top: 4px solid #fff;
	    padding-top: 12px;
	    padding-bottom: 12px;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    font-size: 17px;
	    font-weight: 500;
	}
	.navbar-nav > li.current_page_item>a, a.nav-link:hover, li.current-page-ancestor>a {
	    color: #f89848 !important;
	    border-top: 4px solid #fff;
	}
	.navbar-nav>li.menu-item {
	    padding-right: 0px;
	}
	.navbar-nav .dropdown-menu {
		display: block;
	}
	a.green-button {
	    display: block;
	    text-align: center;
	}
	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: block !important;
	}
	.section-h-team{
		background-size: cover;
		background-attachment: fixed;
	}
	.team-item {
		text-align: center;
	}
	#homepage-slider .carousel-caption {
	    position: relative;
	    right: 0;
	    top: 0;
	    transform: translateY(0);
	    bottom: auto;
	    left: 0;
	    padding-top: 1.25rem;
	    padding-bottom: 1.25rem;
	    text-align: center;
	}
	#homepage-slider .carousel-caption-inner h1 {
	    width: 90% !important;
	    font-size: 40px;

	    display: inline-block;
	    margin-bottom: 0 !important;
	    letter-spacing: .3px;
	    color: #3a6b89;
	    line-height: 1.53;
	}
	#homepage-slider .carousel-caption-inner p {
	    max-width: 400px;
	    font-size: 20px;
	    margin-bottom: 10px;
	    letter-spacing: .5px;
	}
	.section-h-contact {
	    background-image: url(../images/kontakt-mobile-bg.jpg);
	}
	.section-h-services {
	    background-image: url(../images/usluge-mobile-pozadina.jpg);
	    background-size: contain;
	}
	.carousel-caption-inner p {
		text-align: center;
	}
	.section-h-features .row-eq-height {
		display: flex;
	}
	.feature-item .span-featured-text span {
		font-size: 15px;
		line-height: 1.11;
	}
	.feature-item {
		padding-right: 10px;
	}
	.feature-item {
	    border-radius: 35px;
	    background-color: #f26244;
	    padding: 1px;
	    margin-bottom: 20px;
	    color: #fff;
	    font-size: 15px;
	    padding-right: 5px;
	    height: 66px;
	    overflow: hidden;
	}
	.feature-item img {
	    float: left;
	    width: 62px;
	}
	.feature-item .span-featured-text {

	    width: calc(100% - 70px);
	    display: block;
	    height: 66px;
	    /* overflow: hidden; */
	    display: table;
	    vertical-align: middle;
	}
	.content-txt h2 {
		text-align: left;
		font-family: "Raleway", sans-serif;
		font-size: 28px;
		letter-spacing: 0;
		font-weight: 700;
	}
	.simple-page-header h1 {
	    font-size: 55px;
	    letter-spacing: 1px;
	}

}
.navbar-toggler:focus {
	box-shadow: none !important;
}
.txt-child-2 h3 {
	margin-bottom: 25px;
	margin-top: 30px;
}

.wpcf7-spinner {
	display: none !important;
}
.td-price {
	    font-size: 35px;
	    font-weight: bold;
	}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
    color: red !important;
}
.wpcf7-response-output {
    color: #46b450 !important;
    font-size: 14px !important;
}