/*
Theme Name: Healthconsultant
Theme URI: https://www.pennyblacktemplates.com/demo/wp/healthconsultant/
Description: Healthconsultant Multi Page Theme
Author: Pennyblack
Author URI: https://www.pennyblacktemplates.com/
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, sticky-post, theme-options
Text Domain: healthconsultant
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - GENERAL
	1.1 - BUTTON
2.0 - HEADER
	2.1 - TOP BAR
	2.2 - NAV MENU
	2.3 - BLOG HEADER BG
	2.4 - BLOG BANNER TITLE	
3.0 - BLOG BREADCRUMB
	3.1 - PAGES BREADCRUMB
4.0 - BLOG PAGE
    4.1 - POST SINGLE
      4.1.1 - AUDIO & VIDEO
      4.1.2 - GALLERY POST
      4.1.3 - SINGLE POST PREV-NEXT NAVIGATION
    4.2 - POST GRID
    4.3 - POST MASONRY
    4.4 - POST COMMENTS LIST
    4.5 - POST COMMENTS REPLAY
    4.6 - COMMENT/REPLY FORM
    4.7 - POST LIST PAGINATION  
5.0 - SIDEBAR WIDGETS
    5.1 - WIDGET SEARCH
    5.2 - WIDGET TEXT
	5.3 - WIDGET RSS
	5.4 - WIDGET CALENDER
	5.5 - WIDGET RECENT POSTS
	5.6 - WIDGET ADD BANNER
	5.7 - WIDGET ABOUT AUTHOR
	5.8 - WIDGET CATEGORIES
	5.9 - WIDGET TAG CLOUD
6.0 - HOME PAGE
    6.1 - CONTACT-FORM-7
	6.2 - MAILCHIMP-FORM
7.0 - 404 PAGE
8.0 - FOOTER
	8.1 - FOOTER WIDGET AREA-1
	8.2 - FOOTER - WIDGET SEARCH
	8.3 - FOOTER - WIDGET TEXT
	8.4 - FOOTER - WIDGET RSS
	8.5 - FOOTER - WIDGET CALENDER
	8.6 - FOOTER - WIDGET CATEGORIES
	8.7 - FOOTER - WIDGET TAG CLOUD
	8.8 - FOOTER - WIDGET CONTACT FORM-7
	8.9 - FOOTER - WIDGET MAILCHIMP SUBSCRIBE
9.0 - MEDIA QUERIES
--------------------------------------------------------------*/


/*-------------------------------------------------------------- 
	=============== 1.0 - GENERAL ===============
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background-color: #ffffff;
    color: #666666;
    font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
    font-size: 0.9rem;
    line-height: 1.6em;
}

.count-down-col .time_circles > div > h4,
.count-down-col .time_circles > div > span {
    font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', serif;
    color: #333333;
    letter-spacing: 1px;
    margin: 15px 0;
    padding: 0;
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6 {
    margin: 0;
}

h1 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

h6 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

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

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

.single-post blockquote {
    margin-top: 0;
}

small {
    font-size: smaller;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

img.alignleft,
figure.alignleft {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 5px;
}

img.alignright,
figure.alignright {
    float: right;
    margin-bottom: 5px;
    margin-left: 0;
    margin-left: 20px;
    margin-top: 5px;
    text-align: right;
}

figure img {
    margin: 10px 0;
}

.elementor figure img {
    margin: 0;
}

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

figure {
    margin: 0;
    max-width: 100%;
    height: auto;
}

form {
    margin: 0;
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    padding: 6px 10px 6px 0;
}

del {
    color: #333333;
}

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

hr {
    margin-bottom: 5px;
    margin-top: 5px;
    border: 0;
    height: 1px;
}

article p:last-child {
    margin-bottom: 0;
}

.page-entry-content:after {
    content: "";
    clear: both;
    display: table;
}

.empty-tags {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.center,
.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.justify {
    text-align: justify;
}

.sticky {
    outline: 0;
}

html .row {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-rgt {
    margin-right: 0 !important;
}

.no-margin-btm {
    margin-bottom: 0 !important;
}

.no-margin-lft {
    margin-left: 0 !important;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
    color: #33a9ee;
}

:focus,
button:focus,
button:active,
button:hover {
    outline: 0 !important;
}

.full-width {
    padding: 0 !important;
}

.site {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


/* sticky post */

.centered-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 20px 30px 20px;
}

.elementor-page .centered-wrapper {
    max-width: 100%;
    padding: 0 !important;
}

.empty-tags {
    display: none;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.page-entry-content::after {
    content: "";
    clear: both;
    display: table;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.entry-title a,
#secondary h3,
#secondary h4,
#secondary p,
#secondary a,
#secondary ul,
#secondary li,
#secondary span,
.foo-widgets-wrap h3,
.foo-widgets-wrap h4,
.foo-widgets-wrap p,
.foo-widgets-wrap a,
.foo-widgets-wrap ul,
.foo-widgets-wrap li,
.foo-widgets-wrap span,
.commentlist p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


/* Clearing floats */

.begin-content:after,
.nav-links:after,
.entry-content .gallery:after,
.btn-margin:after,
.read-more-btn:after,
.navbar-brand:after,
#commentform .form-submit:after {
    clear: both;
}

.begin-content:before,
.begin-content:after,
.nav-links:before,
.nav-links:after,
.entry-content .gallery:before,
.entry-content .gallery:after,
.btn-margin:before,
.btn-margin:after,
.navbar-brand:before,
.navbar-brand:after,
#commentform .form-submit:before,
#commentform .form-submit:after {
    content: "";
    display: table;
}


/* Assistive text */

.widget-area .screen-reader-text,
.foo-widgets-wrap .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}


/* ========= 1.1 - BUTTON ========= */

.tribe-events-widget-link a,

/*Events calendar button */

.btn,
a.read-more-btn,
.comment-form .submit {
    background-color: #33a9ee;
    border: 0 !important;
    border-radius: 3px;
    box-shadow: none;
    display: inline-block;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    outline: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-submit {
    display: table;
    position: relative;
}

.btn:hover,
a.read-more-btn:hover,
.comment-form .submit:hover {
    background-color: #333333;
    border: 0 !important;
    color: #ffffff;
}

.btn:hover {
    color: #333333 !important;
}

.button-div .btn {
    font-size: 13px;
    font-weight: 500;
}

.gallery {
    margin: 0 !important;
}

.read-more-link {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

article p:last-child {
    clear: both;
    display: table;
    margin-bottom: 0;
    width: 100%;
}


/*-------------------------------------------------------------- =============== 2.0 - HEADER =============== --------------------------------------------------------------*/

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
}

#branding {
    width: 100%;
}

.header-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 45px;
    margin-bottom: 25px;
}

.sub-title {
    color: #33a9ee;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
}

.header-para {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 25px;
}

.header-bg .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header-bg .row .col-md-6:last-child {
    margin: auto 0;
}

.header-content {
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

.header-readmore {
    background-color: #33a9ee;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 40px;
}

.header-button {
    padding-top: 20px;
}

.header-readmore:hover {
    background-color: #ffffff;
    border: 1px solid #33a9ee;
    color: #33a9ee;
}


/* ========= 2.1 - TOP BAR ========= */

.top-bar-main .site-contact {
    float: left;
    margin: 0px 0;
}

.top-bar-main {
    background-color: #33a9ee;
    width: 100%;
}

.top-bar-main .row {
    padding: 10px 0;
}

.top-bar-main .site-logo {
    float: right;
}

.top-bar-main .site-contact p,
.top-bar-main .site-logo,
.top-bar-main .site-contact li,
.top-bar-main .site-contact li a {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}

.top-bar-main .site-contact li p {
    margin-bottom: 0;
}

.top-bar-main .site-contact {
    float: left;
}

.site-contact ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}

.site-contact li {
    list-style: none;
    display: inline-block;
}

.site-contact li:first-child {
    padding-right: 10px;
}

.site-col-50 {
    width: 50%;
}

.site-col-80 {
    width: 80%;
}

.site-col-20 {
    width: 20%;
}

#pre-right.navbar-icon-right .cnss-social-icon li a {
    width: 0 !important;
    height: 0 !important;
    background-color: transparent !important;
    padding: 0 15px !important;
    margin: 0 !important;
    position: relative;
}

#pre-right.navbar-icon-right .cnss-social-icon li a i:before {
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    top: -7px;
}

ul.part-website {
    padding-left: 20px;
}


/* ========= 2.2 - NAV MENU ========= */

.menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-main {
    margin-right: auto;
    width: 30%;
}

.menu-left {
    width: 20%;
}

.menu-right {
    width: 80%;
}

.navbar-fixed-top .top-bar-main {
    display: none;
}

.navbar-right {
    margin-right: 0;
}


/* Nav Menu BG */

.navbar-default {
    background-color: #333333;
    border: 0;
    border-radius: 0;
    padding: 0;
}


/* Site Logo */

.site-logo {
    padding: 10px 15px;
    color: #ffffff;
}


/* Nav Menu Links, hover, active color */

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-nav > li > a.active {
    color: #33a9ee;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    box-shadow: none;
    color: #33a9ee;
}

.navbar-default .navbar-nav > li {
    padding: 0;
}

#mainnav.navbar-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-default .navbar-nav > li > a {
    padding: 5px 12px;
    display: table;
}

.navbar-fixed-top .navbar-default .navbar-nav > li > a {
    padding: 5px 25px;
}

.navbar-fixed-top.menu-top {
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav .dropdown-menu>li>a:hover {
    background-color: #ffffff;
    color: #33a9ee;
}

.navbar-default .navbar-nav .dropdown-menu>li.active>a {
    background-color: #f2f2f2;
    color: #333333;
}


/*********** Drop down menu submenu list ***************/

.navbar-default .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    margin-top: -1px;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    font-weight: 600;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 11px;
    display: table;
    width: 100%;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .dropdown-menu > li > a {
    text-transform: uppercase;
}

#top_nav .nav.navbar-nav.navbar-right {
    float: none !important;
    margin: 0 auto;
    padding: 0 0 0 30px;
}

#top_nav ul li:hover > ul {
    display: block !important
}

.navbar-right .dropdown-menu {
    left: auto;
    border-radius: 0;
    border: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu >.dropdown-menu {
    top: -1px;
    left: 100%;
    margin: 0;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.navbar-nav .caret {
    display: none;
}

.navbar-nav > li > a > .caret {
    display: inline-block;
}

.navbar-nav .dropdown-submenu > a:after {
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900;
    font-size: 7px;
    content: "\f04b";
    position: absolute;
    right: 10px;
    top: 10px;
}

.dropdown-menu {
    background-color: #33a9ee;
    border-radius: 0 !important;
    min-width: 220px;
    padding: 0;
}

.dropdown-menu li {
    border-bottom: 1px solid #f2f2f2;
}

html .dropdown-menu li:last-child {
    border-bottom: 0;
}

html .navbar-default .navbar-nav .dropdown-menu > li:last-child {
    border-bottom: 0;
}

.top-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 10px 35px;
}


/* Header Menu-2 - Center Align Menu */

.no-padding-left {
    padding-left: 0;
}

.nav-center {
    float: left;
}

.navbar-icon-right ul {
    list-style: none;
}

.navbar-icon-right ul li {
    display: inline-block;
}

.menu-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}


/* Header Menu-2 - Social Icons */

.navbar-icon-right ul {
    text-align: right !important;
}

.navbar-icon-right .norm_row.sfsi_wDiv {
    right: 30px;
}


/* Logo */

.logo-bg img {
    display: table;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}


/* ========= 2.3 - BLOG HEADER BG ========= */

.header-section .row {
    margin-top: 0;
}

.header-bgimage,
.header-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-header.header-section {
    padding: 150px 0;
}

.header-img img {
    margin: 0 auto;
    display: table
}

.bg-overlay {
    padding: 100px 0;
}


/* banner div */

.top-contents {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 50px;
}


/* ========= 2.4 - BLOG BANNER TITLE ========= */

.blog-header-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: left;
}


/* ========= 3.0 - BLOG BREADCRUMB ========= */

.breadcrumb-nav #crumbs {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    word-wrap: break-word;
}

#crumbs,
#crumbs a #crumbs span {
    color: #666666;
    line-height: 20px;
}


/* ========= 3.1 - PAGES BREADCRUMB ========= */

.simple-crumb .breadcrumbs,
.simple-crumb .breadcrumbs span {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.innerpage-breadcrumb .breadcrumbs a span {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.innerpage-breadcrumb .breadcrumbs,
.innerpage-breadcrumb .breadcrumbs span {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
}

.innerpage-breadcrumb .elementor-widget-container {
    text-align: center;
}


/*-------------------------------------------------------------- =============== 4.0 - BLOG PAGE =============== --------------------------------------------------------------*/

.row.row-blog {
    display: inline-block !important;
    clear: both;
    margin: 0;
    width: 100%;
}

#secondary {
    float: left;
}

#primary .article-content {
    padding: 20px 0 30px 0px;
    position: relative;
}

#primary .blog-image > img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
    max-width: 100%;
    height: auto;
}

.blog-section {
    background-color: #ffffff;
    padding-bottom: 70px;
}

.blog-section .container > .row {
    margin-top: 0;
}


/* blog header - breadcrumb menu display */

.hide-block-banner {
    display: none !important;
}

.hide-block-banner {
    margin-bottom: 40px;
}

.hide-block-banner.remove_margin {
    margin-bottom: 0;
}

#primary,
#secondary {
    margin-top: 70px;
}

html .widget-area #wp-calendar th {
    font-size: 14px !important;
}

html .widget-area #wp-calendar td,
#secondary select,
#secondary input,
#secondary p,
#secondary a,
#secondary ul,
#secondary li {
    font-size: 12px !important;
}

#secondary .widget-col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.grid-row {
    margin-top: 0 !important;
}

.content-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
}


/* post main div*/

.single-post {
    margin-bottom: 30px;
}

body.single-post {
    margin-bottom: 0;
}


/* Entry Meta */

.entry-meta-main {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    width: 100%;
    margin: 0 auto 10px auto;
}

.entry-meta-main,
.entry-header {
    text-align: left;
    color: #333333;
}

.entry-meta.main-date,
.entry-meta-main .entry-meta ul {
    padding-left: 0;
    margin: 0;
}

.entry-meta-main .entry-meta li {
    display: inline-block;
    letter-spacing: 1px;
    margin-right: 15px;
    text-transform: capitalize;
}

.entry-meta-main .entry-meta li.entry-fa-icon {
    width: 20px;
    max-width: 20px;
    margin-right: 0;
}

.entry-meta-main .entry-meta,
.entry-meta-tags-cats .entry-meta {
    display: inline-block;
}

.entry-spacing-lr {
    padding: 0 30px;
}

.page-spacing {
    padding: 20px 30px !important;
}


/* Entry Heading */

.entry-header .entry-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.entry-header a {
    color: #333333;
    margin-bottom: 5px;
}


/* Entry Content */

.entry-content {
    margin-top: 0px;
    padding-top: 10px !important;
}

.entry-content ul {
    padding-left: 15px;
}

.entry-content li {
    margin-bottom: 10px;
    line-height: 20px;
}

.entry-content form input[type=submit] {
    background-color: #33a9ee;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 10px;
}


/* Categories & Tags Meta */

.entry-meta-tags-cats {
    margin-top: 20px;
    text-align: left;
    display: table;
    width: 100%;
}

.entry-meta-tags-cats .categories-links a,
.entry-meta-tags-cats .tags-links a {
    color: #666666;
    line-height: 24px;
}

.entry-meta-tags-cats .categories-links a:last-child,
.entry-meta-tags-cats .tags-links a:last-child {
    margin-right: 10px;
}

.entry-meta-tags-cats .categories-links a:hover,
.entry-meta-tags-cats .tags-links a:hover {
    color: #33a9ee;
}

.entry-meta-tags-cats i,
.entry-meta-tags-cats i {
    margin-right: 8px;
}

.entry-meta-tags-cats .entry-tags {
    margin-top: 5px;
}

.comments-form-shadow .blog-box-shadow:empty {
    display: none;
}

.no-br-radius {
    border-radius: 0 !important;
}


/* ========= 4.1 - POST SINGLE ========= */

.not-found,
.article-bg,
article .single-post {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    position: relative;
    z-index: 2;
}

.entry-attachment,
.entry-attachment img,
.entry-attachment iframe,
.entry-attachment .bx-wrapper li img {
    border-radius: 0;
}

.btn-margin {
    margin-top: 25px;
}

.link-margin {
    margin-top: 15px;
}


/* ========= 4.1.1 - AUDIO & VIDEO ========= */

.col3-grid iframe {
    max-width: 100%;
}

.audio-div {
    display: block !important;
}

.player-div {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.blog-image,
.player-div,
.bx-wrapper,
.grid-blog-image {
    margin-top: 0;
}

.blog-image {
    padding: 10px 30px 10px 30px;
}

#audio-div,
#audio-div-2col,
#audio-div-3col,
#audio-div-4col {
    padding-top: 346px;
    background-image: url("assets/images/audio_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#audio-div,
#audio-div-2col {
    padding-top: 0;
    height: 402px;
}

#audio-div-3col {
    padding-top: 0;
    height: 390px;
}

#audio-div-4col {
    padding-top: 0;
    height: 290px;
}

audio {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.wp-block-audio audio {
    height: 30px !important;
}

video {
    object-fit: fill !important;
}


/* ========= 4.1.2 - GALLERY POST ========= */

.wp-block-gallery {
    margin-bottom: 0;
    padding-left: 0 !important;
}

.entry-content .image-gallery li {
    display: inline-block;
    margin: 0;
    padding: 0 20px 20px 0;
    width: 25%;
}

.content-gallery .col-rs-2 {
    margin-bottom: 30px;
}

.col3-grid .content-gallery .col-rs-2 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.column-3-grid .col3-grid .content-gallery .col-rs-2 {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.col3-grid .content-gallery .row {
    margin-left: -10px;
    margin-right: -10px;
}

.column-3-grid .col3-grid .content-gallery .row {
    margin-left: -5px;
    margin-right: -5px;
}


/* Gallery Columns */


/* Galleries */

.entry-content .gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.entry-content .gallery-item a,
.entry-content .gallery-item a:hover,
.entry-content .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.entry-content .gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
}

.entry-content .gallery-item a:hover img,
.entry-content .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.entry-content .gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.entry-content .gallery-item {
    max-width: 25%;
}

.entry-content .gallery-columns-1 .gallery-item {
    width: 100%;
    max-width: 100%;
}

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

.entry-content .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

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

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

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

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

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

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

.entry-content .gallery-columns-6 .gallery-item .gallery-caption,
.entry-content .gallery-columns-7 .gallery-item .gallery-caption,
.entry-content .gallery-columns-8 .gallery-item .gallery-caption,
.entry-content .gallery-columns-9 .gallery-item .gallery-caption {
    display: none;
}


/* ========= 4.1.3 - SINGLE POST PREV-NEXT NAVIGATION ========= */

nav.post-navigation h2 {
    display: none;
}

nav.post-navigation .nav-links {
    width: 100%;
    display: block;
    clear: both;
}

nav.post-navigation .nav-links div {
    display: inline-block;
}

nav.post-navigation .nav-links .nav-previous,
nav.post-navigation .nav-links .nav-next {
    max-width: 40ex;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 20px;
}

.nav-previous {
    float: left;
    text-align: left;
    text-transform: capitalize;
    padding: 0;
}

.nav-next {
    float: right;
    text-align: right;
    text-transform: capitalize;
    padding: 0;
}

.nav-previous .meta-nav {
    margin-right: 5px;
}

.nav-next .meta-nav {
    margin-left: 5px;
}

.nav-previous a,
.nav-next a {
    color: #333333;
}

.nav-previous a:hover,
.nav-next a:hover {
    color: #33a9ee;
}

.social_icons ul {
    padding-left: 0;
}

.social_icons li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}


/* POST PAGE LINKS */

.page-links {
    margin-top: 15px;
}

.page-links a {
    padding: 2px 4px;
}

.page-links > span {
    padding: 2px 3px;
}

.page-links .page-links-title {
    padding-left: 0;
}


/* ENTRY HEADER */

.col3-grid .entry-header {
    padding: 0px 30px 0px 30px;
}

.entry-header.entry-spacing-lr.entry-main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
}

.entry-header .entry-header-right {
    margin: auto;
    width: 100%;
}

.entry-header .entry-header-left p {
    background-color: #33a9ee;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px 20px;
    text-align: center;
    width: 85px;
}

.col3-grid .entry-meta,
.entry-meta-main.entry-spacing-lr {
    padding: 5px 30px !important;
    margin-top: 20px;
    border: 0;
    background-color: #fafafa;
    margin-bottom: 10px;
}


/* ========= 4.2 - POST GRID ========= */

.grid-content-padding {
    padding: 15px 30px 0 30px;
}

.col3-grid .entry-meta ul {
    padding-left: 0;
    margin: 0;
}

.col3-grid .entry-meta li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    text-transform: capitalize;
}

.col3-grid .entry-meta li p >i {
    max-width: 20px;
    width: 20px;
}

.column-2-grid,
.column-3-grid,
.column-4-grid {
    margin-bottom: 30px;
}

.post-feature .bx-wrapper {
    margin-bottom: 0px !important;
}


/* post date , author & comments */

.entry-img {
    text-align: center;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.col3-grid .entry-header h2 {
    font-size: 20px;
    line-height: 28px;
}


/* ========= 4.3 - POST MASONRY ========= */

.masonry {
    -moz-column-width: 21em;
    -webkit-column-width: 21em;
    -moz-column-gap: 0.7em;
    -webkit-column-gap: 0.7em;
}

.items {
    display: inline-block;
    padding: 2px 12px 2px 11px;
    width: 100%;
}


/* ========= 4.4 - POST COMMENTS LIST ========= */

ul.comments-div {
    padding-left: 0;
    margin-bottom: 0;
}

.comments-area .comments-content,
.comments-area .submit_comment {
    margin-top: 30px;
}

.comments-area .comments-content {
    padding: 30px;
}

.comments-area li {
    list-style: none;
}

.comments-area .no-comments {
    margin-top: 10px;
}

.comments-area .row {
    margin: 0;
}

.comments-area .col-author-img {
    float: left;
    width: 75px;
    max-width: 90px;
}

.comments-area .col-author-meta {
    float: right;
    width: 85.5%;
    width: calc(100% - 90px);
    word-wrap: break-word;
}

.comments-area .col-author-img {
    vertical-align: top;
}

.comments-area h2.comments-title {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0;
}

.comments-area .author-image img {
    border-radius: 50%;
    margin: 0;
}

.comments-area .commentlist.list-comments .list-comments-main {
    padding-left: 0;
}

.comments-area .commentlist.list-comments li {
    list-style: none;
}

.comments-area .list-comments-inner ul {
    padding-left: 15px;
}

.list-comments-inner-1,
.comments-area ul.children {
    padding-left: 30px;
}

.comments-area .comment-meta.comments-date .author-meta {
    padding: 0;
    margin-bottom: 10px;
}

.comments-area .commentlist,
.comments-area .commentlist .list-comments-main {
    margin-bottom: 30px;
}

.comments-div > .commentlist {
    border-bottom: 1px solid #eeeeee;
}

.comments-content-list > .comments-div > .commentlist:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comments-div .commentlist:last-child > .list-comments-main:last-child {
    margin-bottom: 0;
}

.comments-area .comment-meta.comments-date div {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.comments-area .comment-meta.comments-date .author {
    font-size: 15px;
    color: #333333;
    text-transform: capitalize;
}

.comments-area .comment-meta.comments-date .author_date {
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

.comments-area .comment-meta.comments-date li a {
    color: #333333;
}

.comments-area .comment-meta.comments-date li a:hover {
    color: #33a9ee;
}

.comments-area .comment-meta.comments-date li span {
    font-weight: 500;
}

.comments-area .comment-content.comment-para {
    clear: both;
}

.comments-area .comment-content.comment-para p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.comments-area .comment-content.comment-para p:last-child {
    margin-bottom: 0;
}


/* ========= 4.5 - POST COMMENTS REPLAY ========= */

.reply-form h3,
.comments-area .reply.reply-heading {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: capitalize;
}

.comments-area .reply.reply-heading {
    margin-top: 5px;
}

.reply-form h3,
.comments-area .reply.reply-heading a {
    color: #33a9ee;
}

.comments-area .reply.reply-heading a {
    font-size: 15px;
    font-weight: 500;
}

.comments-area .reply.reply-heading:hover a,
.comments-area .reply.reply-heading:hover i {
    color: #33a9ee;
}

.comments-area .reply.reply-heading i {
    color: #333333;
    padding: 2px 0 0 5px;
    vertical-align: middle;
    line-height: 24px;
}

.border {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.reply-form .content {
    color: #666666;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#commentform .error {
    color: #ff0000;
    padding-top: 10px !important;
    clear: both;
}


/* ========= 4.6 - COMMENT/REPLY FORM ========= */

#respond .comment-reply-title {
    padding-bottom: 15px;
}

#respond h3 {
    margin: 0;
}

.submit_comment.article-br {
    padding: 30px 15px;
}

.submit_comment.article-br:empty {
    display: none;
}

.comment-respond .comment-reply-title,
.comment-respond p {
    padding-left: 15px;
    padding-right: 15px;
}

#commentform input,
#commentform textarea {
    border: 1px solid #eeeeee;
}

#commentform textarea {
    line-height: 24px;
}

#commentform .submit {
    border: 0;
    float: right;
}

#commentform .form-submit {
    margin-top: 20px;
    margin-bottom: 0;
}

#commentform fieldset {
    border: 0;
    margin: 0;
}

#commentform p.logged-in-as,
#commentform p.comment-notes {
    padding-bottom: 15px;
    margin-bottom: 0;
}

#commentform .row {
    margin-top: 0 !important;
}

.form-tag label {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
}

.form-tag label {
    display: block;
    margin-right: 10px;
}

.form-tag textarea {
    border: 1px solid #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.form-tag input {
    border: 1px solid #eeeeee;
    height: 40px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.form-tag {
    margin-bottom: 15px;
}

.form-textarea {
    margin-bottom: 30px;
}

#wp-comment-cookies-consent {
    margin-right: 10px;
}


/* ========= 4.7 - POST LIST PAGINATION ========= */


/* Numeric Pagination for page*/

.pagination {
    margin: 10px 0 0 0;
    width: 100%;
}

.pagination ul {
    display: block;
    margin: 0;
    padding: 0;
}

.pagination ul>li {
    display: inline-block;
}

.pagination ul>li >a,
.pagination ul>li>span {
    color: #333333;
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 8px 14px;
    line-height: 20px;
    text-decoration: none;
    border-left-width: 0;
    letter-spacing: 1px;
}

.pagination ul>li .current {
    background-color: #33a9ee;
    color: #ffffff;
}

.pagination ul>li>a:hover {
    background-color: #333333;
    color: #ffffff;
}

.fa-long-arrow-left::before {
    content: "\f177" !important;
}

.fa-long-arrow-right::before {
    content: "\f178" !important;
}


/* doctor timetable */

article.type-wpcs_session {
    border: 1px solid #eeeeee;
    margin: 0 auto 70px auto;
    padding: 30px;
    width: 50%;
}


/*-------------------------------------------------------------- =============== 5.0 - SIDEBAR WIDGETS =============== --------------------------------------------------------------*/

.sidebar-left {
    float: right;
}

.sidebar-right {
    float: left;
}

.widget-space:empty,
.recent_posts_cnt p:empty {
    display: none;
}

#secondary.no-sidebar {
    display: none;
}


/* Widget Title */

.elementor-widget-container .widget-title h3 a,
.elementor-widget-container .widget-title h3,
#secondary h3,
#secondary h3 a {
    margin-bottom: 0;
    margin-top: 0;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

#secondary h3 {
    padding: 10px 15px;
}

#secondary h3 a {
    border: 0;
}

#secondary h3 > span {
    margin-right: 15px;
    vertical-align: text-top;
}

#secondary h3 > span > img {
    max-width: 30px;
    max-height: 30px;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
    padding-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}

#wp-calendar th {
    font-weight: normal;
}

.elementor-widget-container .widget-col,
.widget-area .widget-col {
    padding-bottom: 30px;
}

.widget-area .widget-col ul {
    padding-left: 0;
}

.widget-area .widget-col ul.sub-menu {
    padding-top: 5px;
    padding-left: 8px;
}

.widget-area .widget-col li {
    list-style: none;
    margin-bottom: 5px;
}


/* Widget Title */

.elementor-widget-container .widget-content,
.widget-area .widget-content {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 20px 20px 20px 20px;
    position: relative;
}

.elementor-widget-container .widget-col,
.widget-area .widget-col {
    position: relative;
}

.elementor-widget-container .widget-content .widget-title,
.widget-area .widget-content .widget-title {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    left: 0px;
    padding: 0;
}

.elementor-widget-container .widget-content .widget-title h3,
.widget-area .widget-content .widget-title h3 {
    background-color: #33a9ee;
    border-radius: 0px;
    border-left: 4px solid #333333;
    border-right: 0px solid #333333;
    padding: 10px 40px;
    display: inline-block;
    color: #ffffff;
}

.widget-area .widget-content ul {
    margin: 0;
}

.widget-area .widget-content .spacer {
    height: 40px;
}

.widget-area .widget_media_audio .widget-content .spacer,
.widget-area .widget_media_video .widget-content .spacer {
    height: 40px;
}

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

.widget-area .widget-content select.postform {
    margin-top: 0px;
}


/* Widget Content Typo */

.elementor-widget-container .widget-col li,
.elementor-widget-container .widget-col p,
.elementor-widget-container .widget-col a,
.widget-area .widget-col li,
.widget-area .widget-col p,
.widget-area .widget-col a {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.elementor-widget-container .widget-col li:hover a,
.elementor-widget-container .widget-col a:hover,
.elementor-widget-container .widget-col .readmore a,
.elementor-widget-container .widget-col .sab-link a,
.widget-area .widget-col li a:hover,
.widget-area .widget-col a:hover,
.widget-area .widget-col .readmore a,
.widget-area .widget-col .sab-link a {
    color: #33a9ee;
}

.elementor-widget-container .widget-content > ul > li,
.elementor-widget-container .widget-content ul.menu > li,
.widget-area .widget-content > ul > li,
.widget-area .widget-content ul.menu > li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}

.elementor-widget-container .widget-content > ul > li:before,
.elementor-widget-container .widget-content ul.menu > li:before,
.widget-area .widget-content > ul > li:before,
.widget-area .widget-content ul.menu > li:before {
    color: #666666;
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    top: 0px;
}

#footer_two .foo-widget.popular-posts ul > li:before,
#footer_one .foo-widget.popular-posts ul > li:before,
#footer_two .foo-widget.widget_rss > ul > li:before,
#footer_one .foo-widget.widget_rss > ul > li:before,
.elementor-widget-container .widget_rss .widget-content > ul > li:before,
.widget-area .widget_rss .widget-content > ul > li:before {
    content: "";
    font-size: 0;
    margin-right: 0;
}

.elementor-widget-container .widget-content > ul > li:last-child,
.elementor-widget-container .widget-content ul.menu > li:last-child,
.widget-area .widget-content > ul > li:last-child,
.widget-area .widget-content ul.menu > li:last-child {
    padding-bottom: 0 !important;
    border: 0;
}

html .elementor-widget-container .widget-content > ul > li:last-child:hover,
html .elementor-widget-container .widget-content ul.menu > li:last-child:hover,
html .widget-area .widget-content > ul > li:last-child:hover,
html .widget-area .widget-content ul.menu > li:last-child:hover {
    border: 0 !important;
}

.elementor-widget-container .widget-content > ul > li:hover,
.elementor-widget-container .widget-content ul.menu > li:hover,
.widget-area .widget-content > ul > li:hover,
.widget-area .widget-content ul.menu > li:hover {
    border-bottom-color: #33a9ee;
}

.widget-area .widget-content > ul > li:hover > a >:not(ul),
.widget-area .widget-content > ul > li:hover:before,
.widget-area .widget-content ul.menu > li:hover > a >:not(ul),
.widget-area .widget-content ul.menu > li:hover:before {
    color: #33a9ee;
}

.widget-area .widget-content ul.menu ul.sub-menu {
    padding-left: 15px;
}


/* ========= 5.1 - WIDGET SEARCH ========= */

.searchform .search-div,
.searchform .button-div {
    float: left;
    display: inline;
}

.searchform .search-div {
    width: 100%;
}

.searchform .search {
    background-color: transparent;
    border: 1px solid #ccc;
    height: 38px;
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
}

.searchform {
    padding-bottom: 40px;
}

.search-button {
    width: 30px;
    height: 37px;
    margin-left: -10px;
    background: transparent;
    border: 0;
    z-index: 10;
}

.button-div,
.button-div i {
    margin-left: -20px;
    position: absolute;
}

.button-div i {
    font-size: 15px;
    right: 8px;
    top: 12px;
    cursor: pointer;
    font-family: "FontAwesome";
}


/* ========= 5.2 - WIDGET TEXT ========= */

.widget-area .widget_text .textwidget img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.widget-area .widget_text .textwidget select {
    width: 100%;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.widget-area .widget_text .textwidget select option {
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}


/* ========= 5.3 - WIDGET RSS ========= */

.widget-area .widget_rss li a.rsswidget {
    display: block;
    clear: right;
}

.widget-area .widget_rss li .rss-date {
    color: #666666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
}


/* ========= 5.4 - WIDGET CALENDER ========= */

.widget-area #wp-calendar {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td a {
    color: #33a9ee;
    font-weight: 600;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td {
    text-align: center;
    padding: 3px;
}

.widget-area #wp-calendar td#today {
    color: #33a9ee;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar #prev,
.widget-area #wp-calendar #next {
    padding-top: 0;
}

.widget-area #wp-calendar #prev {
    text-align: left;
}

.widget-area #wp-calendar #next {
    text-align: right;
}


/* ========= 5.5 - WIDGET RECENT POSTS ========= */

.widget-area .recent-section > .widget_recent_entries > ul {
    padding-left: 15px;
}

.widget_recent_entries li {
    list-style: none;
}

.widget-area .single-article {
    margin-bottom: 20px;
}

.widget-area .single-article:last-child {
    margin-bottom: 0;
}

.widget-area .post-img {
    float: left;
    margin-right: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 30%;
}

.widget-area .post-img {
    width: 85px;
}

.widget-area .post-img img {
    width: 100%;
    height: 60px;
}

.widget-area .recent_posts_cnt {
    padding-left: 0 !important;
    float: left;
    width: 63%;
}

.widget-area .recent_posts_cnt p {
    height: 30px;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.widget-area .entry-meta.recent-date ul {
    float: left;
    margin-right: 15px;
    padding-left: 0;
}

.widget-area .entry-meta.recent-date li {
    display: inline-block;
    padding-right: 5px;
}

.widget-area .entry-meta.recent-date .post-date {
    float: left;
    margin-right: 10px;
}

.widget-area .entry-meta.recent-date .post-comments img,
.widget-area .entry-meta.recent-date .post-date img {
    padding-right: 5px;
}

.widget-area .entry-meta.recent-date .post-comments,
.widget-area .entry-meta.recent-date .post-date {
    font-size: 14px;
    letter-spacing: 1px;
}

.entry-meta li a,
.entry-meta li,
.entry-meta li p {
    display: block;
    font-size: 12px;
}


/* ========= 5.6 - WIDGET ADD BANNER ========= */

.widget-area .widget-col .sab-description {
    margin-top: 10px;
    line-height: 22px;
}

.widget-area .widget-col .sab-link {
    margin-top: 10px;
}


/* ========= 5.7 - WIDGET ABOUT AUTHOR ========= */

.widget-area .auraa_widget_about_author .about-img,
.widget-area .auraa_widget_about_author .about-img img {
    text-align: center;
    max-width: 100%;
}

.widget-area .auraa_widget_about_author p {
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
}

.widget-area .auraa_widget_about_author p.readmore {
    text-align: center;
    margin: 10px 0 0 0;
}


/* ========= 5.8 - WIDGET CATEGORIES ========= */

.widget-area .underline {
    border-bottom: 1px dotted #666666;
}

.widget-area .tags-section ul,
.widget-area .categories-inner ul {
    padding-left: 0;
}

.widget-area .categories-inner > ul > li {
    display: inline-block;
    margin-right: 5px;
}

.widget-area .widget_categories label {
    margin-right: 10px;
    margin-bottom: 5px;
}

.widget-area .widget_categories li.categories-inner {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-area .widget_categories .cat-item ul.children {
    margin-top: 10px;
    padding-left: 15px;
}


/* ========= 5.9 - WIDGET TAG CLOUD ========= */

.widget_tag_cloud .wp-tag-cloud li {
    padding: 10px 3px;
    margin-bottom: 0;
    display: inline-block;
    list-style-type: none;
    text-align: center;
    text-transform: capitalize;
}

.widget_tag_cloud .wp-tag-cloud li {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.widget_tag_cloud .wp-tag-cloud li a {
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px dotted #33a9ee;
    color: #33a9ee;
    font-size: 12px !important;
    padding: 7px 10px;
    text-transform: capitalize;
}

.widget_tag_cloud .wp-tag-cloud li a:hover {
    color: #33a9ee;
}

.widget_tag_cloud .wp-tag-cloud li:hover,
.widget_tag_cloud .wp-tag-cloud li:focus,
.widget_tag_cloud .wp-tag-cloud li:active {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}


/* widget reset margin */

.widget-area .widget-content ul,
.widget-area .widget-content li:last-child,
.widget-area .widget-content p:last-child {
    margin-bottom: 0;
}


/* widget page */

.widget-area .widget_pages .page_item ul.children {
    margin-top: 5px;
    padding-left: 15px;
}


/* contact us widget */

.ciw_contactinformation {
    float: none !important;
    margin-top: 15px;
}

.ciw_contactinformation .ciw_contact_address {
    padding-top: 0;
}

.ciw_contactinformation .ciw_company_name {
    padding-bottom: 10px;
}

.ciw_contactinformation .ciw_company_name:empty {
    display: none;
}


/* ========= 5.10 - WIDGET SUBSCRIBE ========= */

.sidebar-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-form .subscribe-input {
    background-color: transparent;
    border: 1px solid #cccccc;
    padding: 10px 20px;
    width: 100%;
}

.sidebar-form .sub-input {
    width: 88%;
}

.sidebar-form .subscribe-btn {
    background-color: #2d3436;
    border: 0;
    color: #ffffff;
    margin-left: -1px;
    padding: 11px 20px;
    width: 100%;
    position: relative;
}

.sidebar-form .subscribe-icon {
    position: relative;
}

.sidebar-form .subscribe-icon:before {
    color: #ffffff;
    content: "\f124";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    top: 10px;
    pointer-events: none;
}

.sidebar-form .subscribe-icon:hover:before {
    color: #2d3436;
}


/* ========= 5.10 - WIDGET SOCAIL ICON ========= */

.widget-col.widget_cnss_widget ul.cnss-social-icon li a {
    background-color: transparent !important;
    color: #333333 !important;
}

html .widget-area .widget-col.widget_cnss_widget .widget-content > ul > li:hover {
    border: 0 !important;
}

.widget-col select {
    background-color: transparent;
    border: 1px solid #cccccc;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    width: 100%;
}

.featured-video-plus,
.featured-audio {
    margin-bottom: 15px;
    margin-top: 20px;
}

.blog-section iframe {
    width: 100%;
}

.fb_iframe_widget span {
    max-width: 100%;
    width: 100% !important;
}

.widget-col.widget_media_image .widget-content {
    background-color: transparent;
    padding: 0;
}

.widget-col.widget_media_image .widget-content img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.widget-col.widget_media_image .widget-content:before {
    display: none;
}


/*-------------------------------------------------------------- =============== 6.0 - HOME PAGE =============== --------------------------------------------------------------*/


/* Header Slider */

.header-slider-main > .elementor-column-wrap > .elementor-widget-wrap {
    display: none;
}


/* ========= 6.1 - CONTACT-FORM-7 ========= */

.header-form {
    background-color: rgba(255, 255, 255, 0.4);
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

.header-form .wpcf7-form {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
}

.header-form .wpcf7-form .form-div {
    margin-bottom: 30px;
    position: relative;
}

.header-form .wpcf7-form .form-div i {
    color: #333333;
    left: 20px;
    position: absolute;
    top: 13px;
}

.header-form .wpcf7-form h3 {
    font-family: "Raleway", serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    margin: 0 0 30px 0;
}

.header-form .wpcf7-form input,
.header-form .wpcf7-form textarea {
    color: #333333;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 20px;
    width: 100%;
}

.header-form .wpcf7-form input {
    max-height: 40px;
    height: 40px;
}

.header-form .wpcf7-form textarea {
    max-height: 100px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.header-form .wpcf7-form input[type=submit] {
    text-align: center;
    background-color: #33a9ee;
    box-shadow: none;
    width: auto;
    padding: 8px 20px 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
}


/* Error message styling */

body input[type=text].wpcf7-not-valid,
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body textarea.wpcf7-not-valid {
    border: 1px solid #ec3c06;
}

body span.wpcf7-not-valid-tip {
    border: none;
    background: none;
    color: #ec3c06;
    display: block;
    font-size: 13px;
    font-weight: 600;
    left: auto;
    margin-top: 8px;
    padding: 0;
    position: relative;
    top: auto;
}

body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff8a8a;
    color: #ec3c06;
}

body div.wpcf7-response-output {
    margin: 10px 0;
    padding: 10px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}

.get-form .ajax-loader {
    position: absolute;
    top: 15px;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    background: #e8ffe2;
    border: 1px solid #6fdf51;
    color: #1ea524;
}


/* ========= 6.2 - MAILCHIMP-FORM ========= */

.subscribe-newsletter .mc4wp-form input {
    width: 100%;
    padding: 6px 20px;
    max-height: 40px;
    height: 40px;
}

.subscribe-newsletter .mc4wp-form input[type=submit] {
    background-color: #33a9ee;
    color: #ffffff;
    border: 0;
    outline: 0;
}

.header-form .wpcf7-form input[type=submit],
.subscribe-newsletter .mc4wp-form input[type=submit] {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}


/* mailchimp form sucess */

.mc4wp-alert.mc4wp-success,
.mc4wp-alert.mc4wp-error,
.mc4wp-alert.mc4wp-notice {
    position: relative;
    top: -8px;
    text-align: center;
}

.mc4wp-alert.mc4wp-success {
    color: #5cb85c;
}

.mc4wp-alert.mc4wp-error {
    color: #d43f3a;
}

.mc4wp-alert.mc4wp-notice {
    color: #eea236;
}


/*-------------------------------------------------------------- =============== 7.0 - 404 PAGE =============== --------------------------------------------------------------*/

#page_404_bgimage {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: url("assets/images/bg-404.jpg");
}

.not-found {
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    padding: 20px 20px 30px 20px;
}

.not-found h1 {
    font-size: 34px;
    font-weight: 500;
    color: #555555;
    padding-bottom: 10px;
}

.error-404 h1 {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px !important;
}

.not-found .entry-content {
    padding: 0;
    margin: 0;
}

.not-found .entry-content p {
    font-size: 16px;
    font-weight: 500;
}

.not-found .entry-content .searchform {
    margin-top: 20px;
}

.not-found .entry-content .searchform h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #555555;
}

.not-found .entry-content .searchform .search-div {
    width: 90%;
}

.not-found .entry-content .searchform .button-div {
    max-width: 65px;
}

.not-found .entry-content .searchform .button-div input {
    max-height: 40px;
    height: 37px;
    padding: 2px 10px;
}

.not-found .entry-content .searchform .search {
    height: 37px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.not-found .entry-content .searchform div {
    display: inline-flex;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #ffffff;
    color: #33a9ee;
}


/*-------------------------------------------------------------- =============== 8.0 - FOOTER =============== --------------------------------------------------------------*/

#site-footer {
    position: relative;
}

.scroll-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    z-index: 10;
}

.scroll-top a i {
    font-size: 22px;
    font-weight: 600;
    padding: 5px 10px 8px 9px;
    color: #ffffff;
    background-color: #33a9ee;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.9);
}

.scroll-top:hover a i {
    color: #ffffff;
    background-color: #333333;
}

.colophon .site-generator {
    background-color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 20px 0;
    color: #ffffff;
    font-weight: 600
}

.colophon span.copyright-text {
    padding: 10px 0;
}

.copyright-text {
    font-weight: 400;
}

.site-generator .copyright-text,
.site-generator .copyright-text a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 600
}

.site-generator ul.footer-social {
    padding: 0 !important;
    margin: 0 !important;
}

.colophon .footer-social .social-media {
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 9px;
    width: 40px;
    background-color: transparent;
    border: 2px solid #0892d0;
    text-align: center;
}

.colophon .footer-social .social-media:first-child {
    margin-left: 0;
}

.colophon .footer-social .social-media:last-child {
    margin-right: 0;
}

.colophon .footer-social .social-media:hover {
    background-color: #0892d0;
}

.colophon .footer-social .social-media li {
    list-style-type: none;
}

.colophon .footer-social .social-media a {
    font-size: 19px;
    color: #ffffff;
    text-align: center;
}

.colophon .footer-social .social-media:hover {
    transition: 1.5s;
}


/* ========= 8.1 - FOOTER WIDGET AREA-1 ========= */

#footer_one {
    background-color: #333333;
    padding-bottom: 40px;
    padding-top: 70px;
}

#footer_one .container,
#footer_two .container {
    padding: 0;
}

#footer_widgets_wrapper .cols_1 > aside,
#footer_widgets_wrapper .cols_2 > aside,
#footer_widgets_wrapper .cols_3 > aside,
#footer_widgets_wrapper .cols_4 > aside {
    padding: 0px 20px 30px 20px;
    float: left;
}

#footer_widgets_wrapper .cols_1 > aside {
    width: 100%;
}

#footer_widgets_wrapper .cols_2 > aside {
    width: 48%;
}

#footer_widgets_wrapper .cols_3 > aside {
    width: 31.3%;
}

#footer_widgets_wrapper .cols_4 > aside {
    width: 22.9%;
}

.site-generator {
    background-color: #333333;
    padding-bottom: 30px;
    padding-top: 30px;
}

.colophon .site-generator {
    text-align: center;
}

#footer_one .foo-widgets-wrap .widget_title h3 a.rsswidget,
#footer_one .foo-widgets-wrap .widget_title h3 a,
.foo-widgets-wrap h2,
.foo-widgets-wrap .widget-title h3,
.foo-widgets-wrap .widget_title h3,
.foo-widgets-wrap .widget_title h3 a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    padding-bottom: 15px;
    margin: 0;
}

.foo-widgets-wrap ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.foo-widgets-wrap ul.sub-menu {
    padding-top: 5px;
    padding-left: 8px;
}

.foo-widgets-wrap li {
    list-style: none;
    margin-bottom: 10px;
}

#footer_two .foo-widget.widget_nav_menu ul.menu > li,
#footer_one .foo-widget.widget_nav_menu ul.menu > li,
#footer_two .foo-widget > ul > li,
#footer_one .foo-widget > ul > li {
    position: relative;
}

#footer_two .foo-widget.widget_nav_menu ul.menu > li:before,
#footer_one .foo-widget.widget_nav_menu ul.menu > li:before,
#footer_two .foo-widget > ul > li:before,
#footer_one .foo-widget > ul > li:before {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900 !important;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    vertical-align: text-bottom;
}


/* Footer One Widget Content Typo */

#footer_one .footer-sub-form .subscribe-input {
    color: #bbbbbb;
    font-size: 14px;
}

#footer_one .foo-widget.widget_tag_cloud .tagcloud ul.wp-tag-cloud li a.tag-cloud-link,
#footer_one .foo-widget.widget_tag_cloud .wp-tag-cloud li a,
#footer_one .foo-widget .searchform .search,
#footer_one .foo-widget select,
#footer_one .foo-widgets-wrap li:before,
#footer_one .foo-widgets-wrap #wp-calendar th,
#footer_one .foo-widgets-wrap #wp-calendar td,
#footer_one #wp-calendar caption,
#footer_one .foo-widgets-wrap li,
#footer_one .foo-widgets-wrap span,
#footer_one .foo-widgets-wrap label,
#footer_one .foo-widgets-wrap a,
#footer_one .foo-widgets-wrap p,
#footer_one .foo-widgets-wrap i {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 22px;
}

#footer_two .footer-sub-form .subscribe-input {
    color: #777777;
    font-size: 14px;
}

#footer_two .foo-widget.widget_tag_cloud .tagcloud ul.wp-tag-cloud li a.tag-cloud-link,
#footer_two .foo-widget.widget_tag_cloud .wp-tag-cloud li a,
#footer_two .foo-widget .searchform .search,
#footer_two .foo-widget select,
#footer_two .foo-widgets-wrap li:before,
#footer_two .foo-widgets-wrap #wp-calendar th,
#footer_two .foo-widgets-wrap #wp-calendar td,
#footer_two #wp-calendar caption,
#footer_two .foo-widgets-wrap li,
#footer_two .foo-widgets-wrap span,
#footer_two .foo-widgets-wrap label,
#footer_two .foo-widgets-wrap a,
#footer_two .foo-widgets-wrap p,
#footer_two .foo-widgets-wrap i {
    color: #777777;
    font-size: 14px;
    line-height: 22px;
}

.foo-widgets-wrap li a:hover,
.foo-widgets-wrap a:hover,
.foo-widgets-wrap .readmore a,
.foo-widgets-wrap .sab-link a,
#footer_two .foo-widgets-wrap li a:hover,
#footer_two .foo-widgets-wrap a:hover,
#footer_two .foo-widgets-wrap .readmore a,
#footer_two .foo-widgets-wrap .sab-link a,
#footer_one .foo-widgets-wrap li a:hover,
#footer_one .foo-widgets-wrap a:hover,
#footer_one .foo-widgets-wrap .readmore a,
#footer_one .foo-widgets-wrap .sab-link a {
    color: #33a9ee;
}

.foo-widgets-wrap label {
    margin-right: 10px;
}

#footer_one .foo-widget select {
    background-color: transparent;
    border: 1px solid #666666;
}

#footer_two .foo-widget select {
    background-color: transparent;
    border: 1px solid #cccccc;
}

#footer_one .foo-widget select,
#footer_two .foo-widget select {
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    width: 100%;
}

#footer_one .foo-widget select {
    color: #bbbbbb;
}

#footer_one .foo-widget select option {
    color: #666666;
}

#footer_two .foo-widget select {
    color: #666666;
}

html #footer_one .foo-widgets-wrap #wp-calendar th,
html #footer_one .foo-widgets-wrap #wp-calendar td#today,
html #footer_one .foo-widgets-wrap #wp-calendar td#today a {
    color: #ffffff;
    font-weight: 600 !important;
}

html #footer_two .foo-widgets-wrap #wp-calendar th,
html #footer_two .foo-widgets-wrap #wp-calendar td#today,
html #footer_two .foo-widgets-wrap #wp-calendar td#today a {
    color: #333333;
    font-weight: 600 !important;
}

#footer_one .foo-widget > ul > li:hover,
#footer_one .foo-widget ul.menu > li:hover {
    border-bottom: 1px solid #33a9ee;
}

#footer_two .foo-widget > ul > li:hover,
#footer_two .foo-widget ul.menu > li:hover {
    border-bottom: 1px solid #33a9ee;
}


/* ========= 8.1.1 - FOOTER WIDGET TWO ========= */

#footer_two {
    background-color: #f7f7f7;
    padding-bottom: 40px;
    padding-top: 70px;
}

#footer_two .foo-widgets-wrap .widget_title h3 a.rsswidget,
#footer_two .foo-widgets-wrap .widget_title h3 .rsswidget,
#footer_two .foo-widgets-wrap h2,
#footer_two .foo-widgets-wrap .widget-title h3,
#footer_two .foo-widgets-wrap .widget_title h3,
#footer_two .foo-widgets-wrap .widget_title h3 a {
    color: #333333;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    padding-bottom: 3px;
    margin: 0;
}

#footer_two .foo-widgets-wrap .widget_title h3 a.rsswidget,
#footer_two .foo-widgets-wrap .widget_title h3 .rsswidget {
    font-weight: 600;
}


/* Footer Two Widget Content Typo */

#footer_two .foo-widgets-wrap li,
#footer_two .foo-widgets-wrap span,
#footer_two .foo-widgets-wrap label,
#footer_two .foo-widgets-wrap a,
#footer_two .foo-widgets-wrap p,
#footer_two .foo-widgets-wrap i {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

#footer_two .foo-widgets-wrap .title-border {
    display: none;
}


/* ========= 8.2 - FOOTER - WIDGET SEARCH ========= */

.foo-widgets-wrap .searchform .button-div i {
    color: #666666;
    line-height: 18px !important;
}


/* ========= 8.3 - FOOTER - WIDGET TEXT ========= */

.foo-widgets-wrap .widget_text .textwidget img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.foo-widgets-wrap .widget_text .textwidget select {
    width: 120px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.foo-widgets-wrap .widget_text .textwidget select option {
    width: 120px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}


/* ========= 8.4 - FOOTER - WIDGET RSS ========= */

.foo-widgets-wrap .widget_rss li a.rsswidget {
    color: #33a9ee;
    display: block;
    clear: right;
}

.foo-widgets-wrap .widget_rss li .rss-date {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
}


/* ========= 8.5 - FOOTER - WIDGET CALENDER ========= */

.foo-widgets-wrap #wp-calendar {
    border-collapse: collapse;
    width: 100%;
}

.foo-widgets-wrap #wp-calendar th,
.foo-widgets-wrap #wp-calendar td {
    text-align: center;
    padding: 3px;
}

.foo-widgets-wrap #wp-calendar td {
    color: #cccccc;
}

#footer_two .foo-widgets-wrap #wp-calendar td {
    color: #666666;
}

.foo-widgets-wrap #wp-calendar th,
.foo-widgets-wrap #wp-calendar #prev,
.foo-widgets-wrap #wp-calendar #next {
    padding-top: 0;
}

.foo-widgets-wrap #wp-calendar #prev {
    text-align: left;
}

.foo-widgets-wrap #wp-calendar #next {
    text-align: right;
}


/* ========= 8.6 - FOOTER - WIDGET CATEGORIES ========= */

.foo-widgets-wrap .underline {
    border-bottom: 1px dotted #999999;
}

.foo-widgets-wrap .categories-inner > ul > li {
    display: inline-block;
    margin-right: 5px;
}

.foo-widgets-wrap .widget_categories li img {
    padding-right: 5px;
    padding-bottom: 4px
}

.foo-widgets-wrap .widget_categories .underline {
    border-bottom: 1px dotted #999999;
    margin-bottom: 10px;
}

.foo-widgets-wrap .widget_categories ul li:last-child p.underline {
    border-bottom: 0 !important;
}

.foo-widgets-wrap .widget_categories li.categories-inner {
    margin-bottom: 0;
    padding-bottom: 0;
}

.foo-widgets-wrap .widget_categories ul.children,
.foo-widgets-wrap .widget_pages .page_item ul.children {
    margin-top: 10px;
    padding-left: 15px;
}


/* ========= 8.7 - FOOTER - WIDGET TAG CLOUD ========= */

.foo-widgets-wrap .widget_tag_cloud .wp-tag-cloud li a {
    font-size: 13px;
    color: #cccccc;
}


/* ========= 8.8 - FOOTER - WIDGET CONTACT FORM-7 ========= */

.foo-widgets-wrap .wpcf7-form input,
.foo-widgets-wrap .wpcf7-form textarea {
    color: #333333;
    border: none;
    background-color: #ffffff;
    border-radius: 0;
    padding: 0 15px;
    width: 100%;
}

.foo-widgets-wrap .wpcf7-form input {
    max-height: 40px;
    height: 40px;
}

.foo-widgets-wrap .wpcf7-form textarea {
    max-height: 100px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.foo-widgets-wrap .wpcf7-form input[type=submit] {
    text-align: center;
    background-color: #33a9ee;
    box-shadow: none;
    width: auto;
    padding: 8px 20px 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.foo-widgets-wrap .wpcf7-form .form-div {
    margin-bottom: 20px;
}

.foo-widgets-wrap .wpcf7-form .wpcf7-not-valid-tip {
    color: #ec3c06 !important;
}


/* ========= 8.9 - FOOTER - WIDGET MAILCHIMP SUBSCRIBE ========= */


/*subscribe form */

.subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.subscribe-form .sub-input {
    width: 100%;
}

.subscribe-form .subscribe-input {
    border: 0;
    background-color: #ffffff;
    width: 100%;
    padding: 19px 20px;
    color: #333;
    border-radius: 3px;
}

.subscribe-form .subscribe-icon {
    position: absolute;
    right: 5px;
    top: 6px;
}

.subscribe-form .subscribe-btn {
    background-color: #33a9ee;
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 8px 9px -6px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    padding: 12px 20px 12px 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    outline: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subscribe-icon::after {
    color: #ffffff;
    content: "\f124";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 20px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 12px;
}

#footer_two .footer-sub-form,
#footer_one .footer-sub-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#footer_two .footer-sub-form .subscribe-input,
#footer_one .footer-sub-form .subscribe-input {
    background-color: transparent;
    border-radius: 3px;
    padding: 15px 42px 15px 20px;
    width: 100%;
}

#footer_one .footer-sub-form .subscribe-input {
    border: 1px solid #666666;
}

#footer_two .footer-sub-form .subscribe-input {
    border: 1px solid #cccccc;
}

#footer_two .footer-sub-form .sub-input,
#footer_one .footer-sub-form .sub-input {
    width: 100%;
}

#footer_two .mc4wp-form-fields .footer-sub-form .subscribe-icon .subscribe-btn,
#footer_one .mc4wp-form-fields .footer-sub-form .subscribe-icon .subscribe-btn {
    background-color: #33a9ee;
    border-radius: 3px;
    border: 1px solid #33a9ee;
    color: #ffffff;
    padding: 10px 15px;
    width: 100%;
    position: relative;
}

#footer_two .mc4wp-form-fields .footer-sub-form .subscribe-icon .subscribe-btn:hover,
#footer_one .mc4wp-form-fields .footer-sub-form .subscribe-icon .subscribe-btn:hover {
    background-color: transparent;
    border: 1px solid #33a9ee;
    color: #33a9ee;
}

#footer_two .footer-sub-form .subscribe-icon:before,
#footer_one .footer-sub-form .subscribe-icon:before {
    color: #ffffff;
    content: "\f124";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    top: 10px;
    pointer-events: none;
}

#footer_two .footer-sub-form .subscribe-icon:hover:before,
#footer_one .footer-sub-form .subscribe-icon:hover:before {
    color: #33a9ee;
}

#footer_two .footer-sub-form .subscribe-icon,
#footer_one .footer-sub-form .subscribe-icon {
    position: absolute;
    right: 5px;
    top: 6px;
}

.foo-widgets-wrap .mc4wp-form .input-group p {
    display: inline-table;
    width: 100%;
}

.foo-widgets-wrap .mc4wp-form input[type=email] {
    min-height: 35px;
}

.foo-widgets-wrap .mc4wp-form-fields {
    margin-bottom: 20px;
    margin-top: 15px;
}

.foo-widgets-wrap .mc4wp-form .input-group {
    display: block;
}


/* Foo - Contact Us Text widget */

.footer-address li {
    display: table-cell;
    vertical-align: middle;
}

.footer-address li:nth-child(1) {
    padding-right: 20px;
}


/* Footer Social Icons */

#footer_one .cnss-social-icon,
#footer_two .cnss-social-icon {
    text-align: left !important;
}

#footer_one ul.cnss-social-icon li.cn-fa-icon a i {
    font-size: 15px !important;
    margin-top: 1px !important;
    color: #ffffff;
    line-height: 14px;
}

#footer_two ul.cnss-social-icon li.cn-fa-icon a i {
    font-size: 15px !important;
    color: #ffffff;
    line-height: 14px;
}

#footer_two ul.cnss-social-icon li.cn-fa-icon a {
    background-color: transparent !important;
    border: 1px solid #33a9ee;
}

#footer_one ul.cnss-social-icon li.cn-fa-icon a {
    border: 1px solid #ffffff;
}

#footer_one ul.cnss-social-icon li.cn-fa-icon,
#footer_two ul.cnss-social-icon li.cn-fa-icon {
    margin: 0 5px 5px 0 !important;
}

#footer_one ul.cnss-social-icon li.cn-fa-icon a,
#footer_two ul.cnss-social-icon li.cn-fa-icon a {
    color: #ffffff;
    width: 34px !important;
    height: 34px !important;
    line-height: 18px;
    padding: 7px 6px 6px 6px !important;
    background-color: #33a9ee !important;
    border: 2px solid #33a9ee !important;
    border-radius: 3px;
    opacity: 1 !important;
}

#footer_one ul.cnss-social-icon li.cn-fa-icon:hover a,
#footer_two ul.cnss-social-icon li.cn-fa-icon:hover a {
    border: 2px solid #33a9ee !important;
    background-color: transparent !important;
}

#footer_one ul.cnss-social-icon li.cn-fa-icon:hover a i,
#footer_two ul.cnss-social-icon li.cn-fa-icon:hover a i {
    color: #33a9ee;
}


/* footer widget title */

.foo-widget {
    padding: 0 20px 30px 20px;
    margin: 0px;
    position: relative;
    z-index: 2;
}

.foo-widget {
    position: relative;
}

#footer_two .foo-widget .widget_title {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border: 0;
}

#footer_one .foo-widget .widget_title {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border: 0;
}

#footer_two .foo-widget .widget_title,
#footer_one .foo-widget .widget_title {
    position: relative;
}

#footer_two .foo-widget .widget_title:before,
#footer_one .foo-widget .widget_title:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #33a9ee;
    bottom: 0px;
    width: 50px;
}

#footer_two .foo-widget .widget_title:after,
#footer_one .foo-widget .widget_title:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #33a9ee;
    bottom: -5px;
    width: 80px;
}

.foo-widget .widget_title h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding: 0px 0 5px 0px;
    margin: 0px;
    text-transform: uppercase;
}

#footer_one .foo-widget ul > li {
    border-bottom: 1px solid #666666;
    padding-bottom: 10px;
}

#footer_two .foo-widget ul > li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

#footer_one .foo-widget ul > li:last-child,
#footer_two .foo-widget ul > li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.foo-widget ul > li:hover {
    border-bottom: 1px solid #33a9ee;
}

html .foo-widget ul > li:last-child:hover,
html .foo-widget ul.menu > li:last-child:hover {
    border: 0 !important;
}

.foo-widget ul > li:last-child,
.foo-widget ul.menu > li:last-child {
    border: 0;
}

.tagcloud li:last-child,
.foo-widget.widget_tag_cloud li:last-child {
    padding-bottom: 10px !important;
}

#footer_one .foo-widget.widget_tag_cloud .wp-tag-cloud li a {
    background-color: transparent;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    color: #bbbbbb !important;
    padding: 7px 10px;
    text-transform: capitalize;
    font-size: 14px !important;
}

#footer_two .foo-widget.widget_tag_cloud .wp-tag-cloud li a {
    background-color: transparent;
    border: 1px solid #33a9ee;
    border-radius: 5px;
    color: #33a9ee !important;
    padding: 7px 10px;
    text-transform: capitalize;
}

.foo-widget.widget_tag_cloud .wp-tag-cloud li a:hover {
    color: #33a9ee;
}

.foo-widget.widget_tag_cloud ul > li:hover,
.foo-widget.widget_tag_cloud ul > li {
    border-bottom: 0 !important;
}

#footer_one .foo-widget .searchform .search {
    background-color: transparent;
    border: 1px solid #666666;
    color: #bbbbbb;
    height: 38px;
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
}

#footer_two .foo-widget .searchform .search {
    background-color: transparent;
    border: 1px solid #cccccc;
    color: #666666;
    height: 38px;
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
}


/* Foo - Contact Us Text widget */

.footer-contact li {
    border: 0 !important;
    font-weight: 600 !important;
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}

.popular-posts li {
    margin-bottom: 5px;
}

.wpp-post-title a,
.footer-contact li a {
    font-weight: 600 !important;
}

.cnss-social-icon.footer-icon {
    padding-top: 5px;
}

.foo-widget ul.cnss-social-icon.footer-icon li,
.foo-widget.popular-posts ul li,
.foo-widget ul.footer-contact li,
.foo-widget ul.cnss-social-icon.footer-icon li:hover,
.foo-widget.popular-posts ul li:hover,
.foo-widget ul.footer-contact li:hover {
    border: 0 !important;
}

.footer-contact li:last-child:before,
.footer-contact li:nth-child(3):before,
.footer-contact li:nth-child(2):before,
.footer-contact li:first-child:before {
    color: #ffffff;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900 !important;
    font-size: 18px;
    left: 0;
    position: absolute;
}

.footer-contact li:first-child:before {
    content: "\f2b9";
}

.footer-contact li:nth-child(2):before {
    content: "\f095";
}

.footer-contact li:nth-child(3):before {
    content: "\f0e0";
}

.footer-contact li:last-child:before {
    content: "\f0ac";
}

#sb_instagram {
    padding: 0 !important;
    margin-top: -10px;
}

.sbi_follow_btn {
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

#sb_instagram .sbi_follow_btn a {
    color: #ffffff !important;
    font-weight: 600;
    margin-top: 0;
}

#sb_instagram #sbi_images {
    padding: 0 !important;
}

.foo-widget.popular-posts .wpp-thumbnail {
    margin: 0 15px 0 0;
}


/* -------- CUSTOMS -------- */

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
    text-align: left;
    line-height: 20px;
}


/* Top Pre Header */

#top-pre-header {
    background: #ccc;
}

#user-account ul {
    list-style-type: none;
    float: right;
    margin-top: -10px;
    margin-right: 20px;
}

#user-account ul li {
    display: inline;
}

#user-account ul li a {
    text-decoration: none;
    padding: .2em 1em;
    color: #fff;
    background-color: #036;
}

#user-account ul li a:hover {
    color: #fff;
    background-color: #369;
}

.user-info a,
.user-login a,
.user-logout a {
    color: #fff !important;
}

#user-account ul .user-info a {
    cursor: default !important;
}

#user-account ul .user-info a:hover {
    color: #fff;
    background-color: #036;
}


/* Top Pre Header end */


/* Theme Unit data */

.has-large-font-size,
.open-post-popup p:nth-child(9),
.entry-content p:nth-child(9) {
    line-height: 1.1em;
}

.wp-block-button__link {
    font-size: 13px !important;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    bottom: 10px;
}

.comments-area {
    clear: both;
    display: table;
    width: 100%;
}


/* Events Calendar plugin */

.tribe-list-widget {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.tribe-list-widget li {
    padding: 10px 20px;
}

.tribe-list-widget li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.7);
}

.tribe-list-widget li:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.8);
}

.doctor-list h5 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tribe-event-duration {
    color: #ffffff;
    font-weight: 600;
    margin-top: 5px;
}

.tribe-event-title a {
    color: #000000;
    font-weight: 600;
}

#tribe-events-content-wrapper {
    padding: 70px 0;
}

#tribe-events-content {
    margin: 0;
    padding: 70px 0;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #33a9ee;
    color: #ffffff;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
    color: #333333;
}


/* Event Time table */

.wp-block-timetable {
    margin: 0 auto;
    padding: 50px 0;
    width: 80%;
}

.event-time-table .mptt-event-container {
    height: 150px !important;
    min-height: 150px !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table.event-time-table tbody td {
    border: 1px solid #cccccc;
}

.event-time-table .mptt-inner-event-content {
    margin: auto;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
    font-size: .8em !important;
}

.mptt-menu.mptt-navigation-select {
    display: none;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
    background-color: #33a9ee !important;
    color: #ffffff !important;
}

.mptt-shortcode-hours {
    background-color: #33a9ee;
    outline: 1px solid #ffffff;
    color: #ffffff;
}

.appoint-div {
    background-color: #33a9ee
}


/*-------------------------------------------------------------- =============== 9.0 - MEDIA QUERIES =============== --------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .col3-grid iframe {
        height: 246px !important;
    }
    .column-3-grid .col3-grid iframe {
        height: 160px !important;
    }
    .grid-content-padding {
        padding: 15px 15px 0 15px;
    }
    #footer_one ul.cnss-social-icon li.cn-fa-icon a,
    #footer_two ul.cnss-social-icon li.cn-fa-icon a {
        margin: 0 !important;
    }
}

@media only screen and (max-width:991px) {
    .entry-header .entry-title,
    .comment-reply-title {
        font-size: 24px;
        line-height: 30px;
    }
    #primary article:last-child .single-post {
        margin-bottom: 0 !important;
    }
    #footer_widgets_wrapper .cols_4 > aside {
        margin: 0;
    }
    .offset-md-1.col-md-10 {
        margin: 0;
    }
    /* nav menu start */
    .main-nav {
        display: flex;
        width: 100%;
    }
    .navbar-toggler {
        background-color: #33a9ee;
        border-radius: 0;
        position: absolute;
        right: 30px;
        top: 15px;
        padding: 4px 0;
        width: 50px;
        height: 40px;
    }
    .navbar-toggler-icon {
        background-color: #ffffff;
        display: table;
        height: 3px;
        margin: 5px auto;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-header {
        float: none;
        width: 100%;
    }
    .navbar-toggle {
        display: block;
        text-align: center;
        float: none;
        margin: 0 auto;
        border: 0;
    }
    .navbar-fixed-top .navbar-collapse {
        height: 100% !important;
        max-height: 340px;
    }
    .navbar-collapse.show {
        overflow-y: scroll !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.in ul {
        width: 100%;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px 0;
    }
    .navbar-default .navbar-nav > li {
        float: none;
        display: block;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 10px;
        display: block;
    }
    .navbar-nav .dropdown-menu {
        border: 0 !important;
        box-shadow: none !important;
        padding: 0px !important;
        position: static;
        float: none;
        margin: 0 4px;
    }
    .navbar-nav .caret {
        display: inline-block;
    }
    .navbar-nav .dropdown-submenu > a::after {
        display: none;
    }
    .col3-grid iframe {
        height: 188px !important;
    }
    .column-3-grid .col3-grid iframe {
        height: 120px !important;
    }
    .masonry .column-3-grid .col3-grid iframe {
        height: 200px !important;
    }
    /* Footer widgets */
    .foo-widgets-wrap .ciw_contactinformation .ciw_address {
        margin-bottom: 20px;
    }
    /* Header Menu-2 - Center Align Menu */
    .menu-center {
        left: 0;
        padding-top: 0;
        position: inherit !important;
        top: 0;
        transform: inherit !important;
    }
    .nav-center {
        float: none;
    }
    .header-content {
        width: 100%;
    }
    #top_nav .navbar-right {
        display: block;
        float: left !important;
        margin: 0;
    }
    .navbar-collapse {
        border-top: 0;
    }
    .logo-main {
        width: 100%;
    }
    #top_nav.navbar-expand-lg > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-section .container {
        max-width: 100%;
        width: 100%;
    }
    html h1,
    html .header-title {
        font-size: 33px !important;
        line-height: 45px !important;
    }
    html h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .foo-widget .widget_title h3,
    html h3 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .counter-col .elementor-counter-title,
    html h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .has-large-font-size,
    .open-post-popup p:nth-child(9),
    .entry-content p:nth-child(9),
    html h5 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .elementor-widget-container .widget-title h3 a,
    .elementor-widget-container .widget-title h3,
    #secondary h3,
    #secondary h3 a {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .count-down-col .time_circles > div > h4 {
        font-size: 7px !important;
        line-height: 7px !important;
    }
    .count-down-col .time_circles > div > span {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    .elementor-element.appointment-head .elementor-widget-container {
        padding: 40px 10px 25px 10px !important;
    }
    .appointment-mod .get-form-1 {
        padding: 30px 5px 30px 5px;
    }
    .get-form-1 select {
        padding-left: 10px !important;
    }
    .get-form-1 textarea,
    .get-form-1 input {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .get-form-1 .get-btn-1 .wpcf7-submit {
        padding: 10px 40px !important;
    }
    /* Footer widgets */
    #footer_widgets_wrapper .container {
        width: 100%;
        max-width: 100%;
    }
    #footer_widgets_wrapper .cols_2 > aside {
        width: 50%;
        padding: 0 20px 20px 20px;
        float: left;
    }
    #footer_widgets_wrapper .cols_3 > aside {
        width: 33.3%;
        padding: 0 20px 20px 20px;
        float: left;
    }
    #footer_widgets_wrapper .cols_4 > aside {
        width: 50%;
        padding: 0 20px 20px 20px;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    textarea {
        width: 100%;
    }
    blockquote {
        margin-left: 0;
        margin-right: 0;
    }
    .blog-section .container > .row {
        margin-left: 15px;
        margin-right: 15px;
    }
    .col3-grid iframe,
    .column-3-grid .col3-grid iframe {
        width: 100% !important;
        max-width: 100% !important;
        height: 400px !important;
    }
    .masonry .column-3-grid .col3-grid iframe {
        width: 100% !important;
        max-width: 100% !important;
        height: 180px !important;
    }
    .no-res-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .res-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .footer-sub-form .subscribe-input {
        width: 100%;
    }
    .home-header.header-section {
        padding: 100px 0;
    }
    #sb_instagram a.sbi_photo {
        height: 60px !important;
    }
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 25%;
    }
    .elementor-widget-container .widget-title h3 a,
    .elementor-widget-container .widget-title h3,
    #secondary h3,
    #secondary h3 a {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .open-post-popup p:nth-child(9),
    .has-large-font-size {
        font-size: 18px !important;
        line-height: 28px;
    }
    .wp-block-pullquote p,
    .wp-block-quote.is-style-large p,
    .wp-block-cover-text {
        font-size: 15px !important;
    }
    .has-drop-cap.has-medium-font-size {
        font-size: 14px;
    }
    .blog-section iframe {
        height: auto;
    }
    .col-sm-4.column-3-grid {
        flex: 100%;
        max-width: 100%;
        width: 100%;
    }
    .wp-audio-shortcode.mejs-audio,
    .wp-caption,
    .twitter-tweet.twitter-tweet-rendered {
        width: 100% !important;
    }
    pre {
        word-break: break-all;
    }
    .row.row-blog {
        display: inline-block !important;
    }
    /* doctor timetable */
    article.type-wpcs_session {
        width: 100%;
    }
    #footer_two,
    #footer_one {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    #secondary {
        margin-top: 30px;
    }
    .navbar-toggler {
        top: 21px;
        width: 40px;
        height: 30px;
    }
	.blog-section {
		padding-bottom:40px;
	}
	#primary {
		margin-top:40px;
	}
}

@media only screen and (max-width: 639px) {
    html h1,
    html .header-title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    html h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    .foo-widget .widget_title h3,
    html h3 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .counter-col .elementor-counter-title,
    html h4 {
        font-size: 19px !important;
        line-height: 29px !important;
    }
    .has-large-font-size,
    .open-post-popup p:nth-child(9),
    .entry-content p:nth-child(9),
    html h5 {
        font-size: 17px !important;
        line-height: 27px !important;
    }
    .elementor-widget-container .widget-title h3 a,
    .elementor-widget-container .widget-title h3,
    #secondary h3,
    #secondary h3 a {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .count-down-col .time_circles > div > h4 {
        font-size: 7px !important;
        line-height: 7px !important;
    }
    .count-down-col .time_circles > div > span {
        font-size: 14px !important;
        line-height: 14px !important;
    }
}

@media only screen and (max-width: 640px) {
    .top-bar-main .site-logo {
        display: none;
    }
    .top-bar-main .site-contact {
        float: none;
    }
    .foo-widgets-wrap.cols_2 .recent_posts_cnt p,
    .foo-widgets-wrap.cols_3 .recent_posts_cnt p,
    .foo-widgets-wrap.cols_4 .recent_posts_cnt p {
        height: 50px;
        overflow: hidden;
    }
    .foo-widgets-wrap .single-article .post-img {
        width: 140px;
        margin-right: 15px;
    }
    .foo-widgets-wrap .single-article .post-img img {
        width: 140px;
        height: 90px;
        margin-bottom: 15px;
    }
    .foo-widgets-wrap .single-article:last-child .post-img img {
        margin-bottom: 0;
    }
    .commentlist ul.children {
        padding-left: 0;
    }
    /* Gallery */
    .entry-content .gallery-item {
        max-width: 50%;
    }
    .entry-content .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
    .entry-content .gallery-columns-4 .gallery-item .entry-content .gallery-columns-5 .gallery-item,
    .entry-content .gallery-columns-6 .gallery-item,
    .entry-content .gallery-columns-7 .gallery-item,
    .entry-content .gallery-columns-8 .gallery-item,
    .entry-content .gallery-columns-9 .gallery-item {
        max-width: 33.3%;
    }
    .entry-spacing-lr {
        padding: 0 20px;
    }
    .comments-content.article-br {
        padding-left: 20px;
        padding-right: 20px;
    }
    .comment-respond .comment-reply-title,
    .comment-respond p,
    .comment-form fieldset {
        padding-left: 0;
        padding-right: 0;
    }
    .col3-grid iframe,
    .column-3-grid .col3-grid iframe {
        height: 300px !important;
    }
    nav.post-navigation .nav-links .nav-previous,
    nav.post-navigation .nav-links .nav-next {
        width: 100%;
        max-width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    nav.post-navigation .nav-links .nav-next {
        margin-top: 15px;
    }
    img.alignright {
        float: none;
    }
    .comment-form fieldset {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .navbar-fixed-top {
        top: 0 !important;
    }
}

@media only screen and (max-width: 540px) {
    .site-contact ul {
        display: table;
    }
    ul.part-website {
        padding-left: 0;
    }
    #pre-right.navbar-icon-right {
        margin-top: auto;
        margin-bottom: auto;
    }
    .site-contact.col-8.col-md-6,
    .navbar-icon-right.col-4.col-md-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 480px) {
    /* Gallery */
    .entry-content .gallery-item {
        max-width: 100%;
    }
    .entry-content .gallery-columns-3 .gallery-item,
    .entry-content .gallery-columns-4 .gallery-item,
    .entry-content .gallery-columns-5 .gallery-item {
        max-width: 100%;
        width: 100%;
    }
    .entry-content .gallery-columns-4 .gallery-item .entry-content .gallery-columns-5 .gallery-item,
    .entry-content .gallery-columns-6 .gallery-item,
    .entry-content .gallery-columns-7 .gallery-item,
    .entry-content .gallery-columns-8 .gallery-item,
    .entry-content .gallery-columns-9 .gallery-item {
        max-width: 50%;
        width: 50%;
    }
    .entry-meta-main .entry-meta {
        margin-bottom: 8px;
    }
    .commentlist .col-author-img,
    .commentlist .col-author-meta {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .commentlist .col-author-img {
        margin-bottom: 15px;
    }
    /* 3col gallery to 2col */
    .content-gallery .col-rs-2.col-xs-4,
    .content-gallery .col-rs-3.col-xs-4 {
        width: 50%;
    }
    .content-gallery .col-rs-2.col-xs-4:nth-child(-n+4),
    .content-gallery .col-rs-3.col-xs-4:nth-child(-n+2) {
        margin-bottom: 30px !important;
    }
    .column-2-grid .content-gallery .col-rs-2.col-xs-4:nth-child(-n+4),
    .column-2-grid .content-gallery .col-rs-3.col-xs-4:nth-child(-n+2) {
        margin-bottom: 20px !important;
    }
    .column-3-grid .content-gallery .col-rs-2.col-xs-4:nth-child(-n+4),
    .column-3-grid .content-gallery .col-rs-3.col-xs-4:nth-child(-n+2) {
        margin-bottom: 10px !important;
    }
    .col3-grid iframe,
    .column-3-grid .col3-grid iframe {
        height: 220px !important;
    }
    .wp-block-cover {
        min-height: 250px;
    }
}

@media only screen and (max-width:479px) {
    .wp-block-embed-facebook.wp-block-embed.is-provider-facebook {
        height: auto;
    }
    .wp-block-embed-instagram.wp-block-embed.is-provider-instagram {
        height: 520px;
    }
    .wp-block-embed-instagram.wp-block-embed.is-provider-instagram iframe,
    .wp-block-embed-facebook.wp-block-embed.is-provider-facebook iframe {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0px 0px;
        transform-origin: 0px 0px;
    }
    .fb_iframe_widget span {
        width: 250px !important;
    }
    .wp-block-embed-instagram.wp-block-embed.is-provider-instagram iframe {
        min-width: 290px !important;
    }
    .wp-block-embed-facebook.wp-block-embed.is-provider-facebook iframe {
        width: 290px !important;
    }
    iframe.instagram-media {
        height: 700px !important;
    }
    /* Footer widgets */
    #footer_widgets_wrapper .container {
        width: 100%;
        max-width: 100%;
    }
    #footer_widgets_wrapper .cols_2 > aside {
        width: 100%;
        padding: 0 20px 20px 20px;
        float: none;
    }
    #footer_widgets_wrapper .cols_3 > aside {
        width: 100%;
        padding: 0 20px 20px 20px;
        float: none;
    }
    #footer_widgets_wrapper .cols_4 > aside {
        width: 100%;
        padding: 0 20px 20px 20px;
        float: none;
    }
    /* text size */
    html h1,
    html .header-title {
        font-size: 27px !important;
        line-height: 37px !important;
    }
    html h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .foo-widget .widget_title h3,
    html h3 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .counter-col .elementor-counter-title,
    html h4 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .has-large-font-size,
    .open-post-popup p:nth-child(9),
    .entry-content p:nth-child(9),
    html h5 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .elementor-widget-container .widget-title h3 a,
    .elementor-widget-container .widget-title h3,
    #secondary h3,
    #secondary h3 a {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .count-down-col .time_circles > div > h4 {
        font-size: 7px !important;
        line-height: 7px !important;
    }
    .count-down-col .time_circles > div > span {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    .site-contact.col-8.col-md-6,
    .navbar-icon-right.col-4.col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .navbar-icon-right ul {
        padding-top: 5px;
        text-align: center !important;
    }
    .site-contact ul {
        display: table;
        margin: 0 auto;
    }
    ul.part-website {
        padding-left: 0;
    }
    #pre-right.navbar-icon-right {
        margin-top: auto;
        margin-bottom: auto;
    }
    .site-contact.col-8.col-md-6,
    .navbar-icon-right.col-4.col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 440px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .top-bar-main .site-contact li {
        display: inline-block;
    }
    .top-bar-main .site-contact li:first-child {
        margin-bottom: 5px
    }
    /* Password protected post form */
    .post-password-form p label,
    .post-password-form input[type=password] {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .post-password-form input[type=submit] {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .image-gallery li {
        width: 50%;
    }
}

@media only screen and (max-width: 340px) {
    .wp-block-audio {
        position: relative;
        left: -15px;
    }
    .wp-block-audio audio {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width:991px) and (max-height: 400px) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}