
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    text-align: center;
	padding: 0;
}

strong { font-weight: 600; }

a, a:hover, a:focus { color: #0098FD; text-decoration: none; transition: all .3s; }

h1, h2 {
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
    font-weight: 600;
    color: #555;
    line-height: 50px;

}
h3{
	font-weight: 400;
}
summary {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
    font-weight: 300;
    color: #666;
    line-height: 30px;
}
p{
	font-size: larger;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text { color: #0098FD; }

::-moz-selection { background: #0098FD; color: #fff; text-shadow: none; }
::selection { background: #0098FD; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	font-weight: bolder;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #f74417;
	border: 0;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active, .btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #bd3310;
	outline: 0;
	color: #fff;
	box-shadow: none;
}
.more-services-btn{
	margin: 0 auto;
	margin-top: 20px;
}
.btn-link-2 {
	
	display: inline-block;
	padding: 10px;
	background: #133B88;
	border: 0;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
	width: 300px;

}
.btn-link-2:hover {
	background: #0087e0;
}
/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dashed #ccc;
}
.divider-2 span {
	display: inline-block;
	width: 800px;
	border-bottom: 1px dashed #ccc;
}

/***** Top menu *****/

.navbar {
	background: #133B88;
	backface-visibility: hidden;
}
.navbar.navbar-no-bg { background: #133B88; background: rgba(0, 0, 0, 0.4); border-bottom: 2px solid #fff;}

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; font-weight: 700; width: max-content; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; border-bottom: dashed 1px #bd3310 ;}


.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
	width: 200px;
	height: 40px;
	background: url(../img/logo_small.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}

.wyniki-onlie{
	background-color: #f74417;
}
.wyniki-onlie:hover{
	border-bottom: none;
	background-color:#bd3310 ;

}
.dropdown-item{
	color:#133B88;
}
.dropdown-item:hover{
	font-weight: bolder;
	color:#133B88;
}
/***** Top content *****/
.description h3{
	color:#ffffff;
	font-weight: bold;
}
.top-content {
    padding: 210px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 {
	margin-top: 25px;
	color: #fff;
}

.top-content .description {
	margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 45px;
}


/***** Services *****/

.services-box {
	padding-top: 30px;
	text-align: left;
}

.services-list summary{
	color: #133B88;
	font-weight: bold;
}

.services-box .services-box-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 28px;
    
    background: #0098FD; /* Old browsers */
	background: -moz-linear-gradient(top,  #00D4DF 0%, #0098FD 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #00D4DF 0%,#0098FD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00D4DF 0%,#0098FD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00D4DF 0%,#0098FD 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00D4DF 0%,#0098FD 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D4DF', endColorstr='#0098FD',GradientType=0 ); /* IE6-9 */
}

.services-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}
.services-container-page{
    background-color: #f8f8f8;
}


/***** About us *****/

.about-us-box {
	margin-top: 100px;
}

.about-us-box-text {
	padding-right: 30px;
	text-align: left;
}

.about-us-box-text h3 {
	margin-top: 0;
}

.about-us-box-text p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-us-box-text a { border-bottom: 1px dashed #0098FD; }
.about-us-box-text a:hover, .about-us-box-text a:focus { border: 0; }

.about-us-box-img img {
	border-radius: 5px;

}
.about-us-img {
	margin: auto;
}
.welcome-txt{
	text-align: right;
	font-weight: bold;
}
.procedures-box .accordion_head
{
	background-color:#0098FD;
}
.package-box .accordion_head{
	background-color:#00AEAD;
	text-align: left;
}
.accordion_head {
	
	color: #ffffff;
	cursor: pointer;
	padding: 10px;
	font-weight: 600;
	text-align: center;
	font-size: larger;

}

.procedures-box .accordion_head:hover{
	background-color:#133B88;
}
.package-box .accordion_head:hover{
	background-color:#019875;
}
.accordion_body {
	background: #f8f8f8;
	margin-top: 5px;
}
.accordion_body ul {
	text-align: left;
	color: black;
	font-size:larger ;
}
.plusminus {
	float:right;
}
.procedures-box, .package-box{
	margin-bottom: 2px;
}
.sub-title{
	font-weight: bold;	
	color: #133B88;
}

/*****For patients*****/

.forpatients-container{
	background-color: #f8f8f8;
	
}
.forpatients-box{
	padding-top: 10px;
}
.forpatients-box h3{ 
	margin-top: 30px;
	color:#133B88;
	font-weight: bold;
}
.forpatients-box-bg{
	padding: 10px;
	border-radius: 15px;
	height: 360px;
	background-color: #ffffff;
	
}
.prepare-desc
{
	color: #000000;
	text-align: left;
}

.warning_desc{
	text-align: left;
	color: #000000;
}
.warning{
	color:crimson;
	font-weight: bold;
	
}
.prepare-list summary{
	color: #133B88;
	font-weight: bold;
}
.prepare-list details{
	font-size: larger;
}
.prepare-attention{
	margin-top: 15px;
	padding-left:10px;
}
.prepare-box{
	margin-bottom: 2px;
}
.prepare-box .accordion_head{
	background-color: #f74417;
}
.prepare-box .accordion_body{
	background-color: #f8f8f8;
}
.prepare-box .accordion_head:hover{
	background-color: #bd3310;
}
/***** Call to action *****/
.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}
.call-to-action-container .rodo{
	color:#fff;
	border-bottom: 1px dashed #fff;
}
.call-to-action-container .rodo:hover{
	color:#0087e0;
}

/***** Contact*****/
.contact-box-bg{
	padding: 10px;
	border-radius: 15px;
	height: 260px;
	background-color: #f8f8f8;
}
.contact-box p{
	color: #000;
	font-size: 24px;
}
.contact-box{
	padding-top: 10px;
	text-align: center;
}
.contact-box-noteven{
	padding-top: 50px;
}
.contact-box h3 {
	margin-top: 30px;
	color:#133B88;
	font-weight: bold;
}


.contact-box h3 i {
	padding-left: 10px;
	color: #ccc;
}


.contact-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.contact-container .section-bottom-button {
	padding-top: 40px;
}
.google-map iframe{
	padding-top: 1em;
	width: 800px;
	height: 450px;
}
.rodo-info{
	margin-top: 15px;
}
/***** Working With *****/
.workingwith-container{
	background-color: #f8f8f8;
}
.workingwith-box-bg{
	padding-top: 10px;
	height: 180px;
	display: flex;
  	justify-content: center;
}
.workingwith-box-bg >img{
	margin: 0 auto;
	display: block;

}


/***** Footer *****/

footer {
	padding: 40px 0 0 0;
	background: #133B88;
	color: #ffffff;
	text-align: left;
}

.footer-left a { color: #ffffff; border-bottom: 1px dashed #ffffff; }
.footer-left a:hover, .footer-left a:focus { color: #ffffff; border: 0; }

.footer-right {
	text-align: right;
}

.footer-right a {
	margin: 0 6px;
    font-size: 32px;
    color: #ffffff;
}
.footer-right a:hover, .footer-right a:focus { color: #0098FD; }

.footer-bottom {
	padding-bottom: 25px;
	text-align: center;
}

.footer-bottom a {
	font-size: 32px;
    color: #ffffff;
    line-height: 40px;
	margin-right: 15px;
}
.footer-bottom a:hover, .footer-bottom a:focus { color: #0098FD; }
@media (max-width: 766px) {

	.services-package-box:hover{
		height: 50%;
	}
	.package-box-long:hover{
		height: 70%;
	}
	.package-box-long-long:hover{
		height: 80%;
	}
}