/*
Theme Name: Doctor Clinic Pro
Theme URI: http://luzuk.com/demo/doctor-clinic/
Author: Luzuk
Author URI: http://www.luzuk.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doctor-clinic-pro
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, portfolio
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    text-decoration: :none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {

    margin: 0 2px;
    padding-top: 15px;

}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #444;
    font-size: 17px;
    line-height: 1.6;
    /*font-family: 'Pontano Sans', sans-serif;*/
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
    line-height: 1.2;
    
}

h1{
    font-size: 28px;
    margin-bottom: 15px;
}

h2{
    font-size: 26px;
    margin-bottom: 15px;
}

h3{
    font-size: 30px;
    margin:20px 0 15px 0;

}

h4{
    font-size: 22px;
    margin-bottom: 10px;
}

h5{
    font-size: 20px;
    margin-bottom: 10px;
}

h6{
    font-size: 18px;
    margin-bottom: 10px;
}
p {
    margin:0 0 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}


pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    /*background-image: url(images/backgroundimg.jpg); 
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;*/
     background: #fff; 
}

body .overlay {
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: -1;
    opacity: 0.3;*/
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 15px;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#ht-newslatter-section input[type="submit"]{
    left:-30px !important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #13c15e;
    padding: 10.5px 30px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0px;
    font-size: 18px;
    font-weight: 700;
}
button,
input[type="submit"]:hover{   
    opacity: 0.6;
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #2d2d2d;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #404040;
    border: none;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    vertical-align: top;
    width: 100%;
}

select {
    border: none;
    height: 40px;
    padding: 3px 40px 3px 20px;
    background-color: #ffffff;
    line-height: 100%;
    outline: 0;
    background-image: url("images/arrow.png");
    background-position: right; center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 11px 20px;
    
}

textarea {
    padding: 8px;
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #0070aa;
    text-decoration: none;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
}

a:visited {
    
}

/*a:hover{
    color: #13c15e;
    text-decoration: none;
}*/

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    border-radius: 10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    border-radius: 10px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
    padding: 15px 0 5px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #6d6d6d;
    margin: 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.widget-area .widget-title:after{
    content:"";
    position: absolute;
    left: 0;
    top: 100%;
    width:90px;
    background: #ff2100;
    height: 4px;
}

.widget-area ul{
    list-style: none;
    padding:0;
    margin: 0;
}

.widget-area ul ul{
    border-top: 1px solid #f9f9f9;
    margin-top: 5px;
}

.widget-area ul ul li{
    padding-left: 10px;
}

.widget-area ul ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

.widget-area li{
    padding: 5px 0;
    line-height: normal;
}

.widget-area a{
    text-decoration: none;
    color: #404040;
}

.widget-area a:hover{
    color: #fe5722
}

.widget-area .widget{
    margin-bottom:15px;
    padding:0 1em 1em;
    background: #fff;
    border-radius:10px;
}

/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
div#sidebars fieldset input[type="submit"],
div#secondary fieldset input[type="submit"] {
    font-size: 14px;
    padding: 9px 0px;
    width: 90px;
}


#secondary input[type="text"]{
    width: 150px;
    border: 1px solid #283949;
    height: 40px;
    font-size: 14px;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.author-email-url{
    margin-left: -2%;
}
#comments a:hover{
    color:#2d2d2d;
}
#commentsAdd a:hover{
    color:#2d2d2d;
}
#content-box a :hover{
    color:#2d2d2d;
}
#content-box a i{
    color: #fff;
}
#commentsAdd input[type="submit"]{
    background: #fc226a;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#commentsAdd input[type="submit"]:hover{
    background: #000;
    border-radius: 5px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
    float: left;
    margin-left: 2%;
    width: 31.33333%;
}

.author-email-url input{
    width: 100%;
}

.comment-form .form-submit{
    margin-bottom: 0
}

#comments{

}

h3#reply-title,
h3.comments-title{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #fe5722;
    height: 2px;
}

.logged-in-as,
.comment-notes{
    font-size: 0.9em;
}

#comments ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments li.comment{
    margin: 0 0 20px;
}

#comments li.comment .children{
    display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}

article.comment-body {
    background: #fff;
    margin: 0px;
    position: relative;
}

.comment-list a{
    color: #404040;
}

.comment-list a:hover{
    color: #fe5722 !important;
}

.comment-list .comment-respond{
    margin-top: 20px;
    background: #FFF;
    padding: 20px;
}

.comment-list .vcard img {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-list .vcard .fn{
    font-weight: normal;
    font-size: 16px;
}

.comment-list .edit-link{
    position: absolute;
    right: 0;
    top: 0;
}

.comment-list .edit-link a{
    font-size: 14px;
    display: inline-block;
    padding: 10px;
}

.comment-list .comment-meta {
    margin-bottom: 15px;
} 

.comment-list .comment-metadata {
    border-top: 1px solid #EEE;
    padding-top: 10px;
    font-size: 14px;
}

.comment-list .comment-metadata a {
    float: left;
}

.comment-list .comment-metadata .reply {
    float: right;
}

#cancel-comment-reply-link {
    float: right;
}

.nav-previous a,
.nav-next a{
    background: #fe5722;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}

.nav-next a{
    margin-right: 13px;
}

.nav-next a:after{
    content: "";
    position: absolute;
    border-left: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    right: -11px;
}

.nav-previous a{
    margin-left: 11px;
}

.nav-previous a:after{
    content: "";
    position: absolute;
    border-right: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    left: -11px;
}

.no-comments{
    color: #fe5722;
}

.pagination{
    text-align: center;
}

.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #fe5722;
    color: #FFF !important;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #333;
    color: #FFF;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagingation{
    margin: 20px 0 0 0;
    clear: both;
    text-align: center;
}

.pagingation a{
    background:rgba(0,0,0,0.7);
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
}

.pagingation a:hover{
    /*background: #fe5722;*/
    color:#fff;
}

.pagingation .current{
    /*background: #fe5722;*/
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
#ht-home-gallry-section{
    background-image: url(images/man-461195_1280.jpg);
    background-position: top;
    background-size: cover;
}
.gallery {
    margin-bottom: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 13.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
.ht-gallery-member-image {
    position: relative;
    overflow: hidden;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.breadcrumbbox {
    padding:13px 0;
    color:#ee5636;
    border-bottom: 1px solid #ccc;
}
.breadcrumbbox span{
    color:#000;
    margin:0 3px;
}



/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header#ht-masthead li.header-btn {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    font-size: 16px;
    padding: 12px 30px;
    outline: 1px solid #ffffff;
    outline-offset: -3px;
}
header#ht-masthead .logobox img {
   
    height: 100%;
    width: 100%;
    margin-top: 20px;
    position: relative;
    left: 0;
    right: 0;
    
}
fieldset input[type="submit"] {
    /* padding: 9px; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-left: 5px; */
    /* padding-right: 10px; */
    width: 100px;
}
/* .lower-header {
    background-color: #fff;
}*/

.overlap-header {
    position: relative;
    top: 0px;
}
nav#ht-site-navigation ul li a:hover {
    /* border: 1px solid #fff; */
    color: #ac8e50;
    border-radius: 0;
}
nav#ht-site-navigation ul ul li a:hover {
    background: #ffffff;
    color: #000;
}
/*p.ht-site-title a {
    color: #ac8e50;
}*/
#ht-masthead{
    /*height: 85px;*/
    z-index: 99;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    background:#fff ;
    width:100%;
    padding-left:35px;                 
}

.ht-sticky-header #ht-masthead{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 20000;
}

.ht-sticky#ht-masthead{
   /* height: 74px;*/
}

.ht-sticky-header #ht-content{
    position: relative;
    z-index: 9;
    padding-top: 94px;
}

#ht-site-branding{
    float: left;
    width: 30%;
    padding:28px 0;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}

.ht-sticky #ht-site-branding{
    padding: 5px 0;
}

#ht-site-branding img{
    max-height: 80px;
    width: auto;
}

.page-main-header{
    background: #fe5722;
    color:#fff;
    clear: both;
}

.ht-main-title{
   margin: 15px 0 15px;
    letter-spacing: 1px;
    font-weight: 400;
    
}

.ht-main-title:last-child{
    margin-bottom: 0;
}

.ht-site-title, .site-title{
    font-weight: bold;
    margin: 10px 0;
    letter-spacing: 1px;
    font-size: 25px;
}
/*.logobox img {
    margin: 20px 0;
}*/
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #ffffff;
    word-break: break-word;
}

.ht-site-description{
    color: #ffffff;
     font-size: 14px; 
     font-weight: 400; 
     text-align: right; 
    margin: 0;
     font-family: 'Open Sans', sans-serif; 
}

#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
    font-size: 15px;
    margin: 0;
    color: inherit;
    display: none;
}
.single-productpage .innerpage-whitebox {
    margin-top: 15px;
} 
.single-productpage #sidebars {
    margin-top: 15px;
}
.single-productpage .ht-main-title {
    padding: 20px;
}
.woocommerce ul.product_list_widget li img{
     margin:0 14px 0 5px;
}
.woocommerce .woocommerce-breadcrumb a,
#total-breadcrumbs a{
    color: #000;
}

.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover{
    color: #fe5722;
}

.taxonomy-description,
.term-description{
    margin-bottom: 15px;
}

.taxonomy-description p:last-child,
.term-description p:last-child{
    margin-bottom: 0;
}
#ht-masthead .header-left {
    text-align: center;
    margin: 0 auto;
    background: #262b2e;
    margin: 0px 8px 0px 0px;
}
.lower-header .header-social-links {
       text-align: right;
}
#ht-masthead input[type="search"]::placeholder {
    color: #fff;
}


/*===========================================
## Search & cart icon
======================================*/
.sitenav .search-icon{
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
    padding: 0;  
}
.sitenav .search-icon i{
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: #ac8e50;
    padding: 13px 15px;
    border-radius: 50%;
}
.sitenav .search-bar {
    display: none;
    position: absolute;
    bottom: 16px;
    z-index: 200;
    right: 13%;
}
.sitenav .search-bar input{
 display:inline-block;
}
.sitenav .search-bar input[type="text"]{ 
 width:100%;
 background: rgba(33, 33, 33, 0.8);
 color:#fff;
 border:none;
}

.sitenav .search-bar input[type='submit']{
    background: #000;
    color: #000;
    width: 15%;
    padding: 0;
}

.fa-search {
 &:hover {
  color: rgba(255, 255, 255, 0.75);
 }
}


/*==============================================*/

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.textcenter{
    text-align: center;
}

:hover{
    -webkit-transition-duration: 1s;   
    -moz-transition-duration: 1s;   
    -o-transition-duration: 1s;   
    transition-duration: 1s;
}

/*section{
    background: #FFF;
}*/
section .darkbox{
    padding:3em 0;
    background: rgba(0,0,0,0.6)
}
.padding0{
    padding: 0;
}

.ht-section-title-tagline{
    margin-bottom: 10px;   
	text-align:center;
    position: relative;
}

.ht-section-title{
   font-size: 40px;
    color: #fff;
    margin-top: -21px;
    font-weight: 700;
    z-index: 2000;
    position: relative;

}
.lz-blog-heading{
    position: relative;
    z-index: 2000;
}
.darkbox .ht-section-tagline{
    font-size:16px;
    width: 70%;
    margin: 0 auto 0;
    color:#fff;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.ht-main-navigation a:hover {
    background: #0070aa;
}
/*======================= For Header Button ==================*/
header#ht-masthead .btn{
    border-radius: 0;
    border: none;
    /*color: #fff;*/
   /* text-transform: uppercase;*/
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
}
header#ht-masthead .btn:hover{
    /*color: #fff;*/
}
header#ht-masthead .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    z-index: -1;
}
header#ht-masthead .btn:hover:before{
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.56);
}
header#ht-masthead .btn.blue{
    background: #5bc2d5;
}
header#ht-masthead .btn.blue:before{
    background: #ffffff24;
}
/*======================= For Header Button ==================*/

header#ht-masthead .header-social-links.padding0 li:nth-child(2) {
    display: inline-block;
    text-align: center;
    float: right;
}
header#ht-masthead .header-icon {
    position: relative;
    left: 0px;
    top: 5px;
    padding-bottom: 15px;
}

a.header-btn {
    background: #000;
    padding: 15px 30px;
    outline: 1px solid #fff;
    outline-offset: -4px;
    font-size: 16px;
    display: -webkit-inline-box;

}
header#ht-masthead h1.ht-site-title,
header#ht-masthead p.ht-site-title {
    position: absolute;
    bottom: 45px;
    margin: 0 auto !important;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 500;
}
header#ht-masthead .socialalign {
    padding-top: 25px;
}

header#ht-masthead li.themetext.phonetxt:after {
    content: "|";
    padding: 0px 12px 0px 12px;
}
header#ht-masthead .header-menu{
    text-align: right;
}
header#ht-masthead .header-social-links li.headsocials {
    background-color: #0070aa;
    display: inline-block;
    padding: 0px 18px 2px 18px;
    margin-right: -5px;
}
header#ht-masthead .header-about-theme {
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    padding: 0;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

header#ht-masthead li.themetext {
    list-style: none;
    padding-top: 7px;
    display: inline-block;
}
/*h1.ht-site-title a {
    color: #7c529c;
}*/
/*#ht-masthead .main-header {
    height: 133px;
}*/
.header-right-box {
    color: #ffffff;
    font-size: 15px;
    /*font-weight: bold;*/
    /* font-family: 'Roboto', sans-serif; */
}
#ht-site-navigation{
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}
.header-right-box .header-phone, .header-right-box .header-email {
    color: #ffffff;
    font-size: 15px;
}
.ht-sticky #ht-site-navigation{
    /*padding: 17px 0;*/
}

.ht-main-navigation .ht-menu{
    float: left;
    /*border-left: 4px double #ffffff;*/
    
}

.ht-main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;

}

.ht-main-navigation li {
    float: left;
    position: relative;
    /*margin-left: 10px;*/
    padding:0;
}

.ht-main-navigation a {
       display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    /* font-family: 'Oswald', sans-serif; */
    line-height: 36px;
    padding: 0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    padding: 20px 20px 20px 20px;
}
.ht-main-navigation a:hover {
    
}
.ht-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 95%;
    text-align: left;
    background: #9bb70d;
    min-width: 250px;
    z-index: 999;
    padding: 8px;
    margin-top: 3px;
    box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.175);
}

.ht-sticky .ht-main-navigation ul ul{
    margin-top: 17px;
}

.ht-main-navigation .ht-menu > ul > li:last-child > ul{
    left: 0;
    right: 0;
}

.ht-main-navigation ul ul ul {
    left: 100%;
    top: 0;
    margin: 0 0 0 8px;
    border-top: 0;
}

.ht-sticky .ht-main-navigation ul ul ul{
    margin-top: 0
}

.ht-main-navigation ul ul a {
    text-transform: none;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    padding: 12px 15px;
    font-size: 14px;
}

.ht-main-navigation ul ul li {
    float: none;
    margin: 0 0 5px;
}

.ht-main-navigation ul ul li:last-child{
    margin-bottom: 0;
}

.ht-main-navigation ul li:hover > ul {
    display: block;
}

/*.page-template-home-template .ht-main-navigation .current_page_item > a,
.page-template-home-template .ht-main-navigation .current-menu-item > a,*/
.page-template-home-template .ht-main-navigation .current_page_ancestor > a,
.home.blog .ht-main-navigation .current_page_item > a,
.home.blog .ht-main-navigation .current-menu-item > a,
.home.blog .ht-main-navigation .current_page_ancestor > a{
    background: none;
    color: inherit;
}

.ht-main-navigation li:hover > a,
.page-template-home-template .ht-main-navigation li:hover > a,
.home.blog .ht-main-navigation li:hover > a,
.ht-main-navigation .current_page_item > a,
.ht-main-navigation .current-menu-item > a,
.ht-main-navigation .current_page_ancestor > a,
.page-template-home-template .ht-main-navigation .current > a,
.home.blog .ht-main-navigation .current > a {    
	
    border-radius: 20px;
   
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.ht-main-navigation ul ul li a:hover{
}
.ht-main-navigation li.current_page_item a {
     /* border: 1px solid #fff; */
    color: #ac8e50;
    border-radius: 0;
    font-size: 15px;
}
.ht-main-navigation ul li ul li.current_page_item a{
color: #fff;
}
#ht-masthead input[type="search"]{
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px;
    padding-right: 80px;
    height: 35px;
    color:#fff;
}
#ht-masthead input[type="submit"]{
    position: absolute;
    right: -45px;
    top: 25px;
    padding: 0 2px;
    background: none;
    z-index: 2000;
    text-indent: -999px;
}
#ht-masthead span.sb-icon-search {
    position: absolute;
    right: 25px;
    top: 4px;
    color:#fff;
}
.header-shape{
    background: #ac8e50;
    padding: 10px 30px;
    -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
    clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
}
#ht-masthead ul.header-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
#ht-masthead ul.header-menu-links li{
    float: left;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#ht-masthead ul.header-menu-links li i {
    margin-right: 5px;
    font-size: 20px;
}
#ht-masthead ul.header-menu-links li.mailto a{
    color: #fff;
}
#ht-masthead ul.header-menu-links li.themetext {
   float: left;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#ht-masthead .themetext, #ht-masthead .mailto{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
#ht-masthead .themetext span{
    color:#fff;
}
 #ht-masthead .mailto a span {
    color: #fff;
 }
 #ht-masthead .mailto a span:hover {
    color: #fd226a ;
 }
#ht-masthead .themetext i, #ht-masthead .mailto i{
    padding-right: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: 2px;
}

#ht-masthead .header-social-links a span:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#ht-masthead .header-social-links span.fa.fa-facebook, 
#ht-masthead .header-social-links span.fa.fa-twitter, 
#ht-masthead .header-social-links span.fa.fa-linkedin, 
#ht-masthead .header-social-links span.fa.fa-instagram {
    color: #fff;
    font-size: 14px;
    padding: 19px 9px 18px 9px;  
}
.upper-header {
    background: #161616;
    padding: 5px 0px 5px 0px;
}
.upper-header .header-social-links {
    text-align: right;
    padding: 4px 0;
}
.lower-header .contact-border {
    text-align: right;
}
.contact-border .themetext {
    color: #fff;
}
.contact-border .themedata {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.overlap-header{
    position: relative;
}
.lower-header {
    margin-bottom: 35px;
}
/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/

.ht-slide-cap-title.animated.fadeInDown span {
    font-weight: 500;
}
.ht-slide-caps-title.animated.fadeInDown {
   
    font-size: 17px;
    color: #1a3e60;
    padding: 18px 20px;
    background: #e6e2df;
    width: 107%;
    font-weight: 600;
}
/* Btn 11  for slider button*/
div#ht-home-slider-section .btn11{
    /*top: 40px;*/
    padding:10px 20px;
    /*margin: 0 10px;*/
    display: inline-block;
    text-decoration:none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border-radius:0px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
}


div#ht-home-slider-section .btn11:hover{
    border: 1px solid transparent;
    color: #80ffd3;
    font-weight: 600;
}
div#ht-home-slider-section .btn11::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #c10daf;
    position: absolute;  
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  } 

div#ht-home-slider-section .btn11::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #80ffd3;
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -15;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}
div#ht-home-slider-section .btn11:hover::before, div#ht-home-slider-section .btn11:hover::before{
    opacity:1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
div#ht-home-slider-section .btn11:hover::after, div#ht-home-slider-section .btn11:hover::after{
    opacity:1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
/* Btn 11  for slider button*/
div#ht-home-slider-section i.fa.fa-arrow-right {
    padding-left: 10px;
    font-size: 14px;
}


.ht-slide-cap-desc.animated.fadeInDown {
   font-size: 33px;
    font-weight: 400;
    background: #fff;
    width: 76%;
    padding: 10px 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.ht-slide-cap-title.animated.fadeInDown {
   font-size: 61px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #17adec;
    width: 107%;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
     
}
.bx-controls-direction {
    display: block;
}
.ht-slide{
    position: relative;
}

.ht-slide img{
    width: 100%;
    
}

.ht-slide-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   /* background: rgba(0,0,0,0.45); */
}

.ht-slide-caption{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    margin-left: -570px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.9;
}

.ht-slide-cap-title{
    font-size: 38px;
    color: #FFF;
    font-weight: 400;
    padding: 0 9%;
    line-height: 1.2;
    letter-spacing: 2px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    padding: 5px 5px 8px 5px;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ht-slide-cap-descmore{
	   
}
.ht-slide-cap-descmore a{
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border: 2px solid #ffffff;
}
.ht-slide-cap-descmore a:hover {
    background: #ffffff;
    color: #0070aa;
}
.ht-slide-cap-title span{
    display: inline-block;
}

.ht-slide-cap-desc{
    font-size: 24px;
    line-height: 1.4;
    color: #333333;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ht-slider-highlighttext {
    font-size: 40px;
    text-align: center;
    font-family: 'Dancing Script', cursive !important;
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a{
    height: 50px;
    width: 50px;
    margin-top: -35px;
    
}

#ht-home-slider-section .bx-wrapper .bx-controls-direction a:hover{
    opacity: 0.5;
}

#ht-home-slider-section .bx-wrapper .bx-prev{
    background: url(images/prev.png) no-repeat center rgb(233, 35, 99,0.6);
    /*background: url(images/prev1.png) no-repeat center #af9d55;
        right: 170px;*/
        left: 0;
}

#ht-home-slider-section .bx-wrapper .bx-next{
    background: url(images/next.png) no-repeat center rgb(233, 35, 99,0.6);
   /*background: url(images/next1.png) no-repeat center #908558;*/
    right: 0;
}

/*--------------------------------------------------------------
## Video Section
--------------------------------------------------------------*/
#video-section {
    background: #fff;
    padding: 0em 0 3em;
}
h5.lz-video-heading-bgtext {
    font-size: 105px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ececec;
    opacity: 0.6;
    position: relative;
    top: 60px;
}
#video-section .lz-video-Post-heading {
    color: #fc226a;
    position: relative;
    z-index: 2000;
}
#video-section .lz-video-subheading {
    margin-top: 1px;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 40px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
}
#video-section  .lz-video-text {
    color: #fff;
}
.video-sec {
    color: #000;
}
#video-section  .video-sec iframe {
    width: 80%;
    height: 600px;
    border: 7px solid #000;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
section#ht-aboutclinik-section .fpost.aboutclinikcounter-sec {
    margin-bottom: 15px;
}
section#ht-aboutclinik-section .aboutclinik-post-wrap h5 p {
    position: relative;
    left: 20px;
}
section#ht-aboutclinik-section .aboutclinik-post-wrap h5 {
   font-size: 15px;
    margin: 10px 0px;
    line-height: 25px;
    border-left: 5px solid #f6f6;
}
.about-designation-titile{
	font-size: 15px;
    font-weight: 600;
    padding-top: 30px;
}

#ht-about-us-section ul li:before {
   content: "\f101";
    font-family: 'Fontawesome';
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}
section#ht-about-us-section img {
    width: 100%;
    height: 100%;
}
#ht-about-us-section .overlay {
   width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,0.5);
    position: relative;
    opacity: 1;
    padding: 0 0 5em;
}
.about-box {
    background: #7c529c;
    position: relative;
    top: 0px;
    opacity: 0.9;
    padding: 35px 50px 26px;
}
/*#ht-about-us-section .aboutmain {
    background-color: #fff;
}*/
h5.lz-about-heading-bgtext {
    font-size: 105px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #697c80;
    opacity: 0.6;
    position: relative;
    top: 60px;
}
#ht-about-us-section .lz-about-heading {
    color: #fff;
    z-index: 2000;
    position: relative;
        border-color: #fff;
}
#ht-about-us-section .lz-about-subheading {
    margin-top: 1px;
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0 25px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
}
#ht-about-us-section .about-box-title {
    font-size: 25px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
}
#ht-about-us-section .ht-content.lz-about-text {
    padding: 10px 0px;
    font-size: 15px;
    color: #dcc9e9;
}
#ht-about-us-section .readmore a {
    background: none;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 9px 20px;
    color: #fff;
}
#ht-about-us-section .readmore a:hover {
    border: none;
    border-top: 5px solid #fff;
    background: #fc226a;
    border-radius: 0px;
}
#ht-about-us-section .readmore{
    padding: 20px 0;
}
/*#ht-about-us-section {
    padding: 0 0 5em;
}*/
#ht-about-us-section ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#ht-about-us-section ul li {
    /*background: url(images/list-ico.png) no-repeat 0 8px;
    padding: 0 0 0 20px;*/
	margin: 10px 0;
    font-size: 16px;
}

.ht-about-sec, .ht-text-block-sec{
    width: 54%;
    padding-right: 30px;
}

.ht-about-sec h2{
    text-align: left;
    width: auto;
}

.ht-progress{
    margin-bottom: 20px;
}

.ht-progress:last-child{
    margin-bottom: 0;
}

.ht-progress h6{
    font-weight: 300;
    margin-bottom: 5px;
}

.ht-progress-bar-sec{
    margin-top: 30px;
}

.ht-progress-bar{
    height: 8px;
    width: 100%;
    position: relative;
    line-height: 20px;
    font-size: 13px;
    background: #f6f6f6
}

.ht-progress-bar-length{
    background: #fe5722;
    height: 100%;
    text-align: right;
    padding-right: 20px;
}

.ht-progress-bar-length span{
    position: absolute;
    right: 0;
    bottom: 100%; 
}


.ht-left-image, .ht-right-image{width:45%;padding-right: 30px;display: inline-block;}
.ht-left-image{padding-right: 30px;padding-left: 0px;}
.ht-text-block-sec{padding:0px;padding-left:30px;display: inline-block;vertical-align: top}
.ht-text-block-sec h2.ht-section-title{margin: 0 auto 15px auto;width: 100%}
/*--------------------------------------------------------------
## Sticky Section
--------------------------------------------------------------*/
#sticky-section {
    position: fixed;
    top: 220px;
    right: 0px;
    width: 85px;
    background-color: #fcb204;
    padding: 10px;
    word-wrap: normal;
    z-index: 2000;
}
.sticky-post-wrap {
    margin: 0;
    padding: 0;
}
.sticky-icon span {
    font-size: 26px;
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-weight: normal;
}
#sticky-section h5 {
    text-transform: uppercase;
    color: #485154;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.sticky-icon span:hover {
    color:#000;
}
#sticky-section h5:hover{
    color:#000;    
}


/*--------------------------------------------------------------
## Facility Section
--------------------------------------------------------------*/
.ht-section-tagline.lz-facility-text.feature-border {
    text-align: left;
}
.ht-section-tagline.lz-featured-text.feature-border {
    text-align: left;
}
.facility-excerpt {
    color: #4f4f4f;
    font-size: 15px;
    /* line-height: 26px; */
}
#facility-content-section .facility-icon {
    font-size: 60px;
    color: #7c529c;
    background: none;
    text-align: center;
}
.ht-section-subtitle{
 font-size: 96px;
    font-weight: 800;
    color: #ececec;
    position: relative;
    top: 66px;
}
#facility-content-section .lz-facility-Post-heading {
    color: #fc226a;
    position: relative;
    z-index: 2000;
}

#facility-content-section .lz-facility-subheading {
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
}

#facility-content-section .lz-facility-subheading {
    margin-top: 1px;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 40px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
}
#facility-content-section .facility-post {
    border-top: 1px solid #dadada;
     /*   padding: 20px 20px 20px 0px;*/
}
.facility-sec:nth-child(odd) .facility-post{
    border-right: 1px solid #dadada;
   padding: 20px 20px 40px 0px;
}
.facility-sec:nth-child(even) .facility-post{
    border-top: 1px solid #dadada;
    padding: 20px 0px 40px 20px;
}
.facility-sec:nth-child(1) .facility-post, .facility-sec:nth-child(2) .facility-post {
    border-top: 1px solid transparent !important;
}
#facility-content-section .facility-readmore a {
    padding: 0;
    color: #fc226a;
    font-size: 14px;
}
#facility-content-section .facility-readmore a:hover {
 /*   border: 1px solid transparent;*/
 border:none;  
 border-radius: 0;
    border-bottom: 1px solid #7c529c;
    color: #7c529c;
}
/*===========*/
#facility-content-section{
     padding: 0em 0 3em;
    background-color: #fff;
}

#ht-facility-section .facility-img{
    width: 100%;
    border: 8px solid #bbb;
}

#ht-facility-section ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#ht-facility-section  ul li {
    background: url(images/list-ico.png) no-repeat;
    padding: 4px 0 4px 47px;
    margin: 10px 0;
}

#ht-facility-section .facility-box {
    padding-top: 2em;
}


.facility-box .ht-section-tagline {
    font-size: 16px;
}

.facility-content-bg {
    background: #ff9480;
    padding: 60px 50px;
}
#facility-content-section .lz-facility-Subtext {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
}
.facility-bg {
 /*    background: #fff;*/
  /*  padding: 50px;*/
    opacity: 0.9;
}
.lz-facility-text {
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}
#facility-content-section .readmore{
    margin-top: 30px;
}

#facility-content-section .description {
    font-size: 15px;
    color: #3e3e3e;
}
#facility-content-section .facility-post h5 {
    font-size: 25px;
    color: #212121;
    font-weight: 500;
}
.lz-facility-text ul {
    list-style: none;
    margin: 0;
}
.lz-facility-text ul li {
    font-size: 20px;
}
.lz-facility-text ul li i {
    margin-right: 10px;
    font-size: 24px;
    padding: 15px 16px;
    margin: -10px 15px 9px 0;
    border-radius: 42px;
    color: #fff;
    font-size: 22px;
    float:left;
}
.facility img{
    width:100%;
    height:100%;
    box-shadow: 6px 6px #989898;
}
.facility-box .heading {
    font-weight: 400;
    font-size: 19px;
    margin-top: 20px;
    display: block;
}
.facility-box .service-text{
    font-weight: 400;
    font-size: 16px;
    /*display: inline-block;*/
    margin-left: 70px;
}
.ht-facility-post {
    position: relative;
    z-index: 99;
}
.ht-facility-post-wrap {
    position: relative;
}
.ht-facility-post-wrap:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 28px;
    bottom: 34px;
    width: 2px;
}

@media screen and (min-width: 769px){
    .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    }
    
}
.col-container {
    display: table;
    width: 100%;
}
.col-facility{
    display: table-cell;
}
.heading.active i {
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #0158a6;
}
.test-right img {
    width: 100%;
    height: 100%;
}
.heading{cursor: pointer;}
@media screen and (min-width: 769px){
.inside-full-height{height:100%}

}


/*=======i m  p======*/
#featured-post-section .featured-button a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #fff;
    padding: 10px 40px; 
    color: #fff;
    border-radius: 0px;
   font-size: 13px;
   white-space: normal;
   
    
}

#featured-post-section .featured-button a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9c12c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
}

#featured-post-section .featured-button a:hover:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#featured-post-section .featured-button:hover{   
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
}
/*--------------*/

/*--------------------------------------------------------------
## Services Section
--------------------------------------------------------------*/

@media screen and (max-width: 767px){
   section#services-post-section .btn{  margin-bottom: 15px; }
}
/*=====featured button============*/
section#services-post-section .inner-content {
    /*background: #ffffff url(images/counterbg.png) no-repeat center;
    background-size: cover;*/
}
section#services-post-section .overlay {
    /* width: 100%; */
    /* height: 100%; */
    z-index: 10;
    /*background-color: #ffff;*/
    opacity: 1;
}
section#services-post-section .servicess-button {
    margin-top: 25px;
}

section#services-post-section .lightbox {
    padding: 2em 0em 10em 0em;
}
#services-post-section .leftbox{
    padding: 190px 0 0 50px;
    width: 18%;
}
#services-post-section .leftbox h5{
    font-size: 15px;
    font-style: normal;
}
#services-post-section .leftbox h2{
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 0;
}
#services-post-section .leftbox p{
    font-size: 15px;
    font-style: normal;
    line-height: 1.9;
}
#services-post-section .slide-item{
    text-align: center;
}
#services-post-section .treat-img{
    display: inline-block;
    position: relative;
    top: 10px;
}
#services-post-section .treat-img img{
    height: 210px;
    width: 210px;
    border-radius: 50%;
}
#services-post-section .slide-item p{
    font-weight: 700;
    font-size: 16px;
    padding: 40px 30px 0px 30px;
}
#services-post-section .slide-box{
    border-radius: 4px;
    padding: 20px 0;
    box-shadow: 0px 0px 6px 0px #88828252;
    margin-top: 30px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
#services-post-section .slide-box:hover{
    -webkit-transform: translateY(-20px);
    transform: translateY(-45px);
    
}
section#services-post-section h3.post-title,
#innerpage-box h3.post-title {
    font-size: 22px;
    margin: 20px 0px 10px 0px;
    font-weight: 400;
}

#services-post-section .slide-btn{
    height: 50px;
    width: 50px;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    margin: -80% 0 0% 36%;
    z-index: 2000;
    position: absolute;
    background: #fff;
    display: none;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
#services-post-section .slide-item:hover .slide-btn{
    display: block;
    cursor: pointer;
    -webkit-transform: translateY(-20px);
    transform: translateY(-45px);
}

/*--------------------------------------------------------------
## Featured Product slider
--------------------------------------------------------------*/

/* Catalogue slider Start */
.slider {
    position: relative;
    height: 500px;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 77%;
    float: right;
    top: 70px;
}
.newslide{
    background: #17adec;
    padding: 0px 50% 25% 61%;
    position: absolute;
    float: right;
    margin: 0px 0 0 130px;
}
.slider::-webkit-scrollbar {
  display: none;
}
.slider .slides {
    display: flex;
    position: absolute;
    left: 0;
    transition: 0.3s left ease-in-out;
    top: 39px;
}
.slider .slide-item {
 margin-right: 0px;
 width: 300px;
 
}
.slider .slide-item:last-child {
  margin-right: 0;
}
.ctrl-btn.pro-next {
    right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px;
    width: 4%;
    padding: 0px;
    left: 50%;
}
.ctrl-btn.pro-prev {
    right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px;
    width: 4%;
    padding: 0px;
    left: 45%;
  
}
.ctrl-btn:hover{
    color:#fff;
    background: #f6f6;
    border: none;
}
/*--------------------------------------------------------------
## Banner Section
--------------------------------------------------------------*/
#banner-content-section {
    background: #fff;
    padding: 4em 0 2em;
}
#banner-content-section .lz-banner-heading {
    color: #222222;
   /* background: url(images/lightsec-titlebg.png)no-repeat scroll bottom;
    padding-bottom: 20px;*/
}
.banner-ing-box {
    position: relative;
    overflow: hidden;
}
.bannerbox{
    color: #FFF;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 1;
    width: 100%;
    margin-bottom: 15px;
}
.bannerbox .bannercontentbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 35px 20px;
}

#banner-content-section .lz-banner-subheading {
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
}

.bannerbox .lz-banner-maintitle {
    padding: 0;
    font-weight: 400;
    font-size: 52px;
    color: #ff7f7f;
    font-family: 'Mukta', sans-serif;
    line-height: 70px;
}

.bannerbox .lz-banner-text{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding: 0;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 62%;
}
.bannerbox .lz-banner-maintitlehightlight{
    color: #fff;
    font-size: 98px;
    font-family: 'Alex Brush', cursive;
    line-height: 100px;
    font-family: 'Dancing Script', cursive !important;
}
#banner-content-section .readmore a{
    color: #fff;
    background: #ff7f7f;
    padding: 7px 15px;
    font-size: 26px;
    border-radius: 0;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    border:none;
    border-bottom:4px solid transparent;
}
#banner-content-section .readmore a:hover {
    border-bottom: 4px solid #ff7f7f;
    background: #000;
    font-weight: 400;
    border-radius: 0px 0px 2px 2px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.banner-img-box img {
    height: 435px;
    width: 100%;
    border: 1px solid #e4e4e4;
}
/*.banner-img-box img:hover {
    opacity: 0.6;
}*/
/*.bannerbox .bannercontentbox:hover {
     opacity: 0.8;
}*/
.right-bannerbox {
    margin-bottom: 15px;
}
.right-bannerbox .right-databox {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    padding: 15px 35px 20px;
}
.right-bannerbox .right-databox h5{
    padding: 0;
    font-weight: 400;
    font-size: 41px;
    color: #4d4d4d;
    font-family: 'Mukta', sans-serif;
    line-height: 45px;
    margin: 10px 0 5px;
}
.right-bannerbox .right-databox span {
    color: #ff7f7f;
    font-size: 77px;
    font-family: 'Alex Brush', cursive;
    line-height: 60px;
    font-family: 'Dancing Script', cursive !important;
}
.banner-icon img {
    height: 210px;
    width: 100%;
    border: 1px solid #e4e4e4;
}
/*.right-bannerbox .right-databox:hover {
    opacity: 0.6;
}*/
#banner-content-section .banner-readmore a{
    color: #fff;
    background: #ff7f7f;
    padding: 2px 10px;
    font-size: 25px;
    border-radius: 0;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    border:none;
     border-bottom: 4px solid transparent;
}
#banner-content-section .banner-readmore a:hover {
    border-bottom: 4px solid #ff7f7f;
    background: #000;
    font-weight: 400;
    border-radius: 0px 0px 2px 2px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
/*--------------------------------------------------------------
## Add to card
--------------------------------------------------------------*/
.total-count a.button.wc-forward {
    background: none;
    border: none;
    position: relative;
    right: 19px;
}
.total-count a.button.wc-forward:hover {
    background: none;
    border:none;
}
.total-count .count {
    color: #000;
    position: absolute;
    padding: 4px;
    z-index: 300;
    top: 4px;
    right: -7px;
    font-size: 10px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    background: #00293d;
}
.total-count img {
    width: 25px;
    height: 25px;
    margin: 11px 0 0;
}
/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/


#featured-post-section .featured-icon span.fa {
    position: relative;
    left: -1px;
    margin: 0 auto;
    top: 25px;
}
#featured-post-section .padding10 {
   padding: 0px 30px 10px 10px;
}

#featured-post-section .featured-post-boxes {
    margin-top: 50px;
}
#featured-post-section .lz-featured-subheading:before {
    display: inline-block;
    margin: 0 8px 5px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #007acc;
    width: 50px;
}
#featured-post-section .featured-post-wrap {
   margin-bottom: 45px;
}
#featured-post-section .featured-button {
    margin-top: 25px;
}
@media screen and (max-width: 767px){
   #featured-post-section .btn{  margin-bottom: 20px; }

}
/*=====featured button============*/

section#featured-post-section .lightbox {
    padding: 0em 0em 2em 0em;
}
section#featured-post-section img{
    height: 100%;
    width: 100%;
}
section#featured-post-section .lz-featured-subheading {
   font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
section#featured-post-section p {
    font-size: 14px;
    margin-top: 16px;
    line-height: 26px;
}

#featured-post-section{
    color: #FFF;
    background: #0e3963;
}
.lz-featured-heading{
	position: relative;
	z-index: 2000;
}
#featured-post-section .featured-post h5,
#featured-post-section .featured-post h5 span{
   font-size: 22px;
   font-weight: 500;
   
}
#featured-post-section .featured-icon{
    font-size: 45px;
}
.featured-excerpt{
    padding:0;
	font-size: 16px;
	color:#363636;
}
.ht-featured-icon .fa{
    vertical-align: bottom;
    color:#666666;
}
/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.ht-portfolio-cat-name-list{
    text-align: center;
    margin-bottom: 30px;
    text-align: right;
}

.ht-portfolio-cat-name-list .fa{
    vertical-align: middle;
    color: #fe5722; 
}

.ht-portfolio-cat-name{
    cursor: pointer;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #BBB;
    line-height: 1;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.ht-portfolio-cat-name:nth-child(2){
    border-left: 0;
    margin-left: 0;
}

.ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active{
    color: #fe5722;
}

.ht-portfolio-post-wrap{
    margin:2em 0;
}

.ht-portfolio{
    width: 33.33%;
    float: left;
    padding: 7.5px;
}

.ht-portfolio-outer-wrap{
    position: relative;
}

.ht-portfolio-wrap{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #f9f9f9;
}

.ht-portfolio-wrap img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0
}

.ht-portfolio-caption{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    padding: 30px;
    opacity: 0;
    background: rgba(255, 193, 7, 0.9);
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    overflow: hidden;
}

.ht-portfolio-wrap:hover .ht-portfolio-caption{
    opacity: 1;
}

.ht-portfolio-caption h5{
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    -ms-transform: translate(300px, 0); 
    -webkit-transform: translate(300px, 0); 
    transform: translate(300px, 0);
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.ht-portfolio-wrap:hover .ht-portfolio-caption h5{
    -ms-transform: translate(0, 0); 
    -webkit-transform: translate(0, 0); 
    transform: translate(0, 0);
}

.ht-portfolio-caption a{
    height: 36px;
    width: 36px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    display: block;
    line-height: 36px;
    color: #fe5722;
    font-size: 14px;
    background: #FFF;
    margin: 10px 5px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}

.ht-portfolio-caption a.ht-portfolio-image{
    -ms-transform: translate(-300px, 0); 
    -webkit-transform: translate(-300px, 0); 
    transform: translate(-300px, 0);
    right: 66px;
}

.ht-portfolio-caption a.ht-portfolio-link{
    -ms-transform: translate(-300px, 0); 
    -webkit-transform: translate(-300px, 0); 
    transform: translate(-300px, 0);
}

.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-link,
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-image{
    -ms-transform: translate(0, 0); 
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#ht-service-post-section{
    position: relative;
    padding: 40px 0;
    background: #F5F5F5;
}

.ht-service-left-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 50%;
}

.ht-service-posts{
    float: left;
    width: 50%;
    padding-right: 40px;
}

.ht-service-post-wrap{
    position: relative;
}

.ht-service-post-wrap:after{
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fe5722;
}

.ht-service-posts .ht-section-title-tagline{
    text-align: left;
    margin-bottom: 21px;
}

.ht-service-posts .ht-section-title{
    width: auto;
}

.ht-service-posts .ht-section-tagline{
    width: auto;
}

.ht-service-post{
    margin-bottom: 25px;
    position: relative;
    z-index: 99;
}

.ht-service-post:last-child{
    margin-bottom: 0
}

.ht-service-icon{
    float: left;
    font-size: 18px;
    background: #fe5722;
    width: 50px;
    text-align: center;
    color: #FFF;
    line-height: 50px;
    cursor: pointer;
    border-radius: 50%;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}

.ht-active .ht-service-icon{
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #fe5722;
}

.ht-service-excerpt{
    padding-left: 65px;
}

.ht-service-text{
    display: none;
}

.ht-service-excerpt h5{
    margin: 15px 0 6px;
    cursor: pointer;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
#innerpage-box .team-member-designation {
    color: #9bb70d;
    font-size: 16px;
    padding-top: 10px;
    text-transform: capitalize;
}
#innerpage-box .ht-team-social-id a i{
    color:#777;
}
#ht-team-section .team-member-designation {
   color: #888;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}
#innerpage-box  .team-member-designation {
    color: #888;
}
#ht-team-section{
   background: #fff;
      padding: 5em 0 5em;
}

#ht-team-section .lz-team-subheading {
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
}

#ht-team-section .ht-section-title-tagline p{
    margin: 2% auto 5%;
    font-size: 14px;
    font-style: normal;
    width: 50%;
}
.ht-team-member{
    margin-top: 1em;
}

.ht-team-member {
    text-align: center;    
}

.ht-team-member-image {
    overflow: hidden;      
}

.tem-box .ht-team-social-id{
    padding: 20px 10px;   
    width: 100%;
}

.ht-team-social-id a{
    display: inline-block;
    color: #777;
    margin: 0 0px;
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    width: 32px;    
}


.ht-team-member:hover .ht-team-member-excerpt{
    opacity: 1;
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1);
}

.ht-team-member-excerpt-wrap{
    display: table;
    width: 100%;    
    height: 100%;
}

.ht-team-member:hover .ht-title-wrap{
    display:block;
    cursor:pointer;   
    
}

/*.ht-title-wrap{
    background: #fff;
    color: #FFF;
    left: 0;
    bottom: -80px;
    right: 0;
    -moz-transition: all 50s ease;
    -webkit-transition: all 50s ease;
    -webkit-transition: all 50s ease;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    border-radius: 2px;
    padding:5% 10%;
    box-shadow:0 0 10px 1px rgba(169, 168, 168, 0.5);
    z-index:999;       
    
  
}*/
.member-name{
    font-size:20px;
}
.ht-team-member h6{
    position: relative;
    margin: 0 0 5px 0;
    color: #363636;
    font-size: 24px;
}


.ht-team-member h6 a{
    text-decoration: none;
    color: inherit;
}

.ht-team-member .ht-team-member-excerpt h6:after{
    content: "";
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    height: 2px;
    background: #FFF;
    bottom: -2px;
}

.ht-team-member .ht-team-designation {
    font-size: 14px;
    color: #666;
    padding:0 15px;   
}
.ht-team-member .ht-team-member-excerpt-wrap{
    font-size: 14px;
    color: #666;
    padding:0 15px;   
}

.ht-team-detail{
    background: #FFF;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fe5722;
    padding: 0 10px;
    text-decoration: none;
    line-height: 30px;
    font-size: 0.9em;
}

.ht-team-detail:hover{
    background: #333;
    color: #FFF;    
}
.ht-team-member-image img {
    margin: 0 auto;
    width: 100%;
}
.ht-team-member:hover .ht-team-member-image img {
    /*-ms-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);*/
}
.ht-title-wrap{
    /*background: #fff;
    color: #000;
    padding: 15px;
    margin: -30px 20px 0 20px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
}
.ht-team-member:hover .ht-title-wrap{
    /*margin-top: -40px;*/
}
.animate {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
section#counter-section .lightbox {
   padding: 3em 0em 3em 0em;
}
section#counter-section .overlay{
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: #0fbd6f94;
    position: relative;
    opacity: 0.8;
    padding: 0;
}
section#counter-section .counter-box:hover {
    transform: scale(1.05);


}
section#counter-section .counter-box {
    border-right:1px solid #fff;
    padding: 20px 0;
    display: block;
    text-align: center;
    -webkit-transition: transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
section#counter-section .col-md-3.col-sm-3.counter-post:nth-child(4) .counter-box,  
section#counter-section .col-md-4.col-sm-4.counter-post:nth-child(3) .counter-box,
section#counter-section .col-md-6.col-sm-6.counter-post:nth-child(2) .counter-box,
section#counter-section .col-md-12.col-sm-12.counter-post:nth-child(1) .counter-box   {
    border-right: none;
}
section#counter-section .counter-post h5 {
    font-size: 55px;
    font-weight: 800;
}
section#counter-section .counter-post h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.counter-box-12{
    margin: 0 20% 0 20%;
    padding: 50px;
}
/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
.ht_client_logo_slider img{
    padding: 0 26px;
}

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
main#innerpage-box .page-testimonial-box:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #00659bd6 transparent transparent;
    position: absolute;
    bottom: -18px;
    right: 0;
    border-width: 18px 18px 0 0;
    /* left: auto; */
    right: 0;
    opacity: 0.75;
}
main#innerpage-box .page-testimonial-box:before {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #00659bd6 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
    opacity: 0.75;
}
main#innerpage-box .page-testimonial-box i.fa.fa-quote-left {
    position: relative;
    top: -80px;
    font-size: 40px;
    color: #ff4e00;
    left: -54%;
}
/*==============---------==============*/
main#innerpage-box .testimonial-img {
    display: inline-block;
    /* width: 110px; */
    /* height: 100%; */
    /* background: transparent; */
    padding: 3px;
    transition: all 0.5s ease 0s;
    margin: 0 auto;
}
main#innerpage-box .testimonial-content .testimonial-img:hover {
    background: #13c15e;
    border-radius: 50%;
}

/*==============---------==============*/
main#innerpage-box .testimonial-content:after {
    content: "";
    border-top: 3px solid #ff4e00;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}
main#innerpage-box .testimonial-content:before {
    content: "";
    border-top: 3px solid #ff4e00;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}
main#innerpage-box .page-testimonial-box .testimonial-designation {
    font-size: 18px;
    color: #ffffff;
}
section#testimonials-section .testimonial-content-box:hover h6 {
    font-weight: 600;
}
section#testimonials-section .testimonial-designation
{
    font-size: 14px;
}

section#testimonials-section i.fa.fa-quote-left{
    font-size: 50px;
    color: #13c15f;
    float: left;
    margin-top: -100px;
}
section#testimonials-section .testimonial-content-box {
    text-align: center;
}
#testimonials-section .testimonial-content-box:before{
    content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 48px;
    font-weight: 800;
    color: #13c15e;
    background: none;
    position: absolute;
    left: 0px;
    padding: 10px 20px;
    top: -17px;
}
#testimonials-section .testimonial-content-box:after{
    content: "\f10e";
    font-family: 'Fontawesome';
    font-size: 48px;
    font-weight: 800;
    color: #13c15e;
    background: none;
    position: absolute;
    right:0px;
    padding: 10px 20px;
    top: -17px;
}
section#testimonials-section {
    /*background-size: cover;
    opacity: 0.87;*/
}
section#testimonials-section i.fa.fa-quote-right {
    font-size: 50px;
    color: #13c15f;
    float: right;
    margin-top: -100px;
}

#testimonials-section .lz-testimonials-heading {
    color: #222222;
   /* background: url(images/darksec-titlebg.png)no-repeat scroll bottom;
    padding-bottom: 20px;*/
}

h5.lz-testimonials-heading-bgtext {
    font-size: 105px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ececec;
    opacity: 0.6;
    position: relative;
    top: 60px;
}
#testimonials-section  .lz-testimonials-Post-heading {
    color: #fc226a;
    position: relative;
    z-index: 2000;
}
#testimonials-section  .ht-section-title-tagline {
    margin-bottom: 3em;
}

#testimonials-section .testimonial-content {
 
   position: relative;
}
h2.testimonial-heading.ht-section-title {
    color: #2b2b2b;
}
main#innerpage-box h6.secondry-text span {
    color: #000;
}
main#innerpage-box .testimonial-content {
    padding: 0px 70px 60px 70px;
    line-height: 2.0;
}

#innerpage-box .test-box:hover{
    border:none;
    background: none;
}
#innerpage-box .testwidth {
    width: 100%;
} 
#innerpage-box .page-testimonial-box .team-thumb {
   width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    display: inline-block;
    margin-top: -50px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#innerpage-box .testimonial-content h6{
    /*color:#fc226a;*/
}

.testeffect:nth-child(odd){
    margin-top: 0px;
}
.testeffect:nth-child(even){
    margin-top: 80px;
}
main#innerpage-box .team-thumb img {
   height: 125px;
    width: 125px;
    padding: 0;
}
main#innerpage-box .test-box h6 {
    color: #000;
    text-transform: uppercase;
}
#testimonials-section h6 span {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
#testimonials-section .team-thumb img {
    height: 90px;
    width: 90px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #ffffff; 
}
#testimonials-section .testimonial-content-box:hover .team-thumb img {
    border-color: #fc226a;
    background: #fff;
}

#testimonials-section .team-thumb {
    position: relative;
}
.testimonial-details{
    text-align: center;
    
}
#testimonials-section .testimonial-content-box .testimonial-details:before{
    border-bottom: 2px solid #007acc;
    display: inline-block;
    margin: 25px 0px 15px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    width: 35px;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out; 
}
.testimonial-content:hover .testimonial-content-box:before{
    width: 120px;
     transform: scale(1.1) rotateZ(0deg);
             -moz-transform: scale(1.1) rotateZ(0deg);
                -webkit-transform: scale(1.2) rotateZ(0.5deg);
             -o-transform: scale(1.1) rotateZ(0deg);
}
#testimonials-section h6{   
    color: #fb216a;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;  
}
.testimonial-content h5 {
    font-weight: 400;
    font-size: 15px;
    color: #3f3f3f;
        margin: 0;
}
#innerpage-box .testimonial-content h5 {
    color: #3f3f3f;
}
#testimonials-section p{
   line-height: 27px;
    color: #3f3f3f;
    font-size: 16px;
    text-align: center;
    padding: 0 100px;
}
.text-designation {
    font-size: 15px;
    color: #ff9999;
}
.testimonial-img{    
    display: inline-block;
    position: relative;
    top: 20px;   
}
.testimonial-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 86px;
    width: 100%;
    height: 0;
    transition: all ease 1s;
}
/*==============---------==============*/
#testimonials-section .testimonial-img {
    display: inline-block;
    /* width: 110px; */
    /* height: 100%; */
    /* background: transparent; */
    padding: 2px;
    transition: all 0.5s ease 0s;
   margin-bottom: 30px;
  
}
#testimonials-section .testimonial-img:hover {
    background: #a0c716;
    border-radius: 50%;
}

/*==============---------==============*/
.testimonial-img:hover:after {
    border-radius: 50%;
    width: 90px;
    margin: 0 auto;
    height: 90%;
    left: 5%;
    z-index: 2000;
    top: 6%;
}
.testimonial-img img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out; 
}
.testimonial-img:hover img{
    /*box-shadow: 0 0 0 8px #3abbf2;*/
    transform: scale(1.1) rotateZ(0deg);
    -moz-transform: scale(1.1) rotateZ(0deg);
    -webkit-transform: scale(0.9) rotateZ(0.5deg);
    -o-transform: scale(1.1) rotateZ(0deg);

}
.quote-box:after{
    content: "";
    background-image: url(images/quote-boxbg.png);
    width: 28px;
    height: 23px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -23px;
    left: 10%;    
}
.quote-box{
	border: 2px solid #ffffff;
    position: relative;    
    padding:20px;   
}
#quote-carousel {
    padding: 0 10px 0px 10px;
    margin: 10px 0 10px 0;
}
.carousel-control {
    top: 0;
    bottom: -40px;
    width: 5%;
    display: none;
}

#quote-carousel .carousel-control.left {
    left:515px;
    /*top: -60px;*/
}
#quote-carousel .carousel-control.left i {
    color: #fff;
    background: none;
    padding: 5px 12px;
    opacity: 1;
}
#quote-carousel .carousel-control.right {
    right: 515px;
    /*top: -60px;*/
}
#quote-carousel .carousel-control.right i {
    color: #fff;
    background: none;
    padding: 5px 12px;
    opacity: 1;
}
#quote-carousel .carousel-control.left i:hover {
    color: #ea70a1;
}
#quote-carousel .carousel-control.right i :hover {
    color: #ea70a1;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    margin-right: -55px;
}
#quote-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    /* margin: 5px; */
    cursor: pointer;
    /* border: 4px solid #CCC; */
    border-radius: 50px;
    /* opacity: 0.4; */
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #ffffff;
    width: 10px;
    height: 10px;
    /* border-radius: 100px; */
    border-color: #fff;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    height:350px;
    border-radius: 10px;
   
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.test-box {
    background: #fff;
    padding: 20px 30px 40px 70px;
}
   .test-box:before {
       pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.80) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }
.test-box:hover:before, .test-box:focus:before, .test-box:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.test-quote i {
    font-size: 25px;
    color: #facaca;
}


/* --------------------------------- */
/* Testimonial Page */
/* --------------------------------- */

main#innerpage-box .page-testimonial-box{
    background: #00659b;
    margin-bottom: 30px;
    /* border-radius: 10px; */
    text-align: center;
    /* border: 3px solid #f1f1f1; */
    margin-top: 50px;
    /* box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); */
    margin-left: 0;
    width: 100%;
    /* border-left: 3px solid #ff4e00; */
    /* border-right: 3px solid #ff4e00; */
    /* border-bottom: 3px solid #ff4e00; */
        padding: 0px 30px;
}

/*--------------------------------------------------------------
## Timing Section
--------------------------------------------------------------*/
section#time-address-section .lightbox {
    padding-bottom: 0;
}
#time-address-section{
	/*background-image: url(images/timesectionbg.jpg);*/
    background-position:left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
#time-address-section .time-rightimg {
   width: 100%; 
}

.lz-fitness-time .days-time-day{    
    border-radius: 50px;
    padding: 3px 40px;
    text-align: center;
    color: #fff;
    font-size:18px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-style: italic;  
}


.lz-fitness-time .days-time-day-time{
    color:#2b2b2b;
    margin: 15px 0 15px 0;
    text-align: center;
	font-size:14px;
}

/*.lz-fitness-time div:nth-child(8){
    margin: 0 auto;
    text-align: center;
    float: none;
    display: inline;
    clear: both;
	padding:0;
}*/
/*.lz-fitness-time div:nth-child(8) div.days-time-day{	
	background:none ;
	font-weight:bold;
}*/
/*.lz-fitness-time div:nth-child(8) div.days-time-day-time{
	display:none;
}*/
.offtimebox  h4.offtime-text {
    background: none;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 0;
    border-radius: 50px;
    padding: 3px 40px;
    color: #81b440;
    font-size: 18px;
    display: table;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
}
/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
/*======= For Blog*/
section#blog-section .our-posts .blog-content{
    /*padding: 15px 0;*/
    /*background: #323232;*/
    border-top: 1px solid #cacaca;
    overflow: hidden;
    position: relative;
    text-align: center;
}
section#blog-section .our-posts .blog-content:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #d36832;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
section#blog-section .our-posts:hover .blog-content:before{
    top: 0;
}
section#blog-section .our-posts li{
    font-size: 24px;
    color: #04bea8;
    margin: 0 0 5px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
section#blog-section .our-posts:hover li
{
    color: #fff;
}
@media screen and (max-width: 990px){
    section#blog-section .our-posts{ margin-bottom: 20px; }
}
section#blog-section .our-posts{
    /*position: relative;
    text-align:center;
    overflow: hidden;*/
}
section#blog-section .our-posts img{
    width: 100%;
    height: 275px;
    transform: scale(1);
    transition: all 0.40s linear 0s;
    border-radius: 5px;
}
section#blog-section .our-posts:hover img{
    transform: scale(1.3);
    transition:transform 3s linear 0s;
}
/*======= For Blog*/
section#blog-section .ht-blog-date.blog-content i.fa.fa-calendar-o,
section#blog-section .ht-blog-date.blog-content i.fa.fa-user,
section#blog-section .ht-blog-date.blog-content i.fa.fa-commenting-o {
    font-size: 15px;
}
section#blog-section .ht-blog-date.blog-content li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    padding-right: 8px;
    padding-left: 8px;
}
section#blog-section .box-text {
    /*background-color: #f2f5fa;
    position: relative;
    margin: -35px 20px 5px 20px;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 25px 20px 0px 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff;
    border-radius: 5px;*/
}


/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/

#ht-cta-section{
    color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    position: relative;
    background-position: 50% 0; 
}

#ht-cta-section .ht-section{
    padding: 80px 0;
    background: none;
}

#ht-cta-section .ht-section-title-tagline{
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#ht-cta-section .ht-cta-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.contact-box{
    /*margin-top: 2em;*/
}

.ht-cta-buttons{
    text-align: center;
}

.ht-cta-buttons a{
    display: inline-block;
    padding: 0 30px;
    line-height: 52px;
    color: #FFF;
    border-radius: 1px;
    margin: 0 4px;
    font-family: 'Oswald', sans-serif;
}

.ht-cta-buttons a.ht-cta-button1{
    background: #fe5722;
}

.ht-cta-buttons a.ht-cta-button2{
    background: #333;
}

.ht-cta-buttons a.ht-cta-button1:hover{
    background: #333;
    color: #FFF;
}

.ht-cta-buttons a.ht-cta-button2:hover{
    background: #fe5722;
    color: #FFF;
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#ht-colophon input[type="text"]{
    font-size: 15px;
}
footer#ht-colophon select {
    padding: 5px 22px;
    font-size: 15px;
    margin-bottom: 6px;
    height: 55px;
}
footer#ht-colophon textarea::placeholder {
    font-size: 15px;
}
footer#ht-colophon textarea {
    height: 70px;
    margin-bottom: 6px;
    padding: 15px 22px;
}
.ht-top-footer input[type="submit"]:hover {
    opacity: 0.85;
}
footer#ht-colophon input[type="text"], input[type="email"] {
    margin-bottom: 5px;
}

footer#ht-colophon .social-profile-icons ul li:before {
    content: none;
}
div#copyright-note span {
    font-weight: normal;
    /* font-size: 16px; */
}
footer#ht-colophon ul li a {
       color: #989898;
       font-size: 16px;
       font-style: inherit;
}
.ht-footer table tr {
    border-bottom: 1px dashed #a7a7a7;
    line-height: 28px;
}
footer#ht-colophon .social-profile-icons ul li {
       background: #ccc;
    margin: 5px 5px;
    padding: 8px 11px 6px 11px;
    border-radius: 30px;
}
.ht-top-footer ul li{
    border-bottom: none;
}
.ht-top-footer ul li:before {
    content: "\f105";
    font-family: 'Fontawesome';
    font-size: 15px;
    padding-right: 6px;
    font-weight: 600;
   
}
footer#ht-colophon p {
       font-size: 14px; 
    color: #989898;
    margin-bottom: 6px;
}
footer#ht-colophon p i{
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
}
.ht-footer .textwidget .fa {
    margin-right: 5px;
}

.ht-footer ul li {
    padding: 10px 0 5px 0;
    list-style: none;
    display:block;
    margin: 0 10px;
    /* color: #757575; */
}

#ht-colophon{
    font-size: 16px;
}

.page-template-home-template #ht-colophon,
.home.blog #ht-colophon{
    margin-top: 0;
    
}
.newsfootersec{
    background:#183e62;
    /*display: none;*/
}

#ht-colophon a, footer#ht-colophon ul li span.post-date{
    color: #13c15e;
    text-decoration: none;
  /*  text-transform: capitalize;*/
  /*  font-size: 14px;*/
}

#ht-colophon .widget-title{
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-top: 22px;
}

#ht-top-footer{
    color: #fff ;
    padding: 70px 0;
}

.ht-top-footer{
    margin-left: -3%;
}

.ht-footer{
        width: 22%;
    margin-left: 3%;
    float: left;
}

.ht-footer .widget{
    margin-bottom: 10px;
}

.ht-footer .widget:last-child{
    margin-bottom: 0;
}

.ht-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-footer-menus-container ul li{
	background: url(images/footer-list-ico.png) no-repeat 0 8px;
    padding: 2px 0 2px 20px;
    list-style: none;
    margin-left: 14px;
}
.menu-footer-menus-containerul li a:hover{
    color:orange;
}
.social-profile-icons ul li{
    display: inline-block;
    /* padding: 5px; */
    margin: 1px;
}
.social-profile-icons ul li i{
    font-size: 20px;
}
.social-profile-icons ul li i:hover {
    color: #ff7f7f;
}
.ht-top-footer input[type="email"] {
    width: 100%;
    font-size: 16px;
    color: #757575;
}
.ht-top-footer input[type="submit"] {
      width: 100%;
    padding: 12px 0;
    font-size: 16px;
    background: #ff7f7f;
    color: #fff;
}
#ht-colophon .social-profile-icons a:hover{
    /*color: #fe5722;*/
}
#ht-bottom-footer{
    border-top: 1px solid #315373;
    text-align: center;
    color: #848484;
    line-height: 1.2;
    padding: 50px 0 60px 0;
    margin: 0 150px;
}
.ht-site-info {
    padding: 0px 0 10px;
    font-size: 15px;
}
.ht-site-info a{
 /*   border-bottom: 1px dotted #AAA;*/
}
.ht-site-info span {
    color: #13c15e;
}

#ht-back-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #111;
    height: 60px;
    width: 40px;
    text-align: center;
    color: #FFF;
    line-height: 60px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#ht-back-top:hover{
    background: #fe5722;
}

#ht-back-top.ht-hide{
    bottom: -100px;
}



/*--------------------------------------------------------------
## Pricing Section
--------------------------------------------------------------*/
#ht-princing-post-section {
   background:#fff;
   /* padding: 0px 0px 4em;*/
}
#ht-princing-post-section .overlay {
   width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,0.5);
    position: relative;
    opacity: 1;
    padding: 0em 0 5em;
}
h5.lz-package-heading-bgtext {
    font-size: 105px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #868985;
    opacity: 0.6;
    position: relative;
    top: 60px;
}
#ht-princing-post-section .lz-package-heading {
    color: #fff;
    z-index: 2000;
    position: relative;
    border-color: #fff;
}
#ht-princing-post-section .lz-package-subheading {
    margin-top: 1px;
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    padding: 0 25px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
}
#ht-princing-post-section .lz-plan-heading{
	color:#2b2b2b;
}
.ht-plan-block{
    background: #fff;
    padding:0 0 36px 0;
    border-radius: 10px;
}

#ht-princing-post-section .ht-princing-icon{  
    padding:30px 0 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 36px;
    color:#fff;
}

#ht-princing-post-section .plan-amount{   
    padding:0 0 10px 0;
    font-size: 60px;
    color:#fff;
    text-align:center;
}

#ht-princing-post-section .ht-princing-excerpt{
    padding: 27px 0;

}

#ht-princing-post-section .ht-princing-excerpt ul {
    padding: 0 30px;
    margin: 0;
}


#ht-princing-post-section .ht-princing-excerpt ul li{
border-bottom: 1px solid #dadada;
list-style: none;
padding:10px 0;
color:#4d4d4d;
}

#ht-princing-post-section .ht-princing-link {

}
.ht-princing-link a
{
    background :#4d4d4d;
    padding: 15px 50px;
    color:#fff;
    border-radius: 30px
}
.ht-princing-link a:hover{
    background:#fe5722;
     color:#fff;
     text-decoration: none;
}

/*--------------------------------------------------------------
## Address Section
--------------------------------------------------------------*/

#address-box{
    padding: 2em;
}

.fitness-address-block{
    margin:20px 0 0;
}

/*--------------------------------------------------------------
## faq Section
--------------------------------------------------------------*/
#ht-faq-section{
    padding: 0em 0 6em 0;
    background: #fff;
    background-attachment: fixed;
}
#ht-faq-section .box-effect {
       padding:0;
}
#ht-faq-section .lz-faq-subheading {
    position: relative;
}
#ht-faq-section .color-box {
    color: #3e3e3e;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    top: 90px;
    width: 100%;
    text-align: left;
}

#ht-faq-section .box-effect p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
#ht-faq-section .lz-faq-subheading span {
    color: #0070aa;
}
#ht-faq-section ul.contact-sm-links.social li:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
#ht-faq-section .faq-head-box p {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 20px;
}

h5.lz-faq-heading-bgtext {
    font-size: 105px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #868985;
    opacity: 0.6;
    position: relative;
    top: 60px;
}
#ht-faqs-section .color-box {
    /*padding: 20px 0px 0px;
    color: #3e3e3e;
    font-size: 21px;
    font-weight: 600;*/
    color: #3e3e3e;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    top: 90px; 
    width: 100%;
    text-align: left;
} 

#ht-appintment-section .box-effect {
      padding: 0 9% 1% 5%;
      padding: 0 9% 1% 5%;
}
.apointment-box {
    background: #7c529c;
    opacity: 1;
    position: relative;
    /*z-index: 9999;*/
    padding: 00px 25px 0px 0px;
}


.contact-box img.appointmentbox-img {
    width: 100%;
    height: 445px;
   /* height: 100%;*/
}
.appointment-icon span.fa {
    font-size: 35px;
    color: #fff;
    padding: 9px;
}
.appointment-content{
    font-size: 15px;
    position: relative;
    left: 15px;
    color: #fff;
    /* line-height: 44px; */
    margin-bottom: 25px;
}
.appointment-content a {
    font-size: 15px;
    position: relative;
    color: #fff;
    /* line-height: 44px; */
    margin-bottom: 20px;
}
.appointment-content a:hover{
    color:#fb216a;
}

.appointment-contentsub {
    color: #fff;
    font-size: 16px;
    position: relative;
    left: 15px;
    padding: 0;
    margin: 0;
}

.appointbox {
    color: #FFF;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 1;
    width: 100%;
}
.appointbox .appointcontentbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15% 18% 10% 20%;
}
.appointcolorbox {
    background: #fff;
    opacity: 0.8;
    padding: 60px;
    border: 10px solid #fbb5a7;
}
.lz-appointimg-subtitle1, .lz-appointimg-subtitle2, .lz-appointimg-subtitle3{
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
   /* position: absolute;
    top: -74px;
    left: 20%;*/
}
.lz-appointimg-title {
    font-size: 30px;
    font-weight: 600;
    color: #3e3e3e;
    margin: 20px 0;
}
.lz-appointimg-text {
    color: #313131;
    font-size: 15px;
    margin-bottom: 20px;
}
.lz-appointimg-daya, .lz-appointimg-dayb, .lz-appointimg-endday{
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 600;
    line-height: 35px;
}
.apointment-box .ht-appintment-member-wrap h3, .apointment-box .ht-appintment-member-wrap h2{
    font-size: 30px;
    color: #3e3e3e;
    padding: 0px 15px;
    font-weight: 600;
} 
.sect-bg {
    background: #fff;
}
.ht-appintment-member-wrap textarea {
    height: 110px;
}
.appoint-img-box img {
    width: 100%;
    height: 100%;
}
.ht-section-tagline.lz-appointment-text {
    font-size: 12px;
    /* font-family: 'Roboto', sans-serif; */
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
#ht-appintment-section .ht-appintment-member-wrap {
    color: #fff;
    padding: 0;
    font-size: 15px;
    margin-top: 30px;
}

#ht-appintment-section .overlay {
   /*width: 100%;
    height: 100%;
    z-index: 11;
    background-color: #f1f1f1;
    position: relative;
    opacity: 0.95;*/
}
#ht-appintment-section .ht-appintment-member-wrap label{   
     display: inline;
     color:#fff;
     font-size: 16px;
}

#ht-appintment-section .ht-appintment-member-wrap input::placeholder{
    color:#fff;
    opacity: 1;
}

.ht-appintment-member-wrap h4{
    color:#fff;
    text-align: center;
    margin: 0 0 30px 0;
}

.ht-appintment-member-wrap input[type="text"], 
.ht-appintment-member-wrap input[type="email"], 
.ht-appintment-member-wrap input[type="url"], 
.ht-appintment-member-wrap input[type="password"], 
.ht-appintment-member-wrap input[type="search"], 
.ht-appintment-member-wrap input[type="number"], 
.ht-appintment-member-wrap input[type="tel"], 
.ht-appintment-member-wrap input[type="range"], 
.ht-appintment-member-wrap input[type="date"], 
.ht-appintment-member-wrap input[type="month"], 
.ht-appintment-member-wrap input[type="week"], 
.ht-appintment-member-wrap input[type="time"], 
.ht-appintment-member-wrap input[type="datetime"],
.ht-appintment-member-wrap input[type="datetime-local"], 
.ht-appintment-member-wrap input[type="color"],
.ht-appintment-member-wrap textarea{    
   /* z-index: 2000;*/
    width: 96%;
    color: #fff;
    margin: 0px 0px 20px 0px;
    padding: 15px 10px;
    font-size: 14px;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ht-appintment-member-wrap select{
   outline: 0;
    background: #ffffff;
    /*z-index: 2000;*/
    width: 100%;
    color: #595959;
    margin: 0 0 10px 0;
    padding: 19px 10px;
    font-size: 14px;
    height: 42px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ht-appintment-member-wrap textarea {
      height: 95px;
    padding: 10px 10px;
}
#ht-appintment-section .ht-appintment-member-wrap textarea::placeholder{
    color:#fff;
}

.ht-appintment-member-wrap label{
    color:#fff;
	margin:0;
}

.lz-fitness-address-lable{
	margin:20px 0 0 0;
}
/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/

/*.fa-phone:before {content: "\f107";}*/
section#ht-contact-section .bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
/*for contact bouncing icon*/



#ht-contact-section .contact-content h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 4px 10px;
}
.contact-icon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin:0 0 0 12px;
    background: #13c15f;
}
#ht-contact-section .contact-icon:hover .fa{
         transform: rotate(360deg); 
    transition:transform 0.4s linear 0s,
      border-left-width 0s linear 0.35s;
}
#ht-contact-section .contact-icon:hover{
    cursor: pointer;    
}
.contact-icon:hover{
    cursor: pointer;
}
#ht-contact-section .contact-icon span.fa.fa-phone {
    font-size: 30px;
    position: relative;
    top: 12px;
}
#ht-contact-section .phone-subtagline {
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    padding: 12px 0;
   
}
.contentbox-rhs{
    text-align:right;
}
#ht-contact-section .inside-full-height.contentbox{
    padding: 0 11%;
}
#ht-contact-section .phone-subtagline.last-subtagline {
    border: none;
}
#ht-contact-section .phone-tagline {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
}
#ht-contact-section .contact-content p {
    margin: 0;
    font-size: 15px;
}
#ht-contact-section .contact-content span{
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
#ht-contact-section .contact-content a{
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}
#ht-contact-section .contact-content a:hover{
    color:#000;
}

.contact-sm-links {
    margin: 0px;
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
## logo Section
--------------------------------------------------------------*/
#ht-logo-section{
    padding: 3em 0 2em 0;
    background: #fff;
    background-attachment: fixed;
}
#ht-logo-section .logo-subheading{
    position: relative;
}
#ht-logo-section .logo-post-wrap{
    margin: 50px 0;
}
#ht-logo-section .logo-icon{
    font-size: 42px;
}
#ht-logo-section .logo-icon h5 a{
    color:#183e62;
}
#ht-logo-section .logo-icon h5{
    color:#183e62;
}

#ht-logo-section .logo-icon .ficon{
    position: relative;
    color: #000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 99px;
    background: #f9f9;
}
#ht-logo-section .logo-post:hover .fa{
         transform: rotate(360deg); 
    transition:transform 0.4s linear 0s,
      border-left-width 0s linear 0.35s;
}
#ht-logo-section .logo-post:hover{
    cursor: pointer;    
}
.logo-icon:hover{
    cursor: pointer;
}
#ht-logo-section .contact-small-innbox{
    padding: 50 0;
}
#ht-logo-section .logo-post{
    border-bottom: 2px solid #e9e9e9;
    padding-top: 90px;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    width: 90%;
}
.logo-post:hover {
    -webkit-transform: translateY(-20px);
         transform: translateY(-45px);
}
#ht-logo-section .logo-post h5{
    font-size: 15px;
    font-weight: 700;
    margin: 35px 0;
    padding: 0 58px;
    line-height: 1.7;

}
/*--------------------------------------------------------------
## Newsletter Section
--------------------------------------------------------------*/
.box-form p {
    text-align: left;
    padding-left: 25px;
}
.box-form {
    text-align: center;
    margin:0 30px;
}
section#ht-newsletter-section textarea {
    height: 70px;
    margin-bottom: 15px;
    padding: 20px 25px;
}
section#ht-newsletter-section label {
    width: 100%;
}
section#ht-newsletter-section 
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"]{
margin-bottom: 6px;
}
section#ht-newsletter-section select{
    margin-bottom: 15px;

}
section#ht-newsletter-section input[type='submit']:hover {
    background: #ffffff;
    color: #283949;
}

section#ht-newsletter-section .lightbox {
    padding: 0em 0em 4em 0em;
}
section#ht-newsletter-section {
 /*   background: #34addc url(images/testimonial.png) no-repeat center;*/
    background-size: cover;
   
}

section#ht-newsletter-section input[type="text"]::placeholder, 
input[type="email"]::placeholder {
    font-size: 14px;
}
section#ht-newsletter-section input[type='submit'] {
    padding: 14px 30px 13px 30px;
    font-size: 14px;
    font-weight: 600;
    margin-left: -50px;
}
/*=======-----==================-*/

/*=====----------=========-----*/
section#ht-newsletter-section i.fa.fa-envelope {
    font-size: 70px;
    position: relative;
    top: 12px;
    padding-right: 10px;
    left: 32px;
}
.newscolors {
    background: #7c529c;
    border-bottom: 3px solid #fc226a;
}

h2.newsletter-title {
       text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
} 
h2.newsletter-title:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20%;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    right: 40%;
    top: 100px;
    border-top: none;
    border-right: none;
}
.newsletter-form-box {
    color: #fff;
}
.pluses.text-right i.fa.fa-plus {
    font-size: 25px;
    margin-right: 2px;
   /* margin-top: 25px;*/
   position: relative;
    right: 13%;
    top: 25px;
}
.newsletter-form-box p {
    color: #fff;
}
.sect-height-newslatter-box {
     padding: 62px 25px 35px;
}
.newsletter-text {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
} 

#ht-newslatter-section .newsletter-box {
    box-shadow: 0 0px 10px 0px #00000024;
    margin-top: 15px;
    border-radius: 10px;
    padding: 0;
    padding: 15px;
    background: #ccccccc7;
}
section#ht-newslatter-section ::placeholder {
    color: #6f6d6d;
    padding: 10px;
    font-size: 16px;
}

.ht-section-tagline.lz-newslatter-text {
       font-size: 17px;
    text-align: center;
    font-weight: 400;
}
h2.ht-section-title.lz-newslatter-heading span {
    font-weight: bold;
    color: #2b2b2b;
}
#ht-newslatter-section .ht-section-title-tagline{
	color:#fff;
}
#ht-newslatter-section  .ht-section-title{
	padding:0;
    font-weight: normal;
    font-weight: bold;
    font-size:30px;  
}

#ht-newslatter-section .newsletter-form-box{     
       color: #fff;
}

.newsletter-form-box input::placeholder{
    color:#fff;
}


.newsletter-form-box input[type="text"], 
.newsletter-form-box input[type="email"], 
.newsletter-form-box input[type="url"], 
.newsletter-form-box input[type="password"], 
.newsletter-form-box input[type="search"], 
.newsletter-form-box input[type="number"], 
.newsletter-form-box input[type="tel"], 
.newsletter-form-box input[type="range"], 
.newsletter-form-box input[type="date"], 
.newsletter-form-box input[type="month"], 
.newsletter-form-box input[type="week"], 
.newsletter-form-box input[type="time"], 
.newsletter-form-box input[type="datetime"],
.newsletter-form-box input[type="datetime-local"], 
.newsletter-form-box input[type="color"],
.newsletter-form-box textarea{   
    border: none;
    color: #fff;
    width: 100%;
    border-radius: 0;
    margin: 0 0 10px 0;
    padding: 9px 20px;
    background: #5f3a7c;
    font-size: 15px;
    font-family: 'Lato',sans-serif;
}
.newsletter-form-box input[type="text"]::placeholder, 
.newsletter-form-box input[type="email"]::placeholder, 
.newsletter-form-box input[type="url"]::placeholder, 
.newsletter-form-box input[type="password"]::placeholder, 
.newsletter-form-box input[type="search"]::placeholder, 
.newsletter-form-box input[type="number"]::placeholder, 
.newsletter-form-box input[type="tel"]::placeholder, 
.newsletter-form-box input[type="range"]::placeholder, 
.newsletter-form-box input[type="date"]::placeholder, 
.newsletter-form-box input[type="month"]::placeholder, 
.newsletter-form-box input[type="week"]::placeholder, 
.newsletter-form-box input[type="time"]::placeholder, 
.newsletter-form-box input[type="datetime"]::placeholder,
.newsletter-form-box input[type="datetime-local"]::placeholder, 
.newsletter-form-box input[type="color"]::placeholder,
.newsletter-form-box textarea::placeholder{
    color: #fff;
}
.newsletter-form-box textarea{
    height: 50px;
}
.newsletter-form-box label, newsletter-form-box p {
    color: #fff;
}
.newsletter-form-box input[type="submit"]{
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 400;
    border: 1px solid #fc226a;
    margin: 30px auto 0;
    background: #fc226a;
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
    display: block;
}
.newsform-box {
    padding: 0 15px;
}
.newsletter-form-box input[type="submit"]:hover{
    
    opacity: 1;
    color: #fff;
    border: none;
    background: #7c529c;
    border: 1px solid #fff;
}

.lz-fitness-address-lable{
    margin:20px 0 0 0;
}
.newsletter-form-box div.wpcf7-response-output{
	position: absolute;
	margin:0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.home-page {
    padding: 0 0 30px 0;
}

.single-post .ht-main-title {
    margin: 0px 0 15px;
    padding: 15px 15px 0;
        font-weight: 600;
    font-size: 24px;

}
.innerpage-whitebox{
    background: #fff;
    padding: 2em;
    border-radius:10px;
    margin-bottom: 10px;

}
.innerpage-whitebox .slide-box{
    background: #fff;
    z-index: 1;
    position: relative;
    
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
        }
.innerpage-whitebox .slide-item:hover .slide-box{
        -webkit-transform: translateY(-10px);
         transform: translateY(-25px);
        }
.innerpage-whitebox .slide-box{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.innerpage-whitebox .slide-box{
    text-align: center;
}
.innerpage-whitebox .treat-img img{ 
        -webkit-transition: transform 0.5s ease-out;
        transition: transform 0.5s ease-out; 
        }

.innerpage-whitebox .slide-box:hover .treat-img img{
            background: #300303;
            color:#edbfa7;
            transform: scale(1.1) rotateZ(0deg);
             -moz-transform: scale(1.1) rotateZ(0deg);
                -webkit-transform: scale(0.9) rotateZ(0.0deg);
             -o-transform: scale(1.1) rotateZ(0deg);
            }
.innerpage-whitebox .slide-box p{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
}
.innerpage-whitebox .slide-box:hover p{
    color:#13c15e;
}
#content-box h4{
    margin: 20px 0 5px 0; 
}

#content-box ul{
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 18px;
    margin: 0;
}
#content-box ul li:before {
    /*background: url(images/list-ico.png) no-repeat;
    padding: 4px 0 4px 47px;
    margin: 10px 0;*/
    content: "\f00c";
    font-family: 'Fontawesome';
    margin-right: 10px;

}
#content-box ul li {
    margin: 8px 0;
}
main#innerpage-box #content-box ol {
    margin: 0;
}
#content-box ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
}

#content-box ol li {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    padding-top: 10px;
}

#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #f07100;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


img.ht-page-header-img{
width: 100%;
height: 300px;
}

.single img.ht-page-header-img{
    height:auto;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 30px;
}

.total-hentry {
    margin: 0 0 50px;
}

.byline,
.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

#primary{

}

.ht_no_sidebar #primary{
    width: auto;
    float: none;
}

.ht_no_sidebar_condensed #primary{
    width: 76%;
    float: none;
    margin: 0 auto;
}

.ht_left_sidebar #primary{
    float: right;
}

.ht_left_sidebar #secondary{
    float: left;
}

.ht-post-info{
    float: left;
    width: 80px;
    text-align: right;
    font-family: 'Oswald', sans-serif;
}

.single .ht-post-info{
    margin-right: 30px;
    margin-bottom: 20px;
}

.ht-post-info .entry-date{
    display: block;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.ht-post-info .entry-date span{
    display: block;
    text-transform: uppercase;
}

.ht-post-info .entry-date span.ht-day{
    font-size: 60px;
    line-height: 1.3;
    color: #fe5722;
}

.ht-post-info a{
    display: block;
    text-decoration: none;
    line-height: 1.4;
    padding: 20px 0 0;
    text-transform: uppercase;
    border-top: 1px solid #EEE;
    font-size: 12px;
    color: #444;
    font-weight: 300;
}

.ht-post-wrapper{
    padding-left: 105px;
}

.entry-figure{
    background: #f9f9f9;
    text-align: center;
    margin-bottom: 15px;
}

.entry-header .entry-title{
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.entry-figure + .entry-header{
    background: #FFF;
    position: relative;
    margin-top: -65px;
    width: 90%;
    padding: 15px 0 1px;
}

.entry-header .entry-title a{
    text-decoration: none;
    color: #333;
}

.entry-categories{
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 15px;
}

.entry-categories .fa{
    color: #fe5722;
    margin-right: 8px;
}

.entry-categories a{
    color: #666;
    text-decoration: none; 
}

.entry-readmore{
    margin-top: 20px;
}

.entry-readmore a{
    background: #fe5722;
    padding: 0 20px;
    line-height: 40px;
    color: #FFF !important;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.entry-readmore a:hover{
    background: #333;
    color: #FFF;
}

section ul{
    padding: 0 0 20px 0;
}

.readmore a{
    background: #4d4d4d;
    padding: 15px 40px;
    color: #fff;
    border-radius: 30px;
}
.readmore a:hover{
    background: #000;
    color:#fff;
}


/*--------------------------------------------------------------
## Pricing Page
--------------------------------------------------------------*/

#pricing-page .ht-plan-block{
    background-color: #fff;
    outline: 3px solid #fff;
    outline-offset: 3px;
    border-radius: 0;
    padding: 30px 5px;
    margin-bottom: 20px;
}
#innerpage-box #pricing-page .ht-plan-block{
    background-color: #eaeaea;
    outline: 3px solid #eaeaea;
}
#innerpage-box #pricing-page .ht-plan-block:hover{
    background-color: #7c529c;
    outline: 3px solid #7c529c;
    outline-offset: 3px;
}
#pricing-page .ht-plan-block:hover{
    background-color: #7c529c;
    outline: 3px solid #7c529c;
    outline-offset: 3px;
}
#pricing-page .ht-princing-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding: 0 10px;
    font-family: 'Roboto',sans-serif;
    color: #212121;
}
#pricing-page .ht-plan-block:hover .ht-princing-title{
    color: #fff;
}
#pricing-page .ht-princing-icon{    
    padding:30px 0 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 36px;
    color:#fff;
}
#pricing-page {
    overflow: hidden;
    padding: 20px 0;
}

#pricing-page .plan-amount{   
    padding: 0;
    font-size: 30px;
    color: #212121;
    font-weight: 600;
    text-align: left;
    font-family: 'Roboto',sans-serif;
}
#pricing-page .ht-plan-block:hover .plan-amount{   
    color: #fff;
}

#pricing-page .ht-princing-link {
    padding: 12px 0;
    text-align: right;
}

#pricing-page .ht-princing-link a {
    padding: 12px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    background: #fc226a;
    border:2px solid #fc226a;
}
#pricing-page .ht-plan-block:hover .ht-princing-link a {
    color: #fff;
    background: #7c529c;
    border:2px solid #fff;
}
#pricing-page .ht-plan-block:hover .ht-princing-link a:hover {
    border: none;
    border: 2px solid #fb216a;
    background: #fff;
    border-radius: 0;
    color: #fb216a;
}
#pricing-page .ht-princing-excerpt{
      padding: 17px 25px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #dadada;
    color: #3f3f3f;
}
#pricing-page .ht-plan-block:hover .ht-princing-excerpt{
    color: #fff;
    border-bottom: 1px solid #fff;
}
#pricing-page .price-box {
    padding: 20px 0 0;
}
#pricing-page .plan-starts {
    font-size: 15px;
    color: #212121;
}
#pricing-page .ht-plan-block:hover .plan-starts {
    color: #fff;
}

#innerpage-box #pricing-page .plan-starts {
    font-size: 15px;
    color: #212121;
}
#innerpage-box #pricing-page .ht-plan-block:hover .plan-starts {
    color: #fff;
}

#pricing-page .ht-princing-excerpt ul {
    padding: 0 30px;
    margin: 0;
}

#pricing-page .ht-princing-excerpt ul li{
    border-bottom: 1px dashed #dadada;
    list-style: none;
    padding:10px 0;
    color:#4d4d4d;
    background: none;
    margin: 0;
}


/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
#ht-contactus-wrap .contact-sm-links li a span.fa.fa-facebook {
    padding: 0px 3px 0px 4px;
}

#ht-contactus-wrap .contact-page-form{
    background: #fe5722;
    border-radius: 10px;
    padding: 2em;
    color: #fff;
}
/*#ht-contactus-wrap .contact-page-form:hover{
    border: 5px dashed #2d2d2d;
}*/
#ht-contactus-wrap input::placeholder{
    color:#fff;
    opacity: 0.8;
}

#ht-contactus-wrap  h4{
       color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
    background: none;
    outline: none;
    border: none;
    font-size: 35px;
    display: block;
    font-weight: 600;
}



#ht-contactus-wrap input[type="text"], 
#ht-contactus-wrap input[type="email"], 
#ht-contactus-wrap input[type="url"], 
#ht-contactus-wrap input[type="password"], 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"], 
#ht-contactus-wrap input[type="tel"], 
#ht-contactus-wrap input[type="range"], 
#ht-contactus-wrap input[type="date"], 
#ht-contactus-wrap input[type="month"], 
#ht-contactus-wrap input[type="week"], 
#ht-contactus-wrap input[type="time"], 
#ht-contactus-wrap input[type="datetime"],
#ht-contactus-wrap input[type="datetime-local"], 
#ht-contactus-wrap input[type="color"],
#ht-contactus-wrap textarea,
#ht-contactus-wrap select
{
    border:none;
    border-bottom: 2px solid #fff;
    background: none;
    width: 100%;
    color: #fff;
    margin: 0 0 32px 0;
}
#ht-contactus-wrap select {
    position: relative;
    cursor: pointer;
    -moz-appearance: none;
    height: 60px;
}
#ht-contactus-wrap select::placeholder{
    color:#fff;
    opacity: 1;
}
#ht-contactus-wrap textarea{
    height: 50px;
    padding: 10px 18px;
}
#ht-contactus-wrap textarea::placeholder,
#ht-contactus-wrap input[type="text"]::placeholder,
#ht-contactus-wrap input[type="email"]::placeholder{
    color:#fff;
    opacity: 1;
    font-size: 16px;
}

#ht-contactus-wrap label{
    color:#ffffff;
}
#ht-contactus-wrap input[type="submit"]
{
    background: #fb216a;
   /* border: 2px solid #fb216a;*/
    padding: 10px 35px;
    color: #fff;
}
#ht-contactus-wrap input[type="submit"]:hover{
    /*border: 2px solid #fff;*/
    background: #fb216a;
    color: #fff;
    opacity: 1;
}

.lz-fitness-address-lable{
    margin:20px 0 0 0;
}

#ht-contactus-wrap .contact-page-address{

}

.contact-mapbox{
    margin:2em 0 0;
}
.contact-mapbox iframe{
    width: 100%;
    height:350px;
    background:#fe5722;
    padding:5px;
    border-radius: 5px;
    }

.address-box{
    margin: 0 0 20px 0;
}

.address-box span{
    padding-right: 10px;
}

.contact-sm-links {
    margin: 0;
}

.contact-sm-links li {
    display: inline-block;
    padding: 2px;
    list-style: none;
    background: #ffffff;
    /*transform: rotate(-45deg);*/
}
#ht-contactus-wrap .contact-sm-links li{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;

}

#ht-contactus-wrap .contact-sm-links li:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.contact-sm-links li a{  
    font-size: 18px;
    color: #fff;
    padding: 0px 10px;
}
.contact-sm-links li a:hover {
    color: #fc226a;
    border-color: #fc226a;
}
#ht-contactus-wrap .contact-sm-links li a{
    font-size: 16px;
    border-radius: 50%;
    /* height: 22px; */
    /* width: 35px; */
    padding: 7px 11px;
    border: 2px solid #f0653c;
    background: transparent;
}
#ht-contactus-wrap .contact-sm-links li a:hover {
    color:#444;
    border-color:#444;
}
/*main#innerpage-box span.fa:hover {
    color: #444;
}*/
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
    display: block;
    text-align: center;
    font-size: 200px;
    color: #f9f9f9;
    line-height: 1.2;
}

.error404 .oops-text{
    text-align: center;
}

.toggle-bar{
    display: none;
}


/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value, 
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    padding-bottom: 45px !important;
    border: 4px solid #f1f0f0 !important;
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {
       /*border-bottom: 1px solid #6a1b9a !important;*/
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{
    border-color: #6a1b9a;
}

.woocommerce ul.products li.product a img{
    border: 5px solid #f1f0f0 !important;
        height: 285px;
}
.woocommerce div.product div.images img {
    border: 5px solid #f1f0f0 !important;
}

.woocommerce ul.products li.product .total-product-title-wrap{
    padding: 20px 10px 0;
}

.woocommerce ul.products li.product a{
    color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    margin: 0 0 6px;
    padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs{
    margin: 5px -5px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 5px;
}

.woocommerce ul.products li.product .price{
    font-weight: 500;
    font-size: 20px;
    color: #fe5722;
    margin: 0;
}

.woocommerce ul.products li.product .price del{
    display: inline;
    color: #999;
    opacity: 1;
}
.woocommerce ul.products li.product .price ins{
    display: inline;
    font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li:before{
    display: none;
}
.woocommerce-MyAccount-navigation ul li a{
    background: none;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color:#fc856d;
    padding: 0px 20px;
}

.woocommerce-MyAccount-navigation ul li{
    margin: 5px 0 !important;
}
.woocommerce #reviews h2 small {
    color: #444;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 0;
    color: #FFF;
    background-color: #fe5722;
    border:1px solid #fe5722;    
    margin-bottom: -20px;
    line-height: 20px;
    font-size: 0.9em;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background: #333;
    border:1px solid #333;
    color: #FFF;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color:#fff !important;
}

.woocommerce ul.products li.product .button{
    margin: 0;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 16px;
    background-color: #ec5597;
    border: 1px solid #ec5597;
    border-radius: 3px;
}

.woocommerce ul.products li.product:hover .button{
    border-color: #fe5722;
    background-color: #fe5722;
    color: #FFF;
}

.woocommerce ul.products li.product .button.loading{
    opacity: 1;
}

.woocommerce a.added_to_cart{
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 25px;
    font-size: 13px;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    border-color: #fe5722;
    background-color: #fe5722;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    background: #333;
    border-color: #333;
    color: #FFF;
}

.woocommerce nav.woocommerce-pagination ul{
    border: 0;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
    border: 0;
    margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    display: block;
    background: #fe5722;
    color: #FFF;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: #333;
    color: #FFF;
}

.woocommerce span.onsale{
    min-height: 0;
    min-width: 0;
    padding: 0 15px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
    background-color: #fe5722;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0 -6px;
    top: 0;
    left: 0;
}

.woocommerce span.onsale:after{
    border-color: transparent #e8ae00 #e8ae00 transparent;
    border-width: 3px;
    border-style: solid;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.woocommerce ul.products li.product .onsale{
    margin: 10px -6px 0 0;
}

.woocommerce ul.products li.product .onsale:after{
    border-color: transparent transparent #e8ae00 #e8ae00;
    border-width: 3px;
    border-style: solid;
    right: 0px;
    left: auto;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #fe5722
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{
    font-weight: 400;
}

.woocommerce .product_meta{
    font-size: 15px;
}

.woocommerce .product_meta a{
    color: inherit;
}

.woocommerce .product_meta a:hover{
    color: #fe5722;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    border-bottom: 2px solid #fe5722;
    padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #333;
    border-radius: 0;
    margin: 0 6px 0 0;
    padding: 0 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #fe5722;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: #FFF !important;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews h3{
    font-size: 22px;
    margin-bottom: 30px;
}

.woocommerce-Reviews .comment-form-author, 
.woocommerce-Reviews .comment-form-email{
    width: 100%;
}

.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input{
    width: 100%;
}

.related.products h2{
    margin-bottom: 30px;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
    background: #fe5722;
    padding: 10px 20px;
    color: #FFF;
}

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover{
    background: #333;
    color: #FFF;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
    background: #fe5722;
    border-color: #fe5722;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    line-height: 40px;
    font-size: inherit;
    padding: 0;
}

.select2-container .select2-choice{
    border: 1px solid #EEE;
    font-size: 0.9em;
    color: inherit;
    border-radius: 0;
}

.select2-results{
    font-size: 0.9em;
    color: inherit;
}

.select2-drop-active{
    border-color: #EEE;
}

.select2-drop.select2-drop-above.select2-drop-active{
    border-color: #EEE;
}

.term-description {
    padding: 0 20px 20px;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    border-top-color: #fe5722;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before{
    color: #fe5722;
}

.woocommerce-error a.button, 
.woocommerce-info a.button, 
.woocommerce-message a.button{
    padding: 10px 20px;
    line-height: 1;
    height: auto;
    margin-right: 15px;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    font-weight: 400;
}

#customer_details{
    margin-bottom: 40px;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
    border: 1px solid #EEE;
    border-radius: 0;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    float: none;
    border: 1px solid;
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li{
    padding-top: 4px;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
    font-weight: 400;
}

.woocommerce a.remove{
    font-family: Arial;
    font-weight: normal;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
    top: 8px;
}

.woocommerce .widget_layered_nav ul li{
    padding: 5px 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #FFF;
    border: 4px solid #fe5722;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #fe5722
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #EEE;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    height: 20px;
    width: 20px;
    top: -6px;
    margin-left: -10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
}

.woocommerce-MyAccount-navigation-link a{
    background: #fe5722;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 5px;
    display: block;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover{
    background: none;
}

.woocommerce ul.products li.product strong {
    display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    width: 100% !important;
}



@media screen and (max-width: 1000px){
    .toggle-bar{
        display: block;
        position: absolute;
        top: -75px;
        right: 0;
        width: 50px;
        background: #fe5722;
        cursor: pointer;
        text-align: center;
        color: #000;
        padding: 0px 0;
        cursor: pointer;
    }

    .toggle-bar span{
        position: absolute;
        top: 50%;
        margin-top: 4px;
        height: 0px;
        left: 4px;
        right: 0px;
        background: #FFF;
        box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
    }

   .ht-main-navigation li.current_page_item a, 
   .page-template-home-template .ht-main-navigation .current_page_item > a, 
   nav#ht-site-navigation ul li a:hover {
         /*color: #fff !important;*/
    }

    .ht-sticky-header #ht-masthead{
        position: static;
    }

    .ht-sticky#ht-masthead{
        height: 94px;   
    }

    #ht-site-navigation{
        width: 20%;
    }

    #ht-site-branding, .site-branding{
        width: 80%;
        float: left;
    }

    .ht-sticky #ht-site-branding{
        padding: 15px 0;
    }

    .ht-sticky-header #ht-content{
        padding-top: 0;
    }

    .ht-main-navigation .ht-menu{
        display: none;
        position: absolute;
        left: 00px;
        right: 0;
        top: -35px;
        background: #fe5722;
        z-index: 2500;
    }

    .ht-main-navigation li{
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .page-template-home-template .ht-main-navigation .current_page_item > a,
    .page-template-home-template .ht-main-navigation .current-menu-item > a,
    .page-template-home-template .ht-main-navigation .current_page_ancestor > a,
    .home.blog .ht-main-navigation .current_page_item > a,
    .home.blog .ht-main-navigation .current-menu-item > a,
    .home.blog .ht-main-navigation .current_page_ancestor > a,
    .ht-main-navigation a{
        color: #FFF;
    }

    .ht-main-navigation ul ul{
        position: static;
        padding: 0;
        margin-top: 0;
    }

    .ht-main-navigation ul ul ul{
        margin: 0;
    }

    .ht-team-member{
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 768px){

    .ht-section-title,
    .ht-section-tagline{
        width: auto;
    }

    .ht-about-sec, .ht-text-block-sec{
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 30px;
    }

    .ht-about-image, .ht-left-image{
        width: auto;
        float: none;
        padding: 0;
        text-align: center;
    }


    .ht-portfolio-cat-name-list{
        text-align: center;
    }

    .ht-service-left-bg{
        display: none;
    }

    .ht-service-posts{
        float: none;
        width: auto;
        padding: 0;
    }

    .newsletter-form-box{
        margin-top: 2em;
        margin-bottom: 2em;
    }

    #ht-service-post-section{
        padding: 60px 0;
    }

    #ht-counter-section{
        background-size: cover;
        background-position: center !important;  
    }

    .ht-counter{
        width: 45%;
        margin-bottom: 60px;
    }
    section#counter-section .counter-box{
        border: none;
    }
    #ht-counter-section{
        padding-bottom: 0;
    }
    #services-post-section .ctrl-btn.pro-prev{
        right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px;
        width: 7%;
        padding: 0;
        left: 38%;
    }
    #services-post-section .ctrl-btn.pro-next{
        right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px:;
        width: 7%;
        padding: 0px;
        left: 48%;
    }

    #ht-cta-section{
        background-size: cover;
        background-position: center !important;  
    }

    .ht-top-footer{
        margin-left: 0;
    }

    .ht-footer{
        width: auto;
        margin: 0 0 30px;
        float: none;
    }

    .ht-footer:last-child{
        margin-bottom: 0;
    }
	.ht-slide-cap-descmore a{
	 font-size: 2vw;
	}
    .ht-slide-cap-title{
        font-size: 24px;
        font-size: 4vw;
        margin-bottom: 0px;
    }

    .ht-slide-cap-desc{
        font-size: 14px;
        font-size: 3vw;
    }

    #primary{
        width: auto !important;
        float: none !important;
        margin-bottom: 30px;
    }

    #secondary{
        width: auto !important;
        float: none !important;
        margin-bottom: 30px;
    }
    #sticky-section {
        display: none;
    }
    #ht-masthead input[type="submit"]{
        right: -40px;
        top: 20px;
    }
     .sitenav .search-icon {
        right: 70px;
        top: -65px;
    }
    .overlap-header {
        top:0;
    }
    .sitenav .search-bar {
        right: 18%;
    }
    
    .ht-slide-cap-desc {
        padding-bottom: 10px;
    }
    #ht-blog-section {
        padding: 3em 0 1em;
    }
    .ht-slide-caption {
        top: 47%;
        left: 73%;
    }
    .ht-slider-highlighttext {
        font-size: 25px;
    }
    
    #ht-contactus-wrap .contact-page-address {
        margin-bottom: 10px;
    }
    #blog-box .blog-read-more a {
        padding: 5px 18px;
    font-size: 15px;
    line-height: 30px;
    }
    #ht-appintment-section .color-box .textbox1 {
        padding: 10px 30px 10px;
    }
    #ht-appintment-section .color-box {
        padding: 16px 14px 10px;
    }
    .ht-blog-excerpt .post-right {
        border-left: none;
    }
    .single-post .ht-main-title {
        font-size: 20px;
    }
    .ht-site-description {
        text-align: center;
    }
    .about-box {
        position: relative;
        width: 100%;
    }
    #facility-content-section .facility-icon {
        text-align: left;
    }
    #pricing-page .plan-starts {
        text-align: center;
    }
    #pricing-page .plan-amount{
        text-align: center;
    }
    #pricing-page .ht-princing-link{
        text-align: center;
    }
    section#ht-about-us-section img {
        height: auto;
    }
    .contact-box img.appointmentbox-img {
           height: 440px;
    }
    .apointment-box:after {
        display: none;
    }
    #ht-blog-box .testimonial-box-content .date-box{
        padding: 10px 0px !important;
    }
    section#testimonials-section i.fa.fa-quote-left {
    font-size: 50px;
    color: #13c15f;
    float: left;
    margin-top: -147px;
    
}
section#testimonials-section i.fa.fa-quote-right {
    font-size: 50px;
    color: #13c15f;
    float: right;
    margin-top: -147px;
    
}
#ht-blog-box .testimonial-box-content {
    padding: 0 10px 10px !important;
}

#ht-blog-box .main-timeline .timeline-content{
     margin-top:110px !important;
}
}

@media screen and (max-width: 580px){
    #ht-home-slider-section .bx-wrapper .bx-controls-direction a,
    .ht-testimonial-wrap .bx-wrapper .bx-controls-direction a{
        display: none;
    }    

    .ht-team-counter-wrap{
        margin-left: 0;
    }

    .ht-counter{
        width: 75%;
        float: none;
        margin: 0 auto 60px;
    }

    .ht-portfolio{
        width: 50%;
        padding: 4px;
    }
}

@media screen and (max-width: 480px){
    .ht-team-member,
    .ht-counter{
        width: auto;
        float: none;
    }


    .ht-cta-buttons a{
        display: block;
        margin: 0 0 15px;
    }

    .ht-post-info{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .ht-post-wrapper{
        padding-left: 0; 
    }
}

@media screen and (min-width: 1001px){
    .ht-main-navigation .ht-menu{
        display: block !important;
    }
}

/* Testimonial slider css */
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.carousel-indicators li{
    background-color: #6963635c;
    border: 1px solid #6963635c;
}



/* GALLARY HOMEPAGE CSS */
section#ht-gallery-section .col-md-12.col-sm-12.gallery-img .box img,
#innerpage-box .col-md-12.col-sm-12.gallery-img .box img {
    height: 500px !important;
}
section#ht-gallery-section .lightbox {
    padding: 5em 0em;
}
#ht-gallery-section .lz-gallery-subheading:before {
    display: inline-block;
    margin: 0 8px 5px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #007acc;
    width: 50px;
}

#ht-gallery-section .overlay {
   width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,0.75);
    position: relative;
    opacity: 1;
    padding: 0em 0 5em;
}


#ht-gallery-section .lz-gallery-subheading {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

.lz-gallery-images, .gallery-img {
    margin: 0;
    padding: 5px;
    margin-bottom: 0 !important;
}
.lz-gallery-images img, .ht-gallery-member-image img {
    /*width: 100%;
    height: 304px;*/
}


/*.lz-gallery-images img:hover, .ht-gallery-member-image img:hover {
    opacity: 0.6;
    border: 5px solid #fc856d;
}*/
/*.ht-gallery-member-image {
    margin-bottom: 30px;
}*/
.ht-gallery {
    width: 350px;
    display: inline-block;
    height: 250px;
    overflow: hidden;
    border: 1px solid #fff;
}
.ht-gallery-wrap{
    background-size: cover;
    height: 250px !important;
    background-position: center center;
}
.ht-gallery-wrap img {
    position: absolute;
    width: 350px;
    overflow: hidden;
    display: none;
}
.lz-gallery-images a:after, .ht-gallery-member-image a:after{
    /*content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;*/
}
.lz-gallery-images:hover a:after, .ht-gallery-member-image:hover a:after {
    /*width: 100%;*/
}
a.ht-portfolio-image {
    position: relative;
    top: 10px;
    left: 43%;
    top: 40%;
    background: #fff;
    padding: 5px 6px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

span.roll {
    background: center center no-repeat #f02b6c;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 210px;
    width: 90%;
    z-index: 200;
    height: 83%;
    padding: 10.5%;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    opacity: 0.85;
}

span.roll h6 {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin: 10px 0;
    position: relative;
    top: 35%;
    font-weight: 600;
}

.lz-gallery-images:hover span.roll {
    display: block;
}
.ht-gallery-member-image:hover span.roll {
    display: block;
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
    #testimonials-section .team-thumb {
        left: -10px;
    }
    #ht-contact-section .contact-icon {
        font-size: 20px;
    }
    #ht-contact-section .contact-content {
        font-size: 14px;
    }
    #ht-contact-section .contact-content a {
        font-size: 14px;
    }
    #ht-contact-section .contact-content span {
        font-size: 18px;
    }
    .ht-site-description {
        text-align: left;
        font-size: 10px;
    }
    
    .upper-header .header-social-links {
        padding: 4px 0;
    }
    .ht-slide-caption {
    left: 56%;
}
    #ht-about-us-section .about-box-title {
        font-size: 16px;
    }
    #ht-about-us-section .ht-content.lz-about-text {
        font-size: 13px;
    }
    #ht-about-us-section .readmore {
        padding: 14px 0;
    }
    #ht-about-us-section .readmore a {
        padding: 8px 16px;
        font-size: 13px;
    }
    #pricing-page .ht-princing-link a {
        padding:12px 10px;
    }
    #featured-post-section .facilityserviceBox{
        padding-bottom: 130px;
    }
    
    .ht-appintment-member-wrap textarea {
        height:150px;
    }
    .ht-appintment-member-wrap input[type="text"], 
    .ht-appintment-member-wrap input[type="email"], 
    .ht-appintment-member-wrap input[type="url"], 
    .ht-appintment-member-wrap input[type="password"], 
    .ht-appintment-member-wrap input[type="search"], 
    .ht-appintment-member-wrap input[type="number"], 
    .ht-appintment-member-wrap input[type="tel"], 
    .ht-appintment-member-wrap input[type="range"], 
    .ht-appintment-member-wrap input[type="date"], 
    .ht-appintment-member-wrap input[type="month"], 
    .ht-appintment-member-wrap input[type="week"], 
    .ht-appintment-member-wrap input[type="time"], 
    .ht-appintment-member-wrap input[type="datetime"], 
    .ht-appintment-member-wrap input[type="datetime-local"], 
    .ht-appintment-member-wrap select {
        height: auto;
    }
    .contact-box img.appointmentbox-img {
        height: 330px;
    }
    
    
    .ht-blog-date .fa, .ht-blog-comment i{
        font-size: 14px;
    }
    .ht-blog-date, .ht-blog-comment {
        font-size: 10px;
    }
    h2.newsletter-title {
        font-size:22px;
    }
    
}
@media screen and (min-width: 320px) and (max-width: 1024px){
    section#ht-contact-section .ht-appintment-member-wrap input[type="date"]{
        font-size: 11px;
    }
    section#ht-contact-section .ht-appintment-member-wrap input[type="submit"]{
        padding: 12px 12px !important;
    }
    section#ht-appintment-section h6.faq-title{
        padding: 15px 45px 15px 20px !important;
    }
  
  

header#ht-masthead .header-social-links li:nth-child(1){
    padding: 0 10px;
}
    header#ht-masthead .header-menu{
        padding: 0;
    }
    section#blog-section .auther-text-box{
        padding-left: 20px;
    }
    
    footer#ht-colophon .social-profile-icons ul li{
        margin: 0 2px !important;
    }
    .social-profile-icons ul li i {
    font-size: 17px !important;
}
    .appoint-box{
       
    }
    
    #ht-masthead .header-social-links span.fa.fa-facebook, 
    #ht-masthead .header-social-links span.fa.fa-twitter, 
    #ht-masthead .header-social-links span.fa.fa-linkedin, 
    #ht-masthead .header-social-links span.fa.fa-instagram{
        padding: 16px 7px 16px 10px;
    }
    #quote-carousel .carousel-control.right{
        right: 385px;
    }
    #quote-carousel .carousel-control.left{
        left: 365px;
    }
    #ht-contact-section .contact-content {
    padding-left: 20px;
}
    
    .ht-main-navigation a{
        font-size: 14px;
    }
    header#ht-masthead .header-icon{
        left: 0;
    }
    a.header-btn{
        font-size: 13px;
        padding: 14px 15px;
    }
    #ht-masthead .themetext, #ht-masthead .mailto{
        font-size: 11px;
    }
.ht-slide-cap-desc.animated.fadeInDown{
    font-size: 25px;
}
    #ht-home-slider-section .bx-wrapper .bx-prev {
    right: 117px !important;
}
    #ht-home-slider-section .bx-wrapper .bx-controls-direction a{
        top: 75%;
    }
    #secondary input[type="text"]{
        width: 100%;
        margin-bottom: 5px;
    }
    .social-profile-icons ul li i {
    font-size: 25px;
}
    .ht-footer table tr{
        font-size: 12px;
    }
    footer#ht-colophon p,
    footer#ht-colophon ul li a{
       /* font-size: 12px;*/
    }
 
    .ht-project-member .team-prof .post-title{
        font-size: 16px !important;
    }
  
    .ht-slide-cap-title.animated.fadeInDown {
    font-size: 35px;
}

.ht-slide-cap-descmore {
    margin-top: 45px;
}

    .ht-site-title, .site-title{
        font-size: 20px;
    }


.ht-team-member .ht-team-designation{
    padding: 0;
}
.ht-team-social-id {
    margin-top: 5px;
}
.ht-team-social-id{
    margin: 0px 55px;
   bottom: -12px;
}
.ht-team-member .ht-team-member-excerpt-wrap {
        font-size: 19px;
    }
}
@media screen and (max-width: 768px){

.newsletter-form-box input[type="submit"]{
    left: 0px;
}
#ht-masthead ul.header-menu-links li.themetext {
    padding-left: 0;
}
#ht-masthead span.sb-icon-search {
    left: 198px;
}
#ht-masthead input[type="search"]{
    padding-right: 0;
}
#quote-carousel .carousel-control.right {
   /* right: 0;
        top: 140px;*/
}
#quote-carousel .carousel-control.left {
    /*left: -7px;
    top: 140px;*/
}
/*=============*/
.main-header .inside-full-height.other {
    margin: 0 !important ;
}
header#ht-masthead .header-menu {
    padding: 10px 0px !important;
}
.lower-header .header-social-links {
    margin-top: 5px !important;
    padding-left: 15px;
}
/*=============*/
#ht-logo-section .logo-post h5{
    padding: 0;
}
.ht-slide-cap-descmore {
    margin-top: 10px;
}
}

    #blog-box .inner-blog-post .ht-blog-thumbnail:after{
        right: 10%;
    }
    #blog-box .inner-blog-post .ht-blog-thumbnail:before{
        left: 10%;
    }
  #blog-box .inner-blog-post:hover .ht-blog-thumbnail:before, 
  #blog-box .inner-blog-post:hover .ht-blog-thumbnail:after  {
    width: 80%;
    height: 80%;
  }
    .appointment-content {
    left: 19px;
}
    a.header-btn {
    font-size: 16;
    padding: 15px 15px;
}
    #ht-contact-section .contact-content {
    padding-left: 00px;
}

    header#ht-masthead .header-icon{
        padding-bottom: 0;
    }
    main#innerpage-box .testimonial-content:before, 
    main#innerpage-box .testimonial-content:after {
    width: 30% !important;
}
    section#testimonials-section .testimonials-member-wrap{
        padding: 30px 0px 0px 0px;
    }
    #quote-carousel .carousel-indicators{
        bottom: 0px;
    }
    #quote-carousel .carousel-control.right {
    right: 120px !important ;
}
    #quote-carousel .carousel-control.left {
    left: 105px !important;
}
    #quote-carousel{
        padding: 0;
    }
    
    section#counter-section .counter-post12{
        margin-bottom: 45px;
    }
    #ht-contact-section .contact-content h2 {
    font-size: 36px;
    font-weight: 700;
}
    #ht-contact-section .contact-content span{
        font-size: 12px;
    }
    
    
    #ht-contact-section .phone-subtagline {
    font-size: 13px;
}
    #featured-post-section .featured-post h5{
        font-size: 20px;
        font-weight: 600;
    }

    
    header#ht-masthead .logobox{
        padding: 20px 0px;
    }
    .ht-main-navigation .ht-menu{
        top: 110px;
    }
    .toggle-bar {
    top: 73px !important;
}
    header#ht-masthead .header-social-links.padding0 li:nth-child(2){
        float: none;
    }
    header#ht-masthead .socialalign{
        padding: 0 !important;
    }
    section#ht-aboutclinik-section .about-clinik-title{
        font-size: 28px !important;
    }

.ht-slide-cap-desc.animated.fadeInDown:before{
        margin: 0 8px 2px 10px;
    }
.ht-slide-cap-desc.animated.fadeInDown:after{
        margin: 0 0 2px 10px;
    }
.lower-header .header-social-links {
    text-align: left;
    margin-top: 25px;
}
    
    header#ht-masthead .header-menu{
        padding: 25px 0px 25px 0px;
        text-align: center !important;
    }
    #ht-masthead .themetext, #ht-masthead .mailto{
        
    top: 0 !important;
    }
    
    #innerpage-box .faq-content h6:after{
            top: 5px;
    }
    #innerpage-box .faq-content h6{
        font-size: 14px !important;
    }
    .socialMedia{
        margin: 00px 0 25px 0;
    }
    #blog-box .inner-blog-img{
            margin: 0 0 10px;
    }
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product{
        width: 30%;
    }
    main#innerpage-box #ht-contactus-wrap h4{
        font-size: 24px;
    }
    #blog-box h4{
        margin: 20px 0 15px 0;
    }
    main#innerpage-box div#blog-box .socialMedia a{
        font-size: 20px;
    }
    header.page-main-header .ht-main-title {
    font-size: 20px;
}
    
    section#ht-newsletter-section i.fa.fa-envelope{
        left: 0;
    }
    section#ht-newsletter-section h2.ht-section-title.lz-newslatter-heading{
        left: 0;
        font-size: 30px;
        font-weight: 700;
    }
section#blog-section .ht-blog-post .box-panels {
    margin-bottom: 50px;
}

    #featured-post-section .ht-section-title-tagline:before{
        margin-right: -17px !important;
    }
    
    
    
    div#ht-home-slider-section i.fa.fa-arrow-right{
        font-size: 10px;
    }
    div#ht-home-slider-section .btn11{
        padding: 4px 10px;
        font-size: 10px;
    }

  
    
.upper-header .header-social-links {
    text-align: center;
    padding-top: 10px;
}


.upper-header {
    text-align: center;
}
.header-menu-box {
    text-align: center;
}
.ht-team-member .ht-team-designation{
    padding: 0 15px;
}
.ht-slide-cap-descmore{
    margin-top: 5px !important;
}
.newsletter-form-box input[type="submit"]{
    left: 15px;
}
.sect-height-newslatter-box{
    padding: 20px;
}
.team-thumb img {
    height: 155px;
    width: 155px;
    border: 4px solid #fff;
    left: 0;
    margin: 0px;
    bottom: 0
}
#testimonials-section .team-thumb {
    content: "";
    background-image: none;
    left: 0;
    padding: 0px 0;
}
.test-box {
    background: #fff;
    padding: 20px 20px 40px 20px;
}
.bannerbox .lz-banner-maintitle {
    font-size: 47px;
    line-height: 50px;
}
.bannerbox .lz-banner-maintitlehightlight {
    font-size: 70px;
}
.bannerbox .bannercontentbox {
    width: 100%;
}
.bannerbox .lz-banner-text {
    font-size: 20px;
    width: 100%;
}
.appointbox .appointcontentbox {
    padding: 3% 5% 3% 5%;
}
.appointcolorbox {
     padding: 10px;
}
.lz-appointimg-title {
    margin:0;
}
.lz-appointimg-subtitle{
    font-size: 14px;
}
.lz-appointimg-title {
    font-size: 20px;
}
.lz-appointimg-daya, .lz-appointimg-dayb, .lz-appointimg-endday {
    font-size: 14px;
    line-height: 18px;
}
.lz-appointimg-text {
    font-size: 12px;
    margin-bottom: 7px;
}

#ht-appintment-section .textbox2 .phone {
    font-size: 13px;
}
#ht-appintment-section .textbox2 a {
    font-size: 15px;
}
#ht-appintment-section .color-box .textbox1 {
    padding:10px;
}
#ht-appintment-section .color-box .textbox2 i{
    font-size: 20px;
}
#ht-contactus-wrap input[type="submit"]{
    padding: 13px 40px;
    left: 0;
}
.ht-slide-caption {
    top: 48% !important;
    width: 590px;
   }

}
@media screen and (min-width: 376px) and (max-width: 425px){
    #ht-masthead span.sb-icon-search {
        right: 24px;
        top: 8px;
    }
    
    .toggle-bar{
        top: 38px;
    }
.ht-slide-caption {
    
    width: 251px;
    left: 130%;
}
#ht-home-slider-section .ht-slide-cap-desc.animated.fadeInDown {
           font-size: 12px !important;
    }
.ht-slide-cap-title.animated.fadeInDown {
        font-size:16px !important;
        padding: 5px 14px;
    }
#ht-home-slider-section .ht-slide-caps-title.animated.fadeInDown {
        font-size:11px !important;
        padding: 7px 1px 7px 20px;
    }
    .ht-section-subtitle{
        font-size: 50px;
    }
    .lower-header .contact-border {
        font-size: 11px;
    }
    #ht-masthead .header-box {
        padding: 2px 18px 3px 43px;
    }
    
    .lower-header .header-social-links {
        margin: 0px 0;
    }
    .logobox .ht-site-title,  .logobox .site-title {
        margin: 2px 0;
    }

    .logobox .ht-site-title, .logobox .site-title {
         margin: 3px 0;
     font-size: 25px;
    }
    .upper-header {
            margin: 0px 0;
        }
   .sitenav .search-icon {
        top: -70px;
        right: 70px;
    }
    .sitenav .search-bar {
        bottom: 24px;
        right: 33%;
    }
    #ht-masthead input[type="submit"] {
          top: 23px;
        right: -50px;
    }
    #featured-post-section .details{
        height: auto;
    }
    #services-post-section .leftbox {
    width: 100%;
}

#services-post-section .slider{
    width: 90%;
}
#services-post-section .leftbox {
    padding: 40px 0 0 50px;
}
#ht-newslatter-section .box-form {
    margin: 0px !important;
    padding: 0;
}
section#counter-section .counter-box{
    border:none;
}
section#services-post-section .ctrl-btn, #services-post-section .slide-btn{
    width: 6%;
    height: 40px;
    font-size: 15px;
}
section#services-post-section .ctrl-btn.pro-prev{
    left:40% ;
}
#testimonials-section .ht-section-title-tagline{
    margin-bottom: 0; 
}
#ht-contact-section .inside-full-height {
    margin: 0 40px 20px;
}
#ht-blog-box .main-timeline .timeline{
    margin-bottom:0 ! important;             
}
#ht-blog-box .test-img{
    position: relative;
    float: none;
    width: 100%;
}
#ht-blog-box .testimonial-box-content{
    position: relative ! important;
    top: auto;
    bottom: 0;
    width: 100%;
}
#ht-blog-box .testimonial-box-content{
    width: 100% ! important;
    margin-top: 88% ! important;
}
#ht-blog-box .main-timeline .title{
    width: 80% ! important;
}
#ht-blog-box .testimonial-box-content .date-box{
    width: 20% ! important;
}
#ht-blog-box .blog-contact-btn.text-center {
     margin-top: 40px ! important; 
}

#testimonials-section p {
     line-height: 18px; 
    color: #3f3f3f;
    font-size: 12px;
    text-align: center;
    padding: 0 40px;
}

section#testimonials-section i.fa.fa-quote-left {
    font-size: 40px;
    color: #13c15f;
    float: left;
    margin-top: -107px;
}
section#testimonials-section i.fa.fa-quote-right {
    font-size: 40px;
    color: #13c15f;
    float: right;
    margin-top: -107px;
}
#ht-top-footer {
    padding: 70px 40px;
}


}
/*======-------------------------------------------======*/
@media screen and (min-width: 320px) and (max-width: 425px){

    body {
        position: inherit; 
    }
    #ht-masthead{
        padding-left: 0 !important;
    }
    .ht-slider-highlighttext { 
        font-size:20px;
    }
#ht-newslatter-section .box-form {
    margin: 0px !important;
    padding: 0;
}
    .ht-slide-cap-descmore a {
        padding: 3px 11px;
    }
    .toggle-bar {
      top: -33px;
    right: 0px;
    }
    #ht-masthead span.sb-icon-search {
        right: 24px;
        top: 0px;
    }
    #ht-masthead input[type="search"] {
            padding: 2px;
            height: 25px;
    }
    #ht-masthead ul.header-menu-links li.themetext {
        padding: 0 15px;
        font-size: 11px;
    }
    #ht-masthead ul.header-menu-links li i {
        font-size: 11px;
    }
    #ht-masthead ul.header-menu-links li {
        font-size: 11px;
    }
    #ht-masthead ul.header-menu-links {
        padding: 0;
        margin: 0;
    }

    #ht-masthead .header-box {
        padding: 2px 10px 0px 5px;
    }
    .contact-border .themetext {
        font-size: 9px;
    }
    .contact-border .themedata {
        font-size: 11px;
    }
   /* .single-post #content-box {
        margin-top: 105px;
    }*/
    
    .header-shape {
        padding: 10px 2px;
    }
    #services-post-section .ctrl-btn.pro-prev{
        right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px;
        width:11%;
        padding: 0;
        left: 38%;
    }
    #services-post-section .ctrl-btn.pro-next{
        right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px:;
        width: 11%;
        padding: 0px;
        left: 54%;
    }
     .facility-sec:nth-child(2) .facility-post{
        border-top: 1px solid #dadada !important;
    }
    .facility-sec:nth-child(odd) .facility-post {
        border-right: none;
    }

    .apointmentmain-box .socials {
         margin-top: 0px;
    }
    .contact-sm-links li a {
        /*font-size: 13px;
        padding: 5px 7px;*/
    }
    .ctrl-btn.pro-next {
    right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px;
    width: 10%;
    padding: 0px;
    left: 50%;
}
 .ctrl-btn.pro-prev {
    right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px;
    width: 10%;
    padding: 0px;
    left: 37%;
}

    #testimonials-section .testimonial-content {
        
        margin: 0px;
    }
    section#testimonials-section i.fa.fa-quote-left{
        display: none;
    }
    section#testimonials-section i.fa.fa-quote-right{
        display: none;
    }
    #testimonials-section p{
        padding: 0;
    }
    .testimonial-content-box:after,.testimonial-content-box:before{
        display: none;
    }
    .facility-sec:nth-child(even) .facility-post {
        padding:0;
        padding-bottom: 10px;
    }
    .facility-sec:nth-child(odd) .facility-post {
        padding:0;
         padding-bottom: 10px;
    }
    #ht-home-slider-section .ht-slide-caption {
        width: 239px;
        left: 134%;
}
#ht-home-slider-section .ht-slide-cap-desc.animated.fadeInDown{
    font-size:14px;
    width: 91%;
}
#ht-home-slider-section .ht-slide-cap-title.animated.fadeInDown{
    font-size:18px;
}
#ht-home-slider-section .ht-slide-caps-title.animated.fadeInDown{
    font-size:12px;
}
.ht-section-subtitle{
    font-size: 50px;
}
#ht-newslatter-section .ht-section-title{
    font-size: 20px;
}
#ht-blog-box .blog-contact-btn.text-center {
    margin-top: 6em !important;
}
}

@media screen and (min-width: 320px) and (max-width: 375px){

    #ht-home-slider-section .ht-slide-caption{
    left: 97% !important;
    width: 63%;
}
#ht-home-slider-section .ht-slide-cap-desc.animated.fadeInDown {
           font-size: 12px !important;
    }
    .ht-slide-cap-title.animated.fadeInDown {
        font-size:16px !important;
        padding: 5px 14px;
    }
    #ht-home-slider-section .ht-slide-caps-title.animated.fadeInDown {
        font-size:11px !important;
        
        padding: 7px 1px 7px 20px;
    }
.ht-section-subtitle{
    font-size: 50px;
}
    #featured-post-section .featured-post {
    padding: 40px 15px ;
}
#services-post-section .ctrl-btn.pro-prev {
    right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px;
    width: 10%;
    padding: 0px;
    left: 34%;
}
#services-post-section .ctrl-btn.pro-next {
    right: 0%;
    position: absolute;
    border: 1px solid #283949;
    border-radius: 50%;
    margin: 0;
    z-index: 999;
    top: 90%;
    font-size: 19px;
    background: #fff;
    text-align: center;
    height: 45px;
    width: 10%;
    padding: 0px;
    left: 50%;
}
 #featured-post-section .inside-full-height{
    margin: 0px;
}
    #innerpage-box .faq-content h6{
        padding: 15px 44px 15px 15px !important;
    }
    #ht-appintment-section .lz-appointment-subheading {
    font-size: 22px;
}
    .appointment-content {
    left: 19px !important;
}

    #testimonials-section p{
        font-size: 14px !important;
        padding: 0 20px !important;
        line-height: 1.5;
    }
    #testimonials-section .testimonial-content{
        height: 132px;
    }
section#testimonials-section i.fa.fa-quote-left {
    font-size: 27px;
    color: #13c15f;
    float: left;
    margin-top: -157px;
}
section#testimonials-section i.fa.fa-quote-right {
    font-size: 27px;
    color: #13c15f;
    float: right;
    margin-top: -157px;
}
#testimonials-section .testimonial-content-box .testimonial-details:before{
        border: none;
        margin: 0px;
    }
#ht-blog-box .main-timeline .timeline-content{
    width: 100% !important;
    margin-top: 0 !important;     
}

#ht-blog-box .testimonial-box-content {
    padding: 0 0px 5% 7%;
    position: relative !important;
    margin-top: 86%;
    width: 100% !important;
}
#ht-blog-box .testimonial-box-content .date-box{
    width: 20% !important;
}
#ht-blog-box .main-timeline .title{
    width: 75% !important;
}

    #quote-carousel .carousel-control.left {
    left: 85px !important;
}
    #quote-carousel .carousel-control.right {
    right: 100px !important;
}
    #ht-contact-section .contact-content h2 {
    font-size: 19px;
}
    section#ht-aboutclinik-section .about-clinik-title {
    font-size: 24px !important;
}
    .ht-slide-caption {
    width: 550px;
    margin-left: -362px;
}
    #ht-masthead .header-social-links span.fa.fa-instagram {
    padding-right: 13px;
}

    #ht-masthead .header-social-links span{
        font-size: 10px !important;
    }
    a.header-btn {
    font-size: 10px !important;
}
    #ht-masthead .themetext, #ht-masthead .mailto {
    font-size: 13px !important;
}

    main#innerpage-box #blog-box .ht-blog-date .fa{
        font-size: 14px;
    }
   main#innerpage-box #blog-box .ht-blog-date{
font-size: 11px;
    }
    main#innerpage-box div#blog-box .socialMedia a,
    .single_post .socialMedia a{
    font-size: 10px;
}
    section#ht-newsletter-section h2.ht-section-title.lz-newslatter-heading{
        font-size: 22px;
    }
    
}
    .ht-contactus-wrap.innerpage-whitebox #ht-contactus-wrap h3 {
    font-size: 24px;
}
    #ht-contactus-wrap .contact-sm-links li a{
        /*border: 3px solid;*/
    }
    #ht-contactus-wrap .contact-sm-links li a span.fa.fa-facebook{
       /* padding: 0;*/
    }
    
    #ht-masthead span.sb-icon-search{
        right: 24px;
        top: 5px;
    }
 .toggle-bar{
        top: 12px;
    }
    .ht-main-navigation .ht-menu {
        /*top: 5px;*/
    }
    #ht-masthead input[type="submit"]{
        top: 23px;
        right: 30px;
    }
    
    .upper-header {
        margin: 0px 0;
    }
   .sitenav .search-icon {
        right: 60px;
        top: -65px;
    }
    .sitenav .search-bar {
        bottom: 16px;
        right: 32%;
    }
 
    .ht-site-description a {
        font-size: 10px;
    }
    
.contact-box img.appointmentbox-img {
        height: 440px;
}
#ht-appintment-section .box-effect {
    padding:0;
}
}
@media screen and (min-width: 320px) and (max-width: 360px){
   .contact-border .themedata {
        font-size: 8px;
    }
    .contact-border .themetext {
        font-size: 7px;
    }
    .lower-header .header-social-links {
        margin: 1px 0;
    }
    
    .ht-slide-cap-title.animated.fadeInDown {
        font-size: 8px;
        padding: 0;
    }
    .ht-slide-cap-descmore {
        margin-top: 0px;
        line-height: 10px;
    }
}


@media screen and (min-width: 320px) and (max-width: 374px){
    #ht-masthead input[type="submit"] {
        left: 223px;
    }
}
/*main#innerpage-box div#ht-contactus-wrap a:hover {
    color: #444;
}*/
/**/
#ht-appintment-section .ht-appintment-member-wrap input[type="submit"] {
        float: right;
    background: #0d77ae;
    padding: 8px 30px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
    #ht-masthead input[type="search"]{
        padding-right: 0px;
    }
    
    .appointbox .appointcontentbox{
        padding: 6% 5% 5% 5%;
    }
    .appointcolorbox {
        padding: 30px;
    }
    
    .ht-slider-highlighttext {
        font-size: 30px;
    }
    
    #ht-appintment-section .color-box .textbox1{
        font-size: 18px;
        padding: 0px 9px 5px;
    }
    #ht-appintment-section .color-box .textbox2 {
        padding: 0px 13px 5px;
    }
    #ht-appintment-section .textbox2 .phone {
        font-size: 19px;
    }
    #ht-appintment-section .textbox2 a {
        font-size: 20px;
    }
    #ht-masthead ul.header-menu-links li {
        font-size: 12px;
           padding: 2px 5px;
    }
    #ht-masthead ul.header-menu-links li.themetext {
          font-size: 12px; 
          padding: 2px 5px;
    }
    .ht-site-description a {
          font-size: 12px;
    }
    #ht-appintment-section .color-box {
        top: 0px;
    }
    section#testimonials-section i.fa.fa-quote-left {
    font-size: 50px;
    color: #13c15f;
    float: left;
    margin-top: -125px;
}
section#testimonials-section i.fa.fa-quote-right {
    font-size: 50px;
    color: #13c15f;
    float: right;
    margin-top: -125px;
}
section#testimonials-section #quote-carousel .carousel-indicators {
    bottom: -20px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px){

    #testimonials-section #quote-carousel .carousel-indicators {
    bottom: -45px ! important;
}
 .ht-appintment-member-wrap textarea {
        height:150px;
    }
    .ht-appintment-member-wrap input[type="text"], 
    .ht-appintment-member-wrap input[type="email"], 
    .ht-appintment-member-wrap input[type="url"], 
    .ht-appintment-member-wrap input[type="password"], 
    .ht-appintment-member-wrap input[type="search"], 
    .ht-appintment-member-wrap input[type="number"], 
    .ht-appintment-member-wrap input[type="tel"], 
    .ht-appintment-member-wrap input[type="range"], 
    .ht-appintment-member-wrap input[type="date"], 
    .ht-appintment-member-wrap input[type="month"], 
    .ht-appintment-member-wrap input[type="week"], 
    .ht-appintment-member-wrap input[type="time"], 
    .ht-appintment-member-wrap input[type="datetime"], 
    .ht-appintment-member-wrap input[type="datetime-local"], 
    .ht-appintment-member-wrap select {
        height: auto;
    }
    .ht-main-navigation a{
        line-height: 25px;
        padding: 15px 20px 15px 20px;
    }
    section#ht-newsletter-section .box-form {
    padding-bottom: 00px !important;
}
    section#ht-newsletter-section .newsletter-form.padding0{
        padding: 20px 0 20px 0;
    }
    section#ht-newsletter-section .ht-newslatter-member-wrap{
        top: 0 !important;
    }
    section#ht-contact-section .contact-box .contentbox {
    margin-bottom: 45px;
}
    section#ht-appintment-section .faq-content.padding0 p {
    text-align: left;
}
    #ht-appintment-section .box-effect{
        padding: 0 5% 1% 5%;
    }
    #ht-appintment-section .lz-appointment-subheading,
    #ht-appintment-section .box-effect p{
        text-align: center;
    }
    #ht-contact-section .phone-subtagline {
    padding: 20px 0;
}
    section#ht-aboutclinik-section .lightbox {
    padding: 4em 0em 4em 0em !important;
}

    section#ht-aboutclinik-section .clinik-img:hover:after {
    left: 0 !important;
    top: 0 !important;
}
    section#ht-aboutclinik-section .clinik-img:after{
        top: -22px !important;
    left: 22px !important;
    }

    footer#ht-colophon .social-profile-icons ul li {
    margin: 0 6px !important;
}
    #ht-appintment-section .lz-appointment-subheading,
    #ht-appintment-section .box-effect p{
            padding: 0 25px;
    }
    .appointment-content{
        left: 0;
    }
    .appointment-icon span.fa.fa-map-marker{
            position: relative;
    top: -12px;
    }
    .appoint-box {
    margin-left: 10.666667%;
}

    a.header-btn {
    font-size: 12px;
    padding: 15px 15px;
}
    section#featured-post-section img {
    margin-bottom: 35px;
}
    section#ht-aboutclinik-section .aboutclinik-post-wrap h5:before{
        top: 0;
    }
    main#innerpage-box .testimonial-content:before,
    main#innerpage-box .testimonial-content:after{
            width: 40%;
    }
    #quote-carousel .carousel-control.right {
    right: 270px;
}
    #quote-carousel .carousel-control.left {
    left: 270px;
}
    .ht-section-title-tagline{
        text-align: center;
    }
    #featured-post-section .animation-element.slide-left.testimonial .content {
    float: none;
    width: 100%;
}
    header#ht-masthead .logobox img{
    height: 100px;
    width: 176px;
    margin-top: 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    }
    header#ht-masthead .socialalign{
        padding-left: 0;
        padding-right: 0;
    }
    header#ht-masthead .logobox{
        padding: 30px 0px;
    }
section#ht-aboutclinik-section .aboutclinikCounter-post-wrap{
        margin-top: 50px !important;
    }
    section#ht-aboutclinik-section .aboutclinik-post-wrap h5 span{
        top: 8px;
    }
    section#ht-aboutclinik-section .aboutclinik-post-wrap h5{
        margin: 20px 0px;
    }
    section#ht-aboutclinik-section .aboutclinik-content {
    margin-top: 30px;
}

    
    #ht-masthead .themetext, #ht-masthead .mailto{
        font-size: 14px;
        position: relative;
    top: 0px;
    }
    header#ht-masthead .header-menu {
    text-align: left;
}
    header#ht-masthead h1.ht-site-title,
    header#ht-masthead p.ht-site-title{
        position: relative;
        bottom: 0;
    }
    header#ht-masthead .header-about-theme{
        background: none !important;
    box-shadow: none;
    }
    .social-profile-icons ul li i {
    font-size: 30px;
}
    .ht-footer table tr{
        font-size: 16px;
    }
    footer#ht-colophon p,
    footer#ht-colophon ul li a{
        font-size: 16px;
    }
    section#ht-newsletter-section i.fa.fa-envelope{
        left: 0;
    }
    section#ht-newsletter-section input[type='submit']{
        margin-bottom: 0;
    }
    section#ht-newsletter-section .ht-section-title-tagline{
        margin-bottom: 3em;
    }
    section#ht-newsletter-section .lightbox {
    padding: 2em 0em 4em 0em;
}
    
    .header-right-box{
        display: none;
    }
    header#ht-masthead .padding0.socialalign{
        background: transparent !important;
    }
    
    main#innerpage-box .innepage-contact-socials {
    margin-bottom: 30px;
}
    section#ht-aboutconstruction-section .aboutconstruction-box{
        margin-bottom: 25px;
    }
    #ht-home-slider-section .bx-wrapper .bx-controls-direction a{
        display: none;
    }


.ht-slide-cap-title.animated.fadeInDown {
    padding: 5px 20px;
    font-size: 24px;
}
.ht-slide-cap-desc.animated.fadeInDown {
    font-size: 24px;
}
.ht-slide-cap-desc{
    padding: 5px 15px;
}
.ht-slide-cap-descmore {
    margin-top: 40px;
}
.ht-slide-caption {
    top: 47%;
}
#services-post-section .leftbox{
    padding: 0 50px;
    width: 100%;
}
#services-post-section .slider{
width: 90%;
}


}
@media screen and (min-width: 320px) and (max-width: 320px){
    #ht-contactus-wrap input[type="submit"] {
    padding: 7px 30px;
}
    #ht-contactus-wrap input[type="text"], 
#ht-contactus-wrap input[type="email"], 
#ht-contactus-wrap input[type="url"], 
#ht-contactus-wrap input[type="password"], 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"], 
#ht-contactus-wrap textarea,
#ht-contactus-wrap input[type="date"], 
#ht-contactus-wrap select{
    padding: 11px 5px;
}
    #ht-contactus-wrap .contact-page-form{
        padding: 15px;
    }
    #ht-contact-section .phone-subtagline {
    font-size: 11px;
}
    section#ht-contact-section .contact-box {
    padding: 55px 10px 40px !important;
}
    section#ht-appintment-section h6.faq-title{
        font-size: 15px !important;
    }
    section#blog-section .btn{
        padding: 10px 12px !important;
    }
    #blog-box .blog-read-more a{
        font-size: 11px;
    }
    #ht-contactus-wrap .contact-sm-links li a span.fa.fa-facebook {
    /* padding: 0; */
    padding: 4px 3px 4px 2px;
}
    #ht-contactus-wrap .contact-sm-links li a{
        font-size: 12px;
    }
    #ht-contactus-wrap .contact-sm-links li a{
        padding: 4px 8px;
    }
    #ht-appintment-section .lz-appointment-heading
    {
        font-size: 22px;
    }
    #ht-appintment-section .lz-appointment-subheading{
        font-size: 19px;
    }
    #ht-masthead .header-social-links span.fa.fa-facebook, 
    #ht-masthead .header-social-links span.fa.fa-twitter, 
    #ht-masthead .header-social-links span.fa.fa-linkedin, 
    #ht-masthead .header-social-links span.fa.fa-instagram {
    padding: 13px 7px 17px 10px;
}
    #featured-post-section .btn{
        padding: 12px 15px;
    }
    section#blog-section .ht-blog-date.blog-content li,
    section#blog-section .ht-blog-date.blog-content i.fa.fa-calendar-o, 
    section#blog-section .ht-blog-date.blog-content i.fa.fa-user, 
    section#blog-section .ht-blog-date.blog-content i.fa.fa-commenting-o{
            font-size: 12px;
    }
    main#innerpage-box .page-testimonial-box p{
        font-size: 19px !important;
    }
    #quote-carousel .carousel-control.right {
    right: 75px !important;
}
    #quote-carousel .carousel-control.left {
    left: 55px !important;
}
    #ht-contact-section .contact-content span {
    font-size: 9px;
}
#ht-contact-section .contact-content h2 {
    font-size: 14px;
}
    header#ht-masthead li.themetext.phonetxt:after{
        content: none;
    }
    .ht-main-navigation .ht-menu {
    top: 135px !important;
}
    .toggle-bar {
    top: 98px !important;
}
    #ht-masthead .header-social-links span {
    font-size: 9px !important;
}
    
    section#ht-aboutclinik-section .about-clinik-name,
    section#ht-aboutclinik-section .about-clinik-designation {
    font-size: 18px !important;
}
    section#ht-aboutclinik-section .about-clinik-title {
    font-size: 20px !important;
}
    .ht-slide-caps-title.animated.fadeInDown {
    font-size: 8px;
}
    .ht-slide-caption {
    width: 495px;
    margin-left: -325px;
}
    a.header-btn{
        padding: 15px 13px;
        font-size: 8px !important;
    }
    
    #ht-masthead .header-social-links span{
        font-size: 12px;
    }
    .header-social-links li{
        font-size: 5px !important;
    }
    #innerpage-box .faq-content h6 {
    font-size: 13px !important;
}

    .ht-main-navigation ul ul{
        min-width: 215px;
    }
    
section#ht-project-section .ht-section-title-tagline:after{
     right: 31% !important;
}
    main#innerpage-box div#blog-box .socialMedia a {
    font-size: 10px;
    padding: 5px 5px;
}
   #innerpage-box #blog-box .ht-blog-date .fa{
        font-size: 14px;
    }
   #innerpage-box #blog-box .ht-blog-date{
        font-size: 11px;
        width: 85%;
    }
.ht-slide-cap-title.animated.fadeInDown{
    font-size: 14px !important;
}
.ht-slide-cap-desc.animated.fadeInDown{
     font-size: 9px !important;
}
#ht-newslatter-section .newslettersign-box .ordercall {
    padding: 20px 20px 0px 20px !important;
}
#ht-newslatter-section .ht-section-title{
    font-size: 22px;
}
.ht-section-subtitle{
    font-size: 40px;
}
#ht-bottom-footer{
    margin: 0 15px;
}

}


.featured-post{
    /*position: relative;
    transition: all 0.4s ease-in-out 0s;*/
    margin-bottom: 30px;
    padding: 40px 15px 40px 35px;
    
    /*box-shadow: 0 0px 5px 0 #888282ad;*/
    /*box-shadow: 0px 2px 4px rgba(47, 46, 46, 0.37);*/
    
}
.featured-post:hover{
    /*transform: scale(1.05, 1.05);*/
}
.featured-post .title{
    margin: 0 0 10px 0;
    position: relative;
}
.featured-post .featured-icon{
    display: inline-flex;
    position: all 0.3s ease 0s;
    position: relative;
    left: 0px;
   
    background: #0070aa;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 80px;
    height: 80px;
    transition: all 0.3s ease 0s
}
section#featured-post-section .featured-icon{
	width: 95px;
    height: 95px;
    /* background: linear-gradient(to bottom,transparent 49%,#e47019 50%); */
    font-size: 45px;
    color: #fff;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}
.featured-post .featured-icon:before,
.featured-post .featured-icon:after{
	content: "";
    width: 94%;
    height: 94%;
    background: #6743c4;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transform: translate(-50%, -50%);
}
section#featured-post-section img.secondry-bg {
   clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
       height: 170px;
    width: 155px;
    position: relative;
    left: 0px;
    top: 12px;
}
.featured-post:hover .featured-icon{
    /*font-size: 90px;*/
}
@media only screen and (max-width: 990px){
    .featured-post{ margin-bottom: 40px; }
}
/*Our Clients Section*/
section#ourclients-post-section .lz-ourclients-subheading {
    font-size: 14px;
}
section#ourclients-post-section {
    background: #fbda4d;
}

section#ourclients-post-section .ourclients_img img {
    height: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
        margin-bottom: 25px;
}
section#ourclients-post-section .col-md-12.col-sm-12.col-xs-12.padding10 .ourclients_img img {
    height: 150px;
}
section#ourclients-post-section .col-md-6.col-sm-6.col-xs-12.padding10 .ourclients_img img {
    height: 150px;
}
section#ourclients-post-section .col-md-4.col-sm-6.col-xs-12.padding10 .ourclients_img img {
    height: 150px;
}

/*============ Project Section =====================*/
.ht-section-tagline.lz-project-text {
    font-size: 14px;
}
.padding5 {
    padding: 5px;
}
.ht-project-member{
    position: relative;
    overflow: hidden;
}
.ht-project-member img{
    width: 100%;
    height: 260px;
}
.ht-project-member .project-main-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 18px;
    background: #283949;
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
    text-align: center;
    opacity: 0.85;
}
.ht-project-member:hover .project-main-box{
    transform: translateX(0);
}
.ht-project-member .project-main-box .post-title{
    font-size: 20px;
    color: #fff;
}
.ht-project-member .project-main-box .post{
    font-size: 14px;
    color: #cb95e1;
    display: block;
    margin-bottom: 20px;
}
.ht-project-member .team-prof{
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 12px 16px;
    background: #334352d4;
    transform: translateX(0);
    transition: all 0.20s ease 0s;
}
.ht-project-member:hover .team-prof{
    transform: translateX(100%);
}
.ht-project-member .team-prof .post-title{
    font-size: 20px;
    color: #fff;
    margin: 0 0 8px 0;
}
.ht-project-member .team-prof .post{
    font-size: 14px;
    color: #cb95e1;
    margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
    .ht-project-member{ margin-bottom: 20px; }
}
section#ht-project-section .readmore-btn.text-center a {
    background: #283949;
    padding: 9px 15px;
    font-size: 14px;
    margin: 30px 0px;
}
section#ht-project-section .readmore-btn.text-center {
    margin-top: 50px;
}
section#ht-project-section i.fa.fa-arrow-right {
    padding-left: 10px;
    font-size: 14px;
}
section#ht-project-section .lightbox {
    padding: 3em 0em 5em 0em;
}
section#ht-project-section .project-button a {
    color: #fbda4d;
    white-space: inherit;
}
section#ht-project-section .project-button a:hover {
    color: #ffffff;
}
section#ht-project-section .col-md-12.col-sm-12.padding5 .ht-project-member img {
    height: 375px;
}
section#ht-project-section .col-md-12.col-sm-12.padding5 .ht-project-member .project-button,
section#ht-project-section .col-md-6.col-sm-6.padding5 .ht-project-member .project-button{
    margin-top: 110px;
}
section#ht-project-section .col-md-6.col-sm-6.padding5 .ht-project-member img {
    height: 350px;
}
.project-button {
    margin-top: 70px;
}
section#ht-project-section .col-md-12.col-sm-12.col-xs-12.padding5 .project-button a {
    margin-top: 5%;
}
section#ht-project-section .col-md-6.col-sm-6.col-xs-12.padding5 .project-button a {
    margin-top: 7%;
}
section#testimonials-section .overlay {
 /*   width: 100%;
    height: 100%;
    z-index: 10;
        background-color: #283949;
    opacity: 0.95;*/
    /*padding: 4em 0em 7em 0em;*/
}
section#testimonials-section .lightbox {
    padding: 0em 0em 2em 0em
}
/*============= testimonial innerpage ===========*/

div#content-box .testimonial-content-box i.fa.fa-quote-right{
   margin-bottom: 20px;
    position: relative;
    top: -78px;
    font-size: 40px;
    color: #ff4e00;
    right: -54%;
}
#innerpage-box .testimonial-content h5 {
    font-size: 19px;
    color: #ffffff;
}
#innerpage-box .testimonial-details:before{
    border-bottom: 2px solid;
    display: inline-block;
    margin: 0px 0px 15px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    /* background-color: #007acc; */
    width: 35px;
}
#innerpage-box .testimonial-content h6 {
   font-size: 22px;
   font-weight: 600;
   color: #ffffff;
   margin: 0;
}
main#innerpage-box .page-testimonial-box p {
    font-size: 15px;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 10px;
}

main#innerpage-box .row.page-testimonial-box.col-md-8.col-md-offset-2 {
    margin-left: 0;
    width: 100%;
}
.header-right-box a {
    font-size: 14px;
    color: #ffffff;
    padding: 12px 25px;
    float: left;
    position: relative;
    top: 30px;
    text-align: center;
}


/*for all sections before after border*/

section#ourclients-post-section .ht-section-title-tagline:after{
    content: '';
    border-bottom: 2px solid #ccc;
    position: absolute;
    z-index: 999;
    width: 95px;
    height: 17px;
    margin: 0 auto;
    z-index: 1;
    right: 47%;
    margin-right: 0px;
    z-index: 1;
}
section#ourclients-post-section .ht-section-title-tagline:before {
    content: '';
    border-bottom: 2px solid #24a0ea;
    position: absolute;
    z-index: 999;
    width: 32px;
    height: 25px;
    margin: 0 auto;
    right: 50%;
    bottom: -17px;
    z-index: 50;
    margin-right: -7px;
}

section#ht-project-section .ht-section-title-tagline:after{
    content: '';
    border-bottom: 2px solid #ccc;
    position: absolute;
    z-index: 999;
    width: 95px;
    height: 17px;
    margin: 0 auto;
    z-index: 1;
    right: 47%;
    margin-right: 0px;
    z-index: 1;
}
section#ht-project-section .ht-section-title-tagline:before {
    content: '';
    border-bottom: 2px solid #24a0ea;
    position: absolute;
    z-index: 999;
    width: 32px;
    height: 25px;
    margin: 0 auto;
    right: 50%;
    bottom: -17px;
    z-index: 50;
    margin-right: -7px;
    
}
/*============Counter Section================*/

/*counter hover effect*/


#innerpage-box .single_post .post-date-publishable {
    background: #ccc;
    padding: 15px 15px;
    border-radius: 5;
        color: #ffffff;
}
div#commentsAdd textarea {
    border: 1px solid;
}
.single_post .gallery-icon.landscape {
    margin-bottom: 15px;
}
header.page-main-header.single-post-titlebox h1.ht-main-title {
    font-weight: 600;
}
header.page-main-header.single-post-titlebox{
    padding: 5px 15px;
}
.woocommerce ul.products li.product a img:hover,
.woocommerce div.product div.images img:hover {
    opacity: 0.6;
}
.woocommerce .quantity .qty {
    border: 1px solid;
}
.woocommerce #review_form #respond textarea {
    border: 1px solid;
}
.woocommerce div.product .woocommerce-product-rating a,
.woocommerce .star-rating span {
    color: #000;
}
.woocommerce-product-search .search-field{
    width: 100% !important;
    border: 1px solid #000 !important;
}
form.woocommerce-product-search button {
    padding: 10px 25px;
    font-size: 14px;
}
@media screen and (min-width: 320px) and (max-width: 1440px){
    
   header#ht-masthead .logobox{
        margin-left: 0;
    }
#ht-home-slider-section .bx-wrapper .bx-prev{
    right: 153px;
}
#featured-post-section .details{
    height: auto ! important;
}
#testimonials-section .testimonials-member-wrap .carousel-indicators .carousel-inner{
    height: auto ! important;
}
}

/*/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce .star-rating {
    float: right;
    position: relative;
    height: 3em;
    line-height: 1;
    font-size: 1em;
    width: 100%;
    font-family: star; 
    overflow: initial;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0px;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    display: none;
}

.woocommerce .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    /*display: none;*/
}
.comment-text .star-rating {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
    margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #ccc !important;
}*/
/*===============FAQ PAGE====================*/

#innerpage-box .faq-content.padding0:after {
    content: "";
    border-left: 20px solid #0070aa;
    border-top: 20px solid #ffffff;
    border-right: 20px solid #fff;
    position: absolute;
    top: 0;
    right: -20px;
    /* opacity: 0.85; */
}
#innerpage-box .faq-content h6:after {
   content: "\f067";
    font-family: 'Fontawesome';
    font-size: 13px;
    color: #0070aa;
    background: none;
    position: absolute;
    right: 25px;
    padding: 13px;
    top: 8px;
}
#innerpage-box .faq-content h6 {
    border: 2px solid #0070aa;
    padding: 15px 25px 15px 15px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #0070aa;
}
#innerpage-box .faq-content p {
   background: #0070aa;
    color: #ffffff;
    padding: 20px;
    font-size: 14px;
    /*border: 1px solid #283949;*/
    border-top: none;
    /* border-bottom: none; */
    opacity: 0.89;
    
}
#innerpage-box .faq-content.padding0 {
   /* border: 1px solid #f1f1f1;*/
    border-left: none;
    border-right: none;
    margin-bottom: 5px;
}
/*===============FAQ PAGE====================*/
.header-social-links li {
    padding: 0px;
    color: #ffffff;
    font-size: 16px;
}


main#innerpage-box div#blog-box article.post.excerpt {
    margin-bottom: 55px;
}
main#innerpage-box article.post.excerpt h2.title a {
    font-size: 22px;
    font-weight: 500;
}
main#innerpage-box article.post.excerpt .readMore {
    margin: 25px 0px;
    width: 100%;
    text-align: center;
}
main#innerpage-box article.post.excerpt .readMore a {
    font-size: 15px;
    background: #17adec;
    padding: 15px 50px;
    color: #fff;
}

/*for team page*/
#innerpage-box .our-teampage img{
    width: 100%;
    height: 290px;
    box-shadow: 0 28px 14px -28px #0000006b;
}
#innerpage-box .our-teampage .team-content{
    padding: 25px 0px 15px 0px;
    /*height: 120px;
    background: #ea8828;
    position: relative;
    top: -18px;
    left: 0;
    transform: rotate(7deg) skew(7deg);*/
}
#innerpage-box .our-teampage .team-info{
    /*width: 100%;
    text-align: center;
    padding: 39px 0 0;
    position: absolute;
    transform: rotate(-5deg) skew(-5deg);*/
}
#innerpage-box .our-teampage .title{
    font-size: 20px;
    color: #283949;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 9px;
}
#innerpage-box .our-teampage .post{
    font-size: 18px;
    color: #283949;
}
#innerpage-box .our-teampage .teamicon{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -50px;
    right: 0;
}
#innerpage-box .our-teampage .teamicon li{
    display: inline-block;
    float: left;
}
#innerpage-box .our-teampage .teamicon li a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ea8828;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 2px;
    transition: all 0.3s ease 0s;
}
#innerpage-box .our-teampage .teamicon li:nth-child(2n) a{
    position: relative;
    bottom: -13px;
}
#innerpage-box .our-teampage .teamicon li:last-child a{
    margin-right: 0;
}
#innerpage-box .our-teampage .teamicon li a:hover{
    background: #161616;
}
#innerpage-box .our-teampage{ 
        margin-bottom: 50px;
    border: 1px solid #d6d6d6;

}
@media only screen and (max-width: 990px){
    #innerpage-box .our-teampage{ margin-bottom: 50px; }
}
#innerpage-box .our-teampage ul.teamicon li:before {
    content: none !important;
}

/*gallery page*/
#innerpage-box span.roll h6{
    color: #ffffff;
}
/*==============Sitemap==========*/
main#innerpage-box div#sitemap-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    padding: 12px 15px;
    box-shadow: 0px 2px 4px rgba(47, 46, 46, 0.37);
    border: 2px solid #ffffff;
}
div#sitemap-box ul li {
    text-transform: capitalize;
    font-size: 17px;
    padding: 5px 0px;
        list-style-type: none;
}
div#sitemap-box ul {
    margin-left: 10px;
}
div#sitemap-box ul li a {
    color: #283949;
}
div#sitemap-box ul li a {
    border-bottom: 1px solid #283949;
}
main#innerpage-box div#sitemap-box .sitemap-blogposts ul li {
    list-style-type: none;
}
main#innerpage-box div#sitemap-box .sitemap-blogposts ul {
    margin-left: 20px;
}
main#innerpage-box div#sitemap-box .sitemap-blogposts ul li img {
    height: 65px;
    width: 65px;
}
main#innerpage-box div#sitemap-box .sitemap-posts-box {
    margin-bottom: 20px;
}


.count {
  display: flex;
    justify-content: center;
    align-items: center;
}
#innerpage-box .our-teampage .team-icon li {
    display: inline-block;
    padding: 10px;
}
#innerpage-box .our-teampage .team-icon li a i {
    color: #868484;
}

/*=========about clinik section*/
section#ht-aboutclinik-section .clinik-text{
    padding-left: 0;
}
section#ht-aboutclinik-section .aboutclinikCounter-post-wrap p {
    color: #ffffff;
    font-size: 16px;
}
section#ht-aboutclinik-section .aboutclinikCounter-post-wrap {
    background: #ff4e00;
    padding: 30px 50px 15px 50px;
    text-align: center;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
section#ht-aboutclinik-section .aboutclinikCounter-post-wrap h5 {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
}
/*====Slide In from Left To Right======*/
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
  padding-bottom: 30px;
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-left.testimonial .header{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.animation-element.slide-left.testimonial .left{
  float: left;
  margin-right: 15px;
}
.animation-element.slide-left.testimonial .right{
  float: left;
}
.animation-element.slide-left.testimonial .content {
  float: left;
  width:100%;
  overflow: hidden;
  position: relative;
}
.main-header .inside-full-height.other{
    margin:0 70px;
    
}
/*====Slide In from Left To Right======*/

section#ht-aboutclinik-section img {
    width: 100%;
    height: 100%;
    /*border: 1px solid #e5e8ee;*/
}
section#ht-aboutclinik-section .lightbox {
    padding: 0em 0em 2em 0em;
}
section#ht-aboutclinik-section .about-clinik-name {
    font-size: 28px;
    font-weight: 700;
   
}
section#ht-aboutclinik-section .about-clinik-designation {
    font-size: 15px;
    font-weight: 600;
    padding-top: 8px;
}
section#ht-aboutclinik-section .about-clinik-title {
    font-size: 32px;
    font-weight: 700;
    padding: 5px 0px;
}
section#ht-aboutclinik-section .about-clinik-subheading {
   font-size: 15px;
    margin: 5px 0px 15px 0px;
    line-height: 28px;
}
section#ht-aboutclinik-section .about-clinik-text-box {
    margin: 20px 0px;
    font-size: 15px;
}
section#ht-aboutclinik-section .button a {
    font-size: 15px;
    background: #0070aa;
    color: #ffffff;
    padding: 11px 20px;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
section#ht-aboutclinik-section .button {
    margin: 40px 0px;
}
/*=========about clinik section*/

/*img border hover effect*/
section#ht-aboutclinik-section .content{
    margin-top: 80px;                             
}
section#ht-aboutclinik-section .clinik-img{
    width: 98%;
    height: 100%;
    outline: 1px solid #fff;
    outline-offset: -20px;
}

section#ht-aboutclinik-section img:hover {
    opacity: 0.75;
    outline:none;
    
}

/*------=============----------*/
.clinik-img img{ 
        -webkit-transition: transform 0.5s ease-out;
        transition: transform 0.5s ease-out; 
        }

.clinik-img img:hover{
            background: #fff;
            color:#edbfa7;
            transform: scale(1.1) rotateZ(0deg);
            -moz-transform: scale(1.1) rotateZ(0deg);
                -webkit-transform: scale(1.1) rotateZ(0.5deg);
            -o-transform: scale(1.1) rotateZ(0deg);
            outline: 1px solid #fff;
            outline-offset: -20px;
            }

section#ht-aboutclinik-section .clinik-img{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    text-align: center;
}
section#ht-aboutclinik-section .clinik-img:before{    
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0%;
    width: 0px;
    height: 0px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    height: 10%;
    width: 10%;
}
section#ht-aboutclinik-section .clinik-img:hover:before {
    height: 45%;
    width: 35%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-right: 4px solid #16a1dd;
    border-bottom: 4px solid #16a1dd;
}
section#ht-aboutclinik-section .clinik-img:after{
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0px;
    left: 0%;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    height: 10%;
    width: 10%;
}
section#ht-aboutclinik-section .clinik-img:hover:after {
    height: 45%;
    width: 35%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-top: 4px solid #16a1dd;
    border-left: 4px solid #16a1dd;
}
/*-----=======---------------*/

/*------=============----------*/


@media only screen and (max-width:990px){
    section#ht-aboutclinik-section .clinik-img{ margin-bottom: 30px; }
}
/*img border hover effect*/
section#ht-aboutclinik-section .fpost.aboutclinik-sec {
    padding-left: 0;
}


/*======================For Gallery Homepage=====================*/
section#ht-gallery-section .ht-section-title-tagline {
    margin-bottom: 3em;
}
section#ht-gallery-section .box
{
    overflow: hidden;
    position: relative;
}
section#ht-gallery-section .box:before{
    content: '';
    background-color: rgba(255,255,255,0.7);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
section#ht-gallery-section .box:hover:before{
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    opacity: 1;
    animation:bounce-left 1s ease-in forwards;
}
section#ht-gallery-section .box img{
    width: 100%;
    height: 315px;
    transition: all 0.3s ease 0s;
}
section#ht-gallery-section .box:hover img{ transform: scale(1.5); }
section#ht-gallery-section .box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    transform:translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition:all 0.3s ease 0.5s;
}
section#ht-gallery-section .box .content{
    opacity: 0;
    transform:translateX(-50%) translateY(-50%);
    position: absolute;
    left:50%;
    top:50%;
    z-index: 2;
    transition:all 0.3s ease 0s;
}
section#ht-gallery-section .box:hover .content{ opacity: 1; }
section#ht-gallery-section .box .title{
    color: #ff3a6f;
    font-size: 17px;
    font-weight: 600;
    transform: translateY(-500px);
    opacity: 0;
    transition:all 0.8s ease 0.3s;
    display: none;
}

section#ht-gallery-section .box:hover .title{
    opacity: 1;
    transform:translateY(0);
}

@keyframes bounce-left{
    25%,50%,75%,100%{ transform:translateX(0); }
    40%{ transform:translateX(30px); }
    70%{ transform:translateX(15px); }
    90%{ transform:translateX(5px); }
}
@media only screen and (max-width:990px){
   section#ht-gallery-section .box{ margin-bottom: 20px; }
}
@media only screen and (max-width:479px){
   section#ht-gallery-section .box .title{ font-size: 18px; }
}
/*======================For Gallery=====================*/

/*======================= For Gallery Innerpage==================*/
#innerpage-box .ht-gallery-member.box
{
    overflow: hidden;
    position: relative;
}
#innerpage-box .ht-gallery-member.box:before{
    content: '';
    background-color: rgba(255,255,255,0.7);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
#innerpage-box .ht-gallery-member.box:hover:before{
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    opacity: 1;
    animation:bounce-left 1s ease-in forwards;
}
#innerpage-box .ht-gallery-member.box img{
    width: 100%;
    height: 290px;
    transition: all 0.3s ease 0s;
}
#innerpage-box .ht-gallery-member.box:hover img{ transform: scale(1.5); }
#innerpage-box .ht-gallery-member.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    transform:translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition:all 0.3s ease 0.5s;
}
#innerpage-box .ht-gallery-member.box .content{
    opacity: 0;
    transform:translateX(-50%) translateY(-50%);
    position: absolute;
    left:50%;
    top:50%;
    z-index: 2;
    transition:all 0.3s ease 0s;
}
#innerpage-box .ht-gallery-member.box:hover .content{ opacity: 1; }
#innerpage-box .ht-gallery-member.box .title{
    color: #ff3a6f;
    font-size: 17px;
    font-weight: 600;
    transform: translateY(-500px);
    opacity: 0;
    transition:all 0.8s ease 0.3s;
}

#innerpage-box .ht-gallery-member.box:hover .title{
    opacity: 1;
    transform:translateY(0);
}

@keyframes bounce-left{
    25%,50%,75%,100%{ transform:translateX(0); }
    40%{ transform:translateX(30px); }
    70%{ transform:translateX(15px); }
    90%{ transform:translateX(5px); }
}
@media only screen and (max-width:990px){
   #innerpage-box .ht-gallery-member.box{ margin-bottom: 20px; }
}
@media only screen and (max-width:479px){
   #innerpage-box .ht-gallery-member.box .title{ font-size: 18px; }
}
/*======================= For Gallery Innerpage==================*/
section#ht-appintment-section .socials {
    margin-top: 30px;
}

.ht-main-navigation ul ul li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #ff4e00;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
        opacity: 0.6;
}
.ht-main-navigation ul ul li:hover:after{
     width: 100%;
}
/*======================= For Slider Button ==================*/
div#ht-home-slider-section .btn{
    /*border-radius: 0;*/
    /*border: 2px solid #ffffff;*/
    /*color: #fff;*/
    /*text-transform: uppercase;*/
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
}
div#ht-home-slider-section .btn:hover{
    /*color: #fff;*/
}
div#ht-home-slider-section .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    z-index: -1;
}
div#ht-home-slider-section .btn:hover:before{
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.56);
}
div#ht-home-slider-section .btn.blue{
    background: none;
}
div#ht-home-slider-section .btn.blue:before{
    background: #0070ac;
}

/*======================= For Slider Button ==================*/
/*======================= For Treatment ==================*/



/*======================= For Treatment ==================*/


/*========================================*/



/*for Treatment inner pageinnerpage image*/
/*=============*/
#innerpage-box .treatbox{
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 0 5px #808080;*/
}
#innerpage-box .treatbox:before,
#innerpage-box .treatbox:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
#innerpage-box .treatbox:before{
    bottom: 10%;
    left: 5%;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
}
#innerpage-box .treatbox:after{
    top: 10%;
    right: 5%;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}
#innerpage-box .services-post:hover .treatbox:before,
#innerpage-box .services-post:hover .treatbox:after{
    opacity: 1;
    width: 90%;
    height: 80%;
}
#innerpage-box .treatbox img{
    width: 100%;
    height: 395px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#innerpage-box .services-post:hover .treatbox img{
    transform: scale(1.05);
}
main#innerpage-box h3.title {
    font-size: 21px;
    font-weight: 500;
}
main#innerpage-box .inner-content {
    /*padding: 20px 40px;*/
    padding: 30px 40px 40px 40px;
}
/*=====treatment button============*/
#innerpage-box .servicess-button .btn{
    border-radius: 3px;
    border: none;
    color: #fff;
    /* text-transform: uppercase; */
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    padding: 12px 25px;
    white-space: normal;
}
#innerpage-box .servicess-button .btn:hover{
    color: #fff;
}
#innerpage-box .servicess-button .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    z-index: -1;
}
#innerpage-box .servicess-button .btn:hover:before{
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.56);
}
#innerpage-box .servicess-button .btn.blue{
    background: #ff4e00;
      /*  border: 2px solid #0070aa;*/
}
#innerpage-box .servicess-button .btn.blue:before{
    background: #0070aa;

}

@media screen and (max-width: 767px){
   #innerpage-box .servicess-button .btn{  margin-bottom: 15px; }
}
/*=====featured button============*/

footer#ht-colophon .social-profile-icons ul li i.fa.fa-facebook {
    padding: 0px 3px 0px 3px;
}

.ht-top-footer input[type="email"], 
.ht-top-footer input[type="email"]::placeholder, 
footer#ht-colophon input[type="text"], 
footer#ht-colophon input[type="text"]::placeholder, 
footer#ht-colophon textarea::placeholder, 
footer#ht-colophon textarea, 
footer#ht-colophon option {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 300;
}

/*===========for inner blog page===========*/
/*#blog-box .inner-blog-post{
    position: relative;
    overflow: hidden;
}
#blog-box .inner-blog-post img{
    width: 100%;
    height: 275px;
    transform: scale(1);
    transition: all 0.40s linear 0s;
    border-radius: 5px;
}
#blog-box .inner-blog-post:hover img{
    transform: scale(1.25);
    transition:transform 3s linear 0s;
}*/
/*===========for inner blog page===========*/
#content-box ul li.blocks-gallery-item:before {
    content: none;
}
#content-box ul li.blocks-gallery-item {
    padding: 6px 6px;
    margin: 0;
}
/*===========for single page & post gallery image===========*/
#content-box ul li.blocks-gallery-item{
    display: block;
    position: relative;
}

#content-box ul li.blocks-gallery-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
#content-box ul li.blocks-gallery-item:hover:after{
    width: 100%;
}
/*===========for single page & post gallery image===========*/

/*==================for doctors innerpage=============*/
#innerpage-box .doctor-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
#innerpage-box .doctor-team img{
    width: 100%;
    height: 310px;
    transition: all 0.5s ease-in-out 0s;
}
#innerpage-box .doctor-team:hover img{ transform: scale(1.2); }
#innerpage-box .doctor-team .social{
    list-style: none;
    padding: 30px 15px;
    margin: 0;
    background: #0facf3;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.4s ease-in-out 0s;
}
#innerpage-box .doctor-team:hover .social{ left: 0; }
#innerpage-box .doctor-team .social li{ display: block; }
#innerpage-box .doctor-team .social li a{
    display: block;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
#innerpage-box .doctor-team .social li:first-child a{ padding-top: 0; }
#innerpage-box .doctor-team .social li:last-child a{ padding-bottom: 0; }
#innerpage-box .doctor-team .social li a:hover{ color: #000; }
#innerpage-box .doctor-team .doctor-content{
    width: 100%;
    padding: 15px 10px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
}
#innerpage-box .doctor-team .title{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 5px 0;
}
#innerpage-box .doctor-team .post{
    display: block;
    font-size: 16px;
    color: #0facf3;
    font-weight: 600;
}
@media only screen and (max-width: 990px){
   #innerpage-box .doctor-team{ margin-bottom: 30px; }
}
#content-box ul.social li:before {
    content: none !important;
}
#innerpage-box #content-box ul.social {
    padding: 0 13px 20px 10px;
}
/*=============facility box border effect==================*/
#featured-post-section .facilityserviceBox{
    background: #0e3963;
    border: 1px solid #39648e;
    text-align: left;
    position: relative;
    transition: all 0.5s ease 0s;
    max-height: max-content;
    padding-bottom: 50px;
}
#featured-post-section .facilityserviceBox:hover{
     border: 1px solid #13c15e;
}
#featured-post-section .facilityserviceBox:before {
   display: block;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   content: "";
   position: absolute;
   bottom: 30px;
   left: 5%;
   width: 51px;
   width: 0px;
   height: 0px;
   border-left: 2px solid transparent;
   border-bottom: 2px solid transparent;
}
#featured-post-section .facilityserviceBox:hover:before {
    height: 75%;
    width: 15%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-left: 5px solid #ffc22d;
    background: none;
    left: 0;
    bottom: 0;
    border-bottom:none;                    
}

#featured-post-section .facilityserviceBox:after {
   display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0px;
    right: 5%;
    width: 0px;
    height: 0px;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
   
}

#featured-post-section .facilityserviceBox:hover:after {
   height: 75%;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-right: 5px solid #ffc22d;
    background: none;
    left: 0;
     border-top:none;
}


/*=============facility box border effect==================
/*==============For treatment inner page================*/
main#innerpage-box .services-post:nth-child(even) .timeline-icon {
    left: auto;
    float: right;
}
main#innerpage-box .services-post:nth-child(even) .timeline-content{
    text-align: left;
}
main#innerpage-box .services-post.padding0 {
    margin-bottom: 15px;
    box-shadow: 3px 3px 15px rgba(47, 46, 46, 0.25);
        width: 100%;
}
main#innerpage-box .services-post.padding0 h3.title {
    font-weight: 600;
}
/*==========woocommerce==========*/
.woocommerce .woocommerce-ordering select {
    border: 1px solid #e0dddd;
}
.woocommerce h4.widget-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: inherit;
    color: #000;
}
.woocommerce ul.products li.product .total-product-title-wrap h2 {
    font-size: 16px;
    font-weight: 600;
}
.woocommerce div.product div.images img{
        box-shadow: 0px 1px 4px rgba(47, 46, 46, 0.37) !important;
}
.woocommerce div.product .product_title {
    font-size: 23px;
    font-weight: 600;
}
@media screen and (min-width: 320px) and (max-width: 1024px){
    .woocommerce ul.products li.product a img {
    height: 200px;
}
}
/*================Blog Section===============*/
/*--------------------------------------------------------------
## 
--------------------------------------------------------------*/

/*=========== code for loop ======================*/



/*------======================================----*/
section#blog-section .authorimg-box img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
section#blog-section .auther-text-box {
    font-weight: 600;
    font-size: 16px;
    position: relative;

    top: 4px;
}
section#blog-section .date-box {
    padding: 10px 26px;
    background: #0070aa;
    text-align: center;
    font-weight: 600;
    display: inline-block; 
}
section#blog-section .date-box b {
    display: block;
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
}
section#blog-section .blogbtn {
    text-align: right;
    padding-right: 40px;
}
/*===== Blog button============*/
section#blog-section .btn{
    border: none;
    color: #000;
    /* text-transform: uppercase; */
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    padding: 13px 30px;
    white-space: normal;
        top: 15px;

}
section#blog-section .btn:hover{
    color: #fff;
}
section#blog-section .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    z-index: -1;
}
section#blog-section .btn:hover:before{
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.56);
}
section#blog-section .btn.blue{
    background: transparent;
        border: 2px solid #0070aa;
        border-radius: 4px;
}
section#blog-section .btn.blue:before{
    background: #ff4e00;

}
section#blog-section .btn.blue:hover{
    border: 2px solid #ff4e00;
    border-radius: 4px;
}
@media screen and (max-width: 767px){
   section#blog-section .btn{  margin-bottom: 15px; }
}
/*-------================---------------new===================------*/
div#content-box.innerpage-whitebox .timeline-content .post {
    font-size: 14px;
}
div#content-box.innerpage-whitebox .timeline:nth-child(2n).timeline:before {
    left: 82%;
    top: 45%;
}
div#content-box.innerpage-whitebox .timeline:nth-child(2n).timeline-icon {
    right: 18%;
    top: 39%;
}
div#content-box.innerpage-whitebox .timeline{ position: relative; }
div#content-box.innerpage-whitebox .timeline:before,
div#content-box.innerpage-whitebox .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
div#content-box.innerpage-whitebox .timeline:before{
    content: "";
    width: 5.2%;
    height: 3px;
    background: #6943c4;
    margin-left: -5%;
    position: absolute;
    top: 35%;
    left: 19%;
    display: none;
}
div#content-box.innerpage-whitebox .timeline-icon{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #6943c4;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 3px;
    z-index: 1;
}
div#content-box.innerpage-whitebox .timeline-content{
    width: 95%;
    padding: 35px 15px 35px 15px;
    background: #fff;
    text-align: left;
    float: left;
    margin-bottom: 14px;
    border: 3px solid #6943c4;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    background: #121212;
}
div#content-box.innerpage-whitebox .date{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #4e6457;
    margin: 0 0 8px;
}
div#content-box.innerpage-whitebox .blog-box-content .title{
    color: #d9b44a;
    margin-top: 0;
        margin-bottom: 4px;
            font-weight: 600;
            word-break: break-word;
}
div#content-box.innerpage-whitebox .blog-box-content .description{
    font-size: 13px;
    color: #ffffff;
    line-height: 25px;
    margin-top: 8px;
    font-style: italic;
}
div#content-box.innerpage-whitebox .timeline:nth-child(2n):before{ margin-left: 0; }
div#content-box.innerpage-whitebox .timeline:nth-child(2n) .timeline-icon{
    left: 5%;
    top: 40%;
}
div#content-box.innerpage-whitebox .timeline:nth-child(2n) .timeline-content{
float: right;
    text-align: right;
}
@media only screen and (max-width: 767px){
  div#content-box.innerpage-whitebox{ margin: 0 15px; }
   div#content-box.innerpage-whitebox:before{ left: 0; }
   div#content-box.innerpage-whitebox .timeline:before{
        left: 0;
        margin: 0;
    }
   div#content-box.innerpage-whitebox .timeline-icon,
   div#content-box.innerpage-whitebox .timeline:nth-child(2n) .timeline-icon{
        top: 27.5%;
        left: 4.5%;
        right: auto;
    }
  div#content-box.innerpage-whitebox .timeline-content{
        /*width: 90%;*/
        float: right;
        text-align: left;
    }
   div#content-box.innerpage-whitebox .timeline-content:before{ left: -10%; }
}
@media only screen and (max-width: 480px){
   div#content-box.innerpage-whitebox .timeline:before{ display: none; }
   div#content-box.innerpage-whitebox .timeline-icon,
   div#content-box.innerpage-whitebox .timeline:nth-child(2n) .timeline-icon{
        /*left: -9px;*/
    }
}
div#content-box.innerpage-whitebox .timeline:nth-child(2n) .test-icon {
    float: right;
}
div#content-box.innerpage-whitebox .timeline-content i.fa.fa-quote-left {
display: none;
}

div#content-box.innerpage-whitebox .main-timeline .timeline:nth-child(2n) img.secondry-bg {
    left: -2px;
}

/*------=================---------------new end-=================------------*/
/*=====featured button============*/

section#blog-section .auther-text-box span {
    font-size: 13px;
    font-weight: normal;
}
section#blog-section .auther-text-box span i.fa.fa-commenting-o {
    font-size: 16px;
    font-weight: normal;
    padding-right: 5px;
}


/*blog box border effect*/
/*=============facility box border effect==================*/
section#blog-section .box-panels.ourblog-posts{
    position: relative; 
    left: -8%;
    top: 91px; 
}

section#blog-section .box-panels.ourblog-posts:nth-child(2n){
    position: relative;  
}

section#blog-section .box-panels.ourblog-posts:hover{ border: 1px solid #ff4e00; }
section#blog-section .box-panels.ourblog-posts:before,
section#blog-section .box-panels.ourblog-posts:after{
    content: "";
    width: 50%;
    height: 5px;
    background: #ff4e00;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
section#blog-section .box-panels.ourblog-posts:hover:before,
section#blog-section .box-panels.ourblog-posts:hover:after{
    opacity: 1;
    left: 50%;
}
section#blog-section .box-panels.ourblog-posts:after{
    top: auto;
    bottom: -3px;
}
/*=============facility box border effect==================*/
.product_list_widget .amount {
    font-weight: bold !important;
    color: #0070aa !important;
}
div#sitemap-box ul li:before {
    content: "\f14a";
    font-family: 'Fontawesome';
    color: #0070aa;
    padding-right: 15px;
}
main#innerpage-box div#sitemap-box .sitemap-posts-box li:before {
    content: none;
}
footer#ht-colophon input[type="date"]{
    font-size: 16px;
}

@media screen and (min-width: 771px) and (max-width: 900px){
header#ht-masthead .header-about-theme {
    background: none !important;
    box-shadow: none;
}
.toggle-bar{
    top: 0;
}
.ht-main-navigation .ht-menu{
    top: 40px;
}
header#ht-masthead .header-menu{
    text-align: left;
}
#ht-masthead .header-social-links span.fa.fa-facebook, 
#ht-masthead .header-social-links span.fa.fa-twitter, 
#ht-masthead .header-social-links span.fa.fa-linkedin, 
#ht-masthead .header-social-links span.fa.fa-instagram {
    padding: 10px 4px 16px 4px;
}
a.header-btn{
    font-size: 9px;
}
}
/*===========for inner blog page===========*/
#blog-box .inner-blog-post .ht-blog-thumbnail{
    position: relative;
    overflow: hidden;
}
#blog-box .inner-blog-post .ht-blog-thumbnail:before,
#blog-box .inner-blog-post .ht-blog-thumbnail:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
#blog-box .inner-blog-post .ht-blog-thumbnail:before{
    bottom: 10%;
    left: 5%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
#blog-box .inner-blog-post .ht-blog-thumbnail:after{
    top: 10%;
    right: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#blog-box .inner-blog-post:hover .ht-blog-thumbnail:before,
#blog-box .inner-blog-post:hover .ht-blog-thumbnail:after{
    opacity: 1;
    width: 90%;
    height: 80%;
}
#blog-box .inner-blog-post .ht-blog-thumbnail img{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#blog-box .inner-blog-post:hover .ht-blog-thumbnail img{
    transform: scale(1.02);
}
/*===========for inner blog page===========*/

/*My Account Page*/
/*main#innerpage-box .woocommerce .woocommerce-MyAccount-content 
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"] {
    border: 1px solid #e4e3e3;
}*/
#innerpage-box .woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
    margin-right: 20px;
}
/*My Account Page*/
.single-productpage .term-description {
    padding: 0px 25px 25px 25px;
}


/*----------====Blog=======--------------------*/
section#blog-section .lightbox {
    padding: 4em 0em 3em 0em;
}
section#blog-section .blog-read-more {
    margin-top: 10px;
    position: relative;
    top: 19px;
}
section#blog-section i.fa.fa-arrow-right {
    padding-left: 10px;
    font-size: 14px;
}
section#blog-section .blog-read-more a {
    background: #283949;
    padding: 9px 15px;
    font-size: 14px;
}

#ht-blog-section {
    padding: 0 0 3em;
    background: #fff;
}

#ht-blog-section .lz-blog-Post-heading {
    border-color: #fc226a;
    color: #fc226a;
    position: relative;
    z-index: 2000;
}
#ht-blog-section .lz-blog-subheading {
       margin-top: 1px;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 40px;
    margin-bottom: 15px;
    color: #2b2b2b;
    padding: 0 25px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
}
.post-date-publishable i {
    color: #ffffff;
    margin-right: 5px;
}


.ht-blog-comment {
    font-size: 15px;
    margin-bottom: 0;
    color: #3f3f3f;
    padding:0;
}
.ht-blog-comment i {
    color: #7c529c;
    margin-right: 4px;
        font-size: 22px;
}
.ht-blog-excerpt p {
   font-size: 15px;
    line-height: 26px;
    margin: 0;
    color: #3f3f3f;
    margin: 10px 0px 20px 0px;
    
}
.ht-blog-excerpt .post-right span {
    font-size: 14px;
    color: #83817f;
}
.ht-blog-excerpt .post-right span b {
    color: #000;
    font-weight: normal;
}
.ht-blog-post .box-panels {
  
}
.ht-blog-post .blog-img {
   /* width: 100%;
    height: 395px;
    padding-right: 100px;*/
}
section#blog-section .ht-blog-post{
    margin-bottom: 10px;
    margin-top: 20px;
}

.ht-blog-post:nth-child(2n+1){
    clear: both;
}

.blog-read-more:hover {
    /*transform: rotate(360deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;*/
}



#ht-blog-section .lz-blog-heading{
    color: #222222;
   /* background: url(images/darksec-titlebg.png)no-repeat scroll bottom;
    padding-bottom: 20px;*/
}
#ht-blog-section .blog-Info .blogcontent{
    position: relative;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0px;
}
#ht-blog-section .ht-blog-post  h5 {
    margin: 0 50px;
    font-size: 13px;
    font-weight: 800;
    font-weight: bold;
    margin: 10px 0;
    font-size: 18px;
}
#ht-blog-section .ht-blog-post  h5  a{
    color:#444;
}
#ht-blog-section .box-panels:hover h5 a{
    color:#fc226a;
}
#ht-blog-section .ht-blog-excerpt {
     padding: 30px 25px;
    position: relative;
    border-bottom: 3px solid #fc226a;
}
#ht-blog-section .ht-blog-wrap {
   /* padding-bottom: 40px;*/
}

.ht-blog-excerpt h5{
    font-weight: 400;
    margin: 9px 0 5px 0px;
}

.ht-blog-excerpt h5 a {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.ht-blog-date {
    font-size: 16px;
    margin-bottom: 0;
    color: #3f3f3f;
    padding: 30px 0;
}
.blog-admin span {
    text-transform: uppercase;
    font-size:14px;
    color:#a6a6a6;
} 
.blog-admin {
    border-right: 2px solid #cdcdcd;
}
#blog-box .ht-blog-date {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #fff;
    font-weight: 600;
        background: #fc226a;
}
#blog-box .blog-read-more {
    position: relative;
    bottom: 0px;
    right: 0;
}

.ht-blog-date .fa{
    margin-right: 6px;
    color:#7c529c;
    font-size: 22px;
}
#blog-box .ht-blog-date .fa{
    color:#fff;
}
#inner-blog-section .blog-read-more{
    text-align:center;

}

.ht-blog-excerpt .post-right {
    padding: 10px 25px;
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    font-size: 14px;
}

.post-right .blog-read-more a:hover{
    color: #fff;
    border-bottom: 4px solid #ea70a1;
    background: #000;
    font-weight: 400;
    color: #fff;
    border-radius: 0px;
}

.post-right .blog-read-more {
    margin: 10px 0;
    border-radius: 5px;
}
.post-right .blog-read-more a {
    color: #fff;
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px;
    background: #ea70a1;
}
/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
#blog-box h4{
    margin: 20px 0 20px 0;
    font-weight: 600;
}
#blog-box .inner-blog-img{
        width: 100%;
}
#blog-box .inner-blog-post{
    margin: 0 0 2em 0;
    background: #eee;
    padding: 2em;
    border-radius: 10px;
}
#blog-box .inner-blog-img{
    border-radius: 10px;
    width: 100%;
    margin: 0 0 5px;
    background: #fff;
    padding: 2px;
}
#blog-box .inner-blog-excerpt{
    margin: 0 0 20px 0;
}
#blog-box .blog-read-more{
    text-align:center;

}
#blog-box .blog-read-more a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#blog-box .blog-read-more a{
    padding: 5px 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    border: 3px solid;
    border-radius: 50px;
}

#blog-box .blog-read-more a:hover{
        background: #fc226a;
    color: #FFF;
    border: 3px solid #7c529c;
}

.socialMedia{
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}
.ht-main-navigation li.current_page_item ul li a{
    color:#fff;
    background:none;
}
.socialMedia a{
    font-size: 30px;
    color: #fff;
    background: #f1f1f1;
    border: 2px solid #fff;
    padding: 5px 10px;
    width: auto;
}

.socialMedia a:hover{
    background: none;
    border: 2px solid #3a3a3a;
}

/*-------============----------------===========----------*/


/*===============for treatment box =================*/

/*==================Treatment page hover=============*/
main#innerpage-box .service .content-box:after{
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: -2px;
    left: 0%;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 40%;
    height: 28%;
}
main#innerpage-box .service .content-box:hover:after{
    height: 85%;
    width: 85%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
    border-top: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
}
main#innerpage-box .service .content-box:before{
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0%;
    width: 0px;
    height: 0px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 40%;
    height: 28%;
}
main#innerpage-box .service .content-box:hover:before{
height: 85%;
    width: 85%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

main#innerpage-box .service .content-box{
    position: relative;
    z-index: 999;
    padding: 50px;
    margin-bottom: 30px;
    background: #0070aa;
    opacity: 0.78;
}
/*==============FAQ ==================*/
section#ht-faq-section h6.faq-title {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    margin: 0;
}

section#ht-faq-section .faq-content.padding0 P {
    font-size: 14px;
    /*border: 1px solid #ccc;*/
    border-top: none;
    padding: 20px 15px 20px 20px;
    margin: 0;
    font-weight: normal;
    line-height: 28px;
}
section#ht-faq-section .faq-content.padding0 {
   width: 78%;
    margin-left: 9%;
    margin-bottom: 25px;
    cursor: pointer;
    box-shadow: 1px 1px 1px 3px #efefef;
}
section#ht-faq-section h6.faq-title:after {
    content: "\+";
    font-family: 'Fontawesome';
    font-size: 28px;
    font-weight: bold;
    color: #000;
    background: none;
    position: absolute;
    right: 10px;
    padding: 13px;
    top: 0px;
}
#ht-faq-section .box-effect p:before {
    display: inline-block;
    margin: 0 8px 5px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #007acc;
    width: 50px;
}
section#ht-faq-section .faq-content.padding0 p:before{
    content: none;
}

#ht-contact-section .slide-right-box{
    padding: 0px;
}
#ht-contact-section .slide-right-box .inside-full-height{
    padding: 0 8% 0 11%;
}
#ht-contact-section .slide-right-box .overlay{
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: #0c3662;
    position: relative;
    opacity: 0.95;
    padding: 0;
}
section#ht-contact-section .phone-main-tagline span {
    font-weight: 600;
    font-size: 18px;
}
section#ht-contact-section .phone-main-tagline {
    margin-bottom: 4px;
    padding: 40px 0 15px 10px;
}
section#ht-contact-section .phone-main-subtagline {
    font-size: 15px;
    margin-top: 20px;
}
section#ht-contact-section .appointment-right-text {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 70px;
    font-family: 'Open Sans', sans-serif;
}
section#ht-contact-section .color-box{
    padding-bottom: 70px;
}
section#ht-contact-section .contact-box {
    background: #f8f8f8;
    padding: 55px 80px 40px;
}
section#ht-contact-section .ht-appintment-member-wrap input[type="email"],
section#ht-contact-section .ht-appintment-member-wrap input[type="date"] {
    border: none;
}
section#ht-contact-section .ht-appintment-member-wrap input[type="date"]:before {
    
    font-family: 'Fontawesome';
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
    top: 2px;
    /*position: relative;*/
}
section#ht-contact-section .ht-appintment-member-wrap input[type="date"] {
    background: #fff;
    box-shadow: none;
    position: relative;
    padding: 10px;
    
}
section#ht-contact-section .ht-appintment-member-wrap input[type="submit"] {
    padding: 14px 30px;
    font-size: 15px;
    float: left;
    
}
.ht-appintment-member-wrap input[type="submit"]:hover{   

    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
}
.contact-small-box.small-box {
    padding: 50px 0;
    
}
/*----------=======----new----=========----------------------------*/
.wpcf7-form-control {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    overflow: hidden;
}
.wpcf7-form-control a{
   /* color: rgba(51,51,51,1);*/
    text-decoration: none;
    display: block;
}
/*.wpcf7-form-control::before{
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(13%,190%) rotate(-30deg);
    transform: translate(13%,190%) rotate(-30deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.wpcf7-form-control::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-13%,-190%) rotate(-30deg);
    transform: translate(-13%,-190%) rotate(-30deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.wpcf7-form-control::before{
    -webkit-transition-delay: 0.1s; /* Safari 
    transition-delay: 0.1s;
}
.wpcf7-form-control:hover::before, .wpcf7-form-control:hover::after{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);  
}*/
/*-------=======================*/
section#ht-contact-section .ht-appintment-member-wrap label{
    width: 100%;
}
section#ht-contact-section .wow.fadeInUp.contact{
    /*background: url(/images/shadow.png) no-repeat center 100%;*/
    background-image: url(images/shadow.png);
    padding-bottom: 23px;
    background-repeat: no-repeat;
    background-position: left bottom 00%;
    /* background-size: 107% 100%,cover; */
    background-position: center bottom 00%;
}

#ht-appintment-section .apointmentmain-box{
    background-attachment: fixed;
}
.contact-box-inner{
    background: #0e3962;
    margin: 0 20%;
    padding: 50px;
    border: 1px solid #17adec;
    position: absolute;
    top: 0;
    z-index: 1; 
}

/*=========================*/

.newslettersign-box .ordercall {
    background: #011e39;
    border: 1px solid #17adec;
    margin: 0 20%;
    padding: 50px 50px 77px 50px;
    z-index: 1;
    left: 0;
    right: 0;
    position: relative;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    
}

.ht-newslatter-member-wrap p {
    color: #fff;
}

.newsletter-text {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

#ht-newslatter-section .newsletter-box {
    box-shadow: 0 0px 10px 0px #00000024;
    margin-top: 15px;
    border-radius: 10px;
    padding: 0;
    padding: 15px;
    background: #ccccccc7;
}

.ht-section-tagline.lz-newslatter-text {
       font-size: 17px;
    text-align: center;
    font-weight: 400;
}

#ht-newslatter-section .ht-section-title-tagline {
    
    margin-top: 1em;
}
#ht-newslatter-section .ht-newslatter-member-wrap{     
    color: #fff;
    text-align: left;
    margin: 0 0em 0 3em;
}
.ht-newslatter-member-wrap input::placeholder{
    color:#474747;
    opacity: 0.7;
}

.ht-newslatter-member-wrap input[type="text"], 
.ht-newslatter-member-wrap input[type="email"], 
.ht-newslatter-member-wrap input[type="url"], 
.ht-newslatter-member-wrap input[type="password"], 
.ht-newslatter-member-wrap input[type="search"], 
.ht-newslatter-member-wrap input[type="number"], 
.ht-newslatter-member-wrap input[type="tel"], 
.ht-newslatter-member-wrap input[type="range"], 
.ht-newslatter-member-wrap input[type="date"], 
.ht-newslatter-member-wrap input[type="month"], 
.ht-newslatter-member-wrap input[type="week"], 
.ht-newslatter-member-wrap input[type="time"], 
.ht-newslatter-member-wrap input[type="datetime"],
.ht-newslatter-member-wrap input[type="datetime-local"], 
.ht-newslatter-member-wrap input[type="color"],
.ht-newslatter-member-wrap input[type="file"],
.ht-newslatter-member-wrap textarea, 
.ht-newslatter-member-wrap select
{   
    border: 1px solid #fff;
    background: #fff;
    z-index: 2000;
    width: 100%;
    color: #4c526a;
    margin: 0 0 10px 0;
    border-radius: 0px;
    padding: 0px 35px;
    font-size: 16px;
    height: 90px;
    border-radius: 5px;
}
.ht-newslatter-member-wrap input[type="text"]::placeholder, 
.ht-newslatter-member-wrap input[type="email"]::placeholder, 
.ht-newslatter-member-wrap input[type="url"]::placeholder, 
.ht-newslatter-member-wrap input[type="password"]::placeholder, 
.ht-newslatter-member-wrap input[type="search"]::placeholder, 
.ht-newslatter-member-wrap input[type="number"]::placeholder, 
.ht-newslatter-member-wrap input[type="tel"]::placeholder, 
.ht-newslatter-member-wrap input[type="range"]::placeholder, 
.ht-newslatter-member-wrap input[type="date"]::placeholder, 
.ht-newslatter-member-wrap input[type="month"]::placeholder, 
.ht-newslatter-member-wrap input[type="week"]::placeholder, 
.ht-newslatter-member-wrap input[type="time"]::placeholder, 
.ht-newslatter-member-wrap input[type="datetime"]::placeholder,
.ht-newslatter-member-wrap input[type="datetime-local"]::placeholder, 
.ht-newslatter-member-wrap input[type="color"]::placeholder,
.ht-newslatter-member-wrap textarea::placeholder{
    color: #474747;
}
.ht-newslatter-member-wrap textarea{
    height: 90px;
    padding: 20px 35px;
}
.ht-newslatter-member-wrap label, .ht-newslatter-member-wrap p {
    color: #000;
}
.ht-newslatter-member-wrap label {
    width: 100%;
}
.ht-newslatter-member-wrap input[type="file"]{
    padding: 20px 35px;
}
.ht-newslatter-member-wrap select {
      padding: 20px 35px;
}
.ht-newslatter-member-wrap input[type="submit"]{
       text-indent: -999px;
        background-color: #002140;
    height: 40px;
    font-size: 20px;
    color: #e8e2f0;
    float: right;
    position: absolute;
      right: 15px;
    top: 0px;
    width: 100px;
     height: 90px;
    border-radius: 0 5px 5px 0;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}
/*
.ht-newslatter-member-wrap input[type="submit"]:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
    z-index: 999;
}
 */

/*///////===========///////*/

footer#ht-colophon input[type="date"], input[type="email"] {
    border: none;
}
main#innerpage-box .woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info a{
    margin-right: 20px;
}
section#ht-newslatter-section .newsletter-subheading.text-center {
   margin: 20px 0 35px;
    font-size: 15px;
}
section#ht-newsletter-section .ht-newslatter-member-wrap{
    position: relative;
    top: 3px;
}
section#ht-newsletter-section .box-form {
    text-align: center;
    margin:40px 30px 90px;

}

footer#ht-colophon .widget.widget_recent_entries ul li {
    display: inherit;
}
#ht-contactus-wrap input[type="date"] {
    line-height: 25px;
}
/*for product rating*/
.woocommerce div.product .woocommerce-product-rating a, 
.woocommerce .star-rating span{
    float: right;
    display: contents;
}
.single-productpage .innerpage-whitebox .woocommerce-product-rating span.count {
    display: inherit;
}
.woocommerce .star-rating::before{
float: right !important;
    top: 0 !important;
    right: 0 !important;
    position: relative;
}


/*=========== blog ======================*/
section#ht-blog-box .lightbox {
    padding: 3em 0 6em 0;
}

#ht-blog-box .main-timeline{ position: relative; }
#ht-blog-box .main-timeline:before{

}
#ht-blog-box .main-timeline .timeline{
    position: relative;
    top: 30px;
    margin-bottom: 60px;
  }
#ht-blog-box .main-timeline .timeline:before,
#ht-blog-box .main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
#ht-blog-box .main-timeline .timeline:before{
    content: "";
    width: 5.2%;
    height: 3px;
    background: #d9b44a;
    margin-left: -5%;
    position: absolute;
    top: 32%;
    left: 50%;
    display: none;
}
#ht-blog-box .main-timeline .timeline-icon{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d9b44a;
    margin: 0 auto;
    position: absolute;
    top: 26.5%;
    left: 44.5%;
    z-index: 1;
    display: none;
}
#ht-blog-box .main-timeline .timeline-content{
    width: 100%;
    background: #fff;
    text-align: left;
    float: left;
    margin-top: 50px;
    transition: all 0.3s ease 0s;
}
#ht-blog-box .main-timeline .date{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #4e6457;
    margin: 0 0 8px;
}
#ht-blog-box .main-timeline .title{
    font-size: 28px;
    color: #d9b44a;
    margin-top: 12%;
    margin-bottom: 4px;
    font-weight: 700;
    width: 60%;
}

#ht-blog-box .testimonial-box-content span i{
    padding-right: 10px;
}
#ht-blog-box .main-timeline .timeline:nth-child(2n):before{ margin-left: 0; }
#ht-blog-box .main-timeline .timeline:nth-child(2n) .timeline-icon{
    left: auto;
    right: 44.5%;
}
#ht-blog-box .main-timeline .timeline:nth-child(2n) .timeline-content{
float: right;
    text-align: right;
}
@media only screen and (max-width: 767px){
  #ht-blog-box .main-timeline{ margin: 0 15px; }
   #ht-blog-box .main-timeline:before{ /*left: 0;*/ }
   #ht-blog-box .main-timeline .timeline:before{
        left: 0;
        margin: 0;
    }
   #ht-blog-box .main-timeline .timeline-icon,
   #ht-blog-box .main-timeline .timeline:nth-child(2n) .timeline-icon{
        top: 27.5%;
        left: 4.5%;
        right: auto;
    }
  #ht-blog-box .main-timeline .timeline-content{
        width: 90%;
        float: right;
        text-align: left;
    }
   #ht-blog-box .main-timeline .timeline-content:before{ 
    left: -10%; }
}
@media only screen and (max-width: 480px){
   #ht-blog-box .main-timeline .timeline:before{ display: none; }
   #ht-blog-box .main-timeline .timeline-icon,
   #ht-blog-box .main-timeline .timeline:nth-child(2n) .timeline-icon{
        left: -9px;
    }
}
#ht-blog-box .main-timeline .timeline:nth-child(2n) .test-icon {
    float: right;
}
#ht-blog-box .testimonial-box-content {
    padding: 0 0px 5% 7%;
    box-shadow: 0 0px 5px 0 #88828252;
    position: absolute;
    right: 0px;
    top: 25%;
    background: #ffffff;
    width: 60%;
}
#ht-blog-box .main-timeline .timeline-content i.fa.fa-quote-left {
    float: right;
    font-size: 60px;
    color: #6943c4;
    opacity: 0.2;
    position: relative;
    bottom: 25px;
    right: -25px;
}
#ht-blog-box .main-timeline .timeline:nth-child(2n) i.fa.fa-quote-left {
    float: left;
    left: -15px;
}

#ht-blog-box .main-timeline .timeline:nth-child(2n) .testimonial-box-content {
    padding-right: 0;
    position: absolute;
    left: 0;
    padding: 0 7% 5% 0;
}
#ht-blog-box .main-timeline .timeline-content img {
    width: 100%;
    height: auto;
}
#ht-blog-box .testimonial-box-content .date-box {
    text-align: center;
    padding: 10px 22px;
    font-size: 18px;
    background: #f6f6;
    float: right;
    width: 14%;
    font-weight: 700;
    line-height: normal;
}
#ht-blog-box .testimonial-box-content .date-box b{
    font-size: 40px;
}

#ht-blog-box .main-timeline .timeline:nth-child(2n) .testimonial-box-content .date-box {
    text-align: left;
}
#ht-blog-box .main-timeline .timeline:nth-child(2n)  .testimonial-box-content .date-box {
    text-align: center;
    float: left;
    width: 14%;
    
}
#ht-blog-box .main-timeline .timeline .testimonial-box-content p{
    font-size: 15px;
    color: #777;
    line-height: 28px;
    margin-top: 8px;
   
    padding: 10px 71px 10px 0px ;
}
#ht-blog-box .main-timeline .timeline:nth-child(2n)  .testimonial-box-content p{
   
    padding: 10px 0 10px 70px;
}
#ht-blog-box .main-timeline .timeline:nth-child(2n)  .testimonial-box-content .title{
    padding: 0 0 0 22%;
    width: 100%;
}
#ht-blog-box .testimonial-box-content:hover{
    border: 2px solid #17adec;
}
/*========---------------------------======*/

section#ht-blog-box .testimonial-box-content:before,
section#ht-blog-box .testimonial-box-content:after{
    content: "";
    width: 50%;
    height: 10px;
    background: #17adec;
    opacity: 0;
    position: absolute;
    top: -5px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
    
}
section#ht-blog-box .testimonial-box-content:hover:before,
section#ht-blog-box .testimonial-box-content:hover:after{
    opacity: 1;
    left: 50%;
}
section#ht-blog-box .testimonial-box-content:after{
    top: auto;
    bottom: -5px;
}
/*========---------------------------======*/
#ht-blog-box .test-img{
    text-align: center;
    position: relative;
    /*float: left;*/
    overflow: hidden;
}
#ht-blog-box .test-img img {
    border-radius:0;
    z-index: 999;
    transition: all .5s linear;
}
#ht-blog-box .test-img img:hover {
    transform: scale(1.2) rotateZ(-3deg);
    -moz-transform: scale(1.2) rotateZ(-3deg);
    -webkit-transform: scale(1.2) rotateZ(-3deg);
    -o-transform: scale(1.2) rotateZ(-3deg);
}

#ht-blog-box .test-img .testeffect:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
     background: #a0c716;
    transition: all ease 1s;
    opacity: 0.2;
}
#ht-blog-box .test-img:hover .testeffect:after {
    height: 100%;

}
#ht-blog-box .test-img:hover{
    border: 8px solid #a0c716;
    border-left: none;
    border-right: none;
}
/*-----=====buttan===------*/
#ht-blog-box .blog-contact-btn.text-center {
    margin-top: 4em;
}
#ht-blog-box .btn{  
    
    position: relative;
    transition: all 0.4s ease 0s;
    font-size: 15px;
    padding: 15px 50px;
    font-weight: 500;
    border-radius:0px;    

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    border-radius: 0px;
   white-space: normal;               
}
/*#ht-blog-box .btn.red{
    color: #fff;
    background: #17adec;
}*/
/*#ht-blog-box .btn.red:hover{
    background: #13c15e;
    color: #fff;
}*/
#ht-blog-box .btn:hover{   
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
}
#ht-blog-box .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4dbd85;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
}

#ht-blog-box .btn:hover:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*=============================*/


/*=========== code for loop ======================
.blogbatn{      
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blogbatn a{
    text-decoration: none;
}
.blogbatn:hover{
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
*/



