/*------------------------------------------------------*/
/* Common Styles for overall theme
/*------------------------------------------------------*/
body {
    background: #fff;
    font-family: 'Assistant', sans-serif;
    letter-spacing: 1px;
}

input,
button,
select,
textarea {
    font-family: 'Assistant', sans-serif;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3a3c41;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-weight: 700;
    color: #3a3c41;
}

a {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

input::-moz-focus-inner {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

label {
    color: #3a3c41;
    font-weight: 500;
    font-size: 16px;
}

/* slogan section */
.slogan-section {
    margin-bottom: 50px;
    text-align: center;
}

.slogan-section h2 {
    margin: 0 0 10px;
    font-weight: 400;
}

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

.line-section {
    margin-bottom: 20px;
}

.line-section h3,
.line-section h4,
.line-section h5 {
    margin: 0 0 20px;
}

.for-border {
    height: 11px;
    width: 100%;
    background: transparent url(../images/feature-border.png) center center no-repeat;
    border: none;
}

h2 {
    font-size: 30px;
}

h2.blue {
    font-weight: 800;
    color: #66c9e0;
}

h2.blue a {
    font-weight: 800;
    color: #66c9e0;
}

h2.blue a:hover {
    color: #65a1b0;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

h3 a {
    font-size: 24px;
    color: #3a3c41;
    font-weight: 700;
}

h3.blue {
    font-weight: 700;
    color: #66c9e0;
}

h3.blue a {
    font-weight: 800;
    color: #66c9e0;
}

h3.blue a:hover {
    color: #65a1b0;
}

h4 {
    font-size: 21px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h5 a {
    font-size: 18px;
    font-weight: 700;
    color: #3a3c41;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

.btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    color: #136d82;
}

input,
textarea {
    font-size: 14px;
    font-weight: 600;
    color: #9ba0aa;
    resize: none;
}

.read-more {
    font-size: 14px;
    font-weight: 700;
    background-color: #67c9e0;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
}

.read-more:hover {
    color: #fff;
    background-color: #f15b5a;
    text-decoration: none;
}

.read-more.black {
    background-color: #3a3c41;
}

.read-more.black:hover {
    background-color: #f15b5a;
}

.read-more.red {
    background-color: #f15b5a;
}

.read-more.red:hover {
    background-color: #e15251;
}

.read-more.orange {
    background-color: #ffa13c;
}

.read-more.orange:hover {
    background-color: #e19132;
}

.read-more.yellow {
    background-color: #ffd543;
}

.read-more.yellow:hover {
    background-color: #e1b63f;
}

.read-more.green {
    background-color: #6dc068;
}

.read-more.green:hover {
    background-color: #65b760;
}

.common-style {
    padding: 81px 0;
}

.nothing-found {
    padding: 20px;
    background-color: #fff;
}

.arrow-style {
    padding-left: 0;
    text-align: left;
}

.arrow-style li {
    background: url("../images/list-arrow-style.png") left 3px no-repeat;
    padding-left: 25px;
    line-height: 21px;
    margin-bottom: 30px;
    color: #999ca5;
    list-style: none;
}

.modal-header .close {
    margin-top: 0px;
}

.plus-icon:after {
    content: url("../images/plus-red2.png");
    margin-left: 10px;
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

#message-sent {
    clear: both;
}

.gray-scale img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.gray-scale img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.isotope-wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

/*------------------------------------------------------*/
/* WordPress Core
/*------------------------------------------------------*/
a img.alignnone,
.alignnone {
    float: none;
}

.aligncenter,
a img.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto;
}

a img.alignright,
.alignright {
    float: right;
    margin: 0 0 15px 20px;
}

a img.alignleft,
.alignleft {
    float: left;
    margin: 0 20px 15px 0;
}

p.wp-caption {
    margin: 0;
}

.wp-caption.alignnone {
    float: none;
}

.wp-caption.alignleft {
    float: left;
}

.wp-caption.alignright {
    float: right;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    color: #7b7d85;
}

blockquote p {
    margin-bottom: 0;
}

.wp-caption-text,
.gallery-caption {
    margin: 0;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    color: #888;
}

/*------------------------------------------------------*/
/* Similar Page styles
/*------------------------------------------------------*/
.banner {
    width: 100%;
    min-height: 180px;
}

.page-top {
    padding: 27px 0;
    background: #fff;
}

.blog-post-listing p,
.blog-post-single p {
    font-size: 14px;
    line-height: 20px;
}

.cat-item-1 {
    display: none;
}

#search {
    display: none;
}

.page-top h1,
.page-top h2 {
    margin: 0 0px 0 0;
    font-size: 24px;
    font-weight: 400;
    float: right;
    line-height: 46px;
    position: relative;
    top: 30px;
    color: #4A4B4D;
}

.bread-crumb {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 17px;
}

.bread-crumb .breadcrumb {
    padding: 0;
    background: none;
    border-radius: 0;
    margin: 0;
}

.bread-crumb .breadcrumb li {
    display: block;
    float: left;
}

.bread-crumb .breadcrumb>li+li:before {
    content: "";
    padding: 0;
}

.bread-crumb .breadcrumb li.active {
    /*color: #f15b5a;*/
    color: #3a3c41;
}

.bread-crumb .divider {
    display: inline-block;
    background: url("../images/breadcrumbs-divider.png") center center no-repeat;
    width: 24px;
    height: 10px;
}

.bread-crumb a {
    font-weight: 400;
    color: #3a3c41;
    display: inline-block;
}

.bread-crumb a:hover {
    text-decoration: underline;
}

#search {
    margin-bottom: 0;
}

#search form {
    position: relative;
}

#search form input[type="text"] {
    background-color: #f0f5f7;
    width: 100%;
    padding: 13px 10px 13px 40px;
    border: none;
    outline: none;
    font-weight: 400;
    color: #3a3c41;
    margin-bottom: 0;
}

#search form input[type="submit"] {
    background: url("../images/search-submit.png") center no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 15px;
    top: 16px;
    z-index: 999;
    border: none;
    outline: none;
    padding: 0;
}

#filters {
    padding: 0;
    border-bottom: 1px solid #dcdee4;
    margin-bottom: 30px;
}

#filters li {
    list-style: none;
    display: inline-block;
    margin: 0 18px -1px 0;
    padding-bottom: 2px;
}

#filters li a {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    display: inline-block;
    text-decoration: none;
}

#filters li:hover {
    padding-bottom: 0;
    border-bottom: 2px solid #f15b5a;
}

#filters li:hover a {
    padding-bottom: 20px;
}

#myModal6 {
    overflow: hidden;
}

#myModal6 .modal-body {
    background: #C4D051;
    padding: 0;
}

#myModal6 .modal-body form {
    padding: 20px;
    margin-bottom: 0;
}

#myModal6 .modal-body spanx {
    line-height: 15px;
    display: inline-block;
}

#filters li.active {
    padding-bottom: 0;
    border-bottom: 2px solid #f15b5a;
}

#filters li.active a {
    padding-bottom: 20px;
}

.pagination {
    display: block;
    text-align: center;
    margin-left: -8px;
}

.pagination a,
.pagination span {
    background-color: #fff;
    font-size: 16px;
    color: #3a3c41;
    display: inline-block;
    margin: 0 0 8px 8px;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
}

.pagination a:hover,
.pagination span:hover {
    background-color: #66c9e0;
    color: #fff;
}

.pagination span.current {
    background-color: #66c9e0;
    color: #fff;
}

.social-icon ul {
    padding: 0;
}

.social-icon ul li {
    list-style: none;
    background-color: #dcdee4;
    display: inline-block;
}

.social-icon ul li a {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.social-icon ul li .fa {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
}

.social-icon ul li:hover {
    background-color: #66c9e0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

code {
    white-space: normal;
}

#scroll-top {
    display: inline;
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #67c9e0;
    text-align: center;
    display: table;
    z-index: 99999999;
}

.loader .table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
}

.loader h1 {
    margin-top: 2rem;
    font-size: 4rem;
    line-height: 4rem;
    color: #fff;
    font-weight: 800;
}

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form input[type="range"],
form input[type="password"],
form input[type="text"],
form textarea {
    width: 100%;
    height: auto;
    border: 1px solid #dcdee4;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 11px 10px;
    color: #3a3c41;
    font-weight: 500;
}

form input[type="file"] {
    margin-bottom: 30px;
    color: #3a3c41;
}

form input[type="submit"] {
    padding: 12px 25px;
    background-color: #3a3c41;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
}

form input[type="submit"]:hover {
    background-color: #f15b5a;
}

form input.error,
form textarea.error {
    border: 1px solid #ff0000 !important;
}

form fieldset label {
    font-size: 14px;
    color: #999ca5;
    font-weight: 500;
    border-bottom: 1px solid #dcdee4;
    padding: 5px;
    float: left;
}

form fieldset .common {
    display: inline-block;
    float: left;
    margin-left: 7px;
}

form p {
    margin: 0;
}

textarea,
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

#error-container {
    margin: 0;
}

#error-container label {
    font-size: 14px;
    display: block;
}

/* IE8 Specific Styles */
.ie8 img {
    width: inherit;
    max-width: 100% !important;
    height: auto !important;
}

.ie8 .features-var-three .feature-icon img,
.ie8 .features-var-two .single-feature img,
.ie8 .home-testimonial .flexslider-three .slides img,
.ie8 .appoint-page .appoint-section .top-icon img {
    width: auto !important;
}

.ie8 .overlay {
    visibility: hidden;
}

/*------------------------------------------------------*/
/*  Header styles
/*------------------------------------------------------*/
.header-top {
    background-color: #60646d;
    padding: 11px 0;
}

.header-top p {
    color: #bbbfc9;
}

.header-top p span {
    color: #fefefe;
    white-space: pre;
}

.header-top #inspiry_language_list {
    margin-left: 5px;
    float: right;
}

.header-top #inspiry_language_list ul {
    list-style: none;
    padding: 0;
}

.header-top #inspiry_language_list ul li {
    float: left;
    margin: 0 0 0 10px;
}

.header-top #inspiry_language_list ul li img {
    margin: 0 0 0 0;
    vertical-align: bottom;
}

.header-top #inspiry_language_list ul li span {
    font-size: 12px;
}

.header-top #inspiry_language_list ul li a {
    font-size: 12px;
    color: #bbbfc9;
}

.header-top #inspiry_language_list ul li a:hover {
    color: #fefefe;
}

.nav-toggle {
    display: none;
}

#header {
    padding: 30px 0;
    background: #fff;
}

#header .logo {
    float: left;
}

#header .logo h1 {
    margin: 0;
}

#header .logo h1 a {
    font-size: 30px;
    font-weight: 800;
}

#header .logo img {
    margin-top: 7px;
}

nav.main-menu {
    float: right;
}

nav.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.main-menu ul>li {
    margin: 0;
    float: left;
    position: relative;
}

nav.main-menu ul>li>a {
    width: 100%;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #60646d;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

nav.main-menu ul>li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 36px;
    left: 0;
    width: 190px;
    display: none;
    background-color: #67c9e0;
}

nav.main-menu ul>li ul li {
    list-style: none;
    float: none;
    position: relative;
    border-bottom: 1px solid #73d1e7;
}

nav.main-menu ul>li ul li a {
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
}

nav.main-menu ul>li ul li:hover a {
    background-color: #53c3dd;
}

nav.main-menu ul>li ul li ul {
    position: absolute;
    left: 190px;
    top: 0;
}

nav.main-menu ul>li.two-cols-menu ul {
    width: 350px;
}

nav.main-menu ul>li.two-cols-menu ul li {
    width: 50%;
    float: left;
}

nav.main-menu ul>li.two-cols-menu ul li ul {
    left: 175px;
}

nav.main-menu ul>li:hover>a,
nav.main-menu ul>.current-menu-item>a {
    background-color: #67c9e0;
    color: #fff;
}

#header.stick {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}

/*------------------------------------------------------*/
/* Main Slider styles
/*------------------------------------------------------*/
.home-slider {
    position: relative;
}

.home-slider .flexslider {
    min-height: 300px;
}

.home-slider .flexslider.loading {
    min-height: 550px;
    background: transparent url('../images/slider-loader.gif') no-repeat center center;
}

.home-slider .content-wrapper {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 999;
}

.home-slider .slide-content {
    width: 44%;
}

.home-slider .slide-content h1 {
    font-size: 48px;
    margin: 0 0 20px;
    font-weight: 400;
}

.home-slider .slide-content h1 span {
    font-weight: 800;
}

.home-slider .slide-content h1:after {
    content: url("../images/plus-red.png");
    margin-left: 10px;
}

.home-slider .slide-content p {
    font-size: 18px;
    color: #3a3c41;
    margin-bottom: 20px;
    line-height: 26px;
}

.home-slider .slide-content .btn {
    padding: 10px 30px;
    background-color: #f15b5a;
}

.home-slider .slide-content .btn:hover {
    background-color: #3a3c41;
    color: #fff;
}

.home-slider .slide-content.display-bg {
    background-color: rgba(225, 255, 255, 0.6);
    padding: 20px;
}

.home-slider .slide-content.display-bg h1 {
    font-size: 42px;
}

.home-slider .appointment {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.home-slider .make-appoint {
    font-size: 18px;
    background-color: #3a3c41;
    display: block;
    text-align: left;
    position: relative;
    z-index: 8;
    padding: 7px 15px;
}

.home-slider .make-appoint i {
    width: 42px;
    padding: 9px 0;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.home-slider .make-appoint:hover {
    background-color: #000;
    color: #fff;
}

.home-slider .make-appoint.open i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
}

.home-slider .appointment-two input[type="submit"] {
    margin-top: 15px;
}

.home-slider .variation-two .appointment-form {
    padding: 30px 20px;
}

.home-slider .variation-two #appointment-loader {
    margin-top: 15px;
}

.home-slider .make-appoint-one {
    width: 22%;
}

.home-slider .make-appoint-one .make-appoint .fa {
    background: none;
}

.home-slider .appointment-form {
    background-color: #67c9e0;
    padding: 16px 10px 0px;
    position: relative;
    z-index: 99;
}

.home-slider .appointment-form label.error {
    display: none !important;
}

.home-slider .common {
    padding-left: 9px;
    padding-right: 9px;
}

.home-slider input[type="text"],
.home-slider input[type="email"],
.home-slider input[type="number"],
.home-slider textarea {
    background: none;
    color: #fff;
    border: 0;
    border-bottom: 2px solid #adebfa;
    width: 100%;
    display: inline-block;
    resize: none;
    padding: 0px 5px 5px 5px;
    margin-bottom: 0;
}

.home-slider textarea {
    height: auto;
    margin: 0;
    line-height: 20px;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
}

.home-slider input[type="text"]:focus,
.home-slider input[type="email"]:focus,
.home-slider textarea:focus {
    outline: none;
    border-bottom: 2px solid #fff;
}

.home-slider input[type="text"],
.home-slider input[type="email"] {
    margin-bottom: 10px;
}

.home-slider input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    border: 0;
    padding: 0px 25px;
    height: 30px;
    padding-bottom: 2px;
    line-height: normal;
    margin-top: 5px;
    color: #3a3c41;
    background-color: #fff;
    border: none;
    border-image: none;
    letter-spacing: 0;
    outline: none;
}

.home-slider input[type="submit"]:hover {
    background-color: #3a3c41;
    color: #fff;
}

.home-slider input[type="submit"]:focus {
    outline: none;
    background-color: #fafafa;
    color: #3a3c41;
}

.home-slider input.error,
.home-slider textarea.error {
    border: 0;
    border: 1px solid #ff0000;
}

.home-slider input.error:focus,
.home-slider textarea.error:focus {
    border: 1px solid #fff;
}

.home-slider ::-webkit-input-placeholder {
    color: #fff;
}

.home-slider :-moz-placeholder {
    color: #fff;
}

.home-slider ::-moz-placeholder {
    color: #fff;
}

.home-slider :-ms-input-placeholder {
    color: #fff;
}

.home-slider #message-sent {
    clear: both;
    padding: 10px 0;
    font-weight: 600;
    color: #fff;
    display: none;
}

#appointment_form_two .recaptcha_widget {
    background: transparent;
    border: none;
    padding: 0;
    margin: 5px 0 0;
}

#appointment_form_two .recaptcha_input label {
    color: #fff;
    font-size: 14px;
}

#appointment_form_two #recaptcha_image {
    background: transparent;
}

#appointment_form_two #recaptcha_image a {
    color: #fff;
    cursor: pointer;
}

#appointment_form_two #recaptcha_image a:hover,
#appointment_form_two #recaptcha_image a:focus {
    color: #3a3c41;
}

#appointment_form_two .recaptcha_options a {
    color: #fff;
}

#appointment_form_two .recaptcha_options a:hover,
#appointment_form_two .recaptcha_options a:focus {
    color: #3a3c41;
}

#appointment_form_one #app-message {
    margin-top: 0px;
    margin-bottom: 0;
}

#appointment_form_one #appointment-loader {
    margin-top: 10px;
}

.appoint-var-three {
    padding: 40px 0;
    background-position: 85% 0;
    background-repeat: no-repeat;
    background-color: #f0f5f7;
}

.appoint-var-three .slogan-section {
    text-align: left;
    margin-bottom: 30px;
}

.appoint-var-three .slogan-section h3 {
    margin: 0 0 10px;
}

.appoint-var-three .appointment-form input[type="text"],
.appoint-var-three .appointment-form input[type="email"],
.appoint-var-three .appointment-form textarea {
    background: none;
    border: 0;
    border-bottom: 2px solid #d3d8da;
    width: 100%;
    display: inline-block;
    resize: none;
    padding: 0px 5px 5px 5px;
}

.appoint-var-three .appointment-form input[type="text"]:focus,
.appoint-var-three .appointment-form input[type="email"]:focus,
.appoint-var-three .appointment-form textarea:focus {
    outline: none;
    border-bottom: 2px solid #fff;
}

.appoint-var-three .appointment-form ::-webkit-input-placeholder {
    color: #a7adaf;
}

.appoint-var-three .appointment-form :-moz-placeholder {
    color: #a7adaf;
}

.appoint-var-three .appointment-form ::-moz-placeholder {
    color: #a7adaf;
}

.appoint-var-three .appointment-form :-ms-input-placeholder {
    color: #a7adaf;
}

.appoint-var-three .appointment-form input[type="text"],
.appoint-var-three .appointment-form input[type="email"] {
    margin-bottom: 23px;
}

.appoint-var-three .appointment-form input[type="submit"] {
    font-size: 14px;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    background-color: #f15b5a;
    margin: 5px 0 20px;
}

.appoint-var-three .appointment-form input[type="submit"]:hover {
    background-color: #898e99;
}

.appoint-var-three .appointment-form input.error,
.appoint-var-three .appointment-form textarea.error {
    border: 0;
    border-bottom: 2px solid #ff0000;
}

.appoint-var-three .appointment-form #appointment-loader {
    margin: 8px 0 0 20px;
}

.appoint-var-three .appointment-form #message-sent {
    clear: both;
    font-weight: 600;
    font-size: 16px;
}

#appointment_form_three .recaptcha_widget {
    border: none;
    padding: 0;
    background: transparent;
    margin: 0 0 20px;
}

#appointment_form_three .recaptcha_input label {
    font-size: 14px;
    color: #7b7d85;
}

#appointment_form_three #recaptcha_image {
    background: transparent;
}

#appointment_form_three .recaptcha_options a {
    color: #f15b5a;
}

#appointment_form_three .recaptcha_options a:hover,
#appointment_form_three .recaptcha_options a:focus {
    color: #898e99;
}

#appointment-loader {
    display: none;
}

/*------------------------------------------------------*/
/* Home Contents
/*------------------------------------------------------*/
.default-contents {
    margin: 60px 0;
}

/*------------------------------------------------------*/
/* Home Features Styles
/*------------------------------------------------------*/
.home-features {
    padding: 0px 0 30px;
    background-color: #fff;
}

.home-features .features-intro h2 {
    margin: 0 0 30px;
    font-weight: 400;
}

.home-features .features-intro p {
    margin-bottom: 15px;
    margin-right: 5px;
}

.home-features .features-intro .read-more {
    background-color: #f15b5a;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 16px;
}

.home-features .features-intro .read-more:hover {
    background-color: #3a3c41;
    color: #fff;
}

.home-features .single-feature {
    margin-bottom: 60px;
    padding: 20px 15px;
}

.features-intro {
    padding-top: 15px;
}

.home-features .single-feature h3 {
    margin: 0 0 15px;
    font-size: 22px;
}

.home-features .icon-wrapper {
    text-align: right;
}

.home-features .icon-wrapper .fa {
    font-size: 60px;
    color: #67c9e0;
}

/*------------------------------------------------------*/
/* Home Features Variation Two
/*------------------------------------------------------*/
.features-var-two {
    padding: 90px 0 30px;
    background-color: #fff;
}

.features-var-two .slogan-section {
    margin-bottom: 50px;
}

.features-var-two .single-feature {
    margin-bottom: 60px;
}

.features-var-two .single-feature img {
    margin: 0 auto 30px;
}

.features-var-two .single-feature h3 {
    margin: 0 0 20px;
    font-size: 18px;
}

.features-var-two .single-feature h3 a {
    font-size: 18px;
}

.features-var-two .single-feature .feature-border {
    height: 11px;
    background: transparent url(../images/feature-border.png) no-repeat center center;
    margin: 0 0 20px;
}

/*------------------------------------------------------*/
/* Home Features Variation Three
/*------------------------------------------------------*/
.features-var-three {
    padding: 90px 0 30px;
    background-color: #fff;
}

.features-var-three .slogan-section {
    margin-bottom: 60px;
}

.features-var-three .single-feature {
    margin-bottom: 55px;
}

.features-var-three .single-feature h5 {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 18px;
}

.features-var-three .single-feature h5 a {
    font-size: 18px;
}

.features-var-three .single-feature p {
    color: #b0b1b6;
}

.features-var-three .feature-icon img {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.features-var-three .single-feature:hover img {
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}

/*------------------------------------------------------*/
/*  Home Team Styles
/*------------------------------------------------------*/
.home-doctors {
    text-align: center;
    padding: 0 0 20px;
}

.home-doctors .common-doctor {
    background-color: #fff;
}

.home-doctors .common-doctor figure {
    overflow: hidden;
}

.home-doctors .common-doctor h5 {
    margin: 0 0 20px;
}

.home-doctors .common-doctor .for-border {
    margin-bottom: 20px;
}

.home-doctors .common-doctor .text-content {
    padding: 20px 15px 30px;
}

.home-doctors.doctors-var-two {
    text-align: left;
    background-color: #fff;
}

.home-doctors.doctors-var-two .slogan-section {
    text-align: left;
}

.home-doctors.doctors-var-two .common-doctor {
    background-color: transparent;
}

.home-doctors.doctors-var-two .common-doctor .for-border {
    display: none;
}

.home-doctors.doctors-var-two .common-doctor .text-content {
    padding: 20px 0 20px;
    min-height: 127px;
}

.home-doctors.doctors-var-two .text-center {
    text-align: left;
}

/*------------------------------------------------------*/
/* Home Blog Styles
/*------------------------------------------------------*/
.home-blog {
    padding: 90px 0;
    background-color: #fff;
}

.home-blog .common-blog-post {
    background-color: #f0f5f7;
    line-height: 20px;
}

.home-blog .common-blog-post figure {
    overflow: hidden;
}

.home-blog .common-blog-post .text-content {
    padding: 25px;
    text-align: left;
}

.home-blog .common-blog-post .text-content h5 {
    margin: 0 0 10px;
}

.home-blog .common-blog-post .text-content p {
    margin: 0 0 15px;
}

.home-blog .common-blog-post .entry-meta {
    margin: 0 0 15px;
    font-style: italic;
}

.home-blog .common-blog-post .entry-meta time {
    color: #a1a9b0;
}

.home-blog .common-blog-post .entry-meta a {
    text-transform: capitalize;
    font-weight: 500;
}

.home-blog .common-blog-post .for-border {
    margin: 0 0 15px;
}

.home-blog .common-blog-post .gallery-slider {
    margin: 0;
}

.home-blog .common-blog-post .video {
    margin: 0;
}

.home-blog .video .video-wrapper {
    padding-bottom: 61.0%;
}

.home-blog.blog-var-two .slogan-section {
    text-align: left;
}

.home-blog.blog-var-two .common-blog-post {
    background: transparent;
}

.home-blog.blog-var-two .common-blog-post .text-content {
    padding: 25px 0 10px;
}

.home-blog.blog-var-two .entry-meta {
    margin: 0 0 20px;
    font-style: normal;
}

.home-blog.blog-var-two .for-border {
    display: none;
}

/*------------------------------------------------------*/
/* Gallery Slider
/*------------------------------------------------------*/
.gallery-slider {
    position: relative;
    zoom: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}

.gallery-slider.loading {
    min-height: 220px;
    background: #f0f5f7 url('../images/loader.gif') no-repeat center center;
}

.gallery-slider .slides {
    zoom: 1;
}

.gallery-slider .slides img {
    width: 100%;
    display: block;
}

.gallery-slider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.gallery-slider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin-top: -20px;
}

.gallery-slider .flex-direction-nav .flex-prev {
    background: #67c9e0 url("../images/prev-icon.png") center center no-repeat;
    font-size: 0;
    left: -20px;
    background-size: inherit;
}

.gallery-slider .flex-direction-nav .flex-next {
    background: #67c9e0 url("../images/next-icon.png") center center no-repeat;
    font-size: 0;
    right: -20px;
    background-size: inherit;
}

.gallery-slider:hover .flex-prev {
    opacity: 0.7;
    left: 0px;
}

.gallery-slider:hover .flex-next {
    opacity: 0.7;
    right: 0px;
}

.gallery-slider:hover .flex-next:hover,
.gallery-slider:hover .flex-prev:hover {
    opacity: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .gallery-slider .slides img {
        margin-left: -1px;
    }

    .gallery-slider .flex-direction-nav .flex-prev {
        margin-left: -0.5px;
    }

    .safari .gallery-slider .slides img {
        margin-left: 0;
    }

    .safari .gallery-slider .flex-direction-nav .flex-prev {
        margin-left: 0;
    }

    .safari .gallery-single #carousel .flex-viewport {
        padding: 8px;
    }
}

/*------------------------------------------------------*/
/*  Home Testimonial Styles
/*------------------------------------------------------*/
.home-testimonial {
    padding: 80px 0;
}

.home-testimonial .flexslider-three {
    position: relative;
    zoom: 1;
    margin: 0;
    padding: 0;
}

.home-testimonial .flexslider-three .slides {
    zoom: 1;
}

.home-testimonial .flexslider-three .slides img {
    margin-bottom: 36px;
}

.home-testimonial .flexslider-three .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.home-testimonial .flexslider-three .flex-direction-nav a {
    top: 86px;
    width: 14px;
    height: 17px;
    font-size: 0;
    -webkit-transition: none 0;
    transition: none 0;
}

.home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 39%;
    opacity: 1;
    background: url("../images/prev-icon-two-sprite.png") 0px 0px no-repeat;
}

.home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 39%;
    opacity: 1;
    background: url("../images/next-icon-two-sprite.png") 0px 0px no-repeat;
}

.home-testimonial .flexslider-three:hover .flex-next:hover {
    background-position: 0px -37px;
}

.home-testimonial .flexslider-three:hover .flex-prev:hover {
    background-position: 0px -37px;
}

.home-testimonial blockquote {
    border: none;
    font-family: 'Droid Serif', serif;
    padding: 0;
    margin: 0 0 50px;
}

.home-testimonial blockquote p {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #6a7177;
}

.home-testimonial .testimonial-footer h3 {
    margin: 0 0 10px;
}

.home-testimonial .testimonial-footer .for-border {
    margin: 0 0 10px;
}

.testimonial-push-down {
    height: 100px;
    background-color: #fff;
}

.home-testimonial.testimonial-var-two .flexslider-three {
    margin-top: -147px;
}

/*------------------------------------------------------*/
/* Home Services styles
/*------------------------------------------------------*/
.home-services {
    padding: 90px 0;
    background-color: #fff;
}

.home-services .slogan-section {
    text-align: left;
}

.tab-main .tab-title {
    border-bottom: 1px solid #dcdee4;
    padding: 15px 10px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.tab-main .tab-title h6 {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0;
}

.tab-main .tab-title:hover h6 {
    margin-left: 5px;
}

.tab-main .tab-title.active {
    background-color: #f0f5f7;
    margin-right: -1px;
}

.tab-main .tab-title.active h6 {
    margin-left: 10px;
    font-weight: 700;
}

.tab-main .tab-content {
    background-color: #f0f5f7;
    border: 1px solid #dcdee4;
    margin-left: -30px;
    min-height: 290px;
    height: auto !important;
    height: 290px;
}

.tab-main .tab-content .content {
    display: none;
    padding: 30px;
}

.tab-main .tab-content h5 {
    margin: 0 0 15px;
}

.tab-main .tab-content p {
    margin-bottom: 28px;
}

.tab-main .tab-title:first-of-type {
    margin-top: 30px;
}

.tab-main .tab-title.active:first-of-type {
    border-top: 1px solid #dcdee4;
}

/*------------------------------------------------------*/
/*  Home Sidebar styles
/*------------------------------------------------------*/
.home-Sidebar .services-widget {
    margin-bottom: 75px;
}

.home-Sidebar .feature-video-widget .slogan-section {
    margin-bottom: 30px;
}

.home-Sidebar .feature-video-widget .read-more {
    margin-top: 30px;
}

/*------------------------------------------------------*/
/* Footer styles
/*------------------------------------------------------*/
#main-footer {
    background-color: #3a3c41;
    padding: 50px 0 30px 0;
    color: #9ba0aa;
    line-height: 24px;
}

#main-footer .widget h3.title {
    margin-bottom: 30px;
    color: #f0f5f7;
    font-size: 18px;
    font-weight: 700;
}

#main-footer .widget p {
    margin-bottom: 25px;
}

#main-footer .widget a {
    color: #b5bac6;
}

#main-footer .widget a:hover {
    color: #cbd1de;
}

#main-footer .widget ul {
    border-color: #4a4c52;
}

#main-footer .widget ul li {
    border-color: #4a4c52;
}

#main-footer .widget .tagcloud a {
    color: #fff;
}

#main-footer .widget label {
    color: #9ba0aa;
}

#main-footer .widget input[type="text"] {
    background-color: rgb(144, 147, 159);
    border: none;
    padding: 5px 15px;
    margin-bottom: 13px;
    width: 100%;
    color: #fff;
    outline: none;
    overflow: hidden;
}

#main-footer .widget input[type="text"]:focus {
    background-color: #696c74;
}

#main-footer .widget input[type="submit"] {
    border: none;
    background-color: #67c9e0;
    color: #fff;
}

#main-footer .widget input[type="submit"]:hover {
    background-color: #4dbed9;
}

#main-footer .widget .wp-email-capture-widget {
    margin: 20px 0;
}

#main-footer .appoint-widget span {
    border-bottom: 1px solid #4a4c52;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
}

#main-footer .appoint-widget span:last-child {
    border-bottom: none;
}

#main-footer #wp_email_capture>form>div {
    background: transparent !important;
    color: #e0e0e0;
    margin: 0 0 15px !important;
    width: 100%;
}

/*------------------------------------------------------*/
/* Footer Bottom
/*------------------------------------------------------*/
.footer-bottom {
    margin-top: 10px;
    border-top: 1px solid #4a4c52;
    padding-top: 26px;
}

.footer-bottom p {
    color: #7a7d86;
}

.footer-bottom .footer-social-nav {
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    top: 0px;
}

.footer-bottom .footer-social-nav li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}

.footer-bottom .footer-social-nav li .fa {
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #53565c;
}

.footer-bottom .footer-social-nav li .fa:hover {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: -2px;
}

.footer-bottom .footer-social-nav li a {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-bottom .footer-social-nav li a:hover {
    text-decoration: none;
}

/*------------------------------------------------------*/
/* Scroll Top
/*------------------------------------------------------*/
a#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 80px;
    height: 42px;
    width: 42px;
    z-index: 9999;
    line-height: 3em;
    background: #67c9e0 url("../images/scroll-top.png") center center no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 50px;
}

a#scroll-top:hover {
    background-color: #52abc0;
}

/*------------------------------------------------------*/
/* Doctors Page styles
/*------------------------------------------------------*/
.doctors-posts {
    padding-top: 20px;
    /*padding-bottom: 100px;*/
    /* Doctor Social Icons */
}

.doctors-posts .text-left {
    text-align: left;
}

.doctors-posts .common-doctor {
    background-color: #fff;
    margin-bottom: 40px;
}

.doctors-posts .common-doctor figure {
    overflow: hidden;
}

.doctors-posts .common-doctor h5 {
    margin: 0 0 20px;
}

.doctors-posts .common-doctor .text-content {
    padding: 20px 5px;
    min-height: 190px;
}

.doctors-posts .common-doctor .for-border {
    margin-bottom: 20px;
}

.doctors-posts .common-doctor p {
    margin-bottom: 0px;
}

.doctors-posts .social-icon {
    margin: 20px 0 0;
}

.doctors-posts .social-icon ul {
    margin: 0 auto;
    margin-left: -3px;
    text-align: center;
}

.doctors-posts .social-icon ul li {
    display: inline-block;
    list-style: none;
    background-color: #dcdee4;
    float: none;
    margin: 0 5px 5px 0;
}

.doctors-posts .social-icon ul li a {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.doctors-posts .social-icon ul li .fa {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
}

.doctors-posts .social-icon ul li:hover {
    background-color: #66c9e0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.doctors-posts .social-icon ul li.twitter-icon:hover {
    background-color: #55acee;
}

.doctors-posts .social-icon ul li.skype-icon:hover {
    background-color: #009EE5;
}

.doctors-posts .social-icon ul li.facebook-icon:hover {
    background-color: #425E9A;
}

.doctors-posts .social-icon ul li.linkedin-icon:hover {
    background-color: #0077B5;
}

div.doctor-departments {
    margin: 0 0 20px;
}

div.doctor-departments a {
    font-size: 14px;
    font-weight: 400;
    color: #67c9e0;
    display: inline-block;
}

div.doctor-departments a:hover {
    color: #52b2c9;
}

.doctors-single {
    margin-bottom: 60px;
}

.doctors-single h1.entry-title {
    font-size: 30px;
    line-height: 36px;
}

.doctors-single .entry-meta {
    background-color: #fff;
    margin-bottom: 40px;
}

.doctors-single .entry-meta figure {
    margin: 0;
    margin-bottom: 25px;
}

.doctors-single .entry-meta h5 {
    margin: 0 25px 10px 25px;
}

.doctors-single .entry-meta div.doctor-departments {
    margin: 0 25px 30px;
}

.doctors-single .doc-schedule {
    background-color: #f8fbfc;
    padding: 30px 25px 10px;
    border-top: 1px solid #eff2f3;
}

.doctors-single .doc-schedule p {
    margin-bottom: 25px;
    color: #3a3c41;
    display: block;
}

.doctors-single .doc-schedule p strong {
    margin-left: 5%;
    color: #3a3c41;
    min-width: 25%;
    display: inline-block;
}

.doctors-single .doc-schedule p span {
    overflow: hidden;
    width: 70%;
}

.doctors-single .social-icon {
    border-top: 1px solid #eff2f3;
    padding: 20px 0;
    margin: 0;
    background-color: #f8fbfc;
}

.doctors-single .social-icon .doc-social-nav {
    margin: 0 25px;
    text-align: left;
}

.doctors-single .side-content {
    border-bottom: 1px solid #dcdee4;
}

.doctors-single .side-content h3 {
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 30px;
}

.doctors-single .side-content h3 span {
    font-size: 24px;
}

.doctors-single .side-content strong {
    font-size: 17px;
    font-weight: 700;
    /*margin-right: 15px;*/
    display: inline-block;
    /*float: left;*/
    line-height: 24px;
}

.doctors-single .side-content .content strong {
    width: 13%;
}

.doctors-single .side-content .content p {
    width: 85%;
    float: right;
}

.doctors-single .top-area {
    border-bottom: 2px solid #dcdee4;
    margin-bottom: 25px;
}

#related-doctors-title {
    margin: 0 0 30px;
}

/*------------------------------------------------------*/
/* Isotope Filtering
/*------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/*------------------------------------------------------*/
/* Isotope CSS3 transitions
/*------------------------------------------------------*/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/*------------------------------------------------------*/
/* Blog Page Styles
/*------------------------------------------------------*/
.blog-page {
    padding: 20px 0;
    padding-bottom: 0;
}

.blog-page .full-width-contents,
.blog-page .page-contents,
.blog-page .right-contents {
    /*overflow: hidden;*/
    border-bottom: 1px solid #dcdee4;
    /*padding-bottom: 40px;*/
}

.blog-page .post {
    /*margin-bottom: 40px;*/
    margin-bottom: 10px;
}

.blog-page .post .left_meta {
    float: left;
    margin-right: 30px;
    border-top: 2px solid #f15b5a;
    background-color: #fff;
}

.blog-page .sticky .right-contents {
    border-bottom: 2px solid #dcdee4;
}

.blog-page .page {
    /*margin-bottom: 40px;*/
}

.blog-page .left_meta time {
    padding: 18px 0 20px;
    font-size: 18px;
    color: #3a3c41;
    display: block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-page .left_meta time strong {
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    display: block;
}

.blog-page .comments_count {
    display: block;
    padding: 14px 0 18px;
    text-align: center;
    background-color: #e7ecee;
}

.blog-page .comments_count a {
    display: inline-block;
    padding: 0 0 0 25px;
    background: url("../images/comment-count-icon.png") 0 6px no-repeat;
    font-weight: 700;
    color: #676666;
}

.blog-page .comments_count a:hover {
    background-position: 0 -20px;
}

.blog-page figure {
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-page h3.post-title,
.blog-page h3.entry-title {
    margin: 0 0 15px 0;
    line-height: 32px;
    max-width: 530px;
}

.blog-page span.entry-author {
    margin-bottom: 20px;
}

.blog-page span.entry-author {
    display: inline-block;
}

.blog-page .format-quote blockquote.quote {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    background: url("../images/double-quotes.png") 30px 30px no-repeat #f15b5a;
    padding: 30px 30px 20px 75px;
    margin-bottom: 0;
    border: 0;
    line-height: 36px;
}

.blog-page .format-quote blockquote.quote:before {
    content: normal;
}

.blog-page .format-quote blockquote.quote:after {
    content: normal;
}

.blog-page .format-quote blockquote.quote p {
    border-left: 1px solid #f47c7b;
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
    color: #fff;
}

.blog-page .format-quote blockquote.quote cite,
.blog-page .format-quote blockquote.quote cite a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 8px 0;
    display: block;
}

.blog-page .gallery-slider {
    margin-bottom: 25px;
}

.blog-page .gallery-slider.loading {
    min-height: 447px;
    background: #f0f5f7 url('../images/loader.gif') no-repeat center center;
}

.blog-page .flex-direction-nav a {
    width: 60px;
    height: 60px;
    background-size: cover;
    margin-top: -30px;
    border-radius: 0;
}

.blog-page .video {
    margin-bottom: 25px;
}

.blog-page .format-link .link {
    background: url("../images/link-format-bg.png") 30px 25px no-repeat #f15b5a;
    padding: 25px 25px 25px 75px;
}

.blog-page .format-link .link h3.link-title,
.blog-page .format-link .link h3.link-title a {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0 0 15px 0;
}

.blog-page .format-link .link a {
    color: #fff;
}

.blog-page .format-link .link a:hover {
    text-decoration: underline;
}

.blog-page .format-link .link-container {
    padding-left: 20px;
    border-left: 1px solid #f47c7b;
    padding-bottom: 20px;
}

.blog-page .format-audio .audio {
    margin-bottom: 30px;
}

.blog-page .format-audio .audio audio {
    width: 100%;
}

.blog-page blockquote {
    border-left-color: #4dbed9;
}

.blog-page blockquote p {
    margin-bottom: 0 !important;
}

.blog-page p.wp-caption {
    margin: 0 !important;
}

.blog-page .flex-direction-nav {
    margin-bottom: 0;
}

.blog-page .flex-direction-nav li {
    margin: 0;
}

.blog-page .slides,
.blog-page .slides>li {
    margin: 0;
}

.main-contents {
    overflow: hidden;
    border-bottom: 1px solid #dcdee4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

article.hentry {
    line-height: 20px;
    font-size: 14px;
}

article.hentry p {
    margin-bottom: 15px;
}

article.hentry h1.entry-title {
    margin: 0 0 20px 0;
}

.entry-content {
    margin: 0 0 15px;
}

.entry-content p {
    margin: 0 0 25px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: 700;
    margin-bottom: 20px;
}

.entry-content h1 {
    font-size: 36px;
    line-height: 42px;
}

.entry-content h2 {
    font-size: 30px;
    line-height: 36px;
}

.entry-content h3 {
    font-size: 24px;
    line-height: 30px;
}

.entry-content h4 {
    font-size: 20px;
    line-height: 28px;
}

.entry-content h5 {
    font-size: 16px;
    line-height: 24px;
}

.entry-content h6 {
    font-size: 14px;
    line-height: 20px;
}

.entry-content blockquote {
    background: #f3f8fa;
    padding: 20px 20px 20px 30px;
    border-left: 5px solid #86d0e4;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}

.entry-content blockquote p {
    margin: 0;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}

.entry-content td,
.entry-content th {
    padding: 5px;
}

.entry-content a {
    color: #97ad4d;
    text-decoration: underline !important;
    /* word-wrap: break-word;*/
}

.entry-content a:hover {
    text-decoration: underline !important;
}

.entry-content table tbody td {
    border: 1px solid #e0e0e0;
}

.entry-content table tbody tr {
    border-top: 1px solid #e0e0e0;
}

.entry-content table tbody tr:first-child {
    border-top: 1px solid #e0e0e0;
}

.entry-content dl {
    line-height: 24px;
}

.entry-content dt {
    color: #3a3c41;
    margin-bottom: 10px;
    line-height: 24px;
}

.entry-content dd {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 24px;
}

.entry-content ol,
.entry-content ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 25px;
}

.entry-content ol li,
.entry-content ul li {
    margin: 5px 0;
}

.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ul ul {
    margin-bottom: 10px;
}

.entry-content ol {
    list-style: decimal;
}

.entry-content address {
    line-height: 24px;
}

.entry-content kbd {
    background-color: #67c9e0;
    box-shadow: none;
}

.entry-content pre {
    background-color: #67c9e0;
    color: #fff;
    border: none;
    padding: 15px;
}

.entry-content .gallery img {
    border: none !important;
}

.accordion-content .entry-content {
    margin: 0;
}

.entry-footer p.entry-meta {
    margin: 0;
}

.entry-footer span.entry-tags,
.entry-footer span.entry-categories {
    display: block;
}

.video .video-wrapper {
    padding-bottom: 56.3%;
    position: relative;
    width: 100%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.page-nav-btns {
    margin: 25px 0;
}

.page-nav-btns a {
    background-color: #67c9e0;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
}

.page-nav-btns a:hover {
    color: #fff;
    background-color: #f15b5a;
    text-decoration: none;
}

/*------------------------------------------------------*/
/* jPlayer Styles
/*------------------------------------------------------*/
.audio-embed {
    margin-bottom: 20px;
}

.jp-jplayer {
    height: 38px;
    background-color: transparent;
    width: 100% !important;
}

.jp-video-container,
.jp-audio-container {
    box-shadow: 0 1px 3px #7f7f7f;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.jp-jplayer-video img {
    margin-bottom: 0px !important;
    width: 100% !important;
    height: auto !important;
    display: block;
}

.jp-jplayer-video {
    overflow: hidden;
}

.jp-jplayer-video video {
    display: block;
    width: 100.2% !important;
}

.jp-video-container {
    margin-bottom: 15px;
}

.jp-audio-container {
    width: 100%;
}

.jp-interface {
    position: relative;
    width: 100%;
    height: 38px;
    background: transparent url(../images/jplayer/jp-bg.png) repeat-x right top;
    z-index: 100;
}

.jp-controls {
    list-style-type: none;
    padding: 0;
    margin: 0 !important;
}

.jp-controls li {
    display: inline;
}

.jp-controls a {
    border-bottom: none;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}

.jp-controls a:hover {
    background-color: transparent;
}

a.jp-play,
a.jp-pause {
    width: 27px;
    height: 27px;
    z-index: 1;
    outline: none;
    top: 11px;
    left: 10px;
}

a.jp-play {
    background: url(../images/jplayer/play.png) no-repeat 0 0;
}

a.jp-play:hover {
    background: url(../images/jplayer/play_hover.png) 0 0 no-repeat;
}

a.jp-pause {
    background: url(../images/jplayer/pause.png) 0 0 no-repeat;
    display: none;
}

a.jp-pause:hover {
    background: url(../images/jplayer/pause_hover.png) 0 0 no-repeat;
}

.jp-progress {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 13px 0;
    padding: 0 100px 0 33px;
    position: absolute;
    height: 10px;
    width: 100%;
}

.jp-seek-bar {
    background: url(../images/jplayer/seek-bar-bg.png) 0 0 repeat-x;
    width: 0px;
    height: 12px;
    cursor: pointer;
    position: relative;
    border-radius: 1px;
}

.jp-play-bar {
    width: 0px;
    height: 12px;
    top: 0px;
    position: relative;
    background-color: #5af1a5;
    border-radius: 1px;
}

.jp-volume-bar-container {
    position: absolute;
    top: 0;
    right: 10px;
    width: 54px;
    height: 10px;
    margin: 10px 0;
}

.jp-volume-bar {
    position: relative;
    overflow: hidden;
    background: url(../images/jplayer/volume-bar-bg.png) 0 0 repeat-x;
    width: 100%;
    height: 12px;
    cursor: pointer;
    top: 3px;
    border-radius: 1px;
}

.jp-volume-bar-value {
    width: 0px;
    height: 12px;
    margin: 0px;
    background-color: #5af1a5;
    border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
    width: 30px;
    height: 30px;
    z-index: 1;
    outline: none;
    top: 11px;
    right: 59px;
}

a.jp-mute {
    background: transparent url(../images/jplayer/volume.png) 0 0 no-repeat;
}

a.jp-mute:hover {
    background: transparent url(../images/jplayer/volume_hover.png) 0 0 no-repeat;
}

a.jp-unmute {
    background: url(../images/jplayer/mute.png) 0 0 no-repeat;
}

a.jp-unmute:hover {
    background: url(../images/jplayer/mute_hover.png) 0 0 no-repeat;
}

/*------------------------------------------------------*/
/* Comments
/*------------------------------------------------------*/
.comments-wrapper {
    margin-left: 115px;
}

#comments-section {
    margin-bottom: 0px;
}

#comments-section>ol>li>.children {
    position: relative;
}

#comments-section .comment {
    list-style: none;
}

#comments-section .commentlist {
    margin: 0 0 40px 0;
    padding: 2px 0px 5px 0px;
    overflow: hidden;
}

.commentlist .children {
    margin: 0;
    padding: 0;
}

.commentlist .children .children {
    margin-left: 8%;
}

#comments-section .children>.comment {
    margin-top: 30px;
}

ol>.comment {
    margin: 30px 0 0;
}

#comments-section article>.comment-wrap {
    background-color: #fff;
    padding: 20px;
    position: relative;
    z-index: 999;
}

#comments-section .bypostauthor article>.comment-wrap {
    background-color: #fdfdfd;
}

#comments-section .children article {
    position: relative;
}

#comments-section .children article .left-border {
    position: absolute;
    background: url("../images/comment-border.png") left center no-repeat;
    width: 100%;
    height: 1px;
    top: 49%;
    left: 0px;
    display: inline-block;
    z-index: 9;
}

#comments-section .children article .vertical-border {
    position: absolute;
    background: url("../images/comment-border2.png") left top repeat-y;
    width: 1px;
    height: 50%;
    bottom: 51%;
    left: 0px;
    display: inline-block;
    z-index: 9;
}

#comments-section .author .comment-reply-link {
    font-size: 11px;
}

.commentlist li.pingback {
    margin-left: 0;
    list-style: none;
    border-bottom: 1px solid #dedede;
    padding: 10px;
}

.commentlist li.pingback p {
    margin: 0;
}

.comment-detail-wrap {
    /*float: right;
    width: 86%;*/
}

.comment-meta {
    position: relative;
}

.comment-meta .comment-reply-link {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    background-color: #67c9e0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    font-weight: 400;
}

.comment-meta .comment-reply-link:hover {
    background-color: #4dbed9;
}

.comment-meta h5.author,
.comment-meta h5.author a {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}

.comment-meta time {
    display: block;
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #66c9e0;
    line-height: 18px;
}

.comment-body p {
    margin-bottom: 12px;
}

.commentlist .children .depth-2 .comment-wrap {
    width: 92%;
    margin-left: 8%;
}

.commentlist .children .depth-3 .comment-wrap {
    width: 91%;
    margin-left: 9%;
}

.commentlist .children .depth-4 .comment-wrap {
    width: 90%;
    margin-left: 10%;
}

.commentlist .children .depth-5 .comment-wrap {
    width: 88%;
    margin-left: 12%;
}

#respond p {
    margin-bottom: 20px;
}

#respond input[type="text"],
#respond textarea {
    margin-bottom: 5px;
}

#respond #contact-form p.form-allowed-tags,
#respond #respond p.form-allowed-tags {
    font-size: 12px;
}

#respond #contact-form p.form-allowed-tags code,
#respond #respond p.form-allowed-tags code {
    font-size: 12px;
    display: block;
}

.logged-in-as {
    color: #3a3c41;
    font-size: 16px;
    margin-bottom: 20px;
}

.logged-in-as a {
    font-weight: 700;
}

a.avatar {
    width: 80px;
    height: auto;
    margin: 0 15px 10px 0;
    float: left;
}

a.avatar img {
    width: 100%;
    height: auto;
}

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

/*------------------------------------------------------*/
/* Sidebar Styles
/*------------------------------------------------------*/
.widget_search label {
    display: none;
}

.widget {
    width: 100%;
    margin-bottom: 35px;
}

.widget h3.title {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
}

.widget ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #dde1e3;
}

.widget ul li {
    list-style: none;
    color: #999ca5;
    border-bottom: 1px solid #dde1e3;
    padding: 0 10px 10px;
    text-align: right;
    margin: 10px 0 0;
}

.widget ul.children {
    margin: 10px 0 0 20px;
    border-top: 1px solid #dde1e3;
}

.widget ul.children li:last-child {
    border: none;
    padding: 0;
}

.widget .tagcloud {
    margin-left: -8px;
}

.widget .tagcloud a {
    background-color: #919292;
    color: #fff;
    padding: 7px 14px;
    margin: 0 0 8px 8px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px !important;
}

.widget .tagcloud a:hover {
    background-color: #f15b5a;
    color: #fff;
}

.home-sidebar .widget h3.title {
    font-size: 22px;
}

.home-sidebar .widget .post-video .video-wrapper {
    padding-bottom: 56.3%;
    position: relative;
    width: 100%;
    height: 0;
}

.home-sidebar .widget .post-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*------------------------------------------------------*/
/* Tabs widget
/*------------------------------------------------------*/
.tabs {
    background-color: #fff;
}

.tabs .tab-head {
    background-color: #f0f5f7;
    border: 1px solid #dde1e3;
    padding: 10px 0;
    text-align: center;
    float: left;
    width: 33.3333333333%;
    position: relative;
    cursor: pointer;
}

.tabs .tab-head h6 {
    margin: 5px 0;
    font-weight: 700;
}

.tabs .tab-head.active {
    background: #fff;
    border: 0;
    border-top: 2px solid #f15b5a;
    margin-top: -1px;
}

.tabs .tabs-content {
    display: none;
    clear: both;
    padding: 20px 15px 10px;
}

.tabs .tab-post-listing {
    margin-bottom: 15px;
}

.tabs .tab-post-listing figure {
    width: 64px;
    float: left;
    margin: 0 15px 0 0;
}

.tabs .tab-post-listing h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 5px;
    line-height: 18px;
}

.tabs .tab-post-listing span {
    font-size: 12px;
    color: #999ca5;
}

.tabs .avatar {
    width: 100%;
}

/*------------------------------------------------------*/
/* Services page Styles
/*------------------------------------------------------*/
.services-page {
    padding: 40px 0 80px;
}

/* For one column services page */
.one-col-service {
    background-color: #fff;
    margin-bottom: 40px;
}

.one-col-service figure {
    margin: 0 auto 0 -15px;
}

/* For two columns services page */
.two-col-service {
    background-color: #fff;
    margin-bottom: 30px;
}

.two-col-service .contents {
    padding: 25px 25px 25px;
}

.two-col-service .contents h3 {
    margin: 0 0 25px;
}

/* For three columns services page */
.three-col-service {
    background-color: #fff;
    margin-bottom: 30px;
}

.three-col-service .contents {
    padding: 20px;
}

.three-col-service .contents h4 {
    margin: 0 0 20px;
}

.three-col-service .contents p {
    margin: 0 0 20px;
}

/* For four columns services page */
.four-col-service {
    background-color: #fff;
    margin-bottom: 30px;
}

.four-col-service .contents {
    padding: 20px;
}

.four-col-service .contents h4 {
    font-size: 16px;
    margin: 0;
    text-align: center;
    font-weight: 600;
}

/*------------------------------------------------------*/
/* Services Single page Styles
/*------------------------------------------------------*/
.services-single {
    padding: 70px 0;
}

.services-single .flexslider {
    position: relative;
    width: 48%;
    float: left;
    margin-right: 2%;
}

.services-single .flexslider ul {
    margin: 0;
}

.services-single .flexslider .flex-control-nav {
    position: absolute;
    right: 10px;
    bottom: 4px;
    z-index: 999;
    width: auto;
    margin-bottom: 0;
}

.services-single .flexslider .flex-control-nav li {
    margin: 0 6px;
}

.services-single .flexslider .flex-control-nav a {
    background: #e4aaa9;
}

.services-single .flexslider .flex-control-nav .flex-active {
    background: #f15b5a;
}

.services-single figure {
    float: left;
    margin-right: 20px;
    background: #fff;
    overflow: hidden;
}

.services-single h3 {
    margin-bottom: 10px;
}

.services-single h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}

.services-single p {
    margin-bottom: 20px;
    color: #999ca5;
    line-height: 24px;
}

.services-single blockquote {
    margin-bottom: 20px;
    color: #999ca5;
    line-height: 24px;
    border-left: 2px solid #f15b5a;
    padding-top: 0;
    padding-bottom: 0;
}

.services-single ul {
    padding: 0;
    margin-bottom: 20px;
}

.services-single li {
    list-style: none;
    color: #999ca5;
    margin-bottom: 5px;
}

.services-single h1,
.services-single h2,
.services-single ol,
.services-single ul,
.services-single h4,
.services-single h5,
.services-single pre {
    margin-bottom: 30px;
}

.services-single li {
    margin-bottom: 15px;
}

.services-single h6 {
    font-weight: 700;
}

.services-single p a {
    color: #67c9e0;
}

.services-single blockquote {
    border-left-color: #4dbed9;
}

.services-single blockquote p {
    margin-bottom: 0 !important;
}

.services-single p.wp-caption-text {
    margin: 0;
}

/*------------------------------------------------------*/
/* Gallery Single Page Styles
/*------------------------------------------------------*/
.gallery-single-wrapper {
    padding: 40px 0 100px;
}

.gallery-single {
    margin-bottom: 120px;
}

.gallery-single .gallery-single-post {
    position: relative;
}

.gallery-single #carousel {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 90%;
    margin: auto 33px;
    padding: 0 48px;
}

.gallery-single #carousel .flex-viewport {
    padding: 8px 9px 8px 8px;
    background-color: #fff;
}

.gallery-single #carousel .slides {
    background: #fff;
}

.gallery-single #carousel .slides img {
    cursor: pointer;
}

.gallery-single #carousel .slides img:hover {
    opacity: 0.8;
}

.gallery-single #carousel li {
    margin: 0 10px 0 0;
}

.gallery-single #carousel .flex-direction-nav a {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 9999;
    border-radius: 0;
    opacity: 1 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.gallery-single #carousel .flex-direction-nav a:hover {
    background-color: #67c9e0;
    background-position: 19px -31px;
}

.gallery-single #carousel .flex-direction-nav .flex-prev {
    background: url("../images/carousel-prev.png") 19px 19px no-repeat #ffffff;
    left: 0px;
}

.gallery-single #carousel .flex-direction-nav .flex-next {
    background: url("../images/carousel-next.png") 19px 19px no-repeat #ffffff;
    right: 0px;
}

.gallery-single .side-content {
    background: #fff;
    padding: 15px;
}

.gallery-single .side-content h1.entry-title {
    font-size: 24px;
}

.gallery-single .next-prev-posts {
    margin-bottom: 10px;
}

.gallery-single .next-prev-posts a {
    padding: 15px 17px;
    margin-left: 5px;
    display: inline-block;
    font-size: 18px;
    color: #3A3C41;
    background: #fff;
}

.gallery-single .next-prev-posts a:hover {
    background: #67c9e0;
    color: #fff;
}

.gallery-single .next-prev-posts .close {
    display: none;
}

div.gallery-item-types {
    border: 1px solid #f0f5f7;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin-bottom: 20px;
}

div.gallery-item-types .fa-tags {
    color: #818693;
    font-size: 16px;
    margin-right: 8px;
}

div.gallery-item-types a {
    font-weight: 400;
    color: #67c9e0;
}

div.gallery-item-types a:hover {
    color: #52b2c9;
}

.related-gallery-items .common {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.related-gallery-items .common img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    overflow: hidden;
}

.related-gallery-items .content {
    padding: 10px 20px 20px;
    background-color: #fff;
    text-align: center;
}

.related-gallery-items .gallery-item-types {
    border: none;
    padding: 0;
    margin: 0 0;
}

.overlay {
    background: url("../images/for-expand-mirror.png") center center no-repeat #67c9e0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
}

.overlay-effect {
    position: relative;
    overflow: hidden;
}

.overlay-effect:hover .overlay {
    height: 100%;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
    opacity: 0.8;
}

/*------------------------------------------------------*/
/* Gallery Page Templates Styles
/*------------------------------------------------------*/
.gallery-page {
    padding: 20px 0 100px;
}

.gallery-page #filters {
    margin-bottom: 60px;
}

.gallery-page .common {
    background-color: #fff;
    margin-bottom: 30px;
}

.gallery-page .common .content {
    padding: 15px 20px 25px;
}

.gallery-page .four-col-gallery.common h4 {
    font-size: 18px;
}

.gallery-page .four-col-gallery.common .content {
    padding: 5px 15px 15px;
}

.gallery-page div.gallery-item-types {
    border: none;
    padding: 0;
    margin: 0;
}

/*------------------------------------------------------*/
/* Faq page Styles
/*------------------------------------------------------*/
.faq-page {
    padding: 50px 0;
}

/*------------------------------------------------------*/
/* Toggle Styles
/*------------------------------------------------------*/
.toggle-main .toggle {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.toggle-main .toggle-title {
    background-color: #fff;
    margin: 0;
    height: auto;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.toggle-main .toggle-title h3 {
    padding: 20px 40px 20px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background: url(../images/faq-open.png) no-repeat 98% 25px;
}

.toggle-main .toggle-title i {
    margin-right: 10px;
    font-size: 18px;
}

.toggle-main .toggle-content {
    padding: 20px 20px 5px;
    background-color: #fff;
    margin: 0;
    display: none;
}

.toggle-main .toggle.current .toggle-title {
    background-color: #f15b5a;
    border: none;
}

.toggle-main .toggle.current .toggle-title h3 {
    color: #fff;
    background: url(../images/faq-close.png) no-repeat 98% 30px;
}

.toggle-main .toggle.current .toggle-content {
    border-bottom: 1px solid #dcdee4;
}

/*.accordion-main {
  margin-bottom: 30px;
}

.accordion .accordion-title {
  border-bottom: 1px solid #dcdee4;
  height: 36px;
  margin-bottom: 10px;
  cursor: pointer;
}

.accordion .accordion-title h6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.accordion .accordion-title span {
  background: url(../images/close-btn.png) 0px 0px no-repeat;
  display: inline-block;
  width: 35px;
  height: 36px;
  vertical-align: bottom;
  float: right;
}

.accordion .accordion-content {
  display: none;
  margin-bottom: 20px;
}

.accordion .accordion-content p {
  margin-bottom: 25px;
}

.accordion .accordion-content .read-more {
  margin: 0;
}

.accordion.current .accordion-title h6 {
  font-size: 14px;
  font-weight: 700;
}

.accordion.current .accordion-title span {
  background: url(../images/open-btn.png) 0px 0px no-repeat;
}*/
/*------------------------------------------------------*/
/* Accordion Styles
/*------------------------------------------------------*/
.accordion-main .accordion {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.accordion-main .accordion-title {
    background-color: #fff;
    margin: 0;
    height: auto;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.accordion-main .accordion-title h3 {
    padding: 20px 40px 20px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background: url(../images/accordin-open.png) no-repeat 98% 29px;
}

.accordion-main .accordion-title i {
    margin-right: 10px;
    font-size: 18px;
}

.accordion-main .accordion-content {
    padding: 20px 20px 5px;
    background-color: #fff;
    margin: 0;
    display: none;
}

.accordion-main .accordion.current .accordion-title {
    background-color: #6dc068;
    border: none;
}

.accordion-main .accordion.current .accordion-title h3 {
    color: #fff;
    background: url(../images/accordin-close.png) no-repeat 98% 29px;
}

.accordion-main .accordion.current .accordion-content {
    border-bottom: 1px solid #dcdee4;
}

/*------------------------------------------------------*/
/* Short Codes Styles
/*------------------------------------------------------*/
.arrow-list-one ul {
    list-style: none;
    padding-left: 0;
}

.arrow-list-one ul li {
    padding-left: 25px;
    background: url(../images/arrow-list-one-bg.png) no-repeat 5px 5px;
}

.arrow-list-two ul {
    list-style: none;
    padding-left: 0;
}

.arrow-list-two ul li {
    padding-left: 28px;
    background: url(../images/arrow-list-two-bg.png) no-repeat 0px 3px;
}

.arrow-list-three ul {
    list-style: none;
    padding-left: 0;
}

.arrow-list-three ul li {
    padding-left: 25px;
    background: url(../images/arrow-list-three-bg.png) no-repeat 5px 7px;
}

/*  Tabs
---------------------------------*/
.entry-content .tabs-nav {
    margin: 0 !important;
    padding: 0 !important;
}

.entry-content .tabs-nav li {
    float: left;
    margin: 0;
    list-style: none;
    padding: 14px 10px 10px;
    text-align: center;
    cursor: pointer;
    background: #fafafa;
    border-top: 1px solid #dcdee4;
    border-left: 1px solid #dcdee4;
    border-bottom: none;
}

.entry-content .tabs-nav li:last-child {
    border-right: 1px solid #dcdee4;
}

.entry-content .tabs-nav li:hover,
.entry-content .tabs-nav li.active {
    background: #fff;
}

.entry-content .tabs-nav li.active {
    border-top: 3px solid #6dc068;
    margin-bottom: -2px;
    padding-top: 13px;
}

.entry-content .tabs-container {
    margin: 0 0 25px;
    display: block;
    border: 1px solid #dcdee4;
    padding: 20px 20px;
    background: #fff;
}

p.message {
    padding: 20px 25px;
    position: relative;
}

p.message .close {
    font-size: 24px;
    line-height: 11px;
    position: absolute;
    top: 10px;
    right: 11px;
}

p.message .close:focus {
    outline: none;
}

.bg-info {
    border-left: 3px solid #afd9ee;
}

.bg-warning {
    border-left: 3px solid #f7ecb5;
}

.bg-success {
    border-left: 3px solid #c1e2b3;
}

.bg-danger {
    border-left: 3px solid #e4b9b9;
}

.left-arrow {
    margin: 0;
}

.left-arrow li {
    list-style: circle outside none;
}

.left-arrow:last-of-type {
    margin-bottom: 50px;
}

.dropcap {
    color: #f15b5a;
    font-size: 44px;
    float: left;
    line-height: 44px;
    margin-right: 10px;
}

.dropcap.bg {
    background-color: #f15b5a;
    color: #fff;
    font-size: 26px;
    float: left;
    line-height: 26px;
    margin: 10px 10px 0 0;
    padding: 5px 8px;
    display: inline-block;
}

table {
    border: 1px solid #e0e0e0;
    border-top: 0;
    font-size: 14px;
    background-color: #fff;
    color: #3a3c41;
    margin-bottom: 20px;
}

table thead {
    background-color: #66c9e0;
    border: 0;
    font-weight: 700;
    color: #3a3c41;
    padding: 0 1px;
}

table thead tr {
    border: 0;
}

table thead tr th {
    border: 0;
    border-right: 1px solid #5ab1c5;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

table thead tr th:first-child {
    border-left: 1px solid #66c9e0;
}

table thead tr th:last-child {
    border-right: 1px solid #66c9e0;
}

table tbody tr:first-child {
    border-top: 0;
}

table tbody td {
    font-size: 14px;
    font-weight: 500;
    color: #3a3c41;
    border: 1px solid #e0e0e0;
}

table tbody th {
    font-size: 14px;
    font-weight: 700;
    color: #3a3c41;
}

table tbody tr {
    border-top: 1px solid #e0e0e0;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 16px;
}

.tab-widget {
    background-color: #f3f4f5;
}

.tab-widget .nav-tabs {
    border: 0;
    margin: 0;
}

.tab-widget .nav-tabs>li {
    margin: 0;
    width: 33.33333%;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    cursor: pointer;
}

.tab-widget .nav-tabs>li:last-child {
    border: none;
}

.tab-widget .nav-tabs>li.active,
.tab-widget .nav-tabs>li.active:hover,
.tab-widget .nav-tabs>li.active:focus {
    color: #fff;
    border: none;
    border-radius: 0;
}

.tab-widget .tab-content {
    padding: 15px;
}

.tab-widget .tab-content figure {
    float: left;
    margin-right: 10px;
}

.tab-widget .tab-post {
    border-bottom: 1px solid #d5d6d7;
    padding: 10px;
    margin-bottom: 20px;
}

.tab-widget .tab-post h6 {
    margin: 0;
    font-weight: 500;
    line-height: 18px;
}

.tab-widget .tab-post time {
    font-size: 12px;
    color: #999ca5;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
}

.tab-widget .tab-post p {
    margin: 0;
}

.tab-widget .tab-post:last-child {
    border-bottom: 0;
    padding: 0px;
    margin-bottom: 0px;
}

.tab-widget .tab-bottom {
    background-color: #d5d6d7;
    width: 100%;
}

.tab-widget .tab-bottom .left,
.tab-widget .tab-bottom .right {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

.tab-widget .tab-bottom .left {
    background: url("../images/tab-nav-left.png") center no-repeat #bbbcbd;
    float: left;
}

.tab-widget .tab-bottom .left:hover {
    background: url("../images/tab-nav-hover.png") center no-repeat #bbbcbd;
}

.tab-widget .tab-bottom .right {
    background: url("../images/tab-nav.png") center no-repeat #bbbcbd;
    float: right;
}

.tab-widget .tab-bottom .right:hover {
    background: url("../images/tab-nav-hover-right.png") center no-repeat #bbbcbd;
}

.tab-var-one .nav-tabs {
    background-color: #ffd543;
}

.tab-var-one .nav-tabs>li {
    border-right: 1px solid #ffc118;
    color: #e89300;
}

.tab-var-one .nav-tabs>li.active,
.tab-var-one .nav-tabs>li.active:hover,
.tab-var-one .nav-tabs>li.active:focus {
    background-color: #ffc118;
}

.tab-var-two .nav-tabs {
    background-color: #f15b5a;
}

.tab-var-two .nav-tabs>li {
    border-right: 1px solid #de4c4a;
    color: #c63836;
}

.tab-var-two .nav-tabs>li.active,
.tab-var-two .nav-tabs>li.active:hover,
.tab-var-two .nav-tabs>li.active:focus {
    background-color: #de4c4a;
}

.tab-var-three .nav-tabs {
    background-color: #66c9e0;
}

.tab-var-three .nav-tabs>li {
    border-right: 1px solid #2f93ab;
    color: #2f93ab;
}

.tab-var-three .nav-tabs>li.active,
.tab-var-three .nav-tabs>li.active:hover,
.tab-var-three .nav-tabs>li.active:focus {
    background-color: #2f93ab;
}

.flexslider-var-one ol,
.flexslider-var-one ul {
    margin: 0;
}

.flexslider-var-one .slides li img {
    -webkit-box-shadow: inset 0px 0px 34px 0px #000;
    -moz-box-shadow: inset 0px 0px 34px 0px #000;
    box-shadow: inset 0px 0px 34px 0px #000;
}

.flexslider-var-one .flex-control-thumbs {
    position: relative;
    width: 106px;
    float: left;
    margin-top: -40px;
}

.flexslider-var-one .flex-control-thumbs li {
    width: 106px;
    margin-bottom: 20px;
    position: relative;
}

.flexslider-var-one .flex-control-thumbs li.active {
    background: url("../images/active-slide-arrow.png") right center no-repeat;
}

.flexslider-var-one .flex-control-thumbs li.active span {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #66c9e0;
    width: 94%;
    height: 78px;
    display: block;
    z-index: 999;
}

.flexslider-var-one .flex-control-thumbs img {
    width: auto;
    height: auto;
    opacity: 1;
    margin: 0 -4px 0 0;
}

.flexslider-var-one .flex-viewport {
    width: 440px;
    float: right;
}

.flexslider-var-one .flexslider {
    overflow: visible;
}

.flexslider-var-two ol,
.flexslider-var-two ul {
    margin: 0;
}

.flexslider-var-two .slides li img {
    -webkit-box-shadow: inset 0px 0px 34px 0px #000;
    -moz-box-shadow: inset 0px 0px 34px 0px #000;
    box-shadow: inset 0px 0px 34px 0px #000;
}

.flexslider-var-two .flex-control-thumbs {
    position: relative;
    width: 100%;
    margin: 0;
    margin-left: -15px;
}

.flexslider-var-two .flex-control-thumbs li {
    width: 100px;
    padding-top: 6px;
    margin-left: 15px;
    position: relative;
}

.flexslider-var-two .flex-control-thumbs li.active {
    background: url("../images/active-slide-arrow2.png") top center no-repeat;
}

.flexslider-var-two .flex-control-thumbs li.active span {
    position: absolute;
    top: 6px;
    left: 0;
    border: 4px solid #66c9e0;
    width: 100%;
    height: 78px;
    display: block;
    z-index: 999;
}

.flexslider-var-two .flex-control-thumbs img {
    width: auto;
    height: auto;
    opacity: 1;
    margin: 0 -4px 0 0;
}

.flexslider-var-two .flexslider {
    width: 470px;
    float: right;
    overflow: visible;
}

/*------------------------------------------------------*/
/* Contact page Styles
/*------------------------------------------------------*/
.contact-page {
    padding: 30px 0;
}

.contact-page .map-wrapper {
    margin-top: 100px;
}

.contact-page .map-wrapper h5 {
    margin-bottom: 20px;
}

.contact-page #map-canvas {
    width: 100%;
    height: 355px;
}

.contact-page #map-canvas img {
    width: auto;
    max-width: none;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form textarea {
    padding: 15px;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form textarea {
    width: 100%;
    height: auto;
    border: 1px solid #dcdee4;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px 10px;
    color: #3a3c41;
    font-weight: 500;
    outline: none;
}

.contact-page .contact-form input[type="submit"] {
    padding: 15px 27px;
    border: none;
    margin: 0 0 0 20px;
    float: right;
}

.contact-page .contact-form input.error,
.contact-page .contact-form textarea.error {
    border: 1px solid #DF1E2D;
}

#error-container label.error {
    font-weight: normal;
    color: #DF1E2D;
}

.contact-sidebar .timetable-area h5 {
    margin-bottom: 20px;
}

.contact-sidebar .timetable-area .blue {
    color: #10b1d6;
}

.contact-sidebar .timetable-area,
.contact-sidebar .address-area,
.contact-sidebar .social-icon {
    border-bottom: 1px solid #dcdee4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.contact-sidebar h2 {
    margin: 0 0 30px;
}

.contact-sidebar address {
    font-size: 14px;
    color: #999ca5;
    font-weight: 400;
    line-height: 26px;
}

.contact-sidebar p {
    color: #999ca5;
}

.contact-sidebar p strong {
    color: #3a3c41;
    font-weight: 500;
    margin-right: 20px;
    min-width: 50px;
    display: inline-block;
    text-align: right;
}

.contact-sidebar .social-icon {
    padding-bottom: 40px;
    margin-left: -5px;
}

.contact-sidebar .social-icon li {
    margin: 0 5px 5px 0;
}

.contact-sidebar .social-icon h5 {
    margin-bottom: 20px;
}

.contact-sidebar .social-icon li.twitter-icon:hover {
    background-color: #2bbfec;
}

.contact-sidebar .social-icon li.skype-icon:hover {
    background-color: #0099e5;
}

.contact-sidebar .social-icon li.facebook-icon:hover {
    background-color: #395b89;
}

.contact-sidebar .social-icon li.linkedin-icon:hover {
    background-color: #1184cd;
}

.contact-sidebar .social-icon li.youtube-icon:hover {
    background-color: #d02525;
}

.contact-sidebar .social-icon li.instagram-icon:hover {
    background-color: #457299;
}

.contact-sidebar .social-icon li.rss-icon:hover {
    background-color: #ec894d;
}

.contact-sidebar .social-icon li.google-icon:hover {
    background-color: #d63b3b;
}

/* big text styles for 404 page */
.jumbotron {
    background: none;
    padding-top: 60px;
    padding-bottom: 100px;
}

.jumbotron h1 {
    font-size: 250px;
    font-weight: 800;
    color: #66c9e0;
}

.jumbotron h1 span {
    color: #999ca5;
}

.jumbotron p {
    line-height: 30px;
}

.appoint-page {
    padding: 40px 0 60px;
}

.appoint-page .entry-content {
    margin-bottom: 40px;
}

.appoint-page .appoint-section {
    background: #3a3c41 url("../images/appoint-form-bg.png") top center repeat-y;
    padding: 10px 70px 70px;
    border-radius: 5px;
}

.appoint-page .appoint-section .top-icon {
    width: 100%;
    text-align: center;
    z-index: 99999;
}

.appoint-page .appoint-section .top-icon img {
    pointer-events: none;
}

.appoint-page form {
    background: url("../images/appoint-form-bottom.png") bottom center repeat-x #ffffff;
    padding: 60px 20px;
    margin-top: -36px;
}

.appoint-page form input[type="text"],
.appoint-page form input[type="email"],
.appoint-page form textarea {
    width: 100%;
    border: 0;
    outline: none;
    border-bottom: 1px solid #dcdee4;
    padding: 5px;
    margin-bottom: 40px;
}

.appoint-page form input[type="text"].error,
.appoint-page form input[type="email"].error,
.appoint-page form textarea.error {
    border-color: red;
}

.appoint-page form input[type="submit"] {
    margin-bottom: 20px;
}

.appoint-page form #appointment-loader {
    margin: 0 20px 20px;
}

.appoint-page form #message-sent {
    font-weight: 700;
}

#appointment_form_main .recaptcha_widget {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 0 40px;
}

#appointment_form_main .recaptcha_input label {
    /*color: #fff;*/
    font-size: 14px;
}

#appointment_form_main #recaptcha_image img {
    background: transparent;
    border: 1px solid #dcdee4;
}

#contact-loader {
    float: right;
    margin: 17px 0 0 0;
    display: block;
}

.wpcf7-form>p {
    font-weight: bold;
    letter-spacing: 1px;
}

.wpcf7-form span.wpcf7-form-control-wrap {
    display: inline !important;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    font-weight: normal;
    letter-spacing: 0.5px;
}

.wpcf7-form .wpcf7-form-control {
    margin-top: 5px;
}

.wpcf7-form .wpcf7-list-item-label {
    font-weight: normal;
}

.wpcf7-form input[type="text"].wpcf7-quiz,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"] {
    width: auto;
}

/*  Google reCAPTCHA Styles
-------------------------------------------------------------------------*/
.recaptcha_widget {
    -webkit-box-sizing: "border-box";
    -moz-box-sizing: "border-box";
    box-sizing: "border-box";
    max-width: 100%;
    border: 1px solid #dcdee4;
    padding: 15px;
    background: white;
    margin: 0 0 30px;
}

#recaptcha_image {
    width: 100% !important;
    height: auto !important;
}

#recaptcha_image img {
    -webkit-box-sizing: "border-box";
    -moz-box-sizing: "border-box";
    box-sizing: "border-box";
    width: 100%;
    height: auto;
}

.recaptcha_is_showing_audio embed {
    height: 0;
    width: 0;
    overflow: hidden;
}

.recaptcha_is_showing_audio #recaptcha_image {
    -webkit-box-sizing: "border-box";
    -moz-box-sizing: "border-box";
    box-sizing: "border-box";
    width: 100%;
    height: auto;
    background: #FFF;
}

.recaptcha_is_showing_audio #recaptcha_image br {
    display: none;
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
    display: block;
}

.recaptcha_input {
    background: transparent;
    margin: 0;
    padding: 0;
}

.recaptcha_input label {
    margin: 10px 0;
    -webkit-box-sizing: "border-box";
    -moz-box-sizing: "border-box";
    box-sizing: "border-box";
    color: #7b7d85;
}

.recaptcha_options {
    list-style: none;
    margin: 0;
    height: 18px;
    padding: 0;
}

.recaptcha_options li {
    float: left;
    margin: 0 5px 0 0;
}

.recaptcha_options li a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    width: 20px;
    height: 20px;
}

.recaptcha_options li a:active {
    position: relative;
    top: 1px;
}

.captcha_hide {
    display: none;
}

.recaptcha_input #recaptcha_response_field {
    margin-bottom: 10px;
}

.home-features p {
    font-size: 14px;
}

.imagedoctor img {
    /* width: 250px; */
}

.blog-post-listing ul,
.blog-post-single ul {
    font-size: 14px;
    line-height: 20px;
}

.blog-post-single ul li {
    margin: 0;
}

.doctors-single p {
    font-size: 17px;
    line-height: 24px;
}

.xright-contents .entry-content {
    /*margin-bottom: 40px;*/
    padding-right: 0;
}

#myModal {
    overflow: hidden;
}

#myModal .modal-body {
    padding: 0px;
}

#myModal label.error {
    display: none !important;
}

#myModal input,
#myModal textarea {
    background: #C4D051;
    color: white;
    border-color: white;
    outline: none;
}

#myModal .modal-content {
    background-color: #C4D051;
}

#myModal .close {
    color: white;
}

html[lang="he-IL"] .modal-body p {
    margin-bottom: 0 !important;
}

#myModal textarea {
    max-height: 122px;
}

.btn-info,
.btn-info:hover,
.btn-info:focus {
    color: #fff;
    background-color: #C4D051;
    border-color: #C4D051;
    display: block;
    margin: 0 auto;
    outline: none;
}

html[lang="en-US"] #myModal .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}

html[lang="en-US"] .wpcf7-form .wpcf7-recaptcha {
    direction: rtl !important;
}

#myModal input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    border: 0;
    padding: 0px 25px;
    height: 30px;
    padding-bottom: 2px;
    position: relative;
    top: 15px;
    z-index: 100;
    line-height: normal;
    margin-top: 5px;
    color: #3a3c41;
    background-color: #fff;
    border: none;
    border-image: none;
    letter-spacing: 0;
    outline: none;
    color: #515151;
    background-color: #fff;
}

#myModal input {
    height: 34px;
    margin-bottom: 10px;
}

.doctors-posts.doctors-page .col-sm-9>div {
    float: right;
}

.streamingpage #isotope-containerx>.col-sm-4 {
    float: right;
}

#myModal #message-sent {
    color: white;
    text-align: center;
    padding-bottom: 10px;
}

html[lang="he-IL"] .page-template-page-firstsection-tpl .modal-content,
html[lang="he-IL"] .page-template-page-treatment-template .modal-content {
    padding-bottom: 15px;
}

.clr {
    clear: both;
}

.zaggs {
    background: #2B2A2A;
    color: #afd24d !important;
    padding: 10px 5px;
    margin: 0 !important;
    text-align: right;
}

.zaggs+form,
.zaggs+.wpcf7 {
    background: #C4D051;
    display: inline-block;
    padding-top: 20px;
    ;
}

.postid-612 .page-top {
    min-height: 120px;
}

.page-top h1 {
    margin-top: 40px;
    margin-left: 20px;
}

.bestvideo {
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(4, 4, 4, 0.2);
}

#categories-2 h3 {
    display: none;
}

aside.sidebar {
    /*margin-bottom: 40px;*/
}

#main-footer {
    margin-top: 40px;
}

body.home #main-footer {
    margin-top: 0px;
}

.isotope-wrapper-off {
    margin-top: 4px;
}

.post-942 table>tbody>tr:first-child>td,
.postid-606 table>tbody>tr:first-child>td,
.postid-609 table>tbody>tr:first-child>td,
.postid-612 table>tbody>tr:first-child>td,
.postid-872 table>tbody>tr:first-child>td,
.post-1210 table>tbody>tr:first-child>td {
    color: white;
    background: #BCD74A;
}

#myModal2 .modal-body {
    padding: 0;
}

#myModal2 .close {
    position: absolute;
    right: 9px;
    top: 9px;
}

#myModal2 .modal-dialog {
    max-width: 742px;
    width: 100%;
    margin: 30px auto;
}

#myModal2 img {
    border-radius: 25px;
    max-width: inherit;
    width: 100%;
}

#myModal2 a.xx2 {
    float: left;
    position: absolute;
    bottom: 11%;
    left: 2%;
    width: 133px;
    height: 40px;
    cursor: pointer;
}

#myModal2 {
    overflow: hidden !important;
}

#myModal2 a.xx3 {
    cursor: pointer;
    float: right;
    position: absolute;
    bottom: 11%;
    right: 2%;
    width: 133px;
    height: 40px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#octAccess {
    display: none;
}

.smap {
    min-height: 280px;
}

.lb-data .lb-close {
    margin-top: 4px;
}

.low-vision {
    /*display: none;*/
    position: fixed;
    bottom: 0;
    right: 0px;
    /*z-index: 19;*/
    z-index: 999999;
    background: #C4D051;
    padding: 10px;
    border-top-left-radius: 10px;
    font-size: 18px;
}

.low-vision a {
    cursor: pointer;
}

ol>li>ul>li {
    list-style: none;
}

ol ul {
    position: relative;
}

ol ul li span {
    position: absolute;
    right: 0px;
    text-align: right;
}

.sometext {
    font-size: 11px;
}

.liststyle>li {
    list-style: disc;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 5px;
}

/*
.page-id-1022 .imagex {
  display: none;
}*/
#post-1022 form input[type="text"],
#post-1022 form input[type="email"] {
    border-top: none;
    border-left: none;
    border-right: none;
    border: 1px solid #fff;
    outline: none;
    color: #fff;
    width: inherit;
    font-size: 20px;
    border-radius: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    background: #C4D051;
}

#myModal6 label {
    color: #fff;
}

#post-1022 form label {
    display: block;
}

#myModal6 input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    border: 0;
    padding: 0px 25px;
    height: 30px;
    padding-bottom: 2px;
    line-height: normal;
    margin-top: 5px;
    color: #515151 !important;
    background-color: #fff !important;
    border: none;
    border-image: none;
    letter-spacing: 0;
    outline: none;
    border: 1px solid white;
}

#myModal6 input[type="submit"]:hover {
    background: #C4D051 !important;
    color: white !important;
}

#sended {
    background: #C4D051;
    color: white;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-size: 20px;
}

#post-1022 form {
    margin-bottom: 10px;
}

.recs>div {
    background: #C4D051;

}

.recs p {
    padding-right: 5px;
}

.recs {
    padding: 0;
    border: 1px solid;
}

.post-606 .recs {
    min-height: 287px;
}

.recs.one {
    border-right: 0;
}

.recs>div strong {
    color: white;
    padding-right: 5px;
}

#post-1022 form span {
    display: inline-block;
    width: 200px;
}

#myModal6 .zaggs {
    font-size: 17px;
    line-height: 24px;
}

#myModal6 .close {
    color: #fff;
}

#post-1022 form input[type="submit"] {
    margin-right: 275px;
}

[type="button"] {
    cursor: pointer;
}

#post-727 #mep_0,
#post-727 #mep_1 {
    width: 100% !important;
}

#post-727 .modal-header {
    min-height: 44px;
}

.websitex {
    padding-left: 0;
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: 0px;
}

.rev.entry-content {
    padding-right: 40px;
}

.rev.entry-content:before {
    content: '';
    display: inline-block;
    background: url("../images/kov1.png") no-repeat;
    width: 28px;
    height: 18px;
    position: absolute;
    right: 15px;
}

.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(3n) .rev.entry-content:before {
    /* background: url("../images/kov0.png") no-repeat; */
}

.btnxs {
    float: none;
    margin: 4px auto;
    display: block;
    width: 98%;
    text-align: right;
    padding-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.btnxs i {
    color: #C4D14C;
    float: left;
}

.btnxs.collapsed i.fa-chevron-up {
    display: none;
}

.btnxs:not(.collapsed) i.fa-chevron-up {
    display: block;
}

.btnxs:not(.collapsed) i.fa-chevron-down {
    display: none;
}

#recent-posts-2>nav {
    max-width: 320px;
    margin: 0 auto;
}

.buttonhide button {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#post-309 #myModal .close {
    font-size: 19px;
}

.page-template-page-reviewtpl .blog-page>.container>.row>div {
    display: none;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}



#myModal1 {
    overflow: hidden;
}

.xxvideo div.wp-video-shortcode {
    max-width: 598px !important;
    max-height: 340px;
    width: 100% !important;
    display: block;
    position: relative;
    overflow: hidden;
}

.xxvideo>div>div {
    margin: 0 auto;
}

.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(1),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(2),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(3),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(4),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(5),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(6),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(7),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(8),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(9),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(10),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(11),
.page-template-page-reviewtpl .blog-page>.container>.row>div:nth-child(12) {
    display: block;
}

.page-template-page-reviewtpl h5.entry-title {
    margin-bottom: 10px;
    min-height: 38px;
}

.buttonhide {
    margin-bottom: 30px;
}

.videoblock {
    background: #F5F6DE;
}

.wp-video,
.wp-video * {
    direction: ltr !important;
}

.videoblock h2,
.letterblock h2 {
    font-weight: normal;
    padding-top: 10px;
}

.letterblock h2 {
    padding-top: 10px;
}

.page-template-page-reviewtpl-php .bestvideox {
    border: 4px solid #fff;
}

#appointment_form_one .checkbox-inline input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: right;
    -webkit-appearance: checkbox;
    margin-left: 10px;
    height: inherit !important;
    margin-bottom: 0 !important;
}

.buttonbig {
    background-color: #BCD74A;
    color: white;
    padding: 5px;
    display: block;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
}

.buttonbig:hover,
.buttonbig:focus {
    color: white;
}

label[for="checkX"] input {
    -webkit-appearance: checkbox;
    float: right !important;
    /*height: 60px;*/
    margin-left: 10px !important;
}

.contact-home form textarea {
    margin-bottom: 0px;
}

label[for="checkX"] {
    color: white;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}

label[for="checkC"] {
    color: white;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}

html[lang="he-IL"] .modal-body label[for="check"] {
    color: white;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    float: right;
}

#appointment_form_one .checkbox-inline {
    /*padding-right: 0;*/
}

.font30 {
    font-size: 30px !important;
}

.font19 {
    font-size: 19px;
}

.black {
    color: #000;
}

.bestvideo.events {
    margin-bottom: 10px;
}

.events>center+p {
    display: none;
}

#appointment_form_one label[for="checkV"] {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    text-align: right;
}

.home-slider label[for="checkV"] {
    padding-right: 8px;
}

.home-slider label[for="checkV"] input {
    /*height: 34px;*/
    margin-left: 10px;
}

.popover {
    z-index: 9010;
}

.popover-content {
    text-align: right;
}

div.panel-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

.carousel-control.right {
    right: -12px;
}

/* The indicators */
.carousel-indicators {
    right: 0;
    top: auto;
    bottom: -10px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0 !important;
}

/* The colour of the indicators */
.carousel-indicators li {
    background: transparent;
    border: 1px solid #66C9E0;
    padding: 6px;
    margin: 5px 5px !important;
}

.carousel-indicators li.active {
    margin: 5px 5px;
}

.carousel-indicators .active {
    background: #66C9E0;
}

.carousel-control {
    background: none !important;
    text-shadow: none;
    color: #C4D14C !important;
    opacity: 1;
    font-size: 50px;
}

.carousel-control:hover {
    background: #C4D14C !important;
    ;
    color: white !important;
    border-color: #C4D14C;
}

#Carousel * {
    direction: ltr !important;
    text-decoration: none;
}

#Carousel p {
    display: none;
}

.bestvideo.events {
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(4, 4, 4, 0.2);
}

.carousel {
    margin-bottom: 0;
    padding: 0 0px 30px 0px;
}

.carousel-control {
    left: -55px;
    margin-top: 75px;
}

.carousel-control.right {
    right: -55px;
}

.carousel-indicators {
    width: 100%;
    left: 0;
    margin-right: 0;
}

.bestvideo.events img {
    width: 100%;
    min-height: 156px
}

.bestvideo.events a:before {
    content: '';
    background-image: url(../images/player_play.png);
    width: 38%;
    height: 55%;
    display: inline-block;
    position: absolute;
    background-size: 70% 70%;
    background-position: center center;
    background-repeat: no-repeat;
    left: calc(50% - 19%);
    top: calc(50% - 27.5%);
}

/*.page-template-page-firstsection-tpl .page-top {*/
/*display: none;*/
/*}*/
.bestvideo.events a {
    position: relative;
    width: 100%;
    display: block;
}

#post-1197 .xxvideo .wp-video-shortcode {
    min-height: 340px;
}

.xxvideo .wp-video-shortcode.mejs-container-fullscreen,
.xxvideo .mejs-container-fullscreen .wp-video-shortcode {
    max-width: inherit !important;
    max-height: inherit !important;
}

.eventbtn {
    background: #C4D14C;
    border: 0;
    color: white;
    text-align: center;
    font-size: 25px;
    padding: 10px 15px;
    padding-bottom: 12px;
    margin: 15px 0;
}

#post-1197 h4 {
    margin-bottom: 25px;
}

.page-top div.col-lg-3.col-md-4.col-sm-5 {
    display: none;
}

.modal-open {
    overflow: auto;
    overflow-x: hidden !important;
}

.ftext span {
    font-size: 14px;
}

#menu-item-1832 .sub-menu {
    left: -79px !important;
}

.gmp_map_opts {
    width: 100% !important;
}

.doctor__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.doctor_order_0,
.postid-1733 .order_doctor_custom_0 {
    order: 3;
}

.doctor_order_1,
.postid-1733 .order_doctor_custom_1 {
    order: 1;
}

.doctor_order_2,
.postid-1733 .order_doctor_custom_2 {
    order: 2;
}

.doctor_order_3,
.postid-1733 .order_doctor_custom_4 {
    order: 5;
}

.doctor_order_4,
.postid-1733 .order_doctor_custom_3 {
    order: 4;
}

.postid-1733 .order_doctor_custom_5 {
    order: 6;
}

#recent-posts-home {
    display: none;
}

.page-template-page-department-template .bread-crumb .breadcrumb li:nth-child(2) {
    display: none;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:1024px) {
    html[lang="he-IL"] .modal-dialog .wpcf7-form .wpcf7-recaptcha {
        overflow: visible;
        display: block;
    }

    .modal-body p {
        margin-bottom: 15px;
    }
}

@media(max-width:1023px) {
    html[lang="he-IL"] .modal-dialog .wpcf7-form .wpcf7-recaptcha {
        display: inline-block !important;
    }
}

@media(max-width:768px) {
    .modal-dialog {
        width: auto !important;
    }

    html[lang="en-US"] .wpcf7-form .wpcf7-recaptcha html[lang="he-IL"] #myModal .modal-body {
        padding-bottom: 15px;
    }

    .doctor__flex {
        justify-content: center;
    }

    #recent-posts-home {
        display: block;
    }

    .list-doctors {
        min-height: 346px;
    }

    .page-top h1,
    .page-top h2 {
        top: 50px;
    }

    .doctors-posts .common-doctor .text-content {
        min-height: 150px;
    }

    .doctors-posts .entry-summary {
        min-height: 0;
    }

    .flex_wrap {
        justify-content: center;
    }

    .page-template-page-custom-ourexperts.postid-60 .order__wrap{
    	display: none;
    }

    .home-doctors .common-doctor h5 {
    	margin: 0 0 8px;
	    height: 38px;
	}

	.home-doctors.doctors-var-two .text-center {
	    min-height: 370px !important;
	}

	.list-doctors .common-doctor p {
	    height: 30px;
	}
}

@media(max-width:767px) {
    html[lang="en-US"] .wpcf7-form .wpcf7-recaptcha {
        display: inline-block;
    }
}

@media(max-width:425px) {
    .mean-container .mean-bar {
        background: #afd24d00 !important;
    }
}