/*
Theme Name: Mediclean
Theme URI: https://wenthemes.com/item/wordpress-themes/mediclean/
Author: WEN Themes
Author URI: https://wenthemes.com/
Description: Mediclean is a clean but aesthetic, simple but appealing WordPress Theme created for medical or health related websites. It has responsive layout with a beautiful slider and a wide range of elements/features specially created for medical related sites. It is maintained in minimal and modern style, bringing the well-defined content in the focus of the visitor’s attention. Attractive design, pleasant to the eye color scheme and great functionality make this theme perfectly suitable either for medical or business websites. Official Support Forum: https://themepalace.com/support-forum/ Full Demo: https://wenthemes.com/theme-demos/?demo=mediclean
Version: 1.7
Requires at least: 5.6
Tested up to: 6.3
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: mediclean
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, blog, footer-widgets, custom-logo, custom-header
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Custom by WEN Themes

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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;
}

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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 {
    margin: 1em 40px;
}

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;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #2f2f2f;
    font-size: 14px;
    line-height: 1.5;
}

body {
    color: #2f2f2f;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
   color:#001837;
   font-family:"Roboto",sans-serif;
   font-weight: normal;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3{
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

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

blockquote {
    background: #f0f0f0 none repeat scroll 0 0;
    border-left: 5px solid #347fe1;
    margin: 0 0 15px;
    padding: 20px 15px 5px;
}

address {
    margin: 0 0 1.5em;
}

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

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

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-color: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

table {
    margin: 0 0 1.5em;
    width: 100%;
}


td, th {
    border: 1px solid #ddd;
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, a.button, input[type="button"],
input[type="reset"], input[type="submit"] {
    background: #00aeef none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    padding: 5px 24px;
}


button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #00132c ;
    border-color:transparent;
    color: #fff;
}

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 {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
textarea,
select {
    color: #666;
    border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"]{
    padding: 6px 0 6px 9px;
}

select {
    width: 100%;
    padding:5px;
}

textarea {
    padding:10px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #00aeef;
    text-decoration: inherit;
}

a:visited {
    color: #00aeef;
}

a:hover,
a:focus,
a:active {
    color:#001837;
}

a:focus {
    outline:inherit;
}

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

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.ew-about a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),
.comment-content a {
    text-decoration: underline;
}

.entry-content a:not(.more-link):not(.button):hover,
.entry-content a:not(.more-link):not(.button):focus,
.entry-summary a:not(.more-link):not(.button):hover,
.entry-summary a:not(.more-link):not(.button):focus,
.ew-about a:not(.more-link):not(.button):hover,
.ew-about a:not(.more-link):not(.button):focus,
.widget_text a:not(.more-link):not(.button):hover,
.widget_text a:not(.more-link):not(.button):focus,
.comment-content a:hover,
.comment-content a:focus {
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#main-nav {
    float: right;
    max-width: 90%;
    margin-bottom: 25px;
}
.right-header {
    float: right;
    width: 75%;
}
.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    background-color: #ffffff;
    box-shadow: 0 0 2px #ddd;
    left: -9999px;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    top: 72px;
    transition: opacity 0.4s ease-in-out 0s;
    z-index: -9999;
}

.main-navigation ul ul ul {
    left:100%;
    top: 0
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float: left;
}

.main-navigation ul > li:hover > ul {
    opacity: 1;
    left:0;
    z-index: 9999;
}

.main-navigation ul ul ul ul  {
    display: none;
}
.main-navigation ul ul ul li:hover > ul {
    display: block;
}
.main-navigation ul ul li:hover > ul {
    opacity: 1;
    left:100%;

}
.main-navigation li li {
    float: none;
    display: block;
}

.main-navigation ul li li:first-child > a {
    border-left: none;
}

.main-navigation ul li a {
    border: medium none;
    color: #001837;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 33px 12px 15px;
    position: relative;
    z-index: 99;
}
.main-navigation ul ul a {
    border-bottom: 1px solid #dddddd;
    border-left: medium none;
    border-right: medium none;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.18) inset;
    color: #001837;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 9px 15px;
    text-align: left;
    transition: padding 0.2s ease-in-out 0s;
    width: 100%;
}

.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 0;
    float: right;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
    content: "\f105";
    top: 10px;
}

.main-navigation ul li.menu-item-has-childrenv > a,
.main-navigation ul li.page_item_has_children > a {
    padding-right: 30px;
}

.main-navigation li > a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li:hover > a {
   color:#fff;
   background-color:#00aeef;
}

.main-navigation ul li.current-menu-item > a::before,
.main-navigation ul li:hover > a::before {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #00aeef;
    bottom: -10px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
.main-navigation ul li li .current-menu-item > a::before,
.main-navigation ul li li:hover > a::before  {
display: none;
}
.main-navigation li li > a:hover,
.main-navigation li li.current-menu-item > a,
.main-navigation li li.current_page_item > a,
.main-navigation li li:hover > a {
    background-color: #00aeef;
    border-bottom: 1px solid #cccccc;
    padding-left: 20px;
}


.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}
#mobile-trigger {
  display: none;
}
#mob-menu {
  display: none;
}

/*comment and post navigation*/
a.comment-reply-link {
    text-transform: uppercase;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}


#infinite-handle{
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

#infinite-handle span:hover {
    border:1px solid #00aeef;
    background: #00aeef;
    color: #fff;
}


#infinite-handle span {
    border:1px solid #001837;
    padding: 5px 15px;
    width: auto;
    line-height: 1.5;
    color: #001837;
    display: block;
}


.post-title {
    font-size: 23px;
    margin-top: 15px;
}


.post-navigation span {
    display: block;
}
.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0;
}
.post-navigation a:hover {
    color:#00aeef;
}
.post-navigation .nav-links > div:first-child {
    border-top: 4px solid #999;
    display: block;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
    border-bottom: 4px solid #999;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    padding-left: 30px;
}


/** pagination **/

.navigation,
.pagination {
    margin-top: 15px;
}

.nav-links{
    border-top: medium none;
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: hidden;
}

.navigation.pagination .nav-links .page-numbers {
    border-radius: 22px;
    padding: 5px 10px;
    text-align: center;
}


.single .navigation .nav-links a:hover {
    background-color: inherit;
    color: #00aeef;
}
.navigation .nav-links .page-numbers.current,
.navigation .nav-links a:hover {
    background-color: #001837;
    border-color: #00aeef;
    color: #fff;
}

.navigation .nav-links a{
    background: #00aeef;
    border:none;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 20px;
}

 .navigation .nav-links .nav-next,
 .navigation .nav-links .nav-next{
    float: right;
}

 .navigation .nav-links .nav-previous,
 .navigation .nav-links .nav-previous {
    float: left;
}

 .navigation .nav-links .nav-links a:hover,
  .navigation .nav-links .nav-links a:hover {
    background: #00132c;
 }
.post-navigation .nav-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #001837;
    padding: 15px;
}
.post-navigation .nav-links > div  {
    width:100%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    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; /* It should be clip auto */
    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;
    margin-bottom: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;

}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
.widget::after,
.widget::before {
    content: "";
    display: table;
}

.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.widget::after,
.widget::before {
    clear: both;
}


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

.widget:first-child {
    margin: 0;
}
.widget select {
    max-width: 100%;
}


#sidebar-front-page-widget-area  .widget {
    padding: 40px 0;
    margin: 0;
}
/* Make sure select elements fit in widgets. */

#sidebar-front-page-widget-area {
    clear: both;
}

#sidebar-front-page-widget-area .widget-title,
#footer-widgets .widget-title {
    color: #00132c;
    margin-bottom:10px;
    position: relative;
    text-align: center;
    font-weight: bold;
}






 /*style for dark background*/




/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#primary article.hentry {
    border: 1px solid #ddd;
        padding:30px 30px;

}

.entry-footer > span {
    border-right: 1px solid #dddddd;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    margin-right: 15px;
    padding: 0 15px 0 0;
    text-align: center;
}

.entry-footer > span {
    border-right: 1px solid #dddddd;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    margin-right: 15px;
    padding: 0 15px 0 0;
    text-align: center;
}

.entry-footer > span:last-child{
    border-right: none;
}

.cat-links > a {
    margin-left: 5px;
}
.cat-links > a:first-child {
    margin-left: 0;
}
.entry-title a {
    color: #001837;
}
.entry-title a:hover {
    color: #00aeef;
}

.sticky {
    display: block;
}

.hentry {
    margin: 40px 0 0;
}
.hentry:first-child {
    margin:0;
}
.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline-block;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}


.entry-footer > span a{
    color:#49616b;
}
.entry-footer   a:hover {
    color:#00aeef;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}
.home .entry-content-wrapper .entry-content {
    margin: 0;
}
.entry-footer > span::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "";
}

.entry-meta .byline .author.vcard {
    margin-left: -4px;
}

span.comments-link::before {
    content: "\f075";
}

.entry-footer > .cat-links::before {
    content: "\f07c";
}


.entry-footer > .byline::before {
    content: "\f007";
}

.entry-footer .edit-link::before{
    content: "\f044";
}

.entry-footer .tags-links::before{
    content: "\f02c";
}
.entry-footer > .posted-on::before {
    content: "\f017";

}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#respond {
    clear: both;
    display: block;
    float: left;
}
#comments {
    margin-top: 30px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-notes {
    position: relative;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form {
    margin: 0 -15px;
}

.comments-area form#commentform p.logged-in-as ,
.comments-area form#commentform p{
    padding: 0 15px;
}

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

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
    width: 50%;
}

.comments-area form#commentform p.logged-in-as {
    padding: 0 15px;
    width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 33.33%;
    float: left;
}

.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%;
}

ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 15px;
}

.comment .comment-body {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

.comment-author.vcard {
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
}

.comment-metadata {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;

}
.comment-metadata > a{
     color: #49616b;
     margin-right: 30px;
}
.comment-metadata::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    content: "\f017";
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    font-weight: 500;
    margin: 25px 0 25px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-content {
    clear: both;
    display: block;
}

#commentform label {
    display: inline;
    position:relative;
}

#commentform input[type="checkbox"],
#commentform input[type="radio"] {
	margin-right: 10px;
}

#commentform  p.form-submit {
    margin-top: 30px;
}

#commentform  span.required {
    color: #f0632b;
}
.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
    float: left;
    max-width: 90%;
    width: 90%;
}

.author-info h4 {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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: 1.5em;
    max-width: 100%;
}

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 5px;
}

.gallery-item img {
    vertical-align: middle;
}

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

.gallery-columns-3 .gallery-item {
    max-width: 33.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;
}


/*--------------------------------------------------------------
# Custom By WEN Themes
--------------------------------------------------------------*/

#page {
    position: relative;
    margin: 0 auto;

}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-button {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.custom-button {
    border: 2px solid #00aeef;
    display: inline-block;
    font-size: 15px;
    margin: 10px;
    padding: 8px 25px;
}

.custom-button:hover {
    background:#00aeef;
    color: #fff;
    border-color:#00aeef;
}

.call-to-action-buttons .custom-button {
    border-color:#fff;
    color:#fff;
}

.call-to-action-buttons .custom-button:hover {
    border-color:#00aeef;
}

.enabled-sticky-primary-menu .site-header.fixed {
    box-shadow: 0 0 3px #aaaaaa;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}


.site-header {
    background: #fff;
    border-bottom: 6px solid #8AD0ED;
}


/*--------------------------------------------------------------
##  Header Style By WEN Themes
--------------------------------------------------------------*/

.header-social-wrapper {
    float: left;
    margin-top: 2px;
}
.header-social-wrapper .mediclean_widget_social li {
    margin-bottom: 0;
}
.header-social-wrapper .mediclean_widget_social li a {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
    height: 25px;
    width: 25px;
}
.header-social-wrapper .mediclean_widget_social li a:before {
    font-size: 13px;
    line-height: 1.9;
}
/*
Top header section*/
#tophead::after,
#tophead::before {
    clear: both;
    content: "";
    display: table;
}
#tophead {
    background-color: #00aeef;
    clear: both;
    padding: 7px 0;
}

#quick-contact {
    float: right;
}


#quick-contact li {
    display:inline-block;
    font-size: 14px;
    line-height: 1.1;
    list-style: outside none none;
    margin-left: 15px;
    padding-left: 15px;
}

#quick-contact li:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

#quick-contact li::before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    color: #00aeef;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 13px;
    height: 23px;
    line-height: 1.5;
    margin-right: 5px;
    padding: 2px 0;
    text-align: center;
    text-shadow: -2px 1px 1px #dddddd;
    width: 23px;
}
#quick-contact li a {
    color: #ffffff;
    padding: 10px 0;
    display: inline-block;
    position: relative;
}
#quick-contact li a:hover {
  color:#fff;
}
#quick-contact li a:hover::after {
  content:"";
  display: block;
  width: 100%;
  height: 1px;
  background-color:#fff;
  position: absolute;
  bottom: 5px;
}
#quick-contact li.quick-call::before {
    content: "\f095";
}

#quick-contact li.quick-email::before {
    content: "\f0e0";
}
#quick-contact li a {
  color:#fff;
}
#quick-contact > ul {
    margin: 0;
    padding: 0;
}

.custom-logo-link, .site-logo-link,
#site-identity {
    float: left;
    margin-right: 15px;
}

.site-branding img {
    margin-top: 15px;
    vertical-align: middle;
}
.site-branding {
    float: left;
    margin-bottom: 15px;
    }
#site-identity .site-title > a {
    color: #001837;
}

.site-header {
    width: 100%;
}
.site-title {
    font-family: "Roboto",sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
    margin-top: 18px;
}
.site-title > a {
    color: #ffffff;
}
.site-description {
    color: #333;
    font-size: 14px;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: 2.2px;
    margin-bottom: 0;
}

.right-head {
    float: right;
    padding-top: 20px;
}

.social-links {
    float: right;
}

.header-search-box {
    float: right;
    margin-top: 30px;
    position: relative;
}

.header-search-box > a {
    color: #001837;
    display: block;
    padding: 6.2px 8.7px;
}

.header-search-box > a i {
    font-size: 17px;
}

.header-search-box > a:hover {
    color: #00aeef;
}

.header-search-box .search-box-wrap {
    background: #ffffff none repeat scroll 0 0;
    top: 45px;
    box-shadow: 0 1px 2px;
    display: none;
    padding: 5px;
    position: absolute;
    right: 7%;
    width: 300px;
    z-index: 9999;
}

.header-search-box .search-box-wrap {
    right: 3%;
    width: 250px;
}

.search-form input.search-field,
.woocommerce-product-search  .search-field{
    border-radius: 20px;
    height: 37px;
    padding: 10px 65px 10px 20px;
    width: 100%;
    box-sizing: inherit;
}

.search-submit {
    border-radius: 0 ;
    padding: 7.3px 20px;
    position: absolute;
    right: 5px;
    top: 0;
    height: 44px;
}

.search-form,
.woocommerce-product-search  {
    position: relative;
}
.woocommerce-product-search button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 27px 27px 0;
}

.search-form .search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #aaaaaa;
    font: 14px/1.3 FontAwesome;
    height: 35px;
    padding: 0 9px;
}
.search-form .search-submit:hover {
    background: no-repeat;
    color:#00aeef;
}

/*custom header*/
#custom-header {
    background-color: #00aeef;
    min-height: 250px;
    padding: 100px 0 20px;
    position: relative;
    text-align: center;
    z-index: 99;
}


.page-title {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.2;
}
#custom-header::after {
    background:#001837;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:-1;
    opacity: 0.6;
}
#custom-header .separator {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
}


/*hover effect*/

.custom-button ,
.mediclean_widget_services .service-block-inner > a:hover i{
    transition: all 0.4s ease-in-out 0s;

}
#main-slider h3 a,
.widget h3 a {
     display: block;

}
/*--------------------------------------------------------------
## Social Links Style By WEN Themes
--------------------------------------------------------------*/

.mediclean_widget_social {
    clear: both;
    overflow: hidden;
}

.mediclean_widget_social ul {
    margin: 0;
}

.mediclean_widget_social li a {
    display: inline-block;
    height: 30px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.mediclean_widget_social li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.widget-area .mediclean_widget_social li,
#footer-widgets .mediclean_widget_social li {
    padding: 0;
}

.widget-area .mediclean_widget_social li::before,
#footer-widgets .mediclean_widget_social li::before {
    display: none;
}

.mediclean_widget_social ul li a::before {
    font-size: 16px;
}

.mediclean_widget_social li a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
}

.mediclean_widget_social ul li a::before {
    color: #8c8c8c;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1.8;
    text-shadow: -2px 1px 1px #dddddd;
}
.mediclean_widget_social ul li a:hover::before {
    text-shadow: none;
}
.mediclean_widget_social ul li a:hover {
    background-color: #001837;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.mediclean_widget_social ul li a:hover::before {
    color: #fff;
}

.mediclean_widget_social ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.mediclean_widget_social ul li a[href*="twitter.com"]::before {
    content: "\f099";
}

.mediclean_widget_social ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.mediclean_widget_social ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.mediclean_widget_social ul li a[href*="youtube.com"]::before {
    content: "\f167";
}

.mediclean_widget_social ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.mediclean_widget_social ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.mediclean_widget_social ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
}

.mediclean_widget_social ul li a[href*="github.com"]::before {
    content: "\f113";
}

.mediclean_widget_social ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
}

.mediclean_widget_social ul li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.mediclean_widget_social ul li a[href$="/feed/"]::before {
    content: "\f09e";
}

.mediclean_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.mediclean_widget_social ul li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.mediclean_widget_social ul li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.mediclean_widget_social ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}

.mediclean_widget_social ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}

.mediclean_widget_social ul li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.mediclean_widget_social ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
}

.mediclean_widget_social ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.mediclean_widget_social ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
}

.mediclean_widget_social ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}
.mediclean_widget_social ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}
.mediclean_widget_social ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
}
.mediclean_widget_social ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
}

.mediclean_widget_social ul li a[href*="jsfiddle.net"]::before {
    content: "\f1cc";
}

.mediclean_widget_social ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
}

.mediclean_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.mediclean_widget_social ul li a[href*="angel.co"]::before {
    content: "\f209";
}

.mediclean_widget_social ul li a[href*="slack.com"]::before {
    content: "\f198";
}

/*social links hover effect */

.mediclean_widget_social ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}

.mediclean_widget_social ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
}

.mediclean_widget_social ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}

.mediclean_widget_social ul li a[href*="/feed/"]:hover  {
    background-color: #dc622c;
}

.mediclean_widget_social ul li a[href*="wordpress.org"]:hover,
.mediclean_widget_social ul li a[href*="wordpress.com"]:hover {
    background-color: #45bbe6;
}

.mediclean_widget_social ul li a[href*="github.com"]:hover {
    background-color: #4183c4;
}

.mediclean_widget_social ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
}

.mediclean_widget_social ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027;
}

.mediclean_widget_social ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}

.mediclean_widget_social ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
}

.mediclean_widget_social ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
}

.mediclean_widget_social ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4;
}

.mediclean_widget_social ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}

.mediclean_widget_social ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
}

.mediclean_widget_social ul li a[href*="digg.com"]:hover {
    background-color: #333;
}

.mediclean_widget_social ul li a[href*="codepen.io"]:hover {
    background-color: #001837;
}

.mediclean_widget_social ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500;
}

.mediclean_widget_social ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
}

.mediclean_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.mediclean_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.mediclean_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.mediclean_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.mediclean_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.mediclean_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.mediclean_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.mediclean_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.mediclean_widget_social ul li a[href*="soundcloud.com"]:hover {
    background-color: #ff5500;
}

.mediclean_widget_social ul li a[href*="wordpress.org"]:hover {
    background-color:#45bbe6;
}

.mediclean_widget_social ul li a[href*="jsfiddle.net"]:hover {
    background-color:#4679bd;
}

.mediclean_widget_social ul li a[href*="tripadvisor.com"]:hover {
    background-color:#86c171;
}

.mediclean_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color:#2d5be3;
}

.mediclean_widget_social ul li a[href*="angel.co"]:hover {
    background-color:#001837;
}

.mediclean_widget_social ul li a[href*="slack.com"]:hover {
    background-color:#56b68b;
}

/*--------------------------------------------------------------
## Main slider Style By WEN Themes
--------------------------------------------------------------*/

#featured-slider {
    overflow: hidden;
    position: relative;
    z-index: 99;
}

#main-slider {
    color: #686868;
    clear: both;
    position: relative;
    text-align: center;

}

#featured-slider .overlay-enabled .cycle-slide::after {
    background: #222222 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100% !important;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
#featured-slider .overlay-disabled .cycle-caption::after {
    background: #001837 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#featured-slider .overlay-disabled .cycle-caption {
    padding: 30px;
}
#featured-slider .overlay-disabled h3 {
    margin-bottom: 15px;
}
#main-slider img {
    width: 100%;
    vertical-align: middle;
}

#main-slider .cycle-slide {
    width: 100%;
}

#main-slider article.first {
    display: block;
}

#main-slider article {
    display: none;
}

#main-slider .cycle-slideshow {
    margin-bottom: 0;
    padding: 0;
}

#main-slider .cycle-caption {
    bottom: 28%;
    height: auto;
    left: 25%;
    max-width: 50%;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    transition: all 1s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}


#main-slider h3 {
    display: inline-block;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 900;
}

#main-slider h3 a  span {
    color:#fff;
}

#main-slider p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

#main-slider h3 a {
    color: #ffffff;
}
#main-slider h3 {
    color: #fff;
}

.slider-buttons a {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 10px;
}


/*slider pager box*/

#main-slider .pager-box {
    background-color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 5px;
    margin: 3px 5px;
    width: 50px;
    z-index: 99;
}

#main-slider .cycle-pager {
    bottom: 20%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}

#main-slider .pager-box.cycle-pager-active {
    background-color: #00aeef;
    border-color:#fff;
}

/*Slider cycle next / previous*/

#main-slider .cycle-prev,
#main-slider .cycle-next {
    border-radius: 100%;
    top: 10%;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 46px;
    z-index: 999;
}

#main-slider .cycle-prev {
    right:120px;
}

#main-slider  .cycle-next {
    right:90px;
}

#main-slider .cycle-prev:hover,
#main-slider .cycle-next:hover{
   color: #00aeef;
}


/*--------------------------------------------------------------
## Main Content Style By WEN Themes
--------------------------------------------------------------*/

#primary {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 70%;
}

#content {
    padding: 60px 0;
    clear: both;
}

#content .inner-wrapper {
    margin-right: -25px;
    margin-left: -25px;

}

.home.home-content-not-enabled #content {
    display: none;
}

/*--------------------------------------------------------------
## Sidebar Style By WEN Themes
--------------------------------------------------------------*/
.sidebar {
    width:30%;
    padding-left:25px;
    padding-right: 25px;
    float: left;
}
#sidebar-primary {
    float: right;
}

#sidebar-secondary {
    float: left;
}

.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}



.sidebar .widget-title {
    border-bottom: 2px solid #8f8f8f;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.sidebar ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.sidebar ul ul {
    border-bottom:none;
    padding-bottom: 0;
}

.sidebar ul li {
    padding-bottom: 5px;
    padding-left: 18px;
    padding-top: 5px;
    position: relative;
}
.sidebar ul li::before {
    color: #00aeef;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 8px;
}
.sidebar a {
    color: #001837;
}
.sidebar a:hover {
   color: #00aeef;
}

/*calendar widget*/

.widget_calendar {
    text-align: center;
}

.widget_calendar caption {
    background: #00aeef none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}

.widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
}

.widget_calendar #today {
    background: #00aeef none repeat scroll 0 0;
    color: #ffffff;
}

.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #001837;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}

.widget .tagcloud a:hover {
    border: 1px solid #00aeef;
    color: #00aeef;
}

.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 85%;
}

/*--------------------------------------------------------------
## Pricing Table Style By WEN Themes
--------------------------------------------------------------*/
.mediclean_widget_pricing_table .pricing-plan-item {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin: 30px 0;
    text-align: center;
}
.mediclean_widget_pricing_table .pricing-table-grid-3 .pricing-plan-item {
    width: 33.33%;
}
.mediclean_widget_pricing_table .pricing-table-grid-2 .pricing-plan-item {
    width: 50%;
}
.mediclean_widget_pricing_table .pricing-table-grid-4 .pricing-plan-item {
    width: 25%;
}
.mediclean_widget_pricing_table .pricing-table-grid-5 .pricing-plan-item {
    width: 20%;
}
.mediclean_widget_pricing_table {
    background-color:#f1f7ff;
}
.mediclean_widget_pricing_table .pricing-plan-header::after {
    background:#333333 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.85;
}

.mediclean_widget_pricing_table .pricing-plan-price {
    display: block;
    font-size: 50px;
    line-height: 1;
}

.mediclean_widget_pricing_table .pricing-plan-header {
    background-color: #333333;
    background-size: 100% auto;
    color: #ffffff;
    padding: 50px 30px;
    position: relative;
    z-index: 88;
}

.mediclean_widget_pricing_table .pricing-plan-header .pricing-plan-title  h4 {
    background: #333333 none repeat scroll 0 0;
    border-radius: 34px;
    bottom: -62px;
    color: #ffffff;
    display: inline-block;
    margin-top: 21px;
    padding: 7px 30px;
}

.mediclean_widget_pricing_table .pricing-plan-title {
    bottom: -35px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.mediclean_widget_pricing_table .pricing-plan-content{
    padding:50px 30px 15px;
}

.mediclean_widget_pricing_table .pricing-plan-footer {
    padding:0 30px 30px;
}

.mediclean_widget_pricing_table a.custom-button {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
}

.mediclean_widget_pricing_table a.custom-button:hover {
    background: #00aeef none repeat scroll 0 0;
    color: #ffffff;
}
.mediclean_widget_pricing_table .pricing-plan-item {
    color:#001837;
}
.mediclean_widget_pricing_table  .pricing-plan-feature {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.mediclean_widget_pricing_table .pricing-plan-feature.pricing-plan-feature-dim {
    color: #7c7c7c;
}

.mediclean_widget_pricing_table .pricing-plan-item.pricing-plan-recommended {
    box-shadow: 0 0 3px #dddddd;
    margin-top: 10px;
    padding-bottom: 40px;
    position: relative;
    z-index: 99;
}

.mediclean_widget_pricing_table .pricing-plan-recommended .pricing-plan-header::after {
    background:#256ece;
    opacity: 0.85;
}

.mediclean_widget_pricing_table .pricing-plan-recommended  .pricing-plan-title h4 {
    background: #00aeef none repeat scroll 0 0;
}

/*sidebar and footer widget*/
.sidebar .mediclean_widget_pricing_table,
#footer-widgets .mediclean_widget_pricing_table{
    background:inherit;
}
.sidebar .mediclean_widget_pricing_table  .pricing-plan-item,
#footer-widgets .mediclean_widget_pricing_table  .pricing-plan-item {
    border: 1px solid #dddddd;
    width: 100%;

}

/*--------------------------------------------------------------
## Footer widget area Style By WEN Themes
--------------------------------------------------------------*/
#sidebar-footer-bottom-widget-area h2 {
    color: #ffffff;
}
#sidebar-footer-bottom-widget-area {
    background: #2d78da none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center;
}
#sidebar-footer-bottom-widget-area .widget_newsletterwidget .newsletter.newsletter-widget {
    margin: 0 -15px;
}
#sidebar-footer-bottom-widget-area .widget_newsletterwidget .newsletter.newsletter-widget p {
    display: inline;
    padding: 0 15px;
    width: 33.33%;
}
#sidebar-footer-bottom-widget-area .newsletter-firstname,
#sidebar-footer-bottom-widget-area .newsletter-email {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    width: 260px;
}
/*--------------------------------------------------------------
## Footer Style By WEN Themes
--------------------------------------------------------------*/

#colophon {
    background-color: #1c67c9;
    clear: both;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
}

#colophon .colophon-column {
    float: left;
    width: 33.33%;
}

#colophon .colophon-grid-2 .colophon-column {
    width: 50%;
}

#colophon .colophon-grid-1 .colophon-column {
    float: left;
    width: 100%;
}

#colophon .colophon-column:last-child {
    float: right;
}

#colophon .colophon-column:first-child .footer-social {
    text-align: left;
}
#colophon .colophon-column:nth-child(2) .footer-social {
    text-align: center;
}
#colophon .colophon-column:last-child  .footer-social {
    text-align: right;
}

/*footer menu*/
#colophon .colophon-column:first-child #footer-navigation {
    text-align: left;
}
#colophon .colophon-column:nth-child(2) #footer-navigation {
    text-align: center;
}
#colophon .colophon-column:last-child  #footer-navigation {
    text-align: right;
}


/*gird 1*/

#colophon .colophon-grid-1 .colophon-column:first-child .footer-social,
#colophon  .colophon-column:first-child #footer-navigation,
#colophon .colophon-grid-1 .site-info,
#colophon .colophon-grid-1 .copyright {
    text-align: center;
}
#colophon .copyright {
    clear: both;
    text-align: left;
}

#colophon a {
    color:#DDD;
}

#colophon a:hover {
    color: #FFF;
}
#colophon .site-info {
    text-align: right;
}

/*social links*/

#colophon .mediclean_widget_social li {
    display: inline-block;
    float: none;
}

#colophon .mediclean_widget_social li a {
    border: medium none;
    height: auto;
    width: 25px;
}
#colophon .mediclean_widget_social li {
    margin-bottom: 0;
}
#colophon .mediclean_widget_social ul li a::before {
    color: #ffffff;
    text-shadow: none;
}
#colophon .mediclean_widget_social ul li a:hover {
    background: none;
}

/*Footer Navigation*/

#footer-navigation {
    text-align:right;
}

#footer-navigation li {
    display: inline-block;
    list-style: outside none none;
}

#colophon .copyright {
    clear: both;
}

#footer-navigation li:first-child a {
    border: none;
    margin: 0;
    padding: 0;
}

#footer-navigation li a {
    border-left: 1px solid;
    display: block;
    line-height: 1;
    margin-left: 7px;
    padding: 0 0 0 7px;
}

#footer-navigation ul {
    margin: 0;
}


/*Footer Widget Style*/

#footer-widgets {
    background-color: #3c87e9;
    color: #bbbbbb;
    overflow: hidden;
    padding: 30px 0;
}

#footer-widgets .widget-title {
    border-bottom: 1px dashed #bbbbbb;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: left;
}

#footer-widgets ul {
    list-style: none;
    margin: 0;
}

#footer-widgets ul li {
    padding: 3px 0 3px 22px;
    position: relative;
}
#footer-widgets , #footer-widgets a {
    color: #dddddd;
}
#footer-widgets a:hover {
    color: #fff;
}
#footer-widgets ul li::before {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
}
#footer-widgets .footer-widget-area {
    float: left;
    padding: 0 15px;
    width: 25%;
}

#footer-widgets .footer-active-1 {
    width: 100%;
}

#footer-widgets .footer-active-2 {
    width: 50%;
}

#footer-widgets .footer-active-3 {
    width: 33.33%;
}

#footer-widgets .footer-active-4 {
    width: 25%;
}

.footer-widget-area .widget:first-child {
    margin-top: 0;
}

.footer-widget-area .widget {
    margin-top: 15px;
}

.mediclean_widget_contact .wpcf7-form {
    margin: 0 auto;
    max-width: 875px;
}

.mediclean_widget_contact .wpcf7-form > p {
    display: block;
    float: left;
    padding: 0 15px;
    width: 33.33%;
}

.mediclean_widget_contact .wpcf7-form input {
    width: 100%;
}

.mediclean_widget_contact div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    clear: both;
}

.mediclean_widget_contact .wpcf7-form > p.full-width-field{
    width: 100%;
}

.mediclean_widget_contact .wpcf7-form input.wpcf7-submit {
    display: block;
    margin: 0 auto;
    width: auto;
}
.mediclean_widget_contact input[type="text"],
.mediclean_widget_contact input[type="email"],
.mediclean_widget_contact input[type="url"],
.mediclean_widget_contact input[type="password"],
.mediclean_widget_contact input[type="search"],
.mediclean_widget_contact textarea,
.mediclean_widget_contact select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #30436e;
    color: #ffffff !important;
}


/*mid footer section*/
#footer-contact-section::after,
#footer-contact-section::before {
    content: "";
    display: block;
    clear: both;
}

#footer-contact-section {
    padding: 30px 0;
    position: relative;
    z-index: 99;
    background-color:#42a1d1;
}


#footer-contact-section .quick-contact li {
    display: inline-block;
    list-style: outside none none;
    text-align: center;
    width: 33.33%;
    float: left;
}

#footer-contact-section .quick-contact li::before {
    color:#347fe1;
    display: block;
    font-family: FontAwesome;
    font-size: 35px;
    margin-bottom: 10px;
}

#footer-contact-section  .quick-contact li.quick-email::before {
    content: "\f003";
}

#footer-contact-section  .quick-contact li.quick-call::before {
    content:"\f095";
}

#footer-contact-section .quick-contact li.quick-address::before {
    content:"\f041";
}

#footer-contact-section .quick-contact > ul {
    margin: 0;
}

.quick-contact li, .quick-contact a {
    color: #7188a7;
    font-size: 17px;
}

.quick-contact a:hover {
    color: #fff;
}

/*Scrollup Style*/

.scrollup {
    background-color: #001837;
    border-radius: 0;
    bottom: 50px;
    color: #ffffff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 1px 10px 4px;
    position: fixed;
    right: 32px;
    text-align: center;
    z-index: 99999;
    border-radius: 100%;
    transition: all 0.5s ease-in-out 0s;
}

.scrollup i {
    font-size: 38px;
    color: #fff;
}


/*--------------------------------------------------------------
##  layout sidebar By WEN Themes
--------------------------------------------------------------*/

.global-layout-left-sidebar #primary {
    float: right;
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%;
}

.global-layout-three-columns .sidebar{
    float: right;
}
.three-columns-enabled .sidebar{
     width: 25%;
}
.global-layout-no-sidebar #primary{
    width: 100%;
}

/*--------------------------------------------------------------
## Inner Pages Style By WEN Themes
--------------------------------------------------------------*/

/*Basic Breadcrumb */

#breadcrumb {
    background: #347fe1 none repeat scroll 0 0;
    padding: 10px 0;
}

#breadcrumb .container > div {
    overflow: hidden;
}

#breadcrumb .breadcrumb-trail li {
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 10px;
}

#breadcrumb .breadcrumb-trail li.trail-item.trail-end::after {
    display: none;
}

#breadcrumb .breadcrumb-trail li::after {
    content: "\f101";
    margin-left: 10px;
    font-family: 'FontAwesome';
}
#breadcrumb .breadcrumb-trail  .trail-items {
    margin: 0;
    padding: 0;
}
#breadcrumb a , #breadcrumb {
    color:#fff;
}

/*Error 404 Page*/

section.error-404 {
    text-align: center;
}

#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}

#quick-links-404 ul li a {
    color: #404040;
    display: block;
    padding: 5px 10px;
}

.error404 #primary {
    width: 100%;
}
section.error-404 .search-form {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

/*contact form 7*/

.wpcf7-form {
    max-width: 875px;
}

div.wpcf7 {
    margin: 0 auto;
    padding: 0;
}

.wpcf7 input {
    width: 100%;
}

.wpcf7 input.wpcf7-submit {
    width: auto;
}


/*--------------------------------------------------------------
## Extra css for Pro By WEN Themes
--------------------------------------------------------------*/

/* Global layout sidebar By WEN Themes*/


.global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
    float: right;
}

.global-layout-three-columns-cps #primary {
    float: left;
}

/* equal global layout*/

.global-layout-three-columns-pcs-equal #primary,
.global-layout-three-columns-pcs-equal #sidebar-primary,
.global-layout-three-columns-pcs-equal #sidebar-secondary,
.global-layout-three-columns-scp-equal #primary,
.global-layout-three-columns-scp-equal #sidebar-primary,
.global-layout-three-columns-scp-equal #sidebar-secondary {
    width: 33.33%;
}

.global-layout-three-columns-pcs-equal #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs-equal #sidebar-secondary {
    float: right;
}


/*--------------------------------------------------------------
## service widget / page css By WEN Themes
--------------------------------------------------------------*/

.mediclean_widget_services .service-block-item {
    width: 50%;
    float: left;
    padding: 15px;
    transition: background-color 0.5s ease-out 0s;
}


.mediclean_widget_services .odd .service-block-inner > a {
    float: right;
    margin-left: 15px;
}
.mediclean_widget_services .odd {
    text-align: right;
}
.mediclean_widget_services .even .service-block-inner > a {
    float: left;
    margin-right:15px;
}

.mediclean_widget_services .service-block-item i {
    border: 2px solid #46616a;
    border-radius: 100px;
    color: #46616a;
    font-size: 27px;
    font-weight: bold;
    height: 70px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-top: 13px;
    position: relative;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    width: 70px;
    text-align: center;
}
.mediclean_widget_services  .service-item-title {
    margin-bottom: 5px;
}
.mediclean_widget_services  .service-block-inner > a:hover i {
    background: #00aeef none repeat scroll 0 0;
    color: #ffffff;
    border-color: #00aeef;
}
.mediclean_widget_services  .service-block-item .custom-button {
    padding: 5px 20px;
}

.mediclean_widget_services .service-item-title  a {
    color: #001837;
}




/*widget on sidebar*/

.sidebar .mediclean_widget_services .service-block-item,
#footer-widgets  .service-block-item{
    width: 100%;
}


.sidebar .mediclean_widget_services a.custom-button:hover {
    color: #fff;
}

/*--------------------------------------------------------------
## portfolio widget / page css By WEN Themes
--------------------------------------------------------------*/
.mediclean_widget_portfolio_slider {
    background-color:#f1f7ff;
}
.mediclean_widget_portfolio_slider .portfolio-content h3 a:hover {
  color:#00132c;
}

.mediclean_widget_portfolio_slider .portfolio-content {
    background: #ffffff none repeat scroll 0 0;
    margin: -65px auto 0;
    max-width: 700px;
    padding: 30px;
    position: relative;
    text-align: center;
}

.mediclean_widget_portfolio_slider .first.cycle-slide.cycle-sentinel {
    display: block;
    opacity: 1;
}

.mediclean_widget_portfolio_slider .cycle-prev,
.mediclean_widget_portfolio_slider .cycle-next{
    border: 2px solid #347fe1;
    border-radius: 100%;
    bottom: 8%;
    color: #347fe1;
    cursor: pointer;
    display: block;
    font-size: 29px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 46px;
    z-index: 999;
}
.mediclean_widget_portfolio_slider .cycle-prev:hover,
.mediclean_widget_portfolio_slider .cycle-next:hover{
    color: #fff;
    background:#347fe1;
}
.mediclean_widget_portfolio_slider .cycle-next {
    right: 15%;
}

.mediclean_widget_portfolio_slider .cycle-prev {
    left:15%;
}

.mediclean_widget_portfolio_slider .portfolio-category-list {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto -20px;
    max-width: 700px;
    position: relative;
    text-align: center;
    z-index: 999;
}

.mediclean_widget_portfolio_slider .portfolio-category-list li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 -3px 0 0;
}

.mediclean_widget_portfolio_slider .portfolio-category-list li a {
      padding: 15px 15px;
      color: #001837;
      display: block;
}

.mediclean_widget_portfolio_slider .portfolio-category-list li a:hover {
    background: #00aeef;
    color: #fff;
}

.mediclean_widget_portfolio_slider .portfolio-category-list li::after {
    font-size: 20px;
    content:"";
    display: block;
    position: absolute;
    left:-1px;
    height: 20px;
    background: #ddd;
    width: 1px;
    top:17px;
}

.mediclean_widget_portfolio_slider .portfolio-category-list li:first-child::after{
    display: none;
}

.mediclean_widget_portfolio_slider .portfolio-meta li {
    display: inline-block;
    margin: 0 10px 10px;
}

.mediclean_widget_portfolio_slider .portfolio-meta span::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "";
}

.mediclean_widget_portfolio_slider .portfolio-meta span.portfolio-comment::before {
    content: "\f075";
}

.mediclean_widget_portfolio_slider .portfolio-meta span.portfolio-date::before {
    content: "\f017";
}

.mediclean_widget_portfolio_slider a.read-more {
    margin:0;
}

.sidebar .mediclean_widget_portfolio_slider,
#footer-widgets .mediclean_widget_portfolio_slider{
    background-color: #f1f7ff;
    padding: 20px;
}
.sidebar .mediclean_widget_portfolio_slider  li::before,
#footer-widgets .mediclean_widget_portfolio_slider  li::before {
    display: none;
}
.sidebar .mediclean_widget_portfolio_slider .portfolio-category-list,
#footer-widgets .mediclean_widget_portfolio_slider .portfolio-category-list {
    margin: 0 auto;
}
.sidebar .mediclean_widget_portfolio_slider .portfolio-content,
#footer-widgets .mediclean_widget_portfolio_slider .portfolio-content {
    margin: 0 auto;
}
.sidebar .mediclean_widget_portfolio_slider .cycle-prev,
#footer-widgets .mediclean_widget_portfolio_slider .cycle-prev {
    left: 9px;
}
.sidebar .mediclean_widget_portfolio_slider .cycle-next,
#footer-widgets .mediclean_widget_portfolio_slider .cycle-next {
    right: 9px;
}

/*--------------------------------------------------------------
## call to action widgets style By WEN Themes
--------------------------------------------------------------*/
#sidebar-front-page-widget-area .mediclean_widget_appointment .widget-title {
    display: block;
    margin-bottom: 24px;
}
.mediclean_widget_appointment .wpcf7-form {
    margin: 0 auto;
    max-width: 1000px;
}
.mediclean_widget_appointment .wpcf7-form > p.textarea-field {
    float: right;
}
.mediclean_widget_appointment .wpcf7-form > p {
    display: block;
    float: left;
    padding: 0 15px;
    width: 33.33%;
    margin-bottom: 25px;
}

.mediclean_widget_appointment .wpcf7-form input {
    width: 100%;
}

.mediclean_widget_appointment div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    clear: both;
}

.mediclean_widget_appointment .wpcf7-form > p.full-width-field{
    width: 100%;
    margin: 0;
}

.mediclean_widget_appointment .wpcf7-form input.wpcf7-submit {
    display: block;
    margin: 0 auto;
    width: auto;
}


.mediclean_widget_appointment textarea {
    height: 95px;
}

/*--------------------------------------------------------------
## call to action widgets style By WEN Themes
--------------------------------------------------------------*/

.mediclean_widget_call_to_action {
    position: relative;
    text-align: center;
}
#sidebar-front-page-widget-area .mediclean_widget_call_to_action {
    background: #2b96cc none repeat scroll 0 0;
}

#sidebar-front-page-widget-area .mediclean_widget_call_to_action .widget-title {
    color:#fff;
}

#sidebar-front-page-widget-area .mediclean_widget_call_to_action .call-to-action-description p {
    color: #ffffff;
}
.mediclean_widget_call_to_action  .call-to-action-description {
    margin: 0 auto;
    max-width: 660px;
}

.mediclean_widget_call_to_action .separator {
    display: none;
}

.mediclean_widget_call_to_action  a.button {
    color: #ffffff;
    display: inline-block;
}

.sidebar .mediclean_widget_call_to_action,
.footer-widget-area .mediclean_widget_call_to_action  .mediclean_widget_call_to_action {
    padding: 5px;
}

/*--------------------------------------------------------------
### Testimonial widget style By WEN Themes
--------------------------------------------------------------*/

#sidebar-front-page-widget-area .mediclean_widget_testimonial_slider {
    position: relative;
    z-index: 99;
    background-color: #001837;
    background-size:cover;
}

#sidebar-front-page-widget-area .overlay-enabled.mediclean_widget_testimonial_slider::before {
    background:#fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
}

.mediclean_widget_testimonial_slider .testimonial-excerpt {
    color: #2f2f2f;
}

.mediclean_widget_testimonial_slider .cycle-pager span {
    color: #2f2f2f;
    cursor: pointer;
    display: inline-block;
    font-size: 32px;
    overflow: hidden;
}

.mediclean_widget_testimonial_slider {
    clear: both;
}

.mediclean_widget_testimonial_slider .testimonial-wrapper img {
    border: 2px solid #ffffff;
    border-radius: 100%;
    margin-bottom: 15px;
    max-width: 100px;
}

.mediclean_widget_testimonial_slider .cycle-pager > span.cycle-pager-active {
    color:#2b96cc;
}

.mediclean_widget_testimonial_slider .cycle-pager {
    bottom: -32px;
    clear: both;
    position: absolute;
    text-align: center;
    width: 100%;
}
.mediclean_widget_testimonial_slider article.cycle-slide {
    margin: 0 auto;
    padding-left: 17%;
    padding-right: 17%;
}
.mediclean_widget_testimonial_slider .testimonial-content-area > h4 {
    color: #2f2f2f;
    float: right;
    font-weight: bold;
    margin-bottom: 35px;
}


.mediclean_widget_testimonial_slider .testimonial-wrapper {
    text-align: center;
}

.mediclean_widget_testimonial_slider .testimonial-content-area p::before {
    color: #2b96cc;
    content: "\f10d";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 26px;
    margin-top: -10px;
    margin-right: 20px;
}


.mediclean_widget_testimonial_slider .testimonial-content-area p::after {
    color: #2b96cc;
    content: "\f10e";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 26px;
    margin-left: 20px;
    position: relative;
    top: 8px;
}
.mediclean_widget_testimonial_slider .testimonial-excerpt > p {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 30px;
    text-align: right;
    position: relative;
    line-height: 1;
}


.post-type-archive-jetpack-testimonial .testimonial-featured-image {
    float: right;
    margin-left: 20px;
}
.post-type-archive-jetpack-testimonial .testimonial-entry {
    overflow: hidden;
    padding: 20px;
}

/*--------------------------------------------------------------
### Rrecent post widget style By WEN Themes
--------------------------------------------------------------*/


.mediclean_widget_recent_posts img {
    border-radius: 100%;
}

.mediclean_widget_recent_posts .recent-posts-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.mediclean_widget_recent_posts .recent-posts-title a {
    color: #001837;
}
.mediclean_widget_recent_posts .recent-posts-item {
    clear: both;
    margin-top: 30px;
}
.mediclean_widget_recent_posts .recent-posts-item::after {
    clear: both;
    content: "";
    display: table;
}
.mediclean_widget_recent_posts .recent-posts-date::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "\f017";
}



/*--------------------------------------------------------------
### Latest News post widget style By WEN Themes
--------------------------------------------------------------*/
.mediclean_widget_latest_news .latest-news-item:nth-child(3n),
.mediclean_widget_latest_news .latest-news-item:nth-child(6n) {
    clear: both;
}
.mediclean_widget_latest_news .latest-news-item {
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
    width: 33.33%;
    position: relative;
}

.mediclean_widget_latest_news .latest-news-item img {
    margin: 0;
    width: 100%;
}




.mediclean_widget_latest_news .latest-news-wrapper {
    position: relative;
    transition: all 0.5s ease 0s;
    border-bottom: 5px solid transparent;

}

.mediclean_widget_latest_news .latest-news-title  a {
    color: #fff;
    display: block;
}


.mediclean_widget_latest_news .latest-news-title {
    background-color: #00aeef;
    bottom: 0;
    font-size: 18px;
    left: 15px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 92.5%;
}
.mediclean_widget_latest_news .latest-news-thumb {
    margin-bottom: 15px;
    overflow: hidden;
}
.mediclean_widget_latest_news .latest-news-meta {
    position: absolute;
    right: 15px;
    top: 0;
}
/*featured*/

.mediclean_widget_latest_news .latest-news-item.news-featured .latest-news-thumb {
    float: left;
    margin-right: 30px;
    width: 48.3%;
}


.mediclean_widget_latest_news .latest-news-item.news-featured {
    width: 66.33%;
}


.mediclean_widget_latest_news .latest-news-thumb {
    margin-bottom: 15px;
}

.mediclean_widget_latest_news .latest-news-item.news-featured .latest-news-meta {
    position: absolute;
    right: 51.7%;
    top: 0;
}
.mediclean_widget_latest_news .latest-news-item.news-featured .latest-news-title {
    position: inherit;
    text-align: left;
    font-size: 22px;
    padding: 0;
    background:inherit!important;
}
.mediclean_widget_latest_news .latest-news-item.news-featured .latest-news-title a{
    color:#001837;
}
/*new animation*/

.mediclean_widget_latest_news .latest-news-item img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
}

.mediclean_widget_latest_news .latest-news-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}


/*news meta*/

.mediclean_widget_latest_news .latest-news-meta > span {
    font-size: 12px;
}

.mediclean_widget_latest_news .latest-news-meta .latest-news-comments {
    float: right;
}

.mediclean_widget_latest_news .latest-news-col-3 .latest-news-meta > span {
    font-size: 15px;
}
.mediclean_widget_latest_news .latest-news-summary > p {
    margin: 0;
}

.mediclean_widget_latest_news .latest-news-meta::after {
    clear: both;
    content: "";
    display: flex;
}

.widget-area .mediclean_widget_latest_news .latest-news-meta li {
    float: left;
    margin: 0;
    text-align: center;
    padding: 0;
    list-style: none;
}
.mediclean_widget_latest_news .latest-news-meta li span,
.mediclean_widget_latest_news .latest-news-meta li a {
    background: rgba(255, 255, 255, 0.92) none repeat scroll 0 0;
    border: medium none;
    color: #2f2f2f;
    display: block;
    margin: 0;
    padding: 5px 10px;
}
.mediclean_widget_latest_news .latest-news-meta li span::before {
    content: "\f017";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 10px;
}

/*sidebar and footer widget area style*/

#footer-widgets .mediclean_widget_latest_news .latest-news-widget .latest-news-item,
.sidebar .mediclean_widget_latest_news .latest-news-widget .latest-news-item{
    margin-bottom: 15px;
    width: 100%;
}



/*--------------------------------------------------------------
### Our Team widget style By WEN Themes
--------------------------------------------------------------*/
.mediclean_widget_teams .team-item{
    float: left;
    padding: 0 35px;
    text-align: center;
    margin-top: 15px;
    position: relative;
}
.mediclean_widget_teams .thumb-summary-wrap {
    position: relative;
}
.mediclean_widget_teams .position {
    display: block;
    font-size: 14px;
    margin-top: 7px;
}
.mediclean_widget_teams .team-meta span {
    display: block;
    text-align: left;
}
.mediclean_widget_teams .team-meta span::before{
    content: "";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 10px;
}
.mediclean_widget_teams .team-meta span.phone::before {
    content: "\f095";
}
.mediclean_widget_teams .team-meta span.address::before {
    content: "\f041";
}
.mediclean_widget_teams .team-title {
    background:rgba(255, 255, 255,0.79) none repeat scroll 0 0;
    float: right;
    font-size: 18px;
    margin: 0;
    padding: 10px 0 10px 10px;
}
.mediclean_widget_teams .team-title a {
    background: #00aeef none repeat scroll 0 0;
    color: #ffffff;
    padding: 3px 10px;
}
.mediclean_widget_teams .team-title a:hover {
    color:#001837;
}
.mediclean_widget_teams  .team-text-wrap {
    position: relative;
}

.mediclean_widget_teams  .team-item:hover img {
   border: 5px solid #00aeef;
    padding: 5px;
}
.mediclean_widget_teams  .team-item img {
    transition: all 0.5s ease-in-out 0s;

}
.mediclean_widget_teams .team-text-wrap {
    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}
.mediclean_widget_teams  .teams-col-1 .team-item{
    width: 100%;
}

.mediclean_widget_teams  .teams-col-2 .team-item{
    width: 50%;
}

.mediclean_widget_teams  .teams-col-3 .team-item{
    width: 33.33%;
}

.mediclean_widget_teams  .teams-col-4 .team-item{
    width: 25%;
}

.sidebar .mediclean_widget_teams  .team-item,
#footer-widgets .mediclean_widget_teams  .team-item{
    width: 100%;
}


/*--------------------------------------------------------------
## Social Links Style By WEN Themes
--------------------------------------------------------------*/

.team-social {
    clear: both;
    left: 0;
    overflow: hidden;
    padding: 0 37px;
    position: absolute;
    text-align: center;
    top: 30%;
    visibility: hidden;
    width: 100%;
}
.mediclean_widget_teams .team-item:hover .team-social {
    visibility: visible;
}
.team-social ul {
    margin: 0;
}

.team-social li a {
    display: inline-block;
    height: 33px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 33px;
    background: #fff;
}

.team-social li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
    margin-right: 0;
}
.widget-area .team-social li,
#footer-widgets .team-social li {
    padding: 0;
}

.widget-area .team-social li::before,
#footer-widgets .team-social li::before {
    display: none;
}

.team-social ul li a::before {
    font-size: 18px;
}

.team-social li a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
}

.team-social ul li a::before {
    color: #8c8c8c;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1.7;
}

.team-social ul li a:hover {
    background-color: #001837;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team-social ul li a:hover::before {
    color: #fff;
}

.team-social ul li a.website::before {
    content: "\f0ac";
}
.team-social ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.team-social ul li a[href*="twitter.com"]::before {
    content: "\f099";
}

.team-social ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.team-social ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.team-social ul li a[href*="youtube.com"]::before {
    content: "\f167";
}

.team-social ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.team-social ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}

.team-social ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}
.team-social ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}

/*social links hover effect */

.team-social ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}

.team-social ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
}

.team-social ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}


.team-social ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
}

.team-social ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
}

.team-social ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
}


.team-social ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}

.team-social ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
}

.team-social ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
}

/*Skill-chart*/

#sidebar-front-page-widget-area .mediclean_widget_skills .container {
    background-image: url("images/skill-bg.png");
    background-repeat: no-repeat;
    padding-bottom: 40px;
    padding-top: 80px;
    background-position: center top;
}
#sidebar-front-page-widget-area .mediclean_widget_skills {
    padding: 0;
}
.mediclean_widget_skills {
    background: #f1f7ff none repeat scroll 0 0;
    padding: 0;
}
.mediclean_widget_skills .wen-skill-circle .skill-wrap {
    display: inline-block;
    max-width: inherit;
    vertical-align: top;
    width: 210px;
    padding: 15px;
}

.mediclean_widget_skills .skill-circle-wrap .skill-percentage {
    font-size: 22px;
}
.mediclean_widget_skills .skill-title {
    font-size: 18px;
    font-weight: normal;
    padding:0;
    clear: both;
}
.mediclean_widget_skills .wen-skill-circle .skill-title,
.mediclean_widget_skills .wen-skill-circle .skill-description {
    display: block;
    margin-top: 10px;
    text-align: center;
}
.mediclean_widget_skills .skill-circle-wrap {
    float: none;
}

/*--------------------------------------------------------------
## Information Section
--------------------------------------------------------------*/
.mediclean_widget_information {
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 2;
    background-size: cover;
}
#sidebar-front-page-widget-area .overlay-enabled.mediclean_widget_information::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.information-block-inner-content > ul {
    list-style: outside none none;
    padding-top: 5px;
    margin:0;
}
.mediclean_widget_information .information-block-item {
    color: #fff;
    float: left;
    padding: 0 25px;
    width: 50%;
}
.mediclean_widget_information .information-item-title {
    background: #00aeef none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 22px;
    padding: 5px 15px;
    color: #fff;
}
.information-item-title i {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: -1px 2px 2px #7c7c7c;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 1.7;
    margin-right: 5px;
    text-align: center;
    text-shadow: 0 2px 1px #7c7c7c;
    width: 30px;
}
.mediclean_widget_information .information-block-item {
    float: left;
    width: 33.33%;
    color: #000;
}
.information-block-inner-content li {
    border-bottom: 1px dashed #dddddd;
    font-size: 17px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.information-block-inner-content li strong {
    display: inline-block;
    min-width: 25%;
}
/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/


.mediclean_widget_portfolio .portfolio-image {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: -6px;
    overflow: hidden;
    margin-right:-3px;

}
.mediclean_widget_portfolio .container {
    padding: 0;
    width: 100%;
}
#sidebar-front-page-widget-area .mediclean_widget_portfolio {
    padding-bottom: 0;
}
.mediclean_widget_portfolio  .portfolio-col-3 .portfolio-image {
    width: 33.3%;
}
.mediclean_widget_portfolio  .portfolio-col-4 .portfolio-image {
    width: 25%;
}
.mediclean_widget_portfolio  .portfolio-col-5 .portfolio-image {
    width: 20%;
}


.mediclean_widget_portfolio .portfolio-image-inner{
    position: relative;
    display: block;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.mediclean_widget_portfolio .portfolio-image-inner::after,
.mediclean_widget_portfolio .portfolio-image-inner::before {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    height: 0;
    width:0;
}
.mediclean_widget_portfolio .portfolio-image-inner::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.mediclean_widget_portfolio .portfolio-image-inner:hover::after,
.mediclean_widget_portfolio .portfolio-image-inner:hover::before {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.mediclean_widget_portfolio .portfolio-image-inner::before {
    border: 2px solid rgb(255, 255, 255);
    content: "";
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%;
    z-index: 99;

}
.mediclean_widget_portfolio .portfolio-image:hover h4 {
    opacity: 1;
    display: block;
}
.mediclean_widget_portfolio h4 {
    bottom: 43%;
    color: #ffffff;
    display: none;
    font-size: 23px;
    font-weight: 500;
    opacity: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.portfolio-image-inner > a {
    display: block;
    overflow: hidden;
}
.portfolio-image-inner {
    display: block;
}
.portfolio-image-inner  img {
    vertical-align: center;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    vertical-align: bottom;
    width: 100%;
}

.portfolio-image-inner:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
/*--------------------------------------------------------------
## Our clients Section
--------------------------------------------------------------*/

.mediclean_widget_clients {
    text-align: center;
    background: #ffffff;
}
.mediclean_widget_clients .client-item {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    margin: 0 5px 10px;
    max-width: 15.5%;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.mediclean_widget_clients .slick-list {
    margin: 0 auto;
    max-width: 95%;
    text-align: center;
}

.mediclean_widget_clients .slick-arrow i {
    cursor: pointer;
    font-size: 40px;
    left:-5px;
    padding: 5px;
    position: absolute;
    top: 26px;
    color: #2ba48c;
}

.mediclean_widget_clients .slick-slide img {
    display: block;
    margin: 0 auto;
}

.mediclean_widget_clients .slick-next i {
    left: inherit;
    right: -5px;
}

/*sidebar and footer widget css*/

.sidebar .mediclean_widget_clients .client-item,
#footer-widgets .mediclean_widget_clients .client-item{
    max-width: 100%;
}
.sidebar .mediclean_widget_clients,
#footer-widgets .mediclean_widget_clients{
    background:none;
}
/*--------------------------------------------------------------
## Custom Woocommerce Style By WEN Themes
--------------------------------------------------------------*/

.woocommerce ul.products li.product h3 {
    font-weight: normal;
    padding: 0 0 0.5em;
}

.woocommerce .quantity .qty {
    height: 36px;
    text-align: center;
    width: 3.631em;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #ccc;
    padding: 5px;
}

.woocommerce ul.products li.product .button {
    clear: both;
    display: block;
    float: none;
    font-size: 15px;
    margin: 10px auto 15px;
    max-width: 120px;
    padding: 8px;
    text-align: center;
    width: auto;
    font-weight: normal;
}

.woocommerce ul.products li.product .price del {
    float: left;
}

.woocommerce ul.products li.product .price ins {
    float: right;
}

.woocommerce span.onsale {
    background-color: #fa6f6f;
}

.woocommerce #review_form #respond p.stars {
    margin: 10px 0;
    padding: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    background: none repeat scroll 0 0 #ffffff;
    padding: 15px 15px 0;
    border: 1px solid #ddd;
}

.images .thumbnails a {
    border: 1px solid #ddd;
    clear: both;
}

#reviews .comment-form {
    margin: 0;
}

/*woocommerce button custom color*/

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #00aeef;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5) inset, 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    border-radius: 0;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover.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,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    background-color: #001837;
    box-shadow: none;
    color: #fff;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel{
    background-color: #fff;
    padding: 15px;
    border-top:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin-bottom: 0;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    float: left;
    margin: 0 2px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    height: 31px;
    width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 6px 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid #ddd;
    border-top:2px solid #ddd;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: outside none none;
}

.woocommerce-checkout #payment,
.woocommerce table {
    background: none repeat scroll 0 0 #ffffff;
}

.woocommerce caption,
.woocommerce th,
.woocommerce td {
    font-weight: 400;
    padding: 5px;
    text-align: center;
}

.woocommerce div.product .product_title {
    clear: none;
    font-size: 28px;
    margin: 0 0 5px;
    padding: 0 0 10px;
}

.page-numbers {
    background: none repeat scroll 0 0 #ffffff;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
    text-align: center;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    margin-top: 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .onsale::after,
.woocommerce-page ul.products li.product .onsale::after {
    content : '';
    width : 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 25px;
    right: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.woocommerce ul.products li.product .onsale::after,
.woocommerce-page ul.products li.product .onsale::after {
    border-right: 4px solid #666;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale {
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    font-size: 14px;
    font-weight: 400;
    height: 28px;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 4px 0 0;
    right: -6px;
    text-shadow: none;
    text-transform: uppercase;
    top: 14px;
    width: 70px;
}

.cart button.single_add_to_cart_button {
    margin-left: 15px;
}

.actions  p {
    margin: 0;
}

table.shop_table.cart thead {
    background: #00aeef none repeat scroll 0 0;
    color: #ffffff;
}

.checkout h3 {
    font-size: 20px;
}

#ship-to-different-address .checkbox + br {
    display: none;
}

.checkout-button.button.alt.wc-forward {
    display: inline-block;
    width: auto;
}

/*woocommerce form */

#review_form_wrapper #commentform {
    margin: 0 -15px;
}

p.comment-form-rating {
    clear: both;
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px;
    padding: 10px 15px;
}

/*--------------------------------------------------------------
##  Media Queries By WEN Themes
--------------------------------------------------------------*/

/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:1300px) {
    .container {
        width: 97%;
    }
    .comments-area form#commentform p {
        float: left;
        width: 100%;
    }

    #comments input#submit {
        width: auto;
    }

    .site-header {
        padding: 15px 0 10px;
    }


    .right-header {
        width: auto;
    }

    .main-navigation ul li li a {
        margin: 0;
    }

    #main-slider .cycle-caption {
        bottom: 10%;
    }

    #main-slider .cycle-pager {
        bottom: 3%;
    }

    .mediclean_widget_skills .wen-skill-circle .skill-wrap {
        width:180px;
    }
    .mediclean_widget_testimonial_slider article.cycle-slide {
        padding-left:5%;
        padding-right:5%;
    }
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }

     #main-slider .cycle-caption {
        bottom: 10%;
        left: 15%;
        max-width: 70%;
    }

    .inner-wrapper,#content .inner-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    #primary,
    .sidebar,
    #colophon {
        padding-left: 15px;
        padding-right: 15px;
    }

    td,
    th {
        font-size: 12px;
        padding: 2px;
        text-align: center;
    }
    .mediclean_widget_contact .wpcf7-form > p {
        width: 100%;
    }
    .mediclean_widget_testimonial_slider article.cycle-slide {
        padding-left:0;
        padding-right:0;
    }
    .mediclean_widget_portfolio_slider .cycle-next {
        right: 10px;
    }
    .mediclean_widget_portfolio_slider .cycle-prev {
        left: 10px;
    }
    body.three-columns-enabled #primary,
    body.three-columns-enabled #content .sidebar,
    body #content #primary, body #content .sidebar {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
    }
    #main-slider .cycle-next {
        right: 25px;
    }
    #main-slider .cycle-prev {
        right: 60px;
    }
    .mediclean_widget_latest_news .latest-news-item {
        width: 50%;
    }
    .mediclean_widget_latest_news .latest-news-item.news-featured {
        width: 100%;
    }
    .mediclean_widget_latest_news .latest-news-item:nth-child(3n),
    .mediclean_widget_latest_news .latest-news-item:nth-child(6n) {
        clear: none;
    }
    .mediclean_widget_portfolio h4 {
        font-size: 17px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:900px) {


    body{
        padding-top: 0;
    }

    #page {
        margin-top:45px;
    }

    #main-nav {
        display: none;
    }

    .enabled-sticky-primary-menu.sidr-open #masthead.fixed {
        position: relative;
        top: 89px;
    }

    .enabled-sticky-primary-menu  #masthead.fixed {
        top: 39px;
    }

    .enabled-sticky-primary-menu.admin-bar #masthead.fixed {
        top: 87px;
    }

    .sidr-open #mobile-trigger {
        transition: inherit;
    }

    #mobile-trigger {
        background: #001837 none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 5px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999999;
    }

    .logged-in #mobile-trigger {
        top: 45px;
    }

    .sidr-open #mobile-trigger {
        padding-left: 275px;
        text-align: left;
        transition: inherit;
    }

    #masthead {
        text-align: center;
    }


    .site-logo-link,
    .custom-logo-link {
        max-width: inherit;
    }

    #mobile-trigger i {
        background-color: #00aeef;
        border: 2px solid #fffffe;
        box-shadow: 0 1px 2px #001837;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        line-height: 1.5;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-top: 10px !important;
    }

    .mediclean_widget_portfolio_slider .portfolio-category-list,
    .mediclean_widget_portfolio_slider .portfolio-content {
        width:100%;
        margin: 0;
        max-width: 100%;
    }

    .mediclean_widget_portfolio_slider .portfolio-content {
        padding-left: 60px;
        padding-right: 60px;
    }

    .mediclean_widget_teams .team-title {
        font-size: 16px;
    }

    .mediclean_widget_teams .team-item {
        padding: 0 15px;
    }
    #primary, .sidebar {
        width: 100%;
    }
    #custom-header {
        background-color: #00132c;
        background-size: 100% auto !important;
        min-height: 50px;
        padding: 75px 0 43px;
    }
    .mediclean_widget_recent_posts .recent-posts-item {
        clear: both;
        float: left;
        margin-top: 30px;
        width: 100%;
    }

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {

    .site-header {
        position: inherit;
    }

    .site-branding {
        float: left;
        text-align: left;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4 {
        font-size:16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }


    #featured-slider,
    #footer-widgets,
    #colophon {
        margin-left: 0;
        margin-right: 0;
    }

    #sidebar-front-page-widget-area .widget-title span {
        margin-bottom: 0;
    }

    body .sidebar,
    body #primary {
        width: 100%;
    }

    .site-branding {
        text-align: left;
    }

    .site-content {
        padding-top: 15px;
    }

    /*featured slider style*/

    #main-slider .cycle-caption h3 {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 5px;
    }


    #main-slider .cycle-caption p {
        font-size: 13px;
        overflow: hidden;
        margin-bottom:10px;
    }

    #main-slider h3 a span {
        font-size: 24px;
    }

    #content {
        clear: both;
        padding-top: 20px;
    }

    #sidebar-front-page-widget-area {
        clear: both;
    }


    /*sidebar layout*/


    /*footer widget area*/

    .sibebar {
        margin-top: 15px;
    }

    #footer-widgets .footer-widget-area {
        float: left;
        padding: 0 15px;
        width: 50%;
    }
    #footer-widgets .footer-active-1 {
        width: 100%;
    }
    #footer-widgets .footer-widget-area:nth-child(3n) {
        clear: both;
    }

    .widget.mediclean_widget_services .service-block-item {
        width: 50%;
    }

    .widget {
        margin: 15px 0 0;
    }



    #footer-widgets {
        padding: 30px 15px;
    }

    #colophon .copyright,
    #colophon .site-info {
        clear: both;
        text-align: center;
        width: 100%;
    }

    .enabled-sticky-primary-menu #masthead.fixed {
        position: inherit;
    }



    .mediclean_widget_portfolio_slider .portfolio-category-list {
        margin: 0 auto;
    }

    .mediclean_widget_portfolio_slider .cycle-prev,
    .mediclean_widget_portfolio_slider .cycle-next {
        bottom: 20%;
        background: #fff;
    }

    .mediclean_widget_portfolio_slider .cycle-prev {
        left: -20px;
    }

    .mediclean_widget_portfolio_slider .cycle-next {
        right: -20px;
    }


    .mediclean_widget_testimonial_slider .cycle-slide > img {
        margin-bottom: 15px;
        margin-right: 15px;
        max-width: 100px;
    }

    .mediclean_widget_testimonial_slider .testimonial-excerpt > p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .mediclean_widget_pricing_table .pricing-table-grid-4 .pricing-plan-item,
    .mediclean_widget_pricing_table .pricing-table-grid-2 .pricing-plan-item,
    .mediclean_widget_pricing_table .pricing-table-grid-3 .pricing-plan-item {
        float: none;
        margin: 0 auto;
        width: 400px;
    }

    .mediclean_widget_clients .client-item {
        max-width: 25%;
    }

    .mediclean_widget_teams .teams-col-4 .team-item,
    .mediclean_widget_teams .teams-col-3 .team-item,
    .mediclean_widget_teams .teams-col-2.team-item,
    .mediclean_widget_teams .teams-col-1 .team-item {
        max-width: 300px;
        margin: 0 auto;
        width: 50%;
        float: none;
    }

    .mediclean_widget_teams .teams-col-4 .team-item,
    .mediclean_widget_teams .teams-col-3 .team-item,
    .mediclean_widget_teams .teams-col-2 .team-item,
    .mediclean_widget_teams .teams-col-1 .team-item {
        max-width: 300px;
        margin: 0 auto;
        width: 50%;
        float: left;
    }

    .mediclean_widget_portfolio_slider .portfolio-content {
        margin: 0 auto;
        max-width: 100%;
    }
    .mediclean_widget_skills .container {
        background-color: #ffffff;
        background-image: inherit;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    #colophon .colophon-column,
    #colophon .colophon-grid-2 .colophon-column,
    #colophon .colophon-grid-3 .colophon-column,
    #colophon .colophon-grid-4 .colophon-column {
        float: left;
        width: 100%;
    }
    #footer-navigation {
        text-align: center;
        margin-bottom:10px;
    }
    .copyright {
        margin-bottom: 5px;
    }
    #footer-contact-section .quick-contact li {
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
    }
    #footer-contact-section .quick-contact li::before {
        display: inline-block;
        font-size: 19px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    #custom-header {
        background-repeat: no-repeat;
        background-size: cover !important;
        padding: 45px 0 43px;
    }
    .widget.wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .entry-footer > span {
        border-right: medium none;
        border-top: 1px solid #dddddd !important;
        display: block;
        float: left;
        padding: 10px 15px;
        width: 100%;
    }
    #primary article.hentry {
        overflow: hidden;
        padding: 15px;
    }
    .site-title {
        font-size: 21px;
    }
    #custom-header {
        min-height: auto;
        padding: 15px 0;
    }
    .entry-footer {
        border: none;
    }
    .mediclean_widget_appointment .wpcf7-form > p {
        width: 50%;
    }
    .widget.mediclean_widget_portfolio .portfolio-image {
        width: 50%;
    }
    #sidebar-front-page-widget-area .widget {
        margin: 0;
        padding: 30px 0;
    }
    .mediclean_widget_latest_news .latest-news-title {
        position: inherit;
        width: 100%;
    }
    .widget.mediclean_widget_services .service-block-item {
        text-align: center;
    }
    .mediclean_widget_services .even .service-block-inner > a {
        float: inherit;
        margin-right: 0;
    }
    .mediclean_widget_services .odd .service-block-inner > a {
        float: none;
        margin-left: 0;
    }
    .widget.mediclean_widget_services .service-block-item {
        text-align: center;
    }
    .mediclean_widget_information .information-block-item {
        width: 50%;
    }
    #sidebar-footer-bottom-widget-area .newsletter-firstname,
    #sidebar-footer-bottom-widget-area .newsletter-email {
        width: auto;
    }


}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:550px) {
    #sidebar-footer-bottom-widget-area .newsletter-firstname,
    #sidebar-footer-bottom-widget-area .newsletter-email {
        margin-bottom: 15px;
        width: 92%;
    }


    #main-slider .cycle-caption p {
        display: none;
    }

    .slider-buttons a {
        font-size: 15px;
        line-height: 1.5;
        margin: 0 5px;
        padding: 3px 13px;
    }

    #main-slider .cycle-caption {
        bottom: 22%;
    }
    .mediclean_widget_information .information-block-item {
        width: 100%;
    }
    .mediclean_widget_pricing_table .pricing-table-grid-4 .pricing-plan-item,
    .mediclean_widget_pricing_table .pricing-table-grid-2 .pricing-plan-item,
    .mediclean_widget_pricing_table .pricing-table-grid-3 .pricing-plan-item {
        width: 100%;
    }
    #custom-header {
        background-repeat: no-repeat;
        padding: 25px 0 30px;
    }
    .page-title {

        font-size: 30px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
    .mediclean_widget_teams .teams-col-4 .team-item,
    .mediclean_widget_teams .teams-col-3 .team-item,
    .mediclean_widget_teams .teams-col-2.team-item,
    .mediclean_widget_teams .teams-col-1 .team-item {
            max-width: 300px;
            margin: 0 auto;
            width: 100%;
            float: none;
        }
    .mediclean_widget_clients .client-item {
        max-width: 45%;
    }
    .custom-logo-link,
    .site-logo-link,
    #site-identity {
        display: block;
        float: none;
        margin-right: 0;
        text-align: left;
        width: 100%;
        max-width: inherit;
    }

    .site-branding {
        text-align: center;
    }

    .mediclean_widget_latest_news .latest-news-item.news-featured .latest-news-thumb {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .widget.mediclean_widget_latest_news .latest-news-item {
        width: 100%;
    }
    /*main slider */


    #main-slider .cycle-caption {
        bottom: 19px;
        max-width: 80%;
        padding: 0;
        left: 10%;
    }

    #main-slider .cycle-caption h3 {
        font-size: 16px;
        height: auto;
        margin-bottom: 10px;
        overflow: hidden;
    }

    #main-slider .cycle-pager {
        display: none;
    }

    #main-slider h3 a span,
    #main-slider h3 {
        font-size: 16px;
    }

    #main-slider .cycle-prev,
    #main-slider .cycle-next {
        font-size: 32px;
        height: 40px;
        line-height: 1;
        width: 40px;
    }

    .slider-buttons a {
        font-size: 13px;
        line-height: 1.5;
        margin: 0 3px;
        padding: 3px 5px;
    }

    #footer-widgets .footer-widget-area {
        width: 100%;
    }

    #footer-widgets .footer-widget-area:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }

    #footer-widgets .footer-widget-area {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid #fff;
        margin-top: 15px;
    }

    .site-description {
        margin-bottom: 0;
    }


    .search-box .search-box-wrap {
        right: 3%;
        width: 263px;
    }

    .social-links {
        float: right;
        max-width: 208px;
        text-align: right;
    }

   .social-links .mediclean_widget_social li {
        display: inline-block;
        float: none;
    }
    .mediclean_widget_appointment .wpcf7-form > p {
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
    }
    .search-box {
        float: right;
        position: relative;
        width: 33px;
    }
    .widget.mediclean_widget_services .service-block-item {
        width: 100%;
    }

    .mediclean_widget_portfolio_slider .portfolio-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-title {
        font-size: 20px;
        margin-bottom: 7px;
    }
    #custom-header {
        min-height: auto;
        padding: 15px 0 25px;
    }
    .mediclean_widget_testimonial_slider .cycle-slide > img {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 100px;
    }
    .mediclean_widget_testimonial_slider .testimonial-content-area {
        float: left;
        max-width: 100%;
        padding-top: 15px;
    }
    .mediclean_widget_testimonial_slider .cycle-pager > span.cycle-pager-active {
        max-width: 60px;
    }
    .mediclean_widget_testimonial_slider .cycle-pager span {
        cursor: pointer;
        max-width: 55px;
        overflow: hidden;
        padding: 2px 5px;
    }
    .mediclean_widget_testimonial_slider .cycle-pager {
        bottom: -80px;
    }
    #main-slider .cycle-prev {
        left: 5px;
    }
    #main-slider .cycle-next {
        right: 5px;
    }
    .mediclean_widget_latest_news .latest-news-item::after {
        content: "";
        display: table-cell;
    }
    .mediclean_widget_latest_news .latest-news-text-wrap{
        overflow: hidden;
    }
    #quick-contact li {
        display: inline-block;
        font-size: 12px;
        line-height: 1.1;
        list-style: outside none none;
        margin-left: 0;
        padding-left: 12px;
    }
    #tophead {
        text-align: center;
    }
    #quick-contact {
        float: none;
        clear: both;
    }
    .header-social-wrapper {
        float: none;
        margin-top: 2px;
        text-align: center;
        width: 100%;
    }
    .header-social-wrapper .mediclean_widget_social li {
        float:none;
        display: inline-block;
    }
    .widget.mediclean_widget_portfolio .portfolio-image {
        width: 100%;
    }
}

/*** Block Styles ***/

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	font-style: italic;
	margin-bottom: 1.5em;
	text-align: left;
}

hr.wp-block-separator {
	background: none;
	border-bottom-width: 1px;
}

.wp-block-gallery {
	margin: 0;
	margin-bottom: 15px;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignnone,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignright {
	display: flex;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
	margin-top: 0.075em;
}

.wp-block-image {
	margin-bottom: 1.5em;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-right: 1.5em;
}

.wp-block-image figure.alignright {
	margin-left: 1.5em;
}

.wp-block-audio audio {
	display: block;
	width: 100%;
}

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

.wp-block-pullquote blockquote {
	margin: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
	border-left: 5px solid #347fe1;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	border: none;
	background: #347fe1;
	padding: 30px;
	color: #fff;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	color: #fff;
}
blockquote:before {
	display: none;
}
blockquote {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 20px;
}
.entry-content ul.wp-block-gallery {
    margin-left: 0;
    padding-left: 0;
}
.entry-content ul,.entry-content ol {
    padding-left: 20px;
    margin-left: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
    font-size: 18px;
    color: #000;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
}
/*================================================================
========================= Style Ends =============================
================================================================= */
