
/*==================================
Fonts Imports lassi
====================================*/

@font-face {
    font-family: 'FuturaPTMedium';
    src: url('../fonts/FuturaPTMedium.eot');
    src: url('../fonts/FuturaPTMedium.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTMedium.woff2') format('woff2'),
         url('../fonts/FuturaPTMedium.woff') format('woff'),
         url('../fonts/FuturaPTMedium.ttf') format('truetype'),
         url('../fonts/FuturaPTMedium.svg#FuturaPTMedium') format('svg');
}

@font-face {
    font-family: 'futuralightbt';
    src: url('../fonts/futuralightbt.eot');
    src: url('../fonts/futuralightbt.eot') format('embedded-opentype'),
         url('../fonts/futuralightbt.woff2') format('woff2'),
         url('../fonts/futuralightbt.woff') format('woff'),
         url('../fonts/futuralightbt.ttf') format('truetype'),
         url('../fonts/futuralightbt.svg#futuralightbt') format('svg');
}

@font-face {
    font-family: 'FuturaHeavyfont';
    src: url('../fonts/FuturaHeavyfont.eot');
    src: url('../fonts/FuturaHeavyfont.eot') format('embedded-opentype'),
         url('../fonts/FuturaHeavyfont.woff2') format('woff2'),
         url('../fonts/FuturaHeavyfont.woff') format('woff'),
         url('../fonts/FuturaHeavyfont.ttf') format('truetype'),
         url('../fonts/FuturaHeavyfont.svg#FuturaHeavyfont') format('svg');
}

@font-face {
    font-family: 'FuturaPTBook';
    src: url('../fonts/FuturaPTBook.eot');
    src: url('../fonts/FuturaPTBook.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTBook.woff2') format('woff2'),
         url('../fonts/FuturaPTBook.woff') format('woff'),
         url('../fonts/FuturaPTBook.ttf') format('truetype'),
         url('../fonts/FuturaPTBook.svg#FuturaPTBook') format('svg');
}

@font-face {
    font-family: 'FuturaPTDemi';
    src: url('../fonts/FuturaPTDemi.eot');
    src: url('../fonts/FuturaPTDemi.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTDemi.woff2') format('woff2'),
         url('../fonts/FuturaPTDemi.woff') format('woff'),
         url('../fonts/FuturaPTDemi.ttf') format('truetype'),
         url('../fonts/FuturaPTDemi.svg#FuturaPTDemi') format('svg');
}



/*==================================
nav bar drop down menu css
====================================*/
html {
    overflow-x: hidden;
}

a:focus, input:focus, button:focus, textarea:focus, select:focus { outline:medium none;}
a:hover, a:focus { text-decoration:none;}
a{ color: #096EB0; }
h1,h2,h3,h4,h5,h6 { font-family: 'FuturaPTDemi';}

ul {list-style-type: none;}

img { max-width: 100%;}

p, a, em, strong, input, textarea { font-family: 'futuralightbt'; font-size: 21px;  }


nav.nav { position:relative;
     display:inline-block;
     font-size:14px;
     font-weight:900;
     font-family: 'futuralightbt';top: 7px;
}
nav .nav-list {
     text-align:left;
         padding-left: 0;
}
nav .nav-item {
     float:left;
     *display:inline;
     zoom:1;
     position:relative;
     list-style:none
}
nav .nav-item a {
     display:block;
     color:#000;
     padding:10px 15px 50px 11px;
     border-bottom:0px solid #8B2870;
    font-size: 18px;
     font-weight:normal;
      text-transform: capitalize;
}
nav .nav-item > a:hover {
     color: #0567ae;
     text-decoration:none;

}
li.current-menu-item a, li.current-menu-parent a {
    color: #0567ae;
}
nav .nav-item:hover{ color:#000;}

nav .nav-item:hover .sub-menu {
     display: block;
    background: #fff;
    list-style: none;
    padding-left: 0;
    opacity: 1;
    top: 92%;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    visibility: visible;
}
/* Navigation submenu */
nav .sub-menu {
    display: none;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 #909090;
    display: table;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 160%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 230px;
    z-index: 9;
    border-left: 3px solid #0567ae;
}
nav .sub-menu a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom:0px solid #FFFFFF;
    color: #333;
    display: block;
    font-weight: normal;
    padding: 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
nav .sub-menu a:hover {
     color:#fff;
     background:#0567ae;
     text-decoration:none;
}
/* Mobile navigation */
nav .nav-mobile {
     display:none; /* Hide from browsers that don't support media queries */
     cursor:pointer;
     position:absolute;
     top:0;
     left:10px;

}
nav .nav-mobile {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #222222;
    font-family: Roboto;
    font-size: 14px;
    padding: 8px 15px;
}

/* Mobile navigation, clickable area for revealing <ul> */
nav .nav-click {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
nav .nav-click i {
     padding:10px 14px;
     color:#fff
}
nav .nav-click:hover {

}
nav .nav-rotate {
     -webkit-transform:rotate(180deg);
     -moz-transform:rotate(180deg);
     -ms-transform:rotate(180deg);
     -o-transform:rotate(180deg);
     transform:rotate(180deg);
}

nav {
    margin-top: 0;
     z-index:9999;
      float: right;
}


/*==================================
contact form
====================================*/
span.wpcf7-not-valid-tip { display:none !important;}
.wpcf7-not-valid {   border-color: red !important;}
div.wpcf7-validation-errors {background: red;    color: #fff; margin-top: 0 !important;text-align: center; float: left;width: 100%;}
div.wpcf7-mail-sent-ok {border: 2px solid #398f14;background: #398f14color: #fff;text-align: center;margin-top: 0 !important;float: left;width: 100%;}


/*==================================
header-top css
====================================*/

.header-top {
    background: #3b393a none repeat scroll 0 0;
    float: left;
    padding: 15px 30px;
    width: 100%;
}
.socials ul {
    float: right;
    margin: 0;
    padding: 0;
}
.socials ul li {
    float: left;
    margin-left: 10px;
}
.socials ul li i {
    font-size: 19px;
}
.slider {
    float: left;
    width: 100%;
}
.call-us a {
    color: #ffffff; font-size: 16px;    font-family: 'FuturaPTMedium';
}
.socials a {
   /*background: rgba(0, 0, 0, 0) url("../images/leaf-bg.png") repeat scroll 0 0 / contain ;*/
    color: #000000;
    float: left;
    height: 25px;
    width: 25px;
	background: #fff;
    position: relative;
    border-radius: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.socials a:hover {
    /*background: #72DBD4;*/
    color: #fff;
}
.socials li.fb a:hover {
    background: #4267B2;
}
.socials li.twitter a:hover {
    background: #00ACED;
}
.socials li.google a:hover {
    background: #DD4D42;
}
.socials li.instagram a:hover {
    background: #E70F78;
}
.call-us i {
     font-size: 22px;
    margin-right: 13px;
    position: relative;
    top: 3px;
}

.header-bottom {
    float: left;
    width: 100%;
    padding: 20px 30px 0;
}

.header-bottom .logo {
    padding-top: 10px;
}

.socials ul li i {
    font-size: 17px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.socials ul li:nth-child(2) i {
    font-size: 14px;
    /*top: 14px;*/
}

.socials ul li:first-child i {
    left: 50%;
    top: 46%;
    position: absolute;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.slider .bx-controls .bx-pager {
    display: none;
}


/*==================================
    welcome css
====================================*/

.home-welcome {
    float: left;
    padding: 40px 0 60px;
    width: 100%;
}

.heading-title {
    padding-bottom: 20px;  margin-bottom: 20px;
    position: relative;
    text-align: center;
}
 .intro-text {
    font-size: 20px;
    margin: 0 auto 60px;
    text-align: center;
    width: 70%;  font-family: 'futuralightbt';
}
.heading-title h1 {
    display: table;
    margin: 0 auto;
     padding-bottom: 30px;
    width: auto;border-bottom: 1px solid #cccccc;  font-family: 'FuturaHeavyfont';text-transform: uppercase;
}
.home-welcome .counter {
    text-align: center;
}

.heading-title h1::after {
    bottom: 0;
    content: url("../images/header-icon.png");
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.heading-title h1::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 34px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
}
.counter .counts {
    font-size: 50px;    font-family: 'FuturaHeavyfont';
}

.counter h4 { font-size:25px; font-family: 'FuturaHeavyfont';color: #0865b0;  }
.counter p { font-family: 'futuralightbt'; font-size: 18px; color: #000; margin-bottom: 40px;line-height: 30px; }
.read-more {font-family: 'futuralightbt'; font-size: 18px;
    border: 1px solid #333333;
    color: #333333;
    padding: 12px 32px;
    text-transform: capitalize;
      transition: all 0.5s ease 0s;
}

.read-more:hover, .sm-btn:hover {
    background: #096fb1 none repeat scroll 0 0;
    border-color: #096fb1;
    color: #ffffff;
}

/*==================================
    about hanke css
====================================*/

.about-hanke {
    background: #f7f7f7 none repeat scroll 0 0;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.dr-info-outer {
    display: table;
    float: none;
    margin: 0 auto;
    width: 1000px;
}

.dr-info-outer .dr-info {
    padding-left: 85px;
}

.dr-heads  span { font-family: 'futuralightbt'; font-size: 25px;  text-transform: capitalize;  }

.dr-info h5 {   color: #0865b0;
    font-family: "FuturaHeavyfont";
    font-size: 25px;
    margin: 0 0 25px;}

.hanck-content  p { font-family: 'futuralightbt'; font-size: 20px; margin-bottom: 15px; }

.dr-info .read-more {
    float: left;
    margin: 15px 0;
    padding: 12px 50px;font-size: 20px;
}
.hanck-content {
    padding-left: 25px;
    position: relative;
}

.hanck-content::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px;
}

.hanck-content::after {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: -3px;
    position: absolute;
    top: -1px;
    width: 8px;
}

.dr-img {
    position: relative;
}
.dr-img::before {
    border: 1px solid #cccccc;
    content: "";
    height: 99%;
    left: -4px;
    position: absolute;
    top: 25px;
    width: 330px;
}
.dr-img img {
    position: relative;
}
.medical-serives {
    float: left;
    padding: 70px 0;
    width: 100%;
}

/*==================================
   Med services css
====================================*/
.med-services h4 {
    margin: 15px 0;
}
.blog-outer {
    float: left;
    padding: 60px 0;
    width: 100%;
    background: #fbfbfb;
}

/*==================================
  Single-post css
====================================*/

.blog-outer .heading-title h1::before {background: #fbfbfb;  }

.blog-outer  .heading-title { margin-bottom: 40px;}

.single-post {

    overflow: hidden; background: #ffffff none repeat scroll 0 0;font-family: 'futuralightbt';
}

.angle-shape::after {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, rgba(0, 0, 0, 0) 50%) repeat scroll 0 0;*/
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}
.pr-10 {
    padding-right: 10px;
}
.pl-30 {
    padding-left: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.single-post .content > h6 {
     color: #777777;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.single-post .content > p {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 28px;
    margin: 0 0 20px;
}
.sm-btn {
  background-color: rgba(0, 0, 0, 0);
    border: 1px solid #a5a5a5;
    border-radius: 0;
    color: #000000;
    font-size: 14px;
    height: 38px;
    letter-spacing: 1px;
    line-height: 34px;
    padding: 1px 20px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.relative {
    position: relative;
}

.single-post h3 { font-family: 'FuturaHeavyfont'; font-size: 22px; color: #0865b0; }


/*==================================
  affliction css
====================================*/
.Affliation {
    float: left;
    width: 100%; padding: 50px 0;
	border-top: 7px solid #d6dcd8;
}

.aff-logo  ul {
    padding: 0; margin: 0;
}

.aff-logo li {
    float: left;
    list-style: outside none none;
    position: relative;
    text-align: center;
    width: 20%; height: 130px;
}
.aff-logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.aff-logo img:hover {
    -webkit-filter: none; /* Chrome, Safari, Opera */
  filter: none;
}
#inner_content {
    float: left;
    width: 100%;
    position: relative;
    margin: 50px 0 0;
}

/*==================================
  footer css
====================================*/

footer {
    float: left;
    padding: 50px 0 0;
    width: 100%;
    background: url('../images/foot-bg.jpg');  border-top: 7px solid #d6dcd8;background-size: cover;
}

.foot-logo {
    text-align: center;
}
.foot-inner {
    border-top: 1px solid #cccccc;
    margin: 35px auto 0;
    padding: 20px 0 0;
    width: 1200px;
}

.foot-widjet h2 { font-size: 25px; font-family: 'FuturaPTMedium';  margin-bottom: 20px;}

.foot-widjet.about-dr {  width: 34%;}

.foot-widjet li {
    margin: 0 0 10px;
    font-size: 20px; float: left;  width: 100%;
    list-style: outside none none;font-family: 'FuturaPTBook';
}

.foot-widjet li  a { color: #333; }

.foot-widjet li  a:hover { color: #0567ae; }

.foot-widjet ul {
    padding: 0;
}

.foot-widjet {
    padding: 0;
}

.foot-widjet i {
    float: left;
    font-size: 31px;
    margin-right: 10px;
}
.foot-widjet.foot-product {
    width: 16%;
}
.foot-copy  p {
    color: #ffffff;font-family: 'futuralightbt'; float: left; font-size: 16px;  margin: 9px 0 0;
}

.foot-copy {
    background: #0567ae none repeat scroll 0 0;
    float: left;
    padding: 13px 70px;
    width: 100%;
}

.foot-copy  ul {
    float: right;margin: 0;
    list-style: outside none none;
}



.foot-copy ul li  a{
    border: 1px solid #ffffff;
    border-radius: 35px;
    color: #ffffff;
    height:37px;
    margin-left: 15px;
    padding: 5px 11px;
    width: 37px;
    float: left;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.foot-copy ul li:nth-child(3) a {
    padding: 5px 13px;
}
.foot-copy ul li  a:hover {
    /*background: #72DBD4;*/
    color: #fff;
}
.foot-copy li.fb a:hover {
    background: #224792;
}
.foot-copy li.twitter a:hover {
    background: #00ACED;
}
.foot-copy li.google a:hover {
    background: #DD4D42;
}
.foot-copy li.instagram a:hover {
    background: #E70F78;
}
.foot-copy ul li  a:hover i{
    color: #fff;
}
.foot-copy ul li i {
    color: #ffffff;
    font-size: 18px;
      position: relative;
    top: -3px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.foot-copy ul li { float: left; }

.foot-copy ul li:first-child i {
    left: 3px;
    position: relative;
}
.footer-section {
    float: left;
    padding: 0 0 60px;
    width: 100%;
}

.nav .nav-list .sub-menu li {
    float: left;
    width: 100%;
	border-bottom: 1px solid #0567ae;
}
.nav .nav-list .sub-menu li:last-child {
	border-bottom: 0px solid;
}
nav .nav-item.menu-item-has-children::after {
    content: "\f151";
    font-family: ionicons;
    font-size: 12px;
    position: absolute;
    right: 0px;
	top: 16px;
}

.bannerimage {
    background: #9d9e9f none repeat scroll 0 0;
    float: left; padding:30px 60px;
    width: 100%;
}
.bannerimage h1 {
    margin: 0; color:#fff; font-size: 30px;
}

.main-outer-page {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.main-outer-page ul {
    padding-left: 15px;
     padding-top: 15px;
}

.main-outer-page ul li {
    font-family: "futuralightbt";
    font-size: 21px;
    list-style: none;
    padding: 0 0 10px 30px;
    position: relative;
}

 .main-outer-page ul li::before {
    content: "";
    /*font-family: ionicons;*/
    left: 0;
    position: absolute;
    top: 12px;
	background: #0567ae;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}


/*==================================
  contact-us css
====================================*/
.contact-us .wpcf7 input, .contact-us .wpcf7 textarea {
    border: 1px solid #cccccc;
    margin: 0 0 10px;
    padding: 8px 10px;
    resize: none;
    width: 100%;font-size: 18px;
}

.contact-us .wpcf7 input[type="submit"] {
    background: #0887d6 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: table;
    float: none;
    margin: 0 auto;
    padding: 10px 30px;
    width: auto;
}

.contact-us #slot-main {
    color: #096fb1;
    text-align: center;
    font-size: 23px;
    margin: 0 0 15px;font-family: 'futuralightbt';
}

.contact-us .wc-shortcodes-column-last h3 {
    font-size: 35px;
    color: #096fb1;
    margin: 0 0 20px;
}

.contact-us form.wpcf7-form {
    background: #fcfcfc none repeat scroll 0 0;
    padding: 30px 30px 10px;border: 1px solid #dcdcdc;
}

.custom-map iframe {
    height: 250px;
    width: 100%;
    /*-webkit-filter: grayscale(100%);*/ /* Chrome, Safari, Opera */
  /*filter: grayscale(100%);*/
}
section.gallery-area p {
    margin: 0 0 15px;
}
.blog-main-page.gallery-main-page .single-blog-page .inner-gallery-outer {
    float: left;
    width: 50%;
}
.blog-main-page.gallery-main-page .single-blog-page .inner-gallery-outer:nth-child(2n+1) {
    clear: both;
}
.single-blog-page .inner-gallery-outer .gallery.blogimg {
    min-height: 155px;
}
.contact-us .wc-shortcodes-column-last a strong {
    margin: 0 0 25px;
    float: left;
    width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.contact-us .wc-shortcodes-column-last a strong:hover {
	color: #000;
}
.wp-pagenavi a.first {
    display: none;
}
.contact-us .wc-shortcodes-column-last .custom-map {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.contact-us p, .contact-us .main-outer-page ul li{
    font-size: 18px;
}


.main-outer-page .contact-us-info li::before {
    content: none;
}

.main-outer-page .contact-us-info {
    border: 1px solid #cccccc;
    float: left;
    padding: 30px 0 0;
    width: 560px;
}



.main-outer-page .contact-us-info {
    border: 1px solid #cccccc;
    float: left;
    padding: 0;
    width: 100%;
}

.main-outer-page ul.contact-us-info li {
    border-bottom: 1px solid #ccc;
    float: left;
    min-height: 180px;
    padding-top: 20px;
    font-size: 20px;
    width: 50%;border-right: 1px solid #ccc;
}

.main-outer-page ul.contact-us-info li i {
    color: #46b6e8;
    float: left;
    font-size: 50px;
    margin-right: 30px;
    position: relative;
    top: 37px;
}

.main-outer-page ul.contact-us-info li strong {
    display: table; margin:5px 0;
}

.main-outer-page ul.contact-us-info li span {
    display: table;
}

.main-outer-page ul.contact-us-info li:nth-child(3), .main-outer-page ul.contact-us-info li:last-child {
       border-bottom: 0 none;
}

.main-outer-page ul.contact-us-info li:nth-child(2n) {
    border-right: 0 none;
}

.contact-us-info .inner-contact-section {
    display: table;
}

.contact-us-info .inner-contact {
    margin: 0 auto;
    width: 80%;
}

/*==================================
  Blog css
====================================*/

.blog-default-area .blog-post .single-blog-item {
    margin-bottom: 40px;
}

.blog-default-area .outer-blog {
    margin: 0 auto;
    display: table;
    float: none;
}

.blog-default-area .inner-blog {
    width: 100%;
}

/*
.single-blog-item {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    min-height: 360px;
    overflow: hidden;
    position: relative;
}*/

.blog-default-area .single-blog-item {
    background:#f2f2f2  none repeat scroll 0 0;
    border-bottom: 4px solid #dfdfdf;
    display: block;
    overflow: hidden;
    position: relative;
}

/*
.single-blog-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
*/

.blog-default-area .single-blog-item .img-holder {
    display: inline-block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 35%;
}

.single-blog-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.blog-single-area .single-blog-item .img-holder.single-blog-img img{
	display: table;
    margin: 0 auto;
	width:auto;
}

.overlay-style-one {
    background: rgba(72,182,232,0.9);
    color: #ffffff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    width: 100%;
}

.single-blog-item .img-holder .categories {
    background: #2acb35 none repeat scroll 0 0;
    bottom: 15px;
    height: 35px;
    left: 15px;
    position: absolute;
    transform: translate3d(0px, 0%, 0px);
    transition: all 500ms ease 0s;
    width: 110px;
}


.single-blog-item .img-holder .categories a {
    color: #ffffff;
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
}





/*.single-blog-item .text-holder {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #dfdfdf;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    bottom: -110px;
    left: 0;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: 3;
}*/

.blog-default-area .single-blog-item .text-holder {
    float: left;
    width: 65%;
    padding: 0px 33px;
}

/*
.single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding-top: 25px;
    text-align: center;
        padding-left: 0;
}
*/

.blog-default-area .single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding-top: 25px;
    text-align: left;
    padding-left: 0;
}
.single-blog-item .text-holder .meta-info li {
    border-right: 1px solid #dfdfdf;
    display: inline-block;
    float: none;
    line-height: 16px;
    margin-right: 5px;
    padding-right: 10px;
}

.single-blog-item .text-holder .meta-info li a {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}

/*
.single-blog-item .text-holder .blog-title {
    color: #404040;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'FuturaPTBook';
    padding: 10px 0;
    transition: all 500ms ease 0s;
    margin:0;
     min-height: 100px;
}

*/

.blog-default-area .single-blog-item .text-holder .blog-title {
    color: #404040;
    display: block;
    font-size: 27px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'FuturaPTBook';
    padding: 10px 0;
    transition: all 500ms ease 0s;
    margin:0;
    }

.main-outer-page ul.meta-info li::before {
    content: none;
}

.single-blog-item .text-holder .meta-info li {
    border-right: 1px solid #dfdfdf;
    display: inline-block;
    float: none;
    line-height: 16px;
    margin-right: 5px;
    padding-right: 10px; padding-left: 0;
}

.blog-default-area .text {
    margin: 0px;
    padding: 10px 0;
    line-height: 28px;
    font-size: 17px;
}

.single-blog-item .text-holder .meta-info li:last-child {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}

.single-blog-item:hover .img-holder img {
    transform: scale(1, 1);
}
.single-blog-item:hover .img-holder .overlay-style-one {
    opacity: 1;
    transform: scale(1);
}
.single-blog-item:hover .text-holder {
    border-bottom: medium none;
    bottom: 0;
}


.overlay-style-one i {
    float: left;
    font-size: 37px;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.page.larger, .current, .last, .nextpostslink, .previouspostslink, .page.smaller {
    border: 2px solid #333333 !important;
    border-radius: 50%;
    display: table;
    float: left;
    height: 55px;
    padding: 10px;
    text-align: center;
    width: 55px;
      font-family: 'FuturaPTMedium'; color: #000;
}

.wp-pagenavi .pages, .last, .extend {
    display: none;
}

.wp-pagenavi span.current, .nextpostslink,  .previouspostslink {
    font-size: 18px;
    line-height: 44px;
}

.blog .wp-pagenavi span.current {
    background: #3398cc none repeat scroll 0 0;
    border-color: #3398cc !important;
    color: #ffffff;
}

.wp-pagenavi {
    display: table;
    margin: auto;
}

.blog-default-area #sidebar {
    border-left: 1px solid #dcdcdc;
    padding-left: 15px;
}

.searchform label {
    display: none;
}

form#searchform {
    display: none;
}

#searchform input[type="text"] {
    border: 1px solid #cccccc;
    padding: 10px 0;
    width: 230px;
}

#searchform  input[type="submit"] {
    background: #46b6e8 none repeat scroll 0 0;
    border: 1px solid #46b6e8;
    color: #ffffff;
    padding: 10px 22px; font-family: 'FuturaPTMedium';
}

.widget_categories ul li::before, .widget_recent_entries ul li::before {
    content: none;
}




#sidebar .widget_categories ul, #sidebar .widget_recent_entries ul {
    border: 1px solid #cccccc;
    padding-left: 0;
    padding-top: 20px;
}


#sidebar .widget_categories ul li, #sidebar .widget_recent_entries ul li  {
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
}

#sidebar .widget_categories ul li a, #sidebar .widget_recent_entries ul li a  {
    color: #333333;
    text-transform: capitalize; font-size: 18px;
}

#sidebar .widget-title { margin: 22px 0;color: #096fb1;}

.single.single-post { overflow: visible; }

.single .single-blog-item { background: #ffffff none repeat scroll 0 0;}

.blog-single-area .single-blog-item .img-holder img {transform: none;}

.blog-single-area .single-blog-item .text-holder {
    padding-bottom: 3px;
}

.blog-single-area .single-blog-item .text-holder .blog-title {
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.blog-single-area .single-blog-item .text-holder .text {
    border: medium none;
    padding-bottom: 20px;
}
.blog-single-area .middle-content-box {
    margin: 0 0 33px;
    overflow: hidden;
}

.blog-single-area .bottom-content-box {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 20px;
}

.blog-single-area .single-blog-item .text-holder {
    bottom: 0;
    position: static;
}

.blog-large-area .single-blog-item .text-holder .meta-info li a i {
    display: inline-block;
    padding-right: 7px;
}

.blog-single-area .text-holder {
    border: 0 none;
}
#sidebar ul li a:hover { color: #096fb1; }


/*==================================
  feedback css
====================================*/

.page_con .feedback-leaving {
    float: left;
    margin: 30px 0;
    width: 100%;
}


.page_con .feedback-leaving .feed-leaving:nth-child(3n) {
    margin-right: 0;
}
.page_con .feedback-leaving .feed-leaving {
    border: 1px solid #dedede;
    float: left;
    height: 150px;
    margin: 0 38px 28px 0;
    padding: 20px;
    width: 31%;
}

.page_con .feedback-leaving .feed-leaving:nth-child(3n) {
    margin-right: 0;
}

.page_con .feedback-leaving .feed-leaving img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
}

.page_con  .feedback-leaving .feed-leaving:nth-child(3n+1) {
    clear: left;
}

.page_con  .feedback-leaving .feed-leaving a {
    float: left;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
}


.foot-contact-info > h1 {
    font-size: 63px;
    margin-bottom: 30px;
}
.foot-contact {
    padding: 70px 0 0px; border-top: 3px solid #cccccc;
}

.foot-contact .wpcf7 input , .foot-contact .wpcf7 textarea{
    border: 1px solid #cccccc;
    margin: 0 0 25px;
    padding: 11px 10px;
    width: 100%;
    resize: none;
}

.foot-contact .wpcf7 input[type="submit"] {
    background: #0887d6 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: table;
    float: none;
    margin: 0 auto;
    padding: 10px 30px;
    width: auto;
}
.jennifer-story.foot-contact-form {
    border-top: none;
      padding: 0 15px;
}
.jennifer-story.foot-contact-form .wpcf7 {
    margin-left: -15px;
}
.jennifer-story.foot-contact-form h2 {
    margin-top: 0;
}
nav li:last-child .sub-menu {
    left: -22px;
     width: 180px;
}

.home .single-post h3 {
    height: 70px;
}

.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
}

.postarea.error-page {
    float: left;
    min-height: 500px;
    padding: 70px 0 0;
    text-align: center;
    width: 100%;
}

.error-page h1 {
    font-size: 150px;
}


/*==================================
  faq css
====================================*/

.faq-accor h4{
    border: 1px solid #cccccc;
    float: left;
    padding: 15px 20px;
    width: 100%;
    background: #ECECEC;
}

.faq-accor .panel-title > a {
    float: left;
    width: 100%;
    font-family: 'FuturaPTBook';
}

.faq-accor .icon {
    background: #46b6e8 none repeat scroll 0 0;
    color: #ffffff;
    float: right; font-family: 'FuturaPTMedium';position: relative;
    z-index: 1;
}

.faq-accor {
    float: left;
    margin: 0 0 25px;
    width: 100%;
}

.faqslist .faq-cnt {
    border: 1px solid #cccccc;
    float: left;
    margin-top: -1px;
    padding: 10px 20px;
    width: 100%;

}

.faq-accor .icon::after {
    background: #46b6e8 none repeat scroll 0 0;
    content: "";
    height: 53px;
    position: absolute;
    right: -20px;
    top: -15px;
    width: 50px;
    z-index: -1;
}

.faq-cnt > p {
    font-size: 19px;
}


/*==================================
  staff css
====================================*/

.stafflist .staff-img {
    float: left;
    margin-right: 40px;
    width: 250px;
}

.stafflis {
    float: left;
    margin: 0 0 40px;
    width: 100%;
}
.stafftext h3 {
    margin: 0 0 30px;
}
/*.stafftitcon h6 {
    font-size: 15px;
}*/
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a::before {
    background: #46b6e8 none repeat scroll 0 0;
    left: auto !important;
    padding: 10px 0;
    right: -1px;
    color: #fff;
}

.wc-shortcodes-item .wc-shortcodes-accordion-trigger > a {
    background: #cccccc none repeat scroll 0 0;
    color: #000;
    padding: 10px 20px;
      font-family: 'FuturaPTBook';
}

.staff .stafftitcon > ul {
    display: table;
    float: right;
    padding-left: 20px;
    padding-top: 20px;
    width: 68%;
}


/*
 .wc-shortcodes-content {
    float: left;
    width: 100%;
}
*/
.wc-shortcodes-accordion-content.wc-shortcodes-content > ul {
    padding-top: 13px;
}
.wc-shortcodes-accordion .wc-shortcodes-content p {
    margin: 0 0 10px;
}

.readlink, .readlink:focus {
    background: #096fb1 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: table;
    margin: 5px 0 10px;
    padding: 7px 20px;
}

/*==================================
  testi css
====================================*/

.testimonial-page {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 0;
    padding-top: 70px;
}

.testimonial-page .single-testimonial-item {
    margin-bottom: 85px;
}
.single-testimonial-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 0;
    position: initial;
}
.text-center {
    text-align: center;
}
.single-testimonial-item .img-holder {
    background: #f2fff3 none repeat scroll 0 0;
    border: 5px solid #f2fff3;
    border-radius: 50%;
    display: block;
    height: 85px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -45px;
    transition: all 0.7s ease 0s;
    width: 85px;
    z-index: 1;
}

.testimonial-page .single-testimonial-item .text-holder {
    background: #f2fff3 none repeat scroll 0 0;
    padding: 65px 20px 15px;
    transition: all 0.7s ease 0s;
    border: 1px solid #dfdfdf;
}

.single-testimonial-item .text-holder h3 {
    color: #2acb35;

    font-size: 20px;
    font-weight: 400;
    margin: 0 0 12px;
    text-transform: none;
}

.single-testimonial-item .text-holder p {
    margin: 0 0 23px;
}

.single-testimonial-item .border {
    background: #dfdfdf none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 0 auto;
    width: 190px;
}

.single-testimonial-item .name h3 {
    color: #303030;
  	font-family: 'FuturaPTMedium';
    font-size: 21px;
    font-weight: 600;
    padding-top: 19px;
    margin: 0 0 12px;
    text-transform: none;
}

.single-testimonial-item:hover .img-holder {
    background: #096FB1 none repeat scroll 0 0;
    border-color: #096FB1;
}




/*==================================
  serverice css
====================================*/
.wc-shortcodes-highlight-green, .wc-shortcodes-highlight-green a {
    background: #d3e8da none repeat scroll 0 0;
    color: #5f9025;
    float: left;
    font-size: 28px;
    line-height: normal;
    margin: 10px 0;
    padding: 17px 10px;
    width: 100%;
}

.services_sidebar #sidebar ul li::before {
    content: none;
}

.blog-main-page {
    border-top: 1px solid #eeeeee;
}

.services_sidebar #sidebar h4 {
    color: #096fb1;
    font-size: 28px;
    margin: 0 0 25px;
}

#sidebar figcaption, .wp-caption-text {
    background: #f7f7f7 none repeat scroll 0 0;
    font-size: 14px;
    padding: 12px 10px;
    text-align: center;
}

.service-cont-single a {
    display: table;
    margin: 10px 0;
    font-family: 'FuturaPTDemi';color: #000000;
}

.services_sidebar #sidebar ul.blogarchive-bx {
    border-left: 1px solid #eeeeee;
}

#sidebar .new_services_content {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
}

#sidebar .new_services_content:last-child, #sidebar .new_services_content:first-child {
    border-bottom: 0 none;
}

#sidebar .new_services_content:first-child {
    padding-bottom: 0;
}

.more > a {
    border-bottom: 1px solid;
    display: table;
    margin: 5px 0;
    padding: 6px 0;
}

.single-services p {
    font-size: 20px;
	margin-bottom: 10px;
}

.simple-image img {
    border: 1px solid #ebebeb;
    padding: 2px;
	height: auto;
}
.single-blog-page {
    padding-top: 15px;
}

#sidebar > ul#sidebarwidgeted {
    border-left: 1px solid #eeeeee;
    padding-left: 25px;
}

.main-outer-page .wp-caption-text {
    font-size: 13px;
}

.single iframe {
    margin: 15px 0;
}

.blog #sidebar > ul#sidebarwidgeted {
    border-left: 0 none;
}

nav .nav-item .sub-menu .sub-menu {
    display: none;
}

nav .sub-menu .menu-item-has-children::after {
    color: #ffffff;
    right: 10px; top: 13px;
}



nav .sub-menu .sub-menu.menu-depth-2 {
    left: 230px;
    top: -3px;
}

 nav.nav .nav-item .sub-menu li:hover .sub-menu.sub-menu.menu-depth-2 {
    display: block;
}

 nav.nav .nav-item .sub-menu li:hover .sub-menu.sub-menu.menu-depth-2 li:hover .sub-menu {
    display: block;
}

nav.nav .nav-item:hover .sub-menu .sub-menu {
    display: none;
    left: 100%;
    top:-3px;
}

/*Gallery*/

.gallery-area .single-team-member .img-holder {
    overflow: hidden;
    position: relative;
    display: block;
}
.gallery-area .overlay-style-one {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(114, 219, 212, 0.9);
    color: #fff;
    transition: all 500ms ease;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    height: 101%;
}
.gallery-area .single-team-member:hover .img-holder .overlay-style-one {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.gallery-area .single-team-member .photo_gallery_content p , .gallery-area .single-team-member .photo_gallery_content a {
    font-size: 17px;
}
.gallery-area .grid-item .single-team-member {
    margin-bottom: 40px;
	border: 1px solid #dfdfdf;
}
.photo_gallery_content {
    text-align: center;
    padding: 15px 20px 20px;
}
.gallery-area .overlay-style-one a {
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 2px 30px;
    color: #000;
    width: 90%;
     border: 1px solid #000000;border-radius: 50px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease; font-size: 18px;
}

.gallery-area .overlay-style-one a:hover { background: #096eb0 none repeat scroll 0 0;
    border-color: #096eb0;
    color: #ffffff; }

.blog-main-page.gallery-main-page .single-blog-page {
    text-align: center;
}
.blog-main-page.gallery-main-page .single-blog-page h3 {
    margin: 30px 0 20px;
}

.services_sidebar #sidebar .widget-title a{ display: table; font-family: 'FuturaPTDemi';color: #000000;}

.services_sidebar .blogarchive-bx .widget{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
}

#lightbox .lb-data .lb-number {
    display: none;
}

img.example-image{ width: 400px; }

.single-blog-item .img-holder.single-blog-img {
    float: right;
    margin: 0 0 10px 10px;
    width: 300px;
}

.stafftext .stafftitcon h3 {
    margin-bottom: 11px;
}

.stafftext .stafftitcon h6 {
    font-size: 15px;
    margin: 0 0 13px;
}

.widget_simpleimage .wp-caption-text-blog {
    background: #ededed none repeat scroll 0 0;
    font-size: 12px;
    padding: 0 40px 4px;
    position: relative;
    text-align: center;
    top: -10px;
}

.home-welcome .counter:last-child::after {
    color: #000000;
    content: "+";
    font-size: 38px;
    font-weight: 700;
    position: absolute;
    text-indent: -60px;
    top: 10px;
}

.foot-contact-form div.col-sm-12 p {
    text-align: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	 .slider { position: relative; z-index: -1;}

	 header  { position: relative; z-index: 9;}
}


edge:
_:-ms-lang(x),	 .slider { position: relative; z-index: -1;}

_:-ms-lang(x),	 header  { position: relative; z-index: 9;}

IE11:
_:-ms-fullscreen,	 .slider { position: relative; z-index: -1;}

_:-ms-fullscreen,	header  { position: relative; z-index: 9;}

/* Microblading After Cancer */


.page-template-template-jennifer-story .faqstext p,
.page-template-template-jennifer-story .jennifer-story.foot-contact-form p {
    font-size: 18px;
}

.page-template-template-jennifer-story .faqstext h3 {
    font-size: 35px;
    color:#096fb1;
    margin: 20px 0 20px;
}

.page-template-template-jennifer-story .jennifer-story.foot-contact-form h2
{
    font-size: 35px;
    color:#096fb1;
    margin-bottom:20px;
}

.page-template-template-jennifer-story .jennifer-story.foot-contact-form .wpcf7 input,
.page-template-template-jennifer-story .jennifer-story.foot-contact-form .wpcf7 textarea {
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 8px 10px;
    resize: none;
    width: 100%;
    font-size: 18px;
}

.page-template-template-jennifer-story .jennifer-story.foot-contact-form .wpcf7 {
    margin: 0 !important;
    float: left;
    width: 100%;
}

.page-template-template-jennifer-story .jennifer-story.foot-contact-form .wpcf7-form {
    background: #fcfcfc none repeat scroll 0 0;
    padding: 30px 30px 10px;
    border: 1px solid #dcdcdc;
}

.jennifer-story.foot-contact-form .abv-form-text p {
    color:#096fb1;
    text-align: center;
    font-size: 23px;
}

.page-template-template-jennifer-story .jennifer-story.foot-contact-form .wpcf7 input[type="submit"] {
    background: #0887d6 none repeat scroll 0 0;
    border: 0 none;
    color:#fff;
    display: table;
    float: none;
    margin: 0 auto;
    padding: 10px 30px;
    width: auto;
}
header .call-us-online p a, header .call-us-online p {
    color: #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 3px 0 0;
    font-family: 'FuturaPTMedium';
    text-decoration: underline;  
} 
header .call-us-online p { text-align: center;} 

.single-blog-page .gallery {
    float: left;
    width: 100%;
}