@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	 font-family: "Poppins", sans-serif;
	font-size: 17px;
	margin:0;
	padding: 0;
	font-weight: 400;
	overflow-x: hidden;
	background-color: #fff;
	color: #606060;
}
:root{
	--main-color:#01bfd7;
	--color-1:#444242;
	--color-2:#f3f5f9;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	outline: none!important;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2;
	 font-family: "Poppins", sans-serif;

}
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;
}
.txt ul{
	list-style:initial;
}
.clearfix {
	display: block;clear: both;
}
.img-fluid {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.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: 500;
	color: #000;
	text-shadow: none !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: #f89848 !important;
	border-top: 4px solid #f89848;
}


.dropdown-item.active, .dropdown-item:active {
	background-color: #f2f3f5 !important;
	color: #212529;
	border-top: 0px solid #f89848;
}
.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: uppercase;
	font-size: 50px;
	width: auto !important;
	display: inline-block;
	margin-bottom: 0 !important;
	letter-spacing: .6px;
	text-shadow: 1px 1px 1px #000;
}
#homepage-slider .carousel-caption-inner p {
	max-width: 400px;
	font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: .5px;
	text-shadow: 1px 1px 1px #000;
}
#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: 33px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
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: 100%;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 600;
}
.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;*/
}

.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;
}

.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 {
	height: 41px;
	border-radius: 4px !important;
}
textarea.form-control {
	min-height: 100px !important;
	height: auto !important;
}
.footer {
	background-color: #f89848;
	padding: 50px 0 25px;
}
.txt a {
	color: #f89848 !important;
}
.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;
}
#homepage-slider-promo .carousel-control-next {
	right: 0;
	margin-right: -50px;
}
#homepage-slider-promo  .carousel-control-prev {
	margin-left: -50px;
}
#homepage-slider .carousel-control-next {
	right: 0;
	margin-right: 40px;
}
#homepage-slider  .carousel-control-prev {
	margin-left: 40px;
}
.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 {
	
	
}
.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,
.page-template-template-mediji 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;
}
.page-template-template-contact .form-group {
	margin-bottom: 30px;
} 
.page-template-template-contact .form-control {
	height: 50px;
	display: block;
	border-radius: 25px !important;
	border: 1px solid rgb(242, 243, 245);
	background-color: rgb(242, 243, 245);
}
.page-template-template-contact textarea.form-control,
.page-template-template-online textarea.form-control {
	height: auto;
}
.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: 450px;
	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;
	text-align: center;
	line-height: 19px;
}
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%;
}
.children-service .service-item-old {
	position: relative;
}
p.p-absolute-button-wrapper {
	position: absolute;
	bottom:10px;
	left: 15px;
	right: 15px;
	height: 54px;
	vertical-align: middle;
}
p.p-absolute-button-wrapper a {

}
.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;
	margin-bottom: 25px;
}
.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;
}

.hidden-xs {
	display: block;
}
.visible-xs {
	display: none;
}
@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;
	}
	.children-service .service-item-old {
		padding: 20px;
		height: auto;
	}
	.children-service-wrap {
		padding: 30px 0;
	}
	.default-content-page {
		padding-bottom: 20px;
	}
}
.navbar-toggler:focus {
	box-shadow: none !important;
}
.txt-child-2 h3 {
	margin-bottom: 25px;
	margin-top: 30px;
}
.social-share {
	margin-bottom: 30px;
}
.social-share a img {
    width: 30px;
    height: 30px;
}
iframe {
	display: block;
	max-width: 100%;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}
.accordion-item {
	margin-bottom: 10px;
	border: none !important;
	/*border-bottom: 1px solid */
}
h3.accordion-header button {
	text-transform: uppercase;
	font-weight: 600;
}
h3.accordion-header:hover button,
.accordion-button:not(.collapsed) {
	color: #f89848;
	background-color: #fff;
}
.price-l {
	float: left;
}
.price-r {
	float: right;
	max-width: 105px;
}
.clearfix {
	display: block;clear: both;
}
.price-section-wrap {
	border-bottom: 2px solid #f89848;
	padding-left: 10px;
	padding-right: 10px;
}
.price-section-wrap p {
	margin-bottom: 0;
	margin-top: 0;padding: 7px 0;
	font-size: 13px;
	line-height: 21px;
}
p.main-price .price-l {
	font-weight: 600;
}
.accordion-body {
	padding: 10px 5px;
}
.price-section-wrap p.submain-price {
	padding: 0px 0 4px;
}
h3.pricelist-title {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
h4.pricelist-subtitle {
	font-size: 17px;
	font-weight: 400;
	color: #f89848;
	margin-top: 15px;
} 
.accordion-body h4.pricelist-subtitle:first-child {
	margin-top: 1px !important;
}
.accordion-item .accordion-button {
	padding: 7px 10px;
}

@media(max-width:767px) {
	.hidden-xs {
	display: none;
}
.visible-xs {
	display: block;
}
#homepage-slider .carousel-caption-inner h1 {
	font-size: 35px;
	text-shadow: 1px 1px 1px #000;
}
#homepage-slider .carousel-caption-inner p {
	font-size: 17px;
	text-shadow: 1px 1px 1px #000;
}
#homepage-slider .carousel-caption {
	left: 10%;
	right: 10%;
}
#homepage-slider .carousel-control-next {
	right: 0;
	margin-right: 30px;
}
#homepage-slider  .carousel-control-prev {
	margin-left: 30px;
}
#homepage-slider .carousel-control-next img {
	height: 35px;
}
#homepage-slider  .carousel-control-prev img {
	height: 35px;
}
.fusion-builder-row iframe {
	display: block;height: auto;
	min-height: 300px;
}
}